:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background: #f8fbff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

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

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

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.eyebrow,
.section-eyebrow,
.trust,
.pill {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.eyebrow,
.section-eyebrow {
  color: #0f62fe;
  font-size: 0.82rem;
}

.hero-section {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.02;
}

.hero-text,
.subheadline,
.trust,
.pricing-copy,
.scarcity,
.footer-note {
  color: #475569;
}

.hero-text {
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
}

.subheadline {
  margin: 1rem 0 2rem;
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.8rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.btn-primary {
  background: #16a34a;
  color: #fff;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.18);
}

.btn-large {
  width: 100%;
}

.trust {
  color: #334155;
  font-size: 0.95rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.screen-card {
  width: 100%;
  max-width: 440px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.12);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.log-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.1rem;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.log-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}

.log-clear {
  font-size: 0.85rem;
  padding: 0.2rem 0.7rem;
  border-radius: 8px;
  background: #e2e8f0;
  color: #334155;
}

.log-screen {
  background: #0b1220;
  padding: 1rem 1.1rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.86rem;
  line-height: 1.7;
  color: #e2e8f0;
}

.log-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  white-space: nowrap;
}

.log-time {
  color: #fbbf24;
}

.log-msg {
  color: #d1fae5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.log-date {
  color: #94a3b8;
  text-align: right;
}

.log-date.log-ok {
  color: #22c55e;
  font-weight: 700;
}

.log-date.log-far {
  color: #f87171;
}

.log-vaga .log-msg {
  color: #22c55e;
  font-weight: 700;
}

.log-info .log-msg {
  color: #38bdf8;
}

.log-status {
  color: #22c55e;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.log-caption {
  padding: 0.75rem 1.1rem;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.85rem;
  text-align: center;
}

.section-intro {
  text-align: left;
  margin-bottom: 2rem;
}

.section-intro.center {
  text-align: center;
}

.section-intro h2 {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.section-intro p {
  margin: 0.75rem 0 0;
  max-width: 42rem;
}

.feature-grid,
.benefit-grid,
.faq-grid {
  display: grid;
  gap: 1.5rem;
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.feature-card,
.benefit-card,
.faq-card,
.pricing-panel {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 1.75rem;
}

.feature-card h3,
.benefit-card h3,
.faq-card h3 {
  margin-top: 0.85rem;
  margin-bottom: 0.8rem;
}

.feature-card ul,
.pricing-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #334155;
}

.feature-card li,
.pricing-list li {
  margin-bottom: 0.55rem;
}

.feature-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(15, 99, 199, 0.08);
  color: #0f172a;
  font-weight: 700;
}

.benefit-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.benefit-card {
  display: grid;
  gap: 1rem;
}

.benefit-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e0f2fe;
  font-size: 1.4rem;
}

.pricing-section {
  padding: 3rem 0 2rem;
}

.pricing-panel {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.pricing-panel h2 {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.pricing-copy {
  margin: 0.5rem 0 1.5rem;
  font-weight: 600;
}

.pricing-list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  text-align: left;
}

.pricing-list li {
  padding-left: 1.5rem;
  position: relative;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #16a34a;
}

.release-note {
  margin-top: 1.2rem;
  font-weight: 700;
  color: #15803d;
  font-size: 1rem;
}

.scarcity {
  margin-top: 1rem;
  color: #334155;
  font-size: 1rem;
}

.support-note {
  margin-top: 1rem;
  color: #334155;
  font-size: 0.95rem;
}

.support-note a,
.footer-content a {
  color: #16a34a;
  font-weight: 700;
  text-decoration: none;
}

.support-note a:hover,
.footer-content a:hover {
  text-decoration: underline;
}

.faq-section {
  padding: 2.5rem 0 3rem;
}

.faq-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.faq-card {
  min-height: 190px;
}

.faq-card h3 {
  margin-bottom: 0.9rem;
}

.footer-section {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 1.75rem 0 2.5rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #475569;
  font-size: 0.95rem;
}

.footer-note {
  font-weight: 600;
}

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

  .hero-section {
    padding-top: 3rem;
  }
}

@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-large {
    width: 100%;
  }
}