:root {
  --ink: #111318;
  --navy: #101820;
  --slate: #3e4a45;
  --muted: #68746f;
  --line: #dce7e2;
  --soft: #f3f8f6;
  --white: #ffffff;
  --blue: #dc2626;
  --blue-dark: #b91c1c;
  --cyan: #fb7185;
  --green: #f43f5e;
  --gold: #d97706;
  --shadow: 0 22px 60px rgba(17, 19, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.28);
}

.brand-mark span {
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  transition: color 0.18s ease;
}

.nav-links a:hover {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(220, 38, 38, 0.28), transparent 31%),
    radial-gradient(circle at 12% 10%, rgba(251, 113, 133, 0.2), transparent 29%),
    linear-gradient(135deg, #101113 0%, #1b1416 56%, #3b0d12 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% 42%;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-8deg);
}

.hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 64px;
  align-items: center;
  padding: 70px 0;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
}

.hero-proof span {
  display: block;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 20px;
}

.hero-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.strategy-card {
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
}

.strategy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--cyan));
}

.strategy-card__header {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-top: 8px;
}

.strategy-card__header img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.18);
}

.strategy-card__header span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.strategy-card__header strong {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 11px;
  color: #991b1b;
  background: #fee2e2;
  font-size: 12px;
  font-weight: 900;
}

.strategy-score {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffafa, #fff1f2);
}

.strategy-score span,
.strategy-notes span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.strategy-score strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
}

.strategy-list {
  display: grid;
  gap: 15px;
  margin-bottom: 22px;
}

.strategy-list div {
  display: grid;
  gap: 8px;
}

.strategy-list span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.strategy-list i {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eee9;
}

.strategy-list i::before {
  content: "";
  display: block;
  width: var(--score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.strategy-notes {
  padding: 18px;
  border-radius: 16px;
  color: var(--muted);
  background: var(--soft);
}

.strategy-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.browser-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  color: var(--ink);
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.browser-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.browser-body {
  padding: 22px;
}

.browser-body h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.browser-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.browser-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}

.browser-lines span:nth-child(1) {
  width: 92%;
}

.browser-lines span:nth-child(2) {
  width: 72%;
}

.browser-lines span:nth-child(3) {
  width: 84%;
}

.browser-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.browser-metrics div {
  padding: 14px;
  border-radius: 14px;
  background: var(--soft);
}

.browser-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 22px;
}

.browser-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--white);
  background: var(--blue);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.primary {
  box-shadow: 0 16px 32px rgba(220, 38, 38, 0.24);
}

.btn.primary:hover {
  background: var(--blue-dark);
}

.btn.secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.btn.full {
  width: 100%;
}

.section {
  padding: 88px 0;
}

.section-header {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 46px;
  text-align: center;
}

.section-header h2,
.operate-title h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.section-header p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.features-section {
  background: var(--white);
}

.feature-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.feature-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 0 28px;
}

.feature-card h3,
.plan h3,
.step h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.feature-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.operate-title {
  padding: 78px 20px 0;
  background: var(--soft);
  text-align: center;
}

.operate-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 88px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.step::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -27px;
  z-index: 1;
  width: 34px;
  height: 2px;
  background: var(--line);
}

.step:last-child::after {
  display: none;
}

.step-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-size: 20px;
  font-weight: 900;
}

.step p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.plans-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(220, 38, 38, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(251, 113, 133, 0.12), transparent 24%),
    linear-gradient(135deg, #101113, #1b1416);
}

.section-header.invert h2,
.section-header.invert p {
  color: var(--white);
}

.section-header.invert p {
  color: rgba(255, 255, 255, 0.72);
}

.plan-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.plan.featured {
  border-color: rgba(251, 113, 133, 0.58);
  background: rgba(220, 38, 38, 0.24);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.2);
}

.plan img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(220, 38, 38, 0.2);
}

.plan h3 {
  min-height: 44px;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 18px;
}

.plan strong {
  display: block;
  margin: 0 0 18px;
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
}

.plan ul {
  flex: 1;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.plan li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.plan .btn {
  width: 100%;
  margin-top: auto;
}

.faq-section {
  background: var(--white);
}

.faq-heading a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-card-grid {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.faq-card button {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-card button span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #e8f0ff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.faq-card strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.faq-card p {
  display: none;
  margin: 12px 0 0 42px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.faq-card.open p {
  display: block;
}

.footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(20px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: #0f172a;
  font-size: 14px;
}

.footer p {
  margin: 0;
}

.footer nav {
  display: flex;
  gap: 24px;
  color: var(--white);
  font-weight: 700;
}

.standalone-page {
  min-height: calc(100vh - 78px);
  position: relative;
  overflow: hidden;
  padding: 86px 20px 110px;
  background:
    radial-gradient(circle at 82% 20%, rgba(220, 38, 38, 0.22), transparent 26%),
    linear-gradient(135deg, #101113, #1b1416);
}

.page-heading {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.page-heading h1 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.page-heading p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.contact-card {
  width: min(680px, 100%);
  position: relative;
  z-index: 1;
  margin: 0 auto 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.contact-info-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
}

.contact-info-card p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.contact-details div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: var(--white);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-card label {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.contact-card input {
  height: 52px;
  padding: 0 14px;
}

.contact-card textarea {
  min-height: 150px;
  resize: vertical;
  padding: 12px 14px;
}

.shape {
  display: none;
}

.checkout-notice {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  width: min(520px, calc(100% - 32px));
  padding: 16px 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.checkout-notice.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.checkout-notice[data-type="error"] {
  background: #b42318;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal__panel {
  position: relative;
  width: min(620px, 100%);
  padding: 28px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.checkout-modal__panel h2 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.1;
}

.checkout-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: var(--soft);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.checkout-summary {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 8px;
  background: var(--soft);
}

.checkout-summary div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: baseline;
}

.checkout-summary dt {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.checkout-summary dd {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.checkout-form {
  display: grid;
  gap: 10px;
}

.checkout-form label {
  font-size: 14px;
  font-weight: 900;
}

.checkout-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
}

.checkout-form input::placeholder {
  color: #98a2b3;
}

.checkout-form p {
  margin: -2px 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.checkout-submit {
  width: 100%;
  min-height: 58px;
}

.checkout-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.status-page,
.policy-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 14%, rgba(220, 38, 38, 0.22), transparent 26%),
    linear-gradient(135deg, #101113, #1b1416);
}

.status-card,
.policy {
  width: min(680px, 100%);
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.status-card {
  text-align: center;
}

.status-card .brand-mark {
  margin-bottom: 16px;
}

.status-card h1 {
  color: var(--ink);
}

.status-card p,
.policy p,
.policy li {
  color: var(--muted);
  line-height: 1.7;
}

.policy .brand {
  margin-bottom: 28px;
  color: var(--ink);
}

.policy h1,
.policy h2 {
  color: var(--ink);
}

.policy a {
  color: var(--blue-dark);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 560px;
  }

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

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

@media (max-width: 820px) {
  .nav-shell {
    width: min(100% - 32px, 720px);
    min-height: 72px;
    flex-wrap: wrap;
  }

  .brand {
    font-size: 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 16px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 12px 0;
  }

  .hero-inner {
    width: min(100% - 32px, 680px);
    min-height: auto;
    padding: 64px 0;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-proof,
  .feature-grid,
  .operate-section,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 16px;
  }

  .section {
    padding: 64px 0;
  }

  .operate-title {
    padding-top: 64px;
  }

  .operate-section {
    width: min(100% - 32px, 680px);
    padding-bottom: 64px;
  }

  .step::after {
    display: none;
  }

  .plan {
    min-height: auto;
  }

  .checkout-modal {
    align-items: end;
    padding: 16px;
  }

  .checkout-modal__panel {
    max-height: calc(100vh - 32px);
    overflow: auto;
    padding: 24px;
  }

  .checkout-summary div {
    grid-template-columns: 70px 1fr;
  }

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

  .contact-card,
  .status-card,
  .policy {
    padding: 24px;
  }

  .contact-details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* 2026 premium consulting redesign */
:root {
  --ink: #17171c;
  --navy: #0b0b0f;
  --slate: #34343c;
  --muted: #6e6e78;
  --line: #e9e7e8;
  --soft: #f7f5f5;
  --white: #fff;
  --blue: #ef3340;
  --blue-dark: #cf1f2d;
  --cyan: #ff7b82;
  --green: #ef3340;
  --gold: #ffb547;
  --shadow: 0 24px 80px rgba(14, 14, 18, .12);
}

body {
  overflow-x: hidden;
  background: #fbfafb;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background: #ef3340;
}

.site-header {
  background: rgba(10, 10, 14, .78);
  border-bottom-color: rgba(255, 255, 255, .08);
  box-shadow: 0 12px 44px rgba(0, 0, 0, .12);
}

.nav-shell {
  width: min(1240px, calc(100% - 48px));
  min-height: 82px;
}

.brand {
  gap: 13px;
  letter-spacing: -.035em;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ff525e, #d71f2e 58%, #9d0d18);
  box-shadow: 0 12px 32px rgba(239, 51, 64, .34), inset 0 1px rgba(255, 255, 255, .3);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -40% 55% -40% -30%;
  background: rgba(255, 255, 255, .24);
  transform: rotate(24deg);
}

.nav-links {
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.nav-links a {
  padding: 10px 15px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, .09);
  transform: translateY(-1px);
}

.hero {
  min-height: 780px;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 14%, rgba(239, 51, 64, .24), transparent 24%),
    radial-gradient(circle at 12% 76%, rgba(178, 20, 37, .18), transparent 30%),
    linear-gradient(135deg, #09090c 0%, #101014 48%, #1c0d10 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.hero::after {
  inset: auto -8% -48% 48%;
  height: 680px;
  border: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle, rgba(239,51,64,.18), transparent 62%);
  filter: blur(2px);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(112deg, transparent 15%, rgba(255,255,255,.025) 15.1%, transparent 15.3%);
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  pointer-events: none;
}

.hero-orb-one {
  top: 110px;
  right: 6%;
  width: 340px;
  height: 340px;
  animation: orbitFloat 9s ease-in-out infinite;
}

.hero-orb-two {
  right: 19%;
  bottom: 60px;
  width: 110px;
  height: 110px;
  background: rgba(239,51,64,.06);
  animation: orbitFloat 7s ease-in-out -2s infinite reverse;
}

.hero-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 700px;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .72fr);
  gap: 84px;
  padding: 92px 0 76px;
}

.hero-copy {
  animation: heroIn .75s cubic-bezier(.22,1,.36,1) both;
}

.eyebrow {
  margin-bottom: 24px;
  padding: 9px 14px 9px 10px;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px rgba(255,255,255,.05);
  letter-spacing: .11em;
}

.eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5360;
  box-shadow: 0 0 0 5px rgba(239,51,64,.12), 0 0 22px rgba(239,51,64,.75);
  animation: signalPulse 2s ease-out infinite;
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.1vw, 86px);
  line-height: .96;
  letter-spacing: -.065em;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #ff3847, #ff8c91 58%, #fff 130%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero p {
  max-width: 670px;
  margin-bottom: 36px;
  color: rgba(255,255,255,.67);
  font-size: 18px;
  line-height: 1.72;
}

.btn {
  min-height: 54px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 0 25px;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.22) 48%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.primary {
  background: linear-gradient(135deg, #f43b48, #d91f2e);
  box-shadow: 0 16px 44px rgba(239,51,64,.28), inset 0 1px rgba(255,255,255,.24);
}

.btn.secondary {
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
}

.hero-proof {
  gap: 10px;
}

.hero-proof span {
  padding: 16px 17px;
  border-color: rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.hero-proof strong {
  font-size: 15px;
  letter-spacing: -.02em;
}

.hero-panel {
  position: relative;
  padding: 1px;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.035) 38%, rgba(239,51,64,.35));
  box-shadow: 0 44px 120px rgba(0,0,0,.46), 0 0 80px rgba(239,51,64,.12);
  animation: panelIn .9s cubic-bezier(.22,1,.36,1) .12s both, panelFloat 6s ease-in-out 1.1s infinite;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 40px;
  background: rgba(239,51,64,.1);
  filter: blur(30px);
}

.strategy-card {
  border-radius: 27px;
  padding: 30px;
  background: linear-gradient(160deg, rgba(255,255,255,.98), #f9f7f8);
}

.strategy-card::before {
  height: 5px;
  background: linear-gradient(90deg, #c91f2d, #ff5260 55%, #ff9a9f);
}

.strategy-card__header {
  grid-template-columns: 48px 1fr auto;
}

.strategy-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(145deg, #f34a56, #c91c2a);
  box-shadow: 0 12px 28px rgba(239,51,64,.24);
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

.strategy-card__header strong {
  position: relative;
  padding-left: 24px;
  color: #19673c;
  background: #e8f8ef;
}

.strategy-card__header strong::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #24a45d;
  box-shadow: 0 0 0 4px rgba(36,164,93,.12);
}

.strategy-score {
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff0f1, #fff 70%);
  box-shadow: inset 0 0 0 1px rgba(239,51,64,.08);
}

.strategy-list i {
  height: 8px;
  background: #ece9ea;
}

.strategy-list i::before {
  width: var(--score, 70%);
  background: linear-gradient(90deg, #d92130, #ff6973);
  animation: growBar 1.15s cubic-bezier(.22,1,.36,1) .6s both;
  transform-origin: left;
}

.strategy-list .score-78 { --score: 78%; }
.strategy-list .score-64 { --score: 64%; }
.strategy-list .score-71 { --score: 71%; }

.strategy-notes {
  border: 1px solid #eeebec;
  border-radius: 18px;
  background: rgba(255,255,255,.8);
}

.strategy-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 16px;
}

.strategy-footer div {
  padding: 12px;
  border: 1px solid #eeebec;
  border-radius: 14px;
  background: #fff;
}

.strategy-footer strong,
.strategy-footer span {
  display: block;
}

.strategy-footer strong {
  margin-bottom: 4px;
  color: #d6202e;
  font-size: 11px;
  letter-spacing: .08em;
}

.strategy-footer span {
  color: #55545c;
  font-size: 11px;
  font-weight: 800;
}

.trust-rail {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 24px;
  border-bottom: 1px solid #ece9ea;
  background: #fff;
}

.trust-rail > span {
  color: #99969b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-rail div {
  display: flex;
  align-items: center;
  gap: 28px;
}

.trust-rail strong {
  color: #35343a;
  font-size: 14px;
  letter-spacing: -.01em;
}

.trust-rail i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ef3340;
}

.section {
  padding: 112px 0;
}

.section-header {
  margin-bottom: 58px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #db2634;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-header h2,
.operate-title h2 {
  font-size: clamp(38px, 4.4vw, 60px);
  letter-spacing: -.055em;
}

.features-section,
.faq-section {
  background:
    radial-gradient(circle at 5% 10%, rgba(239,51,64,.045), transparent 21%),
    #fbfafb;
}

.feature-grid,
.operate-section,
.plan-grid {
  width: min(1240px, calc(100% - 48px));
}

.feature-grid {
  gap: 20px;
}

.feature-card {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-color: #ebe8e9;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 54px rgba(20,16,18,.055);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(239,51,64,.045);
  transition: transform .4s ease;
}

.feature-card:hover {
  border-color: rgba(239,51,64,.25);
  box-shadow: 0 28px 70px rgba(20,16,18,.1);
  transform: translateY(-8px);
}

.feature-card:hover::after {
  transform: scale(1.35);
}

.feature-card img {
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  filter: saturate(.8);
}

.operate-title {
  padding-top: 104px;
  background: #f4f1f2;
}

.operate-section {
  padding: 54px 0 112px;
  gap: 22px;
}

.step {
  min-height: 280px;
  padding: 32px;
  border-color: #e7e3e5;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(20,16,18,.06);
}

.step::after {
  top: 58px;
  right: -35px;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, #e2dddf, #d52a38, #e2dddf);
}

.step-icon {
  border-radius: 16px;
  background: linear-gradient(145deg, #f44a56, #c91f2d);
  box-shadow: 0 14px 30px rgba(239,51,64,.2);
}

.plans-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(239,51,64,.2), transparent 24%),
    radial-gradient(circle at 90% 90%, rgba(145,16,29,.25), transparent 25%),
    linear-gradient(145deg, #08080b, #151116 52%, #1b0b0e);
}

.plans-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) .7px, transparent .7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent);
  pointer-events: none;
}

.plan-grid {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.plan {
  min-height: 470px;
  position: relative;
  padding: 28px;
  border-color: rgba(255,255,255,.105);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 24px 60px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s ease, background .35s ease;
}

.plan:hover {
  z-index: 2;
  border-color: rgba(255,91,102,.38);
  background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(239,51,64,.07));
  transform: translateY(-8px);
}

.plan.featured {
  border-color: rgba(255,92,103,.5);
  background: linear-gradient(155deg, rgba(239,51,64,.25), rgba(255,255,255,.06));
  box-shadow: 0 28px 80px rgba(190,21,37,.22), inset 0 1px rgba(255,255,255,.13);
}

.plan.featured::before {
  content: "Most popular";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plan img {
  width: 52px;
  height: 52px;
  border-radius: 15px;
}

.plan h3 {
  font-size: 19px;
  letter-spacing: -.025em;
}

.plan strong {
  font-size: 38px;
  letter-spacing: -.045em;
}

.plan li {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.55;
}

.plan li::before {
  width: 7px;
  height: 7px;
  background: #ff5965;
  box-shadow: 0 0 0 4px rgba(239,51,64,.1);
}

.faq-card-grid {
  gap: 12px;
}

.faq-card {
  padding: 24px 26px;
  border-color: #e9e6e7;
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(20,16,18,.045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.faq-card:hover,
.faq-card.open {
  border-color: rgba(239,51,64,.22);
  box-shadow: 0 18px 48px rgba(20,16,18,.075);
  transform: translateY(-2px);
}

.faq-card button span {
  color: #db2634;
  background: #fff0f1;
}

.footer {
  min-height: 110px;
  background: #08080b;
}

.standalone-page,
.status-page,
.policy-page {
  background:
    radial-gradient(circle at 82% 18%, rgba(239,51,64,.2), transparent 25%),
    linear-gradient(145deg, #08080b, #1a0d10);
}

.contact-card,
.status-card,
.policy,
.checkout-modal__panel {
  border-radius: 22px;
}

.contact-card {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.075);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.contact-card input,
.contact-card textarea {
  border-radius: 13px;
}

.checkout-modal {
  background: rgba(4,4,7,.78);
  backdrop-filter: blur(14px);
}

.checkout-modal__panel {
  box-shadow: 0 40px 120px rgba(0,0,0,.38);
}

.js .feature-card,
.js .step,
.js .plan,
.js .faq-card {
  opacity: 0;
  transform: translateY(24px);
}

.feature-card.is-visible,
.step.is-visible,
.plan.is-visible,
.faq-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform, box-shadow, border-color, background;
  transition-duration: .62s, .62s, .35s, .35s, .35s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}

.feature-card.is-visible:hover,
.plan.is-visible:hover {
  transform: translateY(-8px);
}

.faq-card.is-visible:hover,
.faq-card.is-visible.open {
  transform: translateY(-2px);
}

.feature-card:nth-child(2).is-visible,
.step:nth-child(2).is-visible,
.plan:nth-child(2).is-visible { transition-delay: .07s; }
.feature-card:nth-child(3).is-visible,
.step:nth-child(3).is-visible,
.plan:nth-child(3).is-visible { transition-delay: .14s; }
.feature-card:nth-child(4).is-visible,
.plan:nth-child(4).is-visible { transition-delay: .21s; }

@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(30px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes panelFloat {
  0%, 100% { transform: translateY(0) rotate(.001deg); }
  50% { transform: translateY(-10px) rotate(.001deg); }
}

@keyframes orbitFloat {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-18px,0); }
}

@keyframes signalPulse {
  0% { box-shadow: 0 0 0 0 rgba(239,51,64,.38), 0 0 18px rgba(239,51,64,.65); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(239,51,64,0), 0 0 20px rgba(239,51,64,.65); }
}

@keyframes growBar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 1180px) {
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 820px; }
  .hero-panel { width: min(540px, 100%); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .nav-shell { width: min(100% - 32px, 720px); }
  .nav-links {
    border: 0;
    border-radius: 0;
    padding: 4px 0 16px;
    background: transparent;
  }
  .hero-inner { width: min(100% - 32px, 680px); padding: 68px 0 60px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof span { display: grid; grid-template-columns: 120px 1fr; align-items: center; }
  .trust-rail { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-rail div { width: 100%; flex-wrap: wrap; gap: 14px 18px; }
  .feature-grid, .operate-section, .plan-grid { width: min(100% - 32px, 680px); grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .plan { min-height: auto; }
}

@media (max-width: 520px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { animation: panelIn .8s cubic-bezier(.22,1,.36,1) .12s both; }
  .strategy-card { padding: 22px; }
  .strategy-card__header { grid-template-columns: 44px 1fr; }
  .strategy-card__header strong { display: none; }
  .strategy-footer { gap: 6px; }
  .strategy-footer div { padding: 10px 7px; }
  .footer nav { flex-wrap: wrap; gap: 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .feature-card, .js .step, .js .plan, .js .faq-card { opacity: 1; transform: none; }
}
