:root{--navy:#071427;--blue:#122745;--gold:#bfa15f;--gold2:#d9bc79;--soft:#fbfaf7;--text:#5d6878}
    *{box-sizing:border-box} html,body{max-width:100%;overflow-x:hidden} body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(rgba(18,39,69,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,39,69,.035) 1px,transparent 1px),#fbfaf7;background-size:56px 56px;color:var(--navy);-webkit-text-size-adjust:100%}
    a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}
    .header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,39,69,.08)}
    .nav{width:min(1180px,calc(100% - 28px));margin:auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--navy)}
    .brand-mark{width:50px;height:50px;border-radius:16px;border:2px solid var(--blue);display:grid;place-items:center;position:relative;animation:logoFloat 4s ease-in-out infinite}
    .brand-mark:after{content:"";width:40px;height:16px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 120 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18 H34 L43 6 L56 31 L70 10 L82 18 H120' fill='none' stroke='%23bfa15f' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;animation:pulseLine 2.8s ease-in-out infinite}
    .brand small{display:block;color:var(--gold);letter-spacing:.14em;font-size:.64rem;line-height:1}
    .header-actions{display:flex;align-items:center;gap:12px} .phone{font-weight:900;white-space:nowrap} .call{padding:12px 16px;border-radius:999px;background:var(--gold);color:white;font-weight:900;box-shadow:0 14px 34px rgba(191,161,95,.20)}
    .wrap{width:min(1180px,calc(100% - 28px));margin:auto}
    .hero{padding:34px 0 28px} .hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}
    .hero-card{border-radius:38px;background:linear-gradient(145deg,var(--navy),var(--blue));color:white;padding:clamp(28px,4vw,52px);min-height:540px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:0 34px 90px rgba(18,39,69,.18)}
    .hero-card:after{content:"";position:absolute;right:-110px;top:-110px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(191,161,95,.24),transparent 70%);animation:glow 6s ease-in-out infinite}
    .eyebrow{position:relative;z-index:2;width:max-content;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:var(--gold2);font-weight:900;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}
    h1{position:relative;z-index:2;font-size:clamp(3rem,6vw,5.6rem);line-height:.92;letter-spacing:-.065em;margin:18px 0} .hero-card p{position:relative;z-index:2;color:rgba(255,255,255,.76);line-height:1.65;font-size:1.05rem;max-width:620px}
    .hero-photo{border-radius:38px;overflow:hidden;min-height:540px;background:#071427;box-shadow:0 34px 90px rgba(18,39,69,.14);position:relative}
    .hero-photo img{width:100%;height:100%;object-fit:cover;display:block;opacity:.96} .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,20,39,.26),transparent 48%)}
    .top-form{margin:0 0 24px;padding:14px;border-radius:28px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(191,161,95,.24);box-shadow:0 18px 48px rgba(18,39,69,.10),0 0 26px rgba(191,161,95,.10)}
    .top-form-head{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;color:var(--blue)} .top-form-head .dot{width:10px;height:10px;border-radius:50%;background:var(--gold);animation:dotPulse 1.8s ease-out infinite} .top-form-head strong{display:block;font-weight:900;line-height:1} .top-form-head small{display:block;color:#64748b;font-size:.72rem;margin-top:3px}
    .top-form form{display:grid;grid-template-columns:1fr 1fr 1.15fr .65fr 1.2fr auto;gap:8px;align-items:center} .top-form input,.top-form select{min-height:42px;border:1px solid rgba(18,39,69,.12);border-radius:999px;padding:0 12px;font:inherit;background:white} .top-form button{min-height:42px;border:0;border-radius:999px;padding:0 16px;background:var(--gold);color:white;font-weight:900;cursor:pointer;white-space:nowrap}
    .section{padding:42px 0} .section-head{display:flex;justify-content:space-between;gap:24px;margin-bottom:22px} .num{color:var(--gold);font-weight:900;letter-spacing:.14em;font-size:.75rem;text-transform:uppercase} h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.05em;margin:0 0 10px} .section-head p{color:var(--text);line-height:1.65;max-width:650px}
    .problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px} .problem-card{padding:22px;border-radius:28px;background:rgba(255,255,255,.84);border:1px solid rgba(18,39,69,.08);box-shadow:0 18px 52px rgba(18,39,69,.06);min-height:145px} .problem-card h3{margin:0 0 8px;color:var(--blue)} .problem-card p{margin:0;color:var(--text);line-height:1.55}
    .process{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .process div{padding:24px;border-radius:28px;background:linear-gradient(145deg,#071427,#122745);color:white;box-shadow:0 22px 60px rgba(18,39,69,.13)} .process p{color:rgba(255,255,255,.74);line-height:1.55}
    .footer-nav{padding:30px 0 50px;display:flex;gap:10px;flex-wrap:wrap} .footer-nav a{padding:12px 16px;border-radius:999px;background:white;border:1px solid rgba(18,39,69,.08);font-weight:900}
    @keyframes logoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}} @keyframes pulseLine{0%,100%{transform:scaleX(.88);opacity:.62}50%{transform:scaleX(1.08);opacity:1}} @keyframes glow{0%,100%{opacity:.45;transform:scale(.92)}50%{opacity:.9;transform:scale(1.08)}} @keyframes dotPulse{0%{box-shadow:0 0 0 0 rgba(191,161,95,.42)}80%{box-shadow:0 0 0 9px rgba(191,161,95,0)}100%{box-shadow:0 0 0 0 rgba(191,161,95,0)}}
    @media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-card,.hero-photo{min-height:420px}.top-form form{grid-template-columns:1fr 1fr}.top-form button{grid-column:1/-1}.problem-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}}
    @media(max-width:760px){.nav{min-height:76px;display:grid;grid-template-columns:1fr auto;gap:10px}.brand-mark{width:44px;height:44px}.brand span{font-size:.82rem}.phone{display:none}.call{padding:11px 13px;font-size:.82rem}.hero{padding-top:22px}.hero-card,.hero-photo{border-radius:26px;min-height:360px}.hero-card{padding:24px}h1{font-size:clamp(2.25rem,10vw,3rem);line-height:1}.top-form{border-radius:24px}.top-form form{grid-template-columns:1fr;gap:8px}.top-form input,.top-form select,.top-form button{min-height:46px;font-size:16px}.section-head{display:block}.problem-grid{grid-template-columns:1fr}}
