:root {
  --ink: #f7f8fc;
  --muted: #aeb7cb;
  --navy: #050b1d;
  --line: rgba(255, 255, 255, 0.14);
  --cyan: #18d8f7;
  --pink: #ff5da8;
  --peach: #ffbe8f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #071025;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 8vw, 1480px);
  margin: 0 auto;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.16em;
}

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

.brand strong {
  white-space: nowrap;
  font-size: 0.84rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

nav a {
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: #fff;
}

.author-nav-link {
  color: var(--cyan);
  font-weight: 750;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.author-nav-link:hover,
.author-nav-link:focus-visible,
.author-nav-link[aria-current="page"] {
  color: #fff;
}

.nav-cta {
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--peach), var(--pink));
  color: #10101c;
  font-weight: 700;
}

nav .nav-cta:hover,
nav .nav-cta:focus-visible {
  color: #10101c;
}

.paypal-link {
  display: inline-flex;
  height: 42px;
  min-width: 92px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #ffc439;
  border-radius: 999px;
  background: #ffc439;
  box-shadow: 0 8px 24px rgba(255, 196, 57, 0.24);
  color: #003087;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

nav .paypal-link:hover,
nav .paypal-link:focus-visible {
  background: #ffd45a;
  color: #003087;
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(5, 11, 29, 0.9);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu[open] summary span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}

.mobile-menu[open] summary span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 36px));
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(5, 11, 29, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.mobile-menu-panel > a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border-radius: 9px;
  color: #e8edf7;
  font-size: 0.88rem;
  font-weight: 650;
}

.mobile-menu-panel > a:hover,
.mobile-menu-panel > a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.mobile-menu-panel .nav-cta,
.mobile-menu-panel .paypal-link {
  justify-content: center;
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .site-header > nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

.hero-content {
  width: min(100% - 8vw, 1480px);
  margin: 0 auto;
  padding: clamp(52px, 7vh, 88px) 0 130px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #dbe3f4;
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.2em;
}

.eyebrow span {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--cyan);
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.2rem, 6.7vw, 7.4rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

h1 span {
  color: var(--pink);
  background: linear-gradient(100deg, var(--peach), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  max-width: 610px;
  margin: 34px 0 0;
  color: #c6cede;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.hero-copy span {
  display: block;
  margin-top: 16px;
  color: #eef2fa;
}

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 650;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

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

.button:focus-visible,
nav a:focus-visible,
.brand:focus-visible,
.scroll-cue:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.button-primary {
  background: linear-gradient(100deg, var(--peach), var(--pink));
  color: #10101c;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(7, 13, 31, 0.88);
  color: #fff;
}

.scroll-cue {
  position: absolute;
  right: 4vw;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
}

.scroll-cue i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cyan);
  font-style: normal;
}

.artwork-section {
  width: 100%;
  background: var(--navy);
  line-height: 0;
}

.artwork-section img {
  display: block;
  width: 100%;
  height: auto;
}

.services-showcase {
  display: grid;
  width: 100%;
  max-height: 100svh;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
}

.services-canvas {
  position: relative;
  width: min(100%, calc(100svh * 1.7213));
  min-width: 0;
  line-height: 1.2;
}

.services-canvas > img {
  display: block;
  width: 100%;
  height: auto;
}

.service-hotspot {
  position: absolute;
  top: 29.5%;
  height: 68.5%;
  border: 1px solid transparent;
  border-radius: 16px;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.service-hotspot:hover,
.service-hotspot:focus-visible {
  border-color: rgba(24, 216, 247, 0.65);
  background: rgba(24, 216, 247, 0.05);
  transform: translateY(-4px);
  outline: none;
}

.service-hotspot-one {
  left: 10.9%;
  width: 23.4%;
}

.service-hotspot-two {
  left: 39.6%;
  width: 24.9%;
}

.service-hotspot-three {
  left: 70%;
  width: 24.1%;
}

.mobile-service-links,
.mobile-about-visual,
.mobile-about-copy {
  display: none;
}

.industry-marquee {
  overflow: hidden;
  padding: 30px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.09);
  background: #040918;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-right 28s linear infinite;
}

.marquee-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(30px, 3.2vw, 62px);
  padding-right: clamp(30px, 3.2vw, 62px);
  font-size: clamp(1.35rem, 2.6vw, 2.8rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.marquee-set span {
  color: var(--pink);
  background: linear-gradient(100deg, var(--peach), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marquee-set i {
  color: var(--cyan);
  font-style: normal;
  font-size: 0.75em;
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.review-panel {
  position: relative;
  min-height: clamp(700px, 58vw, 940px);
  overflow: hidden;
  isolation: isolate;
  background: #061127;
}

.review-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review-content {
  width: 58%;
  margin-right: auto;
  padding: clamp(52px, 5vw, 82px) 5vw;
}

.review-heading h2 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.5rem, 4.3vw, 4.8rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.95;
  white-space: nowrap;
}

.review-heading > p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.review-page-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 650;
}

.review-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.review-card {
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(5, 11, 29, 0.88);
}

.stars {
  margin: 0;
  color: #ffc63c;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 12px 0 14px;
  color: #eef2fb;
  font-size: 0.98rem;
  line-height: 1.55;
}

.reviewer {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.review-work {
  margin: 4px 0 0;
  color: #7f899e;
  font-size: 0.76rem;
}

.review-page {
  background: #050b1d;
}

.review-panel-page {
  min-height: calc(100vh - 98px);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(54px, 8vw, 130px);
  padding: clamp(70px, 8vw, 120px) 8vw;
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 216, 247, 0.13), transparent 30%),
    #071025;
}

.contact-intro h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.6rem, 4.7vw, 5.4rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(5, 11, 29, 0.78);
}

.form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #dbe3f4;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  outline: 0;
  background: rgba(10, 21, 48, 0.86);
  color: #fff;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input {
  min-height: 50px;
  padding: 0 14px;
}

.form-field select {
  min-height: 50px;
  padding: 0 42px 0 14px;
  cursor: pointer;
}

.form-field select option {
  background: #071126;
  color: #fff;
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
  padding: 14px;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(24, 216, 247, 0.12);
}

.form-submit {
  grid-column: 1 / -1;
  justify-self: start;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status.success {
  color: var(--cyan);
}

.form-status.error {
  color: var(--peach);
}

.back-to-menu {
  position: fixed;
  left: 18px;
  bottom: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 11, 29, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  color: #eef2fb;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
  backdrop-filter: blur(12px);
}

.back-to-menu span {
  color: var(--cyan);
  font-size: 1rem;
}

.back-to-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-menu:hover,
.back-to-menu:focus-visible {
  border-color: var(--cyan);
  outline: none;
}

.site-footer {
  display: block;
  padding: clamp(34px, 3.5vw, 56px) 12vw 20px;
  border-top: 0;
  background: #050b1d;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) 0.8fr 0.8fr;
  gap: clamp(36px, 6vw, 100px);
  padding-bottom: 28px;
}

.footer-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-intro p {
  max-width: 390px;
  margin: 0 0 12px;
  color: #a8b1c3;
  font-size: 0.82rem;
  line-height: 1.5;
}

.footer-intro a {
  margin-top: 4px;
  color: #d8deea;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-links p {
  margin: 0 0 5px;
  color: #727d93;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.footer-links a {
  color: #aeb7c8;
  font-size: 0.76rem;
  transition: color 180ms ease;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: #667087;
  font-size: 0.68rem;
}

.services-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 8%, rgba(17, 119, 176, 0.2), transparent 30%),
    #050b1d;
}

.inner-header {
  position: relative;
  z-index: 2;
}

.services-page-hero {
  width: min(100% - 12vw, 1280px);
  margin: 0 auto;
  padding: clamp(90px, 12vw, 170px) 0 100px;
}

.services-page-hero h1 {
  max-width: 1050px;
  font-size: clamp(3.2rem, 7.2vw, 7rem);
}

.services-page-hero > p:not(.eyebrow) {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.service-jump-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 70px;
}

.service-jump-nav a {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(14, 26, 57, 0.58);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.service-jump-nav a:hover,
.service-jump-nav a:focus-visible {
  border-color: rgba(24, 216, 247, 0.58);
  transform: translateY(-3px);
  outline: none;
}

.service-jump-nav span {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.service-details {
  width: min(100% - 12vw, 1280px);
  margin: 0 auto;
}

.service-detail {
  scroll-margin-top: 30px;
  padding: clamp(90px, 10vw, 150px) 0;
  border-top: 1px solid var(--line);
}

.service-detail-intro {
  max-width: 930px;
}

.service-number,
.package-label {
  margin: 0 0 20px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.service-detail h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 590;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.service-tagline {
  margin: 26px 0 0;
  color: #fff !important;
  font-size: clamp(1.3rem, 2.1vw, 1.85rem) !important;
  font-weight: 560;
}

.service-detail-intro > p:not(.service-number):not(.service-tagline) {
  max-width: 820px;
  margin: 22px 0 0;
  color: #aeb8cc;
  font-size: 1.05rem;
  line-height: 1.8;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 64px;
}

.benefit-grid article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(18, 34, 72, 0.8), rgba(7, 14, 34, 0.68));
}

.benefit-grid article > span {
  color: var(--pink);
  font-size: 1.4rem;
}

.benefit-grid h3 {
  margin: 36px 0 12px;
  font-size: 1.2rem;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-package {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
  gap: 18px;
  margin-top: 18px;
}

.inclusions,
.pricing-card {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(6, 13, 31, 0.78);
}

.inclusions ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inclusions li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d7ddeb;
  line-height: 1.45;
}

.inclusions li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
}

.pricing-card {
  background: linear-gradient(145deg, rgba(22, 47, 90, 0.95), rgba(9, 18, 43, 0.95));
}

.price {
  margin: 8px 0 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 620;
  letter-spacing: -0.06em;
}

.price span {
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 450;
  letter-spacing: 0;
}

.setup-price {
  margin: 10px 0 0;
  color: #fff;
  font-weight: 600;
}

.price-note {
  min-height: 48px;
  margin: 14px 0 30px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.pricing-card .button {
  width: 100%;
}

.pricing-disclaimer {
  width: min(100% - 12vw, 1280px);
  margin: 0 auto;
  padding: 0 0 100px;
  color: #7f899f;
  font-size: 0.8rem;
  line-height: 1.6;
}

.author-insights,
.author-solution-intro {
  width: min(100% - 12vw, 1280px);
  margin: 0 auto;
}

.author-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 clamp(90px, 10vw, 140px);
}

.author-insight {
  scroll-margin-top: 30px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(18, 40, 78, 0.8), rgba(6, 14, 34, 0.9));
}

.author-insight h2 {
  margin: 26px 0 0;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.author-insight > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.author-solution-intro {
  padding: clamp(80px, 10vw, 140px) 0;
  border-top: 1px solid var(--line);
}

.author-solution-intro > h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.author-solution-intro > p:not(.eyebrow) {
  max-width: 850px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.author-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.author-package-grid.single {
  grid-template-columns: minmax(0, 560px);
}

.author-price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(22, 47, 90, 0.95), rgba(9, 18, 43, 0.95));
}

.author-price {
  margin: 16px 0 0;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -0.06em;
}

.author-price-card ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding: 0;
  color: #dbe3f4;
  list-style: none;
}

.author-price-card li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.author-price-card li::before {
  position: absolute;
  left: 0;
  color: var(--cyan);
  content: "+";
}

.author-package-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.author-price-card .button {
  width: 100%;
  min-height: 50px;
  padding: 13px 18px;
  text-align: center;
}

.package-paypal-combined {
  position: relative;
  display: grid;
  gap: 4px;
  justify-items: center;
  padding-right: 44px !important;
}

.package-paypal-combined > span {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-paypal-combined > small {
  color: inherit;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.package-paypal-combined > b {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
}

.specialist-button {
  border-color: rgba(24, 216, 247, 0.5);
  background: rgba(24, 216, 247, 0.08);
  color: var(--ink);
  font-size: 0.74rem;
  line-height: 1.35;
}

.specialist-button:hover,
.specialist-button:focus-visible {
  border-color: var(--cyan);
  background: rgba(24, 216, 247, 0.16);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  padding: clamp(64px, 9vw, 130px) 6vw 42px;
  border-top: 1px solid var(--line);
  background: #030816;
}

footer h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1;
}

footer .eyebrow {
  margin-bottom: 22px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 70px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: #778097;
  font-size: 0.75rem;
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 36px, 1480px);
    padding: 20px 0;
  }

  .site-header > nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .nav-cta {
    padding: 10px 15px;
  }

  .paypal-link {
    height: 38px;
    min-width: 78px;
    flex-basis: auto;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-media {
    object-position: 62% center;
  }

  .hero-content {
    width: min(100% - 36px, 1480px);
    padding: 64px 0 110px;
  }

  h1 {
    max-width: 92%;
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero-copy {
    max-width: 92%;
    font-size: 0.98rem;
  }

  .scroll-cue {
    display: none;
  }

  .services-canvas {
    width: 100%;
    min-width: 0;
  }

  .services-page-hero,
  .service-details,
  .pricing-disclaimer {
    width: min(100% - 40px, 1280px);
  }

  .services-page-hero {
    padding: 80px 0 70px;
  }

  .services-page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .service-jump-nav,
  .benefit-grid,
  .service-package,
  .inclusions ul {
    grid-template-columns: 1fr;
  }

  .service-jump-nav {
    gap: 9px;
    margin-top: 44px;
  }

  .service-jump-nav a {
    min-height: 64px;
  }

  .service-detail {
    padding: 84px 0;
  }

  .benefit-grid {
    margin-top: 46px;
  }

  .benefit-grid article {
    min-height: 0;
  }

  .service-package {
    margin-top: 12px;
  }

  .review-panel {
    min-height: 0;
    padding-top: 480px;
  }

  .review-background {
    height: 520px;
    object-position: 28% center;
  }

  .review-content {
    width: 100%;
    padding: 56px 20px 72px;
    background: #050b1d;
  }

  .review-heading h2 {
    width: auto;
    font-size: clamp(2.1rem, 10.8vw, 3.5rem);
    white-space: nowrap;
  }

  .site-footer {
    display: block;
    padding: 38px 24px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding-inline: 24px;
  }

  footer .button {
    justify-self: start;
  }

  .copyright {
    margin-top: 32px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 16px 0;
  }

  .brand {
    gap: 7px;
    letter-spacing: 0.1em;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 0.66rem;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 0.66rem;
  }

  .hero-media {
    object-position: 67% center;
  }

  .hero-content {
    padding: clamp(44px, 8vh, 78px) 0 72px;
  }

  .eyebrow {
    gap: 9px;
    margin-bottom: 18px;
    font-size: 0.61rem;
    letter-spacing: 0.14em;
  }

  .eyebrow span {
    width: 24px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 14vw, 4.5rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 24px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .service-hotspot {
    display: none;
  }

  .mobile-service-links {
    display: grid;
    width: 100%;
    gap: 8px;
    padding: 14px 18px 28px;
    background: #050b1d;
  }

  .mobile-service-links a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(14, 26, 57, 0.72);
    color: #f5f7fc;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .mobile-service-links span {
    color: var(--cyan);
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .industry-marquee {
    padding-block: 20px;
  }

  .marquee-set {
    gap: 24px;
    padding-right: 24px;
    font-size: 1.28rem;
  }

  .artwork-section {
    overflow: hidden;
    line-height: 1.5;
  }

  .artwork-section > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mobile-about-visual {
    display: none;
  }

  .mobile-about-copy {
    display: none;
  }

  .mobile-about-copy h2 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(2.05rem, 10.5vw, 3.2rem);
    letter-spacing: -0.055em;
    line-height: 1.04;
  }

  .mobile-about-copy > p:not(.eyebrow) {
    max-width: 100%;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .services-page-hero {
    padding: 58px 0 54px;
  }

  .services-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
    line-height: 0.98;
  }

  .services-page-hero > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .service-jump-nav {
    margin-top: 34px;
  }

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

  .service-detail h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .service-detail-intro > p:not(.service-number):not(.service-tagline) {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .benefit-grid {
    margin-top: 34px;
  }

  .benefit-grid article {
    padding: 24px;
  }

  .benefit-grid h3 {
    margin-top: 22px;
  }

  .review-panel {
    padding-top: 310px;
  }

  .review-background {
    height: 340px;
    object-position: 72% center;
  }

  .review-content {
    padding: 40px 20px 52px;
  }

  .review-list {
    gap: 9px;
    margin-top: 24px;
  }

  .review-card {
    padding: 18px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 20px;
  }

  .contact-intro h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.7rem);
  }

  .contact-intro > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .form-field-full,
  .form-submit {
    grid-column: auto;
  }

  .form-submit {
    width: 100%;
    margin-top: 2px;
  }

  .back-to-menu {
    left: 12px;
    bottom: 12px;
    padding: 10px 13px;
    font-size: 0.66rem;
  }
}

@media (max-width: 760px) {
  .author-insights,
  .author-solution-intro {
    width: min(100% - 40px, 1280px);
  }

  .author-insights,
  .author-package-grid,
  .author-package-grid.single {
    grid-template-columns: 1fr;
  }

  .author-insights {
    gap: 14px;
    padding-bottom: 64px;
  }

  .author-insight {
    padding: 26px;
  }

  .author-insight h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .author-solution-intro {
    padding: 64px 0;
  }

  .author-solution-intro > h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .author-solution-intro > p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .author-package-grid {
    gap: 14px;
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .marquee-track {
    animation-play-state: paused;
  }
}
