:root {
  --blue: rgb(10 92 201);
  --blue-soft: rgb(36 119 227);
  --ink: #f6f7fb;
  --muted: #b8bdc7;
  --line: #30343c;
  --bg: #1f2127;
  --bg-deep: #1a1c21;
  --panel: #252830;
  --panel-dark: #202229;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

p {
  margin: 0;
  color: #eef1f7;
  font-size: 15px;
  line-height: 1.45;
}

h1,
h2,
h3 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.95;
}

h1,
h2 {
  font-style: normal;
}

h2 {
  font-size: clamp(44px, 4.8vw, 72px);
  letter-spacing: -0.01em;
}

button,
input,
select,
textarea {
  font: inherit;
}

.section {
  width: min(1060px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  background: #1b1d22;
  border-top: 10px solid #121318;
  border-bottom: 1px solid #2b2f36;
  position: relative;
  z-index: 3;
}

.top-line {
  border-bottom: 1px solid #2b2f36;
}

.top-inner {
  width: min(1040px, calc(100% - 40px));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  font-size: 13px;
}

.top-inner a::before,
.top-inner span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  vertical-align: -1px;
}

.socials {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.socials a {
  width: 26px;
  height: 26px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.nav-bar {
  width: min(1040px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  color: #fff;
}

.brand strong {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 0.7;
}

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

.brand-car {
  width: 95px;
  height: 16px;
  border-top: 4px solid #aeb4bf;
  border-radius: 80% 60% 0 0;
  transform: skewX(-17deg);
  opacity: 0.75;
}

.brand-car::before,
.brand-car::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #aeb4bf;
  border-radius: 50%;
  top: 7px;
}

.brand-car::before {
  left: 19px;
}

.brand-car::after {
  right: 17px;
}

.nav-links {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.mobile-menu-call {
  display: none;
}

.nav-links a {
  color: #fff;
}

.nav-links .active {
  color: var(--blue);
}

.quote-btn,
.btn {
  border-radius: 7px;
  min-height: 42px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 2px solid transparent;
}

.quote-btn,
.btn.primary {
  background: var(--blue);
}

.quote-btn {
  width: max-content;
  min-width: 0;
  min-height: 42px;
  justify-self: end;
  padding: 0 25px;
  font-size: 13px;
  white-space: nowrap;
}

.btn.secondary {
  border-color: var(--blue);
  background: transparent;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--bg-deep);
}

.ghost-word {
  position: absolute;
  inset: 84px auto auto 0;
  width: 100%;
  text-align: center;
  font-size: clamp(120px, 16vw, 245px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #2c3037;
  opacity: 0.9;
  pointer-events: none;
}

.hero-inner {
  width: min(1040px, calc(100% - 40px));
  height: 440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(58px, 6.6vw, 96px);
  letter-spacing: -0.02em;
}

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

.hero-copy p {
  font-size: 16px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

.hero-photo {
  height: 500px;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 8%)),
    url("assets/hero-work.jpg") center / cover no-repeat;
}

.feature-band {
  width: min(1060px, calc(100% - 40px));
  margin: -85px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  background: #202229;
}

.feature-card {
  min-height: 228px;
  padding: 36px 28px;
  border: 1px solid #323640;
}

.feature-card.highlighted {
  background: var(--blue);
  border-color: var(--blue);
}

.line-icon {
  color: var(--blue);
  font-size: 38px;
  line-height: 1;
}

.highlighted .line-icon {
  color: #fff;
}

.feature-card h3 {
  margin-top: 22px;
  font-size: 22px;
}

.feature-card p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.feature-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 13px;
}

.highlighted a {
  color: #fff;
}

.about {
  padding: 105px 0 60px;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 58px;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 530px;
}

.mechanic {
  width: 247px;
  height: 524px;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 235px;
}

.undercar {
  position: absolute;
  width: 245px;
  height: 245px;
  object-fit: cover;
  border-radius: 8px;
  left: 0;
  bottom: 0;
}

.audience-card,
.schedule-card,
.booking-form,
.testimonials article,
.pricing-cards article,
.blog-grid article {
  background: var(--panel-dark);
  border-radius: 10px;
}

.audience-card {
  position: absolute;
  left: 63px;
  top: 102px;
  width: 180px;
  padding: 24px 28px;
  z-index: 1;
}

.audience-card span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.audience-card strong {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 30px;
}

.avatar-row {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.avatar-row i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #e9d2be, #7d8797);
  margin-right: -8px;
}

.eyebrow {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 13px;
  font-weight: 900;
}

.eyebrow::before {
  content: "▰";
  margin-right: 10px;
  color: var(--blue);
  letter-spacing: 0;
}

.about-copy h2,
.project-main h2,
.trusted h2,
.process h2,
.pricing-head h2,
.blog h2 {
  margin-top: 22px;
}

.about-copy > p:not(.eyebrow) {
  margin-top: 16px;
  color: #dce1eb;
}

.about-copy span {
  color: var(--blue);
}

.about-bottom {
  margin-top: 24px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.experience {
  min-width: 290px;
  min-height: 88px;
  padding: 14px 22px;
  background: var(--blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.experience strong {
  font-size: 72px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.experience span {
  color: #fff;
  font-size: 19px;
  line-height: 1;
}

.about-bottom ul,
.pricing-cards ul,
.footer-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-bottom li {
  margin: 13px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.about-bottom li::before,
.pricing-cards li::before,
.footer-inner li::before {
  content: "⊙";
  color: var(--blue);
  margin-right: 8px;
}

.appointment-grid {
  padding: 30px 0 70px;
  display: grid;
  grid-template-columns: 260px 1fr 320px;
  gap: 38px;
  align-items: stretch;
}

.schedule-card {
  padding: 26px;
}

.schedule-card h3 {
  margin-top: 24px;
  font-size: 31px;
  line-height: 1.02;
  text-transform: none;
}

.schedule-card p:last-child {
  margin-top: 18px;
  font-size: 14px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.video-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  filter: brightness(0.72);
}

.video-card button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
}

.booking-form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.booking-form h3 {
  font-size: 21px;
  line-height: 1.08;
  text-transform: none;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.newsletter input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--blue);
  background: transparent;
  color: #fff;
  outline: 0;
  min-height: 32px;
  font-size: 13px;
}

.booking-form textarea {
  min-height: 92px;
  resize: vertical;
}

.booking-form .btn,
.newsletter .btn {
  border: 0;
  cursor: pointer;
}

.logo-strip {
  grid-column: 1 / 3;
  border: 1px solid #333740;
  border-radius: 9px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: rgb(10 92 201 / 55%);
  text-transform: uppercase;
  font-size: 20px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 210px;
  background: url("assets/services-strip.jpg") center / cover no-repeat;
}

.service-panel {
  position: relative;
  padding: 142px 26px 22px;
  background: linear-gradient(180deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 78%));
  border-right: 1px solid rgb(255 255 255 / 8%);
}

.service-panel::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(180deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 92%) 34%, rgb(0 0 0 / 96%));
}

.service-panel h3,
.service-panel p {
  position: relative;
  z-index: 1;
}

.service-panel h3 {
  font-size: 20px;
}

.service-panel p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.25;
}

.project {
  position: relative;
  padding: 90px 0 96px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 38px;
  overflow: hidden;
}

.project-nav {
  text-align: right;
  position: relative;
  z-index: 1;
}

.project-nav p {
  max-width: 270px;
  margin-left: auto;
}

.project-nav ul {
  list-style: none;
  padding: 40px 0 0;
  margin: 0;
  color: #fff;
  font-size: 27px;
}

.project-nav li {
  margin: 15px 0;
}

.project-nav .active {
  color: var(--blue);
}

.project-card {
  margin-top: 22px;
  position: relative;
  overflow: hidden;
  width: min(690px, 100%);
  border-radius: 9px;
}

.project-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: brightness(0.85);
}

.project-card div {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
}

.project-card span {
  border: 2px solid var(--blue);
  border-radius: 999px;
  padding: 4px 12px;
  margin-right: 8px;
  font-size: 13px;
  color: #fff;
}

.project-card h3 {
  margin-top: 18px;
  font-size: 30px;
}

.project-word {
  position: absolute;
  bottom: 0;
  left: -18px;
  font-size: 220px;
  line-height: 0.75;
  color: transparent;
  -webkit-text-stroke: 1px #30343b;
  font-weight: 900;
  pointer-events: none;
}

.trusted {
  padding: 62px 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  column-gap: 52px;
  align-items: start;
}

.trusted h2 {
  max-width: 760px;
}

.review-summary {
  margin-top: 70px;
}

.review-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  text-transform: uppercase;
}

.review-summary p {
  margin-top: 12px;
  font-size: 14px;
}

.avatar-row b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  display: grid;
  place-items: center;
  color: #fff;
}

.showcase-car {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(920px, 100%);
  margin-top: 35px;
}

.testimonials {
  padding: 32px 0 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonials article {
  padding: 28px;
}

.stars {
  color: var(--blue);
  font-size: 17px;
  letter-spacing: 3px;
}

.person {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
}

.person i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2cdb7, #7d8797);
}

.person span {
  color: #aeb4c0;
  font-size: 12px;
  line-height: 1.1;
}

.person strong {
  display: block;
  color: #fff;
  font-size: 16px;
}

.person b {
  color: var(--blue);
  font-size: 42px;
}

.testimonials p {
  margin-top: 20px;
  font-size: 15px;
}

.newsletter {
  position: relative;
  min-height: 320px;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 88%), rgb(10 92 201 / 25%), rgb(0 0 0 / 84%)),
    url("assets/hero-work.jpg") center / cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
}

.newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 48%);
}

.newsletter > div {
  position: relative;
  z-index: 1;
  width: min(830px, calc(100% - 40px));
}

.newsletter h2 {
  margin-top: 18px;
  font-size: clamp(38px, 5.4vw, 64px);
}

.newsletter p:not(.eyebrow) {
  margin: 16px auto 0;
  max-width: 780px;
}

.newsletter form {
  margin: 28px auto 0;
  max-width: 620px;
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter input {
  padding-left: 12px;
  border-bottom-color: var(--blue);
}

.process {
  padding: 90px 0;
  display: grid;
  grid-template-columns: 490px 1fr;
  gap: 54px;
  align-items: center;
}

.process > img {
  width: 490px;
  height: 560px;
  object-fit: cover;
}

.process-copy > p:not(.eyebrow) {
  margin-top: 18px;
}

.accordion {
  margin-top: 30px;
}

.accordion details {
  border-bottom: 2px solid var(--blue);
  padding: 18px 0;
}

.accordion summary {
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}

.accordion summary::after {
  content: "+";
  float: right;
  color: var(--blue);
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion p {
  margin-top: 18px;
  font-size: 14px;
}

.stats-pricing {
  background: #24262d;
  padding: 52px 0 96px;
}

.stats {
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto 88px;
  background: var(--blue);
  border-radius: 7px;
  min-height: 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  box-shadow: 0 0 0 7px rgb(255 255 255 / 4%);
}

.stats div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.stats strong {
  font-size: 60px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.stats span {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
}

.pricing-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
}

.pricing-head > p {
  padding-bottom: 18px;
}

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

.pricing-cards article {
  padding: 30px 36px 38px;
  border-top: 2px solid var(--blue);
}

.pricing-cards h3 {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  text-transform: none;
}

.pricing-cards h3 span {
  color: #fff;
}

.price {
  margin-top: 22px;
  color: var(--blue);
  font-size: 58px;
  line-height: 1;
}

.price sup {
  font-size: 20px;
  top: -18px;
  position: relative;
  margin-right: 8px;
}

.price small {
  color: #fff;
  font-size: 18px;
}

.pricing-cards article > p:not(.price) {
  margin-top: 24px;
  min-height: 80px;
  font-size: 14px;
}

.pricing-cards li {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
}

.pricing-cards .btn {
  width: 100%;
  margin-top: 28px;
}

.blog {
  padding: 88px 0;
  text-align: left;
}

.blog h2 {
  font-size: clamp(44px, 4.6vw, 68px);
}

.blog-grid {
  margin: 58px 0 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.blog-grid article {
  position: relative;
  overflow: hidden;
}

.blog-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.tag {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--blue);
  color: #fff;
  padding: 6px 9px;
  border-radius: 3px;
  font-size: 12px;
}

.meta {
  margin: 20px 22px 10px;
  color: #aab0bb;
  font-size: 13px;
}

.blog-grid h3 {
  margin: 0 22px;
  font-size: 22px;
  line-height: 1.08;
  text-transform: none;
}

.blog-grid p {
  margin: 12px 22px 28px;
  font-size: 14px;
}

.site-footer {
  background: linear-gradient(180deg, #24262d, #1f2126);
  padding: 80px 0 78px;
  border-top: 1px solid #2c3038;
}

.footer-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

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

.footer-inner p {
  max-width: 260px;
  font-size: 14px;
}

.footer-inner h3 {
  font-size: 20px;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.footer-inner li {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
}

.footer-socials {
  margin: 20px 0 0;
}

address {
  font-style: normal;
  display: grid;
  gap: 5px;
}

address span {
  color: #9ea5b2;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
}

address a,
address b {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 980px) {
  .top-inner {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 12px 20px;
  }

  .hero-inner,
  .about,
  .appointment-grid,
  .project,
  .trusted,
  .process,
  .pricing-head,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    height: auto;
    padding: 80px 0;
  }

  .hero-photo {
    height: 360px;
  }

  .feature-band,
  .service-strip,
  .testimonials,
  .pricing-cards,
  .blog-grid,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-media {
    width: 490px;
    max-width: 100%;
  }

  .appointment-grid .logo-strip {
    grid-column: auto;
  }

  .project-nav {
    text-align: left;
  }

  .project-nav p {
    margin-left: 0;
  }

  .process > img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section,
  .top-inner,
  .nav-bar,
  .hero-inner,
  .feature-band,
  .stats {
    width: min(100% - 28px, 1060px);
  }

  h2 {
    font-size: 38px;
  }

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

  .socials {
    margin-left: 0;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-actions,
  .newsletter form,
  .about-bottom {
    flex-direction: column;
    display: flex;
  }

  .feature-band,
  .service-strip,
  .testimonials,
  .pricing-cards,
  .blog-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .feature-band {
    margin-top: 0;
  }

  .mechanic {
    width: 55%;
    margin-left: 44%;
  }

  .undercar {
    width: 50%;
  }

  .audience-card {
    left: 5%;
  }

  .experience {
    min-width: 0;
  }

  .logo-strip {
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px;
  }

  .service-panel {
    min-height: 210px;
  }

  .project-word {
    font-size: 96px;
  }

  .stats {
    padding: 22px 0;
  }
}

/* Midlands Auto Care leaflet adaptation */
:root {
  --blue-soft: rgb(50 145 255);
  --line: #26344f;
  --bg: #11141b;
  --bg-deep: #07090d;
  --panel: #161b25;
  --panel-dark: #0d1118;
}

body {
  background:
    radial-gradient(circle at 18% 10%, rgb(10 92 201 / 18%), transparent 26rem),
    radial-gradient(circle at 82% 6%, rgb(255 255 255 / 6%), transparent 20rem),
    var(--bg);
}

.site-header {
  background: rgb(5 7 11 / 96%);
  border-top: 6px solid #020304;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.top-line {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.brand {
  align-items: center;
  flex-direction: row;
}

.brand img {
  width: 132px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgb(10 92 201 / 28%));
}

.footer-brand img {
  width: 150px;
  height: 100px;
}

.nav-links li:nth-child(n+2):nth-child(-n+5) a::after {
  content: none;
}

.hero {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 95%), rgb(7 9 14 / 92%) 44%, rgb(10 92 201 / 16%)),
    var(--bg-deep);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 72%, rgb(10 92 201 / 23%), transparent 18rem),
    linear-gradient(105deg, transparent 0 58%, rgb(255 255 255 / 5%) 58% 58.35%, transparent 58.35%);
  pointer-events: none;
}

.ghost-word {
  -webkit-text-stroke: 1px rgb(255 255 255 / 8%);
  opacity: 0.65;
}

.hero-inner {
  grid-template-columns: 1.1fr 0.9fr;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(60px, 7.8vw, 118px);
  font-style: normal;
}

.hero-lead {
  margin-top: 24px;
  max-width: 600px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.hero-photo {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 45%), rgb(0 0 0 / 10%), rgb(0 0 0 / 66%)),
    url("assets/showcase-car.jpg") center / cover no-repeat;
}

.hero-badge {
  justify-self: end;
  width: min(390px, 100%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 14px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%)),
    rgb(0 0 0 / 46%);
  box-shadow: 0 0 0 1px rgb(10 92 201 / 26%), 0 22px 90px rgb(0 0 0 / 45%);
}

.hero-badge img {
  width: 100%;
  border-radius: 10px;
}

.hero-badge strong,
.hero-badge span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.hero-badge strong {
  margin-top: 12px;
  color: #fff;
  font-size: 30px;
}

.hero-badge span {
  color: var(--blue-soft);
  font-size: 18px;
}

.feature-band {
  background: #090c12;
  box-shadow: 0 0 0 1px rgb(10 92 201 / 22%), 0 18px 80px rgb(0 0 0 / 45%);
}

.feature-card,
.audience-card,
.schedule-card,
.booking-form,
.testimonials article,
.pricing-cards article,
.blog-grid article {
  border: 1px solid rgb(255 255 255 / 11%);
}

.line-icon {
  font-size: 34px;
  font-style: normal;
}

.mechanic {
  background: #020304;
  border: 1px solid rgb(255 255 255 / 12%);
}

.audience-card strong {
  font-size: 28px;
  text-transform: uppercase;
}

.audience-card small {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 4px;
  margin-right: 12px;
  background: var(--blue);
  box-shadow: 56px 0 0 rgb(255 255 255 / 22%);
  vertical-align: 3px;
}

.about-bottom li::before,
.pricing-cards li::before,
.footer-inner li::before {
  content: "✓";
}

.video-card button {
  font-family: Inter, sans-serif;
  font-size: 26px;
}

.logo-strip {
  border-color: rgb(10 92 201 / 45%);
  color: var(--blue-soft);
}

.project-nav .active {
  font-style: normal;
}

.project-word {
  -webkit-text-stroke: 1px rgb(255 255 255 / 8%);
}

.newsletter {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 88%), rgb(10 92 201 / 25%), rgb(0 0 0 / 84%)),
    url("assets/showcase-car.jpg") center / cover no-repeat;
}

.accordion details[open] summary::after {
  content: "-";
}

.process > img {
  object-position: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgb(10 92 201 / 18%), 0 20px 70px rgb(0 0 0 / 40%);
}

.stats-pricing {
  background:
    radial-gradient(circle at 80% 0, rgb(10 92 201 / 10%), transparent 30rem),
    #151922;
}

.pricing-cards article {
  box-shadow: inset 0 0 0 1px rgb(10 92 201 / 16%);
}

.pricing-cards h3 span {
  color: var(--blue-soft);
  font-size: 15px;
  text-transform: uppercase;
}

.price {
  font-size: 54px;
}

.price sup {
  font-size: 25px;
  top: -12px;
}

.price small {
  display: none;
}

@media (max-width: 980px) {
  .hero-badge {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 100px;
    height: 62px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-badge {
    padding: 12px;
  }

  .gallery-toolbar-copy {
    display: none;
  }
}

/* Premium pricing section */
.stats-pricing {
  position: relative;
  overflow: hidden;
  padding: 70px 0 105px;
  background:
    radial-gradient(circle at 18% 18%, rgb(10 92 201 / 20%), transparent 28rem),
    radial-gradient(circle at 85% 36%, rgb(50 145 255 / 10%), transparent 26rem),
    linear-gradient(180deg, #10141d, #080b10);
}

.stats-pricing::before {
  content: "VALET PACKAGES";
  position: absolute;
  left: 50%;
  top: 205px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255 255 255 / 7%);
  font-size: clamp(72px, 12vw, 190px);
  font-weight: 900;
  font-style: normal;
  pointer-events: none;
}

.pricing-head,
.pricing-cards,
.price-note {
  position: relative;
  z-index: 1;
}

.pricing-head {
  align-items: center;
}

.pricing-head h2 {
  max-width: 620px;
}

.pricing-head > p {
  max-width: 520px;
  padding: 24px 28px;
  border-left: 5px solid var(--blue);
  background: rgb(255 255 255 / 4%);
  border-radius: 0 12px 12px 0;
}

.pricing-cards {
  align-items: stretch;
  gap: 28px;
}

.pricing-cards article.price-card {
  position: relative;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 32px;
  border: 1px solid rgb(76 154 255 / 35%);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%) 32%),
    #080c13;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 5%),
    0 26px 80px rgb(0 0 0 / 35%);
}

.pricing-cards article.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgb(10 92 201 / 24%), transparent 34%),
    radial-gradient(circle at 85% 0, rgb(255 255 255 / 12%), transparent 12rem);
  pointer-events: none;
}

.pricing-cards article.price-card.full {
  border-color: rgb(90 172 255 / 70%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 8%),
    0 0 0 4px rgb(10 92 201 / 16%),
    0 34px 100px rgb(10 92 201 / 22%);
}

.package-top,
.price-card > p,
.price-card ul,
.price-card .btn {
  position: relative;
  z-index: 1;
}

.package-top {
  min-height: 160px;
  padding: 34px 34px 24px;
  display: grid;
  align-content: end;
  gap: 18px;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 25%), rgb(0 0 0 / 75%)),
    url("images/external.png") center / cover no-repeat;
}

.interior .package-top {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 25%), rgb(0 0 0 / 75%)),
    url("images/interior.png") center / cover no-repeat;
}

.full .package-top {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 76%)),
    url("images/fullvaklte.png") center / cover no-repeat;
}

.package-top h3 {
  font-size: 36px;
  line-height: 0.95;
  font-style: normal;
  text-transform: uppercase;
}

.package-icon {
  width: fit-content;
  padding: 7px 12px;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 999px;
  background: rgb(10 92 201 / 75%);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.price-ribbon {
  position: relative;
  z-index: 2;
  margin: -2px 0 0 auto;
  width: calc(100% - 44px);
  min-height: 80px;
  padding: 13px 26px 13px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(90deg, rgb(10 92 201 / 90%), var(--blue));
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: 0 16px 40px rgb(10 92 201 / 24%);
}

.price-ribbon span {
  color: rgb(255 255 255 / 82%);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-ribbon strong {
  color: #fff;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1;
  white-space: nowrap;
}

.pricing-cards article.price-card > p:not(.price) {
  margin: 26px 34px 4px;
  min-height: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.price-card ul {
  margin: 8px 34px 0;
  columns: 1;
  flex: 1;
}

.price-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 13px;
  color: #f4f8ff;
  font-size: 15px;
}

.pricing-cards li::before {
  flex: 0 0 auto;
  color: var(--blue-soft);
}

.price-card .btn {
  width: calc(100% - 68px);
  margin: 15px 34px 0;
  min-height: 48px;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgb(10 92 201 / 24%);
}

.popular-pill {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 4;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 30px rgb(0 0 0 / 45%);
}

.price-note {
  margin-top: 36px;
  min-height: 78px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgb(10 92 201 / 22%), rgb(255 255 255 / 4%)),
    #090d14;
}

.price-note strong {
  color: var(--blue-soft);
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-note span {
  color: #fff;
  font-size: 18px;
}

.price-note a {
  margin-left: auto;
  min-width: max-content;
  padding: 12px 18px;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .pricing-cards article.price-card.full {
    transform: none;
  }

  .price-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-note a {
    margin-left: 0;
  }
}

.results-strip {
  padding: 82px 0 34px;
  overflow: hidden;
}

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

.results-head h2 {
  margin-top: 18px;
  font-size: clamp(38px, 4.8vw, 70px);
  font-style: normal;
  line-height: 0.92;
}

.results-head p:last-child {
  max-width: 360px;
  padding-bottom: 12px;
  color: #d9e1ed;
  font-size: 15px;
  line-height: 1.6;
}

.results-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.results-scroller {
  flex: 1 1 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 18px;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.results-scroller::-webkit-scrollbar {
  display: none;
}

.results-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid rgb(64 145 255 / 20%);
  border-radius: 18px;
  background: #08101a;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: 0 18px 54px rgb(0 0 0 / 28%);
}

.results-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.results-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.results-card-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, rgb(4 8 14 / 4%), rgb(4 8 14 / 92%) 58%);
}

.results-card-copy span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgb(10 92 201 / 20%);
  border: 1px solid rgb(64 145 255 / 54%);
  color: var(--blue-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.results-card-copy h3 {
  margin-top: 14px;
  font-size: 30px;
  font-style: normal;
}

.results-card-copy p {
  margin-top: 10px;
  max-width: 280px;
  color: #f1f5fc;
  font-size: 15px;
  line-height: 1.45;
}

.results-arrow {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 1px solid rgb(64 145 255 / 30%);
  border-radius: 50%;
  background: rgb(255 255 255 / 4%);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.results-arrow:hover {
  transform: translateY(-2px);
  background: rgb(10 92 201 / 24%);
  border-color: rgb(64 145 255 / 55%);
}

.results-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.results-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}

.results-footer p {
  color: #b7c2d2;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.results-link {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgb(64 145 255 / 42%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgb(255 255 255 / 3%);
}

@media (max-width: 980px) {
  .results-head {
    align-items: start;
    flex-direction: column;
  }

  .results-head p:last-child {
    max-width: 560px;
    padding-bottom: 0;
  }

  .results-scroller {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .results-arrow {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }

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

@media (max-width: 640px) {
  .results-strip {
    padding: 56px 0 22px;
  }

  .results-head {
    margin-bottom: 20px;
  }

  .results-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .results-scroller {
    grid-auto-columns: 100%;
    gap: 16px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .results-card {
    min-height: 330px;
  }

  .results-carousel {
    display: block;
  }

  .results-arrow {
    display: none;
  }

  .results-card-copy h3 {
    font-size: 26px;
  }

  .results-card-copy p {
    font-size: 14px;
  }

  .results-link {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .stats-pricing {
    padding: 52px 0 78px;
  }

  .pricing-head > p {
    padding: 18px;
  }

  .pricing-cards article.price-card {
    min-height: auto;
  }

  .package-top {
    min-height: 142px;
    padding: 24px;
  }

  .package-top h3 {
    font-size: 31px;
  }

  .price-ribbon {
    width: calc(100% - 24px);
    min-height: 68px;
    padding-right: 18px;
    padding-left: 28px;
  }

  .price-ribbon strong {
    font-size: 30px;
  }

  .price-card > p:not(.price),
  .price-card ul {
    margin-left: 24px;
    margin-right: 24px;
  }

  .price-card .btn {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* Leaflet-style hexagon service cards */
.hex-services {
  position: relative;
  padding: 64px 0 88px;
}

.hex-services::before {
  content: "";
  position: absolute;
  inset: 8% -8% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(10 92 201 / 16%), transparent 68%);
  pointer-events: none;
}

.hex-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 48px;
}

.hex-section-head h2 {
  grid-column: 1 / -1;
  max-width: 680px;
  font-style: normal;
}

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

.hex-card {
  position: relative;
  padding: 0 26px 30px;
  text-align: center;
  border: 1px solid rgb(64 145 255 / 28%);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%)),
    #080c13;
  box-shadow: 0 20px 70px rgb(0 0 0 / 32%);
}

.hex-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 78px;
  width: 2px;
  height: 54px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--blue), transparent);
}

.hex-frame {
  position: relative;
  width: min(250px, 90%);
  aspect-ratio: 1.12;
  margin: -4px auto 34px;
  padding: 6px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  background:
    linear-gradient(135deg, var(--blue), var(--blue-soft) 48%, #0b2c65);
  filter: drop-shadow(0 18px 32px rgb(10 92 201 / 22%));
}

.hex-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  clip-path: inherit;
  border: 1px solid rgb(255 255 255 / 22%);
  pointer-events: none;
}

.hex-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inherit;
  filter: saturate(1.12) contrast(1.05) brightness(0.88);
}

.hex-mini-icon {
  display: inline-grid;
  place-items: center;
  min-width: 82px;
  height: 36px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgb(10 92 201 / 18%);
  border: 1px solid rgb(64 145 255 / 60%);
  color: var(--blue-soft);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.hex-card h3 {
  font-size: 31px;
  font-style: normal;
}

.hex-card p {
  margin: 14px auto 0;
  max-width: 280px;
  color: #e8edf7;
  font-size: 16px;
}

@media (max-width: 980px) {
  .hex-section-head,
  .hex-card-grid {
    grid-template-columns: 1fr;
  }

  .hex-card {
    max-width: 430px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .hex-services {
    padding: 48px 0 64px;
  }

  .hex-section-head {
    margin-bottom: 34px;
  }

  .hex-frame {
    width: min(230px, 92%);
  }
}

/* Header refinements requested */
.top-line {
  background: #03152d;
  border-bottom: 0;
}

.top-inner {
  justify-content: flex-end;
  gap: 34px;
  min-height: 40px;
}

.top-inner a::before,
.top-inner span::before {
  border-color: #fff;
  background: rgb(255 255 255 / 16%);
}

.site-header {
  border-top: 0;
}

.nav-bar {
  min-height: 104px;
}

.hero h1 {
  margin-top: 0;
  font-size: clamp(49px, 6.32vw, 95px);
  line-height: 0.84;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--blue);
}

@media (max-width: 640px) {
  .top-inner {
    align-items: flex-end;
    gap: 8px;
    text-align: right;
  }

.hero h1 {
    font-size: 39px;
  }
}

/* Service promise heading and feature block spacing */
.trust-heading {
  padding-top: 70px;
  text-align: left;
}

.trust-heading h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 70px);
  font-style: normal;
  line-height: 0.92;
}

.trust-heading h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 22px 0 0;
  background: var(--blue);
}

.feature-band {
  margin-top: 38px;
}

@media (max-width: 640px) {
  .trust-heading {
    padding-top: 44px;
  }

  .trust-heading h2 {
    font-size: 34px;
  }

  .feature-band {
    margin-top: 28px;
  }
}

/* Hero BMW image replacement */
.hero {
  min-height: 660px;
  display: flex;
  align-items: flex-start;
  background: #000;
}

.hero::before {
  content: none;
}

.hero-inner {
  min-height: 0;
  height: auto;
  padding: 64px 0 78px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.hero-inner > div:first-child {
  transform: none;
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero h1 {
  max-width: 100%;
}

.hero-lead {
  width: 100%;
  max-width: none;
  line-height: 1.28;
}

.hero-car {
  position: relative;
  justify-self: center;
  width: 119%;
  margin: -42px 0 0;
  z-index: 2;
  filter: drop-shadow(0 30px 80px rgb(0 0 0 / 75%));
}

.hero-car::before {
  content: "";
  position: absolute;
  inset: 15% 8% 8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(10 92 201 / 26%), transparent 66%);
  filter: blur(8px);
}

.hero-car img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-photo {
  display: none;
  background: none;
}

.hero-badge {
  display: none;
}

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

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }

  .hero-inner > div:first-child {
    transform: none;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-lead {
    width: min(100%, 620px);
  }

  .hero-car {
    justify-self: center;
    width: min(620px, 100%);
    margin: -28px 0 36px;
  }
}

@media (max-width: 640px) {
  .hero-inner {
    padding: 54px 0 40px;
  }

  .hero-car {
    width: min(430px, 116%);
    margin-top: -18px;
    margin-bottom: 28px;
  }
}

/* Final mobile polish and entrance motion */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mobileHeroImageIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px) scale(0.96);
  }

  to {
    opacity: 0.92;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

.hero h1 span,
.hero-lead,
.hero-actions,
.hero-car {
  animation: heroFadeUp 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero h1 span:first-child {
  animation-delay: 80ms;
}

.hero h1 span:last-child {
  animation-delay: 150ms;
}

.hero-lead {
  animation-delay: 220ms;
}

.hero-actions {
  animation-delay: 290ms;
}

.hero-car {
  animation-name: heroImageIn;
  animation-delay: 180ms;
}

.gallery-hero h1,
.contact-hero h1,
.gallery-hero p,
.contact-hero p {
  animation: heroFadeUp 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.gallery-hero h1,
.contact-hero h1 {
  animation-delay: 90ms;
}

.gallery-hero p,
.contact-hero p {
  animation-delay: 180ms;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    box-shadow 220ms ease;
  transition-delay: calc(var(--reveal-order, 0) * 45ms);
  will-change: opacity, transform;
}

.reveal-ready.reveal-in {
  opacity: 1;
  transform: translateY(0);
}

[id] {
  scroll-margin-top: 96px;
}

@media (hover: hover) {
  .hex-card,
  .price-card,
  .blog-grid article,
  .feature-card {
    transition:
      transform 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease;
  }

  .hex-card:hover,
  .price-card:hover,
  .blog-grid article:hover,
  .feature-card:hover {
    transform: translateY(-4px);
    border-color: rgb(64 145 255 / 58%);
    box-shadow: 0 24px 72px rgb(0 0 0 / 42%);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 12px;
    background: rgb(255 255 255 / 3%);
    cursor: pointer;
    transition:
      border-color 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease;
  }

  .menu-button__icon {
    display: grid;
    gap: 5px;
  }

  .menu-button__icon span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
  }

  .menu-button:hover {
    border-color: rgb(64 145 255 / 36%);
    background: rgb(10 92 201 / 10%);
    box-shadow: 0 12px 24px rgb(0 0 0 / 18%);
  }

  .nav-open .menu-button {
    border-color: rgb(64 145 255 / 44%);
    background: rgb(10 92 201 / 14%);
  }

  .nav-open .menu-button__icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-open .menu-button__icon span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .menu-button__icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 31;
    display: grid;
    align-content: start;
    gap: 10px;
    max-height: min(420px, calc(100vh - 120px));
    overflow: auto;
    padding: 16px;
    border: 1px solid rgb(64 145 255 / 24%);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgb(10 92 201 / 12%), rgb(255 255 255 / 3%) 36%),
      rgb(7 11 18 / 98%);
    box-shadow: 0 22px 60px rgb(0 0 0 / 40%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 10px;
    padding: 0 14px;
    background: rgb(255 255 255 / 3%);
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
  }

  .nav-links a:hover,
  .nav-links .active {
    border-color: rgb(64 145 255 / 55%);
    background: rgb(10 92 201 / 20%);
  }

  .nav-links a::after {
    content: none;
  }

  .mobile-menu-call {
    display: block;
    margin-top: 2px;
  }

  .mobile-menu-call a {
    justify-content: center;
    border-color: var(--blue);
    background: var(--blue);
    box-shadow: 0 14px 30px rgb(10 92 201 / 24%);
  }

  .hero {
    overflow: hidden;
  }

  .hero-inner {
    gap: 22px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 50% -8%, rgb(10 92 201 / 18%), transparent 17rem),
      #07090d;
  }

  .top-line {
    display: none;
  }

  .nav-bar,
  .section,
  .hero-inner,
  .feature-band,
  .stats,
  .pricing-cards,
  .blog-grid {
    width: min(100% - 28px, 430px);
  }

  .nav-bar {
    min-height: 76px;
    gap: 14px;
  }

  .brand img {
    width: 86px;
    height: 54px;
  }

  .hero {
    min-height: 650px;
    display: block;
    position: relative;
    margin-top: 50px;
  }

  .ghost-word {
    top: 118px;
    z-index: 2;
    font-size: clamp(78px, 26vw, 132px);
    opacity: 0.18;
  }

  .hero-inner {
    display: block;
    min-height: 650px;
    padding: 58px 0 46px;
    position: relative;
    overflow: hidden;
  }

  .hero-inner::before,
  .hero-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .hero-inner::before {
    content: none;
  }

  .hero-inner::after {
    content: none;
  }

  .hero-inner > div:first-child {
    position: relative;
    z-index: 4;
    padding-top: 216px;
  }

  .hero h1 {
    font-size: clamp(48px, 14.8vw, 66px);
    line-height: 0.86;
  }

  .hero-lead {
    width: min(100%, 340px);
    margin: 28px auto 0;
    font-size: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgb(0 0 0 / 84%);
  }

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

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

  .hero-car {
    position: absolute;
    left: 50%;
    top: -108px;
    z-index: 1;
    width: min(615px, 154%);
    margin: 0;
    opacity: 0.82;
    transform: translateX(-50%);
    filter: drop-shadow(0 30px 70px rgb(0 0 0 / 86%));
    pointer-events: none;
    animation-name: mobileHeroImageIn;
  }

  .hero-car::before {
    content: none;
  }

  .trust-heading {
    padding-top: 36px;
  }

  .trust-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.92;
  }

  .trust-heading h2::after {
    margin-top: 16px;
  }

  .hex-services {
    padding: 38px 0 46px;
  }

  .hex-card-grid {
    gap: 22px;
  }

  .hex-card {
    max-width: none;
    padding: 0 20px 26px;
    border-radius: 12px;
  }

  .hex-card::after {
    top: 66px;
    height: 42px;
  }

  .hex-frame {
    width: min(205px, 88%);
    margin-bottom: 26px;
  }

  .hex-card h3 {
    font-size: 29px;
  }

  .hex-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .feature-band {
    width: calc(100% - 32px);
    max-width: 430px;
    gap: 0;
    margin: 22px auto 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 58px rgb(0 0 0 / 38%);
  }

  .feature-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .feature-card h3 {
    margin-top: 14px;
    font-size: 24px;
  }

  .feature-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .stats-pricing {
    padding: 46px 0 64px;
  }

  .stats-pricing::before {
    top: 116px;
    font-size: 68px;
    opacity: 0.48;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    min-height: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .stats div {
    min-height: 104px;
    padding: 18px 8px;
    background: rgb(255 255 255 / 5%);
  }

  .stats strong {
    font-size: 42px;
  }

  .stats span {
    font-size: 15px;
  }

  .pricing-head {
    gap: 20px;
    margin-top: 19px;
  }

  .pricing-head h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  .pricing-head > p {
    max-width: none;
    border-left-width: 4px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
  }

  .pricing-cards {
    gap: 24px;
    margin-top: 32px;
  }

  .pricing-cards article.price-card {
    min-height: auto;
    border-radius: 14px;
    padding-bottom: 24px;
  }

  .package-top {
    min-height: 154px;
    padding: 24px 22px 22px;
  }

  .popular-pill {
    right: 16px;
    top: 16px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .price-ribbon {
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 11px 18px 11px 26px;
    gap: 10px;
  }

  .price-ribbon span {
    font-size: 13px;
  }

  .price-ribbon strong {
    font-size: clamp(29px, 9vw, 37px);
  }

  .pricing-cards article.price-card > p:not(.price) {
    margin: 22px 24px 8px;
    min-height: 0;
    font-size: 16px;
  }

  .price-card ul {
    margin: 10px 24px 0;
  }

  .price-card li {
    margin-top: 11px;
    font-size: 15px;
  }

  .price-card .btn {
    width: calc(100% - 48px);
    margin: 20px 24px 0;
  }

  .price-note {
    width: min(100% - 28px, 430px);
    min-height: 0;
    gap: 10px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 12px;
  }

  .price-note strong {
    font-size: 22px;
  }

  .price-note span {
    font-size: 16px;
    line-height: 1.35;
  }

  .price-note a {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .blog {
    padding: 58px 0 64px;
    text-align: left;
  }

  .blog h2 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 0.95;
  }

  .blog-grid {
    gap: 18px;
    margin-top: 34px;
  }

  .blog-grid article {
    border-radius: 12px;
    text-align: left;
  }

  .blog-grid img {
    height: 190px;
  }

  .blog-grid h3 {
    font-size: 25px;
  }

  .blog-grid p {
    font-size: 15px;
    line-height: 1.35;
  }

  .site-footer {
    padding: 44px 0 54px;
  }

  .footer-inner {
    width: min(100% - 28px, 430px);
    gap: 30px;
  }

  .footer-brand img {
    width: 104px;
    height: 68px;
  }

  .footer-inner p {
    max-width: none;
    font-size: 15px;
  }

  .footer-inner h3 {
    margin-bottom: 12px;
  }

  address a,
  address b {
    overflow-wrap: anywhere;
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 43px;
  }

  .price-ribbon strong {
    font-size: 28px;
  }

  .package-top h3,
  .hex-card h3 {
    font-size: 27px;
  }
}

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

  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}

/* Gallery page */
.gallery-page {
  background:
    radial-gradient(circle at top, rgb(10 92 201 / 0.16), transparent 24rem),
    linear-gradient(180deg, #08101c 0%, #06080d 100%);
}

.gallery-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 48px;
  text-align: center;
  background:
    linear-gradient(135deg, rgb(10 92 201 / 0.2), rgb(255 255 255 / 0%)),
    var(--bg-deep);
}

.gallery-hero::before,
.gallery-hero .section::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gallery-hero::before {
  width: 420px;
  height: 420px;
  left: -120px;
  top: -140px;
  background: radial-gradient(circle, rgb(10 92 201 / 0.34), transparent 68%);
}

.gallery-hero .section::before {
  width: 320px;
  height: 320px;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgb(255 255 255 / 0.08), transparent 72%);
}

.gallery-hero .section {
  position: relative;
  z-index: 1;
}

.gallery-kicker {
  display: inline-block;
  margin-bottom: 16px;
}

.gallery-hero h1,
.contact-hero h1 {
  margin: 18px auto 14px;
  max-width: 760px;
  font-size: clamp(48px, 5.6vw, 82px);
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.gallery-hero p,
.contact-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #d7dfeb;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.gallery-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 54px auto 88px;
}

.gallery-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.gallery-toolbar-copy h2 {
  font-size: clamp(34px, 4vw, 58px);
  margin-bottom: 8px;
}

.gallery-toolbar-copy p {
  max-width: 560px;
  color: #d0d8e4;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-btn {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgb(64 145 255 / 0.44);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.04);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: linear-gradient(135deg, var(--blue), var(--blue-soft));
  border-color: transparent;
  transform: translateY(-2px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgb(64 145 255 / 0.16);
  border-radius: 18px;
  background: #08101a;
  text-align: left;
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgb(64 145 255 / 0.55);
  box-shadow: 0 28px 68px rgb(0 0 0 / 0.4);
  outline: none;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.38s ease, filter 0.38s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 20px 20px 18px;
  background: linear-gradient(180deg, rgb(1 6 12 / 0), rgb(1 6 12 / 0.92) 54%);
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 6px;
}

.gallery-overlay p {
  color: #eef4ff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  max-width: 90%;
}

.gallery-zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgb(5 10 18 / 0.75);
  border: 1px solid rgb(255 255 255 / 0.14);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.gallery-footer {
  padding: 74px 0 88px;
  background:
    linear-gradient(135deg, rgb(10 92 201 / 0.14), rgb(255 255 255 / 0.03)),
    #070c13;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  text-align: left;
}

.gallery-footer h2 {
  margin-bottom: 16px;
}

.gallery-footer p {
  max-width: 620px;
  margin: 0 0 32px;
  color: #d8e0eb;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.cta-group {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgb(2 5 10 / 0.92);
  backdrop-filter: blur(14px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  border: 1px solid rgb(64 145 255 / 0.26);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.04), rgb(255 255 255 / 0.02)),
    rgb(6 10 17 / 0.98);
  box-shadow: 0 28px 90px rgb(0 0 0 / 0.54);
}

.lightbox-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.lightbox-meta {
  min-width: 0;
}

.lightbox-meta strong,
.lightbox-meta span {
  display: block;
}

.lightbox-meta strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}

.lightbox-meta span {
  color: #cfd7e3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.lightbox-close {
  min-width: 46px;
  min-height: 46px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.04);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
}

.lightbox-figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #03060b;
}

.lightbox-figure img {
  width: 100%;
  max-height: min(72vh, 820px);
  object-fit: contain;
  background: #02050a;
}

.lightbox-nav {
  width: 54px;
  height: 54px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.05);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgb(10 92 201 / 0.34);
  transform: translateY(-1px);
}

.lightbox-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.05);
  color: #dfe7f3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.lightbox-open {
  overflow: hidden;
}

/* Contact page */
.contact-page {
  background:
    radial-gradient(circle at top right, rgb(10 92 201 / 0.15), transparent 24rem),
    linear-gradient(180deg, #06090e 0%, #0a111a 46%, #070b10 100%);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 33px 0 48px;
  text-align: center;
  background:
    linear-gradient(135deg, rgb(10 92 201 / 0.18), rgb(255 255 255 / 0%)),
    var(--bg-deep);
}

.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.contact-hero::before {
  width: 420px;
  height: 420px;
  left: -120px;
  top: -170px;
  background: radial-gradient(circle, rgb(10 92 201 / 0.3), transparent 70%);
}

.contact-hero::after {
  width: 320px;
  height: 320px;
  right: -90px;
  bottom: -140px;
  background: radial-gradient(circle, rgb(255 255 255 / 0.08), transparent 72%);
}

.contact-hero .section {
  position: relative;
  z-index: 1;
}

.contact-hero .eyebrow {
  margin-bottom: 0;
}

.contact-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 42px auto 92px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: start;
}

.contact-info-panel,
.contact-form-panel {
  border: 1px solid rgb(64 145 255 / 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.05), rgb(255 255 255 / 0.02)),
    rgb(5 10 17 / 0.97);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.3);
}

.contact-info-panel {
  overflow: hidden;
}

.contact-info-top {
  padding: 32px 30px 26px;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.contact-info-top h2,
.contact-form-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 52px);
}

.contact-info-top p,
.contact-form-panel > p {
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.contact-methods {
  padding: 24px 30px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-method {
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-method span,
.service-area-copy span {
  color: #8ea1ba;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-method a,
.contact-method b {
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.contact-method p,
.service-area-copy p {
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.service-area-block {
  margin: 0 30px 28px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.service-area-copy {
  max-width: 520px;
  margin-bottom: 18px;
}

.service-areas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-areas li {
  min-height: 42px;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f3f7ff;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}

.service-areas li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--blue-soft);
  box-shadow: none;
  flex: 0 0 auto;
}

.contact-form-panel {
  padding: 32px;
}

.contact-form {
  margin-top: 24px;
}

.success-message {
  display: none;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgb(64 145 255 / 0.35);
  border-radius: 14px;
  background: rgb(10 92 201 / 0.13);
  color: #f1f6ff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.success-message.show {
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgb(64 145 255 / 0.24);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.03);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: 0;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-group select {
  color: #f6f7fb;
  background-color: rgb(13 18 28);
}

.form-group select option {
  color: #0b1220;
  background: #f6f7fb;
}

.form-group textarea {
  min-height: 164px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #8fa0b7;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgb(64 145 255 / 0.72);
  background: rgb(10 92 201 / 0.08);
  box-shadow: 0 0 0 4px rgb(10 92 201 / 0.12);
}

.form-hint {
  display: block;
  margin-top: -2px;
  margin-bottom: 18px;
  color: #9caec3;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.form-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 10px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--blue-soft));
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 50px rgb(10 92 201 / 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgb(10 92 201 / 0.34);
}

.form-note {
  margin-top: 16px;
  color: #9daec2;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

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

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

@media (max-width: 720px) {
  .gallery-grid,
  .lightbox-stage {
    grid-template-columns: 1fr;
  }

  .gallery-shell {
    margin-top: 42px;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-dialog {
    border-radius: 18px;
  }

  .lightbox-topbar {
    align-items: flex-start;
  }

  .lightbox-stage {
    gap: 12px;
  }

  .lightbox-nav {
    width: 100%;
    height: 48px;
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  .gallery-hero,
  .contact-hero {
    padding: 54px 0 38px;
  }

  .contact-hero {
    padding-top: 19px;
  }

  .gallery-hero p,
  .gallery-toolbar-copy p,
  .gallery-footer p,
  .contact-hero p,
  .contact-info-top p,
  .contact-form-panel > p,
  .contact-method p,
  .service-area-copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .gallery-toolbar-copy h2 {
    font-size: 36px;
  }

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

  .gallery-item img {
    aspect-ratio: 1 / 0.92;
  }

  .gallery-overlay h3 {
    font-size: 23px;
  }

  .gallery-hero h1,
  .contact-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .contact-form-panel,
  .contact-info-top {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-form-panel {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .contact-methods,
  .service-area-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-area-block {
    margin-left: 14px;
    margin-right: 14px;
  }

  .contact-methods,
  .form-row,
  .service-areas {
    grid-template-columns: 1fr;
  }

  .contact-method a,
  .contact-method b {
    font-size: 21px;
  }
}

/* Booking modal */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.booking-modal.is-open {
  display: flex;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0, rgb(10 92 201 / 20%), transparent 18rem),
    rgb(0 0 0 / 78%);
  backdrop-filter: blur(12px);
}

.booking-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  border: 1px solid rgb(64 145 255 / 28%);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%) 32%),
    #060a11;
  box-shadow: 0 36px 110px rgb(0 0 0 / 58%);
}

.booking-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  background: rgb(255 255 255 / 5%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.booking-modal__panel {
  padding: 36px;
}

.booking-modal__header h2 {
  margin-top: 18px;
  max-width: 620px;
  font-size: clamp(34px, 4.4vw, 64px);
}

.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.booking-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 999px;
  background: rgb(255 255 255 / 4%);
  color: #dfe7f3;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-step b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
}

.booking-step.is-current {
  border-color: rgb(64 145 255 / 54%);
  background: rgb(10 92 201 / 18%);
}

.booking-error,
.booking-loading,
.booking-empty {
  margin-top: 18px;
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.booking-error {
  color: #ffd6d6;
}

.booking-loading--with-spinner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.booking-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgb(255 255 255 / 18%);
  border-top-color: #4a98ff;
  border-radius: 50%;
  animation: booking-spin 0.75s linear infinite;
}

@keyframes booking-spin {
  to {
    transform: rotate(360deg);
  }
}

.booking-modal__body {
  margin-top: 28px;
}

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

.booking-service-card {
  padding: 24px;
  border: 1px solid rgb(64 145 255 / 20%);
  border-radius: 18px;
  background: rgb(255 255 255 / 3%);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.booking-service-card span {
  display: block;
  color: var(--blue-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-service-card strong {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

.booking-service-card p {
  margin-top: 14px;
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
}

.booking-calendar,
.booking-slots,
.booking-confirm__summary,
.booking-form {
  border: 1px solid rgb(64 145 255 / 18%);
  border-radius: 18px;
  background: rgb(255 255 255 / 3%);
}

.booking-calendar,
.booking-slots {
  padding: 20px;
}

.booking-calendar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-calendar__top button {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  background: rgb(255 255 255 / 5%);
  color: #fff;
  cursor: pointer;
}

.booking-calendar__top strong {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.booking-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.booking-calendar__label,
.booking-calendar__blank {
  min-height: 24px;
}

.booking-calendar__label {
  color: #8ea1ba;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.booking-calendar__day {
  min-height: 39px;
  padding: 10px 8px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 4%);
  color: #fff;
  cursor: pointer;
}

.booking-calendar__day b,
.booking-calendar__day small {
  display: block;
}

.booking-calendar__day b {
  font-size: 20px;
}

.booking-calendar__day small {
  margin-top: 6px;
  color: #b7c2d2;
  font-size: 11px;
  line-height: 1.2;
}

.booking-calendar__day.is-selected {
  border-color: rgb(64 145 255 / 62%);
  background: rgb(10 92 201 / 22%);
}

.booking-calendar__day.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.booking-summary-card {
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  background: rgb(255 255 255 / 4%);
}

.booking-summary-card span,
.booking-confirm__summary span {
  display: block;
  color: var(--blue-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.booking-summary-card strong,
.booking-confirm__summary strong {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.booking-summary-card p,
.booking-confirm__summary p {
  margin-top: 10px;
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.booking-slots__title {
  margin: 18px 0 14px;
  font-size: 24px;
}

.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-slot {
  min-height: 52px;
  border: 1px solid rgb(64 145 255 / 22%);
  border-radius: 14px;
  background: rgb(255 255 255 / 4%);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.booking-confirm {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
}

.booking-confirm__summary,
.booking-form {
  padding: 22px;
}

.booking-form label {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-form input {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgb(64 145 255 / 24%);
  border-radius: 14px;
  background: rgb(255 255 255 / 4%);
  color: #fff;
  font-family: Inter, sans-serif;
}

.booking-form__actions {
  display: flex;
  gap: 12px;
}

.booking-form__actions .btn {
  cursor: pointer;
}

.booking-success {
  padding: 26px;
  border: 1px solid rgb(64 145 255 / 22%);
  border-radius: 18px;
  background: rgb(255 255 255 / 3%);
}

.booking-success strong {
  display: block;
  font-size: 34px;
}

.booking-success p {
  margin-top: 14px;
  margin-bottom: 20px;
  color: #d6deea;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

body.booking-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .booking-service-grid,
  .booking-layout,
  .booking-confirm {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .booking-modal {
    padding: 12px;
  }

  .booking-modal__panel {
    padding: 22px;
  }

  .booking-modal__header h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .booking-service-grid,
  .booking-slot-grid,
  .booking-form__actions {
    grid-template-columns: 1fr;
  }

  .booking-form__actions {
    display: grid;
  }

  .booking-calendar__grid {
    gap: 6px;
  }

  .booking-calendar__day {
    min-height: 34px;
  }
}

/* Responsive cleanup pass */
@media (max-width: 1100px) {
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .gallery-toolbar {
    align-items: flex-start;
  }

  .gallery-toolbar-copy,
  .gallery-filters {
    width: 100%;
  }

  .gallery-filters {
    justify-content: flex-start;
  }

  .pricing-head,
  .results-head {
    gap: 18px;
  }
}

@media (max-width: 980px) {
  .nav-bar {
    grid-template-columns: 1fr auto;
    min-height: 78px;
    gap: 16px;
  }

  .quote-btn {
    display: none;
  }

  .hero {
    margin-top: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 54px 0 40px;
  }

  .hero-inner > div:first-child {
    max-width: 640px;
  }

  .hero-copy,
  .hero-lead {
    max-width: 100%;
  }

  .hero-car {
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .pricing-head,
  .results-head,
  .footer-inner {
    gap: 22px;
  }

  .price-note {
    gap: 16px;
  }

  .gallery-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 42px auto 76px;
  }

  .gallery-grid {
    gap: 18px;
  }

  .contact-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 34px auto 78px;
  }

  .contact-methods {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-modal__dialog {
    width: min(920px, 100%);
  }

  .booking-modal__panel {
    padding: 28px;
  }
}

@media (max-width: 720px) {
  .nav-links {
    top: calc(100% + 8px);
    padding: 14px;
  }

  .nav-links a {
    min-height: 48px;
    font-size: 17px;
  }

  .hero-actions,
  .cta-group,
  .results-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-group .btn,
  .results-link {
    width: 100%;
  }

  .gallery-filters {
    display: none;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-topbar {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .lightbox-counter {
    order: 3;
  }

  .contact-methods,
  .service-areas {
    grid-template-columns: 1fr;
  }

  .service-area-block {
    margin-left: 22px;
    margin-right: 22px;
  }

  .booking-calendar__grid {
    gap: 6px;
  }

  .booking-calendar__day {
    min-height: 35px;
    padding: 8px 6px;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-bar,
  .section,
  .hero-inner,
  .feature-band,
  .stats,
  .pricing-cards,
  .blog-grid {
    width: min(100% - 24px, 430px);
  }

  .brand img {
    width: 82px;
    height: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 44px 0 34px;
  }

  .hero-inner > div:first-child {
    padding-top: 172px;
    transform: translateY(25px);
  }

  .hero h1,
  .gallery-hero h1,
  .contact-hero h1 {
    line-height: 0.9;
  }

  .hero-lead,
  .gallery-hero p,
  .contact-hero p {
    width: auto;
    max-width: 100%;
  }

  .hero-car {
    top: -72px;
    width: min(520px, 148%);
  }

  .pricing-head > p,
  .contact-info-top,
  .contact-form-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-note {
    padding: 20px;
  }

  .results-scroller {
    grid-auto-columns: minmax(248px, 84vw);
  }

  .gallery-shell,
  .contact-shell {
    width: min(100% - 24px, 430px);
  }

  .gallery-toolbar-copy h2,
  .contact-info-top h2,
  .contact-form-panel h2,
  .gallery-footer h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .gallery-item {
    border-radius: 16px;
  }

  .gallery-overlay {
    padding: 16px 16px 15px;
  }

  .gallery-overlay h3 {
    font-size: 21px;
  }

  .service-area-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-method a,
  .contact-method b {
    font-size: 20px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
  }

  .booking-modal__dialog {
    max-height: calc(100vh - 24px);
    border-radius: 18px;
  }

  .booking-modal__panel {
    padding: 20px;
  }

  .booking-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .booking-modal__header {
    padding-right: 40px;
  }

  .booking-step {
    width: 100%;
    justify-content: flex-start;
  }

  .booking-service-card {
    padding: 20px;
  }

  .booking-service-card strong {
    font-size: 28px;
  }

  .booking-summary-card strong,
  .booking-confirm__summary strong,
  .booking-success strong {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .menu-button {
    width: 40px;
    height: 40px;
  }

  .hero-inner > div:first-child {
    padding-top: 154px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 52px);
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 18px;
  }

  .gallery-filters {
    grid-template-columns: 1fr;
  }

  .booking-calendar__label {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .booking-calendar__day b {
    font-size: 18px;
  }

  .booking-calendar__day small {
    font-size: 10px;
  }
}
