﻿:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-strong: #eef4fb;
  --text: #101828;
  --muted: #5f6d7e;
  --line: #dbe4ef;
  --brand: #127bcb;
  --brand-dark: #0a68ad;
  --brand-soft: #e8f4fd;
  --green: #11845b;
  --amber: #b7791f;
  --red: #c24135;
  --shadow: 0 18px 44px rgba(16, 24, 40, .12);
  --radius: 8px;
}

[data-theme="dark"] {
  --bg: #0b111b;
  --surface: #111a28;
  --surface-strong: #172337;
  --text: #edf4ff;
  --muted: #a6b3c7;
  --line: #26364e;
  --brand: #7ec7f5;
  --brand-dark: #9bd9ff;
  --brand-soft: #102a48;
  --shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
}

.skip-link:focus {
  transform: translateY(0);
}

.notice {
  background: #0f2745;
  color: #fff;
  font-size: 14px;
}

.notice__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.notice.is-hidden {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand__word {
  color: var(--brand);
  font-family: Geist, Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.3px;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav__links a {
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 600;
  padding: 10px 12px;
}

.nav__links a:hover {
  background: var(--surface-strong);
  color: var(--text);
}

.nav__actions,
.hero__actions,
.footer__links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.button,
.icon-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: var(--surface);
  font-weight: 700;
}

.button {
  padding: 0 16px;
}

.icon-button {
  width: 42px;
  padding: 0;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.button--light {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(255, 255, 255, .6);
  color: #10213a;
}

.hero {
  min-height: calc(100svh - 114px);
  max-height: 820px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  background-image: url("images/hero-workshop.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 38, .86), rgba(4, 18, 38, .58) 42%, rgba(4, 18, 38, .18)),
    linear-gradient(0deg, rgba(4, 18, 38, .76), transparent 34%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 82px 0 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #bfe0ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  max-width: 760px;
  font-size: clamp(52px, 12vw, 112px);
  line-height: .9;
  font-weight: 800;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero__lead {
  max-width: 650px;
  color: #eaf3ff;
  font-size: clamp(18px, 2.4vw, 24px);
}

.hero__stats {
  width: min(720px, 100%);
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  background: rgba(4, 18, 38, .44);
  backdrop-filter: blur(14px);
}

.hero__stats div {
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.hero__stats div:last-child {
  border-right: 0;
}

.hero__stats dt {
  font-size: 22px;
  font-weight: 800;
}

.hero__stats dd {
  margin: 2px 0 0;
  color: #d4e8ff;
}

.section {
  padding: 86px 0;
}

.section--compact {
  padding: 34px 0;
}

.section--muted {
  background: var(--surface-strong);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading--left {
  margin-left: 0;
  text-align: left;
}

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

.trust-strip > div,
.service-card,
.price-card,
.proof__items article,
.review-card,
.booking-form,
.faq details,
.quote-modal__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.trust-strip > div {
  padding: 18px;
}

.trust-strip strong {
  display: block;
  margin: 10px 0 4px;
}

.trust-strip p,
.service-card p,
.price-card p,
.proof__items p,
.faq p,
.site-footer p,
.form-note {
  margin-bottom: 0;
}

.signal {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 999px;
}

.signal--green {
  background: var(--green);
}

.signal--blue {
  background: var(--brand);
}

.signal--amber {
  background: var(--amber);
}


.enterprise {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.enterprise-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

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

.enterprise-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 22px;
}

.enterprise-card--featured {
  border-color: color-mix(in srgb, var(--brand) 70%, var(--line));
}

.enterprise-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-weight: 800;
}

.enterprise-card p {
  margin-bottom: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  padding: 22px;
}

.service-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 24px;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 46px;
  align-items: start;
}

.steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border-left: 4px solid var(--brand);
  background: var(--surface);
  border-radius: var(--radius);
}

.steps span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

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

.price-card {
  padding: 24px;
}

.price-card--featured {
  border-color: color-mix(in srgb, var(--brand) 70%, var(--line));
}

.price-card__price {
  margin: 12px 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 42px;
}

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

.proof__items article {
  padding: 20px;
}


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

.review-card {
  padding: 22px;
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.review-card__top strong {
  font-size: 17px;
}

.stars {
  color: #f5a623;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.review-card p {
  margin-bottom: 0;
}

.reservation {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  padding: 12px 13px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 18%, transparent);
}

.booking-form__full {
  grid-column: 1 / -1;
}

.form-note {
  font-size: 13px;
}

.form-status {
  display: none;
  margin: 0;
  border-radius: var(--radius);
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: #e7f7ef;
  color: #067647;
}

.form-status.is-error {
  background: #fff0ed;
  color: #b42318;
}

.form-note a {
  color: var(--brand-dark);
  font-weight: 800;
}

.faq {
  max-width: 880px;
}

.faq h2 {
  margin-bottom: 18px;
}

.faq details {
  padding: 16px 18px;
  box-shadow: none;
}

.faq details + details {
  margin-top: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin-top: 10px;
}

.site-footer {
  padding: 34px 0;
  background: #0f2745;
  color: #fff;
}

.site-footer p,
.site-footer a {
  color: #d5e7ff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: var(--radius);
}

.footer-brand strong {
  color: #fff;
  font-family: Geist, Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.3px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.quote-modal {
  width: min(640px, calc(100% - 32px));
  border: 0;
  padding: 0;
  background: transparent;
}

.quote-modal::backdrop {
  background: rgba(5, 12, 24, .72);
}

.quote-modal__panel {
  padding: 22px;
}

.quote-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.quote-modal h2 {
  margin-bottom: 0;
  font-size: 26px;
}

.quote-modal .button {
  width: 100%;
  margin-top: 14px;
}

.back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 15;
  display: none;
  box-shadow: var(--shadow);
}

.back-top.is-visible {
  display: inline-flex;
}

@media (max-width: 920px) {
  .nav__links {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .trust-strip,
  .service-grid,
  .enterprise,
  .enterprise-grid,
  .pricing-grid,
  .reviews-grid,
  .split,
  .proof,
  .reservation {
    grid-template-columns: 1fr;
  }

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


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

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .notice__inner {
    align-items: start;
    padding: 10px 0;
  }

  .nav {
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .button {
    min-height: 44px;
  }

  .nav__actions .button {
    padding: 0 12px;
  }

  .hero {
    min-height: 690px;
  }

  .hero__content {
    padding: 74px 0 32px;
  }

  .hero__lead {
    font-size: 18px;
  }

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

  .hero__stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .hero__stats div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

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

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