@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --navy-950: #020b19;
  --navy-900: #06172d;
  --navy-800: #0b2848;
  --gold-500: #d99a22;
  --gold-400: #f4b83f;
  --gold-300: #ffd170;
  --white: #fff;
  --muted: #d5dbe3;
  --line: rgba(229, 163, 40, .84);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  color: var(--white);
  font-family: Manrope, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 34%, rgba(17, 57, 96, .5), transparent 39%),
    linear-gradient(118deg, #020a17 0%, #06182e 52%, #020a17 100%);
}
body::before,
body::after,
.pricing-stage::before,
.pricing-stage::after {
  content: "";
  position: fixed;
  z-index: -1;
  border: 1px solid rgba(234, 164, 31, .72);
  border-bottom-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  filter: drop-shadow(0 0 7px rgba(255, 190, 66, .3));
}
body::before,
body::after { top: -187px; width: 650px; height: 390px; }
body::before { left: -112px; transform: rotate(-16deg); }
body::after { right: -112px; transform: rotate(16deg); }
.pricing-stage::before,
.pricing-stage::after { top: -131px; width: 420px; height: 230px; }
.pricing-stage::before { left: -88px; transform: rotate(-17deg); }
.pricing-stage::after { right: -88px; transform: rotate(17deg); }

a { color: inherit; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.pricing-stage { min-height: 100vh; padding: 16px 22px 20px; }
.pricing-shell { width: min(1390px, 100%); margin: 0 auto; }

.pricing-header { height: 140px; margin-bottom: 10px; text-align: center; }
.pricing-logo {
  display: table;
  margin: 0 auto 6px;
  color: var(--gold-400);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .27em;
  line-height: 1;
  text-decoration: none;
}
.pricing-eyebrow {
  display: table;
  margin: 0 auto 7px;
  padding: 3px 18px 4px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--gold-400);
  background: rgba(217, 154, 34, .05);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.pricing-header h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: .98;
}
.pricing-header > p { margin: 7px auto 0; color: #f3f5f8; font-size: 15px; line-height: 1.2; }

.pricing-layout {
  display: grid;
  grid-template-columns: 252px 458px minmax(0, 1fr);
  gap: 11px;
  height: 372px;
}
.period-panel,
.plan-card,
.asset-pricing,
.trust-banner {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(7, 28, 54, .95), rgba(2, 12, 27, .97));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 10px 28px rgba(0, 0, 0, .17);
}

.panel-icon,
.heading-icon,
.feature-icon,
.trust-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  color: var(--gold-400);
}
.panel-icon svg,
.heading-icon svg,
.feature-icon svg,
.trust-icon svg {
  width: 56%;
  height: 56%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.period-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 20px 17px 15px;
  text-align: center;
}
.panel-icon { width: 58px; height: 58px; margin-bottom: 14px; }
.period-panel h2 {
  margin: 0;
  color: var(--gold-400);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.panel-intro { margin: 9px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.period-list { display: grid; width: 100%; grid-template-columns: 1fr 1fr; gap: 7px; }
.period-row {
  min-width: 0;
  padding: 9px 10px 8px;
  border: 1px solid rgba(213, 219, 227, .15);
  border-radius: 7px;
  text-align: left;
  background: rgba(0, 7, 18, .58);
}
.period-row span { display: block; overflow: hidden; font-size: 9px; font-weight: 800; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.period-row span small { display: block; color: var(--muted); font-size: 7px; font-weight: 600; }
.period-row strong { display: block; margin-top: 4px; color: var(--gold-400); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; line-height: 1; }
.period-note { margin: 11px 4px 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.refresh-line { width: 100%; margin: auto 0 0; padding-top: 10px; border-top: 1px solid rgba(217, 154, 34, .4); text-align: left; }
.refresh-line span { display: block; color: var(--gold-400); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.refresh-line strong { display: block; margin-top: 2px; color: var(--white); font-size: 9px; font-weight: 600; }

.plan-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 372px;
  padding: 18px 28px 19px;
  overflow: hidden;
}
.plan-heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  min-height: 78px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(217, 154, 34, .5);
}
.heading-icon { width: 52px; height: 52px; }
.plan-title { min-width: 0; }
.panel-kicker,
.plan-kicker {
  margin: 0;
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.plan-card h2,
.professional-price strong {
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: .98;
}
.plan-card h2 span { font-size: 31px; font-weight: 400; }
.professional-price { display: block; }
.plan-title em { display: block; margin-top: 2px; color: var(--gold-400); font-size: 9px; font-style: normal; font-weight: 600; line-height: 1.2; }
.featured .plan-title { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; align-items: end; }
.featured .plan-kicker { grid-column: 1 / -1; }
.featured .plan-title em { align-self: center; margin: 0; text-transform: uppercase; }
.plan-content { display: grid; flex: 1; align-content: space-evenly; padding: 4px 0; }
.plan-section {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.feature-icon { width: 42px; height: 42px; }
.plan-section h3 { margin: 0 0 2px; color: var(--gold-400); font-size: 11px; font-weight: 800; letter-spacing: .07em; line-height: 1.15; text-transform: uppercase; }
.plan-section p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.caveat-section { padding: 0; border: 0; background: none; }
.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 6px 18px;
  border: 0;
  border-radius: 4px;
  color: #160f02;
  background: linear-gradient(180deg, #ffd472, #e5a32a);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .5);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: filter .15s ease, transform .15s ease;
}
.pricing-cta span { margin-left: 4px; }
.pricing-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.pricing-cta:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

.asset-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(360px, 1fr);
  gap: 62px;
  height: 232px;
  margin-top: 9px;
  padding: 14px 34px 15px;
}
.asset-pricing-main { min-width: 0; }
.asset-pricing h2 { margin: 2px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 500; line-height: 1; }
.asset-pricing-subtitle { margin: 4px 0 7px; color: var(--gold-400); font-family: "Cormorant Garamond", Georgia, serif; font-size: 13px; font-style: italic; line-height: 1; }
.asset-pricing-table-wrap { overflow: hidden; border: 0; }
.asset-pricing-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.asset-pricing-table th,
.asset-pricing-table td { height: 22px; padding: 0 5px; border-bottom: 1px solid rgba(213, 219, 227, .28); text-align: left; }
.asset-pricing-table th { color: var(--gold-400); background: transparent; font-size: 9px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.asset-pricing-table th:last-child,
.asset-pricing-table td:last-child { width: 250px; text-align: center; }
.asset-pricing-table td { color: var(--muted); font-size: 12px; line-height: 1; }
.asset-pricing-table tr:last-child td { border-bottom-color: rgba(217, 154, 34, .58); color: var(--gold-400); font-weight: 700; }
.asset-pricing-table a { color: var(--gold-400); font-weight: 800; text-decoration: none; }
.asset-pricing-side { display: flex; align-items: stretch; }
.intro-price-callout {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  text-align: center;
}
.intro-price-callout span { color: var(--gold-400); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.intro-price-callout strong { margin: 7px 0 8px; color: var(--white); font-family: "Cormorant Garamond", Georgia, serif; font-size: 60px; font-weight: 500; line-height: .82; }
.intro-price-callout small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.intro-price-callout p { max-width: 450px; margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }

.trust-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 124px;
  margin-top: 10px;
  padding: 17px 23px;
}
.trust-banner > div { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 16px; align-items: center; padding: 0 24px; border-left: 1px solid var(--gold-500); }
.trust-banner > div:first-child { border-left: 0; padding-left: 0; }
.trust-banner > div:last-child { padding-right: 0; }
.trust-icon { width: 68px; height: 68px; }
.trust-banner p { margin: 0; }
.trust-banner strong,
.trust-banner small { display: block; }
.trust-banner strong { color: var(--gold-400); font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; line-height: 1.05; }
.trust-banner small { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.trust-banner a { color: var(--gold-400); text-decoration: none; }

@media (max-width: 1220px) {
  .pricing-shell { width: min(980px, 100%); }
  .pricing-header { height: auto; margin-bottom: 20px; }
  .pricing-layout { grid-template-columns: 1fr 1fr; height: auto; }
  .period-panel { grid-column: 1 / -1; min-height: 285px; }
  .period-list { width: min(450px, 100%); }
  .plan-card { height: 390px; }
  .asset-pricing { height: auto; grid-template-columns: 1fr; gap: 18px; padding: 24px 32px; }
  .intro-price-callout { min-height: 150px; }
  .trust-banner { height: auto; }
}

@media (max-width: 720px) {
  body::before, body::after, .pricing-stage::before, .pricing-stage::after { opacity: .42; }
  .pricing-stage { padding: 14px 12px 20px; }
  .pricing-logo { font-size: 20px; }
  .pricing-header h1 { font-size: 38px; }
  .pricing-header > p { font-size: 12px; }
  .pricing-layout { grid-template-columns: 1fr; gap: 13px; }
  .period-panel { grid-column: auto; }
  .plan-card { height: auto; min-height: 390px; padding: 20px; }
  .plan-content { gap: 16px; padding: 16px 0; }
  .asset-pricing { padding: 22px 16px; }
  .asset-pricing-table th:last-child,
  .asset-pricing-table td:last-child { width: 145px; }
  .asset-pricing-table th { font-size: 8px; }
  .asset-pricing-table td { font-size: 10px; }
  .trust-banner { grid-template-columns: 1fr; gap: 15px; }
  .trust-banner > div,
  .trust-banner > div:first-child,
  .trust-banner > div:last-child { min-height: 82px; padding: 0; border-left: 0; border-top: 1px solid rgba(217, 154, 34, .35); }
  .trust-banner > div:first-child { border-top: 0; }
}
