:root {
  --green: #7dffa9;
  --green-dark: #e9fff6;
  --green-deep: #e9fff6;
  --green-night: #03120d;
  --aqua: #7dffa9;
  --orange: #ffb35c;
  --cream: #03120d;
  --paper: rgba(8, 31, 23, 0.9);
  --surface: rgba(8, 31, 23, 0.9);
  --ink: #e9fff6;
  --text: #e9fff6;
  --muted: #91aa9f;
  --line: rgba(129, 255, 190, 0.16);
  --border: rgba(129, 255, 190, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

html {
  color-scheme: dark;
  background: #03120d !important;
}

body {
  min-height: 100vh;
  color: #e9fff6 !important;
  background:
    radial-gradient(circle at 18% 4%, rgba(25, 206, 115, 0.14), transparent 34rem),
    radial-gradient(circle at 88% 34%, rgba(51, 162, 125, 0.07), transparent 28rem),
    linear-gradient(rgba(57, 207, 127, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 207, 127, 0.035) 1px, transparent 1px),
    #03120d !important;
  background-attachment: fixed !important;
  background-size: auto, auto, 42px 42px, 42px 42px, auto !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: #03120d;
  background: #7dffa9;
}

p,
li,
address,
.hero-copy > p,
.section-heading p,
.section-copy p {
  color: #91aa9f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-copy h1,
.section-heading h2,
.contact-title,
.contact-block h2,
.contact-block h3 {
  color: #e9fff6;
}

.eyebrow,
.kicker,
.dropoff-eyebrow,
.request-hub__eyebrow,
.tsc-intake__eyebrow,
.section-heading .eyebrow,
.cta-band .eyebrow {
  color: #7dffa9 !important;
}

:focus-visible {
  outline-color: #7dffa9 !important;
}

.skip-link {
  color: #fff !important;
  background: #075f38 !important;
}

/* Shared glass navigation */
.glass-site-header,
.site-topbar.glass-site-header {
  padding-top: 14px;
}

.glass-dock {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.dock-brand {
  padding: 3px;
  background: rgba(125, 255, 169, 0.035);
  border-color: rgba(125, 255, 169, 0.24);
  box-shadow:
    0 0 18px rgba(25, 206, 115, 0.3),
    0 8px 22px rgba(0, 0, 0, 0.24),
    inset 0 0 12px rgba(125, 255, 169, 0.07);
}

.dock-brand img {
  filter: drop-shadow(0 0 7px rgba(125, 255, 169, 0.28));
}

.dock-link:hover,
.dock-link:focus-visible,
.dock-link[aria-current="page"] {
  color: #fff;
  background: rgba(125, 255, 169, 0.11);
  border-color: rgba(125, 255, 169, 0.2);
}

.dock-link[aria-current="page"] .dock-icon {
  color: #7dffa9;
}

/* Homepage */
#home.section,
.hero.section {
  width: min(1280px, 100%);
  column-gap: clamp(48px, 5vw, 76px);
  row-gap: clamp(24px, 2.5vw, 36px);
  align-content: start;
  padding-top: clamp(68px, 6vw, 88px);
  padding-bottom: clamp(20px, 2.5vw, 32px);
}

.section {
  position: relative;
}

.hero-heading h1 {
  max-width: 1120px;
  color: #e9fff6;
  font-size: clamp(40px, 4.35vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-shadow: 0 0 60px rgba(125, 255, 169, 0.06);
}

.hero .eyebrow {
  letter-spacing: 0.17em;
}

.hero-content > p:not(.eyebrow) {
  max-width: 61ch;
  margin-top: 0;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.82;
}

.hero-content {
  align-self: center;
}

.hero-image-card {
  display: grid;
  place-items: center;
  padding: 10px;
  background: rgba(2, 13, 9, 0.92);
  border: 1px solid rgba(129, 255, 190, 0.21);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48), 0 0 34px rgba(25, 206, 115, 0.06);
}

.hero-image-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.88) contrast(1.04);
}

.intro.section {
  padding-top: clamp(54px, 5vw, 72px);
}

@media (min-width: 901px) and (min-height: 720px) {
  #home.section,
  .hero.section {
    min-height: calc(100svh - 92px);
  }
}

.btn,
.button,
.request-card__action,
.tsc-intake__submit {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

.btn.primary,
.button-primary,
.request-card__action,
.tsc-intake__submit {
  color: #032014 !important;
  background: linear-gradient(135deg, #7dffa9, #19ce73) !important;
  background-color: #19ce73 !important;
  border-color: transparent !important;
  box-shadow: 0 12px 32px rgba(25, 206, 115, 0.16);
}

.btn.secondary,
.button-outline,
.button-secondary,
.tsc-intake__secondary {
  color: #7dffa9 !important;
  background: rgba(125, 255, 169, 0.065) !important;
  border-color: rgba(125, 255, 169, 0.25) !important;
}

.btn:hover,
.button:hover,
.request-card__action:hover,
.tsc-intake__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 36px rgba(25, 206, 115, 0.22);
}

.trust-row span,
.hero-trust li {
  color: #c6dbd2;
  background: rgba(125, 255, 169, 0.06);
  border: 1px solid rgba(125, 255, 169, 0.14);
  box-shadow: none;
}

.card,
.service-card,
.booking-form,
.contact-card,
.dropoff-card,
.dropoff-notice,
.info-card,
.support-panel,
.process-step,
.availability-card,
.request-card,
.related-card,
.signal-strip,
.faq-list details {
  color: #e9fff6;
  background: linear-gradient(145deg, rgba(14, 45, 34, 0.91), rgba(5, 23, 17, 0.92)) !important;
  border: 1px solid rgba(129, 255, 190, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25) !important;
}

.service-card {
  overflow: hidden;
}

.service-card .service-img {
  position: relative;
  border-bottom: 1px solid rgba(129, 255, 190, 0.12);
  filter: saturate(0.78) contrast(1.07) brightness(0.85);
}

.service-card h3,
.service-card p,
.contact-card strong,
.service-detail-link {
  color: #e9fff6;
}

.service-card p,
.contact-card span,
.contact-card a {
  color: #91aa9f;
}

.service-detail-link {
  color: #7dffa9;
}

.green-card,
.feature-band,
.request-hub__help,
.cta-band {
  background:
    radial-gradient(circle at 84% 12%, rgba(125, 255, 169, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(14, 55, 39, 0.96), rgba(4, 25, 18, 0.98)) !important;
  border: 1px solid rgba(129, 255, 190, 0.18) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.31) !important;
}

.green-card h2,
.green-card p,
.feature-band h2,
.feature-band h3,
.cta-band h2 {
  color: #e9fff6;
}

.green-card p,
.feature-band p,
.feature-band li,
.cta-band p {
  color: #a9bdb4;
}

.contact-section,
.dropoff-section,
.tsc-intake,
.request-hub,
.tsc-collection,
.tsc-home {
  background: transparent !important;
}

.contact-section,
.dropoff-section {
  border-top: 1px solid rgba(129, 255, 190, 0.1);
}

.contact-block h2,
.contact-block h3,
.dropoff-header h2,
.dropoff-card h3,
.dropoff-card address,
.dropoff-contact a {
  color: #e9fff6;
}

.contact-block p,
.contact-block a,
.dropoff-intro,
.dropoff-notice p {
  color: #91aa9f;
}

.dropoff-icon,
.dropoff-notice-icon,
.card-icon,
.request-card__icon,
.process-step::before {
  color: #7dffa9;
  background: rgba(125, 255, 169, 0.09);
  border: 1px solid rgba(125, 255, 169, 0.13);
}

.dropoff-map,
.contact-map-box {
  overflow: hidden;
  background: #071b13;
  border: 1px solid rgba(129, 255, 190, 0.14);
  border-radius: 20px;
}

.dropoff-map iframe,
.contact-map-box iframe {
  filter: saturate(0.72) contrast(1.02) brightness(0.88);
}

.note,
.request-hub__notice,
.tsc-collection__important,
.tsc-home__important,
.tsc-intake__notice {
  color: #ffd7a9 !important;
  background: rgba(255, 179, 92, 0.075) !important;
  border-color: rgba(255, 179, 92, 0.3) !important;
  box-shadow: none !important;
}

.note p,
.request-hub__notice p,
.tsc-collection__important p,
.tsc-home__important p,
.tsc-intake__notice p {
  color: #d8b98f !important;
}

/* Inputs and public forms */
label,
.tsc-intake__field label,
.tsc-intake__summary h2,
.tsc-intake__summary h3,
.tsc-intake__accepted h3,
.tsc-intake__accepted h4,
.tsc-intake__steps strong {
  color: #c6dbd2 !important;
}

input,
select,
textarea,
.tsc-intake input,
.tsc-intake select,
.tsc-intake textarea {
  color: #f1fff8 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(144, 207, 174, 0.24) !important;
}

input::placeholder,
textarea::placeholder {
  color: #688077 !important;
}

select option {
  color: #e9fff6;
  background: #0d2a20;
}

input:focus,
select:focus,
textarea:focus,
.tsc-intake input:focus,
.tsc-intake select:focus,
.tsc-intake textarea:focus {
  border-color: #7dffa9 !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(125, 255, 169, 0.11) !important;
}

.tsc-intake {
  --tsc-primary: #7dffa9;
  --tsc-primary-dark: #e9fff6;
  --tsc-accent: #ffb35c;
  --tsc-bg: transparent;
  --tsc-surface: rgba(8, 31, 23, 0.9);
  --tsc-text: #e9fff6;
  --tsc-muted: #91aa9f;
  --tsc-border: rgba(129, 255, 190, 0.16);
  --tsc-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.tsc-intake__form,
.tsc-intake__summary,
.tsc-intake__success {
  background: linear-gradient(145deg, rgba(14, 45, 34, 0.94), rgba(5, 23, 17, 0.95));
  border-color: rgba(129, 255, 190, 0.16);
}

.tsc-intake__header h1,
.tsc-intake__header h2,
.tsc-intake__success h2,
.tsc-intake__success h3 {
  color: #e9fff6 !important;
}

.tsc-intake__header p,
.tsc-intake__hint,
.tsc-intake__steps p,
.tsc-intake__success > p,
.tsc-intake__meta > span {
  color: #91aa9f !important;
}

.tsc-intake__consent {
  color: #b8ccc3;
}

.tsc-intake__steps li > span,
.tsc-intake__chips span {
  color: #7dffa9;
  background: rgba(125, 255, 169, 0.08);
}

/* Services catalogue and individual pages */
.service-hero {
  background: linear-gradient(180deg, rgba(2, 18, 13, 0.98), rgba(4, 34, 24, 0.98) 72%, #03120d 100%);
}

.service-hero::before {
  background:
    linear-gradient(rgba(106, 255, 210, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 255, 210, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 14% 16%, rgba(25, 206, 115, 0.18), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(125, 255, 169, 0.07), transparent 24rem);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.content-shell {
  color: #e9fff6;
}

.signal-strip {
  overflow: hidden;
}

.signal-item {
  border-color: rgba(129, 255, 190, 0.14);
}

.signal-item span,
.faq-link,
.related-card a {
  color: #7dffa9;
}

.signal-item strong,
.info-card h3,
.support-panel h3,
.availability-card h3,
.request-card h3,
.related-card h3,
.process-step h3,
.faq-list summary {
  color: #e9fff6;
}

.info-card p,
.support-panel p,
.availability-card p,
.request-card p,
.related-card p,
.process-step p,
.check-list li,
.plain-list li,
.faq-list details p {
  color: #91aa9f;
}

.page-section + .page-section {
  border-color: rgba(129, 255, 190, 0.09);
}

.comparison-item {
  background: rgba(125, 255, 169, 0.045);
  border-color: rgba(129, 255, 190, 0.13);
}

.button-light {
  color: #032014 !important;
  background: #e9fff6 !important;
  border-color: rgba(233, 255, 246, 0.55) !important;
}

.faq-link {
  color: #e9fff6;
  background: linear-gradient(145deg, rgba(14, 45, 34, 0.96), rgba(5, 23, 17, 0.97)) !important;
  border-color: rgba(129, 255, 190, 0.2) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25) !important;
}

.faq-link h2 {
  color: #e9fff6 !important;
}

.faq-link p {
  color: #b8ccc3 !important;
}

.mini-steps li {
  color: #b8ccc3 !important;
}

.request-card .price-line {
  color: #e9fff6 !important;
  background: rgba(125, 255, 169, 0.055);
  border: 1px solid rgba(129, 255, 190, 0.1);
}

.availability-card address {
  color: #c6dbd2 !important;
}

.tsc-collection__important strong,
.tsc-home__important strong {
  color: #ffd7a9 !important;
}

.tsc-collection__notice-symbol,
.tsc-home__notice-symbol {
  color: #3a2106 !important;
}

/* Request hub */
.request-hub-topbar,
.tsc-collection-topbar,
.tsc-home-topbar {
  color: #e9fff6;
  background: rgba(3, 18, 13, 0.9);
  border-color: rgba(129, 255, 190, 0.14);
  backdrop-filter: blur(22px);
}

.request-hub-topbar__brand,
.tsc-collection-topbar__brand,
.tsc-home-topbar__brand {
  color: #e9fff6;
}

.request-hub-topbar__back,
.tsc-collection-topbar__back,
.tsc-home-topbar__back {
  color: #7dffa9;
}

.request-hub__intro h1,
.request-card h2,
.request-card__price strong {
  color: #e9fff6;
}

.request-hub__intro > p:last-child,
.request-card__lead,
.request-card__features li,
.request-card__price {
  color: #91aa9f;
}

.request-card--featured {
  border-color: rgba(125, 255, 169, 0.46) !important;
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.31), 0 0 30px rgba(25, 206, 115, 0.06) !important;
}

.request-card__features {
  border-color: rgba(129, 255, 190, 0.12);
}

.request-hub__help a {
  color: #032014;
  background: #7dffa9;
}

.request-hub-footer {
  color: #b8ccc3;
  background: rgba(2, 13, 9, 0.96);
  border-top: 1px solid rgba(129, 255, 190, 0.12);
}

.request-hub-footer p {
  color: #789087;
}

/* Build Your Site/App entry page */
.project-topbar,
.account-topbar {
  color: #e9fff6;
  background: rgba(3, 18, 13, 0.9) !important;
  border-color: rgba(129, 255, 190, 0.14) !important;
  backdrop-filter: blur(22px);
}

.project-topbar__brand,
.account-topbar__brand,
.account-topbar nav a {
  color: #e9fff6 !important;
}

.project-topbar__back,
.account-topbar nav a:hover {
  color: #7dffa9 !important;
}

.project-access,
.account-main {
  background: transparent !important;
}

.project-access__eyebrow,
.project-access__kicker,
.account-eyebrow {
  color: #7dffa9 !important;
}

.project-access__intro h1,
.project-access__panel h2,
.project-access__choices h2,
.project-choice h3,
.account-heading h1,
.account-card h2,
.account-card h3 {
  color: #e9fff6 !important;
}

.project-access__intro > p:last-child,
.project-access__panel > p:not(.project-access__kicker),
.project-choice p,
.account-heading > p:last-child,
.account-hint,
.account-card p,
.account-meta dt,
.account-document-totals dt {
  color: #91aa9f !important;
}

.project-access__panel,
.project-access__choices,
.project-choice,
.account-shell,
.account-card {
  color: #e9fff6;
  background: linear-gradient(145deg, rgba(14, 45, 34, 0.94), rgba(5, 23, 17, 0.95)) !important;
  border-color: rgba(129, 255, 190, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

.project-choice,
.account-card {
  box-shadow: none !important;
}

.project-access__icon,
.project-button--primary,
.account-button {
  color: #032014 !important;
  background: linear-gradient(135deg, #7dffa9, #19ce73) !important;
  background-color: #19ce73 !important;
  border-color: transparent !important;
}

.project-button--secondary,
.account-button--secondary {
  color: #7dffa9 !important;
  background: rgba(125, 255, 169, 0.065) !important;
  border-color: rgba(125, 255, 169, 0.25) !important;
}

.project-choice__number,
.account-link-row a,
.account-footer a {
  color: #7dffa9 !important;
}

.project-footer,
.account-footer {
  color: #b8ccc3;
  background: rgba(2, 13, 9, 0.96) !important;
  border-top: 1px solid rgba(129, 255, 190, 0.12);
}

.project-footer p,
.account-footer p {
  color: #789087 !important;
}

.account-field label,
.account-fieldset legend,
.account-check,
.account-meta dd,
.account-document-totals dd {
  color: #c6dbd2 !important;
}

.account-check a {
  color: #7dffa9 !important;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.account-field input,
.account-field select {
  color: #f1fff8 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(144, 207, 174, 0.24) !important;
}

.password-toggle {
  color: #7dffa9 !important;
}

.password-meter,
.account-document-table {
  background: rgba(0, 0, 0, 0.16) !important;
  border-color: rgba(129, 255, 190, 0.14) !important;
}

.account-document-table th,
.account-document-table td,
.account-divider,
.account-document-totals dt:last-of-type,
.account-document-totals dd:last-of-type {
  border-color: rgba(129, 255, 190, 0.13) !important;
}

.account-document-table th,
.account-note {
  color: #b8ccc3 !important;
  background: rgba(125, 255, 169, 0.06) !important;
}

.account-alert--success {
  color: #baffd2;
  background: rgba(25, 206, 115, 0.1);
  border-color: rgba(125, 255, 169, 0.28);
}

.account-alert--error {
  color: #ffd2cd;
  background: rgba(218, 72, 59, 0.1);
  border-color: rgba(255, 130, 118, 0.3);
}

.account-alert--info {
  color: #c6dbd2;
  background: rgba(125, 255, 169, 0.06);
  border-color: rgba(125, 255, 169, 0.2);
}

/* Legal and FAQ pages */
.legal-shell,
.legal-card,
.faq-nav,
.faq-group {
  color: #e9fff6;
  background: linear-gradient(145deg, rgba(14, 45, 34, 0.91), rgba(5, 23, 17, 0.92)) !important;
  border-color: rgba(129, 255, 190, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.faq-group {
  margin: 0;
  padding: clamp(28px, 3.4vw, 46px);
  border-radius: 28px;
}

.faq-group + .faq-group {
  margin-top: 28px;
}

.faq-group h2 {
  margin-top: 0;
}

.legal-shell p,
.legal-shell li,
.legal-card p,
.legal-card li {
  color: #91aa9f;
}

.future-footer,
.site-footer.future-footer,
.footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(25, 206, 115, 0.12), transparent 24rem),
    #020d09 !important;
  border-top-color: rgba(129, 255, 190, 0.13);
}

.future-footer .footer-brand img {
  background: rgba(125, 255, 169, 0.035);
  border: 1px solid rgba(125, 255, 169, 0.2);
  box-shadow: 0 0 16px rgba(25, 206, 115, 0.22);
  filter: drop-shadow(0 0 6px rgba(125, 255, 169, 0.2));
}

@media (max-width: 900px) {
  #home.section,
  .hero.section {
    padding-top: 122px;
  }
}

@media (max-width: 640px) {
  body {
    background-size: auto, auto, 32px 32px, 32px 32px, auto !important;
  }

  #home.section,
  .hero.section {
    padding-top: 108px;
  }

  .hero-image-card,
  .card,
  .service-card,
  .booking-form,
  .contact-card,
  .dropoff-card,
  .request-card,
  .info-card,
  .support-panel {
    border-radius: 20px;
  }

  .faq-group {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .faq-list summary {
    padding: 17px 50px 17px 17px;
  }

  .faq-list details p {
    padding: 0 17px 18px;
  }
}

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