:root {
  --green: #18b63b;
  --green-dark: #0f9230;
  --green-deep: #087c28;
  --pale-green: #e9f8ec;
  --ink: #111923;
  --muted: #68717d;
  --line: #e6ebe8;
  --paper: #ffffff;
  --surface: #f5f8f6;
  --shadow: 0 22px 55px rgba(24, 50, 32, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(230,235,232,.85);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 900; letter-spacing: -.6px; }
.logo {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(145deg, #21c945, #07912b);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 18px rgba(13,157,48,.22);
}
.logo::before { content: ""; position: absolute; inset: 8px; border: 2px solid #fff; border-radius: 50%; }
.clock-hand { position: absolute; z-index: 2; left: 22px; top: 13px; width: 2px; background: #fff; border-radius: 2px; transform-origin: bottom; }
.clock-hand-hour { height: 10px; transform: rotate(0deg); }
.clock-hand-minute { height: 12px; transform: rotate(120deg); }
.clock-center { position: absolute; z-index: 3; left: 20px; top: 21px; width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.logo-check { position: absolute; z-index: 4; right: 0; bottom: -1px; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: var(--green-deep); background: #dff7e4; font-size: 12px; font-weight: 900; }
nav { display: flex; gap: 31px; color: #4e5864; font-size: 14px; font-weight: 700; }
nav a:hover, footer a:hover { color: var(--green-dark); }

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  padding: 76px max(24px, calc((100vw - 1160px) / 2)) 90px;
  background:
    radial-gradient(circle at 85% 35%, rgba(191,239,200,.85), transparent 28%),
    linear-gradient(135deg, #fbfdfc 0%, #f0f9f2 100%);
}
.hero::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 480px; height: 480px; border-radius: 50%; border: 80px solid rgba(255,255,255,.55); }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow, .section-label { color: var(--green-dark); font-size: 13px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(24,182,59,.12); }
h1 { max-width: 650px; margin: 17px 0 21px; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -3.5px; }
.hero-text { max-width: 590px; margin: 0; color: #59636e; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 33px 0 25px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 15px; font-weight: 800; }
.button-primary { color: #fff; background: linear-gradient(135deg, #24c443, #0da630); box-shadow: 0 14px 27px rgba(17,166,53,.23); }
.button-secondary { background: #fff; border: 1px solid #dfe7e2; }
.button:hover { transform: translateY(-1px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #65706b; font-size: 13px; font-weight: 700; }
.trust-row span::first-letter { color: var(--green); }

.phone {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: 348px;
  padding: 20px 20px 24px;
  border: 8px solid #fff;
  border-radius: 46px;
  background: #f7faf8;
  box-shadow: 0 38px 85px rgba(20,67,34,.2), inset 0 0 0 1px #dce5df;
  transform: rotate(2deg);
}
.phone-top { display: flex; justify-content: space-between; padding: 0 5px 17px; font-size: 11px; font-weight: 900; }
.app-heading { display: flex; align-items: center; gap: 10px; font-size: 22px; }
.mini-logo { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 11px; color: #fff; background: var(--green-dark); }
.profile-row { display: flex; align-items: center; gap: 10px; margin: 18px 0 12px; padding: 12px; border-radius: 17px; background: #fff; }
.profile-row span:nth-child(2) { flex: 1; display: grid; font-size: 13px; }
.profile-row small, .today-card small, .quick-grid small, .stamp-button small { display: block; color: #737d87; font-size: 10px; font-weight: 600; }
.building { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--green-dark); background: var(--pale-green); font-size: 21px; }
.profile-row b { color: #7a838d; font-size: 24px; }
.today-card { display: flex; align-items: center; justify-content: space-between; padding: 17px; border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(31,63,39,.08); }
.today-card > div:first-child { display: grid; color: var(--green-dark); font-size: 14px; }
.current-time { text-align: right; }
.current-time strong { display: block; font-size: 25px; line-height: 1.1; }
.status-card { display: flex; align-items: center; gap: 9px; margin: 12px 0; padding: 13px 16px; border-radius: 16px; background: #ecf9ee; font-size: 12px; }
.status-card span { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.stamp-button { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 17px; color: #fff; border-radius: 19px; background: linear-gradient(135deg, #25c645, #08a32d); box-shadow: 0 12px 26px rgba(16,166,49,.25); }
.stamp-button > span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--green); border-radius: 50%; background: #fff; }
.stamp-button b { font-size: 17px; letter-spacing: .2px; }
.stamp-button small { color: rgba(255,255,255,.86); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 12px; }
.quick-grid span { min-height: 58px; display: grid; place-content: center; padding: 8px 4px; text-align: center; border: 1px solid #e7ebe8; border-radius: 13px; background: #fff; }
.quick-grid b { color: var(--green-dark); font-size: 9px; }

.section { max-width: 1160px; margin: 0 auto; padding: 110px 24px; }
.section h2, .support-card h2, .privacy-heading h2 { margin: 8px 0 12px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -2px; }
.section-intro { max-width: 620px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.feature-grid article { min-height: 230px; padding: 28px; border: 1px solid #e7ece8; border-radius: 25px; background: #fff; box-shadow: 0 12px 35px rgba(30,54,37,.055); }
.feature-grid h3 { margin: 20px 0 7px; font-size: 19px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; font-size: 24px; font-weight: 800; }
.green { color: #0c9930; background: #e6f8ea; }
.blue { color: #3d78c5; background: #eaf2fc; }
.purple { color: #8055bf; background: #f0eafb; }
.amber { color: #b47a05; background: #fff3d5; }
.rose { color: #cc5966; background: #fdecef; }
.teal { color: #078876; background: #e5f7f4; }

.support-wrap { padding: 0 24px 110px; }
.support-card { max-width: 1160px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; margin: 0 auto; padding: 62px; border-radius: 34px; background: #f4f8f5; }
.faq-list details { border-bottom: 1px solid #dce5df; }
.faq-list summary { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-dark); font-size: 21px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -2px 40px 22px 0; color: var(--muted); font-size: 14px; }

.privacy-section { padding: 105px max(24px, calc((100vw - 1160px) / 2)) 115px; background: #101b15; color: #fff; }
.privacy-heading { text-align: center; }
.privacy-heading p:last-child { color: #94a49a; font-size: 13px; }
.privacy-summary { max-width: 820px; display: flex; align-items: center; gap: 20px; margin: 38px auto; padding: 23px 27px; border: 1px solid rgba(118,225,142,.22); border-radius: 21px; background: rgba(53,143,75,.16); }
.privacy-summary .shield { flex: 0 0 45px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #082911; background: #71df88; font-size: 22px; font-weight: 900; }
.privacy-summary strong { color: #79e28f; }
.privacy-summary p { margin: 3px 0 0; color: #c9d4cc; font-size: 14px; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.policy-grid article { display: flex; gap: 17px; padding: 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 21px; background: rgba(255,255,255,.045); }
.policy-grid article > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #85e597; background: rgba(100,221,126,.13); font-weight: 900; }
.policy-grid h3 { margin: 3px 0 7px; font-size: 17px; }
.policy-grid p { margin: 0; color: #aebbb1; font-size: 13px; line-height: 1.65; }

footer { display: grid; justify-items: center; gap: 17px; padding: 55px 24px; text-align: center; background: #0b130e; color: #9eaba1; }
.footer-brand { color: #fff; font-size: 20px; }
footer p { margin: 0; font-size: 13px; }
footer > div { display: flex; gap: 24px; color: #d4ddd6; font-size: 13px; font-weight: 700; }
footer small { color: #68736b; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 54px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .eyebrow, .trust-row, .hero-actions { justify-content: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card { grid-template-columns: 1fr; gap: 24px; padding: 42px; }
}

@media (max-width: 640px) {
  .site-header { height: 68px; }
  .site-header nav { display: none; }
  .brand { font-size: 20px; }
  .logo { width: 42px; height: 42px; }
  .clock-hand { left: 20px; }
  .clock-hand-hour { top: 12px; }
  .clock-hand-minute { top: 11px; }
  .clock-center { left: 18px; top: 20px; }
  .hero { min-height: auto; padding-top: 56px; }
  h1 { font-size: 44px; letter-spacing: -2.5px; }
  .hero-text { font-size: 17px; }
  .hero-actions { display: grid; }
  .trust-row { gap: 10px; font-size: 12px; }
  .phone { width: min(100%, 340px); transform: none; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .feature-grid, .policy-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 205px; }
  .support-wrap { padding: 0 16px 82px; }
  .support-card { padding: 31px 23px; border-radius: 27px; }
  .privacy-section { padding-top: 82px; padding-bottom: 82px; }
  .privacy-summary { align-items: flex-start; padding: 20px; }
  .policy-grid article { padding: 21px; }
}

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