/* ============================================================
   AW InfraSec Solution — Shared Stylesheet
   Theme: Dark Cybersecurity — Purple / Blue Glow
   ============================================================ */


/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100%; }

/* ── Design Tokens ── */
:root {
  --bg:            #050816;
  --fg:            #0D1117;
  --orange:        #8B5CF6;
  --orange-dark:   #7C3AED;
  --orange-light:  rgba(139,92,246,0.12);
  --orange-border: rgba(139,92,246,0.25);
  --beige:         #0B1120;
  --beige-dark:    #111827;
  --muted:         rgba(255,255,255,0.58);
  --border:        rgba(139,92,246,0.15);
  --serif:         'Supreme', sans-serif;
  --sans:          'Supreme', sans-serif;
  --ease-out:      cubic-bezier(0.16,1,0.3,1);
}

body {
  background: var(--bg);
  color: #FFFFFF;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
p { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.72); }
img   { display: block; max-width: 100%; height: auto; }
a     { color: inherit; text-decoration: none; }
ul    { list-style: none; }

/* ── Container ── */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(24px, 3vw, 48px);
}
@media (min-width: 1440px) {
  .wrap { max-width: 1400px; }
}
@media (min-width: 1640px) {
  .wrap { max-width: 1560px; }
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 100px;
  border: none;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.btn:active        { transform: scale(.97); }

.btn-orange       { background: linear-gradient(135deg, #8B5CF6, #6366F1); color: #fff; box-shadow: 0 4px 20px rgba(139,92,246,.28); }
.btn-orange:hover { background: linear-gradient(135deg, #9D71FA, #7274F5); box-shadow: 0 8px 32px rgba(139,92,246,.55); transform: translateY(-2px); }

.btn-ghost        { background: rgba(139,92,246,.08); border: 1.5px solid rgba(139,92,246,.35); color: rgba(255,255,255,.85); }
.btn-ghost:hover  { background: linear-gradient(135deg, #8B5CF6, #6366F1); border-color: #8B5CF6; color: #fff; box-shadow: 0 0 20px rgba(139,92,246,.35); transform: translateY(-2px); }

.btn-white        { background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); border: 1.5px solid rgba(255,255,255,.18); }
.btn-white:hover  { background: linear-gradient(135deg, #8B5CF6, #6366F1); border-color: #8B5CF6; color: #fff; box-shadow: 0 0 20px rgba(139,92,246,.35); transform: translateY(-2px); }

/* ── Navigation ── */
.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 200;
  padding-block: 16px;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 50%, #050816 100%);
  border-bottom: 1px solid rgba(139,92,246,.1);
  transition: background .3s, box-shadow .3s, backdrop-filter .3s, border-bottom-color .3s;
}
.nav.solid {
  background: rgba(5,8,22,.88);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(139,92,246,.12);
  border-bottom-color: rgba(139,92,246,.15);
}

/* ── Mobile-only: transparent glass on scroll ── */
@media (max-width: 767px) {
  .nav.solid {
    background: rgba(5,8,22,.28);
    backdrop-filter: blur(18px) saturate(1.8);
    -webkit-backdrop-filter: blur(18px) saturate(1.8);
    box-shadow: 0 1px 0 rgba(139,92,246,.08);
    border-bottom-color: rgba(139,92,246,.08);
  }
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background: transparent;
}
.nav-logo-img {
  display: block;
  height: 68px;
  width: auto;
  background: transparent;
  mix-blend-mode: lighten;
}

.nav-menu {
  display: none;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1024px) { .nav-menu { display: flex; } }

.nav-menu > li { position: relative; z-index: 1; }

.nav-menu > li > a,
.nav-menu > li > button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  font-size: 16px;
  color: rgba(255,255,255,.75);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 400;
  border-radius: 8px;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav-menu > li > a:hover,
.nav-menu > li > button:hover { color: #fff; background: rgba(139,92,246,.12); }

.nav-menu > li > a.active,
.nav-menu > li > button.active { color: var(--orange); }

/* Chevron */
.nav-chevron { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.nav-menu > li.open .nav-chevron { transform: rotate(180deg); }

/* ── Mega Menu ── */
.mega-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 760px;
  background: #0D1117;
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(139,92,246,.08);
  padding: 28px;
  gap: 32px;
  grid-template-columns: repeat(3,1fr);
  z-index: 300;
}
.nav-menu > li.open .mega-menu { display: grid; }

.mega-col-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.mega-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  font-size: 15px;
  color: rgba(255,255,255,.62);
  border-radius: 8px;
  transition: background .12s, color .12s;
  line-height: 1.35;
}
.mega-menu a:hover { background: rgba(139,92,246,.12); color: var(--orange); }
.mega-menu a svg   { width: 14px; height: 14px; stroke: var(--orange); fill: none; stroke-width: 1.75; flex-shrink: 0; }

/* ── AI Services Mini Dropdown ── */
.ai-mini-menu {
  min-width: 280px;
  left: 0;
  transform: none;
  gap: 4px;
}
.nav-menu > li.open .ai-mini-menu { display: flex; flex-direction: column; }
.ai-mini-menu a { align-items: flex-start; }
.menu-item-text { display: flex; flex-direction: column; gap: 1px; }
.menu-item-title { font-size: 15px; color: rgba(255,255,255,.82); font-weight: 500; line-height: 1.3; transition: color .12s; }
.menu-item-desc  { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.3; transition: color .12s; }
.mega-menu a:hover .menu-item-title { color: var(--orange); }
.mega-menu a:hover .menu-item-desc  { color: rgba(255,255,255,.5); }

/* Nav CTA */
.nav-actions { display: none; align-items: center; gap: 10px; }
@media (min-width: 1024px) { .nav-actions { display: flex; } }

/* Hamburger */
.nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: none; border: none; cursor: pointer; color: rgba(255,255,255,.85);
}
@media (min-width: 1024px) { .nav-hamburger { display: none; } }

/* ── Mobile Drawer ── */
.drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 50%, #050816 100%);
  z-index: 500;
  flex-direction: column;
  overflow-y: auto;
  padding: 80px 24px 40px;
}
.drawer.open { display: flex; }
.drawer-close {
  position: fixed;
  top: 16px; right: 20px;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; color: rgba(255,255,255,.85);
  z-index: 10;
}

.drawer-logo {
  position: fixed;
  top: 16px; left: 24px;
}

.drawer-nav { display: flex; flex-direction: column; gap: 4px; margin-bottom: 32px; }
.drawer-nav > a {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.85);
}
.drawer-section-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.4);
  margin: 20px 0 8px;
}
.drawer-service-links { display: flex; flex-direction: column; gap: 0; }
.drawer-service-links a {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: color .15s;
}
.drawer-service-links a:hover { color: var(--orange); }

/* ── Page Hero ── */
.hero {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 60%, #050816 100%);
}

@keyframes gridScroll {
  from { background-position: 0 0; }
  to   { background-position: 48px 48px; }
}

.hero-bg-grid {
  position: absolute;
  inset: -48px;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridScroll 8s linear infinite;
}

.hero-bg-glow {
  position: absolute;
  width: 820px; height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(139,92,246,.20) 0%,
    rgba(99,102,241,.08) 42%,
    transparent 68%);
  top: -220px; right: -160px;
  pointer-events: none;
  filter: blur(8px);
  mix-blend-mode: screen;
}

.hero-bg-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #050816);
  pointer-events: none;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
  }
}

.hero .wrap { position: relative; z-index: 3; }
.hero-text { padding-bottom: 48px; }

/* Empty grid spacer — text stays left, artwork is absolute */
.hero-img-col { display: none; }
@media (min-width: 768px) { .hero-img-col { display: block; } }

/* ── Hero artwork: covers the full right half of the section ── */
@keyframes heroFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-18px); }
}

.hero-artwork {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: heroFloat 8s ease-in-out infinite;
}

/* ── The image fills the artwork container ── */
.hero-img-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  display: block;
  mix-blend-mode: screen;
  filter: brightness(1.05) saturate(1.25) contrast(1.05);
  -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black        8%,
      black       88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent  0%,
      rgba(0,0,0,.6) 6%,
      black        16%,
      black       100%
    );
  -webkit-mask-composite: destination-in;
  mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black        8%,
      black       88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent  0%,
      rgba(0,0,0,.6) 6%,
      black        16%,
      black       100%
    );
  mask-composite: intersect;
}

/* ── Medium / small laptop (768px–1199px) ── */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero          { padding-top: 100px; padding-bottom: 56px; }
  .hero-artwork  { width: 45%; }
  .hero-text     { padding-bottom: 32px; }
  .hero-h1       { font-size: clamp(36px, 5vw, 60px); }
  .hero-sub      { font-size: 16px; max-width: 440px; }
}

/* ── Mobile (<768px) ── */
@media (max-width: 767px) {
  /* Reflow hero into a flex column so text appears ABOVE image.
     The artwork div lives before .wrap in the DOM (needed for desktop absolute
     positioning), so we use flex order to invert the visual sequence on mobile. */
  .hero {
    padding-top: 128px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
  }
  /* Text block first */
  .hero > .wrap        { order: 1; }
  /* Image block below text */
  .hero-artwork {
    order: 2;
    position: relative;
    width: 85%;
    max-width: 340px;
    height: auto;
    margin: 24px auto 0;
    justify-content: center;
    overflow: visible;
    animation: heroFloat 8s ease-in-out infinite;
  }
  .hero-img-main {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-text          { padding-bottom: 0; text-align: left; }
  .hero-h1            { font-size: clamp(30px, 9vw, 44px); text-align: left; }
  .hero-sub           { font-size: 15px; max-width: 100%; text-align: left; margin-left: 0; margin-right: 0; }
  .hero-btns          { justify-content: flex-start; }
  .hero-partner-badge { display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-left: 0; margin-right: 0; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(44px, 8vw, 96px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -.035em;
  margin-bottom: 28px;
}
.hero-h1-line {
  display: block;
}
@media (min-width: 1200px) {
  .hero-h1-line { white-space: nowrap; }
}
.hero-accent {
  background: linear-gradient(135deg, #A78BFA, #818CF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 40px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }

/* ── Hero CTA toggle: only one button active at a time ── */

/* When hovering the ghost (Free Consultation): make it primary */
.hero-btns:has(.btn-ghost:hover) .btn-ghost {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  border-color: #8B5CF6;
  color: #fff;
  box-shadow: 0 0 24px rgba(139,92,246,.35);
  transform: translateY(-2px);
}
/* …and demote the orange (Explore More) to inactive */
.hero-btns:has(.btn-ghost:hover) .btn-orange {
  background: transparent;
  border: 1px solid rgba(139,92,246,.35);
  color: #fff;
  box-shadow: none;
  transform: none;
}

/* When hovering the orange (Explore More): keep it primary (default behavior preserved) */
/* When NOT hovering either button, reset ghost to inactive */
.hero-btns .btn-ghost {
  background: transparent;
  border: 1px solid rgba(139,92,246,.35);
  color: #fff;
  box-shadow: none;
}


/* ── Hero dark-bg overrides ── */
.hero .hero-h1       { color: #fff; }
.hero .hero-sub      { color: rgba(255,255,255,.68); }
.hero .hero-eyebrow  { color: rgba(255,255,255,.55); }
/* hero ghost base/hover handled by .hero-btns :has() rules above */

.hero-partner-badge {
  display: inline-block;
  margin-bottom: 20px;
}
.hero-partner-logo {
  display: block;
  width: 200px;
  height: auto;
}
@media (max-width: 639px) {
  .hero-partner-logo { width: 155px; }
}

.hero-img-wrap {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 40%, #050816 100%);
  position: relative;
}
.hero-grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.35) 0%, transparent 70%);
  top: -100px; right: 100px;
  pointer-events: none;
}

/* ── Page Hero (inner pages) ── */
.page-hero {
  padding: 140px 0 72px;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 60%, #050816 100%);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.page-hero-glow {
  position: absolute;
  width: 500px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(124,58,237,.25) 0%, transparent 70%);
  top: -80px; right: 0;
  pointer-events: none;
}
.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,.45); transition: color .15s; }
.page-hero .breadcrumb a:hover { color: var(--orange); }
.page-hero .breadcrumb span { color: rgba(255,255,255,.7); }
.page-hero .breadcrumb svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }

.hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.hero .breadcrumb a { color: rgba(255,255,255,.45); transition: color .15s; }
.hero .breadcrumb a:hover { color: var(--orange); }
.hero .breadcrumb span { color: rgba(255,255,255,.7); }
.hero .breadcrumb svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }

.page-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(124,58,237,.25);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.page-hero p {
  font-size: 17px;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  max-width: 560px;
  position: relative; z-index: 1;
}

/* ── Stats Bar ── */
.stats-bar { background: var(--fg); padding: 36px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }

.stat { display: flex; align-items: center; gap: 14px; }
.stat-icon-wrap {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
}
.stat-icon-wrap svg { width: 18px; height: 18px; stroke: rgba(255,255,255,.6); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.stat-val { font-size: 22px; font-weight: 600; color: #fff; line-height: 1.1; }
.stat-lbl { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 3px; letter-spacing: .03em; }

/* ── Sections ── */
.section { padding-block: 96px; }
.section-sm { padding-block: 64px; }

.s-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  margin-bottom: 12px;
}
.s-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.s-body {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 600px;
}

/* ── Section Header ── */
.section-header { margin-bottom: 56px; }
.section-header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

/* ── Service Cards Grid ── */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px)  { .cards-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1024px) { .cards-grid-4 { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 640px)  { .cards-grid-2 { grid-template-columns: repeat(2,1fr); } }

.service-card {
  background: #111827;
  border: 1px solid rgba(139,92,246,.15);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  cursor: pointer;
}
.service-card:hover {
  box-shadow: 0 12px 40px rgba(139,92,246,.15), 0 0 0 1px rgba(139,92,246,.3);
  transform: translateY(-3px);
  border-color: rgba(139,92,246,.4);
}
.card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--orange-light);
  border: 1px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.card-icon svg { width: 22px; height: 22px; stroke: var(--orange); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.card-title { font-size: 18px; font-weight: 600; line-height: 1.3; }
.card-desc  { font-size: 17px; color: var(--muted); line-height: 1.65; flex: 1; }
.card-link  { font-size: 15px; color: var(--orange); font-weight: 500; display: flex; align-items: center; gap: 4px; margin-top: auto; }
.card-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform .15s; }
.service-card:hover .card-link svg { transform: translateX(3px); }

/* ── Features (icon + text rows) ── */
.features-list { display: flex; flex-direction: column; gap: 0; }
.feature-row {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.feature-row:last-child { border-bottom: none; }
.feature-row-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 10px;
  background: var(--orange-light);
  border: 1px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
}
.feature-row-icon svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-row h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.feature-row p  { font-size: 18px; color: var(--muted); line-height: 1.65; }

/* ── Why Choose (checklist) ── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 768px) { .why-grid { grid-template-columns: 1fr 1fr; } }

.check-list { display: flex; flex-direction: column; gap: 16px; }
.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.check-dot {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--orange-light);
  border: 1.5px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.check-dot svg { width: 11px; height: 11px; stroke: var(--orange); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.check-item p { font-size: 17px; color: var(--muted); line-height: 1.6; }
.check-item p strong { color: #fff; font-weight: 600; }

.why-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.why-illus-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
}

.why-illus-primary {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  height: auto;
  border-radius: 16px;
}


.why-illus-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54%;
  height: auto;
  border-radius: 12px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.10));
}

@media (max-width: 767px) {
  .why-illus-wrap {
    max-width: 340px;
    margin: 0 auto;
    aspect-ratio: 1 / 0.85;
  }
}
.why-stat-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: #111827;
  border-radius: 12px;
  border: 1px solid rgba(139,92,246,.2);
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  min-height: 82px;
  width: 100%;
}
.why-stat-num {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--orange);
  width: 86px;
  flex-shrink: 0;
  line-height: 1;
}
.why-stat-lbl { font-size: 15px; color: var(--muted); line-height: 1.45; }
.why-stat-lbl strong { display: block; font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 3px; }

/* ── MSP / Pricing Plans ── */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) { .plans-grid { grid-template-columns: repeat(3,1fr); } }

.plan-card {
  background: #111827;
  border: 1.5px solid rgba(139,92,246,.2);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow .2s, border-color .2s;
}
.plan-card:hover { box-shadow: 0 0 0 4px rgba(139,92,246,.1), 0 16px 40px rgba(139,92,246,.22); border-color: rgba(139,92,246,.6); }

/* When any plan card is hovered, demote non-hovered btn-orange to ghost state */
.pricing-plans:has(.plan-card:hover) .plan-card:not(:hover) .btn-orange {
  background: rgba(139,92,246,.08);
  border: 1.5px solid rgba(139,92,246,.35);
  color: rgba(255,255,255,.85);
  box-shadow: none;
  transform: none;
}
/* Promote the hovered card's btn-ghost to active state */
.plan-card:hover .btn-ghost {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  border-color: #8B5CF6;
  color: #fff;
  box-shadow: 0 0 20px rgba(139,92,246,.35);
}

.plan-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.plan-name-row .plan-name { margin-bottom: 0; }
.plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  background: var(--orange);
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}
.plan-name { font-size: 24px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.01em; }
.plan-pricing-block {
  min-height: 88px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.plan-pricing-block .plan-billing { margin-bottom: 0; }
.plan-contact-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color .2s;
}
.plan-contact-cta:hover { color: var(--orange); }
.plan-contact-cta svg {
  width: 22px; height: 22px;
  stroke: var(--orange); fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.plan-contact-subtext { font-size: 12px; color: var(--muted); }
.plan-price {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 4px;
}
.plan-price span { font-size: 16px; font-weight: 400; color: var(--muted); }
.plan-billing { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.plan-divider { height: 1px; background: rgba(139,92,246,.2); margin-bottom: 24px; }
.plan-features { display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 28px; }
.plan-feat {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13px; color: var(--muted); line-height: 1.5;
}
.plan-feat svg { width: 15px; height: 15px; stroke: var(--orange); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }

/* ── Pricing Toggle ── */
.pricing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.pricing-toggle {
  display: inline-flex;
  background: rgba(139,92,246,.1);
  border: 1.5px solid rgba(139,92,246,.25);
  border-radius: 100px;
  padding: 4px;
}
.pricing-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,.55);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .22s, color .22s, box-shadow .22s;
}
.pricing-toggle-btn.active {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  color: #fff;
  box-shadow: 0 4px 16px rgba(139,92,246,.4);
}
.pricing-toggle-btn:not(.active):hover {
  color: rgba(255,255,255,.85);
}
.pricing-save-badge {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  letter-spacing: .02em;
  line-height: 1.6;
}
.pricing-toggle-btn.active .pricing-save-badge {
  background: rgba(255,255,255,.22);
}

/* ── Blog Cards ── */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 640px)  { .blog-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3,1fr); } }

.blog-card {
  background: #111827;
  border: 1px solid rgba(139,92,246,.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.blog-card:hover { box-shadow: 0 12px 40px rgba(139,92,246,.15), 0 0 0 1px rgba(139,92,246,.3); transform: translateY(-3px); border-color: rgba(139,92,246,.4); }
.blog-card-img {
  width: 100%; height: 220px;
  background: linear-gradient(135deg, var(--beige) 0%, var(--beige-dark) 100%);
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}
.blog-card-img-link { display: block; flex-shrink: 0; overflow: hidden; }
.blog-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-tag {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .1em; color: var(--orange);
}
.blog-card-body h3 {
  font-size: 18px; font-weight: 600; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-card-body p  { font-size: 16px; color: var(--muted); line-height: 1.6; flex: 1; }
.blog-read-more    { font-size: 15px; color: var(--orange); font-weight: 500; display: flex; align-items: center; gap: 4px; margin-top: auto; }
.blog-read-more svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform .15s; }
.blog-card:hover .blog-read-more svg { transform: translateX(3px); }

/* ── Blog Post Detail ── */
.blog-post-hero {
  padding: 140px 0 56px;
  background: linear-gradient(160deg, #0D0B1E 0%, #080818 60%, #050816 100%);
  position: relative;
  overflow: hidden;
}
.blog-post-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.blog-post-glow {
  position: absolute;
  width: 500px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(124,58,237,.2) 0%, transparent 70%);
  top: -80px; right: 0;
  pointer-events: none;
}
.blog-post-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.blog-post-hero .breadcrumb a { color: rgba(255,255,255,.45); transition: color .15s; }
.blog-post-hero .breadcrumb a:hover { color: var(--orange); }
.blog-post-hero .breadcrumb span { color: rgba(255,255,255,.7); }
.blog-post-hero .breadcrumb svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative; z-index: 1;
  flex-wrap: wrap;
}
.blog-post-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(124,58,237,.25);
  padding: 5px 12px;
  border-radius: 100px;
}
.blog-post-hero h1 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff;
  max-width: 820px;
  position: relative; z-index: 1;
}
.blog-featured-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 56px;
  display: block;
}
.blog-article-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.blog-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 48px;
  transition: color .15s;
}
.blog-back:hover { color: var(--orange); }
.blog-back svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.blog-prose h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
  margin-top: 48px;
  margin-bottom: 16px;
}
.blog-prose h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 10px;
}
.blog-prose p {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 20px;
}
.blog-prose ul, .blog-prose ol {
  padding-left: 24px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-prose ul { list-style: disc; }
.blog-prose ol { list-style: decimal; }
.blog-prose li { font-size: 18px; color: var(--muted); line-height: 1.7; }
.blog-prose strong { color: #fff; font-weight: 600; }
.blog-prose a { color: var(--orange); }
.blog-prose blockquote {
  border-left: 3px solid var(--orange);
  padding-left: 20px;
  margin: 28px 0;
  color: var(--muted);
  font-style: italic;
}
.blog-cta-box {
  background: linear-gradient(135deg, #0D0B1E 0%, #080818 100%);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin-top: 64px;
}
.blog-cta-box h3 { font-family: var(--serif); font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.blog-cta-box p { font-size: 17px; color: rgba(255,255,255,.55); margin-bottom: 24px; }

/* ── Testimonials ── */
.testi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px)  { .testi-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .testi-grid { grid-template-columns: repeat(3,1fr); } }

.testi-card {
  background: #111827;
  border: 1px solid rgba(139,92,246,.15);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testi-stars { display: flex; gap: 3px; }
.testi-stars svg { width: 16px; height: 16px; fill: #F59E0B; stroke: none; }
.testi-quote { font-size: 19px; color: var(--muted); line-height: 1.75; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: rgba(139,92,246,.15); border: 2px solid rgba(139,92,246,.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--orange);
}
.testi-author > div { display: flex; flex-direction: column; justify-content: center; gap: 2px; }
.testi-name   { font-size: 17px; font-weight: 600; line-height: 1.2; margin: 0; }
.testi-role   { font-size: 14px; color: var(--muted); line-height: 1.4; margin: 0; }

/* ── Dark section variant (for tech/security illustration sections) ── */
.dark-section {
  background: linear-gradient(160deg, #0B1120 0%, #0E1928 50%, #0B1120 100%);
}
.dark-section .s-title { color: #ffffff; }
.dark-section .s-body  { color: rgba(255,255,255,0.72); }

/* ── Blending illustration — edges dissolve into section background ── */
.section-blend-img {
  width: 100%;
  max-width: 520px;
  display: block;
  mix-blend-mode: screen;
  margin: 0 auto;
  -webkit-mask-image: radial-gradient(ellipse 68% 68% at 50% 50%, black 15%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,0.4) 58%, rgba(0,0,0,0.1) 75%, transparent 88%);
  mask-image: radial-gradient(ellipse 68% 68% at 50% 50%, black 15%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,0.4) 58%, rgba(0,0,0,0.1) 75%, transparent 88%);
}

/* ── MSP Teaser ── */
.msp-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 768px) { .msp-teaser { grid-template-columns: 1fr 1fr; } }

/* ── Split section ── */
.split-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .split-grid { grid-template-columns: 1fr 1fr; } }

.split-img-panel {
  min-height: 400px;
  background: linear-gradient(160deg, #0D0B1E 0%, #050816 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .split-img-panel { min-height: 560px; } }
.split-img-panel .grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.split-img-panel .orange-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.3) 0%, transparent 70%);
  bottom: 40px; right: 40px;
}

.split-content {
  background: var(--beige);
  padding: clamp(40px,6vw,80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-content .s-title { margin-bottom: 16px; }
.split-content p { font-size: 18px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }

/* ── CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, #0D0B1E 0%, #080818 60%, #050816 100%);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 24px;
  padding: clamp(40px,5vw,72px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.cta-banner-glow {
  position: absolute;
  width: 400px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(124,58,237,.2) 0%, transparent 70%);
  top: -80px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}
.cta-banner h2 {
  font-family: var(--serif);
  font-size: clamp(26px,4vw,44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #fff;
  margin-bottom: 16px;
  position: relative; z-index: 1;
}
.cta-banner p {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 36px;
  position: relative; z-index: 1;
}
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ── CTA pair toggle: only one button active at a time ── */

/* Ghost base in cta-btns: inactive dark */
.cta-btns .btn-white {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  box-shadow: none;
}

/* Hovering View MSP Plans: promote it, demote Contact Us */
.cta-btns:has(.btn-white:hover) .btn-white {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  border-color: #8B5CF6;
  color: #fff;
  box-shadow: 0 0 24px rgba(139,92,246,.35);
  transform: translateY(-2px);
}
.cta-btns:has(.btn-white:hover) .btn-orange {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  box-shadow: none;
  transform: none;
}
.cta-email { font-size: 13px; color: rgba(255,255,255,.4); }
.cta-email a { color: rgba(255,255,255,.6); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s; }
.cta-email a:hover { color: #fff; }

/* ── Client Presence Map ── */
.client-presence-section {
  padding-block: 80px 60px;
}
.client-map-wrap {
  width: 100%;
  margin-top: 40px;
}
.client-map-svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Contact Form ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: start;
}
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.contact-info { display: flex; flex-direction: column; gap: 32px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 10px;
  background: var(--orange-light);
  border: 1px solid var(--orange-border);
  display: flex; align-items: center; justify-content: center;
}
.contact-info-icon svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-info-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.contact-info-value { font-size: 16px; color: rgba(255,255,255,.82); line-height: 1.55; }
.contact-info-value a:hover { color: var(--orange); }

.form-card {
  background: #111827;
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 20px;
  padding: clamp(28px,5vw,48px);
}
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 13px; font-weight: 500;
  margin-bottom: 6px; color: rgba(255,255,255,.85);
}
.form-label span { color: var(--orange); }
.form-input, .form-textarea {
  width: 100%;
  padding: 11px 16px;
  font-family: var(--sans);
  font-size: 15px;
  color: #fff;
  background: rgba(255,255,255,.05);
  border: 1.5px solid rgba(139,92,246,.25);
  border-radius: 10px;
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,.3); }
.form-input:focus, .form-textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(139,92,246,.15);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-msg { margin-top: 14px; padding: 12px 16px; border-radius: 8px; font-size: .9rem; font-weight: 500; display: none; }
.form-msg--success { display: block; background: rgba(34,197,94,.15); color: #4ade80; border: 1px solid rgba(34,197,94,.3); }
.form-msg--error   { display: block; background: rgba(239,68,68,.12); color: #f87171; border: 1px solid rgba(239,68,68,.25); }

/* ── Footer ── */
.footer { background: var(--fg); padding-block: 64px 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 40px; } }

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  background: transparent;
}
.footer-logo-img {
  display: block;
  height: 72px;
  width: auto;
  background: transparent;
  mix-blend-mode: lighten;
}
.footer-tagline { font-size: 16px; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 280px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.linkedin-btn {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  box-shadow: none;
  padding: 0;
  transition: transform .2s ease;
}
.linkedin-btn:hover { transform: translateY(-2px); }
.linkedin-btn svg { width: 20px; height: 20px; fill: #111111 !important; display: block; }

.footer-col-title { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 16px; color: rgba(255,255,255,.5); transition: color .15s; }
.footer-links a:hover { color: var(--orange); }

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(139,92,246,.12);
}
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-copy { font-size: 14px; color: rgba(255,255,255,.25); }

.whatsapp-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25D366; color: #fff;
  padding: 8px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 500; text-decoration: none;
  transition: background .2s;
  white-space: nowrap;
}
.whatsapp-btn:hover { background: #1ebe5d; }
.whatsapp-btn svg { flex-shrink: 0; }

/* ── Divider ── */
.divider { height: 1px; background: rgba(139,92,246,.15); }

/* ── Orange accent lines ── */
.accent-line {
  width: 48px; height: 3px;
  background: var(--orange);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ── Fade-up animation ── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.fade-up.in { opacity: 1; transform: translateY(0); }

.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }
.delay-5 { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ── Utilities ── */
.text-orange { color: var(--orange); }
.bg-beige {
  position: relative;
  overflow: hidden;
  background: var(--beige);
}
.bg-beige::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(139,92,246,.07);
  pointer-events: none;
}
.bg-beige::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(99,102,241,.05);
  pointer-events: none;
}
.bg-beige > .wrap {
  position: relative;
  z-index: 1;
}
.bg-dark     { background: var(--fg); }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-32 { margin-top: 32px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }

/* ── Section background elevation ── */
.section:not(.bg-beige):not(.clients-section),
.section-sm {
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(139,92,246,.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(59,130,246,.04) 0%, transparent 50%),
    var(--bg);
}

/* ── Our Clients ── */
.clients-section {
  background: var(--bg);
}

.clients-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 clamp(16px, 3vw, 56px);
  margin-top: 48px;
}

/* Viewport clips the infinite track horizontally only;
   vertical overflow must be visible so hover lifts don't get chopped */
.clients-viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  padding: 16px 0; /* breathing room top/bottom for hover lift + glow */
  margin: -16px 0; /* cancel the visual offset so section spacing is unchanged */
}

.clients-track {
  display: flex;
  gap: 16px;
  will-change: transform;
  padding: 4px 0; /* extra buffer so box-shadow isn't hard-clipped */
}

.client-card {
  /* width set by JS */
  flex-shrink: 0;
  height: 160px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden; /* clips children to rounded boundary; does NOT clip own box-shadow/border */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border: 2px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(123,92,255,0.9);
  box-shadow:
    0 0 18px rgba(123,92,255,0.35),
    0 0 36px rgba(123,92,255,0.18),
    0 12px 32px rgba(0,0,0,0.10);
}

.client-card img {
  max-width: 80%;
  max-height: 68%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0.72;
  filter: grayscale(18%);
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.client-card:hover img {
  opacity: 1;
  filter: none;
}

/* ── Per-logo scale corrections ── */
/* Optimyze: wide wordmark — keep scale conservative, rely on max-width */
.client-card img.logo-optimyze  { max-width: 88%; transform: scale(1.05); }
.client-card:hover img.logo-optimyze  { max-width: 88%; transform: scale(1.08); }

/* Isler India: reduce card padding so image has maximum physical space to fill */
.client-card--tight               { padding: 10px 14px; }
.client-card img.logo-isler       { max-width: 100%; max-height: 100%; transform: scale(1.30); }
.client-card:hover img.logo-isler { max-width: 100%; max-height: 100%; transform: scale(1.35); }

/* Remaining per-logo scales */
.client-card img.logo-stella    { transform: scale(1.75); }
.client-card img.logo-lanzatech { transform: scale(1.55); }
.client-card img.logo-lanzajet  { transform: scale(1.55); }
.client-card img.logo-windy     { transform: scale(1.65); }
.client-card img.logo-iamai     { transform: scale(1.55); }
.client-card img.logo-harshi    { transform: scale(1.70); }
.client-card img.logo-wokelo    { transform: scale(1.80); }
.client-card img.logo-carnaby   { transform: scale(1.45); }

.client-card:hover img.logo-stella    { transform: scale(1.80); }
.client-card:hover img.logo-lanzatech { transform: scale(1.60); }
.client-card:hover img.logo-lanzajet  { transform: scale(1.60); }
.client-card:hover img.logo-windy     { transform: scale(1.70); }
.client-card:hover img.logo-iamai     { transform: scale(1.60); }
.client-card:hover img.logo-harshi    { transform: scale(1.75); }
.client-card:hover img.logo-wokelo    { transform: scale(1.85); }
.client-card:hover img.logo-carnaby   { transform: scale(1.50); }

.clients-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(139,92,246,.3);
  background: #111827;
  color: rgba(255,255,255,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.clients-arrow:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.clients-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Testimonials Carousel ── */
.testi-swiper { padding-bottom: 56px !important; max-width: 860px; margin: 0 auto; }
.testi-swiper .swiper-slide { height: auto; }
.testi-swiper .testi-card { text-align: center; }
.testi-swiper .testi-stars { justify-content: center; }
.testi-swiper .testi-author { justify-content: center; }

.testi-swiper .swiper-button-prev,
.testi-swiper .swiper-button-next {
  width: 40px; height: 40px;
  background: #111827;
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,.4);
  color: rgba(255,255,255,.7);
  top: calc(50% - 28px);
}
.testi-swiper .swiper-button-prev::after,
.testi-swiper .swiper-button-next::after { font-size: 14px; font-weight: 700; }
.testi-swiper .swiper-button-prev:hover,
.testi-swiper .swiper-button-next:hover { border-color: var(--orange); color: var(--orange); }

.testi-swiper .swiper-pagination-bullet { background: var(--border); opacity: 1; }
.testi-swiper .swiper-pagination-bullet-active { background: var(--orange); }

/* ── Services Carousel ── */
.services-swiper { padding-bottom: 52px !important; }
.services-swiper .swiper-slide { height: auto; }
.services-swiper .service-card { height: 100%; }

.services-swiper .swiper-button-prev,
.services-swiper .swiper-button-next {
  width: 40px; height: 40px;
  background: #111827;
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,.4);
  color: rgba(255,255,255,.7);
  top: calc(50% - 26px);
}
.services-swiper .swiper-button-prev::after,
.services-swiper .swiper-button-next::after { font-size: 14px; font-weight: 700; }
.services-swiper .swiper-button-prev:hover,
.services-swiper .swiper-button-next:hover { border-color: var(--orange); color: var(--orange); }

.services-swiper .swiper-pagination-bullet { background: var(--border); opacity: 1; }
.services-swiper .swiper-pagination-bullet-active { background: var(--orange); }

/* ── Partners Grid ── */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.partner-card {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  padding: 36px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  flex: 0 1 300px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.partner-card:hover {
  transform: translateY(-8px);
  border-color: rgba(123,92,255,0.9);
  box-shadow:
    0 0 18px rgba(123,92,255,0.35),
    0 0 36px rgba(123,92,255,0.18),
    0 12px 32px rgba(0,0,0,0.10);
}
.partner-logo {
  max-height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  opacity: 0.72;
  filter: grayscale(18%);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.partner-logo--lg {
  max-height: 90px;
  max-width: 260px;
}
.partner-card:hover .partner-logo {
  opacity: 1;
  filter: none;
}
@media (max-width: 639px) {
  .partner-card { padding: 28px 32px; flex: 0 1 100%; }
}

/* ── Consultation Popup ── */
.consult-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.consult-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.consult-modal {
  position: relative;
  background: linear-gradient(160deg, #0D0B1E, #080818, #050816);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
  width: 100%;
  max-width: 460px;
  max-height: 90vh;
  padding: 44px 36px 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  pointer-events: auto; /* modal itself is fully interactive */
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.consult-overlay.active .consult-modal { transform: scale(1); }
.consult-accent {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.4) 0%, rgba(124,58,237,0) 70%);
  pointer-events: none;
}
.consult-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}
.consult-close:hover { background: rgba(255,255,255,.18); color: #fff; }
.consult-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.consult-title {
  font-family: 'Supreme', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 24px;
}
.consult-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  padding-right: 4px;
}
.consult-form::-webkit-scrollbar { width: 4px; }
.consult-form::-webkit-scrollbar-track { background: transparent; }
.consult-form::-webkit-scrollbar-thumb { background: rgba(255,255,255,.2); border-radius: 4px; }
.consult-field { display: flex; flex-direction: column; gap: 5px; }
.consult-field label { font-size: 16px; font-weight: 500; color: rgba(255,255,255,.65); }
.consult-field label span { color: var(--orange); }
.consult-field input,
.consult-field textarea {
  font-family: 'Supreme', sans-serif;
  font-size: 16px;
  color: var(--fg);
  background: rgba(255,255,255,.93);
  border: 1.5px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  outline: none;
  resize: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.consult-field input::placeholder,
.consult-field textarea::placeholder { color: #9ca3af; }
.consult-field input:focus,
.consult-field textarea:focus {
  border-color: rgba(124,58,237,.55);
  box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}
.consult-submit {
  margin-top: 4px;
  background: var(--orange);
  color: #fff;
  font-family: 'Supreme', sans-serif;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  width: 100%;
  transition: background .2s ease, transform .15s ease;
}
.consult-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.consult-submit:active { transform: translateY(0); }
@media (max-width: 480px) {
  .consult-modal { padding: 36px 18px 24px; max-height: 88vh; }
  .consult-title { font-size: 19px; }
}

/* ── Body text responsive scaling ── */
@media (max-width: 1024px) {
  p { font-size: 17px; }
  .s-body { font-size: 17px; }
  .card-desc { font-size: 16px; }
  .feature-row p { font-size: 17px; }
  .blog-prose p { font-size: 17px; }
  .blog-prose li { font-size: 17px; }
  .blog-cta-box p { font-size: 16px; }
  .split-content p { font-size: 17px; }
}
@media (max-width: 480px) {
  p { font-size: 16px; }
  .s-body { font-size: 16px; }
  .card-desc { font-size: 15px; }
  .feature-row p { font-size: 16px; }
  .blog-prose p { font-size: 16px; }
  .blog-prose li { font-size: 16px; }
  .blog-cta-box p { font-size: 15px; }
  .split-content p { font-size: 16px; }
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE ARCHITECTURE — Global Tablet & Mobile Overrides
   ════════════════════════════════════════════════════════════ */

/* ── Smooth drawer slide-in animation ──
   Override the display:none toggle with transform + visibility
   so the panel can animate in/out properly.                   */
.drawer {
  display:      flex !important;
  visibility:   hidden;
  opacity:      0;
  transform:    translateX(100%);
  pointer-events: none;
  transition:   transform 0.32s cubic-bezier(0.16,1,0.3,1),
                opacity   0.24s ease,
                visibility 0s linear 0.32s;
}
.drawer.open {
  visibility:   visible;
  opacity:      1;
  transform:    translateX(0);
  pointer-events: auto;
  transition:   transform 0.32s cubic-bezier(0.16,1,0.3,1),
                opacity   0.24s ease,
                visibility 0s linear 0s;
}

/* ── Tablet (768px – 1199px) ── */
@media (min-width: 768px) and (max-width: 1199px) {
  .section             { padding-block: 72px; }
  .section-sm          { padding-block: 48px; }
  .section-header      { margin-bottom: 40px; }
  .section-header-flex { margin-bottom: 40px; }
  .page-hero           { padding: 120px 0 56px; }
  .blog-post-hero      { padding: 120px 0 48px; }
  .plan-card           { padding: 24px; }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767px) {

  /* Global sections */
  .section             { padding-block: 60px; }
  .section-sm          { padding-block: 44px; }
  .section-header      { margin-bottom: 32px; }
  .section-header-flex { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; }

  /* Page hero (service/about/contact/blog pages) */
  .page-hero           { padding: 96px 0 44px; }
  .page-hero h1        { font-size: clamp(24px, 7.5vw, 38px); margin-bottom: 14px; }
  .page-hero p         { font-size: 15px; }

  /* Blog post hero */
  .blog-post-hero      { padding: 96px 0 36px; }

  /* Buttons — slightly smaller on mobile */
  .btn                 { font-size: 15px; padding: 10px 18px; }

  /* Stats bar */
  .stats-bar           { padding: 24px 0; }
  .stats-grid          { gap: 16px; }
  .stat-val            { font-size: 18px; }

  /* Dark section image col: cap & center on mobile */
  .msp-teaser          { gap: 28px; }
  .why-grid            { gap: 28px; }
  .section-blend-img   { max-width: 280px; }

  /* Testimonials */
  .testi-quote         { font-size: 16px; line-height: 1.65; }
  .testi-swiper        { padding-bottom: 48px !important; }

  /* Client logo carousel */
  .clients-carousel-wrap { padding: 0 8px; gap: 8px; margin-top: 32px; }
  .client-card           { height: 120px; padding: 14px 18px; }
  .client-card--tight    { padding: 8px 12px; }
  .clients-arrow         { width: 36px; height: 36px; flex-shrink: 0; }
  .clients-arrow svg     { width: 16px; height: 16px; }

  /* MSP / Pricing: horizontal swipe carousel on mobile */
  .plans-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding: 4px 0 20px;
    margin-bottom: 12px;
  }
  .plans-grid::-webkit-scrollbar { display: none; }
  .plans-grid .plan-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  /* MSP / Pricing plan cards */
  .plan-card           { padding: 22px 20px; }
  .plan-name           { font-size: 18px; }

  /* Pro plan button: remove permanent purple on mobile — match ghost style by default */
  .plans-grid .btn-orange {
    background: rgba(139,92,246,.08);
    border: 1.5px solid rgba(139,92,246,.35);
    color: rgba(255,255,255,.85);
    box-shadow: none;
  }
  .plans-grid .btn-orange:active {
    background: linear-gradient(135deg, #8B5CF6, #6366F1);
    border-color: #8B5CF6;
    color: #fff;
    box-shadow: 0 0 20px rgba(139,92,246,.35);
  }

  /* Pricing toggle pill */
  .pricing-toggle-btn  { padding: 9px 16px; font-size: 14px; gap: 6px; }
  .pricing-save-badge  { font-size: 10px; padding: 2px 6px; }
  .pricing-toggle-wrap { margin-bottom: 32px; }

  /* Service / feature cards */
  .cards-grid          { gap: 14px; }
  .service-card        { padding: 20px; }
  .feature-row         { gap: 14px; padding: 18px 0; }
  .feature-row h3      { font-size: 16px; }

  /* Why-stat rows */
  .why-stat-row        { padding: 12px 16px; min-height: auto; }
  .why-stat-num        { font-size: 20px; width: 68px; }
  .why-stat-lbl        { font-size: 14px; }

  /* CTA banner */
  .cta-banner          { padding: 32px 20px; border-radius: 16px; }
  .cta-banner h2       { font-size: clamp(22px, 6vw, 34px); }
  .cta-btns            { gap: 10px; }
  .cta-email           { text-align: center; font-size: 12px; }

  /* Contact form */
  .contact-grid        { gap: 28px; }

  /* Footer */
  .footer              { padding-block: 48px 24px; }
  .footer-grid         { gap: 28px; margin-bottom: 28px; }

  /* World map / client presence */
  .client-presence-section { padding-block: 56px 36px; }

  /* Partners grid */
  .partners-grid       { gap: 20px; }
  .partner-card        { padding: 24px 28px; }
}

/* ── Disable expensive hover effects on touch-only devices ── */
@media (hover: none) {
  .client-card:hover {
    transform:       none;
    border-color:    transparent;
    box-shadow:      0 2px 12px rgba(0,0,0,.07);
  }
  .client-card:hover img  { opacity: .72; filter: grayscale(18%); transform: none; }
  .service-card:hover     { transform: none; box-shadow: none; border-color: rgba(139,92,246,.15); }
  .partner-card:hover     { transform: none; box-shadow: 0 2px 12px rgba(0,0,0,.07); border-color: transparent; }
  .blog-card:hover        { transform: none; box-shadow: none; border-color: rgba(139,92,246,.15); }
  .plan-card:hover        { box-shadow: none; border-color: rgba(139,92,246,.2); }
  .btn-orange:hover,
  .btn-ghost:hover,
  .btn-white:hover        { transform: none; }
}
