/*
  Direction visuelle — Studio de campagne : papier clair, bleu encre, corail éditorial,
  collages d’agents visibles et espaces généreux. Ce fichier est autonome : aucune dépendance.
*/
:root {
  --paper: #fbf6ee;
  --paper-strong: #fffaf3;
  --ink: #172b44;
  --ink-soft: #52677a;
  --coral: #f06449;
  --coral-dark: #d94b34;
  --coral-pale: #ffe1d9;
  --butter: #f9e59c;
  --sage: #d1e7d7;
  --line: rgba(23, 43, 68, .12);
  --display: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a, select, input[type="checkbox"] { cursor: pointer; }

.page-shell { width: min(100%, 1380px); margin: 0 auto; padding: 0 20px; }
.section-space { padding: clamp(76px, 9vw, 146px) 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; transform: translateY(-160%); border-radius: 999px; background: var(--ink); padding: 11px 16px; color: white; font-size: .82rem; font-weight: 700; text-decoration: none; transition: transform .15s ease-out; }
.skip-link:focus { transform: translateY(0); }

/* Navigation */
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23,43,68,.09); background: rgba(255,250,243,.91); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 18px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-lockup > span:last-child { display: grid; gap: 2px; line-height: 1; }
.brand-lockup strong { font-size: .9rem; font-weight: 800; letter-spacing: .15em; }
.brand-lockup small { color: #718096; font-size: .48rem; font-weight: 800; letter-spacing: .2em; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50% 45% 50% 42%; background: #fff4df; box-shadow: inset 0 0 0 1px rgba(240,100,73,.25); }
.brand-mark img { width: 28px; height: 28px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); }
.main-nav a { color: #40526a; font-size: .82rem; font-weight: 700; text-decoration: none; transition: color .16s ease-out; }
.main-nav a:hover { color: var(--coral-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff0e8; color: var(--ink); font-size: 1.1rem; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--paper-strong); padding: 12px 20px 18px; }
.mobile-nav.is-open { display: grid; }
.mobile-nav a:not(.button) { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 13px 4px; color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.mobile-nav .button { margin-top: 14px; }

/* Type and shared actions */
.kicker { display: flex; align-items: center; gap: 9px; margin: 0; color: #d8523b; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kicker > span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240,100,73,.12); }
.kicker-light { color: #ffb9aa; }
.kicker-light > span { background: #ffb9aa; box-shadow: 0 0 0 5px rgba(255,185,170,.12); }
.display-title { margin: 18px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(44px, 5vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.display-title em, h1 em { color: #e7523b; font-style: italic; }
.display-title.light { color: #fff9f3; }
.display-title.light em { color: #ffb9aa; }
.intro-copy { max-width: 640px; margin: 24px 0 0; color: #5a6c7f; font-size: 1.04rem; line-height: 1.75; }
.section-heading { max-width: 780px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 0; border-radius: 999px; background: var(--coral); padding: 14px 24px; color: white; font-size: .92rem; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; box-shadow: 0 8px 0 var(--coral-dark); transition: transform .16s var(--ease-out), box-shadow .16s var(--ease-out), background .16s var(--ease-out); }
.button:hover { transform: translateY(-2px); background: #e7523b; box-shadow: 0 10px 0 var(--coral-dark); }
.button:active { transform: translateY(3px) scale(.98); box-shadow: none; }
.button:disabled { cursor: wait; opacity: .74; }
.button-small { min-height: 43px; padding: 10px 17px; font-size: .82rem; box-shadow: 0 6px 0 var(--coral-dark); }
.text-link, .white-link { display: inline-flex; align-items: center; gap: 4px; font-size: .92rem; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link { color: var(--ink); text-decoration-color: var(--coral); }
.white-link { color: #fff9f3; text-decoration-color: #ffb9aa; }

/* Hero */
.hero-section { position: relative; overflow: hidden; background: var(--paper); }
.hero-section::after { position: absolute; right: -224px; bottom: -224px; width: 608px; height: 608px; border-radius: 50%; background: var(--butter); content: ""; filter: blur(6px); opacity: .38; }
.hero-sun { position: absolute; top: -176px; right: 19%; width: 384px; height: 384px; border-radius: 50%; background: #f7b9a7; opacity: .46; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 720px; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; padding-top: 80px; padding-bottom: 80px; }
.hero-copy { max-width: 700px; }
h1 { max-width: 710px; margin: 18px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(56px, 7.1vw, 116px); font-weight: 400; letter-spacing: -.05em; line-height: .88; }
.lead { max-width: 620px; margin: 28px 0 0; color: #4f6278; font-size: clamp(17px, 1.6vw, 19px); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 36px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 48px; border-top: 1px solid rgba(23,43,68,.12); padding-top: 24px; color: #52667a; font-size: .82rem; font-weight: 700; }
.hero-collage { position: relative; min-height: 520px; }
.collage-card { position: absolute; overflow: hidden; margin: 0; border: 9px solid var(--paper-strong); border-radius: 29px; background: #e9d9ce; box-shadow: 0 23px 52px rgba(23,43,68,.16); }
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card figcaption { position: absolute; right: 13px; bottom: 13px; left: 13px; border-radius: 16px; background: rgba(255,250,243,.94); padding: 12px 14px; color: var(--ink); backdrop-filter: blur(9px); }
.collage-card span { margin-right: 5px; color: #e7523b; font-size: .65rem; font-weight: 800; }
.collage-card strong { font-size: .98rem; font-weight: 800; }
.collage-card p { margin: 3px 0 0; color: #5d6e80; font-size: .74rem; font-weight: 600; }
.collage-main { bottom: 0; left: 0; width: 63%; height: 457px; transform: rotate(-3deg); }
.collage-top { top: 0; right: 0; width: 47%; height: 260px; transform: rotate(3deg); }
.collage-bottom { right: 2%; bottom: 7%; width: 39%; height: 222px; transform: rotate(5deg); }
.collage-note { position: absolute; top: 216px; left: -28px; margin: 0; border-radius: 999px; background: var(--ink); padding: 12px 16px; color: #fff9f3; font-size: .76rem; font-weight: 700; box-shadow: 0 12px 24px rgba(23,43,68,.16); transform: rotate(-6deg); }

/* Simplicity and cards */
.simplicity-section { border-block: 1px solid var(--line); background: var(--paper-strong); }
.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 48px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 234px; border: 1px solid var(--line); border-radius: 24px; background: white; padding: 24px; box-shadow: 0 18px 45px rgba(23,43,68,.07); }
.step-card > div { display: flex; align-items: center; justify-content: space-between; }
.step-card b { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--coral-pale); color: var(--coral-dark); font-size: 1.15rem; }
.step-card span { color: var(--coral-dark); font-size: .72rem; font-weight: 800; }
.step-card h3 { margin: 31px 0 0; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1; }
.step-card p { margin: 12px 0 0; color: #617183; font-size: .84rem; line-height: 1.6; }
.time-card { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 24px; background: var(--coral); padding: 20px 24px; color: white; box-shadow: 0 10px 0 var(--coral-dark); }
.time-card p { max-width: 340px; margin: 0; font-family: var(--display); font-size: clamp(26px, 3vw, 34px); line-height: 1.04; }
.time-card span { max-width: 380px; color: #fff0ec; font-size: .84rem; line-height: 1.6; }

/* Agents */
.agents-section { background: var(--paper-strong); }
.agents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.agent-card { overflow: hidden; border-radius: 27px; background: #fffdf9; box-shadow: 0 14px 34px rgba(23,43,68,.08); transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out); }
.agent-card:hover { transform: translateY(-8px) rotate(-.4deg); box-shadow: 0 24px 48px rgba(23,43,68,.15); }
.agent-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.agent-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .22s var(--ease-out); }
.agent-card:hover .agent-image img { transform: scale(1.03); }
.tone-peach .agent-image { background: #ffd9cf; }.tone-butter .agent-image { background: #f8e58b; }.tone-sage .agent-image { background: #c9e5d3; }.tone-rose .agent-image { background: #f6c6d0; }.tone-lilac .agent-image { background: #ddd1f0; }.tone-sky .agent-image { background: #cfe7f4; }
.agent-number { position: absolute; top: 17px; left: 17px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--paper-strong); color: var(--ink); font-size: .72rem; font-weight: 800; box-shadow: 0 3px 10px rgba(23,43,68,.1); }
.agent-name { position: absolute; top: 17px; right: 17px; border: 1px solid rgba(23,43,68,.1); border-radius: 999px; background: rgba(255,250,243,.94); padding: 8px 13px; color: #e7523b; font-size: .78rem; font-weight: 800; box-shadow: 0 5px 16px rgba(23,43,68,.12); }
.agent-content { padding: 25px 27px 29px; }
.agent-eyebrow { margin: 0; color: #40526a; font-size: .72rem; font-weight: 800; }
.agent-content h3 { margin: 14px 0 0; font-family: var(--display); font-size: clamp(34px, 3.2vw, 48px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.agent-role { margin: 12px 0 0; color: #df533e; font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1.05; }
.agent-role + p { min-height: 80px; margin: 15px 0 0; color: #5a6c7f; font-size: .92rem; line-height: 1.62; }
.agent-content a { display: inline-block; margin-top: 20px; color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* Story and sectors */
.story-section { background: var(--ink); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.story-collage { position: relative; min-height: 390px; }
.story-square { position: absolute; display: flex; width: 260px; min-height: 260px; flex-direction: column; justify-content: space-between; border-radius: 25px; padding: 24px; box-shadow: 0 22px 42px rgba(0,0,0,.16); }
.story-square span { font-size: .7rem; font-weight: 800; }.story-square strong { font-family: var(--display); font-size: 32px; line-height: 1; letter-spacing: -.035em; }
.story-square.ink { top: 16px; left: 16px; background: var(--butter); color: var(--ink); transform: rotate(-5deg); }.story-square.coral { right: 38px; bottom: 0; background: var(--coral); color: white; transform: rotate(6deg); }
.story-collage > b { position: absolute; top: 95px; left: 46%; color: #fff9f3; font-family: var(--display); font-size: 110px; font-weight: 400; transform: rotate(-25deg); }
.light-copy { max-width: 600px; margin: 26px 0; color: #d7e0e9; font-size: 1.04rem; line-height: 1.75; }
.sectors-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 52px; }
.sectors-copy { position: sticky; top: 105px; }
.sector-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.sector-card { display: flex; min-height: 172px; flex-direction: column; justify-content: space-between; border-radius: 21px; padding: 21px; color: var(--ink); }
.sector-card span { font-size: .68rem; font-weight: 800; opacity: .7; }.sector-card strong { margin-top: auto; font-family: var(--display); font-size: clamp(22px, 2vw, 33px); line-height: .98; letter-spacing: -.035em; }.sector-card p { margin: 10px 0 0; font-size: .76rem; font-weight: 700; line-height: 1.4; opacity: .74; }
.s1 { grid-row: span 2; min-height: 357px; background: #f8cebf; }.s2 { background: #d1e7d7; }.s3 { background: #f8e395; }.s4 { background: #d8d1f1; }.s5 { background: #cde6f2; }.s6 { grid-column: span 2; background: #fffdfa; box-shadow: inset 0 0 0 1px var(--line); }.s7 { background: var(--coral); color: white; }.s8 { background: #d1e7d7; }.s9 { background: #f8e395; }.s10 { background: #d8d1f1; }.s11 { grid-column: span 2; background: var(--ink); color: #fff9f3; }

/* Pricing */
.pricing-section { background: var(--paper-strong); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 20px; margin-top: 56px; }
.price-card { position: relative; display: flex; min-height: 600px; flex-direction: column; border-radius: 27px; padding: clamp(25px, 2.55vw, 32px); color: var(--ink); }
.price-card.cream { background: var(--butter); }.price-card.coral { background: var(--coral); color: white; box-shadow: 0 24px 42px rgba(240,100,73,.25); }.price-card.ink { background: var(--ink); color: #fff9f3; }.price-card.pro { background: var(--sage); box-shadow: 0 18px 38px rgba(64,111,86,.16); }
.card-eyebrow { margin: 0; font-size: .68rem; font-weight: 800; letter-spacing: .09em; opacity: .78; text-transform: uppercase; }
.price-card h3 { margin: 13px 0 0; font-family: var(--display); font-size: clamp(43px, 3.45vw, 50px); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.price-intro { min-height: 60px; margin: 21px 0 0; font-size: .95rem; line-height: 1.5; opacity: .88; }
.price-block { margin: 24px 0 19px; border-block: 1px solid currentColor; padding: 16px 0 12px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 0; }.price b { font-family: var(--display); font-size: clamp(47px, 4.1vw, 58px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }.price span { font-size: .86rem; }.price-card.pro .price { align-items: flex-start; flex-direction: column; gap: 5px; }.price-card.pro .price b { font-size: clamp(42px, 3.7vw, 54px); }.price-card.pro .price span { color: #405c50; font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.price-tax { margin: 6px 0 0; font-size: .64rem; font-weight: 800; letter-spacing: .09em; opacity: .72; text-transform: uppercase; }
.team-list { display: grid; gap: 16px; margin: 16px 0 0; padding: 0; list-style: none; }
.team-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .86rem; }
.price-card .team-check { display: block; flex: 0 0 auto; margin-top: 1px; font-weight: 800; }
.price-card .team-member { display: grid; min-width: 0; gap: 1px; }
.price-card .team-member > b { font-size: .84rem; }
.price-card .team-member > span { display: block; opacity: .82; }
.agent-platforms { margin: 7px 0 0; font-size: .71rem; font-weight: 800; letter-spacing: .02em; line-height: 1.35; opacity: .88; }
.agent-detail { margin: 7px 0 0; font-size: .74rem; line-height: 1.52; opacity: .86; }
.add-on-option, .video-option { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 18px 0; border-top: 1px solid currentColor; padding-top: 14px; font-size: .77rem; line-height: 1.45; }
.price-card.cream .add-on-option { border-color: rgba(23,43,68,.28); }
.price-card.coral .add-on-option, .price-card.coral .video-option { border-color: rgba(255,255,255,.32); }
.price-card.ink .video-option { border-color: rgba(255,255,255,.22); }
.add-on-option b, .video-option b { flex: 0 0 auto; white-space: nowrap; }
.price-actions { margin-top: auto; padding-top: 12px; }
	.outline-button { display: block; border: 1px solid currentColor; border-radius: 999px; background: transparent; padding: 12px; color: inherit; font-family: var(--sans); font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; transition: background .16s var(--ease-out), color .16s var(--ease-out), transform .16s var(--ease-out); }.outline-button:hover { background: currentColor; color: var(--ink); transform: translateY(-2px); }.outline-button:active { transform: scale(.97); }.coral .outline-button:hover { color: var(--coral); }.ink .outline-button:hover { color: var(--ink); }
.setup-fee { margin: 10px 0 0; font-size: .67rem; line-height: 1.4; opacity: .76; text-align: center; }
.inline-plan-note { display: inline-flex; align-items: center; vertical-align: baseline; margin: 0 0 0 .35rem; border-radius: 999px; padding: .28rem .52rem; font-size: .61rem; font-weight: 800; letter-spacing: .01em; line-height: 1.1; white-space: nowrap; }.popular-note { background: #fff9f3; color: #e7523b; }.pro-note { background: var(--ink); color: var(--butter); }
	.pricing-note { margin: 21px 0 0; color: #68788a; font-size: .83rem; }

/* Application preview */
.application-section { background: var(--paper); }
.application-heading { display: grid; grid-template-columns: .86fr 1.14fr; align-items: end; gap: 48px; }.application-heading .intro-copy { justify-self: end; }
.app-screen { margin: 56px 0 0; }.app-screen figcaption { display: grid; gap: 3px; margin-bottom: 10px; color: #53677a; font-size: .76rem; }.app-screen figcaption strong { color: var(--ink); font-family: var(--display); font-size: 25px; font-weight: 400; }
.app-window { overflow: hidden; border: 9px solid #e7e0d6; border-radius: 25px; background: white; box-shadow: 0 22px 50px rgba(23,43,68,.12); }.app-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--ink); padding: 13px 16px; color: white; font-size: .75rem; }.app-bar span { color: #d7e0e9; }.app-content { padding: 28px; }.welcome { display: grid; gap: 2px; }.welcome span { color: #64788c; font-size: .85rem; }.welcome strong { font-family: var(--display); font-size: 32px; font-weight: 400; }.app-content > button { float: right; margin-top: -43px; border: 0; border-radius: 999px; background: var(--coral); padding: 10px 14px; color: white; font-size: .76rem; font-weight: 700; }.app-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 27px; }.mini-card { min-height: 162px; border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: #fffdf9; }.mini-card > span { float: right; color: #718096; font-size: .75rem; }.mini-card p { margin: 15px 0 0; color: #546a7b; font-size: .76rem; }.mini-card p + p { margin-top: 10px; }.mini-card i { display: block; height: 8px; margin-top: 5px; border-radius: 999px; background: var(--coral); }

/* FAQ */
.faq-section { background: #eaf3ee; }.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 54px; }.faq-badge { display: inline-flex; gap: 9px; margin: 28px 0 0; border-radius: 999px; background: var(--ink); padding: 12px 18px; color: white; font-size: .82rem; font-weight: 700; }.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper-strong); padding: 0 24px; box-shadow: 0 24px 70px rgba(23,43,68,.09); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 0; }.faq-list summary { position: relative; padding: 26px 36px 26px 0; color: var(--ink); font-family: var(--display); font-size: clamp(21px, 2.1vw, 27px); line-height: 1.15; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; top: 23px; right: 0; color: var(--coral); content: "+"; font-family: var(--sans); font-size: 29px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 740px; margin: -4px 0 0; padding: 0 26px 25px 0; color: #5a6c7d; font-size: .98rem; line-height: 1.7; }

/* Form */
	.demo-section { background: var(--coral); }.demo-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 50px; }.demo-copy { position: sticky; top: 105px; }.demo-copy ul { display: grid; gap: 13px; margin: 37px 0 0; padding: 0; color: white; font-size: .9rem; font-weight: 700; list-style: none; }.demo-copy li::first-letter { color: white; }.demo-card { border-radius: 30px; background: var(--paper-strong); padding: clamp(24px, 4vw, 42px); box-shadow: 0 22px 42px rgba(87,28,20,.18); }.form-heading p { margin: 0; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.form-heading h3 { margin: 9px 0 0; color: var(--ink); font-family: var(--display); font-size: 42px; font-weight: 400; line-height: .95; }.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 21px; }#demo-form > label, #pro-form > label, .form-row label, fieldset { color: var(--ink); font-size: .81rem; font-weight: 800; }#demo-form label small, #pro-form label small, fieldset small { color: #7b8793; font-weight: 400; }#demo-form input:not([type="checkbox"]), #demo-form select, #demo-form textarea, #pro-form input, #pro-form select, #pro-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid rgba(23,43,68,.15); border-radius: 13px; outline: none; background: white; padding: 12px 13px; color: var(--ink); font-size: .92rem; font-weight: 500; transition: border .16s var(--ease-out), box-shadow .16s var(--ease-out); }#demo-form select, #pro-form select { min-height: 45px; }#demo-form textarea, #pro-form textarea { min-height: 98px; resize: vertical; }#demo-form input:focus, #demo-form select:focus, #demo-form textarea:focus, #pro-form input:focus, #pro-form select:focus, #pro-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(240,100,73,.14); }.other-sector-field { display: block; margin-top: 21px; }fieldset { margin: 21px 0 0; border: 1px solid var(--line); border-radius: 20px; background: #fffaf3; padding: 17px; }fieldset legend { padding: 0 7px; }.choice-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }.choice-row label, .slot-grid label { font-size: .82rem !important; font-weight: 700 !important; }.choice-row input, .slot-grid input { position: absolute; opacity: 0; pointer-events: none; }.choice-row span { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 10px 13px; color: #52667a; transition: all .16s var(--ease-out); }.choice-row input:checked + span { border-color: var(--coral); background: var(--coral-pale); color: var(--coral-dark); }.slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 11px; }.slot-grid span { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 15px; background: white; padding: 12px; transition: all .16s var(--ease-out); }.slot-grid small { font-size: .72rem; }.slot-grid input:checked + span { border-color: var(--coral); background: var(--coral-pale); color: var(--coral-dark); }.form-status { min-height: 0; margin: 17px 0 0; border-radius: 14px; color: #c64231; font-size: .84rem; font-weight: 700; }.form-status:not(:empty) { background: #fff0ec; padding: 12px 14px; }.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 22px; }.form-footer p { max-width: 320px; margin: 0; color: #7b8793; font-size: .73rem; line-height: 1.6; }.form-footer a { color: var(--coral-dark); font-weight: 800; }.form-footer .button { flex-shrink: 0; min-height: 48px; font-size: .84rem; }.form-success { min-height: 530px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.form-success[hidden] { display: none; }.form-success > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--coral-pale); color: var(--coral-dark); font-size: 26px; }.form-success > p:first-of-type { margin: 28px 0 0; color: var(--coral-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; }.form-success h3 { margin: 11px 0 0; color: var(--ink); font-family: var(--display); font-size: 42px; font-weight: 400; line-height: 1; }.form-success h3 + p { max-width: 500px; margin: 18px 0 0; color: #5b6a7b; line-height: 1.7; }.text-button { margin-top: 27px; border: 0; background: none; color: var(--coral-dark); font-size: .88rem; font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
	.pro-dialog[hidden] { display: none; }.pro-dialog { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 18px; }.pro-dialog-backdrop { position: absolute; inset: 0; background: rgba(12,31,53,.62); backdrop-filter: blur(4px); }.pro-dialog-panel { position: relative; width: min(100%, 720px); max-height: min(90vh, 860px); overflow-y: auto; border: 1px solid rgba(23,43,68,.16); border-radius: 28px; background: var(--paper-strong); box-shadow: 0 28px 80px rgba(23,43,68,.28); }.pro-dialog-heading { border-bottom: 1px solid var(--line); background: #eaf3ee; padding: 32px 42px 30px; }.pro-dialog-heading > p:first-child { margin: 0; color: var(--coral-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.pro-dialog-heading h2 { margin: 10px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(39px, 5vw, 51px); font-weight: 400; letter-spacing: -.045em; line-height: .93; }.pro-dialog-heading p:last-child { max-width: 560px; margin: 13px 0 0; color: #52677a; font-size: .92rem; line-height: 1.6; }.pro-dialog-panel form, .pro-dialog-panel .form-success { padding: 30px 42px 38px; }.pro-dialog-close { position: absolute; z-index: 1; top: 16px; right: 17px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.86); color: var(--ink); font-size: 24px; line-height: 1; }.pro-dialog-close:hover { background: var(--coral-pale); color: var(--coral-dark); }body.dialog-open { overflow: hidden; }

/* Footer */
.site-footer { background: var(--ink); color: #bfccd8; }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 44px; padding-top: 52px; padding-bottom: 46px; }.footer-brand { color: white; }.footer-brand strong { color: white; }.footer-grid > div > p:not(.footer-title):not(.socials) { max-width: 390px; margin: 20px 0 0; font-size: .86rem; line-height: 1.7; }.footer-title { margin: 0; color: white; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.footer-grid nav { display: grid; gap: 10px; margin-top: 18px; }.footer-grid nav a, .footer-demo { color: #bfccd8; font-size: .84rem; text-decoration: none; }.footer-grid nav a:hover, .footer-demo:hover { color: white; }.socials { display: flex; gap: 9px; margin: 18px 0 !important; }.socials a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-size: 1rem; font-weight: 800; text-decoration: none; }.socials .social-facebook { background: #1877f2; box-shadow: 0 5px 13px rgba(24,119,242,.35); }.socials .social-facebook:hover { background: #0f63d1; color: white; }.footer-demo { display: inline-block; margin-top: 10px; color: #ffb4a5; font-weight: 800; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom .page-shell { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; padding-bottom: 18px; color: #91a5b7; font-size: .68rem; }

/* Legal pages */
.legal-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }.legal-hero::after { position: absolute; top: -130px; right: 5%; width: 430px; height: 430px; border-radius: 50%; background: #f8d6cc; content: ""; }.legal-hero.privacy::after { background: #dcece8; }.legal-hero .page-shell { position: relative; z-index: 1; padding-top: 112px; padding-bottom: 112px; }.legal-hero h1 { max-width: 980px; font-size: clamp(56px, 7.5vw, 110px); }.legal-hero p:not(.kicker) { max-width: 720px; margin: 28px 0 0; color: #53677a; font-size: 1.06rem; line-height: 1.7; }.legal-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 32px; padding-top: 78px; padding-bottom: 110px; }.legal-aside { position: sticky; top: 100px; border-radius: 28px; background: var(--ink); padding: 32px; color: white; box-shadow: 0 24px 70px rgba(23,43,68,.16); }.legal-aside .icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--coral); font-size: 22px; }.legal-aside .eyebrow { margin: 28px 0 0; color: #ffb4a5; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }.legal-aside h2 { margin: 12px 0 0; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: 1; }.legal-aside p:not(.eyebrow) { color: #c6d2dc; font-size: .88rem; line-height: 1.7; }.legal-article { display: grid; gap: 25px; }.legal-card { border: 1px solid var(--line); border-radius: 30px; background: var(--paper-strong); padding: clamp(24px, 4vw, 42px); box-shadow: 0 24px 70px rgba(23,43,68,.08); }.legal-card.white { background: white; }.legal-card.dark { background: var(--ink); color: white; }.legal-card h2 { margin: 0; font-family: var(--display); font-size: clamp(30px, 4vw, 48px); font-weight: 400; line-height: 1; }.legal-card p { color: #52677a; font-size: 1rem; line-height: 1.75; }.legal-card.dark p { color: #c6d2dc; }.legal-table { margin: 30px 0 0; border-block: 1px solid var(--line); }.legal-table div { display: grid; grid-template-columns: 210px 1fr; gap: 25px; border-bottom: 1px solid var(--line); padding: 20px 0; }.legal-table div:last-child { border-bottom: 0; }.legal-table dt { color: var(--coral-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.legal-table dd { margin: 0; color: #314960; font-weight: 600; }.data-list { display: grid; gap: 13px; margin-top: 28px; }.data-list article { border-radius: 20px; background: var(--paper); padding: 18px; }.data-list h3 { margin: 0; font-size: .88rem; }.data-list p { margin: 7px 0 0; font-size: .87rem; }.contact-card { border-radius: 20px; background: #fff0eb; padding: 20px; }.contact-card p { margin: 0; font-size: .8rem; }.contact-card a { display: inline-block; margin-top: 8px; color: var(--ink); font-weight: 800; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 4px; }.back-link { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 11px 16px; color: var(--ink); font-size: .84rem; font-weight: 800; text-decoration: none; transition: transform .16s var(--ease-out); }.back-link:hover { transform: translateY(-2px); color: var(--coral-dark); }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }.header-cta { display: none; }.hero-grid, .split-grid, .story-grid, .sectors-grid, .demo-grid, .faq-grid, .legal-layout { grid-template-columns: 1fr; }.hero-grid { min-height: auto; padding-top: 66px; }.hero-collage { max-width: 670px; width: 100%; margin: 0 auto; }.steps-grid { grid-template-columns: repeat(3, 1fr); }.pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.price-card.ink { grid-column: auto; }.agents-grid { grid-template-columns: repeat(2, 1fr); }.story-collage { max-width: 560px; width: 100%; }.sectors-copy, .demo-copy, .legal-aside { position: static; }.application-heading { grid-template-columns: 1fr; }.application-heading .intro-copy { justify-self: start; }.footer-grid { grid-template-columns: 1.2fr .8fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }.legal-aside { max-width: 540px; }
}
	@media (max-width: 720px) {
	.page-shell { padding-right: 18px; padding-left: 18px; }.header-inner { min-height: 70px; }.brand-lockup { gap: 9px; }.brand-lockup strong { font-size: .68rem; letter-spacing: .12em; }.brand-lockup small { font-size: .42rem; }.brand-mark { width: 39px; height: 39px; }.brand-mark img { width: 24px; height: 24px; }.main-nav { display: none; }.menu-toggle { display: grid; place-items: center; }.hero-grid { gap: 30px; padding-top: 52px; padding-bottom: 58px; }h1 { font-size: clamp(49px, 15vw, 70px); }.display-title { font-size: clamp(42px, 12.5vw, 60px); }.lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-facts { gap: 10px; font-size: .74rem; }.hero-collage { min-height: 370px; }.collage-main { width: 64%; height: 325px; }.collage-top { height: 190px; }.collage-bottom { height: 155px; }.collage-card { border-width: 6px; border-radius: 20px; }.collage-card figcaption { right: 7px; bottom: 7px; left: 7px; padding: 8px 9px; }.collage-card strong { font-size: .72rem; }.collage-card p { font-size: .62rem; }.collage-note { top: 168px; left: -5px; padding: 9px 12px; font-size: .64rem; }.steps-grid, .agents-grid, .pricing-grid, .sector-board, .app-columns, .footer-grid { grid-template-columns: 1fr; }.step-card { min-height: 180px; }.time-card { grid-column: auto; align-items: flex-start; flex-direction: column; }.agent-role + p { min-height: auto; }.story-collage { min-height: 315px; }.story-square { width: 205px; min-height: 205px; padding: 18px; }.story-square strong { font-size: 26px; }.story-square.coral { right: 8px; }.story-collage > b { top: 75px; font-size: 85px; }.s1 { grid-row: auto; min-height: 220px; }.s6, .s11 { grid-column: auto; }.price-card { min-height: 0; }.price-intro { min-height: auto; }.team-list { gap: 14px; }.agent-detail { font-size: .77rem; }.add-on-option, .video-option { margin-bottom: 22px; }.pro-dialog { padding: 10px; }.pro-dialog-panel { max-height: 94vh; border-radius: 24px; }.pro-dialog-heading { padding: 28px 23px 24px; }.pro-dialog-panel form, .pro-dialog-panel .form-success { padding: 24px 23px 28px; }.pro-dialog-close { top: 12px; right: 12px; }.app-content { padding: 18px; }.app-bar { font-size: .6rem; }.app-bar span { display: none; }.app-content > button { float: none; margin: 14px 0 0; }.app-columns { margin-top: 18px; }.faq-list { padding: 0 17px; }.faq-list summary { font-size: 22px; }.form-row, .slot-grid { grid-template-columns: 1fr; }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .button { width: 100%; }.demo-card { border-radius: 24px; }.form-success { min-height: 440px; }.form-success h3 { font-size: 36px; }.footer-bottom .page-shell { align-items: flex-start; flex-direction: column; }.legal-hero .page-shell { padding-top: 78px; padding-bottom: 78px; }.legal-layout { padding-top: 52px; padding-bottom: 72px; }.legal-table div { grid-template-columns: 1fr; gap: 7px; }.legal-aside { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
