:root {
  --navy-950: #03122c;
  --navy-900: #061a3c;
  --navy-800: #0a2857;
  --blue: #0879f9;
  --cyan: #08cce8;
  --cyan-light: #5eeafa;
  --ink: #0b1f3b;
  --muted: #5b6a7f;
  --line: #dce5ef;
  --surface: #f3f7fb;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(4, 26, 62, .13);
  --container: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 16px; background: #fff; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background .3s, box-shadow .3s, padding .3s;
}
.site-header.scrolled { background: rgba(3,18,44,.94); box-shadow: 0 8px 32px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 20px; letter-spacing: .5px; }
.brand small { margin-top: 7px; font-size: 7.5px; letter-spacing: 1.65px; color: #a5c6ee; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; color: #d7e5f7; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(93,234,250,.58); border-radius: 8px; color: var(--cyan-light); transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--cyan); color: var(--navy-950); }
.menu-toggle { position: relative; z-index: 2; display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 38%, #0d3d78 0, #061e47 28%, var(--navy-950) 67%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(54,142,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(54,142,255,.35) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -250px; top: 80px; background: radial-gradient(circle, rgba(0,206,235,.14), transparent 68%); }
.hero-glow-two { width: 600px; height: 600px; left: -350px; bottom: -300px; background: radial-gradient(circle, rgba(0,109,255,.25), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; min-height: 780px; padding-top: 92px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--cyan-light); font-size: 12px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(46px, 5vw, 74px); line-height: 1.03; letter-spacing: -3px; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 25px 0 30px; color: #c3d4e9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 53px; padding: 0 23px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #087cf8, #06c8e8); color: #fff; box-shadow: 0 14px 36px rgba(0,157,255,.25); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(0,190,255,.38); }
.button-ghost { border: 1px solid rgba(255,255,255,.2); color: #e8f2ff; background: rgba(255,255,255,.035); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.hero-proof { display: flex; gap: 35px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.11); }
.hero-proof div { display: flex; align-items: center; gap: 9px; }
.hero-proof strong { color: #fff; font-size: 26px; line-height: 1; }
.hero-proof span { color: #91a8c4; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .7px; }

.hero-visual { position: relative; min-width: 0; perspective: 1200px; }
.data-card { position: relative; z-index: 2; padding: 25px 24px 20px; border: 1px solid rgba(70,186,255,.26); border-radius: 20px; background: linear-gradient(145deg, rgba(12,53,102,.9), rgba(4,22,52,.94)); box-shadow: 0 45px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06); transform: rotateY(-3deg) rotateX(1deg); backdrop-filter: blur(8px); }
.data-card::after { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(255,255,255,.03); border-radius: 15px; }
.data-card-top, .data-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.mini-label { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: 1.6px; }
.data-card h2 { margin: 2px 0 0; font-size: 22px; }
.live-pill { padding: 6px 10px; border: 1px solid rgba(65,224,211,.2); border-radius: 20px; background: rgba(24,190,177,.08); color: #8ee6dc; font-size: 9px; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #47e1cf; box-shadow: 0 0 10px #47e1cf; }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 23px; }
.kpi-row > div { padding: 13px 12px; border: 1px solid rgba(255,255,255,.075); border-radius: 9px; background: rgba(255,255,255,.025); }
.kpi-row span, .kpi-row small { display: block; color: #7690af; font-size: 8px; }
.kpi-row strong { display: block; margin: 4px 0 1px; font-size: 18px; }
.kpi-row small { color: #39d8bd; }
.chart-wrap { position: relative; height: 210px; margin-top: 20px; overflow: hidden; border-radius: 10px; background: rgba(2,15,37,.4); }
.chart-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(130,181,241,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(130,181,241,.07) 1px, transparent 1px); background-size: 100% 42px, 70px 100%; }
.chart-wrap svg { position: absolute; inset: 12px 10px 4px; width: calc(100% - 20px); height: calc(100% - 16px); overflow: visible; }
.chart-wrap .area { fill: url(#area); }
.chart-wrap .line { fill: none; stroke: url(#line); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(0,220,255,.55)); }
.chart-dots circle { fill: #082958; stroke: #26e9ef; stroke-width: 3; }
.data-card-bottom { margin-top: 15px; color: #7187a3; font-size: 8px; }
.data-card-bottom span { display: flex; align-items: center; gap: 6px; }
.dot { width: 6px; height: 6px; border-radius: 50%; }.dot.blue { background: #1c75f5; }.dot.cyan { background: #0bdeef; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(108,202,255,.18); border-radius: 11px; background: rgba(5,28,63,.94); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.float-card-one { top: -34px; right: -25px; }
.float-card-two { left: -38px; bottom: 35px; }
.float-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #00182f; background: #43dfd0; font-weight: 800; }
.float-icon.code { background: #2188ff; color: #fff; }
.float-card small, .float-card strong { display: block; line-height: 1.4; }.float-card small { color: #8299b6; font-size: 8px; }.float-card strong { font-size: 11px; }
.visual-orbit { position: absolute; border: 1px solid rgba(6,211,240,.11); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; left: -15px; top: -110px; }.orbit-two { width: 430px; height: 430px; left: 60px; top: -35px; }
.hero-wave { position: absolute; inset: auto 0 0; height: 150px; opacity: .32; background: url('/assets/data-wave.png') center bottom / cover no-repeat; mix-blend-mode: screen; pointer-events: none; }

.capabilities-bar { padding: 18px 0; background: #02182c; color: #6d93ba; border-top: 1px solid rgba(17,214,238,.14); }
.capability-list { display: flex; align-items: center; justify-content: center; gap: 22px; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; }
.capability-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.section-kicker { display: inline-block; margin-bottom: 14px; color: #009ec5; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; }
.section h2, .contact h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -2px; }
.section-heading p, .process-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 610px; padding: 34px 30px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-8px); border-color: #a8d7ed; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: linear-gradient(150deg, #0b3068 0%, #051b40 70%); border-color: #0c3a78; box-shadow: 0 22px 55px rgba(5,31,70,.17); }
.service-card.featured::after { content: ""; position: absolute; width: 280px; height: 280px; top: -160px; right: -110px; border-radius: 50%; background: rgba(0,208,235,.13); }
.popular-label { position: absolute; top: 19px; right: 18px; padding: 5px 9px; border-radius: 4px; background: rgba(8,207,233,.14); color: var(--cyan-light); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.service-number { color: #cbd7e5; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; }
.featured .service-number { color: #6c88ad; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 31px 0 24px; border-radius: 12px; background: #eaf7fb; color: #059fc4; }
.featured .service-icon { background: rgba(1,208,233,.12); color: var(--cyan); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 15px; font-size: 24px; line-height: 1.2; }
.service-card p { min-height: 79px; margin: 0 0 21px; color: var(--muted); font-size: 14px; }
.featured p { color: #b4c5dc; }
.service-card ul { min-height: 138px; margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 17px; color: #43546a; font-size: 13px; }
.featured li { color: #c1d0e3; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 19px; border-top: 1px solid var(--line); color: #0878e8; font-size: 12px; font-weight: 800; }
.featured > a { border-color: rgba(255,255,255,.12); color: var(--cyan-light); }

.about { overflow: hidden; background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 95px; }
.about-visual { position: relative; }
.image-shell { position: relative; z-index: 1; padding: 24px; border-radius: 20px; background: var(--navy-900); box-shadow: var(--shadow); }
.image-shell img { width: 100%; min-height: 335px; object-fit: contain; border-radius: 9px; }
.about-badge { position: absolute; z-index: 3; right: -30px; bottom: -28px; display: flex; align-items: center; gap: 15px; padding: 18px 22px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #0784f7, #03bed5); box-shadow: 0 18px 35px rgba(0,126,226,.25); }
.about-badge strong { font-size: 25px; }.about-badge span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.32); font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .6px; }
.pixel-field { position: absolute; width: 180px; height: 180px; left: -45px; top: -40px; opacity: .22; background-image: radial-gradient(#008fd5 2px, transparent 2px); background-size: 15px 15px; }
.about-copy h2 { font-size: clamp(36px, 3.7vw, 52px); }
.about-copy .lead { margin: 26px 0 14px; color: var(--ink); font-size: 18px; font-weight: 600; }
.about-copy > p:not(.lead) { color: var(--muted); }
.value-list { display: grid; gap: 13px; margin-top: 28px; }
.value-list > div { display: flex; align-items: center; gap: 15px; padding: 13px 16px; border: 1px solid #dce6ef; border-radius: 8px; background: rgba(255,255,255,.62); }
.value-list span { color: #00a5c9; font-size: 11px; font-weight: 800; }.value-list p { margin: 0; color: #4c5e73; font-size: 13px; }

.process { color: #fff; background: var(--navy-950); }
.process .section-kicker { color: var(--cyan); }
.process h2 { color: #fff; }.process-heading { max-width: 730px; }.process-heading > p { max-width: 670px; margin-top: 20px; color: #a9bdd5; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 70px; }
.timeline::before { content: ""; position: absolute; top: 25px; left: 5%; right: 5%; height: 1px; background: linear-gradient(90deg, transparent, #087bf0 10%, #08d2e8 90%, transparent); opacity: .45; }
.step { position: relative; padding-right: 13px; }
.step-marker { position: relative; z-index: 2; display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 27px; border: 1px solid #1264ab; border-radius: 50%; background: var(--navy-950); box-shadow: 0 0 0 8px var(--navy-950); }
.step-marker span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--cyan-light); background: #0c3265; font-size: 13px; font-weight: 800; }
.step small { color: #3f9fc5; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.step h3 { margin: 4px 0 8px; font-size: 21px; }.step p { margin: 0; color: #8fa5c1; font-size: 13px; }

.outcomes { background: #fff; }
.outcomes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.outcomes-title h2 { font-size: clamp(36px, 3.7vw, 52px); }
.outcome-items { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 30px; }
.outcome { display: flex; gap: 16px; }
.outcome > span { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; margin-top: 2px; border-radius: 50%; color: #008fb8; background: #e8f9fc; font-weight: 800; }
.outcome h3 { margin: 0 0 6px; font-size: 16px; }.outcome p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { position: relative; overflow: hidden; padding: 100px 0; color: #fff; background: linear-gradient(120deg, #0879f6 0%, #0757c4 50%, #05398b 100%); }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, transparent, #000); }
.contact-glow { position: absolute; width: 600px; height: 600px; right: -180px; top: -280px; border: 90px solid rgba(0,229,239,.12); border-radius: 50%; }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 100px; align-items: center; }
.section-kicker.light { color: #9af6ff; }.contact h2 { color: #fff; }.contact h2 em { color: #87eff9; }.contact p { max-width: 650px; margin: 24px 0 0; color: #dcecff; font-size: 17px; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
.button-light { justify-content: space-between; color: #0755b4; background: #fff; box-shadow: 0 16px 35px rgba(0,25,90,.18); }
.contact-link { display: flex; justify-content: space-between; padding: 11px 4px; border-bottom: 1px solid rgba(255,255,255,.25); color: #eaf4ff; font-size: 14px; }

.footer { padding: 45px 0 22px; color: #9eb1c8; background: #020e22; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-brand img { width: 46px; height: 46px; }.footer-brand strong { font-size: 17px; }.footer-brand small { color: #5f7692; font-size: 6.5px; }
.footer-nav { display: flex; gap: 28px; font-size: 12px; }.footer-nav a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid #14233a; font-size: 10px; }.footer-bottom a { color: #59cce1; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .2s; }.whatsapp-float:hover { transform: scale(1.08); }.whatsapp-float svg { width: 29px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }.delay-4 { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 35px; }.hero h1 { font-size: 55px; }.float-card-one { right: -5px; }.float-card-two { left: -10px; }
  .section-heading { gap: 50px; }.service-card { padding-inline: 23px; }
  .about-grid { gap: 55px; }.outcomes-grid { gap: 50px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 680px); }
  .nav-wrap { height: 74px; }.menu-toggle { display: block; }.main-nav { position: fixed; inset: 74px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 24px 30px; background: rgba(3,18,44,.98); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }.main-nav.open { transform: none; visibility: visible; }.main-nav > a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); }.main-nav .nav-cta { margin-top: 14px; padding: 12px 16px; text-align: center; border-bottom: 1px solid rgba(93,234,250,.58); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 130px; padding-bottom: 110px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-visual { max-width: 590px; width: 100%; margin: 35px auto 0; }
  .capability-list { flex-wrap: wrap; gap: 11px 16px; }.section { padding: 85px 0; }.section-heading, .about-grid, .outcomes-grid, .contact-inner { grid-template-columns: 1fr; gap: 40px; }.section-heading { align-items: start; }
  .service-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }.service-card { min-height: auto; }.service-card p, .service-card ul { min-height: auto; }
  .about-visual { max-width: 580px; }.about-copy { padding-top: 25px; }.timeline { grid-template-columns: 1fr; gap: 27px; margin-left: 10px; }.timeline::before { top: 0; bottom: 0; left: 25px; right: auto; width: 1px; height: auto; }.step { min-height: 105px; padding-left: 82px; }.step-marker { position: absolute; left: 0; top: 0; }.outcome-items { grid-template-columns: 1fr 1fr; }
  .contact-actions { max-width: 480px; }.footer-top { align-items: flex-start; }.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 30px); }.brand strong { font-size: 17px; }.brand small { font-size: 6px; }.brand img { width: 44px; height: 44px; }
  .hero-grid { padding-top: 118px; }.hero h1 { font-size: 43px; letter-spacing: -2px; }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; }.button { width: 100%; }.hero-proof { gap: 13px; justify-content: space-between; }.hero-proof div { flex-direction: column; gap: 5px; }.hero-proof span { text-align: center; }.hero-visual { margin-top: 15px; }.data-card { padding: 17px 14px 14px; border-radius: 14px; }.data-card h2 { font-size: 17px; }.kpi-row > div { padding: 9px 7px; }.kpi-row strong { font-size: 14px; }.chart-wrap { height: 155px; }.float-card { display: none; }.orbit-one, .orbit-two { display: none; }
  .capabilities-bar { padding: 14px 0; }.capability-list { font-size: 8px; }.section { padding: 72px 0; }.section h2, .contact h2 { font-size: 38px; letter-spacing: -1.5px; }.section-heading { margin-bottom: 35px; }.service-card { padding: 28px 24px; }.about-badge { position: relative; right: auto; bottom: auto; margin: -20px 14px 0; }.image-shell { padding: 13px; }.image-shell img { min-height: 230px; }.outcome-items { grid-template-columns: 1fr; gap: 23px; }.contact { padding: 76px 0; }.footer-top { flex-direction: column; gap: 30px; }.footer-nav { width: 100%; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; }.whatsapp-float { width: 49px; height: 49px; right: 15px; bottom: 15px; }
}
