:root {
  --bg: #f3f7f6;
  --bg-deep: #0c2428;
  --ink: #122226;
  --muted: #4f6569;
  --line: rgba(18, 34, 38, 0.1);
  --brand: #0f766e;
  --brand-2: #0d9488;
  --accent: #c45c26;
  --panel: #ffffff;
  --glow: rgba(15, 118, 110, 0.18);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(12, 36, 40, 0.12);
  --font: "Manrope", "Noto Sans SC", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(13, 148, 136, 0.16), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(196, 92, 38, 0.1), transparent 55%),
    linear-gradient(180deg, #eef5f3 0%, var(--bg) 28%, #e8f1ef 100%);
  line-height: 1.65;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  background: rgba(15, 118, 110, 0.08);
  padding: 0.1em 0.35em;
  border-radius: 6px;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, calc(100% - 2.5rem));
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(243, 247, 246, 0.82);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), #115e59);
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.12);
  animation: pulse 2.8s ease-in-out infinite;
}

.brand-text {
  font-size: 1.35rem;
}

.nav {
  display: flex;
  gap: 1.1rem;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.65rem 1.05rem;
  font-size: 0.92rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(15, 118, 110, 0.22);
  color: var(--brand);
}

.btn-text {
  background: transparent;
  color: var(--muted);
  padding-inline: 0.6rem;
}

.hero {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  overflow: clip;
}

.hero-atmosphere {
  position: absolute;
  inset: 8% 5% auto auto;
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), transparent 40%),
    radial-gradient(circle at 60% 60%, rgba(13, 148, 136, 0.35), transparent 65%),
    linear-gradient(160deg, rgba(12, 74, 78, 0.12), rgba(196, 92, 38, 0.08));
  filter: blur(8px);
  animation: drift 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #99f6e4;
}

.hero h1,
.section-head h2,
.cta-panel h2 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  max-width: 16ch;
}

.lead {
  margin: 1.1rem 0 1.2rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 46ch;
}

.hero-points {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

.hero-points li + li {
  margin-top: 0.4rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
}

.stat-strip div {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.85rem 0.9rem;
}

.stat-strip dt {
  font-size: 0.78rem;
  color: var(--muted);
}

.stat-strip dd {
  margin: 0.2rem 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
}

.panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 1.35rem 1.4rem 1.2rem;
  transform-origin: center;
}

.float-in {
  animation: floatIn 0.9s ease both, floatY 5.5s ease-in-out 1s infinite;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.pill.live {
  background: rgba(13, 148, 136, 0.12);
  color: var(--brand);
}

.panel-title {
  font-weight: 800;
}

.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.panel-row strong,
.panel-row code {
  color: var(--ink);
  font-weight: 700;
  background: none;
  padding: 0;
  word-break: break-all;
  text-align: right;
}

.meter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 1rem 0;
}

.meter {
  background: #0c2428;
  color: #ecfdf8;
  border-radius: 14px;
  padding: 0.8rem 0.7rem;
}

.meter span {
  display: block;
  font-size: 0.72rem;
  opacity: 0.7;
}

.meter b {
  font-size: 1rem;
}

.route-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin: 0.4rem 0 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.route-flow i {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-2), transparent);
  position: relative;
  overflow: hidden;
}

.route-flow i::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px 0;
  width: 28%;
  background: #fff;
  box-shadow: 0 0 12px var(--brand-2);
  animation: dash 1.8s linear infinite;
}

.route-flow .hub {
  background: rgba(15, 118, 110, 0.12);
  color: var(--brand);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
}

.panel-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.logo-bar {
  padding: 0.5rem 0 1.5rem;
}

.logo-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.logo-bar-inner span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 4.2rem 0;
}

.section.tint {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.7));
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.2rem;
}

.section-head.left {
  text-align: left;
  margin-left: 0;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin-bottom: 0.7rem;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature,
.plan {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  box-shadow: 0 10px 30px rgba(12, 36, 40, 0.04);
}

.feature h3,
.plan h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.feature p,
.plan p,
.plan li {
  color: var(--muted);
}

.plan ul {
  padding-left: 1.05rem;
  margin: 0 0 1.2rem;
}

.plan li + li {
  margin-top: 0.35rem;
}

.plan-tag {
  margin: 0 0 0.4rem;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.82rem;
}

.price {
  margin: 0 0 1rem !important;
  color: var(--ink) !important;
  font-size: 1.4rem;
  font-weight: 800;
}

.plan.featured {
  border-color: rgba(15, 118, 110, 0.35);
  background:
    linear-gradient(180deg, rgba(13, 148, 136, 0.08), transparent 40%),
    #fff;
  transform: translateY(-4px);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 1rem 0 1rem 3rem;
  border-top: 1px solid var(--line);
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bg-deep);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
}

.steps strong {
  display: block;
  margin-bottom: 0.25rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.code-block {
  background: #0c2428;
  color: #d9f5ef;
  border-radius: 24px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: var(--shadow);
}

.code-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #99f6e4;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.copy-btn {
  border: 1px solid rgba(153, 246, 228, 0.35);
  background: transparent;
  color: #ecfdf8;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  cursor: pointer;
}

.code-block pre {
  margin: 0;
  overflow: auto;
  padding: 0.6rem 0.4rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1.55;
}

.code-block code {
  background: none;
  color: inherit;
  padding: 0;
}

.code-hint {
  margin: 0.4rem 0 0;
  color: rgba(217, 245, 239, 0.72);
  font-size: 0.84rem;
}

.city-grid {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.city-grid li {
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 0.5rem;
  font-weight: 700;
}

.callout {
  background: linear-gradient(120deg, rgba(15, 118, 110, 0.1), rgba(196, 92, 38, 0.08));
  border-radius: 20px;
  padding: 1.1rem 1.25rem;
}

.callout p {
  margin: 0;
  color: var(--muted);
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1.1rem;
  margin-bottom: 0.7rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.7rem 0 0.2rem;
  color: var(--muted);
}

.cta-band {
  padding-bottom: 5rem;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  background:
    radial-gradient(500px 220px at 10% 0%, rgba(13, 148, 136, 0.35), transparent 60%),
    linear-gradient(145deg, #0c2428, #134e4a 55%, #1c1917);
  color: #ecfdf8;
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 0.7rem;
}

.cta-panel > div > p {
  color: rgba(236, 253, 248, 0.78);
  margin: 0;
  max-width: 36ch;
}

.lead-form {
  display: grid;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.1rem;
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: #99f6e4;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 36, 40, 0.55);
  color: #fff;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(236, 253, 248, 0.62);
}

.site-footer {
  padding: 2.2rem 0 2.8rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.footer-inner {
  display: grid;
  gap: 1rem;
}

.footer-inner p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.copyright {
  font-size: 0.86rem !important;
}

.footer-phone {
  margin-top: 0.55rem !important;
}

.footer-phone a,
.contact-direct a,
.form-note a,
.section-head a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-direct {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.45rem;
}

.contact-direct p {
  margin: 0;
  color: rgba(236, 253, 248, 0.88);
}

.contact-qr {
  margin: 0.9rem 0 0;
  width: fit-content;
  text-align: center;
}

.contact-qr img,
.qr-img {
  display: block;
  width: 160px;
  height: auto;
  border-radius: 14px;
  background: #fff;
  padding: 0.45rem;
}

.contact-qr figcaption {
  margin-top: 0.45rem;
  font-size: 0.84rem;
  color: rgba(236, 253, 248, 0.7);
}

.float-contact {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.float-toggle {
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
  color: #fff;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.35);
  cursor: pointer;
}

.float-panel {
  width: min(220px, calc(100vw - 2rem));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.9rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  text-align: center;
}

.float-panel[hidden] {
  display: none;
}

.float-title {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
}

.float-phone,
.float-mail {
  color: var(--brand);
  font-weight: 800;
  font-size: 0.95rem;
}

.float-mail {
  font-size: 0.82rem;
  font-weight: 600;
  word-break: break-all;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.12);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 118, 110, 0.06);
  }
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-18px, 14px, 0) scale(1.05);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes dash {
  from {
    left: -30%;
  }
  to {
    left: 110%;
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .split,
  .cta-panel,
  .card-grid.three {
    grid-template-columns: 1fr;
  }

  .plan.featured {
    transform: none;
  }

  .city-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-inner .btn-sm {
    display: none;
  }

  body.nav-open .nav {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 2rem;
  }

  .city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meter-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
