
:root{--navy:#071a3a;--blue:#0f6eea;--sky:#eaf5ff;--line:#dbeafe;--text:#122036;--muted:#5d6b82;--gold:#c59a42;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#f8fcff,#fff 38%,#f5f9ff);line-height:1.6}.container{width:min(1180px,92%);margin:auto}.page-bg{position:fixed;inset:0;z-index:-1;overflow:hidden}.page-bg span{position:absolute;border-radius:999px;filter:blur(50px);opacity:.35}.page-bg span:nth-child(1){width:360px;height:360px;background:#8cc8ff;top:80px;right:-80px}.page-bg span:nth-child(2){width:280px;height:280px;background:#d7b767;bottom:80px;left:-80px}.page-bg span:nth-child(3){width:420px;height:420px;background:#cfe8ff;top:45%;left:40%}.topbar{font-size:14px;background:#071a3a;color:#d8e8ff}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.navbar{position:sticky;top:0;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,110,234,.12);z-index:10}.navwrap{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy);font-weight:850;line-height:1.05}.logo-mark{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#7bc7ff);color:white;box-shadow:0 12px 30px rgba(15,110,234,.24)}.navlinks{display:flex;align-items:center;gap:22px}.navlinks a,.footer a{color:inherit;text-decoration:none}.navlinks a{font-weight:650;color:#203351}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 20px;background:linear-gradient(135deg,var(--blue),#2ea8ff);color:#fff!important;font-weight:800;text-decoration:none;box-shadow:0 18px 36px rgba(15,110,234,.24)}.btn.ghost{background:#fff;color:var(--blue)!important;border:1px solid var(--line);box-shadow:0 12px 28px rgba(7,26,58,.06)}.btn.light{background:#fff;color:var(--navy)!important}.menu{display:none;border:1px solid var(--line);border-radius:12px;background:white;padding:10px 14px}.hero{padding:88px 0 72px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center}.eyebrow{display:inline-block;color:var(--blue);font-weight:850;letter-spacing:.06em;text-transform:uppercase;font-size:13px;margin-bottom:12px}h1{font-size:clamp(42px,6vw,78px);line-height:.95;letter-spacing:-.055em;margin:0 0 22px;color:var(--navy)}h2{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px;color:var(--navy)}h3{margin:8px 0 8px;color:var(--navy)}p{color:var(--muted)}.hero p{font-size:20px;max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.trust{display:flex;gap:14px;flex-wrap:wrap;color:#40526d;font-weight:700}.hero-art{min-height:520px;position:relative;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(232,246,255,.74));border:1px solid rgba(15,110,234,.16);box-shadow:0 40px 90px rgba(7,26,58,.12);overflow:hidden}.hero-art:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 120deg,transparent,#9bd5ff,transparent,#d8b456,transparent);animation:spin 14s linear infinite}.hero-art>*{position:absolute}.ring{width:260px;height:260px;border:42px solid rgba(15,110,234,.12);border-radius:50%;left:50%;top:48%;transform:translate(-50%,-50%)}.secure{left:50%;top:48%;transform:translate(-50%,-50%);background:rgba(255,255,255,.86);border:1px solid #fff;border-radius:28px;padding:34px;text-align:center;font-size:22px;box-shadow:0 28px 70px rgba(7,26,58,.16);z-index:2}.secure strong{font-size:34px;color:var(--blue)}.doc{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px 22px;box-shadow:0 24px 50px rgba(7,26,58,.12);z-index:3}.doc span{display:block;color:var(--muted)}.d1{left:36px;top:66px}.d2{right:34px;bottom:72px}.section{padding:78px 0}.section-head{text-align:center;max-width:820px;margin:0 auto 34px}.grid{display:grid;gap:22px}.cards{grid-template-columns:repeat(3,1fr)}.card{background:rgba(255,255,255,.86);border:1px solid rgba(15,110,234,.14);border-radius:28px;padding:28px;text-decoration:none;color:inherit;box-shadow:0 18px 45px rgba(7,26,58,.06);transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(15,110,234,.12)}.card-icon{width:42px;height:42px;border-radius:14px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900}.pale{background:linear-gradient(180deg,rgba(234,245,255,.72),rgba(255,255,255,.3))}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.panel{background:#fff;border:1px solid var(--line);border-radius:32px;padding:36px;box-shadow:0 22px 60px rgba(7,26,58,.07)}.panel.dark{background:linear-gradient(135deg,#071a3a,#0b326c);color:white}.panel.dark h2,.panel.dark p{color:white}.cta{border-radius:38px;padding:44px;background:linear-gradient(135deg,#0f6eea,#071a3a);color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta h2,.cta p{color:white;margin-bottom:8px}.subhero{padding:72px 0;background:linear-gradient(135deg,#eaf5ff,#fff)}.subhero h1{max-width:900px}.narrow{max-width:840px}.article{font-size:18px}.article a{color:var(--blue);font-weight:800}details{border:1px solid var(--line);border-radius:18px;padding:18px 20px;margin:12px 0;background:white}summary{font-weight:850;color:var(--navy);cursor:pointer}.float-wa{position:fixed;right:22px;bottom:22px;background:#1bbf72;color:white;text-decoration:none;font-weight:900;border-radius:999px;padding:15px 20px;box-shadow:0 18px 45px rgba(27,191,114,.35);z-index:20}.footer{background:#071a3a;color:#dcecff;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer h4{color:white}.footer a{display:block;color:#dcecff;margin:7px 0}.foot{color:white}.copy{text-align:center;color:#9fb2d0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:28px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.topbar .container,.navwrap{align-items:flex-start}.menu{display:block}.navlinks{display:none;position:absolute;left:4%;right:4%;top:74px;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 30px 80px rgba(7,26,58,.14)}.navlinks.open{display:flex}.hero-grid,.split,.cta,.footer-grid{grid-template-columns:1fr;display:grid}.cards{grid-template-columns:1fr}.hero{padding:52px 0}.hero-art{min-height:360px}h1{font-size:44px}.topbar span{display:none}.float-wa{left:16px;right:16px;text-align:center}.section{padding:52px 0}}

/* Premium header / logo refinement */
.topbar{display:none}.site-header{background:#fff;border-bottom:1px solid #e6edf7;box-shadow:0 8px 28px rgba(7,26,58,.035);position:sticky;top:0;z-index:50}.header-top{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:28px 0 24px}.header-logo{gap:18px;flex-shrink:0}.header-logo .logo-emblem{width:88px;height:88px;color:#082653;display:grid;place-items:center;filter:drop-shadow(0 8px 16px rgba(8,38,83,.10))}.header-logo .logo-emblem svg{width:100%;height:100%;display:block}.header-logo .logo-text{display:flex;flex-direction:column;line-height:.92;letter-spacing:.02em}.header-logo .logo-text strong{font-size:38px;font-weight:900;letter-spacing:.08em;color:#082653;white-space:nowrap}.header-logo .logo-text em{font-style:normal;font-size:32px;font-weight:500;letter-spacing:.22em;color:#1f7bea;white-space:nowrap;margin-top:10px}.header-logo .logo-text small{font-size:12px;font-weight:800;letter-spacing:.34em;color:#697587;margin-top:13px;white-space:nowrap;position:relative}.header-contact{display:flex;align-items:center;justify-content:flex-end;gap:0}.contact-item{display:flex;align-items:center;gap:13px;padding:0 22px;min-height:56px;color:#071a3a;text-decoration:none;border-left:1px solid #d7e0ec}.contact-item:first-child{border-left:0}.contact-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;color:#0f6eea;background:linear-gradient(180deg,#fff,#edf6ff);border:1px solid #bfd8ff;box-shadow:0 8px 20px rgba(15,110,234,.10);font-size:21px}.contact-item b{display:block;font-size:15px;font-weight:850;white-space:nowrap}.contact-item small{display:block;color:#68758a;font-size:14px;margin-top:2px}.header-nav{border-top:1px solid #e6edf7;background:rgba(255,255,255,.96)}.header-nav .navwrap{padding:0;min-height:74px}.header-nav .navlinks{gap:0;align-self:stretch}.header-nav .navlinks a{display:flex;align-items:center;padding:0 26px;font-size:16px;font-weight:750;color:#071a3a;position:relative}.header-nav .navlinks a:hover,.header-nav .navlinks a:first-child{color:#0f6eea}.header-nav .navlinks a:first-child:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:4px;border-radius:4px 4px 0 0;background:#0f6eea}.down{font-size:18px;margin-left:8px}.header-nav .nav-cta{border-radius:8px;padding:15px 24px;font-size:17px;background:linear-gradient(135deg,#0f6eea,#0759cc);box-shadow:0 14px 30px rgba(15,110,234,.18)}.foot .logo-emblem{display:none}.foot .logo-text strong,.foot .logo-text em,.foot .logo-text small{font-size:inherit;letter-spacing:0;color:inherit;display:inline;margin:0}.foot .logo-text em:before{content:" "}.foot .logo-text small{display:none}
@media(max-width:1100px){.header-top{align-items:flex-start;flex-direction:column}.header-contact{width:100%;justify-content:space-between}.contact-item{padding:0 14px}.header-logo .logo-text strong{font-size:32px}.header-logo .logo-text em{font-size:26px}}
@media(max-width:900px){.site-header{position:sticky}.header-top{padding:18px 0}.header-logo .logo-emblem{width:58px;height:58px}.header-logo .logo-text strong{font-size:23px}.header-logo .logo-text em{font-size:18px;letter-spacing:.18em}.header-logo .logo-text small{font-size:9px;letter-spacing:.18em}.header-contact{display:none}.header-nav .navwrap{min-height:62px}.header-nav .navlinks{display:none;position:absolute;left:4%;right:4%;top:calc(100% - 1px);flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 30px 80px rgba(7,26,58,.14);height:auto}.header-nav .navlinks.open{display:flex}.header-nav .navlinks a{padding:13px 14px}.header-nav .navlinks a:first-child:after{display:none}.header-nav .nav-cta{margin-left:auto;margin-right:12px;padding:12px 16px;font-size:14px}.menu{display:block;margin-left:0}}
@media(max-width:560px){.header-logo .logo-text strong{font-size:19px}.header-logo .logo-text em{font-size:15px}.header-logo .logo-text small{display:none}.header-nav .nav-cta{display:none}.header-nav .navwrap{justify-content:flex-end}}

/* Mobile header-only refinement */
@media (max-width: 560px){
  .site-header{
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 10px 30px rgba(7,26,58,.06);
  }
  .header-top{
    width:min(94%,420px);
    margin:12px auto 10px;
    padding:14px 14px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:rgba(255,255,255,.96);
    box-shadow:0 16px 40px rgba(7,26,58,.08);
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .header-logo{
    min-width:0;
    gap:11px;
  }
  .header-logo .logo-emblem{
    width:52px;
    height:52px;
    flex:0 0 52px;
    filter:drop-shadow(0 8px 14px rgba(8,38,83,.12));
  }
  .header-logo .logo-text{
    min-width:0;
    line-height:1;
  }
  .header-logo .logo-text strong{
    font-size:17px;
    letter-spacing:.085em;
    white-space:nowrap;
  }
  .header-logo .logo-text em{
    font-size:13px;
    letter-spacing:.24em;
    margin-top:6px;
    white-space:nowrap;
  }
  .header-logo .logo-text small{
    display:none!important;
  }
  .header-nav{
    border-top:0;
    background:transparent;
  }
  .header-nav .navwrap{
    width:min(94%,420px);
    margin:0 auto 12px;
    min-height:0;
    padding:0;
    justify-content:flex-end;
    position:relative;
  }
  .menu{
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    border:1px solid #d3e6ff;
    border-radius:16px;
    background:linear-gradient(180deg,#fff,#f1f7ff);
    color:#082653;
    font-size:14px;
    font-weight:800;
    padding:10px 13px;
    box-shadow:0 10px 24px rgba(15,110,234,.10);
  }
  .menu:before{
    content:"☰";
    font-size:18px;
    line-height:1;
    color:#0f6eea;
  }
  .header-nav .navlinks{
    left:0;
    right:0;
    top:48px;
    border-radius:18px;
    padding:10px;
  }
}

@media (max-width: 380px){
  .header-top{padding:12px 12px;border-radius:22px;gap:9px;}
  .header-logo .logo-emblem{width:46px;height:46px;flex-basis:46px;}
  .header-logo .logo-text strong{font-size:15px;letter-spacing:.07em;}
  .header-logo .logo-text em{font-size:11px;letter-spacing:.20em;}
  .menu{padding:9px 11px;font-size:13px;border-radius:15px;}
}


/* Mobile quick contact refinement: phone + WhatsApp icons beside menu */
.mobile-quick{display:none!important}
@media(max-width:900px){
  .header-nav .navwrap{min-height:62px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:8px 0}
  .header-nav .nav-cta{display:none!important}
  .mobile-quick{display:flex;align-items:center;gap:8px;margin-left:auto}
  .mobile-quick a{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;text-decoration:none;font-size:18px;font-weight:900;border:1px solid #d6e5f8;box-shadow:0 10px 22px rgba(7,26,58,.08);background:linear-gradient(180deg,#fff,#f3f8ff)}
  .mobile-call{color:#0f6eea!important}
  .mobile-wa{color:#fff!important;background:linear-gradient(135deg,#23d366,#128c4a)!important;border-color:#baf3d2!important}
  .menu{height:42px;min-width:72px;border-radius:15px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;color:#071a3a;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 10px 22px rgba(7,26,58,.08)}
  .menu:before{content:"☰";font-size:17px;color:#0f6eea;line-height:1}
  .navlinks{top:64px!important}
  .float-wa{display:flex;align-items:center;justify-content:center;gap:9px;animation:waShake 7s ease-in-out infinite, waPulse 7s ease-in-out infinite;border:1px solid rgba(255,255,255,.45)}
  .float-wa:before{content:"☘";width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:15px}
}
@keyframes waShake{
  0%,88%,100%{transform:translateX(0) scale(1)}
  90%{transform:translateX(-2px) rotate(-1deg) scale(1.01)}
  92%{transform:translateX(2px) rotate(1deg) scale(1.02)}
  94%{transform:translateX(-2px) rotate(-1deg) scale(1.01)}
  96%{transform:translateX(2px) rotate(1deg) scale(1.02)}
}
@keyframes waPulse{
  0%,82%,100%{box-shadow:0 18px 45px rgba(27,191,114,.35),0 0 0 0 rgba(27,191,114,0)}
  90%{box-shadow:0 18px 45px rgba(27,191,114,.35),0 0 0 12px rgba(27,191,114,.15)}
  98%{box-shadow:0 18px 45px rgba(27,191,114,.35),0 0 0 0 rgba(27,191,114,0)}
}


/* Mobile quick call + WhatsApp icons */
.mobile-actions{display:none}
.float-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;animation:softWhatsappPulse 9s ease-in-out infinite;}
.float-wa:before{content:"";width:18px;height:18px;display:inline-block;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11 11 0 0 0 3.8 17.7L2.3 23l5.4-1.4A11 11 0 1 0 20.5 3.5Zm-8.5 17a8.4 8.4 0 0 1-4.3-1.2l-.3-.2-3.2.8.9-3.1-.2-.3A8.5 8.5 0 1 1 12 20.5Zm4.7-6.3c-.3-.1-1.5-.8-1.8-.9-.2-.1-.4-.1-.6.1-.2.3-.7.9-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.1-.4-2.1-1.3-.8-.7-1.3-1.6-1.5-1.9-.2-.3 0-.4.1-.6l.4-.5c.1-.2.2-.3.3-.5.1-.2.1-.4 0-.5l-.8-2c-.2-.5-.4-.5-.6-.5h-.5c-.2 0-.5.1-.7.3-.2.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.5-.1 1.5-.6 1.8-1.2.2-.6.2-1.1.2-1.2-.1-.2-.3-.3-.6-.4Z'/%3E%3C/svg%3E") center/contain no-repeat;}
@keyframes softWhatsappPulse{0%,72%,100%{transform:translateY(0) scale(1);box-shadow:0 18px 45px rgba(27,191,114,.35)}76%{transform:translateY(-2px) scale(1.035);box-shadow:0 18px 45px rgba(27,191,114,.35),0 0 0 8px rgba(27,191,114,.16)}80%{transform:translateY(0) scale(1)}84%{transform:translateY(-1px) scale(1.025);box-shadow:0 18px 45px rgba(27,191,114,.35),0 0 0 13px rgba(27,191,114,0)}}
@media(max-width:560px){
  .header-nav .navwrap{justify-content:flex-end;gap:8px;}
  .mobile-actions{display:flex;align-items:center;gap:8px;margin-right:2px;}
  .mobile-action{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;text-decoration:none;border:1px solid #d3e6ff;background:linear-gradient(180deg,#ffffff,#f1f7ff);box-shadow:0 10px 24px rgba(15,110,234,.10);}
  .mobile-action svg{width:21px;height:21px;display:block;}
  .mobile-action.phone{color:#0f6eea;}
  .mobile-action.whatsapp{color:#12a85c;}
  .mobile-action.whatsapp{animation:miniWaPulse 8s ease-in-out infinite;}
  @keyframes miniWaPulse{0%,78%,100%{transform:scale(1)}82%{transform:scale(1.08)}86%{transform:scale(1)}}
  .menu{height:43px;min-width:72px;justify-content:center;}
}
@media(max-width:380px){
  .mobile-actions{gap:6px;}
  .mobile-action{width:39px;height:39px;border-radius:14px;}
  .mobile-action svg{width:19px;height:19px;}
  .menu{height:39px;min-width:64px;padding:8px 10px;}
}


/* FontAwesome icon polish */
.contact-icon i,.nav-cta i,.btn i,.mobile-action i,.wa-mini-icon i{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.nav-cta i,.btn i{margin-right:8px}
.card-icon{display:inline-flex;align-items:center;justify-content:center}
.card-icon i{font-size:22px;line-height:1}
.trust i{font-size:12px;margin-right:6px;color:var(--green)}
.down i{font-size:11px;margin-left:3px}
.mobile-action i{font-size:17px}
.float-wa .wa-mini-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:6px}
.float-wa .wa-mini-icon i{font-size:18px}
.footer h4::before{content:"02e";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:8px;color:var(--green)}
.panel ul li::marker{content:""}
.panel ul li{position:relative;padding-left:24px}
.panel ul li:before{content:"00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:1px;color:var(--green);font-size:12px}
