:root {
  --bg: #fbfbf7;
  --text: #111418;
  --muted: #4d5a6b;
  --line: rgba(30, 38, 45, 0.09);
  --line-strong: rgba(30, 38, 45, 0.16);
  --accent: #f35b1d;
  --accent-dark: #bd3510;
  --green: #287f63;
  --green-deep: #0c6e54;
  --navy: #18324a;
  --navy-deep: #10283c;
  --surface: rgba(255, 255, 252, 0.86);
  --shadow: 0 28px 80px rgba(24, 32, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
}

a {
  color: inherit;
}

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

.page-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.04);
  background: rgba(251, 251, 247, 0.78);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #5a6573;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.nav-pill {
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 252, 0.76);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 68px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 56px 0 86px;
}

.hero-copy {
  max-width: 540px;
}

.eyebrow,
.section-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--accent-dark);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent-dark);
}

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

h1 {
  max-width: 8.1ch;
  font-size: clamp(3.4rem, 5.5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-text {
  max-width: 53ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.company-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button-primary {
  color: #fffaf3;
  background: var(--accent);
  box-shadow: 0 24px 46px rgba(243, 91, 29, 0.22);
}

.button-secondary {
  color: #05070a;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 252, 0.82);
}

.product-visual {
  display: flex;
  justify-content: flex-end;
}

.visual-frame {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: center;
  gap: 24px;
  width: min(640px, 100%);
  min-height: 560px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(239, 100, 35, 0.92) 0%, rgba(239, 100, 35, 0.78) 32%, transparent 32%),
    linear-gradient(145deg, #17263a 0%, #1f3448 48%, #1c6b55 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-frame::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.visual-frame::after {
  content: none;
}

.logo-tile {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(300px, 100%);
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.logo-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(280px, 100%);
  margin-left: auto;
  padding: 18px;
  border: 10px solid #0b1119;
  border-radius: 34px;
  background: #f8faf7;
  color: var(--text);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.phone-screen {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.phone-bars {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.phone-bars span {
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: #d7ddd6;
}

.phone-bars span:last-child {
  width: 18px;
}

.phone-label {
  color: #657184;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.phone h2 {
  font-size: 1.55rem;
  line-height: normal;
}

.reminder-card {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #e0e6df;
  border-radius: 8px;
  background: #fff;
}

.reminder-card strong,
.reminder-card span,
.reminder-card small {
  display: block;
}

.reminder-card small {
  color: currentColor;
  opacity: 0.72;
  text-transform: uppercase;
  font-weight: 700;
}

.reminder-card strong {
  font-size: 1rem;
  font-weight: 700;
}

.reminder-card span {
  color: currentColor;
  opacity: 0.78;
  font-size: 0.9rem;
}

.reminder-card-active {
  border-color: transparent;
  color: #fff;
  background: var(--green);
}

.products-section {
  margin-top: 4px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(24, 32, 40, 0.08);
}

.products-copy {
  max-width: 760px;
}

.products-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.products-heading-row h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
}

.status-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(255, 255, 252, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.products-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.products-copy .product-benefit {
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.attribute-list li {
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: #293445;
  background: rgba(255, 255, 252, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.policy-section {
  padding: 34px 0 0;
}

.policy-heading {
  max-width: 68ch;
  margin-bottom: 18px;
}

.policy-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

.policy-intro,
.policy-card p,
.policy-card li,
summary small {
  color: var(--muted);
  line-height: 1.65;
}

.policy-disclosure {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(24, 32, 40, 0.08);
}

.policy-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  cursor: pointer;
  list-style: none;
}

.policy-disclosure summary::-webkit-details-marker {
  display: none;
}

summary strong,
summary small {
  display: block;
}

.summary-indicator {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
}

.summary-indicator::before,
.summary-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.summary-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.policy-disclosure[open] .summary-indicator::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.policy-card {
  padding: 0 30px 32px;
}

.policy-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-card li {
  margin-bottom: 9px;
}

.policy-item + .policy-item {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.policy-item h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.footer-brand {
  justify-items: start;
}

.footer-brand span,
.footer-brand small,
.footer-contact span {
  color: var(--muted);
}

.footer-brand small {
  margin-top: 12px;
  font-size: 0.82rem;
}

.footer-contact {
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.footer-contact-group {
  justify-items: center;
}

.footer-site-link {
  margin: 4px 0;
}

.footer-legal {
  justify-items: end;
  text-align: right;
}

.site-footer strong {
  color: var(--text);
  letter-spacing: 0.03em;
}

.site-footer a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
  }

  .hero-copy {
    max-width: 720px;
  }

  .product-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 28px, 1240px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px 0;
  }

  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.6rem, 16vw, 5.4rem);
  }

  .visual-frame {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .visual-frame::before {
    inset: 16px;
  }

  .logo-tile {
    margin: 0 auto;
  }

  .phone {
    margin: 0 auto;
  }

  .products-section {
    padding: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .footer-brand,
  .footer-contact,
  .footer-legal {
    justify-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .summary-indicator::before,
  .summary-indicator::after {
    transition: none;
  }
}
