:root {
  --atc-blue: #0078c0;
  --atc-blue-dark: #005a90;
  --atc-blue-deeper: #003d63;
  --atc-blue-light: #e6f3fb;
  --atc-blue-mid: #b3d8f0;
  --atc-gold: #c49a2a;
  --atc-gold-light: #fbf3dc;
  --atc-n900: #0f1923;
  --atc-n800: #1c2e3e;
  --atc-n700: #2d4055;
  --atc-n600: #3f566b;
  --atc-n500: #5c7a92;
  --atc-n400: #8ba4b8;
  --atc-n300: #b8cdd9;
  --atc-n200: #d4e3ef;
  --atc-n100: #f0f5f9;
  --atc-n50: #fafcfe;
  --atc-white: #fff;
  --atc-success: #0e9e6e;
  --atc-warning: #e68a00;
  --atc-error: #d93025;
  --atc-font-display: "Nunito", sans-serif;
  --atc-font-body: "DM Sans", sans-serif;
  --atc-radius-sm: 6px;
  --atc-radius-md: 10px;
  --atc-radius-lg: 16px;
  --atc-radius-xl: 20px;
  --atc-shadow-sm: 0 2px 8px rgba(0, 78, 144, 0.07), 0 1px 3px rgba(0, 0, 0, 0.05);
  --atc-shadow-md: 0 4px 16px rgba(0, 78, 144, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
  --atc-shadow-lg: 0 8px 32px rgba(0, 78, 144, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  --atc-ease: cubic-bezier(0.25, 0, 0.1, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  height: auto;
}

a,
button,
input,
select,
textarea {
  transition: color 150ms var(--atc-ease), background 150ms var(--atc-ease), border-color 150ms var(--atc-ease), box-shadow 150ms var(--atc-ease), transform 150ms var(--atc-ease);
}

:focus-visible {
  outline: 3px solid rgba(0, 120, 192, 0.42);
  outline-offset: 3px;
}

.atc-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0;
  border-bottom: 1px solid rgba(212, 227, 239, 0.88);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.admin-bar .atc-site-header {
  top: 32px;
}

.atc-site-header.is-scrolled {
  box-shadow: var(--atc-shadow-sm);
}

.atc-header-inner {
  min-height: 76px;
  padding: 0 24px;
}

.atc-primary-nav a {
  color: var(--atc-n700);
  font-size: 0.92rem;
  font-weight: 600;
}

.atc-primary-nav a:hover {
  color: var(--atc-blue);
}

.wp-block-button__link:hover {
  box-shadow: var(--atc-shadow-md);
  transform: translateY(-1px);
}

.is-style-outline .wp-block-button__link {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.atc-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 840px);
  margin: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--atc-n900);
}

.atc-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 18, 29, 0.94) 0%, rgba(8, 28, 44, 0.84) 42%, rgba(4, 29, 48, 0.3) 72%, rgba(4, 18, 30, 0.18) 100%);
  pointer-events: none;
}

.atc-hero .wp-block-cover__background {
  z-index: 0;
}

.atc-hero .wp-block-cover__image-background {
  object-position: center;
}

.atc-hero .wp-block-cover__inner-container {
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.atc-hero-copy {
  max-width: 680px;
}

.atc-hero h1 {
  margin: 16px 0 20px;
  color: var(--atc-white);
  font-size: clamp(3rem, 7vw, 5.25rem);
}

.atc-hero h1 strong {
  color: #55b7ed;
}

.atc-hero .atc-lede {
  max-width: 610px;
  color: #d4e3ef;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.atc-eyebrow {
  margin: 0 0 12px;
  color: var(--atc-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atc-hero .atc-eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid rgba(85, 183, 237, 0.4);
  border-radius: 999px;
  background: rgba(0, 120, 192, 0.18);
  color: #b3d8f0;
}

.atc-hero-actions {
  margin-top: 30px;
}

.atc-hero-actions .is-style-outline .wp-block-button__link {
  color: var(--atc-white);
}

.atc-trust-strip {
  margin: 0;
  padding: 22px 24px;
  border-bottom: 1px solid var(--atc-n200);
  background: var(--atc-white);
}

.atc-trust-grid {
  gap: 16px 32px;
}

.atc-trust-item {
  gap: 9px;
  color: var(--atc-n700);
  font-size: 0.9rem;
  font-weight: 600;
}

.atc-trust-item::before {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  background: var(--atc-blue-light);
  color: var(--atc-blue);
  font-weight: 800;
}

.atc-section {
  margin: 0;
  padding: clamp(72px, 9vw, 112px) 24px;
}

.atc-section.is-muted {
  background: var(--atc-n100);
}

.atc-section.is-dark {
  background: linear-gradient(145deg, var(--atc-n900), #0d2a42);
  color: var(--atc-n200);
}

.atc-section.is-dark h2,
.atc-section.is-dark h3 {
  color: var(--atc-white);
}

.atc-section-heading {
  max-width: 680px;
  margin-bottom: 46px;
}

.atc-section-heading.is-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.atc-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}

.atc-section-heading p:last-child {
  color: var(--atc-n500);
  font-size: 1.08rem;
}

.atc-service-grid {
  gap: 20px;
}

.atc-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--atc-n200);
  border-radius: var(--atc-radius-lg);
  background: var(--atc-white);
  box-shadow: var(--atc-shadow-sm);
}

.atc-card:hover {
  border-color: var(--atc-blue-mid);
  box-shadow: var(--atc-shadow-lg);
  transform: translateY(-3px);
}

.atc-card h3 {
  margin-top: 18px;
}

.atc-card-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin: 0;
  place-items: center;
  border-radius: 14px;
  background: var(--atc-blue-light);
  color: var(--atc-blue);
  font-family: var(--atc-font-display);
  font-weight: 900;
}

.atc-fleet {
  gap: clamp(36px, 7vw, 90px);
  align-items: center !important;
}

.atc-fleet-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--atc-radius-xl);
  box-shadow: var(--atc-shadow-lg);
}

.atc-feature-list {
  padding: 0;
  list-style: none;
}

.atc-feature-list li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid var(--atc-n200);
}

.atc-feature-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--atc-blue);
  content: "✓";
  font-weight: 900;
}

.atc-process-grid {
  gap: 20px;
  counter-reset: atc-step;
}

.atc-process-step {
  position: relative;
  padding: 30px 24px;
  border-left: 3px solid var(--atc-blue);
  background: var(--atc-white);
  box-shadow: var(--atc-shadow-sm);
  counter-increment: atc-step;
}

.atc-process-step::before {
  display: block;
  margin-bottom: 22px;
  color: var(--atc-blue);
  content: "0" counter(atc-step);
  font-family: var(--atc-font-display);
  font-size: 1.6rem;
  font-weight: 900;
}

.atc-testimonial {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--atc-radius-lg);
  background: rgba(255, 255, 255, 0.05);
}

.atc-stars {
  color: var(--atc-gold);
  letter-spacing: 0.12em;
}

.atc-faqs details {
  margin-bottom: 12px;
  padding: 20px 22px;
  border: 1px solid var(--atc-n200);
  border-radius: var(--atc-radius-md);
  background: var(--atc-white);
}

.atc-faqs summary {
  cursor: pointer;
  font-family: var(--atc-font-display);
  font-weight: 800;
}

.atc-booking-cta {
  position: relative;
  overflow: hidden;
  margin: clamp(24px, 5vw, 70px) auto;
  padding: clamp(42px, 7vw, 76px);
  border-radius: var(--atc-radius-xl);
  background: linear-gradient(135deg, var(--atc-blue-deeper), var(--atc-blue));
  color: var(--atc-white);
  box-shadow: var(--atc-shadow-lg);
}

.atc-booking-cta h2 {
  color: var(--atc-white);
}

.atc-booking-cta .wp-block-button__link {
  background: var(--atc-white);
  color: var(--atc-blue-deeper);
}

.atc-page-banner,
.atc-page-hero {
  margin: 0;
  padding: clamp(76px, 10vw, 126px) 24px;
  background: linear-gradient(145deg, var(--atc-n900), var(--atc-blue-deeper));
  color: var(--atc-n200);
}

.atc-page-banner h1,
.atc-page-hero h1 {
  color: var(--atc-white);
}

.atc-page-hero-image {
  min-height: 520px;
}

.atc-main > .wp-block-post-content,
.atc-main > .wp-block-query-title,
.atc-main > .wp-block-query,
.atc-main > .wp-block-search {
  margin-top: 64px;
  margin-bottom: 64px;
}

.atc-contact-panel {
  gap: 32px;
}

.atc-contact-card {
  padding: 28px;
  border: 1px solid var(--atc-n200);
  border-radius: var(--atc-radius-lg);
  background: var(--atc-white);
}

.atc-contact-form {
  padding: 28px;
  border: 1px solid var(--atc-n200);
  border-radius: var(--atc-radius-lg);
  background: var(--atc-white);
}

.atc-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.atc-form-field label {
  font-weight: 600;
  color: var(--atc-n500);
}

.atc-form input,
.atc-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--atc-n200);
  border-radius: var(--atc-radius-md);
  background: var(--atc-white);
  font: inherit;
}

.atc-form textarea {
  resize: vertical;
}

.atc-form-actions {
  margin-top: 8px;
}

.atc-form-notice {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: var(--atc-radius-md);
}

.atc-form-notice.is-success {
  border: 1px solid var(--atc-blue);
  background: var(--atc-blue-light);
  color: var(--atc-blue-deeper);
}

.atc-form-notice.is-error {
  border: 1px solid #d8a200;
  background: #fff6e0;
}

.atc-quote-page {
  padding: clamp(60px, 8vw, 96px) 24px;
  background: var(--atc-n100);
}

.atc-quote-intro {
  margin-bottom: 38px;
  text-align: center;
}

.atc-quote-intro p:last-child {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: var(--atc-n500);
}

.atc-404 {
  min-height: 62vh;
  padding: 96px 24px;
  text-align: center;
}

.atc-404 .wp-block-buttons {
  justify-content: center;
}

.atc-footer {
  margin: 0;
  padding: 68px 24px 26px;
  background: #09141f;
  color: var(--atc-n400);
}

.atc-footer h3 {
  color: var(--atc-white);
}

.atc-footer a {
  color: var(--atc-n300);
  text-decoration: none;
}

.atc-footer a:hover {
  color: var(--atc-white);
}

.atc-footer ul {
  padding: 0;
  list-style: none;
}

.atc-footer li {
  margin-bottom: 9px;
}

.atc-footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--atc-n800);
}

@media (max-width: 960px) {
  .atc-primary-nav {
    order: 3;
  }

  .atc-header-cta {
    margin-left: auto;
  }

  .atc-fleet {
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  .admin-bar .atc-site-header {
    top: 46px;
  }

  .atc-header-inner {
    min-height: 68px;
    padding: 0 16px;
  }

  .atc-header-cta {
    position: fixed;
    z-index: 120;
    right: 14px;
    bottom: 14px;
  }

  .atc-header-cta .wp-block-button__link {
    box-shadow: 0 8px 28px rgba(0, 61, 99, 0.28);
  }

  .atc-hero {
    min-height: 720px;
  }

  .atc-hero::after {
    background: linear-gradient(90deg, rgba(7, 18, 29, 0.95), rgba(8, 28, 44, 0.72));
  }

  .atc-hero .wp-block-cover__inner-container {
    width: min(100% - 32px, 1180px);
  }

  .atc-trust-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .atc-fleet-image img {
    min-height: 360px;
  }
}

@media (max-width: 520px) {
  .atc-trust-grid {
    grid-template-columns: 1fr;
  }

  .atc-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .atc-booking-cta {
    margin-right: 18px;
    margin-left: 18px;
    padding: 34px 24px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

