/* ============================================================
   Website Digitals – Ecommerce Development Company
   Bootstrap 5 + Custom CSS | Production Build
   ============================================================ */

/* ---- Design Tokens ---- */
:root {
  --brand:       #3c7cff;
  --brand-dark:  #1d4ed8;
  --brand-light: #e6efff;
  --navy:        #0b1a3b;
  --soft:        #f5f8ff;
  --ink:         #0f172a;
  --muted:       #475569;
  --line:        #e5ebf5;
  --shadow-card: 0 8px 24px -12px rgba(15,23,42,.12);
  --shadow-lift: 0 24px 60px -20px rgba(15,23,42,.25);
  --shadow-soft: 0 10px 30px -10px rgba(60,124,255,.18);
  --font: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--font);
  letter-spacing: -.02em;
  color: var(--navy);
  font-weight: 800;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
main { overflow-x: hidden; }

/* ---- Layout helpers ---- */
.cx {                            /* container-x */
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.sy { padding-top: 5.5rem; padding-bottom: 5.5rem; }

@media (max-width: 991.98px) { .sy { padding-top: 4rem; padding-bottom: 4rem; } }
@media (max-width: 767.98px) { .sy { padding-top: 3rem; padding-bottom: 3rem; } }

/* ---- Gradient backgrounds ---- */
.grad-hero {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(60,124,255,.35), transparent 60%),
    radial-gradient(800px 500px at 0% 100%,  rgba(34,211,238,.18), transparent 60%),
    linear-gradient(135deg, #061230 0%, #0b1a3b 55%, #102a63 100%);
}
.grad-cta {
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(60,124,255,.45), transparent 60%),
    linear-gradient(135deg, #0b1a3b 0%, #1e3a8a 100%);
}
.grad-soft  { background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%); }
.grad-conv  { background: linear-gradient(135deg, #eaf1ff 0%, #f6faff 100%); }
.bg-soft    { background: var(--soft); }

h3 {
    font-size: 1.2rem;
}

p, p.lh-lg{
    line-height: 1.3 !important;
}

/* ---- Typography scale ---- */
.sec-title   { font-size: clamp(1.75rem, 3.4vw, 2rem); }
.sec-title-lg{ font-size: clamp(1.8rem, 3.4vw, 2rem); }

/* ---- Eyebrow badge ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-light);
  padding: .4rem .85rem;
  border-radius: 999px;
}
.eyebrow-white {
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
}

/* ---- Buttons ---- */
.btn-brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--brand);
  color: #fff !important;
  font-weight: 600;
  padding: .85rem 1rem;
  border-radius: 999px;
  border: none;
  box-shadow: 0 10px 24px -10px rgba(60,124,255,.6);
  transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.btn-brand:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(60,124,255,.7);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  font-weight: 600;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  transition: background .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.16); }

/* ---- Icon box ---- */
.ib {
  display: grid;
  place-items: center;
  border-radius: .75rem;
  background: var(--brand-light);
  color: var(--brand);
  flex-shrink: 0;
}
.ib-sm  { width: 2.5rem; height: 2.5rem; }
.ib-md  { width: 3rem;   height: 3rem;   }
.ib-lg  { width: 3.5rem; height: 3.5rem; border-radius: 1rem; }
.ib-brand { background: var(--brand); color: #fff; }
.ib-white { background: #fff; box-shadow: var(--shadow-card); }

/* ---- Service link ---- */
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--brand);
}
.svc-link i { transition: transform .2s; }
.svc-link:hover i { transform: translateX(4px); }

/* ---- Card hover ---- */
.ch {
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.ch:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(60,124,255,.3) !important;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4.5rem;
}
@media (min-width: 992px) { .hero-section { padding: 5rem 0 5.5rem; } }

.hero-blob-tl,
.hero-blob-br {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-blob-tl { top: -8rem;    left: -6rem;  background: rgba(60,124,255,.40); }
.hero-blob-br { bottom: -8rem; right: -6rem; background: rgba(34,211,238,.20); }

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.hero-h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.08;
  color: #fff;
}
.hero-h1 .grad-txt {
  background: linear-gradient(to right, #6ea8ff, #7df9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-pill {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  padding: .7rem .9rem;
  backdrop-filter: blur(6px);
}
.hero-pill .label {
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.hero-img-wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  position: relative;
}
.hero-img-wrap img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(11,26,59,.4), transparent);
}

@media (max-width: 767.98px) { .hero-img-wrap img { height: 260px; } }

/* Floating cards */
.fc {
  display: none;
  align-items: center;
  gap: .65rem;
  background: #fff;
  color: var(--navy);
  border-radius: 1rem;
  box-shadow: var(--shadow-lift);
  padding: .6rem .9rem;
  min-width: 180px;
  position: absolute;
  z-index: 4;
}
@media (min-width: 768px) { .fc { display: flex; } }

.fc .fc-title { font-weight: 700; font-size: .82rem; }
.fc .fc-sub   { font-size: .7rem; color: var(--muted); }

/* ============================================================
   STATS
   ============================================================ */
.stat-card {
  position: relative;
  border-radius: 1rem;
  border: 2px solid var(--line);
  background: #fff;
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  overflow: visible;
  transition: all .3s;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: var(--brand);
}
.stat-card:hover .ib { background: var(--brand); color: #fff; }

.stat-num { font-size: 2.5rem; font-weight: 800; color: var(--navy); }

.stat-bar {
  height: 4px;
  width: 3rem;
  border-radius: 999px;
  background: var(--brand);
  margin-top: 1rem;
  transition: width .3s;
}
.stat-card:hover .stat-bar { width: 6rem; }

/* Popup */
.stat-popup {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(.95);
  top: 100%;
  margin-top: .75rem;
  width: 17rem;
  max-width: 90vw;
  border-radius: 1rem;
  background: var(--navy);
  color: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-lift);
  opacity: 0;
  transition: all .3s;
  z-index: 30;
}
.stat-popup::before {
  content: "";
  position: absolute;
  top: -7px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: var(--navy);
}
.stat-card:hover .stat-popup {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

/* ============================================================
   WHY MATTERS
   ============================================================ */
.why-img {
  border-radius: 1.5rem;
  box-shadow: var(--shadow-lift);
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.why-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  display: none;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: var(--shadow-lift);
  padding: 1rem;
  border: 1px solid var(--line);
}
@media (min-width: 768px) { .why-badge { display: flex; } }
.why-glow {
  position: absolute;
  inset: -1rem;
  border-radius: 2rem;
  background: rgba(60,124,255,.1);
  filter: blur(32px);
  z-index: -1;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.svc-card {
  position: relative;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.75rem;
  overflow: hidden;
  height: 100%;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(60,124,255,.3);
}
.svc-glow {
  position: absolute;
  right: -2.5rem; top: -2.5rem;
  width: 8rem; height: 8rem;
  border-radius: 50%;
  background: var(--brand-light);
  opacity: 0;
  transition: opacity .3s;
}
.svc-card:hover .svc-glow { opacity: 1; }
.svc-card:hover .svc-icon { background: var(--brand); color: #fff; }
.svc-icon {
  width: 3.5rem; height: 3.5rem;
  display: grid; place-items: center;
  border-radius: 1rem;
  background: var(--brand-light);
  color: var(--brand);
  transition: background .25s, color .25s;
  position: relative;
}

/* ============================================================
   OWL CAROUSEL / SLIDER
   ============================================================ */
.owl-carousel .owl-item { padding: 0 10px; }

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: 2rem;
}
.slider-btn {
  width: 2.75rem; height: 2.75rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  display: grid; place-items: center;
  cursor: pointer;
  transition: all .2s;
}
.slider-btn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

.slider-dots { display: flex; gap: 6px; align-items: center; }
.slider-dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--line);
  border: none; padding: 0;
  transition: all .3s; cursor: pointer;
}
.slider-dot.active { width: 32px; background: var(--brand); }

/* Featured card */
.feat-card {
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .25s, box-shadow .25s;
  height: 100%;
}
.feat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.feat-img-wrap { position: relative; height: 208px; overflow: hidden; }
.feat-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.feat-card:hover .feat-img-wrap img { transform: scale(1.06); }
.feat-badge {
  position: absolute; top: 1rem; left: 1rem;
  width: 3rem; height: 3rem;
  display: grid; place-items: center;
  border-radius: .75rem;
  background: #fff;
  color: var(--brand);
  box-shadow: var(--shadow-card);
}

/* Portfolio card (dark bg) */
.port-card {
  border-radius: 1.5rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: transform .25s, border-color .25s;
}
.port-card:hover { transform: translateY(-4px); border-color: var(--brand); }
.port-img-wrap { position: relative; height: 224px; overflow: hidden; }
.port-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.port-card:hover .port-img-wrap img { transform: scale(1.06); }
.port-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,26,59,.8), rgba(11,26,59,.2), transparent);
}
.port-tag {
  position: absolute; top: 1rem; left: 1rem;
  font-size: .72rem; font-weight: 600; color: #fff;
  background: rgba(60,124,255,.9);
  backdrop-filter: blur(6px);
  padding: .3rem .8rem; border-radius: 999px;
}

/* ============================================================
   PLATFORMS (tab panel)
   ============================================================ */
.plat-tab {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .85rem 1.1rem;
  border-radius: .9rem;
  border: 1px solid var(--line);
  background: #fff;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: all .2s;
}
.plat-tab:hover  { border-color: rgba(60,124,255,.4); }
.plat-tab.active { background: var(--brand); border-color: var(--brand); box-shadow: var(--shadow-soft); }
.plat-tab.active .plat-name { color: #fff; }
.plat-tab.active .plat-icon { background: rgba(255,255,255,.15); color: #fff; }
.plat-tab.active .plat-arrow{ color: #fff; }

.plat-icon {
  width: 2.75rem; height: 2.75rem;
  display: grid; place-items: center;
  border-radius: .75rem;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.plat-name { font-weight: 700; color: var(--navy); font-size: .95rem; }
.plat-arrow { color: var(--brand); font-size: .75rem; }

.plat-panel {
  border-radius: 1.5rem;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 2rem 2.25rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.plat-glow {
  position: absolute;
  right: -4rem; top: -4rem;
  width: 16rem; height: 16rem;
  border-radius: 50%;
  background: rgba(60,124,255,.1);
  filter: blur(32px);
}
.plat-panel-content { display: none; }
.plat-panel-content.active { display: block; }

.plat-checks { list-style: none; padding: 0; margin: 0; }
.plat-checks li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--navy);
  padding: .25rem 0;
}

/* ============================================================
   FEATURES GRID (dark section)
   ============================================================ */
.feat-section {
  position: relative;
  overflow: hidden;
}
.feat-section::before {
  content: "";
  position: absolute;
  top: -6rem; right: -6rem;
  width: 24rem; height: 24rem;
  border-radius: 50%;
  background: rgba(60,124,255,.3);
  filter: blur(80px);
  pointer-events: none;
}
.feat-item {
  display: flex;
  align-items: center;
  gap: .9rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  padding: 1.1rem;
  backdrop-filter: blur(8px);
  transition: all .25s;
}
.feat-item:hover {
  background: rgba(255,255,255,.1);
  border-color: var(--brand);
  transform: translateY(-4px);
}
.feat-item span { font-weight: 600; color: #fff; font-size: .88rem; }

/* ============================================================
   PROCESS
   ============================================================ */
.proc-line {
  display: none;
  position: absolute;
  left: 0; right: 0; top: 3rem;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(60,124,255,.4), transparent);
}
@media (min-width: 992px) { .proc-line { display: block; } }

.proc-num-wrap { position: relative; width: 6rem; height: 6rem; margin: 0 auto 1.25rem; }
.proc-num-outer { position: absolute; inset: 0; border-radius: 50%; background: var(--brand-light); }
.proc-num-inner {
  position: absolute; inset: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-size: 1.5rem; font-weight: 800; color: var(--brand);
}
.proc-card {
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  transition: transform .25s, box-shadow .25s;
}
.proc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }

/* ============================================================
   CONVERSION SECTION
   ============================================================ */
.conv-img {
  border-radius: 1.5rem;
  box-shadow: var(--shadow-lift);
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.conv-badge {
  position: absolute;
  top: -1.25rem; right: -1.25rem;
  display: none;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: var(--shadow-lift);
  padding: 1rem;
  border: 1px solid var(--line);
}
@media (min-width: 768px) { .conv-badge { display: flex; } }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--navy);
  font-weight: 500;
  font-size: .9rem;
  padding: .18rem 0;
}

/* ============================================================
   INDUSTRY CARDS
   ============================================================ */
.ind-card {
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem;
  transition: transform .25s, box-shadow .25s;
}
.ind-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.ind-card:hover .ib-lg { background: var(--brand); color: #fff; }
.ib-lg { transition: background .25s, color .25s; }

/* ============================================================
   WHY US
   ============================================================ */
.why-us-card {
  border-radius: 1rem;
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 1.75rem;
  transition: transform .25s, box-shadow .25s;
}
.why-us-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }

.why-us-banner {
  border-radius: 1.5rem;
  padding: 2.5rem 2.75rem;
  margin-top: 3.5rem;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-carousel .owl-item { display: flex; }
.testi-card {
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.5rem 1.65rem;
  box-shadow: var(--shadow-card);
  height: 100%;
  width: 100%;
  transition: transform .25s, box-shadow .25s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.testi-stars { color: var(--brand); font-size: .8rem; letter-spacing: .05em; }
.testi-quote {
  font-size: .93rem;
  line-height: 1.65;
  color: rgba(11,26,59,.88);
  margin: .9rem 0 0;
}
.testi-footer { margin-top: 1.1rem; }

.testi-av-wrap {
  width: 3.25rem; height: 3.25rem;
  min-width: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--line);
  background: var(--soft);
}
.testi-av-wrap img {
  width: 100%; height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.testi-name { font-size: .87rem; font-weight: 700; color: var(--navy); }
.testi-role { font-size: .76rem; color: var(--muted); display: block; margin-top: .1rem; }
.testi-qi   { font-size: 1.4rem; color: rgba(60,124,255,.2); flex-shrink: 0; }

/* ============================================================
   FAQ (2 columns)
   ============================================================ */
.faq-sidebar { border-radius: 1.5rem; padding: 1.75rem; }

.faq-acc .accordion-item {
  border-radius: .85rem !important;
  border: 1px solid var(--line);
  margin-bottom: .65rem;
  overflow: hidden;
}
.faq-acc .accordion-button {
  font-weight: 600;
  color: var(--navy);
  font-size: .9rem;
  padding: 1rem 1.15rem;
  box-shadow: none !important;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.faq-acc .accordion-button:not(.collapsed) {
  background: rgba(230,239,255,.4);
  color: var(--navy);
}
.faq-acc .accordion-button::after { display: none; }
.faq-toggle {
  width: 2rem; height: 2rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand);
  flex-shrink: 0;
  margin-left: auto;
  transition: all .3s;
  font-size: .8rem;
}
.faq-acc .accordion-button:not(.collapsed) .faq-toggle {
  background: var(--brand);
  color: #fff;
  transform: rotate(45deg);
}
.faq-acc .accordion-body { color: var(--muted); line-height: 1.7; font-size: .88rem; padding: 0 1.15rem 1rem; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { position: relative; overflow: hidden; }
.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  width: 24rem; height: 24rem;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.final-cta::before { top: -6rem; left: -6rem; background: rgba(60,124,255,.3); }
.final-cta::after  { bottom: -6rem; right: -6rem; background: rgba(34,211,238,.2); }

.trust-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  color: rgba(255,255,255,.85);
  font-size: .85rem;
  font-weight: 500;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: .75rem;
  padding: .65rem .5rem;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

.fade-up-d1 { transition-delay: .1s; }
.fade-up-d2 { transition-delay: .18s; }
.fade-up-d3 { transition-delay: .26s; }
.fade-up-d4 { transition-delay: .34s; }

/* ============================================================
   RESPONSIVE UTILITIES
   ============================================================ */
@media (max-width: 767.98px) {
  .hero-h1 { font-size: clamp(1.75rem, 7vw, 2.25rem); }
  .why-img { height: 320px; }
  .conv-img { height: 280px; }
  .proc-card { min-height: auto; }
  .why-us-banner { padding: 1.75rem; }
  .faq-sidebar { margin-bottom: 1.5rem; }
}

@media (max-width: 575.98px) {
  .cx { padding-inline: 1rem; }
  .hero-section { padding: 2.5rem 0 3rem; }
  .btn-brand, .btn-ghost { font-size: .85rem; padding: .75rem 1.15rem; }
}
