:root{
  --bg:#05070d;
  --bg2:#0c111b;
  --panel:#0f1726;
  --panel2:#101827;
  --text:#f5f7fb;
  --muted:#b9c4d3;
  --line:rgba(255,255,255,.10);
  --line2:rgba(255,255,255,.06);
  --accent:#e11d2e;
  --accent2:#ff5a68;
  --success:#22c55e;
  --shadow:0 24px 60px rgba(0,0,0,.42);
  --radius:26px;
  --radius-sm:18px;
  --max:1200px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  font-family:var(--font);
  background:
    radial-gradient(900px 520px at 8% 0%, rgba(225,29,46,.18), transparent 45%),
    radial-gradient(900px 520px at 100% 0%, rgba(125,211,252,.08), transparent 42%),
    linear-gradient(180deg,#05070d,#0a1019 55%,#05070d);
  color:var(--text);
  line-height:1.58;
}
a{color:inherit}
img,video{max-width:100%;display:block}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:rgba(255,255,255,.04);padding:.1rem .35rem;border-radius:8px}
.top{
  position:sticky;
  top:0;
  z-index:50;
  overflow:visible;
  background:rgba(5,7,13,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line2);
}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.top .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:92px;padding-top:6px;padding-bottom:6px}
.brand{text-decoration:none;display:flex;align-items:center;gap:14px;min-width:0}
.brand-logo{width:52px;height:52px;object-fit:contain;object-position:center;filter:drop-shadow(0 10px 24px rgba(225,29,46,.24));flex:none;margin-top:2px}
.brand-text{display:flex;flex-direction:column;gap:3px;min-width:0}
.brand-title{font-weight:900;letter-spacing:.01em;font-size:15px;color:var(--text);line-height:1.08}
.brand-sub{font-weight:700;letter-spacing:.16em;font-size:10px;text-transform:uppercase;color:var(--muted);line-height:1.08}
.brand-mark{font-weight:900;letter-spacing:.16em;font-size:24px;line-height:1;color:#fff}
.site-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.site-nav a,.site-nav button{
  padding:10px 12px;
  text-decoration:none;
  border-radius:12px;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  background:transparent;
  border:0;
  cursor:pointer;
  font:inherit;
}
.site-nav a:hover,.site-nav a.active,.site-nav button:hover,.dropdown:hover > button{background:rgba(255,255,255,.05);color:var(--text)}
.nav-right{margin-left:auto;display:flex}
.nav-pill{background:linear-gradient(135deg,rgba(225,29,46,.18),rgba(255,90,104,.12));color:#fff !important;border:1px solid rgba(255,90,104,.24)}
.dropdown{position:relative}
.dropdown-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:260px;
  padding:10px;
  display:none;
  border-radius:18px;
  background:rgba(8,12,20,.98);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.dropdown-menu a{display:block;padding:10px 12px;border-radius:12px}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}
.page{max-width:var(--max);margin:0 auto;padding:34px 20px 72px}
.page,.hero,.hero-copy,.hero-media,.video-shell,.product-card,.card{min-width:0}
.card,.bio-card,.newsletter-form,.pay-card,.quote,.testimonial-card{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.card{padding:24px}
.legal-card{max-width:980px;margin:0 auto}
.section{margin-top:30px}
.section-tight{margin-top:24px}
.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:24px;align-items:start}
.hero-copy{padding:6px 2px}
.hero-copy-home h1{max-width:11ch}
.hero-media{display:grid;gap:18px}
.hero-media-home{align-items:start}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#d8e3ef;
}
.kicker::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 0 6px rgba(34,197,94,.10)}
h1,h2,h3{margin:0 0 12px;line-height:1.04;letter-spacing:-.04em}
h1{font-size:clamp(40px,6vw,68px)}
h2{font-size:clamp(30px,4.5vw,48px)}
h3{font-size:clamp(22px,3vw,30px)}
p{margin:0 0 14px;color:var(--muted)}
.sub{font-size:18px;line-height:1.74;max-width:62ch}
.coach-copy{font-size:17px}
.cta-row,.inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 18px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  text-decoration:none;
  font-weight:800;
  font-size:14px;
}
.btn:hover{background:rgba(255,255,255,.08)}
.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));border-color:rgba(255,90,104,.34);color:#fff}
.btn.ghost{background:rgba(255,255,255,.03)}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.stat{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.stat strong{display:block;font-size:28px;letter-spacing:-.04em;margin-bottom:2px;color:#fff}
.trust-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.brand-showcase{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
  align-items:center;
  min-height:260px;
  overflow:hidden;
  background:
    radial-gradient(420px 220px at 100% 20%, rgba(225,29,46,.14), transparent 60%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}
.brand-showcase-copy p{max-width:42ch}
.brand-graphic-wrap{display:flex;align-items:center;justify-content:center}
.brand-graphic{width:min(92%,360px);aspect-ratio:1/1;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(225,29,46,.18))}
.promo-stack{display:grid;gap:18px}
.video-shell{overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#05070d;box-shadow:var(--shadow)}
.media-kicker{padding:14px 18px 0;color:#dbe5f0;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.video-shell video{width:100%;aspect-ratio:16/9;display:block;background:#000;object-fit:cover}
.video-caption{padding:14px 18px;border-top:1px solid var(--line2)}
.promo-placeholder{display:grid;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}
.section-head{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:16px}
.section-head p{max-width:62ch}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-grid-primary{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-card{display:flex;flex-direction:column;overflow:hidden}
.product-card .thumb{background:#05070d;padding:18px;display:flex;align-items:center;justify-content:center;min-height:220px}
.product-card .thumb img{width:100%;max-height:184px;object-fit:contain;border-radius:20px}
.product-card .body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.product-card .price{font-size:34px;font-weight:900;letter-spacing:-.04em;color:#fff}
.small{font-size:13px;line-height:1.62;color:var(--muted)}
.badges{display:flex;flex-wrap:wrap;gap:8px}
.badge{padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#dce6f0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.performance-section{margin-top:34px}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.support-card{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:center}
.support-logo{display:flex;align-items:center;justify-content:center}
.bio-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:stretch}
.bio-card{padding:24px}
.newsletter-form{padding:22px}
.field{width:100%;padding:13px 14px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);font:inherit;margin:0 0 10px}
.testimonials-head{align-items:center}
.carousel-controls{display:flex;gap:10px;align-items:center}
.carousel-btn{width:46px;height:46px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);font-size:24px;font-weight:800;cursor:pointer;line-height:1}
.carousel-btn:hover{background:rgba(255,255,255,.10)}
.testimonial-carousel{display:grid;gap:16px}
.testimonial-window{overflow:hidden;border-radius:28px}
.testimonial-slider{display:flex;transition:transform .55s ease}
.testimonial-slide{min-width:100%}
.testimonial-card{
  min-height:100%;
  padding:26px;
  background:
    radial-gradient(500px 260px at 100% 0%, rgba(225,29,46,.12), transparent 60%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}
.testimonial-card .stars,.quote .stars{color:#fbbf24;font-size:16px;letter-spacing:2px;margin-bottom:14px}
.testimonial-card p{color:#eef3f8;font-size:18px;line-height:1.82;max-width:64ch}
.testimonial-card .by{margin-top:14px;font-size:14px;color:var(--muted);font-weight:700}
.testimonial-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.testimonial-counter{font-size:13px;font-weight:800;color:var(--muted)}
.testimonial-dots{display:flex;flex-wrap:wrap;gap:8px}
.testimonial-dot{width:11px;height:11px;border-radius:999px;border:0;background:rgba(255,255,255,.18);cursor:pointer;padding:0}
.testimonial-dot.active{background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 0 0 4px rgba(225,29,46,.14)}
.footer{margin-top:36px;border-top:1px solid var(--line2);background:rgba(255,255,255,.02)}
.footer .wrap{padding-top:28px;padding-bottom:38px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:20px}
.footer-brand{font-size:18px;font-weight:900;margin-bottom:8px}
.footer-links{display:grid;gap:8px;margin-top:8px}
.footer-links a{text-decoration:none;color:var(--muted)}
.footer-links a:hover{color:var(--text)}
.hero-copy > .kicker:first-child,
.hero-home .hero-panel,
.hero-home .video-caption,
.section-tight > .section-head{display:none !important}
@media (max-width: 1100px){
  .hero,.bio-grid,.support-grid,.grid{grid-template-columns:1fr}
  .brand-showcase{grid-template-columns:1fr}
  .support-card{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width: 780px){
  .stats,.product-grid-primary{grid-template-columns:1fr}
  .site-nav{width:100%}
  .nav-right{margin-left:0}
  .dropdown{width:100%}
  .dropdown-menu{position:static;min-width:0;margin-top:8px}
}
@media (max-width: 680px){
  .top .wrap{flex-direction:column;align-items:flex-start;padding-top:14px;padding-bottom:14px;min-height:auto}
  .product-grid{grid-template-columns:1fr}
  .page{padding:24px 16px 56px}
  .card,.bio-card,.testimonial-card{padding:18px}
  .brand-logo{width:48px;height:48px;margin-top:0}
  h1{font-size:40px}
  .testimonial-card p{font-size:16px;line-height:1.72}
}

.hero-home .media-kicker,
.hero-home .video-caption,
.hero-home .brand-graphic-wrap,
.hero-home .support-logo {
  display: none !important;
}

.hero-home .brand-showcase {
  grid-template-columns: 1fr !important;
}

.hero-home .brand-logo {
  display: none !important;
}

.hero-home .brand-text {
  display: flex !important;
  flex-direction: column;
  gap: 3px;
}

.hero-home .video-shell video {
  object-fit: contain !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.brand-logo {
  display: block !important;
  width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  object-position: left center !important;
  flex: 0 0 auto !important;
}

.brand-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}


/* Defy logo display hotfix 2026-05-12 */
.brand,
.top .brand,
.site-header .brand {
  overflow: visible !important;
}

.brand-logo,
.logo,
.site-logo,
.service-logo,
header img,
.top img,
.site-header img {
  object-fit: contain !important;
  max-width: 100% !important;
  height: auto;
}

.brand-logo,
.logo {
  width: auto !important;
  max-height: 72px !important;
  min-height: 0 !important;
}

.service-logo {
  display: block !important;
  object-fit: contain !important;
}
