.mdtf {
  --mdtf-bg: #060607;
  --mdtf-panel: #111114;
  --mdtf-panel-2: #17171b;
  --mdtf-line: #29292f;
  --mdtf-copy: #f7f6f3;
  --mdtf-muted: #a1a1aa;
  --mdtf-red: #e5142d;
  --mdtf-red-2: #ff3b50;
  background: var(--mdtf-bg);
  color: var(--mdtf-copy);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  width: 100vw;
}

.mdtf *,
.mdtf *::before,
.mdtf *::after { box-sizing: border-box; }

.mdtf img { border: 0; display: block; margin: 0; max-width: 100%; }
.mdtf h1, .mdtf h2, .mdtf h3, .mdtf p, .mdtf ul { margin-top: 0; }
.mdtf a { text-decoration: none; }
.mdtf button, .mdtf input { font: inherit; }

.mdtf-nav {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 94px;
  padding: 18px 5vw;
}

.mdtf-brand { align-items: center; color: white !important; display: flex; gap: 14px; justify-self: start; }
.mdtf-brand img { height: auto; width: min(220px, 22vw); }
.mdtf-brand span { border-left: 1px solid #3a3a3f; color: #9b9ba3; font-size: 10px; font-weight: 850; letter-spacing: .15em; padding-left: 14px; text-transform: uppercase; }
.mdtf-nav nav { display: flex; gap: clamp(22px, 3vw, 48px); }
.mdtf-nav nav a, .mdtf-signin { color: #a9a9b0 !important; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mdtf-nav nav a:hover, .mdtf-signin:hover { color: white !important; }
.mdtf-signin { justify-self: end; }

.mdtf-hero {
  align-items: center;
  background:
    radial-gradient(circle at 77% 38%, rgba(229,20,45,.14), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(229,20,45,.06), transparent 25%),
    linear-gradient(180deg, #080809, #050506);
  display: grid;
  gap: clamp(50px, 7vw, 110px);
  grid-template-columns: minmax(0, .95fr) minmax(430px, .9fr);
  min-height: 780px;
  overflow: hidden;
  padding: 78px max(6vw, 32px) 100px;
  position: relative;
}

.mdtf-hero::before {
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  pointer-events: none;
  position: absolute;
}

.mdtf-hero-copy, .mdtf-demo-wrap { position: relative; z-index: 2; }
.mdtf-hero-copy { max-width: 760px; }

.mdtf-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.mdtf-badges span {
  background: rgba(255,255,255,.045);
  border: 1px solid #34343a;
  border-radius: 99px;
  color: #d3d3d7;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  padding: 8px 11px;
  text-transform: uppercase;
}
.mdtf-badges span:first-child { border-color: rgba(229,20,45,.65); color: #ff5365; }

.mdtf-kicker { color: var(--mdtf-red-2); font-size: 10px; font-weight: 900; letter-spacing: .19em; margin-bottom: 17px; text-transform: uppercase; }
.mdtf-hero h1 {
  color: white;
  font-size: clamp(54px, 6.7vw, 104px);
  font-weight: 850;
  letter-spacing: -.075em;
  line-height: .9;
  margin: 0 0 28px;
  max-width: 900px;
}
.mdtf-hero h1 em { color: var(--mdtf-red); font-style: normal; }
.mdtf-lede { color: #aaaab2; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.67; margin-bottom: 31px; max-width: 650px; }

.mdtf-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.mdtf-button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 25px;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 57px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.mdtf-button:hover { transform: translateY(-2px); }
.mdtf-button-primary { background: linear-gradient(135deg, var(--mdtf-red), #9f0719); box-shadow: 0 18px 44px rgba(229,20,45,.23); color: white !important; }
.mdtf-button-primary:hover { box-shadow: 0 22px 55px rgba(229,20,45,.38); }
.mdtf-button-ghost { border: 1px solid #36363d; color: #c4c4ca !important; }
.mdtf-button-ghost:hover { border-color: #66666d; }
.mdtf-google-g { align-items: center; background: white; border-radius: 50%; color: #161619; display: inline-flex; flex: 0 0 23px; font-size: 12px; font-style: normal; font-weight: 900; height: 23px; justify-content: center; letter-spacing: 0; }
.mdtf-microproof { color: #696970; font-size: 10px; font-weight: 700; letter-spacing: .035em; margin: 13px 0 0; }
.mdtf-microproof strong { color: #cfcfd4; }

.mdtf-med-picker { margin-top: 35px; }
.mdtf-med-picker > span { color: #717178; display: block; font-size: 9px; font-weight: 850; letter-spacing: .15em; margin-bottom: 10px; text-transform: uppercase; }
.mdtf-med-picker > div { display: flex; flex-wrap: wrap; gap: 7px; }
.mdtf-med-picker button {
  background: #111114;
  border: 1px solid #303036;
  border-radius: 99px;
  color: #aaaab2;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  padding: 9px 12px;
}
.mdtf-med-picker button:hover, .mdtf-med-picker button.is-active { background: rgba(229,20,45,.11); border-color: var(--mdtf-red); color: white; }
.mdtf-med-picker button:focus-visible { outline: 2px solid white; outline-offset: 3px; }

.mdtf-demo-wrap { margin: 0 auto; max-width: 610px; width: 100%; }
.mdtf-demo-glow { background: radial-gradient(circle, rgba(229,20,45,.24), transparent 66%); filter: blur(10px); inset: -12%; position: absolute; }
.mdtf-app {
  background: linear-gradient(155deg, #19191e, #0d0d10 68%);
  border: 1px solid #35353c;
  border-radius: 28px;
  box-shadow: 0 42px 100px rgba(0,0,0,.65), inset 0 1px rgba(255,255,255,.05);
  overflow: hidden;
  padding: 22px;
  position: relative;
}
.mdtf-app::before { background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); content: ""; height: 1px; left: 8%; position: absolute; right: 8%; top: 0; }

.mdtf-app-topbar, .mdtf-app-topbar > div, .mdtf-app-head, .mdtf-next-card, .mdtf-supply > div { align-items: center; display: flex; justify-content: space-between; }
.mdtf-app-topbar { border-bottom: 1px solid #2d2d33; padding: 0 2px 17px; }
.mdtf-app-topbar > div { gap: 9px; justify-content: flex-start; }
.mdtf-app-topbar img { height: 30px; width: 30px; }
.mdtf-app-topbar span { color: #d9d9de; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.mdtf-live { align-items: center; background: #111114; border: 1px solid #303036; border-radius: 99px; display: inline-flex; gap: 7px; padding: 7px 9px; }
.mdtf-live i { background: #44d17a; border-radius: 50%; box-shadow: 0 0 9px #44d17a; height: 6px; width: 6px; }

.mdtf-app-head { padding: 23px 2px 17px; }
.mdtf-app-head small, .mdtf-next-card small, .mdtf-detail-grid span, .mdtf-supply span { color: #777780; display: block; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mdtf-app-head h2 { color: white; font-size: clamp(23px, 2.7vw, 34px); letter-spacing: -.045em; margin: 5px 0 4px; }
.mdtf-app-head p { color: #8f8f97; font-size: 11px; margin: 0; }
.mdtf-more { background: #111114; border: 1px solid #37373e; border-radius: 50%; color: #9999a1; height: 40px; width: 40px; }

.mdtf-next-card { background: linear-gradient(145deg, #202026, #141418); border: 1px solid #37373e; border-radius: 17px; gap: 22px; justify-content: flex-start; padding: 18px; }
.mdtf-countdown { align-items: center; aspect-ratio: 1; background: conic-gradient(var(--mdtf-red) 0 68%, #34343a 68% 100%); border-radius: 50%; display: flex; flex: 0 0 105px; flex-direction: column; justify-content: center; position: relative; }
.mdtf-countdown::before { background: #16161a; border-radius: 50%; content: ""; inset: 9px; position: absolute; }
.mdtf-countdown span, .mdtf-countdown small { position: relative; z-index: 2; }
.mdtf-countdown span { color: white; font-size: 42px; font-weight: 900; letter-spacing: -.07em; line-height: .9; }
.mdtf-countdown small { color: #8f8f97; font-size: 8px; font-weight: 850; letter-spacing: .12em; margin-top: 5px; text-transform: uppercase; }
.mdtf-next-card strong { display: block; font-size: 20px; margin: 7px 0 5px; }
.mdtf-next-card p { color: #83838b; font-size: 10px; margin: 0; }

.mdtf-detail-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 10px; }
.mdtf-detail-grid article { background: #101013; border: 1px solid #2b2b31; border-radius: 13px; padding: 15px; }
.mdtf-detail-grid strong { display: block; font-size: 14px; margin: 8px 0 5px; }
.mdtf-detail-grid small { color: #696970; font-size: 8px; }

.mdtf-supply { background: #101013; border: 1px solid #2b2b31; border-radius: 13px; margin-top: 10px; padding: 14px 15px 15px; }
.mdtf-supply strong { color: #cfcfd4; font-size: 10px; }
.mdtf-supply > i { background: #303036; border-radius: 99px; display: block; height: 6px; margin-top: 11px; overflow: hidden; }
.mdtf-supply > i b { background: linear-gradient(90deg, var(--mdtf-red), #ff6a79); border-radius: inherit; display: block; height: 100%; transition: width 300ms ease; width: 68%; }

.mdtf-took-it { background: linear-gradient(135deg, var(--mdtf-red), #b40920); border: 0; border-radius: 11px; color: white; cursor: pointer; font-size: 12px; font-weight: 900; letter-spacing: .11em; margin-top: 12px; min-height: 53px; text-transform: uppercase; width: 100%; }
.mdtf-took-it span { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: inline-flex; height: 22px; justify-content: center; margin-right: 8px; width: 22px; }
.mdtf-took-it.is-logged { background: #176a3b; }
.mdtf-took-it:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.mdtf-demo-note { color: #5e5e65; font-size: 8px; letter-spacing: .08em; margin: 10px 0 0; text-align: center; text-transform: uppercase; }
.mdtf-toast { background: white; border-radius: 9px; bottom: 26px; color: #101013; font-size: 10px; font-weight: 850; left: 50%; opacity: 0; padding: 11px 14px; pointer-events: none; position: absolute; transform: translate(-50%, 15px); transition: opacity 200ms ease, transform 200ms ease; white-space: nowrap; }
.mdtf-app.is-confirmed .mdtf-toast { opacity: 1; transform: translate(-50%, 0); }

.mdtf-ease-strip { align-items: center; background: radial-gradient(circle at 77% 50%, rgba(229,20,45,.13), transparent 28%), #0a0a0c; border-bottom: 1px solid #25252a; border-top: 1px solid #25252a; display: grid; gap: clamp(45px, 7vw, 105px); grid-template-columns: minmax(280px, .68fr) minmax(580px, 1.32fr); padding: 65px max(6vw, 32px); }
.mdtf-ease-copy h2 { color: white; font-size: clamp(38px, 4.5vw, 68px); letter-spacing: -.065em; line-height: .94; margin: 0 0 18px; }
.mdtf-ease-copy h2 em { color: var(--mdtf-red); font-style: normal; }
.mdtf-ease-copy > p:not(.mdtf-kicker) { color: #96969e; font-size: 14px; line-height: 1.65; margin-bottom: 15px; max-width: 540px; }
.mdtf-ease-copy > small { color: #65656d; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mdtf-one-tap { background: linear-gradient(145deg, #18181d, #0f0f12); border: 1px solid #3a3a40; border-radius: 22px; box-shadow: 0 30px 75px rgba(0,0,0,.42); min-height: 320px; overflow: hidden; padding: clamp(28px, 4vw, 55px); position: relative; }
.mdtf-one-tap::after { border: 40px solid rgba(229,20,45,.08); border-radius: 50%; content: ""; height: 260px; position: absolute; right: -90px; top: -100px; width: 260px; }
.mdtf-one-tap > small { color: var(--mdtf-red-2); display: block; font-size: 9px; font-weight: 900; letter-spacing: .16em; margin-bottom: 22px; text-transform: uppercase; }
.mdtf-one-tap > strong { color: white; display: block; font-size: clamp(52px, 7vw, 105px); letter-spacing: -.075em; line-height: .82; position: relative; z-index: 2; }
.mdtf-one-tap > strong em { color: var(--mdtf-red); display: block; font-style: normal; }
.mdtf-one-tap > p { color: #96969e; font-size: 13px; line-height: 1.65; margin: 27px 0 25px; max-width: 590px; position: relative; z-index: 2; }
.mdtf-one-tap > .mdtf-button { position: relative; z-index: 2; }

.mdtf-real-product, .mdtf-contrast, .mdtf-privacy { display: grid; gap: clamp(45px, 7vw, 110px); grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr); margin: 0 auto; max-width: 1460px; padding: 140px max(6vw, 28px); }
.mdtf-section-copy { align-self: center; }
.mdtf-section-copy h2, .mdtf-section-heading h2, .mdtf-privacy h2, .mdtf-final h2 {
  color: white;
  font-size: clamp(43px, 5.6vw, 82px);
  font-weight: 850;
  letter-spacing: -.07em;
  line-height: .93;
  margin: 0 0 24px;
}
.mdtf-section-copy > p:not(.mdtf-kicker), .mdtf-section-heading > p:not(.mdtf-kicker), .mdtf-privacy > div > p:not(.mdtf-kicker), .mdtf-final > p:not(.mdtf-kicker) { color: #92929a; font-size: 15px; line-height: 1.75; }
.mdtf-section-copy ul { list-style: none; margin: 31px 0 0; padding: 0; }
.mdtf-section-copy li { border-top: 1px solid #2b2b31; color: #b8b8bf; font-size: 11px; font-weight: 750; padding: 14px 0; }
.mdtf-section-copy li::before { color: var(--mdtf-red-2); content: "✓"; margin-right: 10px; }
.mdtf-section-cta { margin-top: 24px; }

.mdtf-screenshots { align-items: start; display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mdtf-screenshots figure { margin: 0; }
.mdtf-phone { aspect-ratio: 1320 / 2868; background: #0b0b0d; border: 6px solid #222226; border-radius: 30px; box-shadow: 0 35px 70px rgba(0,0,0,.55); overflow: hidden; position: relative; }
.mdtf-phone::before { background: #202024; border-radius: 0 0 14px 14px; content: ""; height: 18px; left: 35%; position: absolute; right: 35%; top: 0; z-index: 2; }
.mdtf-phone img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.mdtf-screenshots figure:nth-child(2) { margin-top: 45px; }
.mdtf-screenshots figure:nth-child(3) { margin-top: 90px; }
.mdtf-screenshots figcaption { color: #777780; font-size: 9px; font-weight: 800; letter-spacing: .11em; margin-top: 13px; text-align: center; text-transform: uppercase; }

.mdtf-medications, .mdtf-seo-library, .mdtf-features, .mdtf-how, .mdtf-faq { padding: 135px max(6vw, 28px); }
.mdtf-medications { background: radial-gradient(circle at 50% 45%, rgba(229,20,45,.08), transparent 34%), #0a0a0c; }
.mdtf-section-heading { margin: 0 auto 60px; max-width: 1350px; }
.mdtf-section-heading > p:not(.mdtf-kicker) { max-width: 650px; }
.mdtf-medication-grid { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 auto; max-width: 1350px; }
.mdtf-medication-grid span, .mdtf-medication-grid strong { align-items: center; background: #121216; border: 1px solid #303036; border-radius: 99px; color: #bdbdc3; display: inline-flex; font-size: 11px; font-weight: 750; min-height: 44px; padding: 0 16px; }
.mdtf-medication-grid strong { background: rgba(229,20,45,.1); border-color: var(--mdtf-red); color: white; }
.mdtf-medication-grid strong i { align-items: center; background: var(--mdtf-red); border-radius: 50%; display: inline-flex; font-style: normal; height: 22px; justify-content: center; margin-right: 9px; width: 22px; }
.mdtf-trademark-note { color: #55555c; font-size: 8px; letter-spacing: .07em; margin: 20px auto 0; max-width: 1350px; text-transform: uppercase; }

.mdtf-seo-library { background: #070708; border-bottom: 1px solid #242429; border-top: 1px solid #242429; }
.mdtf-guide-layout { display: grid; gap: clamp(35px, 6vw, 100px); grid-template-columns: minmax(210px, .42fr) minmax(0, 1.1fr); margin: 0 auto; max-width: 1350px; }
.mdtf-guide-layout aside { align-self: start; background: radial-gradient(circle at 100% 0, rgba(229,20,45,.15), transparent 42%), #111114; border: 1px solid #303036; border-radius: 18px; padding: 27px; position: sticky; top: 24px; }
.mdtf-guide-layout aside strong { color: white; display: block; font-size: 18px; letter-spacing: -.035em; margin-bottom: 21px; }
.mdtf-guide-layout aside span { border-top: 1px solid #2e2e34; color: #8d8d95; display: block; font-size: 10px; font-weight: 750; padding: 13px 0; }
.mdtf-guide-layout aside span::before { color: var(--mdtf-red); content: "✓"; margin-right: 9px; }
.mdtf-guide-list { border-bottom: 1px solid #34343a; }
.mdtf-guide-list details { border-top: 1px solid #34343a; }
.mdtf-guide-list summary { align-items: center; cursor: pointer; display: grid; gap: 19px; grid-template-columns: 36px 1fr; list-style: none; padding: 24px 45px 24px 0; position: relative; }
.mdtf-guide-list summary::-webkit-details-marker { display: none; }
.mdtf-guide-list summary::after { color: var(--mdtf-red); content: "+"; font-size: 26px; position: absolute; right: 4px; top: 27px; }
.mdtf-guide-list details[open] summary::after { content: "–"; }
.mdtf-guide-list summary > span { color: var(--mdtf-red); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.mdtf-guide-list h3 { color: #f1f1f3; font-size: clamp(20px, 2.1vw, 30px); letter-spacing: -.045em; margin: 0 0 7px; }
.mdtf-guide-list summary small { color: #777780; display: block; font-size: 9px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.mdtf-guide-list details > p { color: #92929a; font-size: 13px; line-height: 1.8; margin: 0 45px 16px 55px; max-width: 840px; }
.mdtf-guide-list details > a { color: var(--mdtf-red-2) !important; display: inline-flex; font-size: 9px; font-weight: 900; gap: 13px; letter-spacing: .12em; margin: 0 45px 25px 55px; text-transform: uppercase; }

.mdtf-contrast { align-items: center; }
.mdtf-notes-hook { background: radial-gradient(circle at 70% 55%, rgba(229,20,45,.12), transparent 31%), #09090b; border-bottom: 1px solid #242429; padding: 140px max(6vw, 28px); }
.mdtf-notes-hook > .mdtf-section-heading { max-width: 1100px; text-align: center; }
.mdtf-notes-hook > .mdtf-section-heading > p:not(.mdtf-kicker) { margin-left: auto; margin-right: auto; }
.mdtf-note-compare { align-items: center; display: grid; gap: clamp(20px, 4vw, 58px); grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); margin: 70px auto 0; max-width: 1050px; }
.mdtf-note-compare figure { margin: 0; }
.mdtf-note-compare figure > span { color: #b9b9c0; display: flex; font-size: 9px; font-weight: 900; gap: 9px; letter-spacing: .12em; margin: 0 0 13px; text-transform: uppercase; }
.mdtf-note-compare figure > span i { background: #777780; border-radius: 50%; height: 7px; width: 7px; }
.mdtf-note-compare figure:last-child > span i { background: #45d07a; box-shadow: 0 0 10px rgba(69,208,122,.5); }
.mdtf-compare-phone { aspect-ratio: 900 / 1955; background: #050506; border: 7px solid #29292e; border-radius: 38px; box-shadow: 0 35px 85px rgba(0,0,0,.55); max-height: 680px; overflow: hidden; position: relative; }
.mdtf-compare-phone::before { background: #222227; border-radius: 0 0 15px 15px; content: ""; height: 20px; left: 35%; position: absolute; right: 35%; top: 0; z-index: 2; }
.mdtf-compare-phone img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.mdtf-compare-notes { border-color: #38383d; filter: saturate(.72); transform: rotate(-1.5deg); }
.mdtf-compare-dashboard { border-color: rgba(229,20,45,.55); box-shadow: 0 35px 90px rgba(229,20,45,.14); transform: rotate(1.5deg); }
.mdtf-note-compare figcaption { color: #65656d; font-size: 9px; line-height: 1.55; margin-top: 14px; text-align: center; }
.mdtf-compare-arrow { align-items: center; display: flex; flex-direction: column; gap: 12px; }
.mdtf-compare-arrow b { align-items: center; background: var(--mdtf-red); border-radius: 50%; color: white; display: flex; font-size: 10px; height: 45px; justify-content: center; width: 45px; }
.mdtf-compare-arrow span { color: var(--mdtf-red); font-size: 31px; }
.mdtf-contrast .mdtf-section-heading { margin: 0; }
.mdtf-contrast-grid { align-items: center; display: grid; gap: 18px; grid-template-columns: .8fr auto 1.2fr; }
.mdtf-notes-card, .mdtf-history-card { border-radius: 18px; min-height: 310px; padding: 25px; }
.mdtf-notes-card { background: #17171a; border: 1px solid #303036; transform: rotate(-2deg); }
.mdtf-notes-card span, .mdtf-history-card > span { color: #777780; display: block; font-size: 9px; font-weight: 850; letter-spacing: .13em; margin-bottom: 20px; text-transform: uppercase; }
.mdtf-notes-card p { color: #aaaab1; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; line-height: 2.2; }
.mdtf-arrow { color: var(--mdtf-red); font-size: 34px; }
.mdtf-history-card { background: linear-gradient(145deg, #18181d, #0e0e11); border: 1px solid #393940; box-shadow: 0 25px 55px rgba(0,0,0,.45); }
.mdtf-history-card > div { border-top: 1px solid #2f2f35; display: grid; gap: 5px; grid-template-columns: 58px 1fr auto; padding: 16px 0; }
.mdtf-history-card b { color: #777780; font-size: 10px; }
.mdtf-history-card strong { font-size: 11px; }
.mdtf-history-card small { color: #53cc7e; font-size: 8px; }

.mdtf-features { background: #0a0a0c; }
.mdtf-feature-grid, .mdtf-how-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1350px; }
.mdtf-feature-grid article { background: linear-gradient(145deg, #17171b, #0e0e11); border: 1px solid #2d2d33; min-height: 245px; padding: 26px; transition: border-color 180ms ease, transform 180ms ease; }
.mdtf-feature-grid article:hover { border-color: rgba(229,20,45,.65); transform: translateY(-3px); }
.mdtf-feature-grid small { color: var(--mdtf-red-2); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.mdtf-feature-grid h3, .mdtf-how-grid h3 { font-size: 23px; letter-spacing: -.045em; margin: 56px 0 11px; }
.mdtf-feature-grid p, .mdtf-how-grid p { color: #85858e; font-size: 12px; line-height: 1.7; }

.mdtf-how { text-align: center; }
.mdtf-how .mdtf-section-heading { max-width: 1000px; }
.mdtf-how-grid { margin-bottom: 38px; text-align: left; }
.mdtf-how-grid article { border-top: 1px solid #34343a; padding: 27px 18px 12px 0; }
.mdtf-how-grid span { color: var(--mdtf-red); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.mdtf-how-grid h3 { margin-top: 29px; }
.mdtf-how .mdtf-microproof { margin-top: 14px; }

.mdtf-privacy { align-items: center; border-bottom: 1px solid #25252a; border-top: 1px solid #25252a; }
.mdtf-privacy ul { list-style: none; margin: 0; padding: 0; }
.mdtf-privacy li { align-items: center; border-bottom: 1px solid #2b2b31; color: #b5b5bc; display: flex; font-size: 12px; gap: 14px; padding: 18px 0; }
.mdtf-privacy li:first-child { border-top: 1px solid #2b2b31; }
.mdtf-privacy li span { align-items: center; background: rgba(229,20,45,.12); border: 1px solid rgba(229,20,45,.55); border-radius: 50%; color: var(--mdtf-red-2); display: flex; height: 28px; justify-content: center; width: 28px; }

.mdtf-faq { background: #0a0a0c; }
.mdtf-faq > div:last-child { margin: 0 auto; max-width: 1050px; }
.mdtf-faq details { border-top: 1px solid #333339; }
.mdtf-faq details:last-child { border-bottom: 1px solid #333339; }
.mdtf-faq summary { color: #e4e4e7; cursor: pointer; font-size: 17px; font-weight: 750; list-style: none; padding: 24px 42px 24px 0; position: relative; }
.mdtf-faq summary::-webkit-details-marker { display: none; }
.mdtf-faq summary::after { color: var(--mdtf-red); content: "+"; font-size: 24px; position: absolute; right: 5px; top: 20px; }
.mdtf-faq details[open] summary::after { content: "–"; }
.mdtf-faq details p { color: #8e8e96; font-size: 13px; line-height: 1.7; max-width: 780px; padding: 0 0 23px; }

.mdtf-final { background: radial-gradient(circle at 50% 60%, rgba(229,20,45,.19), transparent 33%), #060607; overflow: hidden; padding: 150px max(6vw, 28px); position: relative; text-align: center; }
.mdtf-final h2 { margin-left: auto; margin-right: auto; max-width: 980px; }
.mdtf-final > p:not(.mdtf-kicker) { margin: 0 auto 30px; max-width: 570px; }
.mdtf-final > small { color: #707078; display: block; font-size: 9px; font-weight: 800; letter-spacing: .1em; margin-top: 17px; text-transform: uppercase; }
.mdtf-final-ring { border: 1px solid rgba(229,20,45,.18); border-radius: 50%; height: 520px; left: 50%; position: absolute; top: 53%; transform: translate(-50%, -50%); width: 520px; }
.mdtf-final > *:not(.mdtf-final-ring) { position: relative; z-index: 2; }

.mdtf-footer { align-items: center; border-top: 1px solid #222226; display: flex; gap: 40px; justify-content: space-between; padding: 42px max(6vw, 28px) 95px; }
.mdtf-footer p { color: #64646b; font-size: 9px; line-height: 1.65; margin: 0; max-width: 900px; }
.mdtf-footer a { color: #9b9ba2 !important; font-size: 9px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }

.mdtf-sticky-cta { align-items: center; background: rgba(10,10,12,.94); border-top: 1px solid #333339; bottom: 0; display: none; gap: 12px; justify-content: space-between; left: 0; padding: 10px 12px; position: fixed; right: 0; z-index: 999; }
.mdtf-sticky-cta span { color: #8d8d95; font-size: 9px; }
.mdtf-sticky-cta span b { color: white; }
.mdtf-sticky-cta a { background: var(--mdtf-red); border-radius: 5px; color: white !important; font-size: 10px; font-weight: 900; padding: 13px 15px; text-transform: uppercase; }

@media (max-width: 1050px) {
  .mdtf-hero { gap: 45px; grid-template-columns: 1fr 1fr; }
  .mdtf-nav nav { display: none; }
  .mdtf-nav { grid-template-columns: 1fr auto; }
  .mdtf-real-product, .mdtf-contrast, .mdtf-privacy { gap: 50px; }
}

@media (max-width: 820px) {
  .mdtf-nav { min-height: 76px; padding: 13px 18px; }
  .mdtf-brand img { width: 170px; }
  .mdtf-brand span { display: none; }
  .mdtf-hero { grid-template-columns: 1fr; min-height: 0; padding: 58px 20px 74px; }
  .mdtf-hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .mdtf-demo-wrap { max-width: 590px; }
  .mdtf-ease-strip { grid-template-columns: 1fr; padding: 85px 20px; }
  .mdtf-real-product, .mdtf-contrast, .mdtf-privacy { grid-template-columns: 1fr; padding: 100px 20px; }
  .mdtf-notes-hook { padding: 100px 20px; }
  .mdtf-screenshots { grid-auto-columns: min(76vw, 330px); grid-auto-flow: column; grid-template-columns: none; margin: 0 -20px; overflow-x: auto; padding: 12px 20px 28px; scroll-padding-left: 20px; scroll-snap-type: x mandatory; }
  .mdtf-screenshots figure { scroll-snap-align: start; }
  .mdtf-screenshots figure:nth-child(2), .mdtf-screenshots figure:nth-child(3) { margin-top: 0; }
  .mdtf-guide-layout { grid-template-columns: 1fr; }
  .mdtf-guide-layout aside { position: static; }
  .mdtf-medications, .mdtf-seo-library, .mdtf-features, .mdtf-how, .mdtf-faq { padding: 100px 20px; }
  .mdtf-feature-grid, .mdtf-how-grid { grid-template-columns: 1fr 1fr; }
  .mdtf-contrast-grid { grid-template-columns: 1fr; }
  .mdtf-arrow { text-align: center; transform: rotate(90deg); }
  .mdtf-footer { align-items: flex-start; flex-direction: column; padding: 35px 20px 100px; }
  .mdtf-sticky-cta { display: flex; }
}

@media (max-width: 560px) {
  .mdtf-signin { font-size: 9px; }
  .mdtf-badges { gap: 6px; }
  .mdtf-badges span { font-size: 8px; }
  .mdtf-hero-actions { align-items: stretch; flex-direction: column; }
  .mdtf-button { width: 100%; }
  .mdtf-app { border-radius: 22px; padding: 14px; }
  .mdtf-app-head { align-items: flex-start; }
  .mdtf-app-head h2 { font-size: 23px; }
  .mdtf-next-card { gap: 15px; padding: 14px; }
  .mdtf-countdown { flex-basis: 88px; }
  .mdtf-countdown span { font-size: 35px; }
  .mdtf-next-card strong { font-size: 16px; }
  .mdtf-detail-grid { grid-template-columns: 1fr; }
  .mdtf-ease-copy h2 { font-size: clamp(44px, 13vw, 62px); }
  .mdtf-one-tap { min-height: 0; padding: 27px 20px; }
  .mdtf-one-tap > strong { font-size: clamp(59px, 20vw, 78px); }
  .mdtf-one-tap > .mdtf-button { font-size: 10px; gap: 12px; letter-spacing: .07em; min-height: 54px; padding: 0 14px; white-space: nowrap; }
  .mdtf-note-compare { gap: 7px; grid-template-columns: minmax(0, 1fr) 35px minmax(0, 1fr); margin-top: 45px; }
  .mdtf-note-compare figure > span { align-items: center; font-size: 6px; letter-spacing: .07em; line-height: 1.3; min-height: 26px; }
  .mdtf-compare-phone { border-radius: 20px; border-width: 4px; }
  .mdtf-compare-phone::before { height: 10px; }
  .mdtf-compare-arrow b { font-size: 8px; height: 34px; width: 34px; }
  .mdtf-compare-arrow span { display: none; }
  .mdtf-note-compare figcaption { font-size: 7px; }
  .mdtf-screenshots { gap: 12px; }
  .mdtf-phone { border-radius: 27px; border-width: 5px; }
  .mdtf-screenshots figcaption { font-size: 7px; }
  .mdtf-guide-list summary { gap: 12px; grid-template-columns: 28px 1fr; padding-right: 34px; }
  .mdtf-guide-list summary small { font-size: 8px; line-height: 1.5; }
  .mdtf-guide-list details > p, .mdtf-guide-list details > a { margin-left: 40px; margin-right: 10px; }
  .mdtf-medication-grid span, .mdtf-medication-grid strong { font-size: 10px; min-height: 40px; }
  .mdtf-feature-grid, .mdtf-how-grid { grid-template-columns: 1fr; }
  .mdtf-feature-grid article { min-height: 210px; }
  .mdtf-history-card > div { grid-template-columns: 52px 1fr; }
  .mdtf-history-card small { grid-column: 2; }
  .mdtf-final { padding: 105px 20px 130px; }
  .mdtf-final-ring { height: 340px; width: 340px; }
}

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