:root {
  --bg: #09100d;
  --bg-soft: #0f1713;
  --panel: rgba(16, 24, 20, 0.78);
  --panel-strong: rgba(11, 17, 14, 0.91);
  --text: #f3ede2;
  --muted: #d0c4af;
  --accent: #c88a4b;
  --accent-soft: #e3ad74;
  --stroke: rgba(244, 225, 194, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

html[data-theme="indian"] {
  --bg: #0b0d12;
  --bg-soft: #121723;
  --panel: rgba(16, 21, 30, 0.84);
  --panel-strong: rgba(10, 14, 21, 0.94);
  --text: #f4f7fb;
  --muted: #c6d1dc;
  --accent: #8ea8c8;
  --accent-soft: #d8e4f1;
  --stroke: rgba(217, 229, 242, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 100%, rgba(200, 138, 75, 0.1), transparent 22%),
    linear-gradient(180deg, #000000 0%, #000000 68%, #050807 84%, #09100d 100%);
}

html[data-theme="indian"] body {
  background:
    radial-gradient(circle at 74% 18%, rgba(142, 168, 200, 0.18), transparent 24%),
    radial-gradient(circle at 18% 16%, rgba(213, 227, 241, 0.12), transparent 28%),
    linear-gradient(180deg, #040507 0%, #090c12 48%, #101722 76%, #171f2b 100%);
}

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

.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 240, 0.96);
  border-bottom: 1px solid rgba(22, 17, 13, 0.08);
}

html[data-theme="indian"] .page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 5.1rem);
  padding: 0 clamp(1.25rem, 3vw, 3rem) 4rem;
  background:
    linear-gradient(90deg, rgba(8, 13, 11, 0.54) 0%, rgba(8, 13, 11, 0.3) 34%, rgba(8, 13, 11, 0.08) 58%, rgba(8, 13, 11, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 11, 9, 0.08), rgba(7, 11, 9, 0.28)),
    url("Wolf wallpaper business.jpg") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.92) 82%, rgba(0, 0, 0, 0.52) 91%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.92) 82%, rgba(0, 0, 0, 0.52) 91%, transparent 100%);
}

html[data-theme="indian"] .hero {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.42) 0%, rgba(6, 8, 12, 0.18) 30%, rgba(6, 8, 12, 0.22) 58%, rgba(6, 8, 12, 0.78) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.1), rgba(6, 8, 12, 0.34)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.consultation-hero {
  position: relative;
  min-height: calc(100vh - 5.1rem);
  padding: 0 clamp(1.25rem, 3vw, 3rem) 4rem;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, 0.72) 0%, rgba(7, 11, 9, 0.46) 34%, rgba(7, 11, 9, 0.14) 58%, rgba(7, 11, 9, 0.36) 100%),
    linear-gradient(180deg, rgba(6, 10, 8, 0.14), rgba(6, 10, 8, 0.42)),
    url("anothernotherone.webp") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
}

html[data-theme="indian"] .consultation-hero {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.78) 0%, rgba(6, 8, 12, 0.52) 34%, rgba(6, 8, 12, 0.16) 58%, rgba(6, 8, 12, 0.38) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.16), rgba(6, 8, 12, 0.42)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.pricing-hero {
  position: relative;
  min-height: calc(100vh - 5.1rem);
  padding: 0 clamp(1.25rem, 3vw, 3rem) 4rem;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, 0.72) 0%, rgba(7, 11, 9, 0.48) 34%, rgba(7, 11, 9, 0.18) 58%, rgba(7, 11, 9, 0.4) 100%),
    linear-gradient(180deg, rgba(6, 10, 8, 0.12), rgba(6, 10, 8, 0.38)),
    url("anothernotherone.webp") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.88) 88%, transparent 100%);
}

html[data-theme="indian"] .pricing-hero {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.76) 0%, rgba(6, 8, 12, 0.5) 34%, rgba(6, 8, 12, 0.18) 58%, rgba(6, 8, 12, 0.4) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.14), rgba(6, 8, 12, 0.38)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.helpdesk-hero {
  position: relative;
  min-height: calc(68vh - 5.1rem);
  padding: 0 clamp(1.25rem, 3vw, 3rem) 4rem;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, 0.72) 0%, rgba(7, 11, 9, 0.46) 34%, rgba(7, 11, 9, 0.14) 58%, rgba(7, 11, 9, 0.36) 100%),
    linear-gradient(180deg, rgba(6, 10, 8, 0.14), rgba(6, 10, 8, 0.42)),
    url("anothernotherone.webp") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, 0.88) 92%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, 0.88) 92%, transparent 100%);
}

html[data-theme="indian"] .helpdesk-hero {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.76) 0%, rgba(6, 8, 12, 0.5) 34%, rgba(6, 8, 12, 0.16) 58%, rgba(6, 8, 12, 0.38) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.16), rgba(6, 8, 12, 0.42)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.consultation-hero-copy {
  max-width: 44rem;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(7rem, 16vw, 12rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 0;
}

.site-nav,
.hero-content,
.section {
  position: relative;
  z-index: 1;
}

.site-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.55rem clamp(1.25rem, 3vw, 3rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 31rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 0.6rem;
  background: transparent;
  overflow: hidden;
  padding: 0.2rem;
}

html[data-theme="indian"] .brand-mark {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.92);
  padding: 0.42rem;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #16110d;
}

html[data-theme="indian"] .brand-text {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-self: end;
  gap: 1.25rem;
  color: #3f3125;
  transition: opacity 220ms ease, transform 260ms ease;
}

html[data-theme="indian"] .nav-links {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

html[data-theme="indian"] .page-header.is-condensed .nav-links {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2rem);
  top: clamp(1rem, 2.5vw, 1.75rem);
  z-index: 32;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  transform: translateX(0);
  animation: sideDockSlideIn 260ms ease;
}

html[data-theme="indian"] .page-header.is-condensed .nav-links a {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 244, 0.7);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  font-size: 0;
  line-height: 1;
  color: #6d513c;
  backdrop-filter: blur(12px);
}

html[data-theme="indian"] .page-header.is-condensed .nav-links a::before {
  content: attr(data-symbol);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

html[data-theme="indian"] .page-header.is-condensed .nav-links a {
  border-color: rgba(240, 247, 255, 0.28);
  background: rgba(241, 247, 252, 0.9);
  color: #5f7995;
}

@keyframes sideDockSlideIn {
  from {
    opacity: 0;
    transform: translateX(1.2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  justify-self: center;
  min-width: max-content;
}

.theme-switcher-label {
  color: #4e3d2e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="indian"] .theme-switcher-label {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.theme-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.theme-toggle-track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 4.35rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 45, 35, 0.16);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease;
}

html[data-theme="indian"] .theme-toggle-track {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
}

.theme-toggle-thumb {
  position: absolute;
  left: 0.24rem;
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 200ms ease;
}

.theme-toggle input:checked + .theme-toggle-track .theme-toggle-thumb {
  transform: translateX(2.07rem);
}

.hero-content {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 5.1rem);
}

.hero-layout {
  display: block;
}

.hero-kicker {
  display: none;
}

.hero-title-indian,
.hero-text-indian,
.hero-button-label-plan-b {
  display: none;
}

html[data-theme="indian"] .hero-button-label-default {
  display: none;
}

html[data-theme="indian"] .hero-button-label-plan-b {
  display: inline;
}

.hero-copy {
  width: min(44rem, 100%);
  padding: clamp(1.25rem, 2vw, 2rem);
  border: 1px solid var(--stroke);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(8, 12, 10, 0.54), rgba(8, 12, 10, 0.26));
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

html[data-theme="indian"] .hero-copy {
  width: min(39rem, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  margin-left: auto;
}

html[data-theme="indian"] .hero-layout {
  display: block;
}

html[data-theme="indian"] .hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 36rem;
  margin-left: auto;
}

html[data-theme="indian"] .hero-content {
  justify-content: flex-end;
}

html[data-theme="indian"] .hero-kicker {
  display: none;
  margin: 0 0 1rem;
  color: rgba(236, 243, 250, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.55;
  max-width: 29rem;
  text-align: left;
  text-transform: uppercase;
}

html[data-theme="indian"] h1 {
  max-width: 8.4ch;
  font-size: clamp(3rem, 6.8vw, 5.6rem);
  line-height: 0.92;
  text-align: left;
}

html[data-theme="indian"] .hero-title-default,
html[data-theme="indian"] .hero-text-default {
  display: none;
}

html[data-theme="indian"] .hero-title-indian,
html[data-theme="indian"] .hero-text-indian {
  display: inline;
}

html[data-theme="indian"] .hero-text {
  max-width: 28rem;
  margin-top: 1.1rem;
  font-size: 1rem;
  color: rgba(232, 239, 246, 0.9);
  text-align: left;
}

html[data-theme="indian"] .hero-actions {
  margin-top: 1.8rem;
  justify-content: flex-start;
}

html[data-theme="indian"] .hero .eyebrow {
  margin-bottom: 0.7rem;
}

.eyebrow,
.section-label,
.plan {
  margin: 0 0 0.8rem;
  color: var(--accent-soft);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
}

h1 {
  max-width: 10.8ch;
  font-size: clamp(3.5rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

h3 {
  font-size: 2rem;
}

.hero-text,
.card p,
.price-copy,
.consultation-panel p,
li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 34rem;
  margin: 1.25rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #1e140b;
}

html[data-theme="indian"] .button-primary {
  color: #10151b;
}

.button-secondary {
  border-color: rgba(244, 225, 194, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.section {
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 3vw, 3rem);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  line-height: 1.06;
}

.cards,
.pricing-grid {
  display: grid;
  gap: 1.25rem;
}

.service-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

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

.cards--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.card,
.price-card,
.consultation-panel {
  border: 1px solid var(--stroke);
  border-radius: 1.5rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.card,
.price-card {
  padding: 1.8rem;
}

.service-card {
  border: 1px solid var(--stroke);
  border-radius: 1.5rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-link {
  display: block;
  color: inherit;
  transition: transform 180ms ease;
}

.service-link:hover {
  transform: translateY(-3px);
}

.service-card h3,
.service-card p {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.service-card h3 {
  margin: 1.2rem 0 0.75rem;
}

.service-card p {
  margin: 0 0 1.4rem;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  margin: 0 1.4rem 1.4rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #1e140b;
  font-weight: 600;
}

html[data-theme="indian"] .service-cta {
  color: #10151b;
}

.service-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(244, 225, 194, 0.1);
  background:
    linear-gradient(135deg, rgba(227, 173, 116, 0.16), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top left, rgba(227, 173, 116, 0.24), transparent 38%),
    linear-gradient(180deg, rgba(14, 20, 17, 0.88), rgba(10, 14, 12, 0.96));
}

html[data-theme="indian"] .service-placeholder {
  background:
    linear-gradient(135deg, rgba(142, 168, 200, 0.16), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top left, rgba(216, 228, 241, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(16, 19, 25, 0.88), rgba(11, 14, 20, 0.96));
}

.service-placeholder::before,
.service-placeholder::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(244, 225, 194, 0.12);
  inset: 1rem;
  border-radius: 1rem;
}

.service-placeholder::after {
  inset: 1.6rem;
  border-style: dashed;
}

.service-placeholder span {
  position: relative;
  z-index: 1;
  color: var(--accent-soft);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-placeholder-podcast img {
  object-position: center 26%;
}

.price-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.price-card-cta {
  justify-content: space-between;
}

.price-card-cta .button {
  margin-top: 1.5rem;
  align-self: flex-start;
}

.card h3,
.price-card h3 {
  margin-bottom: 1rem;
}

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

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

.price-card.featured {
  background:
    linear-gradient(180deg, rgba(200, 138, 75, 0.16), rgba(18, 26, 22, 0.9)),
    var(--panel);
}

html[data-theme="indian"] .price-card.featured {
  background:
    linear-gradient(180deg, rgba(142, 168, 200, 0.16), rgba(17, 22, 29, 0.9)),
    var(--panel);
}

.social-management .price-card.featured {
  transform: none;
}

.price-card ul {
  padding-left: 1.2rem;
  margin: 0.65rem 0 0;
}

.price-card li + li {
  margin-top: 0.55rem;
}

.social-management .pricing-grid {
  align-items: stretch;
}

.social-management .pricing-grid + .pricing-grid {
  margin-top: 1.5rem;
}

.social-management .price-copy {
  min-height: 3.5rem;
  margin-bottom: 0.35rem;
}

.social-management li {
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-help-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1rem 0 0.2rem;
  border-top: 1px solid rgba(244, 225, 194, 0.12);
}

.faq-help-copy {
  flex: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.calculator-page {
  padding-top: clamp(4.5rem, 9vw, 7rem);
}

.page-intro {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.calculator-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
}

.consultation-page-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
}

.calculator-card {
  border: 1px solid var(--stroke);
  border-radius: 1.5rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.calculator-field {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--text);
  font-weight: 500;
}

.calculator-field select,
.calculator-field input[type="number"],
.calculator-field input[type="text"],
.calculator-field input[type="email"],
.calculator-field textarea {
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid rgba(244, 225, 194, 0.16);
  border-radius: 0.95rem;
  background: rgba(9, 14, 12, 0.92);
  color: var(--text);
  padding: 0.8rem 0.95rem;
  font: inherit;
  accent-color: var(--accent-soft);
}

.calculator-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.calculator-rate-note {
  margin: -0.2rem 0 1rem;
  color: var(--accent-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.calculator-field.is-hidden {
  display: none;
}

.calculator-field input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.calculator-field input[type="number"]::-webkit-outer-spin-button,
.calculator-field input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
  margin: 0;
  filter: invert(88%) sepia(18%) saturate(470%) hue-rotate(335deg) brightness(96%) contrast(89%);
}

.calculator-field select option {
  background: #0b110e;
  color: var(--text);
}

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.checkbox-field input {
  width: 1.05rem;
  height: 1.05rem;
}

.calculator-result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-items {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(244, 225, 194, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
}

.cart-item-title,
.cart-item-meta,
.cart-empty {
  margin: 0;
}

.cart-item-title {
  color: var(--text);
  font-weight: 600;
}

.cart-item-meta,
.cart-empty {
  color: var(--muted);
  line-height: 1.6;
}

.cart-delete {
  border: 1px solid rgba(244, 225, 194, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.45rem 0.75rem;
  font: inherit;
  cursor: pointer;
}

.monthly-total {
  margin: -0.25rem 0 1rem;
  color: var(--accent-soft);
  font-size: 1rem;
  font-weight: 600;
}

.monthly-total.is-hidden {
  display: none;
}

.calculator-note {
  color: var(--muted);
  line-height: 1.7;
}

.consultation-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.consultation-side h2 {
  margin-bottom: 1.4rem;
}

.consultation-steps {
  display: grid;
  gap: 1rem;
}

.consultation-step {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 225, 194, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.consultation-step strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
}

.consultation-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.helpdesk-placeholder {
  display: grid;
  place-items: center;
  min-height: 20rem;
  text-align: center;
}

.faq-item {
  border: 1px solid var(--stroke);
  border-radius: 1.2rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.3rem;
  color: var(--text);
  font-weight: 600;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--accent-soft);
  font-size: 1.2rem;
}

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

.faq-item p {
  margin: 0;
  padding: 0 1.3rem 1.3rem;
  color: var(--muted);
  line-height: 1.7;
}

.consultation-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(8, 12, 10, 0.84), rgba(8, 12, 10, 0.48)),
    var(--panel-strong);
}

html[data-theme="indian"] .consultation-panel {
  background:
    linear-gradient(90deg, rgba(10, 14, 19, 0.86), rgba(10, 14, 19, 0.52)),
    var(--panel-strong);
}

.floating-actions {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 30;
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.floating-actions.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.8rem;
  min-height: 3.2rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 225, 194, 0.18);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.floating-button-primary {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #1e140b;
}

html[data-theme="indian"] .floating-button-primary {
  color: #10151b;
}

.floating-button-secondary {
  background: rgba(12, 18, 15, 0.82);
  color: var(--text);
}

@media (max-width: 1200px) {
  .hero {
    background-position: 82% center;
  }

  html[data-theme="indian"] .hero {
    background-position: 74% center;
  }

  .hero-copy {
    width: min(24rem, 54vw);
  }
}

@media (max-width: 960px) {
  .cards,
  .pricing-grid,
  .service-showcase {
    grid-template-columns: 1fr;
  }

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

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

  .faq-help-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards--compact,
  .pricing-grid--two {
    grid-template-columns: 1fr;
  }

  .site-nav,
  .consultation-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    background-position: 88% center;
  }

  html[data-theme="indian"] .hero {
    background-position: 76% center;
  }

  .theme-switcher {
    width: 100%;
    justify-content: flex-start;
  }

  html[data-theme="indian"] .page-header.is-condensed .nav-links {
    position: static;
    display: flex;
    gap: 1.25rem;
    transform: none;
    justify-items: unset;
  }

  html[data-theme="indian"] .page-header.is-condensed .nav-links a {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0.95rem;
    color: inherit;
    backdrop-filter: none;
  }

  html[data-theme="indian"] .page-header.is-condensed .nav-links a::before {
    content: none;
  }

  .hero-copy {
    width: min(22rem, 56vw);
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 0;
    min-height: calc(100vh - 4.6rem);
    background:
      linear-gradient(180deg, rgba(8, 13, 11, 0.35), rgba(8, 13, 11, 0.48)),
      url("Wolf wallpaper business.jpg") 68% center / cover no-repeat;
  }

  html[data-theme="indian"] .hero {
    background:
      linear-gradient(180deg, rgba(8, 10, 14, 0.42), rgba(8, 10, 14, 0.58)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  html[data-theme="indian"] .hero-copy,
  html[data-theme="indian"] .hero-main {
    width: 100%;
    max-width: 100%;
  }

  html[data-theme="indian"] .hero-kicker,
  html[data-theme="indian"] .hero-text {
    max-width: 100%;
  }

  .consultation-hero {
    min-height: calc(100vh - 4.6rem);
    background:
      linear-gradient(180deg, rgba(7, 11, 9, 0.42), rgba(7, 11, 9, 0.6)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  html[data-theme="indian"] .consultation-hero {
    background:
      linear-gradient(180deg, rgba(8, 10, 14, 0.42), rgba(8, 10, 14, 0.6)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  .pricing-hero {
    min-height: calc(100vh - 4.6rem);
    background:
      linear-gradient(180deg, rgba(7, 11, 9, 0.38), rgba(7, 11, 9, 0.56)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  html[data-theme="indian"] .pricing-hero {
    background:
      linear-gradient(180deg, rgba(8, 10, 14, 0.38), rgba(8, 10, 14, 0.56)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  .helpdesk-hero {
    min-height: calc(74vh - 4.6rem);
    background:
      linear-gradient(180deg, rgba(7, 11, 9, 0.4), rgba(7, 11, 9, 0.58)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  html[data-theme="indian"] .helpdesk-hero {
    background:
      linear-gradient(180deg, rgba(8, 10, 14, 0.4), rgba(8, 10, 14, 0.58)),
      url("anothernotherone.webp") center center / cover no-repeat;
  }

  .hero-copy {
    width: 100%;
    padding: 1.2rem;
  }

  .floating-actions {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .floating-button {
    min-width: 7.8rem;
    min-height: 3rem;
    padding: 0.72rem 1rem;
  }

  h1 {
    max-width: none;
  }

  .brand-text {
    font-size: 0.82rem;
  }

  .theme-switcher {
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .theme-switcher-label {
    font-size: 0.72rem;
  }
}

body.agency-home {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: #163147;
  background: #f8f8f6;
}

.agency-shell {
  width: min(1600px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.agency-home a {
  color: inherit;
  text-decoration: none;
}

.agency-topbar {
  position: sticky;
  top: 0;
  z-index: 26;
  background: #0e0d0a;
  color: #f4ead2;
  transition: transform 260ms ease, opacity 220ms ease;
}

.agency-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.05rem;
}

.agency-topbar p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
}

.agency-socials,
.agency-footer-socials,
.agency-contact-connect-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.agency-topbar .agency-socials {
  align-self: center;
  height: 100%;
}

.agency-socials a,
.agency-footer-socials a,
.agency-contact-connect-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../logos.PNG");
  background-repeat: no-repeat;
  background-size: 210px auto;
  flex-shrink: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  transition: transform 180ms ease, opacity 180ms ease;
}

.agency-topbar .agency-socials a {
  margin-top: -0.32rem;
  margin-bottom: 0;
}

.agency-socials a:hover,
.agency-footer-socials a:hover,
.agency-contact-connect-icons a:hover {
  transform: translateY(-1px);
  opacity: 0.88;
}

.agency-social-facebook {
  background-position: -6px -15px;
}

.agency-social-x {
  background-position: -45px -15px;
}

.agency-social-instagram {
  background-position: -85px -15px;
}

.agency-social-linkedin {
  background-position: -119px -15px;
}

.agency-social-youtube {
  width: 2.3rem;
  background-position: -164px -15px;
}

.agency-social-tiktok {
  background-position: -6px -51px;
}

.agency-social-snapchat {
  background-position: -46px -51px;
}

.agency-social-google {
  background-position: -85px -51px;
}

.agency-header {
  position: sticky;
  top: 2.05rem;
  z-index: 25;
  background: rgba(15, 13, 10, 0.98);
  border-bottom: 1px solid rgba(199, 154, 43, 0.18);
  transition: transform 260ms ease, opacity 220ms ease;
}

.agency-home.agency-faq-active .agency-topbar,
.agency-home.agency-faq-active .agency-header {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

.agency-home.agency-footer-hide-active .agency-topbar,
.agency-home.agency-footer-hide-active .agency-header {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

.agency-header .agency-shell,
.agency-topbar .agency-shell {
  width: min(100% - 2rem, 1820px);
}

.agency-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  min-height: 6rem;
}

.agency-logo {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  flex-shrink: 0;
}

.agency-logo-lockup {
  display: block;
  width: min(100%, 15.75rem);
}

.agency-logo-lockup img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.agency-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.2rem;
  font-size: 1.12rem;
  color: #f4ead2;
  justify-self: center;
  grid-column: 2;
}

.agency-nav a {
  position: relative;
}

.agency-nav a:hover {
  color: #e0b84f;
}

.agency-logo {
  grid-column: 1;
}

.agency-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  grid-column: 3;
  justify-self: stretch;
}

.agency-home {
  --agency-accent: #c79a2b;
  --agency-accent-strong: #a97c18;
  --agency-accent-bright: #e0b84f;
  --agency-accent-dark: #3a2c12;
  --agency-heading: #231c12;
  --agency-text: #4d4334;
  --agency-text-soft: #7a6d58;
  --agency-kicker: #6e5d45;
  --agency-rule: #c79a2b;
  --agency-surface: #fffdf9;
  --agency-surface-soft: #f7f1e8;
  --agency-surface-tint: #f4ede2;
  --agency-border: #e8dcc7;
  --agency-ring: #d5b66e;
  --agency-footer: #11100d;
}

.agency-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  color: #ffffff;
  font-size: 1.95rem;
  line-height: 1;
}

.agency-call {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.agency-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--agency-accent-strong);
  color: #ffffff;
  font-size: 1.28rem;
}

.agency-call-copy {
  display: grid;
  gap: 0.2rem;
}

.agency-call-copy strong {
  color: var(--agency-accent-strong);
  font-size: 0.98rem;
}

.agency-call-copy span {
  color: #f4ead2;
  font-size: 0.94rem;
}

.agency-hero {
  position: relative;
  min-height: 43rem;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.74), rgba(18, 16, 12, 0.74)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.agency-hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 6rem 0 5rem;
}

.agency-mini-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agency-hero-line {
  width: min(38rem, 100%);
  height: 2px;
  margin: 2rem 0 2.2rem;
  background: var(--agency-accent-bright);
}

.agency-hero h1 {
  max-width: 16ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.7rem, 7vw, 6.1rem);
  font-weight: 800;
  line-height: 1.06;
  text-transform: uppercase;
}

.agency-hero-button,
.agency-secondary-button,
.agency-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  padding: 0.9rem 2rem;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 220ms ease, opacity 180ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.agency-hero-button::after,
.agency-secondary-button::after,
.agency-banner-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.32) 46%, transparent 72%);
  transform: translateX(-145%);
  transition: transform 460ms ease;
}

.agency-hero-button:hover,
.agency-secondary-button:hover,
.agency-banner-button:hover {
  transform: none;
}

.agency-hero-button {
  margin-top: 2.5rem;
  background: var(--agency-accent);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(199, 154, 43, 0.22);
}

.agency-hero-button:hover {
  transform: none;
  background: var(--agency-accent-bright);
  box-shadow: 0 18px 38px rgba(199, 154, 43, 0.34);
}

.agency-hero-button:hover::after,
.agency-secondary-button:hover::after,
.agency-banner-button:hover::after {
  transform: translateX(145%);
}

.agency-section {
  padding: 6rem 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(2.75rem);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.agency-about {
  background: var(--agency-surface);
}

.agency-about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.agency-about-image,
.agency-about-copy {
  background: var(--agency-surface);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-about-image {
  justify-self: end;
  width: min(100%, 25rem);
  overflow: hidden;
}

.agency-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.agency-about-copy {
  justify-self: start;
  max-width: 42rem;
  padding: 2.6rem 2.7rem;
}

.agency-about-kicker {
  position: relative;
  margin: 0 0 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  color: var(--agency-kicker);
  font-size: 1.05rem;
  font-weight: 500;
}

.agency-about-kicker::before,
.agency-about-kicker::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 2px;
  background: var(--agency-rule);
  transform: translateY(-50%);
}

.agency-about-kicker::before {
  left: 0;
}

.agency-about-kicker::after {
  right: 0;
}

.agency-about-copy h2 {
  margin: 0 0 1.35rem;
  color: var(--agency-heading);
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
}

.agency-about-copy p {
  margin: 0;
  color: var(--agency-text);
  font-size: 1.08rem;
  line-height: 1.9;
}

.agency-about-copy p + p {
  margin-top: 1rem;
}

.agency-about-button {
  margin-top: 1.6rem;
}

.agency-expertise,
.agency-why,
.agency-faq-section,
.agency-results {
  background: var(--agency-surface-soft);
}

.agency-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.agency-heading p {
  position: relative;
  margin: 0 0 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  color: var(--agency-kicker);
  font-size: 1.05rem;
  font-weight: 500;
}

.agency-heading p::before,
.agency-heading p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 2px;
  background: var(--agency-rule);
  transform: translateY(-50%);
}

.agency-heading p::before {
  left: 0;
}

.agency-heading p::after {
  right: 0;
}

.agency-heading h2 {
  margin: 0;
  color: var(--agency-accent-strong);
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.agency-offer-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.agency-offer-card {
  min-height: 9rem;
  padding: 2rem 1.5rem;
  border-radius: 0;
  background: var(--agency-surface);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.09);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.9rem;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.agency-offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(14, 50, 72, 0.12);
}

.agency-offer-card:focus-visible {
  outline: 3px solid rgba(199, 154, 43, 0.32);
  outline-offset: 4px;
}

.agency-offer-card-featured {
  position: relative;
  background:
    linear-gradient(135deg, rgba(199, 154, 43, 0.18), rgba(255, 255, 255, 0.02)),
    var(--agency-accent-dark);
  color: #ffffff;
}

.agency-offer-card-featured::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: var(--agency-accent-dark);
  transform: translateX(-50%) rotate(45deg);
}

.agency-offer-icon {
  color: var(--agency-accent-dark);
  font-size: 2rem;
  font-weight: 700;
}

.agency-offer-card-featured .agency-offer-icon,
.agency-offer-card-featured h3 {
  color: #ffffff;
}

.agency-offer-card h3 {
  margin: 0;
  color: var(--agency-accent-strong);
  font-size: 1.55rem;
  line-height: 1.2;
}

.agency-offer-copy {
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 15rem;
}

.agency-offer-copy h3 {
  margin: 1.5rem 0 1rem;
  color: var(--agency-heading);
  font-size: clamp(2rem, 4vw, 3rem);
}

.agency-offer-copy p {
  max-width: 56rem;
  margin: 0;
  color: var(--agency-text);
  font-size: 1.18rem;
  line-height: 1.9;
}

.agency-secondary-button {
  margin-top: 2rem;
  background: var(--agency-accent);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(199, 154, 43, 0.22);
}

.agency-secondary-button:hover {
  background: var(--agency-accent-bright);
  box-shadow: 0 18px 38px rgba(199, 154, 43, 0.34);
}

.agency-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.3rem;
}

.agency-why-card {
  min-height: 24rem;
  padding: 2rem 2rem 1.8rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.agency-why-card-featured {
  background: #ffffff;
  color: inherit;
}

.agency-why-card h3 {
  margin: 0 0 1.3rem;
  color: var(--agency-accent-strong);
  font-size: 1.95rem;
  line-height: 1.15;
}

.agency-why-card p {
  margin: 0;
  color: var(--agency-text);
  font-size: 1.05rem;
  line-height: 1.95;
}

.agency-why-card:hover {
  transform: translateY(-6px);
  background: var(--agency-accent-dark);
  box-shadow: 0 24px 48px rgba(58, 44, 18, 0.26);
}

.agency-why-card:hover h3,
.agency-why-card:hover p,
.agency-why-card:hover .agency-why-icon {
  color: #ffffff;
}

.agency-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: auto auto 0;
  border-radius: 50%;
  background: var(--agency-accent-dark);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  transition: background-color 220ms ease, color 220ms ease;
}

.agency-why-card:hover .agency-why-icon {
  background: #ffffff;
  color: var(--agency-accent-dark);
}

.agency-consult-strip {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
}

.agency-consult-strip-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.42), rgba(18, 16, 12, 0.58)),
    url("drone.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}

.agency-consult-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
}

.agency-consult-strip-card {
  width: min(100%, 48rem);
  padding: 1.2rem 1.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.agency-consult-strip-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
}

.agency-consult-strip-card p {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.12rem;
  line-height: 1.8;
}

.agency-consult-strip-button {
  margin-top: 1.2rem;
}

.agency-results-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.agency-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: var(--agency-surface);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4, #34a853);
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
}

.agency-google-badge strong {
  display: block;
  color: var(--agency-heading);
  font-size: 1.1rem;
}

.agency-google-badge p,
.agency-results-note {
  margin: 0;
  color: var(--agency-text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.agency-results-note {
  max-width: 34rem;
  text-align: right;
}

.agency-reviews-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
}

.agency-reviews-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid var(--agency-border);
  background: var(--agency-surface);
  color: var(--agency-accent-strong);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(14, 50, 72, 0.08);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.agency-reviews-button:hover {
  background: var(--agency-accent);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(14, 50, 72, 0.14);
}

.agency-reviews-carousel {
  overflow: hidden;
  width: 100%;
}

.agency-reviews-track {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  transition: transform 360ms ease;
  will-change: transform;
}

.agency-review-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
  background: var(--agency-surface);
  border: 1px solid var(--agency-border);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.agency-review-profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.agency-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #f5ecda;
  color: var(--agency-accent-strong);
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}

.agency-review-profile strong {
  display: block;
  color: var(--agency-heading);
  font-size: 1rem;
}

.agency-review-profile span,
.agency-review-source {
  color: var(--agency-text-soft);
  font-size: 0.92rem;
}

.agency-review-stars {
  color: #fbbc05;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.agency-review-card p {
  margin: 0;
  color: var(--agency-text);
  font-size: 1rem;
  line-height: 1.9;
}

.agency-pattern-break {
  position: relative;
  min-height: 24rem;
  overflow: clip;
}

.agency-pattern-break-bg,
.agency-pattern-break-overlay {
  position: absolute;
  inset: 0;
}

.agency-pattern-break-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24rem;
  text-align: center;
}

.agency-pattern-break-copy {
  max-width: 52rem;
}

.agency-pattern-break-copy h2 {
  margin: 0.5rem 0 0;
  color: #ffffff;
  font-size: clamp(1.85rem, 3.9vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.agency-pattern-break-bg {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.24), rgba(8, 8, 8, 0.24)),
    url("geometric gold pattern.png") center center / cover no-repeat;
  background-attachment: fixed;
}

.agency-pattern-break-overlay {
  background: linear-gradient(180deg, rgba(247, 241, 232, 0.18) 0%, rgba(247, 241, 232, 0) 24%, rgba(247, 241, 232, 0) 76%, rgba(247, 241, 232, 0.18) 100%);
  pointer-events: none;
}

.agency-faq-list {
  display: grid;
  gap: 1rem;
  -webkit-user-select: none;
  user-select: none;
}

.agency-faq-item {
  background: var(--agency-surface);
  border: 1px solid var(--agency-border);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
  overflow: hidden;
}

.agency-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.4rem 4.4rem 1.4rem 1.5rem;
  color: var(--agency-heading);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.agency-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.45rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--agency-accent);
  font-size: 1.45rem;
  font-weight: 500;
}

.agency-faq-item[open] summary::after {
  content: "-";
}

.agency-faq-item p {
  margin: 0;
  padding: 0 1.5rem 1.4rem;
  color: var(--agency-text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.agency-services-page {
  background: var(--agency-surface-soft);
}

.agency-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.agency-service-block {
  padding: 2rem;
  background: var(--agency-surface);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-service-block h3 {
  margin: 0 0 1.15rem;
  color: var(--agency-accent-strong);
  font-size: 1.85rem;
  line-height: 1.1;
}

.agency-service-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agency-service-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--agency-text);
  font-size: 1rem;
  line-height: 1.85;
}

.agency-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--agency-accent-bright);
}

.agency-banner-section {
  padding: 0 0 0;
  background: linear-gradient(180deg, var(--agency-surface-soft) 0 42%, var(--agency-footer) 42% 100%);
}

.agency-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem 3rem;
  background: linear-gradient(90deg, #15120d, #4a3814 55%, #c79a2b 100%);
}

.agency-banner-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.agency-banner p {
  color: #ffffff;
}

.agency-banner-lockup {
  display: block;
  width: min(100%, 23rem);
}

.agency-banner-lockup img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.agency-banner p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.agency-banner-button {
  border: 1px solid rgba(199, 154, 43, 0.2);
  background: var(--agency-accent);
  color: #ffffff;
  justify-self: end;
  box-shadow: 0 12px 26px rgba(199, 154, 43, 0.22);
}

.agency-banner-button:hover {
  background: var(--agency-accent-bright);
  box-shadow: 0 18px 38px rgba(199, 154, 43, 0.34);
}

.agency-page-hero {
  min-height: 34rem;
}

.agency-contact-hero {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.82), rgba(18, 16, 12, 0.82)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.agency-contact-hero-inner {
  display: grid;
  justify-items: start;
  text-align: left;
  padding: 4.5rem 0;
}

.agency-contact-hero-inner h1 {
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.agency-page-section {
  padding-top: 6.5rem;
  padding-bottom: 7rem;
}

.agency-contact-section {
  background: #ffffff;
}

.agency-contact-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: start;
}

.agency-contact-sidebar {
  display: grid;
  gap: 1rem;
  padding-right: 1rem;
}

.agency-contact-sidebar h2 {
  margin: 0;
  color: var(--agency-accent-strong);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.agency-contact-sidebar p {
  margin: 0;
  color: var(--agency-text);
  font-size: 1rem;
  line-height: 1.95;
}

.agency-contact-points {
  display: grid;
  gap: 1rem;
  margin-top: 0.75rem;
}

.agency-contact-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.agency-contact-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 2px solid var(--agency-ring);
  color: var(--agency-accent-strong);
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.agency-contact-point strong,
.agency-contact-point span {
  display: block;
}

.agency-contact-point strong {
  color: var(--agency-heading);
  font-size: 0.98rem;
}

.agency-contact-point span {
  color: var(--agency-text-soft);
  font-size: 0.96rem;
  line-height: 1.7;
}

.agency-contact-form-wrap {
  padding: 2rem;
  background: var(--agency-surface-tint);
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-contact-form-intro h3 {
  margin: 0;
  color: var(--agency-heading);
  font-size: 1.8rem;
  line-height: 1.15;
}

.agency-contact-form-intro p {
  margin: 0.9rem 0 0;
  color: var(--agency-text-soft);
  font-size: 1rem;
  line-height: 1.85;
}

.agency-contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.agency-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.agency-contact-form-grid--dates {
  margin-top: -0.1rem;
}

.agency-contact-form .agency-form-field span {
  font-size: 0.82rem;
}

.agency-contact-consent {
  margin-top: 0.15rem;
}

.agency-contact-submit {
  display: flex;
  justify-content: center;
}

.agency-contact-submit .agency-hero-button {
  width: 100%;
  margin-top: 0.2rem;
}

.agency-contact-connect {
  padding: 4rem 0;
  background: #ffffff;
}

.agency-contact-connect-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.75rem;
}

.agency-contact-connect-inner h2 {
  margin: 0;
  color: var(--agency-accent-strong);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 800;
}

.agency-contact-connect-inner p {
  max-width: 48rem;
  margin: 0;
  color: var(--agency-text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.agency-contact-connect-icons {
  margin-top: 0.35rem;
}

.agency-contact-bottom-cta {
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.84), rgba(18, 16, 12, 0.84)),
    url("anothernotherone.webp") center center / cover no-repeat;
}

.agency-contact-bottom-cta-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 4.5rem 0;
}

.agency-contact-bottom-cta-inner h2 {
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.06;
}

.agency-contact-bottom-cta-inner p:last-of-type {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  line-height: 1.9;
}

.agency-contact-bottom-cta-inner .agency-banner-button {
  margin-top: 1.5rem;
  justify-self: center;
}

.agency-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  gap: 2rem;
  align-items: start;
}

.agency-panel {
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(14, 50, 72, 0.08);
}

.agency-form-panel,
.agency-info-panel,
.agency-helpdesk-panel {
  padding: 2.3rem;
}

.agency-form-panel {
  display: grid;
  gap: 1.1rem;
}

.agency-form-field {
  display: grid;
  gap: 0.6rem;
}

.agency-form-field span,
.agency-checkbox-field span {
  color: var(--agency-heading);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.agency-form-field input,
.agency-form-field select,
.agency-form-field textarea {
  width: 100%;
  border: 1px solid var(--agency-border);
  background: #fcf8f1;
  color: var(--agency-heading);
  padding: 0.95rem 1rem;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.agency-form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--agency-accent-strong) 50%),
    linear-gradient(135deg, var(--agency-accent-strong) 50%, transparent 50%);
  background-position:
    calc(100% - 1.2rem) calc(50% - 0.15rem),
    calc(100% - 0.85rem) calc(50% - 0.15rem);
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
  padding-right: 2.6rem;
}

.agency-form-field textarea {
  min-height: 11rem;
  resize: vertical;
}

.agency-form-field input:focus,
.agency-form-field select:focus,
.agency-form-field textarea:focus {
  outline: none;
  border-color: var(--agency-accent);
  box-shadow: 0 0 0 4px rgba(199, 154, 43, 0.14);
  background: #ffffff;
}

.agency-checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.25rem 0;
}

.agency-checkbox-field input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--agency-accent-strong);
}

.agency-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.4rem;
}

.agency-form-actions .agency-hero-button,
.agency-form-actions .agency-secondary-button {
  min-width: 13rem;
  justify-content: center;
}

.agency-info-panel {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(199, 154, 43, 0.08), rgba(255, 255, 255, 0)),
    #ffffff;
}

.agency-info-panel h3,
.agency-cart-panel h3,
.agency-helpdesk-panel h3 {
  margin: 0 0 1.5rem;
  color: var(--agency-heading);
  font-size: 1.9rem;
  line-height: 1.15;
}

.agency-info-steps {
  display: grid;
  gap: 1.25rem;
}

.agency-info-steps div {
  padding: 1.2rem 1.25rem;
  background: #fcf8f1;
  border-left: 4px solid var(--agency-accent);
}

.agency-info-steps strong {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--agency-accent-strong);
  font-size: 1.05rem;
}

.agency-info-steps p,
.agency-helpdesk-panel p,
.agency-cart-note {
  margin: 0;
  color: var(--agency-text);
  font-size: 1.02rem;
  line-height: 1.9;
}

.agency-rate-note {
  padding: 0.95rem 1rem;
  background: linear-gradient(90deg, var(--agency-accent-dark), var(--agency-accent-strong));
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.agency-cart-panel {
  display: grid;
  gap: 1.25rem;
}

.agency-cart-items {
  display: grid;
  gap: 0.95rem;
}

.agency-cart-empty {
  margin: 0;
  padding: 1.1rem 1.15rem;
  background: #fcf8f1;
  color: #7a6d58;
  font-size: 1rem;
}

.agency-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  background: #fcf8f1;
  border-left: 4px solid var(--agency-accent);
}

.agency-cart-item-title,
.agency-cart-item-meta {
  margin: 0;
}

.agency-cart-item-title {
  color: var(--agency-heading);
  font-size: 1rem;
  font-weight: 700;
}

.agency-cart-item-meta {
  margin-top: 0.3rem;
  color: #7a6d58;
  font-size: 0.94rem;
}

.agency-cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
  text-align: right;
}

.agency-cart-item-actions strong {
  color: var(--agency-accent-strong);
  font-size: 1.05rem;
}

.agency-cart-delete {
  border: none;
  background: transparent;
  color: var(--agency-heading);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.agency-estimate-total {
  margin: 0;
  color: var(--agency-heading);
  font-size: clamp(2.35rem, 4vw, 3.15rem);
  line-height: 1;
}

.agency-monthly-total {
  margin: -0.35rem 0 0;
  color: var(--agency-accent-strong);
  font-size: 1rem;
  font-weight: 700;
}

.agency-monthly-total-hidden {
  display: none;
}

.agency-helpdesk-panel {
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2.4rem;
}

.agency-helpdesk-panel .agency-form-actions {
  justify-content: center;
  margin-top: 1.5rem;
}

.agency-footer {
  background: var(--agency-footer);
  color: #ffffff;
  padding: 4rem 0 2.5rem;
}

.agency-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.15fr;
  gap: 3rem;
}

.agency-footer h3 {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.1;
}

.agency-footer-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
  line-height: 1.75;
}

.agency-footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.agency-footer-socials {
  margin-top: 1.4rem;
}

.agency-footer-bottom {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  margin-top: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.98);
}

.agency-footer-bottom p {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 1080px) {
  .agency-header-inner,
  .agency-banner,
  .agency-footer-grid,
  .agency-why-grid,
  .agency-services-grid,
  .agency-offer-cards,
  .agency-about-panel,
  .agency-contact-grid,
  .agency-page-grid {
    grid-template-columns: 1fr;
  }

  .agency-header-inner {
    gap: 1.25rem;
    padding: 1rem 0 1.4rem;
    justify-items: center;
  }

  .agency-nav,
  .agency-header-actions,
  .agency-banner,
  .agency-banner-brand,
  .agency-footer-columns {
    justify-content: center;
  }

  .agency-banner {
    padding: 2rem;
    justify-items: center;
  }

  .agency-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .agency-results-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .agency-review-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }

  .agency-pattern-break {
    min-height: 18rem;
  }

  .agency-pattern-break-inner {
    min-height: 18rem;
  }

  .agency-consult-strip {
    min-height: 26rem;
  }

  .agency-consult-strip-card {
    padding: 1rem 1.25rem;
  }

  .agency-results-note {
    max-width: none;
    text-align: left;
  }

  .agency-helpdesk-panel {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .agency-shell {
    width: min(100% - 1.5rem, 1220px);
  }

  .agency-topbar-inner,
  .agency-header-actions,
  .agency-nav {
    gap: 0.9rem;
  }

  .agency-hero {
    min-height: 34rem;
  }

  .agency-hero h1 {
    font-size: clamp(2.7rem, 9vw, 4rem);
  }

  .agency-offer-copy p,
  .agency-why-card p,
  .agency-footer-list {
    font-size: 1rem;
  }

  .agency-reviews-controls {
    justify-content: flex-start;
  }

  .agency-review-card {
    flex-basis: 100%;
  }

  .agency-pattern-break {
    min-height: 14rem;
  }

  .agency-pattern-break-inner {
    min-height: 14rem;
  }

  .agency-pattern-break-copy h2 {
    font-size: clamp(1.55rem, 6.5vw, 2.2rem);
  }

  .agency-heading h2,
  .agency-offer-copy h3,
  .agency-about-copy h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .agency-logo-lockup {
    width: min(100%, 13rem);
  }

  .agency-banner-lockup {
    width: min(100%, 18rem);
  }

  .agency-form-panel,
  .agency-info-panel,
  .agency-helpdesk-panel,
  .agency-about-copy,
  .agency-contact-form-wrap {
    padding: 1.5rem;
  }

  .agency-form-actions .agency-hero-button,
  .agency-form-actions .agency-secondary-button {
    width: 100%;
    min-width: 0;
  }

  .agency-cart-item {
    flex-direction: column;
  }

  .agency-cart-item-actions {
    justify-items: start;
    text-align: left;
  }
}
