@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700&family=Allura&display=swap');

:root {
  --ink: #1e403c;
  --ink-soft: #536864;
  --teal: #3d766e;
  --teal-dark: #285b55;
  --sage: #91b3a7;
  --sage-pale: #e7f0ec;
  --cream: #fbf8f3;
  --peach: #f3dfcf;
  --lavender: #ddd7ee;
  --white: #ffffff;
  --border: rgba(46, 94, 87, 0.14);
  --shadow: 0 24px 70px rgba(41, 85, 78, 0.13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 13px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 6%, rgba(219, 235, 227, .78), transparent 29%),
    radial-gradient(circle at 86% 18%, rgba(229, 220, 242, .62), transparent 27%),
    linear-gradient(180deg, #fbfaf6 0%, #f7f6f1 55%, #f5f8f5 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(46,94,87,.08);
  background: rgba(251, 248, 243, .86);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 310px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #48615c; }
.nav-links a:hover { color: var(--teal-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; border: 0; background: transparent; font-size: 26px; color: var(--ink); cursor: pointer; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
  cursor: pointer;
}
.button-primary { background: var(--teal-dark); color: white; box-shadow: 0 10px 30px rgba(40,91,85,.22); }
.button-primary:hover { transform: translateY(-2px); background: #214e49; }
.button-secondary { border-color: rgba(40,91,85,.22); background: rgba(255,255,255,.72); color: var(--teal-dark); }
.button-secondary:hover { background: white; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; }

.hero { padding: 84px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
h1, h2, h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: 1.08; }
h1 { margin-top: 22px; max-width: 690px; font-size: clamp(52px, 6.6vw, 84px); letter-spacing: -.035em; }
h1 em { color: var(--teal); font-family: Allura, "Segoe Script", cursive; font-size: 1.12em; font-weight: 400; }
.hero-copy > p { max-width: 620px; margin: 25px 0 30px; color: var(--ink-soft); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #66807a; font-size: 13px; font-weight: 600; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #dfece7; color: var(--teal-dark); font-style: normal; font-size: 11px; }

.hero-visual { position: relative; min-height: 660px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: linear-gradient(140deg, #dfece6, #eee7f3 58%, #f5dfce); filter: blur(1px); }
.hero-visual::after { content: ""; position: absolute; width: 390px; height: 80px; bottom: 28px; border-radius: 50%; background: rgba(40,91,85,.15); filter: blur(30px); }
.phone {
  position: relative;
  z-index: 2;
  width: 330px;
  border: 9px solid #163d39;
  border-radius: 48px;
  background: #f9fbfa;
  box-shadow: 0 36px 90px rgba(28, 67, 62, .28);
  overflow: hidden;
  transform: rotate(3deg);
}
.phone::before { content: ""; position: absolute; z-index: 5; top: 10px; left: 50%; transform: translateX(-50%); width: 92px; height: 25px; border-radius: 18px; background: #163d39; }
.phone-screen { min-height: 650px; padding: 56px 24px 25px; background: linear-gradient(180deg, #eff6f2 0%, #fbfaf7 60%); }
.phone-logo { display: flex; justify-content: center; margin-bottom: 18px; }
.phone-logo img { width: 190px; }
.welcome-card { padding: 27px 22px; border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 16px 45px rgba(48,92,85,.10); }
.welcome-card small { color: #759087; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.welcome-card h3 { margin-top: 8px; font-size: 34px; }
.welcome-card p { margin: 10px 0 0; color: #6c7f7a; font-size: 14px; }
.mood-row { display: flex; justify-content: space-between; gap: 8px; margin: 22px 0; }
.mood { flex: 1; padding: 10px 3px; text-align: center; border-radius: 17px; background: #fff; border: 1px solid var(--border); font-size: 20px; }
.mood span { display: block; margin-top: 3px; color: #70837e; font-size: 9px; font-weight: 700; }
.app-card { margin-top: 13px; padding: 16px; border-radius: 20px; background: #fff; border: 1px solid var(--border); display: flex; gap: 13px; align-items: center; }
.app-card .icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: var(--sage-pale); font-size: 20px; }
.app-card strong { display: block; font-size: 14px; }
.app-card p { margin: 2px 0 0; color: #78908a; font-size: 11px; }
.floating-card { position: absolute; z-index: 3; width: 210px; padding: 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong { display: block; margin-bottom: 4px; font-family: "DM Serif Display", Georgia, serif; font-size: 18px; font-weight: 400; }
.floating-card span { color: #70837e; font-size: 12px; }
.float-one { top: 95px; left: -12px; }
.float-two { right: -8px; bottom: 110px; }

.trust-strip { padding: 20px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 25px; background: var(--border); box-shadow: 0 18px 45px rgba(42,77,72,.07); }
.trust-item { padding: 24px 22px; text-align: center; background: rgba(255,255,255,.78); }
.trust-item strong { display: block; font-family: "DM Serif Display", Georgia, serif; font-size: 22px; font-weight: 400; }
.trust-item span { color: #6f817c; font-size: 12px; }

.section { padding: 100px 0; }
.section-soft { background: rgba(232, 241, 237, .62); border-block: 1px solid rgba(46,94,87,.08); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 17px; font-size: clamp(40px, 5vw, 62px); letter-spacing: -.025em; }
.section-head p { margin: 18px 0 0; color: var(--ink-soft); font-size: 17px; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 285px; padding: 27px; border: 1px solid var(--border); border-radius: 25px; background: rgba(255,255,255,.79); box-shadow: 0 15px 44px rgba(38,75,69,.06); }
.feature-card:nth-child(2) { background: rgba(244, 239, 250, .78); }
.feature-card:nth-child(3) { background: rgba(252, 239, 228, .80); }
.feature-card:nth-child(4) { background: rgba(235, 244, 241, .84); }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 19px; background: white; box-shadow: 0 8px 24px rgba(44,76,71,.08); font-size: 26px; }
.feature-card h3 { font-size: 27px; }
.feature-card p { margin: 12px 0 0; color: #697d78; font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.story-panel { position: relative; min-height: 560px; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #dfece6, #d8e8e2 38%, #e5deef 100%); box-shadow: var(--shadow); }
.story-panel::before { content: ""; position: absolute; left: -7%; right: -7%; bottom: 0; height: 65%; border-radius: 55% 55% 0 0 / 18% 18% 0 0; background: #9dbfb2; }
.story-panel::after { content: ""; position: absolute; left: -10%; right: 20%; bottom: 0; height: 47%; border-radius: 65% 50% 0 0 / 22% 20% 0 0; background: #6e9e90; opacity: .92; }
.story-sun { position: absolute; top: 82px; right: 78px; width: 92px; height: 92px; border-radius: 50%; background: #f1cfb2; box-shadow: 0 0 0 18px rgba(255,255,255,.18); }
.story-water { position: absolute; z-index: 3; left: 16%; right: 16%; bottom: 54px; height: 140px; border-radius: 50%; background: rgba(225,241,235,.64); transform: perspective(400px) rotateX(62deg); }
.story-quote { position: absolute; z-index: 4; left: 32px; right: 32px; bottom: 27px; padding: 21px 23px; border-radius: 21px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 14px 38px rgba(32,72,66,.15); }
.story-quote p { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: 22px; line-height: 1.35; }
.check-list { display: grid; gap: 17px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: #60746f; }
.check-list i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-pale); color: var(--teal-dark); font-style: normal; font-size: 12px; font-weight: 800; }
.check-list strong { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step-card { position: relative; min-height: 280px; padding: 31px; border-radius: 25px; background: white; border: 1px solid var(--border); }
.step-card::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 38px; color: #9ab7ad; font-family: "DM Serif Display", Georgia, serif; font-size: 23px; }
.step-card h3 { font-size: 28px; }
.step-card p { margin: 12px 0 0; color: #6c7e7a; }

.safety-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; padding: 45px; border-radius: 32px; background: #244f49; color: white; box-shadow: var(--shadow); }
.safety-card h2 { font-size: clamp(38px, 5vw, 58px); }
.safety-card p { margin: 0; color: #d9e8e4; font-size: 16px; }
.safety-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.safety-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #edf6f3; font-size: 12px; font-weight: 700; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.82); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 23px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: 0; padding: 0 23px 22px; color: #657974; }

.cta-card { padding: 60px; border-radius: 34px; background: linear-gradient(135deg, #e1eee8 0%, #eee8f4 54%, #f7e5d7 100%); text-align: center; box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(42px, 5vw, 64px); }
.cta-card p { max-width: 640px; margin: 18px auto 28px; color: #5d716c; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: 52px 0 28px; background: #183b37; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr; gap: 50px; }
.footer-brand img { width: 310px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 470px; margin: 18px 0 0; color: #bad0cb; font-size: 14px; }
.footer-col h4 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a { display: block; padding: 5px 0; color: #c9dad6; font-size: 14px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #9eb7b1; font-size: 12px; }

.page-hero { padding: 80px 0 48px; text-align: center; }
.page-hero h1 { max-width: none; font-size: clamp(46px, 6vw, 72px); }
.page-hero p { max-width: 680px; margin: 20px auto 0; color: var(--ink-soft); }
.legal-card, .support-card { margin-bottom: 90px; padding: 42px; border: 1px solid var(--border); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 18px 55px rgba(40,76,70,.07); }
.legal-card h2 { margin: 36px 0 12px; font-size: 28px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin: 25px 0 9px; font-family: Inter, sans-serif; font-size: 16px; font-weight: 700; }
.legal-card p, .legal-card li { color: #5f736e; }
.legal-card ul { padding-left: 22px; }
.legal-meta { margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--border); color: #768984; font-size: 13px; }
.notice { padding: 15px 17px; border-radius: 14px; background: #f5eee7; color: #6a5546; font-size: 13px; }

.support-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; }
.support-info h2 { font-size: 40px; }
.support-info p { color: #637772; }
.contact-pill { display: block; margin-top: 13px; padding: 16px 18px; border-radius: 15px; background: var(--sage-pale); font-weight: 700; color: var(--teal-dark); }
.form-grid { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; color: #4d625d; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border: 1px solid rgba(40,91,85,.2); border-radius: 13px; background: #fff; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(61,118,110,.12); }
.field textarea { min-height: 145px; resize: vertical; }
.form-status { min-height: 22px; margin: 4px 0 0; color: #5f756f; font-size: 13px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

@media (max-width: 1000px) {
  .hero-grid, .split, .safety-card, .support-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-card { text-align: center; }
  .safety-tags { justify-content: center; }
}

@media (max-width: 820px) {
  .nav-links { position: fixed; inset: 86px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-actions .button { display: none; }
  .menu-button { display: block; }
  .brand img { width: 235px; }
  .section { padding: 78px 0; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 26px, var(--container)); }
  .hero { padding-top: 54px; }
  h1 { font-size: 50px; }
  .hero-visual { min-height: 565px; }
  .phone { width: 285px; }
  .phone-screen { min-height: 570px; padding: 53px 18px 21px; }
  .floating-card { width: 170px; padding: 13px; }
  .float-one { left: -3px; top: 65px; }
  .float-two { right: -4px; bottom: 70px; }
  .trust-grid, .features-grid, .form-row { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 42px; }
  .story-panel { min-height: 480px; }
  .legal-card, .support-card { padding: 25px 20px; }
  .cta-card { padding: 43px 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Refined support experience */
.support-page-hero { padding-bottom: 38px; }
.support-card-refined { padding: 0; overflow: hidden; }
.support-grid-refined { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 0; }
.support-sidebar { padding: 46px 42px; background: linear-gradient(155deg, #edf5f1 0%, #f6f2eb 100%); border-right: 1px solid var(--border); }
.support-kicker { display: inline-flex; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.support-sidebar h2 { margin-bottom: 14px; font-size: clamp(38px, 4vw, 51px); }
.support-sidebar > p { margin: 0; color: #617570; }
.support-help-list { display: grid; gap: 17px; margin: 31px 0; }
.support-help-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.support-help-list > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 8px 20px rgba(44,76,71,.08); color: var(--teal-dark); font-weight: 800; font-size: 12px; }
.support-help-list p { margin: 0; color: #617570; font-size: 14px; line-height: 1.55; }
.support-help-list strong { color: var(--ink); }
.emergency-notice { margin-top: 25px; }
.support-email-option { margin: 18px 0 0 !important; font-size: 13px; color: #758781 !important; }
.support-email-option a { font-weight: 750; color: var(--teal-dark); }
.support-form-panel { padding: 46px 42px; background: rgba(255,255,255,.94); }
.support-form-panel .form-grid { gap: 18px; }
.support-form-panel .field input,
.support-form-panel .field textarea,
.support-form-panel .field select { padding: 15px 16px; border-radius: 14px; background: #fcfdfc; font-size: 15px; }
.support-form-panel .field textarea { min-height: 156px; }
.field-help { margin: 8px 0 0; color: #7a8c87; font-size: 12px; line-height: 1.5; }
.file-upload-box { position: relative; min-height: 94px; display: flex; align-items: center; padding: 18px; border: 1px dashed rgba(40,91,85,.32); border-radius: 16px; background: #f8fbfa; transition: border-color .2s ease, background .2s ease; }
.file-upload-box:focus-within,
.file-upload-box:hover { border-color: var(--teal); background: #f1f7f4; }
.file-upload-box input[type="file"] { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-upload-copy { display: flex; align-items: center; gap: 14px; min-width: 0; pointer-events: none; }
.file-upload-copy > div { display: grid; gap: 3px; min-width: 0; }
.file-upload-copy strong { color: var(--ink); font-size: 14px; }
.file-upload-copy span:not(.file-upload-icon) { color: #71847f; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-upload-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: white; color: var(--teal-dark); font-size: 21px; font-weight: 800; box-shadow: 0 8px 22px rgba(44,76,71,.08); }
.file-clear { position: relative; z-index: 3; margin-left: auto; padding: 7px 10px; border: 0; border-radius: 999px; background: #e7efec; color: var(--teal-dark); cursor: pointer; font-size: 12px; font-weight: 750; }
.file-clear[hidden] { display: none; }
.support-submit { width: 100%; min-height: 52px; }
.form-status.success { color: #247054; font-weight: 700; }
.form-status.error { color: #9b3e35; }
.legal-dynamic-content > :first-child { margin-top: 0; }

@media (max-width: 1000px) {
  .support-grid-refined { grid-template-columns: 1fr; }
  .support-sidebar { border-right: 0; border-bottom: 1px solid var(--border); }
}

@media (max-width: 620px) {
  .support-sidebar, .support-form-panel { padding: 30px 21px; }
  .support-card-refined { padding: 0; }
  .file-upload-copy span:not(.file-upload-icon) { max-width: 190px; }
}
