:root {
  color-scheme: light;
  --bg: #fbf8f2;
  --surface: #fffdf9;
  --surface-strong: #ffffff;
  --text: #20241f;
  --muted: #667066;
  --line: #dedfd5;
  --coral: #e95e43;
  --coral-deep: #bb3e2d;
  --coral-soft: #ffe6dd;
  --green: #2e7252;
  --green-deep: #184933;
  --green-soft: #dceee2;
  --gold: #b47a17;
  --gold-soft: #f7e9bd;
  --blue: #3c5d9b;
  --blue-soft: #e3eafb;
  --ink: #172018;
  --shadow: 0 28px 80px rgba(43, 50, 38, .14);
  --max: 1180px;
}

html[data-theme='dark'] {
  color-scheme: dark;
  --bg: #101411;
  --surface: #171c18;
  --surface-strong: #1d231e;
  --text: #f3f1e9;
  --muted: #aab2aa;
  --line: #353d35;
  --coral: #ff8b70;
  --coral-deep: #ff9a83;
  --coral-soft: #49271f;
  --green: #83cda3;
  --green-deep: #9fddb8;
  --green-soft: #203d2c;
  --gold: #e7bd67;
  --gold-soft: #453b22;
  --blue: #9bb6ee;
  --blue-soft: #243452;
  --ink: #f3f1e9;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { color: inherit; font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--green-deep); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent); background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 24px; }
.site-brand { display: inline-flex; min-width: max-content; align-items: center; gap: 11px; text-decoration: none; }
.site-brand-mark { display: grid; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-strong); box-shadow: 0 8px 24px rgba(42, 57, 39, .1); }
.site-brand-mark img { width: 39px; height: 39px; object-fit: contain; }
html[data-theme='dark'] .site-brand-mark img { filter: brightness(1.35) saturate(1.1); }
.site-brand-copy { display: grid; line-height: 1.1; }
.site-brand-copy strong { font-size: 16px; letter-spacing: -.025em; }
.site-brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 800; }
.top-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.top-nav a { color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.top-nav a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.select-control select { min-height: 40px; padding: 7px 30px 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: 12px; font-weight: 780; }
#languageSelect { max-width: 142px; }
.header-cta { display: inline-flex; min-height: 41px; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; color: #fff; background: var(--green-deep); font-size: 12px; font-weight: 850; text-decoration: none; box-shadow: 0 10px 24px rgba(24, 73, 51, .2); }
.header-cta:hover { background: var(--green); }

.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(470px, 1.14fr); min-height: 710px; align-items: center; gap: clamp(48px, 6vw, 90px); padding-top: 68px; padding-bottom: 86px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--coral-deep); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 12px; }
.hero h1 { max-width: 650px; margin: 21px 0 23px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7.25vw, 92px); font-weight: 500; line-height: .88; letter-spacing: -.065em; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.65vw, 19px); line-height: 1.66; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-size: 13px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-deep); box-shadow: 0 14px 30px rgba(24, 73, 51, .2); }
.button-primary:hover { background: var(--green); }
.button-quiet, .button-copy { border-color: var(--line); background: var(--surface-strong); }
.button-quiet:hover, .button-copy:hover { border-color: var(--green); }
.button-large { min-height: 57px; padding-inline: 23px; white-space: nowrap; }
.assistant-state { display: flex; align-items: center; gap: 8px; min-height: 20px; margin-top: 17px; color: var(--muted); font-size: 12px; font-weight: 720; }
.state-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px color-mix(in srgb, var(--gold) 15%, transparent); }
.assistant-state.is-ready .state-dot { background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 16%, transparent); }
.assistant-state.is-unavailable { color: var(--coral); }
.assistant-state.is-unavailable .state-dot { background: var(--coral); }
[data-assistant-link][aria-disabled='true'] { opacity: .55; pointer-events: none; box-shadow: none; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 9px 16px; margin: 17px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 11px; font-weight: 730; }
.hero-notes li { display: flex; align-items: center; gap: 6px; }
.hero-notes span { color: var(--green); font-weight: 950; }
.hero-visual { position: relative; min-width: 0; margin: 0; }
.hero-visual::before { position: absolute; z-index: -1; inset: 8% -10% -9% 17%; border-radius: 50%; background: radial-gradient(circle, rgba(233, 94, 67, .24), rgba(46, 114, 82, .13) 48%, transparent 72%); content: ""; filter: blur(22px); }
.image-frame { overflow: hidden; padding: 11px; border: 1px solid var(--line); border-radius: 42% 42% 32px 32px / 18% 18% 32px 32px; background: var(--surface-strong); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; border-radius: inherit; object-fit: cover; }
html[data-theme='dark'] .image-frame img { filter: brightness(.82) saturate(.9); }
.prompt-float { position: absolute; bottom: -29px; left: -45px; display: flex; width: min(360px, 72%); align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid color-mix(in srgb, var(--green) 35%, var(--line)); border-radius: 18px; background: color-mix(in srgb, var(--surface-strong) 94%, transparent); box-shadow: 0 20px 50px rgba(34, 47, 33, .18); backdrop-filter: blur(12px); }
.prompt-avatar { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: #fff; background: var(--green-deep); }
.prompt-float > span:last-child { display: grid; }
.prompt-float small { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.prompt-float strong { margin-top: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 600; line-height: 1.3; }
.time-float { position: absolute; top: 7%; right: -22px; display: grid; width: 76px; height: 76px; place-items: center; align-content: center; border: 5px solid var(--bg); border-radius: 50%; color: #fff; background: var(--coral); box-shadow: 0 14px 30px rgba(121, 48, 33, .24); transform: rotate(-7deg); }
.time-float strong { font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: .85; }
.time-float span { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.proof-strip { overflow: hidden; border-block: 1px solid var(--line); background: var(--surface); }
.proof-inner { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: clamp(15px, 3vw, 38px); color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.proof-inner i { color: var(--coral); font-style: normal; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.intro-section { padding-top: 100px; padding-bottom: 108px; }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(360px, .73fr); align-items: end; gap: clamp(45px, 8vw, 105px); }
.intro-layout h2, .section-heading h2, .builder-heading h2, .how-heading h2, .faq-heading h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.3vw, 66px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.intro-layout h2 em { color: var(--coral); font-weight: 500; }
.intro-layout p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.intro-layout strong { color: var(--text); }

.capabilities-section { padding: 105px 0 112px; border-block: 1px solid var(--line); background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 43px; }
.section-heading > div { max-width: 760px; }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.capability-card { position: relative; min-height: 310px; overflow: hidden; padding: 23px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface-strong); }
.capability-card::after { position: absolute; right: -32px; bottom: -48px; width: 135px; height: 135px; border-radius: 50%; background: var(--card-soft); content: ""; opacity: .7; }
.capability-card > span { position: absolute; top: 23px; right: 23px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.capability-icon { display: grid; width: 57px; height: 57px; place-items: center; margin-bottom: 63px; border-radius: 18px; color: var(--card-color); background: var(--card-soft); }
.capability-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.capability-card h3 { position: relative; z-index: 1; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.capability-card p { position: relative; z-index: 1; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.card-coral { --card-color: var(--coral); --card-soft: var(--coral-soft); }
.card-green { --card-color: var(--green); --card-soft: var(--green-soft); }
.card-blue { --card-color: var(--blue); --card-soft: var(--blue-soft); }
.card-gold { --card-color: var(--gold); --card-soft: var(--gold-soft); }

.builder-section { padding: 112px 0; color: #f7f4eb; background: #17271e; }
.builder-shell { display: grid; grid-template-columns: minmax(0, .76fr) minmax(570px, 1.24fr); align-items: start; gap: clamp(55px, 8vw, 100px); }
.builder-heading { position: sticky; top: 115px; }
.builder-heading .eyebrow { color: #8dd2aa; }
.builder-heading h2 { color: #f7f4eb; }
.builder-heading > p:not(.eyebrow) { max-width: 450px; margin: 21px 0 0; color: #bac8be; font-size: 15px; line-height: 1.7; }
.privacy-note { display: flex; gap: 11px; margin-top: 29px; padding: 15px; border: 1px solid #3a5443; border-radius: 15px; color: #c6d2c9; background: #1d3024; font-size: 12px; }
.privacy-note > span:first-child { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #17271e; background: #8dd2aa; font-weight: 900; }
.prompt-builder { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 29px; border: 1px solid #3a5443; border-radius: 27px; background: #203128; box-shadow: 0 28px 70px rgba(0, 0, 0, .23); }
.field { display: grid; align-content: start; gap: 8px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > label, .field legend { padding: 0; color: #f7f4eb; font-size: 12px; font-weight: 850; }
.field textarea, .field select, .number-control { width: 100%; border: 1px solid #4a6151; border-radius: 12px; color: #f7f4eb; background: #17271e; outline: none; }
.field textarea { min-height: 97px; resize: vertical; padding: 13px 14px; line-height: 1.55; }
.field textarea::placeholder { color: #849388; }
.field select { min-height: 48px; padding: 9px 37px 9px 12px; }
.field textarea:focus, .field select:focus, .number-control:focus-within { border-color: #8dd2aa; box-shadow: 0 0 0 3px rgba(141, 210, 170, .13); }
.field small { color: #93a399; font-size: 10px; }
.time-options { display: flex; flex-wrap: wrap; gap: 8px; border: 0; padding: 0; }
.time-options legend { width: 100%; margin-bottom: 2px; }
.time-options label { position: relative; flex: 1 1 100px; }
.time-options input { position: absolute; opacity: 0; pointer-events: none; }
.time-options span { display: grid; min-height: 43px; place-items: center; border: 1px solid #4a6151; border-radius: 12px; color: #bdc9c0; background: #17271e; cursor: pointer; font-size: 12px; font-weight: 800; }
.time-options input:focus-visible + span { outline: 2px solid #8dd2aa; outline-offset: 2px; }
.time-options input:checked + span { border-color: #8dd2aa; color: #17271e; background: #8dd2aa; }
.number-control { display: grid; grid-template-columns: 44px 1fr 44px; min-height: 48px; overflow: hidden; }
.number-control button { border: 0; color: #c7d2c9; background: transparent; cursor: pointer; font-size: 21px; }
.number-control button:hover { background: #2b4133; }
.number-control input { width: 100%; border: 0; border-inline: 1px solid #4a6151; color: #fff; background: transparent; text-align: center; outline: none; -moz-appearance: textfield; }
.number-control input::-webkit-outer-spin-button, .number-control input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.prompt-preview { min-height: 170px; margin-top: 3px; padding: 17px 18px; border: 1px dashed #58705e; border-radius: 16px; background: #17271e; }
.preview-label { display: flex; justify-content: space-between; gap: 15px; color: #8dd2aa; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.preview-label span:last-child { color: #7e9083; }
.prompt-preview p { margin: 14px 0 0; color: #edf2ee; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.55; }
.builder-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.builder-actions .button-primary { background: #8dd2aa; color: #17271e; box-shadow: none; }
.builder-actions .button-primary:hover { background: #a6e0bd; }
.builder-actions .button-copy { border-color: #4a6151; color: #e9efea; background: #273a2e; }
.copy-icon { font-size: 14px; }

.example-section { padding-top: 112px; padding-bottom: 118px; }
.recipe-demo { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 17px; }
.recipe-paper { overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface-strong); box-shadow: 0 20px 65px rgba(45, 52, 41, .08); }
.recipe-paper > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.recipe-paper header > div:first-child > span { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recipe-paper h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 39px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.recipe-meta { display: flex; gap: 9px; }
.recipe-meta span { display: grid; min-width: 66px; min-height: 65px; place-items: center; align-content: center; border-radius: 16px; color: var(--green-deep); background: var(--green-soft); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.recipe-meta strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; }
.recipe-columns { display: grid; grid-template-columns: .78fr 1.22fr; gap: 35px; padding-top: 29px; }
.recipe-columns h4 { margin: 0 0 15px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recipe-columns ul, .recipe-columns ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.recipe-columns ul li { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 9px; border-bottom: 1px dotted var(--line); color: var(--muted); font-size: 12px; }
.recipe-columns ul strong { color: var(--text); font-size: 11px; white-space: nowrap; }
.recipe-columns ol li { display: grid; grid-template-columns: 27px 1fr; gap: 10px; color: var(--muted); font-size: 12px; }
.recipe-columns ol span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 10px; font-weight: 900; }
.recipe-paper > footer { margin: 27px -34px -34px; padding: 20px 34px 23px; background: var(--coral-soft); }
.recipe-paper footer span { color: var(--coral-deep); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recipe-paper footer p { margin: 5px 0 0; font-size: 12px; }
.side-output { display: grid; grid-template-rows: auto auto 1fr; gap: 13px; }
.side-output article { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 21px; background: var(--surface); }
.mini-icon { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--green-deep); background: var(--green-soft); font-weight: 900; }
.side-output small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.side-output h3 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.15; }
.side-output p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.side-output > a { display: flex; min-height: 150px; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 23px; border-radius: 21px; color: #fff; background: var(--green-deep); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.1; text-decoration: none; }
.side-output > a:hover { background: var(--green); }

.quick-prompts-section { padding: 105px 0 112px; border-block: 1px solid var(--line); background: var(--surface); }
.quick-prompts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-prompts a { display: grid; grid-template-columns: auto 1fr auto; min-height: 105px; align-items: center; gap: 17px; padding: 21px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface-strong); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.quick-prompts a:hover { border-color: var(--coral); transform: translateY(-2px); }
.quick-prompts span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: var(--coral-deep); background: var(--coral-soft); font-size: 10px; font-weight: 900; }
.quick-prompts strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; }
.quick-prompts i { color: var(--coral); font-style: normal; font-size: 18px; }

.how-section { display: grid; grid-template-columns: minmax(0, .72fr) minmax(570px, 1.28fr); gap: clamp(55px, 8vw, 110px); padding-top: 112px; padding-bottom: 115px; }
.how-heading { position: sticky; top: 115px; align-self: start; }
.steps { display: grid; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 6px 0 33px; }
.steps li:not(:last-child) { margin-bottom: 27px; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: var(--green-deep); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.steps li:nth-child(even) > span { background: var(--coral); }
.steps h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 600; }
.steps p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.safety-section { padding: 105px 0 110px; color: #f6f4ed; background: #22211d; }
.safety-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(570px, 1.28fr); gap: clamp(55px, 8vw, 110px); }
.safety-section .eyebrow { color: #f09b86; }
.safety-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.2vw, 65px); font-weight: 500; line-height: 1.01; letter-spacing: -.045em; }
.safety-content > p { max-width: 700px; margin: 3px 0 27px; color: #bebdb5; font-size: 15px; line-height: 1.7; }
.safety-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.safety-list article { display: flex; gap: 12px; min-height: 139px; padding: 18px; border: 1px solid #44433d; border-radius: 17px; background: #292824; }
.safety-list article > span { display: grid; width: 33px; height: 33px; flex: 0 0 auto; place-items: center; border-radius: 10px; color: #271812; background: #f09b86; font-size: 12px; font-weight: 950; }
.safety-list h3 { margin: 0; font-size: 13px; }
.safety-list p { margin: 6px 0 0; color: #b9b8b0; font-size: 11px; }

.faq-section { display: grid; grid-template-columns: minmax(0, .65fr) minmax(570px, 1.35fr); gap: clamp(50px, 8vw, 110px); padding-top: 112px; padding-bottom: 112px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: var(--surface-strong); }
.faq-list summary { position: relative; padding: 20px 56px 20px 20px; cursor: pointer; font-size: 14px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 20px; color: var(--coral); content: "+"; font-family: Georgia, "Times New Roman", serif; font-size: 25px; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 13px; }

.final-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-bottom: 85px; padding: 49px; border-radius: 29px; background: var(--coral-soft); }
.final-cta .eyebrow { color: var(--coral-deep); }
.final-cta h2 { font-size: clamp(37px, 4.7vw, 58px); }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 16px 0 0; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 34px; padding-bottom: 28px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
.footer-main nav a { color: var(--muted); font-size: 12px; font-weight: 750; text-decoration: none; }
.footer-main nav a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

[dir='rtl'] .top-nav { margin-right: auto; margin-left: 0; }
[dir='rtl'] .hero-kicker, [dir='rtl'] .hero-notes li, [dir='rtl'] .assistant-state { flex-direction: row-reverse; justify-content: flex-end; }
[dir='rtl'] .prompt-float { right: -45px; left: auto; }
[dir='rtl'] .time-float { right: auto; left: -22px; }
[dir='rtl'] .faq-list summary { padding-right: 20px; padding-left: 56px; }
[dir='rtl'] .faq-list summary::after { right: auto; left: 20px; }

@media (max-width: 1080px) {
  .top-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 40px; }
  .hero h1 { font-size: clamp(54px, 7.8vw, 78px); }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card { min-height: 285px; }
  .builder-shell, .how-section, .safety-layout, .faq-section { grid-template-columns: 1fr; }
  .builder-heading, .how-heading { position: static; max-width: 750px; }
  .builder-shell { gap: 45px; }
  .how-section, .faq-section { gap: 42px; }
  .safety-layout { gap: 40px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; gap: 10px; }
  .site-brand-copy small, .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 52px; padding-bottom: 78px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: min(100%, 600px); margin: 12px auto 0; }
  .prompt-float { bottom: -32px; left: -4px; }
  .time-float { right: -4px; }
  .proof-inner { justify-content: flex-start; overflow-x: auto; }
  .intro-section, .capabilities-section, .builder-section, .example-section, .quick-prompts-section, .how-section, .safety-section, .faq-section { padding-top: 76px; padding-bottom: 78px; }
  .intro-layout { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .section-heading { display: grid; align-items: start; gap: 20px; margin-bottom: 31px; }
  .section-heading > p { max-width: none; }
  .prompt-builder { padding: 22px; }
  .recipe-demo { grid-template-columns: 1fr; }
  .side-output { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .side-output > a { grid-column: 1 / -1; min-height: 110px; }
  .final-cta { grid-template-columns: 1fr; margin-bottom: 55px; padding: 31px; }
  .final-cta .button { width: 100%; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .header-actions .select-control:last-of-type { display: none; }
  #languageSelect { max-width: 132px; }
  .hero h1 { font-size: clamp(52px, 17vw, 74px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; }
  .image-frame { border-radius: 34% 34% 24px 24px / 15% 15% 24px 24px; }
  .prompt-float { width: 83%; }
  [dir='rtl'] .prompt-float { right: -4px; left: auto; }
  .time-float { top: 3%; width: 66px; height: 66px; }
  [dir='rtl'] .time-float { right: auto; left: -4px; }
  .capability-grid, .prompt-builder, .quick-prompts, .safety-list { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; }
  .field-wide { grid-column: auto; }
  .builder-actions { align-items: stretch; flex-direction: column; }
  .builder-actions .button { width: 100%; }
  .recipe-paper { padding: 24px; }
  .recipe-paper > header { flex-direction: column; }
  .recipe-columns { grid-template-columns: 1fr; gap: 28px; }
  .recipe-paper > footer { margin: 25px -24px -24px; padding: 19px 24px 21px; }
  .side-output { grid-template-columns: 1fr; }
  .side-output > a { grid-column: auto; }
  .steps li { grid-template-columns: 46px 1fr; gap: 14px; }
  .steps li > span { width: 43px; height: 43px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .button:hover, .quick-prompts a:hover { transform: none; }
}

@media print {
  .site-header, .site-footer, .hero-actions, .assistant-state, .builder-section, .quick-prompts-section, .final-cta .button { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .intro-section, .capabilities-section, .example-section, .how-section, .safety-section, .faq-section { padding-block: 28px; }
  .hero { min-height: 0; }
  .capability-card, .recipe-paper, .side-output article, .faq-list details { break-inside: avoid; box-shadow: none; }
  .safety-section { color: #000; background: #fff; }
  .safety-content > p, .safety-list p { color: #333; }
  .safety-list article { border-color: #bbb; background: #fff; }
}
