.hero-section{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:transparent;transform:translateZ(0)}[data-theme=system] .hero-bg{background:linear-gradient(160deg,#1e4a58,#162e38 20%,#0d2029 45%,#071118 70%,transparent)}[data-theme=dark] .hero-bg{background:transparent}[data-theme=light] .hero-bg{background:linear-gradient(160deg,rgba(209,232,237,.55),rgba(235,245,247,.35) 25%,rgba(248,253,254,.2) 55%,transparent)}.hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(0deg,transparent 0,transparent 5%,black 25%,black);mask-image:linear-gradient(0deg,transparent 0,transparent 5%,black 25%,black)}.hero-bg-mesh,.hero-bg-orb{display:none!important}[data-theme=dark] .hero-bg-orb{opacity:.15;filter:blur(120px)}[data-theme=light] .hero-bg-orb--1{background:radial-gradient(circle,rgba(77,150,166,.18) 0,transparent 65%)}[data-theme=light] .hero-bg-orb--2{background:radial-gradient(circle,rgba(45,106,122,.1) 0,transparent 65%)}[data-theme=light] .hero-bg-orb--3{opacity:.3}@keyframes heroOrbFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(35px,25px) scale(1.06)}}@keyframes heroOrbFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-25px,-18px) scale(1.04)}}@keyframes heroOrbFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(18px,-28px) scale(1.1)}}.hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:55px 55px;opacity:.5}[data-theme=light] .hero-bg-grid{background-image:linear-gradient(rgba(45,106,122,.06) 1px,transparent 0),linear-gradient(90deg,rgba(45,106,122,.06) 1px,transparent 0);opacity:.4}.hero-layout{position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:100px 24px 60px;display:flex;flex-direction:column-reverse;align-items:center;gap:32px}@media (min-width:1024px){.hero-layout{flex-direction:row;padding:0 64px;min-height:100svh;gap:80px}.hero-content{text-align:left}.hero-subtitle{margin-left:0;margin-right:auto}.hero-cta-wrapper{align-items:flex-start;justify-content:flex-start}}.hero-content{text-align:center;max-width:620px;width:100%}@media (max-width:767px){.hero-globe-container{height:480px;margin-top:-20px;margin-bottom:20px}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:var(--dt-primary-100);font-size:.75rem;font-weight:500;letter-spacing:.03em;transition:all .3s ease}[data-theme=light] .hero-badge{background:rgba(45,106,122,.07);border-color:rgba(45,106,122,.14);color:var(--dt-primary-700)}.hero-badge:hover{background:rgba(255,255,255,.12);border-color:rgba(229,198,93,.3)}[data-theme=light] .hero-badge:hover{background:rgba(45,106,122,.1);border-color:rgba(45,106,122,.25)}.hero-badge-icon{width:13px;height:13px;color:var(--dt-gold-400)}[data-theme=light] .hero-badge-icon{color:var(--dt-primary-600)}.hero-title{font-family:var(--font-display,"Outfit","Inter",sans-serif);font-size:clamp(1.875rem,10vw,3.25rem);font-weight:800;color:#ffffff;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}@media (min-width:1024px){.hero-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.06}}[data-theme=light] .hero-title{color:#0f1d22}.hero-title-accent{display:block;margin-top:4px;background:linear-gradient(135deg,#e5c65d,#f0db8a 40%,#dac9a1 70%,#6db0bf);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:heroGradientShift 4s ease-in-out infinite alternate}[data-theme=light] .hero-title-accent{background:linear-gradient(135deg,var(--dt-primary-600) 0,var(--dt-primary-400) 50%,var(--dt-gold-500) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes heroGradientShift{0%{background-position:0}to{background-position:100%}}.hero-subtitle{font-size:clamp(.875rem,1.8vw,1.0625rem);color:rgba(209,232,237,.7);line-height:1.75;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}[data-theme=light] .hero-subtitle{color:var(--dt-gray-600)}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 32px;border-radius:14px;background:linear-gradient(135deg,#3d8090,#2d6a7a 50%,#1e4a58);border:1px solid rgba(255,255,255,.15);color:#ffffff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px rgba(45,106,122,.3),inset 0 1px 0 rgba(255,255,255,.1);position:relative;overflow:hidden;letter-spacing:.01em}[data-theme=light] .hero-cta-button{background:linear-gradient(135deg,var(--dt-primary-600) 0,var(--dt-primary-500) 100%);border-color:rgba(45,106,122,.2);box-shadow:0 4px 20px rgba(45,106,122,.25)}.hero-cta-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(229,198,93,.15),transparent 50%);opacity:0;transition:opacity .35s ease}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(45,106,122,.4),0 0 0 1px rgba(229,198,93,.2),inset 0 1px 0 rgba(255,255,255,.15);border-color:rgba(229,198,93,.3)}.hero-cta-button:hover:before{opacity:1}.hero-cta-button:active{transform:translateY(0)}.hero-cta-arrow{width:17px;height:17px;transition:transform .3s ease}.hero-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.hero-stat-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 13px;border-radius:9999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}[data-theme=light] .hero-stat-pill{background:rgba(45,106,122,.05);border-color:rgba(45,106,122,.08)}.hero-stat-dot{width:5px;height:5px;border-radius:50%;animation:heroPulse 2.5s ease-in-out infinite}.hero-stat-dot--green{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.6)}.hero-stat-dot--blue{background:#4d96a6;box-shadow:0 0 8px rgba(77,150,166,.6);animation-delay:.8s}.hero-stat-label{font-size:.6875rem;font-weight:500;color:rgba(209,232,237,.6);letter-spacing:.02em}[data-theme=light] .hero-stat-label{color:var(--dt-gray-600)}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hero-globe-container{width:100%;height:clamp(320px,50vh,500px);position:relative;z-index:1;contain:layout style paint;will-change:contents}.hero-globe-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle closest-side at 50% 50%,rgba(7,17,24,.85) 0,rgba(7,17,24,.4) 75%,transparent 100%);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);-webkit-mask-image:radial-gradient(circle closest-side at 50% 50%,black 0,black 90%,transparent 100%);mask-image:radial-gradient(circle closest-side at 50% 50%,black 0,black 90%,transparent 100%);z-index:-1;pointer-events:none}[data-theme=light] .hero-globe-container:before{background:radial-gradient(circle closest-side at 50% 50%,rgba(255,255,255,.6) 0,rgba(255,255,255,.2) 85%,transparent 100%)}.hero-globe-container canvas{display:block;width:100%!important;height:100%!important;image-rendering:auto}.hero-bottom-fade{display:none}@media (min-width:480px){.hero-layout{padding-bottom:80px;gap:0}.hero-globe-container{height:350px}.hero-badge{padding:7px 18px;font-size:.8125rem}.hero-cta-button{padding:14px 36px;font-size:1rem}}@media (min-width:768px) and (max-width:1023px){.hero-layout{padding-top:100px}.hero-content{max-width:600px;margin-top:40px}.hero-globe-container{height:400px}}@media (min-width:1024px){.hero-layout{padding:0 64px;gap:56px}.hero-content{max-width:600px}.hero-title{margin-bottom:20px}.hero-subtitle{margin-bottom:36px}.hero-globe-container{height:640px;min-width:460px}.hero-cta-button{padding:16px 40px;font-size:1.0625rem;border-radius:16px}.hero-bg-orb--1{width:700px;height:700px;filter:blur(140px)}.hero-bg-orb--2{width:800px;height:800px;filter:blur(160px)}}@media (min-width:1280px){.hero-layout{max-width:1600px;padding:0 80px;gap:80px}.hero-globe-container{height:750px;min-width:560px}.hero-content{max-width:650px}}@media (min-width:1536px){.hero-layout{max-width:1700px;gap:100px}.hero-globe-container{min-width:640px}}