@font-face { font-family: "Poppins"; src: url("/fonts/poppins-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-800.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "The Cilla"; src: local("The Cilla Regular"), local("TheCillaRegular"), local("The Cilla"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --ink: #343a40;
  --deep: #008080;
  --deep-2: #006d6d;
  --lime: #d7f29b;
  --mint: #edf7d7;
  --peach: #f8cd98;
  --paper: #f8f9fa;
  --white: #ffffff;
  --line: #dce2e3;
  --muted: #687176;
  --danger: #b43737;
  --shadow: 0 24px 70px rgba(52, 58, 64, 0.13);
  --radius: 22px;
  --font-display: "The Cilla", Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.hidden { display: none !important; }

.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 5; color: var(--ink); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 174px; height: 64px; display: block; overflow: hidden; border-radius: 18px; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sidebar-brand .brand-logo, .site-footer .brand-logo { background: var(--paper); padding: 0 7px; }
.header-actions { display: flex; align-items: center; gap: 24px; font-size: 13px; }
.text-link { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--deep); padding-bottom: 2px; font-weight: 600; }
.save-status { color: var(--muted); }

.hero { min-height: 780px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); background: var(--paper); color: var(--ink); overflow: hidden; }
.hero-copy { padding: 150px clamp(32px, 7vw, 112px) 82px; position: relative; isolation: isolate; }
.hero-copy::before { content: ""; position: absolute; width: 640px; height: 640px; left: -310px; bottom: -390px; border: 1px solid rgba(0,128,128,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(215,242,155,.32), 0 0 0 160px rgba(248,205,152,.16); z-index: -1; }
.hero-copy::after { content: ""; position: absolute; width: 320px; height: 470px; right: -185px; top: 95px; background: linear-gradient(150deg, rgba(0,128,128,.2), rgba(215,242,155,.1) 68%); border-radius: 90px; transform: rotate(-16deg); z-index: -1; }
.eyebrow, .panel-kicker { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 11px; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 30px; height: 3px; border-radius: 999px; background: var(--deep); display: inline-block; }
.hero h1 { max-width: 720px; font-family: var(--font-display); font-weight: 400; font-size: clamp(48px, 5.3vw, 79px); line-height: .99; letter-spacing: -.035em; margin: 28px 0; }
.hero h1 em { color: var(--deep); font-style: italic; }
.hero-intro { max-width: 640px; font-size: 18px; line-height: 1.7; color: var(--muted); margin: 0 0 42px; }
.hero-points { display: flex; gap: clamp(20px, 3vw, 48px); padding-top: 28px; border-top: 1px solid var(--line); max-width: 700px; }
.hero-points > div { display: flex; gap: 13px; align-items: flex-start; }
.hero-points strong { color: var(--deep); font-size: 12px; letter-spacing: .08em; padding-top: 2px; }
.hero-points span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.trust-note { display: flex; gap: 12px; align-items: center; margin-top: 44px; max-width: 550px; }
.trust-note p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }
.trust-note strong { color: var(--ink); }
.shield-icon { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--lime); border: 2px solid var(--deep); border-radius: 13px; font-weight: 900; flex: 0 0 auto; }

.start-card { align-self: center; width: min(580px, calc(100% - 64px)); margin: 78px auto 30px; padding: 42px 46px; border: 2px solid var(--deep); border-radius: 32px; background: white; color: var(--ink); box-shadow: var(--shadow); position: relative; }
.start-card::before { content: ""; width: 92px; height: 92px; position: absolute; right: -25px; top: -28px; background: var(--peach); border-radius: 28px; transform: rotate(16deg); z-index: -1; }
.card-heading { display: flex; justify-content: space-between; align-items: center; }
.step-pill, .verified-pill, .draft-badge { border-radius: 999px; background: var(--lime); color: var(--ink); padding: 7px 11px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.time-note { color: var(--muted); font-size: 12px; }
.start-card h2 { font-family: "Poppins", ui-sans-serif, sans-serif; font-size: 32px; font-weight: 600; margin: 22px 0 7px; }
.start-card > p { color: var(--muted); line-height: 1.5; font-size: 14px; margin: 0 0 28px; }
label { display: block; font-size: 12px; font-weight: 750; letter-spacing: .01em; }
input, textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 10px; padding: 12px 13px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, textarea:focus { border-color: var(--deep-2); box-shadow: 0 0 0 3px rgba(11,68,69,.1); }
textarea { resize: vertical; line-height: 1.55; }
.field-grid { display: grid; gap: 15px; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.start-card form { display: grid; gap: 15px; }
.optional { float: right; color: var(--muted); font-weight: 500; }
.check-row { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.check-row input { width: 18px; height: 18px; margin: 0; accent-color: var(--deep); flex: 0 0 auto; }
.check-row span { font-weight: 500; color: #465657; line-height: 1.45; }
.consent-row { margin-top: 3px; }
.privacy-copy { font-size: 10px !important; margin: -2px 0 2px !important; line-height: 1.45 !important; color: #708080 !important; }
.privacy-copy a { font-weight: 700; }
.primary-button, .secondary-button, .download-button { border: 0; border-radius: 999px; padding: 14px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-weight: 800; font-size: 12px; cursor: pointer; text-decoration: none; transition: transform .2s, background .2s, opacity .2s; }
.primary-button { background: var(--deep); color: white; }
.primary-button:hover, .download-button:hover { transform: translateY(-2px); }
.primary-button b { font-size: 18px; }
.primary-button.full { width: 100%; justify-content: space-between; padding-left: 22px; }
.primary-button:disabled { cursor: wait; opacity: .65; transform: none; }
.secondary-button { background: transparent; color: var(--deep); border: 1px solid var(--line); }
.form-error { color: var(--danger); font-size: 12px; margin: 0; min-height: 16px; }

.builder { min-height: 100vh; display: grid; grid-template-columns: 285px 1fr; background: var(--paper); }
.builder-sidebar { position: sticky; top: 0; height: 100vh; padding: 34px 28px; color: white; background: var(--deep); display: flex; flex-direction: column; }
.sidebar-brand { margin-bottom: 64px; }
.progress-summary { display: flex; align-items: baseline; justify-content: space-between; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.progress-summary strong { color: var(--lime); font-size: 14px; }
.progress-track { height: 3px; background: rgba(255,255,255,.18); margin: 11px 0 34px; overflow: hidden; }
.progress-track span { height: 100%; display: block; width: 25%; background: var(--lime); transition: width .35s ease; }
.steps { display: grid; gap: 6px; }
.step { appearance: none; border: 0; background: transparent; color: rgba(255,255,255,.46); display: flex; gap: 14px; text-align: left; padding: 12px 8px; border-radius: 10px; cursor: pointer; }
.step b { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; font-size: 10px; flex: 0 0 auto; }
.step span { display: grid; gap: 4px; }
.step strong { font-size: 12px; color: inherit; }
.step small { font-size: 10px; color: inherit; }
.step.active { color: white; background: rgba(255,255,255,.06); }
.step.active b, .step.complete b { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.step.complete { color: rgba(255,255,255,.72); }
.sidebar-help { margin-top: auto; border-top: 1px solid rgba(255,255,255,.13); padding-top: 24px; }
.sidebar-help span { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.sidebar-help p { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; }
.sidebar-help a { color: white; text-decoration: none; font-size: 11px; font-weight: 800; }

.builder-main { min-width: 0; padding: 65px clamp(34px, 8vw, 125px) 90px; }
.panel { max-width: 920px; margin: 0 auto; }
.panel-kicker { color: #608082; margin-bottom: 15px; }
.panel h2 { font-family: "Poppins", ui-sans-serif, sans-serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; font-weight: 600; letter-spacing: -.025em; margin: 0 0 15px; }
.panel-intro { color: var(--muted); max-width: 680px; line-height: 1.65; font-size: 15px; margin: 0 0 34px; }
.loading-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; gap: 18px; align-items: center; box-shadow: 0 16px 45px rgba(15,55,55,.06); }
.loading-card strong { display: block; margin-bottom: 6px; }
.loading-card p { margin: 0; color: var(--muted); font-size: 13px; }
.loader { width: 35px; height: 35px; border: 3px solid var(--mint); border-top-color: var(--deep); border-radius: 50%; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.notice { padding: 14px 16px; border-radius: 14px; background: #fff4e7; border: 1px solid var(--peach); font-size: 12px; line-height: 1.5; margin-bottom: 16px; }
.profile-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 30px; display: grid; gap: 19px; box-shadow: 0 16px 45px rgba(52,58,64,.05); }
.profile-head { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.company-avatar { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--deep); color: white; font-weight: 850; }
.quiet-label { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.title-input { border: 0; border-radius: 0; box-shadow: none !important; padding: 0; margin: 3px 0 0; font-family: var(--font-display); font-size: 25px; }
.source-details { margin-top: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.source-details summary { cursor: pointer; list-style: none; padding: 17px 20px; font-size: 12px; font-weight: 800; }
.source-details summary::after { content: "+"; float: right; font-size: 18px; }
.source-details[open] summary::after { content: "−"; }
.source-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 0 20px 20px; border-top: 1px solid var(--line); }
.source-columns h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 18px; }
.source-columns ul { padding-left: 17px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.source-columns a { color: var(--deep); }
.panel-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; }
.autosave-note { font-size: 11px; color: var(--muted); }
.autosave-note::before { content: "✓"; color: #2e8463; margin-right: 7px; font-weight: 900; }

.question-stack { display: grid; gap: 18px; }
fieldset { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
legend { padding: 0; font-family: "Poppins", ui-sans-serif, sans-serif; font-size: 20px; font-weight: 600; }
.question-help { color: var(--muted); font-size: 12px; margin: 7px 0 18px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.select-card, .radio-stack label, .radio-cards label { cursor: pointer; }
.select-card input, .chip-grid input, .radio-stack input, .radio-cards input { position: absolute; opacity: 0; pointer-events: none; }
.select-card > span { min-height: 84px; border: 1px solid var(--line); border-radius: 12px; padding: 15px; display: grid; align-content: center; gap: 4px; transition: .2s; }
.select-card b, .radio-stack b, .radio-cards b { font-size: 12px; }
.select-card small, .radio-stack small, .radio-cards small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.select-card input:checked + span { border-color: var(--deep); background: var(--mint); box-shadow: inset 0 0 0 1px var(--deep); }
.select-card input:checked + span::before { content: "✓"; position: absolute; }
.chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.chip-grid.two-column { grid-template-columns: repeat(2, 1fr); }
.chip-grid label span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 12px; display: block; text-align: center; font-size: 11px; font-weight: 700; cursor: pointer; transition: .2s; }
.chip-grid input:checked + span { background: var(--deep); border-color: var(--deep); color: white; }
.radio-stack { display: grid; gap: 8px; }
.radio-stack label > span { display: grid; gap: 3px; padding: 13px 15px 13px 45px; border: 1px solid var(--line); border-radius: 12px; position: relative; }
.radio-stack label > span::before { content: ""; width: 16px; height: 16px; border: 1px solid #a9b4b2; border-radius: 50%; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); }
.radio-stack input:checked + span { border-color: var(--deep); background: var(--mint); }
.radio-stack input:checked + span::before { border: 5px solid var(--deep); background: white; }
.radio-cards { display: grid; gap: 9px; }
.radio-cards.three { grid-template-columns: repeat(3, 1fr); }
.radio-cards label > span { min-height: 118px; border: 1px solid var(--line); border-radius: 12px; padding: 18px 14px; display: grid; align-content: center; gap: 7px; text-align: center; position: relative; }
.radio-cards label.recommended > span { padding-top: 26px; }
.radio-cards i { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); font-style: normal; color: #47715f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.radio-cards input:checked + span { border-color: var(--deep); background: var(--mint); box-shadow: inset 0 0 0 1px var(--deep); }
.large-check { border: 1px solid var(--line); padding: 15px; border-radius: 12px; }
.large-check small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.risk-callout { margin-top: 18px; background: #fff4e8; border: 1px solid #f0c79d; padding: 16px 18px; border-radius: 13px; display: flex; gap: 13px; }
.risk-callout > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #d56e2c; color: white; font-weight: 900; flex: 0 0 auto; }
.risk-callout strong { font-size: 12px; }
.risk-callout p { margin: 4px 0 0; color: #76523b; font-size: 11px; line-height: 1.45; }

.policy-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.draft-badge { background: #fff3cd; white-space: nowrap; margin-bottom: 9px; }
.policy-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 15px; background: var(--deep); padding: 10px 12px; border-radius: 18px 18px 0 0; }
.toolbar-button { border: 0; background: transparent; color: rgba(255,255,255,.78); padding: 8px 10px; cursor: pointer; font-size: 11px; font-weight: 700; }
.download-button { background: var(--lime); color: var(--ink); padding: 10px 15px; }
#policyEditor { margin: 0; height: 65vh; min-height: 620px; border-radius: 0 0 14px 14px; border-top: 0; padding: 32px clamp(20px, 5vw, 55px); font: 14px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.next-step-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 28px; border-radius: 28px; background: var(--ink); color: white; }
.next-step-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; margin: 12px 0 6px; }
.next-step-card p { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; max-width: 580px; margin: 0; }
.next-step-card .primary-button { flex: 0 0 auto; }

.mobile-progress { display: none; }
.seo-section { max-width: 1180px; margin: 0 auto; padding: 100px 32px 110px; }
.seo-intro { max-width: 700px; }
.seo-intro .eyebrow { color: #597273; }
.seo-intro h2, .faq-block h2 { font-family: "Poppins", ui-sans-serif, sans-serif; font-size: clamp(35px, 4vw, 53px); font-weight: 600; line-height: 1.08; margin: 20px 0 45px; letter-spacing: -.025em; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.seo-grid article { padding: 30px 32px 34px 0; }
.seo-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.seo-grid article > span { color: #6b8787; font-size: 10px; font-weight: 850; }
.seo-grid h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; margin: 22px 0 10px; }
.seo-grid p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.faq-block { max-width: 840px; margin: 100px auto 0; }
.faq-block h2 { font-size: 38px; }
.faq-block details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-block details:last-child { border-bottom: 1px solid var(--line); }
.faq-block summary { font-weight: 800; cursor: pointer; list-style: none; padding-right: 25px; }
.faq-block summary::after { content: "+"; float: right; font-size: 20px; font-weight: 400; }
.faq-block details[open] summary::after { content: "−"; }
.faq-block p { color: var(--muted); line-height: 1.7; font-size: 13px; max-width: 740px; }
.site-footer { background: var(--ink); color: white; padding: 30px clamp(25px, 6vw, 90px); display: flex; align-items: center; gap: 30px; }
.site-footer p { color: rgba(255,255,255,.55); font-size: 12px; }
.site-footer > span { margin-left: auto; color: rgba(255,255,255,.45); font-size: 11px; }
.toast { position: fixed; right: 22px; bottom: 22px; background: var(--deep); color: white; border-left: 4px solid var(--lime); padding: 13px 17px; border-radius: 8px; box-shadow: var(--shadow); font-size: 12px; transform: translateY(120px); opacity: 0; transition: .25s; z-index: 20; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 45px; }
  .start-card { margin: 0 auto 70px; }
  .builder { grid-template-columns: 240px 1fr; }
  .builder-main { padding-inline: 35px; }
  .chip-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 65px; position: absolute; padding-inline: 20px; }
  .header-actions .save-status { display: none; }
  .brand { font-size: 15px; }
  .brand-mark { transform: skew(-15deg) scale(.82); }
  .hero-copy { padding: 110px 22px 38px; }
  .hero h1 { font-size: 46px; }
  .hero-intro { font-size: 16px; }
  .hero-points { gap: 20px; overflow-x: auto; }
  .hero-points > div { min-width: 135px; }
  .start-card { width: calc(100% - 28px); padding: 28px 20px; border-radius: 20px; }
  .field-grid.two, .option-grid, .radio-cards.three, .source-columns, .seo-grid { grid-template-columns: 1fr; }
  .builder { display: block; }
  .builder-sidebar { display: none; }
  .builder-main { padding: 28px 16px 65px; }
  .mobile-progress { display: block; margin-bottom: 34px; }
  .mobile-progress > span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-progress .progress-track { background: #dce3db; margin: 10px 0; }
  .panel h2 { font-size: 38px; }
  .profile-card, fieldset { padding: 20px 16px; }
  .profile-head { grid-template-columns: auto 1fr; }
  .profile-head .verified-pill { display: none; }
  .chip-grid, .chip-grid.two-column { grid-template-columns: 1fr 1fr; }
  .panel-actions { align-items: stretch; }
  .panel-actions .autosave-note { display: none; }
  .policy-topline { align-items: flex-start; flex-direction: column; }
  .policy-toolbar { align-items: stretch; flex-direction: column; }
  .policy-toolbar > div { display: flex; justify-content: space-around; }
  #policyEditor { min-height: 560px; padding: 20px 15px; }
  .next-step-card { flex-direction: column; align-items: flex-start; }
  .seo-section { padding: 70px 20px; }
  .seo-grid article, .seo-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .faq-block { margin-top: 70px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .site-footer > span { margin-left: 0; }
}

@media print {
  body * { visibility: hidden; }
  #policyEditor { visibility: visible; position: absolute; inset: 0; width: 100%; height: auto; min-height: 100vh; border: 0; color: black; white-space: pre-wrap; }
}
