@font-face { font-family: "Zalando Expanded"; src: url("/brand/ZalandoSansExpanded-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --ink: #191d1a;
  --canvas: #f6f7f1;
  --paper: #fffefb;
  --muted: #6b736e;
  --line: #dce0d8;
  --green: #b7f52b;
  --green-dark: #276b39;
  --orange: #c97224;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:active { transform: translateY(1px); }
button:disabled { cursor: wait; opacity: .68; }
button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
[hidden] { display: none !important; }

.login-shell { min-height: 100dvh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); background: var(--ink); }
.login-art { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; min-height: 100dvh; padding: clamp(36px, 7vw, 110px); color: white; isolation: isolate; }
.login-art::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(145deg, #111612 12%, #243025 56%, #161a17); }
.login-art::after { content: ""; position: absolute; right: -16vw; bottom: -23vw; z-index: -1; width: 64vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(183,245,43,.29), rgba(183,245,43,0) 66%); }
.login-art img { position: absolute; top: clamp(34px, 6vw, 90px); left: clamp(36px, 7vw, 110px); width: min(230px, 35vw); }
.login-art p { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.login-art h1 { max-width: 820px; margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: clamp(42px, 6vw, 92px); line-height: .94; letter-spacing: -.055em; }
.login-art span { max-width: 580px; margin-top: 26px; color: #b9c2bb; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.6; }
.login-panel { display: grid; place-items: center; padding: 32px; background: #eff1e9; }
.login-card { width: min(100%, 520px); padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 80px rgba(18, 25, 20, .12); }
.login-card h2 { margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.03; letter-spacing: -.035em; }
.login-card > p:not(.eyebrow, .form-error) { margin: 16px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.login-card label { display: grid; gap: 7px; margin: 0 0 16px; }
.login-card label span { font-size: 12px; font-weight: 750; }
.login-card input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: #fafbf7; color: var(--ink); }
.login-card button { width: 100%; min-height: 52px; margin-top: 4px; border: 0; border-radius: 8px; background: var(--ink); color: white; font-weight: 800; }
.login-card button:hover { background: #29322b; }
.login-card small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; text-align: center; }
.form-error { min-height: 18px; margin: -2px 0 6px; color: #a52b23; font-size: 12px; font-weight: 700; }

.campaign-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 220px 1fr auto; gap: 36px; align-items: center; min-height: 112px; padding: 20px max(24px, calc((100vw - 1480px) / 2)); background: var(--ink); color: var(--paper); box-shadow: 0 10px 36px rgba(16, 21, 17, .16); }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-lockup img { width: 132px; height: auto; }
.brand-lockup span { padding-left: 12px; border-left: 1px solid #646963; color: #bec3be; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.campaign-title p, .eyebrow { margin: 0 0 5px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.campaign-header .campaign-title p { color: var(--green); }
.campaign-title h1 { margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: 24px; line-height: 1.1; }
.reviewer { display: grid; min-width: 190px; text-align: right; }
.reviewer strong { font-size: 13px; }
.reviewer span { color: #adb4ae; font-size: 11px; }
.reviewer button { justify-self: end; margin-top: 5px; padding: 0; border: 0; background: transparent; color: var(--green); font-size: 11px; text-decoration: underline; }
.campaign-header progress { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 4px; border: 0; appearance: none; }
.campaign-header progress::-webkit-progress-bar { background: #3c413d; }
.campaign-header progress::-webkit-progress-value { background: var(--green); transition: width 180ms ease-out; }
.campaign-header progress::-moz-progress-bar { background: var(--green); }

.workspace-nav { position: sticky; z-index: 18; top: 112px; display: flex; gap: 0; min-height: 66px; padding: 0 max(24px, calc((100vw - 1432px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,254,251,.96); backdrop-filter: blur(12px); }
.workspace-nav button { position: relative; display: grid; align-content: center; gap: 2px; min-width: 190px; padding: 10px 24px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; }
.workspace-nav button:first-child { border-left: 1px solid var(--line); }
.workspace-nav button::after { content: ""; position: absolute; right: 24px; bottom: -1px; left: 24px; height: 3px; background: var(--green); opacity: 0; transform: scaleX(.25); transition: opacity 180ms ease-out, transform 180ms ease-out; }
.workspace-nav button:hover { color: var(--ink); }
.workspace-nav button.active { color: var(--ink); }
.workspace-nav button.active::after { opacity: 1; transform: scaleX(1); }
.workspace-nav span { font-size: 13px; font-weight: 800; }
.workspace-nav small { color: var(--muted); font-size: 10px; }

.workspace-intro { display: flex; justify-content: space-between; gap: 40px; max-width: 1480px; margin: 0 auto; padding: 64px 24px 36px; }
.workspace-intro h2, .brief-result h2 { max-width: 760px; margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: 38px; line-height: 1.06; letter-spacing: -.025em; }
.workspace-intro p:not(.eyebrow), .brief-result p:not(.eyebrow) { max-width: 700px; margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.progress-copy { align-self: end; display: flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.progress-copy strong { font-size: 38px; letter-spacing: -.05em; }
.progress-copy span { color: var(--muted); font-size: 13px; }

.filter-rail { position: sticky; z-index: 15; top: 178px; display: flex; justify-content: space-between; gap: 20px; max-width: 1480px; margin: 0 auto 34px; padding: 14px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(246,247,241,.96); backdrop-filter: blur(10px); }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filters button { min-height: 38px; padding: 0 14px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 700; }
.filters button:hover { background: #e9ece4; color: var(--ink); }
.filters button.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.search { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.search input { width: 230px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); color: var(--ink); }

.review-stream { max-width: 1480px; margin: 0 auto; padding: 0 24px 140px; }
.review-row { display: grid; grid-template-columns: minmax(480px, 620px) minmax(420px, 1fr); gap: clamp(32px, 5vw, 84px); align-items: start; padding: 0 0 88px; }
.ad-column { min-width: 0; }
.ad-index { display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; align-items: baseline; margin-bottom: 12px; }
.ad-index span { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.ad-index strong { font-size: 15px; }
.ad-index code { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }

.facebook-post { overflow: hidden; border: 1px solid #d2d6dc; border-radius: 10px; background: white; color: #25282d; box-shadow: 0 3px 16px rgba(35, 40, 47, .08); }
.fb-head { display: grid; grid-template-columns: 44px 1fr auto; gap: 10px; align-items: center; padding: 14px 16px 9px; }
.fb-avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); }
.fb-avatar img { width: 36px; }
.fb-head div:nth-child(2) { display: grid; }
.fb-head strong { font-size: 14px; }
.fb-head span { color: #747b85; font-size: 12px; }
.fb-head b { color: #5d636c; letter-spacing: 2px; }
.primary-copy { margin: 0; padding: 4px 16px 14px; font-size: 14px; line-height: 1.45; }
.ad-creative { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: #e9ece7; }
.destination { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 13px 16px; background: #f0f2f5; }
.destination > div { display: grid; min-width: 0; }
.destination small { color: #737a83; font-size: 10px; }
.destination strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.destination span { color: #676e77; font-size: 12px; }
.destination button { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 1px solid #c8cdd4; border-radius: 6px; background: #fafbfc; color: #2d3137; font-size: 13px; font-weight: 700; }
.social-proof { display: flex; justify-content: space-between; gap: 16px; padding: 11px 16px; border-top: 1px solid #dfe2e7; color: #747b84; font-size: 11px; }

.decision-panel { position: sticky; top: 190px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 16px 48px rgba(28, 37, 30, .07); }
.decision-panel.state-approve { border-color: #79b98a; }
.decision-panel.state-changes { border-color: var(--orange); }
.decision-panel.state-decline { border-color: #c7857d; }
.decision-head { display: flex; justify-content: space-between; gap: 20px; }
.decision-head h3 { max-width: 470px; margin: 0; font-size: 22px; line-height: 1.2; }
.save-state { height: fit-content; padding: 5px 8px; border-radius: 5px; background: #eef0e9; color: var(--muted); font-size: 10px; white-space: nowrap; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 24px 0; }
.decision-grid button { display: grid; gap: 2px; min-height: 70px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); text-align: left; transition: transform 180ms ease-out, border-color 180ms ease-out, background 180ms ease-out; }
.decision-grid button:hover { transform: translateY(-1px); border-color: #6f786f; }
.decision-grid button.selected { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.decision-grid button span { font-size: 14px; font-weight: 800; }
.decision-grid button small { color: var(--muted); font-size: 11px; }
.decision-grid button.selected small { color: #bdc3be; }
.comment-field { display: grid; gap: 7px; }
.comment-field > span { font-size: 13px; font-weight: 800; }
.comment-field textarea { width: 100%; min-height: 132px; resize: vertical; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: #fafbf7; color: var(--ink); font-size: 13px; line-height: 1.5; }
.comment-field small { color: var(--muted); font-size: 10px; text-align: right; }
details { margin-top: 18px; border-top: 1px solid var(--line); }
summary { padding: 16px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; }
dl { display: grid; gap: 12px; margin: 15px 0 0; }
dl div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
dt { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
dd { margin: 0; font-size: 12px; line-height: 1.45; }

.brief-result { display: grid; grid-template-columns: 1fr auto; gap: 24px; max-width: 1432px; margin: 34px auto 0; padding: 32px; border-radius: 12px; background: var(--green); }
.brief-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: start; justify-content: end; }
.brief-actions button, .submission-bar button { min-height: 46px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: var(--paper); font-weight: 800; }
.brief-actions button.secondary { background: transparent; color: var(--ink); }
.brief-result pre { grid-column: 1 / -1; overflow: auto; max-height: 360px; margin: 4px 0 0; padding: 18px; border-radius: 8px; background: var(--ink); color: #cfedca; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; line-height: 1.5; white-space: pre-wrap; }
.empty-state { display: grid; place-items: center; gap: 8px; min-height: 320px; color: var(--muted); }
.empty-state strong { color: var(--ink); font-size: 20px; }
.submission-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 30px; align-items: center; min-height: 86px; padding: 14px max(24px, calc((100vw - 1432px) / 2)); border-top: 1px solid #3d423e; background: var(--ink); color: var(--paper); box-shadow: 0 -12px 32px rgba(16, 21, 17, .16); }
.submission-bar div { display: grid; gap: 3px; }
.submission-bar strong { font-size: 14px; }
.submission-bar span { color: #adb4ae; font-size: 11px; }
.submission-bar button { border-color: var(--green); background: var(--green); color: var(--ink); }

.proposal { max-width: 1480px; margin: 0 auto; padding: 40px 24px 100px; }
.proposal-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .65fr); min-height: 510px; border-radius: 18px; background: var(--ink); color: var(--paper); isolation: isolate; }
.proposal-hero::after { content: ""; position: absolute; right: -190px; bottom: -360px; z-index: -1; width: 760px; aspect-ratio: 1; border: 120px solid rgba(183,245,43,.12); border-radius: 50%; }
.proposal-hero-copy { align-self: end; max-width: 850px; padding: clamp(44px, 7vw, 100px); }
.proposal-hero .eyebrow { color: var(--green); }
.proposal-hero h2 { margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; }
.proposal-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: #c4cbc5; font-size: 16px; line-height: 1.65; }
.proposal-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 38px; padding-top: 18px; border-top: 1px solid #444a45; color: #abb2ac; font-size: 11px; }
.bundle-price { align-self: stretch; display: flex; flex-direction: column; justify-content: end; padding: clamp(36px, 5vw, 70px); background: var(--green); color: var(--ink); }
.price-label { font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.price strong { font-family: "Zalando Expanded", sans-serif; font-size: clamp(58px, 6vw, 86px); line-height: .9; letter-spacing: -.07em; }
.price span { font-size: 14px; font-weight: 800; white-space: nowrap; }
.bundle-price > p { margin: 14px 0 36px; font-size: 13px; }
.bundle-price s { color: #465033; }
.savings-line { display: grid; grid-template-columns: auto 1fr; gap: 0 12px; align-items: baseline; padding: 20px 0; border-top: 1px solid rgba(25,29,26,.32); border-bottom: 1px solid rgba(25,29,26,.32); }
.savings-line strong { font-size: 30px; letter-spacing: -.04em; }
.savings-line span { font-size: 12px; font-weight: 750; }
.waived { display: flex; justify-content: space-between; gap: 20px; margin-top: 19px; font-size: 12px; }

.proposal-body { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(36px, 5vw, 76px); align-items: start; padding-top: 72px; }
.proposal-main { min-width: 0; }
.section-heading { display: grid; gap: 5px; margin-bottom: 34px; }
.section-heading h3, .bundle-breakdown h3, .proposal-response h3 { margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { max-width: 720px; margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 170px; gap: 28px; padding: 38px 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-number { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.service-copy h4 { margin: 0; font-size: 22px; line-height: 1.2; }
.service-copy > p { max-width: 690px; margin: 10px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-copy ul { display: grid; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.service-copy li { position: relative; padding-left: 18px; font-size: 13px; line-height: 1.45; }
.service-copy li::before { content: ""; position: absolute; top: .53em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green-dark); }
.service-copy small { display: block; max-width: 650px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.service-price { display: grid; align-content: start; justify-items: end; text-align: right; }
.service-price s { color: var(--muted); font-size: 12px; }
.service-price strong { margin-top: 5px; font-family: "Zalando Expanded", sans-serif; font-size: 40px; letter-spacing: -.05em; }
.service-price span { max-width: 120px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.bundle-breakdown { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 52px; margin: 72px 0; padding: 44px; border-radius: 14px; background: #e9eddc; }
.bundle-breakdown > div > p:not(.eyebrow) { max-width: 540px; margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.bundle-breakdown dl { align-content: center; gap: 0; margin: 0; }
.bundle-breakdown dl div { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid #cdd4c1; }
.bundle-breakdown dt, .bundle-breakdown dd { font-size: 13px; text-transform: none; }
.bundle-breakdown dd { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 800; }
.bundle-breakdown .bundle-discount dd { color: var(--green-dark); }
.bundle-breakdown .bundle-total { padding-top: 18px; border-bottom: 0; }
.bundle-breakdown .bundle-total dt, .bundle-breakdown .bundle-total dd { color: var(--ink); font-size: 17px; font-weight: 850; }

.roadmap-section { margin-top: 80px; }
.roadmap-table { border-top: 1px solid var(--ink); }
.roadmap-table > div { display: grid; grid-template-columns: minmax(0, 1fr) 120px 130px; gap: 18px; align-items: center; min-height: 80px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.roadmap-table .roadmap-head { min-height: 48px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.roadmap-table > [data-service] { position: relative; transition: background 220ms cubic-bezier(.16, 1, .3, 1), padding 220ms cubic-bezier(.16, 1, .3, 1); }
.roadmap-table > [data-service]:hover, .roadmap-table > [data-service]:focus-within { margin-inline: -14px; padding-inline: 14px; background: #eef1e6; }
.roadmap-service { display: grid; gap: 5px; min-width: 0; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; }
.roadmap-service:active { transform: translateY(1px); }
.roadmap-table strong { font-size: 14px; }
.roadmap-table small { max-width: 600px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.scope-cue { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: 4px; color: var(--green-dark); font-size: 9px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.scope-cue::after { content: ""; width: 19px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: skewX(42deg); transition: transform 220ms cubic-bezier(.16, 1, .3, 1); }
.roadmap-service:hover .scope-cue::after, .roadmap-service:focus-visible .scope-cue::after { transform: translateX(5px) skewX(42deg); }
.roadmap-table s { color: var(--muted); font-size: 12px; text-align: right; }
.roadmap-table b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; text-align: right; }

.service-dialog { width: min(940px, calc(100vw - 40px)); max-height: min(860px, calc(100dvh - 40px)); padding: 0; border: 0; border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 32px 90px rgba(18,25,20,.28); }
.service-dialog::backdrop { background: rgba(15,20,16,.72); backdrop-filter: blur(6px); }
.service-dialog[open] { animation: dialog-in 260ms cubic-bezier(.16, 1, .3, 1) both; }
.dialog-shell { display: grid; grid-template-columns: minmax(0, 1fr) 230px; }
.dialog-header { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; align-items: start; padding: 38px 42px 28px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { max-width: 650px; margin: 0; font-family: "Zalando Expanded", sans-serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; letter-spacing: -.04em; }
.dialog-close { position: relative; flex: 0 0 auto; width: 42px; height: 42px; padding: 0; border: 1px solid #4b514c; border-radius: 50%; background: var(--ink); }
.dialog-close::before, .dialog-close::after { content: ""; position: absolute; top: 20px; left: 12px; width: 17px; height: 1px; background: var(--paper); }
.dialog-close::before { transform: rotate(45deg); }
.dialog-close::after { transform: rotate(-45deg); }
.dialog-price { grid-column: 2; grid-row: 2 / 5; display: flex; flex-direction: column; justify-content: end; padding: 28px; background: var(--green); }
.dialog-price > span { color: #4d5739; font-size: 11px; text-decoration: line-through; }
.dialog-price > strong { display: flex; flex-wrap: wrap; gap: 3px 6px; align-items: baseline; margin-top: 8px; font-family: "Zalando Expanded", sans-serif; font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.dialog-price > strong > small { font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif; font-size: 11px; letter-spacing: 0; white-space: nowrap; }
.dialog-price > small { margin-top: 7px; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.dialog-summary { grid-column: 1; margin: 0; padding: 32px 42px 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.dialog-included { grid-column: 1; padding: 0 42px 32px; }
.dialog-label { margin: 0 0 16px; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.dialog-included ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.dialog-included li { position: relative; padding-left: 24px; font-size: 13px; line-height: 1.5; }
.dialog-included li::before { content: ""; position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--green-dark); }
.dialog-footer { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 26px 42px 34px; border-top: 1px solid var(--line); background: #f3f5ed; }
.dialog-footer div { display: grid; align-content: start; gap: 6px; }
.dialog-footer span { color: var(--green-dark); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.dialog-footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
body:has(.service-dialog[open]) { overflow: hidden; }

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(20px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.terms-section { margin-top: 72px; }
.proposal-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; border-top: 1px solid var(--ink); }
.proposal-terms > div { display: grid; grid-template-columns: 34px 1fr; gap: 5px 12px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.proposal-terms span { grid-row: 1 / 3; color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.proposal-terms strong { font-size: 13px; }
.proposal-terms p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.proposal-close { display: grid; gap: 8px; margin-top: 34px; padding: 36px; border-radius: 12px; background: var(--ink); color: var(--paper); }
.proposal-close .eyebrow { color: var(--green); }
.proposal-close strong { max-width: 820px; font-family: "Zalando Expanded", sans-serif; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.12; letter-spacing: -.03em; }
.proposal-close span { max-width: 700px; margin-top: 8px; color: #bcc4bd; font-size: 12px; line-height: 1.55; }

.proposal-response { position: sticky; top: 204px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 20px 60px rgba(25,29,26,.08); }
.proposal-response h3 { font-size: 28px; }
.proposal-response fieldset { display: grid; gap: 7px; margin: 24px 0 0; padding: 0; border: 0; }
.proposal-response legend, .proposal-comment > span { margin-bottom: 8px; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.proposal-response fieldset label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; padding: 11px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.proposal-response fieldset label:has(input:checked) { border-color: var(--ink); background: #f0f3e8; }
.proposal-response input { margin-top: 3px; accent-color: var(--green-dark); }
.proposal-response fieldset span { display: grid; gap: 2px; }
.proposal-response fieldset strong { font-size: 12px; }
.proposal-response fieldset small { color: var(--muted); font-size: 10px; }
.proposal-comment { display: grid; gap: 7px; margin-top: 24px; }
.proposal-comment textarea { min-height: 112px; resize: vertical; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fafbf7; font-size: 12px; line-height: 1.5; }
.proposal-status { min-height: 34px; margin: 10px 0 0; color: var(--green-dark); font-size: 11px; font-weight: 750; line-height: 1.4; }
.proposal-status.error { color: #a52b23; }
.proposal-submit, .print-button { width: 100%; min-height: 48px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; }
.print-button { margin-top: 8px; background: transparent; color: var(--ink); }
.proposal-disclaimer { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; line-height: 1.45; text-align: center; }

@media (max-width: 980px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-art { min-height: 46dvh; padding: 44px 28px; }
  .login-art img { position: static; width: 150px; margin-bottom: 90px; }
  .login-art h1 { font-size: clamp(42px, 10vw, 72px); }
  .login-panel { padding: 28px 18px 48px; }
  .campaign-header { grid-template-columns: 1fr auto; min-height: 92px; }
  .campaign-title { display: none; }
  .workspace-nav { top: 92px; min-height: 62px; padding: 0 18px; }
  .workspace-nav button { min-width: 170px; }
  .filter-rail { top: 154px; overflow-x: auto; }
  .search { display: none; }
  .review-row { grid-template-columns: 1fr; gap: 20px; padding-bottom: 64px; }
  .decision-panel { position: static; }
  .brief-result { margin-inline: 20px; }
  .proposal { padding-inline: 18px; }
  .proposal-hero { grid-template-columns: 1fr; }
  .proposal-hero-copy { min-height: 480px; }
  .bundle-price { min-height: 330px; }
  .proposal-body { grid-template-columns: 1fr; }
  .proposal-response { position: static; }
  .service-dialog { width: min(760px, calc(100vw - 28px)); }
  .dialog-shell { grid-template-columns: 1fr; }
  .dialog-price { grid-column: 1; grid-row: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 24px 34px; }
  .dialog-price > span { grid-column: 1; }
  .dialog-price > strong { grid-column: 1; }
  .dialog-price > small { grid-column: 2; grid-row: 1 / 3; align-self: end; }
  .dialog-summary, .dialog-included, .dialog-footer { grid-column: 1; }
}

@media (max-width: 620px) {
  .campaign-header { padding: 14px 16px; }
  .brand-lockup span, .reviewer span { display: none; }
  .brand-lockup img { width: 112px; }
  .reviewer { min-width: 0; }
  .workspace-nav { overflow-x: auto; padding: 0 12px; }
  .workspace-nav button { min-width: 155px; padding-inline: 14px; }
  .workspace-intro { padding: 38px 16px 26px; }
  .workspace-intro h2, .brief-result h2 { font-size: 29px; }
  .progress-copy { display: none; }
  .filter-rail { margin-bottom: 24px; padding: 10px 16px; }
  .filters { flex-wrap: nowrap; }
  .filters button { white-space: nowrap; }
  .review-stream { padding-inline: 12px; }
  .ad-index { margin-inline: 4px; }
  .primary-copy { font-size: 13px; }
  .destination span { display: none; }
  .social-proof { font-size: 10px; }
  .social-proof span:last-child { display: none; }
  .decision-panel { padding: 22px 18px; }
  .decision-grid { grid-template-columns: 1fr; }
  .brief-result { grid-template-columns: 1fr; margin: 20px 12px 0; padding: 22px 18px; }
  .brief-actions { justify-content: start; }
  .submission-bar { padding: 12px 16px; }
  .submission-bar span { display: none; }
  .proposal { padding: 22px 12px 70px; }
  .proposal-hero { min-height: 0; border-radius: 12px; }
  .proposal-hero-copy { min-height: 430px; padding: 32px 22px; }
  .proposal-hero h2 { font-size: 40px; }
  .proposal-meta { display: grid; }
  .bundle-price { min-height: 290px; padding: 32px 22px; }
  .proposal-body { gap: 48px; padding-top: 50px; }
  .service-row { grid-template-columns: 46px 1fr; gap: 16px; }
  .service-number { width: 42px; height: 42px; }
  .service-price { grid-column: 2; justify-items: start; text-align: left; }
  .bundle-breakdown { grid-template-columns: 1fr; gap: 30px; padding: 28px 20px; }
  .roadmap-table > div { grid-template-columns: minmax(0, 1fr) 82px 88px; gap: 8px; }
  .roadmap-table strong { font-size: 12px; }
  .roadmap-service > small { display: none; }
  .scope-cue { display: inline-flex; font-size: 8px; }
  .proposal-terms { grid-template-columns: 1fr; }
  .proposal-close { padding: 26px 20px; }
  .proposal-response { padding: 24px 18px; }
  .service-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 12px; }
  .dialog-header { padding: 24px 20px 20px; }
  .dialog-header h2 { font-size: 28px; }
  .dialog-close { width: 38px; height: 38px; }
  .dialog-close::before, .dialog-close::after { top: 18px; left: 10px; }
  .dialog-price { padding: 20px; }
  .dialog-price > strong { font-size: 29px; }
  .dialog-summary { padding: 24px 20px 18px; font-size: 13px; }
  .dialog-included { padding: 0 20px 24px; }
  .dialog-included ul { gap: 9px; }
  .dialog-included li { font-size: 12px; }
  .dialog-footer { grid-template-columns: 1fr; gap: 18px; padding: 22px 20px 26px; }
}

@media print {
  @page { margin: 14mm; }
  body { background: white; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .login-shell, .campaign-header, .workspace-nav, #review-view, .proposal-response, .service-dialog, .scope-cue { display: none !important; }
  #portal, #proposal-view { display: block !important; }
  .proposal { max-width: none; padding: 0; }
  .proposal-hero { min-height: 310px; break-inside: avoid; }
  .proposal-hero-copy { padding: 36px; }
  .proposal-hero h2 { font-size: 38px; }
  .bundle-price { padding: 28px; }
  .price strong { font-size: 58px; }
  .proposal-body { display: block; padding-top: 34px; }
  .services-section, .roadmap-section, .terms-section { break-before: page; margin-top: 0; }
  .service-row, .bundle-breakdown, .roadmap-section, .proposal-terms, .proposal-close { break-inside: avoid; }
  .services-section .section-heading { margin-bottom: 12px; }
  .service-row { gap: 20px; padding-block: 14px; }
  .service-copy h4 { font-size: 18px; }
  .service-copy > p { margin: 5px 0 9px; font-size: 11px; line-height: 1.4; }
  .service-copy ul { gap: 3px; margin-bottom: 8px; }
  .service-copy li { font-size: 10px; line-height: 1.35; }
  .service-copy small { font-size: 8px; }
  .service-price strong { font-size: 32px; }
  .bundle-breakdown { gap: 28px; margin: 22px 0 0; padding: 24px; }
  .bundle-breakdown h3 { font-size: 28px; }
  .bundle-breakdown > div > p:not(.eyebrow) { margin-top: 8px; font-size: 11px; line-height: 1.45; }
  .bundle-breakdown dl div { padding: 7px 0; }
  .proposal-terms { margin-top: 38px; }
  .proposal-close { margin-top: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .service-dialog[open] { animation: none; }
}
