:root {
  --ink: #171410;
  --soft-ink: #5f574e;
  --paper: #f8f4ee;
  --paper-warm: #f2e8dc;
  --white: #fffefd;
  --rust: #a5410b;
  --rust-dark: #76300c;
  --apricot: #efb990;
  --mint: #a1f7e2;
  --mint-soft: #ddfdf3;
  --forest: #00473b;
  --line: rgba(38, 31, 24, 0.12);
  --glass: rgba(255, 255, 255, 0.58);
  --radius: 32px;
  --shadow: 0 24px 70px rgba(65, 44, 25, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(239, 185, 144, 0.24), transparent 24rem),
    linear-gradient(180deg, #fbf8f3 0%, var(--paper) 40%, #f4efe8 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-pad { padding-left: clamp(24px, 5vw, 84px); padding-right: clamp(24px, 5vw, 84px); }

.glass {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 48px rgba(83, 55, 33, 0.08), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.glass-heavy { background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.88); box-shadow: var(--shadow), inset 0 1px 0 white; backdrop-filter: blur(25px) saturate(135%); }
.glass-dark { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); backdrop-filter: blur(22px); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  padding: 10px 12px 10px 20px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.logo { display: flex; align-items: center; gap: 9px; font-size: 21px; font-weight: 780; letter-spacing: -1px; }
.logo-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 12px 12px 16px 16px; color: white; background: var(--rust); font-weight: 850; transform: rotate(-3deg); }
.app-logo-mark { display:inline-grid;place-items:center;font-size:30px;line-height:1;letter-spacing:0;filter:drop-shadow(0 4px 7px rgba(42,29,17,.12)); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 580; }
.main-nav a, .text-link { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--rust); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; font-size: 14px; font-weight: 600; }
.menu-toggle { display: none; }

.button { min-height: 54px; padding: 0 24px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-family:inherit;font-weight:700;font-size:15px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button-wide > span,.inquiry-form .button > span { font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;font-weight:850;line-height:1; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 0 20px; border-radius: 14px; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 12px 25px rgba(23,20,16,.16); }
.button-dark:hover { box-shadow: 0 16px 32px rgba(23,20,16,.22); }
.button-glass { background: rgba(255,255,255,.48); border-color: rgba(42,33,25,.14); backdrop-filter: blur(12px); }
.button-mint { color: var(--forest); background: var(--mint); }
.button-wide { width: 100%; justify-content: space-between; }
.button-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--ink); background: var(--mint); }

.hero { position: relative; min-height: 900px; padding-top: 190px; padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(30px, 4vw, 64px); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .section-number { display: inline-flex; align-items: center; gap: 10px; color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 6px rgba(165,65,11,.1); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 27px 0 30px; font-size: clamp(62px, 7vw, 112px); line-height: .96; letter-spacing: -.075em; font-weight: 730; }
h1 em, h2 em { color: var(--rust); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 em { display: inline-block; margin-left: .055em; }
.hero-lead { max-width: 570px; margin-bottom: 32px; color: var(--soft-ink); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #746a60; font-size: 12px; font-weight: 650; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--rust); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-orange { width: 490px; height: 490px; left: -230px; top: 270px; background: radial-gradient(circle at 60% 40%, rgba(238,168,118,.42), rgba(238,168,118,.05) 68%, transparent 70%); }
.orb-mint { width: 400px; height: 400px; right: -170px; top: 120px; background: radial-gradient(circle, rgba(161,247,226,.58), rgba(161,247,226,.08) 66%, transparent 70%); }

.hero-visual { position: relative; z-index: 2; width: 100%; max-width: 720px; justify-self: end; }
.product-window { overflow: hidden; border-radius: 32px; transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); }
.window-topbar { height: 51px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); font-size: 10px; }
.traffic { display: flex; gap: 6px; }
.traffic i { width: 8px; height: 8px; border-radius: 50%; background: #d9d0c8; }
.traffic i:first-child { background: var(--rust); }.traffic i:nth-child(2) { background: #eeb867; }.traffic i:last-child { background: #6cbaa4; }
.window-address { color: #746b62; background: rgba(239,234,228,.72); border-radius: 10px; padding: 7px 35px; }
.live-pill { justify-self: end; color: var(--forest); background: var(--mint-soft); padding: 7px 10px; border-radius: 99px; font-weight: 700; }
.window-body { min-height: 570px; display: flex; background: rgba(247,243,238,.82); }
.mini-sidebar { width: 70px; padding: 18px 14px; display: flex; flex-direction: column; align-items: center; gap: 21px; color: white; background: #211d19; }
.mini-brand span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--rust); font-weight: 800; }
.mini-sidebar i { width: 18px; height: 18px; border-radius: 6px; border: 1px solid rgba(255,255,255,.23); }
.mini-sidebar i.active { background: var(--mint); border-color: var(--mint); box-shadow: 0 0 0 7px rgba(161,247,226,.11); }
.editor { flex: 1; min-width: 0; }
.editor-head { height: 72px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.62); border-bottom: 1px solid var(--line); }
.editor-head div { display: grid; gap: 5px; }.editor-head small, .floating-panel small, .lead-toast small { color: #8a8178; font-size: 8px; letter-spacing: .12em; font-weight: 800; }.editor-head strong { font-size: 13px; }
.editor-head button { border: 0; border-radius: 10px; padding: 9px 13px; color: white; background: var(--ink); font-size: 10px; }
.editor-stage { position: relative; padding: 22px; min-height: 498px; }
.website-preview { min-height: 420px; overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 18px 35px rgba(50,37,27,.1); }
.preview-nav { padding: 16px 21px; display: flex; justify-content: space-between; font-size: 8px; }.preview-nav b { font-size: 12px; }
.preview-hero { min-height: 350px; padding: 43px 35px; color: white; background: linear-gradient(115deg, rgba(29,22,16,.74), rgba(29,22,16,.03)), radial-gradient(circle at 76% 30%, #c99f79, #6e5d4b 42%, #293228 100%); }
.preview-tag { padding: 6px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; font-size: 7px; text-transform: uppercase; }
.preview-hero h2 { margin: 34px 0 28px; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 46px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.preview-button { display: inline-block; padding: 10px 14px; border-radius: 10px; color: var(--ink); background: var(--mint); font-size: 8px; font-weight: 800; }
.floating-panel { position: absolute; top: 80px; right: -22px; width: 180px; padding: 17px; border-radius: 18px; display: grid; gap: 5px; }
.floating-panel strong { font-size: 29px; letter-spacing: -.05em; }.floating-panel > span { color: #37826f; font-size: 8px; }
.sparkline { height: 34px; display: flex; align-items: flex-end; gap: 5px; margin-top: 5px; }.sparkline i { width: 12px; border-radius: 5px 5px 2px 2px; background: var(--mint); }.sparkline i:nth-child(1){height:28%}.sparkline i:nth-child(2){height:45%}.sparkline i:nth-child(3){height:38%}.sparkline i:nth-child(4){height:62%}.sparkline i:nth-child(5){height:54%}.sparkline i:nth-child(6){height:77%}.sparkline i:nth-child(7){height:95%;background:var(--forest)}
.lead-toast { position: absolute; left: -27px; bottom: 29px; padding: 12px 15px; border-radius: 16px; display: flex; align-items: center; gap: 11px; }.toast-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--forest); background: var(--mint); font-size: 11px; font-weight: 900; }.lead-toast div { display: grid; gap: 4px; }.lead-toast strong { font-size: 10px; }

.feature-cloud { position: relative; min-height: 610px; isolation: isolate; transform: scale(.94); transform-origin: center right; }
.feature-cloud::before { content: ""; position: absolute; inset: 9% 10%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.96) 0 20%, rgba(161,247,226,.34) 42%, rgba(239,185,144,.18) 62%, transparent 72%); filter: blur(4px); }
.cloud-orbit { position: absolute; z-index: -1; left: 50%; top: 50%; border: 1px solid rgba(165,65,11,.14); border-radius: 50%; transform: translate(-50%,-50%) rotate(-9deg); }
.orbit-one { width: 72%; height: 66%; }.orbit-two { width: 91%; height: 86%; border-color: rgba(0,71,59,.1); transform: translate(-50%,-50%) rotate(13deg); }
.cloud-core { position: absolute; z-index: 4; left: 50%; top: 48%; width: 265px; min-height: 104px; padding: 18px; border-radius: 28px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; transform: translate(-50%,-50%); }
.cloud-logo { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: white; background: var(--rust); font-size: 20px; font-weight: 850; box-shadow: 0 12px 28px rgba(165,65,11,.24); }
.cloud-core div { display: grid; gap: 5px; }.cloud-core small, .feature-float small { color: #887d72; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.cloud-core strong { font-size: 15px; }.sync-state { grid-column: 1/-1; justify-self: center; padding: 6px 9px; border-radius: 99px; color: var(--forest); background: var(--mint-soft); font-size: 8px; font-weight: 800; }
.feature-float { position: absolute; z-index: 3; min-width: 210px; padding: 15px; border-radius: 21px; display: flex; align-items: center; gap: 12px; animation: cloud-float 6s ease-in-out infinite; }
.feature-float > div:not(.analytics-head):not(.mini-chart):not(.integration-logos) { display: grid; gap: 5px; }.feature-float strong { font-size: 11px; }.float-icon { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; font-size: 15px; font-weight: 800; }.float-icon.rust { color: white; background: var(--rust); }.float-icon.mint { color: var(--forest); background: var(--mint); }.float-icon.pale { color: var(--rust); background: #f6e5d7; }.float-count { margin-left: auto; display: grid; place-items:center; width: 28px;height:28px;border-radius:10px;color:var(--rust);background:#f6e5d7;font-size:10px;font-weight:800; }.sync-mini { margin-left:auto;color:var(--forest);font-size:19px; }
.float-pages { left: 1%; top: 12%; transform: rotate(-3deg); }.float-properties { right: 0; top: 13%; transform: rotate(3deg); animation-delay: -.8s; }.float-lead { left: -2%; bottom: 17%; transform: rotate(2deg); animation-delay: -1.8s; }.float-cookies { right: 2%; bottom: 10%; transform: rotate(-2deg); animation-delay: -2.6s; }.float-integration { left: 28%; bottom: 0; min-width: 245px; transform: rotate(1deg); animation-delay: -3.2s; }
.float-analytics { right: -2%; top: 41%; width: 205px; display: grid; gap: 10px; transform: rotate(2deg); animation-delay: -4s; }.analytics-head { display:flex;align-items:flex-end;justify-content:space-between; }.analytics-head div { display:grid;gap:4px; }.analytics-head strong { font-size:25px;letter-spacing:-.05em; }.analytics-head > span { color:#37826f;font-size:9px;font-weight:800; }.mini-chart { height:34px; display:flex;align-items:flex-end;gap:7px; }.mini-chart i { flex:1;border-radius:5px 5px 2px 2px;background:var(--mint); }.mini-chart i:nth-child(1){height:35%}.mini-chart i:nth-child(2){height:55%}.mini-chart i:nth-child(3){height:44%}.mini-chart i:nth-child(4){height:72%}.mini-chart i:nth-child(5){height:63%}.mini-chart i:nth-child(6){height:100%;background:var(--forest)}
.integration-logos { display:flex;align-items:center;gap:5px; }.integration-logos span,.integration-logos b { display:grid;place-items:center;width:32px;height:32px;border-radius:11px;color:white;background:var(--rust);font-size:10px; }.integration-logos b { color:var(--forest);background:var(--mint); }.integration-logos i { color:#8d8378;font-size:10px; }
@keyframes cloud-float { 0%,100% { margin-top:0; } 50% { margin-top:-9px; } }

.proof-strip { padding: 32px clamp(24px,5vw,84px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--rust); }
.proof-strip p { margin: 0; font-family: Georgia, serif; font-size: 20px; }
.proof-strip div { display: flex; align-items: center; gap: clamp(12px,2vw,30px); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }.proof-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--apricot); }

.product-section { padding-top: 140px; padding-bottom: 160px; }
.section-intro { display: grid; grid-template-columns: .65fr 1.4fr .7fr; align-items: end; gap: 35px; margin-bottom: 72px; }
.section-intro h2, .franchise-copy h2, .pricing-copy h2, .final-cta h2 { margin: 0; font-size: clamp(48px, 5vw, 80px); line-height: .98; letter-spacing: -.065em; font-weight: 700; }
.section-intro > p, .pricing-copy > p { margin: 0; color: var(--soft-ink); font-size: 16px; line-height: 1.65; }
.benefit-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.benefit-card { min-height: 510px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.5); }
.benefit-featured { position: relative; overflow: hidden; color: white; background: var(--rust); border: 0; }
.benefit-copy { max-width: 50%; position: relative; z-index: 2; }
.card-index { color: rgba(95,87,78,.55); font-size: 11px; font-weight: 800; }.benefit-featured .card-index { color: rgba(255,255,255,.58); }
.benefit-card h3 { margin: auto 0 15px; font-size: clamp(25px,2vw,37px); letter-spacing: -.045em; line-height: 1.03; }.benefit-featured h3 { margin-top: 145px; }
.benefit-card p { margin-bottom: 0; color: var(--soft-ink); line-height: 1.55; font-size: 14px; }.benefit-featured p { color: rgba(255,255,255,.78); }
.property-stack { position: absolute; width: 55%; height: 245px; right: -5%; bottom: 72px; }
.preview-card { position:absolute;inset:0;padding-top:22px;border:1px solid rgba(255,255,255,.7);border-radius:18px;overflow:hidden;color:var(--ink);background:#f4f0eb;box-shadow:0 20px 42px rgba(73,28,4,.24);cursor:default;user-select:none;touch-action:none;transition:transform .16s cubic-bezier(.2,.8,.25,1),box-shadow .16s ease; }
.preview-card::before { content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:22px;background:rgba(250,248,245,.96);border-bottom:1px solid rgba(49,40,32,.1); }
.preview-card::after { content:"•••";position:absolute;z-index:3;left:10px;top:1px;color:#a69e96;font-size:12px;letter-spacing:2px;line-height:16px; }
.preview-card:last-of-type { cursor:grab; }.preview-card:last-of-type:active { cursor:grabbing; }.preview-card:nth-of-type(1) { z-index:1;transform:translate(-24px,-13px) rotate(-7deg) scale(.93); }.preview-card:nth-of-type(2) { z-index:2;transform:translate(17px,-5px) rotate(5deg) scale(.97); }.preview-card:nth-of-type(3) { z-index:3;transform:translate(0,10px) rotate(1deg); }
.preview-card.pointer-dragging { z-index:20!important;transition:none;transform:translate(var(--drag-x),var(--drag-y)) rotate(2deg) scale(1.015)!important;box-shadow:0 26px 55px rgba(73,28,4,.3); }
.preview-card img { width:100%;height:calc(100% - 22px);display:block;object-fit:contain;background:#3b3938;pointer-events:none; }
.card-symbol { margin: auto auto 70px; }.lead-symbol { display: grid; place-items: center; width: 125px; height: 125px; border-radius: 40px; background: var(--mint-soft); transform: rotate(-7deg); }.lead-symbol span { display: grid; place-items: center; width: 69px; height: 69px; border-radius: 50%; color: var(--forest); background: var(--mint); font-size: 25px; font-weight: 800; box-shadow: 0 12px 30px rgba(0,71,59,.13); }
.lead-browser { width:calc(100% + 22px);margin:42px -11px auto;border:1px solid #ddd8d2;border-radius:13px;overflow:hidden;background:white;box-shadow:0 18px 38px rgba(69,48,31,.12);transform:rotate(-1.5deg); }
.mini-browser-bar { position:relative;height:22px;padding-left:10px;display:flex;align-items:center;gap:4px;background:#f4f1ed;border-bottom:1px solid #e4dfd9; }.mini-browser-bar i { width:5px;height:5px;border-radius:50%;background:#c9c1b9; }.mini-browser-bar i:first-child { background:#d9a78d; }.mini-browser-bar span { position:absolute;left:50%;transform:translateX(-50%);color:#9a928a;font-size:5px;font-weight:700;white-space:nowrap; }
.lead-ui { padding:10px 9px 8px;color:#211e1b;background:#fff; }.lead-ui-head { display:flex;align-items:center;justify-content:space-between;margin-bottom:8px; }.lead-ui-head strong { font-size:11px;letter-spacing:-.02em; }.lead-ui-head > span { padding:4px 7px;border-radius:5px;background:#f2f2f2;font-size:5px;font-weight:800; }
.lead-row { display:grid;grid-template-columns:1.05fr 1.55fr .9fr .72fr;gap:5px;align-items:center;min-height:29px;padding:3px 5px;border:1px solid #e7e5e2;border-bottom:0;font-size:5.5px; }.lead-row:last-child { border-bottom:1px solid #e7e5e2;border-radius:0 0 5px 5px; }.lead-row strong { font-size:6px;white-space:nowrap; }.lead-row > span { min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f6b67; }.lead-labels { min-height:21px;border-radius:5px 5px 0 0;color:#918c87;font-weight:700;background:#fbfbfb; }.lead-tag { justify-self:start;padding:3px 5px;border-radius:5px;font-style:normal;font-size:5px;font-weight:800;white-space:nowrap; }.lead-tag.property { color:#2858ad;background:#deebff; }.lead-tag.demand { color:#7432a7;background:#f2e5ff; }.lead-tag.question { color:#936117;background:#fff2b9; }
.marketing-visual { position:relative;width:100%;height:190px;margin:34px auto auto; }
.marketing-visual .chart-symbol { position:absolute;left:50%;top:42px;transform:translateX(-50%);height:105px;display:flex;align-items:flex-end;gap:8px; }.chart-symbol i { width:20px;border-radius:7px;background:#eadfd5; }.chart-symbol i:nth-child(1){height:36%}.chart-symbol i:nth-child(2){height:62%}.chart-symbol i:nth-child(3){height:48%}.chart-symbol i:nth-child(4){height:92%;background:var(--rust)}
.tool-pill { position:absolute;z-index:2;display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(221,215,208,.85);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 10px 25px rgba(57,39,25,.1);backdrop-filter:blur(10px);color:#312d29;font-size:7px;font-weight:800;white-space:nowrap;animation:tool-drift 5s ease-in-out infinite; }
.tool-pill svg { width:18px;height:18px;flex:0 0 auto; }.tool-meta { left:-8px;top:5px;transform:rotate(-5deg);animation-delay:-1.2s; }.tool-meta svg { width:25px;fill:none;stroke:#0866ff;stroke-width:3;stroke-linecap:round; }.tool-ads { right:-10px;top:23px;transform:rotate(4deg);animation-delay:-3.7s; }.tool-analytics { left:-2px;bottom:4px;transform:rotate(3deg);animation-delay:-2.4s; }.tool-sklik { right:3px;bottom:10px;transform:rotate(-5deg);animation-delay:-4.6s; }.tool-sklik b { display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:white;background:#cc0000;font-size:10px; }
@keyframes tool-drift { 0%,100% { margin-top:0; } 50% { margin-top:-6px; } }

.audience-section { padding-top: 140px; padding-bottom: 150px; background: var(--white); }
.section-intro.compact { grid-template-columns: .55fr 1.45fr; }.section-intro.compact h2 { max-width: 850px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-row { min-height: 126px; padding: 25px 18px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 70px 1fr 1fr 40px; align-items: center; gap: 25px; transition: padding .25s ease, background .25s ease; }.audience-row:hover { padding-left: 30px; }.audience-row > span { color: #8b8176; font-size: 11px; }.audience-row h3 { margin: 0; font-size: clamp(25px,2.8vw,43px); letter-spacing: -.05em; }.audience-row p { margin: 0; color: var(--soft-ink); font-size: 14px; }.audience-row b { font-size: 20px; }.active-row { margin-top: 8px; border: 0; border-radius: 24px; color: var(--forest); background: var(--mint); }.active-row p, .active-row > span { color: rgba(0,71,59,.68); }

.role-wrap { padding-top:60px;padding-bottom:60px;background:var(--white); }
.role-panel { position:relative;min-height:650px;overflow:hidden;padding:clamp(42px,6vw,90px);border-radius:48px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px; }
.role-copy { position:relative;z-index:3; }.role-copy h2 { margin:25px 0; }.role-copy p { max-width:520px;margin:0 0 34px;color:var(--soft-ink);font-size:17px;line-height:1.7; }.role-copy h2 em { color:var(--rust); }
.role-broker { color:var(--ink);background:linear-gradient(145deg,#effffb 0%,var(--mint) 100%); }.role-broker::after { content:"";position:absolute;width:520px;height:520px;right:-160px;top:-220px;border-radius:50%;background:rgba(255,255,255,.55);filter:blur(10px); }
.role-visual { position:relative;z-index:2;min-height:470px;display:grid;place-items:center; }
.role-browser { position:relative;width:min(500px,94%);height:313px;padding-top:29px;overflow:hidden;border:1px solid rgba(40,32,25,.14);border-radius:24px;background:white;box-shadow:0 35px 70px rgba(0,71,59,.2);transform:rotate(2deg); }
.role-browser-bar { position:absolute;left:0;right:0;top:0;height:29px;padding-left:13px;display:flex;align-items:center;gap:5px;background:#f3f1ee;border-bottom:1px solid #dedad5; }.role-browser-bar i { width:6px;height:6px;border-radius:50%;background:#c8c1b9; }.role-browser-bar span { position:absolute;left:50%;transform:translateX(-50%);color:#8e8780;font-size:8px;font-weight:700; }
.broker-page { height:100%;display:grid;place-items:center;background:#3b3938; }.broker-page img { width:100%;height:100%;display:block;object-fit:contain; }
.agency-browser { height:296px;transform:rotate(-2deg); }.persona-site-preview { height:100%;display:grid;place-items:center;background:#3b3938; }.persona-site-preview img { width:100%;height:100%;display:block;object-fit:contain; }
.role-float { position:absolute;z-index:5;padding:12px 15px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 15px 34px rgba(35,25,16,.13);backdrop-filter:blur(12px);font-size:10px;font-weight:850;animation:tool-drift 5s ease-in-out infinite; }.broker-lead { right:0;top:80px;transform:rotate(-4deg); }.broker-update { left:0;bottom:55px;transform:rotate(4deg);animation-delay:-2.6s; }
.role-agency { color:white;background:linear-gradient(145deg,#913704 0%,var(--rust) 58%,#c35a1a 100%); }.role-agency::before { content:"";position:absolute;width:560px;height:560px;right:-160px;bottom:-300px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(14px); }.role-agency .role-copy p { color:rgba(255,255,255,.74); }.role-agency .role-copy h2 em { color:var(--mint); }
.agency-dashboard { width:min(500px,94%);min-height:350px;padding:28px;border:1px solid rgba(255,255,255,.35);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 36px 75px rgba(77,24,0,.28);color:var(--ink);backdrop-filter:blur(16px);transform:rotate(-2deg); }.agency-head { display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line); }.agency-head span { font-size:18px;font-weight:850; }.agency-head b { padding:8px 10px;border-radius:99px;color:var(--forest);background:var(--mint);font-size:9px; }.agency-stats { display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0; }.agency-stats span { padding:14px 10px;border-radius:14px;background:#f2ede8;color:#81776e;font-size:8px; }.agency-stats b { display:block;margin-bottom:4px;color:var(--ink);font-size:19px; }.agency-team { display:flex;margin:2px 0 23px; }.agency-team i { display:grid;place-items:center;width:34px;height:34px;margin-right:-6px;border:3px solid white;border-radius:50%;color:white;background:var(--rust);font-size:8px;font-style:normal;font-weight:850; }.agency-team i:nth-child(2){background:var(--forest)}.agency-team i:nth-child(3){background:#9160bd}.agency-team i:nth-child(4){background:#9c9288}.agency-chart { height:72px;display:flex;align-items:flex-end;gap:10px;padding:0 8px; }.agency-chart i { flex:1;border-radius:7px 7px 2px 2px;background:#e8ded5; }.agency-chart i:nth-child(1){height:35%}.agency-chart i:nth-child(2){height:58%}.agency-chart i:nth-child(3){height:46%}.agency-chart i:nth-child(4){height:80%;background:var(--rust)}.agency-chart i:nth-child(5){height:68%}.agency-chart i:nth-child(6){height:94%;background:var(--forest)}.agency-content { left:0;top:55px;transform:rotate(3deg); }.agency-leads { right:-5px;bottom:48px;transform:rotate(-4deg);animation-delay:-3s; }

.persona-section { padding-top:110px;padding-bottom:110px;background:var(--white); }
.persona-carousel { position:relative;min-height:750px;overflow:hidden;scroll-margin-top:105px;border-radius:48px;color:white;background:var(--forest);transition:background .4s ease,color .3s ease; }
.persona-theme-broker { color:var(--ink);background:linear-gradient(145deg,#f2fffc 0%,var(--mint) 100%); }.persona-theme-agency { color:white;background:linear-gradient(145deg,#8f3505 0%,var(--rust) 60%,#c45b1b 100%); }.persona-theme-franchise { color:white;background:var(--forest); }
.persona-theme-broker .franchise-glow { background:white;opacity:.42; }.persona-theme-agency .franchise-glow { background:#ffb17e;opacity:.18; }.persona-theme-franchise .franchise-glow { background:var(--mint);opacity:.16; }
.persona-theme-broker .persona-arrow { color:var(--ink);border-color:rgba(25,31,28,.15);background:rgba(255,255,255,.38); }.persona-theme-broker .persona-count { color:rgba(25,31,28,.45); }.persona-theme-broker .persona-count b { color:var(--rust); }
.persona-theme-agency .persona-arrow,.persona-theme-franchise .persona-arrow { color:white; }.persona-theme-agency .persona-count,.persona-theme-franchise .persona-count { color:rgba(255,255,255,.48); }.persona-theme-agency .persona-count b,.persona-theme-franchise .persona-count b { color:var(--mint); }
.persona-slide { position:absolute;inset:0;padding:clamp(42px,6vw,90px);display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:80px;opacity:0;visibility:hidden;transform:translateX(28px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;pointer-events:none; }
.persona-slide.is-active { position:relative;opacity:1;visibility:visible;transform:none;transition-delay:0s;pointer-events:auto; }
.persona-carousel .franchise-copy h2 em { color:var(--mint); }.persona-carousel .role-browser,.persona-carousel .agency-dashboard { box-shadow:0 36px 75px rgba(0,0,0,.28); }.persona-carousel .role-float { color:var(--ink); }
.persona-controls { position:absolute;z-index:10;right:clamp(42px,6vw,90px);top:95px;display:flex;align-items:center;gap:11px; }.persona-arrow { width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;color:white;background:rgba(255,255,255,.08);font-size:18px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease; }.persona-arrow:hover { color:var(--forest);background:var(--mint);transform:scale(1.05); }.persona-count { min-width:55px;color:rgba(255,255,255,.48);font-size:10px;text-align:center; }.persona-count b { color:var(--mint);font-size:14px; }
.persona-overview { margin-bottom:70px; }.persona-overview .audience-row { cursor:pointer; }.persona-overview .audience-row.is-selected { padding-left:30px;color:var(--forest);background:var(--mint-soft); }.persona-overview .audience-row.is-selected > span,.persona-overview .audience-row.is-selected p { color:rgba(0,71,59,.68); }
.persona-carousel,.persona-carousel.persona-theme-broker,.persona-carousel.persona-theme-agency,.persona-carousel.persona-theme-franchise { background:transparent;transition:none; }
.persona-carousel > .franchise-glow { display:none; }
.persona-carousel .persona-slide { position:absolute;inset:0;overflow:hidden;border-radius:48px;opacity:0;visibility:hidden;transform:translateX(100%);transition:transform .42s cubic-bezier(.72,0,.2,1),opacity .2s ease,visibility 0s linear .42s;pointer-events:none; }
.persona-carousel .persona-slide[data-persona="0"] { color:var(--ink);background:linear-gradient(145deg,#f2fffc 0%,var(--mint) 100%); }.persona-carousel .persona-slide[data-persona="1"] { color:white;background:linear-gradient(145deg,#8f3505 0%,var(--rust) 60%,#c45b1b 100%); }.persona-carousel .persona-slide[data-persona="2"] { color:white;background:var(--forest); }
.persona-carousel .persona-slide.is-active { position:absolute;opacity:1;visibility:visible;transform:translateX(0);transition-delay:0s;pointer-events:auto; }.persona-carousel .persona-slide.is-entering-next { opacity:1;visibility:visible;transform:translateX(100%);transition:none; }.persona-carousel .persona-slide.is-entering-prev { opacity:1;visibility:visible;transform:translateX(-100%);transition:none; }.persona-carousel .persona-slide.is-leaving-next { opacity:1;visibility:visible;transform:translateX(-100%); }.persona-carousel .persona-slide.is-leaving-prev { opacity:1;visibility:visible;transform:translateX(100%); }
.persona-carousel .persona-slide.is-resetting { opacity:0;visibility:hidden;transform:translateX(100%);transition:none; }
.persona-carousel .persona-slide[data-persona="0"] .section-number.light,.persona-carousel .persona-slide[data-persona="0"] .franchise-copy h2 em { color:var(--rust); }.persona-carousel .persona-slide[data-persona="0"] .franchise-copy p { color:rgba(25,31,28,.68); }.persona-carousel .persona-slide[data-persona="0"] .button-mint { color:white;background:var(--ink); }

.franchise-wrap { padding-top: 110px; padding-bottom: 110px; background: var(--white); }
.franchise-panel { position: relative; min-height: 750px; overflow: hidden; padding: clamp(42px,6vw,90px); border-radius: 48px; color: white; background: var(--forest); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
.franchise-glow { position: absolute; width: 600px; height: 600px; left: -180px; top: -260px; border-radius: 50%; background: var(--mint); opacity: .16; filter: blur(30px); }
.franchise-copy { position: relative; z-index: 2; }.section-number.light { color: var(--mint); }.franchise-copy h2 { margin: 26px 0; }.franchise-copy h2 em { color: var(--mint); }.franchise-copy p { max-width: 520px; margin-bottom: 34px; color: rgba(255,255,255,.72); line-height: 1.7; font-size: 17px; }
.network-flow { position: relative; min-height: 520px; display: flex; justify-content: center; }.network-core { position: absolute; z-index: 2; top: 0; width: 230px; padding: 25px; border-radius: 25px; display: grid; justify-items: center; gap: 8px; }.network-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--forest); background: var(--mint); font-weight: 900; }.network-core small { margin-top: 5px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .12em; }.network-core strong { font-size: 20px; }.compliance { margin-top: 8px; padding: 8px 11px; border-radius: 99px; color: var(--forest); background: var(--mint); font-size: 9px; font-weight: 800; }
.network-flow svg { position: absolute; top: 135px; width: 100%; overflow: visible; }.network-flow path { fill: none; stroke: rgba(161,247,226,.45); stroke-width: 1.4; }
.network-nodes { position: absolute; left: 0; right: 0; bottom: 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.node { min-height: 130px; padding: 22px; border-radius: 22px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04)); }.node::before { content: "Y"; margin-bottom: auto; display: grid; place-items:center; width: 28px;height:28px;border-radius:9px;color:var(--forest);background:var(--mint);font-size:10px;font-weight:900; }.node span { font-weight: 700; }.node small { margin-top: 4px; color: rgba(255,255,255,.5); }

.pricing-section { padding-top: 150px; padding-bottom: 150px; }.pricing-copy { display:grid;grid-template-columns:.55fr 1.25fr .65fr;align-items:end;gap:35px; }.pricing-copy h2 { margin:0; }.pricing-copy p { margin:0;max-width:530px; }.pricing-note { width:max-content;max-width:100%;margin:40px 0 20px;padding:10px 14px;border-radius:99px;color:var(--soft-ink);background:rgba(255,255,255,.62);border:1px solid var(--line);font-size:11px; }.pricing-note span { display:inline-grid;place-items:center;width:20px;height:20px;margin-right:7px;border-radius:50%;color:var(--forest);background:var(--mint);font-weight:800; }
.references-section { padding-top:150px;padding-bottom:150px;background:var(--paper-warm); }
.references-section .section-intro { grid-template-columns:.4fr 1.65fr .55fr; }
.references-section .section-intro h2 em { white-space:nowrap; }
.testimonial-carousel { position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.68);border-radius:46px;background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(255,255,255,.42));box-shadow:0 30px 80px rgba(63,46,31,.1);backdrop-filter:blur(22px); }
.testimonial-viewport { overflow:hidden; }.testimonial-track { display:flex;transition:transform .55s cubic-bezier(.2,.75,.25,1); }
.testimonial-slide { flex:0 0 100%;min-height:285px;padding:38px clamp(42px,5vw,70px) 24px;display:grid;grid-template-columns:190px 1fr;align-items:center;gap:clamp(42px,6vw,78px); }
.testimonial-person { display:grid;gap:16px; }.testimonial-photo-wrap { position:relative;width:138px;aspect-ratio:1;border-radius:32px;overflow:hidden;background:var(--mint);box-shadow:0 16px 35px rgba(58,42,27,.15); }
.testimonial-photo-wrap::after { content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.42);border-radius:inherit;pointer-events:none; }.testimonial-photo-wrap img { width:100%;height:100%;object-fit:cover;display:block; }
.testimonial-person strong { display:block;font-size:17px;letter-spacing:-.025em; }.testimonial-person span { display:block;margin-top:4px;color:var(--rust);font-size:10px;font-weight:750; }
.testimonial-slide blockquote { position:relative;margin:0;padding-top:24px; }.quote-mark { position:absolute;left:-4px;top:-26px;color:var(--mint);font-family:Georgia,serif;font-size:86px;line-height:1; }
.testimonial-slide blockquote p { position:relative;margin:0;max-width:840px;font-size:clamp(18px,1.8vw,25px);font-weight:700;line-height:1.28;letter-spacing:-.025em; }
.testimonial-controls { padding:0 clamp(42px,5vw,70px) 24px;display:flex;align-items:center;justify-content:space-between;color:var(--soft-ink);font-size:10px;font-weight:750; }
.testimonial-controls > div { display:flex;gap:7px; }.testimonial-arrow { width:38px;height:38px;border:1px solid rgba(34,28,23,.16);border-radius:50%;display:grid;place-items:center;color:var(--ink);background:rgba(255,255,255,.72);font-size:15px;cursor:pointer;transition:transform .2s ease,background .2s ease; }.testimonial-arrow:not(:disabled):hover { transform:translateY(-2px);background:white; }.testimonial-arrow:disabled { opacity:.32;cursor:default; }
.plans-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch; }.plan-card { min-height:650px;padding:25px;border-radius:28px;display:flex;flex-direction:column;background:rgba(255,255,255,.58); }.plan-featured { color:white;background:var(--rust);border:0;box-shadow:0 24px 55px rgba(118,48,12,.2); }.plan-franchise { color:white;background:var(--forest);border:0; }.plan-head { display:flex;align-items:center;justify-content:space-between;min-height:27px;color:var(--rust);font-size:10px;font-weight:850;letter-spacing:.12em; }.plan-featured .plan-head,.plan-franchise .plan-head { color:var(--mint); }.coming,.recommended { padding:7px 9px;border-radius:99px;color:var(--forest);background:var(--mint);font-size:8px;letter-spacing:normal; }.plan-card > p { min-height:42px;margin:20px 0;color:var(--soft-ink);font-size:12px;line-height:1.5; }.plan-featured > p,.plan-franchise > p { color:rgba(255,255,255,.66); }.plan-price { display:grid;gap:5px;margin:15px 0 25px; }.plan-price strong { font-size:clamp(36px,3.2vw,54px);line-height:1;letter-spacing:-.06em; }.plan-price span { color:var(--soft-ink);font-size:10px; }.plan-price small { min-height:28px;margin-top:3px;color:#8b8177;font-size:9px;line-height:1.4; }.plan-featured .plan-price span,.plan-franchise .plan-price span,.plan-featured .plan-price small { color:rgba(255,255,255,.62); }.plan-custom { margin-top:25px; }.plan-custom strong { font-size:42px; }.plan-placeholders { display:grid;gap:12px;margin-bottom:25px;padding-top:23px;border-top:1px solid var(--line); }.plan-featured .plan-placeholders,.plan-franchise .plan-placeholders { border-color:rgba(255,255,255,.15); }.plan-placeholders i { width:100%;height:10px;border-radius:99px;background:linear-gradient(90deg,#e7dfd7,#f2ede8); }.plan-featured .plan-placeholders i,.plan-franchise .plan-placeholders i { background:rgba(255,255,255,.18); }.plan-placeholders i.short { width:68%; }.plan-features { display:grid;gap:9px;margin:0 0 18px;padding:19px 0 0;list-style:none;border-top:1px solid var(--line); }.plan-featured .plan-features { border-color:rgba(255,255,255,.17); }.plan-features li { position:relative;padding-left:18px;color:var(--soft-ink);font-size:10px;line-height:1.35; }.plan-features li::before { content:"✓";position:absolute;left:0;color:var(--rust);font-weight:900; }.plan-features li small { display:inline-block;margin-left:3px;padding:2px 5px;border-radius:99px;color:var(--forest);background:var(--mint);font-size:7px;font-weight:850;white-space:nowrap; }.plan-featured .plan-features li { color:rgba(255,255,255,.78); }.plan-featured .plan-features li::before { color:var(--mint); }.plan-limit { margin-bottom:20px;padding:11px 12px;border-radius:13px;display:grid;gap:4px;background:#f1ebe5; }.plan-limit span { color:var(--rust);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.1em; }.plan-limit strong { font-size:9px;line-height:1.35; }.plan-featured .plan-limit { background:rgba(255,255,255,.11); }.plan-featured .plan-limit span { color:var(--mint); }.franchise-offer { margin:0 0 28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);display:grid;gap:14px; }.franchise-offer p { margin:0;color:rgba(255,255,255,.72);font-size:11px;line-height:1.6; }.plan-card .button { margin-top:auto;min-height:49px;padding:0 16px;font-size:12px; }
.plan-description { min-height:106px!important;margin:18px 0 2px!important;padding:0; }
.plan-featured .plan-description,.plan-franchise .plan-description { color:rgba(255,255,255,.76); }
.plan-price { min-height:104px;margin-top:4px;margin-bottom:14px;align-content:start; }
.plan-custom { margin-top:4px; }
.plans-grid { margin-top:50px; }
.plan-franchise .button-mint { color:var(--forest);background:white; }
.inquiry-dialog { width:min(920px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:34px;overflow:auto;color:var(--ink);background:rgba(250,247,243,.97);box-shadow:0 40px 120px rgba(24,19,14,.32); }
.inquiry-dialog[open] { display:grid;grid-template-columns:.86fr 1.14fr; }.inquiry-dialog::backdrop { background:rgba(19,16,13,.55);backdrop-filter:blur(8px); }
.inquiry-dialog [hidden] { display:none!important; }
.dialog-close { position:absolute;z-index:4;right:18px;top:18px;width:40px;height:40px;border:1px solid rgba(35,29,24,.12);border-radius:50%;display:grid;place-items:center;color:var(--ink);background:rgba(255,255,255,.7);font-size:24px;line-height:1;cursor:pointer; }
.inquiry-intro { padding:58px 46px;color:white;background:var(--rust); }.inquiry-plan { display:inline-flex;gap:5px;margin-bottom:72px;padding:8px 10px;border-radius:99px;color:var(--forest);background:var(--mint);font-size:8px;font-weight:850;letter-spacing:.1em; }.inquiry-intro h2 { margin:0 0 24px;font-size:clamp(34px,4vw,55px);line-height:.98; }.inquiry-intro h2 em { color:var(--mint); }.inquiry-intro p { margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.65; }
.inquiry-form { padding:64px 46px 38px;display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:18px 14px; }.inquiry-form label { display:grid;gap:7px;color:#5f574f;font-size:9px;font-weight:800;letter-spacing:.02em; }.inquiry-form input,.inquiry-form select,.inquiry-form textarea { width:100%;min-height:48px;padding:12px 13px;border:1px solid #ddd6cf;border-radius:13px;outline:none;color:var(--ink);background:white;font:inherit;font-size:12px;transition:border-color .2s ease,box-shadow .2s ease; }.inquiry-form textarea { resize:vertical; }.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { border-color:var(--rust);box-shadow:0 0 0 3px rgba(165,65,11,.1); }.form-wide { grid-column:1/-1; }.form-consent { grid-template-columns:auto 1fr!important;align-items:start;gap:9px!important;font-weight:600!important;line-height:1.45; }.form-consent input { width:16px;min-height:16px;margin-top:1px;accent-color:var(--rust); }.inquiry-form > small { color:#8b8178;font-size:8px;text-align:center; }.inquiry-form .button { border:0;cursor:pointer; }
.inquiry-success { grid-column:1/-1;min-height:520px;padding:70px;display:grid;place-items:center;align-content:center;text-align:center; }.inquiry-success[hidden] { display:none; }.inquiry-success > span { display:grid;place-items:center;width:70px;height:70px;border-radius:24px;color:var(--forest);background:var(--mint);font-size:27px;font-weight:900; }.inquiry-success h2 { margin:24px 0 10px; }.inquiry-success p { max-width:410px;margin:0 0 28px;color:var(--soft-ink);line-height:1.6; }

.final-cta { position: relative; min-height: 700px; display: grid; place-items: center; text-align: center; overflow: hidden; background: var(--paper-warm); }.final-cta > div:last-child { position: relative; z-index: 2; }.final-cta h2 { margin: 28px 0 40px; font-size: clamp(55px,7vw,100px); }.final-cta .center { justify-content: center; }.cta-orb { position: absolute; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle at 37% 34%, rgba(255,255,255,.9), rgba(161,247,226,.72) 34%, rgba(239,185,144,.48) 68%, transparent 70%); filter: blur(3px); opacity: .72; }

.site-footer { padding: 80px clamp(24px,5vw,84px) 35px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; color: white; background: var(--ink); }.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 14px; }.site-footer strong { font-size: 13px; }.site-footer a, .site-footer p { color: rgba(255,255,255,.55); font-size: 13px; }.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }.footer-brand > p { grid-column: 1/-1; max-width: 250px; line-height: 1.6; }.copyright { grid-column: 1/-1; margin: 45px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .13s; }
.hero .reveal { opacity: 1; transform: none; }

/* Liquid glass pass: translucent surfaces keep the page light while colored panels retain hierarchy. */
.site-header { background:linear-gradient(120deg,rgba(255,255,255,.78),rgba(255,255,255,.52));border-color:rgba(255,255,255,.92);box-shadow:0 18px 48px rgba(70,48,29,.11),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,.35);backdrop-filter:blur(28px) saturate(155%);-webkit-backdrop-filter:blur(28px) saturate(155%); }
.product-section,.persona-section,.references-section,.pricing-section { position:relative;isolation:isolate; }
.product-section::before,.pricing-section::before { content:"";position:absolute;z-index:-1;width:420px;height:420px;border-radius:50%;filter:blur(12px);pointer-events:none; }
.product-section::before { right:-170px;top:15%;background:radial-gradient(circle,rgba(161,247,226,.32),transparent 68%); }
.pricing-section::before { left:-190px;top:12%;background:radial-gradient(circle,rgba(239,185,144,.3),transparent 68%); }
.benefit-card:not(.benefit-featured),.persona-overview,.plan-card:not(.plan-featured):not(.plan-franchise) { background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,255,255,.38));border:1px solid rgba(255,255,255,.84);box-shadow:0 24px 60px rgba(62,43,26,.085),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(255,255,255,.35);backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%); }
.persona-overview { padding:8px 18px;border-radius:30px;overflow:hidden; }
.persona-overview .audience-row { padding-left:14px;padding-right:14px;border-color:rgba(44,35,27,.09); }
.persona-overview .audience-row:last-child { border-bottom:0; }
.persona-overview .audience-row:hover,.persona-overview .audience-row.is-selected { margin:6px 0;border-radius:20px;background:rgba(255,255,255,.54);box-shadow:inset 0 1px 0 white,0 10px 28px rgba(68,47,28,.07); }
.testimonial-carousel { background:linear-gradient(125deg,rgba(255,255,255,.82),rgba(255,255,255,.38) 62%,rgba(221,253,245,.38));border-color:rgba(255,255,255,.92);box-shadow:0 28px 70px rgba(63,46,31,.11),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,.38);backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%); }
.button-glass,.role-float,.tool-pill { box-shadow:0 13px 32px rgba(53,37,24,.1),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(18px) saturate(155%);-webkit-backdrop-filter:blur(18px) saturate(155%); }
.role-browser,.lead-browser { border-color:rgba(255,255,255,.86);box-shadow:0 30px 70px rgba(47,34,23,.18),inset 0 1px 0 white; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.main-nav { display: none; }.header-actions .text-link { display: none; }
  .hero { min-height: auto; padding-top: 160px; grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.hero-visual { width: min(820px,100%); margin: 20px auto 0; }.product-window { transform: none; }
  .section-intro,.references-section .section-intro { grid-template-columns: 1fr; }.section-intro > p { max-width: 600px; }.benefit-grid { grid-template-columns: 1fr 1fr; }.benefit-featured { grid-column: 1/-1; }.benefit-featured .benefit-copy { max-width: 48%; }
  .role-panel,.franchise-panel,.persona-slide { grid-template-columns: 1fr; }.role-visual { min-height:450px; }.persona-carousel { min-height:1120px; }.network-flow { min-height: 500px; }.pricing-copy { grid-template-columns:1fr; }.testimonial-slide { grid-template-columns:160px 1fr;gap:40px; }.plans-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 720px) {
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 61px; padding: 8px 9px 8px 14px; border-radius: 19px; }.header-actions { display:none; }.menu-toggle { width: 42px; height: 42px; border: 0; border-radius: 13px; display: grid; place-content: center; gap: 6px; background: var(--ink); }.menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: white; }.main-nav { position: absolute; top: 70px; left: 0; right: 0; padding: 17px; border-radius: 18px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }.main-nav.open { display:flex; }.main-nav a { padding: 13px 5px; }
  .hero { padding-top: 130px; padding-bottom: 70px; }.hero-visual { width: 115%; margin-left: -7%; }.feature-cloud { min-height:560px;transform:scale(.92); }.cloud-core { width:225px; }.feature-float { min-width:175px;padding:12px; }.feature-float strong { font-size:10px; }.float-pages { left:0;top:8%; }.float-properties { right:0;top:15%; }.float-lead { left:0;bottom:16%; }.float-cookies { right:0;bottom:8%; }.float-integration { left:23%;bottom:-2%;min-width:215px; }.float-analytics { right:-2%;top:43%;width:175px; }
  .proof-strip { align-items: flex-start; flex-direction: column; }.proof-strip div { flex-wrap: wrap; }
  .product-section, .audience-section, .references-section, .pricing-section { padding-top: 95px; padding-bottom: 100px; }.section-intro { margin-bottom: 45px; }.references-section .section-intro h2 em { white-space:normal; }.benefit-grid { grid-template-columns: 1fr; }.benefit-featured { min-height: 650px; }.benefit-featured .benefit-copy { max-width: 100%; }.benefit-featured h3 { margin-top: 40px; }.property-stack { width: 73%; right: 4%; }.benefit-card { min-height: 420px; }.benefit-card h3 { margin-top: auto; }.card-symbol { margin-bottom: auto; }
  .audience-row { grid-template-columns: 35px 1fr 25px; gap: 12px; }.audience-row p { display:none; }
  .role-wrap,.franchise-wrap,.persona-section { padding-left:12px;padding-right:12px; }.role-panel,.franchise-panel,.persona-slide { padding:120px 24px 45px;border-radius:34px;gap:45px; }.persona-carousel { min-height:970px;border-radius:34px; }.persona-controls { right:24px;top:82px; }.role-browser,.agency-dashboard { width:96%; }.role-float { font-size:8px;padding:10px 12px; }.network-flow { min-height: 480px; }.network-core { width: 190px; }.network-nodes { gap: 7px; }.node { min-height: 115px; padding: 12px; }.node small { font-size: 9px; }
  .testimonial-carousel { border-radius:26px; }.testimonial-slide { min-height:0;padding:25px 22px 30px;grid-template-columns:1fr;gap:28px; }.testimonial-person { grid-template-columns:82px 1fr;align-items:center;gap:15px; }.testimonial-photo-wrap { width:82px;border-radius:22px; }.testimonial-person strong { font-size:16px; }.testimonial-slide blockquote { padding-top:24px; }.quote-mark { top:-26px;font-size:78px; }.testimonial-slide blockquote p { font-size:18px;line-height:1.35; }.testimonial-controls { padding:0 22px 20px; }.plans-grid { grid-template-columns:1fr; }.plan-card { min-height:390px; }.plan-description { min-height:0!important; }.inquiry-dialog[open] { display:block; }.inquiry-intro { padding:60px 24px 38px; }.inquiry-plan { margin-bottom:40px; }.inquiry-form { padding:32px 24px;grid-template-columns:1fr; }.form-wide { grid-column:auto; }.site-footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; }
}

/* Hero benefit constellation: asymmetric zones keep the motion organic without collisions. */
.feature-cloud {
  display: block;
  padding: 20px 0;
}
.cloud-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 49%;
  width: 215px;
  min-height: 112px;
  transform: translate(-50%, -50%) rotate(-1deg);
}
.feature-float {
  position: absolute;
  inset: auto;
  width: 175px;
  min-width: 0;
  min-height: 78px;
  animation: orbit-drift 7s ease-in-out infinite;
}
.feature-float strong { line-height: 1.25; }
.pill-icon { flex: 0 0 auto; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-rust { color: var(--rust); }
.icon-mint { color: var(--forest); }
.float-properties { left: 0; top: 9%; transform: rotate(-4deg); animation-delay: -.4s; }
.float-gdpr { left: 39%; top: 1%; transform: rotate(2deg); animation-delay: -2.1s; }
.float-cookies { right: 0; top: 15%; bottom: auto; transform: rotate(4deg); animation-delay: -4.7s; }
.float-updates { left: 1%; top: 42%; transform: rotate(3deg); animation-delay: -3.2s; }
.float-uptime { right: 0; top: 46%; transform: rotate(-3deg); animation-delay: -1.2s; }
.float-leads { left: 4%; bottom: 7%; transform: rotate(-2deg); animation-delay: -5.4s; }
.float-content { left: 38%; bottom: 0; transform: rotate(3deg); animation-delay: -2.8s; }
.float-seo { right: 0; bottom: 9%; transform: rotate(-4deg); animation-delay: -6.1s; }
@keyframes orbit-drift {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -7px; }
}

@media (max-width: 720px) {
  .hero-visual { width: 100%; margin-left: 0; }
  .feature-cloud {
    min-height: 760px;
    transform: none;
    padding: 12px 0;
  }
  .cloud-core { top: 48%; width: min(245px, 76%); }
  .feature-float { width: 46%; min-height: 102px; padding: 12px; align-items: flex-start; flex-direction: column; gap: 9px; }
  .feature-float small { font-size: 7px; }
  .feature-float strong { font-size: 10px; }
  .pill-icon { width: 23px; height: 23px; }
  .float-properties { left: 0; top: 1%; }
  .float-gdpr { left: auto; right: 0; top: 5%; }
  .float-cookies { left: 2%; right: auto; top: 21%; bottom: auto; }
  .float-updates { left: auto; right: 1%; top: 25%; }
  .float-uptime { left: 0; right: auto; top: 58%; }
  .float-leads { left: auto; right: 0; top: 62%; bottom: auto; }
  .float-content { left: 2%; bottom: 2%; }
  .float-seo { right: 1%; bottom: 0; }
}
