:root{
  --bg:#060913;
  --bg-soft:#0b1020;
  --surface:rgba(13,20,37,.8);
  --surface-strong:rgba(10,16,30,.95);
  --border:rgba(96,145,255,.2);
  --text:#eef3ff;
  --muted:#a8b6d6;
  --primary:#3e7cff;
  --primary-strong:#235fff;
  --accent:#a65cff;
  --glow-a:rgba(42,92,255,.24);
  --glow-b:rgba(163,82,255,.18);
  --shadow:0 22px 55px rgba(0,0,0,.42);
  --radius-xl:28px;
  --radius-lg:20px;
  --radius-md:14px;
  --max:1180px;
}

body.light-mode{
  --bg:#edf4ff;
  --bg-soft:#ffffff;
  --surface:rgba(255,255,255,.84);
  --surface-strong:rgba(255,255,255,.95);
  --border:rgba(84,120,215,.18);
  --text:#0f1830;
  --muted:#5a6c88;
  --primary:#2f6df4;
  --primary-strong:#1e5ee9;
  --accent:#855eff;
  --glow-a:rgba(62,108,245,.16);
  --glow-b:rgba(142,87,255,.12);
  --shadow:0 18px 44px rgba(63,82,126,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 12%, var(--glow-a), transparent 28%),
    radial-gradient(circle at 90% 10%, var(--glow-b), transparent 24%),
    linear-gradient(180deg, #040710 0%, var(--bg) 30%, #04070d 100%);
  transition:background .25s ease,color .25s ease;
}
body.light-mode{
  background:
    radial-gradient(circle at 10% 12%, var(--glow-a), transparent 28%),
    radial-gradient(circle at 90% 10%, var(--glow-b), transparent 24%),
    linear-gradient(180deg, #f5f8ff 0%, var(--bg) 50%, #eef4ff 100%);
}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 32px), var(--max));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(4,8,18,.42);
  border-bottom:1px solid rgba(113,150,255,.08);
}
body.light-mode .site-header{background:rgba(255,255,255,.58)}

.nav{
  min-height:76px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand{
  display:inline-flex;align-items:center;gap:10px;
  font-weight:800;letter-spacing:.02em;
}
.brand-mark{
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  box-shadow:0 0 18px var(--primary);
}
.menu{display:flex;gap:26px;color:var(--muted)}
.menu a:hover{color:var(--text)}
.theme-toggle{
  appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);
  padding:10px 14px;border-radius:999px;display:inline-flex;gap:10px;align-items:center;
  cursor:pointer;box-shadow:var(--shadow);
}

.hero{padding:78px 0 34px}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;
}
.eyebrow{
  display: inline-block;
    font-family: "Qwigley", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
    padding: 10px 17px 0px;
    border-radius: 999px;
    margin-bottom: -2px;
    color: #c33a72;
    background : none !important;
  border: none !important;
}
body.light-mode .eyebrow{
  color:#b22f66;
  background : none !important;
  border: none !important;
  transform: rotate(-1.6deg) !important;
}
.hero h1,.section h2,.cta-box h2{
  margin:0 0 16px;line-height:1.02;letter-spacing:-.04em;
}
.hero h1{font-size:clamp(2.6rem,5vw,4.8rem);max-width:12ch}
.hero-text,.section-head p,.panel-copy p,.text-stack p,.card p,.product-card p,.mini-card p,.faq-item p,.footer-note p,.footer-brand p{
  color:var(--muted);line-height:1.7;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 20px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;
  padding:0 18px;border-radius:999px;font-weight:700;transition:transform .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--primary-strong));
  color:#fff;box-shadow:0 16px 34px rgba(41,103,255,.28);
}
.btn-secondary{background:transparent;border:1px solid var(--border);color:var(--text)}
.btn-full{width:100%}

.disclosure-inline{
  font-size:.92rem;color:var(--muted);max-width:60ch;
}

.glass{
  background:linear-gradient(180deg, rgba(15,23,43,.84), rgba(8,14,28,.8));
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
body.light-mode .glass{
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,251,255,.94));
}

.asset-frame{border-radius:32px;padding:26px}
.asset-topline{
  color:var(--muted);font-size:.9rem;margin-bottom:14px;
}
.asset-placeholder{
  min-height:360px;border-radius:24px;
  background:
    radial-gradient(circle at 50% 24%, rgba(78,128,255,.26), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border:1px solid rgba(138,168,255,.14);
  display:grid;place-items:center;padding:26px;margin-bottom:18px;
}
.asset-inner{
  width:min(100%, 420px);
  min-height:220px;
  border-radius:22px;
  border:1px dashed rgba(160,184,255,.34);
  display:grid;place-items:center;
  padding:24px;text-align:center;color:var(--muted);
  background:rgba(255,255,255,.02);
}

.hero-notes{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 18px;
  margin-top:14px;
  color:var(--muted);
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-notes span{
  position:relative;
  padding-left:10px;
  white-space:nowrap;
}
.hero-notes span::before{
  content:"•";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:rgba(195,58,114,.95);
  font-size:.9em;
}

.section{padding:84px 0}
.section-head{max-width:780px;margin-bottom:32px}
.section-head h2{font-size:clamp(2rem,3.5vw,3.2rem)}

.stat-strip{
  border-radius:26px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.stat-item{
  padding:16px;border-radius:18px;background:rgba(255,255,255,.02);border:1px solid rgba(142,170,240,.08);
}
.stat-value{display:block;font-size:1.25rem;font-weight:800;margin-bottom:6px}
.stat-label{color:var(--muted);font-size:.92rem}

.feature-grid,.product-grid{display:grid;gap:22px}
.feature-grid{grid-template-columns:repeat(3,1fr)}
.product-grid{grid-template-columns:repeat(3,1fr)}

.card,.product-card,.mini-card,.faq-item,.metric-box{
  border-radius:24px;padding:24px;
}
.icon-wrap{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin-bottom:16px;
  background:linear-gradient(135deg, rgba(50,108,255,.2), rgba(158,87,255,.16));
  border:1px solid rgba(126,159,255,.18);font-weight:800;
}

.split-panel{
  border-radius:30px;padding:28px;display:grid;grid-template-columns:1.2fr .8fr;gap:22px;
}
.check-list{list-style:none;padding:0;margin:22px 0 0}
.check-list li{padding-left:28px;position:relative;margin:0 0 12px}
.check-list li::before{
  content:"✓";position:absolute;left:0;top:0;color:#81a8ff;font-weight:800;
}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.metric-label{display:block;color:var(--muted);font-size:.9rem;margin-bottom:8px}
.metric-box strong{font-size:1.08rem}

.thumb{
  height:220px;border-radius:18px;margin-bottom:16px;border:1px solid rgba(140,170,255,.16);
  display:grid;place-items:center;color:#dfe7ff;font-weight:700;text-align:center;padding:20px;
}
.thumb-one{
  background:linear-gradient(135deg, #132646, #2252cd 78%);
}
.thumb-two{
  background:linear-gradient(135deg, #301548, #7549d7 78%);
}
.thumb-three{
  background:linear-gradient(135deg, #0a3443, #1d93c2 78%);
}
.product-meta{
  display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.92rem;margin-top:16px;
}
.catalog-cta{display:flex;justify-content:center;margin-top:28px}

.two-col{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;
}
.mini-cards{display:grid;gap:20px}

.faq-list{display:grid;gap:16px}
.faq-item summary{
  cursor:pointer;list-style:none;font-weight:700;position:relative;padding-right:36px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";position:absolute;right:0;top:-2px;font-size:1.4rem;color:var(--primary);
}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:16px 0 0}

.final-cta{padding-top:60px;padding-bottom:96px}
.cta-box{
  border-radius:32px;text-align:center;padding:44px 24px;max-width:860px;margin-inline:auto;
}

.site-footer{
  padding:30px 0 44px;border-top:1px solid rgba(114,146,230,.1);
}
.footer-grid{
  display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px;
}
.footer-links{display:flex;gap:18px;color:var(--muted);flex-wrap:wrap}
.footer-note{
  padding-top:16px;border-top:1px solid rgba(114,146,230,.08);
}

.reveal{
  opacity:0;transform:translateY(24px);transition:opacity .45s ease, transform .45s ease;
}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:980px){
  .menu{display:none}
  .hero-grid,.split-panel,.two-col,.feature-grid,.product-grid,.stat-strip{
    grid-template-columns:1fr;
  }
  .metric-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  .nav{
    min-height:70px;flex-wrap:wrap;justify-content:center;padding:10px 0;
  }
  .theme-toggle{width:100%;justify-content:center}
  .hero{padding-top:46px}
  .section{padding:64px 0}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
    .metric-grid{grid-template-columns:1fr}
  .footer-grid{flex-direction:column}
}


.companion-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.thumb-four{
  background:linear-gradient(135deg, #0f3250, #1a7db8 78%);
}
@media (max-width:1200px){
  .companion-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .companion-grid{
    grid-template-columns:1fr;
  }
}


.floating-proof-widget{
  position:fixed;
  right:20px;
  top:58%;
  transform:translateY(-50%);
  z-index:46;
  width:min(140px, calc(100vw - 24px));
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}
.floating-proof-widget.is-visible{
  opacity:1;
  visibility:visible;
}
.floating-proof-card{
  pointer-events:auto;
  border:1px solid rgba(96,145,255,.22);
  background:linear-gradient(180deg, rgba(14,20,38,.92), rgba(8,13,26,.94));
  backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.34);
  border-radius:16px;
  padding:10px 10px 10px;
  overflow:hidden;
}
body.light-mode .floating-proof-card{
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,255,.97));
}
.floating-proof-quote{
  font-size:.78rem;
  line-height:1.35;
  color:var(--text);
  margin-bottom:6px;
  min-height:3.2em;
}
.floating-proof-author{
  color:var(--muted);
  font-size:.72rem;
  margin-bottom:10px;
}
.floating-proof-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  width:100%;
  padding:0 10px;
  border-radius:999px;
  font-weight:700;
  font-size:.9rem;
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--primary-strong));
  box-shadow:0 12px 28px rgba(41,103,255,.26);
}
.floating-proof-slide{
  animation:floatingProofSlide .55s ease;
}
@keyframes floatingProofSlide{
  0%{opacity:0; transform:translateX(32px)}
  100%{opacity:1; transform:translateX(0)}
}
@media (max-width: 1100px){
  .floating-proof-widget{
    right:14px;
    width:min(132px, calc(100vw - 28px));
  }
}
@media (max-width: 820px){
  .floating-proof-widget{
    display:none;
  }
}


.why-different-grid,
.privacy-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.privacy-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.icon-card .icon-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.svg-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:#82a7ff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.svg-icon path{
  fill:none;
  stroke:#82a7ff;
}
.mini-testimonials{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.mini-quote{
  padding:22px 24px;
  border-radius:22px;
}
.mini-quote p{
  margin:0 0 10px;
  color:var(--text);
  line-height:1.7;
}
.mini-quote span{
  color:var(--muted);
  font-size:.9rem;
}
.newsletter-section{
  padding-top:46px;
}
.newsletter-box{
  border-radius:30px;
  padding:34px 28px;
  text-align:center;
}
.newsletter-copy{
  max-width:760px;
  margin:0 auto 18px;
}
.newsletter-form{
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  max-width:620px;
  margin:0 auto;
}
.newsletter-form input{
  flex:1;
  min-height:52px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  color:var(--text);
  padding:0 18px;
  outline:none;
}
body.light-mode .newsletter-form input{
  background:rgba(255,255,255,.82);
}
.newsletter-note{
  margin-top:12px;
  color:var(--muted);
  font-size:.88rem;
}
.final-social-proof{
  padding-top:28px;
  padding-bottom:20px;
}
@media (max-width:1200px){
  .privacy-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:980px){
  .why-different-grid,
  .privacy-grid,
  .mini-testimonials{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .newsletter-form{
    flex-direction:column;
  }
  .newsletter-form input,
  .newsletter-form .btn{
    width:100%;
  }
}


.sticky-disclosure-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  background:rgba(7,10,18,.72);
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(120,140,190,.08);
}
body.light-mode .sticky-disclosure-bar{
  background:rgba(243,247,255,.78);
  border-top:1px solid rgba(90,110,160,.08);
}
.sticky-disclosure-inner{
  width:min(calc(100% - 20px), var(--max));
  margin-inline:auto;
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:6px 0;
}
.sticky-disclosure-inner span{
  font-size:.74rem;
  line-height:1.35;
  color:rgba(190,201,228,.62);
  letter-spacing:.01em;
}
body.light-mode .sticky-disclosure-inner span{
  color:rgba(74,88,122,.62);
}
body{
  padding-bottom:34px;
}
@media (max-width:640px){
  .sticky-disclosure-inner{
    min-height:36px;
    padding:7px 0;
  }
  .sticky-disclosure-inner span{
    font-size:.68rem;
  }
  body{
    padding-bottom:42px;
  }
}


.thumb{
  position:relative;
  overflow:hidden;
}
.thumb::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:40%;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(5,9,18,.18));
  pointer-events:none;
}
.asset-placeholder{
  position:relative;
  overflow:hidden;
}
.asset-placeholder::before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:22px;
  bottom:-28px;
  border-radius:28px;
  background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  transform:rotate(-10deg);
  opacity:.75;
}

.sfw-image{
 width:100%;
 height:100%;
 object-fit:cover;
 display:block;
 border-radius:inherit;
}
.thumb span,.asset-placeholder span{position:relative;z-index:2}


.image-only{
  padding:0 !important;
  display:block !important;
}
.image-only .sfw-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  border-radius:inherit !important;
}
.asset-placeholder.image-only{
  min-height:360px;
  overflow:hidden;
}
.asset-placeholder.image-only::before{
  display:none !important;
}
.asset-placeholder.image-only .asset-inner{
  display:none !important;
}
.thumb.image-only{
  overflow:hidden;
}
.thumb.image-only::after{
  display:none !important;
}
.thumb.image-only > *:not(img){
  display:none !important;
}
.asset-placeholder.image-only > *:not(img){
  display:none !important;
}


.newsletter-honeypot{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.newsletter-note.is-success{
  color:#9fd3b0;
}
.newsletter-note.is-error{
  color:#ff9da8;
}


.quote-rating{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  font-size:.96rem;
  font-weight:700;
  color:#ffcc66;
  letter-spacing:.04em;
}
.quote-rating small{
  color:var(--muted);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:0;
}


.quote-rating{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:#ffcc66 !important;
  font-weight:700;
}
.quote-rating small{
  color:var(--muted) !important;
}


.quote-rating{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 0 12px !important;
  font-size:1rem !important;
  font-weight:700 !important;
  color:#ffcc66 !important;
  letter-spacing:.04em !important;
}
.quote-rating small{
  color:var(--muted) !important;
  font-size:.78rem !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}


.compliance-panel-embed{
  position:relative;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  aspect-ratio: 1366 / 676;
  background:url("assets/compliance-panel-bg.png") center/cover no-repeat;
}

.compliance-overlay{
  position:absolute;
  text-align:center;
}

.compliance-overlay h3{
  margin:0 0 12px;
  font-size:clamp(1.2rem, 1.9vw, 2rem);
  line-height:1.05;
  letter-spacing:-0.03em;
  font-weight:800;
  color:#f5f7ff;
}

.compliance-overlay p{
  margin:0;
  font-size:clamp(.82rem, 1.15vw, 1.12rem);
  line-height:1.45;
  color:#aeb9d2;
  font-weight:500;
}

.compliance-top-left{
  left:7.6%;
  top:56.8%;
  width:22%;
}

.compliance-top-center{
  left:39%;
  top:56.8%;
  width:22%;
}

.compliance-top-right{
  left:70.4%;
  top:56.8%;
  width:22%;
}

.compliance-bottom-bar{
  left:18%;
  right:10.2%;
  bottom:10.8%;
  text-align:left;
}

.compliance-bottom-bar p{
  font-size:clamp(.74rem, 1vw, 1rem);
  color:#b3bdd4;
}

@media (max-width: 980px){
  .compliance-panel-embed{
    aspect-ratio:auto;
    min-height:780px;
    background-position:center top;
  }

  .compliance-top-left,
  .compliance-top-center,
  .compliance-top-right{
    width:74%;
    left:13%;
    text-align:center;
  }

  .compliance-top-left{ top:47%; }
  .compliance-top-center{ top:61%; }
  .compliance-top-right{ top:75%; }

  .compliance-bottom-bar{
    left:11%;
    right:11%;
    bottom:5.2%;
    text-align:center;
  }
}


/* desktop size reduction for compliance panel */
.compliance-panel-embed{
  max-width: 853px !important;
}

@media (max-width: 980px){
  .compliance-panel-embed{
    max-width: 100% !important;
  }
}


/* proportional typography fix for reduced compliance panel */
.compliance-panel-embed .compliance-overlay h3{
  font-size: clamp(.78rem, 1.25vw, 1.35rem) !important;
  margin: 0 0 8px !important;
  line-height: 1.02 !important;
}
.compliance-panel-embed .compliance-overlay p{
  font-size: clamp(.58rem, .86vw, .82rem) !important;
  line-height: 1.34 !important;
}
.compliance-panel-embed .compliance-top-left{
  top: 56.2% !important;
}
.compliance-panel-embed .compliance-top-center{
  top: 59.2% !important;
}
.compliance-panel-embed .compliance-top-right{
  top: 59.2% !important;
}
.compliance-panel-embed .compliance-bottom-bar{
  left: 18% !important;
  right: 10.2% !important;
  bottom: 10.6% !important;
}
.compliance-panel-embed .compliance-bottom-bar p{
  font-size: clamp(.52rem, .78vw, .72rem) !important;
  line-height: 1.2 !important;
}

@media (max-width: 980px){
  .compliance-panel-embed .compliance-overlay h3{
    font-size: clamp(1rem, 3.6vw, 1.5rem) !important;
  }
  .compliance-panel-embed .compliance-overlay p{
    font-size: clamp(.82rem, 2.3vw, 1rem) !important;
  }
  .compliance-panel-embed .compliance-bottom-bar p{
    font-size: clamp(.72rem, 2vw, .95rem) !important;
  }
}


/* second desktop reduction for compliance panel */
.compliance-panel-embed{
  max-width: 710px !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 980px){
  .compliance-panel-embed{
    max-width: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}


/* reduce overflow in compliance columns 2 and 3 */
.compliance-panel-embed .compliance-top-center h3,
.compliance-panel-embed .compliance-top-right h3{
  font-size: clamp(.70rem, 1.05vw, 1.08rem) !important;
  line-height: .98 !important;
  margin: 0 0 6px !important;
}

.compliance-panel-embed .compliance-top-center p,
.compliance-panel-embed .compliance-top-right p{
  font-size: clamp(.50rem, .70vw, .66rem) !important;
  line-height: 1.15 !important;
}

.compliance-panel-embed .compliance-top-center{
  top: 53.2% !important;
}

.compliance-panel-embed .compliance-top-right{
  top: 55.2% !important;
}


/* responsive stabilization for compliance panel */
@media (max-width: 980px){
  .compliance-panel-embed{
    max-width: 450px !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1366 / 676 !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-inline: auto !important;
  }

  .compliance-top-left,
  .compliance-top-center,
  .compliance-top-right{
    width: 22% !important;
    text-align: center !important;
    top: 58.8% !important;
  }

  .compliance-top-left{ left: 7.6% !important; }
  .compliance-top-center{ left: 39% !important; }
  .compliance-top-right{ left: 70.4% !important; }

  .compliance-panel-embed .compliance-overlay h3{
    font-size: clamp(.54rem, 1.7vw, .86rem) !important;
    line-height: .96 !important;
    margin: 0 0 4px !important;
  }

  .compliance-panel-embed .compliance-overlay p{
    display: none !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    left: 18% !important;
    right: 10.2% !important;
    bottom: 10.6% !important;
    text-align: left !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size: clamp(.40rem, 1.15vw, .55rem) !important;
    line-height: 1.12 !important;
    display: block !important;
  }
}

@media (max-width: 560px){
  .compliance-panel-embed{
    max-width: 100% !important;
  }

  .compliance-panel-embed .compliance-overlay h3{
    font-size: clamp(.46rem, 2.2vw, .72rem) !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size: clamp(.34rem, 1.7vw, .48rem) !important;
  }
}


/* mobile readability boost for compliance bottom bar */
@media (max-width: 980px){
  .compliance-panel-embed .compliance-bottom-bar{
    left: 16% !important;
    right: 12% !important;
    bottom: 4.8% !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size: clamp(.52rem, 1.9vw, .76rem) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 560px){
  .compliance-panel-embed .compliance-bottom-bar{
    left: 10% !important;
    right: 10% !important;
    bottom: 9.2% !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size: clamp(.62rem, 2.45vw, .82rem) !important;
    line-height: 1.24 !important;
  }
}


.nav-legal{
  justify-content:space-between;
}
.site-header-legal .menu{display:flex}
.legal-back-nav a{color:var(--muted);font-size:.95rem}
.legal-page .site-shell{
  min-height:100vh;
}
.legal-main{
  padding:42px 0 0;
}
.legal-section{
  padding:24px 0 72px;
}
.legal-container{
  max-width:920px;
}
.legal-updated{
  color:var(--muted);
  margin:8px 0 28px;
}
.legal-card{
  padding:30px 28px;
  border-radius:28px;
}
.legal-block + .legal-block{
  border-top:1px solid rgba(114,146,230,.12);
  margin-top:28px;
  padding-top:28px;
}
.legal-block h2{
  font-size:1.28rem;
  margin-bottom:14px;
}
.legal-block h3{
  font-size:1rem;
  margin:18px 0 10px;
  color:#eef4ff;
}
.legal-block p,
.legal-block li{
  color:var(--muted);
  line-height:1.72;
}
.legal-block ul{
  padding-left:20px;
  display:grid;
  gap:10px;
}
.legal-highlight{
  margin-top:16px;
  padding:14px 16px;
  border-left:3px solid var(--primary);
  border-radius:14px;
  background:rgba(58,110,255,.08);
  color:#edf3ff;
}
.legal-contact-box{
  margin-top:10px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(114,146,230,.16);
  background:rgba(13,18,45,.55);
}
.footer-grid-expanded{
  align-items:flex-start;
  gap:32px;
  flex-wrap:wrap;
}
.footer-brand-rich{
  max-width:420px;
}
.footer-links-group{
  display:grid;
  gap:10px;
}
.footer-links-title{
  color:#eef4ff;
  font-weight:700;
  font-size:.95rem;
}
.footer-links-stack{
  display:grid;
  gap:8px;
}
@media (max-width:980px){
  .nav-legal{gap:16px;}
  .site-header-legal .menu{display:flex;}
}
@media (max-width:640px){
  .nav-legal{justify-content:center;}
  .legal-main{padding-top:28px;}
  .legal-card{padding:22px 18px;}
}


.mid-page-cta .cta-box,
.final-cta .cta-box{
  text-align:center;
}

.mid-page-cta .cta-box p,
.final-cta .cta-box p{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mid-page-cta .cta-box .btn,
.final-cta .cta-box .btn{
  margin-top: 0.75rem;
}



/* Social proof fusion block */
.proof-fusion{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:24px;
  padding:28px;
  border-radius:30px;
  align-items:stretch;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 72, 156, 0.08), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(9,16,40,.95), rgba(6,10,28,.98));
}

.proof-fusion__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.proof-fusion__copy h2{
  margin:6px 0 14px;
}

.proof-fusion__copy p{
  max-width:56ch;
}

.proof-fusion__signals{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}

.proof-signal{
  padding:18px 18px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(15,23,58,.84), rgba(8,14,36,.92));
  border:1px solid rgba(107, 147, 255, 0.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.proof-signal__label{
  display:block;
  margin-bottom:7px;
  color:var(--muted);
  font-size:.82rem;
}

.proof-signal strong{
  display:block;
  font-size:1.08rem;
  line-height:1.25;
}

.proof-fusion__panel{
  display:flex;
  align-items:stretch;
}

.social-proof-panel{
  width:100%;
  margin:0;
  display:flex;
}

.social-proof-panel--embedded .social-proof-panel__inner,
.social-proof-panel.social-proof-panel--embedded{
  width:100%;
}

.social-proof-panel--embedded{
  padding:22px 22px 18px;
  border-radius:26px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 72, 156, 0.11), transparent 30%),
    radial-gradient(circle at 85% 25%, rgba(59, 130, 246, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(12, 18, 52, 0.92), rgba(6, 10, 28, 0.98));
  border:1px solid rgba(102, 153, 255, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 18px 50px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(89, 99, 255, 0.08);
}
.social-proof-panel--embedded::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1.5px;
  border-radius:26px;
  background:linear-gradient(90deg, rgba(255, 72, 156, 0.6), rgba(104, 92, 255, 0.58), rgba(59, 130, 246, 0.62));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.social-proof-panel__top{
  display:flex;
  justify-content:flex-start;
  margin-bottom:16px;
  position:relative;
  z-index:1;
}
.social-proof-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  font-size:.82rem;
  color:#dbe7ff;
  backdrop-filter:blur(8px);
}
.social-proof-badge__icon{color:#ffd54a;font-size:.95rem;line-height:1}
.social-proof-panel__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:14px;
  position:relative;
  z-index:1;
}
.social-proof-card{
  padding:22px 18px 18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(14, 23, 64, 0.88), rgba(7, 13, 36, 0.94));
  border:1px solid rgba(114, 144, 255, 0.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);
}
.social-proof-card--highlight{
  border-color:rgba(255, 92, 158, 0.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.04), 0 0 24px rgba(255, 92, 158, 0.08);
}
.social-proof-card__value{
  font-size:clamp(1.9rem, 3vw, 2.7rem);
  line-height:1;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#fff;
  margin-bottom:10px;
}
.social-proof-card__title{
  font-size:.98rem;
  line-height:1.4;
  color:rgba(231, 238, 255, 0.9);
  max-width:24ch;
}
.social-proof-panel__footer{
  position:relative;
  z-index:1;
  padding:10px 4px 0;
  font-size:.77rem;
  line-height:1.45;
  color:rgba(189, 202, 235, 0.8);
  text-align:center;
}

@media (max-width: 1100px){
  .proof-fusion{
    grid-template-columns:1fr;
    gap:18px;
  }
}

@media (max-width: 720px){
  .proof-fusion{
    padding:20px 16px;
    border-radius:24px;
  }
  .proof-fusion__signals,
  .social-proof-panel__grid{
    grid-template-columns:1fr;
  }
  .proof-signal,
  .social-proof-card{
    padding:16px 15px;
  }
  .social-proof-panel--embedded{
    padding:18px 16px 15px;
    border-radius:22px;
  }
  .social-proof-card__title{
    max-width:none;
    font-size:.94rem;
  }
  .social-proof-panel__footer{
    font-size:.74rem;
  }
}


/* Correct placement: fused hero strip + social proof */
.overview-fusion{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(320px, .95fr);
  gap:18px;
  align-items:stretch;
  padding:22px;
  border-radius:28px;
}

.overview-fusion__stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.overview-fusion .stat-item{
  min-height:100%;
}

.social-proof-panel--compact{
  margin:0;
  padding:18px 18px 14px;
  align-self:stretch;
}

.social-proof-panel--compact .social-proof-panel__top{
  margin-bottom:12px;
}

.social-proof-panel--compact .social-proof-panel__grid{
  gap:12px;
  margin-bottom:10px;
}

.social-proof-panel--compact .social-proof-card{
  padding:16px 14px 14px;
}

.social-proof-panel--compact .social-proof-card__value{
  font-size:clamp(1.7rem, 2.2vw, 2.25rem);
  margin-bottom:8px;
}

.social-proof-panel--compact .social-proof-card__title{
  font-size:.92rem;
  max-width:none;
}

.social-proof-panel--compact .social-proof-panel__footer{
  font-size:.72rem;
  padding-top:4px;
}

@media (max-width: 1100px){
  .overview-fusion{
    grid-template-columns:1fr;
  }
  .overview-fusion__stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px){
  .overview-fusion{
    padding:16px;
    border-radius:22px;
  }
  .overview-fusion__stats,
  .social-proof-panel--compact .social-proof-panel__grid{
    grid-template-columns:1fr;
  }
}


/* Social proof under column cards */
.overview-fusion--stacked{
  display:block;
}

.overview-fusion--stacked .overview-fusion__stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.overview-fusion__proof-row{
  display:flex;
  justify-content:flex-end;
  margin-top:16px;
}

.overview-fusion--stacked .overview-fusion__proof{
  width:min(100%, 460px);
}

@media (max-width: 1100px){
  .overview-fusion--stacked .overview-fusion__stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .overview-fusion__proof-row{
    justify-content:stretch;
  }
  .overview-fusion--stacked .overview-fusion__proof{
    width:100%;
  }
}

@media (max-width: 700px){
  .overview-fusion--stacked .overview-fusion__stats{
    grid-template-columns:1fr;
  }
}


/* Refined overview strip */
.overview-fusion--refined{
  padding:20px;
}

.overview-fusion--refined .overview-fusion__stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.proof-strip{
  margin-top:14px;
  display:grid;
  grid-template-columns:auto minmax(140px,170px) minmax(180px,220px) 1fr;
  gap:12px;
  align-items:stretch;
  padding:12px;
  border-radius:22px;
  background:
    radial-gradient(circle at 14% 30%, rgba(255, 72, 156, 0.08), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(59, 130, 246, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(9,16,40,.80), rgba(6,10,28,.94));
  border:1px solid rgba(102,153,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.proof-strip__badge,
.proof-strip__metric,
.proof-strip__note{
  min-height:88px;
  border-radius:18px;
  display:flex;
  align-items:center;
  background:linear-gradient(180deg, rgba(15,23,58,.72), rgba(8,14,36,.88));
  border:1px solid rgba(107,147,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.proof-strip__badge{
  gap:10px;
  padding:16px 18px;
  color:var(--text);
  font-weight:600;
}

.proof-strip__star{
  color:#ffd54a;
  font-size:1rem;
}

.proof-strip__metric{
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:14px 16px;
}

.proof-strip__metric strong{
  font-size:clamp(1.7rem, 2.4vw, 2.4rem);
  line-height:1;
  letter-spacing:-0.03em;
  margin-bottom:8px;
  color:#fff;
}

.proof-strip__metric span{
  color:rgba(231, 238, 255, 0.9);
  line-height:1.35;
  font-size:.95rem;
}

.proof-strip__note{
  padding:14px 16px;
  color:rgba(189, 202, 235, 0.82);
  font-size:.82rem;
  line-height:1.45;
}

@media (max-width: 1100px){
  .overview-fusion--refined .overview-fusion__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .proof-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 700px){
  .overview-fusion--refined{
    padding:16px;
  }
  .overview-fusion--refined .overview-fusion__stats,
  .proof-strip{
    grid-template-columns:1fr;
  }
  .proof-strip__badge,
  .proof-strip__metric,
  .proof-strip__note{
    min-height:auto;
  }
}


/* 4-step strip replacing old overview cards */
.overview-fusion--steps{
  padding:22px;
  border-radius:28px;
}

.steps-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.step-card{
  min-height:100%;
  padding:18px 18px 16px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(15,23,58,.78), rgba(8,14,36,.90));
  border:1px solid rgba(107,147,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.step-card__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.step-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 42px;
}

.step-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.step-icon--pink{color:#ff5ca0;}
.step-icon--violet{color:#9b6dff;}
.step-icon--blue{color:#34a6ff;}
.step-icon--orange{color:#ff7a2f;}

.step-number{
  font-size:1.8rem;
  line-height:1;
  font-weight:800;
  letter-spacing:-0.03em;
  color:rgba(255,255,255,.92);
}

.step-card h3{
  margin:0 0 10px;
  font-size:1.15rem;
  line-height:1.18;
}

.step-card p{
  margin:0;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.45;
}

.steps-cta-line{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}

.steps-cta-btn{
  min-width:260px;
  justify-content:center;
}

.steps-cta-note{
  font-size:.88rem;
  color:rgba(189, 202, 235, 0.82);
  text-align:center;
}

@media (max-width: 1100px){
  .steps-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 700px){
  .overview-fusion--steps{
    padding:16px;
    border-radius:22px;
  }
  .steps-strip{
    grid-template-columns:1fr;
  }
  .step-card{
    padding:16px 15px 15px;
  }
  .step-number{
    font-size:1.5rem;
  }
}


/* Local PNG visual in steps block */
.steps-visual-cta{
  display:grid;
  grid-template-columns:minmax(220px, 320px) 1fr;
  align-items:center;
  gap:20px;
  margin-top:18px;
}

.steps-visual-cta__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:210px;
  overflow:visible;
}

.steps-visual-cta__image{
  display:block;
  max-width:100%;
  width:195px;
  height:auto;
  object-fit:contain;
  filter: drop-shadow(0 18px 34px rgba(214, 23, 151, 0.20));
}

.steps-visual-cta__content{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:100%;
}

@media (max-width: 900px){
  .steps-visual-cta{
    grid-template-columns:1fr;
    align-items:center;
  }
  .steps-visual-cta__media{
    min-height:160px;
  }
  .steps-visual-cta__image{
    width:200px;
  }
}

/* v3 regenerated centering patch - fresh */
.steps-visual-cta{
  display:grid !important;
  grid-template-columns:minmax(220px,320px) 1fr !important;
  align-items:center !important;
  justify-items:center !important;
}
.steps-visual-cta__media{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:210px !important;
}
.steps-visual-cta__image{
  width:195px !important;
  max-width:100% !important;
  height:auto !important;
}
.steps-visual-cta__content{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  text-align:center !important;
  gap:12px !important;
}
.steps-cta-btn{ margin:0 auto !important; }
.steps-cta-note{
  margin:0 auto !important;
  text-align:center !important;
  max-width:320px !important;
}
@media (max-width:900px){
  .steps-visual-cta{ grid-template-columns:1fr !important; }
}


/* v4 desktop-only containment fix for steps CTA column */
@media (min-width: 901px){
  .overview-fusion--steps{
    overflow:hidden;
  }

  .steps-visual-cta{
    grid-template-columns:minmax(0, 1fr) minmax(260px, 320px) !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  .steps-visual-cta__media{
    min-width:0 !important;
    width:100% !important;
  }

  .steps-visual-cta__image{
    width:185px !important;
    max-width:100% !important;
  }

  .steps-visual-cta__content{
    min-width:0 !important;
    width:100% !important;
    max-width:320px !important;
    justify-self:center !important;
    overflow:hidden !important;
  }

  .steps-cta-btn{
    min-width:0 !important;
    width:100% !important;
    max-width:300px !important;
    padding-left:18px !important;
    padding-right:18px !important;
    white-space:nowrap !important;
  }

  .steps-cta-note{
    max-width:280px !important;
  }
}


/* v5 desktop-only balance: wider image column, narrower CTA */
@media (min-width: 901px){
  .steps-visual-cta{
    grid-template-columns:minmax(260px, 1.35fr) minmax(220px, 280px) !important;
    gap:20px !important;
  }

  .steps-visual-cta__media{
    justify-content:center !important;
  }

  .steps-visual-cta__content{
    max-width:280px !important;
  }

  .steps-cta-btn{
    max-width:250px !important;
    width:100% !important;
    min-width:0 !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .steps-cta-note{
    max-width:240px !important;
  }
}


/* v6 exact desktop CSS requested */
@media (min-width: 901px) {
    .steps-visual-cta {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 240px) !important;
        gap: 4px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

@media (min-width: 901px) {
    .steps-visual-cta__media {
        min-width: 160px !important;
        width: 100% !important;
    }
}

@media (min-width: 901px) {
    .steps-visual-cta__content {
        min-width: 0 !important;
        width: 60% !important;
        max-width: 300px !important;
        justify-self: center !important;
        overflow: hidden !important;
    }
}


/* v7 tablet-only centering for image + CTA */
@media (min-width: 701px) and (max-width: 900px) {
  .steps-visual-cta {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .steps-visual-cta__media,
  .steps-visual-cta__content {
    width: 100% !important;
    justify-self: center !important;
  }

  .steps-visual-cta__media {
    justify-content: center !important;
  }

  .steps-visual-cta__content {
    align-items: center !important;
    text-align: center !important;
  }
}


/* v8 tablet-only: pull CTA block closer to image */
@media (min-width: 701px) and (max-width: 900px) {
  .steps-visual-cta {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) !important;
    column-gap: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-items: center !important;
  }

  .steps-visual-cta__media {
    justify-content: flex-end !important;
    padding-right: 8px !important;
  }

  .steps-visual-cta__content {
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: center !important;
    padding-left: 8px !important;
    width: auto !important;
    max-width: 260px !important;
  }

  .steps-cta-btn {
    max-width: 240px !important;
    width: 240px !important;
  }

  .steps-cta-note {
    max-width: 240px !important;
    text-align: center !important;
  }
}


/* v9 medium desktop/tablet: pull CTA block closer to image between 900 and 1100 */
@media (min-width: 901px) and (max-width: 1100px) {
  .steps-visual-cta {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    grid-template-columns: minmax(240px, 1fr) minmax(220px, 1fr) !important;
    column-gap: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-items: center !important;
  }

  .steps-visual-cta__media {
    justify-content: flex-end !important;
    padding-right: 10px !important;
  }

  .steps-visual-cta__content {
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: center !important;
    padding-left: 10px !important;
    width: auto !important;
    max-width: 270px !important;
  }

  .steps-cta-btn {
    width: 250px !important;
    max-width: 250px !important;
  }

  .steps-cta-note {
    max-width: 250px !important;
    text-align: center !important;
  }
}


/* Sexy premium icons patch v2 */
.icon-wrap--sexy{
  width:48px;
  height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 12px 28px rgba(0,0,0,.25);
}

.icon-wrap--sexy svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.icon-wrap--heart{
  color:#ff4fa3;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 22px rgba(255,79,163,.20),
    0 12px 28px rgba(0,0,0,.25);
}
.icon-wrap--heart svg path:first-child{
  fill:rgba(255,79,163,.18);
}

.icon-wrap--spark-chat{
  color:#b06dff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 22px rgba(176,109,255,.18),
    0 12px 28px rgba(0,0,0,.25);
}

.icon-wrap--diamond-key{
  color:#35c9ff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 22px rgba(53,201,255,.17),
    0 12px 28px rgba(0,0,0,.25);
}

.card:hover .icon-wrap--sexy{
  transform:translateY(-2px) scale(1.04);
  transition:transform .22s ease, box-shadow .22s ease;
}


/* Sexy premium colored glow icons v3 */
.icon-wrap--sexy{
  position:relative;
  overflow:visible;
  color:#fff;
}

.icon-wrap--sexy::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:22px;
  opacity:.72;
  filter:blur(16px);
  z-index:0;
  transition:opacity .22s ease, transform .22s ease;
}

.icon-wrap--sexy svg{
  position:relative;
  z-index:1;
  stroke-width:1.9;
}

.icon-wrap--heart{
  color:#ff4fa3 !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.30), transparent 30%),
    linear-gradient(145deg, rgba(255,79,163,.42), rgba(117,87,255,.22)) !important;
  border-color:rgba(255,79,163,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(255,79,163,.42),
    0 0 42px rgba(255,79,163,.20),
    0 14px 34px rgba(0,0,0,.28) !important;
}
.icon-wrap--heart::before{
  background:radial-gradient(circle, rgba(255,79,163,.75), rgba(255,79,163,0) 68%);
}
.icon-wrap--heart svg path:first-child{
  fill:#ff4fa3 !important;
  stroke:#ff4fa3 !important;
}

.icon-wrap--spark-chat{
  color:#b06dff !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.28), transparent 30%),
    linear-gradient(145deg, rgba(176,109,255,.42), rgba(255,79,163,.18)) !important;
  border-color:rgba(176,109,255,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(176,109,255,.40),
    0 0 42px rgba(176,109,255,.18),
    0 14px 34px rgba(0,0,0,.28) !important;
}
.icon-wrap--spark-chat::before{
  background:radial-gradient(circle, rgba(176,109,255,.72), rgba(176,109,255,0) 68%);
}
.icon-wrap--spark-chat svg path:first-child{
  fill:rgba(176,109,255,.16);
}

.icon-wrap--diamond-key{
  color:#35c9ff !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.28), transparent 30%),
    linear-gradient(145deg, rgba(53,201,255,.38), rgba(70,108,255,.24)) !important;
  border-color:rgba(53,201,255,.40) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(53,201,255,.38),
    0 0 42px rgba(53,201,255,.17),
    0 14px 34px rgba(0,0,0,.28) !important;
}
.icon-wrap--diamond-key::before{
  background:radial-gradient(circle, rgba(53,201,255,.70), rgba(53,201,255,0) 68%);
}
.icon-wrap--diamond-key svg path:first-child{
  fill:rgba(53,201,255,.16);
}

.card:hover .icon-wrap--sexy::before{
  opacity:1;
  transform:scale(1.08);
}
.card:hover .icon-wrap--sexy{
  transform:translateY(-3px) scale(1.05);
}


/* v4 larger feature icons */
.icon-wrap--sexy{
  width:64px !important;
  height:64px !important;
  border-radius:22px !important;
  margin-bottom:18px;
}

.icon-wrap--sexy::before{
  inset:-14px !important;
  border-radius:30px !important;
  filter:blur(20px) !important;
}

.icon-wrap--sexy svg{
  width:34px !important;
  height:34px !important;
  stroke-width:1.65 !important;
}

.icon-wrap--heart{
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
}

.icon-wrap--spark-chat,
.icon-wrap--diamond-key{
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)) !important;
}

@media (max-width: 700px){
  .icon-wrap--sexy{
    width:54px !important;
    height:54px !important;
    border-radius:18px !important;
    margin-bottom:14px;
  }

  .icon-wrap--sexy svg{
    width:29px !important;
    height:29px !important;
  }
}



/* icon 1 */
.overview-fusion .mini-stat:nth-of-type(1)::after,
.overview-fusion .stat-chip:nth-of-type(1)::after,
.overview-fusion .quick-stat:nth-of-type(1)::after,
.overview-fusion .feature-stat:nth-of-type(1)::after{
  content:"⚡";
  position:absolute; left:10px; top:6px;
  color:#4ea0ff; font-size:16px;
  text-shadow:0 0 12px rgba(78,160,255,.55);
}
/* icon 2 */
.overview-fusion .mini-stat:nth-of-type(2)::after,
.overview-fusion .stat-chip:nth-of-type(2)::after,
.overview-fusion .quick-stat:nth-of-type(2)::after,
.overview-fusion .feature-stat:nth-of-type(2)::after{
  content:"❤";
  position:absolute; left:10px; top:7px;
  color:#ff5ca8; font-size:15px;
  text-shadow:0 0 12px rgba(255,92,168,.55);
}
/* icon 3 */
.overview-fusion .mini-stat:nth-of-type(3)::after,
.overview-fusion .stat-chip:nth-of-type(3)::after,
.overview-fusion .quick-stat:nth-of-type(3)::after,
.overview-fusion .feature-stat:nth-of-type(3)::after{
  content:"✨";
  position:absolute; left:10px; top:6px;
  color:#b56dff; font-size:16px;
  text-shadow:0 0 12px rgba(181,109,255,.55);
}
/* icon 4 */
.overview-fusion .mini-stat:nth-of-type(4)::after,
.overview-fusion .stat-chip:nth-of-type(4)::after,
.overview-fusion .quick-stat:nth-of-type(4)::after,
.overview-fusion .feature-stat:nth-of-type(4)::after{
  content:"🔓";
  position:absolute; left:9px; top:6px;
  color:#35c9ff; font-size:15px;
  text-shadow:0 0 12px rgba(53,201,255,.55);
}


/* Metric grid inline illustrative icons */
.metric-grid .metric-box{
  position:relative;
  padding:22px 22px 20px 88px !important;
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.metric-icon{
  position:absolute;
  left:24px;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.28), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 14px 34px rgba(0,0,0,.28);
}

.metric-icon::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:24px;
  opacity:.66;
  filter:blur(16px);
}

.metric-icon svg{
  width:24px;
  height:24px;
  position:relative;
  z-index:1;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.metric-icon--curiosity{
  color:#ff4fa3;
  border-color:rgba(255,79,163,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(255,79,163,.36),
    0 0 42px rgba(255,79,163,.16),
    0 14px 34px rgba(0,0,0,.28);
}
.metric-icon--curiosity::before{
  background:radial-gradient(circle, rgba(255,79,163,.68), rgba(255,79,163,0) 68%);
}

.metric-icon--personal{
  color:#b06dff;
  border-color:rgba(176,109,255,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(176,109,255,.36),
    0 0 42px rgba(176,109,255,.16),
    0 14px 34px rgba(0,0,0,.28);
}
.metric-icon--personal::before{
  background:radial-gradient(circle, rgba(176,109,255,.68), rgba(176,109,255,0) 68%);
}

.metric-icon--easy{
  color:#35c9ff;
  border-color:rgba(53,201,255,.40);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(53,201,255,.34),
    0 0 42px rgba(53,201,255,.14),
    0 14px 34px rgba(0,0,0,.28);
}
.metric-icon--easy::before{
  background:radial-gradient(circle, rgba(53,201,255,.62), rgba(53,201,255,0) 68%);
}

.metric-icon--unlock{
  color:#ff7a2f;
  border-color:rgba(255,122,47,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 18px rgba(255,122,47,.32),
    0 0 42px rgba(255,122,47,.14),
    0 14px 34px rgba(0,0,0,.28);
}
.metric-icon--unlock::before{
  background:radial-gradient(circle, rgba(255,122,47,.58), rgba(255,122,47,0) 68%);
}

.metric-grid .metric-box:hover .metric-icon{
  transform:translateY(-50%) scale(1.04);
  transition:transform .22s ease;
}

@media (max-width:700px){
  .metric-grid .metric-box{
    padding-left:76px !important;
    min-height:92px;
  }

  .metric-icon{
    left:20px;
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .metric-icon svg{
    width:21px;
    height:21px;
  }
}


/* V2 visible fuchsia placeholder between feature and metric sections */
.between-feature-placeholder--visible{
  position:relative;
  z-index:30;
  display:block;
  padding:42px 0 46px;
  margin:0;
  overflow:visible;
}

.between-feature-placeholder--visible .container{
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:visible;
}

.fuchsia-placeholder-visible{
  width:178px;
  height:178px;
  flex:0 0 178px;
  border-radius:999px;
  background:#d4008c;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 42px rgba(212,0,140,.58),
    0 0 92px rgba(212,0,140,.28),
    0 22px 60px rgba(0,0,0,.34);
}

@media (max-width:700px){
  .between-feature-placeholder--visible{
    padding:32px 0 36px;
  }

  .fuchsia-placeholder-visible{
    width:138px;
    height:138px;
    flex-basis:138px;
  }
}


/* Premium testimonials carousel V2 */
.testimonials-premium-section{
  padding-top:18px;
}

.testimonials-premium{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  padding:24px 0 22px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,79,163,.13), transparent 28%),
    radial-gradient(circle at 88% 35%, rgba(176,109,255,.11), transparent 30%),
    linear-gradient(180deg, rgba(9,16,40,.92), rgba(6,10,28,.98));
  border:1px solid rgba(255,255,255,.07);
}

.testimonials-premium__head{
  padding:0 26px 18px;
  text-align:center;
}

.testimonials-premium__head h2{
  margin:6px 0 8px;
  font-size:clamp(1.7rem, 3vw, 2.35rem);
}

.testimonials-premium__head p{
  max-width:680px;
  margin:0 auto;
  color:var(--muted);
}

.testimonials-premium::before,
.testimonials-premium::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:120px;
  z-index:5;
  pointer-events:none;
}

.testimonials-premium::before{
  left:0;
  background:linear-gradient(90deg, rgba(7,11,28,.98), rgba(7,11,28,0));
}

.testimonials-premium::after{
  right:0;
  background:linear-gradient(270deg, rgba(7,11,28,.98), rgba(7,11,28,0));
}

.testimonials-premium__viewport{
  overflow:hidden;
  width:100%;
}

.testimonials-premium__track{
  display:flex;
  align-items:stretch;
  gap:18px;
  width:max-content;
  will-change:transform;
  animation:testimonials-scroll var(--testimonial-speed, 46s) linear infinite;
}

.testimonials-premium:hover .testimonials-premium__track{
  animation-play-state:paused;
}

.premium-quote{
  flex:0 0 392px;
  min-height:252px;
  margin:0;
  padding:22px;
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 8%, rgba(255,79,163,.09), transparent 35%),
    linear-gradient(180deg, rgba(15,23,58,.84), rgba(8,14,36,.94));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 18px 42px rgba(0,0,0,.24);
}

.premium-quote__top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.premium-quote__top strong{
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:1.1;
}

.premium-avatar{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:800;
  letter-spacing:-.03em;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 26px rgba(255,79,163,.22),
    0 12px 28px rgba(0,0,0,.28);
}

.premium-avatar--one{background:linear-gradient(145deg,#ff4fa3,#7a5cff);}
.premium-avatar--two{background:linear-gradient(145deg,#b06dff,#ff4fa3);}
.premium-avatar--three{background:linear-gradient(145deg,#35c9ff,#7a5cff);}
.premium-avatar--four{background:linear-gradient(145deg,#ff7a2f,#ff4fa3);}
.premium-avatar--five{background:linear-gradient(145deg,#ff4fa3,#35c9ff);}
.premium-avatar--six{background:linear-gradient(145deg,#7a5cff,#35c9ff);}

.verified-badge{
  display:inline-flex;
  align-items:center;
  margin-top:6px;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(45, 212, 191, .10);
  border:1px solid rgba(45, 212, 191, .20);
  color:#8ef8e7;
  font-size:.72rem;
  font-weight:700;
}

.premium-rating{
  color:#ffd35a;
  text-shadow:0 0 14px rgba(255,211,90,.35);
  margin-bottom:14px;
  letter-spacing:.05em;
}

.premium-rating small{
  color:rgba(255,255,255,.62);
  letter-spacing:0;
  margin-left:6px;
}

.premium-quote p{
  margin:0 0 18px;
  color:rgba(238,243,255,.93);
  font-size:1.02rem;
  line-height:1.55;
}

.usage-tag{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,79,163,.10);
  border:1px solid rgba(255,79,163,.18);
  color:#ffc2df;
  font-size:.76rem;
  font-weight:700;
}

@keyframes testimonials-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

@media (max-width:700px){
  .testimonials-premium-section{
    padding-top:10px;
  }

  .testimonials-premium{
    border-radius:22px;
    padding:20px 0 18px;
  }

  .testimonials-premium__head{
    padding:0 18px 16px;
  }

  .testimonials-premium::before,
  .testimonials-premium::after{
    width:42px;
  }

  .premium-quote{
    flex-basis:305px;
    min-height:276px;
    padding:19px;
  }

  .premium-quote p{
    font-size:.96rem;
  }
}


/* Connected steps flow */
.connected-steps{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,79,163,.10), transparent 26%),
    radial-gradient(circle at 88% 28%, rgba(53,201,255,.09), transparent 30%),
    linear-gradient(180deg, rgba(9,16,40,.92), rgba(6,10,28,.97));
}

.connected-steps__head{
  text-align:center;
  max-width:760px;
  margin:0 auto 26px;
}

.connected-steps__head h2{
  margin:6px 0 10px;
  font-size:clamp(1.8rem, 3vw, 2.5rem);
}

.connected-steps__head p{
  margin:0 auto;
  color:var(--muted);
  line-height:1.55;
}

.connected-steps__flow{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:14px;
  align-items:stretch;
  position:relative;
}

.flow-step{
  position:relative;
  min-height:220px;
  padding:18px 16px 17px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(15,23,58,.82), rgba(8,14,36,.94));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 18px 42px rgba(0,0,0,.22);
}

.flow-step__number{
  position:absolute;
  top:16px;
  right:16px;
  font-size:.78rem;
  font-weight:800;
  color:rgba(238,243,255,.45);
  letter-spacing:.08em;
}

.flow-step__icon{
  width:50px;
  height:50px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  position:relative;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.26), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
}

.flow-step__icon::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:24px;
  opacity:.70;
  filter:blur(16px);
}

.flow-step__icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
  position:relative;
  z-index:1;
}

.flow-step h3{
  margin:0 0 10px;
  font-size:1.08rem;
}

.flow-step p{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.45;
}

.flow-step--pink .flow-step__icon{
  color:#ff4fa3;
  border-color:rgba(255,79,163,.38);
  box-shadow:0 0 24px rgba(255,79,163,.24);
}
.flow-step--pink .flow-step__icon::before{background:radial-gradient(circle, rgba(255,79,163,.68), transparent 68%);}
.flow-step--pink .flow-step__icon svg path:first-child{fill:rgba(255,79,163,.20);}

.flow-step--violet .flow-step__icon{
  color:#b06dff;
  border-color:rgba(176,109,255,.38);
  box-shadow:0 0 24px rgba(176,109,255,.22);
}
.flow-step--violet .flow-step__icon::before{background:radial-gradient(circle, rgba(176,109,255,.62), transparent 68%);}

.flow-step--blue .flow-step__icon{
  color:#4f8cff;
  border-color:rgba(79,140,255,.38);
  box-shadow:0 0 24px rgba(79,140,255,.20);
}
.flow-step--blue .flow-step__icon::before{background:radial-gradient(circle, rgba(79,140,255,.58), transparent 68%);}

.flow-step--cyan .flow-step__icon{
  color:#35c9ff;
  border-color:rgba(53,201,255,.38);
  box-shadow:0 0 24px rgba(53,201,255,.20);
}
.flow-step--cyan .flow-step__icon::before{background:radial-gradient(circle, rgba(53,201,255,.58), transparent 68%);}

.flow-step--orange .flow-step__icon{
  color:#ff7a2f;
  border-color:rgba(255,122,47,.38);
  box-shadow:0 0 24px rgba(255,122,47,.18);
}
.flow-step--orange .flow-step__icon::before{background:radial-gradient(circle, rgba(255,122,47,.54), transparent 68%);}

.flow-arrow{
  display:none;
}

.connected-steps__cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:26px;
}

.connected-steps__cta span{
  color:rgba(189,202,235,.82);
  font-size:.88rem;
}

@media (min-width: 1101px){
  .connected-steps__flow{
    gap:22px;
  }

  .flow-arrow{
    display:block;
    position:absolute;
    top:50%;
    width:30px;
    height:2px;
    margin-top:-1px;
    background:linear-gradient(90deg, rgba(255,79,163,.35), rgba(53,201,255,.60));
    box-shadow:0 0 18px rgba(93,139,255,.28);
    z-index:3;
  }

  .flow-arrow::after{
    content:"";
    position:absolute;
    right:-1px;
    top:50%;
    width:8px;
    height:8px;
    border-top:2px solid rgba(53,201,255,.75);
    border-right:2px solid rgba(53,201,255,.75);
    transform:translateY(-50%) rotate(45deg);
  }

  .flow-arrow:nth-of-type(1){left:18.6%;}
  .flow-arrow:nth-of-type(2){left:38.6%;}
  .flow-arrow:nth-of-type(3){left:58.6%;}
  .flow-arrow:nth-of-type(4){left:78.6%;}
}

@media (max-width: 1100px){
  .connected-steps{
    padding:24px 18px;
  }

  .connected-steps__flow{
    grid-template-columns:1fr;
    gap:18px;
    max-width:620px;
    margin:0 auto;
  }

  .flow-step{
    min-height:auto;
    padding:18px 18px 18px 86px;
  }

  .flow-step__icon{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    margin:0;
  }

  .flow-step:not(:last-child)::after{
    content:"";
    position:absolute;
    left:42px;
    bottom:-18px;
    width:2px;
    height:18px;
    background:linear-gradient(180deg, rgba(255,79,163,.35), rgba(53,201,255,.60));
    box-shadow:0 0 14px rgba(93,139,255,.24);
  }
}

@media (max-width: 700px){
  .connected-steps{
    border-radius:22px;
    padding:20px 14px;
  }

  .flow-step{
    padding-left:80px;
  }

  .connected-steps__cta .btn{
    width:100%;
    justify-content:center;
  }
}


/* Hero right cover image */
.hero-media-panel{
  width:100%;
  max-width:540px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.hero-cover-image{
  display:block;
  width:472px;
  max-width:100%;
  height:auto;
  aspect-ratio:472 / 355;
  object-fit:cover;
  border-radius:28px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 42px rgba(212,0,140,.24),
    0 24px 68px rgba(0,0,0,.34);
}

.hero-media-panel .asset-actions{
  width:100%;
  max-width:486px;
}

.hero-media-panel .hero-notes{
  width:100%;
  justify-content:center;
}

@media (max-width:700px){
  .hero-cover-image{
    border-radius:22px;
  }
}


/* Hero scroll safe visible cover */
.hero{
  transform:none !important;
  opacity:1 !important;
}

.hero-grid{
  contain:layout style !important;
}

.hero-media-panel{
  width:100%;
  max-width:540px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  contain:layout style !important;
}

.hero-cover-wrap{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  position:relative !important;
  contain:layout style !important;
}

.hero-cover-wrap::before,
.hero-cover-wrap::after{
  content:none !important;
  display:none !important;
}

.hero-cover-image{
  display:block !important;
  width:472px !important;
  max-width:69% !important;
  height:auto !important;
  aspect-ratio:472 / 355 !important;
  object-fit:cover !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  will-change:auto !important;
  opacity:1 !important;
  visibility:visible !important;
}

.hero-media-panel .hero-notes{
  width:100%;
  justify-content:center;
}

@media (max-width:700px){
  .hero-cover-image{
    width:472px !important;
    max-width:100% !important;
  }
}


/* Hero scroll-safe static violet glow */
.hero-cover-wrap{
  padding:26px 0 !important;
  background:
    radial-gradient(ellipse at center,
      rgba(166,92,255,.34) 0%,
      rgba(212,0,140,.22) 34%,
      rgba(166,92,255,.10) 52%,
      transparent 72%
    ) !important;
  background-size:92% 86% !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}

.hero-cover-image{
  box-shadow:
    0 0 26px rgba(166,92,255,.26),
    0 18px 46px rgba(0,0,0,.30) !important;
}

@media (max-width:700px){
  .hero-cover-wrap{
    padding:18px 0 !important;
    background-size:108% 88% !important;
  }
}



/* =========================================================
   AIGirlPicks v1.1.0 — Age gate + low-process hero glow
   Non-destructive append-only patch.
   ========================================================= */
html.age-gate-active,
html.age-gate-active body{
  overflow:hidden;
}

html.age-gate-active .site-shell,
html.age-gate-active .sticky-disclosure-bar,
html.age-gate-active .floating-proof-widget{
  filter:blur(8px);
  pointer-events:none;
  user-select:none;
}

.age-gate{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.age-gate__backdrop{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 30%, rgba(166,92,255,.24), transparent 34%),
    radial-gradient(circle at 46% 56%, rgba(212,0,140,.15), transparent 30%),
    rgba(1,5,18,.84);
  backdrop-filter:blur(10px);
}

.age-gate__modal{
  position:relative;
  width:min(100%, 530px);
  padding:34px;
  border:1px solid rgba(166,92,255,.30);
  border-radius:24px;
  background:
    linear-gradient(145deg, rgba(14,24,58,.97), rgba(6,10,26,.99));
  box-shadow:
    0 28px 90px rgba(0,0,0,.55),
    0 0 46px rgba(166,92,255,.20),
    inset 0 1px 0 rgba(255,255,255,.05);
  color:#f5f7ff;
  text-align:center;
}

.age-gate__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,72,145,.12);
  border:1px solid rgba(255,72,145,.35);
  color:#ff7ab8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.age-gate__modal h2{
  margin:0 0 12px;
  font-size:clamp(28px, 4vw, 40px);
  line-height:1.05;
  letter-spacing:-.03em;
}

.age-gate__modal p{
  margin:0 auto;
  max-width:440px;
  color:rgba(235,240,255,.76);
  font-size:15px;
  line-height:1.6;
}

.age-gate__actions{
  display:flex;
  gap:12px;
  justify-content:center;
  margin-top:26px;
  flex-wrap:wrap;
}

.age-gate__btn{
  min-width:170px;
  border:0;
  border-radius:999px;
  padding:13px 18px;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.age-gate__btn:hover{
  transform:translateY(-1px);
}

.age-gate__btn--primary{
  color:#fff;
  background:linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow:0 12px 30px rgba(75,125,255,.32);
}

.age-gate__btn--secondary{
  color:rgba(235,240,255,.88);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}

.age-gate__note{
  margin-top:18px !important;
  font-size:12px !important;
  color:rgba(235,240,255,.48) !important;
}

.age-gate--hidden{
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

.hero-media-panel{
  gap:10px !important;
}

.hero-cover-wrap{
  position:relative !important;
  isolation:isolate;
  padding:28px 18px 14px !important;
  background:
    radial-gradient(ellipse at center,
      rgba(166,92,255,.34) 0%,
      rgba(212,0,140,.22) 34%,
      rgba(166,92,255,.10) 52%,
      transparent 72%
    ) !important;
  background-size:92% 86% !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  contain:layout style !important;
}

.hero-cover-image{
  position:relative !important;
  z-index:2 !important;
  border-radius:22px !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 26px rgba(166,92,255,.28),
    0 18px 46px rgba(0,0,0,.30) !important;
  filter:none !important;
  transform:none !important;
  will-change:auto !important;
}

.hero-image-placeholder{
  position:relative;
  width:2px;
  height:24px;
  margin:0 auto;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(214,119,255,0), rgba(214,119,255,.72) 30%, rgba(114,152,255,.76) 100%);
  box-shadow:0 0 12px rgba(166,92,255,.42);
  opacity:.9;
}

.hero-image-placeholder::before,
.hero-image-placeholder::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  border-radius:999px;
}

.hero-image-placeholder::before{
  top:-7px;
  width:10px;
  height:10px;
  background:radial-gradient(circle, rgba(255,123,196,.96) 0%, rgba(214,119,255,.88) 55%, rgba(214,119,255,0) 72%);
  box-shadow:0 0 12px rgba(255,111,185,.45);
}

.hero-image-placeholder::after{
  bottom:-2px;
  width:22px;
  height:8px;
  background:radial-gradient(circle at center, rgba(129,171,255,.82), rgba(129,171,255,0) 72%);
}

.hero-notes{
  width:auto !important;
  max-width:min(96%, 460px);
  margin:0 auto;
  padding:11px 16px 12px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(13,20,37,.78), rgba(10,16,30,.90));
  border:1px solid rgba(124,153,255,.14);
  box-shadow:
    0 14px 34px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
  gap:10px 16px !important;
}

body.light-mode .hero-notes{
  background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(246,249,255,.96));
  border-color:rgba(113,132,198,.14);
}

@media (max-width:700px){
  .age-gate__modal{
    padding:26px 20px;
  }
  .age-gate__btn{
    width:100%;
  }
  .hero-cover-wrap{
    padding:20px 10px 10px !important;
    background-size:108% 88% !important;
  }
  .hero-image-placeholder{
    height:18px;
  }
  .hero-notes{
    max-width:100%;
    padding:10px 14px 11px;
    border-radius:20px;
    justify-content:center !important;
  }
}


/* =========================================================
   AIGirlPicks v1.1.5 — dark-only header + premium logo
   Non-destructive append-only patch.
   ========================================================= */
.theme-toggle{
  display:none !important;
}

.site-header .nav{
  justify-content:flex-start !important;
  gap:28px !important;
}

.site-header .brand{
  flex:0 0 auto;
  gap:11px !important;
}

.site-header .menu{
  margin-left:auto !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:28px !important;
}

.brand-mark{
  display:none !important;
}

.brand-logo{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:block;
  filter:drop-shadow(0 0 16px rgba(255,79,163,.24)) drop-shadow(0 0 18px rgba(126,92,255,.18));
}

.brand-name{
  display:inline-block;
  white-space:nowrap;
}

.site-header .menu a{
  position:relative;
  padding:6px 0;
}

.site-header .menu a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, rgba(255,79,163,0), rgba(255,79,163,.72), rgba(126,92,255,.72), rgba(126,92,255,0));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}

.site-header .menu a:hover::after{
  transform:scaleX(1);
}

@media (max-width:980px){
  .site-header .nav{
    justify-content:space-between !important;
  }

  .site-header .menu{
    display:flex !important;
    margin-left:0 !important;
    gap:18px !important;
  }
}

@media (max-width:700px){
  .site-header .nav{
    flex-direction:column;
    align-items:center;
    gap:10px !important;
    padding:12px 0;
  }

  .site-header .menu{
    justify-content:center !important;
    flex-wrap:wrap;
    font-size:.92rem;
  }

  .brand-logo{
    width:32px;
    height:32px;
    flex-basis:32px;
  }
}


/* =========================================================
   AIGirlPicks v1.1.6 — fem01 visual replacement
   Base: latest index.php + styles.css supplied by user.
   ========================================================= */
.fem01-visual{
  display:block;
  width:min(360px, 82vw);
  max-width:100%;
  height:auto;
  object-fit:contain;
  border-radius:30px;
  filter:
    drop-shadow(0 0 28px rgba(212,0,140,.30))
    drop-shadow(0 18px 42px rgba(0,0,0,.30));
}

.between-feature-placeholder--visible .container{
  position:relative;
}

.between-feature-placeholder--visible .container::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:min(430px, 88vw);
  height:min(330px, 58vw);
  transform:translate(-50%, -50%);
  border-radius:999px;
  background:radial-gradient(ellipse at center, rgba(212,0,140,.18) 0%, rgba(166,92,255,.12) 42%, rgba(166,92,255,0) 72%);
  z-index:-1;
  pointer-events:none;
}

@media (max-width:700px){
  .fem01-visual{
    width:min(300px, 84vw);
    border-radius:24px;
  }
}


/* =========================================================
   AIGirlPicks v1.1.7 — 30-second quick action UI
   Non-destructive append-only patch.
   ========================================================= */
.nav-quick-cta{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px !important;
  border-radius:999px;
  color:#fff !important;
  font-weight:800;
  background:linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow:0 12px 30px rgba(75,125,255,.24), 0 0 22px rgba(255,79,163,.13);
  border:1px solid rgba(255,255,255,.10);
  white-space:nowrap;
}
.nav-quick-cta::after{
  display:none !important;
}
.nav-quick-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 36px rgba(75,125,255,.30), 0 0 28px rgba(255,79,163,.18);
}

.quick-build-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  width:min(100%, 560px);
  margin-top:18px;
  padding:14px 16px;
  border-radius:22px;
  background:
    radial-gradient(circle at 8% 30%, rgba(255,79,163,.16), transparent 32%),
    linear-gradient(180deg, rgba(15,23,58,.78), rgba(8,14,36,.93));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:
    0 18px 44px rgba(0,0,0,.24),
    0 0 34px rgba(166,92,255,.12),
    inset 0 1px 0 rgba(255,255,255,.045);
  overflow:hidden;
}
.quick-build-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,79,163,0), rgba(255,79,163,.10), rgba(79,140,255,.08), rgba(79,140,255,0));
  opacity:.9;
  pointer-events:none;
}
.quick-build-card__pulse{
  position:relative;
  z-index:1;
  width:42px;
  height:42px;
  border-radius:50%;
  background:radial-gradient(circle, #ff7ab8 0 22%, rgba(255,122,184,.26) 23% 54%, rgba(255,122,184,0) 55%);
  box-shadow:0 0 24px rgba(255,79,163,.42);
}
.quick-build-card__pulse::after{
  content:"30s";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.68rem;
  font-weight:900;
  color:#fff;
  letter-spacing:-.03em;
}
.quick-build-card__body{
  position:relative;
  z-index:1;
  min-width:0;
}
.quick-build-card__body strong{
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:1.18;
  margin-bottom:4px;
}
.quick-build-card__body small{
  display:block;
  color:rgba(190,201,228,.82);
  font-size:.86rem;
  line-height:1.35;
}
.quick-build-card__arrow{
  position:relative;
  z-index:1;
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  font-weight:900;
}
.quick-build-card:hover{
  transform:translateY(-2px);
  transition:transform .18s ease, box-shadow .18s ease;
  box-shadow:
    0 22px 54px rgba(0,0,0,.30),
    0 0 42px rgba(166,92,255,.18),
    inset 0 1px 0 rgba(255,255,255,.055);
}

@media (max-width:980px){
  .nav-quick-cta{
    min-height:34px;
    padding:0 12px !important;
    font-size:.9rem;
  }
}
@media (max-width:700px){
  .nav-quick-cta{
    order:4;
    width:100%;
    max-width:260px;
  }
  .quick-build-card{
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    padding:13px 14px;
    border-radius:19px;
  }
  .quick-build-card__arrow{
    display:none;
  }
  .quick-build-card__body small{
    font-size:.80rem;
  }
}

/* =========================================================
   AIGirlPicks v1.1.9 — Hero CTA hierarchy fix
   Main conversion message merged into primary CTA.
   ========================================================= */
.hero-microline{
  margin:12px 0 0;
  color:rgba(190,201,228,.72);
  font-size:.88rem;
  line-height:1.45;
  letter-spacing:.01em;
}

body.light-mode .hero-microline{
  color:rgba(74,88,122,.72);
}

@media (max-width:700px){
  .hero-microline{
    text-align:center;
    font-size:.82rem;
  }
  
  
  /* =========================================================
   AIGirlPicks — Companion cards: force 4 tiles per row
   Desktop = 4 columns / Tablet = 2 / Mobile = 1
   ========================================================= */

.product-grid.companion-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:20px !important;
  align-items:stretch !important;
}

.product-grid.companion-grid .companion-card{
  min-width:0 !important;
  width:100% !important;
}

.product-grid.companion-grid .thumb{
  height:220px !important;
}

/* Tablet */
@media (max-width:1199px){
  .product-grid.companion-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width:640px){
  .product-grid.companion-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .product-grid.companion-grid .thumb{
    height:220px !important;
  }
}

@media (min-width:1200px){
  .container{
    width:min(calc(100% - 64px), 1240px) !important;
  }
}
}


/* =========================================================
   Compliance panel — center dynamic disclosure text
   Fixes 2–3 line translations inside rounded bottom bar
   ========================================================= */

.compliance-panel-embed .compliance-bottom-bar{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  height:13.5% !important;
  padding:0 18px 0 72px !important; /* leaves room for the shield icon */
  box-sizing:border-box !important;
}

.compliance-panel-embed .compliance-bottom-bar p{
  margin:0 !important;
  width:100% !important;
  max-width:100% !important;
  text-align:left !important;
  line-height:1.18 !important;
  display:block !important;
}

/* German / French safety: slightly tighter text when translations are longer */
html[lang="fr"] .compliance-panel-embed .compliance-bottom-bar p,
html[lang="de"] .compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(.48rem, .72vw, .68rem) !important;
  line-height:1.12 !important;
}

/* Tablet / mobile: keep vertical centering and reduce icon offset */
@media (max-width:980px){
  .compliance-panel-embed .compliance-bottom-bar{
    min-height:44px !important;
    height:14.5% !important;
    padding:0 14px 0 48px !important;
    display:flex !important;
    align-items:center !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    margin:0 !important;
    line-height:1.14 !important;
    text-align:left !important;
  }
}

/* Small mobile: text needs more width, less left offset */
@media (max-width:560px){
  .compliance-panel-embed .compliance-bottom-bar{
    min-height:46px !important;
    height:15.5% !important;
    padding:0 10px 0 38px !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.46rem, 2vw, .68rem) !important;
    line-height:1.12 !important;
  }
}


/* =========================================================
   Compliance panel — FR/DE long text positioning fix
   Corrects vertical alignment of top labels + bottom disclosure
   ========================================================= */

/* 1) Reposition the three main column text blocks slightly */
.compliance-panel-embed .compliance-top-left,
.compliance-panel-embed .compliance-top-center,
.compliance-panel-embed .compliance-top-right{
  top:55.8% !important;
}

/* FR needs slightly more room because labels wrap more */
html[lang="fr"] .compliance-panel-embed .compliance-top-left{
  top:54.2% !important;
}

html[lang="fr"] .compliance-panel-embed .compliance-top-center,
html[lang="fr"] .compliance-panel-embed .compliance-top-right{
  top:55.0% !important;
}

/* DE also tends to be taller */
html[lang="de"] .compliance-panel-embed .compliance-top-left,
html[lang="de"] .compliance-panel-embed .compliance-top-center,
html[lang="de"] .compliance-panel-embed .compliance-top-right{
  top:54.8% !important;
}

/* 2) Compact headings and paragraphs so they stop crashing into the bottom bar */
.compliance-panel-embed .compliance-overlay h3{
  margin:0 0 5px !important;
  line-height:.95 !important;
}

.compliance-panel-embed .compliance-overlay p{
  line-height:1.12 !important;
}

/* FR/DE long heading safety */
html[lang="fr"] .compliance-panel-embed .compliance-overlay h3,
html[lang="de"] .compliance-panel-embed .compliance-overlay h3{
  font-size:clamp(.58rem, .88vw, .92rem) !important;
  line-height:.92 !important;
}

html[lang="fr"] .compliance-panel-embed .compliance-overlay p,
html[lang="de"] .compliance-panel-embed .compliance-overlay p{
  font-size:clamp(.44rem, .62vw, .58rem) !important;
  line-height:1.08 !important;
}

/* 3) Bottom disclosure: stop vertical centering guesses, place it inside the real rounded bar */
.compliance-panel-embed .compliance-bottom-bar{
  left:16.5% !important;
  right:8.8% !important;
  bottom:4.8% !important;
  height:9.6% !important;
  min-height:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  padding:0 18px 0 78px !important;
  box-sizing:border-box !important;
  text-align:left !important;
}

/* Text inside the bottom rounded rectangle */
.compliance-panel-embed .compliance-bottom-bar p{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;

  display:block !important;
  text-align:left !important;
  line-height:1.05 !important;
  font-size:clamp(.42rem, .60vw, .56rem) !important;
  transform:translateY(1px) !important;
}

/* French is longer: smaller and slightly lower */
html[lang="fr"] .compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(.38rem, .55vw, .50rem) !important;
  line-height:1.02 !important;
  transform:translateY(2px) !important;
}

/* German is also longer but usually less dense than FR */
html[lang="de"] .compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(.38rem, .55vw, .50rem) !important;
  line-height:1.02 !important;
  transform:translateY(2px) !important;
}

/* 4) Tablet/mobile: keep layout readable, not perfect desktop overlay */
@media (max-width:980px){
  .compliance-panel-embed .compliance-top-left,
  .compliance-panel-embed .compliance-top-center,
  .compliance-panel-embed .compliance-top-right{
    top:56.8% !important;
  }

  .compliance-panel-embed .compliance-overlay h3{
    font-size:clamp(.48rem, 1.55vw, .72rem) !important;
    line-height:.94 !important;
  }

  .compliance-panel-embed .compliance-overlay p{
    display:none !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    left:16.5% !important;
    right:8.8% !important;
    bottom:4.8% !important;
    height:9.8% !important;
    padding:0 10px 0 52px !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.36rem, 1.25vw, .54rem) !important;
    line-height:1.02 !important;
    transform:translateY(1px) !important;
  }
}

@media (max-width:560px){
  .compliance-panel-embed .compliance-bottom-bar{
    left:16.5% !important;
    right:8.8% !important;
    bottom:4.8% !important;
    height:10.2% !important;
    padding:0 8px 0 42px !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.32rem, 1.55vw, .48rem) !important;
    line-height:1 !important;
    transform:translateY(1px) !important;
  }
}

/* =========================================================
   Compliance panel — readability restoration
   Larger readable text + controlled bottom disclosure
   ========================================================= */

/* Main three columns: readable again */
.compliance-panel-embed .compliance-overlay h3{
  font-size:clamp(.82rem, 1.12vw, 1.18rem) !important;
  line-height:.98 !important;
  margin:0 0 7px !important;
  letter-spacing:-.025em !important;
}

.compliance-panel-embed .compliance-overlay p{
  font-size:clamp(.58rem, .78vw, .72rem) !important;
  line-height:1.18 !important;
  margin:0 auto !important;
  max-width:95% !important;
}

/* FR/DE need slightly smaller headings, but still readable */
html[lang="fr"] .compliance-panel-embed .compliance-overlay h3,
html[lang="de"] .compliance-panel-embed .compliance-overlay h3{
  font-size:clamp(.74rem, 1.02vw, 1.04rem) !important;
  line-height:.96 !important;
}

html[lang="fr"] .compliance-panel-embed .compliance-overlay p,
html[lang="de"] .compliance-panel-embed .compliance-overlay p{
  font-size:clamp(.54rem, .72vw, .68rem) !important;
  line-height:1.14 !important;
}

/* Keep the 3 text blocks aligned under the icons */
.compliance-panel-embed .compliance-top-left{
  top:55.6% !important;
}

.compliance-panel-embed .compliance-top-center{
  top:56.2% !important;
}

.compliance-panel-embed .compliance-top-right{
  top:56.2% !important;
}

/* FR/DE: titles wrap more, so start a bit higher */
html[lang="fr"] .compliance-panel-embed .compliance-top-left,
html[lang="de"] .compliance-panel-embed .compliance-top-left{
  top:55.0% !important;
}

html[lang="fr"] .compliance-panel-embed .compliance-top-center,
html[lang="fr"] .compliance-panel-embed .compliance-top-right,
html[lang="de"] .compliance-panel-embed .compliance-top-center,
html[lang="de"] .compliance-panel-embed .compliance-top-right{
  top:55.2% !important;
}

/* Bottom rounded bar: place text lower and make it readable */
.compliance-panel-embed .compliance-bottom-bar{
  left:13.5% !important;
  right:8.8% !important;
  bottom:4.9% !important;
  height:10.8% !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  padding:0 22px 0 82px !important;
  box-sizing:border-box !important;
  text-align:left !important;
}

/* Bottom text: readable, not microscopic */
.compliance-panel-embed .compliance-bottom-bar p{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;

  display:block !important;
  text-align:left !important;
  font-size:clamp(.54rem, .74vw, .68rem) !important;
  line-height:1.12 !important;
  transform:translateY(1px) !important;
}

/* FR/DE bottom text: still readable, only slightly tighter */
html[lang="fr"] .compliance-panel-embed .compliance-bottom-bar p,
html[lang="de"] .compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(.50rem, .68vw, .62rem) !important;
  line-height:1.08 !important;
}

/* Tablet */
@media (max-width:980px){
  .compliance-panel-embed .compliance-overlay h3{
    font-size:clamp(.58rem, 1.75vw, .82rem) !important;
    line-height:.96 !important;
  }

  .compliance-panel-embed .compliance-overlay p{
    display:none !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    padding:0 12px 0 52px !important;
    height:10.8% !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.44rem, 1.45vw, .62rem) !important;
    line-height:1.06 !important;
  }
}

/* Small mobile */
@media (max-width:560px){
  .compliance-panel-embed .compliance-overlay h3{
    font-size:clamp(.50rem, 2.35vw, .74rem) !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    padding:0 9px 0 42px !important;
    height:11.5% !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.40rem, 1.9vw, .56rem) !important;
    line-height:1.04 !important;
  }
}

/* =========================================================
   Compliance panel — final spacing/readability fix
   Smaller column descriptions + lower centered bottom text
   ========================================================= */

/* Reduce only the small descriptions under the 3 big labels */
.compliance-panel-embed .compliance-top-left p,
.compliance-panel-embed .compliance-top-center p,
.compliance-panel-embed .compliance-top-right p{
  font-size:clamp(.50rem, .66vw, .62rem) !important;
  line-height:1.08 !important;
  max-width:88% !important;
  margin:0 auto !important;
}

/* Keep headings readable but slightly tighter */
.compliance-panel-embed .compliance-top-left h3,
.compliance-panel-embed .compliance-top-center h3,
.compliance-panel-embed .compliance-top-right h3{
  font-size:clamp(.78rem, 1.02vw, 1.08rem) !important;
  line-height:.94 !important;
  margin:0 0 6px !important;
}

/* Move the 3 text groups a touch higher to create breathing room above bottom bar */
.compliance-panel-embed .compliance-top-left,
.compliance-panel-embed .compliance-top-center,
.compliance-panel-embed .compliance-top-right{
  top:54.8% !important;
}

/* Bottom bar: real visual centering, slightly lower */
.compliance-panel-embed .compliance-bottom-bar{
  bottom:4.25% !important;
  height:18.2% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:0 22px 0 84px !important;
  box-sizing:border-box !important;
}

/* The text itself needs a small downward optical correction */
.compliance-panel-embed .compliance-bottom-bar p{
  margin:0 !important;
  padding:0 !important;
  font-size:clamp(.50rem, .68vw, .62rem) !important;
  line-height:1.08 !important;
  text-align:left !important;
  transform:translateY(3px) !important;
}

/* FR/DE safety: long translated labels need a little more compactness */
html[lang="fr"] .compliance-panel-embed .compliance-top-left p,
html[lang="fr"] .compliance-panel-embed .compliance-top-center p,
html[lang="fr"] .compliance-panel-embed .compliance-top-right p,
html[lang="de"] .compliance-panel-embed .compliance-top-left p,
html[lang="de"] .compliance-panel-embed .compliance-top-center p,
html[lang="de"] .compliance-panel-embed .compliance-top-right p{
  font-size:clamp(.46rem, .62vw, .58rem) !important;
  line-height:1.05 !important;
}

/* FR/DE bottom text: keep readable, but avoid overflow */
html[lang="fr"] .compliance-panel-embed .compliance-bottom-bar p,
html[lang="de"] .compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(.47rem, .64vw, .58rem) !important;
  line-height:1.06 !important;
  transform:translateY(3px) !important;
}

/* Tablet/mobile */
@media (max-width:980px){
  .compliance-panel-embed .compliance-top-left,
  .compliance-panel-embed .compliance-top-center,
  .compliance-panel-embed .compliance-top-right{
    top:55.5% !important;
  }

  .compliance-panel-embed .compliance-top-left p,
  .compliance-panel-embed .compliance-top-center p,
  .compliance-panel-embed .compliance-top-right p{
    display:none !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    bottom:4.2% !important;
    height:10.8% !important;
    padding:0 12px 0 52px !important;
  }

  .compliance-panel-embed .compliance-bottom-bar p{
    font-size:clamp(.42rem, 1.35vw, .58rem) !important;
    line-height:1.04 !important;
    transform:translateY(2px) !important;
  }
}

/* =========================================================
   Compliance panel — final manual tuning by Robin
   Bottom disclosure alignment + readable text size
   ========================================================= */

.compliance-panel-embed .compliance-bottom-bar{
  padding:0 22px 0 4px !important;
}

.compliance-panel-embed .compliance-bottom-bar p{
  font-size:clamp(0.70rem, 1.68vw, 0.62rem) !important;
}

/* =========================================================
   Compliance panel — keep bottom disclosure visible under 780px
   Top column descriptions may disappear, but bottom legal text must stay.
   ========================================================= */

@media (max-width:780px){

  /* Hide only the 3 column descriptions under the icons */
  .compliance-panel-embed .compliance-top-left p,
  .compliance-panel-embed .compliance-top-center p,
  .compliance-panel-embed .compliance-top-right p{
    display:none !important;
  }

  /* Force the bottom disclosure paragraph to stay visible */
  .compliance-panel-embed .compliance-bottom-bar p{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    font-size:clamp(0.50rem, 1.85vw, 0.66rem) !important;
    line-height:1.05 !important;
    margin:0 !important;
    padding:0 !important;
    transform:translateY(1px) !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:0 10px 0 4px !important;
    bottom:4.2% !important;
    height:11.5% !important;
  }
}

/* =========================================================
   Compliance panel — force bottom disclosure visible 781–980px
   The 3 column descriptions can stay hidden, but bottom bar text must show.
   ========================================================= */

@media (min-width:781px) and (max-width:980px){

  /* Keep top icon descriptions hidden in this range */
  .compliance-panel-embed .compliance-top-left p,
  .compliance-panel-embed .compliance-top-center p,
  .compliance-panel-embed .compliance-top-right p{
    display:none !important;
  }

  /* Override broad .compliance-overlay p { display:none } rules */
  .compliance-panel-embed .compliance-bottom-bar p{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    font-size:clamp(0.54rem, 1.45vw, 0.68rem) !important;
    line-height:1.06 !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    transform:translateY(1px) !important;
  }

  .compliance-panel-embed .compliance-bottom-bar{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;

    padding:0 12px 0 4px !important;
    bottom:4.2% !important;
    height:11.2% !important;
  }
}

/* Extra safety: bottom disclosure must never be hidden below 980px */
@media (max-width:980px){
  .compliance-panel-embed .compliance-bottom-bar p{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}


/* =========================================================
   AIGirlPicks — Testimonials premium parity all languages
   Final override: same EN/FR premium render on IT/ES/DE + calmer speed.
   ========================================================= */
.testimonials-marquee-section.testimonials-premium-section{
  padding-top:18px !important;
}

.testimonials-premium{
  position:relative !important;
  overflow:hidden !important;
  border-radius:28px !important;
  padding:24px 0 22px !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,79,163,.13), transparent 28%),
    radial-gradient(circle at 88% 35%, rgba(176,109,255,.11), transparent 30%),
    linear-gradient(180deg, rgba(9,16,40,.92), rgba(6,10,28,.98)) !important;
  border:1px solid rgba(255,255,255,.07) !important;
}

.testimonials-premium__head{
  padding:0 26px 18px !important;
  text-align:center !important;
}

.testimonials-marquee__viewport,
.testimonials-premium__viewport{
  overflow:hidden !important;
  width:100% !important;
  max-width:100% !important;
}

.testimonials-marquee__track,
.testimonials-premium__track{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:18px !important;
  width:max-content !important;
  max-width:none !important;
  will-change:transform !important;
  animation:testimonials-scroll var(--testimonial-speed, 72s) linear infinite !important;
}

.testimonials-marquee__track > .premium-quote,
.testimonials-premium__track > .premium-quote{
  flex:0 0 392px !important;
  width:392px !important;
  max-width:392px !important;
  min-height:252px !important;
  margin:0 !important;
  padding:22px !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 15% 8%, rgba(255,79,163,.09), transparent 35%),
    linear-gradient(180deg, rgba(15,23,58,.84), rgba(8,14,36,.94)) !important;
  border:1px solid rgba(255,255,255,.075) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 18px 42px rgba(0,0,0,.24) !important;
}

.premium-quote__top{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:14px !important;
}

.premium-avatar{
  width:46px !important;
  height:46px !important;
  flex:0 0 46px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-weight:800 !important;
  letter-spacing:-.03em !important;
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 0 26px rgba(255,79,163,.22),0 12px 28px rgba(0,0,0,.28) !important;
}
.premium-avatar--one{background:linear-gradient(145deg,#ff4fa3,#7a5cff) !important;}
.premium-avatar--two{background:linear-gradient(145deg,#b06dff,#ff4fa3) !important;}
.premium-avatar--three{background:linear-gradient(145deg,#35c9ff,#7a5cff) !important;}
.premium-avatar--four{background:linear-gradient(145deg,#ff7a2f,#ff4fa3) !important;}
.premium-avatar--five{background:linear-gradient(145deg,#ff4fa3,#35c9ff) !important;}
.premium-avatar--six{background:linear-gradient(145deg,#7a5cff,#35c9ff) !important;}

.testimonials-premium:hover .testimonials-marquee__track,
.testimonials-premium:hover .testimonials-premium__track{
  animation-play-state:paused !important;
}

@keyframes testimonials-scroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

@media (max-width:700px){
  .testimonials-premium{
    border-radius:22px !important;
    padding:20px 0 18px !important;
  }
  .testimonials-premium__head{
    padding:0 18px 16px !important;
  }
  .testimonials-marquee__track > .premium-quote,
  .testimonials-premium__track > .premium-quote{
    flex-basis:305px !important;
    width:305px !important;
    max-width:305px !important;
    min-height:276px !important;
    padding:19px !important;
  }
}


/* =========================================================
   AIGirlPicks — Restore visible 30s macaron in hero CTA
   Stronger circular badge, applied after testimonial fix.
   ========================================================= */
.hero-cta-30s{
  gap:11px !important;
  padding-left:10px !important;
  padding-right:20px !important;
}

.hero-cta-30s .btn-icon-30s{
  position:relative !important;
  isolation:isolate !important;
  flex:0 0 34px !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  margin-left:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-size:.68rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.42), transparent 26%),
    radial-gradient(circle at 50% 50%, #ff7ab8 0 24%, rgba(255,79,163,.82) 25% 42%, rgba(126,92,255,.74) 43% 68%, rgba(255,79,163,.08) 69%),
    linear-gradient(135deg, #ff4fa3, #7a5cff) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 14px rgba(255,79,163,.64),
    0 0 30px rgba(166,92,255,.38),
    0 8px 18px rgba(0,0,0,.22) !important;
  text-shadow:0 1px 3px rgba(0,0,0,.28) !important;
}

.hero-cta-30s .btn-icon-30s::before{
  content:"" !important;
  position:absolute !important;
  inset:-7px !important;
  border-radius:999px !important;
  background:radial-gradient(circle, rgba(255,79,163,.35), rgba(126,92,255,.12) 46%, rgba(255,79,163,0) 72%) !important;
  z-index:-1 !important;
  pointer-events:none !important;
}

.hero-cta-30s:hover .btn-icon-30s{
  transform:scale(1.045) !important;
}

@media (max-width:700px){
  .hero-cta-30s{
    gap:9px !important;
    padding-left:9px !important;
    padding-right:15px !important;
  }

  .hero-cta-30s .btn-icon-30s{
    flex-basis:31px !important;
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    min-height:31px !important;
    font-size:.62rem !important;
  }
}


/* =========================================================
   AIGirlPicks — localized crawlable guides dropdown
   Non-destructive append-only patch based on supplied styles.css.
   ========================================================= */
.nav-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.nav-dropdown__button{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 0;
  color:inherit;
}
.nav-dropdown__button::before{
  content:"";
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:5px solid currentColor;
  order:2;
  opacity:.72;
  transform:translateY(1px);
}
.nav-dropdown__panel{
  position:absolute;
  top:calc(100% + 12px);
  left:50%;
  transform:translateX(-50%) translateY(6px);
  min-width:260px;
  padding:10px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(12,18,38,.98), rgba(6,10,24,.98));
  border:1px solid rgba(114,146,230,.16);
  box-shadow:0 24px 54px rgba(0,0,0,.34), 0 0 28px rgba(166,92,255,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:80;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown__panel::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}
.nav-dropdown__panel a{
  display:block;
  padding:10px 12px !important;
  border-radius:12px;
  color:rgba(238,243,255,.88) !important;
  font-size:.92rem;
  line-height:1.25;
  white-space:nowrap;
}
.nav-dropdown__panel a:hover,
.nav-dropdown__panel a:focus{
  background:rgba(255,255,255,.06);
  color:#fff !important;
}
.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.site-header .menu .nav-dropdown__panel a::after,
.site-header .menu .nav-dropdown__button::after{
  display:none !important;
}

/* Guide cards section: keeps mini-cluster links as real crawlable cards. */
.cluster-guides-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.cluster-guide-card{
  position:relative;
  display:flex !important;
  flex-direction:column;
  gap:10px;
  min-height:178px;
  padding:20px !important;
  border-radius:22px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,79,163,.10), transparent 34%),
    linear-gradient(180deg, rgba(15,23,58,.84), rgba(8,14,36,.94));
  border:1px solid rgba(114,146,230,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 16px 38px rgba(0,0,0,.18);
}
.cluster-guide-card::before{
  content:attr(data-guide-number);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:12px;
  color:#dfe7ff;
  font-weight:800;
  font-size:.82rem;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
}
.cluster-guide-card strong{
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:1.25;
}
.cluster-guide-card span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}
.cluster-guide-card:hover{
  transform:translateY(-2px);
  border-color:rgba(166,92,255,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 20px 46px rgba(0,0,0,.24), 0 0 24px rgba(166,92,255,.10);
}

@media (max-width:1180px){
  .cluster-guides-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width:760px){
  .cluster-guides-grid{
    grid-template-columns:1fr;
  }
  .nav-dropdown{
    width:auto;
  }
  .nav-dropdown__panel{
    left:auto;
    right:0;
    transform:translateY(6px);
    min-width:min(280px, calc(100vw - 32px));
  }
  .nav-dropdown:hover .nav-dropdown__panel,
  .nav-dropdown:focus-within .nav-dropdown__panel{
    transform:translateY(0);
  }
  .nav-dropdown__panel a{
    white-space:normal;
  }
}


/* =========================================================
   AIGirlPicks v1.1.12 — strategic guide cluster + model grid hardening
   Append-only patch based on whole_website_180526.zip.
   ========================================================= */

/* Force the model/girl tiles to stay as 4 columns on desktop across every localized class. */
.product-grid.girl-grid,
.product-grid.companion-grid,
.product-grid.ragazze-grid,
.product-grid.chicas-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}
.product-grid.girl-grid > article,
.product-grid.companion-grid > article,
.product-grid.ragazze-grid > article,
.product-grid.chicas-grid > article{
  min-width:0 !important;
  width:100% !important;
}
.product-grid.girl-grid .thumb,
.product-grid.companion-grid .thumb,
.product-grid.ragazze-grid .thumb,
.product-grid.chicas-grid .thumb{
  height:220px !important;
}
@media (max-width:1199px){
  .product-grid.girl-grid,
  .product-grid.companion-grid,
  .product-grid.ragazze-grid,
  .product-grid.chicas-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width:640px){
  .product-grid.girl-grid,
  .product-grid.companion-grid,
  .product-grid.ragazze-grid,
  .product-grid.chicas-grid{
    grid-template-columns:1fr !important;
  }
}

/* Make the guide entry cards visually alive and crawlable instead of a plain list. */
.cluster-guide-grid,
.cluster-guides-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.cluster-guide-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  gap:12px !important;
  min-height:230px !important;
  padding:22px 20px !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,79,163,.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(53,201,255,.13), transparent 36%),
    linear-gradient(180deg, rgba(15,23,58,.88), rgba(8,14,36,.96)) !important;
  border:1px solid rgba(114,146,230,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 18px 44px rgba(0,0,0,.22) !important;
}
.cluster-guide-card::before{
  content:attr(data-guide-number) !important;
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  background:none !important;
  color:rgba(238,243,255,.38) !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  letter-spacing:.09em !important;
}
.cluster-guide-card::after{
  content:"→" !important;
  position:absolute !important;
  right:18px !important;
  bottom:16px !important;
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  background:linear-gradient(135deg, var(--primary), var(--accent)) !important;
  box-shadow:0 0 22px rgba(166,92,255,.22) !important;
}
.cluster-guide-card__icon{
  width:48px !important;
  height:48px !important;
  border-radius:17px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:1.35rem !important;
  background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 0 26px rgba(255,79,163,.13), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.cluster-guide-card strong,
.cluster-guide-card h3{
  display:block !important;
  color:#fff !important;
  font-size:1.05rem !important;
  line-height:1.22 !important;
  margin:0 !important;
}
.cluster-guide-card p{
  color:rgba(190,201,228,.88) !important;
  font-size:.92rem !important;
  line-height:1.48 !important;
  margin:0 0 14px !important;
}
.cluster-guide-card__more,
.cluster-guide-card > span:not(.cluster-guide-card__icon){
  color:#ffc2df !important;
  font-size:.78rem !important;
  font-weight:800 !important;
  margin-top:auto !important;
  padding-right:40px !important;
}
.cluster-guide-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(166,92,255,.42) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 24px 56px rgba(0,0,0,.30), 0 0 32px rgba(166,92,255,.16) !important;
}
@media (max-width:1180px){
  .cluster-guide-grid,
  .cluster-guides-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width:700px){
  .cluster-guide-grid,
  .cluster-guides-grid{
    grid-template-columns:1fr !important;
  }
}

/* Real article pages for the new strategic guide cluster. */
.cluster-page .cluster-container{
  max-width:960px;
}
.cluster-page .cluster-hero{
  padding-top:92px;
  padding-bottom:42px;
}
.cluster-parent-link{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--muted);
  font-size:.92rem;
}
.cluster-page .cluster-hero h1{
  max-width:820px;
  font-size:clamp(2.35rem, 4.6vw, 4.25rem);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
.cluster-page .cluster-hero .hero-text{
  max-width:760px;
  font-size:1.06rem;
}
.cluster-article-grid{
  display:grid;
  gap:20px;
}
.cluster-article-block{
  padding:28px;
  border-radius:26px;
}
.cluster-article-block h2{
  margin:0 0 12px;
  font-size:clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing:-.03em;
}
.cluster-article-block p{
  margin:0;
  color:var(--muted);
  line-height:1.72;
}
.cluster-disclaimer-block{
  border-color:rgba(255,79,163,.20) !important;
  background:radial-gradient(circle at 10% 12%, rgba(255,79,163,.10), transparent 32%), linear-gradient(180deg, rgba(15,23,58,.84), rgba(8,14,36,.94)) !important;
}
.cluster-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.cluster-related-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:150px;
}
.cluster-related-card strong{
  color:#fff;
  font-size:1rem;
}
.cluster-related-card span{
  color:#ffc2df;
  font-weight:800;
  font-size:.82rem;
  margin-top:auto;
}
@media (max-width:900px){
  .cluster-related-grid{
    grid-template-columns:1fr;
  }
  .cluster-page .cluster-hero{
    padding-top:62px;
  }
}
