@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --page-bg: #e9edf8;
  --dark: #03040a;
  --dark-soft: #11131c;
  --purple: #6617ff;
  --blue: #3b82f6;
  --cyan: #38bdf8;
  --white: #ffffff;
  --muted: #b9bfd0;
  --ink: #10131d;
  --radius-xl: 32px;
  --radius-pill: 999px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Space Grotesk",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 12.6px;
  background: var(--page-bg);
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.site-header {
  width: 100%;
  padding: 18px 0 0;
}

.navbar {
  width: min(1220px, calc(100% - 72px));
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 18.5px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand strong {
  color: var(--blue);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12.6px;
  font-weight: 600;
}

.nav-menu a {
  color: #1d2433;
  transition: opacity 0.2s ease;
}

.nav-menu a:hover {
  opacity: 0.65;
}

.nav-cta {
  padding: 10px 17px;
  background: var(--dark-soft);
  color: var(--white) !important;
  border-radius: var(--radius-pill);
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: var(--dark-soft);
}

.hero-scroll {
  position: relative;
  height: 220vh;
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 22px;
  overflow: hidden;
}

.hero-card {
  position: relative;
  width: min(1220px, calc(100% - 72px));
  height: 475px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--dark);
  color: var(--white);
  isolation: isolate;
  will-change: width, height, border-radius;
}

.scroll-hero-content,
.scroll-hero-mockup,
.scroll-hero-bg {
  will-change: transform, opacity;
}

.hero-ai-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 32%, rgba(59, 130, 246, 0.32), transparent 24%),
    radial-gradient(circle at 68% 48%, rgba(56, 189, 248, 0.22), transparent 24%),
    radial-gradient(circle at 28% 62%, rgba(37, 99, 235, 0.2), transparent 28%),
    linear-gradient(135deg, #02040b 0%, #070b18 42%, #02030a 100%);
}

.hero-ai-background::before {
  content: "";
  position: absolute;
  width: 950px;
  height: 950px;
  left: 50%;
  top: 52%;
  border-radius: 50%;
  background: conic-gradient(
      from 90deg,
      transparent 0deg,
      rgba(37, 99, 235, 0.08) 40deg,
      rgba(56, 189, 248, 0.45) 86deg,
      rgba(147, 197, 253, 0.2) 118deg,
      transparent 170deg,
      rgba(37, 99, 235, 0.18) 230deg,
      rgba(56, 189, 248, 0.36) 285deg,
      transparent 360deg
    );
  filter: blur(2px);
  opacity: 0.9;
  animation: slowSpin 18s linear infinite;
}

.hero-ai-background::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 260px;
  right: -90px;
  top: 155px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.22), transparent),
    radial-gradient(circle, rgba(56, 189, 248, 0.36), transparent 60%);
  transform: rotate(-9deg);
  filter: blur(7px);
  opacity: 0.9;
}

.ai-ring {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(147, 197, 253, 0.16);
  box-shadow: 0 0 42px rgba(56, 189, 248, 0.12);
}

.ring-one {
  width: 520px;
  height: 520px;
  top: 48%;
  transform: translate(-50%, -50%);
}

.ring-two {
  width: 720px;
  height: 720px;
  top: 48%;
  transform: translate(-50%, -50%);
  border-color: rgba(59, 130, 246, 0.11);
}

.ring-three {
  width: 940px;
  height: 940px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(56, 189, 248, 0.07);
}

.ai-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(147, 197, 253, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.05) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: 0.55;
}

.ai-data-stream {
  position: absolute;
  width: 360px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.9), transparent);
  filter: blur(0.5px);
  opacity: 0.72;
}

.stream-one {
  left: 12%;
  top: 34%;
  transform: rotate(-18deg);
  animation: dataMoveOne 5s ease-in-out infinite;
}

.stream-two {
  right: 8%;
  top: 60%;
  transform: rotate(16deg);
  animation: dataMoveTwo 6s ease-in-out infinite;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  filter: blur(25px);
  opacity: 0.65;
}

.hero-orb-one {
  width: 280px;
  height: 280px;
  left: 30%;
  top: -80px;
  background: rgba(102, 23, 255, 0.6);
}

.hero-orb-two {
  width: 210px;
  height: 210px;
  right: 12%;
  bottom: 40px;
  background: rgba(56, 189, 248, 0.35);
}

@keyframes slowSpin {
  from {
    transform: translate(-50%, -50%) rotate(-18deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(342deg);
  }
}

@keyframes dataMoveOne {
  0%,
100% {
    transform: translateX(-20px) rotate(-18deg);
    opacity: 0.28;
  }

  50% {
    transform: translateX(90px) rotate(-18deg);
    opacity: 0.85;
  }
}

@keyframes dataMoveTwo {
  0%,
100% {
    transform: translateX(20px) rotate(16deg);
    opacity: 0.3;
  }

  50% {
    transform: translateX(-100px) rotate(16deg);
    opacity: 0.8;
  }
}

.hero-content {
  position: relative;
  z-index: 12;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 28px 0;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--white);
}

.hero-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hero-badge span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11.4px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: clamp(30.6px, 4.4vw, 47.6px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.hero-content p {
  position: relative;
  z-index: 6;
  max-width: 700px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hero-actions {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}

.hero-btn-primary,
.hero-btn-icon {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(102, 23, 255, 0.36);
}

.hero-btn-primary {
  padding: 0 28px;
  border-radius: 14px 0 0 14px;
}

.hero-btn-icon {
  width: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0 14px 14px 0;
  font-size: 22px;
}

.hero-dashboard {
  position: absolute;
  left: 50%;
  bottom: -125px;
  width: min(740px, 58%);
  z-index: 6;
  transform: translateX(-50%);
}

.gm-laptop {
  width: 100%;
  transform-origin: center top;
}

.gm-laptop-screen {
  overflow: hidden;
  border-radius: 24px 24px 12px 12px;
  background: #05070d;
  border: 4px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 -10px 34px rgba(56, 189, 248, 0.14),
    0 36px 90px rgba(0, 0, 0, 0.58);
}

.gm-screen-topbar {
  height: 42px;
  display: grid;
  grid-template-columns: 105px 1fr 155px;
  align-items: center;
  padding: 0 14px;
  background: #05070d;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.gm-window-dots {
  display: flex;
  gap: 7px;
}

.gm-window-dots span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}

.gm-window-dots .red {
  background: #ff5f57;
}

.gm-window-dots .yellow {
  background: #febc2e;
}

.gm-window-dots .green {
  background: #28c840;
}

.gm-screen-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--white);
  font-size: 11.4px;
  font-weight: 800;
}

.gm-screen-brand img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.gm-screen-pill {
  width: 130px;
  height: 13px;
  justify-self: end;
  border-radius: var(--radius-pill);
  background: rgba(203, 213, 225, 0.22);
}

.gm-screen-content {
  min-height: 230px;
  display: grid;
  grid-template-columns: 52px 1fr;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 34%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.gm-screen-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  background: rgba(3, 7, 18, 0.88);
  border-right: 1px solid rgba(148, 163, 184, 0.09);
}

.gm-screen-sidebar span {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: rgba(148, 163, 184, 0.34);
}

.gm-screen-main {
  padding: 18px;
}

.gm-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.gm-screen-header small {
  display: block;
  margin-bottom: 5px;
  color: #93c5fd;
  font-size: 10.4px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gm-screen-header h3 {
  color: var(--white);
  font-size: 15.8px;
  line-height: 1.1;
}

.gm-status-pill {
  padding: 9px 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: var(--white);
  font-size: 11.4px;
  font-weight: 800;
  white-space: nowrap;
}

.gm-steps-row,
.gm-service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gm-service-row {
  margin-top: 12px;
}

.gm-step-card,
.gm-service-row div {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.09);
}

.gm-step-card {
  min-height: 62px;
  padding: 10px;
}

.gm-service-row div {
  min-height: 54px;
  padding: 10px;
}

.gm-step-card span,
.gm-service-row small {
  display: block;
  margin-bottom: 7px;
  color: rgba(203, 213, 225, 0.72);
  font-size: 10px;
  font-weight: 800;
}

.gm-step-card strong,
.gm-service-row strong {
  color: var(--white);
  font-size: 11.7px;
}

.gm-service-row strong {
  font-size: 13.5px;
  font-weight: 850;
}

.gm-step-card.active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.36), rgba(56, 189, 248, 0.18));
  border-color: rgba(56, 189, 248, 0.32);
}

.gm-step-card.launch {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.44), rgba(37, 99, 235, 0.28));
  border-color: rgba(147, 197, 253, 0.28);
}

.gm-laptop-base {
  position: relative;
  width: 108%;
  height: 24px;
  margin-left: -4%;
  background: linear-gradient(180deg, #1e293b, #060a12);
  border-radius: 0 0 34px 34px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 24px 45px rgba(0, 0, 0, 0.42);
}

.gm-laptop-notch {
  position: absolute;
  left: 50%;
  top: 0;
  width: 150px;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  background: rgba(148, 163, 184, 0.28);
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background: radial-gradient(circle at 18% 14%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(180deg, #090014 0%, #05070d 48%, #02040b 100%);
  color: var(--white);
}

.services-container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.section-kicker {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 9px 14px;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: var(--radius-pill);
  background: rgba(56, 189, 248, 0.08);
  color: #93c5fd;
  font-size: 11.4px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-title-wrap {
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.services-title-wrap h2 {
  font-size: clamp(36.1px, 6vw, 62.3px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.services-title-wrap p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15.3px;
  line-height: 1.75;
}

.service-tabs {
  max-width: 1040px;
  margin: 0 auto 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.service-tab {
  min-height: 42px;
  padding: 0 19px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 12.6px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.service-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.4);
}

.service-tab.active {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: white;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
}

.service-feature-card {
  min-height: 430px;
  display: grid;
  grid-template-columns: 0.95fr 0.75fr;
  align-items: center;
  gap: 46px;
  padding: 42px 52px;
  border-radius: 34px;
  background: #e9eef9;
  color: #05070d;
  overflow: hidden;
}

.service-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}

.service-info {
  max-width: 430px;
}

.service-info > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 11.7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.service-info h3 {
  font-size: clamp(32.3px, 4.3vw, 47.6px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.service-info > p {
  margin-top: 22px;
  color: #334155;
  font-size: 15.3px;
  line-height: 1.7;
}

.service-best-box {
  margin-top: 28px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.service-best-box strong {
  display: block;
  margin-bottom: 8px;
  color: #2563eb;
  font-size: 11.4px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-best-box p {
  color: #475569;
  line-height: 1.65;
}

.service-link {
  width: fit-content;
  display: inline-flex;
  margin-top: 28px;
  padding: 14px 22px;
  border-radius: 14px;
  background: #05070d;
  color: white;
  font-weight: 850;
}

.project-media-wrap {
  width: 100%;
  max-width: 760px;
  min-height: 360px;
  border-radius: 26px;
  overflow: hidden;
  background: #05070d;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

.project-media {
  width: 100%;
  height: 360px;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.build-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.1), transparent 28%),
    linear-gradient(180deg, #05070d 0%, #03040a 100%);
  color: var(--white);
}

.build-container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.build-heading {
  max-width: 880px;
  margin: 0 auto 52px;
  text-align: center;
}

.build-heading h2 {
  font-size: clamp(36.1px, 6vw, 62.3px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.build-heading p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15.3px;
  line-height: 1.75;
}

.build-card {
  position: relative;
  padding: 0;
  border-radius: 34px;
  background: radial-gradient(circle at 48% 45%, rgba(56, 189, 248, 0.1), transparent 32%),
    linear-gradient(145deg, #151515 0%, #0d0f16 45%, #111827 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.build-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 18% 24%, rgba(102, 23, 255, 0.18), transparent 24%),
    radial-gradient(circle at 80% 68%, rgba(56, 189, 248, 0.12), transparent 28%);
  pointer-events: none;
}

.build-dots {
  position: absolute;
  left: 44px;
  top: 250px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transform: translateY(-50%);
}

.build-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.build-dots span.active {
  background: #38bdf8;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
}

.build-slider-window {
  position: relative;
  z-index: 2;
  height: 500px;
  overflow: hidden;
}

.build-track {
  height: 500px;
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.build-slide {
  height: 500px;
  display: grid;
  grid-template-columns: 0.85fr 1.05fr 0.95fr;
  align-items: center;
  gap: 42px;
  padding: 48px 58px 34px;
  overflow: hidden;
}

.build-left,
.build-visual,
.build-right {
  position: relative;
  z-index: 2;
}

.build-left {
  padding-left: 36px;
}

.build-count {
  display: block;
  margin-bottom: 14px;
  color: #93c5fd;
  font-size: 11.4px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.build-left h3 {
  max-width: 360px;
  font-size: clamp(25.5px, 3.3vw, 36.1px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.build-visual {
  min-height: 310px;
  display: grid;
  place-items: center;
}

.build-visual-art {
  width: min(360px, 100%);
  aspect-ratio: 1 / 1.02;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 35%, rgba(56, 189, 248, 0.22), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.visual-frame {
  width: 82%;
  min-height: 250px;
  overflow: hidden;
  border-radius: 22px;
  background: #05070d;
  border: 1px solid rgba(147, 197, 253, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 45px rgba(56, 189, 248, 0.12);
}

.visual-topbar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #02040b;
}

.visual-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
}

.visual-topbar span:nth-child(2) {
  background: #2563eb;
}

.visual-topbar span:nth-child(3) {
  background: #93c5fd;
}

.website-preview {
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 34%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.website-hero-block {
  padding: 20px 18px 10px;
}

.website-pill {
  width: 72px;
  height: 9px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.42);
}

.website-title-line {
  width: 62%;
  height: 17px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.website-text-line {
  height: 9px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.website-text-line.short {
  width: 72%;
}

.website-cta {
  width: 90px;
  height: 28px;
  margin-top: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.website-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 10px 18px 18px;
}

.website-card-grid span {
  min-height: 54px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.ai-preview {
  padding: 0 16px 16px;
  background: radial-gradient(circle at 75% 18%, rgba(124, 58, 237, 0.22), transparent 32%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.ai-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 12px;
}

.ai-header-row span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  color: #93c5fd;
  font-size: 10px;
  font-weight: 850;
}

.ai-header-row span.bot {
  background: rgba(124, 58, 237, 0.18);
  color: #c4b5fd;
}

.ai-chat-card {
  min-height: 48px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.ai-chat-card.user {
  margin-bottom: 10px;
}

.ai-chat-card.bot {
  margin-left: 34px;
  background: rgba(56, 189, 248, 0.09);
}

.ai-chat-card i {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.ai-chat-card i:nth-child(2) {
  width: 70%;
}

.ai-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.ai-insight-grid span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.08);
  font-size: 10px;
  font-weight: 850;
}

.erp-preview {
  background: radial-gradient(circle at 78% 20%, rgba(59, 130, 246, 0.18), transparent 34%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.erp-layout {
  min-height: 216px;
  display: grid;
  grid-template-columns: 50px 1fr;
}

.erp-sidebar {
  padding: 16px 10px;
  border-right: 1px solid rgba(148, 163, 184, 0.09);
  background: rgba(3, 7, 18, 0.6);
}

.erp-sidebar span {
  display: block;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.erp-main {
  padding: 16px;
}

.erp-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.erp-metrics span {
  min-height: 52px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.08);
  font-size: 10px;
  font-weight: 850;
}

.erp-table {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.erp-table span {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.erp-table span:nth-child(2) {
  width: 82%;
}

.erp-table span:nth-child(3) {
  width: 68%;
}

.commerce-preview {
  padding: 0 16px 16px;
  background: radial-gradient(circle at 85% 18%, rgba(34, 197, 94, 0.16), transparent 32%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.commerce-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px 0 14px;
}

.commerce-products div {
  min-height: 86px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.commerce-products span {
  display: block;
  height: 36px;
  margin-bottom: 9px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(34, 197, 94, 0.16));
}

.commerce-products strong {
  color: #fff;
  font-size: 11.4px;
}

.commerce-cart {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.commerce-cart div {
  height: 9px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.commerce-cart .short {
  width: 64%;
}

.commerce-cart button {
  margin-top: 4px;
  padding: 9px 12px;
  border: none;
  border-radius: 11px;
  background: linear-gradient(135deg, #2563eb, #22c55e);
  color: #fff;
  font-size: 10.4px;
  font-weight: 850;
}

.automation-preview {
  padding: 0 16px 16px;
  background: radial-gradient(circle at 30% 18%, rgba(102, 23, 255, 0.26), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(56, 189, 248, 0.18), transparent 34%),
    linear-gradient(135deg, #07111f, #0b1020);
}

.automation-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 24px 0 18px;
}

.automation-flow span {
  padding: 10px 12px;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.1);
  font-size: 10px;
  font-weight: 850;
}

.automation-flow span.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(102, 23, 255, 0.4), rgba(37, 99, 235, 0.24));
  border-color: rgba(56, 189, 248, 0.22);
}

.automation-flow i {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6617ff, #38bdf8);
}

.automation-status {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.automation-status div {
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.automation-status div:nth-child(2) {
  width: 84%;
}

.automation-status div:nth-child(3) {
  width: 68%;
}

.build-right {
  max-width: 420px;
}

.build-right > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14.4px;
  line-height: 1.68;
}

.build-best {
  margin-top: 22px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(148, 163, 184, 0.13);
}

.build-best span {
  display: block;
  margin-bottom: 8px;
  color: #93c5fd;
  font-size: 10.4px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.build-best p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11.7px;
  line-height: 1.55;
}

.build-link {
  width: fit-content;
  display: inline-flex;
  margin-top: 22px;
  color: var(--white);
  font-weight: 850;
  font-size: 12.6px;
}

.build-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 58px 34px;
  background: transparent;
}

.build-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.build-tabs::-webkit-scrollbar {
  display: none;
}

.build-tab {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.46);
  font: inherit;
  font-size: 11.7px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease,
    transform 0.25s ease;
}

.build-tab:hover {
  color: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

.build-tab.active {
  color: var(--white);
}

.build-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.build-arrow {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 14px;
  background: #03040a;
  color: var(--white);
  font-size: 27.2px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.build-arrow:hover {
  transform: translateY(-2px);
  background: #111827;
}

@media (max-width: 1100px) {
  .build-section {
    padding: 96px 0 110px;
  }

  .build-container {
    width: min(100% - 32px, 1220px);
  }

  .build-heading {
    margin-bottom: 34px;
  }

  .build-heading h2 {
    font-size: clamp(28.9px, 6vw, 42.6px);
    letter-spacing: -0.055em;
  }

  .build-heading p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .build-slider-window,
.build-track,
.build-slide {
    height: 675px;
  }

  .build-slide {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 22px;
    padding: 42px 42px 24px;
  }

  .build-left {
    padding-left: 0;
  }

  .build-left h3 {
    max-width: 100%;
    font-size: 27.2px;
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

  .build-visual {
    min-height: auto;
  }

  .build-visual-art {
    width: min(100%, 540px);
    aspect-ratio: 16 / 8.4;
  }

  .visual-frame {
    width: 84%;
    min-height: 220px;
  }

  .build-right {
    max-width: 100%;
  }

  .build-right > p {
    font-size: 12.6px;
    line-height: 1.55;
  }

  .build-best {
    margin-top: 14px;
    padding: 15px;
  }

  .build-best p {
    font-size: 11.4px;
    line-height: 1.45;
  }

  .build-bottom {
    padding: 18px 42px 30px;
    align-items: flex-end;
  }

  .build-tabs {
    max-width: calc(100% - 125px);
    gap: 18px;
  }

  .build-tab {
    font-size: 11.4px;
  }

  .build-arrow {
    width: 46px;
    height: 46px;
    font-size: 25.5px;
  }

  .build-dots {
    display: none;
  }

  .service-feature-card {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 28px;
  }

  .project-media-wrap {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .project-media {
    width: 100%;
    height: 100%;
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .service-info {
    max-width: 100%;
  }

  .service-info h3 {
    font-size: clamp(28.9px, 6vw, 39.4px);
  }
}

@media (max-width: 980px) {
  .navbar {
    width: min(100% - 32px, 1220px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 82px;
    left: 16px;
    right: 16px;
    z-index: 50;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: var(--white);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu a {
    padding: 14px;
  }

  .nav-cta {
    text-align: center;
  }
  .nav-cta * {
  color: #ffffff !important;
}
.nav-cta:hover,
.nav-cta:focus,
.nav-cta:visited {
  color: #ffffff !important;
  opacity: 1 !important;
}
}

@media (max-width: 768px) {
  .hero-scroll {
    height: auto;
  }

  .hero-sticky {
    position: relative;
    height: auto;
    top: auto;
    padding-top: 16px;
  }

  .hero-card {
    width: calc(100% - 24px) !important;
    height: auto !important;
    min-height: auto;
    margin: 0 auto;
    padding: 28px 18px 0;
    border-radius: 28px !important;
  }

  .hero-content {
    padding: 36px 0 0;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-badge {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-content h1 {
    font-size: clamp(28.9px, 10vw, 39.4px);
    line-height: 1.08;
  }

  .hero-content p {
    max-width: 100%;
    font-size: 12.6px;
    line-height: 1.7;
  }

  .hero-dashboard {
    position: relative;
    left: auto;
    bottom: -24px !important;
    width: 96% !important;
    margin: 28px auto 0;
    transform: none !important;
  }

  .gm-screen-topbar {
    height: 38px;
    grid-template-columns: 72px 1fr;
    padding: 0 10px;
  }

  .gm-screen-pill,
  .gm-screen-sidebar {
    display: none;
  }

  .gm-screen-brand {
    justify-content: flex-start;
    font-size: 10.4px;
  }

  .gm-screen-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gm-screen-main {
    padding: 12px;
  }

  .gm-screen-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gm-screen-header h3 {
    font-size: 13.5px;
  }

  .gm-status-pill {
    font-size: 10.4px;
    padding: 8px 10px;
  }

  .gm-steps-row,
.gm-service-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gm-step-card,
.gm-service-row div {
    min-height: auto;
    padding: 10px;
  }

  .gm-step-card strong,
.gm-service-row strong {
    font-size: 11.4px;
  }

  .gm-laptop-base {
    height: 16px;
  }

  .gm-laptop-notch {
    width: 90px;
    height: 7px;
  }

  .build-section {
    padding: 80px 0 92px;
  }

  .build-container {
    width: calc(100% - 20px);
  }

  .build-heading {
    margin-bottom: 26px;
  }

  .build-heading h2 {
    font-size: 25.5px;
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .build-heading p {
    font-size: 11.7px;
    line-height: 1.6;
  }

  .build-card {
    border-radius: 24px;
  }

  .build-slider-window,
.build-track,
.build-slide {
    height: 620px;
  }

  .build-slide {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 14px;
    padding: 28px 18px 16px;
  }

  .build-count {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .build-left h3 {
    font-size: 21.1px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .build-visual-art {
    width: 100%;
    aspect-ratio: 16 / 8;
    border-radius: 20px;
  }

  .visual-frame {
    width: 86%;
    min-height: 150px;
    border-radius: 16px;
  }

  .visual-topbar {
    height: 26px;
  }

  .website-hero-block {
    padding: 14px 14px 6px;
  }

  .website-card-grid {
    gap: 8px;
    padding: 8px 14px 14px;
  }

  .website-card-grid span {
    min-height: 34px;
    border-radius: 10px;
  }

  .ai-preview,
.commerce-preview,
.automation-preview {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .ai-header-row {
    padding: 12px 0 9px;
  }

  .ai-chat-card {
    min-height: 30px;
  }

  .ai-insight-grid {
    gap: 7px;
    margin-top: 10px;
  }

  .ai-insight-grid span,
.erp-metrics span,
.automation-flow span {
    font-size: 8.5px;
  }

  .erp-layout {
    min-height: 145px;
    grid-template-columns: 34px 1fr;
  }

  .erp-main {
    padding: 12px;
  }

  .erp-metrics {
    gap: 7px;
  }

  .erp-metrics span {
    min-height: 34px;
  }

  .commerce-products {
    gap: 7px;
    padding: 12px 0 10px;
  }

  .commerce-products div {
    min-height: 58px;
    padding: 8px;
  }

  .commerce-products span {
    height: 22px;
    margin-bottom: 6px;
  }

  .commerce-cart {
    padding: 10px;
  }

  .automation-flow {
    gap: 6px;
    padding: 16px 0 12px;
  }

  .automation-flow span {
    padding: 8px 9px;
  }

  .automation-flow i {
    width: 15px;
  }

  .build-right > p {
    font-size: 11.4px;
    line-height: 1.5;
  }

  .build-best {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .build-best span {
    font-size: 9.5px;
    margin-bottom: 6px;
  }

  .build-best p {
    font-size: 10.5px;
    line-height: 1.4;
  }

  .build-link {
    margin-top: 12px;
    font-size: 10.9px;
  }

  .build-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 18px 20px;
  }

  .build-tabs {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 0 8px;
  }

  .build-tab {
    flex: 0 0 auto;
    font-size: 10.5px;
    line-height: 1;
  }

  .build-arrows {
    justify-content: flex-end;
  }

  .build-arrow {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 22px;
  }

  .services-section {
    padding: 90px 0 100px;
  }

  .services-container {
    width: min(100% - 24px, 1220px);
  }

  .services-title-wrap h2 {
    font-size: 32.3px;
  }

  .services-title-wrap p {
    font-size: 13.5px;
  }

  .service-tabs {
  max-width: 100% !important;
  margin: 0 auto 24px !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  overflow: visible !important;
  padding: 0 !important;
}

  .service-tab {
  flex: 0 1 auto !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 9.5px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

  .service-feature-card {
    padding: 20px;
    border-radius: 24px;
    gap: 24px;
  }

  .project-media-wrap {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    min-height: auto;
    border-radius: 20px;
  }

  .project-media {
    width: 100%;
    height: 100%;
    min-height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
  }

  .service-info h3 {
    font-size: 27.2px;
    line-height: 1;
  }

  .service-info > p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .service-best-box {
    padding: 18px;
    border-radius: 18px;
  }

  .service-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-top: 12px;
  }

  .navbar {
    width: min(100% - 22px, 1220px);
  }

  .brand span {
    font-size: 15.8px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero-card {
    width: calc(100% - 12px) !important;
    padding: 22px 14px 0;
  }

  .hero-content h1 {
    font-size: 25.5px;
  }

  .hero-content p {
    font-size: 11.7px;
  }

  .hero-btn-primary,
.hero-btn-icon {
    transform: scale(0.95);
  }

  .hero-dashboard {
    width: 100% !important;
    bottom: -18px !important;
  }
}

@media (max-width: 430px) {
  .build-slider-window,
.build-track,
.build-slide {
    height: 610px;
  }

  .build-slide {
    padding: 26px 15px 14px;
  }

  .build-left h3 {
    font-size: 19.4px;
  }

  .build-visual-art {
    aspect-ratio: 16 / 7.4;
  }

  .visual-frame {
    min-height: 138px;
  }

  .project-media-wrap {
    aspect-ratio: 4 / 3;
  }

  .project-media {
    aspect-ratio: 4 / 3;
  }

  .service-info h3 {
    font-size: 24.6px;
  }
}

@media (max-width: 380px) {
  .build-slider-window,
.build-track,
.build-slide {
    height: 640px;
  }
}

@media (max-width: 768px) {
  .build-card {
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .build-slider-window,
.build-track,
.build-slide {
    height: 720px !important;
  }

  .build-slide {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 24px 16px 12px !important;
    overflow: hidden !important;
  }

  .build-left {
    order: 1 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .build-left h3 {
    max-width: 100% !important;
    font-size: 19.4px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em !important;
    margin: 0 !important;
  }

  .build-visual {
    order: 2 !important;
    width: 100% !important;
    min-height: auto !important;
    display: block !important;
  }

  .build-visual-art {
    width: 100% !important;
    max-width: 100% !important;
    height: 180px !important;
    min-height: 180px !important;
    aspect-ratio: auto !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 18px !important;
  }

  .visual-frame {
    width: 88% !important;
    min-height: 130px !important;
    max-height: 145px !important;
    border-radius: 15px !important;
  }

  .visual-topbar {
    height: 24px !important;
  }

  .website-preview,
.ai-preview,
.erp-preview,
.commerce-preview,
.automation-preview {
    min-height: 105px !important;
    max-height: 120px !important;
    overflow: hidden !important;
  }

  .website-card-grid span {
    height: 28px !important;
    min-height: 28px !important;
  }

  .build-right {
    order: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .build-right > p {
    font-size: 10.9px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }

  .build-best {
    margin-top: 11px !important;
    padding: 11px !important;
    border-radius: 14px !important;
  }

  .build-best span {
    font-size: 9px !important;
    margin-bottom: 5px !important;
  }

  .build-best p {
    font-size: 10px !important;
    line-height: 1.38 !important;
  }

  .build-link {
    margin-top: 11px !important;
    font-size: 10.4px !important;
  }

  .build-bottom {
    padding: 12px 16px 18px !important;
    gap: 12px !important;
  }

  .build-tabs {
    width: 100% !important;
    max-width: 100% !important;
    gap: 16px !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
  }

  .build-tab {
    flex: 0 0 auto !important;
    font-size: 9.5px !important;
  }

  .build-arrows {
    justify-content: flex-end !important;
  }

  .build-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 21.1px !important;
  }
}

@media (max-width: 430px) {
  .build-slider-window,
.build-track,
.build-slide {
    height: 690px !important;
  }

  .build-left h3 {
    font-size: 17.6px !important;
  }

  .build-visual-art {
    height: 165px !important;
    min-height: 165px !important;
  }

  .visual-frame {
    min-height: 120px !important;
    max-height: 130px !important;
  }
}

.pricing-calculator-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background: radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(102, 23, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #02040b 0%, #05070d 52%, #02040b 100%);
  color: var(--white);
}

.pricing-container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.pricing-header {
  max-width: 870px;
  margin: 0 auto 52px;
  text-align: center;
}

.pricing-header h2 {
  font-size: clamp(36.1px, 6vw, 62.3px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.pricing-header p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15.3px;
  line-height: 1.75;
}

.calculator-shell {
  display: grid;
  grid-template-columns: 1.12fr 0.72fr;
  gap: 24px;
  align-items: start;
}

.calculator-main,
.estimate-panel {
  border-radius: 34px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 34%),
    linear-gradient(145deg, #0d111c, #070a12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.calculator-main {
  padding: 32px;
}

.estimate-panel {
  position: sticky;
  top: 24px;
  padding: 30px;
}

.step-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: #93c5fd;
  font-size: 11.4px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.estimate-badge {
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.1);
  color: #93c5fd;
  font-size: 10.4px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.estimate-panel h3 {
  margin-bottom: 20px;
  font-size: 25.5px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.total-box {
  padding: 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 36%),
    linear-gradient(135deg, #111827, #070a12);
  border: 1px solid rgba(56, 189, 248, 0.2);
  margin-bottom: 20px;
}

.total-box span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11.7px;
  font-weight: 750;
}

.total-box strong {
  display: block;
  font-size: 37.7px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.total-box em {
  display: block;
  margin-top: 10px;
  color: #93c5fd;
  font-style: normal;
  font-size: 12.6px;
  font-weight: 750;
}

.summary-block {
  display: grid;
  gap: 13px;
  padding: 18px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.6px;
  line-height: 1.45;
}

.summary-row strong {
  color: var(--white);
  text-align: right;
}

.breakdown-box {
  margin-bottom: 20px;
}

.breakdown-box h4 {
  margin-bottom: 12px;
  font-size: 14.4px;
}

#estimateBreakdown {
  display: grid;
  gap: 9px;
}

#estimateBreakdown p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11.7px;
  line-height: 1.4;
}

.estimate-note {
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11.9px;
  line-height: 1.55;
  margin-bottom: 20px;
}

.request-estimate-btn {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
  transition: transform 0.25s ease,
    opacity 0.25s ease;
}

.request-estimate-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .pricing-container {
    width: min(100% - 32px, 1220px);
  }

  .calculator-shell {
    grid-template-columns: 1fr;
  }

  .estimate-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 768px) {
  .pricing-calculator-section {
    padding: 88px 0 105px;
  }

  .pricing-container {
    width: min(100% - 24px, 1220px);
  }

  .pricing-header {
    margin-bottom: 32px;
  }

  .pricing-header h2 {
    font-size: 28.9px;
    line-height: 1.04;
    letter-spacing: -0.055em;
  }

  .pricing-header p {
    font-size: 12.6px;
    line-height: 1.6;
  }

  .calculator-main,
.estimate-panel {
    padding: 22px;
    border-radius: 26px;
  }

  .estimate-panel h3 {
    font-size: 22px;
  }

  .total-box strong {
    font-size: 32.3px;
  }

  .summary-row {
    font-size: 11.7px;
  }
}

.pricing-calculator-section {
  padding-bottom: 160px;
}

.step-label {
  margin-bottom: 10px;
}

.calculator-main {
  display: block;
}

.estimate-panel {
  top: 90px;
}

.request-estimate-btn {
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .estimate-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 768px) {
  .pricing-calculator-section {
    padding-bottom: 130px;
  }

  .calculator-shell {
    gap: 22px;
  }

  .estimate-panel {
    margin-bottom: 20px;
  }
}

.estimate-panel {
  background: linear-gradient(180deg, rgba(8, 17, 35, 0.96), rgba(5, 11, 24, 0.98));
  border: 1px solid rgba(88, 166, 255, 0.16);
  border-radius: 28px;
  padding: 28px;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}

.estimate-panel {
  display: flex;
  flex-direction: column;
}

.estimate-panel h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 35.7px;
  line-height: 1.1;
}

.estimate-note {
  margin-top: auto;
  padding-top: 20px;
  color: #8ea6c7;
  font-size: 12.6px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .estimate-panel {
    height: auto;
  }
}

@media (max-width: 768px) {
  .estimate-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .estimate-panel h2 {
    font-size: 25.5px;
  }
}

.pricing-calculator-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 120px 0 140px !important;
  background: radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(102, 23, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #02040b 0%, #05070d 52%, #02040b 100%) !important;
  color: var(--white) !important;
}

.pricing-container {
  width: min(1220px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
}

.pricing-header {
  max-width: 870px !important;
  margin: 0 auto 52px !important;
  text-align: center !important;
}

.pricing-header h2 {
  font-size: clamp(36.1px, 6vw, 62.3px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.07em !important;
  color: var(--white) !important;
}

.pricing-header p {
  max-width: 720px !important;
  margin: 20px auto 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 15.3px !important;
  line-height: 1.75 !important;
}

.calculator-shell {
  display: grid !important;
  grid-template-columns: 1.05fr 0.72fr !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.calculator-main,
.estimate-panel {
  height: 100% !important;
  min-height: 620px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 34%),
    linear-gradient(145deg, #0d111c, #070a12) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.calculator-main {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  padding: 32px !important;
}

.estimate-panel {
  position: relative !important;
  top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px !important;
}

.calculator-dropdown-block {
  padding: 24px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.035) !important;
}

.step-label {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  color: #93c5fd !important;
  font-size: 11.4px !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

.calculator-dropdown-block h3 {
  margin: 0 0 18px !important;
  font-size: 23.8px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  color: var(--white) !important;
}

.addons-dropdown {
  position: relative !important;
  display: block !important;
}

.addons-dropdown summary {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(7, 10, 18, 0.96)) !important;
  color: var(--white) !important;
  cursor: pointer !important;
  list-style: none !important;
}

.addons-dropdown summary::-webkit-details-marker {
  display: none !important;
}

.addons-dropdown summary span {
  font-size: 13.5px !important;
  font-weight: 850 !important;
}

.addons-dropdown summary strong {
  color: #93c5fd !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.addons-dropdown-menu {
  margin-top: 12px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  padding: 12px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  background: rgba(3, 7, 18, 0.88) !important;
}

.addons-dropdown-menu::-webkit-scrollbar {
  width: 6px !important;
}

.addons-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(56, 189, 248, 0.45) !important;
}

.addon-dropdown-item {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 12px !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  transition: background 0.2s ease,
    border-color 0.2s ease !important;
}

.addon-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.055) !important;
}

.addon-dropdown-item input {
  width: 17px !important;
  height: 17px !important;
  accent-color: var(--blue) !important;
}

.addon-dropdown-item span {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 12.6px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

.addon-dropdown-item em {
  color: #93c5fd !important;
  font-style: normal !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.addon-dropdown-item:has(input:checked) {
  background: rgba(59, 130, 246, 0.14) !important;
}

.estimate-badge {
  width: fit-content !important;
  margin-bottom: 20px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(56, 189, 248, 0.1) !important;
  color: #93c5fd !important;
  font-size: 10.4px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.estimate-panel h3 {
  margin: 0 0 20px !important;
  font-size: 25.5px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.05em !important;
  color: var(--white) !important;
}

.total-box {
  padding: 24px !important;
  border-radius: 24px !important;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 36%),
    linear-gradient(135deg, #111827, #070a12) !important;
  border: 1px solid rgba(56, 189, 248, 0.2) !important;
  margin-bottom: 20px !important;
}

.total-box span {
  display: block !important;
  margin-bottom: 8px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11.7px !important;
  font-weight: 750 !important;
}

.total-box strong {
  display: block !important;
  font-size: 37.7px !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  font-weight: 950 !important;
  color: var(--white) !important;
}

.total-box em {
  display: block !important;
  margin-top: 10px !important;
  color: #93c5fd !important;
  font-style: normal !important;
  font-size: 12.6px !important;
  font-weight: 750 !important;
}

.summary-block {
  display: grid !important;
  gap: 13px !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.14) !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
  margin-bottom: 20px !important;
}

.summary-row {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 12.6px !important;
  line-height: 1.45 !important;
}

.summary-row strong {
  color: var(--white) !important;
  text-align: right !important;
}

.breakdown-box {
  margin-bottom: 20px !important;
}

.breakdown-box h4 {
  margin-bottom: 12px !important;
  font-size: 14.4px !important;
  color: var(--white) !important;
}

#estimateBreakdown {
  display: grid !important;
  gap: 9px !important;
  max-height: 235px !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
}

#estimateBreakdown::-webkit-scrollbar {
  width: 6px !important;
}

#estimateBreakdown::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(56, 189, 248, 0.35) !important;
}

#estimateBreakdown p {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 11px 13px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11.7px !important;
  line-height: 1.4 !important;
}

#estimateBreakdown p span {
  min-width: 0 !important;
}

#estimateBreakdown p strong {
  color: var(--white) !important;
  white-space: nowrap !important;
}

.estimate-note {
  margin-top: auto !important;
  padding: 15px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11.9px !important;
  line-height: 1.55 !important;
  margin-bottom: 20px !important;
}

.request-estimate-btn {
  width: 100% !important;
  min-height: 48px !important;
  border: none !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, var(--blue), var(--cyan)) !important;
  color: var(--white) !important;
  font: inherit !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25) !important;
  transition: transform 0.25s ease,
    opacity 0.25s ease !important;
}

.request-estimate-btn:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 1100px) {
  .pricing-container {
    width: min(100% - 32px, 1220px) !important;
  }

  .calculator-shell {
    grid-template-columns: 1fr !important;
  }

  .calculator-main,
.estimate-panel {
    min-height: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .pricing-calculator-section {
    padding: 88px 0 105px !important;
  }

  .pricing-container {
    width: min(100% - 24px, 1220px) !important;
  }

  .pricing-header {
    margin-bottom: 32px !important;
  }

  .pricing-header h2 {
    font-size: 28.9px !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em !important;
  }

  .pricing-header p {
    font-size: 12.6px !important;
    line-height: 1.6 !important;
  }

  .calculator-main,
.estimate-panel {
    padding: 22px !important;
    border-radius: 26px !important;
  }

  .calculator-dropdown-block {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .calculator-dropdown-block h3 {
    font-size: 19.4px !important;
  }

  .addons-dropdown summary {
    min-height: 54px !important;
    font-size: 11.7px !important;
  }

  .addons-dropdown summary {
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 16px !important;
  }

  .addons-dropdown-menu {
    max-height: 320px !important;
  }

  .addon-dropdown-item {
    grid-template-columns: auto 1fr !important;
  }

  .addon-dropdown-item em {
    grid-column: 2 !important;
  }

  .estimate-panel h3 {
    font-size: 22px !important;
  }

  .total-box strong {
    font-size: 32.3px !important;
  }

  .summary-row {
    font-size: 11.7px !important;
  }
}

.tier-dropdown {
  position: relative !important;
  display: block !important;
}

.tier-dropdown summary {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(7, 10, 18, 0.96)) !important;
  color: var(--white) !important;
  cursor: pointer !important;
  list-style: none !important;
}

.tier-dropdown summary::-webkit-details-marker {
  display: none !important;
}

.tier-dropdown summary span {
  min-width: 0 !important;
  color: var(--white) !important;
  font-size: 12.6px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.tier-dropdown summary strong {
  flex: 0 0 auto !important;
  color: #93c5fd !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.tier-dropdown-menu {
  margin-top: 12px !important;
  padding: 10px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  background: rgba(3, 7, 18, 0.96) !important;
  max-height: 320px !important;
  overflow-y: auto !important;
}

.tier-dropdown-item {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 12px !important;
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: var(--white) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

.tier-dropdown-item:hover,
.tier-dropdown-item.active {
  background: rgba(59, 130, 246, 0.14) !important;
}

.tier-dropdown-item span {
  min-width: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12.6px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.tier-dropdown-item em {
  color: #93c5fd !important;
  font-style: normal !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .tier-dropdown summary {
    min-height: 54px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 16px !important;
  }

  .tier-dropdown-menu {
    max-height: 280px !important;
  }

  .tier-dropdown-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}

.maintenance-dropdown {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.maintenance-dropdown summary {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(7, 10, 18, 0.96)) !important;
  color: var(--white) !important;
  cursor: pointer !important;
  list-style: none !important;
}

.maintenance-dropdown summary::-webkit-details-marker {
  display: none !important;
}

.maintenance-dropdown summary span {
  min-width: 0 !important;
  color: var(--white) !important;
  font-size: 12.6px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.maintenance-dropdown summary strong {
  flex: 0 0 auto !important;
  color: #93c5fd !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.maintenance-dropdown-menu {
  width: 100% !important;
  margin-top: 12px !important;
  padding: 10px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  background: rgba(3, 7, 18, 0.96) !important;
  overflow: hidden !important;
}

.maintenance-dropdown-item {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 12px !important;
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: var(--white) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

.maintenance-dropdown-item:hover,
.maintenance-dropdown-item.active {
  background: rgba(59, 130, 246, 0.14) !important;
}

.maintenance-dropdown-item span {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12.6px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.maintenance-dropdown-item em {
  color: #93c5fd !important;
  font-style: normal !important;
  font-size: 11.7px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .maintenance-dropdown summary {
    min-height: 54px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 16px !important;
  }

  .maintenance-dropdown-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}

main section:not(.hero-scroll) h2 {
  font-size: clamp(27.2px, 4.5vw, 45.9px) !important;
  line-height: 1.05 !important;
}

main section:not(.hero-scroll) h3 {
  font-size: clamp(19.4px, 2.8vw, 28.9px) !important;
  line-height: 1.12 !important;
}

main section:not(.hero-scroll) p {
  font-size: 12.6px !important;
  line-height: 1.6 !important;
}

main section:not(.hero-scroll) a,
main section:not(.hero-scroll) button,
main section:not(.hero-scroll) label,
main section:not(.hero-scroll) span,
main section:not(.hero-scroll) small,
main section:not(.hero-scroll) strong,
main section:not(.hero-scroll) em,
main section:not(.hero-scroll) select,
main section:not(.hero-scroll) input,
main section:not(.hero-scroll) textarea {
  font-size: 11.7px !important;
}

main section:not(.hero-scroll) .services-title-wrap h2,
main section:not(.hero-scroll) .build-heading h2,
main section:not(.hero-scroll) .pricing-header h2 {
  font-size: clamp(28.9px, 5vw, 47.6px) !important;
}

main section:not(.hero-scroll) .services-title-wrap p,
main section:not(.hero-scroll) .build-heading p,
main section:not(.hero-scroll) .pricing-header p {
  font-size: 12.6px !important;
  line-height: 1.6 !important;
}

main section:not(.hero-scroll) .service-info h3 {
  font-size: clamp(25.5px, 3.6vw, 36.1px) !important;
}

main section:not(.hero-scroll) .service-info > p {
  font-size: 12.6px !important;
  line-height: 1.6 !important;
}

main section:not(.hero-scroll) .service-tab {
  font-size: 11.4px !important;
}

main section:not(.hero-scroll) .build-left h3 {
  font-size: clamp(21.1px, 3vw, 30.6px) !important;
}

main section:not(.hero-scroll) .build-right > p {
  font-size: 11.7px !important;
  line-height: 1.55 !important;
}

main section:not(.hero-scroll) .build-best p {
  font-size: 11.4px !important;
}

main section:not(.hero-scroll) .calculator-dropdown-block h3 {
  font-size: 19.4px !important;
}

main section:not(.hero-scroll) .tier-dropdown summary span,
main section:not(.hero-scroll) .addons-dropdown summary span,
main section:not(.hero-scroll) .maintenance-dropdown summary span {
  font-size: 11.4px !important;
}

main section:not(.hero-scroll) .addon-dropdown-item span,
main section:not(.hero-scroll) .tier-dropdown-item span,
main section:not(.hero-scroll) .maintenance-dropdown-item span {
  font-size: 11.4px !important;
}

main section:not(.hero-scroll) .addon-dropdown-item em,
main section:not(.hero-scroll) .tier-dropdown-item em,
main section:not(.hero-scroll) .maintenance-dropdown-item em {
  font-size: 11.4px !important;
}

main section:not(.hero-scroll) .estimate-panel h3 {
  font-size: 21.1px !important;
}

main section:not(.hero-scroll) .total-box strong {
  font-size: 30.6px !important;
}

main section:not(.hero-scroll) #estimateBreakdown p {
  font-size: 11.4px !important;
}

@media (max-width: 768px) {
  main section:not(.hero-scroll) h2 {
    font-size: 24.6px !important;
  }

  main section:not(.hero-scroll) h3 {
    font-size: 17.6px !important;
  }

  main section:not(.hero-scroll) p {
    font-size: 11.9px !important;
  }

  main section:not(.hero-scroll) .services-title-wrap h2,
main section:not(.hero-scroll) .build-heading h2,
main section:not(.hero-scroll) .pricing-header h2 {
    font-size: 24.6px !important;
  }

  main section:not(.hero-scroll) .services-title-wrap p,
main section:not(.hero-scroll) .build-heading p,
main section:not(.hero-scroll) .pricing-header p {
    font-size: 11.9px !important;
  }

  main section:not(.hero-scroll) .calculator-dropdown-block h3 {
    font-size: 15.8px !important;
  }

  main section:not(.hero-scroll) .total-box strong {
    font-size: 25.5px !important;
  }
}
/* =========================
   Calculator updates:
   add-on descriptions, hosting, VAT
========================= */

.addon-with-description {
  align-items: flex-start !important;
}

.addon-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
}

.addon-copy strong {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11.4px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.addon-copy small {
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 10.4px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.addon-video-link {
  width: fit-content !important;
  color: #93c5fd !important;
  font-size: 10.4px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.addon-video-link:hover {
  text-decoration: underline !important;
}

/* Hosting dropdown uses same style as maintenance */

.hosting-dropdown {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.hosting-dropdown summary {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(7, 10, 18, 0.96)) !important;
  color: var(--white) !important;
  cursor: pointer !important;
  list-style: none !important;
}

.hosting-dropdown summary::-webkit-details-marker {
  display: none !important;
}

.hosting-dropdown summary span {
  min-width: 0 !important;
  color: var(--white) !important;
  font-size: 11.4px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.hosting-dropdown summary strong {
  flex: 0 0 auto !important;
  color: #93c5fd !important;
  font-size: 11.4px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.hosting-dropdown-menu {
  width: 100% !important;
  margin-top: 12px !important;
  padding: 10px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  background: rgba(3, 7, 18, 0.96) !important;
  overflow: hidden !important;
}

.hosting-dropdown-item {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 12px !important;
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: var(--white) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

.hosting-dropdown-item:hover,
.hosting-dropdown-item.active {
  background: rgba(59, 130, 246, 0.14) !important;
}

.hosting-dropdown-item span {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 11.4px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.hosting-dropdown-item em {
  color: #93c5fd !important;
  font-style: normal !important;
  font-size: 11.4px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .addon-dropdown-item {
    align-items: flex-start !important;
  }

  .addon-dropdown-item em {
    grid-column: 2 !important;
  }

  .hosting-dropdown summary {
    min-height: 54px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 16px !important;
  }

  .hosting-dropdown-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}
.addon-info-btn {
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 11.4px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
}

.addon-info-btn:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.addon-info-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
}

.addon-info-modal.active {
  display: flex !important;
}

.addon-info-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(2, 6, 23, 0.72) !important;
  backdrop-filter: blur(14px) !important;
}

.addon-info-box {
  position: relative !important;
  width: min(680px, 100%) !important;
  max-height: 86vh !important;
  overflow-y: auto !important;
  border-radius: 28px !important;
  padding: 30px !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45) !important;
}

.addon-info-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  font-size: 19.4px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.addon-info-kicker {
  display: inline-flex !important;
  margin-bottom: 12px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(59, 130, 246, 0.12) !important;
  color: #bfdbfe !important;
  font-size: 11.4px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.addon-info-box h3 {
  margin: 0 42px 10px 0 !important;
  color: #ffffff !important;
  font-size: clamp(21.1px, 4vw, 28.9px) !important;
  line-height: 1.1 !important;
}

.addon-info-box p {
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
}

.addon-info-video {
  overflow: hidden !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.addon-info-video video {
  display: block !important;
  width: 100% !important;
  max-height: 380px !important;
  object-fit: cover !important;
}

.addon-info-text {
  display: none !important;
  padding: 20px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.addon-info-text ul {
  margin: 0 !important;
  padding-left: 18px !important;
}

.addon-info-text li {
  margin-bottom: 10px !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 12.6px !important;
  line-height: 1.55 !important;
}

.addon-info-text li:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .addon-info-modal {
    padding: 16px !important;
  }

  .addon-info-box {
    padding: 24px 20px !important;
    border-radius: 22px !important;
  }

  .addon-info-box h3 {
    font-size: 21.1px !important;
  }
}
.step-title-with-info {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.step-title-with-info h3 {
  margin: 0 !important;
}

.hosting-info-btn {
  flex: 0 0 auto !important;
}
.step-title-with-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.step-title-with-info h3 {
  margin: 0 !important;
  line-height: 1.1 !important;
}

.hosting-info-btn {
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}
.hosting-toggle-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.hosting-toggle-note {
  margin: 8px 0 0 !important;
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 11.7px !important;
  line-height: 1.5 !important;
}

.hosting-switch {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  user-select: none !important;
}

.hosting-switch input {
  display: none !important;
}

.hosting-slider {
  position: relative !important;
  width: 54px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  transition: 0.25s ease !important;
}

.hosting-slider::before {
  content: "" !important;
  position: absolute !important;
  width: 22px !important;
  height: 22px !important;
  left: 4px !important;
  top: 3px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.9) !important;
  transition: 0.25s ease !important;
}

.hosting-switch input:checked + .hosting-slider {
  background: rgba(59, 130, 246, 0.85) !important;
  border-color: rgba(147, 197, 253, 0.75) !important;
}

.hosting-switch input:checked + .hosting-slider::before {
  transform: translateX(24px) !important;
}

.hosting-switch strong {
  min-width: 28px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 11.7px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .hosting-toggle-header {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}
.admin-login-page,
.order-page {
  min-height: 100vh !important;
  padding: 120px 20px 60px !important;
  background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.16), transparent 34%),
    #020617 !important;
}

.admin-login-section,
.order-section {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
}

.admin-login-card {
  width: min(520px, 100%) !important;
  margin: 0 auto !important;
  padding: 34px !important;
  border-radius: 28px !important;
  background: rgba(15, 23, 42, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35) !important;
}

.admin-login-card h1,
.order-container h1 {
  color: #ffffff !important;
  margin: 12px 0 !important;
}

.admin-login-card p,
.order-intro {
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.7 !important;
}

.admin-login-form,
.order-form {
  display: grid !important;
  gap: 16px !important;
  margin-top: 24px !important;
}

.admin-login-form label,
.order-form label {
  display: grid !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 11.7px !important;
  font-weight: 700 !important;
}

.admin-login-form input,
.order-form input,
.order-form select,
.order-form textarea {
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 13px 14px !important;
  outline: none !important;
}

.order-form textarea {
  resize: vertical !important;
}

.order-message {
  margin: 0 !important;
  font-size: 11.7px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.order-message.success {
  color: #86efac !important;
}

.order-message.error {
  color: #fca5a5 !important;
}
.order-layout {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 28px !important;
  align-items: flex-start !important;
  margin-top: 34px !important;
}

.order-summary-card,
.order-form {
  padding: 30px !important;
  border-radius: 28px !important;
  background: rgba(15, 23, 42, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

.order-summary-card h2,
.order-form h2 {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(24.6px, 4vw, 35.7px) !important;
  line-height: 1.1 !important;
}

.order-summary-list {
  display: grid !important;
  gap: 12px !important;
}

.order-summary-list p {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.order-summary-list span {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12.6px !important;
}

.order-summary-list strong {
  color: #ffffff !important;
  font-size: 12.6px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

.order-summary-total {
  margin-top: 14px !important;
  padding: 20px !important;
  border-radius: 20px !important;
  background: rgba(59, 130, 246, 0.12) !important;
  border: 1px solid rgba(96, 165, 250, 0.22) !important;
}

.order-summary-total span {
  display: block !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 11.7px !important;
  margin-bottom: 6px !important;
}

.order-summary-total strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 25.5px !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
}

.order-summary-total small {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 11.7px !important;
}

@media (max-width: 900px) {
  .order-layout {
    grid-template-columns: 1fr !important;
  }
}

.admin-orders-page {
  min-height: 100vh !important;
  padding: 110px 20px 60px !important;
  background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.16), transparent 34%),
    #020617 !important;
}

.admin-orders-section {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
}

.admin-orders-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 30px !important;
}

.admin-orders-header h1 {
  margin: 12px 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(28.9px, 5vw, 47.6px) !important;
}

.admin-orders-header p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62) !important;
}

.admin-logout-btn {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.admin-orders-table-wrap {
  overflow-x: auto !important;
  border-radius: 24px !important;
  background: rgba(15, 23, 42, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.admin-orders-table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 850px !important;
}

.admin-orders-table th,
.admin-orders-table td {
  padding: 18px 20px !important;
  text-align: left !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12.6px !important;
}

.admin-orders-table th {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11.4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.admin-orders-table td strong {
  display: block !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.admin-orders-table td small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255, 255, 255, 0.48) !important;
}

.admin-status-pill {
  display: inline-flex !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(59, 130, 246, 0.12) !important;
  color: #bfdbfe !important;
  font-size: 11.4px !important;
  font-weight: 800 !important;
  text-transform: capitalize !important;
}

@media (max-width: 700px) {
  .admin-orders-header {
    flex-direction: column !important;
  }
}

.order-form select {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.order-form select option {
  color: #0f172a !important;
  background: #ffffff !important;
}
.admin-view-btn {
  border: 1px solid rgba(96, 165, 250, 0.28) !important;
  background: rgba(59, 130, 246, 0.12) !important;
  color: #bfdbfe !important;
  border-radius: 999px !important;
  padding: 8px 13px !important;
  font-size: 11.4px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.admin-order-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
}

.admin-order-modal.active {
  display: flex !important;
}

.admin-order-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(2, 6, 23, 0.76) !important;
  backdrop-filter: blur(14px) !important;
}

.admin-order-box {
  position: relative !important;
  width: min(920px, 100%) !important;
  max-height: 86vh !important;
  overflow-y: auto !important;
  padding: 30px !important;
  border-radius: 28px !important;
  background: linear-gradient(145deg, #0f172a, #020617) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45) !important;
}

.admin-order-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  font-size: 19.4px !important;
  cursor: pointer !important;
}

.admin-order-box h2 {
  margin: 12px 42px 24px 0 !important;
  color: #ffffff !important;
  font-size: 28.9px !important;
}

.order-modal-content {
  display: grid !important;
  gap: 18px !important;
}

.order-modal-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

.order-modal-card {
  padding: 20px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.order-modal-card h3 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: 15.8px !important;
}

.order-modal-card p {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.64) !important;
}

.order-modal-card p:last-child {
  border-bottom: none !important;
}

.order-modal-card strong {
  color: #ffffff !important;
  text-align: right !important;
}

.order-notes-box {
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.7 !important;
  white-space: pre-wrap !important;
}

@media (max-width: 800px) {
  .order-modal-grid {
    grid-template-columns: 1fr !important;
  }
}

.admin-status-control {
  display: grid !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 11.7px !important;
  font-weight: 800 !important;
}

.admin-status-control select {
  width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  padding: 12px 14px !important;
  outline: none !important;
}

.admin-status-control select option {
  color: #0f172a !important;
  background: #ffffff !important;
}

.admin-status-pill.done {
  background: rgba(14, 165, 233, 0.14) !important;
  color: #bae6fd !important;
}

.admin-status-pill.approved {
  background: rgba(34, 197, 94, 0.14) !important;
  color: #bbf7d0 !important;
}

.admin-status-pill.rejected {
  background: rgba(239, 68, 68, 0.14) !important;
  color: #fecaca !important;
}

.admin-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.admin-delete-btn {
  border: 1px solid rgba(239, 68, 68, 0.28) !important;
  background: rgba(239, 68, 68, 0.12) !important;
  color: #fecaca !important;
  border-radius: 999px !important;
  padding: 8px 13px !important;
  font-size: 11.4px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}
.order-success-box {
  margin-top: 18px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background: rgba(34, 197, 94, 0.12) !important;
  border: 1px solid rgba(34, 197, 94, 0.28) !important;
  text-align: center !important;
}

.order-success-icon {
  width: 54px !important;
  height: 54px !important;
  margin: 0 auto 14px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(34, 197, 94, 0.22) !important;
  color: #bbf7d0 !important;
  font-size: 25.5px !important;
  font-weight: 900 !important;
}

.order-success-box h3 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 24.6px !important;
}

.order-success-box p {
  margin: 6px 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.order-success-btn {
  display: inline-flex !important;
  margin-top: 18px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #020617 !important;
  font-size: 12.6px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
/* Staggered How It Works Timeline */
.stagger-process-section {
  position: relative !important;
  padding: 120px 24px !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(59, 130, 246, 0.16), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(14, 165, 233, 0.12), transparent 34%),
    #020617 !important;
  overflow: hidden !important;
}

.stagger-process-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  opacity: 0.38 !important;
  mask-image: radial-gradient(circle at center, black, transparent 76%) !important;
  pointer-events: none !important;
}

.stagger-process-shell {
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
}

.stagger-heading {
  max-width: 780px !important;
  margin: 0 auto 78px !important;
  text-align: center !important;
}

.stagger-heading h2 {
  margin: 14px 0 16px !important;
  color: #ffffff !important;
  font-size: clamp(32.3px, 5.4vw, 59px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.065em !important;
}

.stagger-heading p {
  margin: 0 auto !important;
  max-width: 660px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 15.3px !important;
  line-height: 1.8 !important;
}

.stagger-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 110px !important;
  row-gap: 34px !important;
  align-items: start !important;
}

.timeline-line {
  position: absolute !important;
  top: 34px !important;
  bottom: 34px !important;
  left: 50% !important;
  width: 2px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(96, 165, 250, 0.6),
    rgba(56, 189, 248, 0.28),
    rgba(96, 165, 250, 0.6),
    transparent
  ) !important;
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.28) !important;
}

.stagger-card {
  position: relative !important;
  min-height: 210px !important;
}

.stagger-card.left {
  grid-column: 1 !important;
}

.stagger-card.right {
  grid-column: 2 !important;
  transform: translateY(92px) !important;
}

.stagger-card-inner {
  position: relative !important;
  min-height: 210px !important;
  padding: 28px !important;
  border-radius: 30px !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden !important;
  transition: 0.25s ease !important;
}

.stagger-card-inner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 36%) !important;
  opacity: 0 !important;
  transition: 0.25s ease !important;
}

.stagger-card-inner::after {
  content: "" !important;
  position: absolute !important;
  right: -45px !important;
  bottom: -55px !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 999px !important;
  background: rgba(59, 130, 246, 0.09) !important;
  filter: blur(2px) !important;
}

.stagger-card:hover .stagger-card-inner {
  transform: translateY(-7px) !important;
  border-color: rgba(96, 165, 250, 0.36) !important;
  box-shadow: 0 34px 90px rgba(37, 99, 235, 0.18) !important;
}

.stagger-card:hover .stagger-card-inner::before {
  opacity: 1 !important;
}

.stagger-card-inner > * {
  position: relative !important;
  z-index: 1 !important;
}

.step-label {
  display: inline-flex !important;
  margin-bottom: 18px !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: rgba(59, 130, 246, 0.13) !important;
  border: 1px solid rgba(96, 165, 250, 0.24) !important;
  color: #93c5fd !important;
  font-size: 11.4px !important;
  font-weight: 950 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.stagger-card h3 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 22.9px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}

.stagger-card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13.5px !important;
  line-height: 1.75 !important;
}

/* dots on center timeline */
.timeline-dot {
  position: absolute !important;
  top: 34px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: #38bdf8 !important;
  border: 4px solid #020617 !important;
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.5),
    0 0 28px rgba(56, 189, 248, 0.72) !important;
  z-index: 4 !important;
}

.stagger-card.left .timeline-dot {
  right: -64px !important;
}

.stagger-card.right .timeline-dot {
  left: -64px !important;
}

/* connector line from cards to center */
.stagger-card::before {
  content: "" !important;
  position: absolute !important;
  top: 43px !important;
  width: 58px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.55), transparent) !important;
  z-index: 3 !important;
}

.stagger-card.left::before {
  right: -56px !important;
}

.stagger-card.right::before {
  left: -56px !important;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.55)) !important;
}

/* subtle arrow feel */
.stagger-card.left::after,
.stagger-card.right::after {
  content: "" !important;
  position: absolute !important;
  top: 39px !important;
  width: 9px !important;
  height: 9px !important;
  border-top: 1px solid rgba(56, 189, 248, 0.7) !important;
  border-right: 1px solid rgba(56, 189, 248, 0.7) !important;
  z-index: 3 !important;
}

.stagger-card.left::after {
  right: -57px !important;
  transform: rotate(45deg) !important;
}

.stagger-card.right::after {
  left: -57px !important;
  transform: rotate(-135deg) !important;
}

@media (max-width: 980px) {
  .stagger-timeline {
    column-gap: 72px !important;
  }

  .stagger-card.left .timeline-dot {
    right: -45px !important;
  }

  .stagger-card.right .timeline-dot {
    left: -45px !important;
  }

  .stagger-card.left::before {
    right: -40px !important;
    width: 40px !important;
  }

  .stagger-card.right::before {
    left: -40px !important;
    width: 40px !important;
  }

  .stagger-card.left::after {
    right: -41px !important;
  }

  .stagger-card.right::after {
    left: -41px !important;
  }
}

@media (max-width: 760px) {
  .stagger-process-section {
    padding: 82px 16px !important;
  }

  .stagger-heading {
    margin-bottom: 46px !important;
  }

  .stagger-timeline {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
    padding-left: 34px !important;
  }

  .timeline-line {
    left: 9px !important;
    top: 20px !important;
    bottom: 20px !important;
  }

  .stagger-card.left,
  .stagger-card.right {
    grid-column: 1 !important;
    transform: none !important;
  }

  .stagger-card-inner {
    min-height: auto !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .stagger-card.left .timeline-dot,
  .stagger-card.right .timeline-dot {
    left: -34px !important;
    right: auto !important;
    top: 28px !important;
  }

  .stagger-card::before,
  .stagger-card::after {
    display: none !important;
  }
}
/* Smaller typography for How It Works */
.stagger-heading h2 {
  font-size: clamp(25.5px, 3.8vw, 39.4px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.stagger-heading p {
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  max-width: 600px !important;
}

.stagger-card h3 {
  font-size: 18.5px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}

.stagger-card p {
  font-size: 12.6px !important;
  line-height: 1.65 !important;
}

.step-label {
  font-size: 10.4px !important;
  padding: 6px 10px !important;
}

.stagger-card-inner {
  padding: 24px !important;
  min-height: 185px !important;
}

.stagger-card {
  min-height: 185px !important;
}
.stagger-process-section {
  padding: 95px 24px !important;
}

.stagger-heading {
  margin-bottom: 58px !important;
}

.stagger-timeline {
  row-gap: 20px !important;
}
/* =========================================================
   WHY CHOOSE US — FINAL CLEAN SECTION
   Logo animation is controlled by main.js.
   ========================================================= */

.why-premier-section {
  position: relative !important;
  height: 520vh !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.2), transparent 34%),
    radial-gradient(circle at 50% 62%, rgba(14, 165, 233, 0.1), transparent 38%),
    #020617 !important;
  color: #ffffff !important;
}

.why-premier-sticky {
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  padding: 24px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.why-premier-logo-wrap {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 10 !important;
  display: grid !important;
  place-items: center !important;
  width: 150px !important;
  height: 150px !important;
  transform:
    translate(calc(-50% + 10px), -65%)
    scale(var(--why-logo-scale, 0.75)) !important;
  opacity: var(--why-logo-opacity, 1) !important;
  transform-origin: center center !important;
  pointer-events: none !important;
}

.why-premier-logo {
  width: 150px !important;
  height: 150px !important;
  display: grid !important;
  place-items: center !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.why-premier-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  filter:
    drop-shadow(0 0 30px rgba(56, 189, 248, 0.5))
    drop-shadow(0 0 90px rgba(37, 99, 235, 0.24)) !important;
}

.why-floating-label {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 99999 !important;

  transform:
    translate(-50%, -50%)
    translateY(var(--why-label-y, 0px)) !important;

  opacity: var(--why-label-opacity, 1) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: var(--why-label-size, 72px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: max-content !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  pointer-events: none !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
  will-change: transform, opacity, font-size !important;
}

.why-premier-label {
  display: none !important;
}

.why-premier-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(1120px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  opacity: var(--why-content-opacity, 0) !important;
  visibility: var(--why-content-visibility, hidden) !important;
  transform:
  translateY(var(--why-content-y, 30px))
  scale(var(--why-content-scale, 0.98)) !important;
  transform-origin: center center !important;
  will-change: transform, opacity !important;
}

.why-premier-heading {
  max-width: 720px !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

.why-premier-heading h2 {
  margin: 6px 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(24px, 2.7vw, 36px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

.why-premier-heading p {
  max-width: 560px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.why-reason-grid {
  width: min(1060px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.why-reason-card {
  --card-accent: #3b82f6;
  position: relative !important;
  min-height: 136px !important;
  padding: 18px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.96)) !important;
  border: 1px solid color-mix(in srgb, var(--card-accent) 36%, rgba(255, 255, 255, 0.12)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 70px rgba(0, 0, 0, 0.28) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(24px) scale(0.97) !important;
  transition:
    opacity 0.38s ease,
    transform 0.38s ease,
    visibility 0.38s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

.why-reason-card.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
}

.why-reason-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--card-accent) 26%, transparent), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%) !important;
  opacity: 0.8 !important;
  pointer-events: none !important;
}

.why-reason-card::after {
  content: "" !important;
  position: absolute !important;
  left: 12% !important;
  right: 12% !important;
  top: -1px !important;
  height: 1px !important;
  background:
    linear-gradient(
      90deg,
      transparent,
      color-mix(in srgb, var(--card-accent) 70%, white),
      transparent
    ) !important;
  opacity: 0.65 !important;
}

.why-reason-card:hover {
  transform: translateY(-5px) scale(1) !important;
  border-color: color-mix(in srgb, var(--card-accent) 58%, rgba(255, 255, 255, 0.16)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px color-mix(in srgb, var(--card-accent) 18%, rgba(0, 0, 0, 0.35)) !important;
}

.why-reason-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.why-reason-icon {
  width: 34px !important;
  height: 34px !important;
  margin-bottom: 14px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--card-accent) 34%, transparent), transparent 48%),
    rgba(2, 6, 23, 0.92) !important;
  border: 1px solid color-mix(in srgb, var(--card-accent) 72%, rgba(255, 255, 255, 0.14)) !important;
  color: color-mix(in srgb, var(--card-accent) 78%, white) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  box-shadow:
    0 0 22px color-mix(in srgb, var(--card-accent) 34%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.why-reason-card h3 {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.14 !important;
  letter-spacing: -0.035em !important;
}

.why-reason-card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 11.5px !important;
  line-height: 1.42 !important;
}

.why-reason-card.accent-blue {
  --card-accent: #3b82f6;
}

.why-reason-card.accent-cyan {
  --card-accent: #22d3ee;
}

.why-reason-card.accent-purple {
  --card-accent: #8b5cf6;
}

.why-reason-card.accent-indigo {
  --card-accent: #6366f1;
}

.why-reason-card.accent-sky {
  --card-accent: #38bdf8;
}

.why-reason-card.accent-violet {
  --card-accent: #a855f7;
}

@media (max-height: 760px) and (min-width: 901px) {
  .why-premier-heading {
    margin-bottom: 16px !important;
  }

  .why-premier-heading h2 {
    font-size: 30px !important;
  }

  .why-premier-heading p {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  .why-reason-grid {
    gap: 10px !important;
  }

  .why-reason-card {
    min-height: 122px !important;
    padding: 16px !important;
  }

  .why-reason-icon {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }

  .why-reason-card h3 {
    font-size: 15px !important;
    margin-bottom: 5px !important;
  }

  .why-reason-card p {
    font-size: 10.8px !important;
    line-height: 1.34 !important;
  }
}

@media (max-width: 900px) {
  .why-premier-section {
    height: auto !important;
    padding: 86px 16px !important;
  }

  .why-premier-sticky {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .why-premier-logo-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 auto 24px !important;
  }

  .why-floating-label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    font-size: 38px !important;
    opacity: 1 !important;
    display: none !important;
  }

  .why-premier-content {
    width: min(100%, 720px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .why-reason-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .why-reason-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    min-height: auto !important;
  }
}

/* give pricing section breathing room after the scroll section */
.pricing-calculator-section {
  padding-top: 120px !important;
}
/* =========================
   FAQs Section
========================= */

.faq-section {
  position: relative !important;
  padding: 115px 0 120px !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.14), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(139, 92, 246, 0.13), transparent 32%),
    #020617 !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

.faq-container {
  width: min(1050px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
}

.faq-heading {
  max-width: 720px !important;
  margin: 0 auto 42px !important;
  text-align: center !important;
}

.faq-heading h2 {
  margin: 8px 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(30px, 4.6vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
}

.faq-heading p {
  max-width: 620px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.faq-list {
  display: grid !important;
  gap: 14px !important;
}

.faq-item {
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.95)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  overflow: hidden !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22) !important;
}

.faq-item summary {
  min-height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 24px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  cursor: pointer !important;
  list-style: none !important;
}

.faq-item summary::-webkit-details-marker {
  display: none !important;
}

.faq-item summary::after {
  content: "+" !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 auto !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(59, 130, 246, 0.14) !important;
  color: #93c5fd !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.faq-item[open] summary::after {
  content: "−" !important;
}

.faq-item p {
  margin: 0 !important;
  padding: 0 24px 22px !important;
  max-width: 820px !important;
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

/* =========================
   Founder Story Section
========================= */

.founder-story-section {
  position: relative !important;
  padding: 120px 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(59, 130, 246, 0.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(139, 92, 246, 0.14), transparent 30%),
    linear-gradient(180deg, #020617 0%, #05070d 52%, #020617 100%) !important;
  color: #ffffff !important;
}

.founder-story-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) !important;
  background-size: 76px 76px !important;
  opacity: 0.24 !important;
  mask-image: radial-gradient(circle at center, black, transparent 74%) !important;
  pointer-events: none !important;
}

.founder-story-container {
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  align-items: center !important;
  gap: 54px !important;
}

.founder-story-copy {
  max-width: 520px !important;
}

.founder-story-copy .section-kicker {
  margin: 0 0 18px !important;
}

.founder-story-copy h2 {
  margin: 0 0 18px !important;
  padding-top: 22px;
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.065em !important;
}

.founder-story-copy p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.founder-story-copy p strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.founder-story-quote {
  margin-top: 24px !important;
  padding: 20px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

.founder-story-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

.founder-story-primary,
.founder-story-secondary {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.founder-story-primary {
  background: linear-gradient(135deg, #6617ff, #3b82f6) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(59, 130, 246, 0.24) !important;
}

.founder-story-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

.founder-video-card {
  position: relative !important;
  padding: 18px !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(37, 99, 235, 0.16) !important;
}

.founder-video-badge {
  width: fit-content !important;
  margin: 0 0 14px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(56, 189, 248, 0.11) !important;
  border: 1px solid rgba(56, 189, 248, 0.22) !important;
  color: #93c5fd !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

.founder-video-frame {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #020617 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.founder-video-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.founder-video-card p {
  margin: 14px 4px 0 !important;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .founder-story-section {
    padding: 90px 0 !important;
  }

  .founder-story-container {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .founder-story-copy {
    max-width: 760px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .founder-story-copy .section-kicker {
    margin: 0 auto 16px !important;
  }

  .founder-story-actions {
    justify-content: center !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .founder-story-section {
    padding: 76px 0 !important;
  }

  .founder-story-container {
    width: min(100% - 24px, 1180px) !important;
    gap: 26px !important;
  }

  .founder-story-copy h2 {
    font-size: 30px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
  }

  .founder-story-copy p {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }

  .founder-story-quote {
    margin-top: 18px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    font-size: 12.5px !important;
  }

  .founder-story-actions {
    margin-top: 22px !important;
  }

  .founder-story-primary,
  .founder-story-secondary {
    width: 100% !important;
    min-height: 42px !important;
    font-size: 12px !important;
  }

  .founder-video-card {
    padding: 12px !important;
    border-radius: 22px !important;
  }

  .founder-video-frame {
    border-radius: 16px !important;
  }

  .founder-video-badge {
    font-size: 9.5px !important;
  }
}

/* =========================
   Final CTA
========================= */

.final-cta-section {
  padding: 90px 0 110px !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(56, 189, 248, 0.14), transparent 32%),
    linear-gradient(180deg, #020617, #03040a) !important;
  color: #ffffff !important;
}

.final-cta-card {
  width: min(1050px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding: 58px 34px !important;
  border-radius: 34px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.22), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(139, 92, 246, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34) !important;
}

.final-cta-card h2 {
  max-width: 720px !important;
  margin: 10px auto 14px !important;
  color: #ffffff !important;
  font-size: clamp(32px, 5vw, 62px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.06em !important;
}

.final-cta-card p {
  max-width: 640px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.final-cta-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 28px !important;
}

.final-cta-primary,
.final-cta-secondary {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.final-cta-primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan)) !important;
  color: #ffffff !important;
}

.final-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
}

/* =========================
   Footer
========================= */

.site-footer {
  background: #020617 !important;
  color: #ffffff !important;
  padding: 64px 0 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-container {
  width: min(1180px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1.35fr !important;
  gap: 54px !important;
}

.footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.footer-logo img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

.footer-logo strong {
  color: var(--blue) !important;
}

.footer-brand p {
  max-width: 390px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.footer-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.footer-links h3 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.footer-links a {
  display: block !important;
  width: fit-content !important;
  margin-bottom: 10px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.footer-links a:hover {
  color: #93c5fd !important;
}

.footer-bottom {
  width: min(1180px, calc(100% - 72px)) !important;
  margin: 44px auto 0 !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 12px !important;
}

.footer-bottom p {
  margin: 0 !important;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.64) !important;
}

.footer-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

.footer-socials a {
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: 0.22s ease !important;
}

.footer-socials a:hover {
  color: #ffffff !important;
  background: rgba(59, 130, 246, 0.18) !important;
  border-color: rgba(96, 165, 250, 0.35) !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
  .footer-socials {
    gap: 8px !important;
  }

  .footer-socials a {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    font-size: 15px !important;
  }
}

@media (max-width: 800px) {
  .faq-container,
  .final-cta-card,
  .footer-container,
  .footer-bottom {
    width: min(100% - 32px, 1180px) !important;
  }

  .faq-section {
    padding: 86px 0 90px !important;
  }

  .final-cta-section {
    padding: 72px 0 86px !important;
  }

  .final-cta-card {
    padding: 42px 22px !important;
    border-radius: 26px !important;
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .footer-links {
    grid-template-columns: 1fr !important;
  }

  .footer-bottom {
    flex-direction: column !important;
  }
}
/* =========================================================
   RESPONSIVE MASTER FIX
   Tablet + Mobile cleanup for all main sections.
   ========================================================= */

/* small global fixes */
.hero-btn-primary {
  border-radius: 14px !important;
}

.hero-btn-icon {
  display: none !important;
}

img,
video {
  max-width: 100% !important;
}

@media (max-width: 1180px) {
  .navbar,
  .services-container,
  .build-container,
  .pricing-container,
  .footer-container,
  .footer-bottom,
  .faq-container,
  .final-cta-card {
    width: min(100% - 32px, 1180px) !important;
  }

  .hero-card {
    width: min(100% - 32px, 1220px) !important;
  }

  .calculator-shell {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  .calculator-main,
  .estimate-panel {
    min-height: auto !important;
    height: auto !important;
  }

  .estimate-panel {
    position: relative !important;
    top: auto !important;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  body {
    font-size: 13px !important;
  }

  .section-kicker {
    font-size: 10px !important;
    padding: 7px 11px !important;
  }

  .site-header {
    padding-top: 14px !important;
  }

  .brand {
    font-size: 18px !important;
  }

  .brand img {
    width: 36px !important;
    height: 36px !important;
  }

  .nav-menu {
    gap: 18px !important;
    font-size: 12px !important;
  }

  /* Hero */
  .hero-scroll {
    height: auto !important;
  }

  .hero-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    padding: 18px 0 0 !important;
    overflow: visible !important;
  }

  .hero-card {
    height: auto !important;
    min-height: 680px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .scroll-hero-content,
  .scroll-hero-mockup,
  .scroll-hero-bg {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-content {
    max-width: 760px !important;
    padding: 54px 28px 0 !important;
  }

  .hero-content h1 {
    font-size: clamp(34px, 6vw, 54px) !important;
    line-height: 1.05 !important;
  }

  .hero-content p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .hero-dashboard {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: min(720px, 88%) !important;
    margin: 42px auto -10px !important;
    transform: none !important;
  }

  /* What We Build */
  .build-section {
    padding: 88px 0 96px !important;
  }

  .build-heading {
    margin-bottom: 30px !important;
  }

  .build-heading h2,
  .services-title-wrap h2,
  .pricing-header h2,
  .faq-heading h2,
  .final-cta-card h2 {
    font-size: clamp(30px, 5vw, 48px) !important;
    line-height: 1.04 !important;
  }

  .build-heading p,
  .services-title-wrap p,
  .pricing-header p,
  .faq-heading p,
  .final-cta-card p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .build-card {
    border-radius: 28px !important;
  }

  .build-slider-window,
  .build-track,
  .build-slide {
    height: 660px !important;
  }

  .build-slide {
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 20px !important;
    padding: 34px 32px 24px !important;
  }

  .build-left {
    padding-left: 0 !important;
  }

  .build-left h3 {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .build-visual {
    min-height: auto !important;
  }

  .build-visual-art {
    width: min(560px, 100%) !important;
    height: 250px !important;
    min-height: 250px !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
  }

  .visual-frame {
    width: 86% !important;
    min-height: 190px !important;
    max-height: 205px !important;
  }

  .build-right {
    max-width: 100% !important;
  }

  .build-right > p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .build-bottom {
    padding: 18px 32px 26px !important;
  }

  .build-tabs {
    max-width: calc(100% - 120px) !important;
    gap: 18px !important;
  }

  /* Featured Work */
  .services-section {
    padding: 88px 0 96px !important;
  }

  .service-feature-card {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 30px !important;
    border-radius: 28px !important;
  }

  .service-visual {
    min-height: auto !important;
    order: 1 !important;
  }

  .service-info {
    max-width: 100% !important;
    order: 2 !important;
  }

  .service-info h3 {
    font-size: clamp(28px, 5vw, 42px) !important;
    line-height: 1.03 !important;
  }

  .service-info > p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .project-media-wrap {
    max-width: 100% !important;
    min-height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .project-media {
    height: 100% !important;
    min-height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  /* How It Works */
  .stagger-process-section {
    padding: 86px 20px !important;
  }

  .stagger-heading {
    margin-bottom: 44px !important;
  }

  .stagger-heading h2 {
    font-size: clamp(28px, 5vw, 44px) !important;
  }

  .stagger-heading p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .stagger-timeline {
    grid-template-columns: 1fr !important;
    row-gap: 16px !important;
    padding-left: 34px !important;
  }

  .timeline-line {
    left: 9px !important;
    top: 18px !important;
    bottom: 18px !important;
  }

  .stagger-card.left,
  .stagger-card.right {
    grid-column: 1 !important;
    transform: none !important;
    min-height: auto !important;
  }

  .stagger-card-inner {
    min-height: auto !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .stagger-card h3 {
    font-size: 18px !important;
  }

  .stagger-card p {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .stagger-card.left .timeline-dot,
  .stagger-card.right .timeline-dot {
    left: -34px !important;
    right: auto !important;
    top: 26px !important;
  }

  .stagger-card::before,
  .stagger-card::after {
    display: none !important;
  }

  /* Why Choose Us */
  .why-premier-section {
    height: auto !important;
    padding: 90px 20px !important;
    overflow: hidden !important;
  }

  .why-premier-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    display: block !important;
  }

  .why-premier-logo-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 auto 20px !important;
  }

  .why-floating-label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 auto 28px !important;
    text-align: center !important;
    font-size: 38px !important;
    white-space: normal !important;
    max-width: 720px !important;
    width: auto !important;
    display: none !important;
  }

  .why-premier-content {
    width: min(100%, 900px) !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .why-premier-heading {
    margin-bottom: 24px !important;
  }

  .why-premier-heading h2 {
    font-size: clamp(28px, 5vw, 42px) !important;
  }

  .why-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .why-reason-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    min-height: 150px !important;
  }

  /* Calculator */
  .pricing-calculator-section {
    padding: 90px 0 100px !important;
  }

  .pricing-header {
    margin-bottom: 34px !important;
  }

  .calculator-main,
  .estimate-panel {
    padding: 24px !important;
    border-radius: 26px !important;
  }

  .calculator-dropdown-block {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .calculator-dropdown-block h3,
  .estimate-panel h3 {
    font-size: 22px !important;
  }

  .total-box strong {
    font-size: 36px !important;
  }

  /* FAQ / CTA / Footer */
  .faq-section {
    padding: 86px 0 90px !important;
  }

  .final-cta-section {
    padding: 72px 0 86px !important;
  }

  .final-cta-card {
    padding: 42px 24px !important;
    border-radius: 28px !important;
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  body {
    font-size: 12.5px !important;
  }

  .navbar {
    width: min(100% - 24px, 1180px) !important;
    min-height: 52px !important;
  }

  .nav-toggle {
    display: block !important;
  }

  .nav-menu {
    position: absolute !important;
    top: 76px !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 999 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 12px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18) !important;
  }

  .nav-menu.active {
    display: flex !important;
  }

  .nav-menu a {
    padding: 13px 14px !important;
    color: #111827 !important;
    font-size: 13px !important;
  }

  .nav-cta {
    text-align: center !important;
    color: #ffffff !important;
    margin-top: 6px !important;
  }

  .hero-card {
    width: calc(100% - 20px) !important;
    min-height: 610px !important;
    border-radius: 24px !important;
  }

  .hero-content {
    padding: 42px 18px 0 !important;
  }

  .hero-badge {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .hero-badge span {
    font-size: 10px !important;
  }

  .hero-content h1 {
    font-size: clamp(30px, 10vw, 44px) !important;
    letter-spacing: -0.045em !important;
  }

  .hero-content p {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }

  .hero-actions {
    margin-top: 24px !important;
  }

  .hero-btn-primary {
    min-height: 42px !important;
    padding: 0 22px !important;
    font-size: 12px !important;
    border-radius: 13px !important;
  }

  .hero-dashboard {
    width: 95% !important;
    margin-top: 34px !important;
  }

  .gm-screen-topbar {
    height: 36px !important;
    grid-template-columns: 72px 1fr !important;
    padding: 0 10px !important;
  }

  .gm-screen-pill,
  .gm-screen-sidebar {
    display: none !important;
  }

  .gm-screen-content {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .gm-screen-main {
    padding: 12px !important;
  }

  .gm-screen-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .gm-steps-row,
  .gm-service-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .gm-step-card,
  .gm-service-row div {
    min-height: auto !important;
    padding: 9px !important;
  }

  .build-section,
  .services-section {
    padding: 76px 0 84px !important;
  }

  .build-container,
  .services-container,
  .pricing-container,
  .faq-container,
  .footer-container,
  .footer-bottom {
    width: min(100% - 24px, 1180px) !important;
  }

  .build-heading,
  .services-title-wrap,
  .pricing-header,
  .faq-heading {
    margin-bottom: 28px !important;
  }

  .build-heading h2,
  .services-title-wrap h2,
  .pricing-header h2,
  .faq-heading h2,
  .final-cta-card h2 {
    font-size: 30px !important;
    letter-spacing: -0.045em !important;
  }

  .build-heading p,
  .services-title-wrap p,
  .pricing-header p,
  .faq-heading p,
  .final-cta-card p {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .build-card {
    border-radius: 22px !important;
  }

  .build-slider-window,
  .build-track,
  .build-slide {
    height: 640px !important;
  }

  .build-slide {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 24px 16px 12px !important;
  }

  .build-left h3 {
    font-size: 22px !important;
    line-height: 1.12 !important;
  }

  .build-visual-art {
    height: 170px !important;
    min-height: 170px !important;
    border-radius: 18px !important;
  }

  .visual-frame {
    width: 88% !important;
    min-height: 122px !important;
    max-height: 135px !important;
    border-radius: 14px !important;
  }

  .website-preview,
  .ai-preview,
  .erp-preview,
  .commerce-preview,
  .automation-preview {
    min-height: 105px !important;
    max-height: 120px !important;
    overflow: hidden !important;
  }

  .build-right > p {
    font-size: 11.8px !important;
    line-height: 1.5 !important;
  }

  .build-best {
    margin-top: 10px !important;
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .build-best p {
    font-size: 10.8px !important;
  }

  .build-bottom {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 12px 16px 18px !important;
  }

  .build-tabs {
    width: 100% !important;
    max-width: 100% !important;
    gap: 16px !important;
    overflow-x: auto !important;
  }

  .build-tab {
    flex: 0 0 auto !important;
    font-size: 10px !important;
  }

  .build-arrows {
    justify-content: flex-end !important;
  }

  .build-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 24px !important;
  }

  .service-tabs {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 9px !important;
    padding-bottom: 8px !important;
    margin-bottom: 26px !important;
  }

  .service-tab {
    flex: 0 0 auto !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .service-feature-card {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .service-info h3 {
    font-size: 28px !important;
  }

  .service-info > p {
    font-size: 12.5px !important;
  }

  .project-media-wrap {
    border-radius: 18px !important;
    aspect-ratio: 4 / 3 !important;
  }

  .project-media {
    aspect-ratio: 4 / 3 !important;
  }

  .stagger-process-section {
    padding: 76px 16px !important;
  }

  .stagger-heading {
    margin-bottom: 38px !important;
  }

  .stagger-heading h2 {
    font-size: 30px !important;
  }

  .stagger-card-inner {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .why-premier-section {
    padding: 78px 16px !important;
  }

  .why-premier-logo {
    width: 78px !important;
    height: 78px !important;
  }

  .why-floating-label {
    font-size: 30px !important;
    line-height: 1.02 !important;
    margin-bottom: 22px !important;
    display: none !important;
  }

  .why-premier-heading h2 {
    font-size: 28px !important;
  }

  .why-premier-heading p {
    font-size: 12px !important;
  }

  .why-reason-grid {
    grid-template-columns: 1fr !important;
  }

  .why-reason-card {
    min-height: auto !important;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  .why-reason-card h3 {
    font-size: 16px !important;
  }

  .why-reason-card p {
    font-size: 11.5px !important;
  }

  .faq-section {
    padding: 74px 0 78px !important;
  }

  .faq-item {
    border-radius: 18px !important;
  }

  .faq-item summary {
    min-height: 62px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  .faq-item p {
    padding: 0 18px 18px !important;
    font-size: 12px !important;
  }

  .final-cta-section {
    padding: 64px 0 74px !important;
  }

  .final-cta-card {
    width: min(100% - 24px, 1050px) !important;
    padding: 34px 18px !important;
    border-radius: 22px !important;
  }

  .final-cta-actions {
    margin-top: 22px !important;
  }

  .final-cta-primary,
  .final-cta-secondary {
    width: 100% !important;
    min-height: 42px !important;
    font-size: 12px !important;
  }

  .pricing-calculator-section {
    padding: 76px 0 86px !important;
  }

  .calculator-shell {
    gap: 18px !important;
  }

  .calculator-main,
  .estimate-panel {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .calculator-dropdown-block {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .calculator-dropdown-block h3,
  .estimate-panel h3 {
    font-size: 19px !important;
  }

  .tier-dropdown summary,
  .addons-dropdown summary,
  .maintenance-dropdown summary,
  .hosting-dropdown summary {
    min-height: 52px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 14px !important;
  }

  .tier-dropdown summary span,
  .addons-dropdown summary span,
  .maintenance-dropdown summary span,
  .hosting-dropdown summary span {
    font-size: 12px !important;
  }

  .tier-dropdown-item,
  .maintenance-dropdown-item,
  .hosting-dropdown-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .addon-dropdown-item {
    grid-template-columns: auto 1fr !important;
    align-items: flex-start !important;
  }

  .addon-dropdown-item em {
    grid-column: 2 !important;
  }

  .total-box {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .total-box strong {
    font-size: 32px !important;
  }

  .summary-row {
    font-size: 12px !important;
  }

  #estimateBreakdown p {
    font-size: 11.5px !important;
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-links {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    margin-top: 34px !important;
  }

  /* Order and Admin pages */
  .admin-login-page,
  .order-page,
  .admin-orders-page {
    padding: 86px 14px 42px !important;
  }

  .order-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .order-summary-card,
  .order-form,
  .admin-login-card {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .order-summary-card h2,
  .order-form h2,
  .admin-order-box h2 {
    font-size: 24px !important;
  }

  .admin-orders-header {
    flex-direction: column !important;
  }

  .admin-orders-table th,
  .admin-orders-table td {
    padding: 14px 16px !important;
    font-size: 12px !important;
  }

  .admin-order-box {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .order-modal-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .navbar {
    width: min(100% - 18px, 1180px) !important;
  }

  .brand {
    gap: 8px !important;
  }

  .brand span {
    font-size: 16px !important;
  }

  .brand img {
    width: 32px !important;
    height: 32px !important;
  }

  .hero-card {
    width: calc(100% - 12px) !important;
    min-height: 580px !important;
  }

  .hero-content h1 {
    font-size: 29px !important;
  }

  .hero-content p {
    font-size: 12px !important;
  }

  .hero-dashboard {
    width: 100% !important;
  }

  .build-slider-window,
  .build-track,
  .build-slide {
    height: 660px !important;
  }

  .build-left h3 {
    font-size: 20px !important;
  }

  .build-visual-art {
    height: 150px !important;
    min-height: 150px !important;
  }

  .visual-frame {
    min-height: 108px !important;
    max-height: 118px !important;
  }

  .services-title-wrap h2,
  .build-heading h2,
  .pricing-header h2,
  .faq-heading h2,
  .final-cta-card h2 {
    font-size: 27px !important;
  }

  .why-floating-label {
    font-size: 27px !important;
    display: none !important;
  }

  .footer-logo {
    font-size: 16px !important;
  }
}

/* =========================================================
   TARGETED RESPONSIVE HOTFIX
   Only fixes tablet/mobile issues without changing desktop.
   ========================================================= */

/* Tablet + mobile: turn the Why section into normal content */
@media (max-width: 1024px) {
  html body .why-premier-section {
    height: auto !important;
    padding: 86px 16px !important;
    overflow: hidden !important;
  }

  html body .why-premier-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  html body .why-premier-logo-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 1 !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 auto 20px !important;
  }

  /* Hide the desktop floating scroll title on tablet/mobile.
     This prevents "WHY CHOOSE US" from appearing between cards. */
  html body .why-floating-label,
  html body .why-premier-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    max-width: 1px !important;
    max-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
  }

  html body .why-premier-content {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 900px) !important;
    max-height: none !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body .why-premier-heading {
    margin: 0 auto 26px !important;
    text-align: center !important;
  }

  html body .why-premier-heading h2 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
    font-size: clamp(28px, 5vw, 42px) !important;
    line-height: 1.06 !important;
    margin: 8px auto 10px !important;
  }

  html body .why-premier-heading p {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin: 0 auto !important;
  }

  html body .why-reason-grid {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  html body .why-reason-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    min-height: 150px !important;
  }
}

/* Mobile Why cards */
@media (max-width: 768px) {
  html body .why-premier-section {
    padding: 76px 12px !important;
  }

  html body .why-premier-logo {
    width: 70px !important;
    height: 70px !important;
  }

  html body .why-premier-heading h2 {
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  html body .why-premier-heading p {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  html body .why-reason-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body .why-reason-card {
    min-height: auto !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }
}

/* Mobile Featured Work: make the card readable and not tiny */
@media (max-width: 768px) {
  html body .services-section {
    padding: 84px 0 92px !important;
  }

  html body .services-container {
    width: 100% !important;
    padding: 0 12px !important;
    margin: 0 auto !important;
  }

  html body .services-title-wrap {
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    padding: 0 4px !important;
  }

  html body .services-title-wrap h2 {
    font-size: 28px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  html body .services-title-wrap p {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  html body .service-tabs {
    max-width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 0 2px 10px !important;
    margin: 0 0 22px !important;
    scrollbar-width: none !important;
  }

  html body .service-tabs::-webkit-scrollbar {
    display: none !important;
  }

  html body .service-tab {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
  }

  html body .service-feature-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
    min-height: auto !important;
    width: 100% !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body .service-visual {
    order: 1 !important;
    width: 100% !important;
    min-height: auto !important;
    display: block !important;
  }

  html body .project-media-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 230px !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 18px !important;
  }

  html body .project-media {
    width: 100% !important;
    height: 230px !important;
    min-height: 230px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  html body .service-info {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .service-info > span {
    font-size: 10px !important;
    margin-bottom: 12px !important;
  }

  html body .service-info h3 {
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  html body .service-info > p {
    font-size: 12px !important;
    line-height: 1.55 !important;
    margin-top: 14px !important;
  }

  html body .service-best-box {
    margin-top: 16px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  html body .service-best-box strong {
    font-size: 10px !important;
  }

  html body .service-best-box p {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  html body .service-link {
    width: 100% !important;
    justify-content: center !important;
    margin-top: 18px !important;
    padding: 13px 16px !important;
    font-size: 12px !important;
  }
}

/* Small phones: keep Featured Work usable */
@media (max-width: 430px) {
  html body .services-container {
    padding: 0 10px !important;
  }

  html body .service-feature-card {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  html body .project-media-wrap {
    min-height: 215px !important;
  }

  html body .project-media {
    height: 215px !important;
    min-height: 215px !important;
  }

  html body .service-info h3 {
    font-size: 22px !important;
  }
}
/* END TARGETED RESPONSIVE HOTFIX */
@media (max-width: 430px) {
  .service-tabs {
    gap: 6px !important;
  }

  .service-tab {
    min-height: 30px !important;
    padding: 0 8px !important;
    font-size: 8.5px !important;
    border-radius: 9px !important;
  }
}


/* =========================
   Floating WhatsApp Button
========================= */

.whatsapp-float {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 999999 !important;

  width: 56px !important;
  height: 56px !important;
  border-radius: 999px !important;

  display: block !important;

  background-color: #22c55e !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M19.11 17.2c-.29-.15-1.7-.84-1.96-.94-.26-.1-.45-.15-.64.15-.19.29-.74.94-.91 1.13-.17.19-.34.22-.63.07-.29-.15-1.22-.45-2.32-1.43-.86-.76-1.44-1.7-1.61-1.99-.17-.29-.02-.45.13-.59.13-.13.29-.34.43-.51.14-.17.19-.29.29-.49.1-.19.05-.36-.02-.51-.07-.15-.64-1.55-.88-2.12-.23-.56-.47-.49-.64-.5h-.55c-.19 0-.5.07-.76.36-.26.29-1 1-1 2.43s1.03 2.82 1.17 3.02c.15.19 2.03 3.1 4.92 4.35.69.3 1.22.48 1.64.61.69.22 1.31.19 1.81.12.55-.08 1.7-.7 1.94-1.37.24-.67.24-1.24.17-1.37-.07-.12-.26-.19-.55-.34z'/%3E%3Cpath fill='white' d='M16.02 3C8.84 3 3 8.76 3 15.84c0 2.43.69 4.79 2 6.83L3.68 29l6.47-1.69a13.1 13.1 0 0 0 5.87 1.39C23.2 28.7 29 22.94 29 15.86S23.2 3 16.02 3zm0 23.45c-1.91 0-3.77-.51-5.4-1.48l-.39-.23-3.84 1 1.02-3.72-.25-.38a10.6 10.6 0 0 1-1.73-5.8c0-5.84 4.75-10.59 10.59-10.59s10.59 4.75 10.59 10.59-4.75 10.61-10.59 10.61z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 31px 31px !important;

  box-shadow:
    0 18px 38px rgba(34, 197, 94, 0.32),
    0 0 0 8px rgba(34, 197, 94, 0.1) !important;

  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow:
    0 22px 46px rgba(34, 197, 94, 0.42),
    0 0 0 10px rgba(34, 197, 94, 0.13) !important;
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 16px !important;
    bottom: 16px !important;
    width: 50px !important;
    height: 50px !important;
    background-size: 28px 28px !important;
  }
}