
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root{
  --navy:#071525;--navy2:#102945;--blue:#0877d1;--sky:#6bd9ff;
  --yellow:#ffd52a;--orange:#ff7a18;--red:#ef4327;--cream:#f7f0df;
  --white:#fffdf8;--muted:#647387;--line:rgba(7,21,37,.12);
  --green:#18b968;--shadow:0 25px 70px rgba(7,21,37,.16);
  --radius:26px;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--navy);font-family:"DM Sans",sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.container{width:min(var(--max),92vw);margin:auto}
h1,h2,h3{font-family:"Space Grotesk",sans-serif;line-height:1.02;letter-spacing:-.055em;margin:0 0 18px}
h1{font-size:clamp(3.5rem,7.5vw,7.4rem)}
h2{font-size:clamp(2.5rem,5vw,4.8rem)}
h3{font-size:1.35rem;letter-spacing:-.03em}
p{margin:0 0 18px}.muted{color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.eyebrow:before{content:"";width:30px;height:3px;background:var(--yellow);border-radius:99px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:0 21px;border-radius:14px;font-weight:900;border:2px solid transparent;transition:.22s;cursor:pointer}
.btn:hover{transform:translateY(-3px)}.btn-yellow{background:var(--yellow);box-shadow:0 7px 0 #c99f00}.btn-dark{background:var(--navy);color:white}.btn-white{background:white}.btn-green{background:var(--green);color:white}
.top{background:var(--navy);color:#dce8f2;font-size:.82rem}.top .inner{min-height:38px;display:flex;justify-content:space-between;align-items:center}.top a{color:var(--yellow);font-weight:900}
nav{position:sticky;top:0;z-index:100;background:rgba(255,253,248,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{display:flex;align-items:center;gap:11px;font-family:Anton,sans-serif;font-size:1.55rem}.logo-badge{width:43px;height:43px;border-radius:13px;background:linear-gradient(135deg,var(--yellow),var(--orange));display:grid;place-items:center;box-shadow:inset 0 -4px rgba(0,0,0,.13)}
.links{display:flex;gap:25px;font-weight:800;font-size:.92rem}.links a{position:relative}.links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--blue);transition:.2s}.links a:hover:after,.links .active:after{right:0}
.menu{display:none;background:var(--navy);color:white;border:0;border-radius:12px;padding:11px 14px;font-weight:900}
.hero{background:var(--navy);color:white;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(82,217,255,.18),transparent 28%),radial-gradient(circle at 20% 80%,rgba(255,212,42,.12),transparent 28%);pointer-events:none}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:65px;padding:88px 0 78px}.hero h1 span{color:var(--yellow)}.hero-copy{max-width:700px}.hero-copy p{font-size:1.2rem;color:#cddbe8;max-width:620px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-meta{display:flex;gap:20px;flex-wrap:wrap;color:#b8cadb;font-size:.88rem;font-weight:700}.hero-meta strong{color:white}
.hero-image{position:relative;max-width:520px;margin:auto}.hero-image .frame{background:white;padding:12px;border-radius:30px;box-shadow:0 35px 90px rgba(0,0,0,.35);transform:rotate(2deg)}.hero-image img{width:100%;border-radius:21px}.burst{position:absolute;right:-28px;bottom:30px;background:var(--yellow);color:var(--navy);padding:17px 19px;border-radius:18px;font-weight:1000;line-height:1.05;box-shadow:var(--shadow);transform:rotate(-5deg)}
.section{padding:100px 0}.section.alt{background:var(--cream)}.head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.head p{max-width:560px;color:var(--muted)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 8px 30px rgba(7,21,37,.05);transition:.22s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{width:55px;height:55px;border-radius:17px;background:var(--cream);display:grid;place-items:center;font-size:1.45rem;margin-bottom:22px}.card p{color:var(--muted)}
.price{font-size:2.2rem;font-weight:1000;letter-spacing:-.06em;margin:9px 0 18px}
.card ul{padding-left:20px;color:var(--muted)}.card li{margin:7px 0}
.ribbon{background:var(--yellow);padding:30px 0}.ribbon-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}.ribbon h2{font-size:clamp(2rem,4vw,3.3rem);margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.step{background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:25px}.num{font:2.9rem Anton,sans-serif;color:var(--blue)}
.proof{background:var(--navy);color:white;border-radius:32px;padding:48px}.proof p{font-size:1.6rem;font-weight:800;line-height:1.3;max-width:850px}.proof small{color:#afc2d4}
.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.photo{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#dce8ef}.photo img{width:100%;height:100%;object-fit:cover}
.pagehero{background:var(--navy);color:white;padding:75px 0}.pagehero p{max-width:700px;color:#cedbe7;font-size:1.12rem}
.gallery{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:235px;gap:15px}.tile{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#dfe9ef,#f9efd0)}.tile.big{grid-row:span 2}.tile img{width:100%;height:100%;object-fit:cover}.tile span{position:absolute;left:13px;bottom:13px;background:white;padding:7px 11px;border-radius:9px;font-weight:900;font-size:.78rem}
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ba{min-height:330px;border-radius:25px;position:relative;overflow:hidden;background:#b8b4a8}.ba:before{content:"";position:absolute;width:230px;height:125px;border-radius:50% 44% 48% 52%;background:#4b4b47;left:50%;top:45%;transform:translate(-50%,-50%) rotate(-9deg);box-shadow:35px 28px 0 #262626}.ba.after{background:#e4f5fb}.ba.after:before{background:white;box-shadow:35px 28px 0 #e6e9ed}.ba label{position:absolute;left:15px;bottom:15px;background:var(--navy);color:white;padding:8px 12px;border-radius:9px;font-weight:900}
.location{background:linear-gradient(135deg,var(--navy),var(--navy2));color:white;border-radius:30px;padding:42px}.location p{color:#d2deea}.location strong{color:white;font-size:1.2rem}
.formbox{background:white;border:1px solid var(--line);border-radius:27px;padding:32px;box-shadow:0 10px 40px rgba(7,21,37,.06)}label{display:block;font-weight:900;margin:14px 0 7px}input,select,textarea{width:100%;padding:14px;border:1px solid #cbd6df;border-radius:12px;font:inherit;background:#fbfdff}textarea{min-height:130px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(8,119,209,.12);border-color:var(--blue)}
.notice{padding:16px 18px;border:1px solid #e4ca5d;background:#fff7cf;border-radius:14px;color:#5e4c00;margin-bottom:25px}
footer{background:#050e19;color:#aebdcb;padding:65px 0 28px}.footgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footgrid h3{color:white;font-size:1rem}.footgrid a{display:block;margin:8px 0}.bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;font-size:.82rem}
.reveal{animation:rise .7s both}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:900px){.links{display:none}.menu{display:block}.nav{min-height:70px}.links.open{display:flex;position:absolute;left:4vw;right:4vw;top:76px;background:white;padding:20px;border:1px solid var(--line);border-radius:18px;flex-direction:column;box-shadow:var(--shadow)}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{padding:60px 0}.hero-image{max-width:620px}.grid3{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footgrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){h1{font-size:3.45rem}.section{padding:68px 0}.grid3,.steps,.ba-grid{grid-template-columns:1fr}.hero-image .frame{transform:none}.burst{right:5px}.head,.ribbon-inner,.bottom{align-items:flex-start;flex-direction:column}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:175px}.tile.big{grid-column:span 2;grid-row:span 1}.footgrid{grid-template-columns:1fr}.top .hide{display:none}}
