:root {
  /* Editorial Atelier palette. Legacy variable names remain to keep the
     prototype structure stable while the visual system changes. */
  --paper: #f7f4ee;
  --paper-strong: #ffffff;
  --ink: #3d4247;
  --muted: #6b6661;
  --line: #d9c8bf;
  --green: #817064;
  --green-dark: #6f5f54;
  --green-pale: #eae5db;
  --sand: #efe2d4;
  --sand-deep: #c7a08f;
  --brown: #857466;
  --brown-deep: #3d4247;
  --brown-soft: #c7a08f;
  --charcoal: #3d4247;
  --danger: #8b3f3a;
  --powder: #c7a08f;
  --powder-soft: #e6d3c9;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(61, 66, 71, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

body.dialog-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid var(--powder);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.prototype-ribbon {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 20px;
  background: var(--brown-deep);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.prototype-ribbon span { color: var(--powder); font-weight: 800; letter-spacing: .14em; }
.prototype-ribbon p { margin: 0; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(61, 66, 71, .1);
  background: rgba(247, 244, 238, .92);
  backdrop-filter: blur(18px);
}

.header-shell { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; min-height: 76px; }
.brand { display: inline-grid; gap: 0; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 20px; letter-spacing: .17em; }
.brand-name span { color: var(--green); }
.brand-tagline { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }

.desktop-nav { display: flex; gap: clamp(18px, 2.2vw, 34px); align-items: center; justify-content: center; }
.desktop-nav a, .login-link { color: var(--ink); font-size: 13px; font-weight: 650; }
.desktop-nav a:hover, .login-link:hover { color: var(--green); }
.header-actions { display: flex; gap: 18px; align-items: center; }
.language-switcher { display: flex; gap: 8px; align-items: center; padding-right: 16px; border-right: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.language-switcher span, .language-switcher button, .language-switcher a, .mobile-languages span, .mobile-languages button, .mobile-languages a, .footer-bottom button, .footer-bottom a { border: 0; background: none; color: inherit; cursor: pointer; text-decoration: none; }
.language-switcher .is-active, .mobile-languages .is-active { color: var(--green); text-decoration: underline; text-underline-offset: 5px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 12px; }
.button-dark { background: var(--brown-deep); color: #fff; }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(129,112,100,.22); }
.button-primary:hover { background: var(--green-dark); }
.button-light { background: #fff; color: var(--charcoal); }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: #fff; }
.button-danger { width: 100%; margin-top: 18px; background: var(--danger); color: #fff; }
.button-danger:disabled { opacity: .42; cursor: not-allowed; transform: none; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: .2s ease; }
.mobile-menu { padding: 12px 20px 22px; border-top: 1px solid var(--line); background: var(--paper-strong); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.mobile-languages { display: flex; gap: 18px; padding: 17px 0; }
.mobile-menu .button { width: 100%; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  min-height: 760px;
  padding-block: 92px 100px;
}

.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 24px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--powder); }
.hero h1, .section-intro h2, .section-heading h2, .demo-shell h2, .control-shell h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.hero h1 { max-width: 620px; font-size: clamp(46px, 5.2vw, 76px); }
.hero h1 em { display: block; color: var(--green); font-style: italic; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.creator-note { display: grid; grid-template-columns: auto 1fr; gap: 11px 16px; align-items: center; max-width: 590px; margin-top: 20px; padding: 13px 16px; border-left: 3px solid var(--brown-soft); background: rgba(239,226,212,.62); }
.creator-note span { color: var(--brown-deep); font-family: var(--serif); font-size: 15px; font-weight: 700; white-space: nowrap; }.creator-note p { margin: 0; color: var(--muted); font-size: 11px; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 34px; }
.text-link { padding-block: 10px; color: var(--green-dark); font-size: 13px; font-weight: 750; border-bottom: 1px solid rgba(111,95,84,.35); }
.hero-note { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 12px; }

.workflow-visual { position: relative; min-height: 560px; }
.workflow-visual::before { content: ""; position: absolute; inset: -50px -120px -40px -50px; border-radius: 50%; background: radial-gradient(circle, rgba(199,160,143,.30), rgba(247,244,238,0) 66%); }
.visual-browser { position: relative; z-index: 1; overflow: hidden; min-height: 465px; border: 1px solid rgba(61,66,71,.12); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 16px; border-bottom: 1px solid var(--green-pale); color: var(--muted); font-size: 10px; }
.window-bar div { display: flex; gap: 5px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--line); }
.window-bar b { padding: 5px 9px; border-radius: 99px; background: var(--green-pale); color: var(--muted); font-weight: 700; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; padding: 22px 24px 16px; }
.gallery-heading span { display: block; font-family: var(--serif); font-size: 23px; }
.gallery-heading small { color: var(--muted); }
.gallery-heading strong { color: var(--green); font-size: 12px; }
.photo-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-auto-rows: 92px; gap: 8px; padding: 0 24px 24px; }
.photo-card { position: relative; overflow: hidden; border-radius: 8px; background: var(--green-pale); }
.photo-card::after { content: ""; position: absolute; z-index: 1; inset: 55% 0 0; background: linear-gradient(to bottom, transparent, rgba(20,22,20,.56)); pointer-events: none; }
.photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card.is-selected { outline: 2px solid rgba(129,112,100,.92); outline-offset: -2px; }
.photo-card.photo-tall { grid-row: span 2; }
.photo-card.photo-wide { grid-column: span 2; }
.photo-card.photo-tall img { object-position: center 28%; }
.photo-card.photo-wide img { object-position: center 34%; }
.photo-card.photo-dark img { object-position: center 30%; }
.photo-card span { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--green); color: #fff; font-size: 12px; }
.photo-card small { position: absolute; z-index: 2; left: 8px; bottom: 7px; color: #fff; font-size: 8px; text-shadow: 0 1px 3px #000; }
.comment-chip { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 11px 15px; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgba(61,66,71,.16); color: var(--ink); font-size: 11px; }
.comment-chip span { margin-right: 5px; color: var(--green); font-family: var(--serif); font-size: 20px; }
.sorter-card { position: absolute; z-index: 2; right: -34px; bottom: 5px; width: 300px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--brown-deep); box-shadow: 0 22px 58px rgba(61,66,71,.25); color: var(--paper); transform: rotate(-1.5deg); }
.sorter-brand { display: flex; gap: 8px; align-items: center; color: var(--green-pale); font-size: 10px; }
.sorter-brand span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: var(--green); color: #fff; font-weight: 900; }
.sorter-status { display: flex; gap: 12px; align-items: center; margin: 18px 0; }
.sorter-status i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); font-style: normal; font-size: 20px; }
.sorter-status strong, .sorter-status small { display: block; }
.sorter-status small { color: var(--green-pale); }
.folder-row { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; padding: 10px; border-radius: 9px; background: rgba(255,255,255,.07); font-size: 10px; }
.folder-row span { color: var(--powder); font-weight: 900; }.folder-row small { color: var(--green-pale); }

.signal-strip { border-block: 1px solid var(--line); background: var(--sand); }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.signal-grid p { display: flex; gap: 14px; align-items: center; margin: 0; padding: 24px 26px; border-right: 1px solid var(--line); font-size: 13px; }
.signal-grid p:first-child { border-left: 1px solid var(--line); }
.signal-grid span { color: var(--green); font-family: var(--serif); }

.section { padding-block: 120px; }
.section-intro h2, .section-heading h2, .demo-shell h2, .control-shell h2, .faq-heading h2 { font-size: clamp(38px, 5vw, 62px); }
.creator-section { padding-top: 135px; padding-bottom: 40px; }
.creator-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px,7vw,95px); align-items: center; }
.creator-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px,4.5vw,62px); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }.creator-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 1.75; }.creator-copy blockquote { margin: 34px 0 0; padding: 20px 0 20px 24px; border-left: 3px solid var(--green); color: var(--brown-deep); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.creator-copy .creator-principle { padding: 14px 16px; border-radius: 10px; background: var(--sand); font-size: 13px; }.creator-principle strong { color: var(--brown-deep); }
.comment-report { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-strong); box-shadow: 0 30px 80px rgba(61,66,71,.13); }
.report-bar { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }.report-bar div { display: flex; gap: 5px; }.report-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--line); }.report-bar b { padding: 5px 8px; border-radius: 99px; background: var(--sand); color: var(--brown); }
.report-tabs { display: flex; gap: 7px; padding: 14px 18px 4px; }.report-tab { display: inline-flex; gap: 7px; align-items: center; padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 9px; font-weight: 750; }.report-tab b { display: grid; place-items: center; min-width: 18px; height: 18px; padding-inline: 4px; border-radius: 99px; background: var(--green-pale); color: var(--muted); font-size: 8px; }.report-tab.is-active { border-color: var(--green); background: var(--green); color: #fff; }.report-tab.is-active b { background: rgba(255,255,255,.22); color: #fff; }
.report-heading { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 20px 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-row { display: grid; grid-template-columns: 74px 1fr auto; gap: 13px; align-items: center; margin: 0 12px 9px; padding: 12px; border: 1px solid transparent; border-radius: 12px; background: rgba(239,226,212,.55); }.report-row.is-active { border-color: rgba(129,112,100,.28); background: var(--green-pale); }.report-thumb { position: relative; height: 70px; overflow: hidden; border-radius: 8px; background: var(--green-pale); }.report-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }.report-row strong { font-size: 12px; }.report-row p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }.report-row p span { display: block; margin-bottom: 2px; color: var(--green); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.report-row button { display: inline-flex; gap: 6px; align-items: center; padding: 9px 11px; border: 0; border-radius: 8px; background: var(--brown-deep); color: #fff; cursor: pointer; font-size: 9px; font-weight: 750; }.report-row button > span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; background: var(--powder); color: #fff; font-size: 8px; }.report-row button:hover { background: var(--green-dark); }
.report-flow { display: flex; gap: 9px; align-items: center; justify-content: center; margin-top: 16px; padding: 17px; background: var(--brown-deep); color: var(--green-pale); font-size: 9px; }.report-flow i { color: var(--powder); font-style: normal; }.report-flow strong { color: var(--sand); }
.split-intro { display: grid; grid-template-columns: .5fr 1.35fr .8fr; gap: 54px; align-items: start; }
.split-intro .eyebrow { margin-top: 9px; }
.split-intro > p:last-child, .centered-intro > p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.75; }
.result-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 70px; }
.result-card { min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.42); }
.result-card > span, .feature-list article > span { color: var(--muted); font-family: var(--serif); font-size: 13px; }
.result-card h3 { margin: 80px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.result-card p { margin: 0; color: var(--muted); }
.result-card.is-accent { border-color: var(--green); background: var(--green); color: #fff; }
.result-card.is-accent p, .result-card.is-accent > span { color: rgba(255,255,255,.72); }

.workflow-section { background: var(--sand); color: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; }
.workflow-overview-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: stretch; margin-top: 60px; }
.workflow-overview-frame { position: relative; overflow: hidden; margin: 0; padding: 10px; border: 1px solid rgba(61,66,71,.16); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 60px rgba(61,66,71,.14); }
.workflow-overview-frame img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 1; border-radius: 12px; background: var(--paper); object-fit: cover; transition: transform .45s ease; }
.workflow-overview-frame:hover img { transform: scale(1.01); }
.workflow-overview-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-radius: 18px; background: var(--brown-deep); color: var(--paper); }
.workflow-overview-copy > span { color: var(--powder); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.workflow-overview-copy h3 { margin: 18px 0 14px; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.08; }
.workflow-overview-copy p { margin: 0; color: rgba(247,244,238,.68); font-size: 13px; }
.workflow-overview-results { display: grid; gap: 10px; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(247,244,238,.14); list-style: none; color: rgba(247,244,238,.82); font-size: 12px; }
.workflow-overview-results li { position: relative; padding-left: 20px; }
.workflow-overview-results li::before { content: "✓"; position: absolute; left: 0; color: var(--powder); font-weight: 800; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.step-card { position: relative; display: flex; min-width: 0; min-height: 540px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(133,116,102,.20); border-radius: 16px; background: rgba(255,255,255,.52); }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(133,116,102,.34); border-radius: 50%; color: var(--brown); font-family: var(--serif); }
.step-card h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.step-card p { margin: 0; color: var(--muted); }
.step-visual { position: relative; margin: auto -10px -10px; padding-top: 30px; }
.step-visual::before { content: ""; position: absolute; inset: 18px 8% 0; border-radius: 50%; background: rgba(199,160,143,.28); filter: blur(28px); }
.step-visual img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border: 1px solid rgba(133,116,102,.18); border-radius: 12px; background: var(--paper); box-shadow: 0 18px 38px rgba(61,66,71,.13); object-fit: cover; transition: transform .35s ease, box-shadow .35s ease; }
.step-card:hover .step-visual img { box-shadow: 0 22px 48px rgba(61,66,71,.18); transform: translateY(-3px); }
.paid-note { margin: 28px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.centered-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-intro .eyebrow { justify-content: center; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.product-panel { position: relative; display: flex; min-width: 0; min-height: 700px; flex-direction: column; overflow: hidden; padding: 42px; border-radius: 18px; }
.client-panel { background: var(--green-pale); }.desktop-panel { background: var(--sand); }
.product-label { display: flex; align-items: center; justify-content: space-between; }
.product-label span { padding: 6px 10px; border: 1px solid rgba(23,26,24,.16); border-radius: 99px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-label b { color: rgba(23,26,24,.48); font-size: 11px; }
.product-panel h3 { max-width: 440px; margin: 44px 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.08; }
.product-panel ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.product-panel li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.product-visual { position: relative; margin: auto -18px -18px; padding-top: 36px; }
.product-visual::before { content: ""; position: absolute; inset: 24px 8% 0; border-radius: 50%; background: rgba(199,160,143,.28); filter: blur(30px); }
.product-visual img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border: 1px solid rgba(133,116,102,.18); border-radius: 14px; background: var(--paper); box-shadow: 0 22px 48px rgba(61,66,71,.15); object-fit: cover; transition: transform .4s ease, box-shadow .4s ease; }
.product-panel:hover .product-visual img { box-shadow: 0 28px 58px rgba(61,66,71,.19); transform: translateY(-3px); }
.feature-list { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-list article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-list h3 { margin: 46px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 400; }.feature-list p { margin: 0; color: var(--muted); font-size: 13px; }

.photoshop-feature { background: var(--sand); }.photoshop-feature h3 { color: var(--brown-deep); }
.demo-section { background: var(--brown); color: var(--paper); }
.demo-shell { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.demo-shell h2 { max-width: 760px; }.demo-shell p:last-child { max-width: 650px; color: rgba(255,255,255,.66); }.demo-shell .button { min-width: 220px; }

.pricing-section { padding-bottom: 80px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; margin-top: 64px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 600px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.price-card.is-featured { border-color: var(--green); background: var(--paper-strong); box-shadow: 0 25px 60px rgba(129,112,100,.14); }
.popular-label { position: absolute; top: 0; right: 24px; transform: translateY(-50%); padding: 6px 10px; border-radius: 99px; background: var(--green); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-top > span { color: var(--green); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.price-top p { margin: 22px 0 0; }.price-top strong { display: block; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; }.price-top small { color: var(--muted); }
.price-purpose { min-height: 70px; margin: 30px 0 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; gap: 12px; margin: 12px 0 30px; padding: 0; list-style: none; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-footnote { max-width: 780px; margin: 26px auto 0; color: var(--muted); text-align: center; font-size: 12px; }

.control-section { padding-block: 95px; border-block: 1px solid var(--line); background: var(--green-pale); }
.control-shell { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.control-shell > div:first-child > p:last-child { max-width: 680px; color: var(--muted); }
.control-diagram { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; }
.control-diagram > div { min-height: 170px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.control-diagram span, .control-diagram b, .control-diagram small { display: block; }.control-diagram span { color: var(--muted); font-size: 10px; }.control-diagram b { margin: 23px 0 3px; color: var(--green); font-family: var(--serif); font-size: 35px; font-weight: 400; }.control-diagram small { color: var(--muted); }.control-diagram > i { color: var(--green); font-style: normal; font-size: 24px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-heading > p:last-child { color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 24px 0; cursor: pointer; font-family: var(--serif); font-size: 21px; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-question { min-width: 0; overflow-wrap: anywhere; }.faq-list summary .faq-icon { color: var(--green); font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s ease; }.faq-list details[open] summary .faq-icon { transform: rotate(45deg); }.faq-list details > p, .faq-list details > div { margin: -4px 50px 24px 0; color: var(--muted); font-size: 14px; }.faq-list details > div p { margin: 0 0 10px; }.cancellation-faq { padding-inline: 20px; border: 1px solid rgba(129,112,100,.28)!important; border-radius: 12px; background: rgba(234,229,219,.62); }.inline-action { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--green-dark); cursor: pointer; font-size: 12px; font-weight: 750; }

.final-cta { padding-block: 120px; background: var(--brown-deep); color: var(--paper); text-align: center; }.final-cta-shell { display: grid; justify-items: center; }.final-cta h2 { font-size: clamp(44px,6vw,78px); }.final-cta p:not(.eyebrow) { max-width: 690px; color: rgba(247,244,238,.68); }.final-cta-shell > div { display: flex; gap: 26px; align-items: center; margin-top: 25px; }.final-link { color: var(--powder); font-size: 13px; font-weight: 750; }
.legal-status { margin-block: 32px; padding: 20px 24px; border: 1px dashed var(--brown); border-radius: 12px; background: rgba(255,255,255,.45); }.legal-status span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.legal-status p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }

.site-footer { padding-block: 70px 26px; border-top: 1px solid rgba(255,255,255,.12); background: var(--brown-deep); color: rgba(247,244,238,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }.footer-brand p { max-width: 320px; margin: 24px 0 0; font-size: 13px; }.footer-logo { color: #fff; }.footer-grid nav { display: flex; flex-direction: column; align-items: start; gap: 10px; }.footer-grid h2 { margin: 0 0 9px; color: #fff; font-size: 12px; }.footer-grid a, .footer-grid button { padding: 0; border: 0; background: none; color: rgba(255,255,255,.62); cursor: pointer; font-size: 12px; text-align: left; }.footer-grid a:hover, .footer-grid button:hover { color: var(--powder); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }.footer-bottom div { display: flex; gap: 9px; }.footer-bottom button, .footer-bottom div span { color: rgba(255,255,255,.62); }

.cancel-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 18px; background: var(--paper-strong); box-shadow: 0 30px 100px rgba(0,0,0,.36); }.cancel-dialog::backdrop { background: rgba(10,14,12,.7); backdrop-filter: blur(6px); }.cancel-dialog form { position: relative; padding: 34px; }.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }.dialog-kicker { margin: 0 0 12px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.cancel-dialog h2 { max-width: 390px; margin: 0; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.1; }.dialog-intro { color: var(--muted); }.cancel-summary { margin: 24px 0; border: 1px solid var(--line); border-radius: 12px; }.cancel-summary p { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin: 0; padding: 13px 15px; border-bottom: 1px solid var(--line); font-size: 12px; }.cancel-summary p:last-child { border: 0; }.cancel-summary span { color: var(--muted); }.cancel-summary strong { text-align: right; }.cancel-dialog label { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; }.cancel-dialog input { margin-top: 3px; accent-color: var(--green); }.dialog-secondary { width: 100%; margin-top: 8px; padding: 11px; border: 0; background: none; cursor: pointer; }.cancel-dialog small { display: block; margin-top: 9px; color: var(--muted); text-align: center; }
.prototype-toast { position: fixed; z-index: 9999; right: 18px; bottom: 18px; max-width: 360px; padding: 14px 18px; border-radius: 10px; background: var(--brown-deep); box-shadow: var(--shadow); color: var(--paper); font-size: 12px; }

[dir="rtl"] .language-switcher { padding-right: 0; padding-left: 16px; border-right: 0; border-left: 1px solid var(--line); }
[dir="rtl"] .creator-note { border-left: 0; border-right: 3px solid var(--brown-soft); }
[dir="rtl"] .creator-copy blockquote { padding-right: 24px; padding-left: 0; border-right: 3px solid var(--green); border-left: 0; }
[dir="rtl"] .workflow-overview-results li { padding-right: 20px; padding-left: 0; }
[dir="rtl"] .workflow-overview-results li::before { right: 0; left: auto; }
[dir="rtl"] .product-panel li::before, [dir="rtl"] .price-card li::before { margin-right: 0; margin-left: 9px; }
[dir="rtl"] .footer-grid a, [dir="rtl"] .footer-grid button { text-align: right; }
[dir="rtl"] .popular-label { right: auto; left: 24px; }
[dir="rtl"] .report-flow i, [dir="rtl"] .control-diagram > i { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .prototype-toast { right: auto; left: 18px; }

@media (max-width: 1080px) {
  .desktop-nav, .header-actions { display: none; }.header-shell { grid-template-columns: 1fr auto; }.menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 70px; }.hero-copy { max-width: 780px; }.workflow-visual { width: min(720px, 95%); margin-inline: auto; }
  .creator-grid { grid-template-columns: 1fr; }.comment-report { width: min(760px,100%); }
  .workflow-overview-grid { grid-template-columns: 1fr; }.workflow-overview-copy { min-height: 280px; }
  .split-intro { grid-template-columns: 1fr 1.5fr; }.split-intro > p:last-child { grid-column: 2; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }.faq-heading { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }.footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }.shell { width: min(100% - 28px, 1180px); }
  .prototype-ribbon { min-height: 28px; }.prototype-ribbon p { display: none; }
  .header-shell { min-height: 66px; }.brand-name { font-size: 17px; }.brand-tagline { font-size: 7px; }
  .hero { gap: 44px; padding-block: 52px 68px; }.hero h1 { font-size: clamp(41px, 12vw, 58px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }.hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }.text-link { border: 1px solid var(--line); border-radius: 99px; }
  .workflow-visual { width: 100%; min-height: 450px; }.workflow-visual::before { inset: -20px 0; }.visual-browser { min-height: 380px; border-radius: 13px; transform: none; }.window-bar span { display: none; }.gallery-heading { padding: 16px 14px 12px; }.gallery-heading span { font-size: 18px; }.photo-grid { grid-auto-rows: 73px; gap: 6px; padding: 0 14px 18px; }.comment-chip { right: 10px; bottom: 10px; }.sorter-card { right: 6px; bottom: -4px; width: calc(100% - 34px); transform: none; }
  .signal-grid { grid-template-columns: 1fr; }.signal-grid p { border-right: 0; border-bottom: 1px solid var(--line); }.signal-grid p:first-child { border-left: 0; }.signal-grid p:last-child { border-bottom: 0; }
  .section { padding-block: 80px; }.split-intro { grid-template-columns: 1fr; gap: 22px; }.split-intro > p:last-child { grid-column: auto; }.section-intro h2, .section-heading h2, .demo-shell h2, .control-shell h2, .faq-heading h2 { font-size: 39px; }
  .creator-note { grid-template-columns: 1fr; }.creator-section { padding-top: 90px; }.creator-copy blockquote { font-size: 18px; }.report-row { grid-template-columns: 48px 1fr; }.report-row button { grid-column: 2; justify-self: start; }.report-flow { flex-wrap: wrap; }
  .workflow-overview-frame { padding: 7px; }.workflow-overview-copy { min-height: 0; padding: 28px; }.workflow-overview-copy h3 { font-size: 32px; }.workflow-overview-results { margin-top: 22px; }
  .result-grid, .steps-grid, .product-grid, .pricing-grid { grid-template-columns: 1fr; }.result-card { min-height: 240px; }.result-card h3 { margin-top: 60px; }
  .section-heading { align-items: start; flex-direction: column; }.step-card { min-height: 0; }.step-visual { margin-top: 34px; }
  .product-panel { min-height: 0; padding: 28px; }.product-panel h3 { margin-top: 38px; font-size: 34px; }.product-visual { margin: 34px -12px -12px; padding-top: 0; }
  .feature-list { grid-template-columns: 1fr 1fr; }.feature-list article { min-height: 190px; }
  .demo-shell, .control-shell { grid-template-columns: 1fr; gap: 40px; }.demo-shell .button { width: 100%; }.control-diagram { grid-template-columns: 1fr; }.control-diagram > i { transform: rotate(90deg); text-align: center; }
  .price-card { min-height: 0; }.price-card .button { margin-top: 20px; }.price-purpose { min-height: 0; }
  .faq-list summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; font-size: 18px; overflow-wrap: anywhere; }.faq-list details > p, .faq-list details > div { margin-right: 0; }.cancellation-faq { padding-inline: 14px; }
  .final-cta-shell > div { align-items: stretch; flex-direction: column; width: 100%; }.final-cta h2 { font-size: 43px; }.final-link { padding: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }.footer-brand { grid-column: 1/-1; }.footer-grid nav:last-child { grid-column: auto; }.footer-bottom { align-items: start; flex-direction: column; gap: 12px; }
}

@media (max-width: 440px) {
  .photo-grid { grid-template-columns: 1fr 1fr; }.photo-card.photo-wide { grid-column: auto; }.photo-grid .photo-card:nth-child(6) { display: none; }
  .feature-list { grid-template-columns: 1fr; }.feature-list article { min-height: 170px; }.feature-list h3 { margin-top: 34px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-grid nav:last-child { grid-column: auto; }
  .cancel-dialog form { padding: 28px 20px; }.cancel-dialog h2 { font-size: 31px; }.cancel-summary p { align-items: start; flex-direction: column; gap: 3px; }.cancel-summary strong { text-align: left; }
  .report-heading { display: none; }.report-row { grid-template-columns: 46px 1fr; }.report-row button { grid-column: 1/-1; width: 100%; }.report-flow { display: grid; grid-template-columns: 1fr auto 1fr; }.report-flow i:nth-of-type(2) { display: none; }.report-flow strong { grid-column: 1/-1; text-align: center; }.report-flow strong::before { content: "↓"; display: block; margin-bottom: 5px; color: var(--powder); font-weight: 400; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
