/* Shared public-page design. Typing 365 Brand System, edition 4. */
.reviews-foot-note {
  max-width: 850px;
  margin: 35px auto 0;
  text-align: center;
  padding: 0 24px;
  font-size: 16px;
  color: #59646f;
}
:root {
  --brand-blue: #087dfa;
  --brand-blue-deep: #0870e9;
  --brand-indigo: #5570ee;
  --ink: #07090c;
  --paper: #f6f8fb;
  --line: #dce3ea;
  --muted: #59646f;
  --glass-light: rgba(255, 255, 255, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
h1 {
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 650;
}
h2 {
  font-size: clamp(32px, 3.7vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}
h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--brand-blue-deep);
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
a,
button,
summary {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #0870e9;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  background: #087dfa30;
}
.site-wrap {
  width: min(1250px, calc(100% - 64px));
  margin: auto;
}
.site-skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  color: #07090c;
  padding: 14px 20px;
}
.site-skip:focus {
  top: 12px;
}
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
}
.site-button:hover {
  transform: translateY(-2px);
}
.site-button-primary {
  background: #0870e9;
  color: #fff;
  border-color: #0870e9;
}
.site-button-primary:hover {
  background: #075daa;
  color: white;
}
.site-kicker {
  font-size: 18px;
  color: #075daa;
  margin-bottom: 20px;
}
.site-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #075daa;
  font-weight: 600;
}
.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  width: min(1360px, calc(100% - 40px));
  margin: 12px auto 0;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #ffffffe8;
  backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 8px 30px #142c4b0b;
  color: #07090c;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  min-height: 78px;
  padding: 8px 24px;
}
.site-brand img {
  width: 170px;
  height: 57px;
  object-fit: contain;
}
.site-nav-links {
  display: flex;
  gap: 26px;
  font-size: 16px;
  align-items: center;
}
.site-nav-links a {
  padding: 12px 0;
  white-space: nowrap;
}
.site-nav-links a[aria-current="page"] {
  color: #075daa;
  box-shadow: 0 2px #087dfa;
}
.site-nav .site-button {
  font-size: 15px;
  min-height: 44px;
  padding: 9px 17px;
  white-space: nowrap;
}
.site-menu {
  display: none;
  background: none;
  color: #07090c;
  border: 0;
  width: 44px;
  height: 44px;
  font-size: 24px;
}
.site-footer {
  background: #f6f8fb;
  color: #07090c;
  padding: 65px 0 30px;
}
.site-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.site-footer-brand img {
  width: 180px;
  height: 61px;
  object-fit: contain;
}
.site-footer-brand p {
  color: #59646f;
  font-size: 17px;
  margin-top: 16px;
}
.site-footer-links {
  display: flex;
  gap: 65px;
}
.site-footer-links > div {
  display: grid;
  align-content: start;
  gap: 12px;
  font-size: 16px;
  color: #59646f;
}
.site-footer-links strong {
  font-size: 15px;
  color: #07090c;
  margin-bottom: 8px;
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  border-top: 1px solid #dce3ea;
  padding-top: 25px;
  margin-top: 45px;
  color: #59646f;
  font-size: 14px;
}
.site-footer-bottom > div {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.site-cta-band {
  background: linear-gradient(125deg, #0870e9, #087dfa 65%, #5570ee);
  color: white;
  border-radius: 25px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 35px auto 65px;
}
.site-cta-band p {
  font-size: 20px;
  margin-top: 15px;
}
.site-cta-band .site-button {
  color: #075daa;
  flex-shrink: 0;
}
/* Plans: calm paper cards and a luminous featured plan. */
.pricing-stage {
  padding: 85px 0 75px;
  background: radial-gradient(ellipse at 80% 15%, #087dfa13, transparent 55%);
}
.pricing-header {
  max-width: 840px;
  margin: 0 auto 65px;
  text-align: center;
  padding: 0 20px;
}
.pricing-header > p {
  font-size: 22px;
  color: #59646f;
  margin: 25px auto 0;
  max-width: 740px;
}
.pro-badge,
.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #075daa;
  font-size: 17px;
  margin-bottom: 23px;
}
.pro-gradient,
.text-gradient {
  color: #0870e9;
}
.pricing-grid {
  width: min(1250px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.price-card {
  position: relative;
  border: 1px solid #dce3ea;
  border-top-color: #fff;
  border-radius: 26px;
  background: #ffffffd9;
  padding: 35px 30px;
  box-shadow: 0 16px 40px #16345708;
  display: flex;
  flex-direction: column;
}
.price-card.featured {
  background: linear-gradient(135deg, #0870e9, #087dfa 70%, #5570ee);
  color: white;
  border-color: #ffffff70;
  box-shadow:
    inset 0 1px #ffffffa0,
    0 20px 45px #0870e92a;
}
.plan-name {
  font-size: 29px;
  margin: 0 0 15px;
}
.plan-tagline {
  font-size: 18px;
  color: #59646f;
  min-height: 88px;
}
.featured .plan-tagline {
  color: white;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.price-amount {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 650;
}
.price-period {
  font-size: 18px;
}
.price-note {
  font-size: 16px;
  margin: 14px 0 24px;
  min-height: 26px;
}
.price-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  background: #0870e9;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 26px;
}
.price-cta:hover {
  background: #075daa;
  color: white;
}
.featured .price-cta {
  background: white;
  color: #075daa;
  border-color: white;
}
.popular-tag {
  position: absolute;
  top: -18px;
  left: 25px;
  padding: 7px 17px;
  border: 1px solid #c7e2ff;
  border-radius: 100px;
  background: #eaf5ff;
  color: #075daa;
  font-size: 15px;
  font-weight: 600;
}
.plan-features {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 15px;
  margin: 0;
}
.plan-features li {
  display: flex;
  align-items: start;
  gap: 11px;
  font-size: 17px;
}
.feat-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #0870e9;
  margin-top: 6px;
}
.featured .feat-check {
  color: white;
}
.pricing-context {
  max-width: 850px;
  margin: 28px auto 0;
  text-align: center;
  padding: 0 24px;
  font-size: 16px;
  color: #59646f;
}
.pro-perks {
  padding: 90px 0;
  background: #07090c;
  color: white;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.pro-perks:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 10% 10%, #087dfa35, transparent 50%),
    radial-gradient(ellipse at 90% 95%, #5570ee30, transparent 50%);
}
.section-header {
  max-width: 750px;
  margin: 0 auto 45px;
  text-align: center;
  padding: 0 22px;
}
.section-header > p {
  font-size: 21px;
  margin-top: 22px;
  color: #b8c9df;
}
.pro-perks .pill-badge,
.pro-perks .pro-gradient {
  color: #8ac8ff;
}
.pro-perks-grid {
  width: min(1250px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.perk-card {
  padding: 30px;
  border: 1px solid #b5d9ff35;
  border-top-color: #c3e0ff80;
  border-radius: 24px;
  background: linear-gradient(145deg, #087dfa20, #ffffff09);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px #ffffff20,
    0 15px 30px #0002;
}
.perk-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.perk-card h3 {
  margin: 24px 0 15px;
}
.perk-card p {
  font-size: 18px;
  color: #c0d0e5;
}
/* Reviews: preserve the complete review text and rating values. */
.reviews-hero {
  padding: 80px 25px 70px;
  text-align: center;
  color: white;
  background:
    radial-gradient(ellipse at 15% 20%, #55d8ff40, transparent 50%),
    linear-gradient(125deg, #0870e9, #087dfa 65%, #5570ee);
}
.reviews-hero h1 {
  max-width: 960px;
  margin: auto;
}
.reviews-hero .pill-badge,
.reviews-hero .pro-gradient {
  color: white;
}
.reviews-sub {
  max-width: 750px;
  margin: 25px auto 35px;
  font-size: 22px;
}
.rating-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  max-width: 800px;
  margin: 35px auto;
  padding: 32px;
  border: 1px solid #ffffff50;
  border-top-color: #ffffffa0;
  border-radius: 25px;
  background: linear-gradient(140deg, #ffffff25, #ffffff0d);
  backdrop-filter: blur(22px);
  box-shadow:
    0 20px 40px #064ca32a,
    inset 0 1px #ffffff35;
}
.rating-big {
  font-size: 72px;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.rating-count {
  font-size: 16px;
  margin-top: 12px;
}
.stars {
  --rating: 5;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.2;
}
.stars:before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    #0870e9 calc(var(--rating) / 5 * 100%),
    #b4bdc9 0
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.reviews-hero .stars:before {
  background: linear-gradient(
    90deg,
    #fff calc(var(--rating) / 5 * 100%),
    #ffffff45 0
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.stars-lg {
  font-size: 25px;
  margin-top: 14px;
}
.rating-breakdown {
  display: grid;
  gap: 10px;
}
.rb-row {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 16px;
}
.rb-label {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 32px;
}
.rb-star {
  width: 14px;
  height: 14px;
}
.rb-track {
  flex: 1;
  background: #ffffff25;
  height: 7px;
  border-radius: 8px;
  overflow: hidden;
}
.rb-fill {
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.rb-count {
  width: 36px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.reviews-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: 12px;
  color: #075daa;
  padding: 13px 23px;
  font-size: 18px;
  font-weight: 600;
  min-height: 52px;
}
.reviews-wall {
  padding: 65px 0;
  background: #f6f8fb;
}
.reviews-grid {
  width: min(1250px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.review-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #dce3ea;
  border-top-color: #fff;
  border-radius: 23px;
  background: linear-gradient(145deg, #fff, #eef5fd);
  box-shadow: 0 10px 28px #12366509;
}
.rc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rc-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  flex-shrink: 0;
}
.rc-meta {
  display: grid;
  gap: 3px;
  min-width: 0;
  flex: 1;
}
.rc-name {
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.rc-loc {
  font-size: 14px;
  color: #59646f;
}
.rc-head .stars {
  font-size: 17px;
  margin-left: auto;
}
.rc-title {
  font-size: 23px;
  margin: 22px 0 14px;
}
.rc-body {
  font-size: 18px;
  color: #3c4857;
  line-height: 1.75;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.rc-date {
  display: block;
  font-size: 14px;
  color: #59646f;
  margin-top: 22px;
}
.reviews-snapshot {
  font-size: 16px;
  max-width: 750px;
  margin: 20px auto 0;
  color: #fff;
}
/* Legal pages retain the original wording and dates. */
.legal-hero {
  padding: 70px 0 50px;
  background: radial-gradient(ellipse at 75% 15%, #087dfa18, transparent 60%);
}
.legal-hero p {
  font-size: 19px;
  color: #59646f;
  margin-top: 22px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 55px;
  align-items: start;
  padding: 30px 0 90px;
}
.legal-toc {
  position: sticky;
  top: 120px;
  border: 1px solid #dce3ea;
  border-radius: 18px;
  background: #ffffffa6;
  padding: 23px;
}
.legal-toc strong {
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
}
.legal-toc a {
  display: block;
  font-size: 16px;
  color: #59646f;
  padding: 9px 0;
  line-height: 1.4;
}
.legal-toc a:hover {
  color: #075daa;
}
.legal-content {
  background: #fff;
  border: 1px solid #dce3ea;
  border-top-color: white;
  border-radius: 25px;
  padding: 40px 45px;
  box-shadow: 0 12px 40px #17345b06;
}
.policy-block {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dce3ea;
  scroll-margin-top: 115px;
}
.policy-block:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.policy-block h2 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.015em;
}
.policy-block h3 {
  font-size: 22px;
  margin: 25px 0 15px;
}
.policy-block p,
.policy-list {
  font-size: 18px;
  line-height: 1.85;
  color: #3c4857;
}
.policy-block p + p {
  margin-top: 18px;
}
.policy-list {
  padding-left: 24px;
  display: grid;
  gap: 9px;
  margin: 20px 0;
}
.policy-block a {
  color: #075daa;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .site-nav-links {
    gap: 18px;
    font-size: 15px;
  }
  .site-brand img {
    width: 150px;
  }
  .site-nav {
    gap: 15px;
    padding: 8px 18px;
  }
  .price-card {
    padding: 30px 24px;
  }
  .price-amount {
    font-size: 52px;
  }
  .pro-perks-grid {
    gap: 20px;
  }
  .perk-card {
    padding: 26px;
  }
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer-links {
    gap: 35px;
  }
  .legal-layout {
    grid-template-columns: 220px 1fr;
    gap: 30px;
  }
  .legal-content {
    padding: 32px;
  }
}
@media (max-width: 850px) {
  .site-nav-links {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    padding: 18px 25px;
    border: 1px solid #dce3ea;
    background: #fffffff5;
    border-radius: 16px;
    box-shadow: 0 15px 35px #17365a15;
  }
  .site-nav-links.is-open {
    display: grid;
    gap: 5px;
  }
  .site-menu {
    display: block;
  }
  .site-nav .site-button {
    margin-left: auto;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 40px;
  }
  .plan-tagline {
    min-height: 0;
  }
  .price-row {
    margin-top: 22px;
  }
  .pro-perks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .legal-toc {
    position: static;
  }
  .legal-toc a {
    display: inline-block;
    margin-right: 18px;
  }
  .site-cta-band {
    display: block;
  }
  .site-cta-band .site-button {
    margin-top: 25px;
  }
  .site-footer-top {
    flex-direction: column;
    gap: 35px;
  }
  .site-footer-links {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .site-wrap,
  .pricing-grid,
  .pro-perks-grid,
  .reviews-grid {
    width: calc(100% - 40px);
  }
  .site-header {
    width: calc(100% - 20px);
    top: 8px;
    margin-top: 8px;
  }
  .site-nav {
    min-height: 65px;
    padding: 7px 12px;
    gap: 8px;
  }
  .site-brand img {
    width: 124px;
    height: 43px;
  }
  .site-nav .site-button {
    font-size: 13px;
    padding: 9px 12px;
  }
  .site-nav-links {
    top: 73px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .site-footer-links {
    gap: 22px;
    flex-wrap: wrap;
  }
  .site-footer-links > div {
    font-size: 15px;
  }
  .site-footer-bottom {
    font-size: 14px;
  }
  .site-cta-band {
    padding: 32px 25px;
    border-radius: 20px;
  }
  .pricing-stage {
    padding: 55px 0;
  }
  .pricing-header {
    margin-bottom: 45px;
  }
  .pricing-header > p {
    font-size: 20px;
  }
  .price-card {
    padding: 32px 27px;
  }
  .price-amount {
    font-size: 57px;
  }
  .pro-perks {
    padding: 65px 0;
  }
  .pro-perks-grid {
    grid-template-columns: 1fr;
  }
  .perk-card {
    padding: 28px;
  }
  .reviews-hero {
    padding: 55px 20px;
  }
  .reviews-sub {
    font-size: 20px;
  }
  .rating-summary {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 26px;
  }
  .rating-big {
    font-size: 64px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    padding: 27px;
  }
  .legal-hero {
    padding: 50px 0 25px;
  }
  .legal-layout {
    padding-top: 20px;
  }
  .legal-content {
    padding: 28px 23px;
  }
  .policy-block h2 {
    font-size: 26px;
  }
  .policy-block p,
  .policy-list {
    font-size: 18px;
  }
  .legal-toc {
    padding: 22px;
  }
  .legal-toc a {
    display: block;
  }
  .legal-hero h1 {
    font-size: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .site-button:hover {
    transform: none;
  }
}

.reviews-cta .store-icon { display: block; width: 20px; height: 20px; flex: 0 0 20px; }
