:root {
  --ink: #10252c;
  --muted: #5a6d73;
  --line: #dbe6e7;
  --paper: #f6faf9;
  --white: #ffffff;
  --brand: #0a6670;
  --brand-dark: #092f3f;
  --accent: #f0b429;
  --accent-dark: #9b6400;
  --success: #13805b;
  --shadow: 0 24px 70px rgba(9, 47, 63, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--brand-dark);
  color: var(--white);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 250, 249, 0.88);
  border-bottom: 1px solid rgba(219, 230, 231, 0.8);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: var(--accent);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a:not(.btn) {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--brand-dark);
}

.section {
  padding: 92px 0;
}

.section.compact {
  padding: 72px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  background:
    linear-gradient(120deg, rgba(10, 102, 112, 0.10), rgba(240, 180, 41, 0.08)),
    var(--paper);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: var(--white);
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.24;
}

.hero-lead,
.section-head p,
.offer p,
.trial-box p,
.final-box p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #1f1700;
  box-shadow: 0 16px 34px rgba(240, 180, 41, 0.28);
}

.btn-primary:hover {
  background: #ffd15a;
}

.btn-secondary {
  background: var(--white);
  color: var(--brand-dark);
  border-color: #b8ccce;
}

.btn-secondary:hover {
  border-color: var(--brand);
  box-shadow: 0 12px 24px rgba(9, 47, 63, 0.1);
}

.btn.hotmart-fb,
.btn.hotmart__button-checkout,
a.btn.hotmart-fb.hotmart__button-checkout {
  color: var(--brand-dark) !important;
  background: var(--white) !important;
  border-color: #9db9bd !important;
  text-shadow: none !important;
}

.btn.hotmart-fb:hover,
.btn.hotmart__button-checkout:hover,
a.btn.hotmart-fb.hotmart__button-checkout:hover,
.btn.hotmart-fb:focus-visible,
.btn.hotmart__button-checkout:focus-visible {
  color: var(--brand-dark) !important;
  background: #eef8f7 !important;
  border-color: var(--brand) !important;
  box-shadow: 0 12px 24px rgba(9, 47, 63, 0.12) !important;
}

.btn-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.trust-list,
.check-list,
.tour-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list {
  grid-template-columns: repeat(3, max-content);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.trust-list li,
.check-list li,
.tour-copy li {
  position: relative;
  padding-left: 22px;
}

.trust-list li::before,
.check-list li::before,
.tour-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--success);
}

.browser-shell,
.screen-frame {
  overflow: hidden;
  border: 1px solid rgba(16, 37, 44, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.browser-bar {
  display: flex;
  gap: 7px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #eef5f4;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8ca6aa;
}

.placeholder-note,
.screen-frame figcaption {
  color: var(--muted);
  font-size: 0.85rem;
}

.placeholder-note {
  margin: 12px 0 0;
}

.problem-grid,
.split,
.value-grid,
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
}

.problem-list {
  display: grid;
  gap: 18px;
}

.problem-list article,
.feature-card,
.value-cards article,
.price-panel,
.trial-box,
.final-box,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.problem-list article,
.feature-card,
.value-cards article {
  padding: 26px;
}

.problem-list p,
.feature-card p,
.value-cards p,
.timeline p,
.tour-copy p,
.faq-list p {
  color: var(--muted);
}

.product-tour {
  background: var(--white);
}

.section-head {
  width: min(760px, 100%);
  margin: 0 auto 54px;
  text-align: center;
}

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

.tour-item {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: center;
  margin-top: 42px;
}

.tour-item.reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
}

.tour-item.reverse .tour-copy {
  order: 2;
}

.step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e3f2f1;
  color: var(--brand);
  font-weight: 900;
}

.screen-frame {
  margin: 0;
}

.screen-frame figcaption {
  padding: 12px 16px;
  margin: 0;
  border-top: 1px solid var(--line);
  background: #f8fbfb;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.screen-gallery article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.screen-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}

.screen-gallery h3 {
  margin: 16px 16px 8px;
  font-size: 1rem;
}

.screen-gallery p {
  margin: 0 16px 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.muted {
  background: #edf5f3;
}

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

.timeline {
  display: grid;
  gap: 22px;
}

.timeline article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-weight: 900;
}

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

.dark .eyebrow {
  color: var(--accent);
}

.dark h2 {
  color: var(--white);
}

.value-cards {
  display: grid;
  gap: 16px;
}

.value-cards article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.value-cards p {
  color: rgba(255, 255, 255, 0.76);
}

.offer {
  background: var(--white);
}

.price-panel {
  padding: 32px;
  align-self: start;
  box-shadow: var(--shadow);
}

.price-label {
  color: var(--muted);
  font-weight: 800;
}

.price {
  display: block;
  margin: 6px 0 12px;
  font-size: clamp(3.2rem, 6vw, 5rem);
  line-height: 1;
}

.price-panel .btn {
  width: 100%;
  margin-top: 12px;
}

.price-panel small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #eef5f4;
  color: var(--brand-dark);
  font-size: 0.9em;
}

.trial {
  padding-top: 0;
  background: var(--white);
}

.trial-box,
.final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
}

.trial-box {
  border-color: rgba(240, 180, 41, 0.55);
  background: #fffaf0;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-list details {
  padding: 18px 22px;
}

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

.faq-list p {
  margin: 12px 0 0;
}

.final-cta {
  padding-top: 0;
}

.final-box {
  display: block;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(10, 102, 112, 0.9), rgba(9, 47, 63, 0.98));
  border: 0;
}

.final-box p {
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.8);
  background: #061f2b;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

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

  .nav-links.is-open {
    display: flex;
  }

  .hero-grid,
  .problem-grid,
  .split,
  .value-grid,
  .offer-grid,
  .tour-item,
  .tour-item.reverse {
    grid-template-columns: 1fr;
  }

  .tour-item.reverse .tour-copy {
    order: 0;
  }

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

  .screen-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .trial-box,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    padding-top: 54px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions,
  .trial-box {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

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

  .screen-gallery {
    grid-template-columns: 1fr;
  }

  .problem-list article,
  .feature-card,
  .value-cards article,
  .price-panel,
  .trial-box,
  .final-box {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
