
:root{
  --bg:#070a10;
  --text:#f5f7fb;
  --muted:#c4cad6;
  --line:rgba(44,114,255,.34);
  --line-soft:rgba(44,114,255,.18);
  --accent:#2a72ff;
  --accent-2:#4e8dff;
  --shadow:0 0 0 1px rgba(44,114,255,.22), 0 0 26px rgba(44,114,255,.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 18% 0%, rgba(44,114,255,.08), transparent 32%),
    radial-gradient(circle at 100% 8%, rgba(44,114,255,.08), transparent 25%),
    linear-gradient(180deg,#05080d 0%,#080b12 100%);
}
a{text-decoration:none}
img{display:block;max-width:100%}
.container-xl{max-width:1280px}
.site-header{backdrop-filter:blur(10px);background:rgba(5,8,13,.86);border-bottom:1px solid rgba(255,255,255,.04)}
.header-inner{min-height:92px}
.brand-logo{height:60px;width:auto}
.nav-gap{gap:1.2rem}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.84);font-weight:500;padding:2rem 0 .85rem;border-bottom:2px solid transparent;transition:.25s ease}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}
.btn-accent,.btn-outline-accent{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:700;padding:.96rem 1.35rem;transition:.25s ease}
.btn-accent{background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#fff;border:1px solid transparent;box-shadow:0 12px 30px rgba(44,114,255,.18)}
.btn-accent:hover{transform:translateY(-2px);color:#fff;background:linear-gradient(180deg,#5a97ff,#2d76ff)}
.btn-outline-accent{border:1px solid rgba(44,114,255,.52);color:#fff;background:rgba(255,255,255,.02)}
.btn-outline-accent:hover{background:rgba(44,114,255,.1);color:#fff}
.header-order{padding:.9rem 1.35rem}
.hero-section{padding:2.2rem 0 1.5rem}
.hero-section h1{font-size:clamp(2.75rem,5vw,4.5rem);line-height:.98;font-weight:800;margin:0 0 1rem}
.hero-section h1 span{color:var(--accent)}
.hero-section h2{font-size:clamp(1.35rem,2vw,2rem);line-height:1.25;font-weight:700;margin:0 0 1rem}
.hero-copy{color:var(--muted);font-size:1.18rem;line-height:1.72;max-width:620px;margin-bottom:1.25rem}
.age-pill{display:inline-flex;align-items:center;gap:.7rem;padding:.8rem 1.15rem;border-radius:999px;border:1px solid var(--line);color:#dfeaff;background:rgba(255,255,255,.02);box-shadow:inset 0 0 18px rgba(44,114,255,.08);font-weight:600;margin-bottom:1.35rem}
.age-pill i{color:var(--accent)}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}
.hero-art{padding:1rem;border-radius:38px;border:1px solid rgba(44,114,255,.32);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));box-shadow:var(--shadow)}
.hero-image{width:100%;min-height:420px;object-fit:cover;border-radius:30px}
.content-section{padding:1.15rem 0 1.35rem}
.features-row .col-md{display:flex}
.feature-box,.quote-panel,.photo-card,.active-day-card,.action-card,.site-footer{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.015))}
.feature-box{width:100%;min-height:100%;padding:1.45rem 1.2rem;border-radius:26px;border:1px solid var(--line-soft);box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 0 0 1px rgba(44,114,255,.09)}
.feature-box i{font-size:2rem;color:var(--accent);display:block;margin-bottom:1rem}
.feature-box h3{font-size:1.45rem;line-height:1.25;font-weight:700;margin:0 0 .7rem}
.feature-box p{color:var(--muted);line-height:1.6;margin:0}
.quote-panel{border-radius:30px;border:1px solid rgba(44,114,255,.18);overflow:hidden;display:grid;grid-template-columns:1.3fr 1.7fr}
.quote-intro{padding:1.6rem 1.8rem;display:flex;gap:1rem;align-items:flex-start;border-right:1px solid rgba(44,114,255,.14)}
.quote-mark{font-size:6rem;line-height:.8;color:var(--accent);font-weight:800}
.quote-intro h2{font-size:2rem;line-height:1.2;font-weight:800;margin:0 0 .6rem}
.quote-intro p{margin:0;color:var(--muted);line-height:1.65}
.quote-features{display:grid;grid-template-columns:repeat(4,1fr)}
.qf-item{padding:1.35rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;border-right:1px solid rgba(44,114,255,.14)}
.qf-item:last-child{border-right:none}
.qf-item i{font-size:2rem;color:var(--accent)}
.qf-item span{line-height:1.45;color:#eef3ff}
.photo-card{height:100%;padding:0;border:1px solid rgba(44,114,255,.16);border-radius:28px;overflow:hidden}
.secondary-photo{width:100%;height:100%;min-height:320px;object-fit:cover}
.active-day-card{height:100%;padding:1.7rem 1.8rem;border:1px solid rgba(44,114,255,.18);border-radius:28px}
.active-head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.active-head i{font-size:2.25rem;color:var(--accent)}
.active-head h2{font-size:2rem;font-weight:800;margin:0}
.active-day-card p{color:var(--muted);font-size:1.08rem;line-height:1.72;margin:0 0 1.4rem}
.active-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.ab-item{display:flex;gap:.85rem;align-items:flex-start;padding-top:.35rem}
.ab-item i{font-size:1.9rem;color:var(--accent);line-height:1}
.ab-item span{line-height:1.45;color:#edf3ff}
.action-card{height:100%;display:grid;grid-template-columns:1.2fr .9fr;gap:1rem;align-items:end;padding:1.5rem 1.5rem 1.2rem;border:1px solid rgba(44,114,255,.17);border-radius:28px;overflow:hidden}
.action-content h3{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 .7rem}
.action-content p{color:var(--muted);line-height:1.65;margin:0 0 1.15rem;max-width:280px}
.btn-sm-action{padding:.82rem 1rem;font-size:.98rem}
.action-media{display:flex;justify-content:center;align-items:flex-end}
.action-media img{max-height:210px;width:auto;object-fit:contain;border-radius:18px}
.action-card.week-card{grid-template-columns:1.1fr .8fr}
.site-footer{margin-top:1.2rem;padding:1.8rem 0 .7rem;border-top:1px solid rgba(44,114,255,.15)}
.footer-main{display:grid;grid-template-columns:1.25fr 1.15fr repeat(3,.75fr) .7fr;gap:1.25rem;align-items:flex-start}
.footer-logo{height:58px}
.footer-contact-col,.footer-nav-col,.footer-social-col{display:flex;flex-direction:column;gap:.6rem}
.site-footer h3{margin:0 0 .25rem;color:#d6a63d;font-size:1rem;font-weight:700}
.site-footer a,.site-footer span{color:#dddfe6}
.footer-contact-col a{display:flex;align-items:center;gap:.65rem}
.footer-social-links{display:flex;gap:.75rem}
.footer-social-links a{width:48px;height:48px;border:1px solid rgba(214,166,61,.32);border-radius:50%;display:grid;place-items:center;color:#d6a63d;font-size:1.25rem}
.footer-bottom{margin-top:1.3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:1rem;color:#b8bec9;font-size:.96rem}
.footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
[data-reveal].revealed{opacity:1;transform:none}
@media (max-width:1199px){
  .quote-panel{grid-template-columns:1fr}
  .quote-intro{border-right:none;border-bottom:1px solid rgba(44,114,255,.14)}
  .footer-main{grid-template-columns:1.2fr 1fr 1fr 1fr}
  .footer-social-col{grid-column:4}
}
@media (max-width:991px){
  .header-inner{padding:.45rem 0}
  .navbar-dark .navbar-nav .nav-link{padding:.85rem 0;border-bottom:none}
  .nav-gap{gap:0}
  .hero-image{min-height:330px}
  .active-benefits{grid-template-columns:1fr}
  .action-card{grid-template-columns:1fr}
  .action-media{justify-content:flex-start}
  .footer-main{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px){
  .brand-logo{height:54px}
  .hero-copy{font-size:1.05rem}
  .hero-actions{flex-direction:column;align-items:stretch}
  .quote-features{grid-template-columns:repeat(2,1fr)}
  .quote-intro{padding:1.35rem}
  .quote-intro h2{font-size:1.65rem}
  .feature-box h3{font-size:1.2rem}
  .action-content h3{font-size:1.55rem}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width:575px){
  .container-xl{padding-left:1rem;padding-right:1rem}
  .hero-section h1{font-size:2.55rem}
  .hero-art{padding:.75rem;border-radius:24px}
  .hero-image{border-radius:18px;min-height:280px}
  .quote-panel,.active-day-card,.feature-box,.action-card,.photo-card{border-radius:22px}
  .quote-features{grid-template-columns:1fr}
  .qf-item{border-right:none;border-top:1px solid rgba(44,114,255,.14)}
  .quote-mark{font-size:4.5rem}
}
