* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --background: #f7f8fc;
  --surface: #ffffff;
  --text: #182036;
  --muted: #667085;
  --primary: #635bff;
  --primary-dark: #4d46d8;
  --dark: #101828;
  --border: #e4e7ec;
  --success: #087a55;
  --shadow: 0 20px 60px rgba(16, 24, 40, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--background);
  color: var(--text);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(228, 231, 236, 0.8);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.logo span {
  color: var(--primary);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.95rem;
  font-weight: 600;
}

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

.nav-cta {
  background: var(--primary);
  color: white !important;
  padding: 11px 18px;
  border-radius: 10px;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
}

.hero {
  padding: 92px 0 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(99, 91, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.77rem;
  margin-bottom: 14px;
}

.eyebrow.light {
  color: #b8b5ff;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 24px 0 32px;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 11px;
  font: inherit;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
}

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

.primary {
  background: var(--primary);
  color: white;
}

.primary:hover {
  background: var(--primary-dark);
}

.secondary {
  background: white;
  border-color: var(--border);
}

.trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 28px;
}

.hero-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1.2deg);
}

.browser-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  background: #f2f4f7;
  border-bottom: 1px solid var(--border);
}

.browser-bar > span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #cfd4dc;
}

.address-bar {
  margin-left: 8px;
  flex: 1;
  padding: 6px 12px;
  border-radius: 7px;
  background: white;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.mock-content {
  padding: 54px 42px;
  background: linear-gradient(145deg, #17172c, #242052);
  color: white;
}

.mock-badge {
  display: inline-block;
  color: #d6d4ff;
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.mock-content h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin: 18px 0 12px;
}

.mock-content p {
  color: #c4c7d4;
}

.mock-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.mock-stat-grid div {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.mock-stat-grid strong,
.mock-stat-grid span {
  display: block;
}

.mock-stat-grid strong {
  font-size: 1.25rem;
}

.mock-stat-grid span {
  font-size: 0.76rem;
  color: #c4c7d4;
}

.mock-button {
  background: var(--primary);
  text-align: center;
  padding: 13px;
  border-radius: 10px;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.alt-section {
  background: white;
}

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

.section-heading h2,
.about-grid h2,
.booking-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.section-heading p:last-child,
.about-grid p,
.booking-copy p {
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  transition: 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
}

.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(99, 91, 255, 0.1);
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 22px;
}

.service-card h3,
.process-step h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.service-card p,
.process-step p {
  color: var(--muted);
  font-size: 0.94rem;
}

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

.process-step {
  padding: 30px;
  border-left: 3px solid var(--primary);
  background: var(--background);
  border-radius: 0 16px 16px 0;
}

.process-step span {
  color: var(--primary);
  font-weight: 800;
  font-size: 0.76rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.about-grid p {
  margin-bottom: 16px;
}

.about-panel {
  background: var(--dark);
  color: white;
  border-radius: 22px;
  padding: 38px;
  box-shadow: var(--shadow);
}

.about-panel h3 {
  font-size: 1.45rem;
  margin-bottom: 20px;
}

.about-panel ul {
  list-style: none;
}

.about-panel li {
  padding: 13px 0 13px 28px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d0d5dd;
}

.about-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a9a4ff;
  font-weight: 800;
}

.booking-section {
  background: var(--dark);
  color: white;
}

.booking-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  align-items: start;
}

.booking-copy {
  padding-top: 24px;
}

.booking-copy p {
  color: #b7bdc9;
}

.contact-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.contact-box span,
.contact-box a {
  display: block;
}

.contact-box span {
  font-size: 0.8rem;
  color: #98a2b3;
  margin-bottom: 4px;
}

.contact-box a {
  overflow-wrap: anywhere;
  color: white;
  font-weight: 700;
}

.booking-form {
  background: white;
  color: var(--text);
  padding: 34px;
  border-radius: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 7px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: white;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12);
}

textarea {
  resize: vertical;
}

.full-width {
  width: 100%;
}

.form-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 12px;
}

.form-message {
  color: var(--success);
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  margin-top: 10px;
}

.site-footer {
  background: #0b1020;
  color: white;
  padding: 48px 0;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-wrap p {
  color: #98a2b3;
  font-size: 0.88rem;
  margin-top: 8px;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.copyright {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 22px;
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 620px;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-copy {
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--border);
    background: white;
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 10px;
  }

  .card-grid,
  .process-grid,
  .form-row,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .section {
    padding: 72px 0;
  }

  .booking-form {
    padding: 24px;
  }

  .mock-content {
    padding: 38px 26px;
  }
}
