:root{--navy:#071b2f;--navy-2:#0d2944;--gold:#d4a23f;--gold-2:#f2cf80;--cream:#f6f1e8;--ink:#13263a;--muted:#617083;--line:#dce4ea;--white:#fff;--shadow:0 24px 70px rgba(4,24,43,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:#fff;color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.7}a{color:inherit}.section-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(6,25,44,.92);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(16px)}.nav-wrap{width:min(1240px,calc(100% - 42px));height:86px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;min-width:0}.brand img{width:59px;height:59px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}.brand span{display:grid;line-height:1.3}.brand b{font-size:15px}.brand small{font-size:9px;letter-spacing:.04em;color:#b9c6d3;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{text-decoration:none;color:#dbe4ec;font-size:13px;font-weight:700;transition:.2s}.nav-links a:hover{color:var(--gold-2)}.nav-contact{border:1px solid rgba(242,207,128,.55);border-radius:999px;padding:8px 18px;color:var(--gold-2)!important}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:#fff}
.hero{position:relative;overflow:hidden;min-height:760px;padding:150px 0 70px;background:radial-gradient(circle at 16% 12%,rgba(212,162,63,.16),transparent 27%),linear-gradient(125deg,#061729 0%,#0a223b 63%,#102f4c 100%);color:#fff}.hero:after{content:"";position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(to top,rgba(0,0,0,.12),transparent)}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.45}.hero-glow-one{width:520px;height:520px;background:radial-gradient(circle,rgba(212,162,63,.22),transparent 68%);left:-170px;top:100px}.hero-glow-two{width:440px;height:440px;border:1px solid rgba(255,255,255,.08);right:-180px;bottom:-160px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;color:#a47728;font-weight:900;font-size:12px;letter-spacing:.08em}.eyebrow{color:var(--gold-2)}.eyebrow i{width:34px;height:1px;background:var(--gold)}.hero h1{margin:22px 0 24px;font-size:clamp(40px,5vw,67px);line-height:1.25;letter-spacing:-.03em}.hero h1 em{font-style:normal;color:var(--gold-2)}.hero-copy>p{max-width:650px;color:#c5d1dc;font-size:17px;line-height:2}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 23px;border-radius:6px;text-decoration:none;font-weight:900;font-size:13px}.button.gold{background:linear-gradient(135deg,#d5a443,#f0ca75);color:#172231;box-shadow:0 14px 30px rgba(212,162,63,.18)}.button.ghost{border:1px solid rgba(255,255,255,.25);color:#fff}.hero-facts{display:flex;gap:38px;margin-top:48px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}.hero-facts div{display:grid}.hero-facts strong{font:700 20px "Segoe UI",Arial}.hero-facts span{color:#8fa2b4;font-size:11px}.hero-visual{position:relative;min-height:470px;display:grid;place-items:center}.hero-shield{position:relative;z-index:3;width:285px;height:330px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025));clip-path:polygon(50% 0,92% 13%,88% 68%,50% 100%,12% 68%,8% 13%);filter:drop-shadow(0 28px 32px rgba(0,0,0,.28))}.hero-shield:before{content:"";position:absolute;inset:5px;background:linear-gradient(150deg,#fff,#e9edf0);clip-path:inherit}.hero-shield img{position:relative;z-index:1;width:190px;height:210px;object-fit:contain}.shield-ring{position:absolute;border:1px solid rgba(242,207,128,.16);border-radius:50%}.ring-one{width:420px;height:420px}.ring-two{width:510px;height:510px;border-style:dashed}.visual-card{position:absolute;z-index:4;min-width:140px;padding:13px 15px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(7,27,47,.74);box-shadow:0 16px 35px rgba(0,0,0,.2);backdrop-filter:blur(10px);display:grid;grid-template-columns:34px 1fr;column-gap:9px}.visual-card span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(212,162,63,.18);color:var(--gold-2)}.visual-card b{font-size:12px}.visual-card small{font-size:9px;color:#91a3b5}.card-one{right:-10px;top:82px}.card-two{left:-18px;bottom:74px}.trust-strip{background:var(--gold);color:#132238}.trust-grid{min-height:76px;display:flex;align-items:center;justify-content:space-around;font-weight:900;font-size:13px}.trust-grid i{width:5px;height:5px;border-radius:50%;background:rgba(19,34,56,.4)}
.section{padding:105px 0}.about{background:#fff}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.section-heading h2,.section-title-row h2,.management h2,.verify-copy h2,.contact h2{margin:14px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.35;letter-spacing:-.025em}.about-copy p{margin:0 0 24px;font-size:16px;color:#3e5062}.about-copy .english{color:#7a8794;font-size:14px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.principle-grid article{padding:27px;border:1px solid var(--line);border-radius:12px;background:#fff}.principle-grid b{color:var(--gold);font:800 25px "Segoe UI",Arial}.principle-grid h3{margin:22px 0 7px;font-size:17px}.principle-grid p{margin:0;color:var(--muted);font-size:13px}.services{background:var(--cream)}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:70px}.section-title-row>p{max-width:440px;color:var(--muted);font-size:14px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:55px}.service-card{position:relative;min-height:330px;padding:38px;background:#fff;border:1px solid rgba(20,43,64,.08);border-radius:14px;box-shadow:0 14px 45px rgba(29,48,63,.06);overflow:hidden;transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card:after{content:"";position:absolute;inset:auto -50px -60px auto;width:180px;height:180px;border:25px solid rgba(212,162,63,.08);border-radius:50%}.service-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;background:var(--navy);color:var(--gold-2)}.service-icon svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-number{position:absolute;left:34px;top:32px;color:#d6dde3;font:800 38px "Segoe UI",Arial}.service-card h3{margin:30px 0 4px;font-size:22px}.service-card h4{margin:0 0 18px;color:#9a741f;font-size:12px;letter-spacing:.05em}.service-card p{max-width:430px;color:var(--muted);font-size:14px}.management{background:var(--navy);color:#fff}.management-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.kicker.light{color:var(--gold-2)}.management-grid>div>p{color:#9fb0bf;max-width:420px}.people-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.person-card{min-height:210px;padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.person-card>span{font-size:10px;color:var(--gold-2);letter-spacing:.08em}.person-card h3{margin:35px 0 5px;font-size:18px;line-height:1.6}.person-card small{display:block;color:#92a3b3;font-size:11px}.person-card a{display:block;margin-top:10px;color:#d7e0e8;font:12px "Segoe UI",Arial;text-decoration:none}.verify-section{background:#f7f9fa}.verify-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.verify-copy>p{color:var(--muted);max-width:540px}.secure-note{display:flex;align-items:center;gap:12px;margin-top:28px}.secure-note>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e9f5ee;color:#147a45;font-weight:900}.secure-note div{display:grid}.secure-note b{font-size:13px}.secure-note small{font-size:11px;color:var(--muted)}.verify-card{padding:34px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.verify-card label{display:grid;gap:8px;margin-bottom:18px}.verify-card label span{font-size:12px;font-weight:900}.verify-card input,.verify-card select{width:100%;height:50px;padding:0 14px;border:1px solid #ced8df;border-radius:7px;background:#fbfcfd;font:12px Tahoma;color:var(--ink);outline:0}.verify-card input:focus,.verify-card select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,162,63,.12)}.verify-card button{width:100%;height:52px;border:0;border-radius:7px;background:var(--navy);color:#fff;font:900 13px Tahoma;cursor:pointer}.verify-card button span{margin-right:8px;color:var(--gold-2)}.form-error{min-height:18px;margin:9px 0 0;color:#b42318;font-size:11px}.contact{padding-top:0;background:#f7f9fa}.contact-panel{position:relative;padding:58px;display:grid;grid-template-columns:.8fr 1.15fr;gap:60px;border-radius:18px;background:linear-gradient(130deg,#0b2742,#071b2f);color:#fff;overflow:hidden}.contact-panel:after{content:"";position:absolute;width:300px;height:300px;border:50px solid rgba(212,162,63,.07);border-radius:50%;left:-130px;bottom:-160px}.contact-intro>p{color:#a7b5c2}.contact-list{position:relative;z-index:2;display:grid}.contact-list a{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12);text-decoration:none;display:grid;gap:3px}.contact-list span{font-size:10px;color:var(--gold-2)}.contact-list strong{font-size:13px;font-weight:600;overflow-wrap:anywhere}.whatsapp{position:relative;z-index:2;align-self:end;justify-self:start;padding:11px 18px;border-radius:6px;background:var(--gold);color:var(--navy);font-size:12px;font-weight:900;text-decoration:none}footer{padding:32px 0;background:#051525;color:#92a3b3}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;font-size:10px}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-brand img{width:45px;height:45px;object-fit:contain;background:#fff;border-radius:8px}.footer-brand span{display:grid}.footer-brand b{font-size:12px}.footer-brand small{font-size:8px;color:#91a3b5}
@media(max-width:900px){.nav-links{position:absolute;top:86px;right:18px;left:18px;padding:18px;display:none;flex-direction:column;align-items:stretch;background:#0a223b;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.nav-links.open{display:flex}.nav-links a{text-align:center;padding:8px}.menu-toggle{display:block}.hero{min-height:auto;padding-top:135px}.hero-grid,.about-grid,.management-grid,.verify-grid{grid-template-columns:1fr}.hero-grid{gap:28px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-facts{justify-content:center}.hero-visual{min-height:390px}.hero-shield{width:240px;height:280px}.hero-shield img{width:160px}.ring-one{width:340px;height:340px}.ring-two{width:400px;height:400px}.card-one{right:5%}.card-two{left:5%}.about-grid,.management-grid,.verify-grid{gap:42px}.section-title-row{display:block}.section-title-row>p{margin-top:20px}.contact-panel{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}}
@media(max-width:620px){.section-wrap{width:min(100% - 28px,1180px)}.nav-wrap{width:calc(100% - 24px);height:74px}.brand img{width:48px;height:48px}.brand b{font-size:12px}.brand small{font-size:7px}.nav-links{top:74px}.hero{padding:120px 0 48px}.hero h1{font-size:36px}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.hero-facts{gap:22px}.hero-facts strong{font-size:16px}.hero-visual{min-height:320px}.hero-shield{width:190px;height:225px}.hero-shield img{width:132px;height:150px}.ring-one{width:270px;height:270px}.ring-two{width:315px;height:315px}.visual-card{min-width:116px;padding:10px}.card-one{right:0;top:38px}.card-two{left:0;bottom:35px}.trust-grid{min-height:62px;font-size:10px}.trust-grid span:nth-of-type(4),.trust-grid i:nth-of-type(3){display:none}.section{padding:72px 0}.section-heading h2,.section-title-row h2,.management h2,.verify-copy h2,.contact h2{font-size:30px}.principle-grid,.services-grid,.people-grid{grid-template-columns:1fr}.principle-grid{margin-top:38px}.service-card{min-height:290px;padding:28px}.contact-panel{padding:34px 24px}.footer-grid{gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-card{transition:none}}
.official-card{display:grid;grid-template-columns:190px 1fr;gap:30px;align-items:center;padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}.official-logo{height:210px;display:grid;place-items:center;border-radius:12px;background:#fff}.official-logo img{width:155px;height:175px;object-fit:contain}.official-copy>span{font-size:9px;color:var(--gold-2);letter-spacing:.08em}.official-copy h3{margin:12px 0 3px;font-size:19px;line-height:1.55}.official-copy>small{display:block;color:#92a3b3;font-size:9px}.official-copy dl{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0 0}.official-copy dl div{display:grid;gap:2px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.official-copy dl .wide{grid-column:1/-1}.official-copy dt{font-size:9px;color:#91a3b5}.official-copy dd{margin:0;color:#fff;font:700 12px "Segoe UI",Tahoma,Arial;overflow-wrap:anywhere}.official-copy a{color:#fff;text-decoration:none}
@media(max-width:620px){.official-card{grid-template-columns:1fr;padding:22px}.official-logo{height:175px}.official-logo img{height:145px}.official-copy{text-align:center}.official-copy dl{text-align:right}}
