:root {
  --bg: #e9e3db;
  --text: #171a21;
  --muted: #4f5664;
  --accent: #2f80ff;
  --accent-soft: rgba(47, 128, 255, 0.14);
  --card: #f4efe8;
  --card-2: #efe8de;
  --line: rgba(23, 26, 33, 0.12);
  --shadow: 0 16px 50px rgba(11, 13, 18, 0.14);
  --logo-mark: url("assets/logo.jpeg");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 88% 15%, rgba(47, 128, 255, 0.11), transparent 30%),
    radial-gradient(circle at 14% 80%, rgba(23, 26, 33, 0.07), transparent 35%), var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  min-height: 100%;
}

h1,
h2,
h3,
.brand {
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  letter-spacing: -0.02em;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: linear-gradient(transparent 95%, rgba(23, 26, 33, 0.6) 100%);
  background-size: 100% 3px;
  z-index: 0;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.2rem 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.brand-mark {
  font-size: 2rem;
  line-height: 1;
}

.brand-dot {
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
}

.brand-text {
  margin-left: 0.1rem;
  font-size: 1.1rem;
}

.site-nav {
  display: flex;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  opacity: 0.8;
}

.site-nav a:hover {
  opacity: 1;
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.6rem;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.12));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -30px;
  width: 170px;
  height: 170px;
  border-radius: 26px;
  background: var(--logo-mark) center/cover no-repeat;
  opacity: 0.08;
  transform: rotate(-10deg);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.02;
}

.hero h1 span {
  color: var(--accent);
}

.lead {
  margin: 1rem 0 1.1rem;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(47, 128, 255, 0.34);
}

.btn-dark {
  background: var(--text);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
  gap: 0.7rem;
}

.hero-stats article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
}

.hero-stats article::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--logo-mark) center/cover no-repeat;
  opacity: 0.12;
}

.hero-stats h3 {
  margin: 0;
  font-size: 1.25rem;
}

.hero-stats p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-art {
  position: relative;
  min-height: 340px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, var(--card), var(--card-2));
  overflow: hidden;
}

.hero-logo-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  right: 10px;
  top: 34px;
  border-radius: 30px;
  object-fit: cover;
  opacity: 0.14;
  filter: saturate(1.2);
}

.halo {
  position: absolute;
  width: 280px;
  height: 280px;
  top: -90px;
  right: -70px;
  background: radial-gradient(circle, var(--accent-soft), transparent 70%);
}

.route-card {
  position: absolute;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.85rem;
  width: 210px;
  box-shadow: var(--shadow);
}

.route-card p {
  margin: 0;
}

.route-card .label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.route-card .meta {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.card-a {
  left: 16px;
  top: 18px;
}

.card-b {
  right: 16px;
  bottom: 20px;
}

.hero-logo-mark {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 160px;
  height: 160px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(11, 13, 18, 0.28);
}

.service-switch {
  margin-top: 1rem;
  display: inline-flex;
  gap: 0.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.42);
}

.switch-btn {
  border: none;
  background: transparent;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  color: var(--muted);
}

.switch-btn.active {
  background: var(--text);
  color: #fff;
}

.service-panels {
  margin-top: 1rem;
  position: relative;
}

.service-panel {
  position: relative;
  display: none;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

.service-panel::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  right: -14px;
  top: -14px;
  border-radius: 16px;
  background: var(--logo-mark) center/cover no-repeat;
  opacity: 0.09;
}

.service-panel.active {
  display: block;
  animation: rise 360ms ease both;
}

.service-panel h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3.3vw, 2rem);
}

.service-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.service-panel ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
  color: var(--text);
  line-height: 1.8;
}

.trust {
  position: relative;
  margin-top: 1.2rem;
  padding: 1.1rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 1rem;
  background: linear-gradient(145deg, rgba(47, 128, 255, 0.09), rgba(255, 255, 255, 0.45));
  overflow: hidden;
}

.trust::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -25px;
  bottom: -28px;
  border-radius: 20px;
  background: var(--logo-mark) center/cover no-repeat;
  opacity: 0.1;
}

.trust-badge-wrap {
  display: grid;
  place-items: center;
  padding: 0.6rem;
  border: 1px dashed rgba(47, 128, 255, 0.5);
  border-radius: 16px;
}

.trust-badge {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.trust-logo {
  width: 92px;
  height: 92px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-badge span {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-caption {
  margin: 0.7rem 0 0;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.trust-copy h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

.trust-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 600;
}

.how {
  margin-top: 1.2rem;
}

.how h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.steps article {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
  padding: 0.9rem;
}

.steps article span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
}

.steps article h3 {
  margin: 0.6rem 0 0.3rem;
}

.steps article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.cta {
  position: relative;
  margin: 1.2rem 0;
  border-radius: 22px;
  border: 1px solid var(--line);
  text-align: center;
  padding: 1.4rem;
  background: linear-gradient(130deg, rgba(23, 26, 33, 0.94), rgba(23, 26, 33, 0.84));
  color: #f2f6ff;
  overflow: hidden;
}

.cta::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -28px;
  top: -24px;
  border-radius: 24px;
  background: var(--logo-mark) center/cover no-repeat;
  opacity: 0.12;
}

.cta-logo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin-bottom: 0.7rem;
}

.cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
}

.cta p {
  color: rgba(242, 246, 255, 0.82);
}

.cta .btn-ghost {
  border-color: rgba(242, 246, 255, 0.4);
  color: #f2f6ff;
}

.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.2rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-logo {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 600ms ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 80ms;
}

.reveal:nth-child(3) {
  animation-delay: 140ms;
}

.reveal:nth-child(4) {
  animation-delay: 200ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .trust {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 300px;
  }

  .hero-logo-mark {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 640px) {
  .site-header,
  main,
  .site-footer {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .hero {
    padding: 1rem;
    border-radius: 24px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .route-card {
    width: min(92%, 210px);
  }

  .trust-badge {
    width: 162px;
    height: 162px;
  }

  .site-footer {
    flex-direction: column;
  }
}
