:root{--gl-red:#2b7a99;--gl-red-dark:#1c4964;--gl-red-light:#61b6cb;--gl-navy:#1c4964;--gl-navy-soft:#24607f;--gl-sky:#61b6cb;--gl-sky-soft:#e5f2f6;--gl-gold:#c79a3d;--gl-gold-light:#e4c374;--gl-cream:#f1f8fa;--gl-ink:#1f2d33;--gl-muted:#5c7079;--gl-line:#d6e6ea;--gl-white:#fff;--gl-shadow:0 30px 60px #1c496429;--gl-bounce:cubic-bezier(.34, 1.56, .64, 1);--gl-bounce-lg:cubic-bezier(.22, 1.7, .36, 1);--gl-green:#1faa59;--gl-green-light:#4ade80;color:var(--gl-ink);background:var(--gl-navy);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{min-width:320px;margin:0;overflow-x:hidden}body,button,input,textarea,select{font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4{letter-spacing:-.02em;margin:0;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;font-family:inherit}img{max-width:100%;display:block}::selection{background:var(--gl-gold-light);color:var(--gl-navy)}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}html[dir=rtl] body,html[dir=rtl] button,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select,html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4{letter-spacing:0;font-family:Tajawal,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}html[dir=rtl] svg.lucide-arrow-right,html[dir=rtl] svg.lucide-chevron-right,html[dir=rtl] svg.lucide-chevron-left,html[dir=rtl] svg.lucide-external-link,html[dir=rtl] svg.lucide-send{transform:scaleX(-1)}.section-eyebrow{color:var(--gl-red);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:8px;font-size:.74rem;font-weight:800;display:inline-flex}.reveal{opacity:0;transition:opacity .76s cubic-bezier(.16,.84,.24,1),transform .76s cubic-bezier(.16,.84,.24,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform}.reveal--up{transform:translateY(32px)}.reveal--fade{transform:none}.reveal--scale{transform:scale(.94)}.reveal--left{transform:translate(-32px)}.reveal--right{transform:translate(32px)}.reveal--pop{transition:opacity .62s cubic-bezier(.34,1.56,.64,1),transform .62s cubic-bezier(.34,1.56,.64,1);transition-delay:var(--reveal-delay,0s);transform:scale(.6)translateY(60px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-transition{animation:.42s both pageIn}@keyframes pageIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.page-transition{animation:none}}.gl-button{background:var(--gl-red);color:#fff;transition:transform .26s var(--gl-bounce), box-shadow .22s ease, background .18s ease;border-radius:999px;align-items:center;gap:10px;padding:15px 28px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 30px #2b7a9947}.gl-button:active{transition-duration:90ms;transform:translateY(1px)scale(.97)}.gl-button:before{content:"";background:linear-gradient(115deg,#0000 20%,#ffffff59 45%,#0000 70%);transition:transform .62s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0;transform:translate(-120%)}.gl-button:hover:before{transform:translate(120%)}@media (prefers-reduced-motion:reduce){.gl-button:before{display:none}}.gl-button:hover{transform:translateY(-3px)scale(1.035);box-shadow:0 22px 40px #2b7a9966}.gl-button.gold{background:linear-gradient(135deg, var(--gl-gold-light), var(--gl-gold));color:#2a1d05;box-shadow:0 14px 30px #c79a3d52}.gl-button.outline{color:#fff;box-shadow:none;background:0 0;border:1.5px solid #ffffff8c}.gl-button.outline:hover{background:#ffffff1a}.gl-button.dark{background:var(--gl-navy);box-shadow:0 14px 30px #0e142047}.top-bar{z-index:90;background:var(--gl-navy);color:#ffffffd1;height:38px;font-size:.8rem;position:fixed;top:0;left:0;right:0}.top-bar__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.top-bar__contact{gap:22px;display:flex}.top-bar__item{align-items:center;gap:6px;transition:color .16s;display:inline-flex}.top-bar__item:hover{color:var(--gl-gold-light)}.top-bar__social{align-items:center;gap:14px;display:flex}.top-bar__follow{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.top-bar__social a{color:#fffc;transition:color .16s,transform .32s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.top-bar__social a:hover{color:var(--gl-gold-light);transform:translateY(-3px)rotate(-10deg)scale(1.15)}@media (width<=720px){.top-bar__contact a:last-child{display:none}}.navbar{z-index:80;color:#fff;background:0 0;border-bottom:1px solid #0000;transition:background-color .22s,box-shadow .22s,border-color .22s,color .22s,top .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:fixed;top:38px;left:0;right:0}.navbar.is-scrolled{-webkit-backdrop-filter:blur(10px);color:var(--gl-navy);border-color:var(--gl-line);background:#ffffffb8;box-shadow:0 12px 30px #0e14201a}.navbar__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:92px;transition:height .22s;display:grid}.navbar.is-scrolled .navbar__inner{height:78px}.navbar__logo{align-items:center;gap:12px;display:flex}.navbar__logo-img{object-fit:contain;width:auto;max-width:220px;height:64px;transition:height .22s}.navbar.is-scrolled .navbar__logo-img{height:52px}.navbar__crest svg{width:46px;height:46px}.navbar__word{flex-direction:column;line-height:1.1;display:flex}.navbar__word strong{color:currentColor;font-family:Manrope,sans-serif;font-size:1.3rem;font-weight:800}.navbar__word small{letter-spacing:.16em;text-transform:uppercase;color:var(--gl-gold-light);font-size:.68rem;font-weight:700}.navbar.is-scrolled .navbar__word small{color:var(--gl-red)}.navbar__links{justify-content:center;align-items:center;gap:6px;font-size:.92rem;font-weight:700;display:flex}.navbar__links>a,.navbar__dropdown-trigger{color:currentColor;background:0 0;font-size:.92rem;font-weight:700}.navbar__links>a span,.navbar__dropdown-trigger span{border-radius:999px;align-items:center;gap:4px;padding:10px 18px;transition:background-color .18s,color .18s;display:inline-flex}.navbar__links>a:hover span,.navbar__dropdown-trigger:hover span{background:var(--gl-gold-light);color:var(--gl-navy)}.navbar.is-scrolled .navbar__links>a:hover span,.navbar.is-scrolled .navbar__dropdown-trigger:hover span{background:var(--gl-cream);color:var(--gl-red)}.navbar__dropdown{position:relative}.navbar__dropdown-menu{min-width:220px;padding-top:12px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.navbar__dropdown-menu-inner{box-shadow:var(--gl-shadow);border:1px solid var(--gl-line);background:#fff;border-radius:14px;flex-direction:column;padding:10px;animation:.16s dropdownIn;display:flex}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__dropdown-menu a{color:var(--gl-ink);border-radius:8px;padding:10px 14px;font-size:.88rem;font-weight:600;transition:background-color .14s,color .14s,padding-left .14s}.navbar__dropdown-menu a:hover{background:var(--gl-cream);color:var(--gl-red);padding-left:18px}.navbar__dropdown-all{border-top:1px solid var(--gl-line);margin-top:4px;color:var(--gl-red)!important;padding-top:12px!important;font-weight:700!important}.navbar__actions{align-items:center;gap:12px;display:flex}.navbar__lang{color:currentColor;white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:7px;padding:10px 16px;font-size:.82rem;font-weight:700;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.navbar__lang:hover{background:#fff3;transform:translateY(-1px)}.navbar.is-scrolled .navbar__lang{background:var(--gl-cream);border-color:var(--gl-line)}.navbar.is-scrolled .navbar__lang:hover{background:var(--gl-line)}.navbar__lang-icon{transition:transform .42s cubic-bezier(.34,1.56,.64,1)}.navbar__lang:active .navbar__lang-icon{transform:rotate(180deg)}.navbar__lang-text{animation:.32s cubic-bezier(.16,.84,.24,1) both navLangTextIn;display:inline-block}@keyframes navLangTextIn{0%{opacity:0;transform:translateY(6px)rotateX(60deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}@media (prefers-reduced-motion:reduce){.navbar__lang-icon,.navbar__lang-text{transition:none;animation:none}}.navbar__lang--mobile{color:var(--gl-ink);border-color:var(--gl-line);background:var(--gl-cream);justify-content:center;margin-top:10px}.navbar__cta{white-space:nowrap;padding:12px 22px;font-size:.85rem}.navbar__burger{color:currentColor;background:0 0;display:none}.navbar__mobile{border-top:1px solid var(--gl-line);color:var(--gl-ink);background:#fff;flex-direction:column;gap:4px;padding:10px 24px 24px;animation:.26s cubic-bezier(.16,.84,.24,1) both navMobileIn;display:flex}.navbar__mobile>*{animation:.32s cubic-bezier(.16,.84,.24,1) both navMobileLinkIn}.navbar__mobile>:first-child{animation-delay:40ms}.navbar__mobile>:nth-child(2){animation-delay:80ms}.navbar__mobile>:nth-child(3){animation-delay:.12s}.navbar__mobile>:nth-child(4){animation-delay:.16s}.navbar__mobile>:nth-child(5){animation-delay:.2s}.navbar__mobile>:nth-child(6){animation-delay:.24s}.navbar__mobile>a{border-bottom:1px solid var(--gl-line);padding:12px 0;font-weight:600;transition:color .16s,padding-left .16s}.navbar__mobile>a:hover{color:var(--gl-red);padding-left:6px}.navbar__mobile-group{border-bottom:1px solid var(--gl-line)}.navbar__mobile-toggle{width:100%;color:inherit;background:0 0;justify-content:space-between;align-items:center;padding:12px 0;font-size:1rem;font-weight:600;transition:color .16s;display:flex}.navbar__mobile-group.is-open .navbar__mobile-toggle{color:var(--gl-red)}.navbar__mobile-chevron{transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.navbar__mobile-group.is-open .navbar__mobile-chevron{transform:rotate(180deg)}.navbar__mobile-sub[hidden]{display:none}.navbar__mobile-sub{border-left:2px solid var(--gl-gold);flex-direction:column;margin:0 0 6px 4px;padding:2px 0 10px 14px;animation:.26s cubic-bezier(.16,.84,.24,1) both navMobileSubIn;display:flex}.navbar__mobile-sub a{color:var(--gl-muted);padding:9px 0;font-size:.92rem;font-weight:600;transition:color .14s,transform .2s cubic-bezier(.34,1.56,.64,1)}.navbar__mobile-sub a:hover,.navbar__mobile-sub a:active{color:var(--gl-red);transform:translate(5px)}.navbar__mobile-sub-all{margin-top:2px;color:var(--gl-navy)!important;font-weight:800!important}@keyframes navMobileSubIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.navbar__mobile-sub,.navbar__mobile-chevron{transition:none;animation:none}}@keyframes navMobileIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes navMobileLinkIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.navbar__mobile,.navbar__mobile a,.navbar__mobile button{animation:none}}.navbar__mobile .gl-button{justify-content:center;margin-top:14px}@media (width<=980px){.navbar__links,.navbar__actions{display:none}.navbar__burger{display:inline-flex}.navbar__inner{grid-template-columns:1fr auto}}@media (width<=640px){.navbar__inner,.navbar.is-scrolled .navbar__inner{height:66px}.navbar__logo-img,.navbar.is-scrolled .navbar__logo-img{height:44px}}.welcome-screen{z-index:999;background:radial-gradient(circle at 50% 42%, #fff 0%, var(--gl-sky-soft) 70%, #d7eaef 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.welcome-screen.is-leaving{animation:.27s ease-in forwards welcomeOut}.welcome-screen__loader{justify-content:center;align-items:center;width:180px;height:180px;animation:.42s ease-out both welcomeContentIn;display:flex;position:relative}.welcome-screen__ring{border:4px solid #2b7a9926;border-top-color:var(--gl-sky);border-right-color:var(--gl-red);border-radius:50%;animation:.9s linear infinite spin;position:absolute;inset:0}.welcome-screen__crest{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:116px;height:116px;display:flex;box-shadow:0 10px 30px #1c49642e}.welcome-screen__crest img,.welcome-screen__crest svg{object-fit:contain;width:78px;height:78px;animation:2.4s ease-in-out infinite crestPulse}@keyframes welcomeContentIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes welcomeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}@keyframes crestPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.welcome-screen__ring{animation-duration:1.8s}.welcome-screen__crest img,.welcome-screen__crest svg{animation:none}}.hero{background:var(--gl-navy);color:#fff;min-height:102vh;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center;width:100%;height:100%}.hero__pattern{background-image:linear-gradient(120deg,#1c4964d1 0%,#1c496499 45%,#24607f9e 100%),radial-gradient(circle at 85% 18%,#c79a3d29,#0000 40%),radial-gradient(circle at 12% 82%,#61b6cb4d,#0000 45%),linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:auto,auto,auto,42px 42px,42px 42px;position:absolute;inset:0}.hero__orb{filter:blur(60px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.hero__orb--gold{background:radial-gradient(circle,#c79a3d59,#0000 70%);width:340px;height:340px;animation:14s ease-in-out infinite heroOrbFloat;top:8%;right:6%}.hero__orb--red{background:radial-gradient(circle,#2b7a994d,#0000 70%);width:380px;height:380px;animation:18s ease-in-out infinite reverse heroOrbFloat;bottom:-10%;left:-4%}@keyframes heroOrbFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-24px,26px)scale(1.08)}}@media (prefers-reduced-motion:reduce){.hero__orb{animation:none}}.hero__in{animation:.78s cubic-bezier(.16,.84,.24,1) both heroIn;animation-delay:var(--d,0s)}@keyframes heroIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero__in{animation:none}}.hero-stamp{z-index:1;pointer-events:none;width:min(340px,82vw);margin:4px auto 78px;animation:.7s cubic-bezier(.16,.84,.24,1) .4s both heroStampInFlow;position:relative}@keyframes heroStampInFlow{0%{opacity:0;transform:translateY(18px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=1100px){.hero-stamp{width:clamp(230px,26vw,440px);margin:0;animation:.7s cubic-bezier(.16,.84,.24,1) .5s both heroStampIn;position:absolute;top:50%;right:7%}}.hero-stamp__paper{aspect-ratio:2944/2012;background:var(--gl-cream);border-radius:12px;width:100%;height:auto;animation:4.6s infinite heroStampPaperShake;position:relative;overflow:hidden;transform:rotate(-4deg);box-shadow:0 24px 48px #0006}.hero-stamp__doc{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-stamp__ring{border:3px solid var(--gl-red);opacity:0;border-radius:50%;width:80px;height:80px;margin:-40px 0 0 -40px;animation:4.6s infinite heroStampRing;position:absolute;top:50%;left:50%}.hero-stamp__mark{border:2px solid var(--gl-red);width:88px;color:var(--gl-red);letter-spacing:.07em;text-transform:uppercase;text-align:center;opacity:0;border-radius:8px;flex-direction:column;align-items:center;gap:2px;margin:-30px 0 0 -44px;padding:8px 4px;font-size:.6rem;font-weight:800;animation:4.6s infinite heroStampMark;display:flex;position:absolute;top:50%;left:50%;transform:rotate(-8deg)scale(.5)}.hero-stamp__mark svg{width:18px;height:18px}.hero-stamp__tool{background:linear-gradient(135deg, var(--gl-gold-light), var(--gl-gold));width:60px;height:60px;color:var(--gl-navy);transform-origin:50% 90%;border-radius:50%;justify-content:center;align-items:center;margin:-82px 0 0 -30px;animation:4.6s cubic-bezier(.32,.72,.24,1) infinite heroStampTool;display:inline-flex;position:absolute;top:50%;left:50%;box-shadow:0 14px 28px #c79a3d66}.hero-stamp__tool svg{width:30px;height:30px}@keyframes heroStampIn{0%{opacity:0;transform:translateY(-50%)scale(.9)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes heroStampTool{0%,24%{transform:translateY(-64px)rotate(-20deg)}10%{transform:translateY(-70px)rotate(-18deg)}36%{transform:translateY(3px)rotate(-2deg)}40%,62%{transform:translateY(0)rotate(0)}78%,to{transform:translateY(-64px)rotate(-20deg)}}@keyframes heroStampRing{0%,37%{opacity:0;transform:scale(.4)}41%{opacity:.6;transform:scale(1)}56%,to{opacity:0;transform:scale(1.7)}}@keyframes heroStampMark{0%,37%{opacity:0;transform:rotate(-8deg)scale(.5)}41%{opacity:1;transform:rotate(-8deg)scale(1.15)}46%{transform:rotate(-8deg)scale(1)}70%{opacity:1;transform:rotate(-8deg)scale(1)}82%,to{opacity:0;transform:rotate(-8deg)scale(.92)}}@keyframes heroStampPaperShake{0%,38%{transform:rotate(-4deg)translate(0)}39.5%{transform:rotate(-4deg)translate(-3px)}41%{transform:rotate(-4deg)translate(2px)}42.5%,to{transform:rotate(-4deg)translate(0)}}@media (prefers-reduced-motion:reduce){.hero-stamp,.hero-stamp__paper,.hero-stamp__ring,.hero-stamp__mark,.hero-stamp__tool{animation:none}.hero-stamp{transform:translateY(-50%)}.hero-stamp__mark{opacity:1;transform:rotate(-8deg)scale(1)}.hero-stamp__tool{transform:translateY(0)rotate(0)}}@media (width>=1100px){html[dir=rtl] .hero-stamp{left:7%;right:auto}}.hero__ticker-bar{z-index:1;padding:148px 0 0;position:relative}@media (width>=1100px){.hero__ticker-bar{padding-top:140px}}.hero__content{z-index:1;max-width:880px;margin:0;padding:40px 0 90px;position:relative}@media (width>=1100px){.hero__content{max-width:clamp(460px,44vw,880px);padding:22px 0 90px 20px}}.hero__eyebrow{color:var(--gl-gold-light);letter-spacing:.22em;text-transform:uppercase;margin-bottom:20px;font-size:.74rem;font-weight:800;display:inline-block}@media (width>=1100px){.hero__eyebrow{margin-bottom:12px}}.hero h1{color:#fff;font-size:clamp(1.95rem,7.2vw,4.2rem);font-weight:800;line-height:1.14}@media (width>=1100px){.hero h1{font-size:clamp(1.95rem,6.2vw,3.6rem)}}.hero h1 span{color:var(--gl-gold-light)}.hero__content p{color:#ffffffb8;max-width:620px;margin:26px 0 0;font-size:1.1rem;line-height:1.7}@media (width>=1100px){.hero__content p{margin-top:16px}}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:38px;display:flex}@media (width>=1100px){.hero__actions{margin-top:16px}}.gl-button.outline-dark{color:#fff;box-shadow:none;background:0 0;border:1.5px solid #ffffff47}.gl-button.outline-dark:hover{background:#ffffff14;border-color:#ffffff80}.hero__trust{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:28px;margin-top:50px;padding-top:30px;display:flex}.hero__trust span{color:#ffffffd1;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:inline-flex}.hero__trust svg{color:var(--gl-gold-light)}.hero-ticker{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff17;border:1px solid #c79a3d59;border-radius:14px;align-items:center;gap:20px;padding:16px 24px;display:flex;box-shadow:0 18px 40px #00000040}@media (width>=1100px){.hero-ticker{padding:10px 22px}}.hero-ticker__live{color:#ff8a97;letter-spacing:.1em;text-transform:uppercase;background:#2b7a992e;border:1px solid #61b6cb66;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 10px 5px 8px;font-size:.64rem;font-weight:800;display:inline-flex}.hero-ticker__live-dot{background:#ff4d5e;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite liveDot}@keyframes liveDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero-ticker__king{flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.hero-ticker__king img{object-fit:contain;width:100%;height:100%}.hero-ticker__king-fallback{color:var(--gl-gold-light);font-size:.72rem;font-weight:800}.hero-ticker__label{color:var(--gl-gold-light);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:4px;font-size:.62rem;font-weight:800;display:flex}.hero-ticker__news{flex:1;min-width:0}.hero-ticker__news-slide{align-items:baseline;gap:8px;animation:.4s tickerFade;display:flex}.hero-ticker__news-slide strong{color:#ffffff80;flex-shrink:0;font-size:.76rem;font-weight:700}.hero-ticker__news-slide span{color:#fffffff0;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;font-weight:600;overflow:hidden}@keyframes tickerFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.hero-ticker{flex-wrap:wrap;max-width:none}.hero-ticker__news-slide span{white-space:normal}}.hero__angle{width:100%;height:80px;position:absolute;bottom:-1px;left:0;right:0}@media (width<=640px){.hero__ticker-bar{padding-top:122px}.hero__content{padding:22px 0 92px}.hero__eyebrow{letter-spacing:.14em;margin-bottom:14px;font-size:.62rem}.hero h1{line-height:1.18}.hero__content p{margin-top:18px;font-size:.98rem;line-height:1.6}.hero__actions{gap:12px;margin-top:26px}.hero__actions .gl-button{flex:100%;justify-content:center}.hero-ticker{gap:12px;padding:12px 14px}.hero-ticker__king{width:48px;height:48px}.hero-ticker__news-slide span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.4;display:-webkit-box;overflow:hidden}}.site-footer{background:var(--gl-navy);color:#ffffffb3}.site-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding:64px 24px 48px;display:grid}.site-footer__word{color:#fff;margin-bottom:14px;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;display:block}.site-footer__brand picture{display:contents}.site-footer__logo{width:auto;height:58px;margin-bottom:18px;display:block}.site-footer__brand p{max-width:320px;margin:0;font-size:.9rem;line-height:1.7}.site-footer h4{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-family:Manrope,sans-serif;font-size:.82rem;font-weight:800}.site-footer ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.site-footer ul a{color:#ffffffad;font-size:.9rem;transition:color .16s}.site-footer ul a:hover{color:var(--gl-gold-light)}.site-footer__contact li{color:#ffffffad;align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.site-footer__contact svg{color:var(--gl-gold-light);flex-shrink:0;margin-top:2px}.site-footer__bottom{border-top:1px solid #ffffff1a;padding:20px 0}.site-footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;display:flex}.site-footer__bottom span{color:#ffffff73;font-size:.8rem}.site-footer__privacy{color:#fff9;font-size:.8rem;transition:color .16s}.site-footer__privacy:hover{color:var(--gl-gold-light)}@media (width<=900px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.site-footer__grid{grid-template-columns:1fr}}.whatsapp-btn{z-index:90;opacity:0;pointer-events:none;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .42s cubic-bezier(.34,1.56,.64,1),box-shadow .22s,opacity .32s;display:inline-flex;position:fixed;bottom:26px;right:26px;transform:scale(.6)translateY(16px);box-shadow:0 10px 26px #25d36673}.whatsapp-btn.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.whatsapp-btn.is-visible:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 16px 34px #25d3668c}.whatsapp-btn__ring{background:#25d366;border-radius:50%;animation:2.2s ease-out infinite whatsappPulse;position:absolute;inset:0}@keyframes whatsappPulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@media (width<=640px){.whatsapp-btn{width:54px;height:54px;bottom:18px;right:18px}}.call-btn{z-index:90;background:var(--gl-red);color:#fff;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .42s cubic-bezier(.34,1.56,.64,1),box-shadow .22s,opacity .32s;display:inline-flex;position:fixed;bottom:98px;right:26px;transform:scale(.6)translateY(16px);box-shadow:0 10px 26px #2b7a9973}.call-btn.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.call-btn.is-visible:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 16px 34px #2b7a998c}.call-btn svg{z-index:1;position:relative}.call-btn__ring{background:var(--gl-red);border-radius:50%;animation:2.2s ease-out infinite callPulse;position:absolute;inset:0}@keyframes callPulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@media (width<=640px){.call-btn{width:50px;height:50px;bottom:82px;right:18px}}@media (prefers-reduced-motion:reduce){.call-btn__ring{animation:none}}.back-to-top{z-index:90;color:#fff;opacity:0;pointer-events:none;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .42s cubic-bezier(.34,1.56,.64,1),box-shadow .22s,opacity .32s,background-color .22s;display:inline-flex;position:fixed;bottom:26px;left:26px;transform:scale(.6)translateY(16px);box-shadow:0 10px 26px #25d36673}.back-to-top__ring{background:#25d366;border-radius:50%;animation:2.2s ease-out infinite whatsappPulse;position:absolute;inset:0}.back-to-top svg{z-index:1;position:relative}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.back-to-top.is-visible:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 16px 34px #25d3668c}@media (width<=640px){.back-to-top{width:46px;height:46px;bottom:18px;left:18px}}@media (prefers-reduced-motion:reduce){.back-to-top{transition:opacity .22s}.back-to-top__ring{animation:none}}.site-background{z-index:-1;background:var(--gl-navy);position:fixed;inset:0;overflow:hidden}.site-background img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.site-background__wash{background:linear-gradient(#1c496459 0%,#1c49641f 40%,#1c49646b 100%),radial-gradient(circle at 78% 22%,#61b6cb38,#0000 45%);position:absolute;inset:0}.trust-bar{background:var(--gl-cream);padding:40px 0 10px}.trust-bar__inner{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trust-bar__item{border:1px solid var(--gl-line);box-shadow:var(--gl-shadow);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:20px 22px;transition:transform .22s cubic-bezier(.2,.8,.2,1),background-color .22s,border-color .22s,box-shadow .22s;display:flex}.trust-bar__item:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-5px);box-shadow:0 24px 46px #0e142029}.trust-bar__item:hover svg{transform:scale(1.15)}.trust-bar__item:hover strong{color:#fff}.trust-bar__item:hover span{color:#ffffffb3}.trust-bar__item svg{color:var(--gl-red);flex-shrink:0;transition:transform .22s}.trust-bar__item strong{color:var(--gl-navy);font-size:.94rem;transition:color .22s;display:block}.trust-bar__item span{color:var(--gl-muted);margin-top:2px;font-size:.8rem;transition:color .22s;display:block}@media (width<=760px){.trust-bar__inner{grid-template-columns:1fr}}.gov-authorities{border-top:1px dashed var(--gl-line);flex-direction:column;align-items:center;gap:28px;margin-top:36px;padding-top:32px;display:flex}.gov-authorities__label{letter-spacing:.06em;text-transform:uppercase;color:var(--gl-muted);font-size:.86rem;font-weight:800}.gov-authorities__marquee{align-self:stretch;padding:6px 0;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.gov-authorities__row{align-items:stretch;width:max-content;animation:22s linear infinite gov-authorities-scroll;display:flex}.gov-authorities__marquee:hover .gov-authorities__row{animation-play-state:paused}@keyframes gov-authorities-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.gov-authorities__row{flex-wrap:wrap;justify-content:center;width:auto;animation:none}}.gov-authorities__badge{border:1px solid var(--gl-line);background:#fff;border-radius:18px;flex-direction:column;flex:0 0 220px;align-items:center;gap:14px;width:220px;margin-right:28px;padding:28px 20px 22px;transition:transform .22s,background-color .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:0 8px 20px #0e14200f}.gov-authorities__badge:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-6px);box-shadow:0 24px 44px #0e142024}.gov-authorities__badge:hover span{color:#fff}.gov-authorities__badge-img{justify-content:center;align-items:center;height:110px;display:flex}.gov-authorities__badge-img img{object-fit:contain;width:auto;max-width:100%;height:110px}.gov-authorities__badge-img img.is-wide{height:64px}.gov-authorities__badge span{color:var(--gl-navy);text-align:center;font-size:.92rem;font-weight:700;line-height:1.3;transition:color .22s}@media (width<=720px){.gov-authorities__badge{flex-basis:180px;width:180px}}.about-section{background:#fff;padding:30px 0 90px}.about-section__grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:56px;display:grid}.about-section__media{position:relative}.about-section__media img{aspect-ratio:4/5;object-fit:cover;object-position:center 30%;width:100%;box-shadow:var(--gl-shadow);filter:saturate(1.2)contrast(1.08);border-radius:20px}.about-section__media-scrim{mix-blend-mode:multiply;background:linear-gradient(200deg,#2b7a992e,#0e142059 75%);border-radius:20px;position:absolute;inset:0}.about-section__badge{background:var(--gl-navy);color:#fff;border:3px solid var(--gl-cream);border-radius:14px;padding:16px 22px;position:absolute;bottom:24px;left:-24px;box-shadow:0 20px 40px #0e14204d}.about-section__badge strong{color:var(--gl-gold-light);font-size:1.5rem;display:block}.about-section__badge span{color:#ffffffb3;margin-top:2px;font-size:.78rem;font-weight:600;display:block}.about-section__copy h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.2}.about-section__copy p{color:var(--gl-muted);margin:20px 0 0;font-size:1rem;line-height:1.75}.about-section__copy .gl-button{margin-top:30px}.about-section__stats{border-top:1px solid var(--gl-line);grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px;padding-top:28px;display:grid}.about-section__stat{background:var(--gl-cream);border:1px solid var(--gl-line);border-radius:12px;align-items:center;gap:12px;padding:16px;transition:transform .22s cubic-bezier(.2,.8,.2,1),background-color .22s,border-color .22s,box-shadow .22s;display:flex}.about-section__stat:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-5px);box-shadow:0 18px 32px #0e142024}.about-section__stat:hover strong{color:#fff}.about-section__stat:hover span{color:#ffffffb3}.about-section__stat svg{color:var(--gl-red);flex-shrink:0}.about-section__stat strong{color:var(--gl-navy);font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:800;transition:color .22s;display:block}.about-section__stat span{color:var(--gl-muted);font-size:.72rem;font-weight:600;transition:color .22s;display:block}@media (width<=860px){.about-section__grid{grid-template-columns:1fr}.about-section__badge{left:20px}}@media (width<=520px){.about-section__stats{grid-template-columns:1fr}}.build-section{background:linear-gradient(168deg,#16324a 0%,#1c4964 50%,#12324a 100%);padding:90px 0 100px;position:relative;overflow:hidden}.build-section__glow{pointer-events:none;background:radial-gradient(circle at 84% 10%,#e4c3743d,#0000 46%),radial-gradient(circle at 4% 74%,#1faa593d,#0000 46%),radial-gradient(circle at 52% 128%,#2b7a992e,#0000 52%);animation:16s ease-in-out infinite alternate buildGlowDrift;position:absolute;inset:0}@keyframes buildGlowDrift{0%{transform:translate(0,0)scale(1)}to{transform:translate(-2%,2%)scale(1.08)}}@media (prefers-reduced-motion:reduce){.build-section__glow{animation:none}}.build-section__head{z-index:1;text-align:center;max-width:620px;margin:0 auto 56px;position:relative}.build-section__head h2{color:#fff;background:linear-gradient(100deg, #fff 0%, #fff 38%, var(--gl-gold-light) 50%, #fff 62%, #fff 100%);-webkit-text-fill-color:transparent;background-position:120% 0;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem);display:inline-block;position:relative}.build-section__head.is-visible h2{animation:.7s cubic-bezier(.34,1.56,.64,1) both buildHeadReveal,2.6s .7s infinite buildHeadShimmer}.build-section__head h2:after{content:"";background:linear-gradient(90deg, var(--gl-gold), var(--gl-green-light));transform-origin:0;border-radius:999px;width:100%;height:3px;position:absolute;bottom:-10px;left:0;transform:scaleX(0)}.build-section__head.is-visible h2:after{animation:.62s cubic-bezier(.16,.84,.24,1) .35s both buildHeadUnderline}@keyframes buildHeadReveal{0%{opacity:0;transform:translateY(18px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes buildHeadUnderline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes buildHeadShimmer{0%{background-position:120% 0}60%,to{background-position:-20% 0}}@media (prefers-reduced-motion:reduce){.build-section__head.is-visible h2,.build-section__head.is-visible h2:after{animation:none}.build-section__head.is-visible h2:after{transform:scaleX(1)}}.build-section__timeline{z-index:1;flex-direction:column;gap:8px;max-width:640px;display:flex;position:relative}.build-section__rail{background:#ffffff29;width:2px;position:absolute;top:26px;bottom:26px;left:25px}html[dir=rtl] .build-section__rail{left:auto;right:25px}.build-section__rail-fill{background:linear-gradient(180deg, var(--gl-gold) 0%, var(--gl-green-light) 100%);border-radius:2px;width:2px;height:0;position:absolute;top:26px;left:25px;box-shadow:0 0 12px #4ade808c}html[dir=rtl] .build-section__rail-fill{left:auto;right:25px}.build-section__timeline.is-visible .build-section__rail-fill{animation:2.6s cubic-bezier(.4,0,.2,1) .15s forwards buildRailDraw}.build-section__rail-fill:after{content:"";opacity:0;background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-5px;left:-4px;box-shadow:0 0 10px 3px #4ade80f2,0 0 22px 7px #1faa5980}.build-section__timeline.is-visible .build-section__rail-fill:after{animation:2.6s cubic-bezier(.4,0,.2,1) .15s forwards buildSparkTip}@keyframes buildRailDraw{0%{height:0}to{height:calc(100% - 52px)}}@keyframes buildSparkTip{0%{opacity:0;transform:scale(.5)}10%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.4)}}@media (prefers-reduced-motion:reduce){.build-section__rail-fill{height:calc(100% - 52px);animation:none}.build-section__rail-fill:after{display:none}}.build-section__step{align-items:flex-start;gap:20px;padding:18px 20px 18px 0;display:flex;position:relative}.build-section__step-icon{z-index:1;width:52px;height:52px;color:var(--gl-gold-light);transition:transform .26s var(--gl-bounce), background-color .42s ease, border-color .42s ease, color .42s ease, box-shadow .42s ease;background:#16384e;border:1px solid #e4c37466;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.build-section__step.is-visible .build-section__step-icon{animation:buildIconStamp .62s var(--gl-bounce) both}.build-section__step.is-visible .build-section__step-icon:not(.build-section__step-icon--crest){color:var(--gl-green-light);background:linear-gradient(#1faa5947,#1faa5947),#16384e;border-color:#4ade80b3;box-shadow:0 0 0 5px #1faa591f,0 0 24px #1faa594d}.build-section__step.is-visible .build-section__step-icon svg{animation:3.6s ease-in-out .7s infinite buildIconFloat}.build-section__step-icon:before{content:"";z-index:2;background:var(--gl-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-3px;right:-3px;transform:scale(0);box-shadow:0 0 0 2px #16384e,0 2px 8px #1faa5980}.build-section__step.is-visible .build-section__step-icon:before{animation:buildCheckPop .42s var(--gl-bounce) .42s both}.build-section__step-icon:after{content:"";border:2px solid var(--gl-green-light);opacity:0;border-radius:50%;position:absolute;inset:-1px}.build-section__step.is-visible .build-section__step-icon:after{animation:.9s ease-out .25s both buildIconRipple}.build-section__step:hover .build-section__step-icon{transform:scale(1.12)rotate(-4deg)}.build-section__step:hover .build-section__step-icon:not(.build-section__step-icon--crest){border-color:var(--gl-green-light);background:linear-gradient(#1faa596b,#1faa596b),#16384e;box-shadow:0 0 0 6px #1faa5929,0 0 26px #1faa5959}@keyframes buildCheckPop{0%{transform:scale(0)rotate(-30deg)}60%{transform:scale(1.25)rotate(6deg)}to{transform:scale(1)rotate(0)}}@keyframes buildIconStamp{0%{opacity:0;transform:scale(1.7)rotate(-12deg)}55%{opacity:1;transform:scale(.9)rotate(3deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes buildIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes buildIconRipple{0%{opacity:.8;transform:scale(.7)}to{opacity:0;transform:scale(2.1)}}.build-section__step-icon--crest{background:linear-gradient(135deg, var(--gl-gold-light), var(--gl-gold));color:var(--gl-navy);border-color:#0000;box-shadow:0 0 0 6px #c79a3d24}.build-section__step--done.is-visible .build-section__step-icon--crest{animation:buildCrestPop .8s var(--gl-bounce-lg) .1s both}.build-section__step--done .build-section__step-icon--crest:after{border-color:var(--gl-gold)}.build-section__step--done.is-visible .build-section__step-icon--crest:after{animation:1.1s ease-out .3s 2 buildIconRipple}@keyframes buildCrestPop{0%{opacity:0;transform:scale(.2)rotate(-40deg)}60%{opacity:1;transform:scale(1.25)rotate(8deg)}to{opacity:1;transform:scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){.build-section__step.is-visible .build-section__step-icon,.build-section__step.is-visible .build-section__step-icon svg,.build-section__step.is-visible .build-section__step-icon:before,.build-section__step.is-visible .build-section__step-icon:after,.build-section__step--done.is-visible .build-section__step-icon--crest,.build-section__step--done.is-visible .build-section__step-icon--crest:after{animation:none}.build-section__step.is-visible .build-section__step-icon:before{transform:scale(1)}}.build-section__step-count{color:var(--gl-gold-light);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:6px;font-size:.7rem;font-weight:800;transition:color .42s;display:inline-flex}.build-section__step.is-visible .build-section__step-count{color:var(--gl-green-light)}.build-section__step.is-visible .build-section__step-count:before{content:"✓";letter-spacing:0;font-size:.82rem}.build-section__step-body h3{color:#fff;font-size:1.1rem}.build-section__step-body p{color:#ffffffd9;max-width:480px;margin:8px 0 0;font-size:.94rem;line-height:1.7}.build-section__step--done .build-section__step-body h3{color:var(--gl-gold-light)}@media (width<=640px){.build-section__rail{left:21px}html[dir=rtl] .build-section__rail{right:21px}.build-section__step{gap:14px;padding-right:0}.build-section__step-icon{width:44px;height:44px}}.services-section{background:0 0;padding:90px 0 100px;position:relative;overflow:hidden}.services-section:after{content:"";pointer-events:none;background:linear-gradient(#1434472e 0%,#14344752 100%);position:absolute;inset:0}.services-section>.container{z-index:1;position:relative}.services-section__head{text-align:center;max-width:620px;margin:0 auto 48px}.services-section__head h2{color:#fff;margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.services-section__head p{color:#ffffffa6;margin:16px 0 0;font-size:1rem;line-height:1.7}.services-section__head .section-eyebrow{color:var(--gl-gold-light)}.services-section__grid{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.service-card{border:1px solid var(--gl-line);background:#fff;border-radius:16px;flex-direction:column;flex:300px;max-width:340px;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s,background-color .22s;display:flex;overflow:hidden}.service-card:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-6px)scale(1.015);box-shadow:0 24px 46px #0e142024}.service-card:hover h3{color:#fff}.service-card:hover p{color:#ffffffa6}.service-card:hover .service-card__link{gap:10px}.service-card__art{height:150px;position:relative;overflow:hidden}.service-card__art img{object-fit:cover;width:100%;height:100%;transition:transform .32s;position:absolute;inset:0}.service-card:hover .service-card__art img{transform:scale(1.08)}.service-card__art-scrim{background:linear-gradient(200deg,#2b7a9980,#0e1420a6 75%);position:absolute;inset:0}.service-card__art-icon{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff29;border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .22s;display:inline-flex;position:absolute;bottom:14px;left:16px}.service-card:hover .service-card__art-icon{transform:scale(1.1)rotate(-4deg)}.service-card__body{padding:26px 28px 30px}.service-card.is-visible .service-card__art,.service-card.is-visible .service-card__body>*{animation:.52s cubic-bezier(.34,1.56,.64,1) both serviceItemPop}.service-card.is-visible .service-card__art{animation-delay:60ms}.service-card.is-visible .service-card__body>:first-child{animation-delay:.16s}.service-card.is-visible .service-card__body>:nth-child(2){animation-delay:.24s}.service-card.is-visible .service-card__body>:nth-child(3){animation-delay:.32s}@keyframes serviceItemPop{0%{opacity:0;transform:translateY(18px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.service-card.is-visible .service-card__art,.service-card.is-visible .service-card__body>*{animation:none}}.service-card h3{color:var(--gl-navy);font-size:1.15rem;transition:color .22s}.service-card p{color:var(--gl-muted);margin:10px 0 20px;font-size:.9rem;line-height:1.6;transition:color .22s}.service-card__link{color:var(--gl-red);align-items:center;gap:6px;font-size:.84rem;font-weight:700;transition:gap .22s;display:inline-flex}.services-section__foot{justify-content:center;margin-top:40px;display:flex}.why-bahrain{background:var(--gl-cream);color:var(--gl-ink);padding:90px 0}.why-bahrain__head{text-align:center;max-width:640px;margin:0 auto 48px}.why-bahrain__head h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.why-bahrain__head p{color:var(--gl-muted);margin:16px 0 0;font-size:1rem;line-height:1.7}.why-bahrain__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.why-bahrain__card{border:1px solid var(--gl-line);background:#fff;border-radius:16px;padding:26px;transition:transform .22s cubic-bezier(.2,.8,.2,1),background-color .22s,border-color .22s,box-shadow .22s}.why-bahrain__card:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-6px);box-shadow:0 24px 46px #0e14201a}.why-bahrain__card:hover h3{color:#fff}.why-bahrain__card:hover p{color:#ffffffb3}.why-bahrain__card:hover svg{transform:scale(1.15)rotate(-6deg)}.why-bahrain__card svg{color:var(--gl-red);transition:transform .22s}.why-bahrain__card h3{color:var(--gl-navy);margin:16px 0 8px;font-size:1.02rem;transition:color .22s}.why-bahrain__card p{color:var(--gl-muted);margin:0;font-size:.86rem;line-height:1.6;transition:color .22s}@media (width<=980px){.why-bahrain__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.why-bahrain__grid{grid-template-columns:1fr}}.pricing-section{-webkit-backdrop-filter:blur(3px);background:#183e569e;padding:90px 0 100px}.pricing-section__head{text-align:center;max-width:620px;margin:0 auto 48px}.pricing-section__head h2{color:#fff;margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.pricing-section__head p{color:#ffffffa6;margin:16px 0 0}.pricing-section__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.pricing-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;padding:34px 30px;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s,background-color .22s;display:flex;position:relative}.pricing-card:hover{background:#fff;border-color:#fff;transform:translateY(-8px);box-shadow:0 26px 50px #00000059}.pricing-card:hover h3{color:var(--gl-navy)}.pricing-card:hover .pricing-card__desc{color:var(--gl-muted)}.pricing-card:hover .pricing-card__price{color:var(--gl-muted);border-bottom-color:var(--gl-line)}.pricing-card:hover .pricing-card__price strong{color:var(--gl-red)}.pricing-card:hover li.is-included{color:var(--gl-navy)}.pricing-card:hover li.is-included svg{color:var(--gl-gold)}.pricing-card:hover li.is-excluded{color:#0e14204d}.pricing-card:hover li.is-excluded svg{color:#0e142040}.pricing-card:hover .gl-button.outline-dark{color:var(--gl-navy);border-color:var(--gl-navy)}.pricing-card:hover .gl-button.outline-dark:hover{background:var(--gl-navy);color:#fff;border-color:var(--gl-navy)}.pricing-card.is-highlighted{border-color:var(--gl-gold);background:#c79a3d14;transform:translateY(-10px);box-shadow:0 20px 46px #00000059}.pricing-card.is-highlighted:hover{background:#fff;border-color:#fff;transform:translateY(-14px);box-shadow:0 30px 56px #1c49644d}.pricing-card.is-highlighted:hover .pricing-card__price{border-bottom-color:var(--gl-line)}.pricing-card__badge{background:var(--gl-gold);color:var(--gl-navy);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 12px;font-size:.68rem;font-weight:800;animation:2.6s ease-in-out infinite pricingBadgeGlow;position:absolute;top:-13px;left:30px}@keyframes pricingBadgeGlow{0%,to{box-shadow:0 0 #c79a3d8c}50%{box-shadow:0 0 0 6px #c79a3d00}}@media (prefers-reduced-motion:reduce){.pricing-card__badge{animation:none}}.pricing-card h3{color:#fff;font-size:1.2rem;transition:color .22s}.pricing-card__desc{color:#ffffff8c;min-height:40px;margin:10px 0 20px;font-size:.86rem;line-height:1.6;transition:color .22s}.pricing-card__price{color:#ffffff8c;border-bottom:1px dashed #ffffff26;align-items:baseline;gap:8px;margin-bottom:22px;padding-bottom:22px;font-size:.95rem;font-weight:700;transition:color .22s,border-color .22s;display:flex}.pricing-card__price strong{color:var(--gl-gold-light);font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;transition:color .22s}.pricing-card ul{flex:1;grid-template-columns:1fr;gap:10px;margin:0 0 26px;padding:0;list-style:none;display:grid}.pricing-card li{align-items:center;gap:9px;font-size:.82rem;font-weight:500;transition:color .22s;display:flex}.pricing-card li.is-included{color:#ffffffe0}.pricing-card li.is-included svg{color:var(--gl-gold-light);flex-shrink:0}.pricing-card li.is-excluded{color:#ffffff47}.pricing-card li.is-excluded svg{color:#fff3;flex-shrink:0}.pricing-card .gl-button{justify-content:center;width:100%}@media (width<=940px){.pricing-section__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pricing-card.is-highlighted{transform:none}}.why-choose{background:#fff;padding:90px 0}.why-choose__head{text-align:center;max-width:560px;margin:0 auto 48px}.why-choose__head h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.why-choose__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.why-choose__card{background:var(--gl-cream);border:1px solid var(--gl-line);border-radius:16px;padding:26px;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,background-color .22s,border-color .22s}.why-choose__card:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-6px);box-shadow:0 24px 46px #0e14201f}.why-choose__card:hover svg{transform:scale(1.15)rotate(-6deg)}.why-choose__card:hover h3{color:#fff}.why-choose__card:hover p{color:#ffffffb3}.why-choose__card svg{color:var(--gl-red);transition:transform .22s}.why-choose__card h3{color:var(--gl-navy);margin:16px 0 8px;font-size:1.02rem;transition:color .22s}.why-choose__card p{color:var(--gl-muted);margin:0;font-size:.86rem;line-height:1.6;transition:color .22s}@media (width<=980px){.why-choose__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.why-choose__grid{grid-template-columns:1fr}}.testimonials-section{background:var(--gl-cream);padding:90px 0}.testimonials-section__head{text-align:center;max-width:600px;margin:0 auto 44px}.testimonials-section__head h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.testimonials-section__rating{flex-direction:column;align-items:center;gap:6px;margin-top:20px;display:flex}.testimonials-section__stars{color:var(--gl-gold);gap:3px;display:flex}.testimonials-section__stars svg,.testimonial-card__stars svg{animation:2.6s ease-in-out infinite starTwinkle}.testimonials-section__stars svg:first-child,.testimonial-card__stars svg:first-child{animation-delay:0s}.testimonials-section__stars svg:nth-child(2),.testimonial-card__stars svg:nth-child(2){animation-delay:.13s}.testimonials-section__stars svg:nth-child(3),.testimonial-card__stars svg:nth-child(3){animation-delay:.26s}.testimonials-section__stars svg:nth-child(4),.testimonial-card__stars svg:nth-child(4){animation-delay:.39s}.testimonials-section__stars svg:nth-child(5),.testimonial-card__stars svg:nth-child(5){animation-delay:.52s}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.22)}}@media (prefers-reduced-motion:reduce){.testimonials-section__stars svg,.testimonial-card__stars svg{animation:none}}.testimonials-section__rating span{color:var(--gl-muted);font-size:.86rem;font-weight:600}.testimonials-section__carousel{align-items:center;gap:16px;max-width:820px;display:flex}.testimonials-section__nav{border:1px solid var(--gl-line);width:46px;height:46px;color:var(--gl-navy);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.testimonials-section__nav:hover{background:var(--gl-red);border-color:var(--gl-red);color:#fff;transform:scale(1.08)}.testimonials-section__track{flex:1;min-height:220px;position:relative}.testimonial-card{text-align:center;border:1px solid var(--gl-line);opacity:0;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:40px 44px;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(10px)}.testimonial-card.is-active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.testimonial-card__stars{color:var(--gl-gold);gap:3px;margin-bottom:18px;display:flex}.testimonial-card p{color:var(--gl-ink);margin:0;font-size:1.1rem;font-weight:500;line-height:1.7}.testimonial-card__author{margin-top:22px}.testimonial-card__author strong{color:var(--gl-navy);font-size:.95rem;display:block}.testimonial-card__author span{color:var(--gl-muted);margin-top:2px;font-size:.8rem;display:block}.testimonials-section__dots{justify-content:center;gap:8px;margin-top:28px;display:flex}.testimonials-section__dots button{background:var(--gl-line);border-radius:999px;width:9px;height:9px;transition:background-color .2s,width .2s}.testimonials-section__dots button.is-active{background:var(--gl-red);width:24px}@media (width<=640px){.testimonial-card{padding:32px 24px}.testimonials-section__track{min-height:280px}}.faq-section{-webkit-backdrop-filter:blur(3px);background:#183e569e;padding:90px 0}.faq-section__head{text-align:center;max-width:560px;margin:0 auto 40px}.faq-section__head h2{color:#fff;margin-top:14px;font-size:clamp(1.7rem,3vw,2.3rem)}.faq-section__list{flex-direction:column;gap:12px;max-width:780px;display:flex}.faq-item{text-align:left;color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 22px;font-size:.98rem;font-weight:700;transition:border-color .22s,box-shadow .22s,background-color .22s,color .22s,transform .16s;display:flex}.faq-item:hover{color:var(--gl-navy);background:#fff;border-color:#fff;transform:translate(4px)}.faq-item:hover .faq-item__icon{color:var(--gl-red)}.faq-item.is-active{border-color:var(--gl-gold);background:#c79a3d1f}.faq-item__icon{color:var(--gl-gold-light);flex-shrink:0;transition:transform .28s cubic-bezier(.2,.8,.2,1)}.faq-item.is-active .faq-item__icon{transform:rotate(135deg)}.faq-modal{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060910b8;justify-content:center;align-items:center;padding:24px;animation:.22s both faqModalBackdropIn;display:flex;position:fixed;inset:0}.faq-modal__card{background:var(--gl-cream);border-radius:46px;width:100%;max-width:560px;margin-bottom:48px;padding:46px 42px;animation:.42s cubic-bezier(.34,1.56,.64,1) both faqModalCardIn;position:relative;box-shadow:0 40px 90px #00000080}.faq-modal__card:before,.faq-modal__card:after{content:"";background:var(--gl-cream);border-radius:50%;animation:.42s cubic-bezier(.34,1.56,.64,1) both faqBubbleDot;position:absolute;left:46px;box-shadow:0 20px 40px #00000059}.faq-modal__card:after{width:26px;height:26px;animation-delay:90ms;bottom:-18px}.faq-modal__card:before{width:14px;height:14px;animation-delay:.15s;bottom:-40px;left:30px}@keyframes faqBubbleDot{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.faq-modal__close{width:34px;height:34px;color:var(--gl-ink);background:#0e14200f;border-radius:50%;justify-content:center;align-items:center;transition:background-color .16s,transform .16s,rotate .22s;display:inline-flex;position:absolute;top:18px;right:18px}.faq-modal__close:hover{background:var(--gl-red);color:#fff;transform:rotate(90deg)}.faq-modal__eyebrow{color:var(--gl-red);letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px;font-size:.72rem;font-weight:800;display:inline-block}.faq-modal__card h3{color:var(--gl-navy);font-size:clamp(1.2rem,2.4vw,1.5rem);line-height:1.3}.faq-modal__card p{color:var(--gl-muted);margin:18px 0 0;font-size:1rem;line-height:1.75}@keyframes faqModalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes faqModalCardIn{0%{opacity:0;transform:scale(.82)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=560px){.faq-modal{padding:20px}.faq-modal__card{border-radius:34px;margin-bottom:40px;padding:34px 26px}.faq-modal__card:before,.faq-modal__card:after{left:30px}.faq-modal__card:before{left:18px}}@media (prefers-reduced-motion:reduce){.faq-modal,.faq-modal__card,.faq-modal__card:before,.faq-modal__card:after{animation:none}.faq-modal__card:before,.faq-modal__card:after{opacity:1;transform:scale(1)}}.booking-section{background:#fff;padding:100px 0 110px}.booking-section__head{text-align:center;max-width:620px;margin:0 auto 56px}.booking-section__head h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.9rem,3.4vw,2.6rem)}.booking-section__head p{color:var(--gl-muted);margin:18px 0 0;font-size:1.05rem;line-height:1.7}.booking-section__grid{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:40px;display:grid}.booking-section__form{background:var(--gl-cream);border:1px solid var(--gl-line);border-radius:22px;flex-direction:column;gap:22px;padding:44px;display:flex;box-shadow:0 24px 60px #0e14200f}.booking-section__form-head{border-bottom:1px solid var(--gl-line);margin-bottom:6px;padding-bottom:24px}.booking-section__form-head strong{color:var(--gl-navy);font-size:1.15rem;display:block}.booking-section__form-head span{color:var(--gl-muted);margin-top:3px;font-size:.86rem;display:block}.booking-section__split{grid-template-columns:1fr 1fr;gap:20px;display:grid}.booking-section__form label{color:var(--gl-navy);flex-direction:column;gap:8px;font-size:.84rem;font-weight:700;display:flex}.booking-section__form input,.booking-section__form select,.booking-section__form textarea{border:1px solid var(--gl-line);width:100%;color:var(--gl-ink);background:#fff;border-radius:12px;padding:15px 18px;font-family:inherit;font-size:.96rem;font-weight:500;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 #2b7a9900}.booking-section__form textarea{resize:vertical}.booking-section__form input:focus,.booking-section__form select:focus,.booking-section__form textarea:focus{border-color:var(--gl-red);outline:none;box-shadow:0 0 0 4px #2b7a9924}.booking-section__form button{justify-content:center;margin-top:6px;padding:17px 28px;font-size:1rem}.booking-section__form button:disabled{opacity:.7;cursor:not-allowed}.booking-section__status{align-items:center;gap:8px;margin:0;font-size:.88rem;font-weight:600;display:flex}.booking-section__status.is-success{color:#1a7a3f}.booking-section__status.is-error{color:var(--gl-red)}.booking-section__side{flex-direction:column;gap:20px;display:flex}.booking-section__info{grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.booking-section__info li{background:var(--gl-cream);min-width:0;color:var(--gl-ink);border-radius:12px;align-items:center;gap:10px;padding:15px 18px;font-size:.9rem;font-weight:600;transition:transform .2s,background-color .2s;display:flex}.booking-section__info li a{overflow-wrap:anywhere;min-width:0}.booking-section__info li:hover{background:#2b7a990f;transform:translateY(-3px)}.booking-section__info svg{color:var(--gl-red);flex-shrink:0}.booking-section__map-wrap{border:1px solid var(--gl-line);border-radius:18px;flex:1;min-height:260px;position:relative;overflow:hidden}.booking-section__map{pointer-events:none;filter:grayscale(.15)contrast(1.05);border:0;width:100%;height:100%;min-height:260px;display:block}.booking-section__map-overlay{background:#0e142000;justify-content:center;align-items:center;transition:background-color .22s;display:flex;position:absolute;inset:0}.booking-section__map-overlay span{color:var(--gl-navy);opacity:0;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:.88rem;font-weight:700;transition:opacity .22s,transform .22s;display:inline-flex;transform:translateY(8px);box-shadow:0 14px 30px #0e142040}.booking-section__map-overlay:hover{background:#0e142059}.booking-section__map-overlay:hover span{opacity:1;transform:translateY(0)}@media (width<=900px){.booking-section__grid{grid-template-columns:1fr}.booking-section__form{padding:32px 24px}.booking-section__split,.booking-section__info{grid-template-columns:1fr}}.banks-marquee{background:var(--gl-white);padding:46px 0 52px;position:relative}.banks-marquee__label{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--gl-muted);margin-bottom:30px;font-size:.86rem;font-weight:800;display:block}.banks-marquee__viewport{overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.banks-marquee__track{width:max-content;animation:30s linear infinite banks-marquee-scroll;display:flex}.banks-marquee__viewport:hover .banks-marquee__track{animation-play-state:paused}@keyframes banks-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.banks-marquee__item{border:1px solid var(--gl-line);background:#fff;border-radius:14px;flex:none;justify-content:center;align-items:center;width:190px;height:84px;margin-right:24px;padding:14px 22px;display:flex;box-shadow:0 8px 20px #1c49640f}.banks-marquee__item img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .22s}.banks-marquee__item:hover img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.banks-marquee__track{flex-wrap:wrap;justify-content:center;gap:16px;width:auto;animation:none}}.page-header{background:var(--gl-navy);color:#fff;position:relative;overflow:hidden}.page-header__bg{position:absolute;inset:0}.page-header__bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.page-header__pattern{background-image:linear-gradient(120deg,#1c4964e6 0%,#1c4964a8 45%,#24607fb8 100%),radial-gradient(circle at 85% 18%,#c79a3d29,#0000 40%),radial-gradient(circle at 12% 82%,#61b6cb47,#0000 45%),linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:auto,auto,auto,42px 42px,42px 42px;position:absolute;inset:0}.page-header__content{z-index:1;max-width:760px;padding:176px 24px 80px;position:relative}.page-header__content h1{margin-top:18px;font-size:clamp(1.7rem,6vw,3rem);font-weight:800;line-height:1.18}.page-header__content p{color:#ffffffb8;max-width:600px;margin:20px 0 0;font-size:1.05rem;line-height:1.7}@media (width<=640px){.page-header__content{padding:116px 24px 60px}.page-header__content p{font-size:.98rem;line-height:1.6}}.page-header__in{animation:.72s cubic-bezier(.16,.84,.24,1) both pageHeaderIn;animation-delay:var(--d,0s)}@keyframes pageHeaderIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-header__in{animation:none}}.service-detail{background:var(--gl-cream);padding:80px 0 100px}.service-detail__grid{grid-template-columns:1.5fr 1fr;gap:56px;display:grid}.service-detail__figure{margin:0 0 32px}.service-detail__figure picture{display:contents}.service-detail__figure img{aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:var(--gl-shadow);border-radius:16px}.service-detail__summary{color:var(--gl-ink);margin:0 0 32px;font-size:1.15rem;line-height:1.75}.service-detail__section{margin:0 0 28px}.service-detail__section h2{color:var(--gl-navy);margin:0 0 12px;font-size:clamp(1.2rem,2.2vw,1.5rem)}.service-detail__section p{color:var(--gl-ink);margin:0;font-size:1rem;line-height:1.8}.service-detail__points{flex-direction:column;gap:16px;margin:0 0 40px;padding:0;list-style:none;display:flex}.service-detail__faq{border-top:1px solid var(--gl-line);margin:40px 0 8px;padding-top:36px}.service-detail__faq h2{color:var(--gl-navy);margin:0 0 20px;font-size:clamp(1.3rem,2.4vw,1.6rem)}.service-detail__faq dl{flex-direction:column;gap:4px;margin:0;display:flex}.service-detail__faq-item{border-bottom:1px solid var(--gl-line);padding:18px 0}.service-detail__faq-item:last-child{border-bottom:0}.service-detail__faq dt{color:var(--gl-navy);margin-bottom:8px;font-size:1rem;font-weight:700}.service-detail__faq dd{color:var(--gl-ink);margin:0;font-size:.98rem;line-height:1.75}.service-detail__cta{margin-top:32px}.service-detail__points li{color:var(--gl-ink);align-items:flex-start;gap:10px;font-size:.98rem;font-weight:500;display:flex}.service-detail__points svg{color:var(--gl-red);flex-shrink:0;margin-top:2px}.service-detail__aside{border:1px solid var(--gl-line);background:#fff;border-radius:16px;height:max-content;padding:28px}.service-detail__aside h4{letter-spacing:.1em;text-transform:uppercase;color:var(--gl-red);margin:0 0 18px;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:800}.service-detail__aside ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.service-detail__aside a{border-bottom:1px solid var(--gl-line);color:var(--gl-ink);padding:12px 0;font-size:.94rem;font-weight:600;display:block}.service-detail__aside li:last-child a{border-bottom:0}.service-detail__aside a:hover{color:var(--gl-red)}@media (width<=860px){.service-detail__grid{grid-template-columns:1fr}}.lead-form{border:1px solid var(--gl-line);background:#fff;border-radius:18px;flex-direction:column;gap:14px;width:100%;padding:26px;display:flex;box-shadow:0 24px 56px #0e14201f}.lead-form__head strong{color:var(--gl-navy);font-size:1.02rem;display:block}.lead-form__head span{color:var(--gl-muted);margin-top:2px;font-size:.82rem;display:block}.lead-form__split{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lead-form input,.lead-form select{border:1px solid var(--gl-line);width:100%;color:var(--gl-ink);background:#fff;border-radius:10px;padding:13px 14px;font-family:inherit;font-size:.9rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.lead-form select{color:var(--gl-ink)}.lead-form select:invalid{color:var(--gl-muted)}.lead-form input:focus,.lead-form select:focus{border-color:var(--gl-red);outline:none;box-shadow:0 0 0 4px #2b7a9924}.lead-form button{justify-content:center;margin-top:2px;padding:14px 24px;font-size:.94rem}.lead-form button:disabled{opacity:.7;cursor:not-allowed}.lead-form__status{align-items:center;gap:8px;margin:0;font-size:.86rem;font-weight:600;display:flex}.lead-form__status.is-success{color:#1f8a4c}.lead-form__status.is-error{color:var(--gl-red)}@media (width<=520px){.lead-form__split{grid-template-columns:1fr}}.lead-form--hero{max-width:400px;margin-top:36px}.lead-form--panel{max-width:480px;margin:34px 0}.about-stats-wrap{background:var(--gl-cream);padding-bottom:10px}.about-page__stats{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;transform:translateY(-40px)}.about-page__stat{box-shadow:var(--gl-shadow);text-align:center;background:#fff;border-radius:16px;padding:28px;transition:transform .22s,box-shadow .22s,background-color .22s}.about-page__stat:hover{background:var(--gl-navy);transform:translateY(-5px);box-shadow:0 24px 46px #0e142024}.about-page__stat svg{color:var(--gl-red);transition:transform .46s cubic-bezier(.34,1.56,.64,1)}.about-page__stat:hover svg{transform:rotate(-14deg)scale(1.15)}.about-page__stat:hover strong{color:#fff}.about-page__stat:hover span{color:#ffffffb3}.about-page__stat strong{color:var(--gl-navy);margin-top:10px;font-family:Manrope,sans-serif;font-size:1.7rem;font-weight:800;transition:color .22s;display:block}.about-page__stat span{color:var(--gl-muted);margin-top:4px;font-size:.84rem;font-weight:600;transition:color .22s;display:block}.who-we-are-section{background:#fff;padding:30px 0 90px}.who-we-are{grid-template-columns:1.1fr .9fr;align-items:start;gap:56px;display:grid}.who-we-are__copy h2{color:var(--gl-navy);margin-top:14px;font-size:clamp(1.6rem,2.8vw,2.1rem);line-height:1.25}.who-we-are__copy p{color:var(--gl-muted);margin:18px 0 0;font-size:1rem;line-height:1.8}.who-we-are__copy .gl-button{margin-top:28px}.who-we-are__media picture{display:contents}.who-we-are__media img{aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:var(--gl-shadow);border-radius:18px}.who-we-are__media p{color:var(--gl-muted);margin:20px 0 0;font-size:.95rem;line-height:1.75}.credentials-section{background:var(--gl-navy);padding:90px 0}.about-page__credentials{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-page__credential{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;padding:28px;transition:transform .22s,background-color .22s,border-color .22s}.about-page__credential:hover{background:#fff;border-color:#fff;transform:translateY(-5px)}.about-page__credential svg{color:var(--gl-gold-light);transition:transform .46s cubic-bezier(.34,1.56,.64,1),color .22s}.about-page__credential:hover svg{color:var(--gl-red);transform:rotate(360deg)}.about-page__credential:hover h3{color:var(--gl-navy)}.about-page__credential:hover p{color:var(--gl-muted)}.about-page__credential h3{color:#fff;margin:14px 0 8px;font-size:1.1rem;transition:color .22s}.about-page__credential p{color:#fff9;margin:0;font-size:.9rem;line-height:1.6;transition:color .22s}.team-section{background:var(--gl-cream);padding:90px 0}.team-section__head{text-align:center;max-width:720px;margin:0 auto 48px}.team-section__head h2{color:var(--gl-navy);font-size:clamp(1.6rem,2.8vw,2.1rem)}.team-section__head p{color:var(--gl-muted);margin:16px 0 0;line-height:1.75}.team-section__grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.team-card{border:1px solid var(--gl-line);text-align:center;background:#fff;border-radius:20px;padding:32px 20px;transition:transform .22s,box-shadow .22s,background-color .22s,border-color .22s}.team-card:hover{background:var(--gl-navy);border-color:var(--gl-navy);transform:translateY(-6px);box-shadow:0 24px 46px #0e14201f}.team-card:hover strong{color:#fff}.team-card:hover span{color:#ffffffb3}.team-card:hover .team-card__avatar{border-color:var(--gl-gold-light);transform:scale(1.04)}.team-card:hover .team-card__avatar img{transform:scale(1.14)rotate(1deg)}.team-card__avatar{background:linear-gradient(135deg, var(--gl-navy), #12384f);width:156px;height:156px;color:var(--gl-gold-light);border:4px solid var(--gl-cream);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;transition:transform .32s cubic-bezier(.2,.8,.2,1),border-color .32s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #0e142029}.team-card__avatar--square{aspect-ratio:220/142;border-radius:16px;width:220px;height:auto}.team-card__avatar img{object-fit:cover;object-position:center 20%;width:100%;height:100%;transition:transform .42s cubic-bezier(.2,.8,.2,1)}.team-card__avatar--square img{object-position:center}.team-card strong{color:var(--gl-navy);font-size:1.05rem;transition:color .22s;display:block}.team-card span{color:var(--gl-muted);margin-top:4px;font-size:.84rem;font-weight:600;transition:color .22s;display:block}.about-cta-section{background:#fff;padding:90px 0}.about-cta{background:linear-gradient(120deg, var(--gl-gold-light), var(--gl-red), var(--gl-gold), var(--gl-red-dark), var(--gl-gold-light));box-shadow:var(--gl-shadow);transition:transform .4s var(--gl-bounce), box-shadow .4s ease;background-size:300% 300%;border-radius:28px;grid-template-columns:.9fr 1.1fr;gap:0;padding:3px;animation:9s infinite aboutCtaBorder;display:grid;overflow:hidden}.about-cta:hover{transform:translateY(-6px);box-shadow:0 44px 90px #c79a3d47}@keyframes aboutCtaBorder{0%,to{background-position:0%}50%{background-position:100%}}.about-cta__media{min-height:320px;position:relative;overflow:hidden}.about-cta__media picture{display:contents}.about-cta__media img{object-fit:cover;transform-origin:50%;width:100%;height:100%;animation:20s ease-in-out infinite alternate aboutCtaKen}.about-cta:hover .about-cta__media img{transition:transform .6s var(--gl-bounce);animation-play-state:paused;transform:scale(1.06)}.about-cta__media-glow{mix-blend-mode:multiply;background:linear-gradient(150deg,#141b2e26 0%,#2a16338c 100%);animation:6s ease-in-out infinite aboutCtaGlow;position:absolute;inset:0}.about-cta__media:after{content:"";background:linear-gradient(115deg,#0000 45%,#e4c37440 50%,#0000 55%);animation:7s ease-in-out 1.5s infinite aboutCtaSheen;position:absolute;inset:0;transform:translate(-100%)}@keyframes aboutCtaSheen{0%,70%{transform:translate(-100%)}85%,to{transform:translate(100%)}}@keyframes aboutCtaKen{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-2%,-2%)}}@keyframes aboutCtaGlow{0%,to{opacity:.55}50%{opacity:.9}}.about-cta__panel{color:#fff;background:linear-gradient(150deg,#161d33 0%,#2c1740 46%,#10141f 100%) 0 0/220% 220%;flex-direction:column;justify-content:center;padding:52px 46px;animation:12s infinite aboutCtaGradient;display:flex;position:relative;overflow:hidden}.about-cta__panel:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#ffffff17,#0000 34%);position:absolute;inset:0}@keyframes aboutCtaGradient{0%,to{background-position:0%}50%{background-position:100%}}.about-cta__orb{filter:blur(46px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.about-cta__orb--gold{background:radial-gradient(circle,#e4c374b3,#0000 70%);width:300px;height:300px;animation:12s ease-in-out infinite aboutCtaFloat;top:-90px;right:-70px}.about-cta__orb--light{background:radial-gradient(circle,#61b6cb80,#0000 70%);width:260px;height:260px;animation:15s ease-in-out infinite reverse aboutCtaFloat;bottom:-80px;left:-50px}@keyframes aboutCtaFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(18px,-22px)scale(1.12)}}.about-cta__grid{z-index:0;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask:radial-gradient(circle at 70% 30%,#000,#0000 75%);mask:radial-gradient(circle at 70% 30%,#000,#0000 75%)}.about-cta__panel-inner{z-index:1;position:relative}.about-cta__panel h2{background:linear-gradient(100deg, #fff 0%, #fff 55%, var(--gl-gold-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:14px;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.3;display:inline-block;position:relative}.about-cta__panel h2:after{content:"";background:linear-gradient(90deg, var(--gl-gold-light), var(--gl-red-light), transparent);transform-origin:0;border-radius:999px;width:100%;height:3px;position:absolute;bottom:0;left:0;transform:scaleX(0)}.about-cta__panel.is-visible h2:after{animation:.7s cubic-bezier(.16,.84,.24,1) .26s both aboutCtaUnderline}@keyframes aboutCtaUnderline{to{transform:scaleX(1)}}.about-cta__panel p{color:#ffffffe0;margin:16px 0 0;font-size:.97rem;line-height:1.75}.about-cta__panel.is-visible h2,.about-cta__panel.is-visible p,.about-cta__panel.is-visible .about-cta__btn{animation:aboutCtaItemIn .62s var(--gl-bounce) both}.about-cta__panel.is-visible h2{animation-delay:.12s}.about-cta__panel.is-visible p:first-of-type{animation-delay:.22s}.about-cta__panel.is-visible p:nth-of-type(2){animation-delay:.3s}.about-cta__panel.is-visible p:nth-of-type(3){animation-delay:.38s}.about-cta__panel.is-visible .about-cta__btn{animation-delay:.48s}@keyframes aboutCtaItemIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.about-cta__btn{align-self:flex-start;margin-top:28px}@media (prefers-reduced-motion:reduce){.about-cta,.about-cta__media img,.about-cta__media-glow,.about-cta__media:after,.about-cta__panel,.about-cta__orb,.about-cta__panel.is-visible h2,.about-cta__panel.is-visible h2:after,.about-cta__panel.is-visible p,.about-cta__panel.is-visible .about-cta__btn{animation:none}.about-cta__media:after{display:none}.about-cta__panel.is-visible h2:after{transform:scaleX(1)}}.about-authorities-section{background:var(--gl-navy);padding:90px 0}.about-authorities{text-align:center}.about-authorities h2{color:#fff;margin-bottom:8px;font-size:clamp(1.5rem,2.6vw,2rem)}.about-authorities .gov-authorities{border-top:none;margin-top:0;padding-top:0}.about-authorities .gov-authorities__label{color:#ffffff8c}@media (width<=900px){.who-we-are,.about-cta{grid-template-columns:1fr}.about-cta__media{min-height:240px}}@media (width<=860px){.about-page__stats,.about-page__credentials{grid-template-columns:1fr}.team-section__grid{grid-template-columns:1fr 1fr}.team-card__avatar{width:130px;height:130px}.team-card__avatar--square{aspect-ratio:220/142;width:100%;max-width:220px;height:auto}}.contact-page{background:var(--gl-cream);padding:80px 0 100px}.contact-page__grid{grid-template-columns:.8fr 1.2fr;gap:56px;display:grid}.contact-page__info h3{color:var(--gl-navy);margin-bottom:24px;font-size:1.3rem}.contact-page__info ul{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.contact-page__info li{color:var(--gl-ink);align-items:flex-start;gap:12px;font-size:.98rem;display:flex}.contact-page__info svg{color:var(--gl-red);flex-shrink:0;margin-top:2px}.contact-page__form{border:1px solid var(--gl-line);background:#fff;border-radius:18px;flex-direction:column;gap:16px;padding:36px;display:flex}.contact-page__split{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-page__form input,.contact-page__form select,.contact-page__form textarea{border:1px solid var(--gl-line);background:var(--gl-cream);width:100%;color:var(--gl-ink);border-radius:10px;padding:13px 16px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 #2b7a9900}.contact-page__form textarea{resize:vertical}.contact-page__form input:focus,.contact-page__form select:focus,.contact-page__form textarea:focus{border-color:var(--gl-red);outline:none;box-shadow:0 0 0 4px #2b7a9924}.contact-page__form button{align-self:flex-start}.contact-page__form button:disabled{opacity:.7;cursor:not-allowed}.contact-page__status{align-items:center;gap:8px;margin:0;font-size:.88rem;font-weight:600;display:flex}.contact-page__status.is-success{color:#1a7a3f}.contact-page__status.is-error{color:var(--gl-red)}.contact-page__map-wrap{border:1px solid var(--gl-line);box-shadow:var(--gl-shadow);border-radius:18px;margin-top:48px;padding:0;position:relative;overflow:hidden}.contact-page__map{pointer-events:none;filter:grayscale(.15)contrast(1.05);border:0;width:100%;height:380px;display:block}.contact-page__map-overlay{background:#0e142000;justify-content:center;align-items:center;transition:background-color .22s;display:flex;position:absolute;inset:0}.contact-page__map-overlay span{color:var(--gl-navy);opacity:0;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:.88rem;font-weight:700;transition:opacity .22s,transform .22s;display:inline-flex;transform:translateY(8px);box-shadow:0 14px 30px #0e142040}.contact-page__map-overlay:hover{background:#0e142059}.contact-page__map-overlay:hover span{opacity:1;transform:translateY(0)}@media (width<=860px){.contact-page__grid,.contact-page__split{grid-template-columns:1fr}}.privacy-page{background:#fff;padding:80px 0 100px}.privacy-page__content{max-width:760px}.privacy-page__content p{color:var(--gl-muted);margin:0 0 18px;font-size:.98rem;line-height:1.8}.privacy-page__content h2{color:var(--gl-navy);margin:40px 0 14px;font-size:1.2rem}.privacy-page__content h2:first-of-type{margin-top:24px}.privacy-page__content ul{color:var(--gl-muted);margin:0 0 18px;padding-left:22px;font-size:.98rem;line-height:1.85}.privacy-page__content li{margin-bottom:6px}.privacy-page__content a{color:var(--gl-red);font-weight:600}.privacy-page__content a:hover{text-decoration:underline}
