:root {
  --ink: #090d16;
  --ink-soft: #111827;
  --navy: #10213f;
  --blue: #3679ec;
  --blue-light: #75a5f5;
  --paper: #ffffff;
  --mist: #f3f6fa;
  --line: #dce3ed;
  --muted: #5f6878;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(8, 18, 37, .16);
  --font-display: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --font-body: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 132px 0; }
.section-dark { background: var(--ink); color: white; }
.section-soft { background: var(--mist); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 12px; background: white; color: var(--ink); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,20,37,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; overflow: hidden; background: linear-gradient(135deg, #172a4d 8%, #3679ec 54%, #0f2c78 55%); color: white; font: 800 13px/1 var(--font-display); letter-spacing: -1px; clip-path: polygon(0 0,100% 0,80% 50%,100% 50%,74% 100%,0 100%); }
.brand-name { display: grid; font: 800 16px/.8 var(--font-display); letter-spacing: .5px; }
.brand-name > span { color: var(--blue); }
.brand-name small { margin-top: 5px; color: #6c788a; font: 700 6px/1 var(--font-body); letter-spacing: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #3d4859; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 3px; background: var(--ink); color: white; font-size: 13px; font-weight: 750; letter-spacing: .1px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(5,10,23,.17); }
.button span { font-size: 18px; line-height: 0; transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 12px; }
.button-primary { background: var(--blue); }
.button-primary:hover { background: #2468da; box-shadow: 0 12px 26px rgba(54,121,236,.29); }
.button-outline { border-color: #78869b; background: transparent; }
.button-outline:hover { border-color: white; background: white; color: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: 92px 0 34px; background: radial-gradient(circle at 85% 26%, #1e427c 0, #102341 22%, var(--ink) 51%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 537px; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--blue-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 750; letter-spacing: -2px; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(43px, 5vw, 69px); line-height: .98; }
h2 { margin-bottom: 24px; font-size: clamp(34px, 3.7vw, 52px); line-height: 1.03; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-intro { max-width: 560px; margin-bottom: 34px; color: #c2cbda; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 800; }
.text-link span { color: var(--blue); font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: #edf2fa; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 22px; margin: 42px 0 0; padding: 0; list-style: none; color: #d7dfec; font-size: 12px; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list svg, .role-list svg { width: 16px; height: 16px; fill: none; stroke: var(--blue-light); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; min-height: 448px; }
.orbit { position: absolute; border: 1px solid rgba(117,165,245,.3); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: 10px; right: -24px; }
.orbit-two { width: 306px; height: 306px; top: 73px; right: 37px; border-color: rgba(117,165,245,.15); }
.orbit::after { content: ""; position: absolute; top: 16%; left: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 13px var(--blue-light); }
.orbit-two::after { top: 65%; left: auto; right: 2px; width: 4px; height: 4px; }
.visual-card { position: absolute; z-index: 2; top: 80px; right: 31px; width: min(100%, 450px); overflow: hidden; background: #05070b; box-shadow: 0 28px 70px rgba(0,0,0,.4); transform: rotate(-2.8deg); }
.visual-card::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.09); pointer-events: none; }
.visual-card img { display: block; width: 100%; aspect-ratio: 2.38 / 1; object-fit: cover; }
.visual-card-bottom { position: absolute; right: 21px; bottom: 17px; left: 21px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; }
.visual-card-bottom i { width: 45px; height: 1px; background: var(--blue); }
.floating-stat { position: absolute; z-index: 3; padding: 15px 18px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.floating-stat strong { display: block; font: 800 15px/1.2 var(--font-display); }
.floating-stat span { display: block; margin-top: 5px; color: #68758a; font-size: 9px; font-weight: 650; }
.stat-one { top: 29px; left: 0; min-width: 144px; border-left: 3px solid var(--blue); }
.stat-two { right: -5px; bottom: 30px; display: flex; align-items: center; gap: 11px; padding: 13px; }
.stat-two strong { font-size: 12px; }
.stat-icon { display: grid !important; place-items: center; width: 28px; height: 28px; margin: 0 !important; background: #eaf1fe; color: var(--blue) !important; font-size: 18px !important; }
.hero-partners { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 75px; border-top: 1px solid rgba(255,255,255,.11); color: #7e8aa0; font-size: 11px; font-weight: 700; letter-spacing: .45px; text-transform: uppercase; }
.partner-lines { display: flex; align-items: center; gap: 32px; }
.partner-lines i { display: block; width: 74px; height: 7px; border-top: 2px solid #59657a; border-bottom: 1px solid #344055; opacity: .75; }
.partner-lines i:nth-child(2) { width: 53px; }.partner-lines i:nth-child(3) { width: 91px; }.partner-lines i:nth-child(4) { width: 45px; }

.intro { padding-bottom: 116px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 94px; align-items: end; padding-bottom: 67px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.intro-copy { padding-bottom: 6px; }
.intro-copy p, .role-copy > p { color: var(--muted); font-size: 16px; line-height: 1.72; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 287px; padding: 29px 28px 27px; border-right: 1px solid var(--line); transition: background .24s ease, transform .24s ease, box-shadow .24s ease; }
.benefit-card:first-child { border-left: 1px solid var(--line); }
.benefit-card:hover { z-index: 1; background: white; transform: translateY(-7px); box-shadow: 0 18px 35px rgba(15,28,51,.1); }
.card-number { position: absolute; top: 28px; right: 25px; color: #9ca7b7; font-size: 10px; font-weight: 800; }
.line-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 45px; background: #ecf3ff; color: var(--blue); }
.line-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin-bottom: 8px; font: 750 19px/1.22 var(--font-display); letter-spacing: -.4px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.56; }

.market { overflow: hidden; padding: 0; background: var(--ink); color: white; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 624px; }
.market-panel { padding: 117px 88px 104px 0; }
.market-panel h2 { margin-bottom: 27px; }
.market-panel p:not(.eyebrow) { max-width: 492px; color: #b9c4d4; font-size: 15px; line-height: 1.75; }
.market-panel p:nth-of-type(2) { margin-bottom: 30px; }
.market-factors { position: relative; padding: 91px 0 47px 77px; background: #111e34; }
.market-factors::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 999px; background: #111e34; z-index: 0; }
.factor, .market-chart { position: relative; z-index: 1; }
.factor { display: flex; gap: 22px; max-width: 420px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.factor > span { color: var(--blue-light); font-size: 11px; font-weight: 800; }
.factor h3 { margin: 0 0 4px; font: 700 15px/1.2 var(--font-display); }
.factor p { margin: 0; color: #a3b1c7; font-size: 12px; line-height: 1.5; }
.market-chart { width: 100%; max-width: 480px; margin-top: 36px; }
.chart-label { margin-bottom: 9px; color: #74839a; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.market-chart svg { width: 100%; height: 143px; overflow: visible; }
.market-chart .area { fill: url(#chartFade); }.market-chart .curve { fill: none; stroke: var(--blue-light); stroke-width: 2; vector-effect: non-scaling-stroke; }

.role-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 113px; align-items: center; }
.role-image { position: relative; min-height: 520px; overflow: hidden; background: #d7e4f8; }
.grid-dots { position: absolute; inset: 0; opacity: .75; background-image: radial-gradient(#9dbbe9 1.3px, transparent 1.3px); background-size: 17px 17px; mask-image: linear-gradient(135deg, black, transparent 76%); }
.role-shape { position: absolute; background: var(--blue); }
.shape-a { top: -68px; right: -78px; width: 299px; height: 455px; transform: rotate(35deg); background: linear-gradient(155deg, #72a0ee 0 45%, #3679ec 45%); }
.shape-b { width: 310px; height: 190px; right: -28px; bottom: 42px; transform: skewY(-31deg); background: #172e5a; }
.role-copy-card { position: absolute; right: 43px; bottom: 49px; left: 43px; padding: 30px; background: var(--ink); color: white; box-shadow: 0 22px 33px rgba(18,42,85,.17); }
.role-copy-card span { display: block; margin-bottom: 12px; color: var(--blue-light); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.role-copy-card strong { font: 650 23px/1.18 var(--font-display); letter-spacing: -.6px; }
.role-copy { max-width: 550px; }
.role-copy h2 { margin-bottom: 24px; }
.role-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 32px 0 0; padding: 0; list-style: none; }
.role-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.role-list svg { width: 18px; height: 18px; padding: 3px; border: 1px solid #b7d0f7; }

.steps { padding: 115px 0 102px; }
.steps-header { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 65px; }
.steps-header h2 { margin-bottom: 0; }.steps-header > p { max-width: 340px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.steps-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { position: relative; min-height: 219px; padding: 0 23px 10px; border-left: 1px solid #d6dde7; }
.steps-list li:first-child { padding-left: 0; border: 0; }.steps-list li:last-child { border-right: 1px solid #d6dde7; }
.steps-list li::before { content: ""; position: absolute; top: 0; left: -4px; width: 7px; height: 7px; background: var(--blue); }.steps-list li:first-child::before { left: -3px; }
.steps-list span { display: block; margin-bottom: 35px; color: var(--blue); font-size: 11px; font-weight: 850; }.steps-list h3 { margin-bottom: 12px; font: 700 16px/1.32 var(--font-display); letter-spacing: -.25px; }.steps-list p { max-width: 165px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.contact-section { padding: 117px 0; background: linear-gradient(111deg, #08101e 0%, #0c1b32 100%); }
.contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 95px; align-items: start; }
.contact-copy { padding-top: 25px; }.contact-copy h2 { margin-bottom: 24px; }.contact-copy > p:not(.eyebrow) { max-width: 399px; color: #b7c3d5; font-size: 15px; line-height: 1.7; }
.reassurance { display: grid; gap: 17px; margin-top: 39px; }.reassurance > div { display: flex; align-items: center; gap: 11px; }.mini-icon { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(117,165,245,.5); color: var(--blue-light); font-size: 13px; }.reassurance p { margin: 0; color: #c2ccdb; font-size: 12px; }.reassurance strong { color: white; }
.lead-form { position: relative; padding: 31px 34px 28px; background: white; color: var(--ink); box-shadow: 0 22px 65px rgba(0,0,0,.28); }
.form-heading { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }.form-step { color: var(--blue); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 16px; padding-top: 22px; }.form-full { grid-column: 1/-1; }
.lead-form label { color: #344155; font-size: 11px; font-weight: 800; }.lead-form label small { color: #8894a7; font-size: 9px; font-weight: 600; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { display: block; width: 100%; margin-top: 7px; padding: 10px 0 8px; border: 0; border-bottom: 1px solid #cfd8e5; border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 13px; transition: border-color .2s ease; }
.lead-form textarea { resize: vertical; min-height: 52px; }.lead-form input:focus, .lead-form textarea:focus { border-color: var(--blue); }.lead-form input::placeholder, .lead-form textarea::placeholder { color: #a3adbc; }
.file-drop { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 76px; margin-top: 7px; border: 1px dashed #9eb9e7; background: #f5f9ff; color: #667388; text-align: center; transition: border-color .2s, background .2s; }.file-drop:hover, .file-drop:focus-within { border-color: var(--blue); background: #edf5ff; }.file-drop input { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; }.upload-symbol { display: grid; place-items: center; width: 27px; height: 27px; background: #dceafe; color: var(--blue); font-size: 20px; }.file-drop strong, .file-drop em { display: block; font-size: 11px; font-style: normal; }.file-drop strong { color: #26354b; }.file-drop em { margin-top: 1px; color: #7a899d; font-size: 9px; font-weight: 600; }.file-list { display: block; margin-top: 6px; color: #4f78be; font-size: 10px; font-weight: 700; }
.consent { display: flex; align-items: flex-start; gap: 8px; margin: 20px 0 !important; color: #687487 !important; font-size: 10px !important; font-weight: 600 !important; line-height: 1.45; }.consent input { flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--blue); }.consent a { color: var(--blue); text-decoration: underline; }.button-submit { width: 100%; }.form-note { margin: 12px 0 0; color: #8b97a8; text-align: center; font-size: 9px; font-weight: 600; }.form-success { display: flex; align-items: flex-start; gap: 13px; margin-top: 17px; padding: 15px; background: #eef7f1; color: #245c38; }.form-success > span { display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: #3b9a5b; color: white; font-size: 12px; }.form-success strong { font-size: 12px; }.form-success p { margin: 2px 0 0; font-size: 11px; line-height: 1.4; }

.site-footer { background: #080d16; color: white; }.footer-top { display: flex; align-items: center; gap: 34px; padding: 43px 0; border-bottom: 1px solid rgba(255,255,255,.11); }.site-footer .brand { color: white; }.footer-top p { margin: 0 auto 0 0; color: #a3b0c2; font-size: 12px; }.footer-middle { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; padding: 43px 0; }.footer-middle > div { display: grid; align-content: start; gap: 9px; }.footer-label { margin-bottom: 4px; color: #6d7c91; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }.footer-middle a { color: #d7dfeb; font-size: 12px; transition: color .2s; }.footer-middle a:hover { color: var(--blue-light); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.11); color: #68778d; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.benefit-card:nth-child(2), .steps-list li:nth-child(2) { transition-delay: .06s; }.benefit-card:nth-child(3), .steps-list li:nth-child(3) { transition-delay: .12s; }.benefit-card:nth-child(4), .steps-list li:nth-child(4) { transition-delay: .18s; }.steps-list li:nth-child(5) { transition-delay: .24s; }

@media (max-width: 940px) {
  .desktop-nav { display: none; }.header-cta { margin-left: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 10px; }.hero-copy { padding-top: 18px; }.hero-visual { width: min(550px, 90vw); justify-self: center; min-height: 410px; }.intro-grid, .role-grid, .contact-grid { gap: 54px; }.benefits-grid { grid-template-columns: 1fr 1fr; }.benefit-card:nth-child(3) { border-left: 1px solid var(--line); }.market-grid { grid-template-columns: 1fr; }.market-panel { padding: 88px 0 55px; }.market-factors { padding: 30px 0 54px; }.market-factors::before { left: -100vw; width: 200vw; }.role-grid { grid-template-columns: 1fr 1fr; }.steps-list { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }.steps-list li:nth-child(4) { padding-left: 0; border-left: 0; }.steps-list li:nth-child(4)::before { left: -3px; }.steps-list li:nth-child(3) { border-right: 1px solid #d6dde7; }.steps-list li { min-height: 195px; }.contact-grid { grid-template-columns: 1fr; }.contact-copy { max-width: 570px; }.lead-form { max-width: 660px; }.footer-top { flex-wrap: wrap; }.footer-top p { margin-right: auto; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 36px, 560px); }.section { padding: 77px 0; }.header-inner { min-height: 68px; }.header-cta { display: none; }.menu-toggle { display: grid; gap: 4px; width: 38px; height: 38px; padding: 9px; border: 0; background: transparent; }.menu-toggle span { display: block; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.mobile-nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; gap: 2px; padding: 18px; background: white; border-top: 1px solid var(--line); box-shadow: 0 12px 24px rgba(8,18,37,.09); }.mobile-nav a:not(.button) { padding: 12px 4px; color: #3a4659; font-size: 13px; font-weight: 700; }.mobile-nav .button { margin-top: 8px; }.hero { padding-top: 48px; }.hero-grid { min-height: 0; gap: 12px; }.eyebrow { margin-bottom: 17px; font-size: 10px; }.hero-intro { margin-bottom: 28px; font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.trust-list { gap: 11px 16px; margin-top: 32px; font-size: 10px; }.hero-visual { width: 100%; min-height: 323px; }.orbit-one { width: 330px; height: 330px; right: -30px; }.orbit-two { width: 235px; height: 235px; top: 60px; right: 20px; }.visual-card { top: 66px; right: 12px; width: 92%; }.stat-one { top: 25px; left: 0; }.stat-two { right: 0; bottom: 21px; }.hero-partners { min-height: 65px; }.hero-partners > span { max-width: 180px; font-size: 9px; }.partner-lines { gap: 7px; }.partner-lines i { width: 23px !important; }.intro { padding-bottom: 72px; }.intro-grid, .role-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 47px; }.intro-copy { padding: 0; }.benefits-grid { grid-template-columns: 1fr; }.benefit-card, .benefit-card:nth-child(3) { min-height: 200px; padding: 24px 23px; border: 1px solid var(--line); border-top: 0; }.benefit-card:first-child { border-left: 1px solid var(--line); }.line-icon { width: 42px; height: 42px; margin-bottom: 25px; }.market-panel { padding: 72px 0 45px; }.market-factors { padding: 20px 0 40px; }.factor { padding: 14px 0; }.market-chart { margin-top: 24px; }.role-image { min-height: 360px; }.role-copy-card { right: 22px; bottom: 22px; left: 22px; padding: 21px; }.role-copy-card strong { font-size: 18px; }.role-list { grid-template-columns: 1fr; margin-top: 26px; }.steps { padding: 75px 0 58px; }.steps-header { display: block; margin-bottom: 44px; }.steps-header > p { margin-top: 18px; }.steps-list { grid-template-columns: 1fr 1fr; }.steps-list li, .steps-list li:nth-child(4) { min-height: 185px; padding-left: 17px; border-left: 1px solid #d6dde7; }.steps-list li:first-child, .steps-list li:nth-child(3), .steps-list li:nth-child(5) { padding-left: 0; border-left: 0; }.steps-list li:nth-child(3)::before, .steps-list li:nth-child(5)::before { left: -3px; }.steps-list li:nth-child(2) { border-right: 1px solid #d6dde7; }.steps-list li:nth-child(5) { grid-column: 1 / 2; }.steps-list span { margin-bottom: 25px; }.contact-section { padding: 75px 0; }.contact-grid { gap: 35px; }.lead-form { padding: 23px 19px; }.form-grid { grid-template-columns: 1fr; }.form-full { grid-column: auto; }.footer-top { display: grid; gap: 21px; padding: 32px 0; }.footer-top p { margin: 0; }.footer-top .button { justify-self: start; }.footer-middle { grid-template-columns: 1fr 1fr; padding: 35px 0; }.footer-middle > div:first-child { grid-column: 1 / -1; }.footer-bottom { display: grid; gap: 5px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Premium visual refresh — structure and interactions intentionally preserved. */
:root {
  --ink: #080d18;
  --navy: #0d1d38;
  --blue: #397cf1;
  --blue-light: #8bb6ff;
  --mist: #f5f7fb;
  --line: #e3e9f2;
  --radius: 26px;
}

body { letter-spacing: -.01em; }
.container { width: min(1224px, calc(100% - 56px)); }
.section { padding: 154px 0; }
.site-header { border-bottom-color: rgba(12, 26, 53, .07); background: rgba(255, 255, 255, .82); }
.header-inner { min-height: 84px; }
.desktop-nav { gap: 33px; }
.desktop-nav a { position: relative; color: #526073; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1.5px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 54px; border-radius: 999px; padding: 0 25px; box-shadow: inset 0 1px rgba(255,255,255,.18), 0 1px 2px rgba(6,18,43,.12); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: inset 0 1px rgba(255,255,255,.22), 0 15px 32px rgba(10, 28, 65, .19); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-primary { background: linear-gradient(135deg, #4d91ff 0%, #2869dc 100%); }
.button-primary:hover { background: linear-gradient(135deg, #5a9aff 0%, #2869dc 100%); }
.brand-mark { width: 40px; height: 40px; box-shadow: 0 7px 16px rgba(34, 102, 217, .22); }

.hero { isolation: isolate; min-height: 736px; padding: 102px 0 35px; background: radial-gradient(70% 75% at 86% 17%, #2a62be 0%, #173567 28%, #0c1930 56%, var(--ink) 94%); }
.hero::before { z-index: -1; opacity: .7; background-size: 56px 56px; mask-image: linear-gradient(105deg, transparent, black 48%, transparent); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 560px; height: 560px; right: -220px; top: -190px; border: 1px solid rgba(139,182,255,.32); border-radius: 50%; box-shadow: 0 0 0 72px rgba(96,151,247,.045), 0 0 0 144px rgba(96,151,247,.025); animation: halo-breathe 8s ease-in-out infinite; }
.hero-grid { min-height: 584px; gap: 66px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { margin-bottom: 25px; }
h1 { max-width: 720px; margin-bottom: 29px; font-size: clamp(50px, 5.2vw, 76px); line-height: .95; letter-spacing: -3.4px; text-wrap: balance; }
.hero-intro { max-width: 535px; margin-bottom: 38px; color: #c5d2e7; font-size: 17px; }
.hero-actions { gap: 30px; }
.trust-list { margin-top: 50px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); gap: 17px 25px; }
.trust-list li { color: #d5dfef; }
.hero-visual { min-height: 478px; filter: drop-shadow(0 25px 38px rgba(0,0,0,.15)); }
.orbit-one { width: 472px; height: 472px; top: 1px; right: -34px; border-color: rgba(143,187,255,.37); animation: spin-slow 30s linear infinite; }
.orbit-two { width: 338px; height: 338px; top: 66px; right: 35px; border-color: rgba(165,199,255,.2); animation: spin-slow 22s linear infinite reverse; }
.visual-card { top: 77px; right: 23px; width: min(100%, 469px); border-radius: 19px; box-shadow: 0 35px 70px rgba(1, 7, 19, .42), 0 0 0 1px rgba(255,255,255,.12); transform: perspective(900px) rotateY(-5deg) rotateZ(-3deg); animation: logo-card-float 7s cubic-bezier(.4,0,.2,1) infinite; }
.visual-card::before { border-color: rgba(255,255,255,.14); border-radius: inherit; }
.visual-card::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: -45%; width: 34%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent); transform: skewX(-22deg); animation: card-shimmer 8s ease-in-out infinite; pointer-events: none; }
.visual-card img { filter: saturate(1.06) contrast(1.03); }
.floating-stat { border-radius: 13px; box-shadow: 0 18px 45px rgba(0, 9, 28, .29), inset 0 1px rgba(255,255,255,.8); backdrop-filter: blur(8px); }
.stat-one { top: 22px; left: -11px; border-left: 0; }
.stat-one::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; border-radius: 13px 13px 0 0; background: linear-gradient(90deg, #397cf1, #8bb6ff); }
.stat-two { right: -11px; bottom: 18px; }
.hero-partners { min-height: 89px; border-top-color: rgba(255,255,255,.14); }

.intro { padding-bottom: 139px; }
.intro-grid { gap: 112px; padding-bottom: 79px; }
.section-heading h2 { max-width: 700px; }
.intro-copy p, .role-copy > p { font-size: 17px; }
.benefits-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; border: 0; }
.benefit-card, .benefit-card:first-child { min-height: 308px; padding: 31px 29px 27px; overflow: hidden; border: 1px solid #e6ebf3; border-radius: 18px; background: rgba(255,255,255,.6); box-shadow: 0 1px 1px rgba(10,28,65,.02); }
.benefit-card::before { content: ""; position: absolute; width: 150px; height: 150px; top: -81px; right: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(80,143,255,.17), rgba(80,143,255,0) 69%); transition: transform .38s ease; }
.benefit-card:hover { background: white; transform: translateY(-9px); border-color: rgba(57,124,241,.3); box-shadow: 0 22px 44px rgba(32,56,98,.12); }
.benefit-card:hover::before { transform: scale(1.45); }
.line-icon { position: relative; z-index: 1; width: 54px; height: 54px; margin-bottom: 53px; border-radius: 14px; background: linear-gradient(135deg, #f4f8ff, #e1edff); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.card-number { color: #aeb9c9; }

.market { background: #091426; }
.market-grid { min-height: 666px; }
.market-panel { padding: 128px 94px 112px 0; }
.market-factors { padding: 103px 0 55px 84px; background: linear-gradient(145deg, #14294b, #0f203c); }
.market-factors::before { background: linear-gradient(145deg, #14294b, #0f203c); }
.factor { max-width: 436px; padding: 18px 17px; border: 1px solid transparent; border-bottom-color: rgba(255,255,255,.09); border-radius: 9px; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.factor:hover { transform: translateX(8px); border-color: rgba(139,182,255,.25); background: rgba(255,255,255,.035); }
.market-chart { padding: 17px 19px 10px; border: 1px solid rgba(148,182,238,.16); border-radius: 15px; background: rgba(4,13,29,.18); }

.role-grid { gap: 125px; }
.role-image { border-radius: 24px; box-shadow: 0 28px 55px rgba(23,53,105,.16); }
.role-copy-card { right: 34px; bottom: 34px; left: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(8,13,24,.93); box-shadow: 0 25px 42px rgba(15,41,89,.22); backdrop-filter: blur(12px); }
.role-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }

.steps { padding-top: 135px; padding-bottom: 125px; }
.steps-header { margin-bottom: 76px; }
.steps-list { gap: 13px; }
.steps-list li, .steps-list li:first-child, .steps-list li:last-child { min-height: 242px; padding: 25px 21px; border: 1px solid #dfe6f0; border-radius: 17px; background: rgba(255,255,255,.72); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.steps-list li::before, .steps-list li:first-child::before { top: 0; left: 23px; width: 36px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--blue), #8bb6ff); }
.steps-list li:hover { transform: translateY(-7px); background: white; box-shadow: 0 18px 36px rgba(24,47,88,.09); }
.steps-list span { margin-bottom: 42px; }

.contact-section { position: relative; overflow: hidden; padding: 139px 0; background: radial-gradient(circle at 82% 28%, #193b70, transparent 32%), linear-gradient(111deg, #080f1c 0%, #0b1e3a 100%); }
.contact-section::before { content: ""; position: absolute; width: 670px; height: 670px; right: -380px; top: -230px; border: 1px solid rgba(139,182,255,.22); border-radius: 50%; box-shadow: 0 0 0 75px rgba(139,182,255,.035), 0 0 0 150px rgba(139,182,255,.02); }
.contact-grid { position: relative; gap: 109px; }
.lead-form { border: 1px solid rgba(255,255,255,.65); border-radius: 24px; padding: 37px 39px 33px; box-shadow: 0 36px 86px rgba(0,0,0,.31), inset 0 1px rgba(255,255,255,.85); }
.form-heading { padding-bottom: 24px; }.form-grid { gap: 21px 20px; padding-top: 26px; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { padding: 12px 0 10px; }.file-drop { min-height: 84px; border-radius: 12px; }.button-submit { margin-top: 2px; }

.site-footer { background: #070c15; }.footer-top { padding: 52px 0; }.footer-middle { padding: 53px 0; }.footer-bottom { padding: 24px 0; }

.reveal { transform: translateY(22px); transition: opacity .78s cubic-bezier(.2,.8,.2,1), transform .78s cubic-bezier(.2,.8,.2,1); }

@keyframes halo-breathe { 0%,100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes logo-card-float { 0%,100% { transform: perspective(900px) rotateY(-5deg) rotateZ(-3deg) translateY(0); } 50% { transform: perspective(900px) rotateY(-3deg) rotateZ(-1.5deg) translateY(-12px); } }
@keyframes card-shimmer { 0%, 22% { left: -45%; } 42%, 100% { left: 125%; } }

@media (max-width: 940px) {
  .section { padding: 112px 0; }
  .hero { min-height: 0; padding-top: 86px; }.hero-grid { min-height: 0; }
  .benefits-grid { gap: 14px; }.benefit-card, .benefit-card:first-child { border-left: 1px solid #e6ebf3; }
  .market-panel { padding: 99px 0 67px; }.market-factors { padding: 57px 0 68px; }
  .role-grid { gap: 73px; }.steps-list { gap: 12px; }.steps-list li:nth-child(4) { padding-left: 21px; border-left: 1px solid #dfe6f0; }.steps-list li:nth-child(4)::before { left: 23px; }
  .contact-section { padding: 110px 0; }.lead-form { max-width: 690px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 36px, 560px); }.section { padding: 80px 0; }
  .hero { padding-top: 55px; }.hero::after { width: 350px; height: 350px; right: -190px; top: -115px; }.hero-grid { gap: 18px; }.hero-copy .eyebrow { margin-bottom: 19px; }
  h1 { font-size: clamp(43px, 13vw, 58px); letter-spacing: -2.6px; }.hero-intro { font-size: 15px; }.trust-list { margin-top: 36px; }
  .hero-visual { min-height: 340px; }.visual-card { top: 69px; right: 8px; width: 93%; }.stat-one { left: -4px; }.stat-two { right: -2px; bottom: 19px; }
  .intro { padding-bottom: 80px; }.intro-grid { gap: 30px; padding-bottom: 49px; }.benefits-grid { gap: 11px; }.benefit-card, .benefit-card:first-child, .benefit-card:nth-child(3) { min-height: 202px; padding: 23px; border-top: 1px solid #e6ebf3; border-radius: 15px; }.line-icon { width: 44px; height: 44px; margin-bottom: 25px; border-radius: 12px; }
  .market-panel { padding: 80px 0 48px; }.market-factors { padding: 27px 0 47px; }.factor { padding: 14px 11px; }.market-chart { padding: 14px 13px 8px; }
  .role-grid { gap: 32px; }.role-image { border-radius: 18px; }.role-copy-card { right: 18px; bottom: 18px; left: 18px; border-radius: 13px; }.role-list li { padding: 8px 0; }
  .steps { padding: 79px 0 64px; }.steps-header { margin-bottom: 45px; }.steps-list { gap: 10px; }.steps-list li, .steps-list li:first-child, .steps-list li:last-child, .steps-list li:nth-child(4) { min-height: 196px; padding: 19px 15px; border-left: 1px solid #dfe6f0; border-radius: 14px; }.steps-list li:first-child, .steps-list li:nth-child(3), .steps-list li:nth-child(5) { border-left: 1px solid #dfe6f0; }.steps-list li::before, .steps-list li:first-child::before { left: 15px; width: 28px; }.steps-list li:nth-child(3)::before, .steps-list li:nth-child(5)::before { left: 15px; }.steps-list span { margin-bottom: 26px; }
  .contact-section { padding: 83px 0; }.contact-grid { gap: 37px; }.lead-form { padding: 25px 19px; border-radius: 18px; }.form-grid { gap: 18px; }
}

/* V3 — conversion-first hero, trust signals and partnership presentation. */
.hero { min-height: 774px; background: radial-gradient(62% 78% at 91% 12%, #346fce 0%, #1b3c70 27%, #0d1c35 58%, #080d18 95%); }
.hero-grid { min-height: 625px; grid-template-columns: .96fr 1.04fr; }
.hero-copy { padding: 5px 0 20px; }
.hero-copy h1 { max-width: 670px; }
.hero-intro { max-width: 520px; }
.trust-list { max-width: 660px; gap: 12px; border: 0; padding-top: 0; }
.trust-list li { padding: 8px 11px 8px 8px; border: 1px solid rgba(190,213,253,.17); border-radius: 999px; background: rgba(255,255,255,.055); backdrop-filter: blur(7px); color: #e4edfc; font-size: 10px; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.trust-list li:hover { transform: translateY(-2px); border-color: rgba(146,190,255,.46); background: rgba(255,255,255,.09); }
.trust-list svg { width: 15px; height: 15px; padding: 2px; border-radius: 50%; background: rgba(102,162,255,.22); }
.hero-visual { min-height: 520px; }
.visual-card { z-index: 1; top: 63px; right: 14px; width: 462px; opacity: .2; filter: blur(.2px) saturate(1.1); }
.visual-card-bottom { display: none; }
.orbit-one { right: -44px; width: 504px; height: 504px; }.orbit-two { top: 82px; right: 40px; }
.analysis-preview { position: absolute; z-index: 4; top: 69px; right: 0; width: min(100%, 475px); overflow: hidden; padding: 0 22px 16px; border: 1px solid rgba(255,255,255,.68); border-radius: 22px; background: rgba(252,254,255,.96); color: #13213a; box-shadow: 0 38px 76px rgba(0,5,17,.37), 0 1px 0 rgba(255,255,255,.9) inset; transform: perspective(1200px) rotateY(-4deg) rotateZ(-1.8deg); animation: analysis-float 8s cubic-bezier(.4,0,.2,1) infinite; }
.analysis-preview::after { content: ""; position: absolute; top: 0; right: 0; width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle, rgba(86,146,255,.16), transparent 68%); pointer-events: none; }
.analysis-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 51px; border-bottom: 1px solid #e7edf5; color: #6c7b91; font-size: 9px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.analysis-topbar > span { display: flex; align-items: center; gap: 8px; }.analysis-topbar i { width: 8px; height: 8px; border-radius: 50%; background: #3d82f3; box-shadow: 0 0 0 5px rgba(61,130,243,.12); animation: status-pulse 2.5s ease-in-out infinite; }.analysis-topbar em { padding: 5px 8px; border-radius: 999px; background: #edf5ff; color: #3679ec; font-size: 8px; font-style: normal; }
.analysis-heading { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 16px; }.analysis-heading > div:first-child > span { display: block; margin-bottom: 5px; color: #758399; font-size: 10px; font-weight: 700; }.analysis-heading > div:first-child > strong { font: 750 22px/1.1 var(--font-display); letter-spacing: -.7px; }.analysis-status { display: flex; align-items: center; gap: 7px; padding: 7px 9px 7px 7px; border: 1px solid #daebfd; border-radius: 10px; background: #f4f9ff; }.analysis-status b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: #3679ec; color: white; font-size: 12px; }.analysis-status span { color: #53719c; font-size: 8px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.analysis-overview { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid #e3eaf4; border-radius: 13px; background: linear-gradient(120deg, #f7faff, #eef5ff); }.analysis-overview > div:first-child > span, .analysis-overview > div:first-child > small { display: block; color: #768499; font-size: 9px; font-weight: 700; }.analysis-overview > div:first-child > strong { display: block; margin: 3px 0; color: #1b2a43; font: 750 13px/1.2 var(--font-display); }.overview-bars { display: flex; align-items: end; gap: 3px; height: 39px; }.overview-bars i { display: block; width: 7px; border-radius: 4px 4px 1px 1px; background: linear-gradient(#91bcff, #397cf1); animation: bar-wave 2.8s ease-in-out infinite; }.overview-bars i:nth-child(1) { height: 15px; }.overview-bars i:nth-child(2) { height: 25px; animation-delay: -.45s; }.overview-bars i:nth-child(3) { height: 34px; animation-delay: -.9s; }.overview-bars i:nth-child(4) { height: 21px; animation-delay: -1.35s; }
.comparison-list { display: grid; gap: 8px; padding: 13px 0; }.comparison-row { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 9px; padding: 10px; border: 1px solid transparent; border-radius: 11px; transition: background .22s ease, border-color .22s ease, transform .22s ease; }.comparison-row:hover { transform: translateX(3px); border-color: #dce8f8; background: #f8fbff; }.comparison-row.current { background: #fafbfd; }.supplier-dot { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: #e7edf6; color: #708096; font-size: 14px; font-weight: 800; }.supplier-dot.blue-dot { background: #e4efff; color: #397cf1; }.comparison-row strong, .comparison-row small { display: block; }.comparison-row strong { color: #283750; font-size: 10px; line-height: 1.2; }.comparison-row small { margin-top: 2px; color: #8390a3; font-size: 8px; }.comparison-row em { color: #4777bd; font-size: 8px; font-style: normal; font-weight: 800; }
.analysis-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid #e7edf5; color: #738195; font-size: 8px; font-weight: 700; }.analysis-footer strong { color: #397cf1; font-size: 9px; }.analysis-footer b { margin-left: 4px; font-size: 13px; }
.floating-stat { z-index: 6; }.stat-one { top: 17px; left: -22px; }.stat-two { right: -17px; bottom: 5px; }

.partnership { position: relative; overflow: hidden; padding: 146px 0; background: white; }.partnership::before { content: ""; position: absolute; width: 690px; height: 690px; top: -410px; right: -290px; border-radius: 50%; background: radial-gradient(circle, rgba(81,143,249,.1), transparent 67%); }.partnership-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 116px; }.partnership-copy h2 { max-width: 600px; }.partnership-copy p:not(.eyebrow) { max-width: 573px; color: var(--muted); font-size: 16px; line-height: 1.76; }.partnership-copy p:last-child { margin-bottom: 0; }
.partnership-card { position: relative; overflow: hidden; padding: 31px; border: 1px solid #dfe8f4; border-radius: 23px; background: linear-gradient(145deg, #fbfdff 0%, #f1f6fd 100%); box-shadow: 0 25px 50px rgba(17,44,91,.09), inset 0 1px rgba(255,255,255,.94); }.partnership-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -115px; bottom: -115px; border: 32px solid rgba(58,124,241,.08); border-radius: 50%; }.partnership-card-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }.partnership-mark { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: linear-gradient(135deg, #336fd5, #81b0ff); color: white; font: 800 15px/1 var(--font-display); box-shadow: 0 10px 19px rgba(48,111,211,.22); }.partnership-card-header div > span, .partnership-card-header div > strong { display: block; }.partnership-card-header div > span { margin-bottom: 3px; color: #77889f; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }.partnership-card-header strong { color: #172844; font: 750 18px/1.2 var(--font-display); letter-spacing: -.35px; }.partnership-rule { position: relative; z-index: 1; height: 1px; margin: 27px 0 23px; background: #dbe5f1; }.partnership-card > p { position: relative; z-index: 1; margin-bottom: 22px; color: #506077; font-size: 14px; line-height: 1.65; }.partnership-card > p b { color: #1f304b; }.partnership-note { position: relative; z-index: 1; display: grid; grid-template-columns: 20px 1fr; gap: 9px; padding: 13px; border: 1px solid #d7e7fe; border-radius: 12px; background: rgba(229,240,255,.65); }.partnership-note > span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #397cf1; color: white; font: 800 11px/1 Georgia, serif; }.partnership-note p { margin: 0; color: #577097; font-size: 11px; font-weight: 650; line-height: 1.53; }

@keyframes analysis-float { 0%, 100% { transform: perspective(1200px) rotateY(-4deg) rotateZ(-1.8deg) translateY(0); } 50% { transform: perspective(1200px) rotateY(-2.6deg) rotateZ(-.8deg) translateY(-10px); } }
@keyframes status-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(61,130,243,.12); } 50% { box-shadow: 0 0 0 9px rgba(61,130,243,.04); } }
@keyframes bar-wave { 0%,100% { transform: scaleY(.76); transform-origin: bottom; } 50% { transform: scaleY(1); transform-origin: bottom; } }

@media (max-width: 940px) {
  .hero { min-height: 0; }.hero-grid { grid-template-columns: 1fr; gap: 18px; }.hero-copy { padding-top: 5px; }.hero-visual { width: min(570px, 90vw); min-height: 515px; }.partnership { padding: 111px 0; }.partnership-grid { grid-template-columns: 1fr; gap: 55px; }.partnership-card { max-width: 620px; }
}
@media (max-width: 640px) {
  .hero { padding-top: 58px; }.hero-grid { gap: 14px; }.hero-copy { padding-bottom: 12px; }.trust-list { gap: 8px; margin-top: 32px; }.trust-list li { padding: 7px 9px 7px 7px; font-size: 9px; }.hero-visual { min-height: 407px; }.visual-card { width: 88%; top: 50px; right: 5%; }.orbit-one { width: 370px; height: 370px; top: 12px; right: -34px; }.orbit-two { width: 274px; height: 274px; top: 63px; right: 22px; }.analysis-preview { top: 62px; right: 0; width: 100%; padding: 0 14px 12px; border-radius: 17px; transform: none; animation: analysis-float-mobile 8s ease-in-out infinite; }.analysis-topbar { min-height: 42px; font-size: 8px; }.analysis-heading { padding: 14px 0 12px; }.analysis-heading > div:first-child > strong { font-size: 18px; }.analysis-status { padding: 6px; }.analysis-status span { font-size: 7px; }.analysis-overview { padding: 11px; }.comparison-list { gap: 4px; padding: 9px 0; }.comparison-row { grid-template-columns: 25px 1fr auto; gap: 7px; padding: 7px; }.supplier-dot { width: 25px; height: 25px; border-radius: 7px; }.floating-stat { transform: scale(.86); transform-origin: center; }.stat-one { top: 28px; left: -16px; }.stat-two { right: -14px; bottom: -5px; }.partnership { padding: 82px 0; }.partnership-grid { gap: 37px; }.partnership-copy p:not(.eyebrow) { font-size: 15px; }.partnership-card { padding: 22px 18px; border-radius: 18px; }.partnership-rule { margin: 20px 0 18px; }.partnership-card > p { font-size: 13px; }.partnership-note { padding: 11px; }
}
@keyframes analysis-float-mobile { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* V4 — transparent, update-ready comparison module. */
.comparison { position: relative; overflow: hidden; padding: 151px 0 142px; background: #f8faff; }.comparison::before { content: ""; position: absolute; top: -350px; left: -330px; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(65,132,241,.09), transparent 68%); }.comparison > .container { position: relative; }
.comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 60px; }.comparison-heading h2 { margin-bottom: 0; }.demo-badge { display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border: 1px solid #d9e6f6; border-radius: 12px; background: rgba(255,255,255,.8); box-shadow: 0 7px 16px rgba(24,53,103,.04); }.demo-badge > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: #eaf3ff; color: #397cf1; font: 800 12px/1 Georgia, serif; }.demo-badge p { margin: 0; color: #708099; font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .55px; }.demo-badge strong { color: #4e6d99; font-size: 8px; }
.comparison-shell { overflow: hidden; border: 1px solid #dfe8f4; border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 28px 60px rgba(23,54,106,.1), inset 0 1px rgba(255,255,255,.95); }.comparison-shell-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 29px; border-bottom: 1px solid #e7edf5; background: linear-gradient(100deg, #fdfefe, #f3f8ff); }.comparison-shell-top div > span, .comparison-shell-top div > strong { display: block; }.comparison-shell-top div > span { margin-bottom: 4px; color: #6f8098; font-size: 9px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }.comparison-shell-top div > strong { color: #1a2a44; font: 720 16px/1.25 var(--font-display); letter-spacing: -.25px; }.comparison-update { display: flex; align-items: center; gap: 7px; color: #5573a0; font-size: 10px; font-weight: 750; white-space: nowrap; }.comparison-update i { width: 7px; height: 7px; border-radius: 50%; background: #4b8cff; box-shadow: 0 0 0 5px rgba(75,140,255,.1); animation: status-pulse 2.5s ease-in-out infinite; }
.comparison-table-scroll { overflow-x: auto; outline-offset: -4px; }.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: left; }.comparison-table th { padding: 14px 20px; border-bottom: 1px solid #e9eef5; color: #74839a; background: #fbfcfe; font-size: 9px; font-weight: 850; letter-spacing: 1.08px; text-transform: uppercase; }.comparison-table th:first-child { width: 35%; padding-left: 29px; }.comparison-table td { padding: 14px 20px; border-bottom: 1px solid #e9eef5; color: #435169; font-size: 12px; transition: background .2s ease; }.comparison-table td:first-child { padding-left: 29px; }.comparison-table tbody tr:last-child td { border-bottom: 0; }.comparison-table tbody tr { transition: transform .2s ease, box-shadow .2s ease; }.comparison-table tbody tr:hover { position: relative; z-index: 1; box-shadow: 0 7px 20px rgba(25,55,105,.07); transform: scale(1.003); }.comparison-table tbody tr:hover td { background: #fbfdff; }.comparison-table .comparison-highlight td { background: #f5f9ff; }.comparison-table .comparison-highlight:hover td { background: #eef6ff; }
.offer-avatar { display: inline-grid; place-items: center; vertical-align: middle; width: 34px; height: 34px; margin-right: 10px; border-radius: 10px; color: white; font: 800 12px/1 var(--font-display); }.avatar-trv { background: #72829a; }.avatar-one { background: linear-gradient(135deg, #3f87fb, #1d5fcf); }.avatar-two { background: linear-gradient(135deg, #4e6fa8, #253e69); }.avatar-three { background: linear-gradient(135deg, #79a8f5, #3a6fc3); }.offer-title { display: inline-block; vertical-align: middle; }.offer-title strong, .offer-title small { display: block; }.offer-title strong { color: #1d2d47; font-size: 12px; }.offer-title small { margin-top: 2px; color: #8290a4; font-size: 9px; }.demo-value { display: inline-flex; align-items: center; min-height: 25px; padding: 0 8px; border: 1px dashed #ccd8e8; border-radius: 7px; color: #718198; font-size: 10px; font-weight: 700; white-space: nowrap; }.demo-value.positive { border-color: #c5ddfe; background: #edf6ff; color: #3974cb; }.status-tag { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 999px; font-size: 9px; font-weight: 800; white-space: nowrap; }.status-current { background: #edf0f4; color: #66768d; }.status-study { background: #eaf3ff; color: #3978d9; }
.comparison-footer { display: flex; align-items: center; justify-content: space-between; gap: 42px; max-width: 1045px; margin: 30px auto 0; }.comparison-footer p { max-width: 650px; margin: 0; color: #6b7a90; font-size: 12px; font-style: italic; line-height: 1.65; }.comparison-footer p > span { color: var(--blue); font-weight: 900; }.comparison-footer .button { flex: 0 0 auto; }

@media (max-width: 940px) { .comparison { padding: 112px 0; }.comparison-heading { margin-bottom: 43px; }.comparison-footer { gap: 30px; } }
@media (max-width: 640px) { .comparison { padding: 81px 0; }.comparison-heading { display: block; margin-bottom: 33px; }.comparison-heading h2 { margin-bottom: 22px; }.demo-badge { width: fit-content; }.comparison-shell { border-radius: 17px; }.comparison-shell-top { align-items: flex-start; padding: 19px 17px; }.comparison-shell-top div > strong { font-size: 14px; }.comparison-update { padding-top: 1px; font-size: 8px; }.comparison-table th { padding: 13px 15px; }.comparison-table th:first-child { padding-left: 17px; }.comparison-table td { padding: 12px 15px; }.comparison-table td:first-child { padding-left: 17px; }.comparison-footer { display: grid; justify-items: start; gap: 20px; margin-top: 24px; }.comparison-footer p { font-size: 11px; }.comparison-footer .button { width: 100%; }.comparison-table-scroll::after { content: "Faites défiler pour comparer"; display: block; padding: 8px 16px; border-top: 1px solid #edf1f6; color: #8491a3; background: #fbfcfe; font-size: 9px; font-weight: 700; text-align: center; } }

/* V5 — immediate, frictionless conversion path. */
html { scroll-padding-top: 22px; }
.site-header { position: relative; background: #fff; backdrop-filter: none; }
.hero { min-height: 0; padding-top: 72px; }
.hero-grid { min-height: 654px; }
.hero-copy { padding-top: 0; }
.hero-copy h1 { font-size: clamp(48px, 4.7vw, 69px); }
.hero-hook { display: flex; align-items: center; gap: 9px; max-width: 536px; margin: -7px 0 17px; color: #d5e3fa; font-size: 13px; font-weight: 650; line-height: 1.4; }.hero-hook > span { display: grid; place-items: center; flex: 0 0 auto; width: 21px; height: 21px; border-radius: 7px; background: rgba(105,165,255,.18); color: #8ab9ff; font-size: 14px; }.hero-hook strong { color: #fff; }
.fast-response { display: flex; align-items: center; gap: 10px; max-width: 552px; margin-top: 20px; padding: 10px 13px 10px 10px; border: 1px solid rgba(151,192,255,.27); border-radius: 13px; background: linear-gradient(100deg, rgba(56,124,241,.19), rgba(82,147,255,.07)); box-shadow: inset 0 1px rgba(255,255,255,.09); }.fast-response-icon { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 8px; background: #79aefa; color: #10213f; font-size: 17px; font-weight: 800; }.fast-response p { margin: 0; color: #c9d8ee; font-size: 10px; line-height: 1.45; }.fast-response strong { color: white; font-size: 11px; }
.hero-journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; max-width: 610px; margin: 15px 0 0; padding: 0; list-style: none; }.hero-journey li { position: relative; min-height: 66px; padding: 9px 8px; border: 1px solid rgba(183,210,250,.14); border-radius: 10px; background: rgba(255,255,255,.035); transition: transform .22s ease, border-color .22s ease, background .22s ease; }.hero-journey li:hover { z-index: 1; transform: translateY(-3px); border-color: rgba(147,190,255,.42); background: rgba(255,255,255,.09); }.hero-journey li > span, .hero-journey li > strong { display: block; }.hero-journey li > span { margin-bottom: 7px; color: #85b4ff; font-size: 8px; font-weight: 850; letter-spacing: .7px; }.hero-journey li > strong { color: #e7eef9; font-size: 9px; font-weight: 750; line-height: 1.28; letter-spacing: -.1px; }
.trust-list { margin-top: 15px; }
.hero-partners { margin-top: 24px; }

@media (max-width: 940px) { .hero { padding-top: 62px; }.hero-grid { min-height: 0; }.hero-journey { max-width: 620px; }.hero-partners { margin-top: 14px; } }
@media (max-width: 640px) { html { scroll-padding-top: 12px; }.hero { padding-top: 47px; }.hero-copy h1 { font-size: clamp(42px, 12vw, 56px); }.hero-hook { margin: -2px 0 15px; font-size: 11px; }.fast-response { align-items: flex-start; margin-top: 17px; padding: 9px; }.fast-response p { font-size: 9px; }.fast-response strong { display: block; margin-bottom: 1px; font-size: 10px; }.hero-journey { grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 12px; }.hero-journey li { min-height: 58px; padding: 8px; }.hero-journey li:nth-child(5) { grid-column: 1 / -1; }.hero-journey li > span { margin-bottom: 5px; }.hero-journey li > strong { font-size: 9px; }.trust-list { margin-top: 13px; }.hero-partners { margin-top: 8px; } }

/* Energy choice, kept as a native required form field for simple processing. */
.energy-choice { margin: 0; padding: 0; border: 0; min-width: 0; }.energy-choice legend { margin: 0 0 9px; padding: 0; color: #344155; font-size: 11px; font-weight: 800; }.energy-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.energy-options label { position: relative; margin: 0; color: inherit !important; cursor: pointer; }.energy-options input[type="radio"] { position: absolute; width: 1px !important; height: 1px; margin: -1px !important; padding: 0 !important; border: 0 !important; opacity: 0; pointer-events: none; }.energy-options label > span { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 43px; padding: 0 8px; border: 1px solid #d8e1ed; border-radius: 10px; background: #fbfcfe; color: #66758a; font-size: 10px; font-weight: 750; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }.energy-options label:hover > span { transform: translateY(-1px); border-color: #a7c6f9; background: #f4f8ff; color: #3978dc; }.energy-options label > span b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 6px; background: #eaf2ff; color: #3978dc; font-size: 11px; }.energy-options input:checked + span { border-color: #4d8bf4; background: linear-gradient(135deg, #eff6ff, #e4efff); box-shadow: 0 5px 12px rgba(51,118,232,.12); color: #2869d2; }.energy-options input:focus-visible + span { outline: 2px solid #397cf1; outline-offset: 2px; }
@media (max-width: 640px) { .energy-options { grid-template-columns: 1fr; }.energy-options label > span { justify-content: flex-start; padding-left: 13px; } }

/* Prominent top-level invoice action. */
.header-cta { min-height: 47px; padding: 0 19px; border: 1px solid rgba(43,112,225,.22); border-radius: 12px; background: linear-gradient(135deg, #4d91ff 0%, #2869dc 100%); box-shadow: 0 10px 21px rgba(41,103,214,.19), inset 0 1px rgba(255,255,255,.24); font-size: 11px; }.header-cta:hover { box-shadow: 0 14px 27px rgba(41,103,214,.28), inset 0 1px rgba(255,255,255,.24); }
@media (max-width: 640px) { .header-cta { display: none; } }

/* Stronger first-screen conversion block. */
.brand-name small { margin-top: 6px; font-size: 8px; letter-spacing: 2.15px; }
.hero-actions .button-primary { min-height: 61px; padding: 0 29px; font-size: 14px; box-shadow: 0 15px 30px rgba(45,111,230,.32), inset 0 1px rgba(255,255,255,.25); }
.hero-actions .button-primary span { font-size: 21px; }
.fast-response { max-width: 588px; gap: 12px; margin-top: 23px; padding: 13px 15px 13px 12px; border-radius: 15px; }.fast-response-icon { width: 32px; height: 32px; border-radius: 9px; font-size: 19px; }.fast-response p { font-size: 11px; }.fast-response strong { font-size: 12px; }
.hero-journey { max-width: 655px; gap: 8px; margin-top: 18px; }.hero-journey li { min-height: 78px; padding: 11px 10px; border-radius: 12px; }.hero-journey li > span { margin-bottom: 8px; font-size: 9px; }.hero-journey li > strong { font-size: 10px; line-height: 1.34; }
.trust-list { max-width: 700px; gap: 10px; margin-top: 18px; }.trust-list li { padding: 10px 13px 10px 9px; font-size: 11px; }.trust-list svg { width: 17px; height: 17px; }
@media (max-width: 640px) { .brand-name small { font-size: 7px; letter-spacing: 1.8px; }.hero-actions .button-primary { min-height: 56px; width: 100%; padding: 0 20px; font-size: 13px; }.fast-response { gap: 10px; margin-top: 18px; padding: 10px; }.fast-response-icon { width: 28px; height: 28px; font-size: 17px; }.fast-response p { font-size: 9px; }.fast-response strong { font-size: 10px; }.hero-journey { gap: 8px; margin-top: 14px; }.hero-journey li { min-height: 62px; padding: 9px; }.hero-journey li > strong { font-size: 9px; }.trust-list { gap: 8px; margin-top: 15px; }.trust-list li { padding: 8px 10px 8px 7px; font-size: 9px; } }

/* Price-security message in the market section. */
.market-panel .market-hook { display: flex; align-items: flex-start; gap: 10px; max-width: 500px; margin: 0 0 20px; padding: 13px 15px; border: 1px solid rgba(135,183,255,.2); border-radius: 13px; background: rgba(101,157,255,.085); color: #e0ecff; font-size: 13px; font-weight: 650; line-height: 1.55; }.market-hook > span { color: #8bb6ff; font-weight: 900; }
@media (max-width: 640px) { .market-panel .market-hook { padding: 11px 12px; font-size: 12px; } }

/* V3 premium finish — confidence, readability, accessibility. */
:focus-visible { outline: 2px solid #5d99ff; outline-offset: 3px; }
.hero::after { filter: drop-shadow(0 0 30px rgba(98,157,255,.18)); }
.analysis-preview { border-color: rgba(255,255,255,.82); box-shadow: 0 44px 95px rgba(0,5,17,.42), 0 1px 0 rgba(255,255,255,.94) inset; }.analysis-preview::before { content: ""; position: absolute; z-index: -1; inset: 10px; border: 1px solid rgba(99,148,221,.12); border-radius: 15px; pointer-events: none; }.analysis-overview { box-shadow: inset 0 1px rgba(255,255,255,.82); }.comparison-row { border-radius: 13px; }

.trust-band { position: relative; z-index: 3; padding: 0 0 28px; background: #f8faff; }.trust-band .container { transform: translateY(-29px); }.trust-band ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid #e0e8f3; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 44px rgba(20,48,97,.1), inset 0 1px rgba(255,255,255,.98); list-style: none; }.trust-band li { display: flex; align-items: center; gap: 12px; min-height: 91px; padding: 17px 21px; border-right: 1px solid #e8edf4; transition: background .22s ease, transform .22s ease; }.trust-band li:last-child { border-right: 0; }.trust-band li:hover { background: linear-gradient(135deg, #fbfdff, #f1f6ff); }.trust-band-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(135deg, #eef5ff, #dbeaff); color: #397cf1; font-size: 17px; font-weight: 800; }.trust-band strong, .trust-band small { display: block; }.trust-band strong { color: #1a2b47; font: 740 12px/1.25 var(--font-display); letter-spacing: -.1px; }.trust-band small { margin-top: 3px; color: #7b899d; font-size: 9px; font-weight: 650; }

.benefit-card, .steps-list li, .comparison-shell, .partnership-card, .lead-form { backdrop-filter: blur(10px); }.benefit-card h3, .steps-list h3 { letter-spacing: -.55px; }.intro-copy p, .role-copy > p, .partnership-copy p:not(.eyebrow) { letter-spacing: -.015em; }

.testimonials { padding: 145px 0; background: #fff; }.testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 60px; }.testimonials-heading h2 { max-width: 560px; margin-bottom: 0; }.testimonials-heading > p { max-width: 370px; margin: 0 0 5px; color: #65748a; font-size: 14px; line-height: 1.7; }.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.testimonial-placeholder { display: flex; flex-direction: column; min-height: 275px; padding: 27px; border: 1px solid #e3e9f1; border-radius: 20px; background: linear-gradient(145deg, #fff, #f7faff); box-shadow: 0 7px 18px rgba(20,49,100,.04); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease; }.testimonial-placeholder:hover { transform: translateY(-7px); border-color: #cddffd; box-shadow: 0 22px 42px rgba(25,59,116,.12); }.placeholder-icon { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: auto; border: 1px solid #d6e4f9; border-radius: 11px; background: #f0f6ff; color: #397cf1; font-size: 10px; font-weight: 850; }.placeholder-label { display: block; margin-bottom: 9px; color: #6382ad; font-size: 9px; font-weight: 850; letter-spacing: 1.25px; text-transform: uppercase; }.testimonial-placeholder h3 { margin-bottom: 12px; color: #1d2c45; font: 720 19px/1.28 var(--font-display); letter-spacing: -.52px; }.testimonial-placeholder p { margin: 0; color: #728096; font-size: 12px; line-height: 1.6; }

.footer-middle { grid-template-columns: 1.35fr 1fr 1fr .9fr; }.footer-social > span:not(.footer-label) { color: #d7dfeb; font-size: 12px; }.footer-social small { color: #718095; font-size: 10px; line-height: 1.45; }.site-footer .button-outline { border-color: rgba(183,207,244,.52); }.site-footer .button-outline:hover { box-shadow: 0 10px 24px rgba(0,0,0,.18); }

@media (max-width: 940px) { .trust-band { padding-bottom: 14px; }.trust-band ul { grid-template-columns: 1fr 1fr; }.trust-band li:nth-child(2) { border-right: 0; }.trust-band li:nth-child(-n+2) { border-bottom: 1px solid #e8edf4; }.testimonials { padding: 112px 0; }.testimonials-heading { gap: 36px; }.footer-middle { grid-template-columns: 1.3fr 1fr 1fr; }.footer-social { grid-column: 2 / 3; } }
@media (max-width: 640px) { .trust-band { padding-bottom: 4px; }.trust-band .container { transform: translateY(-17px); }.trust-band ul { grid-template-columns: 1fr; border-radius: 15px; }.trust-band li, .trust-band li:nth-child(2) { min-height: 67px; padding: 12px 14px; border-right: 0; border-bottom: 1px solid #e8edf4; }.trust-band li:last-child { border-bottom: 0; }.trust-band-icon { width: 30px; height: 30px; border-radius: 9px; font-size: 15px; }.trust-band strong { font-size: 11px; }.trust-band small { font-size: 8px; }.testimonials { padding: 81px 0; }.testimonials-heading { display: block; margin-bottom: 36px; }.testimonials-heading h2 { margin-bottom: 19px; }.testimonials-heading > p { font-size: 13px; }.testimonial-grid { grid-template-columns: 1fr; gap: 11px; }.testimonial-placeholder { min-height: 212px; padding: 22px; border-radius: 16px; }.footer-middle { grid-template-columns: 1fr 1fr; }.footer-social { grid-column: auto; } }

/* V6 — professional proof and a calmer, easier invoice deposit. */
.professionals { position: relative; overflow: hidden; padding: 148px 0; background: linear-gradient(145deg, #fbfdff 0%, #f2f7ff 100%); }.professionals::before { content: ""; position: absolute; width: 650px; height: 650px; top: -380px; left: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(83,145,246,.14), transparent 68%); }.professionals-layout { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 78px; }.professionals-copy h2 { max-width: 565px; }.professionals-copy > p:not(.eyebrow) { max-width: 500px; color: #65748a; font-size: 16px; line-height: 1.76; }.professionals-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 28px; }.professionals-trust span { padding: 8px 10px; border: 1px solid #dce7f5; border-radius: 999px; background: rgba(255,255,255,.8); color: #506781; font-size: 10px; font-weight: 800; box-shadow: 0 5px 12px rgba(37,67,109,.04); }.professionals-trust span::first-letter { color: #397cf1; }.professional-gallery { display: grid; grid-template-columns: 1.18fr .82fr; gap: 15px; align-items: end; }.professional-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.76); border-radius: 22px; background: #e7edf5; box-shadow: 0 25px 53px rgba(18,47,93,.14), inset 0 1px rgba(255,255,255,.9); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }.professional-photo:hover { transform: translateY(-7px); box-shadow: 0 32px 65px rgba(18,47,93,.19); }.professional-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }.professional-photo:hover img { transform: scale(1.04); }.professional-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5,18,38,.72) 100%); pointer-events: none; }.professional-photo-wide { grid-row: 1 / span 2; min-height: 415px; }.professional-photo-tall { min-height: 314px; }.professional-photo figcaption { position: absolute; z-index: 1; right: 18px; bottom: 17px; left: 18px; color: white; }.professional-photo figcaption strong, .professional-photo figcaption span { display: block; }.professional-photo figcaption strong { font: 740 14px/1.25 var(--font-display); letter-spacing: -.2px; }.professional-photo figcaption span { margin-top: 4px; color: rgba(242,247,255,.86); font-size: 9px; font-weight: 650; }.network-note { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; min-height: 86px; padding: 14px; border: 1px solid #dbe7f6; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 13px 29px rgba(26,57,104,.07); }.network-note > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e8f2ff; color: #397cf1; font-size: 17px; font-weight: 850; }.network-note strong, .network-note small { display: block; }.network-note strong { color: #243650; font-size: 10px; line-height: 1.3; }.network-note small { margin-top: 3px; color: #718198; font-size: 9px; font-weight: 600; line-height: 1.4; }

.lead-form .form-heading { align-items: center; }.lead-form .form-step { border: 1px solid #d7e7fe; border-radius: 999px; background: #eff6ff; color: #3978d9; padding: 6px 9px; font-size: 9px; font-weight: 850; letter-spacing: .1px; }.upload-guidance { display: block; margin: 7px 0 -1px; color: #74849a; font-size: 10px; font-weight: 600; }.lead-form .file-drop { min-height: 108px; margin-top: 9px; border: 1px dashed #a5c1ed; border-radius: 16px; background: linear-gradient(145deg, #f9fbff, #edf5ff); box-shadow: inset 0 1px rgba(255,255,255,.85); }.lead-form .file-drop:hover, .lead-form .file-drop:focus-within { border-color: #4e8df5; background: linear-gradient(145deg, #f6faff, #e4f0ff); }.lead-form .file-drop.has-files { border-style: solid; border-color: #78a9f5; background: linear-gradient(145deg, #f3f8ff, #e7f1ff); }.lead-form .file-drop .upload-symbol { width: 35px; height: 35px; border-radius: 11px; background: linear-gradient(135deg, #e2eeff, #cfe2ff); font-size: 23px; transition: transform .25s ease, background .25s ease; }.lead-form .file-drop:hover .upload-symbol, .lead-form .file-drop:focus-within .upload-symbol { transform: translateY(-3px); background: linear-gradient(135deg, #d7e8ff, #bcd8ff); }.lead-form .file-drop strong { font-size: 12px; }.lead-form .file-drop em { font-size: 10px; }.upload-reassurance { display: flex; flex-wrap: wrap; gap: 12px; margin: 15px 0 0; padding: 0; list-style: none; }.upload-reassurance li { display: flex; align-items: center; gap: 5px; color: #718198; font-size: 9px; font-weight: 750; }.upload-reassurance li > span { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 5px; background: #eaf3ff; color: #397cf1; font-size: 10px; font-weight: 900; }

@media (max-width: 940px) { .professionals { padding: 112px 0; }.professionals-layout { grid-template-columns: 1fr; gap: 49px; }.professional-gallery { max-width: 670px; }.professional-photo-wide { min-height: 390px; } }
@media (max-width: 640px) { .professionals { padding: 82px 0; }.professionals-layout { gap: 36px; }.professionals-copy > p:not(.eyebrow) { font-size: 14px; }.professionals-trust { gap: 7px; margin: 22px 0 24px; }.professionals-trust span { padding: 7px 8px; font-size: 8px; }.professional-gallery { grid-template-columns: 1.08fr .92fr; gap: 9px; }.professional-photo { border-radius: 15px; }.professional-photo-wide { min-height: 285px; }.professional-photo-tall { min-height: 220px; }.professional-photo figcaption { right: 11px; bottom: 11px; left: 11px; }.professional-photo figcaption strong { font-size: 10px; }.professional-photo figcaption span { font-size: 7px; }.network-note { grid-template-columns: 26px 1fr; gap: 7px; min-height: 56px; padding: 9px; border-radius: 12px; }.network-note > span { width: 26px; height: 26px; border-radius: 8px; font-size: 14px; }.network-note strong { font-size: 8px; }.network-note small { font-size: 7px; }.lead-form .form-step { padding: 5px 7px; font-size: 8px; }.upload-guidance { font-size: 9px; }.lead-form .file-drop { min-height: 102px; border-radius: 14px; }.lead-form .file-drop strong { font-size: 11px; }.upload-reassurance { gap: 9px; }.upload-reassurance li { font-size: 8px; } }

/* V7 — Brucefall Energy identity, clearer first-screen explanation and market context. */
:root { --gold: #c99a49; --gold-light: #f0cf88; }
.brand { gap: 11px; }.brand-mark { width: 43px; height: 43px; background: linear-gradient(135deg, #111f38 12%, #234574 70%); color: var(--gold-light); font-size: 14px; letter-spacing: -1.2px; box-shadow: 0 7px 17px rgba(20,44,82,.15); }.brand-name { font-size: 19px; line-height: .82; letter-spacing: .35px; }.brand-name small { margin-top: 6px; color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: 2.8px; }.header-cta { min-height: 54px; padding: 0 22px; border-color: rgba(201,154,73,.36); background: linear-gradient(135deg, #306fd3, #1e56b7); box-shadow: 0 12px 26px rgba(28,83,182,.22), inset 0 1px rgba(255,255,255,.25); font-size: 12px; }.header-cta:hover { background: linear-gradient(135deg, #3c7de1, #255fc3); box-shadow: 0 17px 31px rgba(28,83,182,.31), inset 0 1px rgba(255,255,255,.25); }

.hero-copy h1 { max-width: 650px; }.hero-explainer { display: grid; grid-template-columns: 32px 1fr; gap: 11px; max-width: 600px; margin: 22px 0 24px; padding: 14px 15px 14px 12px; border: 1px solid rgba(185,210,249,.22); border-radius: 15px; background: linear-gradient(115deg, rgba(57,124,241,.16), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.07); }.explainer-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(234,203,134,.26); border-radius: 9px; background: rgba(201,154,73,.16); color: var(--gold-light); font: 800 14px/1 Georgia, serif; }.hero-explainer strong { display: block; margin: 0 0 3px; color: #fff; font-size: 11px; letter-spacing: -.1px; }.hero-explainer p { margin: 0; color: #cfdbed; font-size: 10px; line-height: 1.55; }
.hero-request-panel { position: absolute; z-index: 5; top: 40px; right: 0; width: min(100%, 470px); overflow: hidden; padding: 26px; border: 1px solid rgba(255,255,255,.82); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(242,247,255,.97)); color: #172844; box-shadow: 0 42px 84px rgba(0,5,17,.4), inset 0 1px rgba(255,255,255,.98); animation: request-float 8s cubic-bezier(.4,0,.2,1) infinite; }.hero-request-panel::before { content: ""; position: absolute; width: 180px; height: 180px; right: -89px; top: -93px; border: 28px solid rgba(83,143,241,.08); border-radius: 50%; }.request-panel-top { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; color: #4a7dca; font-size: 9px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }.request-panel-top > span { display: flex; align-items: center; gap: 6px; }.request-panel-top > span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4c8cf4; box-shadow: 0 0 0 5px rgba(76,140,244,.12); }.request-panel-top i { padding: 5px 7px; border: 1px solid #dbe9fc; border-radius: 999px; background: #edf5ff; color: #6a8cb9; font-size: 8px; font-style: normal; }.hero-request-panel h2 { position: relative; margin: 0 0 9px; color: #172844; font-size: 31px; letter-spacing: -1.2px; }.hero-request-panel h2 em { color: #397cf1; }.hero-request-panel > p { position: relative; max-width: 354px; margin-bottom: 20px; color: #65758b; font-size: 12px; line-height: 1.58; }.request-panel-steps { position: relative; display: grid; gap: 9px; margin: 0 0 21px; padding: 0; list-style: none; }.request-panel-steps li { display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: center; padding: 10px; border: 1px solid #e4ebf5; border-radius: 12px; background: rgba(255,255,255,.72); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.request-panel-steps li:hover { transform: translateX(3px); border-color: #c8ddfc; box-shadow: 0 6px 13px rgba(40,82,145,.06); }.request-panel-steps b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #eaf3ff; color: #397cf1; font-size: 10px; }.request-panel-steps strong, .request-panel-steps span { display: block; }.request-panel-steps strong { color: #243650; font-size: 11px; line-height: 1.2; }.request-panel-steps span { margin-top: 2px; color: #78879a; font-size: 9px; font-weight: 600; }.request-panel-button { position: relative; width: 100%; min-height: 55px; border-radius: 12px; font-size: 12px; }.hero-appointment-card { position: absolute; z-index: 6; right: -22px; bottom: -3px; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 9px 11px; width: 272px; padding: 14px; border: 1px solid rgba(255,255,255,.76); border-radius: 16px; background: rgba(253,254,255,.96); color: #1f304b; box-shadow: 0 20px 43px rgba(0,8,27,.26); }.appointment-icon { display: grid; place-items: center; grid-row: span 2; width: 32px; height: 32px; border-radius: 9px; background: #fff3d9; color: #b77c1d; font-size: 18px; }.hero-appointment-card strong { display: block; margin-top: 1px; font-size: 10px; line-height: 1.2; }.hero-appointment-card p { margin: 3px 0 0; color: #748299; font-size: 8px; font-weight: 600; line-height: 1.4; }.hero-appointment-card a { grid-column: 2; color: #3978da; font-size: 9px; font-weight: 850; }.hero-appointment-card a span { font-size: 13px; transition: transform .2s ease; }.hero-appointment-card a:hover span { display: inline-block; transform: translateX(3px); }

.comparison-intro { max-width: 650px; margin: 17px 0 0; color: #697a91; font-size: 14px; line-height: 1.65; }.supplier-network { margin: 0 0 24px; padding: 29px; border: 1px solid #dce7f4; border-radius: 20px; background: linear-gradient(140deg, #fff, #f6faff); box-shadow: 0 15px 35px rgba(27,60,112,.06), inset 0 1px rgba(255,255,255,.98); }.supplier-network-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 42px; align-items: end; margin-bottom: 22px; }.supplier-network-heading > div > span { display: block; margin-bottom: 7px; color: #6382ad; font-size: 9px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }.supplier-network h3 { max-width: 590px; margin: 0; color: #172844; font: 730 25px/1.13 var(--font-display); letter-spacing: -.75px; }.supplier-network h3 em, .price-security h3 em { color: #397cf1; font-style: normal; }.supplier-network-heading > p { max-width: 365px; margin: 0; color: #718096; font-size: 11px; line-height: 1.6; }.supplier-chips { display: flex; flex-wrap: wrap; gap: 8px; }.supplier-chips span { padding: 8px 10px; border: 1px solid #dce6f3; border-radius: 999px; background: rgba(255,255,255,.78); color: #53667f; font-size: 9px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, color .2s ease; }.supplier-chips span:hover { transform: translateY(-2px); border-color: #aac8f6; color: #3978d9; }.supplier-source { margin: 16px 0 0; color: #8591a1; font-size: 9px; line-height: 1.55; }.supplier-source a { color: #4a7fce; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.price-security { display: grid; grid-template-columns: 1fr .85fr; gap: 58px; align-items: center; margin-top: 31px; padding: 50px; border-radius: 23px; background: linear-gradient(125deg, #0e203e, #102b53); color: #eff5ff; box-shadow: 0 25px 60px rgba(17,45,88,.2); }.price-security-copy .eyebrow { margin-bottom: 15px; color: #9dc5ff; }.price-security h3 { max-width: 560px; margin-bottom: 16px; color: white; font: 740 35px/1.06 var(--font-display); letter-spacing: -1.25px; }.price-security-copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 14px; color: #d1ddef; font-size: 13px; line-height: 1.72; }.price-security-copy .price-security-note { margin-bottom: 0; padding-left: 12px; border-left: 2px solid rgba(240,207,136,.8); color: #afc1da; font-size: 10px; }.trv-history { padding: 22px; border: 1px solid rgba(177,206,249,.22); border-radius: 18px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px rgba(255,255,255,.08); }.history-label { display: block; margin-bottom: 13px; color: #a9c9fc; font-size: 9px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }.history-value { display: flex; align-items: center; gap: 13px; padding-bottom: 17px; border-bottom: 1px solid rgba(198,217,244,.17); }.history-value strong { color: var(--gold-light); font: 780 28px/1 var(--font-display); letter-spacing: -1px; }.history-value span { color: #c9d8ee; font-size: 9px; font-weight: 650; line-height: 1.45; }.history-line { display: flex; align-items: end; gap: 8px; height: 56px; margin-top: 17px; padding: 0 4px; border-bottom: 1px dashed rgba(196,217,248,.25); }.history-line i { display: block; flex: 1; border-radius: 5px 5px 1px 1px; background: linear-gradient(#83b5ff, #397cf1); opacity: .8; }.history-line i:nth-child(1) { height: 17px; }.history-line i:nth-child(2) { height: 22px; }.history-line i:nth-child(3) { height: 20px; }.history-line i:nth-child(4) { height: 49px; background: linear-gradient(#f0cf88, #bf8731); }.history-line i:nth-child(5) { height: 35px; }.history-years { display: flex; justify-content: space-between; margin-top: 6px; color: #9eb5d4; font-size: 7px; font-weight: 750; }.trv-history > p { margin: 16px 0 12px; color: #b9c9e0; font-size: 9px; line-height: 1.5; }.trv-history > a { color: #8fbaff; font-size: 9px; font-weight: 850; }.trv-history > a span { margin-left: 3px; color: var(--gold-light); font-size: 13px; }
@keyframes request-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 940px) { .hero-request-panel { position: relative; top: auto; right: auto; width: min(100%, 560px); margin: 32px auto 0; }.hero-appointment-card { position: relative; right: auto; bottom: auto; margin: -20px 0 0 auto; }.supplier-network-heading, .price-security { grid-template-columns: 1fr; gap: 24px; }.supplier-network-heading > p { max-width: 580px; }.price-security { gap: 34px; }.trv-history { max-width: 540px; } }
@media (max-width: 640px) { .brand { gap: 8px; }.brand-mark { width: 38px; height: 38px; font-size: 12px; }.brand-name { font-size: 16px; }.brand-name small { margin-top: 5px; font-size: 7px; letter-spacing: 2.2px; }.hero-explainer { grid-template-columns: 27px 1fr; gap: 9px; margin: 17px 0 20px; padding: 10px; border-radius: 12px; }.explainer-icon { width: 27px; height: 27px; border-radius: 8px; font-size: 12px; }.hero-explainer strong { font-size: 10px; }.hero-explainer p { font-size: 9px; }.hero-request-panel { margin-top: 21px; padding: 20px 16px 16px; border-radius: 18px; animation: none; }.request-panel-top { margin-bottom: 14px; font-size: 8px; }.hero-request-panel h2 { font-size: 26px; }.hero-request-panel > p { margin-bottom: 15px; font-size: 11px; }.request-panel-steps { gap: 6px; margin-bottom: 16px; }.request-panel-steps li { grid-template-columns: 28px 1fr; gap: 8px; padding: 8px; border-radius: 10px; }.request-panel-steps b { width: 28px; height: 28px; border-radius: 8px; font-size: 9px; }.request-panel-steps strong { font-size: 10px; }.request-panel-steps span { font-size: 8px; }.request-panel-button { min-height: 51px; }.hero-appointment-card { width: calc(100% - 13px); margin-top: -8px; padding: 12px; }.comparison-intro { margin-top: 13px; font-size: 12px; }.supplier-network { padding: 19px 16px; border-radius: 16px; }.supplier-network-heading { gap: 16px; margin-bottom: 17px; }.supplier-network h3 { font-size: 21px; }.supplier-network-heading > p { font-size: 10px; }.supplier-chips { gap: 6px; }.supplier-chips span { padding: 7px 8px; font-size: 8px; }.supplier-source { font-size: 8px; }.price-security { gap: 27px; margin-top: 22px; padding: 28px 19px; border-radius: 18px; }.price-security h3 { font-size: 27px; }.price-security-copy > p:not(.eyebrow) { font-size: 12px; }.trv-history { padding: 17px; border-radius: 14px; }.history-value strong { font-size: 25px; }.history-value span { font-size: 8px; }.trv-history > p { font-size: 8px; } }

/* V8 — more prominent first-screen journey and reassurance. */
.hero-journey { max-width: 700px; gap: 10px; margin-top: 22px; }.hero-journey li { min-height: 96px; padding: 14px 12px; border-color: rgba(183,210,250,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.06); }.hero-journey li > span { margin-bottom: 10px; color: #9bc3ff; font-size: 10px; }.hero-journey li > strong { color: #fff; font-size: 12px; line-height: 1.33; letter-spacing: -.15px; }.trust-list { gap: 11px; margin-top: 20px; }.trust-list li { min-height: 43px; padding: 10px 14px 10px 10px; border-color: rgba(208,224,250,.24); background: rgba(255,255,255,.09); color: #fff; font-size: 12px; font-weight: 760; box-shadow: inset 0 1px rgba(255,255,255,.07); }.trust-list svg { width: 19px; height: 19px; padding: 3px; background: rgba(133,183,255,.24); }
@media (max-width: 640px) { .hero-journey { gap: 9px; margin-top: 17px; }.hero-journey li { min-height: 76px; padding: 11px 10px; border-radius: 12px; }.hero-journey li > span { margin-bottom: 7px; font-size: 9px; }.hero-journey li > strong { font-size: 10px; }.trust-list { gap: 8px; margin-top: 17px; }.trust-list li { min-height: 38px; padding: 8px 10px 8px 7px; font-size: 10px; }.trust-list svg { width: 17px; height: 17px; } }

/* V9 — official market-history explanation and a richer end of page. */
.market-summary { margin-top: 24px; padding: 17px; border: 1px solid rgba(151,193,255,.2); border-radius: 15px; background: rgba(5,18,38,.18); }.market-summary span, .market-summary strong { display: block; }.market-summary span { margin-bottom: 5px; color: #94bdff; font-size: 9px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }.market-summary strong { color: #e6effe; font: 700 14px/1.4 var(--font-display); letter-spacing: -.2px; }
.trv-evolution { position: relative; overflow: hidden; padding: 143px 0; background: linear-gradient(145deg, #fbfdff, #edf5ff); }.trv-evolution::before { content: ""; position: absolute; width: 610px; height: 610px; top: -380px; right: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(60,126,236,.12), transparent 68%); }.trv-evolution-grid { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 74px; align-items: center; }.trv-evolution-copy h2 { max-width: 505px; }.trv-evolution-copy > p:not(.eyebrow) { max-width: 480px; color: #65758b; font-size: 15px; line-height: 1.75; }.trv-evolution-copy .trv-copy-note { margin: 21px 0 26px; padding: 12px 14px; border-left: 2px solid var(--gold); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.72); color: #687992; font-size: 11px; line-height: 1.6; }.trv-data-card { overflow: hidden; border: 1px solid #dce6f3; border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 25px 56px rgba(29,63,115,.12), inset 0 1px rgba(255,255,255,.98); }.trv-data-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 25px; border-bottom: 1px solid #e7edf5; background: linear-gradient(100deg, #fff, #f1f7ff); }.trv-data-heading div > span, .trv-data-heading div > strong { display: block; }.trv-data-heading div > span { margin-bottom: 4px; color: #718399; font-size: 9px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }.trv-data-heading div > strong { color: #1c2e4a; font: 730 17px/1.2 var(--font-display); letter-spacing: -.25px; }.trv-data-badge { flex: 0 0 auto; padding: 7px 9px; border: 1px solid #d4e5fd; border-radius: 999px; background: #edf5ff; color: #4f7fc6; font-size: 8px; font-weight: 850; }.trv-table { width: 100%; border-collapse: collapse; text-align: left; }.trv-table th { padding: 12px 25px; border-bottom: 1px solid #e7edf5; color: #7a899d; background: #fbfcfe; font-size: 9px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }.trv-table td { padding: 12px 25px; border-bottom: 1px solid #edf1f6; color: #485970; font-size: 11px; font-weight: 650; transition: background .2s ease; }.trv-table tbody tr:hover td { background: #f6faff; }.trv-table tbody tr:last-child td { border-bottom: 0; }.trv-table td:nth-child(2) { color: #213958; font-weight: 800; }.trv-peak td { background: #fffbf3; }.trv-up { color: #ac741e !important; }.trv-down { color: #3d7bcf !important; }.trv-data-note { margin: 0; padding: 16px 25px 11px; border-top: 1px solid #edf1f6; color: #7c899a; font-size: 9px; line-height: 1.55; }.trv-source { display: inline-block; padding: 0 25px 20px; color: #3e7cd3; font-size: 9px; font-weight: 850; }.trv-source span { margin-left: 3px; color: var(--gold); font-size: 12px; }
.testimonials { position: relative; overflow: hidden; background: #081524; }.testimonials::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,29,.94) 0%, rgba(6,22,42,.8) 48%, rgba(5,15,29,.9) 100%), url("assets/professional-baker-energy.png") center 41% / cover no-repeat; opacity: .98; }.testimonials::after { content: ""; position: absolute; width: 580px; height: 580px; top: -330px; right: -130px; border: 1px solid rgba(149,191,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(149,191,255,.03), 0 0 0 110px rgba(149,191,255,.02); }.testimonials .container { position: relative; z-index: 1; }.testimonials-heading h2 { color: #fff; }.testimonials-heading > p { color: #c3d0e4; }.testimonial-placeholder { border-color: rgba(190,214,249,.18); background: rgba(255,255,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(10px); }.testimonial-placeholder:hover { border-color: rgba(165,199,251,.48); background: rgba(255,255,255,.12); box-shadow: 0 22px 42px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.1); }.placeholder-icon { border-color: rgba(170,205,255,.25); background: rgba(78,143,245,.16); color: #9ec5ff; }.placeholder-label { color: #a7c8fb; }.testimonial-placeholder h3 { color: #fff; }.testimonial-placeholder p { color: #c2d0e2; }
@media (max-width: 940px) { .trv-evolution { padding: 110px 0; }.trv-evolution-grid { grid-template-columns: 1fr; gap: 47px; }.trv-data-card { max-width: 670px; } }
@media (max-width: 640px) { .market-summary { margin-top: 18px; padding: 13px; border-radius: 12px; }.market-summary strong { font-size: 12px; }.trv-evolution { padding: 80px 0; }.trv-evolution-grid { gap: 34px; }.trv-evolution-copy > p:not(.eyebrow) { font-size: 14px; }.trv-evolution-copy .trv-copy-note { margin: 17px 0 22px; padding: 10px 11px; font-size: 10px; }.trv-data-card { border-radius: 16px; }.trv-data-heading { align-items: flex-start; padding: 18px 16px; }.trv-data-heading div > strong { font-size: 14px; }.trv-data-badge { padding: 6px 7px; font-size: 7px; }.trv-table th { padding: 11px 14px; font-size: 8px; }.trv-table td { padding: 10px 14px; font-size: 9px; }.trv-data-note { padding: 13px 16px 9px; font-size: 8px; }.trv-source { padding: 0 16px 16px; font-size: 8px; } }

/* V10 — visible explanation and appointment request. */
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.legal-page { min-height: 100vh; background: #f7faff; color: #21304a; }.legal-main { padding: 88px 0 120px; }.legal-content { max-width: 850px; }.legal-content h1 { margin: 0 0 12px; color: #142542; font: 760 clamp(42px, 6vw, 68px)/1.02 var(--font-display); letter-spacing: -2.3px; }.legal-content h1 em { color: #397cf1; font-style: normal; }.legal-updated { margin: 0 0 36px; color: #7c8ca1; font-size: 12px; font-weight: 700; }.legal-alert { display: grid; gap: 5px; margin: 0 0 44px; padding: 18px 20px; border: 1px solid #ecd59f; border-radius: 15px; background: #fffaf0; color: #71511d; }.legal-alert strong { font-size: 13px; }.legal-alert span { font-size: 11px; line-height: 1.55; }.legal-content section { padding: 29px 0; border-top: 1px solid #dfe7f1; }.legal-content section h2 { margin: 0 0 12px; color: #203653; font: 740 22px/1.2 var(--font-display); letter-spacing: -.5px; }.legal-content section p, .legal-content section li { color: #66778e; font-size: 14px; line-height: 1.75; }.legal-content section p { margin: 0; }.legal-content section ul { display: grid; gap: 4px; margin: 14px 0 0; padding-left: 20px; }.legal-content section strong { color: #314867; }.legal-footer .footer-bottom { justify-content: space-between; }.legal-footer .footer-bottom a { color: #adc5eb; font-size: 10px; font-weight: 750; }
@media (max-width: 640px) { .legal-main { padding: 55px 0 78px; }.legal-content h1 { letter-spacing: -1.5px; }.legal-content section { padding: 23px 0; }.legal-content section h2 { font-size: 20px; }.legal-content section p, .legal-content section li { font-size: 13px; }.legal-footer .footer-bottom { gap: 12px; } }
.hero-explainer { grid-template-columns: 46px 1fr; gap: 14px; max-width: 650px; margin: 25px 0 27px; padding: 19px 20px 19px 16px; border-color: rgba(230,203,147,.42); border-radius: 18px; background: linear-gradient(115deg, rgba(201,154,73,.2), rgba(57,124,241,.16) 58%, rgba(255,255,255,.055)); box-shadow: 0 16px 34px rgba(0,0,0,.11), inset 0 1px rgba(255,255,255,.11); }.explainer-icon { width: 46px; height: 46px; border-color: rgba(240,207,136,.46); border-radius: 13px; background: linear-gradient(135deg, rgba(201,154,73,.31), rgba(201,154,73,.14)); color: #ffe1a4; font-size: 20px; }.hero-explainer strong { margin-bottom: 5px; font-size: 14px; letter-spacing: -.15px; }.hero-explainer p { color: #e3ecfa; font-size: 12px; line-height: 1.62; }
.appointment-section { position: relative; overflow: hidden; padding: 132px 0; background: linear-gradient(135deg, #f9fbff, #edf4ff); }.appointment-section::before { content: ""; position: absolute; width: 620px; height: 620px; top: -390px; left: -265px; border-radius: 50%; background: radial-gradient(circle, rgba(72,137,242,.12), transparent 69%); }.appointment-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 78px; align-items: center; }.appointment-copy h2 { max-width: 510px; }.appointment-copy > p:not(.eyebrow) { max-width: 510px; color: #66778e; font-size: 16px; line-height: 1.75; }.appointment-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.appointment-benefits span { padding: 8px 10px; border: 1px solid #d9e5f5; border-radius: 999px; background: rgba(255,255,255,.82); color: #526981; font-size: 10px; font-weight: 800; box-shadow: 0 5px 12px rgba(26,61,113,.04); }.appointment-form { padding: 31px; border: 1px solid #dce6f4; border-radius: 23px; background: rgba(255,255,255,.94); box-shadow: 0 29px 60px rgba(23,55,108,.12), inset 0 1px rgba(255,255,255,.98); }.appointment-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #e7edf5; }.appointment-form-heading span { color: #1b2d49; font: 740 18px/1.2 var(--font-display); letter-spacing: -.3px; }.appointment-form-heading small { padding: 6px 8px; border: 1px solid #d8e8fe; border-radius: 999px; background: #eff6ff; color: #4d80cb; font-size: 8px; font-weight: 850; }.appointment-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }.appointment-form label { display: block; color: #344155; font-size: 11px; font-weight: 800; }.appointment-form input, .appointment-form select { display: block; width: 100%; height: 40px; margin-top: 7px; padding: 0 0 0 1px; border: 0; border-bottom: 1px solid #cfd9e6; border-radius: 0; outline: 0; background: transparent; color: #293a55; font-size: 12px; transition: border-color .2s ease; }.appointment-form select { cursor: pointer; }.appointment-form input:focus, .appointment-form select:focus { border-color: #397cf1; }.appointment-form input::placeholder { color: #a0aabc; }.appointment-full { grid-column: 1 / -1; }.appointment-time-title { padding: 3px 0 0; }.appointment-time-title strong, .appointment-time-title span { display: block; }.appointment-time-title strong { color: #263955; font-size: 11px; }.appointment-time-title span { margin-top: 2px; color: #8190a3; font-size: 9px; font-weight: 600; }.appointment-submit { width: 100%; min-height: 55px; margin-top: 25px; border-radius: 12px; font-size: 12px; }.appointment-note { margin: 12px 0 0; color: #8491a3; font-size: 9px; font-weight: 650; text-align: center; }.appointment-success { display: grid; grid-template-columns: 28px 1fr; gap: 10px; margin-top: 17px; padding: 13px; border: 1px solid #cfe2ff; border-radius: 12px; background: #f1f7ff; }.appointment-success > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #4a8bf0; color: white; font-size: 13px; font-weight: 900; }.appointment-success strong, .appointment-success p { display: block; }.appointment-success strong { color: #2d4d7a; font-size: 10px; }.appointment-success p { margin: 2px 0 0; color: #6e84a1; font-size: 9px; line-height: 1.45; }
@media (max-width: 940px) { .appointment-section { padding: 109px 0; }.appointment-grid { grid-template-columns: 1fr; gap: 47px; }.appointment-form { max-width: 670px; } }
@media (max-width: 640px) { .hero-explainer { grid-template-columns: 37px 1fr; gap: 11px; margin: 19px 0 22px; padding: 14px 13px; border-radius: 14px; }.explainer-icon { width: 37px; height: 37px; border-radius: 11px; font-size: 16px; }.hero-explainer strong { margin-bottom: 4px; font-size: 12px; }.hero-explainer p { font-size: 10px; }.appointment-section { padding: 80px 0; }.appointment-grid { gap: 35px; }.appointment-copy > p:not(.eyebrow) { font-size: 14px; }.appointment-benefits { gap: 7px; margin-top: 22px; }.appointment-benefits span { padding: 7px 8px; font-size: 8px; }.appointment-form { padding: 21px 17px; border-radius: 17px; }.appointment-form-heading { margin-bottom: 20px; padding-bottom: 13px; }.appointment-form-heading span { font-size: 16px; }.appointment-form-grid { grid-template-columns: 1fr; gap: 16px; }.appointment-full { grid-column: auto; }.appointment-form label { font-size: 10px; }.appointment-form input, .appointment-form select { height: 37px; font-size: 11px; }.appointment-submit { min-height: 51px; margin-top: 21px; } }
