:root {
  --gold: #ffd700;
  --gold-soft: rgba(255, 215, 0, 0.16);
  --gold-border: rgba(255, 215, 0, 0.3);
  --ink: #080808;
  --panel: rgba(18, 18, 18, 0.72);
  --panel-soft: rgba(255, 255, 255, 0.045);
  --text: #f7f7f4;
  --muted: rgba(255, 255, 255, 0.7);
  --line: rgba(255, 255, 255, 0.1);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 215, 0, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 25%, rgba(255, 215, 0, 0.055), transparent 28rem),
    #080808;
  color: var(--text);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  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: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  z-index: -1;
}

a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -60px;
  z-index: 2000;
  background: var(--gold);
  color: #000;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-tight { padding: 0 0 46px; }
.glass-card {
  border: 1px solid var(--gold-border);
  background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.022));
  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.main-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  border-bottom: 1px solid rgba(255, 215, 0, 0.17);
}
.nav-inner {
  width: min(1200px, calc(100% - 32px));
  min-height: 70px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.nav-logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.nav-logo img { width: auto; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { position: relative; color: rgba(255,255,255,.86); text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-links .nav-cta { color: #080808; background: var(--gold); padding: 9px 17px; border-radius: 999px; }
.language-switch { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(255,215,0,.22); border-radius: 999px; }
.language-switch span, .language-switch a { min-width: 30px; padding: 4px 7px; border-radius: 999px; font-size: .68rem; font-weight: 700; line-height: 1.2; letter-spacing: .04em; text-align: center; text-decoration: none; }
.language-switch span[aria-current="page"] { background: var(--gold); color: #080808; }
.language-switch a { color: rgba(255,255,255,.66); }
.language-switch a::after { display: none; }
.language-switch a:hover, .language-switch a:focus-visible { color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 1px solid var(--gold-border); border-radius: 11px; cursor: pointer; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--gold); border-radius: 2px; }

.hero { min-height: 92vh; display: flex; align-items: center; padding-top: 150px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 14px; color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: .92rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-bottom: 26px; font-family: 'Gruppo', sans-serif; font-size: clamp(3.2rem, 6.25vw, 5.95rem); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero h1 span, .notifications-intro h2 span { color: var(--gold); }
.hero-lead { max-width: 770px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.18rem); line-height: 1.8; }
.store-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.store-links a { display: inline-flex; border-radius: 10px; transition: transform .2s ease, filter .2s ease; }
.store-links a:hover, .store-links a:focus-visible { transform: translateY(-3px); filter: brightness(1.08); }
.store-links img { display: block; width: auto; height: 48px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: rgba(255,255,255,.55); font-size: .82rem; }
.hero-meta span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold); }
.hero-brand { position: relative; min-height: 440px; display: grid; place-items: center; isolation: isolate; }
.hero-brand::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(370px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,.19) 0, rgba(255,215,0,.075) 35%, transparent 70%);
  filter: blur(18px);
  opacity: .72;
  animation: brandHaloBreath 8s ease-in-out infinite;
  transition: opacity .5s ease, filter .5s ease;
}
.hero-brand::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(360px, 86%);
  aspect-ratio: 1;
  border: 1px solid rgba(255,215,0,.1);
  border-radius: 50%;
  pointer-events: none;
}
.hero-brand:hover::before { opacity: .86; filter: blur(16px); }
.ptpro-logo {
  position: relative;
  z-index: 2;
  width: min(300px, 72%);
  border-radius: 31%;
  box-shadow: 0 35px 80px rgba(0,0,0,.62), 0 0 74px rgba(255,215,0,.13);
  animation: brandLogoFloat 7s ease-in-out infinite;
  will-change: transform;
}
.brand-orbit {
  position: absolute;
  z-index: -1;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 30deg, transparent 0 18%, rgba(255,215,0,.08) 30%, rgba(255,215,0,.34) 48%, rgba(255,215,0,.08) 66%, transparent 78% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0);
  animation: brandOrbitTurn 34s linear infinite;
  opacity: .75;
}
.hero-glow { position: absolute; right: -20vw; top: 4%; width: 65vw; height: 65vw; background: radial-gradient(circle, rgba(255,215,0,.08), transparent 66%); pointer-events: none; }

@keyframes brandLogoFloat {
  0%, 100% { transform: translateY(-3px); }
  50% { transform: translateY(5px); }
}

@keyframes brandHaloBreath {
  0%, 100% { transform: scale(.96); opacity: .62; }
  50% { transform: scale(1.045); opacity: .82; }
}

@keyframes brandOrbitTurn {
  to { transform: rotate(360deg); }
}

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.stat-strip div { padding: 25px 28px; border-right: 1px solid var(--line); }
.stat-strip div:last-child { border: 0; }
.stat-strip strong, .stat-strip span { display: block; }
.stat-strip strong { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.35rem; }
.stat-strip span { color: var(--muted); font-size: .82rem; }

.section-heading { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2, .section-copy h2, .plan-card h2, .final-cta h2 { margin-bottom: 20px; font-family: 'Gruppo', sans-serif; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 400; line-height: 1.02; }
.section-heading > p:last-child, .section-copy > p, .plan-intro > p:last-child { color: var(--muted); font-size: 1.02rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-height: 230px; padding: 26px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255,215,0,.6); background: linear-gradient(135deg, rgba(255,215,0,.09), rgba(255,255,255,.025)); }
.feature-card:not(.wide) { height: 230px; }
.feature-card.featured { grid-column: auto; }
.feature-card.wide { grid-column: 1 / -1; }
.feature-card h3 { margin: 40px 0 12px; font-family: 'Gruppo', sans-serif; color: var(--gold); font-size: 1.65rem; line-height: 1.1; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-number { color: rgba(255,215,0,.62); font-family: 'Gruppo', sans-serif; font-size: .88rem; letter-spacing: .14em; }

#features { padding-top: 80px; padding-bottom: 80px; }
#features .section-heading { margin-bottom: 40px; }

.split-section { background: linear-gradient(90deg, transparent, rgba(255,215,0,.025), transparent); }
.split-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.split-reverse { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.section-copy p:not(.eyebrow):not(.note) { margin-bottom: 18px; }
.capability-panel { position: relative; overflow: hidden; padding: 18px 34px; }
.capability-panel::before { content: ""; position: absolute; top: -90px; right: -80px; width: 230px; height: 230px; background: radial-gradient(circle, rgba(255,215,0,.1), transparent 68%); opacity: .72; pointer-events: none; transition: opacity .3s ease; }
.capability-panel:hover::before { opacity: 1; }
.program-flow { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.flow-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding: 22px 0; }
.flow-step + .flow-step { border-top: 1px solid var(--line); }
.flow-number { padding-top: 2px; color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.25rem; letter-spacing: .08em; opacity: .82; }
.flow-step h3 { margin: 0 0 5px; color: var(--text); font-family: 'Gruppo', sans-serif; font-size: 1.34rem; font-weight: 400; line-height: 1.2; }
.flow-step p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.flow-step::after { content: ""; position: absolute; left: 2px; bottom: -1px; width: 44px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); opacity: .38; transform: scaleX(.45); transform-origin: left; transition: transform .3s ease, opacity .3s ease; }
.flow-step:last-child::after { display: none; }
.flow-step:hover::after { transform: scaleX(1); opacity: .7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list span { padding: 7px 12px; border: 1px solid rgba(255,215,0,.2); background: rgba(255,215,0,.055); border-radius: 999px; color: rgba(255,255,255,.83); font-size: .83rem; }

.nutrition-visual { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; padding: 36px 42px; isolation: isolate; }
.macro-silhouette { position: absolute; z-index: -1; left: -95px; top: 50%; width: 390px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 20deg, rgba(255,215,0,.72) 0 30%, rgba(255,215,0,.34) 30% 64%, rgba(255,244,170,.2) 64% 100%); opacity: .15; filter: drop-shadow(0 0 24px rgba(255,215,0,.2)); transform: translateY(-50%); animation: macroSilhouetteTurn 22s linear infinite; }
.macro-silhouette::after { content: ""; position: absolute; inset: 58px; background: rgba(13,13,13,.98); border-radius: 50%; box-shadow: 0 0 28px rgba(0,0,0,.7); }
.nutrition-flow { width: 100%; margin-left: 23%; }
.nutrition-step { position: relative; display: grid; grid-template-columns: minmax(105px, .42fr) minmax(0, 1fr); gap: 22px; align-items: baseline; padding: 18px 0; }
.nutrition-step + .nutrition-step { border-top: 1px solid rgba(255,255,255,.09); }
.nutrition-step span { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.18rem; line-height: 1.2; }
.nutrition-step p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.nutrition-step::before { content: ""; position: absolute; left: -18px; top: 25px; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 9px rgba(255,215,0,.6); opacity: .72; }
.check-list { margin: 0; padding: 0; list-style: none; }

@keyframes macroSilhouetteTurn {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}
.note, .platform-note, .disclaimer { padding-left: 14px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.55) !important; font-size: .84rem !important; }

.progress-section { background: rgba(255,255,255,.012); }
.progress-layout { display: grid; grid-template-columns: 1.5fr .7fr; gap: 20px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.metric-card { min-height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.metric-card:last-child { grid-column: span 2; }
.metric-card strong { margin-bottom: 5px; color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.3rem; }
.metric-card span { color: var(--muted); font-size: .84rem; }
.protocol-card { padding: 34px; background: var(--gold); color: #080808; border-radius: var(--radius); box-shadow: 0 25px 60px rgba(255,215,0,.1); }
.protocol-count { display: block; font-family: 'Gruppo', sans-serif; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .9; }
.protocol-card h3 { margin: 10px 0 28px; font-size: 1rem; text-transform: uppercase; letter-spacing: .09em; }
.protocol-card ul { margin: 0; padding-left: 18px; font-size: .9rem; }
.protocol-card li + li { margin-top: 9px; }

.notifications-section { padding-bottom: 118px; overflow: hidden; }
.notifications-section::before { content: ""; position: absolute; inset: 6% 0; z-index: -1; background: linear-gradient(125deg, rgba(255,215,0,.085), rgba(255,255,255,.015) 45%, transparent 75%); border-block: 1px solid rgba(255,215,0,.1); transform: skewY(-2deg); }
.notifications-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.notifications-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -44px; }
.notifications-intro h2 { margin: 0; font-family: 'Gruppo', sans-serif; font-size: clamp(3rem, 6.3vw, 6.2rem); font-weight: 400; line-height: .9; }
.notifications-intro > p:last-child { margin: 0; color: var(--muted); }
.notification-types { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--gold-border); border-radius: var(--radius); overflow: hidden; background: rgba(8,8,8,.68); }
.notification-types article { min-height: 230px; padding: 26px; border-right: 1px solid var(--line); }
.notification-types article:last-child { border-right: 0; }
.notification-types article > span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.notification-types h3 { margin: 42px 0 10px; font-family: 'Gruppo', sans-serif; font-size: 1.45rem; }
.notification-types p { margin: 0; color: var(--muted); font-size: .84rem; }
.notification-note { max-width: 720px; margin: 26px 0 0 auto; padding-left: 14px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.55); font-size: .84rem; }

.ecosystem-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.015), transparent); }
.health-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.health-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.health-card { min-height: 138px; display: flex; gap: 16px; align-items: flex-end; padding: 22px; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 18px; }
.health-card div { min-width: 0; }
.health-card strong, .health-card small { display: block; }
.health-card strong { font-size: .94rem; }
.health-card small { color: var(--muted); font-size: .72rem; }
.health-icon { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.7rem; }
.health-details { padding: 34px; }
.health-details h3 { margin-bottom: 25px; color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.7rem; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); font-size: .9rem; }
.check-list li + li { margin-top: 10px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.platform-note { margin: 26px 0 0; }

.watch-section { overflow: hidden; }
.watch-card { justify-self: center; width: min(360px, 82vw); aspect-ratio: .86; display: flex; flex-direction: column; justify-content: center; padding: 35px 38px; background: radial-gradient(circle at 30% 15%, #292929, #050505 65%); border: 12px solid #1e1e1e; outline: 1px solid #555; border-radius: 32%; box-shadow: 0 35px 80px #000, inset 0 0 45px rgba(255,255,255,.05); }
.watch-view-label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.48); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.complication-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 15px; border: 1px solid rgba(255,215,0,.3); background: rgba(255,215,0,.07); border-radius: 12px; }
.complication-row strong { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.35rem; font-weight: 400; letter-spacing: .08em; }
.complication-row span { color: var(--text); font-family: 'Gruppo', sans-serif; font-size: 1.35rem; }
.watch-flow-divider { display: flex; align-items: center; gap: 10px; margin: 14px 0 12px; color: rgba(255,255,255,.38); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.watch-flow-divider::before, .watch-flow-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.watch-schedule ol { margin: 0; padding: 0; list-style: none; }
.watch-schedule li { display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
.watch-schedule li:last-child { border-bottom: 0; }
.watch-schedule li span { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1rem; }
.watch-schedule li strong { color: rgba(255,255,255,.88); font-size: .82rem; font-weight: 600; }

.client-section { background: rgba(255,255,255,.012); }
.client-panel { padding: 28px; }
.client-panel-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: 1.25rem; }
.client-rows > div { display: flex; justify-content: space-between; gap: 22px; padding: 17px 4px; border-bottom: 1px solid var(--line); }
.client-rows > div:last-child { border: 0; }
.client-rows span { color: var(--muted); font-size: .82rem; }
.client-rows strong { font-size: .87rem; text-align: right; }

.plan-section { padding: 84px 0 42px; }
.plan-card { position: relative; overflow: hidden; padding: 48px; background: radial-gradient(circle at 82% 8%, rgba(255,215,0,.105), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.022)); }
.plan-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, transparent, var(--gold), transparent); opacity: .7; }
.plan-top { display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.plan-card h2 { max-width: 520px; margin-bottom: 14px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.plan-intro > p:last-child { margin-bottom: 0; }
.price-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; }
.price-grid-global { grid-template-columns: minmax(260px, 1fr); }
.price-card { min-height: 158px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid var(--line); background: rgba(0,0,0,.27); border-radius: 18px; }
.price-card.price-primary { border-color: rgba(255,215,0,.48); background: linear-gradient(135deg, rgba(255,215,0,.12), rgba(0,0,0,.25)); box-shadow: inset 0 0 34px rgba(255,215,0,.035); }
.price-region { margin-bottom: 7px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.price strong { color: var(--gold); font-family: 'Gruppo', sans-serif; font-size: clamp(2.2rem, 4vw, 3.55rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.price span { color: rgba(255,255,255,.62); font-size: .84rem; }
.price-card small { margin-top: 8px; color: rgba(255,255,255,.43); font-size: .69rem; }
.plan-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 0; padding: 22px 0; border-block: 1px solid var(--line); list-style: none; }
.plan-benefits li { position: relative; padding: 0 28px; color: rgba(255,255,255,.84); font-size: .87rem; text-align: center; }
.plan-benefits li + li { border-left: 1px solid var(--line); }
.plan-benefits li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; background: var(--gold); border-radius: 50%; box-shadow: 0 0 9px rgba(255,215,0,.6); }
.price-note { margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: .73rem; text-align: center; }

.final-cta { padding: 80px 0 120px; text-align: center; }
.final-cta-card { padding: 68px 30px; overflow: hidden; border: 1px solid var(--gold-border); border-radius: 30px; background: radial-gradient(circle at 50% -30%, rgba(255,215,0,.22), transparent 52%), rgba(255,255,255,.025); box-shadow: var(--shadow); }
.cta-logo { width: 92px; border-radius: 24%; margin-bottom: 22px; box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.final-cta h2 { max-width: 780px; margin: 0 auto 18px; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 28px; color: var(--muted); }
.store-links.centered { justify-content: center; }

.site-footer { border-top: 1px solid rgba(255,215,0,.15); color: rgba(255,255,255,.5); }
.footer-inner { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .78rem; }
.footer-inner a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-inner a:hover { color: var(--gold); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .section { padding: 84px 0; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 38px; }
  .hero-brand { min-height: 330px; }
  .feature-card:not(.wide) { height: auto; }
  .notifications-intro { grid-template-columns: 1fr; gap: 24px; }
  .notifications-intro .eyebrow { grid-column: auto; margin-bottom: -8px; }
  .notifications-intro > p:last-child { max-width: 720px; }
  .plan-top { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: rgba(10,10,10,.97); border: 1px solid var(--gold-border); border-radius: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; text-align: center; }
  .nav-links a::after { display: none; }
  .nav-links .nav-cta { margin-top: 5px; }
  .language-switch { align-self: center; margin: 7px 0; }
  .language-switch a { padding: 4px 7px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .store-links, .hero-meta { justify-content: center; }
  .hero-brand { width: min(470px, 100%); min-height: 360px; margin: 10px auto 0; }
  .hero-brand::before { width: min(330px, 78%); opacity: .58; filter: blur(20px); animation-duration: 10s; }
  .hero-brand:hover::before { opacity: .68; filter: blur(19px); }
  .ptpro-logo { animation-duration: 8s; }
  .brand-orbit { width: min(370px, 88%); opacity: .55; animation-duration: 42s; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-strip div:nth-child(2) { border-right: 0; }
  .stat-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-grid, .split-reverse, .progress-layout, .health-grid { grid-template-columns: 1fr; }
  .split-reverse .nutrition-visual, .split-reverse .client-panel { order: 2; }
  .notification-types { grid-template-columns: 1fr; }
  .notification-types article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .notification-types article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1200px); }
  .section { padding: 70px 0; }
  .section-tight { padding-top: 0; }
  .nav-logo span { display: none; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-brand { min-height: 310px; }
  .ptpro-logo { width: 210px; }
  .brand-orbit { width: 290px; }
  .store-links img { height: 42px; }
  .hero-meta { flex-direction: column; gap: 7px; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat-strip div { border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .stat-strip div:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card.featured, .feature-card.wide { grid-column: auto; min-height: 0; height: auto; }
  .nutrition-visual { min-height: 390px; padding: 28px 22px; }
  .macro-silhouette { left: -155px; width: 340px; opacity: .1; }
  .macro-silhouette::after { inset: 52px; }
  .nutrition-flow { margin-left: 8%; }
  .nutrition-step { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card:last-child { grid-column: auto; }
  .notification-types article { min-height: 175px; }
  .health-metrics { grid-template-columns: 1fr; }
  .health-card { min-height: 110px; }
  .health-details, .capability-panel { padding: 25px 20px; }
  .watch-card { width: min(310px, 88vw); padding: 36px; }
  .client-rows > div { flex-direction: column; gap: 4px; }
  .client-rows strong { text-align: left; }
  .plan-card { padding: 30px 22px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 132px; }
  .plan-benefits { grid-template-columns: 1fr; padding: 8px 0; }
  .plan-benefits li { padding: 12px 8px; text-align: left; }
  .plan-benefits li + li { border-left: 0; border-top: 1px solid var(--line); }
  .final-cta-card { padding: 54px 20px; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 25px 0; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .ptpro-logo, .hero-brand::before, .brand-orbit { animation: none !important; transform: none; }
  .macro-silhouette { animation: none !important; transform: translateY(-50%); }
}
