/* QeyeT GTM public site — light jade production shell (v52) */
:root {
  --ink: #13241c;
  --ink-soft: #3d5248;
  --muted: #5c7066;
  --line: #d8e5de;
  --paper: #f6f9f7;
  --white: #ffffff;
  --jade: #087a55;
  --jade-dark: #056341;
  --jade-soft: #e7f5ef;
  --jade-mid: #b7dfcc;
  --cloud: #f0f7f3;
  --warn: #8a5a12;
  --warn-bg: #fff7e8;
  --max: 1120px;
  --header-h: 68px;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(8, 40, 28, 0.07);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jade-dark); text-decoration: none; }
a:hover { color: var(--jade); }
p, h1, h2, h3, h4, ul, ol { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.5vw, 3.15rem); font-weight: 800; margin-bottom: 0.6em; }
h2 { font-size: clamp(1.45rem, 2.8vw, 1.95rem); font-weight: 780; margin-bottom: 0.55em; }
h3 { font-size: 1.08rem; font-weight: 720; margin-bottom: 0.4em; }
p { color: var(--ink-soft); }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 700; }

.gtm-wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.gtm-narrow { width: min(calc(100% - 40px), 760px); margin: 0 auto; }

/* Header */
.gtm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.gtm-header-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gtm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  flex-shrink: 0;
}
.gtm-brand:hover { color: var(--ink); }
.gtm-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(8, 122, 85, 0.18);
}
.gtm-brand-copy { display: grid; gap: 1px; line-height: 1.1; }
.gtm-brand-copy strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.gtm-brand-copy small {
  font-size: 11px;
  font-weight: 650;
  color: var(--jade);
  letter-spacing: 0.01em;
}
.gtm-nav {
  display: flex;
  align-items: center;
  gap: 4px 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.gtm-nav a {
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 650;
  padding: 8px 2px;
}
.gtm-nav a:hover,
.gtm-nav a[aria-current="page"] { color: var(--jade-dark); }
.gtm-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.gtm-menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
}
.gtm-mobile {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--white);
  padding: 12px 20px 18px;
}
.gtm-mobile.open { display: grid; gap: 4px; }
.gtm-mobile a {
  display: block;
  padding: 11px 4px;
  font-weight: 650;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.gtm-mobile a:last-child { border-bottom: 0; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn-primary {
  background: var(--jade);
  color: #fff !important;
}
.btn-primary:hover { background: var(--jade-dark); color: #fff !important; }
.btn-secondary {
  background: var(--white);
  color: var(--ink) !important;
  border-color: var(--line);
}
.btn-secondary:hover { border-color: var(--jade-mid); color: var(--jade-dark) !important; }
.btn-ghost {
  background: transparent;
  color: var(--jade-dark) !important;
  border-color: transparent;
  padding-inline: 10px;
}
.btn-lg { min-height: 50px; padding-inline: 22px; font-size: 15px; }

/* Hero */
.gtm-hero {
  padding: 56px 0 40px;
  background:
    radial-gradient(ellipse 80% 60% at 80% 0%, rgba(183, 223, 204, 0.55), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
.gtm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
  align-items: center;
}
.gtm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--jade-soft);
  color: var(--jade-dark);
  font-size: 12.5px;
  font-weight: 750;
  letter-spacing: 0.02em;
}
.gtm-tagline {
  margin: 0 0 12px;
  color: var(--jade);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.02em;
}
.gtm-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 38rem;
  margin-bottom: 1.4rem;
}
.gtm-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.gtm-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}
.gtm-facts li { display: inline-flex; align-items: center; gap: 7px; }
.gtm-facts svg { width: 16px; height: 16px; color: var(--jade); flex-shrink: 0; }

.gtm-hero-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 22px;
  overflow: hidden;
}
.gtm-hero-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 16px;
  box-shadow: 0 8px 28px rgba(8, 122, 85, 0.16);
}
.gtm-hero-card h2 { text-align: center; font-size: 1.25rem; margin-bottom: 6px; }
.gtm-hero-card .sub {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 16px;
}
.gtm-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}
.gtm-checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  font-size: 14.5px;
}
.gtm-checklist svg { width: 18px; height: 18px; color: var(--jade); margin-top: 2px; }
.gtm-hero-card .btn { width: 100%; }

/* Sections */
.gtm-section { padding: 64px 0; }
.gtm-section.alt { background: var(--white); border-block: 1px solid var(--line); }
.gtm-section.soft { background: var(--jade-soft); border-block: 1px solid #cfe6d9; }
.gtm-section-head {
  max-width: 640px;
  margin-bottom: 28px;
}
.gtm-section-head p { font-size: 1.05rem; }

.gtm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gtm-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gtm-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 20px 18px;
}
.gtm-card.soft { background: var(--cloud); }
.gtm-card p { font-size: 14.5px; margin-bottom: 0; }
.gtm-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--jade-soft);
  color: var(--jade-dark);
  margin-bottom: 12px;
}
.gtm-card .icon svg { width: 20px; height: 20px; }
.gtm-card h3 { margin-bottom: 8px; }

/* Compare table */
.gtm-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.gtm-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 14.5px;
}
.gtm-table th,
.gtm-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.gtm-table th {
  background: var(--cloud);
  font-weight: 750;
  color: var(--ink);
  font-size: 13px;
}
.gtm-table th.highlight,
.gtm-table td.highlight {
  background: var(--jade-soft);
  color: var(--jade-dark);
  font-weight: 700;
}
.gtm-table tr:last-child td { border-bottom: 0; }
.gtm-table td:first-child { font-weight: 650; color: var(--ink); width: 28%; }

/* Feature list rows */
.gtm-feature-rows { display: grid; gap: 12px; }
.gtm-feature-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.gtm-feature-row .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--jade-soft);
  color: var(--jade-dark);
}
.gtm-feature-row .icon svg { width: 22px; height: 22px; }
.gtm-feature-row h3 { margin-bottom: 4px; }
.gtm-feature-row p { font-size: 14.5px; margin: 0; }

/* CTA band */
.gtm-cta {
  padding: 48px 0 64px;
}
.gtm-cta-box {
  background: linear-gradient(145deg, #087a55 0%, #0a9566 55%, #056341 100%);
  color: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 16px 40px rgba(8, 122, 85, 0.22);
}
.gtm-cta-box h2 { color: #fff; margin-bottom: 8px; }
.gtm-cta-box p { color: rgba(255, 255, 255, 0.9); margin: 0; max-width: 36rem; }
.gtm-cta-box .btn-primary {
  background: #fff;
  color: var(--jade-dark) !important;
}
.gtm-cta-box .btn-primary:hover { background: var(--jade-soft); }
.gtm-cta-box .btn-secondary {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}
.gtm-cta-box .btn-secondary:hover { border-color: #fff; }
.gtm-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

/* Page hero (inner pages) */
.gtm-page-hero {
  padding: 40px 0 28px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.gtm-breadcrumb {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 650;
  color: var(--muted);
}
.gtm-breadcrumb a { color: var(--muted); }
.gtm-breadcrumb a:hover { color: var(--jade); }

/* Secondary note */
.gtm-note {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px 20px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.gtm-note strong { display: block; margin-bottom: 4px; }

/* Steps */
.gtm-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: step;
}
.gtm-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  position: relative;
}
.gtm-step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--jade);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

/* Pricing cards */
.gtm-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gtm-price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gtm-price-card.featured {
  border-color: var(--jade);
  box-shadow: 0 0 0 1px var(--jade), var(--shadow);
  background: linear-gradient(180deg, #fff 0%, var(--jade-soft) 160%);
}
.gtm-price-card .price {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.gtm-price-card ul {
  margin: 0 0 8px;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 14.5px;
  flex: 1;
}
.gtm-price-card li { margin-bottom: 6px; }

/* Footer */
.gtm-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 40px 0 28px;
  margin-top: 0;
}
.gtm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.gtm-footer-brand p {
  font-size: 14px;
  max-width: 280px;
  margin: 10px 0 0;
}
.gtm-footer-col strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin-bottom: 12px;
}
.gtm-footer-col a {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 0;
}
.gtm-footer-col a:hover { color: var(--jade-dark); }
.gtm-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.gtm-footer-bottom a { color: var(--muted); font-weight: 600; }
.gtm-footer-bottom a:hover { color: var(--jade-dark); }

/* Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

@media (max-width: 960px) {
  .gtm-hero-grid,
  .gtm-cta-box,
  .gtm-grid-3,
  .gtm-price-grid,
  .gtm-steps,
  .gtm-footer-grid {
    grid-template-columns: 1fr;
  }
  .gtm-grid-2 { grid-template-columns: 1fr; }
  .gtm-nav { display: none; }
  .gtm-menu-btn { display: inline-flex; }
  .gtm-cta-actions { justify-content: flex-start; }
  .gtm-hero { padding: 36px 0 28px; }
  .gtm-section { padding: 48px 0; }
}

@media (max-width: 560px) {
  .gtm-wrap, .gtm-narrow, .gtm-header-inner { width: min(calc(100% - 28px), var(--max)); }
  .gtm-brand-copy small { display: none; }
  .gtm-actions .btn-ghost { display: none; }
  .gtm-hero-ctas .btn { flex: 1 1 auto; }
}
