@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #0a1a3e; background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── TOPBAR ── */
.topbar { background: #0a1f5e; color: rgba(255,255,255,.65); font-size: 12px; padding: 9px 0; display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 1001; }
@media(max-width:768px){ .topbar { display: none; } }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; }
.topbar-phone { display: flex; align-items: center; gap: 6px; color: #fff; font-size: 13px; font-weight: 600; }
.topbar-phone svg { width: 13px; height: 13px; }
/* ── NAVBAR ── */
.navbar { position: fixed; top: 37px; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
@media(max-width:768px){ .navbar { top: 0; } }

/* ── NAVBAR ── */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.navbar.scrolled { border-color: #f3f4f6; box-shadow: 0 1px 16px rgba(10,31,94,.07); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 76px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 52px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: #6b7280; border-radius: 10px; transition: all .15s; cursor: pointer; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: #0a1f5e; background: #f5f7ff; }
.nav-link .chevron { width: 14px; height: 14px; transition: transform .2s; }
.nav-item:hover .nav-link .chevron { transform: rotate(180deg); }
.dropdown { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border-radius: 16px; border: 1px solid #f3f4f6; box-shadow: 0 16px 48px rgba(10,31,94,.12); padding: 8px; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s; pointer-events: none; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: all; }
.dropdown a { display: block; padding: 10px 14px; font-size: 13px; font-weight: 600; color: #6b7280; border-radius: 8px; transition: all .15s; }
.dropdown a:hover { background: #eff4ff; color: #0a1f5e; }
.btn-nav { background: #0a1f5e; color: #fff; padding: 11px 24px; border-radius: 12px; font-size: 14px; font-weight: 700; transition: all .2s; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.btn-nav:hover { background: #0d2870; box-shadow: 0 6px 20px rgba(10,31,94,.25); transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #374151; border-radius: 2px; transition: .3s; }
.mobile-menu { display: none; position: fixed; top: 76px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #f3f4f6; padding: 16px; z-index: 999; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 11px 14px; font-size: 14px; font-weight: 600; color: #6b7280; border-radius: 10px; }
.mobile-menu a:hover { background: #f5f7ff; color: #0a1f5e; }
.mob-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #9ca3af; padding: 10px 14px 4px; display: block; }

/* ── HERO ── */
.hero { padding: 130px 0 96px; background: linear-gradient(135deg, #f5f7ff 0%, #fff 50%, #eef2ff 100%); position: relative; overflow: hidden; }
.hero-blob1 { position: absolute; top: 80px; right: 0; width: 600px; height: 600px; background: rgba(10,31,94,.03); border-radius: 50%; filter: blur(60px); pointer-events: none; }
.hero-blob2 { position: absolute; bottom: 0; left: 0; width: 384px; height: 384px; background: rgba(219,234,254,.5); border-radius: 50%; filter: blur(60px); pointer-events: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #eff6ff; border: 1px solid #dbeafe; color: #0a1f5e; border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; margin-bottom: 28px; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; flex-shrink: 0; animation: pulse-dot 1.5s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.3)} }
.hero h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 900; color: #0a1a3e; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 24px; }
.hero-word { color: #1a4fd6; display: inline; transition: opacity .35s; }
.hero-word.hidden { opacity: 0; }
.hero-sub { color: #9ca3af; font-weight: 300; font-size: .75em; display: block; margin-top: 2px; letter-spacing: -.01em; }
.hero-lead { font-size: 17px; color: #6b7280; line-height: 1.75; max-width: 520px; margin-bottom: 24px; }
.hero-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }
.hero-checks li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: #4b5563; }
.hero-checks li svg { width: 16px; height: 16px; color: #1a4fd6; flex-shrink: 0; }
.hero-btns { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #0a1f5e; color: #fff; font-weight: 700; padding: 15px 28px; border-radius: 12px; font-size: 15px; transition: all .2s; box-shadow: 0 8px 24px rgba(10,31,94,.2); border: none; cursor: pointer; font-family: inherit; }
.btn-primary:hover { background: #0d2870; transform: translateY(-1px); box-shadow: 0 12px 32px rgba(10,31,94,.28); }
.btn-primary svg { width: 16px; height: 16px; }
.btn-white-outline { display: flex; align-items: center; gap: 10px; color: #4b5563; font-size: 14px; font-weight: 500; transition: color .15s; }
.btn-white-outline:hover { color: #0a1f5e; }
.btn-white-outline .icon-wrap { width: 40px; height: 40px; border-radius: 10px; background: #eff4ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.btn-white-outline .icon-wrap svg { width: 16px; height: 16px; color: #1a4fd6; }
.hero-trust { display: flex; align-items: center; gap: 16px; padding-top: 32px; border-top: 1px solid #f3f4f6; }
.trust-avatars { display: flex; }
.trust-avatars img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-right: -8px; }
.trust-stars { display: flex; gap: 2px; margin-bottom: 2px; }
.trust-stars svg { width: 14px; height: 14px; fill: #facc15; color: #facc15; }
.trust-label { font-size: 12px; color: #9ca3af; }

/* Hero image side */
.hero-img-side { display: none; }
@media(min-width:1024px){ .hero-img-side { display: block; position: relative; } }
.hero-img-side img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 24px; box-shadow: 0 24px 64px rgba(10,31,94,.15); }
.float-card { position: absolute; background: #fff; border-radius: 16px; padding: 16px 20px; box-shadow: 0 8px 32px rgba(0,0,0,.1); border: 1px solid #f3f4f6; display: flex; align-items: center; gap: 12px; }
.float-card.bottom { bottom: -20px; left: -20px; }
.float-card.top { top: -20px; right: -20px; }
.float-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-icon.green { background: #f0fdf4; }
.float-icon.green svg { width: 22px; height: 22px; color: #22c55e; }
.float-icon.blue { background: #eff4ff; }
.float-num { font-size: 20px; font-weight: 900; color: #1a4fd6; line-height: 1; }
.float-title { font-size: 13px; font-weight: 700; color: #1f2937; }
.float-sub { font-size: 11px; color: #9ca3af; }

/* ── SHARED SECTION STYLES ── */
section { padding: 96px 0; }
.section-tag { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #1a4fd6; margin-bottom: 12px; }
.section-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: #0a1a3e; line-height: 1.1; letter-spacing: -.025em; }
.section-lead { font-size: 17px; color: #6b7280; line-height: 1.7; margin-top: 16px; }

/* ── SERVICES ── */
.services-bg { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 64px; }
.service-card { border: 1px solid #f3f4f6; border-radius: 20px; padding: 32px; background: #fff; transition: all .3s; cursor: pointer; }
.service-card:hover { box-shadow: 0 16px 48px rgba(10,31,94,.08); transform: translateY(-4px); border-color: #dbeafe; }
.svc-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; flex-shrink: 0; }
.svc-icon svg { width: 28px; height: 28px; flex-shrink: 0; }
.svc-icon span { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0; }
.svc-icon span svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 20px; font-weight: 800; color: #0a1a3e; margin-bottom: 12px; }
.service-card p { font-size: 14px; color: #6b7280; line-height: 1.7; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.svc-tag { font-size: 12px; background: #f9fafb; color: #6b7280; border: 1px solid #f3f4f6; padding: 4px 12px; border-radius: 100px; }
.svc-more { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; margin-top: 24px; transition: gap .2s; }
.svc-more svg { width: 14px; height: 14px; }
.service-card:hover .svc-more { gap: 10px; }
.services-cta { margin-top: 56px; background: linear-gradient(90deg,#0a1f5e,#1a4fd6); border-radius: 20px; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.services-cta h3 { font-size: 24px; font-weight: 900; color: #fff; }
.services-cta p { color: rgba(255,255,255,.65); margin-top: 4px; }
.btn-white { background: #fff; color: #0a1f5e; padding: 15px 28px; border-radius: 12px; font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; box-shadow: 0 4px 16px rgba(0,0,0,.08); border: none; cursor: pointer; font-family: inherit; }
.btn-white:hover { background: #f9fafb; }
.btn-white svg { width: 16px; height: 16px; }

/* ── WHY US ── */
.why-bg { background: #f5f7ff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; margin-top: 64px; align-items: start; }
.why-cards { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #f3f4f6; transition: box-shadow .2s; }
.why-card:hover { box-shadow: 0 4px 20px rgba(10,31,94,.07); }
.why-icon { width: 40px; height: 40px; background: #eff4ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-icon svg { width: 20px; height: 20px; color: #1a4fd6; }
.why-card h3 { font-size: 15px; font-weight: 700; color: #0a1a3e; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: #6b7280; line-height: 1.65; }
.stats-box { background: linear-gradient(135deg,#0a1f5e,#1a4fd6); border-radius: 24px; padding: 32px; color: #fff; }
.stats-box h3 { font-size: 24px; font-weight: 900; margin-bottom: 4px; }
.stats-sub { color: rgba(255,255,255,.5); font-size: 13px; margin-bottom: 32px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat { background: rgba(255,255,255,.1); border-radius: 16px; padding: 20px; text-align: center; }
.stat-val { font-size: 32px; font-weight: 900; line-height: 1; }
.stat-label { font-size: 11px; color: rgba(255,255,255,.55); margin-top: 4px; }
.stats-checks { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 12px; }
.stats-check { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.75); }
.stats-check svg { width: 16px; height: 16px; color: #22c55e; flex-shrink: 0; }

/* ── VS SECTION ── */
.vs-bg { background: #fff; }
.vs-header { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; margin-bottom: 16px; padding: 0 16px; }
.vs-h-topic { font-size: 13px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; }
.vs-h-them { background: #fff5f5; border-radius: 12px; padding: 12px 20px; text-align: center; font-size: 14px; font-weight: 700; color: #f87171; }
.vs-h-me { background: #0a1f5e; border-radius: 12px; padding: 12px 20px; font-size: 14px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; }
.vs-h-me svg { width: 16px; height: 16px; color: rgba(255,255,255,.6); }
.vs-rows { display: flex; flex-direction: column; gap: 12px; }
.vs-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; align-items: start; background: rgba(249,250,251,.5); border: 1px solid #f3f4f6; border-radius: 16px; padding: 16px 20px; transition: background .15s; }
.vs-row:hover { background: #f5f7ff; }
.vs-topic { font-size: 14px; font-weight: 600; color: #0a1a3e; padding-top: 2px; }
.vs-them { display: flex; align-items: flex-start; gap: 10px; }
.vs-them svg { width: 16px; height: 16px; color: #f87171; flex-shrink: 0; margin-top: 2px; }
.vs-them p { font-size: 13px; color: #6b7280; line-height: 1.55; }
.vs-me { display: flex; align-items: flex-start; gap: 10px; }
.vs-me svg { width: 16px; height: 16px; color: #1a4fd6; flex-shrink: 0; margin-top: 2px; }
.vs-me p { font-size: 13px; font-weight: 500; color: #0a1a3e; line-height: 1.55; }
.vs-quote { margin-top: 48px; background: linear-gradient(135deg,#f5f7ff,#eef2ff); border: 1px solid #dbeafe; border-radius: 20px; padding: 32px; text-align: center; }
.vs-quote blockquote { font-size: 18px; font-weight: 700; color: #0a1a3e; line-height: 1.6; max-width: 640px; margin: 0 auto; }
.vs-quote cite { display: block; color: #1a4fd6; font-weight: 600; font-size: 14px; margin-top: 16px; font-style: normal; }

/* ── CLOUD SECTION ── */
.cloud-bg { background: #fff; overflow: hidden; }
.cloud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cloud-img-wrap { position: relative; }
.cloud-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 24px; box-shadow: 0 24px 64px rgba(10,31,94,.1); }
.cloud-img-wrap .overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(10,31,94,.2),transparent); border-radius: 24px; pointer-events: none; }
.cloud-logos { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.cloud-logo-pill { display: flex; align-items: center; gap: 8px; background: #f9fafb; border: 1px solid #f3f4f6; border-radius: 100px; padding: 8px 16px; font-size: 12px; font-weight: 600; color: #4b5563; }
.check-list { display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #4b5563; }
.check-list svg { width: 16px; height: 16px; color: #1a4fd6; flex-shrink: 0; margin-top: 2px; }
.section-tag-with-icon { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #1a4fd6; margin-bottom: 12px; }
.section-tag-with-icon svg { width: 16px; height: 16px; }

/* ── TESTIMONIALS ── */
.testimonials-bg { background: #f5f7ff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.t-card { background: #fff; border-radius: 20px; border: 1px solid #f3f4f6; padding: 32px; transition: all .3s; }
.t-card:hover { box-shadow: 0 16px 48px rgba(10,31,94,.08); transform: translateY(-4px); }
.t-stars { display: flex; gap: 3px; margin-bottom: 20px; }
.t-stars svg { width: 16px; height: 16px; fill: #facc15; color: #facc15; }
.t-quote { width: 28px; height: 28px; margin-bottom: 12px; opacity: .12; }
.t-text { font-size: 14px; color: #4b5563; line-height: 1.75; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #f3f4f6; }
.t-avatar { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.t-name { font-size: 14px; font-weight: 700; color: #0a1a3e; }
.t-role { font-size: 12px; color: #9ca3af; }
.t-company { font-size: 12px; font-weight: 600; margin-top: 2px; }

/* ── CONTACT SECTION ── */
.contact-bg { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ci-items { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.ci { display: flex; align-items: center; gap: 16px; }
.ci-icon { width: 44px; height: 44px; background: #eff4ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 18px; height: 18px; color: #1a4fd6; }
.ci-label { font-size: 12px; color: #9ca3af; }
.ci-val { font-size: 14px; font-weight: 600; color: #374151; }
.promise-box { margin-top: 40px; background: #f5f7ff; border: 1px solid #dbeafe; border-radius: 16px; padding: 24px; }
.promise-title { font-weight: 700; color: #0a1a3e; margin-bottom: 14px; }
.promise-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 14px; color: #4b5563; }
.promise-item svg { width: 16px; height: 16px; color: #22c55e; flex-shrink: 0; }
.form-card { background: #fff; border-radius: 24px; border: 1px solid #f3f4f6; box-shadow: 0 24px 64px rgba(10,31,94,.06); padding: 40px; }
.form-card-title { font-size: 24px; font-weight: 900; color: #0a1a3e; margin-bottom: 4px; }
.form-card-sub { font-size: 13px; color: #9ca3af; margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { margin-bottom: 16px; }
.fg input, .fg textarea { width: 100%; padding: 13px 16px; border: 1.5px solid #e5e7eb; border-radius: 12px; font-family: inherit; font-size: 14px; color: #374151; transition: border-color .2s, box-shadow .2s; outline: none; background: #fff; resize: none; }
.fg input:focus, .fg textarea:focus { border-color: #1a4fd6; box-shadow: 0 0 0 3px rgba(26,79,214,.1); }
.fg textarea { min-height: 110px; }
.form-submit { width: 100%; background: #0a1f5e; color: #fff; border: none; border-radius: 12px; height: 56px; font-size: 16px; font-weight: 700; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .2s; box-shadow: 0 8px 24px rgba(10,31,94,.2); }
.form-submit:hover { background: #0d2870; transform: translateY(-1px); }
.form-submit svg { width: 16px; height: 16px; }
.form-note { text-align: center; font-size: 12px; color: #9ca3af; margin-top: 12px; }
.success-wrap { text-align: center; padding: 56px 20px; }
.success-icon { width: 64px; height: 64px; background: #f0fdf4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.success-icon svg { width: 32px; height: 32px; color: #22c55e; }

/* ── PAGE HERO ── */
.page-hero { padding: 136px 0 80px; background: linear-gradient(135deg,#f5f7ff,#fff 55%,#eef2ff); }
.page-hero.red { background: linear-gradient(135deg,#fff5f5,#fff 55%,#eef2ff); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.page-badge { display: inline-flex; align-items: center; gap: 8px; background: #eff4ff; border: 1px solid #dbeafe; color: #0a1f5e; border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; margin-bottom: 20px; }
.page-badge svg { width: 13px; height: 13px; }
.page-badge.red { background: #fee2e2; border-color: #fca5a5; color: #b91c1c; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; animation: pulse-dot 1.5s infinite; }
.page-hero h1 { font-size: clamp(28px,4vw,48px); font-weight: 900; color: #0a1a3e; line-height: 1.1; letter-spacing: -.025em; margin-bottom: 20px; }
.page-hero .lead { font-size: 17px; color: #6b7280; line-height: 1.75; }
.page-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.page-hero-img { border-radius: 24px; overflow: hidden; box-shadow: 0 24px 64px rgba(10,31,94,.15); }
.page-hero-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ── CONTENT BLOCKS ── */
.bg-white { background: #fff; }
.bg-soft { background: #f5f7ff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-box { background: linear-gradient(135deg,#0a1f5e,#1a4fd6); border-radius: 24px; padding: 44px; color: #fff; }
.split-box-icon { width: 52px; height: 52px; background: rgba(255,255,255,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.split-box-icon svg { width: 24px; height: 24px; color: rgba(255,255,255,.4); }
.split-box h3 { font-size: 24px; font-weight: 900; margin-bottom: 14px; }
.split-box p { color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 24px; font-size: 15px; }
.cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.cards-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.card { border: 1px solid #f3f4f6; border-radius: 20px; padding: 28px; background: #fff; transition: all .25s; }
.card:hover { box-shadow: 0 8px 32px rgba(10,31,94,.08); border-color: #dbeafe; }
.card.blue { background: #f5f7ff; border-color: #dbeafe; }
.card.red { background: #fff5f5; border-color: #fecaca; }
.c-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.c-icon.blue { background: #eff4ff; }
.c-icon.blue svg { color: #1a4fd6; width: 22px; height: 22px; }
.c-icon.red { background: #fee2e2; }
.c-icon.red svg { color: #ef4444; width: 22px; height: 22px; }
.card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; color: #0a1a3e; }
.card p { font-size: 13px; color: #6b7280; line-height: 1.7; }
.steps-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.step .nr { font-size: 52px; font-weight: 900; color: rgba(10,31,94,.1); line-height: 1; margin-bottom: 8px; }
.step h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.step p { font-size: 13px; color: #6b7280; line-height: 1.65; }
.steps-list { display: flex; flex-direction: column; gap: 12px; }
.step-row { display: flex; align-items: flex-start; gap: 20px; background: #fff; border: 1px solid #f3f4f6; border-radius: 16px; padding: 22px; }
.step-row .nr { font-size: 28px; font-weight: 900; color: rgba(10,31,94,.1); width: 44px; flex-shrink: 0; line-height: 1.2; }
.step-row h3 { font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.step-row p { font-size: 13px; color: #6b7280; }
.brands-bar { background: #f5f7ff; border-top: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6; padding: 40px 0; }
.brands-lbl { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9ca3af; margin-bottom: 20px; }
.brands-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.brand-pill { background: #fff; border: 1px solid #f3f4f6; border-radius: 100px; padding: 9px 22px; font-size: 14px; font-weight: 700; color: #6b7280; box-shadow: 0 1px 4px rgba(0,0,0,.04); }

/* Profil */
.profile-wrap { position: relative; }
.profile-wrap img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 24px; box-shadow: 0 24px 64px rgba(10,31,94,.15); }
.profile-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(10,31,94,.4),transparent); border-radius: 24px; }
.profile-card { position: absolute; bottom: 24px; left: 16px; right: 16px; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-radius: 16px; padding: 20px; box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.profile-name { font-size: 18px; font-weight: 900; color: #0a1a3e; }
.profile-role { color: #1a4fd6; font-size: 13px; font-weight: 600; }
.profile-meta { color: #9ca3af; font-size: 12px; margin-top: 4px; }

/* Notfall */
.phone-big { display: inline-flex; align-items: center; gap: 12px; background: #dc2626; color: #fff; font-weight: 900; font-size: 18px; padding: 18px 32px; border-radius: 14px; box-shadow: 0 8px 28px rgba(220,38,38,.3); transition: all .2s; }
.phone-big:hover { background: #b91c1c; transform: translateY(-2px); }
.phone-big svg { width: 20px; height: 20px; }
.phone-box { background: linear-gradient(135deg,#0a1f5e,#1a4fd6); border-radius: 24px; padding: 40px; color: #fff; text-align: center; }
.phone-box svg.big { width: 56px; height: 56px; color: rgba(255,255,255,.2); margin: 0 auto 20px; display: block; }
.phone-box h3 { font-size: 28px; font-weight: 900; margin-bottom: 6px; }
.phone-box .sub { color: rgba(255,255,255,.5); font-size: 13px; margin-bottom: 24px; }
.phone-box a { display: block; background: #fff; color: #0a1f5e; font-weight: 900; font-size: 22px; text-align: center; padding: 20px; border-radius: 14px; transition: background .2s; }
.phone-box a:hover { background: #f9fafb; }
.phone-box-note { color: rgba(255,255,255,.35); font-size: 12px; margin-top: 12px; }

/* Kontakt chips */
.reason-chip { padding: 8px 14px; border: 1.5px solid #e5e7eb; border-radius: 8px; font-size: 12px; font-weight: 600; color: #6b7280; cursor: pointer; transition: all .15s; background: #fff; font-family: inherit; }
.reason-chip:hover { border-color: #1a4fd6; color: #1a4fd6; }
.reason-chip.active { background: #0a1f5e; color: #fff; border-color: #0a1f5e; }

/* ── FOOTER ── */
footer { background: #0a1a3e; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 64px 24px 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand img { height: 64px; width: auto; object-fit: contain; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .85; }
.footer-brand p { color: rgba(255,255,255,.35); font-size: 13px; line-height: 1.7; margin-bottom: 24px; }
.footer-ci { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.4); font-size: 12px; margin-bottom: 8px; }
.footer-ci svg { width: 14px; height: 14px; color: #4d7fff; flex-shrink: 0; }
.footer-social { display: flex; gap: 8px; margin-top: 24px; }
.footer-social a { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: background .15s; }
.footer-social a:hover { background: rgba(255,255,255,.1); }
.footer-social svg { width: 14px; height: 14px; color: rgba(255,255,255,.35); }
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.footer-col a { display: block; color: rgba(255,255,255,.35); font-size: 13px; margin-bottom: 10px; transition: color .15s; }
.footer-col a:hover { color: rgba(255,255,255,.65); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,.2); font-size: 12px; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,.2); font-size: 12px; }
.footer-legal a:hover { color: rgba(255,255,255,.5); }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .07s; } .d2 { transition-delay: .14s; } .d3 { transition-delay: .21s; } .d4 { transition-delay: .28s; } .d5 { transition-delay: .35s; }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-img-side { display: none !important; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-cards { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cards-4, .steps-4 { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px){
  .nav-links, .btn-nav { display: none; }
  .hamburger { display: flex; }
  section { padding: 64px 0; }
  .container { padding: 0 16px; }
  .services-grid, .testimonials-grid, .cards-2, .cards-3, .cards-4, .steps-4 { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr; }
  .split, .page-hero-grid, .contact-grid, .cloud-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .vs-header, .vs-row { grid-template-columns: 1fr; }
  .vs-h-topic { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .services-cta { flex-direction: column; }
  /* topbar always visible */
  .hero-trust { flex-wrap: wrap; }
}

/* ── GLOBAL SVG FIX ── */
.why-icon span, .ci-icon span, .split-box-icon span, .float-icon span, .c-icon span, .phone-box-icon span {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
}
.why-icon span svg { width: 20px; height: 20px; }
.ci-icon span svg { width: 18px; height: 18px; color: #1a4fd6; }
.split-box-icon span svg { width: 24px; height: 24px; color: rgba(255,255,255,.4); }
.float-icon.green span svg { width: 22px; height: 22px; color: #22c55e; }
.float-icon.blue span svg { width: 20px; height: 20px; color: #1a4fd6; }
.c-icon.blue span svg { width: 22px; height: 22px; color: #1a4fd6; }
.c-icon.red span svg { width: 22px; height: 22px; color: #ef4444; }
.phone-box-icon span svg { width: 24px; height: 24px; color: rgba(255,255,255,.4); }
/* Prevent SVGs from overflowing icon containers */
.why-icon, .ci-icon, .split-box-icon, .float-icon, .c-icon, .phone-box-icon { overflow: hidden; }
/* check-list and inline icons */
.check-list li svg, .check-list li span svg { width: 16px; height: 16px; color: #1a4fd6; flex-shrink: 0; }
.promise-item svg, .promise-item span svg { width: 16px; height: 16px; color: #22c55e; flex-shrink: 0; }
.stats-check svg, .stats-check span svg { width: 16px; height: 16px; color: #22c55e; flex-shrink: 0; }
.vs-them svg, .vs-them span svg { width: 16px; height: 16px; color: #f87171; flex-shrink: 0; }
.vs-me svg, .vs-me span svg { width: 16px; height: 16px; color: #1a4fd6; flex-shrink: 0; }

/* FINAL SVG SIZE FIX */
svg { max-width: 100%; }
.svc-icon svg, .svc-icon span svg { width: 28px !important; height: 28px !important; }
.why-icon svg, .why-icon span svg { width: 20px !important; height: 20px !important; }
.c-icon svg, .c-icon span svg { width: 22px !important; height: 22px !important; }
.ci-icon svg, .ci-icon span svg { width: 18px !important; height: 18px !important; }
.split-box-icon svg, .split-box-icon span svg { width: 24px !important; height: 24px !important; }
.float-icon svg, .float-icon span svg { width: 22px !important; height: 22px !important; }
.phone-box svg.big { width: 32px !important; height: 32px !important; }
.page-badge svg, .page-badge span svg { width: 13px !important; height: 13px !important; }
.topbar-phone svg { width: 13px !important; height: 13px !important; }
.btn-nav svg, .btn-primary svg, .btn-white svg { width: 16px !important; height: 16px !important; }
.hero-checks li svg { width: 16px !important; height: 16px !important; }
.btn-white-outline .icon-wrap svg { width: 16px !important; height: 16px !important; }
.trust-stars svg { width: 14px !important; height: 14px !important; }
.t-stars svg { width: 16px !important; height: 16px !important; }
.t-quote { width: 28px !important; height: 28px !important; }
.t-quote svg { width: 28px !important; height: 28px !important; }
.svc-more svg { width: 14px !important; height: 14px !important; }
.check-list svg, .check-list span svg { width: 16px !important; height: 16px !important; }
.promise-item svg, .promise-item span svg { width: 16px !important; height: 16px !important; }
.stats-check svg, .stats-check span svg { width: 16px !important; height: 16px !important; }
.vs-them svg, .vs-them span svg { width: 16px !important; height: 16px !important; }
.vs-me svg, .vs-me span svg { width: 16px !important; height: 16px !important; }
.vs-h-me svg { width: 16px !important; height: 16px !important; }
.footer-ci svg { width: 14px !important; height: 14px !important; }
.footer-social svg { width: 14px !important; height: 14px !important; }
.form-submit svg { width: 16px !important; height: 16px !important; }
.success-icon svg { width: 32px !important; height: 32px !important; }
.phone-big svg { width: 20px !important; height: 20px !important; }