:root {
  --pink: #ff2d8e;
  --magenta: #b21fd6;
  --purple: #6a1fc8;
  --orange: #ff6a00;
  --amber: #ffce3a;
  --ink: #241c2b;
  --black: #0e0e12;
  --body: #6d6478;
  --muted: #958ca1;
  --line: #ece7f1;
  --paper: #fbf8fc;
  --white: #ffffff;
  --green: #23c45e;
  --gradient: linear-gradient(90deg, #ff2d8e 0%, #b21fd6 54%, #6a1fc8 100%);
  --warm-gradient: linear-gradient(135deg, #ff6a00 0%, #ffce3a 100%);
  --shadow: 0 24px 70px rgba(36, 28, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 16px clamp(18px, 5vw, 58px);
  border-bottom: 1px solid rgba(236, 231, 241, 0.86);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.brand-mark {
  display: block;
  width: 48px;
  height: 50px;
  object-fit: contain;
}

.brand-wordmark {
  display: block;
  width: clamp(150px, 13vw, 190px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  margin-left: auto;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--magenta);
}

.main-nav span {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  font-size: 10px;
  font-weight: 900;
  vertical-align: middle;
}

.header-cta,
.primary-action,
.secondary-action,
.text-link,
.pricing-grid button,
.footer-links button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.header-cta,
.primary-action,
.pricing-grid button {
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 16px 34px rgba(178, 31, 214, 0.22);
}

.header-cta {
  padding: 12px 18px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
  min-height: 720px;
  padding: clamp(82px, 9vw, 128px) clamp(20px, 5vw, 70px) 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 45, 142, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 106, 0, 0.14), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbf8fc 74%, #f4eef8 100%);
}

.hero-glow {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 31, 200, 0.22), transparent 68%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--magenta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.02;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(46px, 7vw, 92px);
}

.hero h1::after {
  content: "";
  display: block;
  width: min(300px, 42vw);
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--warm-gradient);
}

.hero p:not(.eyebrow),
.section-head p,
.service-grid p,
.studio-grid p,
.work-card p,
.pricing-grid p,
.ai-copy p,
.ai-panel li,
.final-cta p,
.footer-brand p {
  color: var(--body);
  line-height: 1.62;
}

.hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  padding: 15px 22px;
}

.secondary-action {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(36, 28, 43, 0.06);
}

.hero-showcase {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(236, 231, 241, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.showcase-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
}

.showcase-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pink);
}

.showcase-top span:nth-child(2) {
  background: var(--amber);
}

.showcase-top span:nth-child(3) {
  background: var(--green);
}

.showcase-top strong {
  margin-left: 6px;
  font-weight: 700;
}

.showcase-body {
  display: grid;
  gap: 30px;
  min-height: 390px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.9), rgba(36, 28, 43, 0.78)),
    var(--gradient);
}

.showcase-body small {
  display: inline-block;
  margin-bottom: 14px;
  color: #ffd5e9;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-body h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
}

.showcase-body p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-row span {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.metric-row b {
  color: #ffd5e9;
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px clamp(20px, 5vw, 70px);
  color: var(--ink);
  background: #fff;
  border-block: 1px solid var(--line);
}

.brand-strip span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
}

.platform-strip {
  padding: 38px clamp(20px, 6vw, 78px);
  background:
    radial-gradient(circle at 24% 0%, rgba(124, 92, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #0d0917 0%, #080912 100%);
}

.platform-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  max-width: 1200px;
  min-height: 176px;
  margin: 0 auto;
  padding: 34px clamp(24px, 6vw, 78px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.platform-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
  color: #1a1a1a;
  min-width: 0;
}

.platform-mark {
  grid-row: span 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.platform-badge strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
}

.platform-badge small {
  color: #6a6a6a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.platform-badge.meta .platform-mark {
  background: linear-gradient(135deg, #1478ff, #00b2ff);
}

.platform-badge.semrush .platform-mark {
  background: linear-gradient(135deg, #ff642d, #ff9f1c);
}

.platform-badge.google .platform-mark {
  background: conic-gradient(from 45deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
}

.platform-badge.blueprint .platform-mark {
  background: linear-gradient(135deg, #1769ff, #083b8a);
}

.platform-badge.microsoft .platform-mark {
  background: conic-gradient(from 90deg, #7fba00, #00a4ef, #ffb900, #f25022, #7fba00);
}

.section {
  padding: 86px clamp(20px, 5vw, 70px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-head.centered {
  display: block;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-head.centered p {
  max-width: 700px;
  margin-inline: auto;
}

.section h2,
.final-cta h2 {
  max-width: 800px;
  font-size: clamp(34px, 4.5vw, 60px);
}

.text-link {
  flex: 0 0 auto;
  color: var(--magenta);
  background: transparent;
}

.studio-section {
  background: #fff;
}

.studio-grid,
.service-grid,
.work-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.studio-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.studio-grid article,
.service-grid article,
.work-card,
.pricing-grid article,
.ai-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(36, 28, 43, 0.08);
}

.studio-grid article,
.service-grid article,
.pricing-grid article {
  padding: 28px;
}

.studio-grid span,
.service-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-grid h3,
.service-grid h3,
.work-card h3,
.pricing-grid h3,
.ai-panel h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article {
  min-height: 250px;
}

.service-grid article:nth-child(2n) {
  background: linear-gradient(180deg, #fff, #fff7fb);
}

.service-grid a {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  color: var(--magenta);
  font-weight: 900;
}

.service-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(236, 231, 241, 0.78);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 45, 142, 0.12), transparent 26%),
    linear-gradient(180deg, #fff, #fbf8fc);
}

.service-page:nth-of-type(2n) {
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 106, 0, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf8fc, #fff);
}

.service-page-copy {
  display: grid;
  align-content: center;
  max-width: 850px;
}

.service-page-copy h1,
.service-page-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.02;
}

.service-page-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--body);
  font-size: 18px;
  line-height: 1.68;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.service-page-panel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(236, 231, 241, 0.9);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.92), rgba(36, 28, 43, 0.82)),
    var(--gradient);
  box-shadow: var(--shadow);
}

.service-page-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 206, 58, 0.26);
}

.service-page-panel h2,
.service-page-panel h3,
.service-page-panel strong,
.service-page-panel li {
  position: relative;
  z-index: 1;
}

.panel-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffd5e9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-page-panel h2,
.service-page-panel h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
}

.service-page-panel ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding-left: 18px;
  margin: 0;
}

.service-page-panel li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.service-page-panel strong {
  display: block;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}

.seo-page .service-page-panel {
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.9), rgba(35, 196, 94, 0.36)),
    var(--gradient);
}

.ads-page .service-page-panel {
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.92), rgba(255, 106, 0, 0.42)),
    var(--gradient);
}

.marketing-page .service-page-panel {
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.9), rgba(178, 31, 214, 0.52)),
    var(--gradient);
}

.support-page .service-page-panel {
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.92), rgba(106, 31, 200, 0.46)),
    var(--gradient);
}

.subpage-main {
  background: var(--paper);
}

.subpage-hero {
  min-height: calc(100vh - 78px);
}

.subpage-section {
  background: #fff;
}

.route-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.route-card-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 45, 142, 0.1), transparent 24%),
    #fff;
  box-shadow: 0 14px 38px rgba(36, 28, 43, 0.08);
}

.route-card-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
}

.route-card-grid p {
  color: var(--body);
  line-height: 1.62;
}

.service-template {
  color: #1a1a1a;
  background: var(--service-bg);
}

.service-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 24px;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}

.service-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 8px;
}

.service-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.service-brand img {
  display: block;
  height: 56px;
  width: auto;
}

.service-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 26px);
  margin-left: auto;
}

.service-nav-links a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.service-nav-links a:hover,
.service-nav-links a[aria-current="page"] {
  color: var(--service-accent);
}

.service-contact {
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #1a1a1a;
  cursor: pointer;
  padding: 12px 20px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.service-menu-toggle {
  display: none;
  border-color: #1a1a1a;
  background: #fff;
}

.service-redesign-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: 48px 0 56px;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 6px 16px;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.service-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #1a1a1a;
  font-family: "Baloo 2", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(42px, 6vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.service-hero-copy h1 span {
  color: var(--service-accent);
  font-style: normal;
}

.service-hero-copy h1 em {
  color: #ff5c8a;
  font-style: normal;
}

.service-hero-copy p {
  max-width: 470px;
  margin: 0 0 28px;
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.service-redesign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-redesign-actions button,
.service-redesign-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  cursor: pointer;
  padding: 14px 26px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}

.service-redesign-actions button {
  border: 2px solid #1a1a1a;
  color: #fff;
  background: #1a1a1a;
}

.service-redesign-actions a {
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  background: #fff;
}

.service-mockup,
.example-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.44);
  background: repeating-linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.035),
    rgba(26, 26, 26, 0.035) 10px,
    rgba(26, 26, 26, 0.06) 10px,
    rgba(26, 26, 26, 0.06) 20px
  );
  font: 700 11px ui-monospace, Menlo, Consolas, monospace;
  text-align: center;
}

.service-mockup {
  min-height: 340px;
  border: 2px solid #1a1a1a;
  border-radius: 28px;
}

.service-pricing {
  padding: 0 0 64px;
}

.service-section-label {
  margin: 0 0 8px;
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.service-section-label.align-left {
  text-align: left;
}

.service-pricing h2,
.service-examples h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Baloo 2", "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.service-pricing h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 34px);
  text-align: center;
}

.service-pricing .pricing-offer {
  width: fit-content;
  margin: 0 auto 32px;
  padding: 9px 14px;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  color: #1a1a1a;
  background: #ffd23f;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.service-pricing .pricing-note {
  margin: -20px 0 36px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 32px 28px;
  border: 2px solid #1a1a1a;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.price-card:hover,
.price-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -18px rgba(26, 26, 26, 0.5);
}

.price-card:focus-visible {
  outline: 3px solid #ffd23f;
  outline-offset: 4px;
}

.price-card.popular {
  border-color: var(--service-accent);
  color: #fff;
  background: var(--service-accent);
  box-shadow: 0 12px 28px -8px color-mix(in srgb, var(--service-accent) 60%, transparent);
}

.popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  color: #1a1a1a;
  background: #ffd23f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tier-name {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 800;
}

.price-card.popular .tier-name {
  color: #fff;
}

.tier-original {
  margin-top: 14px;
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.tier-original s {
  text-decoration-thickness: 2px;
}

.price-card.popular .tier-original {
  color: rgba(255, 255, 255, 0.78);
}

.tier-price {
  margin: 6px 0 4px;
  color: #1a1a1a;
  font-family: "Baloo 2", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.tier-price span {
  font-size: 18px;
}

.price-card.popular .tier-price {
  color: #fff;
}

.tier-discount {
  width: fit-content;
  margin: 2px 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #1a1a1a;
  background: #ffd23f;
  font-size: 12px;
  font-weight: 900;
}

.price-card.popular .tier-discount {
  color: var(--service-accent);
  background: #fff;
}

.tier-note {
  margin-bottom: 22px;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 700;
}

.price-card.popular .tier-note {
  color: rgba(255, 255, 255, 0.82);
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 26px;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

.price-card.popular ul {
  color: #fff;
}

.price-card-button {
  display: block;
  width: 100%;
  margin-top: auto;
  border: 0;
  border-radius: 12px;
  color: #1a1a1a;
  background: color-mix(in srgb, var(--service-bg) 82%, #fff);
  padding: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.price-card.popular .price-card-button {
  color: var(--service-accent);
  background: #fff;
}

.service-examples {
  padding: 0 0 64px;
}

.service-examples h2 {
  margin-bottom: 24px;
  font-size: 30px;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.example-placeholder {
  min-height: 170px;
  border-radius: 18px;
}

.service-redesign-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 32px 0 48px;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.service-redesign-footer strong {
  color: #1a1a1a;
  font-size: 14px;
}

.service-redesign-footer span {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 600;
}

.showcase {
  background:
    linear-gradient(180deg, #fbf8fc, #fff),
    radial-gradient(circle at 18% 22%, rgba(255, 106, 0, 0.12), transparent 24%);
}

.work-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.work-card {
  overflow: hidden;
}

.work-card h3,
.work-card p {
  margin-left: 24px;
  margin-right: 24px;
}

.work-card h3 {
  margin-top: 24px;
}

.work-card p {
  margin-bottom: 26px;
}

.work-visual {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: end start;
  padding: 22px;
  background-size: cover;
  background-position: center;
}

.work-visual span {
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(14, 14, 18, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-visual.trade {
  background:
    linear-gradient(rgba(36, 28, 43, 0.08), rgba(14, 14, 18, 0.74)),
    repeating-linear-gradient(90deg, #ece7f1 0 18px, #fff 18px 36px),
    var(--gradient);
}

.work-visual.food {
  background:
    linear-gradient(rgba(255, 106, 0, 0.08), rgba(14, 14, 18, 0.72)),
    radial-gradient(circle at 28% 35%, #ffce3a 0 9%, transparent 10%),
    radial-gradient(circle at 72% 45%, #ff2d8e 0 8%, transparent 9%),
    linear-gradient(135deg, #fff3e8, #b21fd6);
}

.work-visual.retail {
  background:
    linear-gradient(rgba(36, 28, 43, 0.1), rgba(14, 14, 18, 0.72)),
    linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.8) 20% 22%, transparent 22% 45%, rgba(255, 255, 255, 0.8) 45% 47%, transparent 47%),
    linear-gradient(135deg, #ff2d8e, #ff6a00);
}

.pricing {
  background: #fff;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pricing-grid article {
  min-height: 340px;
}

.pricing-grid strong {
  display: block;
  margin: 14px 0;
  color: var(--ink);
  font-size: 34px;
}

.pricing-grid .featured {
  border-color: rgba(255, 45, 142, 0.36);
  background: linear-gradient(180deg, #fff, #fff3fa);
  transform: translateY(-10px);
}

.pricing-grid button {
  width: 100%;
  margin-top: 18px;
  padding: 13px 16px;
}

.ai-receptionist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.97), rgba(36, 28, 43, 0.92)),
    var(--gradient);
}

.ai-receptionist .eyebrow {
  color: #ffbde0;
}

.ai-copy h2 {
  color: #fff;
}

.ai-copy p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.ai-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.ai-panel h3 {
  color: #fff;
}

.ai-panel ul {
  display: grid;
  gap: 14px;
  padding-left: 18px;
  margin: 0;
}

.ai-panel li {
  color: rgba(255, 255, 255, 0.8);
}

.ai-panel strong {
  color: #fff;
}

.final-cta {
  margin: 44px clamp(20px, 5vw, 70px) 96px;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 14, 18, 0.82), rgba(106, 31, 200, 0.78)),
    var(--gradient);
}

.final-cta h2 {
  color: #fff;
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  padding: 48px clamp(20px, 5vw, 70px);
  color: #c9c2d1;
  background: var(--black);
}

.footer-logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(190px, 72vw);
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.footer-logo-card img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand p {
  max-width: 440px;
  color: #b8b2c4;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-links h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-links a,
.footer-links button {
  display: block;
  margin: 10px 0;
  color: #c9c2d1;
  background: transparent;
  text-align: left;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #23c45e;
  box-shadow: 0 16px 38px rgba(35, 196, 94, 0.34);
  cursor: pointer;
  font-weight: 900;
}

.chat-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(14, 14, 18, 0.74);
}

.chat-modal[aria-hidden="false"] {
  display: grid;
}

.chat-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1070px, 100%);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.close-chat {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  color: var(--body);
  background: #f3eef7;
  cursor: pointer;
  font-size: 18px;
}

.chat-left,
.chat-right {
  padding: clamp(28px, 5vw, 48px);
}

.chat-left {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 45, 142, 0.14), transparent 28%),
    #fbf8fc;
}

.chat-left img {
  width: 52px;
  height: auto;
}

.chat-left h2,
.chat-right h2 {
  margin: 16px 0 20px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}

.chat-left ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.chat-left li {
  display: grid;
  gap: 4px;
}

.chat-left span,
.chat-right p {
  color: var(--body);
}

.offer {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  color: #991857;
  background: #fff0f7;
  font-weight: 900;
}

.whatsapp-card {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(35, 196, 94, 0.34);
  border-radius: 8px;
  background: #f1fbf4;
}

.whatsapp-card strong {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  padding: 14px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  .main-nav,
  .service-nav-links {
    position: absolute;
    top: 78px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.open,
  .service-nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .service-nav {
    position: relative;
  }

  .service-contact {
    display: none;
  }

  .service-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .hero,
  .studio-grid,
  .service-grid,
  .service-page,
  .route-card-grid,
  .service-redesign-hero,
  .pricing-card-grid,
  .example-grid,
  .work-grid,
  .pricing-grid,
  .ai-receptionist,
  .site-footer,
  .chat-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-showcase {
    max-width: 680px;
  }

  .section-head {
    display: block;
  }

  .service-page-panel {
    min-height: auto;
  }

  .service-mockup {
    min-height: 280px;
  }

  .platform-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .pricing-grid .featured {
    transform: none;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand {
    gap: 7px;
  }

  .brand-mark {
    width: 40px;
    height: 42px;
  }

  .brand-wordmark {
    width: clamp(124px, 42vw, 154px);
  }

  .hero {
    padding-top: 58px;
  }

  .hero-actions,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
    text-align: center;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .showcase-body {
    min-height: auto;
  }

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

  .platform-strip {
    padding: 24px 16px;
  }

  .platform-panel {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    border-radius: 16px;
  }

  .whatsapp-float span {
    font-size: 13px;
  }
}
