:root {
  --primary: #0B5FFF;
  --secondary: #00C2FF;
  --accent: #23D18B;
  --dark: #071829;
  --bg: #F2F8FF;
  --surface: #FFFFFF;
  --text: #0D2440;
  --muted: #4F6884;
  --line: #D2E5FA;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; background: radial-gradient(circle at 0% 0%, #f8fcff 0%, #f2f8ff 45%, #eef6ff 100%); color: var(--text); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { font-family: "Plus Jakarta Sans", Inter, sans-serif; line-height: 1.15; }
.site-header { position: sticky; top: 0; z-index: 60; display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 12px 24px; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 42px; width: auto; display: block; filter: drop-shadow(0 6px 12px rgba(11,95,255,.25)); }
.footer-logo { height: 38px; width: auto; display: block; margin: 0 auto 10px; opacity: .95; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: white; font-weight: 900; background: linear-gradient(135deg, var(--primary), var(--secondary)); box-shadow: 0 8px 18px rgba(11,95,255,.35); }
.brand small { display: block; color: var(--muted); }
.site-header nav a { position: relative; margin: 0 8px; font-weight: 700; color: #27486c; }
.site-header nav a::after { content:""; position:absolute; left:0; bottom:-4px; width:0; height:2px; background:linear-gradient(90deg,#00c2ff,#0b5fff); transition: width .25s ease; }
.site-header nav a:hover { color: var(--primary); }
.site-header nav a:hover::after { width:100%; }
.btn { display: inline-block; padding: 12px 18px; border-radius: 12px; background: var(--accent); color: #052b1c; font-weight: 800; box-shadow: 0 12px 24px rgba(0,0,0,.14); border: 0; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn.ghost { background: #fff; color: #0C3765; }
.btn.nav-cta { background: var(--primary); color: #fff; }
.pulse { animation: pulseGlow 2.6s infinite; }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 12px 24px rgba(11,95,255,.30); } 50% { box-shadow: 0 14px 32px rgba(11,95,255,.52); } }
.hero { position: relative; overflow: hidden; min-height: 78vh; display: grid; align-items: center; color: white; background-size: cover; background-position: center; }
.hero-inner { position: relative; z-index: 2; max-width: 1140px; margin: 0 auto; padding: 92px 22px; }
.water-ripple { position: absolute; inset: -20% -10%; background: radial-gradient(circle at 20% 30%, rgba(92,215,255,.14), transparent 33%), radial-gradient(circle at 70% 50%, rgba(0,178,255,.16), transparent 37%), radial-gradient(circle at 45% 75%, rgba(133,221,255,.10), transparent 30%); mix-blend-mode: screen; animation: rippleMove 10s ease-in-out infinite alternate; z-index: 1; }
@keyframes rippleMove { from { transform: translate3d(-2%,0,0) scale(1); } to { transform: translate3d(2%,-1%,0) scale(1.04); } }
.eyebrow { text-transform: uppercase; font-size: .78rem; letter-spacing: .11em; color: #B9F0FF; font-weight: 800; }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 4rem); margin: 10px 0 14px; max-width: 800px; }
.hero p { max-width: 680px; color: #E3EEFF; font-size: 1.08rem; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-kpis { margin-top: 26px; display: grid; grid-template-columns: repeat(3,minmax(120px,1fr)); gap: 10px; max-width: 680px; }
.hero-kpis div { border: 1px solid rgba(208,227,255,.28); background: rgba(8,22,44,.35); border-radius: 12px; padding: 10px 12px; }
.hero-kpis strong { display:block; font-size: 1.35rem; color: #8fe6ff; }
.hero-kpis span { font-size: .86rem; color: #d8e9ff; }
.trust-bar { max-width: 1140px; margin: -22px auto 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 10px; box-shadow: 0 10px 22px rgba(14,41,73,.08); }
.trust-bar div { font-weight: 700; color: #234668; }
.section { max-width: 1140px; margin: 0 auto; padding: 28px 22px; }
.section-intro { text-align: center; max-width: 860px; margin: 8px auto 16px; }
.section-intro p, .muted { color: var(--muted); }
.grid { display: grid; gap: 14px; }
.grid.three { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 18px; box-shadow: 0 10px 28px rgba(16,42,74,.08); }
.card h3 { margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); }
.subhero { background: linear-gradient(120deg, #0A2040, #0B5FFF); color: white; background-size: cover; background-position: center; }
.subhero-inner { max-width: 1140px; margin: 0 auto; padding: 54px 22px; }
.subhero h1 { margin: 0 0 6px; }
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; align-items: start; }
.panel { background: #0E2F57; color: #D9EAFF; border-radius: 14px; padding: 18px; }
.panel h3 { color: #fff; }
.feature-list { margin: 12px 0 0; padding-left: 18px; }
.feature-list li { margin-bottom: 6px; }
.glass { background: linear-gradient(160deg, rgba(10,48,90,.95), rgba(9,86,164,.86)); border: 1px solid rgba(143,208,255,.32); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gallery-card { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 20px rgba(13,34,64,.08); transition: transform .25s ease, box-shadow .25s ease; will-change: transform; }
.gallery-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .45s ease; }
.gallery-card:hover { box-shadow: 0 20px 34px rgba(13,34,64,.16); }
.gallery-card:hover img { transform: scale(1.08); }
.gallery-card figcaption { font-size: .86rem; color: var(--muted); padding: 8px 10px; }
.ba-wrap { position: relative; border-radius: 12px; overflow: hidden; margin-top: 10px; border: 1px solid #cde2fb; }
.ba-wrap > img { width: 100%; height: 260px; object-fit: cover; display: block; }
.ba-overlay { position: absolute; inset: 0 auto 0 0; width: 58%; background-size: cover; background-position: center; border-right: 3px solid #fff; }
.ba-wrap input[type="range"] { position: absolute; left: 10px; right: 10px; bottom: 8px; width: calc(100% - 20px); }
.testimonials-pro .t-carousel { position: relative; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #ffffff, #f2f8ff); box-shadow: 0 12px 28px rgba(16,42,74,.08); padding: 20px; min-height: 170px; }
.t-slide { display: none; animation: fadeSlide .45s ease; }
.t-slide.active { display: block; }
.t-slide p { font-size: 1.05rem; color: #193a5e; margin: 0 0 10px; }
.t-slide strong { color: #2f557d; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.t-dots { display: flex; gap: 8px; margin-top: 12px; }
.t-dot { width: 9px; height: 9px; border-radius: 999px; border: 0; background: #c2d7f2; cursor: pointer; }
.t-dot.active { background: #0b5fff; transform: scale(1.2); }
.cta-band { position: relative; overflow: hidden; max-width: 1140px; margin: 22px auto 34px; border-radius: 14px; background: #0B2D57; color: white; padding: 26px 22px; }
.cta-band p { color: #CCDEFA; }
.shimmer::after { content: ""; position: absolute; top: -20%; left: -20%; width: 40%; height: 160%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.16), transparent); transform: skewX(-18deg); animation: shine 4.2s infinite; }
@keyframes shine { 0% { left:-55%; } 100% { left:125%; } }
.fab-quote { position: fixed; right: 16px; bottom: 16px; z-index: 70; background: linear-gradient(135deg, #0b5fff, #00c2ff); color: #fff; font-weight: 800; padding: 12px 16px; border-radius: 999px; box-shadow: 0 16px 28px rgba(11,95,255,.35); }
.content { max-width: 900px; margin: 24px auto; padding: 0 22px; }
.narrow { max-width: 760px; }
.form { display: grid; gap: 10px; }
input, textarea, select, button { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #CFE2FA; font: inherit; }
button { background: var(--primary); color: #fff; font-weight: 700; border: none; }
.notice { background: #EAFFF4; border: 1px solid #99E3BF; padding: 10px; border-radius: 10px; margin-bottom: 10px; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.site-footer { border-top: 1px solid var(--line); background: #fff; text-align: center; padding: 24px 20px; color: #557292; margin-top: 20px; }
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.motion-ready .reveal.in { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) { .gallery-grid { grid-template-columns: repeat(2,1fr); } .split { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; padding: 12px 14px; }
  .site-header nav { width: 100%; overflow-x: auto; white-space: nowrap; }
  .btn.nav-cta { width: 100%; text-align: center; }
  .hero-inner { padding-top: 78px; }
  .hero-kpis { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
}