:root {
  --navy: #131833;
  --navy-2: #1d2752;
  --navy-3: #28346b;
  --orange: #ff6b2c;
  --orange-dark: #dc5620;
  --white: #ffffff;
  --paper: #f5f1e8;
  --text: #1d2138;
  --muted: #66708d;
  --line: rgba(19, 24, 51, 0.12);
  --shadow: 0 20px 48px rgba(19, 24, 51, 0.10);
  --shadow-strong: 0 24px 70px rgba(16, 21, 44, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 107, 44, 0.08), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(51, 64, 127, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, var(--paper) 100%);
  line-height: 1.72;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

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

.shell {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.header-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.brand span:last-child {
  color: var(--orange);
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-nav a:hover,
.mini-nav a:focus-visible {
  color: var(--orange);
}

.hero {
  padding: 84px 0 58px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 107, 44, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(118, 138, 255, 0.18), transparent 20%),
    linear-gradient(135deg, #0c1027 0%, #18214b 52%, #24326a 100%);
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.82);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 18px 0 0;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  max-width: 13ch;
}

.lead {
  margin: 22px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,0.92);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.26);
  background: linear-gradient(135deg, var(--orange), #ff8d57);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 16px 32px rgba(255, 107, 44, 0.24);
}

.button.ghost {
  background: rgba(255,255,255,0.10);
  box-shadow: none;
}

.cta-box .button.ghost {
  color: var(--navy);
  background: rgba(19,24,51,0.08);
  border-color: rgba(19,24,51,0.14);
}

.article {
  padding: 48px 0 88px;
}

.callout,
.article section,
.cta-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}

.callout {
  padding: 24px;
  margin-bottom: 22px;
}

.callout strong {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-list span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,107,44,0.10);
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.article section {
  padding: 30px 26px;
  margin-bottom: 22px;
}

.article h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.18;
}

.article p {
  margin: 0 0 16px;
  color: #40415a;
}

.article p:last-child {
  margin-bottom: 0;
}

.article ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #40415a;
}

.article li + li {
  margin-top: 10px;
}

.cta-box {
  padding: 30px 28px;
  margin-top: 30px;
  background:
    radial-gradient(circle at top right, rgba(255,107,44,0.14), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,247,255,0.98));
}

.cta-box h2 {
  margin: 0 0 12px;
}

.cta-box p {
  margin: 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.footer {
  background: #ffffff;
  color: var(--text);
  padding: 28px 0 24px;
  border-top: 1px solid rgba(90, 45, 176, 0.08);
}

@media (max-width: 720px) {
  .shell {
    width: min(920px, calc(100% - 1rem));
  }

  .header-row,
  .mini-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 72px 0 50px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }
}

/* 2026 visual refresh to match homepage */
:root {
  --navy: #3b1d78;
  --navy-2: #5a2db0;
  --navy-3: #7c3aed;
  --orange: #8b5cf6;
  --orange-dark: #6d28d9;
  --paper: #fbf8ff;
  --text: #241547;
  --muted: #655a83;
  --line: rgba(90, 45, 176, 0.10);
  --shadow: 0 16px 40px rgba(72, 31, 145, 0.10);
  --shadow-strong: 0 24px 60px rgba(72, 31, 145, 0.18);
}

body {
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.08), transparent 26%),
    linear-gradient(180deg, #fcfaff 0%, #f7f2ff 100%);
  color: var(--text);
}

.page-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(90, 45, 176, 0.08);
  box-shadow: 0 10px 28px rgba(72, 31, 145, 0.05);
}

.brand {
  color: var(--navy);
}

.brand span:last-child {
  color: var(--navy-3);
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.mini-nav {
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.mini-nav a:hover,
.mini-nav a:focus-visible {
  color: var(--navy-3);
}

.hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(167, 139, 250, 0.26), transparent 22%),
    linear-gradient(180deg, #4c1d95 0%, #3b1878 100%);
  padding: 76px 0 64px;
}

.eyebrow {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.88);
  padding: 0;
  font-size: 0.88rem;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 12ch;
}

.button {
  background: linear-gradient(180deg, #9b6bff 0%, #7c3aed 100%);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.30);
  text-transform: none;
  letter-spacing: 0;
}

.button.ghost {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.callout,
.article section,
.cta-box {
  background: #ffffff;
  border: 1px solid rgba(90, 45, 176, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.keyword-list span {
  background: rgba(124, 58, 237, 0.08);
  color: var(--navy-3);
}

.article h2,
.callout strong {
  color: var(--navy);
}

.article p,
.article ul {
  color: var(--muted);
  line-height: 1.82;
}

.cta-box {
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,245,255,0.98));
}

.cta-box .button.ghost {
  color: var(--navy);
  background: rgba(19,24,51,0.08);
  border-color: rgba(19,24,51,0.14);
}

.footer-wrap {
  display: grid;
  gap: 24px;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%),
    linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);
  box-shadow: var(--shadow-strong);
}

.footer-cta-copy {
  max-width: 760px;
}

.footer-cta-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.84);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footer-cta h2 {
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.footer-cta p {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 1.02rem;
  line-height: 1.8;
}

.footer-cta-keywords {
  margin-top: 14px !important;
  color: rgba(255,255,255,0.70) !important;
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
}

.footer-cta .button {
  flex: none;
  min-width: 240px;
  margin-top: 0;
  background: #ffffff;
  color: var(--navy);
  border-color: rgba(255,255,255,0.34);
  box-shadow: 0 18px 34px rgba(36, 16, 80, 0.24);
}

.footer-cta .button:hover,
.footer-cta .button:focus-visible {
  background: #f6efff;
  color: var(--navy);
  box-shadow: 0 22px 40px rgba(36, 16, 80, 0.28);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(140px, 1fr));
  gap: 28px 24px;
  align-items: start;
}

.footer-brand {
  max-width: 320px;
}

.footer-brand .brand {
  margin-bottom: 16px;
}

.footer-brand .brand-logo {
  height: 50px;
}

.footer-brand p,
.footer-links a,
.footer-links div {
  color: var(--muted);
  line-height: 1.78;
  font-size: 0.95rem;
}

.footer-title {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.3;
}

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

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--navy-3);
}

.footer-note {
  padding-top: 16px;
  border-top: 1px solid rgba(90, 45, 176, 0.08);
  color: var(--muted);
  font-size: 0.9rem;
}

.section-stack {
  display: grid;
  gap: 24px;
}

.section-box {
  border: 1px solid rgba(90, 45, 176, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 32px 28px;
}

.section-box h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.8rem;
  line-height: 1.16;
}

.section-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.section-box p + p {
  margin-top: 14px;
}

.card-grid,
.guide-grid,
.blog-grid,
.pricing-grid,
.steps-grid,
.contact-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  margin: 0;
  gap: 22px;
}

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

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

.info-card,
.guide-card,
.blog-card,
.price-card,
.step-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(90, 45, 176, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.info-card,
.guide-card,
.blog-card,
.step-card,
.contact-card {
  padding: 30px 26px;
}

.info-card::after,
.guide-card::after,
.blog-card::after,
.contact-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.10), transparent 70%);
  pointer-events: none;
}

.icon-dot {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9b6bff 0%, #7c3aed 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.20);
}

.info-card h3,
.guide-card h3,
.blog-card h3,
.contact-card h3,
.step-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.22;
}

.info-card p,
.guide-card p,
.blog-card p,
.contact-card p,
.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.guide-points,
.contact-list,
.price-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.guide-points li,
.contact-list li,
.price-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: var(--text);
  line-height: 1.72;
}

.guide-points li::before,
.contact-list li::before,
.price-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(124, 58, 237, 0.08);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.12);
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: var(--navy-3);
  font-size: 0.76rem;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--navy-3);
  font-weight: 800;
}

.note-box {
  padding: 22px 24px;
  border-left: 4px solid var(--navy-3);
  border-radius: 22px;
  background: #ffffff;
  color: var(--muted);
  line-height: 1.8;
  box-shadow: var(--shadow);
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-color: rgba(90, 45, 176, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #fcf9ff 100%);
  border-radius: 32px;
  box-shadow: 0 20px 46px rgba(72, 31, 145, 0.10);
}

.price-card:hover {
  transform: translateY(-10px);
  border-color: rgba(124, 58, 237, 0.18);
  box-shadow: 0 28px 58px rgba(72, 31, 145, 0.16);
}

.price-card.featured {
  transform: translateY(-16px);
  border-color: rgba(124, 58, 237, 0.18);
  background: linear-gradient(180deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 30px 62px rgba(109, 40, 217, 0.28);
}

.price-card.featured:hover {
  transform: translateY(-20px);
}

.price-top {
  position: relative;
  padding: 0;
  background: transparent;
}

.price-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #6d28d9;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(19, 14, 76, 0.14);
}

.price-head {
  position: relative;
  min-height: 0;
  margin-bottom: 18px;
}

.price-head > div:last-child {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-top: 0;
}

.price-icon {
  display: none;
}

.price-icon::before {
  display: none;
  content: none;
}

.price-card.featured .price-icon {
  display: none;
}

.price-card.featured .price-icon::before {
  display: none;
  content: none;
}

.price-card .price-plan {
  display: block;
  margin-bottom: 6px;
  color: #6d28d9;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}

.price-top strong {
  display: block;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
}

.price-sub {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.price-discount {
  display: none;
}

.price-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}

.price-value {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--navy);
}

.price-main {
  font-size: clamp(3rem, 5.4vw, 4rem);
  font-weight: 900;
  line-height: 0.92;
}

.price-period {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.price-old {
  display: block;
  margin-bottom: 16px;
  color: #8f88aa;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.price-caption {
  color: var(--muted);
  line-height: 1.78;
  margin-bottom: 22px;
}

.price-list {
  margin-top: 0;
  margin-bottom: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(90, 45, 176, 0.12);
  gap: 12px;
}

.price-list li {
  padding: 0 0 0 34px;
  line-height: 1.7;
}

.price-list li::before {
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  color: #6d28d9;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.16), rgba(124, 58, 237, 0.08));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.14);
}

.price-card .button {
  width: 100%;
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6b63ff 0%, #4f46e5 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(79, 70, 229, 0.22);
}

.price-card .button:hover,
.price-card .button:focus-visible {
  background: linear-gradient(180deg, #7a73ff 0%, #5b52ed 100%);
}

.price-footnote {
  margin-top: 14px;
  color: #8f88aa;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.price-card.featured .price-plan,
.price-card.featured .price-top strong,
.price-card.featured .price-sub,
.price-card.featured .price-main,
.price-card.featured .price-period,
.price-card.featured .price-caption,
.price-card.featured .price-list li,
.price-card.featured .price-footnote {
  color: #ffffff;
}

.price-card.featured .price-old {
  color: rgba(255,255,255,0.72);
}

.price-card.featured .price-list {
  border-top-color: rgba(255,255,255,0.16);
}

.price-card.featured .price-list li::before {
  color: #6d28d9;
  background: rgba(255,255,255,0.96);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
}

.price-card.featured .button {
  background: #ffffff;
  color: #6d28d9;
  border-color: rgba(255,255,255,0.28);
  box-shadow: none;
}

.price-card.featured .button:hover,
.price-card.featured .button:focus-visible {
  background: #f5f1ff;
  color: #6d28d9;
}

.step-number {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.step-card h3 {
  color: var(--text);
}

.contact-card a,
.section-box a,
.note-box a {
  color: var(--navy-3);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .pricing-grid > .price-card:last-child {
    grid-column: auto;
  }

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

  .footer-cta .button {
    width: 100%;
  }

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

  .card-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-brand {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .footer-cta {
    padding: 24px 22px;
  }

  .guide-grid,
  .blog-grid,
  .contact-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    height: 38px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand .brand-logo {
    height: 44px;
  }

  .section-box,
  .info-card,
  .guide-card,
  .blog-card,
  .step-card,
  .contact-card {
    padding: 26px 22px;
  }
}
