:root {
  --bg: #f4f7f9;
  --surface: rgba(255, 255, 255, 0.84);
  --text: #15242b;
  --muted: #55707c;
  --line: rgba(21, 36, 43, 0.1);
  --brand: #0e9aa7;
  --brand-deep: #0c6f84;
  --brand-soft: #dff6f7;
  --accent: #ffcb77;
  --shadow: 0 22px 60px rgba(10, 54, 66, 0.14);
  --radius-xl: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif Bengali", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(14, 154, 167, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 203, 119, 0.22), transparent 24%),
    linear-gradient(180deg, #eef6f7 0%, #f7fafb 42%, #eef3f6 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-shell {
  padding: 18px 0 56px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 50;
}

.nav-wrap {
  width: min(calc(100% - 24px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(11, 46, 56, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.brand > span:last-child {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand > span:last-child::after {
  content: "Results Information Platform";
  color: rgba(85, 112, 124, 0.88);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    #ffffff url("logo-mark.png") center/contain no-repeat;
  color: transparent;
  font-size: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(14, 154, 167, 0.18);
  border: 1px solid rgba(14, 154, 167, 0.08);
}

.nav-links {
  display: flex;
  align-items: center;
  flex: 1 1 560px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
  transition: 0.2s ease;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--brand-soft);
  color: var(--brand-deep);
}

.nav-cta,
.button,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
}

.nav-cta,
.button {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 14px 24px rgba(12, 111, 132, 0.24);
}

.button-outline {
  border: 1px solid rgba(14, 154, 167, 0.22);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.58);
}

.whatsapp-nav,
.whatsapp-button {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(18, 140, 126, 0.22);
}

.hero,
.section,
.footer {
  padding: 26px 0;
}

.download-strip {
  background:
    radial-gradient(circle at top right, rgba(255, 203, 119, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(14, 154, 167, 0.08), rgba(255, 255, 255, 0.96));
}

.download-strip-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.hero-card,
.page-hero,
.section-card,
.pricing-card,
.detail-card,
.legal-card,
.faq-item,
.footer-card {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  border-radius: 30px;
}

.hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 203, 119, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 245, 247, 0.88));
}

.page-hero,
.section-card,
.pricing-card,
.detail-card,
.legal-card,
.faq-item,
.footer-card {
  padding: 26px;
}

.eyebrow,
.pricing-badge,
.tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 154, 167, 0.12);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.policy-owner-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "DEAR4YOU";
  display: block;
  margin-bottom: 12px;
  color: rgba(12, 111, 132, 0.3);
  font-size: 0.9rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.plan-payment-block {
  margin-top: 18px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(16, 101, 183, 0.12);
  background: linear-gradient(180deg, rgba(240, 247, 255, 0.92), rgba(255, 255, 255, 0.9));
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.payment-label {
  color: var(--brand-deep);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.payu-button {
  width: 100%;
  min-height: 48px;
  background: linear-gradient(135deg, #1065b7, #0a4d90);
  text-align: center;
  font-weight: 800;
  padding: 12px 14px;
  color: white;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 14px 26px rgba(16, 101, 183, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.payu-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(16, 101, 183, 0.28);
}

.pricing-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(255, 203, 119, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(228, 245, 247, 0.88));
}

.pricing-hero-copy {
  display: grid;
  gap: 16px;
}

.pricing-hero-panel {
  display: grid;
  gap: 14px;
}

.pricing-note {
  margin-top: 4px;
  background: rgba(14, 154, 167, 0.1);
  color: var(--brand-deep);
}

.pricing-highlight {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(14, 154, 167, 0.08);
  border: 1px solid rgba(14, 154, 167, 0.12);
  display: grid;
  gap: 8px;
}

.pricing-highlight strong {
  font-size: 1.1rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--brand-deep);
}

.pricing-highlight span {
  color: var(--muted);
  line-height: 1.6;
}

.pricing-highlight.featured {
  background: linear-gradient(135deg, rgba(15, 76, 92, 0.96), rgba(27, 154, 170, 0.92));
  border-color: transparent;
}

.pricing-highlight.featured strong,
.pricing-highlight.featured span {
  color: #fff;
}

.pricing-highlight.premium {
  background: linear-gradient(135deg, rgba(255, 244, 216, 0.98), rgba(255, 236, 184, 0.96));
  border-color: rgba(225, 179, 77, 0.28);
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 45%);
  pointer-events: none;
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(11, 97, 114, 0.97), rgba(9, 74, 89, 0.98));
  color: #fff;
  transform: translateY(-10px);
  box-shadow: 0 26px 70px rgba(8, 73, 88, 0.28);
}

.pricing-card.featured p,
.pricing-card.featured li,
.pricing-card.featured .plan-note,
.pricing-card.featured .price-caption {
  color: rgba(255, 255, 255, 0.86);
}

.pricing-card.featured .pricing-badge,
.pricing-card.featured .plan-chip {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pricing-card.premium-year {
  background: linear-gradient(180deg, rgba(255, 249, 235, 0.98), rgba(255, 241, 208, 0.96));
  border-color: rgba(225, 179, 77, 0.34);
  box-shadow: 0 24px 64px rgba(193, 151, 58, 0.18);
}

.pricing-card.premium-year .pricing-badge,
.pricing-card.premium-year .plan-chip {
  background: rgba(163, 112, 10, 0.1);
  color: #8a5b00;
}

.pricing-overview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.overview-chip-card {
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(236, 248, 250, 0.92));
  border: 1px solid rgba(21, 36, 43, 0.08);
  box-shadow: 0 18px 44px rgba(10, 54, 66, 0.12);
  display: grid;
  gap: 10px;
}

.overview-chip-card.featured {
  background: linear-gradient(135deg, rgba(15, 76, 92, 0.98), rgba(27, 154, 170, 0.94));
  border-color: transparent;
}

.overview-chip-card.featured strong,
.overview-chip-card.featured p {
  color: #fff;
}

.overview-chip-card.premium {
  background: linear-gradient(180deg, rgba(255, 249, 235, 0.98), rgba(255, 241, 208, 0.96));
  border-color: rgba(225, 179, 77, 0.34);
}

.overview-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 154, 167, 0.12);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.overview-chip-card.featured .overview-label {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.overview-chip-card.premium .overview-label {
  background: rgba(163, 112, 10, 0.1);
  color: #8a5b00;
}

.overview-chip-card strong {
  font-size: 1.08rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.overview-chip-card p {
  margin: 0;
  font-size: 0.98rem;
}

.plan-ribbon {
  position: absolute;
  top: 18px;
  right: -38px;
  padding: 10px 48px;
  background: linear-gradient(135deg, #ffd26f, #ffb347);
  color: #583c05;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(33deg);
  box-shadow: 0 12px 24px rgba(255, 179, 71, 0.28);
}

.plan-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.plan-duration {
  flex-shrink: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(14, 154, 167, 0.08);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-card.featured .plan-duration {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pricing-card.premium-year .plan-duration {
  background: rgba(163, 112, 10, 0.1);
  color: #8a5b00;
}

.plan-kicker {
  display: grid;
  gap: 10px;
}

.plan-subtitle {
  font-size: 1.36rem;
  font-weight: 800;
}

.plan-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-price strong {
  font-size: 2.6rem;
  line-height: 1;
}

.plan-price-amount {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(14, 154, 167, 0.12);
  color: var(--brand-deep);
  font-size: 0.98rem;
  font-weight: 800;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.pricing-card.featured .plan-price-amount {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pricing-card.premium-year .plan-price-amount {
  background: rgba(163, 112, 10, 0.12);
  color: #8a5b00;
}

.price-caption {
  color: var(--muted);
  font-weight: 600;
}

.plan-chip-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 154, 167, 0.08);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.plan-note {
  position: relative;
  z-index: 1;
  margin: 0;
}

.plan-feature-block {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(14, 154, 167, 0.08);
}

.plan-feature-block h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.pricing-card.featured .plan-feature-block {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.pricing-card.featured .plan-feature-block h4 {
  color: #fff;
}

.pricing-card.premium-year .plan-feature-block {
  background: rgba(255, 255, 255, 0.52);
}

.plan-list {
  position: relative;
  z-index: 1;
  margin: 0;
}

.plan-bottom-note {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 36, 43, 0.08);
  color: var(--muted);
  font-weight: 600;
}

.pricing-card.featured .plan-bottom-note {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  letter-spacing: -0.025em;
}

h3 {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

p,
li {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.02rem;
}

.hero-actions,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-actions > a,
.contact-actions > a {
  flex: 1 1 220px;
}

.metric-grid,
.card-grid,
.plan-grid,
.detail-grid,
.legal-grid,
.footer-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

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

.card-grid,
.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.metric,
.mini-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 249, 0.92));
  border: 1px solid rgba(21, 36, 43, 0.08);
}

.metric {
  position: relative;
  overflow: hidden;
}

.metric::after {
  content: "";
  position: absolute;
  inset: auto -20px -24px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 154, 167, 0.14), transparent 68%);
}

.metric strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 6px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.comparison {
  overflow-x: auto;
  border-radius: 24px;
}

.comparison-mobile {
  display: none;
  margin-top: 18px;
  gap: 16px;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.92);
}

.table-plan-head {
  display: grid;
  gap: 6px;
}

.table-plan-head strong {
  font-size: 1rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.table-plan-head small {
  color: var(--muted);
  font-size: 0.82rem;
}

.table-plan-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.table-plan-kicker.starter {
  background: rgba(14, 154, 167, 0.12);
  color: var(--brand-deep);
}

.table-plan-kicker.growth {
  background: rgba(26, 145, 90, 0.12);
  color: #16704a;
}

.table-plan-kicker.premium {
  background: rgba(180, 126, 25, 0.14);
  color: #8b5b08;
}

.table-plan-head.premium strong {
  color: #8b5b08;
}

.comparison-mobile-card {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 249, 0.92));
  border: 1px solid rgba(21, 36, 43, 0.08);
  box-shadow: 0 18px 44px rgba(10, 54, 66, 0.12);
}

.comparison-mobile-card.featured {
  background: linear-gradient(135deg, rgba(15, 76, 92, 0.98), rgba(27, 154, 170, 0.94));
  border-color: transparent;
}

.comparison-mobile-card.featured .comparison-mobile-head strong,
.comparison-mobile-card.featured .comparison-mobile-head small,
.comparison-mobile-card.featured .comparison-mobile-list strong,
.comparison-mobile-card.featured .comparison-mobile-list span {
  color: #fff;
}

.comparison-mobile-card.premium {
  background: linear-gradient(180deg, rgba(255, 249, 235, 0.98), rgba(255, 241, 208, 0.96));
  border-color: rgba(225, 179, 77, 0.34);
}

.comparison-mobile-head {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.comparison-mobile-head strong {
  font-size: 1.16rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.comparison-mobile-head small {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.comparison-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.comparison-mobile-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.comparison-mobile-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.comparison-mobile-list span {
  color: var(--muted);
}

.comparison-mobile-list strong {
  text-align: right;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

th,
td {
  padding: 18px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.compare-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.compare-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
}

.compare-starter {
  background: rgba(14, 154, 167, 0.1);
  color: var(--brand-deep);
}

.compare-good {
  background: rgba(26, 145, 90, 0.12);
  color: #16704a;
}

.compare-best {
  background: rgba(180, 126, 25, 0.14);
  color: #8b5b08;
  white-space: normal;
  line-height: 1.4;
  max-width: 210px;
}

.footer-grid {
  grid-template-columns: 1.3fr repeat(3, 1fr);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.footer-bottom-centered {
  justify-content: center;
  text-align: center;
}

.hero-note,
.note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 203, 119, 0.2);
  color: #6c541a;
}

.login-update-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(14, 154, 167, 0.12);
  border: 1px solid rgba(14, 154, 167, 0.14);
  color: var(--muted);
}

.contact-actions {
  margin-top: 18px;
}

.accent-card {
  position: relative;
  overflow: hidden;
  padding-top: 66px;
}

.accent-card::before {
  content: attr(data-icon);
  position: absolute;
  top: 18px;
  left: 22px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-size: 1rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  box-shadow: 0 12px 24px rgba(12, 111, 132, 0.24);
}

.accent-card.gold::before {
  background: linear-gradient(135deg, #f0c56e, #d89d2f);
}

.accent-card.warm::before {
  background: linear-gradient(135deg, #ffb86c, #ed7f3c);
}

.hero-side-stack {
  display: grid;
  gap: 16px;
}

.hero-side-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(9, 74, 89, 0.98), rgba(12, 111, 132, 0.92));
  color: #fff;
  box-shadow: 0 22px 50px rgba(8, 73, 88, 0.24);
}

.hero-side-card p,
.hero-side-card li {
  color: rgba(255, 255, 255, 0.84);
}

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

.hero-side-title {
  font-size: 1.1rem;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .pricing-hero,
  .pricing-summary-grid,
  .pricing-overview-strip {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    border-radius: 28px;
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-card,
  .card-grid,
  .plan-grid,
  .detail-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
  }

  .brand > span:last-child::after {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .nav-links {
    width: 100%;
    justify-content: start;
  }

  .nav-links a,
  .nav-actions a,
  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-card,
  .page-hero,
  .section-card,
  .pricing-card,
  .detail-card,
  .legal-card,
  .faq-item,
  .footer-card {
    padding: 22px;
    border-radius: 24px;
  }

  .pricing-card.featured {
    transform: none;
  }

  .plan-ribbon {
    top: 16px;
    right: -46px;
    font-size: 0.72rem;
  }

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

  .comparison table {
    display: none;
  }

  .comparison-mobile {
    display: grid;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }
}
