:root{
  --ink:#0c1320;
  --ink-2:#121d2e;
  --paper:#f7f6f2;
  --white:#ffffff;
  --accent:#c7a66a;
  --accent-2:#e6d2a8;
  --line:rgba(12,19,32,.12);
  --muted:#637083;
  --radius:22px;
  --shadow:0 24px 70px rgba(12,19,32,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(247,246,242,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:78px;display:flex;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:190px}
.brand-logo{display:block;width:auto;height:auto;max-width:100%}
.header-logo{height:48px}
.main-nav{display:flex;align-items:center;gap:20px;margin-left:auto;font-size:14px}
.main-nav a{color:#263244}
.main-nav a:hover{color:#000}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--ink);color:white}
.btn-primary:hover{transform:translateY(-1px);background:#000}
.btn-secondary{border-color:rgba(255,255,255,.35);color:white;background:rgba(255,255,255,.06)}
.btn-light{background:white;color:var(--ink)}
.nav-cta{white-space:nowrap}
.menu-toggle{display:none;background:none;border:0;font-weight:700}

.hero{background:
  radial-gradient(circle at 84% 22%, rgba(199,166,106,.32), transparent 28%),
  radial-gradient(circle at 62% 80%, rgba(255,255,255,.08), transparent 32%),
  linear-gradient(135deg,var(--ink),#18263b 65%,#0d1725);
  color:white;padding:92px 0 72px;overflow:hidden}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:800;color:var(--accent-2);margin-bottom:18px}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:end}
h1,h2,h3,h4,p{margin-top:0}
h1{font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-.055em;margin-bottom:26px}
.hero p.lead{font-size:20px;max-width:740px;color:rgba(255,255,255,.78)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.hero-note{border-left:1px solid rgba(255,255,255,.25);padding-left:28px;color:rgba(255,255,255,.72)}
.hero-note strong{display:block;color:white;font-size:19px;margin-bottom:8px}
.hero-proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:48px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:rgba(255,255,255,.64)}
.hero-proof span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:9px;vertical-align:middle}

.section{padding:88px 0}
.section.white{background:white}
.section.dark{background:var(--ink);color:white}
.section-head{max-width:760px;margin-bottom:44px}
.section h2{font-size:clamp(36px,4.6vw,58px);line-height:1.04;letter-spacing:-.04em;margin-bottom:18px}
.section-head p{font-size:18px;color:var(--muted)}
.dark .section-head p{color:rgba(255,255,255,.66)}

.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;min-height:230px;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(12,19,32,.03)}
.card:hover{transform:translateY(-3px);transition:.2s;box-shadow:var(--shadow)}
.card .num{font-size:12px;font-weight:800;letter-spacing:.15em;color:#9a7b43;margin-bottom:46px}
.card h3{font-size:23px;line-height:1.12;letter-spacing:-.025em}
.card p{color:var(--muted);font-size:14px}
.card .link{margin-top:auto;font-weight:800;font-size:14px}
.card.dark-card{background:#162235;color:white;border-color:rgba(255,255,255,.08)}
.card.dark-card p{color:rgba(255,255,255,.65)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.process{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.18)}
.process-row{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.process-row span{color:var(--accent-2);font-weight:800}
.process-row strong{font-size:18px}
.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.country{padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:white;font-weight:800}
.country small{display:block;color:var(--muted);font-weight:500;margin-top:5px}
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.offer{padding:28px;border-radius:18px;border:1px solid var(--line);background:#fbfaf7}
.offer h3{font-size:20px}
.offer p{font-size:14px;color:var(--muted)}

.form-shell{background:white;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#4b586a}
input,select,textarea{width:100%;padding:14px 15px;border-radius:12px;border:1px solid #d9dde4;background:#fff;font:inherit;color:var(--ink);outline:none}
input:focus,select:focus,textarea:focus{border-color:#a28654;box-shadow:0 0 0 3px rgba(199,166,106,.16)}
textarea{min-height:150px;resize:vertical}
.form-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}
.form-help{font-size:13px;color:var(--muted)}
.honeypot{position:absolute!important;left:-9999px!important}

.page-hero{padding:74px 0 58px;background:linear-gradient(135deg,var(--ink),#15243a);color:white}
.page-hero h1{font-size:clamp(44px,6vw,72px);max-width:920px}
.page-hero p{max-width:760px;font-size:19px;color:rgba(255,255,255,.72)}
.breadcrumb{font-size:12px;color:rgba(255,255,255,.52);margin-bottom:20px}

.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.feature{padding:20px;border-radius:14px;background:white;border:1px solid var(--line)}
.feature strong{display:block;margin-bottom:4px}
.feature span{font-size:14px;color:var(--muted)}

.cta-band{padding:42px;border-radius:26px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-band h3{font-size:30px;letter-spacing:-.03em;margin-bottom:6px}
.cta-band p{color:rgba(255,255,255,.66);margin:0}



.footer{background:#07111f;color:white;padding:0 0 28px;border-top:1px solid rgba(255,255,255,.06)}
.footer-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:46px 0 42px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-cta-copy{max-width:720px}
.footer-kicker{display:block;margin-bottom:10px!important;color:var(--accent-2)!important;font-size:11px!important;font-weight:800;text-transform:uppercase;letter-spacing:.17em}
.footer-cta h3{font-size:clamp(28px,3.2vw,42px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}
.footer-cta p{max-width:690px;color:rgba(255,255,255,.62);margin:0;font-size:15px}
.footer-cta-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}
.footer-wa-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:white!important;font-weight:800;font-size:14px!important;margin:0!important}
.footer-wa-link:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}

.footer-main{display:grid;grid-template-columns:1.65fr .9fr .9fr 1.15fr;gap:46px;padding:50px 0 44px;align-items:start}
.footer-brand{display:inline-block;margin:0 0 20px}
.footer-logo{display:block;width:286px;max-width:100%;height:auto}
.footer-brand-col p{max-width:370px;color:rgba(255,255,255,.56);font-size:13.5px;line-height:1.72;margin:0 0 18px}
.footer-location{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.78);font-size:13px;font-weight:700}
.footer-location:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex:0 0 auto}

.footer-col{min-width:0}
.footer h4{position:relative;font-size:10.5px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.46);margin:3px 0 17px;font-weight:800}
.footer h4:after{content:"";display:block;width:22px;height:1px;background:rgba(199,166,106,.8);margin-top:10px}
.footer-links{display:grid;gap:9px}
.footer-links a{display:block;color:rgba(255,255,255,.72);font-size:13.5px;line-height:1.42;transition:.18s}
.footer-links a:hover{color:white;transform:translateX(2px)}

.footer-contact-grid{display:grid;gap:10px}
.footer-contact-card{display:block!important;padding:13px 14px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.035);margin:0!important;transition:.18s}
.footer-contact-card:hover{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.06)}
.footer-contact-card span{display:block!important;color:rgba(255,255,255,.38)!important;font-size:9.5px!important;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin:0 0 4px!important}
.footer-contact-card strong{display:block;color:white;font-size:13px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}

.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom>span{display:block;color:rgba(255,255,255,.42);font-size:11.5px;margin:0}
.footer-legal{display:flex;gap:18px;align-items:center}
.footer-legal a{color:rgba(255,255,255,.5);font-size:11.5px;margin:0}
.footer-legal a:hover{color:white}

.floating-wa{position:fixed;right:20px;bottom:20px;min-height:52px;padding:0 18px 0 12px;border-radius:999px;background:#111b29;color:white;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.25);z-index:25;border:1px solid rgba(255,255,255,.09)}
.floating-wa span{width:30px;height:30px;border-radius:50%;background:white;color:#111b29;display:grid;place-items:center;font-size:10px;font-weight:900}
.floating-wa strong{font-size:13px}

.notice{padding:15px 18px;border-radius:12px;margin-bottom:18px;font-size:14px}
.notice.success{background:#eef8f0;color:#245b32;border:1px solid #cde9d3}
.notice.error{background:#fff1f1;color:#8c2626;border:1px solid #f1caca}

@media (max-width:1000px){
  .main-nav{display:none;position:absolute;left:20px;right:20px;top:72px;background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .main-nav.open{display:flex}
  .menu-toggle{display:block;margin-left:auto}
  .nav-cta{display:none}
  .hero-grid,.split{grid-template-columns:1fr}
  .cards-4,.offer-grid{grid-template-columns:repeat(2,1fr)}
  .cards-3{grid-template-columns:repeat(2,1fr)}
  .country-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1.35fr 1fr 1fr;gap:34px}
  .footer-brand-col{grid-column:1/-1;max-width:560px;padding-bottom:8px}
  .footer-contact{grid-column:3}
  .footer-cta{align-items:flex-start;flex-direction:column}
}
@media (max-width:650px){
  .container{width:min(100% - 26px,1180px)}
  .hero{padding-top:64px}
  .section{padding:64px 0}
  .cards-4,.cards-3,.offer-grid,.country-grid,.feature-list,.form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .footer-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px 22px;padding:36px 0 32px}
  .footer-brand-col{grid-column:1/-1;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}
  .footer-logo{width:250px}
  .footer-brand-col p{max-width:100%;font-size:13px;margin-bottom:15px}
  .footer-location{font-size:12.5px}
  .footer-solutions{grid-column:1}
  .footer-explore{grid-column:2}
  .footer h4{margin-bottom:14px}
  .footer-links{gap:10px}
  .footer-links a{font-size:13px;line-height:1.35}
  .footer-contact{grid-column:1/-1;padding-top:2px}
  .footer-contact-grid{grid-template-columns:1fr 1fr;gap:10px}
  .footer-contact-card{padding:12px 13px}
  .footer-contact-card strong{font-size:12.5px}
  .footer-cta{padding:34px 0 31px;gap:22px}
  .footer-cta-actions{width:100%;flex-direction:column;align-items:stretch}
  .footer-cta-actions .btn,.footer-wa-link{width:100%}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}
  .footer-legal{gap:16px}
  .floating-wa{padding-right:12px}
  .floating-wa strong{display:none}
  .cta-band{align-items:flex-start;flex-direction:column}
  h1{font-size:52px}
  .brand{min-width:auto}
}

@media (max-width:370px){
  .footer-main{gap:28px 16px}
  .footer-links a{font-size:12.5px}
  .footer-contact-grid{grid-template-columns:1fr}
}
