/* ==========================================================================
   AIO AI Plugins — main.css
   Design tokens mirror the reference (Inter, electric blue, navy text,
   pill buttons, generous white space, soft-blue hero wash).
   ========================================================================== */
:root {
	--blue: #0048fe;
	--blue-dark: #0039c9;
	--blue-soft: #e8efff;
	--blue-tint: #d1e2ff;
	--navy: #00091f;
	--navy-2: #0b1120;
	--ink: #00091f;
	--muted: #4b5565;
	--muted-2: #6b7280;
	--line: #e5e7eb;
	--line-2: #f3f4f6;
	--bg: #ffffff;
	--bg-2: #f8f9fb;
	--green: #00a32a;
	--amber-bg: #fff3b0;
	--amber-ink: #6b4b00;
	--radius: 16px;
	--radius-sm: 10px;
	--pill: 999px;
	--shadow: 0 10px 30px rgba(0, 9, 31, 0.08);
	--shadow-lg: 0 24px 60px rgba(0, 9, 31, 0.14);
	--container: 1280px;
	--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 18px;
	line-height: 1.6;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: inline-block; vertical-align: middle; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 0.5em; font-weight: 500; line-height: 1.15; letter-spacing: -0.02em; color: var(--navy); }
h1 { font-size: clamp(38px, 5vw, 60px); letter-spacing: -0.03em; line-height: 1.1; }
h2 { font-size: clamp(30px, 3.6vw, 48px); }
h3 { font-size: 22px; letter-spacing: -0.01em; }
h4 { font-size: 15px; font-weight: 600; letter-spacing: 0; text-transform: none; }
p { margin: 0 0 1em; }
.lead { font-size: 20px; color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.center { text-align: center; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 840px; }
.container--mid { max-width: 1040px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 12px; border-radius: 6px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.ico { width: 1em; height: 1em; }

/* Buttons ------------------------------------------------------------ */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--font); font-weight: 500; font-size: 16px; line-height: 1;
	padding: 16px 28px; border-radius: var(--pill); border: 1.5px solid transparent;
	cursor: pointer; text-decoration: none !important; white-space: nowrap;
	transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s;
}
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(0, 72, 254, .25); }
.btn--primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn--dark { background: var(--navy-2); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--ghost-light:hover { background: rgba(255,255,255,.1); }
.btn--outline-blue { background: #fff; color: var(--blue); border-color: var(--blue); }
.btn--outline-blue:hover { background: var(--blue-soft); }
.btn--lg { font-size: 18px; padding: 20px 36px; }
.btn--sm { font-size: 14px; padding: 11px 18px; }
.btn--block { width: 100%; }

/* Announcement bar + header ------------------------------------------- */
.announce { background: var(--navy-2); color: #fff; font-size: 14px; }
.announce__inner { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding-top: 6px; padding-bottom: 6px; text-align: center; }
.announce strong { font-weight: 600; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-stuck { border-color: var(--line); box-shadow: 0 6px 24px rgba(0,9,31,.05); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; text-decoration: none !important; white-space: nowrap; }
.logo__mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; }
.logo__mark .ico { width: 20px; height: 20px; }
.custom-logo { height: 40px; width: auto; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; }
.nav__list a { color: var(--navy); font-weight: 500; font-size: 16px; }
.nav__list a:hover, .nav__list .current-menu-item > a { text-decoration: underline; text-underline-offset: 6px; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 4px; cursor: pointer; }
.nav-toggle span { width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; padding: 16px 24px 24px; }
.mobile-nav .nav__list { flex-direction: column; gap: 14px; margin-bottom: 18px; }
.mobile-nav .nav__list a { font-size: 18px; }
.mobile-nav__cta .btn { width: 100%; }

/* Sections ----------------------------------------------------------- */
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section--alt { background: var(--bg-2); }
.section--navy { background: var(--navy-2); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .muted { color: #b8becf; }
.section__head { max-width: 800px; margin: 0 auto 56px; text-align: center; }
.section__head .lead { margin-top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--navy); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 16px; margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

/* Hero --------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding: 88px 0 0; text-align: center; background: #fff; }
.hero::before {
	content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background:
		radial-gradient(60% 55% at 10% 90%, rgba(0,72,254,.22), transparent 60%),
		radial-gradient(50% 50% at 90% 85%, rgba(0,72,254,.14), transparent 60%),
		linear-gradient(180deg, #fff 0%, #fff 45%, #eef3ff 100%);
}
.hero > .container { position: relative; z-index: 1; }
.hero h1 { max-width: 960px; margin: 0 auto 22px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero .lead { max-width: 780px; margin: 0 auto 40px; }
.hero .lead strong { color: var(--navy); font-weight: 600; }
.badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px; margin: 0 auto 40px; max-width: 1000px; }
.badge { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 130px; font-size: 15px; line-height: 1.35; color: var(--navy); }
.badge__ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(0,9,31,.05); color: var(--navy); }
.badge__ico .ico { width: 22px; height: 22px; }
.hero__cta { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 20px; }
.hero__trust { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--muted); }
.hero__trust .stars { color: #f5b301; display: inline-flex; gap: 2px; }
.hero__trust .stars .ico { width: 15px; height: 15px; }
.hero__visual { position: relative; z-index: 1; margin: 56px auto 0; max-width: 1100px; padding: 0 24px; }

/* Chat demo (hero) --------------------------------------------------- */
.demo { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; text-align: left; }
.demo__store {
	position: relative; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: #fff;
	border: 1px solid var(--line); border-bottom: 0; box-shadow: var(--shadow-lg); min-height: 440px;
}
.demo__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line-2); background: #fafbfd; }
.demo__bar i { width: 10px; height: 10px; border-radius: 50%; background: #e5e7eb; }
.demo__bar span { margin-left: 10px; flex: 1; height: 26px; border-radius: 6px; background: #f1f3f7; font-size: 12px; color: var(--muted-2); display: flex; align-items: center; padding: 0 10px; }
.demo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px; }
.demo__tile { border: 1px solid var(--line-2); border-radius: 12px; padding: 10px; }
.demo__tile i { display: block; height: 78px; border-radius: 8px; background: linear-gradient(135deg, #e8efff, #f6f8ff); }
.demo__tile b { display: block; margin-top: 8px; height: 10px; width: 70%; border-radius: 5px; background: #e5e7eb; }
.demo__tile s { display: block; margin-top: 6px; height: 10px; width: 40%; border-radius: 5px; background: #eef0f4; text-decoration: none; }
.demo__bubble { position: absolute; right: 18px; bottom: 18px; width: 54px; height: 54px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,72,254,.35); }
.demo__bubble .ico { width: 26px; height: 26px; }

.chat { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; min-height: 440px; }
.chat__head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: var(--blue); color: #fff; font-weight: 600; font-size: 15px; }
.chat__head .dot { width: 8px; height: 8px; border-radius: 50%; background: #5cf29a; box-shadow: 0 0 0 3px rgba(92,242,154,.3); }
.chat__body { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: #fafafa; }
.msg { max-width: 88%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.45; opacity: 0; transform: translateY(6px); animation: msgIn .4s ease forwards; }
.msg--user { align-self: flex-end; background: var(--blue); color: #fff; border-bottom-right-radius: 4px; }
.msg--bot { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.msg--bot .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.card-mini { border: 1px solid var(--line); border-radius: 10px; padding: 8px; font-size: 12px; }
.card-mini i { display: block; height: 44px; border-radius: 6px; background: linear-gradient(135deg, #e8efff, #dbe6ff); margin-bottom: 6px; }
.card-mini b { display: block; font-weight: 600; color: var(--navy); }
.card-mini .price { color: var(--blue); font-weight: 700; }
.card-mini .stock { color: var(--green); font-size: 11px; font-weight: 600; }
.coupon-mini { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; border: 1.5px dashed var(--blue); border-radius: 8px; padding: 6px 10px; font-size: 12px; color: var(--navy); }
.coupon-mini code { font-weight: 700; color: var(--blue); }
.chat__input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.chat__input span { flex: 1; border: 1px solid var(--line); border-radius: var(--pill); padding: 10px 14px; font-size: 14px; color: var(--muted-2); }
.chat__input b { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; color: #fff; }
.chat__input b .ico { width: 18px; height: 18px; }
.chat--demo .msg:nth-child(1) { animation-delay: .3s; }
.chat--demo .msg:nth-child(2) { animation-delay: 1.1s; }
.chat--demo .msg:nth-child(3) { animation-delay: 2.4s; }
.chat--demo .msg:nth-child(4) { animation-delay: 3.4s; }
@keyframes msgIn { to { opacity: 1; transform: none; } }

/* Logo strip --------------------------------------------------------- */
.strip { padding: 40px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.strip__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 44px; color: var(--muted); font-weight: 500; font-size: 16px; }
.strip__row span { display: inline-flex; align-items: center; gap: 8px; }
.strip__row .ico { width: 20px; height: 20px; }

/* Feature cards ------------------------------------------------------ */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card--soft { background: var(--bg-2); border-color: transparent; }
.card__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); margin-bottom: 18px; }
.card__ico .ico { width: 24px; height: 24px; }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 16px; margin: 0; }

/* Alternating feature rows (reference style) ------------------------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; }
.feature-row + .feature-row { border-top: 1px solid var(--line-2); }
.feature-row--flip .feature-row__media { order: -1; }
.feature-row h2 { font-size: clamp(28px, 3vw, 40px); }
.feature-row .btn { margin: 8px 0 22px; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 17px; line-height: 1.5; }
.checks li .ico { flex: 0 0 22px; width: 22px; height: 22px; color: var(--muted-2); margin-top: 3px; }
.checks li strong { color: var(--navy); font-weight: 600; }
.feature-row__media { position: relative; }
.media-frame {
	position: relative; border-radius: var(--radius); padding: 28px 0 0 28px; overflow: hidden;
	background: linear-gradient(135deg, #dbe6ff 0%, #a9c1ff 60%, #6d96ff 100%);
}
.media-frame--navy { background: linear-gradient(135deg, #0b1120, #1f2b4d); }
.media-frame__panel { background: #fff; border-radius: 14px 0 0 0; padding: 22px; box-shadow: var(--shadow); min-height: 300px; }
.ui-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 10px; margin-bottom: 10px; background: #fff; }
.ui-row .card__ico { width: 36px; height: 36px; margin: 0; border-radius: 9px; }
.ui-row .card__ico .ico { width: 18px; height: 18px; }
.ui-row b { display: block; font-size: 14px; font-weight: 600; color: var(--navy); }
.ui-row span { display: block; font-size: 12px; color: var(--muted-2); }
.ui-row .pill { margin-left: auto; }
.pill { display: inline-block; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: var(--pill); background: var(--blue-soft); color: var(--blue); }
.pill--green { background: #e6f7eb; color: var(--green); }
.pill--amber { background: var(--amber-bg); color: var(--amber-ink); }
.pill--red { background: #fde8e8; color: #b32d2e; }
.ui-stat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.ui-stat div { border: 1px solid var(--line-2); border-radius: 10px; padding: 12px; }
.ui-stat b { display: block; font-size: 22px; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }
.ui-stat span { font-size: 12px; color: var(--muted-2); }
.ui-log { font-size: 12px; color: var(--muted); border-left: 3px solid var(--blue); padding: 6px 10px; margin-bottom: 8px; background: #fafbfd; border-radius: 0 8px 8px 0; }
.ui-log b { color: var(--navy); font-weight: 600; }

/* Cost calculator ---------------------------------------------------- */
.cost { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.cost__panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.cost__panel label { display: block; font-weight: 600; margin-bottom: 8px; color: var(--navy); font-size: 15px; }
.cost__panel input[type=range] { width: 100%; accent-color: var(--blue); }
.cost__out { display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-2); }
.cost__out b { display: block; font-size: 30px; font-weight: 600; letter-spacing: -0.02em; color: var(--navy); }
.cost__out span { font-size: 13px; color: var(--muted-2); }
.cost__out .is-blue b { color: var(--blue); }
.cost__note { font-size: 13px; color: var(--muted-2); margin-top: 14px; }
.vs { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.vs li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 15px; background: #fff; }
.vs li b { font-weight: 600; color: var(--navy); }
.vs li.is-us { border-color: var(--blue); background: var(--blue-soft); }
.vs li.is-us b { color: var(--blue); }

/* Pricing ------------------------------------------------------------ */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; align-items: stretch; }
.plan { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; }
.plan--hero { border: 2px solid var(--navy-2); }
.plan__ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--navy-2); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .02em; padding: 6px 14px; border-radius: var(--pill); white-space: nowrap; }
.plan h3 { font-size: 22px; }
.plan__desc { color: var(--muted); font-size: 16px; margin-bottom: 22px; }
.plan__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.plan__price b { font-size: 56px; font-weight: 600; letter-spacing: -0.03em; color: var(--navy); line-height: 1; }
.plan__price span { color: var(--muted); font-size: 16px; }
.plan__save { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 15px; color: var(--muted); }
.plan__save s { color: var(--muted-2); }
.plan .btn { margin-bottom: 26px; }
.plan h4 { margin-bottom: 14px; padding-top: 22px; border-top: 1px solid var(--line-2); font-size: 15px; }
.plan .checks li { font-size: 15px; gap: 10px; }
.plan .checks li .ico { width: 18px; height: 18px; flex-basis: 18px; margin-top: 3px; color: var(--muted-2); }
.plan .checks li .ico--star { color: #f5b301; }
.plan__foot { margin-top: auto; padding-top: 22px; font-size: 13px; color: var(--muted-2); }
.plan--soft { background: var(--bg-2); border-color: transparent; }
.guarantee { text-align: center; max-width: 760px; margin: 32px auto 0; font-size: 14px; color: var(--muted); }
.guarantee strong { color: var(--navy); }

/* Steps -------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.section--navy .step { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.step__num { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 600; font-size: 16px; margin-bottom: 18px; }
.step h3 { font-size: 20px; }
.step p { color: var(--muted); font-size: 16px; margin: 0; }
.section--navy .step p { color: #b8becf; }

/* FAQ ---------------------------------------------------------------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-size: 18px; font-weight: 500; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--muted-2); transition: transform .2s; flex: 0 0 auto; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 22px; color: var(--muted); font-size: 17px; }
.faq details > div p:last-child { margin-bottom: 0; }

/* Final CTA ---------------------------------------------------------- */
.cta-final { position: relative; overflow: hidden; text-align: center; padding: 104px 0; background: linear-gradient(180deg, #fff 0%, #eef3ff 100%); }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 50% 100%, rgba(0,72,254,.25), transparent 70%); pointer-events: none; }
.cta-final > .container { position: relative; }
.cta-final .lead { max-width: 720px; margin: 0 auto 36px; }
.cta-final .steps { max-width: 960px; margin: 48px auto 0; text-align: left; }

/* Generic page ------------------------------------------------------- */
.page-hero { padding: 80px 0 48px; text-align: center; background: linear-gradient(180deg, #fff, #f5f8ff); }
.page-hero .lead { max-width: 760px; margin: 12px auto 0; }
.prose { max-width: 800px; margin: 0 auto; font-size: 17px; color: #1f2937; }
.prose h2 { font-size: 26px; margin-top: 44px; }
.prose h3 { font-size: 20px; margin-top: 30px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 6px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 18px 0; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { color: var(--navy); font-weight: 600; background: var(--bg-2); }
.prose code { background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; font-size: 14px; }
.prose pre { background: var(--navy-2); color: #e5e7eb; border-radius: 12px; padding: 18px; overflow-x: auto; font-size: 14px; }
.prose pre code { background: none; border: 0; color: inherit; padding: 0; }
.prose .callout { border-left: 3px solid var(--blue); background: var(--blue-soft); padding: 14px 18px; border-radius: 0 12px 12px 0; margin: 20px 0; }
.updated { font-size: 14px; color: var(--muted-2); }

/* Forms -------------------------------------------------------------- */
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: block; font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form input, .form select, .form textarea { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
.form textarea { min-height: 150px; resize: vertical; }
.notice { padding: 14px 18px; border-radius: 12px; font-size: 15px; margin-bottom: 20px; }
.notice--ok { background: #e6f7eb; color: #0b5d21; }
.notice--err { background: #fde8e8; color: #8a1c1c; }
.hp { position: absolute; left: -9999px; }

/* Contact layout ----------------------------------------------------- */
.contact { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }

/* Docs --------------------------------------------------------------- */
.docs { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.docs__nav { position: sticky; top: 100px; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.docs__nav a { display: block; padding: 8px 10px; border-radius: 8px; color: var(--navy); font-size: 15px; }
.docs__nav a:hover { background: var(--bg-2); text-decoration: none; }

/* Blog / fallback ---------------------------------------------------- */
.entry { max-width: 800px; margin: 0 auto; }
.entry h1 { font-size: 40px; }

/* Utilities ---------------------------------------------------------- */
.hide-mobile { display: inline-flex; }
.mt-0 { margin-top: 0 !important; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mb-0 { margin-bottom: 0 !important; }

/* Responsive --------------------------------------------------------- */
@media (max-width: 1024px) {
	.grid--4 { grid-template-columns: repeat(2, 1fr); }
	.grid--3 { grid-template-columns: repeat(2, 1fr); }
	.feature-row { gap: 40px; }
	.docs { grid-template-columns: 1fr; }
	.docs__nav { position: static; }
}
@media (max-width: 860px) {
	body { font-size: 17px; }
	.nav, .hide-mobile { display: none; }
	.logo { font-size: 17px; }
	.site-header__actions .btn--sm { padding: 10px 14px; font-size: 13px; }
	.nav-toggle { display: flex; }
	.section { padding: 64px 0; }
	.section__head { margin-bottom: 36px; }
	.hero { padding-top: 56px; }
	.badges { gap: 18px 12px; }
	.badge { width: 96px; font-size: 13px; }
	.demo { grid-template-columns: 1fr; }
	.demo__store { display: none; }
	.chat { min-height: 380px; }
	.feature-row { grid-template-columns: 1fr; padding: 40px 0; }
	.feature-row--flip .feature-row__media { order: 0; }
	.grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
	.cost, .pricing, .contact { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.form__row { grid-template-columns: 1fr; }
	.announce__inner { flex-direction: column; gap: 8px; padding: 10px 0; }
	.footer__grid { grid-template-columns: 1fr 1fr; }
	.plan__price b { font-size: 48px; }
}
@media (max-width: 480px) {
	.footer__grid { grid-template-columns: 1fr; }
	.btn--lg { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.msg { animation: none; opacity: 1; transform: none; }
	html { scroll-behavior: auto; }
}

/* Footer ------------------------------------------------------------- */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 64px 0 32px; font-size: 15px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand p { color: var(--muted); margin-top: 16px; max-width: 360px; }
.footer__made { font-size: 13px; color: var(--muted-2); }
.site-footer h4 { margin-bottom: 14px; color: var(--navy); }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__links a { color: var(--muted); }
.footer__links a:hover { color: var(--navy); }
.footer__bottom { display: grid; gap: 10px; padding-top: 24px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted-2); }
