:root{
  --navy:#112A52;
  --navy-deep:#071426;
  --black:#05070A;
  --black-2:#0A0D12;
  --white:#FFFFFF;
  --offwhite:#F7F8FA;
  --line:#1C2530;
  --line-light:#E3E7EC;
  --text:#AAB3BF;
  --text-light:#D7DCE3;
  --shadow:0 24px 80px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--black);
  color:var(--white);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(5,7,10,.9);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center}
.brand-logo{width:235px;height:auto;display:block;filter:contrast(1.04) brightness(1.02)}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a{font-size:14px;color:#C6CDD7;font-weight:600;transition:.2s}
.desktop-nav a:hover{color:#fff}

.button{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 22px;border-radius:10px;
  background:#fff;color:#05070A;font-weight:800;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  border:1px solid rgba(255,255,255,.9);
  transition:.2s ease;cursor:pointer
}
.button:hover{transform:translateY(-2px);background:#E9EDF2}
.button-sm{min-height:42px;padding:0 17px;font-size:14px}

.hero{
  position:relative;overflow:hidden;
  padding:112px 0 102px;
  background:
    radial-gradient(circle at 74% 28%, rgba(17,42,82,.42), transparent 27%),
    linear-gradient(180deg,#05070A 0%,#070A0F 100%);
}
.navy-glow{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}
.glow-one{width:440px;height:440px;right:-110px;top:-140px;background:rgba(24,55,101,.24)}
.glow-two{width:320px;height:320px;left:-150px;bottom:-140px;background:rgba(18,45,87,.12)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center;position:relative;z-index:2}

.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:11px;text-transform:uppercase;letter-spacing:.14em;
  font-weight:800;color:#7E8A99
}
.eyebrow:before{content:"";width:28px;height:2px;background:#284C82}
.eyebrow.light{color:#9BA6B5}
.eyebrow.light:before{background:#426CA5}

h1,h2,h3,p{margin-top:0}
h1{
  margin:20px 0 24px;
  font-size:clamp(48px,6vw,76px);
  line-height:.98;letter-spacing:-.055em;
  max-width:760px;color:#fff
}
.navy-text{
  background:linear-gradient(90deg,#fff 0%,#C9D7EA 45%,#5D7EAF 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-sub{max-width:675px;font-size:19px;line-height:1.68;color:#B4BDC8;margin-bottom:30px}
.hero-actions{display:flex;align-items:center;gap:24px}
.text-link{font-size:14px;font-weight:700;color:#C8D0DA}

.hero-side{display:flex;justify-content:center}
.brand-card{
  width:min(100%,475px);
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 25% 45%, rgba(28,62,111,.35), transparent 33%),
    linear-gradient(145deg,#07101B,#020305);
  border-radius:26px;padding:44px 38px 36px;
  box-shadow:var(--shadow)
}
.brand-card-logo{display:block;width:100%;height:auto}
.card-rule{height:1px;background:linear-gradient(90deg,transparent,#354257,transparent);margin:24px 0 20px}
.brand-tagline{
  margin:0;text-align:center;
  text-transform:uppercase;letter-spacing:.22em;
  font-size:10px;font-weight:700;color:#E4E8EE
}

.micro-proof{border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);background:#07090D}
.proof-row{min-height:66px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#747F8D;font-weight:800}

.section{padding:104px 0}
.search-sell{padding-top:72px;padding-bottom:72px}
.search-sell-box{
  background:
    radial-gradient(circle at 88% 20%,rgba(35,76,132,.32),transparent 31%),
    linear-gradient(135deg,#0A0D12,#05070A);
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;padding:56px 58px;
  display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:end
}
.search-sell-box h2{font-size:50px;line-height:1.02;margin:16px 0 0}
.search-sell-box>p{font-size:17px;line-height:1.8;color:#AEB7C2;margin:0}

.problem{background:#F7F8FA;color:#0B1220}
.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.problem .eyebrow{color:#657181}
.problem .eyebrow:before{background:#173B6E}
h2{font-size:clamp(36px,4.5vw,54px);line-height:1.08;letter-spacing:-.045em;margin:17px 0 0}
.section-copy p,.lead-copy{font-size:17px;line-height:1.8;color:#5F6976}
.section-copy p:last-child{margin-bottom:0}

.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}
.pain-card,.service-card{border:1px solid var(--line-light);border-radius:18px;padding:28px;background:#fff}
.pain-card .icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#EAF0F8;color:#173B6E;font-size:18px;margin-bottom:34px}
.pain-card h3,.service-card h3{font-size:19px;letter-spacing:-.02em;margin-bottom:10px}
.pain-card p,.service-card p{font-size:14px;line-height:1.7;color:#687280;margin-bottom:0}

.services{background:#0A0D12;color:#fff}
.section-heading{max-width:700px;margin-bottom:52px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading.centered .eyebrow{justify-content:center}
.section-heading.centered .eyebrow:before{display:none}
.section-heading p{margin:18px auto 0;font-size:16px;line-height:1.7;color:#AEB7C2;max-width:620px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  min-height:300px;display:flex;flex-direction:column;
  background:#0D1117;border-color:#1D2631;color:#fff
}
.service-card.featured{
  background:linear-gradient(145deg,#132D53,#08111F);
  border-color:#1C3F73
}
.service-card p{color:#9EABB9}
.service-num{font-size:11px;color:#7E8DA0;font-weight:800;margin-bottom:64px}
.featured .service-num{color:#C7D5E8}
.service-foot{margin-top:auto;padding-top:25px;font-size:12px;font-weight:800;color:#C6D4E7}

.process{background:#F7F8FA;color:#0B1220}
.process .eyebrow{color:#657181}
.process .eyebrow:before{background:#173B6E}
.process .lead-copy{margin-top:22px;max-width:470px}
.steps{border-top:1px solid #DDE2E8}
.step{display:grid;grid-template-columns:70px 1fr;gap:10px;padding:26px 0;border-bottom:1px solid #DDE2E8}
.step-number{font-size:11px;color:#173B6E;font-weight:800;padding-top:4px}
.step h3{font-size:19px;margin-bottom:7px}
.step p{font-size:14px;line-height:1.65;color:#687280;margin:0}

.why{background:#05070A;padding-top:82px}
.why-box{
  background:
    radial-gradient(circle at 85% 20%,rgba(31,68,120,.34),transparent 28%),
    linear-gradient(135deg,#0A0D12,#030405);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;padding:64px;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;color:#fff
}
.why-copy h2{font-size:46px}
.why-copy>p{color:#AEB7C2;line-height:1.75;margin:22px 0 28px}
.button-light{background:#fff;color:#05070A;box-shadow:none}
.button-light:hover{background:#E8EDF3}
.why-list{border-top:1px solid rgba(255,255,255,.11)}
.why-item{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.11)}
.why-item>span{font-size:11px;color:#8FB0DD;font-weight:800;padding-top:3px}
.why-item strong{font-size:17px}
.why-item p{margin:8px 0 0;color:#AEB7C2;font-size:13px;line-height:1.65}

.faq{background:#F7F8FA;color:#0B1220}
.faq .eyebrow{color:#657181}
.faq-list{max-width:820px;margin:0 auto;border-top:1px solid #DDE2E8}
details{border-bottom:1px solid #DDE2E8;padding:22px 0}
summary{cursor:pointer;list-style:none;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";font-size:22px;color:#173B6E;font-weight:500}
details[open] summary:after{content:"–"}
details p{color:#66707E;font-size:14px;line-height:1.75;margin:14px 0 0;max-width:720px}

.contact{background:#05070A;padding-top:82px}
.contact-box{
  background:
    radial-gradient(circle at 15% 15%,rgba(31,68,120,.24),transparent 30%),
    #090C11;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;padding:62px;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:80px
}
.contact-box h2{font-size:46px}
.contact-box>div>p{color:#AEB7C2;line-height:1.75;margin:20px 0 0}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{font-size:11px;font-weight:800;color:#9EA8B5;text-transform:uppercase;letter-spacing:.07em}
.contact-form label:nth-child(4){grid-column:1/-1}
.contact-form input,.contact-form textarea{
  width:100%;margin-top:8px;border:1px solid #27313D;border-radius:10px;background:#0E131A;color:#fff;
  padding:13px 14px;outline:none;text-transform:none;letter-spacing:0;font-weight:500
}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#687280}
.contact-form input:focus,.contact-form textarea:focus{border-color:#315C97;box-shadow:0 0 0 3px rgba(49,92,151,.12)}
.form-button{grid-column:1/-1;width:100%;margin-top:2px}
.form-note{grid-column:1/-1;text-align:center;font-size:10px;color:#6F7986;margin:0}

footer{background:#030405;border-top:1px solid rgba(255,255,255,.07);padding:30px 0 38px}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;color:#6F7986}
.footer-logo{width:205px;height:auto}

@media (max-width:900px){
  .desktop-nav{display:none}
  .brand-logo{width:205px}
  .hero{padding:78px 0 72px}
  .hero-grid,.section-grid,.why-box,.contact-box,.search-sell-box{grid-template-columns:1fr;gap:44px}
  .hero-copy{text-align:center}
  .hero-copy .eyebrow{justify-content:center}
  .hero-sub{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .pain-grid,.service-grid{grid-template-columns:1fr}
  .section{padding:78px 0}
  .why-box,.contact-box{padding:42px}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1160px)}
  .nav{height:72px}
  .brand-logo{width:160px}
  .button-sm{padding:0 12px;font-size:12px}
  h1{font-size:48px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .text-link{text-align:center}
  .brand-card{padding:30px 22px}
  .proof-row{padding:16px 0;gap:9px}
  .proof-row span:nth-child(even){display:none}
  .search-sell-box{padding:34px 24px}
  .search-sell-box h2{font-size:38px}
  .why-box,.contact-box{padding:30px 22px}
  .why-copy h2,.contact-box h2{font-size:36px}
  .contact-form{grid-template-columns:1fr}
  .contact-form label:nth-child(4),.form-button,.form-note{grid-column:auto}
  .footer-row{flex-direction:column;text-align:center}
}


/* V4: complete ClientRise logo lockup */
.brand-logo{
  width:260px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.full-logo-card{
  min-height:245px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.complete-lockup{
  width:100%;
  max-width:405px;
  object-fit:contain;
}
.footer-logo{
  width:250px;
  max-height:62px;
  object-fit:contain;
  object-position:left center;
}
@media (max-width:900px){
  .brand-logo{width:225px}
}
@media (max-width:600px){
  .brand-logo{width:170px}
  .footer-logo{width:210px}
}


/* =========================
   V5 HERO REFINEMENT
   ========================= */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 74% 46%, rgba(27, 61, 111, .28), transparent 33%),
    radial-gradient(circle at 88% 70%, rgba(29, 68, 127, .16), transparent 27%),
    linear-gradient(180deg, #05070A 0%, #06090E 100%);
}

.hero-full {
  position: relative;
  z-index: 4;
}

.hero-full .hero-copy {
  width: min(1060px, 100%);
  max-width: none;
}

.hero-full h1 {
  max-width: 1040px;
  margin-top: 22px;
  margin-bottom: 28px;
  font-size: clamp(72px, 8.5vw, 132px);
  line-height: .9;
  letter-spacing: -.065em;
}

.hero-full h1 .navy-text {
  display: block;
  width: fit-content;
}

.hero-full .hero-sub {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.hero-full .hero-actions {
  justify-content: flex-start;
}

.hero-arc {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(70, 123, 201, .52);
  box-shadow:
    0 0 28px rgba(44, 98, 175, .18),
    inset 0 0 28px rgba(44, 98, 175, .08);
  pointer-events: none;
  z-index: 1;
}

.arc-one {
  width: 1040px;
  height: 1040px;
  right: -610px;
  bottom: -725px;
  transform: rotate(-9deg);
}

.arc-two {
  width: 760px;
  height: 760px;
  right: -320px;
  bottom: -510px;
  border-color: rgba(67, 134, 236, .76);
  box-shadow:
    0 0 34px rgba(57, 117, 210, .28),
    inset 0 0 18px rgba(57, 117, 210, .08);
}

@media (max-width: 900px) {
  .hero {
    min-height: 720px;
    padding: 82px 0 90px;
  }

  .hero-full .hero-copy {
    text-align: left;
  }

  .hero-full .hero-copy .eyebrow {
    justify-content: flex-start;
  }

  .hero-full .hero-sub {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-full .hero-actions {
    justify-content: flex-start;
  }

  .hero-full h1 {
    font-size: clamp(64px, 12vw, 96px);
    max-width: 840px;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 650px;
    padding: 68px 0 76px;
  }

  .hero-full h1 {
    font-size: clamp(52px, 15vw, 74px);
    line-height: .92;
  }

  .hero-full .hero-sub {
    font-size: 17px;
  }

  .arc-one {
    width: 720px;
    height: 720px;
    right: -520px;
    bottom: -520px;
  }

  .arc-two {
    width: 520px;
    height: 520px;
    right: -390px;
    bottom: -370px;
  }
}


/* =========================
   V6 PROCESS TIMELINE
   ========================= */

.process {
  background:
    linear-gradient(rgba(17,42,82,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,42,82,.035) 1px, transparent 1px),
    #F7F8FA;
  background-size: 136px 136px;
  color: #0B1220;
}

.process-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 82px;
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 118px;
}

.process-intro .eyebrow {
  color: #607086;
}

.process-intro .eyebrow:before {
  background: #315E9D;
}

.process-intro h2 {
  font-size: 45px;
  line-height: 1.04;
  margin-bottom: 22px;
}

.process-intro p {
  margin: 0;
  color: #657180;
  font-size: 15px;
  line-height: 1.75;
}

.timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #DCE2E9;
  border-left: 1px solid #E5E9EE;
}

.timeline-step {
  min-height: 245px;
  padding: 30px 34px 34px;
  border-right: 1px solid #E5E9EE;
  border-bottom: 1px solid #E1E6EC;
  background: rgba(255,255,255,.58);
  transition: .22s ease;
}

.timeline-step:hover {
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(13,27,42,.06);
  transform: translateY(-2px);
}

.timeline-head {
  display: grid;
  grid-template-columns: 42px 32px 1fr;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
}

.timeline-number {
  color: #53657C;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
  border-right: 1px solid #9DB4D4;
}

.timeline-icon {
  color: #315E9D;
  font-size: 23px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.timeline-head h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.025em;
  color: #0D1B2A;
}

.timeline-step p {
  margin: 0;
  max-width: 470px;
  color: #5E6977;
  font-size: 15px;
  line-height: 1.72;
}

.process-cta {
  grid-column: 2;
  margin-top: 24px;
}

.process-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #173B6E;
  font-size: 13px;
  font-weight: 800;
}

.process-cta a span {
  transition: transform .2s ease;
}

.process-cta a:hover span {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .process-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-intro {
    position: static;
  }

  .process-cta {
    grid-column: 1;
  }
}

@media (max-width: 650px) {
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    min-height: auto;
    padding: 28px 24px;
  }

  .timeline-head {
    grid-template-columns: 38px 30px 1fr;
  }
}


/* =========================
   V7 CONVERSION SECTIONS
   ========================= */

.inline-cta{
  margin-top:34px;
  padding:26px 28px;
  border:1px solid #1E2B39;
  border-radius:16px;
  background:linear-gradient(135deg,#0C1118,#0A0D12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.inline-cta-kicker{
  display:block;
  color:#718197;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
  margin-bottom:6px;
}
.inline-cta h3{
  margin:0;
  font-size:22px;
  color:#fff;
}

.risk-section{
  background:#05070A;
  padding:82px 0 90px;
}
.risk-box{
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:
    radial-gradient(circle at 20% 20%,rgba(33,72,126,.28),transparent 30%),
    linear-gradient(135deg,#0A0D12,#030405);
}
.risk-copy{
  padding:64px;
  border-right:1px solid rgba(255,255,255,.08);
}
.risk-copy h2{
  margin-top:18px;
  font-size:64px;
  line-height:.95;
}
.risk-copy h2 span{
  color:#8EAFE0;
}
.risk-copy p{
  color:#AAB4C0;
  font-size:16px;
  line-height:1.8;
  margin:24px 0 18px;
  max-width:520px;
}
.risk-note{
  color:#6F7B8A;
  font-size:11px;
  line-height:1.6;
  max-width:480px;
}
.risk-panel{
  padding:56px 52px;
}
.risk-badge{
  display:inline-flex;
  padding:8px 11px;
  border:1px solid rgba(130,169,224,.38);
  border-radius:999px;
  color:#A9C3E8;
  background:rgba(39,79,136,.12);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  margin-bottom:20px;
}
.risk-line{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:16px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.risk-line>span{
  font-size:11px;
  color:#7E9BC4;
  font-weight:800;
  padding-top:3px;
}
.risk-line strong{
  font-size:16px;
  color:#fff;
}
.risk-line p{
  margin:7px 0 0;
  color:#99A5B3;
  font-size:13px;
  line-height:1.65;
}
.risk-button{
  margin-top:20px;
}
.why-cta{
  grid-column:1/-1;
  margin-top:26px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.why-cta>span{
  color:#B6C0CC;
  font-size:15px;
  font-weight:600;
}

@media (max-width:900px){
  .inline-cta,
  .why-cta{
    flex-direction:column;
    align-items:flex-start;
  }
  .risk-box{
    grid-template-columns:1fr;
  }
  .risk-copy{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
}
@media (max-width:600px){
  .risk-copy,
  .risk-panel{
    padding:34px 24px;
  }
  .risk-copy h2{
    font-size:46px;
  }
}


/* V8 polish */
.broken-model{background:radial-gradient(circle at 14% 20%,rgba(37,77,133,.22),transparent 28%),linear-gradient(180deg,#07090D,#05070A);padding:96px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.broken-model-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px}
.broken-model-title h2{margin-top:18px;max-width:560px;font-size:58px;line-height:1.02}
.broken-model-copy p{color:#AEB8C5;font-size:17px;line-height:1.8;max-width:650px;margin-bottom:18px}
.broken-model-copy h3{font-size:28px;margin:18px 0 12px}
.broken-model-copy .button{margin-top:12px}

.risk-billboard{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:30px;padding:54px 58px 60px;background:radial-gradient(circle at 82% 20%,rgba(46,91,153,.26),transparent 28%),linear-gradient(135deg,#0A0D12,#030405)}
.risk-billboard-top{display:flex;justify-content:space-between;gap:24px;position:relative;z-index:2}
.risk-chip{font-size:9px;letter-spacing:.14em;font-weight:900;color:#A8C1E5;border:1px solid rgba(123,165,222,.32);background:rgba(50,90,144,.12);border-radius:999px;padding:8px 10px}
.risk-headline-wrap{position:relative;z-index:2;margin:34px 0 40px}
.risk-headline-wrap h2{font-size:clamp(70px,9vw,132px);line-height:.82;margin:0;letter-spacing:-.07em}
.risk-headline-wrap .risk-accent{color:#7FA4D6;margin-top:12px}
.risk-bottom{position:relative;z-index:2;display:grid;grid-template-columns:.8fr 1.2fr;gap:54px}
.risk-bottom>p{color:#B0BAC6;font-size:17px;line-height:1.8;margin:0}
.risk-points{border-top:1px solid rgba(255,255,255,.08)}
.risk-points>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.risk-points span{font-size:10px;color:#7FA4D6;font-weight:900;padding-top:3px}
.risk-points strong{color:#fff;font-size:15px}
.risk-points p{margin:6px 0 0;color:#95A0AE;font-size:12px;line-height:1.65}
.risk-bottom .button{grid-column:2;width:max-content}

.choose-section{background:radial-gradient(circle at 12% 15%,rgba(30,68,121,.13),transparent 28%),#070A0F;color:#fff}
.choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choose-card{min-height:310px;display:flex;flex-direction:column;padding:30px;border:1px solid #1B2633;border-radius:18px;background:linear-gradient(160deg,#0D1219,#090C11);transition:.22s}
.choose-card:hover{transform:translateY(-5px);border-color:#2B4464;box-shadow:0 22px 60px rgba(0,0,0,.24)}
.choose-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid #253A55;border-radius:12px;background:#0F1723;margin-bottom:72px}
.choose-icon svg,.pain-card .icon svg{width:22px;height:22px;fill:none;stroke:#7FA4D6;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pain-card .icon svg{stroke:#173B6E}
.choose-card h3{margin:0 0 12px;font-size:22px;letter-spacing:-.03em}
.choose-card p{margin:0;color:#9DA8B5;font-size:14px;line-height:1.72}

.floating-cta{position:fixed;right:24px;bottom:24px;z-index:70;display:inline-flex;align-items:center;gap:14px;min-height:50px;padding:0 17px 0 19px;border-radius:999px;background:#fff;color:#05070A;font-size:13px;font-weight:800;box-shadow:0 18px 46px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.88);transition:.22s}
.floating-cta:hover{transform:translateY(-3px);box-shadow:0 24px 56px rgba(0,0,0,.36)}
.floating-arrow{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#0D1B2A;color:#fff}

.reveal{opacity:0;transform:translateY(26px)}
.reveal.is-visible{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}
.site-header.scrolled{background:rgba(5,7,10,.96);box-shadow:0 10px 40px rgba(0,0,0,.18)}
.button span,.text-link span{display:inline-block;transition:transform .2s ease}
.button:hover span,.text-link:hover span{transform:translateX(4px)}
.pain-card,.service-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.pain-card:hover,.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 55px rgba(13,27,42,.10)}

@media(max-width:900px){
  .broken-model-grid,.risk-bottom{grid-template-columns:1fr}
  .risk-bottom .button{grid-column:1}
  .choose-grid{grid-template-columns:1fr}
  .choose-icon{margin-bottom:34px}
  .risk-billboard-top{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
  .floating-cta{right:14px;bottom:14px;min-height:46px;padding:0 14px 0 16px}
  .broken-model-title h2{font-size:42px}
  .risk-billboard{padding:34px 22px 38px}
  .risk-headline-wrap h2{font-size:58px}
}
