:root {
  --bg: #121924;
  --bg-deep: #0b1119;
  --panel: #101720;
  --panel-soft: #17212c;
  --text: #f6f7f9;
  --muted: #9ba3ae;
  --line: rgba(255, 255, 255, 0.09);
  --orange: #ffa15d;
  --orange-strong: #ff8f3f;
  --teal: #24afa8;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 10%, rgba(36, 175, 168, 0.11), transparent 28%),
    radial-gradient(circle at 14% 40%, rgba(255, 161, 93, 0.1), transparent 28%),
    linear-gradient(180deg, #111925 0%, #141923 42%, #17141b 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-sm { padding: 64px 0; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.section-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-title {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.section-copy { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: 180ms ease;
}
.site-header.scrolled {
  background: rgba(12, 18, 27, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.navbar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-logo { width: 176px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #c8cdd4; font-size: 0.94rem; transition: color 160ms ease; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.menu-toggle img { width: 100%; height: 100%; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 750;
  transition: 180ms ease;
}
.btn img { width: 18px; height: 18px; }
.btn-primary {
  color: #111820;
  background: linear-gradient(135deg, #ffad70, var(--orange));
  box-shadow: 0 14px 30px rgba(255, 145, 72, 0.18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255, 145, 72, 0.28); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.035); }
.btn-secondary:hover { border-color: rgba(255,161,93,.48); background: rgba(255,161,93,.07); }
.btn-ghost { color: #c9ced5; }
.btn-ghost:hover { color: white; }

.hero {
  min-height: 820px;
  padding: 154px 0 90px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -310px;
  top: 70px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255,255,255,.012), 0 0 0 200px rgba(255,255,255,.008);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(36,175,168,.3);
  border-radius: 999px;
  background: rgba(36,175,168,.08);
  color: #9ae0dc;
  font-size: .82rem;
  font-weight: 700;
}
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 14px var(--teal); }
.hero h1 {
  margin: 24px 0 22px;
  max-width: 690px;
  font-size: clamp(3.3rem, 6.4vw, 6.9rem);
  line-height: .91;
  letter-spacing: -.073em;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 640px; color: #aeb5be; font-size: clamp(1rem, 1.4vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; align-items: center; gap: 20px; margin-top: 36px; color: #9da5b0; font-size: .88rem; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid var(--bg);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--teal), #195f64);
  color: white;
  font-size: .74rem;
  font-weight: 800;
}
.avatar-stack span:first-child { margin-left: 0; background: linear-gradient(145deg, var(--orange), #8f4a22); }

.hero-visual { position: relative; min-height: 610px; }
.visual-orbit {
  position: absolute;
  inset: 40px 0 20px 35px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  transform: rotate(-15deg);
}
.visual-orbit::before, .visual-orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 24px var(--orange);
}
.visual-orbit::before { top: 15%; left: 11%; }
.visual-orbit::after { right: 8%; bottom: 18%; background: var(--teal); box-shadow: 0 0 24px var(--teal); }
.phone {
  position: absolute;
  width: 260px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 42px;
  background: #080d13;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.phone::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 50%;
  width: 78px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 13px 13px;
  background: #080d13;
}
.phone img { width: 100%; border-radius: 34px; }
.phone-main { right: 12px; top: 10px; transform: rotate(4deg); }
.phone-secondary { left: 10px; bottom: 4px; width: 224px; transform: rotate(-7deg); }
.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(13,19,28,.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0,0,0,.34);
}
.floating-card img { width: 31px; height: 31px; padding: 6px; border-radius: 10px; background: rgba(255,161,93,.1); }
.floating-card strong { display: block; font-size: .88rem; }
.floating-card small { color: var(--muted); }
.float-one { left: 0; top: 72px; }
.float-two { right: 12px; bottom: 46px; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(7,11,17,.34); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.5rem; }
.trust-item span { color: var(--muted); font-size: .85rem; }

.features-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 276px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.018));
  transition: 180ms ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(255,161,93,.26); }
.icon-box { width: 54px; height: 54px; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid var(--line); }
.feature-card h3 { margin: 26px 0 10px; font-size: 1.2rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.feature-card .feature-link { display: inline-flex; margin-top: 22px; color: var(--orange); font-size: .88rem; font-weight: 700; }

.workflow-shell {
  margin-top: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(140deg, rgba(12,19,28,.95), rgba(25,27,34,.82));
  overflow: hidden;
}
.tab-list { display: flex; gap: 8px; padding: 12px; border-bottom: 1px solid var(--line); }
.tab-button {
  flex: 1;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  font-weight: 750;
}
.tab-button.active { color: #111820; background: var(--orange); }
.workflow-panel { padding: 46px; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { position: relative; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 22px; right: -22px; width: 44px; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); }
.step-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: #151b22; background: var(--orange); font-weight: 900; }
.step h3 { margin: 20px 0 8px; }
.step p { margin: 0; color: var(--muted); }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 46px; }
.audience-card {
  position: relative;
  min-height: 420px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #0e151e;
}
.audience-card::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  bottom: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36,175,168,.35), transparent 65%);
}
.audience-card.pro::after { background: radial-gradient(circle, rgba(255,161,93,.34), transparent 65%); }
.audience-card > * { position: relative; z-index: 2; }
.audience-card h3 { max-width: 420px; margin: 20px 0 14px; font-size: 2.1rem; line-height: 1.08; letter-spacing: -.03em; }
.audience-card p { max-width: 500px; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #d9dde2; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #101820; background: var(--teal); font-size: .75rem; font-weight: 900; }
.pro .check-list li::before { background: var(--orange); }

.app-section { overflow: hidden; }
.app-shell {
  margin-top: 44px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: stretch;
}
.showcase-menu { display: grid; gap: 12px; }
.showcase-button {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
  color: inherit;
  text-align: left;
  transition: 160ms ease;
}
.showcase-button img { width: 48px; height: 48px; padding: 12px; border-radius: 14px; background: #0e151e; }
.showcase-button strong { display: block; }
.showcase-button span { color: var(--muted); font-size: .84rem; }
.showcase-button.active { border-color: rgba(255,161,93,.42); background: rgba(255,161,93,.07); transform: translateX(7px); }
.app-stage {
  position: relative;
  min-height: 670px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 78% 18%, rgba(36,175,168,.24), transparent 28%),
    radial-gradient(circle at 20% 78%, rgba(255,161,93,.2), transparent 28%),
    #0c121b;
  overflow: hidden;
}
.stage-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.stage-phone { left: 50%; top: 50%; width: 282px; transform: translate(-50%, -50%) rotate(2deg); }
.stage-phone img { transition: opacity 160ms ease, transform 160ms ease; }
.stage-phone img.changing { opacity: 0; transform: scale(.985); }
.stage-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 4;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(11,17,25,.82);
  backdrop-filter: blur(14px);
}
.stage-caption strong { display: block; }
.stage-caption span { display: block; margin-top: 3px; color: var(--muted); font-size: .88rem; }

.download-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(255,161,93,.25);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255,161,93,.12), rgba(36,175,168,.08)),
    #101720;
}
.download-panel h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.download-panel p { color: var(--muted); }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.store-button {
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: #080d13;
  transition: 160ms ease;
}
.store-button:hover { transform: translateY(-3px); border-color: rgba(255,161,93,.5); }
.store-button img { width: 28px; height: 28px; }
.store-button small { display: block; color: #adb4bd; font-size: .66rem; text-transform: uppercase; letter-spacing: .04em; }
.store-button strong { display: block; font-size: 1.02rem; }
.download-art { position: relative; min-height: 330px; }
.download-art .phone { width: 190px; }
.download-art .phone:first-child { left: 26px; top: 4px; transform: rotate(-9deg); }
.download-art .phone:last-child { right: 22px; bottom: 4px; transform: rotate(9deg); }

.faq-list { max-width: 900px; margin: 44px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  color: var(--text);
  background: transparent;
  text-align: left;
  font-weight: 750;
}
.faq-question::after { content: "+"; color: var(--orange); font-size: 1.5rem; transition: transform 160ms ease; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 180ms ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0 0 24px; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #c7ccd3; font-size: .84rem; }
.field input, .field textarea {
  width: 100%;
  color: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
  background: #0d141d;
}
.field input { height: 50px; padding: 0 15px; }
.field textarea { min-height: 130px; padding: 13px 15px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: rgba(255,161,93,.58); }
.contact-note { margin-top: 16px; color: var(--muted); font-size: .82rem; }

.site-footer { padding: 54px 0 28px; border-top: 1px solid var(--line); background: rgba(7,11,17,.38); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 30px; }
.footer-grid h4 { margin: 0 0 15px; }
.footer-grid ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.footer-grid li, .footer-grid p { color: var(--muted); font-size: .9rem; }
.footer-bottom { margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #7f8792; font-size: .82rem; }

@media (max-width: 1040px) {
  .nav-links { gap: 18px; }
  .nav-actions .btn-ghost { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .app-shell, .download-panel { grid-template-columns: 1fr; }
  .showcase-menu { grid-template-columns: repeat(2, 1fr); }
  .download-art { max-width: 500px; width: 100%; margin: auto; }
}

@media (max-width: 820px) {
  :root { --container: min(calc(100% - 28px), 720px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .nav-actions .btn-primary { display: none; }
  .nav-links {
    position: fixed;
    inset: 74px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(10,16,24,.97);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 160ms ease;
  }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links a { padding: 14px; border-radius: 12px; }
  .nav-links a:hover { background: rgba(255,255,255,.05); }
  .hero { padding-top: 126px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 760px; }
  .hero-visual { min-height: 590px; max-width: 560px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .workflow-grid { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .audience-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-logo { width: 148px; }
  .navbar { min-height: 74px; }
  .hero { min-height: auto; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(3.2rem, 18vw, 4.0rem); }
  .hero-actions .btn { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-visual { min-height: 510px; }
  .phone-main { width: 220px; right: 0; }
  .phone-secondary { width: 178px; left: 0; }
  .float-one { top: 34px; }
  .float-two { right: -4px; bottom: 22px; }
  .trust-item { padding: 20px 10px; }
  .features-grid { grid-template-columns: 1fr; }
  .workflow-panel { padding: 28px; }
  .audience-card { padding: 28px; min-height: auto; }
  .audience-card h3 { font-size: 1.75rem; }
  .showcase-menu { grid-template-columns: 1fr; }
  .showcase-button.active { transform: none; }
  .app-stage { min-height: 600px; }
  .stage-phone { width: 245px; }
  .download-panel { padding: 30px 22px; }
  .download-art { min-height: 280px; }
  .download-art .phone { width: 155px; }
  .store-button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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


/* Standard content and policy pages */
.content-page { background: radial-gradient(circle at 12% 0%, rgba(36,175,168,.11), transparent 32%), radial-gradient(circle at 88% 35%, rgba(255,161,93,.09), transparent 28%), var(--bg); }
.content-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(10,15,23,.88); backdrop-filter: blur(18px); }
.content-nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.content-nav .brand-logo { width: 112px; }
.content-nav-links { display: flex; align-items: center; gap: 8px; }
.content-nav-links a { padding: 10px 12px; border-radius: 10px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.content-nav-links a:hover, .content-nav-links a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.055); }
.content-hero { padding: 76px 0 42px; border-bottom: 1px solid var(--line); }
.content-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 60px; align-items: end; }
.content-eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 900; }
.content-hero h1 { max-width: 850px; margin: 14px 0 18px; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.content-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.policy-meta { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.policy-meta span { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.policy-meta strong { display: block; margin-top: 6px; }
.policy-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 56px; padding: 54px 0 92px; }
.policy-toc { position: sticky; top: 108px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.policy-toc h2 { margin: 0 0 14px; font-size: .82rem; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; }
.policy-toc ol { margin: 0; padding-left: 18px; display: grid; gap: 9px; }
.policy-toc a { color: var(--muted); font-size: .87rem; }
.policy-toc a:hover { color: #fff; }
.policy-content { min-width: 0; }
.policy-content section { scroll-margin-top: 110px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.policy-content section:last-child { border-bottom: 0; }
.policy-content h2 { margin: 0 0 15px; font-size: 1.55rem; letter-spacing: -.02em; }
.policy-content h3 { margin: 24px 0 9px; font-size: 1.05rem; }
.policy-content p, .policy-content li { color: #c2c7ce; }
.policy-content p { margin: 0 0 14px; }
.policy-content ul, .policy-content ol { margin: 12px 0 0; padding-left: 23px; display: grid; gap: 9px; }
.policy-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.policy-callout { margin: 20px 0; padding: 20px 22px; border: 1px solid rgba(255,161,93,.24); border-left: 3px solid var(--orange); border-radius: 14px; background: rgba(255,161,93,.055); }
.policy-callout.teal { border-color: rgba(36,175,168,.24); border-left-color: var(--teal); background: rgba(36,175,168,.055); }
.policy-callout p:last-child { margin-bottom: 0; }
.policy-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--line); border-radius: 16px; }
.policy-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.policy-table th, .policy-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { color: #fff; background: rgba(255,255,255,.04); font-size: .83rem; }
.policy-table td { color: #c2c7ce; font-size: .9rem; }
.policy-table tr:last-child td { border-bottom: 0; }
.deletion-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.deletion-card .form-grid { margin-top: 22px; }
.checkbox-field { display: flex; align-items: flex-start; gap: 11px; color: #c2c7ce; font-size: .9rem; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.danger-note { color: #ffb5b5 !important; }
.content-footer .footer-bottom { margin-top: 0; }

@media (max-width: 980px) {
  .content-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .policy-meta { max-width: 360px; }
  .policy-layout { grid-template-columns: 1fr; gap: 30px; }
  .policy-toc { position: static; }
  .content-nav-links { display: none; }
}

@media (max-width: 640px) {
  .content-hero { padding: 54px 0 32px; }
  .content-nav { min-height: 70px; }
  .content-hero h1 { font-size: 2.6rem; }
  .policy-layout { padding-top: 34px; }
  .policy-toc { display: none; }
  .deletion-card { padding: 20px; }
}
