:root {
  --navy: #0f172a;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --white: #ffffff;
  --text: #dbeafe;
  --muted: #94a3b8;
  --panel: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(37, 99, 235, .22), transparent 34%),
    linear-gradient(180deg, #020617, var(--navy) 34%, #020617);
  line-height: 1.6;
  overflow-x: hidden;
}

body.light {
  --navy: #f8fafc;
  --text: #0f172a;
  --muted: #475569;
  --panel: rgba(255, 255, 255, 0.78);
  --border: rgba(15, 23, 42, 0.12);
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #020617;
  transition: opacity .5s ease, visibility .5s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 46px rgba(6, 182, 212, .55);
  animation: pulse 1.1s ease-in-out infinite alternate;
}
.loader-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(15, 23, 42, .78);
  border-bottom: 1px solid var(--border);
}
body.light .site-header { background: rgba(248, 250, 252, .8); }
.nav {
  max-width: 1180px;
  margin: auto;
  min-height: 82px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 1.05rem Poppins, sans-serif;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(6, 182, 212, .32);
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 24px rgba(6, 182, 212, .16);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.nav-links a:hover { color: var(--cyan); }
.theme-toggle, .nav-toggle {
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--panel);
  cursor: pointer;
}
.theme-toggle { width: 40px; height: 40px; border-radius: 50%; }
.nav-toggle { display: none; width: 44px; height: 40px; border-radius: 10px; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.section, .section-band { padding: 72px 0; position: relative; }
.section-band { background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(6, 182, 212, .04)); }
.section-inner { width: min(1180px, calc(100% - 36px)); margin: auto; }
.page-section {
  min-height: auto;
  display: grid;
  align-items: center;
}
.pricing .section-inner { width: min(1380px, calc(100% - 28px)); }
.section-heading { max-width: 720px; margin-bottom: 22px; }
.eyebrow {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
}
h1, h2, h3 { font-family: Poppins, sans-serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.2rem, 9vw, 7.8rem); max-width: 850px; letter-spacing: 0; }
h2 { font-size: clamp(2rem, 5vw, 4rem); }
h3 { font-size: 1.12rem; }
p { color: var(--muted); margin: 14px 0 0; }

.hero {
  min-height: auto;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 56px 0 40px;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, .34), transparent 32%),
    radial-gradient(circle at 80% 12%, rgba(6, 182, 212, .24), transparent 30%),
    linear-gradient(135deg, rgba(2, 6, 23, .1), transparent);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr); gap: 32px; align-items: center; }
.hero-subtitle { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 680px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(6, 182, 212, .34);
  border-radius: 999px;
  background: rgba(6, 182, 212, .1);
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.hero-tags span {
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .055);
  font-size: .88rem;
  font-weight: 800;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 20px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid var(--border);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 14px 38px rgba(37, 99, 235, .32); }
.btn-secondary { background: var(--panel); backdrop-filter: blur(16px); }
.btn-ghost { color: var(--cyan); background: transparent; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 16px;
  margin-top: 18px;
  color: var(--muted);
}
.hero-proof span {
  min-width: max-content;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  white-space: nowrap;
}
.hero-proof strong { color: var(--text); font-size: 1.35rem; white-space: nowrap; }

.marquee-section {
  overflow: hidden;
  border-block: 1px solid var(--border);
  background: rgba(255, 255, 255, .035);
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  color: rgba(219, 234, 254, .72);
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
  white-space: nowrap;
}

.orb { position: absolute; pointer-events: none; }
.orb { border-radius: 999px; filter: blur(2px); opacity: .55; animation: float 7s ease-in-out infinite; }
.orb-one { width: 170px; height: 170px; right: 9%; top: 18%; background: rgba(6, 182, 212, .22); }
.orb-two { width: 120px; height: 120px; left: 8%; bottom: 14%; background: rgba(37, 99, 235, .24); animation-delay: -2s; }
.glass-panel, .service-card, .price-card, .mini-card, .contact-form, .accordion, .testimonial-slider {
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.dashboard { border-radius: 24px; padding: 22px; transform: perspective(900px) rotateY(-7deg) rotateX(4deg); }
.dash-top { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.dash-top span { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); }
.dash-top strong { margin-left: auto; color: var(--text); }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.metric-row div, .deploy-card { border-radius: 16px; padding: 18px; background: rgba(255, 255, 255, .08); border: 1px solid var(--border); }
.metric-row small, .deploy-card small { color: var(--muted); display: block; }
.metric-row b { font-size: 2rem; color: var(--cyan); }
.chart { height: 180px; display: flex; align-items: end; gap: 12px; padding: 18px; border-radius: 18px; background: rgba(2, 6, 23, .22); }
.chart i { flex: 1; border-radius: 999px 999px 0 0; background: linear-gradient(var(--cyan), var(--blue)); animation: grow 2.5s ease-in-out infinite alternate; }
.chart i:nth-child(1){height:42%}.chart i:nth-child(2){height:62%;animation-delay:.2s}.chart i:nth-child(3){height:50%;animation-delay:.4s}.chart i:nth-child(4){height:78%;animation-delay:.6s}.chart i:nth-child(5){height:92%;animation-delay:.8s}
.deploy-card { margin-top: 16px; display: flex; gap: 12px; align-items: center; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 22px #22c55e; }

.trusted-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; flex-wrap: wrap; }
.logo-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 30px; }
.logo-row span, .tech-grid span, .feature-grid span {
  min-height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, .055);
  font-weight: 800;
}

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 24px; border-radius: 18px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(6, 182, 212, .5); box-shadow: 0 24px 70px rgba(6, 182, 212, .18); }
.service-card span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); margin-bottom: 20px; font-size: 1.2rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.about-stack .split {
  grid-template-columns: 1fr;
  gap: 24px;
}

.about-stack .section-heading,
.about-stack .agency-panel {
  max-width: 820px;
  margin-inline: auto;
}

.about-stack .agency-panel h3 {
  max-width: 100%;
}

.about-stack .agency-services {
  justify-content: center;
}
.feature-grid, .tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.agency-panel {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, .2), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: var(--shadow);
}
.agency-panel h3 {
  max-width: 560px;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
}
.agency-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.agency-services span {
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, .065);
  font-size: .9rem;
  font-weight: 800;
}
.why-strip {
  padding-top: 0;
}
.founder-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(37, 99, 235, .18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent);
}
.founder-page {
  min-height: auto;
  display: grid;
  align-items: center;
}
.founder-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}
.founder-card,
.founder-story {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: var(--shadow);
}
.founder-card {
  padding: 28px;
}
.founder-image-card {
  min-height: 620px;
  padding: 0;
  overflow: hidden;
}
.founder-avatar {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(6, 182, 212, .45);
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font: 900 2rem Poppins, sans-serif;
  box-shadow: 0 18px 48px rgba(37, 99, 235, .32);
}
.founder-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.founder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.founder-story {
  padding: 34px;
}
.founder-story h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  margin-bottom: 8px;
}
.founder-story .founder-links {
  margin-bottom: 30px;
}
.founder-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.founder-points span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, .06);
  font-weight: 800;
  text-align: center;
}
.performance {
  background:
    radial-gradient(circle at 85% 15%, rgba(6, 182, 212, .12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent);
}
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.snapshot-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: var(--shadow);
}
.snapshot-card strong {
  display: block;
  margin-bottom: 38px;
  color: var(--cyan);
  font: 900 clamp(2.5rem, 5vw, 4rem) Poppins, sans-serif;
  line-height: 1;
}
.snapshot-card h3 { margin-bottom: 10px; }
.snapshot-note {
  max-width: 820px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.filter-bar button {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 800;
}
.filter-bar button.active { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.website-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.website-card {
  min-height: 320px;
  display: block;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px;
  color: white;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.website-card:hover {
  transform: translateY(-8px);
  border-color: rgba(6, 182, 212, .5);
  box-shadow: 0 24px 70px rgba(6, 182, 212, .16);
}
.website-card > span {
  display: block;
  margin-bottom: 14px;
  color: #dbeafe;
  font-weight: 800;
}
.website-card > b {
  display: block;
  margin-top: 16px;
  font: 800 1.15rem Poppins, sans-serif;
  line-height: 1.25;
}
.website-card-cafe {
  background:
    radial-gradient(circle at 12% 8%, rgba(139, 91, 58, .72), transparent 34%),
    linear-gradient(145deg, #513423, #1f100a 68%);
  border-color: rgba(244, 214, 177, .28);
}
.website-card-fixpulse {
  color: #171717;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 210, 164, .95), transparent 40%),
    linear-gradient(145deg, #fff9f2, #f4e8dc);
  border-color: rgba(196, 132, 78, .32);
}
.website-card-news {
  color: #23180f;
  background:
    repeating-linear-gradient(45deg, rgba(214, 187, 139, .16) 0 4px, transparent 4px 10px),
    linear-gradient(145deg, #f8efd9, #fffaf0);
  border-color: rgba(200, 157, 82, .34);
}
.website-card-medical {
  background: linear-gradient(135deg, #45c7a1, #1268a5);
  border-color: rgba(219, 244, 255, .42);
}
.project-card {
  min-height: 235px;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px;
  text-align: left;
  color: white;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(37, 99, 235, .7), rgba(6, 182, 212, .24)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.22), transparent 30%),
    #0f172a;
  transition: transform .25s ease, opacity .25s ease;
}
.project-card:hover { transform: translateY(-8px) scale(1.01); }
.project-card span { display: block; color: #dbeafe; margin-bottom: 90px; font-weight: 800; }
.project-card b { font: 700 1.35rem Poppins, sans-serif; }
.project-card.hidden { display: none; }
.project-card-cafe {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(139, 91, 58, .72), transparent 34%),
    linear-gradient(145deg, #513423, #1f100a 68%);
  border-color: rgba(244, 214, 177, .28);
}
.project-card-cafe span {
  color: #f7dfc4;
  margin-bottom: 14px;
}
.project-card-cafe b {
  position: relative;
  z-index: 2;
  color: #fff7ed;
}
.cafe-preview {
  position: relative;
  z-index: 1;
  min-height: 128px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 238, 214, .3);
  border-radius: 16px;
  background: rgba(33, 17, 10, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.cafe-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 14px;
  color: #f7dfc4;
}
.cafe-nav i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 223, 196, .65);
  border-radius: 50%;
  font-style: normal;
  font-size: .62rem;
  font-weight: 900;
}
.cafe-nav strong {
  font: 800 .95rem Poppins, sans-serif;
}
.cafe-nav em {
  margin-left: auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: #2a160d;
  background: linear-gradient(135deg, #ffe4bd, #c98649);
  font-style: normal;
  font-size: .68rem;
  font-weight: 900;
}
.cafe-hero {
  width: 74%;
  padding: 14px;
  border: 1px solid rgba(255, 238, 214, .22);
  border-radius: 14px;
  background: rgba(38, 19, 12, .66);
}
.cafe-hero small {
  display: block;
  color: #c98649;
  text-transform: uppercase;
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.cafe-hero strong {
  display: block;
  margin-top: 7px;
  color: #fff7ed;
  font: 800 1.1rem Georgia, serif;
  line-height: 1.15;
}
.project-card-fixpulse {
  position: relative;
  overflow: hidden;
  color: #171717;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 210, 164, .95), transparent 40%),
    linear-gradient(145deg, #fff9f2, #f4e8dc);
  border-color: rgba(196, 132, 78, .32);
}
.project-card-fixpulse span {
  color: #7c4a25;
  margin-bottom: 14px;
}
.project-card-fixpulse > b {
  position: relative;
  z-index: 2;
  color: #111827;
}
.fixpulse-preview {
  position: relative;
  z-index: 1;
  min-height: 128px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid rgba(194, 128, 76, .28);
  border-radius: 16px;
  background: rgba(255, 252, 248, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.fixpulse-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.fixpulse-nav strong {
  font: 900 .78rem Poppins, sans-serif;
  letter-spacing: .1em;
}
.fixpulse-nav em {
  margin-left: auto;
  padding: 5px 8px;
  border: 1px solid rgba(194, 128, 76, .36);
  border-radius: 999px;
  font-style: normal;
  font-size: .58rem;
  font-weight: 900;
}
.fixpulse-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 10px;
}
.fixpulse-form,
.fixpulse-offer {
  min-height: 88px;
  border-radius: 14px;
}
.fixpulse-form {
  padding: 11px;
  background: white;
  border: 1px solid rgba(194, 128, 76, .25);
}
.fixpulse-form small {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffcda7;
  color: #111;
  font-size: .54rem;
  font-weight: 900;
}
.fixpulse-form strong {
  display: block;
  max-width: 165px;
  margin-top: 9px;
  color: #171717;
  font: 900 1.02rem Inter, sans-serif;
  line-height: 1.05;
}
.fixpulse-form i {
  display: inline-block;
  width: 45%;
  height: 16px;
  margin: 10px 4px 0 0;
  border: 1px solid rgba(194, 128, 76, .34);
  border-radius: 6px;
}
.fixpulse-form b {
  display: block;
  margin-top: 7px;
  padding: 5px;
  border-radius: 7px;
  color: white;
  background: #f0442c;
  text-align: center;
  font-size: .58rem;
}
.fixpulse-offer {
  padding: 12px;
  color: white;
  background: #241b16;
  font: 900 .82rem Poppins, sans-serif;
}
.project-card-news {
  position: relative;
  overflow: hidden;
  color: #23180f;
  background:
    repeating-linear-gradient(45deg, rgba(214, 187, 139, .16) 0 4px, transparent 4px 10px),
    linear-gradient(145deg, #f8efd9, #fffaf0);
  border-color: rgba(200, 157, 82, .34);
}
.project-card-news span {
  color: #8b1b1e;
  margin-bottom: 14px;
}
.project-card-news > b {
  position: relative;
  z-index: 2;
  color: #23180f;
}
.news-preview {
  position: relative;
  z-index: 1;
  min-height: 128px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(168, 115, 45, .28);
  border-radius: 16px;
  background: #fbf3e4;
}
.news-top {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: #281b11;
  background: #efe3cf;
}
.news-top i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #f4d588, #c4913e);
  font: 900 .72rem Georgia, serif;
}
.news-top em {
  font: 800 .58rem Georgia, serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.news-masthead {
  padding: 12px;
  color: #fff7ed;
  background: linear-gradient(135deg, #820c13, #c4312b);
}
.news-masthead small {
  display: block;
  color: #eacb8a;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.news-masthead strong {
  display: block;
  margin-top: 4px;
  font: 900 1.35rem Georgia, serif;
  line-height: 1;
}
.news-tabs {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  background: #2f4e7c;
}
.news-tabs b {
  color: #f5ead5;
  font-size: .58rem;
}
.news-tabs b:first-child {
  color: #24170e;
  background: #e8bd65;
  border-radius: 999px;
  padding: 1px 7px;
}
.news-breaking {
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 38px;
  border-top: 1px solid rgba(168, 115, 45, .25);
}
.news-breaking strong {
  display: grid;
  place-items: center;
  padding: 7px;
  background: linear-gradient(135deg, #e9c16f, #d59f3b);
  color: #23180f;
  font: 900 .66rem Georgia, serif;
}
.news-breaking span {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  color: #23180f;
  font: 900 .62rem Georgia, serif;
  white-space: nowrap;
}
.project-card-medical {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #45c7a1, #1268a5);
  border-color: rgba(219, 244, 255, .42);
}
.project-card-medical span {
  color: #e7fbff;
  margin-bottom: 14px;
}
.project-card-medical > b {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.medical-preview {
  position: relative;
  z-index: 1;
  min-height: 128px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(69, 199, 161, .42), rgba(18, 104, 165, .52));
}
.medical-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #14558f;
  background: white;
}
.medical-header i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ef3f35;
  border: 2px solid #08aeca;
  font-style: normal;
  font-size: .78rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .2);
}
.medical-header strong {
  flex: 1;
  min-width: 0;
  color: #14558f;
  font: 900 .78rem Poppins, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.medical-header em {
  padding: 5px 8px;
  border-radius: 7px;
  color: white;
  background: #ff4137;
  font-style: normal;
  font-size: .58rem;
  font-weight: 900;
}
.medical-form {
  width: 58%;
  min-width: 178px;
  margin: 18px auto 0;
  padding: 14px;
  border-radius: 14px;
  background: white;
}
.medical-form strong {
  display: block;
  color: #14558f;
  font: 900 .86rem Poppins, sans-serif;
  line-height: 1.18;
  margin-bottom: 9px;
}
.medical-form span {
  display: block;
  height: 14px;
  margin: 6px 0;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fbfbfb;
}
.medical-form b {
  display: block;
  margin: 7px 0;
  padding: 5px;
  border-radius: 5px;
  color: white;
  background: #4caf50;
  text-align: center;
  font-size: .58rem;
}
.medical-form div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.medical-form div i {
  padding: 5px 3px;
  border-radius: 5px;
  color: white;
  background: #49ad4f;
  text-align: center;
  font-style: normal;
  font-size: .52rem;
  font-weight: 900;
}
.medical-form div i:last-child {
  background: linear-gradient(90deg, #9be1d1, #8baed0);
}

.process-head {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; counter-reset: step; }
.timeline li {
  position: relative;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--panel);
  font-weight: 800;
}
.timeline li::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--cyan); margin-bottom: 10px; }
.timeline li strong {
  display: block;
  margin-bottom: 12px;
}
.timeline li span {
  display: block;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
  font-weight: 600;
}
.tech-grid { grid-template-columns: repeat(5, 1fr); }

.testimonial-slider { position: relative; border-radius: 22px; padding: 30px; min-height: 330px; }
.testimonial { display: none; text-align: center; max-width: 720px; margin: auto; }
.testimonial.active { display: block; animation: fadeUp .35s ease; }
.testimonial p { font-size: 1.18rem; color: var(--text); }
.testimonial b, .testimonial span { display: block; margin-top: 12px; }
.testimonial span { color: #facc15; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.slider-controls button, .back-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--panel);
  cursor: pointer;
}

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; border-radius: 22px; padding: 24px; }
.price-card.featured { transform: scale(1.04); border-color: rgba(6, 182, 212, .55); }
.price-card.custom { border-color: rgba(16, 185, 129, .45); }
.price-card.featured h3 { padding-right: 0; }
.price-card > p { min-height: 48px; font-size: .96rem; }
.price-box {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(6, 182, 212, .35);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}
.price-box small {
  display: block;
  padding: 8px 10px;
  color: white;
  background: linear-gradient(135deg, var(--blue), #1746d7);
  text-align: center;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
}
.price-card.featured .price-box small { background: linear-gradient(135deg, #6d28d9, var(--blue)); }
.price-card.custom .price-box small { background: linear-gradient(135deg, #047857, #10b981); }
.price-box strong {
  display: block;
  margin: 14px 12px 2px;
  color: var(--text);
  font: 900 clamp(1.55rem, 2.2vw, 2rem) Poppins, sans-serif;
  line-height: 1.05;
}
.price-box span {
  display: block;
  padding: 0 12px 14px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}
.price-or {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 10px auto -6px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: white;
  background: #020617;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
}
.price-card ul { padding-left: 20px; color: var(--muted); }
.price-card li { margin: 7px 0; font-size: .95rem; }
.best-for {
  margin: 18px 0;
  padding: 12px;
  border: 1px solid rgba(6, 182, 212, .32);
  border-radius: 14px;
  color: var(--text);
  background: rgba(6, 182, 212, .08);
  font-weight: 800;
}
.badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(6, 182, 212, .18);
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 800;
}
.pricing-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.pricing-note div {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.mini-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; align-items: stretch; }
.mini-card { border-radius: 18px; padding: 24px; }
.accordion { border-radius: 20px; overflow: hidden; }
.accordion button {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}
.accordion div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion div p { padding: 0 22px 20px; }
.accordion button.open + div { max-height: 160px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.whatsapp-inline { display: inline-flex; margin-top: 24px; color: white; background: #16a34a; padding: 12px 16px; border-radius: 999px; font-weight: 800; }
.map { width: 100%; height: 210px; border: 1px solid var(--border); border-radius: 18px; margin-top: 24px; background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(6,182,212,.12)); }
.contact-form { border-radius: 22px; padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { color: var(--muted); font-weight: 700; font-size: .9rem; }
input, select, textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: var(--text);
  padding: 13px 14px;
  outline: none;
}
select option { color: #0f172a; }
.full { grid-column: 1 / -1; }

.footer { padding: 54px 0 22px; background: #020617; color: #dbeafe; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 18px; }
.footer a { display: block; color: #94a3b8; margin-top: 10px; }
.footer .brand { color: white; }
.footer-bottom { width: min(1180px, calc(100% - 36px)); margin: 22px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 14px; color: #94a3b8; flex-wrap: wrap; }
.footer-bottom a { display: inline; }

.floating-whatsapp, .back-top {
  position: fixed;
  z-index: 90;
  right: 20px;
}
.floating-whatsapp {
  bottom: 82px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #16a34a;
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(22,163,74,.38);
}
.back-top { bottom: 20px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.back-top.visible { opacity: 1; pointer-events: auto; }

.case-modal {
  width: min(560px, calc(100% - 32px));
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  color: var(--text);
  background: #0f172a;
  box-shadow: var(--shadow);
}
.case-modal::backdrop { background: rgba(2, 6, 23, .72); backdrop-filter: blur(8px); }
.modal-close { float: right; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); background: transparent; color: white; cursor: pointer; }
.modal-link { margin-top: 22px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ScaleUp-inspired agency refresh: bright, clean, rounded, and conversion-focused. */
:root {
  --navy: #f7fbff;
  --blue: #0d6efd;
  --cyan: #00c2ff;
  --white: #ffffff;
  --text: #07132b;
  --muted: #5f6f87;
  --panel: rgba(255, 255, 255, 0.9);
  --border: rgba(11, 31, 68, 0.12);
  --shadow: 0 24px 60px rgba(13, 65, 140, 0.12);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 6%, rgba(0, 194, 255, .22), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(13, 110, 253, .18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 46%, #ffffff 100%);
}

body.light {
  --navy: #f7fbff;
  --text: #07132b;
  --muted: #5f6f87;
  --panel: rgba(255, 255, 255, 0.9);
  --border: rgba(11, 31, 68, 0.12);
  --shadow: 0 24px 60px rgba(13, 65, 140, 0.12);
}

.site-header,
body.light .site-header {
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 36px rgba(13, 65, 140, .08);
}

.nav {
  min-height: 76px;
}

.nav-links {
  gap: 8px;
  color: #334155;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
}

.nav-links a:hover {
  color: var(--blue);
  background: rgba(13, 110, 253, .08);
}

.theme-toggle,
.nav-toggle {
  color: #07132b;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 65, 140, .08);
}

.hero {
  background:
    linear-gradient(rgba(13, 110, 253, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, .055) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(0, 194, 255, .2), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(13, 110, 253, .18), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef7ff);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.hero h1 {
  color: #06152f;
}

.hero-subtitle {
  color: #42526b;
}

.hero-kicker {
  color: #0d6efd;
  border-color: rgba(13, 110, 253, .18);
  background: #eaf4ff;
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.snapshot-note,
.pricing-note div,
.agency-services span,
.founder-points span {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 65, 140, .07);
}

.hero-proof strong,
.dash-top strong,
.testimonial p,
.price-box strong,
.best-for,
.agency-services span,
.founder-points span {
  color: var(--text);
}

.btn {
  min-height: 52px;
  border-radius: 999px;
}

.btn-primary {
  background: linear-gradient(135deg, #0d6efd, #00c2ff);
  box-shadow: 0 16px 36px rgba(13, 110, 253, .26);
}

.btn-secondary,
.btn-ghost {
  color: #0d6efd;
  background: #ffffff;
}

.glass-panel,
.service-card,
.price-card,
.mini-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.founder-card,
.founder-story,
.snapshot-card {
  background: #ffffff;
  border-color: rgba(11, 31, 68, .1);
  box-shadow: 0 22px 52px rgba(13, 65, 140, .1);
}

.section-band,
.performance,
.founder-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 194, 255, .12), transparent 30%),
    linear-gradient(180deg, #f5faff, #ffffff);
}

.dashboard {
  border-radius: 28px;
}

.metric-row div,
.deploy-card,
.chart {
  background: #f1f7ff;
}

.chart {
  border: 1px solid rgba(13, 110, 253, .08);
}

.service-card,
.price-card,
.snapshot-card,
.testimonial-slider,
.contact-form,
.accordion,
.agency-panel,
.founder-card,
.founder-story {
  border-radius: 26px;
}

.service-card:hover,
.website-card:hover,
.price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 110, 253, .28);
  box-shadow: 0 30px 70px rgba(13, 110, 253, .16);
}

.service-card span {
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6efd, #00c2ff);
}

.eyebrow {
  color: #0d6efd;
}

.marquee-section {
  background: #07132b;
}

.marquee-track span {
  color: rgba(255, 255, 255, .78);
}

.price-or {
  background: #07132b;
}

input,
select,
textarea {
  color: #07132b;
  background: #f8fbff;
}

.footer {
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 194, 255, .16), transparent 28%),
    #07132b;
}

/* Stronger clean agency direction inspired by the provided reference. */
body {
  background: #ffffff;
}

.orb {
  display: none;
}

.site-header,
body.light .site-header {
  border-bottom: 1px solid #e8eef7;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
}

.brand {
  color: #07132b;
  letter-spacing: -.01em;
}

.brand-mark {
  border-radius: 10px;
  border-color: #dbeafe;
  box-shadow: none;
}

.nav-links a {
  color: #07132b;
  font-weight: 800;
}

.nav-links a:last-of-type {
  color: white;
  background: linear-gradient(135deg, #0d6efd, #00a6ff);
  box-shadow: 0 12px 28px rgba(13, 110, 253, .2);
}

.hero {
  min-height: auto;
  padding: 96px 0 86px;
  background:
    linear-gradient(120deg, #ffffff 0 55%, #07132b 55% 100%);
}

.page-hero .hero-grid {
  padding: 38px;
  border: 1px solid #e7eef8;
  border-radius: 32px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96) 0 58%, rgba(7,19,43,.96) 58% 100%);
  box-shadow: 0 28px 80px rgba(13, 65, 140, .13);
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: -.03em;
}

.hero h1::after {
  content: "";
  display: block;
  width: 118px;
  height: 6px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d6efd, #00c2ff);
}

.hero-subtitle {
  max-width: 650px;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
}

.hero-kicker {
  min-height: 42px;
  padding: 0 18px;
  color: #07132b;
  background: #f3f8ff;
}

.hero-tags span {
  color: #07132b;
  border-color: #dbeafe;
  background: #ffffff;
}

.hero-proof {
  grid-template-columns: repeat(2, max-content);
}

.hero-proof span {
  border-color: #e2eaf5;
  background: #ffffff;
}

.dashboard {
  color: #dbeafe;
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 194, 255, .22), transparent 30%),
    #07132b;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 30px 80px rgba(7, 19, 43, .28);
}

.dashboard .dash-top strong,
.dashboard .metric-row b {
  color: #ffffff;
}

.dashboard .metric-row div,
.dashboard .deploy-card,
.dashboard .chart {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

.section,
.section-band {
  padding: 88px 0;
}

.section-band,
.performance,
.founder-section {
  background: #f6f9ff;
}

.section-heading h1,
.section-heading h2 {
  color: #07132b;
  letter-spacing: -.025em;
}

.section-heading p {
  color: #5f6f87;
}

.service-card,
.snapshot-card,
.testimonial-slider,
.contact-form,
.accordion,
.agency-panel,
.founder-card,
.founder-story,
.price-card {
  border-radius: 18px;
  border-color: #e3ebf6;
  box-shadow: 0 16px 44px rgba(13, 65, 140, .08);
}

.service-card span {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.website-card {
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(13, 65, 140, .08);
}

.snapshot-card {
  min-height: 245px;
  background: #ffffff;
}

.snapshot-card strong {
  color: #0d6efd;
}

.testimonial-slider {
  min-height: 280px;
  background:
    linear-gradient(135deg, #07132b, #0d2b64);
}

.testimonial p,
.testimonial b {
  color: #ffffff;
}

.contact {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.contact-form {
  border-top: 5px solid #0d6efd;
}

.footer {
  margin-top: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.content-card {
  min-height: 245px;
  padding: 26px;
  border: 1px solid #e3ebf6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(13, 65, 140, .08);
}

.content-card span {
  display: inline-flex;
  min-width: 46px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0d6efd;
  background: #eaf4ff;
  font-weight: 900;
}

.content-card h3 {
  color: #07132b;
  margin-bottom: 8px;
}

.about-title {
  max-width: 760px;
  color: #07132b;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.cta-band {
  color: white;
  background:
    radial-gradient(circle at 90% 20%, rgba(0, 194, 255, .24), transparent 28%),
    #07132b;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2,
.cta-inner .eyebrow {
  color: white;
}

.cta-inner h2 {
  max-width: 780px;
}

@media (max-width: 980px) {
  .hero {
    background: #ffffff;
  }

  .page-hero .hero-grid {
    background: #ffffff;
    padding: 24px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@keyframes pulse { to { transform: scale(1.08); } }
@keyframes float { 50% { transform: translate3d(0, -18px, 0); } }
@keyframes grow { to { transform: scaleY(.82); opacity: .8; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }

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

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    inset: 82px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--navy);
  }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .contact-grid, .process-head, .founder-grid { grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: repeat(2, max-content); }
  .card-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid, .mini-grid, .snapshot-grid, .website-grid { grid-template-columns: 1fr; }
  .pricing-grid { gap: 10px; }
  .pricing-note { grid-template-columns: repeat(2, 1fr); }
  .price-card { padding: 18px; }
  .price-card.featured { transform: none; }
  .timeline, .tech-grid, .logo-row { grid-template-columns: repeat(2, 1fr); }
  .founder-image-card,
  .founder-photo {
    min-height: 480px;
  }
}

@media (max-width: 620px) {
  .section, .section-band { padding: 70px 0; }
  .hero { min-height: auto; padding: 64px 0; }
  h1 { font-size: 3.4rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof span { min-width: 0; width: 100%; }
  .hero-actions .btn, .contact-form { width: 100%; }
  .card-grid, .feature-grid, .timeline, .tech-grid, .logo-row { grid-template-columns: 1fr; }
  .founder-points { grid-template-columns: 1fr; }
  .founder-image-card,
  .founder-photo {
    min-height: 380px;
  }
  .pricing-grid, .pricing-note { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .dashboard { transform: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Premium finish layer */
:root {
  --premium-navy: #061124;
  --premium-blue: #075eea;
  --premium-cyan: #00b8ff;
  --premium-ink: #07132b;
  --premium-soft: #f5f8ff;
  --premium-line: #dfe8f5;
}

body {
  color: var(--premium-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 184, 255, .16), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(7, 94, 234, .12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 52%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-header {
  box-shadow: 0 18px 50px rgba(6, 17, 36, .08);
}

.nav {
  max-width: 1240px;
}

.brand {
  font-size: 1.12rem;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(7, 94, 234, .16);
  box-shadow: 0 12px 28px rgba(7, 94, 234, .1);
}

.nav-links a {
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nav-links a:hover {
  transform: translateY(-1px);
}

.nav-links a:last-of-type {
  padding-inline: 18px;
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-cyan));
}

.section-inner {
  width: min(1240px, calc(100% - 40px));
}

.section-heading {
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--premium-blue);
  background: #eaf4ff;
  letter-spacing: .12em;
}

h1,
h2,
h3 {
  color: var(--premium-ink);
}

h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.75rem);
  letter-spacing: -.04em;
}

p {
  font-size: 1rem;
  color: #5b6a81;
}

.hero {
  padding: 108px 0 94px;
  background:
    linear-gradient(120deg, #ffffff 0 56%, var(--premium-navy) 56% 100%);
}

.page-hero .hero-grid {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(7, 94, 234, .12);
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 184, 255, .18), transparent 24%),
    linear-gradient(120deg, rgba(255,255,255,.98) 0 58%, rgba(6,17,36,.98) 58% 100%);
  box-shadow: 0 34px 100px rgba(6, 17, 36, .16);
}

.page-hero .hero-grid::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
}

.hero h1 {
  color: var(--premium-ink);
  font-size: clamp(3.4rem, 7.6vw, 7.4rem);
  line-height: .96;
}

.hero-subtitle {
  max-width: 620px;
  color: #42526b;
}

.hero-tags span,
.hero-proof span {
  border-color: var(--premium-line);
  box-shadow: 0 14px 34px rgba(7, 94, 234, .08);
}

.btn {
  min-height: 54px;
  padding-inline: 24px;
  border: 0;
  box-shadow: 0 14px 32px rgba(6, 17, 36, .08);
}

.btn-primary {
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-cyan));
  box-shadow: 0 18px 44px rgba(7, 94, 234, .28);
}

.btn-secondary,
.btn-ghost {
  border: 1px solid var(--premium-line);
  background: #ffffff;
}

.dashboard {
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 184, 255, .24), transparent 34%),
    linear-gradient(145deg, #08152d, #020713);
  box-shadow: 0 36px 90px rgba(2, 7, 19, .4);
}

.chart i {
  background: linear-gradient(180deg, var(--premium-cyan), var(--premium-blue));
}

.section,
.section-band {
  padding: 104px 0;
}

.section-band,
.performance,
.founder-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 184, 255, .1), transparent 28%),
    linear-gradient(180deg, #f7fbff, #ffffff);
}

.service-card,
.snapshot-card,
.testimonial-slider,
.contact-form,
.accordion,
.agency-panel,
.founder-card,
.founder-story,
.price-card,
.content-card,
.website-card {
  border: 1px solid rgba(7, 94, 234, .1);
  border-radius: 24px;
  box-shadow:
    0 22px 60px rgba(6, 17, 36, .08),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}

.service-card,
.snapshot-card,
.content-card,
.price-card {
  background:
    linear-gradient(180deg, #ffffff, #fbfdff);
}

.service-card:hover,
.snapshot-card:hover,
.content-card:hover,
.website-card:hover,
.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 80px rgba(7, 94, 234, .16);
}

.service-card span,
.content-card span {
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-cyan));
  color: white;
  box-shadow: 0 14px 30px rgba(7, 94, 234, .22);
}

.content-card span {
  min-width: 54px;
}

.snapshot-card strong {
  color: var(--premium-blue);
  letter-spacing: -.05em;
}

.testimonial-slider,
.cta-band {
  background:
    radial-gradient(circle at 88% 16%, rgba(0, 184, 255, .28), transparent 28%),
    linear-gradient(135deg, #08152d, #020713);
}

.testimonial-slider {
  display: grid;
  align-items: center;
}

.testimonial p {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.75;
}

.slider-controls button,
.back-top {
  border: 1px solid rgba(255,255,255,.16);
  color: white;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}

.contact {
  background:
    radial-gradient(circle at 12% 10%, rgba(7, 94, 234, .08), transparent 26%),
    linear-gradient(180deg, #ffffff, #f5f8ff);
}

.contact-form {
  border-top: 0;
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--premium-blue), var(--premium-cyan));
}

input,
select,
textarea {
  border-color: #dce7f5;
  background: #ffffff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(7, 94, 234, .55);
  box-shadow: 0 0 0 4px rgba(7, 94, 234, .1);
}

.whatsapp-inline {
  box-shadow: 0 16px 34px rgba(22, 163, 74, .22);
}

.footer {
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 184, 255, .18), transparent 28%),
    linear-gradient(135deg, #08152d, #020713);
}

.floating-whatsapp {
  box-shadow: 0 18px 42px rgba(22, 163, 74, .38);
}

@media (max-width: 980px) {
  .hero {
    background: #ffffff;
  }

  .page-hero .hero-grid {
    min-height: auto;
    background: #ffffff;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .section,
  .section-band {
    padding: 74px 0;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  .page-hero .hero-grid {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-proof,
  .content-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026 UI/UX refresh: crisp agency layout, calmer hierarchy, stronger conversion flow. */
:root {
  --ink: #08111f;
  --ink-soft: #26364d;
  --muted-copy: #66758c;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --line: #dce6f2;
  --brand-blue: #115df6;
  --brand-cyan: #11b7e8;
  --brand-green: #16a34a;
  --deep: #071120;
  --shadow-soft: 0 18px 48px rgba(15, 35, 70, .08);
  --shadow-lift: 0 28px 70px rgba(17, 93, 246, .14);
}

body,
body.light {
  --navy: var(--surface-soft);
  --blue: var(--brand-blue);
  --cyan: var(--brand-cyan);
  --text: var(--ink);
  --muted: var(--muted-copy);
  --panel: var(--surface);
  --border: var(--line);
  --shadow: var(--shadow-soft);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 93, 246, .04) 1px, transparent 1px),
    linear-gradient(rgba(17, 93, 246, .04) 1px, transparent 1px),
    radial-gradient(circle at 8% 4%, rgba(17, 183, 232, .15), transparent 24%),
    radial-gradient(circle at 92% 2%, rgba(17, 93, 246, .12), transparent 24%),
    #ffffff;
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.loader {
  background: var(--deep);
}

.progress {
  height: 4px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan), var(--brand-green));
}

.site-header,
body.light .site-header {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(220, 230, 242, .9);
  box-shadow: 0 12px 34px rgba(8, 17, 31, .06);
}

.nav {
  max-width: 1200px;
  min-height: 74px;
}

.brand {
  color: var(--ink);
  font-size: 1rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border-color: rgba(17, 93, 246, .18);
  box-shadow: 0 12px 28px rgba(17, 93, 246, .12);
}

.nav-links {
  gap: 6px;
  color: var(--ink-soft);
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .88rem;
}

.nav-links a:hover {
  color: var(--brand-blue);
  background: #eef5ff;
}

.nav-links a:last-of-type {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 14px 28px rgba(8, 17, 31, .16);
}

.theme-toggle,
.nav-toggle {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

.section-inner {
  width: min(1200px, calc(100% - 40px));
}

.hero {
  min-height: auto;
  padding: 40px 0 76px;
  background: transparent;
}

.page-hero .hero-grid {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: clamp(26px, 5vw, 64px);
  border: 1px solid rgba(220, 230, 242, .95);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 12%, rgba(17, 183, 232, .24), transparent 28%),
    linear-gradient(115deg, #ffffff 0 57%, #071120 57% 100%);
  box-shadow: 0 34px 90px rgba(8, 17, 31, .12);
}

.page-hero .hero-grid::after {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -110px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 58px solid rgba(17, 183, 232, .13);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(3rem, 6.9vw, 6.6rem);
  line-height: .98;
  letter-spacing: 0;
}

.hero h1::after {
  width: 96px;
  height: 5px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan));
}

.eyebrow {
  min-height: 30px;
  padding: 0 11px;
  color: var(--brand-blue);
  background: #edf5ff;
  letter-spacing: .1em;
}

.hero-kicker {
  min-height: 38px;
  margin-bottom: 18px;
  color: var(--brand-blue);
  border: 1px solid #d9e8ff;
  background: #f1f7ff;
}

.hero-subtitle {
  max-width: 620px;
  color: var(--muted-copy);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}

.hero-tags {
  gap: 9px;
  margin-top: 26px;
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span {
  border-color: var(--line);
  color: var(--ink-soft);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(17, 93, 246, .06);
}

.hero-actions {
  margin-top: 32px;
}

.btn {
  min-height: 52px;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid transparent;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
  box-shadow: 0 18px 42px rgba(17, 93, 246, .25);
}

.btn-secondary,
.btn-ghost {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

.hero-proof {
  grid-template-columns: repeat(2, minmax(190px, max-content));
  gap: 12px;
  margin-top: 30px;
}

.hero-proof span {
  border-radius: 18px;
}

.hero-proof strong {
  color: var(--ink);
}

.dashboard {
  max-width: 430px;
  margin-left: auto;
  padding: 24px;
  color: #dbeafe;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 4%, rgba(17, 183, 232, .3), transparent 32%),
    linear-gradient(145deg, #0b1a33, #020714);
  box-shadow: 0 36px 90px rgba(2, 7, 20, .42);
}

.dashboard .dash-top strong,
.dashboard .metric-row b {
  color: #ffffff;
}

.dashboard .metric-row div,
.dashboard .deploy-card,
.dashboard .chart {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
}

.chart {
  height: 172px;
}

.section,
.section-band {
  padding: 92px 0;
}

.section-band,
.performance,
.founder-section,
.contact {
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 183, 232, .1), transparent 28%),
    linear-gradient(180deg, #f6f9fd, #ffffff);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4.5vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
}

p {
  color: var(--muted-copy);
}

.marquee-section {
  background: var(--deep);
}

.marquee-track {
  animation-duration: 34s;
}

.marquee-track span {
  color: rgba(255, 255, 255, .76);
}

.card-grid {
  gap: 16px;
}

.glass-panel,
.service-card,
.price-card,
.mini-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.service-card,
.snapshot-card,
.price-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel {
  border-radius: 22px;
}

.service-card {
  min-height: 250px;
  padding: 24px;
}

.service-card span {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
  box-shadow: 0 14px 30px rgba(17, 93, 246, .2);
}

.service-card:hover,
.snapshot-card:hover,
.price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(17, 93, 246, .22);
  box-shadow: var(--shadow-lift);
}

.split {
  align-items: stretch;
}

.agency-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 90% 8%, rgba(17, 183, 232, .15), transparent 30%),
    #ffffff;
}

.agency-services span {
  color: var(--ink);
  border-color: var(--line);
  background: #f8fbff;
}

.snapshot-card {
  min-height: 224px;
}

.snapshot-card strong {
  margin-bottom: 30px;
  color: var(--brand-blue);
}

.process-head {
  align-items: end;
}

.timeline li {
  border-color: var(--line);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.testimonial-slider {
  min-height: 300px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 14%, rgba(17, 183, 232, .26), transparent 30%),
    linear-gradient(135deg, #0b1a33, #020714);
}

.testimonial p,
.testimonial b {
  color: #ffffff;
}

.testimonial span {
  color: #8ee8ff;
}

.slider-controls button,
.back-top {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
}

.pricing .section-inner {
  width: min(1240px, calc(100% - 40px));
}

.pricing-grid {
  gap: 16px;
}

.price-card {
  padding: 24px;
}

.price-card.featured {
  border-color: rgba(17, 93, 246, .32);
  box-shadow: 0 30px 72px rgba(17, 93, 246, .16);
}

.price-box {
  border-color: var(--line);
  background: #f8fbff;
}

.price-or {
  color: #ffffff;
  background: var(--deep);
}

.badge {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
}

.accordion button {
  color: var(--ink);
}

input,
select,
textarea {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(17, 93, 246, .58);
  box-shadow: 0 0 0 4px rgba(17, 93, 246, .1);
}

.contact-form {
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan), var(--brand-green));
}

.whatsapp-inline,
.floating-whatsapp {
  background: var(--brand-green);
}

.map {
  border-color: var(--line);
  border-radius: 22px;
}

.footer {
  background:
    radial-gradient(circle at 86% 12%, rgba(17, 183, 232, .18), transparent 30%),
    linear-gradient(135deg, #0b1a33, #020714);
}

.floating-whatsapp {
  font-size: .84rem;
}

@media (max-width: 980px) {
  .nav-links {
    inset: 76px 18px auto;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(8, 17, 31, .14);
  }

  .nav-links a {
    justify-content: center;
  }

  .hero {
    padding-top: 28px;
  }

  .page-hero .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    background:
      radial-gradient(circle at 100% 0%, rgba(17, 183, 232, .14), transparent 28%),
      #ffffff;
  }

  .dashboard {
    max-width: none;
    margin-left: 0;
    transform: none !important;
  }

  .card-grid,
  .snapshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .section-inner {
    width: min(100% - 26px, 1200px);
  }

  .hero {
    padding-bottom: 56px;
  }

  .page-hero .hero-grid {
    padding: 22px;
    border-radius: 24px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13.6vw, 4rem);
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof,
  .card-grid,
  .snapshot-grid,
  .pricing-grid,
  .pricing-note {
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    width: 100%;
    min-width: 0;
  }

  .service-card,
  .snapshot-card,
  .price-card {
    min-height: auto;
  }
}

/* ScaleUp-inspired services page direction for WebnityLabs. */
:root {
  --scale-blue: #0066ff;
  --scale-sky: #12c8ff;
  --scale-ink: #071326;
  --scale-muted: #65758c;
  --scale-soft: #f4f8ff;
  --scale-line: #dbe7f6;
}

body,
body.light {
  background:
    linear-gradient(90deg, rgba(0, 102, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(0, 102, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 11% 6%, rgba(18, 200, 255, .18), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(0, 102, 255, .13), transparent 24%),
    #ffffff;
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.site-header,
body.light .site-header {
  background: rgba(255, 255, 255, .94);
}

.nav {
  max-width: 1220px;
}

.nav-links a:last-of-type,
.btn-primary {
  background: linear-gradient(135deg, var(--scale-blue), var(--scale-sky));
}

.hero {
  padding-top: 30px;
}

.page-hero .hero-grid {
  min-height: 620px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(18, 200, 255, .28), transparent 30%),
    linear-gradient(112deg, rgba(255,255,255,.98) 0 58%, rgba(7,19,38,.98) 58% 100%);
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3rem, 6.4vw, 6rem);
}

.hero-kicker,
.eyebrow {
  color: var(--scale-blue);
  background: #edf6ff;
}

#services {
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 10%, rgba(18, 200, 255, .13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--scale-soft) 48%, #ffffff 100%);
}

#services .section-inner {
  width: min(1220px, calc(100% - 40px));
}

.services-heading {
  max-width: 920px;
  margin-bottom: 28px;
}

.services-heading h2 {
  max-width: 900px;
  color: var(--scale-ink);
  font-size: clamp(2.6rem, 5.8vw, 5.6rem);
  line-height: .98;
}

.services-heading p {
  max-width: 720px;
  color: var(--scale-muted);
  font-size: 1.08rem;
}

.services-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 34px 0 24px;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(18, 200, 255, .35), transparent 30%),
    linear-gradient(135deg, #071326, #0b2b5c);
  box-shadow: 0 26px 70px rgba(7, 19, 38, .18);
}

.services-feature .eyebrow {
  color: #9beaff;
  background: rgba(255, 255, 255, .1);
}

.services-feature h3 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3.1vw, 3rem);
}

.services-feature .btn {
  white-space: nowrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--scale-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 19, 38, .08);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(18, 200, 255, .1);
  transition: transform .28s ease, background .28s ease;
}

.service-card:hover::after {
  transform: scale(1.45);
  background: rgba(0, 102, 255, .13);
}

.service-card span {
  width: auto;
  height: auto;
  place-items: initial;
  margin-bottom: 34px;
  padding: 0;
  color: var(--scale-blue);
  background: transparent;
  box-shadow: none;
  font: 800 .85rem Poppins, sans-serif;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  max-width: 240px;
  font-size: 1.32rem;
  line-height: 1.2;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: var(--scale-muted);
}

.service-card a {
  position: relative;
  z-index: 1;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--scale-blue);
  font-weight: 900;
}

.service-card a::after {
  content: ">";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--scale-blue);
  transition: transform .22s ease;
}

.service-card a:hover::after {
  transform: translateX(4px);
}

.trusted.section-band,
.performance,
.contact {
  background: #ffffff;
}

.logo-row span,
.feature-grid span,
.tech-grid span,
.snapshot-card,
.price-card,
.contact-form,
.accordion {
  border-color: var(--scale-line);
  box-shadow: 0 14px 38px rgba(7, 19, 38, .07);
}

.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 88% 14%, rgba(18, 200, 255, .24), transparent 30%),
    linear-gradient(135deg, #071326, #030814);
}

@media (max-width: 1060px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #services .section-inner {
    width: min(100% - 26px, 1220px);
  }

  .services-feature {
    grid-template-columns: 1fr;
  }

  .services-feature .btn {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 270px;
  }
}

/* Portfolio and testimonial additions. */
.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(18, 200, 255, .12), transparent 28%),
    linear-gradient(180deg, #f6f9ff, #ffffff);
}

.work-section .section-heading {
  max-width: 900px;
}

.work-section .website-grid {
  margin-top: 10px;
}

.work-section .website-card {
  min-height: 360px;
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(7, 19, 38, .1);
}

.work-section .website-card > b {
  font-size: 1.18rem;
}

.testimonials .section-heading {
  max-width: 760px;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial b {
  font-size: 1rem;
}

@media (max-width: 980px) {
  .work-section .website-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .work-section .website-grid {
    grid-template-columns: 1fr;
  }

  .work-section .website-card {
    min-height: 320px;
  }
}

/* Final typography scale adjustment. */
h1,
.hero h1,
.founder-story h1 {
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  line-height: 1.04;
}

h2,
.services-heading h2,
.about-title {
  font-size: clamp(1.55rem, 2.9vw, 2.8rem);
  line-height: 1.1;
}

.hero-subtitle,
.section-heading p,
.services-heading p {
  font-size: clamp(.92rem, 1.08vw, 1rem);
  line-height: 1.65;
}

.service-card h3,
.content-card h3,
.snapshot-card h3 {
  font-size: 1rem;
}

p,
.testimonial p,
.service-card p,
.content-card p,
.snapshot-card p,
.website-card p,
.contact-form p,
.accordion p {
  font-size: .95rem;
  line-height: 1.65;
}

.brand,
.nav-links a {
  font-size: .92rem;
}

.btn {
  font-size: .92rem;
}

@media (max-width: 620px) {
  h1,
  .hero h1,
  .founder-story h1 {
    font-size: clamp(1.9rem, 9.5vw, 2.9rem);
  }

  h2,
  .services-heading h2,
  .about-title {
    font-size: clamp(1.45rem, 7.8vw, 2.15rem);
  }
}

/* Final responsive balance pass. */
.section-inner {
  width: min(1140px, calc(100% - 32px));
}

.hero-grid,
.split,
.contact-grid,
.founder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
}

.hero-grid {
  align-items: center;
}

.page-hero .hero-grid {
  grid-template-columns: 1fr;
}

.section-heading {
  max-width: 760px;
  margin-inline: auto;
}

.hero-copy,
.section-heading,
.agency-panel,
.footer-grid,
.footer-bottom {
  text-align: center;
}

.hero-copy {
  max-width: 920px;
  margin-inline: auto;
}

.hero-tags,
.hero-actions,
.hero-proof,
.agency-services {
  justify-content: center;
}

.card-grid,
.content-grid,
.website-grid,
.pricing-grid,
.feature-grid,
.tech-grid,
.logo-row {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
}

.website-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-grid .service-card,
.content-grid .content-card,
.website-grid .website-card,
.pricing-grid .price-card {
  width: 100%;
}

.service-card,
.content-card,
.website-card,
.price-card,
.testimonial-slider,
.agency-panel,
.contact-form,
.accordion {
  min-height: 100%;
}

@media (max-width: 1100px) {
  .hero-grid,
  .split,
  .contact-grid,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .website-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero .hero-grid {
    padding: 22px;
  }
}

@media (max-width: 780px) {
  .section,
  .section-band {
    padding: 72px 0;
  }

  .section-inner {
    width: min(100% - 24px, 1140px);
  }

  .hero,
  .page-section {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .services-grid,
  .website-grid,
  .card-grid,
  .content-grid,
  .pricing-grid,
  .feature-grid,
  .tech-grid,
  .logo-row {
    grid-template-columns: 1fr;
  }

  .hero-tags,
  .hero-actions,
  .hero-proof,
  .agency-services {
    justify-content: flex-start;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-tags span,
  .hero-proof span {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .footer-grid,
  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1,
  .hero h1,
  .founder-story h1 {
    font-size: clamp(1.85rem, 10vw, 2.5rem);
  }

  h2,
  .services-heading h2,
  .about-title {
    font-size: clamp(1.35rem, 7.2vw, 1.95rem);
  }

  .nav {
    padding-inline: 16px;
  }

  .section-inner {
    width: min(100% - 20px, 1140px);
  }
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .section-inner {
    width: min(1240px, calc(100% - 48px));
  }

  .nav {
    max-width: 1240px;
  }

  .hero {
    padding: 76px 0 54px;
  }

  .hero-grid {
    gap: 40px;
  }

  .section,
  .section-band {
    padding: 88px 0;
  }

  .services-grid,
  .website-grid {
    gap: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .website-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .card-grid,
  .content-grid,
  .pricing-grid {
    gap: 20px;
  }

  .service-card,
  .content-card,
  .website-card,
  .price-card,
  .testimonial-slider,
  .agency-panel,
  .contact-form,
  .accordion {
    border-radius: 20px;
  }
}

/* Hero cleanup after removing the dashboard preview. */
.page-hero .hero-grid {
  grid-template-columns: 1fr;
}

.hero-copy {
  max-width: 900px;
}

/* Premium palette refresh: deep ink, soft ivory, brass accents. */
:root {
  --navy: #f6f1e8;
  --blue: #c8a96a;
  --cyan: #8d7b63;
  --white: #ffffff;
  --text: #141414;
  --muted: #5e5a54;
  --panel: rgba(255, 255, 255, 0.82);
  --border: rgba(20, 20, 20, 0.1);
  --shadow: 0 24px 70px rgba(18, 18, 18, 0.12);
}

body,
body.light {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 169, 106, .12), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(141, 123, 99, .12), transparent 22%),
    linear-gradient(180deg, #fbf8f2 0%, #f3ede4 44%, #faf7f1 100%);
}

.loader {
  background: #0e0d0c;
}

.progress {
  height: 4px;
  background: linear-gradient(90deg, #7a674b, #c8a96a, #f1dfb2);
}

.site-header,
body.light .site-header {
  background: rgba(255, 250, 243, .9);
  border-bottom: 1px solid rgba(20, 20, 20, .08);
  box-shadow: 0 14px 36px rgba(18, 18, 18, .06);
}

.brand,
.nav-links a {
  color: #171513;
}

.nav-links a:hover {
  color: #8a6b2f;
  background: rgba(200, 169, 106, .1);
}

.nav-links a:last-of-type {
  color: #ffffff;
  background: linear-gradient(135deg, #171513, #3a3124);
  box-shadow: 0 16px 30px rgba(18, 18, 18, .18);
}

.theme-toggle,
.nav-toggle {
  color: #171513;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(20, 20, 20, .1);
}

.hero,
.page-hero .hero-grid,
.section-band,
.performance,
.founder-section,
.contact,
.work-section {
  background: transparent;
}

.page-hero .hero-grid {
  border-color: rgba(20, 20, 20, .08);
  background:
    linear-gradient(112deg, rgba(255,255,255,.98) 0 58%, rgba(16,14,12,.98) 58% 100%),
    radial-gradient(circle at 88% 14%, rgba(200, 169, 106, .16), transparent 30%);
  box-shadow: 0 30px 90px rgba(18, 18, 18, .12);
}

.eyebrow,
.hero-kicker {
  color: #8a6b2f;
  background: rgba(200, 169, 106, .12);
}

.hero h1,
h1,
h2,
h3,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1 {
  color: #161311;
}

.hero h1::after,
.service-card a::after,
.progress,
.btn-primary,
.badge {
  background: linear-gradient(135deg, #8a6b2f, #c8a96a);
}

.hero-subtitle,
.section-heading p,
.services-heading p,
p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p {
  color: #5e5a54;
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(20, 20, 20, .08);
  box-shadow: 0 18px 48px rgba(18, 18, 18, .08);
}

.btn {
  border-radius: 999px;
}

.btn-primary {
  color: #fffdf9;
  box-shadow: 0 18px 40px rgba(138, 107, 47, .22);
}

.btn-secondary,
.btn-ghost {
  color: #171513;
  background: rgba(255, 255, 255, .9);
  border-color: rgba(20, 20, 20, .08);
}

.marquee-section,
.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 90% 14%, rgba(200, 169, 106, .14), transparent 28%),
    linear-gradient(135deg, #151310, #090807);
}

.marquee-track span {
  color: rgba(255, 245, 230, .74);
}

.service-card span,
.content-card span,
.snapshot-card strong,
.service-card a,
.snapshot-card strong,
.badge,
.whatsapp-inline,
.floating-whatsapp {
  color: #8a6b2f;
}

.service-card,
.snapshot-card,
.content-card,
.price-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel {
  border-radius: 22px;
}

.service-card:hover,
.snapshot-card:hover,
.content-card:hover,
.website-card:hover,
.price-card:hover {
  border-color: rgba(138, 107, 47, .22);
  box-shadow: 0 30px 70px rgba(18, 18, 18, .12);
}

.services-feature {
  background:
    radial-gradient(circle at 90% 12%, rgba(200, 169, 106, .2), transparent 30%),
    linear-gradient(135deg, #151310, #2a241a);
}

.services-feature .eyebrow {
  color: #f1dfb2;
  background: rgba(255, 255, 255, .08);
}

.services-feature h3 {
  color: #fffdf9;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(200, 169, 106, .1), transparent 28%),
    linear-gradient(180deg, #f7f2e9, #ffffff);
}

.work-section .website-card {
  background: rgba(255, 255, 255, .92);
}

input,
select,
textarea {
  color: #171513;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(20, 20, 20, .1);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(138, 107, 47, .5);
  box-shadow: 0 0 0 4px rgba(200, 169, 106, .14);
}

.contact-form::before {
  background: linear-gradient(90deg, #8a6b2f, #c8a96a, #f1dfb2);
}

.cta-band {
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 20%, rgba(200, 169, 106, .2), transparent 28%),
    linear-gradient(135deg, #151310, #090807);
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1f7a4c;
  color: #ffffff;
}

@media (max-width: 980px) {
.page-hero .hero-grid {
  background: #ffffff;
  }
}

/* Contrast-first premium override. */
:root {
  --navy: #08111f;
  --blue: #c8a96a;
  --cyan: #e7d8b0;
  --white: #ffffff;
  --text: #f6f1e8;
  --muted: #b9b0a2;
  --panel: rgba(13, 18, 27, 0.72);
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body,
body.light {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 169, 106, .15), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(231, 216, 176, .08), transparent 22%),
    linear-gradient(180deg, #07111f 0%, #0b1424 42%, #07111f 100%);
}

.site-header,
body.light .site-header {
  background: rgba(7, 17, 31, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand,
.nav-links a {
  color: #f6f1e8;
}

.nav-links a:hover {
  color: #f1dfb2;
  background: rgba(200, 169, 106, .08);
}

.nav-links a:last-of-type {
  color: #0b111d;
  background: linear-gradient(135deg, #f1dfb2, #c8a96a);
}

.theme-toggle,
.nav-toggle {
  color: #f6f1e8;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .1);
}

.hero,
.section,
.section-band,
.performance,
.founder-section,
.contact,
.work-section {
  background: transparent;
}

.page-hero .hero-grid {
  border-color: rgba(255, 255, 255, .08);
  background:
    linear-gradient(112deg, rgba(11, 20, 36, .95) 0 57%, rgba(255, 255, 255, .98) 57% 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.hero h1,
h1,
h2,
h3,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1 {
  color: #f6f1e8;
}

.hero-subtitle,
.section-heading p,
.services-heading p,
p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p {
  color: #c1b8aa;
}

.eyebrow,
.hero-kicker {
  color: #f1dfb2;
  background: rgba(200, 169, 106, .14);
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  background: rgba(13, 18, 27, .78);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
  color: #f6f1e8;
}

.btn-primary,
.progress,
.service-card a::after,
.badge {
  background: linear-gradient(135deg, #c8a96a, #f1dfb2);
}

.btn-primary {
  color: #0b111d;
}

.btn-secondary,
.btn-ghost {
  color: #f6f1e8;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .1);
}

.marquee-section,
.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 90% 14%, rgba(200, 169, 106, .12), transparent 28%),
    linear-gradient(135deg, #060b14, #0a1220);
}

.services-feature {
  background:
    radial-gradient(circle at 90% 12%, rgba(200, 169, 106, .16), transparent 30%),
    linear-gradient(135deg, #0a1220, #141f32);
}

.services-feature h3,
.services-feature .eyebrow {
  color: #f6f1e8;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(200, 169, 106, .08), transparent 28%),
    linear-gradient(180deg, #08111f, #0d1627);
}

.work-section .website-card {
  background: rgba(13, 18, 27, .8);
}

input,
select,
textarea {
  color: #f6f1e8;
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .1);
}

input::placeholder,
textarea::placeholder {
  color: #b9b0a2;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(241, 223, 178, .56);
  box-shadow: 0 0 0 4px rgba(200, 169, 106, .12);
}

.contact-form::before {
  background: linear-gradient(90deg, #c8a96a, #f1dfb2);
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1f7a4c;
  color: #ffffff;
}

.footer a {
  color: #e7d8b0;
}

.footer-bottom,
.footer p {
  color: #b9b0a2;
}

@media (max-width: 980px) {
  .page-hero .hero-grid {
    background: #0b1424;
  }
}

/* Lighter premium override: ivory background, ink text, brass accents. */
:root {
  --navy: #f7f2ea;
  --blue: #b8924b;
  --cyan: #cdb98c;
  --white: #ffffff;
  --text: #101319;
  --muted: #5e6673;
  --panel: rgba(255, 255, 255, .9);
  --border: rgba(16, 19, 25, .1);
  --shadow: 0 20px 60px rgba(16, 19, 25, .08);
}

body,
body.light {
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 146, 75, .12), transparent 22%),
    radial-gradient(circle at 90% 10%, rgba(205, 185, 140, .14), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6f2ea 48%, #ffffff 100%);
}

.site-header,
body.light .site-header {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(16, 19, 25, .08);
}

.brand,
.nav-links a {
  color: #101319;
}

.nav-links a:hover {
  color: #8b6b2d;
  background: rgba(184, 146, 75, .08);
}

.nav-links a:last-of-type {
  color: #ffffff;
  background: linear-gradient(135deg, #15181e, #34322f);
}

.theme-toggle,
.nav-toggle {
  color: #101319;
  background: #ffffff;
  border-color: rgba(16, 19, 25, .1);
}

.hero,
.section,
.section-band,
.performance,
.founder-section,
.contact,
.work-section {
  background: transparent;
}

.page-hero .hero-grid {
  border-color: rgba(16, 19, 25, .08);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .98) 0 58%, rgba(16, 19, 25, .96) 58% 100%);
  box-shadow: 0 30px 80px rgba(16, 19, 25, .08);
}

.hero h1,
h1,
h2,
h3,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1 {
  color: #101319;
}

.hero-subtitle,
.section-heading p,
.services-heading p,
p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p {
  color: #5e6673;
}

.eyebrow,
.hero-kicker {
  color: #8b6b2d;
  background: rgba(184, 146, 75, .12);
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(16, 19, 25, .08);
  box-shadow: 0 16px 40px rgba(16, 19, 25, .06);
  color: #101319;
}

.btn-primary,
.progress,
.service-card a::after,
.badge {
  background: linear-gradient(135deg, #8b6b2d, #cdb98c);
}

.btn-primary {
  color: #ffffff;
}

.btn-secondary,
.btn-ghost {
  color: #101319;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(16, 19, 25, .08);
}

.marquee-section,
.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 90% 14%, rgba(184, 146, 75, .12), transparent 28%),
    linear-gradient(135deg, #f7f2ea, #ece5da);
}

.services-feature {
  background:
    radial-gradient(circle at 90% 12%, rgba(184, 146, 75, .16), transparent 30%),
    linear-gradient(135deg, #15181e, #2c2720);
}

.services-feature h3,
.services-feature .eyebrow {
  color: #ffffff;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(184, 146, 75, .08), transparent 28%),
    linear-gradient(180deg, #ffffff, #f6f2ea);
}

.work-section .website-card {
  background: rgba(255, 255, 255, .95);
}

input,
select,
textarea {
  color: #101319;
  background: rgba(255, 255, 255, .96);
  border-color: rgba(16, 19, 25, .1);
}

input::placeholder,
textarea::placeholder {
  color: #7a828f;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(184, 146, 75, .55);
  box-shadow: 0 0 0 4px rgba(184, 146, 75, .12);
}

.contact-form::before {
  background: linear-gradient(90deg, #8b6b2d, #cdb98c);
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1f7a4c;
  color: #ffffff;
}

.footer a {
  color: #4f4c45;
}

.footer-bottom,
.footer p {
  color: #68635c;
}

@media (max-width: 980px) {
  .page-hero .hero-grid {
    background: #ffffff;
  }
}

/* Electric blue global theme override. */
:root {
  --navy: #1b4f8f;
  --blue: #63b7ff;
  --cyan: #b5f3ff;
  --text: #fdfeff;
  --muted: #d9e7f4;
  --line: rgba(181, 243, 255, .22);
  --panel: rgba(35, 77, 132, .48);
  --panel-strong: rgba(42, 92, 151, .66);
  --shadow: 0 16px 42px rgba(11, 24, 46, .16);
}

html,
body,
body.light {
  background:
    radial-gradient(circle at 18% 12%, rgba(99, 183, 255, .2), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(181, 243, 255, .18), transparent 24%),
    linear-gradient(180deg, #143863 0%, #1d4f83 48%, #2a6aa7 100%);
  color: var(--text);
}

.site-header,
.page-hero,
.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card,
.work-section .website-card {
  background: rgba(45, 89, 145, .42);
  border-color: rgba(181, 243, 255, .18);
  box-shadow: var(--shadow);
  color: var(--text);
}

.site-header,
.header-inner {
  background: rgba(30, 65, 112, .46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand,
.nav-links a,
.hero h1,
.hero p,
.page-hero h1,
.page-hero p,
.section-heading h2,
.section-heading p,
.service-card h3,
.service-card p,
.website-card h3,
.website-card p,
.contact-form h3,
.contact-form p,
.accordion h3,
.accordion p,
.testimonial-slider h3,
.testimonial-slider p {
  color: var(--text);
}

.nav-links a,
.footer a {
  color: #cfe7ff;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--cyan);
}

.btn-primary,
.progress,
.service-card a::after,
.badge,
.marquee-track span strong {
  background: linear-gradient(135deg, #1e88ff 0%, #55d7ff 100%);
  color: #ffffff;
}

.btn-secondary,
.btn-ghost {
  color: #e8f6ff;
  background: rgba(46, 86, 137, .5);
  border-color: rgba(181, 243, 255, .2);
}

.hero-tags .chip,
.hero-proof .chip,
.tech-grid .chip,
.feature-grid .chip {
  background: rgba(11, 38, 84, .86);
  color: #d9efff;
  border-color: rgba(85, 215, 255, .18);
}

.marquee-section,
.testimonial-slider,
.footer,
.services-feature {
  background:
    radial-gradient(circle at 90% 14%, rgba(181, 243, 255, .16), transparent 28%),
    linear-gradient(135deg, #1b456f, #2a6aa7);
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(99, 183, 255, .14), transparent 28%),
    linear-gradient(180deg, #1d4b76, #2a6aa7);
}

.contact-form::before {
  background: linear-gradient(90deg, #1e88ff, #55d7ff);
}

input,
select,
textarea {
  color: #eef7ff;
  background: rgba(48, 88, 138, .68);
  border-color: rgba(181, 243, 255, .2);
}

input::placeholder,
textarea::placeholder {
  color: #86a0bb;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(181, 243, 255, .8);
  box-shadow: 0 0 0 4px rgba(99, 183, 255, .16);
}

.footer p,
.footer-bottom,
.marquee-track span {
  color: #b8d2f0;
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1c8eff;
  color: #ffffff;
}

.page-hero .hero-grid,
.hero-grid,
.hero-card,
.hero-panel,
.hero-visual {
  background: transparent;
}

@media (max-width: 980px) {
  .page-hero .hero-grid {
    background: rgba(45, 89, 145, .38);
  }
}

/* Blue agency theme override inspired by the reference. */
:root {
  --navy: #03162f;
  --blue: #0b86ff;
  --cyan: #3fbaff;
  --white: #ffffff;
  --text: #f7fbff;
  --muted: #b9c7db;
  --panel: rgba(255, 255, 255, .06);
  --border: rgba(255, 255, 255, .12);
  --shadow: 0 20px 60px rgba(1, 10, 28, .35);
}

body,
body.light {
  color: var(--text);
  background:
    linear-gradient(180deg, #03214a 0%, #03162f 42%, #020b1c 100%);
}

.site-header,
body.light .site-header {
  background: rgba(3, 22, 47, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand,
.nav-links a {
  color: #f7fbff;
}

.nav-links a:hover {
  color: #9dd7ff;
  background: rgba(11, 134, 255, .1);
}

.nav-links a:last-of-type {
  color: #ffffff;
  background: linear-gradient(135deg, #0b86ff, #3fbaff);
}

.theme-toggle,
.nav-toggle {
  color: #f7fbff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

.page-hero .hero-grid {
  border-color: rgba(181, 243, 255, .14);
  background:
    linear-gradient(112deg, rgba(58, 147, 224, .82) 0 58%, rgba(201, 239, 255, .9) 58% 100%);
  box-shadow: 0 28px 70px rgba(11, 24, 46, .18);
}

.hero h1,
h1,
h2,
h3,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1 {
  color: #f7fbff;
}

.hero-subtitle,
.section-heading p,
.services-heading p,
p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p {
  color: #c2d0e0;
}

.eyebrow,
.hero-kicker {
  color: #7dd1ff;
  background: rgba(11, 134, 255, .12);
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
  color: #f7fbff;
}

.btn-primary,
.progress,
.service-card a::after,
.badge {
  background: linear-gradient(135deg, #0b86ff, #3fbaff);
}

.btn-primary {
  color: #ffffff;
}

.btn-secondary,
.btn-ghost {
  color: #f7fbff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

.marquee-section,
.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 90% 14%, rgba(63, 186, 255, .18), transparent 28%),
    linear-gradient(135deg, #03162f, #020b1c);
}

.marquee-track span {
  color: rgba(247, 251, 255, .8);
}

.services-feature {
  background:
    radial-gradient(circle at 90% 12%, rgba(11, 134, 255, .18), transparent 30%),
    linear-gradient(135deg, #03162f, #05285a);
}

.services-feature h3,
.services-feature .eyebrow {
  color: #ffffff;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(63, 186, 255, .1), transparent 28%),
    linear-gradient(180deg, #03162f, #041f44);
}

.work-section .website-card {
  background: rgba(255, 255, 255, .06);
}

input,
select,
textarea {
  color: #f7fbff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

input::placeholder,
textarea::placeholder {
  color: #a7b8cc;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(63, 186, 255, .62);
  box-shadow: 0 0 0 4px rgba(11, 134, 255, .12);
}

.contact-form::before {
  background: linear-gradient(90deg, #0b86ff, #3fbaff);
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1f7a4c;
  color: #ffffff;
}

.footer a {
  color: #9dd7ff;
}

.footer-bottom,
.footer p {
  color: #b9c7db;
}

@media (max-width: 980px) {
  .page-hero .hero-grid {
    background: linear-gradient(180deg, rgba(58, 147, 224, .8), rgba(201, 239, 255, .84));
  }
}

/* Final light premium override for the ScaleUp-inspired look. */
:root {
  --navy: #dcefff;
  --blue: #1e88ff;
  --cyan: #55d7ff;
  --white: #ffffff;
  --text: #12304a;
  --muted: #587089;
  --panel: rgba(255, 255, 255, .94);
  --border: rgba(17, 24, 39, .09);
  --shadow: 0 18px 52px rgba(17, 24, 39, .08);
}

body,
body.light {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(30, 136, 255, .08), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(216, 192, 141, .12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 48%, #ffffff 100%);
}

.site-header,
body.light .site-header {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.brand,
.nav-links a {
  color: #111827;
}

.nav-links a:hover {
  color: #55d7ff;
  background: rgba(30, 136, 255, .08);
}

.nav-links a:last-of-type {
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #374151);
}

.theme-toggle,
.nav-toggle {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, .1);
}

.hero,
.section,
.section-band,
.performance,
.founder-section,
.contact,
.work-section {
  background: transparent;
}

.page-hero .hero-grid {
  border-color: rgba(17, 24, 39, .08);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .98) 0 58%, rgba(17, 24, 39, .96) 58% 100%);
  box-shadow: 0 30px 80px rgba(17, 24, 39, .08);
}

.hero h1,
h1,
h2,
h3,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1 {
  color: #111827;
}

.hero-subtitle,
.section-heading p,
.services-heading p,
p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p {
  color: #5c6674;
}

.eyebrow,
.hero-kicker {
  color: #55d7ff;
  background: rgba(30, 136, 255, .1);
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  background: rgba(255, 255, 255, .94);
  border-color: rgba(17, 24, 39, .08);
  box-shadow: 0 16px 40px rgba(17, 24, 39, .06);
  color: #111827;
}

.btn-primary,
.progress,
.service-card a::after,
.badge {
  background: linear-gradient(135deg, #1e88ff, #55d7ff);
}

.btn-primary {
  color: #ffffff;
}

.btn-secondary,
.btn-ghost {
  color: #111827;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(17, 24, 39, .08);
}

.marquee-section,
.testimonial-slider,
.footer {
  background:
    radial-gradient(circle at 90% 14%, rgba(30, 136, 255, .12), transparent 28%),
    linear-gradient(135deg, #111827, #1f2937);
}

.marquee-track span {
  color: rgba(255, 248, 236, .82);
}

.services-feature {
  background:
    radial-gradient(circle at 90% 12%, rgba(30, 136, 255, .16), transparent 30%),
    linear-gradient(135deg, #111827, #1f2937);
}

.services-feature h3,
.services-feature .eyebrow {
  color: #ffffff;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(30, 136, 255, .08), transparent 28%),
    linear-gradient(180deg, #ffffff, #f5f7fb);
}

.work-section .website-card {
  background: rgba(255, 255, 255, .96);
}

input,
select,
textarea {
  color: #111827;
  background: rgba(255, 255, 255, .98);
  border-color: rgba(17, 24, 39, .1);
}

input::placeholder,
textarea::placeholder {
  color: #7b8492;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(85, 215, 255, .55);
  box-shadow: 0 0 0 4px rgba(30, 136, 255, .12);
}

.contact-form::before {
  background: linear-gradient(90deg, #1e88ff, #55d7ff);
}

.whatsapp-inline,
.floating-whatsapp {
  background: #1f7a4c;
  color: #ffffff;
}

.footer a {
  color: #cfe7ff;
}

.footer-bottom,
.footer p {
  color: #b8d2f0;
}

@media (max-width: 980px) {
  .page-hero .hero-grid {
    background: rgba(6, 20, 48, .78);
  }
}

/* Work section consistency fix. */
.work-section .website-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.work-section .website-card {
  min-height: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 28px;
  color: #0b1f3d;
}

.work-section .website-card > span,
.work-section .website-card > b,
.work-section .website-card h3,
.work-section .website-card p {
  color: inherit;
}

.work-section .website-card > b {
  font-size: 1.12rem;
  line-height: 1.25;
}

.work-section .website-card .website-preview,
.work-section .website-card .card-preview,
.work-section .website-card .mockup,
.work-section .website-card .preview,
.work-section .website-card .cafe-preview,
.work-section .website-card .fixpulse-preview,
.work-section .website-card .news-preview,
.work-section .website-card .medical-preview {
  flex: 1;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.work-section .website-card.website-card-cafe {
  background:
    radial-gradient(circle at 12% 8%, rgba(81, 149, 229, .34), transparent 34%),
    linear-gradient(145deg, #2b5da1, #1d3e74 72%);
}

.work-section .website-card.website-card-fixpulse {
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 239, 255, .95), transparent 36%),
    linear-gradient(145deg, #ffffff, #eaf5ff);
}

.work-section .website-card.website-card-news {
  background:
    radial-gradient(circle at 18% 0%, rgba(139, 214, 255, .35), transparent 30%),
    linear-gradient(145deg, #eff9ff, #dbeeff);
}

.work-section .website-card.website-card-medical {
  background: linear-gradient(135deg, #5bc7ff, #93e7ff);
}

@media (max-width: 980px) {
  .work-section .website-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .work-section .website-grid {
    grid-template-columns: 1fr;
  }

  .work-section .website-card {
    min-height: 460px;
  }

  .work-section .website-card .website-preview,
  .work-section .website-card .card-preview,
  .work-section .website-card .mockup,
  .work-section .website-card .preview,
  .work-section .website-card .cafe-preview,
  .work-section .website-card .fixpulse-preview,
  .work-section .website-card .news-preview,
  .work-section .website-card .medical-preview {
    min-height: 280px;
  }
}

/* Global contrast cleanup. */
body,
body.light,
p,
.hero-subtitle,
.section-heading p,
.services-heading p,
.service-card p,
.content-card p,
.snapshot-card p,
.testimonial p,
.footer-bottom,
.footer p {
  color: #14324d;
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.services-heading h2,
.about-title,
.founder-story h1,
.brand,
.nav-links a,
.service-card h3,
.content-card h3,
.snapshot-card h3,
.website-card h3,
.website-card p,
.contact-form h3,
.contact-form p,
.accordion h3,
.accordion p,
.testimonial-slider h3,
.testimonial-slider p {
  color: #0b1f3d;
}

.eyebrow,
.hero-kicker,
.nav-links a:hover,
.footer a,
.work-section .website-card > span,
.work-section .website-card > b,
.work-section .website-card h3,
.work-section .website-card p {
  color: #0b4ea2;
}

.hero-tags span,
.hero-proof span,
.logo-row span,
.tech-grid span,
.feature-grid span,
.agency-services span,
.price-box,
.snapshot-note,
.content-card,
.service-card,
.website-card,
.contact-form,
.accordion,
.testimonial-slider,
.agency-panel,
.snapshot-card {
  color: #0b1f3d;
}

.work-section .website-card.website-card-fixpulse,
.work-section .website-card.website-card-news {
  color: #0b1f3d;
}

.work-section .website-card.website-card-cafe,
.work-section .website-card.website-card-medical {
  color: #ffffff;
}

.work-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(99, 160, 235, .22), transparent 28%),
    linear-gradient(180deg, #f6f9ff, #e4efff);
}

.work-section .website-card {
  border: 1px solid rgba(83, 139, 207, .28);
  box-shadow: 0 18px 46px rgba(56, 104, 168, .14);
  color: #ffffff;
}

.work-section .website-card.website-card-cafe {
  background:
    radial-gradient(circle at 12% 8%, rgba(123, 190, 255, .26), transparent 34%),
    linear-gradient(145deg, #2d66aa, #1f457c 72%);
}

.work-section .website-card.website-card-fixpulse {
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 236, 255, .75), transparent 36%),
    linear-gradient(145deg, #4d8fcb, #d7eaff);
}

.work-section .website-card.website-card-news {
  background:
    radial-gradient(circle at 18% 0%, rgba(189, 233, 255, .34), transparent 30%),
    linear-gradient(145deg, #5b9fda, #d6e9ff);
}

.work-section .website-card.website-card-medical {
  background: linear-gradient(135deg, #4f8fc8, #9fd0f5);
}

.work-section .website-card > span,
.work-section .website-card > b,
.work-section .website-card h3,
.work-section .website-card p {
  color: #ffffff;
}

.work-section .website-card.website-card-fixpulse,
.work-section .website-card.website-card-news {
  color: #ffffff;
}

/* Back-to-top visibility fix. */
.back-top {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: linear-gradient(135deg, #2d66aa, #6fb6ea);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(30, 136, 255, .28);
  font-size: 1.05rem;
  font-weight: 800;
}

.back-top:hover {
  background: linear-gradient(135deg, #3d76b8, #86c6f1);
  transform: translateY(-2px);
}

.back-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Centered layout pass. */
.section-inner {
  margin-inline: auto;
}

.section-heading,
.hero-copy,
.page-hero .section-heading,
.services-heading,
.work-section .section-heading,
.testimonials .section-heading,
.about-title,
.founder-story,
.agency-panel,
.contact-grid > .section-heading,
.footer-grid {
  text-align: center;
}

.hero-copy {
  justify-self: center;
  max-width: 920px;
  margin-inline: auto;
}

.hero-grid,
.split,
.contact-grid,
.founder-grid {
  justify-items: center;
}

.hero-tags,
.hero-actions,
.hero-proof,
.agency-services {
  justify-content: center;
}

.hero-tags,
.hero-actions,
.hero-proof {
  margin-inline: auto;
}

.services-grid,
.card-grid,
.content-grid,
.website-grid,
.pricing-grid {
  justify-content: center;
}

.services-grid,
.content-grid,
.website-grid,
.pricing-grid {
  margin-inline: auto;
}

.agency-panel {
  margin-inline: auto;
}

.footer-grid {
  justify-items: center;
}

.footer-grid > div,
.footer-bottom {
  text-align: center;
}

/* Testimonial visibility fix. */
.testimonials .testimonial-slider {
  min-height: 320px;
  background:
    radial-gradient(circle at 88% 14%, rgba(123, 190, 255, .22), transparent 30%),
    linear-gradient(145deg, #2d66aa, #1f457c 72%);
  border: 1px solid rgba(140, 205, 255, .22);
  color: #ffffff;
}

.testimonials .testimonial p,
.testimonials .testimonial b,
.testimonials .testimonial span,
.testimonials .slider-controls button {
  color: #ffffff;
}

.testimonials .testimonial span {
  color: #d8efff;
}

.testimonials .slider-controls button {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
}

.testimonials .slider-controls button:hover {
  background: rgba(255, 255, 255, .18);
}

/* Final device-specific polish. */
@media (min-width: 1101px) and (max-width: 1360px) {
  .section-inner {
    width: min(1200px, calc(100% - 40px));
  }

  .nav {
    max-width: 1200px;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .hero-grid {
    gap: 36px;
  }

  .section,
  .section-band {
    padding: 84px 0;
  }
}

@media (min-width: 781px) and (max-width: 1100px) {
  .section-inner {
    width: min(100% - 34px, 1140px);
  }

  .hero-grid,
  .split,
  .contact-grid,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .services-grid,
  .website-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .content-grid,
  .pricing-grid,
  .feature-grid,
  .tech-grid,
  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-tags,
  .hero-actions,
  .hero-proof,
  .agency-services {
    justify-content: center;
  }
}

@media (max-width: 780px) {
  .section-inner {
    width: min(100% - 22px, 1140px);
  }

  .nav {
    min-height: 72px;
    padding-inline: 16px;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .hero,
  .page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .services-grid,
  .website-grid,
  .card-grid,
  .content-grid,
  .pricing-grid,
  .feature-grid,
  .tech-grid,
  .logo-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-proof span {
    width: 100%;
  }

  .hero-copy,
  .section-heading,
  .agency-panel,
  .footer-grid,
  .footer-bottom {
    text-align: center;
  }

  .footer-grid {
    justify-items: center;
  }
}

@media (max-width: 480px) {
  .section,
  .section-band {
    padding: 58px 0;
  }

  .section-inner {
    width: min(100% - 18px, 1140px);
  }

  h1,
  .hero h1,
  .founder-story h1 {
    font-size: clamp(1.8rem, 10vw, 2.4rem);
    line-height: 1.06;
  }

  h2,
  .services-heading h2,
  .about-title {
    font-size: clamp(1.3rem, 7.4vw, 1.85rem);
  }

  .hero-subtitle,
  .section-heading p,
  .services-heading p,
  p {
    font-size: .94rem;
    line-height: 1.6;
  }

  .hero-tags span,
  .hero-proof span {
    font-size: .8rem;
    padding: 8px 10px;
  }

  .service-card,
  .content-card,
  .website-card,
  .price-card,
  .testimonial-slider,
  .agency-panel,
  .contact-form,
  .accordion {
    padding: 18px;
    border-radius: 18px;
  }
}

/* Footer contrast fix. */
.footer {
  color: #f8fbff;
}

.footer .brand,
.footer h3,
.footer a,
.footer p,
.footer-bottom,
.footer-bottom span,
.footer-bottom a {
  color: #f8fbff;
}

.footer a:hover {
  color: #bfe7ff;
}

.footer p,
.footer-bottom {
  opacity: .92;
}

/* Hero readability fix. */
.page-hero .hero-grid {
  grid-template-columns: minmax(0, 1fr);
  background:
    radial-gradient(circle at 100% 0%, rgba(76, 171, 255, .14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  overflow: hidden;
}

.page-hero .hero-grid::before,
.page-hero .hero-grid::after {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin-inline: auto;
}

.hero h1 {
  max-width: 780px;
}

.hero-subtitle {
  max-width: 700px;
}

.hero-tags,
.hero-actions,
.hero-proof,
.hero-copy .eyebrow {
  justify-content: center;
}

.hero-copy,
.hero-copy p,
.hero-copy h1 {
  text-align: center;
}

/* Final testimonial blue theme. */
.testimonials .testimonial-slider {
  background:
    radial-gradient(circle at 88% 14%, rgba(109, 192, 255, .22), transparent 30%),
    linear-gradient(145deg, #2f6fbd, #1e4e98 72%);
  border: 1px solid rgba(173, 219, 255, .22);
  color: #ffffff;
}

.testimonials .testimonial p,
.testimonials .testimonial b,
.testimonials .testimonial span,
.testimonials .slider-controls button {
  color: #ffffff;
}

.testimonials .testimonial span {
  color: #d9f1ff;
}

.testimonials .slider-controls button {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
}

.testimonials .slider-controls button:hover {
  background: rgba(255, 255, 255, .2);
}
