
:root {
  --bg: #03050b;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f4f7ff;
  --muted: #a9b7ca;
  --blue: #1d6fff;
  --blue2: #39baff;
  --red: #ff6b6b;
  --green: #65e4b5;
  --max: 1160px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(29, 111, 255, 0.25), transparent 36%),
    linear-gradient(180deg, #050914 0%, #03050b 56%, #03050b 100%);
  color: var(--text);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap,
.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
}

/* Header */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 5, 11, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.brand img {
  width: 265px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover { color: white; }

.nav-cta {
  color: white !important;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(29, 111, 255, 0.26);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  color: white;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 9px 13px;
}

/* Typography */
.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--blue2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue2);
  box-shadow: 0 0 22px rgba(57, 186, 255, 0.9);
}

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

h1 {
  font-size: clamp(58px, 9vw, 124px);
  line-height: 0.88;
  letter-spacing: -0.08em;
  margin: 28px 0 26px;
}

h2 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  margin: 12px 0 18px;
}

h3 {
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.hero-text,
.section-copy > p,
.page-center > p {
  color: var(--muted);
  font-size: clamp(19px, 2.15vw, 27px);
  line-height: 1.42;
}

/* Buttons */
.button-row,
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  align-items: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid var(--line);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  box-shadow: 0 18px 44px rgba(29, 111, 255, 0.28);
}

.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e8f4ff;
}

/* Hero */
.hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 92px 0 110px;
}

.hero-glow {
  position: absolute;
  inset: auto 12% 2% 12%;
  height: 260px;
  background: radial-gradient(ellipse at center, rgba(29, 111, 255, 0.22), transparent 65%);
  filter: blur(18px);
  pointer-events: none;
}

.hero-center {
  max-width: 1080px;
  position: relative;
}

.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(57, 186, 255, 0.22);
  background: rgba(29, 111, 255, 0.09);
  color: #dff3ff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 750;
}

.availability-pill span {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(101, 228, 181, 0.7);
}

.hero-text {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.trust-line {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

/* Sections */
.visual-section,
.feature-section,
.page-section {
  padding: 104px 0;
}

.section-copy {
  max-width: 940px;
  margin-bottom: 34px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Flow graphic */
.flow-graphic {
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(57, 186, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035));
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 70px 1.15fr 70px 1fr;
  gap: 0;
  align-items: center;
  box-shadow: var(--shadow);
}

.flow-card,
.flow-core {
  min-height: 245px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(7, 13, 25, 0.78);
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow-core {
  text-align: center;
  align-items: center;
  background:
    radial-gradient(circle at top, rgba(57,186,255,0.16), transparent 52%),
    rgba(7, 13, 25, 0.86);
}

.flow-core img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.flow-card span,
.flow-core span {
  color: var(--blue2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.flow-card strong,
.flow-core strong {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-top: 9px;
}

.flow-card p {
  color: var(--muted);
  margin: 12px 0 0;
}

.flow-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 18px;
}

.flow-arrow {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57,186,255,0.65), transparent);
  position: relative;
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid rgba(57,186,255,0.8);
  border-right: 2px solid rgba(57,186,255,0.8);
}

/* Showcase */
.dark-product {
  padding: 112px 0;
  background: linear-gradient(180deg, #03050b, #07101e 50%, #03050b);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 74px;
  align-items: center;
}

.copy-block p:not(.label) {
  color: var(--muted);
  font-size: 21px;
}

.report-mock {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 30px 110px rgba(29, 111, 255, 0.15), var(--shadow);
}

.mock-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mock-head h3 {
  margin: 7px 0 0;
  font-size: 32px;
}

.mock-head > span {
  border: 1px solid rgba(57,186,255,0.28);
  background: rgba(29,111,255,0.13);
  color: #dff3ff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
}

.metric-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.045);
  border-radius: 20px;
  min-height: 120px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.metric:hover {
  border-color: rgba(57,186,255,0.36);
  background: rgba(255,255,255,0.065);
  transform: translateY(-2px);
}

.metric[open] {
  min-height: 272px;
  grid-row: span 2;
  border-color: rgba(57,186,255,0.3);
  background: linear-gradient(180deg, rgba(29,111,255,0.11), rgba(255,255,255,0.045));
}

.metric summary {
  list-style: none;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label arrow"
    "number arrow";
  align-items: center;
  gap: 2px 12px;
}

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

.metric summary span {
  grid-area: label;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.metric summary strong {
  grid-area: number;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.metric summary i {
  grid-area: arrow;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(57,186,255,0.28);
  background: rgba(57,186,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric summary i::before {
  content: "⌄";
  font-style: normal;
  color: var(--blue2);
  font-weight: 900;
}

.metric[open] summary i::before { content: "⌃"; }

.metric ul {
  margin: 0;
  padding: 0 18px 18px 34px;
  color: var(--muted);
  font-size: 13px;
}

.metric li { margin: 6px 0; }

.warning summary strong { color: var(--red); }
.warning li { color: #ffd7d7; }

.warning mark {
  background: rgba(255,105,105,0.14);
  color: var(--red);
  border: 1px solid rgba(255,105,105,0.28);
  border-radius: 999px;
  padding: 2px 7px;
  margin-left: 4px;
  font-weight: 850;
}

.findings {
  margin-top: 18px;
  border: 1px solid rgba(57,186,255,0.22);
  background: linear-gradient(180deg, rgba(29,111,255,0.12), rgba(255,255,255,0.035));
  border-radius: 22px;
  padding: 18px;
}

.findings ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #dceaff;
  font-size: 14px;
}

.findings li { margin: 8px 0; }

/* Feature cards */
.feature-grid,
.report-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.report-page-grid article,
.founder-card,
.about-title,
.about-copy,
.contact-card,
.form-card,
.apply-side {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.2);
}

.feature-grid span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(57,186,255,0.12);
  color: var(--blue2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.feature-grid h3 { margin: 22px 0 10px; }
.feature-grid p,
.report-page-grid p,
.founder-card p,
.about-copy p,
.contact-card p,
.apply-side p,
.apply-side li {
  color: var(--muted);
}

/* Founder */
.founder-strip {
  padding: 86px 0;
  background: #03050b;
}

.founder-grid,
.about-layout,
.contact-layout,
.apply-layout,
.example-findings {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: start;
}

.founder-card p {
  font-size: 18px;
}

.founder-card a {
  display: inline-block;
  margin-top: 8px;
  color: #dff3ff;
  font-weight: 850;
  border-bottom: 1px solid rgba(57,186,255,0.45);
}

/* CTA */
.cta-section {
  padding: 80px 0 112px;
}

.cta-panel {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,0.17), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035));
  border-radius: 36px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow);
}

.cta-panel p:not(.label) {
  color: var(--muted);
  font-size: 18px;
}

.email {
  display: inline-block;
  color: #dff3ff;
  font-weight: 900;
  font-size: 22px;
  border-bottom: 1px solid rgba(57,186,255,0.55);
  margin-top: 6px;
}

.cta-buttons {
  display: grid;
  justify-content: stretch;
}

/* Pages */
.page-hero {
  text-align: center;
  padding: 96px 0 62px;
  background: radial-gradient(circle at 50% 0%, rgba(29,111,255,0.23), transparent 42%);
}

.page-center {
  max-width: 980px;
}

.steps-large {
  display: grid;
  gap: 18px;
}

.steps-large article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius: 30px;
  padding: 34px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
}

.steps-large span {
  color: var(--blue2);
  font-size: 32px;
  font-weight: 900;
}

.steps-large h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.steps-large p {
  color: var(--muted);
  font-size: 18px;
}

.report-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.example-findings h2 { margin-top: 0; }

.finding-list {
  display: grid;
  gap: 14px;
}

.finding-list article {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.045);
  border-radius: 22px;
  padding: 22px;
}

.finding-list p {
  color: var(--muted);
  margin: 8px 0 0;
}

/* Forms */
.form-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #dce8f8;
  font-weight: 750;
}

.form-card input,
.form-card textarea,
.form-card select {
  width: 100%;
  border: 1px solid var(--line);
  background: #070d19;
  color: white;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}

.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
  border-color: rgba(57,186,255,0.7);
  box-shadow: 0 0 0 4px rgba(57,186,255,0.11);
}

.form-intro p { color: var(--muted); }

.checkbox {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start;
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.checkbox input {
  width: auto !important;
  margin-top: 4px;
}

.apply-side ul {
  margin: 20px 0;
  padding-left: 20px;
}

.apply-side li { margin: 9px 0; }

/* Legal */
.legal {
  max-width: 860px;
  color: var(--muted);
}

.legal h2 {
  font-size: 34px;
  color: white;
  margin-top: 28px;
}

.legal a {
  color: #dff3ff;
  text-decoration: underline;
}

/* Footer */
.footer {
  border-top: 1px solid var(--line);
  padding: 36px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer p { margin: 5px 0 0; }

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a:hover { color: white; }

/* Responsive */
@media (max-width: 1080px) {
  .brand img { width: 228px; }
  .nav { gap: 16px; font-size: 13px; }
  .flow-graphic { grid-template-columns: 1fr; gap: 16px; }
  .flow-arrow {
    height: 42px;
    width: 2px;
    justify-self: center;
    background: linear-gradient(180deg, transparent, rgba(57,186,255,0.65), transparent);
  }
  .flow-arrow::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 5px;
    transform: translateX(-50%) rotate(135deg);
  }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-wrap { min-height: 74px; }
  .brand img { width: 205px; max-width: 60vw; }
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: rgba(3,5,11,0.98);
    border-bottom: 1px solid var(--line);
    padding: 18px 22px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open { display: flex; }
  .hero { min-height: auto; padding: 70px 0 86px; }
  .founder-grid,
  .about-layout,
  .contact-layout,
  .apply-layout,
  .example-findings,
  .cta-panel {
    grid-template-columns: 1fr;
  }
  .cta-buttons { display: flex; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .wrap, .nav-wrap { padding: 0 16px; }
  h1 { font-size: 56px; }
  h2 { font-size: 44px; }
  .metric-grid,
  .report-page-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .metric[open] {
    min-height: auto;
    grid-row: auto;
  }
  .brand img { width: 185px; }
  .button { width: 100%; }
  .button-row, .cta-buttons { width: 100%; }
  .report-mock,
  .flow-graphic,
  .flow-card,
  .flow-core,
  .feature-grid article,
  .report-page-grid article,
  .founder-card,
  .about-title,
  .about-copy,
  .contact-card,
  .form-card,
  .apply-side,
  .cta-panel {
    border-radius: 24px;
    padding: 24px;
  }
  .steps-large article {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
}


/* Focused v2 refinements */
.brand-one{
  display:inline-block;
  background:linear-gradient(135deg,#ffffff 0%,#dff3ff 35%,#39baff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  letter-spacing:-0.095em;
  text-shadow:0 0 42px rgba(57,186,255,.18);
}
.hero .brand-one::after{
  content:"";
  display:block;
  height:8px;
  width:72%;
  margin:6px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(57,186,255,.9),transparent);
}
.founder-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:stretch;
}
.founder-small,
.founder-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:30px;
  padding:32px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.founder-small h2{
  font-size:clamp(34px,4.5vw,58px);
  line-height:.98;
  margin-bottom:0;
}
.about-clean{
  display:grid;
  gap:22px;
}
.about-intro-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:32px;
  padding:36px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.about-intro-card h2{
  font-size:clamp(34px,5vw,64px);
  line-height:.98;
}
.about-lead{
  max-width:860px;
  color:#dbe8f8;
  font-size:20px;
}
.about-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.about-detail-grid article{
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  border-radius:26px;
  padding:26px;
}
.about-detail-grid h3{
  margin:0 0 10px;
}
.about-detail-grid p{
  color:var(--muted);
  margin:0;
}
.alert-price{
  color:var(--red);
  font-weight:900;
}
.metric.warning[open]{
  grid-column:1 / -1;
}
.metric.warning ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 16px;
}
.metric.warning mark{
  display:inline-block;
  white-space:normal;
  line-height:1.2;
}
.metric[open]{
  min-height:286px;
}
.metric.warning[open]{
  min-height:245px;
}
@media(max-width:900px){
  .founder-panel{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .about-detail-grid,
  .metric.warning ul{
    grid-template-columns:1fr;
  }
  .about-intro-card,
  .founder-small{
    border-radius:24px;
    padding:24px;
  }
}


/* v3 focused report-preview fixes */
.metric.warning{
  grid-column:1 / -1;
}
.metric.warning summary{
  grid-template-columns:1fr auto;
}
.metric.warning[open]{
  grid-column:1 / -1;
}
.metric.warning ul{
  grid-template-columns:repeat(2,minmax(280px,1fr));
}
.alert-price{
  display:inline-block;
  background:rgba(255,105,105,0.14);
  color:var(--red);
  border:1px solid rgba(255,105,105,0.28);
  border-radius:999px;
  padding:2px 7px;
  margin-left:4px;
  font-weight:900;
  line-height:1.2;
}
@media(max-width:680px){
  .metric.warning ul{
    grid-template-columns:1fr;
  }
}


/* v4 exact fix: review card separate full-width row; delivery alerts forced red/bold */
.report-mock .metric-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.report-mock .metric-grid > .metric:nth-child(3){
  grid-column:1 / -1;
}
.report-mock .review-wide{
  display:block;
  width:100%;
  margin-top:14px;
  min-height:auto;
  grid-column:auto;
}
.report-mock .review-wide[open]{
  min-height:auto;
  grid-row:auto;
}
.report-mock .review-wide summary{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:"label arrow" "number arrow";
}
.report-mock .review-wide ul{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  padding:0 18px 18px 18px;
}
.report-mock .review-wide li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  white-space:nowrap;
  border:1px solid rgba(255,105,105,.16);
  background:rgba(255,105,105,.055);
  border-radius:14px;
  padding:9px 11px;
  margin:0;
}
.report-mock .review-wide mark,
.report-mock .alert-price{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  background:rgba(255,105,105,0.14) !important;
  color:var(--red) !important;
  border:1px solid rgba(255,105,105,0.28) !important;
  border-radius:999px !important;
  padding:2px 7px !important;
  margin-left:4px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
.report-mock .metric li .alert-price{
  color:var(--red) !important;
  font-weight:900 !important;
}
@media(max-width:680px){
  .report-mock .metric-grid{
    grid-template-columns:1fr;
  }
  .report-mock .review-wide li{
    white-space:normal;
    flex-wrap:wrap;
    justify-content:flex-start;
  }
}


/* v5 trust + exact red pill treatment */
.report-mock .alert-pill,
.report-mock .review-wide mark,
.report-mock .warning mark{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  background:rgba(255,105,105,0.14) !important;
  color:var(--red) !important;
  border:1px solid rgba(255,105,105,0.28) !important;
  border-radius:999px !important;
  padding:2px 7px !important;
  margin-left:4px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
.trust-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top left, rgba(29,111,255,.12), transparent 38%),
    #03050b;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.trust-grid article{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:30px;
  padding:30px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.trust-grid span{
  display:inline-flex;
  color:var(--blue2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
  margin-bottom:26px;
}
.trust-grid h3{
  margin:0 0 12px;
}
.trust-grid p{
  color:var(--muted);
  margin:0;
}
.apply-trust-list{
  margin-top:24px;
  display:grid;
  gap:12px;
}
.apply-trust-list div{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:18px;
  padding:14px;
}
.apply-trust-list strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}
.apply-trust-list span{
  display:block;
  color:var(--muted);
  font-size:14px;
}
@media(max-width:900px){
  .trust-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .trust-grid article{
    border-radius:24px;
    padding:24px;
  }
}


/* v7 application validation */
.form-error{
  border:1px solid rgba(255,105,105,.34);
  background:rgba(255,105,105,.10);
  color:#ffd7d7;
  border-radius:16px;
  padding:13px 14px;
  margin:2px 0 16px;
  font-weight:750;
}
.form-error[hidden]{
  display:none;
}


/* v8 chart in report preview */
.report-mock h4{
  margin:6px 0 10px;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.chart-panel{
  margin-top:18px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border-radius:24px;
  padding:18px;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:16px;
  align-items:center;
}
.chart-copy p:not(.label){
  color:var(--muted);
  font-size:14px;
  margin-bottom:0;
}
.chart-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.chart-visual img{
  width:100%;
  max-width:360px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,.18));
}
.chart-legend{
  list-style:none;
  margin:14px 0 0;
  padding:0;
  display:grid;
  gap:8px;
}
.chart-legend li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#dceaff;
  font-size:14px;
}
.chart-legend li span{
  width:12px;
  height:12px;
  border-radius:999px;
  display:inline-block;
}
.chart-legend li:nth-child(1) span{background:#1f77b4;}
.chart-legend li:nth-child(2) span{background:#ff7f0e;}
.chart-legend li:nth-child(3) span{background:#2ca02c;}
.chart-legend li:nth-child(4) span{background:#d62728;}
.chart-legend li:nth-child(5) span{background:#9467bd;}
@media(max-width:900px){
  .chart-panel{
    grid-template-columns:1fr;
  }
}


/* v9 premium doughnut chart */
.chart-panel{
  margin-top:18px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border-radius:24px;
  padding:18px;
}
.chart-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:16px;
}
.chart-note{
  color:var(--muted);
  font-size:14px;
  max-width:340px;
  margin:0;
  text-align:right;
}
.report-mock h4{
  margin:6px 0 0;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.donut-layout{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:18px;
  align-items:center;
}
.donut-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:270px;
}
.donut-chart{
  width:240px;
  height:240px;
  border-radius:50%;
  background:
    conic-gradient(
      #4da3ff 0deg 103.8deg,
      #35c3a3 103.8deg 185.3deg,
      #8b7cff 185.3deg 247.8deg,
      #ff6b6b 247.8deg 289.5deg,
      #f5a524 289.5deg 327.4deg,
      #7f8ea3 327.4deg 360deg
    );
  padding:18px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.10),
    0 18px 42px rgba(0,0,0,.20);
  position:relative;
}
.donut-chart::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 35%, rgba(255,255,255,.08), rgba(8,14,28,.96) 68%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.donut-center{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:2;
  text-align:center;
  padding:50px;
}
.donut-center strong{
  font-size:44px;
  line-height:1;
  letter-spacing:-.06em;
}
.donut-center span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.3;
  max-width:130px;
}
.donut-legend{
  display:grid;
  gap:10px;
}
.legend-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.045);
  border-radius:16px;
  padding:10px 12px;
}
.legend-row label{
  color:#dceaff;
  font-size:14px;
  font-weight:650;
}
.legend-row b{
  font-size:15px;
  letter-spacing:-.02em;
}
.swatch{
  width:12px;
  height:12px;
  border-radius:999px;
  display:inline-block;
}
.swatch-1{background:#4da3ff}
.swatch-2{background:#35c3a3}
.swatch-3{background:#8b7cff}
.swatch-4{background:#ff6b6b}
.swatch-5{background:#f5a524}
.swatch-6{background:#7f8ea3}

@media(max-width:900px){
  .donut-layout{
    grid-template-columns:1fr;
  }
  .chart-header{
    flex-direction:column;
    align-items:flex-start;
  }
  .chart-note{
    max-width:none;
    text-align:left;
  }
}
@media(max-width:680px){
  .donut-chart{
    width:210px;
    height:210px;
  }
  .donut-wrap{
    min-height:230px;
  }
  .donut-center strong{
    font-size:38px;
  }
  .legend-row{
    grid-template-columns:auto 1fr auto;
  }
}


/* v10 value section: why the report is worth trying */
.value-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top right, rgba(29,111,255,.14), transparent 38%),
    #03050b;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.value-grid article{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.value-grid article:hover{
  border-color:rgba(57,186,255,.32);
  background:linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
}
.value-icon{
  width:44px;
  height:44px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(57,186,255,.12);
  color:var(--blue2);
  font-weight:900;
  margin-bottom:22px;
}
.value-icon.alert{
  color:var(--red);
  background:rgba(255,105,105,.12);
}
.value-grid h3{
  margin:0 0 10px;
}
.value-grid p{
  color:var(--muted);
  margin:0 0 16px;
}
.value-example{
  border:1px solid rgba(57,186,255,.18);
  background:rgba(29,111,255,.08);
  color:#dceaff;
  border-radius:18px;
  padding:14px;
  font-size:14px;
}
.value-example strong{
  color:#fff;
}
.red-text{
  color:var(--red) !important;
  font-weight:900;
}
.value-page-section{
  padding-top:0;
}
.value-grid.compact{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.value-grid.compact article{
  min-height:210px;
}
.value-grid.compact article h3{
  font-size:24px;
}
.value-grid.compact article p{
  margin:0;
  color:#dceaff;
}
@media(max-width:1080px){
  .value-grid,
  .value-grid.compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .value-grid,
  .value-grid.compact{
    grid-template-columns:1fr;
  }
  .value-grid article{
    border-radius:24px;
    padding:24px;
  }
}


/* v12 advanced/predictive metrics */
.advanced-metrics-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top right, rgba(29,111,255,.16), transparent 38%),
    linear-gradient(180deg, #03050b, #06101f 52%, #03050b);
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.advanced-metrics-grid{
  align-items:center;
}
.small-note{
  color:var(--muted);
  font-size:14px !important;
  margin-top:18px;
}
.metrics-console{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:28px;
  box-shadow:0 30px 110px rgba(29,111,255,.15), var(--shadow);
}
.console-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.console-top h3{
  margin:7px 0 0;
  font-size:32px;
}
.console-top > span{
  border:1px solid rgba(57,186,255,.28);
  background:rgba(29,111,255,.13);
  color:#dff3ff;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:850;
}
.signal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.signal-card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:20px;
  padding:18px;
}
.signal-card span{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:750;
  margin-bottom:8px;
}
.signal-card strong{
  display:block;
  font-size:30px;
  line-height:1;
  letter-spacing:-.05em;
}
.signal-card strong.up{
  color:#65e4b5;
}
.signal-card strong.warn{
  color:#ffb454;
}
.signal-card p{
  color:var(--muted);
  margin:10px 0 0;
  font-size:13px;
}
.metrics-page-section{
  padding-top:0;
}
.metric-explainer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.metric-explainer-grid article{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.metric-explainer-grid h3{
  margin:0 0 10px;
}
.metric-explainer-grid p{
  color:var(--muted);
  margin:0 0 16px;
}
.metric-explainer-grid div{
  border:1px solid rgba(57,186,255,.18);
  background:rgba(29,111,255,.08);
  color:#dceaff;
  border-radius:18px;
  padding:14px;
  font-size:14px;
}
.metric-explainer-grid strong{
  color:#fff;
}
.up-text{
  color:#65e4b5 !important;
}
.warn-text{
  color:#ffb454 !important;
}
@media(max-width:1080px){
  .metric-explainer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .console-top{
    flex-direction:column;
  }
}
@media(max-width:680px){
  .signal-grid,
  .metric-explainer-grid{
    grid-template-columns:1fr;
  }
  .metrics-console,
  .metric-explainer-grid article{
    border-radius:24px;
    padding:24px;
  }
}


/* v13 suggested optimisation sections */
.optimisation-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top left, rgba(57,186,255,.12), transparent 38%),
    #03050b;
}
.optimisation-grid{
  align-items:center;
}
.optimisation-console{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:28px;
  box-shadow:0 30px 110px rgba(29,111,255,.15), var(--shadow);
}
.optimisation-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}
.optimisation-list article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:22px;
  padding:20px;
}
.optimisation-list article:hover{
  border-color:rgba(57,186,255,.32);
  background:rgba(255,255,255,.06);
}
.optimisation-list span{
  display:block;
  color:var(--blue2);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.optimisation-list h3{
  margin:0 0 10px;
  font-size:24px;
}
.optimisation-list p{
  color:var(--muted);
  margin:0;
}
.optimisation-page-section{
  padding-top:0;
}
.optimisation-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.optimisation-card-grid article{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.optimisation-card-grid span{
  display:inline-block;
  color:var(--blue2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
  margin-bottom:24px;
}
.optimisation-card-grid h3{
  margin:0 0 10px;
  font-size:24px;
}
.optimisation-card-grid p{
  color:var(--muted);
  margin:0;
}
@media(max-width:1080px){
  .optimisation-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .optimisation-card-grid{
    grid-template-columns:1fr;
  }
  .optimisation-console,
  .optimisation-card-grid article{
    border-radius:24px;
    padding:24px;
  }
}


/* v14 price increase detected */
.amber-text,
.warn-text{
  color:#ffb454 !important;
  font-weight:900;
}
.signal-card.price-alert{
  border-color:rgba(255,180,84,.28);
  background:linear-gradient(180deg, rgba(255,180,84,.10), rgba(255,255,255,.04));
}
.signal-card.price-alert strong{
  color:#ffb454;
}
.optimisation-list article:nth-last-child(1){
  border-color:rgba(255,180,84,.22);
}


/* v15 cache-busted visual rebuild: chart visible + added sections properly boxed */
.chart-panel{
  display:block !important;
  grid-template-columns:none !important;
  width:100% !important;
  margin-top:20px !important;
  margin-bottom:22px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 80% 10%, rgba(57,186,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  border-radius:28px !important;
  padding:22px !important;
}
.chart-header{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:18px !important;
  padding-bottom:18px !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
}
.chart-note{
  color:var(--muted) !important;
  font-size:14px !important;
  max-width:300px !important;
  margin:0 !important;
  text-align:right !important;
}
.donut-layout{
  margin-top:20px !important;
  display:grid !important;
  grid-template-columns:minmax(240px,320px) 1fr !important;
  gap:22px !important;
  align-items:center !important;
}
.donut-wrap{
  min-height:270px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.svg-donut{
  width:242px !important;
  height:242px !important;
  border-radius:50% !important;
  position:relative !important;
  background:radial-gradient(circle at 50% 50%, rgba(9,17,33,.96) 0 53%, transparent 54%) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.26) !important;
}
.svg-donut svg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  transform:rotate(-90deg) !important;
  overflow:visible !important;
}
.donut-track{
  fill:none !important;
  stroke:rgba(255,255,255,.08) !important;
  stroke-width:16 !important;
}
.seg{
  fill:none !important;
  stroke-width:16 !important;
  stroke-linecap:butt !important;
}
.seg-1{stroke:#4da3ff !important;stroke-dasharray:28.8 71.2 !important;stroke-dashoffset:0 !important}
.seg-2{stroke:#35c3a3 !important;stroke-dasharray:22.6 77.4 !important;stroke-dashoffset:-28.8 !important}
.seg-3{stroke:#8b7cff !important;stroke-dasharray:17.4 82.6 !important;stroke-dashoffset:-51.4 !important}
.seg-4{stroke:#ff6b6b !important;stroke-dasharray:11.6 88.4 !important;stroke-dashoffset:-68.8 !important}
.seg-5{stroke:#f5a524 !important;stroke-dasharray:10.5 89.5 !important;stroke-dashoffset:-80.4 !important}
.seg-6{stroke:#7f8ea3 !important;stroke-dasharray:9.1 90.9 !important;stroke-dashoffset:-90.9 !important}
.donut-center{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:58px !important;
}
.donut-center strong{
  font-size:44px !important;
  line-height:1 !important;
  letter-spacing:-.06em !important;
}
.donut-center span{
  display:block !important;
  margin-top:8px !important;
  color:var(--muted) !important;
  font-size:13px !important;
  line-height:1.25 !important;
}
.donut-legend{
  display:grid !important;
  gap:10px !important;
}
.legend-row{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:14px !important;
  row-gap:4px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  background:rgba(255,255,255,.045) !important;
  border-radius:16px !important;
  padding:11px 13px !important;
}
.legend-row label{
  color:#dceaff !important;
  font-size:14px !important;
  font-weight:700 !important;
  min-width:0 !important;
}
.legend-row b{
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  justify-self:end !important;
  white-space:nowrap !important;
}
.swatch{
  width:12px !important;
  height:12px !important;
  border-radius:999px !important;
}

/* Make later added copy sections feel like designed product panels */
.advanced-metrics-section .copy-block,
.optimisation-section .copy-block{
  border:1px solid var(--line) !important;
  background:
    radial-gradient(circle at top left, rgba(57,186,255,.11), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  border-radius:34px !important;
  padding:34px !important;
  box-shadow:0 18px 60px rgba(0,0,0,.20) !important;
}
.advanced-metrics-section .copy-block h2,
.optimisation-section .copy-block h2{
  font-size:clamp(38px,5vw,68px) !important;
  line-height:.96 !important;
}
.advanced-metrics-section .copy-block p:not(.label),
.optimisation-section .copy-block p:not(.label){
  font-size:18px !important;
  line-height:1.55 !important;
}
.advanced-metrics-grid,
.optimisation-grid{
  gap:42px !important;
}
.metrics-console,
.optimisation-console{
  border-radius:34px !important;
  padding:28px !important;
}
.signal-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
.signal-card{
  min-height:150px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
}
.signal-card span{
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  color:var(--blue2) !important;
}
.signal-card strong{
  margin:8px 0 !important;
}

/* Optimisation section: each suggestion is a proper card, less paragraph-wall */
.optimisation-list{
  grid-template-columns:1fr !important;
  gap:14px !important;
}
.optimisation-list article{
  position:relative !important;
  padding:22px !important;
  border-radius:24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035)) !important;
}
.optimisation-list article span{
  display:inline-flex !important;
  border:1px solid rgba(57,186,255,.25) !important;
  background:rgba(57,186,255,.09) !important;
  border-radius:999px !important;
  padding:5px 9px !important;
}
.optimisation-list article h3{
  margin-top:12px !important;
  font-size:24px !important;
}
.optimisation-list article p{
  line-height:1.55 !important;
}

/* Report page advanced metrics: more spacious, less wall of text */
.metrics-page-section .section-copy{
  border:1px solid var(--line) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
  border-radius:32px !important;
  padding:34px !important;
  margin-bottom:26px !important;
}
.metric-explainer-grid article{
  min-height:245px !important;
  display:flex !important;
  flex-direction:column !important;
}
.metric-explainer-grid article div{
  margin-top:auto !important;
}
.metric-explainer-grid h3{
  font-size:25px !important;
  line-height:1.08 !important;
}

@media(max-width:1080px){
  .donut-layout{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:900px){
  .chart-header{
    flex-direction:column !important;
  }
  .chart-note{
    text-align:left !important;
    max-width:none !important;
  }
  .advanced-metrics-section .copy-block,
  .optimisation-section .copy-block{
    padding:28px !important;
  }
}
@media(max-width:680px){
  .svg-donut{
    width:210px !important;
    height:210px !important;
  }
  .donut-wrap{
    min-height:230px !important;
  }
  .legend-row{
    grid-template-columns:auto 1fr auto !important;
  }
}


/* v16 spend-breakdown legend overlap fix */
.donut-legend{
  display:grid !important;
  gap:10px !important;
}
.donut-legend .legend-row{
  display:grid !important;
  grid-template-columns:14px minmax(0, 1fr) minmax(58px, max-content) !important;
  column-gap:14px !important;
  align-items:center !important;
  width:100% !important;
  min-width:0 !important;
}
.donut-legend .legend-row label{
  min-width:0 !important;
  padding-right:14px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  line-height:1.25 !important;
}
.donut-legend .legend-row b{
  min-width:58px !important;
  justify-self:end !important;
  text-align:right !important;
  white-space:nowrap !important;
  margin-left:0 !important;
  position:relative !important;
  z-index:2 !important;
}
.donut-legend .swatch{
  justify-self:start !important;
  flex:0 0 auto !important;
}
@media(max-width:680px){
  .donut-legend .legend-row{
    grid-template-columns:14px minmax(0, 1fr) minmax(54px, max-content) !important;
    column-gap:12px !important;
  }
  .donut-legend .legend-row label{
    padding-right:8px !important;
  }
}


/* v17 spend-breakdown legend readability fix */
.chart-panel .donut-layout{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:22px !important;
  align-items:center !important;
}
.chart-panel .donut-wrap{
  min-height:250px !important;
}
.chart-panel .donut-legend{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  width:100% !important;
}
.chart-panel .donut-legend .legend-row{
  display:grid !important;
  grid-template-columns:14px minmax(0, 1fr) 66px !important;
  column-gap:14px !important;
  align-items:center !important;
  width:100% !important;
  min-width:0 !important;
}
.chart-panel .donut-legend .legend-row label{
  min-width:0 !important;
  padding-right:10px !important;
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:normal !important;
  line-height:1.25 !important;
  word-break:normal !important;
}
.chart-panel .donut-legend .legend-row b{
  width:66px !important;
  min-width:66px !important;
  justify-self:end !important;
  text-align:right !important;
  white-space:nowrap !important;
}
@media(max-width:680px){
  .chart-panel .donut-legend .legend-row{
    grid-template-columns:14px minmax(0, 1fr) 60px !important;
    column-gap:12px !important;
  }
  .chart-panel .donut-legend .legend-row b{
    width:60px !important;
    min-width:60px !important;
  }
}


/* v18 marketing conversion sections */
.urgency-pill{
  border-color:rgba(255,180,84,.35) !important;
  background:linear-gradient(90deg, rgba(255,180,84,.13), rgba(29,111,255,.12)) !important;
  color:#fff4e2 !important;
}

.marketing-proof-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,180,84,.11), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(57,186,255,.12), transparent 38%),
    #03050b;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.marketing-proof-panel{
  border:1px solid var(--line);
  border-radius:38px;
  padding:34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
  box-shadow:0 28px 100px rgba(0,0,0,.28);
  overflow:hidden;
  position:relative;
}

.marketing-proof-panel::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:
    radial-gradient(circle at 76% 0%, rgba(29,111,255,.18), transparent 28%),
    radial-gradient(circle at 10% 20%, rgba(255,180,84,.08), transparent 30%);
}

.marketing-proof-panel > *{
  position:relative;
  z-index:1;
}

.marketing-proof-panel .section-copy{
  max-width:940px;
  margin-bottom:26px;
}

.marketing-proof-panel .section-copy h2{
  max-width:1000px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.marketing-proof-panel .section-copy p:not(.label){
  max-width:820px;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
}

.marketing-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.marketing-proof-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:26px;
  padding:24px;
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.marketing-proof-grid article:nth-child(1){
  background:linear-gradient(180deg, rgba(255,180,84,.10), rgba(255,255,255,.04));
  border-color:rgba(255,180,84,.20);
}

.marketing-proof-grid span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(57,186,255,.26);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:26px;
}

.marketing-proof-grid h3{
  margin:0 0 12px;
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.035em;
}

.marketing-proof-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

.no-risk-strip{
  margin-top:16px;
  border:1px solid rgba(57,186,255,.22);
  background:
    linear-gradient(90deg, rgba(29,111,255,.16), rgba(255,255,255,.045));
  border-radius:26px;
  padding:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.no-risk-strip strong{
  display:block;
  font-size:20px;
  letter-spacing:-.025em;
}

.no-risk-strip span{
  display:block;
  margin-top:5px;
  color:var(--muted);
}

.objection-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top right, rgba(29,111,255,.12), transparent 36%),
    #06101f;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.objection-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.objection-grid article{
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:30px;
  padding:28px;
  min-height:220px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}

.objection-grid h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.045em;
}

.objection-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

.report-why-section{
  padding-top:0 !important;
}

.report-why-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  display:grid;
  grid-template-columns:1.4fr .7fr;
  gap:24px;
  align-items:center;
  box-shadow:0 24px 90px rgba(0,0,0,.25);
}

.report-why-panel h2{
  margin:8px 0 12px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}

.report-why-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:760px;
  margin:0;
}

.report-why-mini{
  border:1px solid rgba(255,180,84,.24);
  background:rgba(255,180,84,.08);
  border-radius:26px;
  padding:24px;
}

.report-why-mini span{
  display:inline-flex;
  border:1px solid rgba(255,180,84,.30);
  color:#ffd7a0;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.report-why-mini strong{
  display:block;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.035em;
  margin-bottom:18px;
}

.cta-section .cta-panel{
  border-color:rgba(255,180,84,.22) !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(255,180,84,.13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
}

@media(max-width:1080px){
  .marketing-proof-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .report-why-panel{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .marketing-proof-panel{
    padding:24px;
    border-radius:30px;
  }
  .marketing-proof-grid,
  .objection-grid{
    grid-template-columns:1fr;
  }
  .marketing-proof-grid article,
  .objection-grid article{
    min-height:auto;
  }
  .no-risk-strip{
    flex-direction:column;
    align-items:flex-start;
  }
  .no-risk-strip .button{
    width:100%;
    justify-content:center;
  }
  .report-why-panel{
    padding:26px;
    border-radius:28px;
  }
}


/* v19 under-promise / overdeliver marketing balance */
.promise-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(57,186,255,.12), transparent 34%),
    linear-gradient(180deg, #03050b, #06101f);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.promise-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 82% 0%, rgba(29,111,255,.16), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:stretch;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}

.promise-copy{
  padding:10px;
}

.promise-copy h2{
  margin:10px 0 16px;
  font-size:clamp(38px,5vw,68px);
  line-height:.95;
  letter-spacing:-.065em;
  max-width:760px;
}

.promise-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:760px;
  margin:0;
}

.promise-cards{
  display:grid;
  gap:14px;
}

.promise-cards article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:26px;
  padding:22px;
}

.promise-cards article:nth-child(2){
  border-color:rgba(57,186,255,.24);
  background:linear-gradient(180deg, rgba(57,186,255,.10), rgba(255,255,255,.035));
}

.promise-cards span{
  display:block;
  color:var(--blue2);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
  margin-bottom:10px;
}

.promise-cards strong{
  display:block;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:8px;
}

.promise-cards p{
  color:var(--muted);
  margin:0;
  line-height:1.5;
}

.overdeliver-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top right, rgba(255,180,84,.10), transparent 34%),
    #03050b;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.overdeliver-panel{
  border:1px solid var(--line);
  border-radius:38px;
  padding:34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow:0 28px 100px rgba(0,0,0,.26);
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:center;
}

.overdeliver-panel h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,66px);
  line-height:.96;
  letter-spacing:-.06em;
}

.overdeliver-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  margin:0;
}

.overdeliver-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.overdeliver-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:26px;
  padding:24px;
  min-height:160px;
}

.overdeliver-grid strong{
  display:block;
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:10px;
}

.overdeliver-grid span{
  display:block;
  color:var(--muted);
  line-height:1.5;
}

.apply-promise-box{
  margin:22px 0;
  border:1px solid rgba(57,186,255,.22);
  background:
    linear-gradient(180deg, rgba(57,186,255,.10), rgba(255,255,255,.035));
  border-radius:24px;
  padding:22px;
}

.apply-promise-box h3{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.apply-promise-box p:not(.label){
  color:var(--muted);
  line-height:1.55;
  margin:0;
}

.report-promise-section{
  padding-top:0 !important;
}

.report-promise-panel{
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.03));
  border-radius:30px;
  padding:30px;
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}

.report-promise-panel h2{
  margin:8px 0 12px;
  font-size:clamp(32px,4vw,54px);
  line-height:.98;
  letter-spacing:-.055em;
}

.report-promise-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:820px;
  margin:0;
}

@media(max-width:1080px){
  .promise-panel,
  .overdeliver-panel{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .promise-panel,
  .overdeliver-panel{
    border-radius:30px;
    padding:24px;
  }

  .overdeliver-grid{
    grid-template-columns:1fr;
  }

  .overdeliver-grid article{
    min-height:auto;
  }
}


/* v20 subtle marketing without defensive disclaimers */
.quiet-value-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(57,186,255,.13), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(255,180,84,.08), transparent 34%),
    #03050b;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.quiet-value-panel{
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}

.quiet-value-copy{
  max-width:930px;
  margin-bottom:26px;
}

.quiet-value-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.quiet-value-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:790px;
  margin:0;
}

.quiet-value-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.quiet-value-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:240px;
}

.quiet-value-grid article:nth-child(2){
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));
}

.quiet-value-grid span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:24px;
}

.quiet-value-grid strong{
  display:block;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:12px;
}

.quiet-value-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

.quiet-cta-strip{
  margin-top:16px;
  border:1px solid rgba(255,180,84,.22);
  background:
    linear-gradient(90deg, rgba(255,180,84,.10), rgba(29,111,255,.10));
  border-radius:28px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.quiet-cta-strip strong{
  display:block;
  font-size:21px;
  letter-spacing:-.025em;
}

.quiet-cta-strip span{
  display:block;
  color:var(--muted);
  margin-top:5px;
}

.report-subtle-value-section{
  padding-top:0 !important;
}

.report-subtle-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  box-shadow:0 24px 90px rgba(0,0,0,.25);
}

.report-subtle-panel h2{
  margin:8px 0 12px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}

.report-subtle-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:760px;
  margin:0;
}

@media(max-width:980px){
  .quiet-value-grid{
    grid-template-columns:1fr;
  }
  .quiet-value-grid article{
    min-height:auto;
  }
  .quiet-cta-strip,
  .report-subtle-panel{
    flex-direction:column;
    align-items:flex-start;
  }
  .quiet-cta-strip .button,
  .report-subtle-panel .button{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:760px){
  .quiet-value-panel,
  .report-subtle-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v21 trust and confidentiality sections */
.confidentiality-section{
  padding:104px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(57,186,255,.12), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(29,111,255,.10), transparent 34%),
    #06101f;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.confidentiality-panel{
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}

.confidentiality-copy{
  max-width:980px;
  margin-bottom:26px;
}

.confidentiality-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.confidentiality-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:820px;
  margin:0;
}

.confidentiality-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.confidentiality-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:230px;
}

.confidentiality-grid article:nth-child(2){
  border-color:rgba(57,186,255,.24);
  background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));
}

.confidentiality-grid span{
  display:inline-flex;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:24px;
}

.confidentiality-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.confidentiality-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

.about-confidentiality-section{
  padding-top:0 !important;
}

.about-confidentiality-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:start;
  box-shadow:0 24px 90px rgba(0,0,0,.25);
}

.about-confidentiality-panel h2{
  margin:8px 0 12px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}

.about-confidentiality-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  margin:0;
}

.about-confidentiality-list{
  display:grid;
  gap:12px;
}

.about-confidentiality-list div,
.apply-confidentiality-box{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:22px;
  padding:20px;
}

.about-confidentiality-list strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
}

.about-confidentiality-list span{
  display:block;
  color:var(--muted);
  line-height:1.5;
}

.apply-confidentiality-box{
  margin:22px 0;
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.10), rgba(255,255,255,.035));
}

.apply-confidentiality-box h3{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.apply-confidentiality-box p:not(.label){
  color:var(--muted);
  line-height:1.55;
  margin:0;
}

@media(max-width:980px){
  .confidentiality-grid,
  .about-confidentiality-panel{
    grid-template-columns:1fr;
  }
  .confidentiality-grid article{
    min-height:auto;
  }
}

@media(max-width:760px){
  .confidentiality-panel,
  .about-confidentiality-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v22 header logo blend fix */
.brand{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.brand img{
  width: 248px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.18));
}

.topbar{
  background: linear-gradient(180deg, rgba(4, 7, 16, 0.88), rgba(4, 7, 16, 0.78));
}


/* v23 clean flat header logo */
.brand img{
  width: 248px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.18));
}


/* v24 professional spend visibility section */
.spend-visibility-section{
  padding:104px 0;
  background:
    radial-gradient(circle at top right, rgba(29,111,255,.12), transparent 36%),
    #06101f;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.spend-visibility-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(57,186,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.26);
}

.spend-visibility-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:26px;
}

.spend-visibility-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:220px;
}

.spend-visibility-grid article:nth-child(2){
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));
}

.spend-visibility-grid span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:24px;
}

.spend-visibility-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.spend-visibility-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

@media(max-width:980px){
  .spend-visibility-grid{
    grid-template-columns:1fr;
  }
  .spend-visibility-grid article{
    min-height:auto;
  }
}

@media(max-width:760px){
  .spend-visibility-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v25 easier application and shorter homepage */
.hero-ease-strip{
  margin:26px auto 0;
  max-width:880px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.hero-ease-strip div{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:18px;
  padding:14px 16px;
  text-align:left;
}

.hero-ease-strip strong{
  display:block;
  font-size:14px;
  letter-spacing:-.02em;
}

.hero-ease-strip span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}

.hero-ease-strip a{
  color:#dff3ff;
  font-weight:800;
}

.easy-apply-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(57,186,255,.12), transparent 36%),
    #03050b;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.easy-apply-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 82% 0%, rgba(29,111,255,.15), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}

.easy-apply-copy{
  max-width:940px;
  margin-bottom:26px;
}

.easy-apply-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.easy-apply-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:810px;
  margin:0;
}

.easy-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.easy-steps-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:230px;
}

.easy-steps-grid article:nth-child(2){
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));
}

.easy-steps-grid span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:24px;
}

.easy-steps-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.easy-steps-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

.easy-steps-grid a,
.how-easy-panel a:not(.button){
  color:#dff3ff;
  font-weight:800;
}

.safe-try-box{
  margin-top:16px;
  border:1px solid rgba(255,180,84,.22);
  background:linear-gradient(90deg, rgba(255,180,84,.10), rgba(29,111,255,.10));
  border-radius:26px;
  padding:20px 22px;
  display:flex;
  gap:8px;
  align-items:flex-start;
}

.safe-try-box strong{
  white-space:nowrap;
}

.safe-try-box span{
  color:var(--muted);
  line-height:1.5;
}

.apply-email-option{
  color:var(--muted);
  margin-top:-6px;
}

.apply-email-option a{
  color:#dff3ff;
  font-weight:850;
}

.upload-form label small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}

.apply-safe-box{
  margin:22px 0;
  border:1px solid rgba(255,180,84,.22);
  background:linear-gradient(180deg, rgba(255,180,84,.09), rgba(255,255,255,.035));
  border-radius:24px;
  padding:22px;
}

.apply-safe-box h3{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.apply-safe-box p:not(.label){
  color:var(--muted);
  line-height:1.55;
  margin:0;
}

.how-easy-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  box-shadow:0 24px 90px rgba(0,0,0,.25);
}

.how-easy-panel h2{
  margin:8px 0 12px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}

.how-easy-panel p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:760px;
  margin:0;
}

@media(max-width:980px){
  .hero-ease-strip,
  .easy-steps-grid{
    grid-template-columns:1fr;
  }

  .easy-steps-grid article{
    min-height:auto;
  }

  .safe-try-box,
  .how-easy-panel{
    flex-direction:column;
    align-items:flex-start;
  }

  .how-easy-panel .button{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:760px){
  .easy-apply-panel,
  .how-easy-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v25 confidentiality homepage block */
.confidentiality-section{
  padding:104px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(57,186,255,.12), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(29,111,255,.10), transparent 34%),
    #06101f;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.confidentiality-panel{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}
.confidentiality-copy{max-width:980px;margin-bottom:26px;}
.confidentiality-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}
.confidentiality-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:820px;
  margin:0;
}
.confidentiality-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.confidentiality-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:230px;
}
.confidentiality-grid article:nth-child(2){
  border-color:rgba(57,186,255,.24);
  background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));
}
.confidentiality-grid span{
  display:inline-flex;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:24px;
}
.confidentiality-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.confidentiality-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}
@media(max-width:980px){
  .confidentiality-grid{grid-template-columns:1fr;}
  .confidentiality-grid article{min-height:auto;}
}
@media(max-width:760px){
  .confidentiality-panel{padding:24px;border-radius:30px;}
}


/* v26 practice-manager-focused tone and softer section */
.practice-manager-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 86% 0%, rgba(57,186,255,.10), transparent 34%),
    linear-gradient(180deg, #03050b 0%, #06101f 100%);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.practice-manager-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.25);
}

.practice-manager-copy{
  max-width:900px;
  margin-bottom:26px;
}

.practice-manager-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.practice-manager-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:800px;
  margin:0;
}

.manager-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.manager-benefit-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:210px;
}

.manager-benefit-grid article:nth-child(2){
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.08), rgba(255,255,255,.035));
}

.manager-benefit-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.manager-benefit-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

@media(max-width:980px){
  .manager-benefit-grid{
    grid-template-columns:1fr;
  }
  .manager-benefit-grid article{
    min-height:auto;
  }
}

@media(max-width:760px){
  .practice-manager-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v27 last-month framing copy update */
.hero-ease-strip div:first-child{
  border-color:rgba(57,186,255,.20);
  background:linear-gradient(180deg, rgba(57,186,255,.08), rgba(255,255,255,.04));
}


/* v28 no-commitment apply box */
.apply-no-commitment-box{
  margin:22px 0;
  border:1px solid rgba(101,228,181,.24);
  background:
    radial-gradient(circle at top right, rgba(101,228,181,.12), transparent 36%),
    linear-gradient(180deg, rgba(101,228,181,.08), rgba(255,255,255,.035));
  border-radius:24px;
  padding:22px;
}

.apply-no-commitment-box h3{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.apply-no-commitment-box p:not(.label){
  color:var(--muted);
  line-height:1.55;
  margin:0;
}


/* v29 empathetic practice-admin section */
.admin-pressure-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(57,186,255,.10), transparent 34%),
    linear-gradient(180deg, #03050b 0%, #06101f 100%);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.admin-pressure-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 85% 0%, rgba(101,228,181,.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.26);
}

.admin-pressure-copy{
  max-width:980px;
  margin-bottom:26px;
}

.admin-pressure-copy h2{
  margin:8px 0 16px;
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.065em;
}

.admin-pressure-copy p:not(.label){
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:870px;
  margin:0;
}

.admin-pressure-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.admin-pressure-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:26px;
  min-height:220px;
}

.admin-pressure-grid article:nth-child(2){
  border-color:rgba(57,186,255,.22);
  background:linear-gradient(180deg, rgba(57,186,255,.08), rgba(255,255,255,.035));
}

.admin-pressure-grid span{
  display:inline-flex;
  width:max-content;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:24px;
}

.admin-pressure-grid h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.admin-pressure-grid p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}

@media(max-width:980px){
  .admin-pressure-grid{
    grid-template-columns:1fr;
  }
  .admin-pressure-grid article{
    min-height:auto;
  }
}

@media(max-width:760px){
  .admin-pressure-panel{
    padding:24px;
    border-radius:30px;
  }
}


/* v30 reduce repeated patient-data warnings; focus on effort and hidden detail */
.scope-section{
  padding:104px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(57,186,255,.12), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(29,111,255,.10), transparent 34%),
    #06101f;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.scope-panel{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}

.scope-copy{max-width:980px;margin-bottom:26px;}
.scope-copy h2{margin:8px 0 16px;font-size:clamp(38px,5vw,72px);line-height:.95;letter-spacing:-.065em;}
.scope-copy p:not(.label){color:var(--muted);font-size:18px;line-height:1.55;max-width:820px;margin:0;}
.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.scope-grid article{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:28px;padding:26px;min-height:220px;}
.scope-grid article:nth-child(2){border-color:rgba(57,186,255,.24);background:linear-gradient(180deg, rgba(57,186,255,.09), rgba(255,255,255,.035));}
.scope-grid span{display:inline-flex;border:1px solid rgba(57,186,255,.25);background:rgba(57,186,255,.08);color:var(--blue2);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;letter-spacing:.14em;margin-bottom:24px;}
.scope-grid h3{margin:0 0 12px;font-size:27px;line-height:1.05;letter-spacing:-.04em;}
.scope-grid p{color:var(--muted);margin:0;line-height:1.55;}
.scope-note{margin:18px 0 0;color:var(--muted);font-size:14px;}

.apply-effort-box,.apply-catch-box{
  margin:22px 0;
  border:1px solid rgba(57,186,255,.22);
  background:radial-gradient(circle at top right, rgba(57,186,255,.10), transparent 36%),linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border-radius:24px;
  padding:22px;
}
.apply-catch-box{border-color:rgba(101,228,181,.22);background:radial-gradient(circle at top right, rgba(101,228,181,.10), transparent 36%),linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));}
.apply-effort-box h3,.apply-catch-box h3{margin:8px 0 10px;font-size:28px;line-height:1.05;letter-spacing:-.04em;}
.apply-effort-box p:not(.label),.apply-catch-box p:not(.label){color:var(--muted);line-height:1.55;margin:0;}
@media(max-width:980px){.scope-grid{grid-template-columns:1fr}.scope-grid article{min-height:auto}}
@media(max-width:760px){.scope-panel{padding:24px;border-radius:30px}}


/* v31 apply CTA, email forwarding on apply page, and custom metrics USP */
.custom-metrics-section{
  padding:96px 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(101,228,181,.10), transparent 36%),
    linear-gradient(180deg, #06101f 0%, #03050b 100%);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.custom-metrics-panel{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(57,186,255,.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:38px;
  padding:34px;
  box-shadow:0 28px 100px rgba(0,0,0,.26);
}

.custom-metrics-copy{max-width:980px;margin-bottom:26px;}
.custom-metrics-copy h2{margin:8px 0 16px;font-size:clamp(38px,5vw,72px);line-height:.95;letter-spacing:-.065em;}
.custom-metrics-copy p:not(.label){color:var(--muted);font-size:18px;line-height:1.55;max-width:850px;margin:0;}
.custom-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.custom-metrics-grid article{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:28px;padding:26px;min-height:210px;}
.custom-metrics-grid article:nth-child(2){border-color:rgba(101,228,181,.22);background:linear-gradient(180deg, rgba(101,228,181,.08), rgba(255,255,255,.035));}
.custom-metrics-grid h3{margin:0 0 12px;font-size:27px;line-height:1.05;letter-spacing:-.04em;}
.custom-metrics-grid p{color:var(--muted);margin:0;line-height:1.55;}

.apply-forward-box,.apply-custom-box{
  margin:22px 0;
  border:1px solid rgba(57,186,255,.22);
  background:radial-gradient(circle at top right, rgba(57,186,255,.10), transparent 36%),linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border-radius:24px;
  padding:22px;
}
.apply-custom-box{border-color:rgba(101,228,181,.22);background:radial-gradient(circle at top right, rgba(101,228,181,.10), transparent 36%),linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));}
.apply-forward-box h3,.apply-custom-box h3{margin:8px 0 10px;font-size:28px;line-height:1.05;letter-spacing:-.04em;}
.apply-forward-box p:not(.label),.apply-custom-box p:not(.label){color:var(--muted);line-height:1.55;margin:0;}
.apply-forward-box a{color:#dff3ff;font-weight:850;}

.report-custom-panel{
  border:1px solid var(--line);
  background:radial-gradient(circle at top right, rgba(101,228,181,.10), transparent 36%),linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  box-shadow:0 24px 90px rgba(0,0,0,.25);
}
.report-custom-panel h2{margin:8px 0 12px;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;}
.report-custom-panel p:not(.label){color:var(--muted);font-size:18px;line-height:1.55;max-width:850px;margin:0;}

@media(max-width:980px){.custom-metrics-grid{grid-template-columns:1fr;}.custom-metrics-grid article{min-height:auto;}}
@media(max-width:760px){.custom-metrics-panel,.report-custom-panel{padding:24px;border-radius:30px;}}


/* v32 tightened apply page and founder story */
.apply-review-box{
  margin:22px 0;
  border:1px solid rgba(57,186,255,.22);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border-radius:24px;
  padding:22px;
}

.apply-review-box h3{
  margin:8px 0 10px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.apply-review-box p:not(.label){
  color:var(--muted);
  line-height:1.55;
  margin:0;
}

.compact-apply-trust{
  margin-top:20px;
}


/* v33 confidentiality, DPA and data-handling pages */
.confidentiality-hero{
  background:
    radial-gradient(circle at 50% 0%, rgba(57,186,255,.14), transparent 36%),
    linear-gradient(180deg, #050914 0%, #03050b 100%);
}

.compliance-summary-section{padding-top:72px;padding-bottom:30px;}
.compliance-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.compliance-summary-grid article{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:28px;
  padding:26px;
  min-height:220px;
  box-shadow:0 20px 70px rgba(0,0,0,.18);
}
.compliance-summary-grid article:nth-child(2){border-color:rgba(101,228,181,.22);}
.compliance-summary-grid span,
.subprocessor-table .head span{
  display:inline-flex;
  border:1px solid rgba(57,186,255,.25);
  background:rgba(57,186,255,.08);
  color:var(--blue2);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:22px;
}
.compliance-summary-grid h3{margin:0 0 12px;font-size:27px;line-height:1.05;letter-spacing:-.04em;}
.compliance-summary-grid p{color:var(--muted);margin:0;line-height:1.55;}

.compliance-section{padding-top:50px;}
.compliance-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.compliance-index{
  position:sticky;
  top:104px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  border-radius:24px;
  padding:16px;
  display:grid;
  gap:8px;
}
.compliance-index a{
  color:var(--muted);
  border-radius:14px;
  padding:10px 12px;
  font-weight:750;
  font-size:14px;
}
.compliance-index a:hover{color:white;background:rgba(255,255,255,.06);}
.compliance-content{display:grid;gap:20px;}
.compliance-card,
.dpa-legal{
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(57,186,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius:34px;
  padding:34px;
  box-shadow:0 24px 90px rgba(0,0,0,.22);
}
.compliance-card h2,
.dpa-legal h2{
  margin:8px 0 14px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}
.dpa-legal h2{font-size:clamp(28px,3vw,42px);margin-top:28px;}
.compliance-card p:not(.label),
.dpa-legal p{
  color:var(--muted);
  font-size:17px;
  line-height:1.6;
  max-width:900px;
}
.compliance-list,
.security-grid,
.dos-donts-grid,
.retention-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.security-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.retention-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
.compliance-list div,
.security-grid article,
.retention-strip div,
.dos-donts-grid article,
.notice-box,
.apply-data-box{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:22px;
  padding:20px;
}
.compliance-list strong,
.security-grid strong,
.retention-strip strong,
.notice-box strong{
  display:block;
  margin-bottom:7px;
  color:white;
}
.compliance-list span,
.security-grid span,
.retention-strip span,
.notice-box span{
  color:var(--muted);
  line-height:1.5;
}
.notice-box{border-color:rgba(101,228,181,.22);background:linear-gradient(180deg,rgba(101,228,181,.08),rgba(255,255,255,.035));}
.subprocessor-table{display:grid;gap:10px;margin-top:20px;}
.subprocessor-table .row{
  display:grid;
  grid-template-columns:1fr 1.4fr 1.2fr;
  gap:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:18px;
  padding:16px;
  color:var(--muted);
}
.subprocessor-table .row span:first-child{color:white;font-weight:850;}
.subprocessor-table .head{background:rgba(57,186,255,.08);}
.subprocessor-table .head span{margin:0;color:var(--blue2);background:transparent;border:0;padding:0;}
.dos-donts-grid ul{margin:12px 0 0;padding-left:20px;color:var(--muted);}
.dos-donts-grid li{margin:8px 0;}
.compliance-note{font-size:14px!important;color:var(--muted)!important;margin-top:18px!important;}
.compliance-button{margin-top:18px;}
.apply-data-box{margin:22px 0;border-color:rgba(57,186,255,.22);background:linear-gradient(180deg,rgba(57,186,255,.08),rgba(255,255,255,.035));}
.apply-data-box h3{margin:8px 0 10px;font-size:28px;line-height:1.05;letter-spacing:-.04em;}
.apply-data-box p:not(.label){color:var(--muted);line-height:1.55;margin:0;}
.apply-data-box a{color:#dff3ff;font-weight:850;}
@media(max-width:1080px){.nav{gap:13px;font-size:12.5px}.brand img{width:210px}.security-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:980px){.compliance-summary-grid,.compliance-layout,.compliance-list,.security-grid,.dos-donts-grid,.retention-strip{grid-template-columns:1fr}.compliance-index{position:static}.subprocessor-table .row{grid-template-columns:1fr}.compliance-summary-grid article{min-height:auto}}
@media(max-width:760px){.compliance-card,.dpa-legal{padding:24px;border-radius:26px}.compliance-summary-grid article{padding:22px;border-radius:24px}}
