/* ═══════════════════════════════════════════
   LINGROVA — Global Stylesheet
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:     #009DAF;
  --teal-lt:  #00C4D9;
  --teal-dk:  #007A8E;
  --amber:    #F59E0B;
  --navy:     #0C1B33;
  --navy2:    #162447;
  --offwhite: #F4F8FB;
  --light:    #EAF4F7;
  --gray:     #6B7A92;
  --text:     #1C2B3A;
  --white:    #FFFFFF;
  --border:   rgba(0,157,175,.15);
  --shadow:   0 4px 24px rgba(12,27,51,.10);
  --shadow-lg:0 12px 48px rgba(12,27,51,.14);
  --radius:   14px;
  --radius-sm:8px;
  --space-hero-pt: 100px;
  --space-hero-pb: 90px;
  --space-section: 80px;
  --space-section-sm: 72px;
  --space-section-xs: 40px;
  --white-surface-pad: 20px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--text); background: #fff; line-height: 1.6; overflow-x: hidden; }

/* ─── UTILITY ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: var(--space-section) 0; }
.section-sm { padding: var(--space-section-sm) 0; }
.section-xs { padding: var(--space-section-xs) 0; }
.contact-hero,
.about-hero,
.tech-hero,
.page-hero,
.lf-hero { padding: var(--space-hero-pt) 0 var(--space-hero-pb) !important; }
.map-section,
.offices-section { padding: var(--space-section-sm) 0 !important; }
.quote-section { padding: var(--space-section) 0 !important; }
.lf-about,
.lf-tabs,
.lf-stories,
.lf-process,
.lf-faq,
.lf-cta-form { padding: var(--space-section) 0 !important; }
.lf-tiles { padding: var(--space-section-sm) 0 !important; }
.lf-body-text { padding: 0 0 var(--space-section) !important; }
section[style*="background:#fff;padding:0 0 72px"] { padding: 0 0 var(--space-section) !important; }
.tag { display: inline-block; background: rgba(0,157,175,.12); color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; }
.tag-white { background: rgba(255,255,255,.15); color: #fff; }
.heading { font-family: 'Sora', sans-serif; font-size: clamp(30px, 4vw, 48px); font-weight: 800; color: var(--navy); line-height: 1.15; }
.heading-white { color: #fff; }
.heading-md { font-family: 'Sora', sans-serif; font-size: clamp(22px, 3vw, 34px); font-weight: 700; color: var(--navy); line-height: 1.2; }
.heading-sm { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); }
.subtext { font-size: 16px; color: var(--gray); line-height: 1.75; max-width: 580px; }
.subtext-white { color: rgba(255,255,255,.65); }
.center { text-align: center; }
.center .subtext { margin: 0 auto; }
.highlight { color: var(--teal); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius-sm); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 15px; cursor: pointer; border: none; text-decoration: none; transition: all .22s ease; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,157,175,.35); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid rgba(12,27,51,.18); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--amber); transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.btn-arrow::after { content: '→'; margin-left: 4px; }

/* ─── NAVBAR ─── */
nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.07);
  padding: 0 24px;
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 4px; height: 70px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: 20px; flex-shrink: 0; }
.nav-logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dk) 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.nav-logo-icon svg { width: 22px; height: 22px; fill: #fff; }
.nav-logo-text { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: var(--navy); letter-spacing: -.03em; }
.nav-logo-text span { color: var(--teal); }
.nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; padding: 8px 13px; border-radius: 7px; font-size: 14px; font-weight: 600; color: var(--navy); text-decoration: none; cursor: pointer; transition: background .18s, color .18s; white-space: nowrap; background: transparent; border: none; appearance: none; -webkit-appearance: none; font-family: inherit; }
.nav-link:focus-visible { outline: 2px solid rgba(0,157,175,.35); outline-offset: 2px; }
.nav-link:hover, .nav-link.active { background: var(--light); color: var(--teal); }
.nav-link svg { width: 13px; height: 13px; opacity: .5; transition: transform .2s; fill: none; stroke: currentColor; stroke-width: 2.5; }
.nav-item:hover .nav-link svg { transform: rotate(180deg); opacity: .8; }
.dropdown { --dd-tx: 0px; position: absolute; top: calc(100% + 10px); left: 0; background: rgba(255,255,255,.98); backdrop-filter: blur(14px); border: none; border-radius: 14px; box-shadow: 0 18px 60px rgba(0,0,0,.16); padding: 16px; min-width: 240px; max-width: calc(100vw - 48px); opacity: 0; pointer-events: none; transform: translate3d(var(--dd-tx), -8px, 0) !important; transition: opacity .2s, transform .2s; z-index: 200; }
.dropdown-wide { left: 50%; --dd-tx: -50%; width: min(640px, calc(100vw - 48px)); min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dropdown-col { padding: 0; }
.dropdown-col-title { font-size: 11px; font-weight: 700; color: var(--teal); letter-spacing: .1em; text-transform: uppercase; padding: 10px 14px 6px; }
.nav-item:hover .dropdown { opacity: 1; pointer-events: all; transform: translate3d(var(--dd-tx), 0, 0) !important; }
.dropdown a { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 9px; font-size: 13.5px; font-weight: 600; color: var(--navy); text-decoration: none; transition: background .15s, color .15s; }
.dropdown a:hover { background: var(--light); color: var(--teal); }
.dropdown a svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; }
.nav-cta { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-cta a.login { font-size: 14px; font-weight: 600; color: var(--navy); text-decoration: none; transition: color .18s; }
.nav-cta a.login:hover { color: var(--teal); }

/* ─── HERO (homepage) ─── */
.hero { background: var(--navy); position: relative; overflow: hidden; padding: var(--space-hero-pt) 0 var(--space-hero-pb); }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,157,175,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,157,175,.06) 1px, transparent 1px); background-size: 40px 40px; }
.hero-glow1 { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,157,175,.2) 0%, transparent 70%); top: -100px; right: -100px; pointer-events: none; }
.hero-glow2 { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,.08) 0%, transparent 70%); bottom: -50px; left: -50px; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,157,175,.2); color: var(--teal-lt); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; margin-bottom: 22px; }
.hero-pulse { width: 6px; height: 6px; background: var(--teal-lt); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(36px, 4.5vw, 58px); font-weight: 800; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--teal-lt); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.6); max-width: 490px; margin-bottom: 36px; line-height: 1.75; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; margin-top: 52px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
.hero-stat strong { display: block; font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: #fff; }
.hero-stat span { font-size: 12px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .06em; }

/* ─── Floating Visual ─── */
.hero-visual { position: relative; height: 500px; }
.float-globe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 200px; }
.globe-bg { width: 200px; height: 200px; border-radius: 50%; background: linear-gradient(135deg, var(--teal) 0%, var(--navy2) 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 80px rgba(0,157,175,.35); position: relative; z-index: 5; animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }
.globe-bg svg { width: 90px; height: 90px; fill: rgba(255,255,255,.85); }
.orbit-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 1px solid rgba(0,196,217,.15); transform: translate(-50%,-50%); }
.orbit-ring-1 { width: 280px; height: 280px; animation: spinOrbit 18s linear infinite; }
.orbit-ring-2 { width: 380px; height: 380px; animation: spinOrbit 26s linear infinite reverse; }
.orbit-ring-3 { width: 480px; height: 480px; animation: spinOrbit 34s linear infinite; }
@keyframes spinOrbit { from{transform:translate(-50%,-50%) rotate(0deg)} to{transform:translate(-50%,-50%) rotate(360deg)} }
.orbit-dot { position: absolute; width: 12px; height: 12px; background: var(--teal-lt); border-radius: 50%; box-shadow: 0 0 12px rgba(0,196,217,.7); }
.lang-bubble { position: absolute; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; padding: 9px 18px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.9); white-space: nowrap; z-index: 10; }
.lang-bubble-1 { top: 8%;  left: 5%;  animation: floatBubble1 5s ease-in-out infinite; }
.lang-bubble-2 { top: 18%; right: 2%; animation: floatBubble2 6s ease-in-out infinite; }
.lang-bubble-3 { bottom: 28%; left: 0%;  animation: floatBubble1 7s ease-in-out infinite; }
.lang-bubble-4 { bottom: 14%; right: 5%; animation: floatBubble2 5.5s ease-in-out infinite; }
.lang-bubble-5 { top: 50%; left: -2%; animation: floatBubble1 6.5s ease-in-out infinite; }
.lang-bubble-6 { top: 42%; right: 0%; animation: floatBubble2 4.5s ease-in-out infinite; }
@keyframes floatBubble1 { 0%,100%{transform:translateY(0) translateX(0)} 33%{transform:translateY(-10px) translateX(6px)} 66%{transform:translateY(6px) translateX(-4px)} }
@keyframes floatBubble2 { 0%,100%{transform:translateY(0) translateX(0)} 33%{transform:translateY(8px) translateX(-6px)} 66%{transform:translateY(-6px) translateX(4px)} }

/* Floating icons */
.float-icon { position: absolute; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 14px; display: flex; align-items: center; justify-content: center; z-index: 8; animation: floatIcon 6s ease-in-out infinite; }
.float-icon svg { width: 24px; height: 24px; fill: var(--teal-lt); }
.float-icon-1 { top: 5%; left: 38%; animation-delay: 0s; }
.float-icon-2 { top: 78%; left: 42%; animation-delay: 1s; }
.float-icon-3 { top: 20%; left: 22%; animation-delay: 2s; }
.float-icon-4 { top: 65%; right: 18%; animation-delay: 1.5s; }
@keyframes floatIcon { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-12px) rotate(3deg)} }

/* ─── TRUST BAR ─── */
.trust-bar { background: var(--offwhite); border-bottom: 1px solid rgba(0,0,0,.06); padding: 18px 0; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: var(--gray); font-size: 13px; font-weight: 600; }
.trust-item svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; }

/* ─── STATS ─── */
.stats-section { background: var(--navy); padding: 72px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { text-align: center; padding: 32px 24px; border-right: 1px solid rgba(255,255,255,.08); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Sora', sans-serif; font-size: 48px; font-weight: 800; color: var(--teal-lt); display: block; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 13.5px; color: rgba(255,255,255,.45); font-weight: 500; }

/* ─── SERVICES TABS ─── */
.services-tabs-wrap { background: #fff; }
.services-tabs { display: flex; gap: 0; border-bottom: 2px solid rgba(0,0,0,.07); overflow-x: auto; }
.services-tab { padding: 14px 24px; font-size: 14px; font-weight: 700; color: var(--gray); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; white-space: nowrap; transition: color .2s, border-color .2s; }
.services-tab.active { color: var(--teal); border-color: var(--teal); }
.services-tab:hover { color: var(--teal); }
.services-panel { display: none; padding: 40px 0 20px; }
.services-panel.active { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.service-item-link { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--radius-sm); text-decoration: none; transition: background .18s; }
.service-item-link:hover { background: var(--light); }
.service-item-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px; background: rgba(0,157,175,.1); display: flex; align-items: center; justify-content: center; }
.service-item-icon svg { width: 22px; height: 22px; fill: var(--teal); }
.service-item-link span { font-size: 14.5px; font-weight: 600; color: var(--navy); }

/* ─── SERVICES GRID (cards) ─── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.service-card { border: 1.5px solid rgba(0,0,0,.07); border-radius: var(--radius); padding: calc(30px + var(--white-surface-pad)) calc(26px + var(--white-surface-pad)); background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; text-decoration: none; color: inherit; display: block; }
.service-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px); }
.service-icon-wrap { width: 52px; height: 52px; border-radius: 12px; background: var(--light); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: background .2s; }
.service-card:hover .service-icon-wrap { background: rgba(0,157,175,.15); }
.service-icon-wrap svg { width: 26px; height: 26px; fill: var(--teal); }
.service-card h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 13.5px; color: var(--gray); line-height: 1.65; }
.card-arrow { display: inline-flex; align-items: center; gap: 5px; margin-top: 16px; font-size: 13px; font-weight: 700; color: var(--teal); }

/* ─── WHY US ─── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-visual-box { background: var(--navy); border-radius: 20px; padding: 48px; position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.why-visual-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 30% 30%, rgba(0,157,175,.22) 0%, transparent 70%); }
.why-deco-grid { position: absolute; top: 36px; right: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.why-deco-card { width: 86px; height: 86px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.why-deco-card svg { width: 28px; height: 28px; fill: var(--teal-lt); }
.why-deco-card span { font-size: 10px; color: rgba(255,255,255,.45); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.why-visual-text { position: relative; z-index: 1; }
.why-visual-text h3 { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.why-visual-text p { font-size: 14px; color: rgba(255,255,255,.5); }
.why-list { margin-top: 36px; display: flex; flex-direction: column; gap: 26px; }
.why-item { display: flex; gap: 16px; }
.why-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(0,157,175,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-icon svg { width: 22px; height: 22px; fill: var(--teal); }
.why-item h4 { font-family: 'Sora', sans-serif; font-size: 15.5px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.why-item p { font-size: 13.5px; color: var(--gray); line-height: 1.65; }

/* ─── INDUSTRIES ─── */
.industries-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; border: 1.5px solid rgba(0,0,0,.07); border-radius: var(--radius); overflow: hidden; }
.industry-item { display: flex; align-items: center; gap: 14px; padding: 20px 22px; text-decoration: none; border-right: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); transition: background .18s; }
.industry-item:hover { background: var(--light); }
.industry-item:hover .industry-name { color: var(--teal); }
.industry-item svg { width: 28px; height: 28px; fill: var(--teal); flex-shrink: 0; }
.industry-name { font-size: 14px; font-weight: 600; color: var(--navy); }

/* ─── PROCESS ─── */
.process-section { background: var(--navy); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 35px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--teal), rgba(0,157,175,.2)); z-index: 0; }
.process-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-num { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 24px; background: var(--navy2); border: 2px solid rgba(0,196,217,.3); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: var(--teal-lt); }
.process-step h3 { font-family: 'Sora', sans-serif; font-size: 15.5px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.process-step p { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.65; }

/* ─── INTEGRATIONS ─── */
.integrations-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 44px; }
.integration-chip { background: #fff; border: 1.5px solid rgba(0,0,0,.08); border-radius: 50px; padding: 11px 20px; display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--navy); transition: border-color .2s, box-shadow .2s; }
.integration-chip:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(0,157,175,.15); }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.testimonial-card { background: var(--offwhite); border-radius: var(--radius); padding: 30px 26px; border: 1.5px solid transparent; transition: border-color .2s, box-shadow .2s; }
.testimonial-card:hover { border-color: var(--border); box-shadow: var(--shadow); }
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.stars svg { width: 15px; height: 15px; fill: var(--amber); }
.testimonial-card blockquote { font-size: 14.5px; color: var(--text); line-height: 1.72; font-style: italic; margin-bottom: 22px; }
.testimonial-author { display: flex; align-items: center; gap: 11px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: #fff; flex-shrink: 0; }
.av-teal { background: var(--teal); }
.av-amber { background: var(--amber); }
.av-purple { background: #8B5CF6; }
.av-navy { background: var(--navy); }
.author-info strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); }
.author-info span { font-size: 12px; color: var(--gray); }

/* ─── CLIENT LOGOS ─── */
.logos-section { background: var(--offwhite); padding: 44px 0; }
.logos-label { text-align: center; font-size: 12px; font-weight: 700; color: var(--gray); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 28px; }
.logos-row { display: flex; gap: 40px; align-items: center; justify-content: center; flex-wrap: wrap; }
.logo-pill { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 8px; padding: 11px 22px; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; color: rgba(28,43,58,.35); letter-spacing: -.02em; }

/* ─── CTA BANNER ─── */
.cta-section { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dk) 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255,255,255,.08) 0%, transparent 70%); }
.cta-section h2 { font-family: 'Sora', sans-serif; font-size: clamp(26px, 4vw, 40px); font-weight: 800; color: #fff; margin-bottom: 14px; position: relative; }
.cta-section p { font-size: 16px; color: rgba(255,255,255,.72); margin-bottom: 34px; position: relative; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-email-row { display: flex; gap: 10px; justify-content: center; margin-top: 24px; flex-wrap: wrap; position: relative; }
.cta-input { padding: 14px 20px; border-radius: var(--radius-sm); border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; width: 280px; outline: none; color: var(--navy); }

/* ─── FOOTER ─── */
footer { background: var(--navy); padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 52px; }
.footer-desc { font-size: 13.5px; color: rgba(255,255,255,.42); line-height: 1.78; margin: 18px 0 24px; max-width: 290px; }
.footer-social { display: flex; gap: 10px; }
.social-icon { width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color .2s, background .2s; }
.social-icon:hover { background: rgba(0,157,175,.2); border-color: var(--teal); }
.social-icon svg { width: 16px; height: 16px; fill: rgba(255,255,255,.5); }
.footer-col h4 { font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.88); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.42); text-decoration: none; transition: color .18s; }
.footer-links a:hover { color: var(--teal-lt); }
.footer-newsletter h4 { font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.88); margin-bottom: 14px; }
.footer-newsletter p { font-size: 12.8px; color: rgba(255,255,255,.42); line-height: 1.7; margin: 0 0 14px; }
.nl-input-wrap { display: flex; flex-direction: column; gap: 10px; }
.nl-input {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #fff; outline: none;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13.5px;
}
.nl-input::placeholder { color: rgba(255,255,255,.35); }
.nl-btn {
  width: 100%; padding: 11px 14px; border-radius: 8px;
  background: var(--teal); border: none; color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13.5px; font-weight: 700;
  cursor: pointer; transition: background .2s, transform .2s;
}
.nl-btn:hover { background: var(--teal-lt); transform: translateY(-1px); }
.nl-success { font-size: 12.5px; color: var(--teal-lt); margin-top: 8px; display: none; }
.nl-divider { height: 1px; background: rgba(255,255,255,.06); margin: 16px 0; }
.nl-chat-btn {
  display: flex; align-items: center; gap: 9px; padding: 11px 14px;
  border-radius: 8px; border: 1px solid rgba(0,196,217,.3);
  background: rgba(0,196,217,.08); text-decoration: none; transition: all .2s;
  cursor: pointer;
}
.nl-chat-btn:hover { background: rgba(0,196,217,.15); border-color: var(--teal); }
.nl-chat-btn svg { width: 18px; height: 18px; fill: var(--teal-lt); flex-shrink: 0; }
.nl-chat-btn span { font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.75); }
.nl-online { width: 7px; height: 7px; background: #22C55E; border-radius: 50%; flex-shrink: 0; margin-left: auto; animation: pulse 2s infinite; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,.28); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12.5px; color: rgba(255,255,255,.28); text-decoration: none; transition: color .18s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.55); }

/* ─── INNER PAGE HERO ─── */
.page-hero { background: var(--navy); padding: var(--space-hero-pt) 0 var(--space-hero-pb); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 80% 50%, rgba(0,157,175,.2) 0%, transparent 70%); }
.page-hero-content { position: relative; z-index: 1; max-width: 680px; }
.page-hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,.6); max-width: 520px; line-height: 1.75; margin-bottom: 28px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 13px; color: rgba(255,255,255,.4); }
.breadcrumb a { color: rgba(255,255,255,.4); text-decoration: none; transition: color .18s; }
.breadcrumb a:hover { color: var(--teal-lt); }
.breadcrumb svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; opacity: .4; }

/* ─── SERVICE / INDUSTRY DETAIL ─── */
.detail-overview { background: #fff; }
.detail-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 72px; align-items: start; }
.detail-content .heading { margin-bottom: 20px; }
.detail-content p { font-size: 16px; color: var(--gray); line-height: 1.8; margin-bottom: 16px; }
.detail-box { background: var(--offwhite); border-radius: var(--radius); padding: 32px; }
.detail-box h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.5; }
.check-list li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,157,175,.12); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.check-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(0,157,175,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.check-icon svg { width: 11px; height: 11px; fill: none; stroke: var(--teal); stroke-width: 2.5; }

/* Benefits grid */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.benefit-card { background: var(--offwhite); border-radius: var(--radius); padding: 28px 24px; }
.benefit-card svg { width: 32px; height: 32px; fill: var(--teal); margin-bottom: 14px; }
.benefit-card h4 { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.benefit-card p { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* ─── ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ─── RESPONSIVE ─── */
@media(max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .industries-list { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid .stat-item:nth-child(2) { border-right: none; }
  .process-steps { grid-template-columns: repeat(2,1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .dropdown-wide { min-width: 300px; grid-template-columns: 1fr; }
}
@media(max-width: 680px) {
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .industries-list { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .services-panel.active { grid-template-columns: 1fr 1fr; }
}

/* ─── PAGE TRANSITIONS ─── */
.page-fade { animation: pageFade .4s ease forwards; }
@keyframes pageFade { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:none} }

/* ─── LIVE CHAT ─── */
.chat-bubble {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dk));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0,157,175,.5);
  cursor: pointer;
  z-index: 9999;
  transition: transform .2s;
}
.chat-bubble:hover { transform: scale(1.05); }
.chat-bubble svg { width: 25px; height: 25px; fill: #fff; }
.cbadge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 19px;
  height: 19px;
  background: #EF4444;
  border-radius: 50%;
  border: 2.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
}
.chat-panel {
  position: fixed;
  bottom: 96px;
  right: 28px;
  width: 340px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  z-index: 9998;
  display: none;
  flex-direction: column;
  max-height: 520px;
  border: 1px solid rgba(0,0,0,.08);
  overflow: hidden;
}
.chat-panel.open { display: flex; animation: chatSlideUp .25s ease; }
@keyframes chatSlideUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }
.chat-header {
  background: var(--navy);
  padding: 18px 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.chat-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% -20%, rgba(0,196,217,.2), transparent);
}
.chinner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cagent { display: flex; align-items: center; gap: 10px; }
.cav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}
.caginfo strong { display: block; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: #fff; }
.caginfo span { font-size: 11px; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 6px; }
.cdot { width: 6px; height: 6px; background: #22C55E; border-radius: 50%; }
.cclose {
  background: rgba(255,255,255,.1);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.cclose svg { width: 13px; height: 13px; fill: none; stroke: rgba(255,255,255,.7); stroke-width: 2.5; }
.cbody {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 11px;
  background: var(--offwhite);
}
.cmsg { display: flex; gap: 7px; align-items: flex-end; }
.cmsg.user { justify-content: flex-end; }
.cav-sm {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.cbubb {
  max-width: 86%;
  padding: 9px 13px;
  border-radius: 13px;
  font-size: 13px;
  line-height: 1.55;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}
.cmsg.user .cbubb { background: rgba(0,157,175,.12); border-color: rgba(0,157,175,.18); }
.ctime { font-size: 10px; color: rgba(0,0,0,.38); margin-top: 4px; }
.cfooter { padding: 12px 14px 14px; border-top: 1px solid rgba(0,0,0,.06); background: #fff; }
.qreplies { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.qrbtn {
  font-size: 12px;
  font-weight: 700;
  color: var(--teal);
  background: rgba(0,157,175,.08);
  border: 1px solid rgba(0,157,175,.14);
  border-radius: 999px;
  padding: 7px 10px;
  cursor: pointer;
  user-select: none;
}
.qrbtn:hover { background: rgba(0,157,175,.12); }
.cinprow { display: flex; gap: 8px; align-items: center; }
.cinp {
  flex: 1;
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13.5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
}
.cinp:focus { border-color: rgba(0,157,175,.55); box-shadow: 0 0 0 3px rgba(0,157,175,.10); }
.csend {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  background: var(--teal);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s, transform .18s;
}
.csend:hover { background: var(--teal-lt); transform: translateY(-1px); }
.csend svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; }
.cemail-gate { margin-bottom: 10px; padding: 10px 10px 12px; background: var(--offwhite); border-radius: 14px; border: 1px solid rgba(0,0,0,.06); }
.cemail-title { font-size: 12px; font-weight: 800; color: var(--navy); margin-bottom: 8px; font-family: 'Sora', sans-serif; }
.cemail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cemail-row { display: flex; gap: 8px; margin-top: 8px; }
.cemail {
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
  background: #fff;
}
.cemail:focus { border-color: rgba(0,157,175,.55); box-shadow: 0 0 0 3px rgba(0,157,175,.10); }
.cemail-btn {
  border: none;
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--amber);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.cemail-btn:hover { filter: brightness(1.03); }
.cemail-error { display: none; margin-top: 8px; font-size: 12px; font-weight: 700; color: #EF4444; }
.tdots { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 13px; }
.tdot { width: 6px; height: 6px; background: rgba(0,0,0,.35); border-radius: 50%; animation: tDot 1.2s infinite; }
.tdot:nth-child(2) { animation-delay: .15s; }
.tdot:nth-child(3) { animation-delay: .3s; }
@keyframes tDot { 0%,100%{transform:translateY(0);opacity:.35} 50%{transform:translateY(-4px);opacity:.85} }

.lf-tile { padding: calc(30px + var(--white-surface-pad)) calc(24px + var(--white-surface-pad)) !important; }
.lf-story-card { padding: calc(30px + var(--white-surface-pad)) calc(26px + var(--white-surface-pad)) !important; }

.service-card,
.lf-tile,
.lf-story-card,
.lf-form-box,
.value-card,
.pillar-card,
.stack-card,
.int-item,
.office-card {
  box-shadow: 0 0 0 var(--white-surface-pad) #fff !important;
}

.service-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, var(--shadow) !important; }
.lf-tile:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 14px 36px rgba(0,157,175,.12) !important; }
.lf-story-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 12px 32px rgba(0,157,175,.10) !important; }
.lf-tab-panel { padding: 10px !important; }
.lf-form-box { padding: calc(40px + var(--white-surface-pad)) !important; }
.value-card { padding: calc(32px + var(--white-surface-pad)) calc(28px + var(--white-surface-pad)) !important; }
.value-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 16px 40px rgba(0,157,175,.12) !important; }
.pillar-card { padding: calc(28px + var(--white-surface-pad)) calc(24px + var(--white-surface-pad)) !important; }
.pillar-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 8px 24px rgba(0,157,175,.10) !important; }
.stack-card { padding: calc(36px + var(--white-surface-pad)) calc(28px + var(--white-surface-pad)) !important; }
.stack-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 20px 48px rgba(0,157,175,.12) !important; }
.int-item { padding: calc(20px + var(--white-surface-pad)) !important; }
.int-item:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 8px 24px rgba(0,157,175,.12) !important; }
.office-card:hover { box-shadow: 0 0 0 var(--white-surface-pad) #fff, 0 12px 32px rgba(0,0,0,.10) !important; }
