:root{--site-bg:url('assets/jd-web-design-background.webp')}

*{box-sizing:border-box}
:root{
  --bg:#020508;
  --panel:rgba(255,255,255,.065);
  --line:rgba(255,255,255,.14);
  --green:#35ff86;
  --cyan:#7deeff;
  --blue:#2e6bff;
  --text:#fff;
  --muted:#b9c6d6;
  --dim:#7d8ba0;
  --red:#fca5a5;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-5;background-image:var(--site-bg);background-size:cover;background-position:center;background-attachment:fixed;opacity:.82;filter:saturate(1.18) contrast(1.08) brightness(.88)}
body:after{content:"";position:fixed;inset:0;z-index:-4;background:radial-gradient(circle at 18% 8%,rgba(125,238,255,.10),transparent 26%),radial-gradient(circle at 80% 5%,rgba(46,107,255,.08),transparent 28%),linear-gradient(180deg,rgba(2,5,8,.18),rgba(2,5,8,.58) 58%,rgba(2,5,8,.82) 100%);pointer-events:none}
a{text-decoration:none;color:inherit}
.site{overflow:hidden}
.header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(2,5,8,.68);backdrop-filter:blur(16px)}
.nav{max-width:1160px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo-wrap{width:50px;height:50px;border-radius:17px;overflow:hidden;border:1px solid rgba(125,238,255,.42);box-shadow:0 0 30px rgba(125,238,255,.18)}
.brand-logo{width:100%;height:100%;object-fit:cover;display:block}
.brand-name{font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.18em}
.brand-line{margin-top:3px;color:var(--dim);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.22em}
.nav-links{display:flex;gap:20px;align-items:center}
.nav-links a,.footer-links a{color:#d7e0ed;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.nav-links a:hover,.footer-links a:hover{color:var(--cyan)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;border:1px solid transparent;padding:14px 22px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#031014;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.13em;box-shadow:0 0 42px rgba(125,238,255,.32);transition:.24s;cursor:pointer}
.button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 0 46px rgba(255,255,255,.25)}
.button.secondary{background:rgba(255,255,255,.055);color:#fff;border-color:rgba(255,255,255,.18);box-shadow:none}
.button.secondary:hover{border-color:rgba(125,238,255,.68);background:rgba(125,238,255,.10);color:#e9fbff}
.section{max-width:1160px;margin:0 auto;padding:56px 20px}
.hero{padding-top:64px;padding-bottom:44px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:10px;width:fit-content;border:1px solid rgba(125,238,255,.34);border-radius:999px;background:rgba(125,238,255,.09);color:#e7fbff;padding:9px 13px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.16em;box-shadow:0 0 28px rgba(125,238,255,.12)}
.badge:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--cyan);box-shadow:0 0 16px rgba(125,238,255,.95)}
h1,h2,h3,p{margin-top:0}
h1{margin:22px 0 0;font-size:clamp(46px,8vw,98px);line-height:.88;letter-spacing:-.078em;text-transform:uppercase;font-weight:950}
h1 span{background:linear-gradient(90deg,#fff,var(--cyan),#7bfcc6);-webkit-background-clip:text;background-clip:text;color:transparent}
h2{margin:16px 0 0;font-size:clamp(34px,4.8vw,60px);line-height:.95;letter-spacing:-.056em;text-transform:uppercase;font-weight:950}
h3{font-size:20px;line-height:1.08;letter-spacing:-.025em;text-transform:uppercase;font-weight:950}
p{color:var(--muted);font-size:17px;line-height:1.58;font-weight:650}
.hero-sub{max-width:680px;margin-top:22px;font-size:19px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.quick-line{margin-top:22px;border:1px solid rgba(125,238,255,.28);border-radius:22px;background:rgba(0,0,0,.34);padding:14px 16px;color:#e9fbff;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.visual-card{position:relative;overflow:hidden;border:1px solid rgba(125,238,255,.28);border-radius:30px;background:radial-gradient(circle at 50% 8%,rgba(125,238,255,.20),transparent 34%),rgba(0,0,0,.35);padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.40)}
.visual-card img{width:100%;display:block;border-radius:24px;border:1px solid rgba(125,238,255,.22);box-shadow:0 0 46px rgba(125,238,255,.18)}
.visual-mini{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mini-box{border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.055);padding:14px}
.mini-box strong{display:block;color:#e9fff0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.11em;margin-bottom:18px}
.line{height:9px;border-radius:999px;background:rgba(255,255,255,.46);margin-top:10px}.line.green{background:linear-gradient(90deg,var(--cyan),var(--blue))}.line.short{width:58%}
.center-head{max-width:820px;margin:0 auto;text-align:center}.center-head .badge{margin-inline:auto}
.quiz-card,.slider-shell,.type-shell,.fix-card,.founder-card,.built-card,.contact-shell{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.06);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(14px)}
.quiz-card{margin-top:28px;padding:22px}
.quiz-grid{display:grid;grid-template-columns:1fr .82fr;gap:18px}
.questions{display:grid;gap:10px}
.question{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(0,0,0,.25);padding:12px 14px;min-height:62px;color:#e7f5ff;font-size:16px;font-weight:850;line-height:1.25}
.question input{flex:0 0 auto;width:21px;height:21px;accent-color:var(--cyan)}
.result-box{border:1px solid rgba(53,255,134,.28);border-radius:22px;background:rgba(53,255,134,.08);padding:18px}
.result-score{font-size:44px;font-weight:950;letter-spacing:-.055em;color:var(--green);line-height:.9}
.result-title{margin-top:12px;font-size:20px;line-height:1.05;font-weight:950;text-transform:uppercase;letter-spacing:-.02em}
.result-text{margin:9px 0 0;font-size:15px}
.slider-shell{margin-top:28px;padding:18px}
.slider-window{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(0,0,0,.32);min-height:350px}
.slider-track{display:flex;width:200%;height:100%;transition:transform .18s ease}
.slide-panel{min-height:350px;width:50%;padding:26px;display:flex;flex-direction:column;justify-content:center}
.slide-before{background:linear-gradient(135deg,rgba(127,29,29,.70),rgba(0,0,0,.32))}
.slide-after{background:linear-gradient(135deg,rgba(90,255,190,.14),rgba(125,238,255,.16),rgba(0,0,0,.25))}
.slide-before h3{color:#fecaca}.slide-after h3{color:#dfffe9}
.slide-panel h3{font-size:clamp(28px,4vw,42px);margin-bottom:0}
ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
li{position:relative;padding-left:32px;color:#d9e2ee;font-size:17px;line-height:1.42;font-weight:750}
li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:999px;background:var(--green);color:#031014;display:grid;place-items:center;font-size:13px;font-weight:950}
.slide-before li:before{content:"×";background:transparent;border:1px solid rgba(252,165,165,.40);color:#fecaca}
.slider-control{margin-top:14px;display:grid;gap:8px}
.slider-labels{display:flex;justify-content:space-between;color:#d7e0ed;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.slider-control input{width:100%;accent-color:var(--cyan)}
.type-shell{margin-top:28px;padding:20px}
.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.type-btn{border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.055);color:#fff;padding:14px 12px;text-align:left;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:.22s}
.type-btn.active,.type-btn:hover{border-color:rgba(125,238,255,.60);background:rgba(125,238,255,.10);color:#e9fbff;transform:translateY(-2px)}
.type-result{margin-top:16px;border:1px solid rgba(125,238,255,.25);border-radius:22px;background:rgba(0,0,0,.27);padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.type-result strong{display:block;color:var(--cyan);font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:7px}
.type-result span{display:block;color:#e8f3ff;font-size:15px;font-weight:750;line-height:1.42}
.card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}
.fix-card,.built-card{padding:18px;min-height:170px;transition:.24s}
.fix-card:hover,.built-card:hover{transform:translateY(-5px);border-color:rgba(125,238,255,.40)}
.check{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(125,238,255,.25);border-radius:16px;background:rgba(125,238,255,.10);color:var(--cyan);font-weight:950;margin-bottom:16px}
.founder-card{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;align-items:center;margin-top:28px;padding:22px}
.founder-box{min-height:260px;border:1px solid rgba(125,238,255,.25);border-radius:24px;background:radial-gradient(circle at 50% 18%,rgba(125,238,255,.14),transparent 34%),rgba(0,0,0,.32);display:grid;place-items:center;text-align:center;padding:20px}
.founder-box img{width:min(72%,220px);border-radius:24px}
.founder-note{margin-top:14px;color:#dfffe9;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.10em}
.built-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.contact-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;padding:22px;margin-top:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:7px}
label span{font-size:11px;color:#cbd5e1;font-weight:950;text-transform:uppercase;letter-spacing:.15em}
input,select,textarea{width:100%;border:1px solid var(--line);border-radius:15px;background:rgba(0,0,0,.32);color:#fff;padding:13px;font:inherit;outline:none}
input:focus,select:focus,textarea:focus{border-color:rgba(125,238,255,.68);box-shadow:0 0 0 3px rgba(125,238,255,.08)}
.full{grid-column:1/-1}.submit{width:100%;margin-top:16px}
.facebook-link{display:block;margin-top:14px;text-align:center;color:var(--cyan);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.mobile-sticky-cta{position:fixed;left:16px;right:16px;bottom:14px;z-index:80;display:none;align-items:center;justify-content:center;min-height:48px;border:1px solid rgba(125,238,255,.55);border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#031014;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.13em;box-shadow:0 0 36px rgba(125,238,255,.32),0 16px 44px rgba(0,0,0,.55);opacity:0;transform:translateY(150%);pointer-events:none;transition:.25s}
body.show-sticky .mobile-sticky-cta{opacity:1;transform:translateY(0);pointer-events:auto}
body.hide-sticky .mobile-sticky-cta{opacity:0;transform:translateY(150%);pointer-events:none}
.footer{border-top:1px solid var(--line);padding:34px 20px 84px}.footer-inner{max-width:1160px;margin:0 auto;display:flex;justify-content:space-between;gap:24px;color:#94a3b8}.footer-brand{color:#fff;font-weight:950;text-transform:uppercase;letter-spacing:.18em}.footer p{max-width:520px;margin:8px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.fade-up{opacity:0;transform:translateY(24px);animation:fadeUp .7s ease forwards}.delay{animation-delay:.12s}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.nav-links,.nav>.button{display:none}.hero,.quiz-grid,.founder-card,.contact-shell{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){
  .section{padding:42px 16px}
  .hero{padding-top:42px;padding-bottom:34px;gap:28px}
  .brand-line{display:none}
  .brand-logo-wrap{width:48px;height:48px}
  h1{font-size:clamp(46px,13vw,76px)}
  h2{font-size:clamp(32px,10vw,50px)}
  .hero-sub{font-size:18px;line-height:1.52}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .visual-card{max-width:74%;margin:0 auto;padding:10px;border-radius:22px}
  .visual-card img{border-radius:18px}
  .visual-mini{display:none}
  .quiz-card,.slider-shell,.type-shell,.founder-card,.contact-shell{padding:16px;border-radius:22px}
  .questions{gap:9px}
  .question{min-height:58px;padding:10px 12px;font-size:15px;border-radius:15px}
  .question input{width:19px;height:19px}
  .result-score{font-size:38px}
  .result-title{font-size:18px}
  .slider-window{min-height:310px;border-radius:22px}
  .slide-panel{min-height:310px;padding:20px}
  .slide-panel h3{font-size:28px}
  .type-grid,.type-result,.built-grid,.form-grid{grid-template-columns:1fr}
  .card-grid{grid-template-columns:1fr}
  .fix-card,.built-card{min-height:auto}
  .founder-box{min-height:230px}
  .mobile-sticky-cta{display:flex}
}


/* V2.1 page-over-page reveal slider */
.page-slider{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:26px;
  background:rgba(0,0,0,.32);
  min-height:350px;
  isolation:isolate;
}

.page-panel{
  border-radius:26px;
  min-height:350px;
}

.page-before,
.page-after{
  position:relative;
  min-height:350px;
}

.page-before{
  background:linear-gradient(135deg,rgba(127,29,29,.70),rgba(0,0,0,.32));
}

.page-after{
  width:100%;
  background:linear-gradient(135deg,rgba(125,238,255,.18),rgba(53,255,134,.12),rgba(0,0,0,.25));
  box-shadow:-12px 0 24px rgba(0,0,0,.18);
}

.page-after-overlay{
  position:absolute;
  inset:0 auto 0 0;
  width:0%;
  overflow:hidden;
  min-height:350px;
  z-index:2;
}

.page-inner{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:350px;
  padding:26px;
}

.page-before h3{color:#fecaca}
.page-after h3{color:#dfffe9}
.page-inner h3{
  font-size:clamp(28px,4vw,42px);
  margin-bottom:0;
}

.page-before li:before{
  content:"×";
  background:transparent;
  border:1px solid rgba(252,165,165,.40);
  color:#fecaca;
}

.page-after li:before{
  content:"✓";
  background:var(--green);
  color:#031014;
}

.page-divider{
  position:absolute;
  top:10px;
  right:0;
  bottom:10px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(125,238,255,.90));
  box-shadow:0 0 16px rgba(255,255,255,.45),0 0 28px rgba(125,238,255,.35);
  transform:translateX(50%);
}

.page-divider:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:24px;
  height:24px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cyan),var(--green));
  border:2px solid rgba(255,255,255,.85);
  box-shadow:0 0 20px rgba(125,238,255,.35), 0 8px 20px rgba(0,0,0,.35);
}

@media(max-width:700px){
  .page-slider,
  .page-panel,
  .page-before,
  .page-after,
  .page-after-overlay{
    min-height:310px;
    border-radius:22px;
  }

  .page-inner{
    min-height:310px;
    padding:20px;
  }

  .page-inner h3{
    font-size:28px;
  }

  .page-divider{
    top:8px;
    bottom:8px;
  }

  .page-divider:before{
    width:22px;
    height:22px;
  }
}


/* V2.2 solid overlay page fix */
.page-slider{
  background: rgba(6,10,14,.82);
}

.page-before{
  background:
    radial-gradient(circle at 10% 12%, rgba(255,90,90,.14), transparent 34%),
    linear-gradient(135deg, rgba(88,14,14,.98), rgba(30,6,8,.98) 70%, rgba(8,10,14,1));
}

.page-after-overlay{
  z-index: 3;
}

.page-after{
  position: relative;
  background:
    radial-gradient(circle at 12% 14%, rgba(53,255,134,.12), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(103,232,249,.10), transparent 30%),
    linear-gradient(135deg, rgba(18,28,24,.995), rgba(12,18,22,.992) 48%, rgba(8,12,16,1));
  box-shadow: -16px 0 28px rgba(0,0,0,.26);
}

.page-after::before,
.page-before::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events:none;
  opacity:.28;
}

.page-before::after,
.page-after::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  pointer-events:none;
}

.page-inner{
  position: relative;
  z-index: 2;
}

.page-after .page-inner{
  max-width: 86%;
}

.page-before .page-inner{
  max-width: 84%;
}

.page-before h3,
.page-after h3{
  text-shadow: 0 2px 10px rgba(0,0,0,.22);
}

.page-before li,
.page-after li{
  text-shadow: none;
}

.page-divider{
  width: 4px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(53,255,134,.92));
  box-shadow:
    0 0 16px rgba(255,255,255,.38),
    0 0 24px rgba(53,255,134,.35),
    0 0 0 1px rgba(255,255,255,.08);
}

.page-divider:before{
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  border: 2px solid rgba(255,255,255,.88);
}

@media(max-width:700px){
  .page-before .page-inner,
  .page-after .page-inner{
    max-width: 88%;
  }

  .page-after{
    box-shadow: -12px 0 20px rgba(0,0,0,.24);
  }
}

/* V2.5 Color Rebalance */
.service-area-note{margin-top:12px;color:#d7f4ff;font-size:13px;font-weight:850;line-height:1.45}
.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.payment-card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.06);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(14px);padding:22px;min-height:240px;transition:.24s}
.payment-card:hover{transform:translateY(-5px);border-color:rgba(125,238,255,.40)}
.hidden-field{display:none!important}
@media(max-width:700px){.payment-grid{grid-template-columns:1fr}.payment-card{min-height:auto;padding:18px}}


/* V2.5 targeted brand polish */
.hero .button, .nav > .button { color:#04131b; }
.visual-mini .mini-box strong { color:#f1fbff; }
.result-box .button{ background:linear-gradient(135deg,var(--green),#83ffd0); box-shadow:0 0 34px rgba(53,255,134,.24); }


/* V2.8 actual visible background fix */
html {
  min-height: 100%;
  background: #020508;
}

body {
  min-height: 100%;
  background-color: #020508 !important;
  background-image:
    linear-gradient(90deg, rgba(2,5,8,.64) 0%, rgba(2,5,8,.38) 42%, rgba(2,5,8,.28) 100%),
    linear-gradient(180deg, rgba(2,5,8,.20) 0%, rgba(2,5,8,.42) 58%, rgba(2,5,8,.82) 100%),
    var(--site-bg) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, center center, center center !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-attachment: fixed, fixed, fixed !important;
}

/* Disable the old hidden background layers that were covering or burying the image */
body::before,
body::after {
  display: none !important;
  content: none !important;
}

.site {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.header {
  background: rgba(2,5,8,.74) !important;
}

.hero,
.section {
  background: transparent !important;
}

@media(max-width:700px) {
  body {
    background-image:
      linear-gradient(90deg, rgba(2,5,8,.68) 0%, rgba(2,5,8,.44) 48%, rgba(2,5,8,.34) 100%),
      linear-gradient(180deg, rgba(2,5,8,.18) 0%, rgba(2,5,8,.48) 58%, rgba(2,5,8,.86) 100%),
      var(--site-bg) !important;
    background-attachment: scroll, scroll, scroll !important;
  }
}


/* V2.9 forced visible background fix */
body {
  background-color: #020508 !important;
  background-image:
    linear-gradient(90deg, rgba(2,5,8,.62) 0%, rgba(2,5,8,.30) 48%, rgba(2,5,8,.16) 100%),
    linear-gradient(180deg, rgba(2,5,8,.12) 0%, rgba(2,5,8,.38) 62%, rgba(2,5,8,.84) 100%),
    var(--site-bg) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, center center, 68% center !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -80px -24px -50px -24px;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(2,5,8,.70) 0%, rgba(2,5,8,.36) 46%, rgba(2,5,8,.16) 100%),
    linear-gradient(180deg, rgba(2,5,8,.14) 0%, rgba(2,5,8,.38) 70%, rgba(2,5,8,.72) 100%),
    var(--site-bg);
  background-size: cover, cover, cover;
  background-position: center center, center center, 70% center;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
}

.header {
  background: rgba(2,5,8,.70) !important;
}

@media(max-width:700px) {
  body {
    background-image:
      linear-gradient(90deg, rgba(2,5,8,.58) 0%, rgba(2,5,8,.24) 48%, rgba(2,5,8,.10) 100%),
      linear-gradient(180deg, rgba(2,5,8,.10) 0%, rgba(2,5,8,.34) 62%, rgba(2,5,8,.84) 100%),
      var(--site-bg) !important;
    background-size: cover, cover, auto 100vh !important;
    background-position: center center, center center, 72% top !important;
    background-attachment: scroll, scroll, scroll !important;
  }

  .hero::before {
    inset: -70px -16px -44px -16px;
    background-image:
      linear-gradient(90deg, rgba(2,5,8,.64) 0%, rgba(2,5,8,.30) 48%, rgba(2,5,8,.12) 100%),
      linear-gradient(180deg, rgba(2,5,8,.08) 0%, rgba(2,5,8,.32) 65%, rgba(2,5,8,.78) 100%),
      var(--site-bg);
    background-size: cover, cover, auto 100%;
    background-position: center center, center center, 73% top;
  }
}


/* V3.0 REAL BACKGROUND LAYER FIX
   The background is now an actual fixed image element, not a hidden CSS pseudo-layer.
*/
body {
  background: #020508 !important;
}

body::before,
body::after {
  display: none !important;
  content: none !important;
}

.real-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #020508;
}

.real-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  opacity: .82;
  filter: saturate(1.12) contrast(1.06) brightness(.88);
  transform: scale(1.02);
}

.real-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,5,8,.82) 0%, rgba(2,5,8,.56) 38%, rgba(2,5,8,.24) 72%, rgba(2,5,8,.14) 100%),
    linear-gradient(180deg, rgba(2,5,8,.20) 0%, rgba(2,5,8,.34) 52%, rgba(2,5,8,.80) 100%);
}

.site {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.header {
  background: rgba(2,5,8,.70) !important;
}

.section,
.hero {
  background: transparent !important;
}

@media(max-width:700px) {
  .real-bg img {
    object-position: 78% top;
    opacity: .86;
    filter: saturate(1.15) contrast(1.08) brightness(.90);
  }

  .real-bg::after {
    background:
      linear-gradient(90deg, rgba(2,5,8,.78) 0%, rgba(2,5,8,.50) 42%, rgba(2,5,8,.22) 74%, rgba(2,5,8,.10) 100%),
      linear-gradient(180deg, rgba(2,5,8,.16) 0%, rgba(2,5,8,.28) 48%, rgba(2,5,8,.78) 100%);
  }
}


/* V3.1 background balance pass */
.hero-copy p{max-width:17ch;}


/* V3.2 floating hero preview card */
.hero {
  position: relative;
}

.hero .fade-up:first-child {
  position: relative;
}

.hero-floating-preview {
  position: absolute;
  top: 6px;
  right: -8px;
  width: 138px;
  border: 1px solid rgba(125, 238, 255, .34);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 14, 22, .78), rgba(2, 6, 12, .58)),
    rgba(2, 6, 12, .58);
  box-shadow:
    0 0 34px rgba(125, 238, 255, .18),
    0 18px 48px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
  padding: 10px;
  z-index: 3;
  overflow: hidden;
  transform: translateY(0);
  animation: previewFloat 5s ease-in-out infinite;
}

.hero-floating-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 5%, rgba(125,238,255,.18), transparent 42%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 22px 22px, 22px 22px;
  pointer-events: none;
}

.preview-card-label {
  position: relative;
  z-index: 1;
  color: #e9fbff;
  font-size: 7px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .82;
  margin-bottom: 7px;
}

.preview-emblem-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 8px;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(125,238,255,.16), rgba(0,0,0,.22) 64%);
  box-shadow: 0 0 24px rgba(125,238,255,.18);
}

.preview-emblem-wrap img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 16px;
}

.code-mark {
  position: absolute;
  right: -3px;
  top: -5px;
  color: var(--cyan);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  text-shadow: 0 0 12px rgba(125,238,255,.70);
}

.preview-card-title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--cyan);
  font-size: 8px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 8px;
}

.preview-mini-ui {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  padding: 7px;
  background: rgba(255,255,255,.035);
}

.preview-thumb {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(125,238,255,.80), rgba(46,107,255,.70));
  box-shadow: 0 0 14px rgba(125,238,255,.14);
}

.preview-lines {
  display: grid;
  gap: 5px;
}

.preview-lines span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(203, 226, 242, .38);
}

.preview-lines span:first-child {
  width: 100%;
  background: linear-gradient(90deg, var(--cyan), rgba(46,107,255,.72));
}

.preview-lines span:last-child {
  width: 62%;
}

@keyframes previewFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Keep desktop visual stronger without disrupting the layout */
@media(min-width:701px) {
  .hero-floating-preview {
    width: 280px;
    top: 22px;
    right: -420px;
    border-radius: 28px;
    padding: 18px;
  }

  .preview-card-label {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .preview-emblem-wrap {
    width: 142px;
    height: 142px;
    border-radius: 28px;
    margin-bottom: 14px;
  }

  .preview-emblem-wrap img {
    width: 126px;
    height: 126px;
    border-radius: 24px;
  }

  .code-mark {
    font-size: 22px;
    right: -2px;
    top: -8px;
  }

  .preview-card-title {
    font-size: 11px;
    margin-bottom: 13px;
  }

  .preview-mini-ui {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 11px;
    border-radius: 16px;
  }

  .preview-thumb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .preview-lines span {
    height: 7px;
  }
}

/* Mobile positioning: fill the upper-right gap, but do not compete with the headline */
@media(max-width:700px) {
  .hero .fade-up:first-child {
    padding-top: 0;
  }

  .hero-floating-preview {
    top: 92px;
    right: 4px;
  }

  .hero .badge {
    max-width: calc(100% - 150px);
    min-height: 74px;
    align-items: center;
  }

  h1 {
    margin-top: 34px;
  }
}

@media(max-width:420px) {
  .hero-floating-preview {
    width: 126px;
    right: 0;
    top: 94px;
    padding: 9px;
    border-radius: 20px;
  }

  .preview-card-label {
    font-size: 6.5px;
  }

  .preview-emblem-wrap {
    width: 66px;
    height: 66px;
  }

  .preview-emblem-wrap img {
    width: 58px;
    height: 58px;
  }

  .preview-card-title {
    font-size: 7px;
  }

  .preview-mini-ui {
    grid-template-columns: 22px 1fr;
    gap: 6px;
    padding: 6px;
  }

  .preview-thumb {
    width: 21px;
    height: 21px;
  }
}


/* V3.3 Final Mobile Polish */

/* Give the header a little more premium breathing room */
.nav {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header {
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
}

/* Make smaller hero copy easier to read against the animated-looking background */
.hero-sub {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 700px;
  padding: 12px 14px;
  margin-left: -14px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(2,5,8,.78), rgba(2,5,8,.48) 62%, rgba(2,5,8,.12));
  text-shadow: 0 2px 18px rgba(0,0,0,.86);
  font-weight: 750;
}

/* Slightly calm down secondary buttons so the primary CTA is the obvious action */
.hero-actions .button.secondary {
  background: rgba(2,8,14,.34);
  border-color: rgba(183, 225, 242, .20);
  color: rgba(220, 235, 246, .72);
  box-shadow: none;
}

.hero-actions .button.secondary:hover {
  background: rgba(125,238,255,.08);
  border-color: rgba(125,238,255,.42);
  color: #eefcff;
}

/* Make the main CTA clearly dominate */
.hero-actions .button:not(.secondary) {
  box-shadow:
    0 0 42px rgba(125,238,255,.34),
    0 14px 34px rgba(0,0,0,.30);
}

/* Guide the user from Reality Check to sending the page without adding clutter */
.hero-cta-note {
  margin-top: 12px;
  color: rgba(220, 238, 246, .72);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* Keep the floating card polished, but make sure it never steals the headline */
.hero-floating-preview {
  pointer-events: none;
}

@media(min-width:701px) {
  .hero-floating-preview {
    right: -380px;
  }
}

/* Mobile: more breathing room, cleaner button hierarchy, safer floating card placement */
@media(max-width:700px) {
  .nav {
    padding: 18px 18px;
  }

  .brand-logo-wrap {
    width: 52px;
    height: 52px;
  }

  .brand-name {
    font-size: 15px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-sub {
    width: auto;
    margin-left: 0;
    padding: 12px 12px;
    border-radius: 18px;
    background:
      linear-gradient(90deg, rgba(2,5,8,.78), rgba(2,5,8,.54) 70%, rgba(2,5,8,.20));
  }

  .hero-actions .button.secondary {
    min-height: 54px;
    color: rgba(225,238,247,.58);
    background: rgba(2,8,14,.24);
    border-color: rgba(183,225,242,.18);
  }

  .hero-cta-note {
    text-align: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep badge + preview card from crowding each other */
  .hero .badge {
    max-width: calc(100% - 142px);
    padding-right: 12px;
  }

  .hero-floating-preview {
    top: 86px;
    right: 0;
    width: 122px;
    opacity: .94;
  }

  h1 {
    margin-top: 42px;
  }
}

/* Very narrow phones: hide the small floating card before it crowds the headline */
@media(max-width:360px) {
  .hero .badge {
    max-width: 100%;
  }

  .hero-floating-preview {
    display: none;
  }

  h1 {
    margin-top: 30px;
  }
}


/* V3.4 Floating card mobile placement fix */
@media(max-width:700px) {
  /* Keep the badge on the left and reserve space for the preview card */
  .hero .badge {
    max-width: calc(100% - 154px);
    min-height: 78px;
  }

  /* Move the floating card higher so it sits above the word THAT */
  .hero-floating-preview {
    top: 26px;
    right: 4px;
    width: 126px;
    opacity: .95;
  }

  /* Give the headline breathing room under the badge/card row */
  h1 {
    margin-top: 54px;
  }
}

@media(max-width:420px) {
  .hero .badge {
    max-width: calc(100% - 146px);
    min-height: 80px;
  }

  .hero-floating-preview {
    top: 28px;
    right: 2px;
    width: 122px;
  }

  h1 {
    margin-top: 58px;
  }
}


/* V3.5 Desktop cleanup:
   the large right-side hero visual already handles the branding on desktop,
   so the floating mini card should only appear on smaller screens. */
@media(min-width:701px) {
  .hero-floating-preview {
    display: none !important;
  }
}

/* Keep the floating card available on mobile where it helps fill the upper-right gap */
@media(max-width:700px) {
  .hero-floating-preview {
    display: block;
  }
}


/* V3.6 Single-background hero cleanup
   Remove the extra hero-only background layer so the top section blends into
   the page-wide background instead of looking like a second stacked background.
*/
.hero {
  isolation: auto !important;
}

.hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

@media(max-width:700px) {
  .hero::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }
}


/* V3.7 background preview fix:
   Main background stays on the full page through .real-bg.
   Extra hero-only background remains removed.
*/
.real-bg {
  display: block !important;
}

.real-bg img {
  display: block !important;
}

.hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
}


/* V3.8 CTA & Trust Polish */

/* Hero CTA hierarchy: one dominant action */
.hero-actions-primary {
  display: block;
  max-width: 360px;
}

.hero-actions-primary .button {
  width: 100%;
}

.hero-main-cta {
  min-height: 58px;
  box-shadow:
    0 0 48px rgba(125,238,255,.42),
    0 16px 46px rgba(0,0,0,.35);
}

/* Stronger paragraph readability without adding another duplicate background image */
.hero-sub {
  color: #e1edf8;
  font-weight: 820;
  text-shadow: 0 2px 18px rgba(0,0,0,.92);
  background:
    linear-gradient(90deg, rgba(2,5,8,.76), rgba(2,5,8,.48) 62%, rgba(2,5,8,.10));
}

.hero-cta-note {
  margin-top: 12px;
  max-width: 560px;
  color: rgba(225, 241, 250, .76);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.quick-line {
  display: none;
}

/* Better mini cards: no more generic-only mockup language */
.legit-mini strong {
  color: #e9fbff;
}

.weak-mini {
  border-color: rgba(252,165,165,.20);
}

.weak-mini strong {
  color: #fecaca;
}

.line.danger {
  background: linear-gradient(90deg, rgba(252,165,165,.80), rgba(127,29,29,.60));
}

/* Tech ribbon below the hero */
.tech-ribbon-section {
  max-width: 1160px;
  margin: -18px auto 0;
  padding: 0 20px 24px;
}

.tech-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125,238,255,.18);
  border-radius: 999px;
  background: rgba(2,8,14,.42);
  backdrop-filter: blur(14px);
  padding: 12px 14px;
  box-shadow: 0 18px 54px rgba(0,0,0,.22);
}

.tech-ribbon span {
  color: rgba(226, 240, 248, .76);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.tech-ribbon span:first-child {
  color: var(--cyan);
}

/* Audit/contact polish */
.audit-note {
  margin: 0 0 16px;
  color: rgba(225, 241, 250, .78);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 750;
  background: rgba(2,8,14,.34);
  border: 1px solid rgba(125,238,255,.16);
  border-radius: 18px;
  padding: 14px;
}

/* Facebook stays available but does not compete in the hero */
.facebook-bubble {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 85;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(125,238,255,.34);
  background: rgba(2,8,14,.72);
  color: #e9fbff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
  box-shadow:
    0 0 30px rgba(125,238,255,.18),
    0 12px 34px rgba(0,0,0,.42);
  backdrop-filter: blur(14px);
}

.facebook-bubble:hover {
  background: rgba(125,238,255,.12);
  border-color: rgba(125,238,255,.58);
}

@media(min-width:701px) {
  .facebook-bubble {
    bottom: 24px;
  }
}

@media(max-width:700px) {
  .hero-actions-primary {
    max-width: none;
  }

  .hero-main-cta {
    min-height: 64px;
  }

  .hero-sub {
    color: #e5f0fb;
    font-weight: 850;
    background:
      linear-gradient(90deg, rgba(2,5,8,.80), rgba(2,5,8,.58) 70%, rgba(2,5,8,.18));
  }

  .hero-cta-note {
    text-align: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .tech-ribbon-section {
    margin-top: -8px;
    padding: 0 16px 20px;
  }

  .tech-ribbon {
    justify-content: flex-start;
    border-radius: 22px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tech-ribbon span {
    white-space: nowrap;
  }

  .facebook-bubble {
    width: 42px;
    height: 42px;
    right: 14px;
    bottom: 74px;
    opacity: .88;
  }
}


/* V3.9 Header / Desktop Nav Cleanup */

/* Make the top bar feel premium and tighter instead of stretched / broken */
.site-header,
header.site-header,
.topbar,
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* General header spacing polish */
header,
.site-header {
  backdrop-filter: blur(10px);
}

/* Tighter brand block */
.brand,
.site-brand,
.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img,
.site-brand img,
.nav-brand img {
  flex: 0 0 auto;
}

/* Desktop navigation cleanup */
@media (min-width: 981px) {
  .nav-wrap,
  .header-inner,
  .site-header-inner,
  .navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .nav-links,
  nav ul,
  .desktop-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px !important;
  }

  .nav-links a,
  nav ul li a,
  .desktop-nav a,
  .site-header nav a {
    white-space: nowrap !important;
    line-height: 1 !important;
    font-size: 13px !important;
    letter-spacing: 0.11em !important;
    font-weight: 900 !important;
    padding: 0 !important;
  }

  /* Make the brand area more compact so nav has room */
  .brand-copy,
  .site-brand-copy {
    line-height: 1.02;
  }

  .brand-copy .brand-name,
  .site-brand-copy .brand-name,
  .brand-title {
    font-size: 15px !important;
    letter-spacing: 0.18em !important;
    font-weight: 950 !important;
    margin-bottom: 4px;
  }

  .brand-copy .brand-subtitle,
  .site-brand-copy .brand-subtitle,
  .brand-subtitle {
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
    opacity: 0.72;
    white-space: nowrap;
  }

  /* Prevent the menu from looking like it is floating with giant dead gaps */
  .site-header .container,
  header .container,
  .nav-wrap,
  .header-inner,
  .site-header-inner,
  .navbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* CTA button in header should be strong but not oversized */
  .header-cta,
  .site-header .button,
  .site-header .nav-cta,
  .site-header .button.secondary,
  .site-header .button.header-button {
    min-height: 0 !important;
  }

  .site-header .button,
  .site-header .nav-cta,
  .topbar .button,
  header .button {
    padding: 18px 26px !important;
    border-radius: 22px !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.28), 0 0 30px rgba(110, 219, 255, .18);
  }

  /* If there is a separate nav wrapper, keep it centered vertically */
  .site-header nav,
  header nav {
    display: flex;
    align-items: center;
    min-width: 0;
  }
}

/* Slightly tighter desktop ranges where wrapping was getting ugly */
@media (min-width: 981px) and (max-width: 1220px) {
  .nav-links,
  nav ul,
  .desktop-nav {
    gap: 16px !important;
  }

  .nav-links a,
  nav ul li a,
  .desktop-nav a,
  .site-header nav a {
    font-size: 12px !important;
    letter-spacing: 0.09em !important;
  }

  .site-header .button,
  .site-header .nav-cta,
  .topbar .button,
  header .button {
    padding: 16px 22px !important;
    font-size: 12px !important;
  }

  .brand-copy .brand-name,
  .site-brand-copy .brand-name,
  .brand-title {
    font-size: 14px !important;
    letter-spacing: 0.15em !important;
  }

  .brand-copy .brand-subtitle,
  .site-brand-copy .brand-subtitle,
  .brand-subtitle {
    font-size: 9px !important;
    letter-spacing: 0.18em !important;
  }
}

/* Let mobile/tablet continue using the working stacked approach */
@media (max-width: 980px) {
  .nav-links a,
  nav ul li a,
  .desktop-nav a,
  .site-header nav a {
    white-space: normal;
  }
}


/* V4.0 Header cleanup + background preservation fix */
.real-bg {
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #020508;
}

.real-bg img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.real-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,5,8,.82) 0%, rgba(2,5,8,.56) 38%, rgba(2,5,8,.24) 72%, rgba(2,5,8,.14) 100%),
    linear-gradient(180deg, rgba(2,5,8,.20) 0%, rgba(2,5,8,.34) 52%, rgba(2,5,8,.80) 100%);
}

.site {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

@media(max-width:700px) {
  .real-bg img {
    object-position: 78% top;
  }
}


/* V4.1 Mobile sizing + screenshot mini cards */

/* Mini screenshot cards in the hero */
.visual-mini {
  align-items: stretch;
}

.screenshot-mini {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.screenshot-mini strong {
  margin-bottom: 0;
}

.mini-shot {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.weak-mini .mini-shot {
  border-color: rgba(252,165,165,.28);
}

.screenshot-mini .mini-caption {
  color: rgba(226, 236, 245, .78);
  font-size: 11px;
  line-height: 1.42;
  font-weight: 760;
}

/* Desktop keeps them compact and clean */
@media (min-width: 701px) {
  .visual-card {
    padding: 16px;
  }

  .visual-card img {
    border-radius: 22px;
  }

  .visual-mini {
    margin-top: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .screenshot-mini .mini-caption {
    min-height: 48px;
  }
}

/* Mobile fit improvements */
@media (max-width: 700px) {
  .nav {
    padding: 14px 16px;
    gap: 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo-wrap {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .brand-name {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .section {
    padding: 36px 16px;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 28px;
    gap: 22px;
  }

  .badge {
    padding: 8px 11px;
    font-size: 10px;
    letter-spacing: .12em;
    line-height: 1.25;
  }

  .hero .badge {
    max-width: calc(100% - 136px);
    min-height: 72px;
  }

  .hero-floating-preview {
    top: 22px;
    right: 2px;
    width: 116px;
    padding: 8px;
    border-radius: 18px;
  }

  .preview-card-label {
    font-size: 6px;
    margin-bottom: 6px;
  }

  .preview-emblem-wrap {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    margin-bottom: 7px;
  }

  .preview-emblem-wrap img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .preview-card-title {
    font-size: 7px;
    margin-bottom: 7px;
  }

  .preview-mini-ui {
    grid-template-columns: 20px 1fr;
    gap: 5px;
    padding: 5px;
    border-radius: 11px;
  }

  .preview-thumb {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }

  .preview-lines span {
    height: 4px;
  }

  h1 {
    margin-top: 48px;
    font-size: clamp(40px, 11.8vw, 64px);
    line-height: .90;
    letter-spacing: -0.062em;
  }

  .hero-sub {
    font-size: 16px;
    line-height: 1.52;
    padding: 12px;
  }

  .hero-main-cta {
    min-height: 56px;
  }

  .hero-cta-note {
    font-size: 11px;
    max-width: 100%;
  }

  .service-area-note {
    font-size: 12px;
  }

  .visual-card {
    max-width: 100%;
    margin: 0;
    padding: 12px;
    border-radius: 22px;
  }

  .visual-card img {
    width: 100%;
    border-radius: 18px;
  }

  /* Show the weak/legit screenshot cards on mobile too, but stack them cleanly */
  .visual-mini {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .screenshot-mini {
    padding: 12px;
    border-radius: 18px;
  }

  .screenshot-mini strong {
    font-size: 11px;
    letter-spacing: .10em;
  }

  .mini-shot {
    aspect-ratio: 1.7 / 1;
    border-radius: 12px;
  }

  .screenshot-mini .mini-caption {
    font-size: 11px;
  }

  .tech-ribbon span {
    font-size: 9px;
  }

  .footer {
    padding-bottom: 90px;
  }
}

@media (max-width: 420px) {
  .brand-name {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .hero .badge {
    max-width: calc(100% - 132px);
    min-height: 70px;
  }

  .hero-floating-preview {
    width: 112px;
    top: 20px;
  }

  h1 {
    margin-top: 46px;
    font-size: clamp(38px, 11.4vw, 58px);
  }

  .hero-sub {
    font-size: 15px;
  }
}


/* V4.2 align weak/legit screenshot cards so images line up evenly */
.screenshot-mini {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
}

.screenshot-mini strong {
  display: block;
  line-height: 1.15;
  min-height: 2.35em;
}

/* Keep the picture row aligned across both cards on desktop */
@media (min-width: 701px) {
  .visual-mini {
    align-items: start;
  }

  .screenshot-mini strong {
    min-height: 2.5em;
  }
}

/* Mobile stays clean when stacked */
@media (max-width: 700px) {
  .screenshot-mini strong {
    min-height: auto;
  }
}


/* V4.3 Showcase card sections built from the uploaded graphic cards */
.section-showcase .center-head{
  max-width: 900px;
}

.image-card-grid{
  margin-top: 28px;
  display: grid;
  gap: 16px;
  align-items: start;
}

.image-card-grid-five{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.image-card-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card{
  border: 1px solid rgba(125,238,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.showcase-card:hover{
  transform: translateY(-4px);
  border-color: rgba(125,238,255,.34);
  box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 26px rgba(125,238,255,.10);
}

.showcase-card img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.steps-grid-showcase{
  margin-bottom: 14px;
}

.payment-support-note{
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
  color: rgba(226, 237, 247, .82);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 760;
}

@media (max-width: 1100px){
  .image-card-grid-five{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px){
  .image-card-grid,
  .image-card-grid-five,
  .image-card-grid-three{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .showcase-card{
    border-radius: 20px;
  }

  .payment-support-note{
    font-size: 14px;
    margin-top: 16px;
  }
}


/* V4.9 clean generated card images
   Replaced screenshot-card images with new crisp generated card art.
   No download glyphs. No masking needed.
*/
.showcase-card::after {
  content: none !important;
  display: none !important;
}

.showcase-card {
  background: rgba(2, 8, 14, .38);
  border-color: rgba(125,238,255,.18);
}

.showcase-card img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

/* Keep the new cards consistent and sharp inside the grids */
.image-card-grid-five .showcase-card img,
.image-card-grid-three .showcase-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* The deposit card was generated square. Keep it fully visible while matching the row height. */
.steps-grid-showcase .showcase-card:nth-child(3) img {
  object-fit: contain;
  background: #02070b;
}

@media (min-width: 701px) {
  .image-card-grid-five {
    gap: 14px;
  }

  .image-card-grid-three {
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .image-card-grid-five .showcase-card img,
  .image-card-grid-three .showcase-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .steps-grid-showcase .showcase-card:nth-child(3) img {
    object-fit: contain;
  }
}


/* V5.0 Contact audit note cleanup
   The audit note should be a compact reassurance line, not a giant empty panel.
*/
.audit-note {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.audit-inline-note {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(226, 241, 250, .88);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 850;
  background: rgba(2, 8, 14, .42);
  border: 1px solid rgba(125,238,255,.18);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

@media (max-width: 900px) {
  .audit-inline-note {
    max-width: none;
  }
}


/* V5.1 Public-ready polish */

/* Better anchor behavior under sticky header */
html {
  scroll-behavior: smooth;
}

section,
[id] {
  scroll-margin-top: 110px;
}

.hidden-field {
  display: none !important;
}

/* Hero headline: a little more punch without redesigning it */
.hero h1,
h1 {
  font-weight: 1000;
  text-shadow: 0 5px 30px rgba(0,0,0,.72);
}

/* Thumb-friendly buttons */
.button,
button,
input,
select,
textarea {
  min-height: 46px;
}

.button {
  touch-action: manipulation;
}

/* Stronger body copy readability over the tech background */
.hero-sub,
.contact-copy p,
.center-head p,
.payment-support-note {
  color: rgba(230, 241, 250, .90);
}

/* Form success message stays hidden until JS shows it */
.form-success {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(125,238,255,.25);
  background: rgba(125,238,255,.08);
  color: #eaffff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.form-success.show {
  display: block;
}

/* FAQ section */
.faq-grid {
  max-width: 980px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  border: 1px solid rgba(125,238,255,.16);
  background: rgba(255,255,255,.045);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
}

.faq-grid summary {
  cursor: pointer;
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.faq-grid p {
  margin: 12px 0 0;
  color: rgba(223, 237, 247, .84);
  line-height: 1.6;
  font-weight: 700;
}

/* Header/nav stays clean at desktop sizes */
@media (min-width: 981px) {
  .nav-links a,
  .desktop-nav a,
  .site-header nav a {
    white-space: nowrap;
  }
}

/* Mobile hardening */
@media (max-width: 700px) {
  section,
  [id] {
    scroll-margin-top: 92px;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.55;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid details {
    padding: 16px;
    border-radius: 18px;
  }

  .faq-grid summary {
    font-size: 13px;
  }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}


/* V5.2 final fix: crisp comparison screenshots + mobile floating card clearance */
.mini-shot {
  image-rendering: auto;
}

@media (max-width: 700px) {
  .hero .badge {
    max-width: calc(100% - 138px);
    min-height: 74px;
  }

  .hero-floating-preview {
    top: 2px;
    right: 2px;
    width: 112px;
    padding: 8px;
  }

  h1 {
    margin-top: 58px;
  }
}

@media (max-width: 420px) {
  .hero .badge {
    max-width: calc(100% - 134px);
  }

  .hero-floating-preview {
    top: -2px;
    right: 0;
    width: 110px;
  }

  h1 {
    margin-top: 62px;
  }
}


/* V5.3 final mobile hero fix:
   Move the floating preview up and keep it from covering the headline. */
@media (max-width: 700px) {
  .hero-floating-preview {
    top: -8px !important;
    right: 0 !important;
    width: 108px !important;
    padding: 7px !important;
    z-index: 2 !important;
  }

  .hero .badge {
    max-width: calc(100% - 132px) !important;
    min-height: 76px !important;
  }

  .hero h1,
  h1 {
    margin-top: 70px !important;
  }
}

@media (max-width: 380px) {
  .hero-floating-preview {
    width: 100px !important;
    top: -6px !important;
  }

  .hero .badge {
    max-width: calc(100% - 122px) !important;
  }
}


/* V5.4 comparison popouts */
.popout-trigger {
  position: relative;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.popout-trigger:hover,
.popout-trigger:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(125,238,255,.42);
  box-shadow:
    0 0 0 1px rgba(125,238,255,.12),
    0 22px 58px rgba(0,0,0,.34),
    0 0 28px rgba(125,238,255,.12);
  outline: none;
}

.tap-hint {
  margin-top: auto;
  color: rgba(125,238,255,.92);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .86;
}

.popout-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.popout-modal.is-open {
  display: flex;
}

.popout-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(125,238,255,.12), transparent 34%),
    rgba(0,0,0,.78);
  backdrop-filter: blur(10px);
}

.popout-dialog {
  position: relative;
  width: min(1120px, 96vw);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid rgba(125,238,255,.28);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(12, 22, 30, .96), rgba(2, 7, 12, .98));
  box-shadow:
    0 40px 120px rgba(0,0,0,.70),
    0 0 50px rgba(125,238,255,.16);
  padding: 24px;
}

.popout-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.popout-close:hover {
  background: rgba(125,238,255,.12);
  border-color: rgba(125,238,255,.42);
}

.popout-kicker {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 4px 58px 8px 0;
}

.popout-dialog h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.04em;
}

.popout-dialog p {
  max-width: 820px;
  margin: 14px 58px 18px 0;
  color: rgba(226, 238, 248, .84);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 750;
}

.popout-image-wrap {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0,0,0,.30);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
}

.popout-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

body.popout-lock {
  overflow: hidden;
}

@media (max-width: 700px) {
  .popout-modal {
    padding: 12px;
  }

  .popout-dialog {
    border-radius: 22px;
    padding: 18px;
    max-height: 88vh;
  }

  .popout-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .popout-kicker {
    font-size: 10px;
    margin-right: 48px;
  }

  .popout-dialog p {
    margin-right: 0;
    font-size: 14px;
  }

  .popout-image-wrap {
    border-radius: 16px;
  }

  .tap-hint {
    font-size: 9px;
  }
}


/* V5.5 Header logo removal cleanup */
.header .brand-logo-wrap,
.nav .brand-logo-wrap,
.brand-logo-wrap {
  display: none !important;
}

.brand {
  gap: 0 !important;
  align-items: center;
}

.brand-text {
  padding-left: 0;
}

.brand-name {
  letter-spacing: .16em;
}

.brand-tag {
  letter-spacing: .20em;
  opacity: .72;
}

@media (max-width: 700px) {
  .brand-name {
    font-size: 15px;
    letter-spacing: .14em;
  }

  .brand-tag {
    font-size: 9px;
    letter-spacing: .18em;
  }
}


/* V5.6 card image fit fix
   Force showcase images to fully fill their boxes so no empty card outline shows.
*/
.section-showcase .showcase-card{
  aspect-ratio: 4 / 3;
  height: auto;
}

.section-showcase .showcase-card img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.035);
  transform-origin: center center;
}

.steps-grid-showcase .showcase-card:nth-child(3) img{
  object-fit: cover !important;
  background: transparent !important;
}

@media (max-width: 700px){
  .section-showcase .showcase-card{
    aspect-ratio: 4 / 3;
  }
}


/* V5.7 hard card-fit override
   All image cards fill their containers edge-to-edge so no empty outline shows. */
.section-showcase .showcase-card {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  overflow: hidden !important;
}

.section-showcase .showcase-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
  transform: scale(1.035);
  transform-origin: center center;
}

.steps-grid-showcase .showcase-card:nth-child(3) img {
  object-fit: cover !important;
  background: transparent !important;
}

.brand-line {
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .section-showcase .showcase-card {
    aspect-ratio: 4 / 3 !important;
  }
}


/* V5.8 Public-ready final polish */

/* Correctly hide Netlify honeypot without leaving crawl-visible layout artifacts */
.netlify-honeypot,
.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Header stays simple after logo removal */
.header .brand-logo-wrap,
.nav .brand-logo-wrap,
.brand-logo-wrap {
  display: none !important;
}

.brand {
  gap: 0 !important;
}

.brand-name {
  letter-spacing: .16em;
}

.brand-line {
  text-transform: uppercase;
  letter-spacing: .20em;
}

/* Internal anchor comfort under sticky header */
html {
  scroll-behavior: smooth;
}

section,
[id] {
  scroll-margin-top: 110px;
}

/* Force all showcase card images to snap edge-to-edge with no empty border/background showing */
.section-showcase .showcase-card {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  overflow: hidden !important;
  background: #02070b !important;
  display: block !important;
}

.section-showcase .showcase-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
  transform: scale(1.035);
  transform-origin: center center;
  image-rendering: auto;
}

/* Deposit card must also fill the container, no letterboxing */
.steps-grid-showcase .showcase-card:nth-child(3) img {
  object-fit: cover !important;
  background: transparent !important;
}

/* Pricing note */
.pricing-explain-note {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(226, 241, 250, .86);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
  text-align: center;
  background: rgba(2, 8, 14, .42);
  border: 1px solid rgba(125,238,255,.16);
  border-radius: 18px;
  padding: 15px 18px;
  box-shadow: 0 18px 48px rgba(0,0,0,.20);
}

/* Compact SEO and info panels */
.seo-service-section,
.compact-info-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.seo-service-card,
.compact-info-card {
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid rgba(125,238,255,.18);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.028)),
    rgba(2,8,14,.45);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
  padding: clamp(22px, 4vw, 34px);
}

.seo-service-card h2,
.compact-info-card h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .96;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.seo-service-card p,
.compact-info-card p {
  margin: 0;
  color: rgba(226, 241, 250, .86);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 750;
  max-width: 820px;
}

/* Professional success message */
.form-success {
  color: #eaffff;
  background: rgba(125,238,255,.08);
  border: 1px solid rgba(125,238,255,.24);
}

/* Mobile hero hardening */
@media (max-width: 700px) {
  section,
  [id] {
    scroll-margin-top: 92px;
  }

  .brand-name {
    font-size: 15px;
    letter-spacing: .14em;
  }

  .brand-line {
    font-size: 9px;
    letter-spacing: .17em;
  }

  .hero-floating-preview {
    top: -8px !important;
    right: 0 !important;
    width: 108px !important;
    padding: 7px !important;
    z-index: 2 !important;
  }

  .hero .badge {
    max-width: calc(100% - 132px) !important;
    min-height: 76px !important;
  }

  .hero h1,
  h1 {
    margin-top: 70px !important;
  }

  .hero-main-cta,
  .button {
    min-height: 54px;
  }

  .section-showcase .showcase-card {
    aspect-ratio: 4 / 3 !important;
  }

  .seo-service-section,
  .compact-info-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-explain-note {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 380px) {
  .hero-floating-preview {
    width: 100px !important;
    top: -6px !important;
  }

  .hero .badge {
    max-width: calc(100% - 122px) !important;
  }

  .hero h1,
  h1 {
    margin-top: 76px !important;
  }
}

@media (max-width: 350px) {
  .hero-floating-preview {
    display: none !important;
  }

  .hero .badge {
    max-width: 100% !important;
  }

  .hero h1,
  h1 {
    margin-top: 34px !important;
  }
}

/* Reduced motion polish */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}


/* V5.9 Deposit to Start image fix
   This image is now a true 4:3 asset. Do not crop the top wording. */
.steps-grid-showcase .showcase-card:nth-child(3) img {
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}


/* V6.0 Approved Deposit card replacement
   The new Deposit image is already a proper 4:3 card. Keep it clean and uncropped. */
.steps-grid-showcase .showcase-card:nth-child(3) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}


/* V6.4 real thank-you page */
.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.74)),
    url("assets/digital-data-stream-bg.webp") center/cover fixed no-repeat,
    #020508;
  color: #fff;
}

.thank-you-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thank-you-card {
  max-width: 760px;
  border: 1px solid rgba(125,238,255,.22);
  border-radius: 30px;
  padding: clamp(28px, 6vw, 54px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.032)),
    rgba(2,8,14,.72);
  box-shadow:
    0 36px 100px rgba(0,0,0,.45),
    0 0 36px rgba(125,238,255,.12);
  backdrop-filter: blur(14px);
}

.thank-you-card h1 {
  margin: 18px 0 16px;
  font-size: clamp(46px, 8vw, 92px);
  line-height: .9;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.thank-you-card p {
  color: rgba(226,241,250,.86);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 750;
  margin: 0 0 28px;
}

.thank-you-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.thank-you-actions .btn {
  text-decoration: none;
}

@media (max-width: 560px) {
  .thank-you-wrap {
    padding: 18px;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .btn {
    width: 100%;
    justify-content: center;
  }
}


/* V6.5 form submit state */
button[disabled],
.btn[disabled] {
  opacity: .72;
  cursor: wait;
}


/* V6.6 launch SEO/performance fixes */
.section-showcase .showcase-card {
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
}

.section-showcase .showcase-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

a[href^="mailto:"] {
  overflow-wrap: anywhere;
}
