.ofi-page {
  --ofi-accent: #d4a853;
  --ofi-accent-dark: #b78d3d;
  --ofi-bg: #f7f7f8;
  --ofi-surface: #ffffff;
  --ofi-text: #111827;
  --ofi-muted: #6b7280;
  --ofi-line: #e5e7eb;
  --ofi-success: #15803d;
  --ofi-danger-bg: #fff8f8;
  --ofi-danger-line: #fecaca;
  --ofi-success-bg: #f7fff8;
  --ofi-success-line: #bbf7d0;
  --ofi-shadow: 0 18px 42px rgba(15,23,42,.12);
  --ofi-shadow-card: 0 12px 26px rgba(15,23,42,.05);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ofi-text);
  background: var(--ofi-bg);
  border: 1px solid #cfd8e3;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
}


.ofi-page {
  width: 100%;
  max-width: 100%;
  clear: both;
}

.ofi-page.alignwide,
.ofi-page.alignfull {
  margin-left: auto;
  margin-right: auto;
}

.ofi-page figure,
.ofi-page picture {
  margin: 0;
}

.ofi-page ul,
.ofi-page ol {
  padding-left: 0;
}

.ofi-page .ofi-box ul,
.ofi-page .ofi-pricing-list {
  padding-left: 18px;
}

.ofi-page .ofi-bullets {
  list-style: none;
}

.ofi-page .ofi-feature-list,
.ofi-page .ofi-card-grid,
.ofi-page .ofi-grid-2,
.ofi-page .ofi-audience-grid,
.ofi-page .ofi-testimonials,
.ofi-page .ofi-faq-list {
  margin-bottom: 0;
}

.ofi-page .ofi-btn:focus-visible,
.ofi-page .ofi-video-modal__close:focus-visible,
.ofi-page .ofi-video-link:focus-visible {
  outline: 3px solid rgba(37,99,235,.35);
  outline-offset: 3px;
}

.ofi-page[data-theme="clean"] {
  --ofi-accent: #2563eb;
  --ofi-accent-dark: #1d4ed8;
  --ofi-bg: #f8fbff;
  --ofi-line: #dbe4f0;
  --ofi-muted: #475569;
}

.ofi-page *,
.ofi-page *::before,
.ofi-page *::after {
  box-sizing: border-box;
}

.ofi-page img {
  max-width: 100%;
  height: auto;
}

.ofi-page a {
  color: inherit;
}

.ofi-page p,
.ofi-page h1,
.ofi-page h2,
.ofi-page h3,
.ofi-page ul {
  margin-top: 0;
}

.ofi-page .ofi-landing-shell {
  background: linear-gradient(180deg,#ffffff 0%, var(--ofi-bg) 280px);
}

.ofi-page .ofi-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ofi-page .ofi-section {
  padding: 58px 0;
}

.ofi-page .ofi-section--soft {
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.10));
}

.ofi-page .ofi-section__heading {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
}

.ofi-page .ofi-section__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212,168,83,.12);
  color: var(--ofi-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ofi-page .ofi-section__title,
.ofi-page .ofi-hero__title {
  margin: 0 0 12px;
  line-height: 1.08;
  letter-spacing: -.032em;
  font-weight: 700;
}

.ofi-page .ofi-section__title {
  font-size: 36px;
}

.ofi-page .ofi-hero__title {
  font-size: clamp(30px, 4.2vw, 50px);
}

.ofi-page .ofi-section__subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
}

.ofi-page .ofi-section__title--left,
.ofi-page .ofi-section__subtitle--left {
  text-align: left;
  margin-inline: 0;
}

.ofi-page .ofi-section__title--light {
  color: #fff;
}

.ofi-page .ofi-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212,168,83,.12);
  color: var(--ofi-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ofi-page .ofi-brand-logo {
  max-height: 46px;
  width: auto;
  display: inline-block;
  margin-bottom: 14px;
}

.ofi-page .ofi-hero {
  padding: 42px 0 54px;
}

.ofi-page .ofi-hero__head {
  max-width: 920px;
  margin: 0 auto 26px;
  text-align: center;
}

.ofi-page .ofi-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 40px;
  align-items: start;
}

.ofi-page .ofi-hero__offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
  max-width: 560px;
}

.ofi-page .ofi-mockup {
  background: linear-gradient(180deg,#ffffff,#f8fafc);
  border: 1px solid var(--ofi-line);
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 16px 48px rgba(15,23,42,.10);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.ofi-page .ofi-mockup img {
  width: 100%;
  display: block;
  border-radius: 18px;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center top;
  background: #edf2f7;
}

.ofi-page .ofi-mockup--placeholder {
  min-height: 380px;
  display: grid;
  place-items: center;
}

.ofi-page .ofi-mockup-placeholder {
  font-size: 28px;
  font-weight: 800;
  color: #475569;
}

.ofi-page .ofi-mockup--default {
  min-height: 380px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg,#ffffff,#eef4fb);
}

.ofi-page .ofi-demo-window {
  width: 100%;
  max-width: 640px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}

.ofi-page .ofi-demo-window__bar {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.ofi-page .ofi-demo-window__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.ofi-page .ofi-demo-window__body {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.ofi-page .ofi-demo-card {
  min-height: 92px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212,168,83,.16), rgba(37,99,235,.08));
  border: 1px solid rgba(15,23,42,.06);
}

.ofi-page .ofi-demo-card--wide {
  min-height: 130px;
}

.ofi-page .ofi-demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ofi-page .ofi-demo-lines {
  display: grid;
  gap: 10px;
}

.ofi-page .ofi-demo-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15,23,42,.10), rgba(15,23,42,.04));
}

.ofi-page .ofi-demo-lines span:nth-child(1){ width: 92%; }
.ofi-page .ofi-demo-lines span:nth-child(2){ width: 82%; }
.ofi-page .ofi-demo-lines span:nth-child(3){ width: 64%; }

.ofi-page .ofi-demo-quote {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
}

.ofi-page .ofi-compat-chip {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--ofi-line);
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}

.ofi-page .ofi-compat-chip strong {
  color: #111827;
}

.ofi-page .ofi-copy {
  font-size: 18px;
  line-height: 1.58;
  color: #4b5563;
  margin: 0 0 18px;
}

.ofi-page .ofi-copy--hero {
  font-size: 19px;
  margin-bottom: 14px;
}

.ofi-page .ofi-hero__offer .ofi-copy + .ofi-copy {
  font-size: 17px;
  line-height: 1.48;
  margin-top: -4px;
  margin-bottom: 14px;
}

.ofi-page .ofi-bullets {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ofi-page .ofi-bullets li {
  position: relative;
  padding-left: 28px;
  color: #374151;
  line-height: 1.52;
}

.ofi-page .ofi-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ofi-success);
  font-weight: 900;
}

.ofi-page .ofi-hero__offer .ofi-bullets li:nth-child(n+3) {
  display: none;
}

.ofi-page .ofi-price-summary {
  display: grid;
  gap: 8px;
  margin: 4px 0 16px;
}

.ofi-page .ofi-price-old {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #8a2d46;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}

.ofi-page .ofi-price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  color: inherit;
}

.ofi-page .ofi-price-value--old,
.ofi-page .ofi-pricing-value--old {
  text-decoration: line-through;
}

.ofi-page .ofi-price-main-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ofi-page .ofi-price-now {
  font-size: 46px;
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 800;
  color: #0f172a;
}

.ofi-page .ofi-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ofi-page .ofi-price-save {
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  line-height: 1.2;
}

.ofi-page .ofi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg,#efac10 0%, #e09900 100%);
  color: #0f172a;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  border: 1px solid #d18b00;
  box-shadow: 0 10px 22px rgba(224,153,0,.18), inset 0 1px 0 rgba(255,255,255,.42);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.ofi-page .ofi-btn:hover,
.ofi-page .ofi-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(224,153,0,.20), inset 0 1px 0 rgba(255,255,255,.42);
}

.ofi-page .ofi-btn:focus-visible {
  outline: 3px solid rgba(37,99,235,.25);
  outline-offset: 3px;
}



.ofi-page .ofi-price-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 12px;
}

.ofi-page .ofi-price-dual--hero {
  max-width: 560px;
}

.ofi-page .ofi-plan-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 18px 16px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.ofi-page .ofi-plan-card--primary {
  background: rgba(212,168,83,.14);
  border-color: rgba(212,168,83,.34);
}

.ofi-page .ofi-plan-card__label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.82);
}

.ofi-page .ofi-plan-card__price {
  margin-top: 8px;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.03em;
}

.ofi-page .ofi-plan-card__note {
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
  font-size: 13px;
}

.ofi-page .ofi-plan-card__cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.ofi-page .ofi-plan-helper {
  margin-top: 10px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
}

.ofi-page .ofi-price-summary .ofi-plan-helper {
  color: #475569;
}

.ofi-page .ofi-price-summary .ofi-plan-card {
  background: #fff;
  border: 1px solid var(--ofi-line);
  box-shadow: var(--ofi-shadow-card);
}

.ofi-page .ofi-price-summary .ofi-plan-card--primary {
  background: linear-gradient(180deg, rgba(212,168,83,.12), #fff);
  border-color: rgba(212,168,83,.28);
}

.ofi-page .ofi-price-summary .ofi-plan-card__label {
  color: #8a6a29;
}

.ofi-page .ofi-price-summary .ofi-plan-card__price {
  color: #0f172a;
}

.ofi-page .ofi-price-summary .ofi-plan-card__note {
  color: #475569;
}

.ofi-page .ofi-price-summary .ofi-plan-card__cta {
  background: linear-gradient(180deg,#efac10 0%, #e09900 100%);
  color: #0f172a;
  border: 1px solid #d18b00;
}

.ofi-page .ofi-payments {
  margin-top: 10px;
  color: var(--ofi-muted);
  font-size: 14px;
}

.ofi-page .ofi-payments--dark {
  color: rgba(255,255,255,.82);
}

.ofi-page .ofi-cta-support {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}

.ofi-page .ofi-cta-support img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  padding: 8px 12px;
}

.ofi-page .ofi-cta-support-text {
  font-size: 13px;
  line-height: 1.45;
  color: var(--ofi-muted);
}

.ofi-page .ofi-cta-support.is-dark {
  align-items: center;
}

.ofi-page .ofi-cta-support.is-dark .ofi-cta-support-text {
  color: rgba(255,255,255,.82);
}

.ofi-page .ofi-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ofi-page .ofi-box,
.ofi-page .ofi-card,
.ofi-page .ofi-pricing-panel,
.ofi-page .ofi-faq-item,
.ofi-page .ofi-bonus-card,
.ofi-page .ofi-trust-strip {
  background: #fff;
  border: 1px solid var(--ofi-line);
  border-radius: 22px;
  box-shadow: var(--ofi-shadow-card);
}

.ofi-page .ofi-box {
  padding: 24px;
}

.ofi-page .ofi-box--danger {
  background: var(--ofi-danger-bg);
  border-color: var(--ofi-danger-line);
}

.ofi-page .ofi-box--success {
  background: var(--ofi-success-bg);
  border-color: var(--ofi-success-line);
}

.ofi-page .ofi-box h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.ofi-page .ofi-box ul {
  margin: 0;
  padding-left: 18px;
  color: #374151;
  line-height: 1.6;
}

.ofi-page .ofi-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.ofi-page .ofi-card {
  padding: 22px;
}

.ofi-page .ofi-card__icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.ofi-page .ofi-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.ofi-page .ofi-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.ofi-page .ofi-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.ofi-page .ofi-feature-pill {
  background: #fff;
  border: 1px solid var(--ofi-line);
  border-radius: 16px;
  padding: 14px 16px;
  color: #374151;
  line-height: 1.5;
  box-shadow: var(--ofi-shadow-card);
}

.ofi-page .ofi-video-link {
  display: block;
  text-decoration: none;
}

.ofi-page .ofi-video-box {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg,#0f172a,#23324d);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 30px rgba(15,23,42,.12);
  overflow: hidden;
}

.ofi-page .ofi-video-box__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
}

.ofi-page .ofi-video-box__play {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 2px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
}

.ofi-page .ofi-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.ofi-page .ofi-trust-grid .ofi-card {
  border-style: solid;
}

.ofi-page .ofi-trust-strip {
  max-width: 920px;
  margin: 18px auto 0;
  padding: 20px;
  text-align: center;
}

.ofi-page .ofi-trust-caption {
  color: var(--ofi-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ofi-page .ofi-bonus-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--ofi-accent) 10%, #fff), #fff);
}

.ofi-page .ofi-bonus-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(17,24,39,.06);
  border: 1px solid rgba(17,24,39,.08);
  color: var(--ofi-text);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ofi-page .ofi-bonus-value {
  display: inline-flex;
  margin: 10px 0 18px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(15,23,42,.08);
  font-weight: 700;
  color: var(--ofi-text);
}

.ofi-page .ofi-bonus-media img,
.ofi-page .ofi-bonus-placeholder {
  width: 100%;
  display: block;
  border-radius: 24px;
  min-height: 280px;
  object-fit: cover;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 36px rgba(15,23,42,.12);
  background: linear-gradient(180deg,#f8fafc,#e2e8f0);
}

.ofi-page .ofi-bonus-placeholder {
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 800;
  color: #334155;
}

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

.ofi-page .ofi-testimonial::before {
  content: "★★★★★";
  display: block;
  color: var(--ofi-accent-dark);
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.ofi-page .ofi-testimonial__meta {
  margin-top: 12px;
  color: var(--ofi-muted);
  font-size: 13px;
}

.ofi-page .ofi-pricing-panel {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg,#0e1c33,#182742);
  border: 2px solid var(--ofi-accent);
  border-radius: 30px;
  padding: 34px;
  color: #fff;
  box-shadow: 0 24px 54px rgba(2,6,23,.26);
  text-align: center;
}

.ofi-page .ofi-pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ofi-accent);
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.ofi-page .ofi-pricing-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 8px 0 10px;
}

.ofi-page .ofi-pricing-old,
.ofi-page .ofi-pricing-now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
}

.ofi-page .ofi-pricing-old {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.08);
}

.ofi-page .ofi-pricing-now {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: rgba(212,168,83,.16);
  border: 1px solid rgba(212,168,83,.35);
}

.ofi-page .ofi-pricing-value--now {
  font-size: 52px;
  color: #f8d98f;
  line-height: 1;
}

.ofi-page .ofi-pricing-label {
  color: rgba(255,255,255,.76);
}

.ofi-page .ofi-pricing-note {
  color: rgba(255,255,255,.72);
  margin-top: 10px;
}

.ofi-page .ofi-pricing-list {
  max-width: 430px;
  margin: 18px auto;
  text-align: left;
  padding-left: 18px;
}

.ofi-page .ofi-pricing-list li {
  margin: 8px 0;
  line-height: 1.5;
}

.ofi-page .ofi-pricing-support {
  margin-top: 14px;
}

.ofi-page .ofi-faq-list {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.ofi-page .ofi-faq-item {
  padding: 20px;
}

.ofi-page .ofi-faq-item h3 {
  margin: 0 0 10px;
}

.ofi-page .ofi-final-wrap {
  padding: 0 0 58px;
}

.ofi-page .ofi-final-cta {
  padding: 44px 30px;
  background: linear-gradient(135deg,#0f172a,#1d2e47);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(2,6,23,.18);
}

.ofi-page .ofi-final-cta .ofi-section__title,
.ofi-page .ofi-final-cta .ofi-section__subtitle {
  color: #fff;
}

.ofi-page .ofi-final-cta .ofi-cta-support {
  align-items: center;
}

.ofi-page .ofi-footer {
  padding: 28px 0;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

.ofi-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2,6,23,.82);
  backdrop-filter: blur(4px);
}

.ofi-video-modal.is-open {
  display: flex;
}

.ofi-video-modal__dialog {
  position: relative;
  width: min(1100px, 100%);
  max-height: 88vh;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
}


.ofi-video-modal__content {
  width: 100%;
  height: 100%;
}

.ofi-video-modal__iframe,
.ofi-video-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.ofi-video-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(15,23,42,.8);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}


.ofi-page .ofi-cta-support:empty,
.ofi-page .ofi-payments:empty,
.ofi-page .ofi-price-save:empty,
.ofi-page .ofi-section__subtitle:empty,
.ofi-page .ofi-kicker:empty,
.ofi-page .ofi-footer:empty {
  display: none;
}

.ofi-page .ofi-cta-support img[src=""],
.ofi-page .ofi-bonus-media img[src=""],
.ofi-page .ofi-mockup img[src=""] {
  display: none;
}

.ofi-page .ofi-hero__offer > *:last-child,
.ofi-page .ofi-box > *:last-child,
.ofi-page .ofi-card > *:last-child,
.ofi-page .ofi-faq-item > *:last-child,
.ofi-page .ofi-final-cta > *:last-child {
  margin-bottom: 0;
}

.ofi-page .ofi-pricing-panel .ofi-btn,
.ofi-page .ofi-final-cta .ofi-btn {
  margin-inline: auto;
}

@media (max-width: 900px) {
  .ofi-page .ofi-hero__grid,
  .ofi-page .ofi-grid-2,
  .ofi-page .ofi-card-grid,
  .ofi-page .ofi-audience-grid,
  .ofi-page .ofi-feature-list,
  .ofi-page .ofi-bonus-card,
  .ofi-page .ofi-testimonials {
    grid-template-columns: 1fr;
  }

  .ofi-page .ofi-container {
    width: min(100% - 32px, 1180px);
  }

  .ofi-page .ofi-section {
    padding: 44px 0;
  }

  .ofi-page .ofi-hero {
    padding: 28px 0 40px;
  }

  .ofi-page .ofi-hero__grid {
    gap: 24px;
  }

  .ofi-page .ofi-section__title {
    font-size: 34px;
  }

  .ofi-page .ofi-price-now {
    font-size: 36px;
  }

  .ofi-page .ofi-btn {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .ofi-page .ofi-container {
    width: min(100% - 28px, 1180px);
  }

  .ofi-page .ofi-section {
    padding: 36px 0;
  }

  .ofi-page .ofi-hero {
    padding: 22px 0 34px;
  }

  .ofi-page .ofi-section__title {
    font-size: 30px;
  }

  .ofi-page .ofi-hero__title {
    font-size: clamp(28px,8.8vw,36px);
  }

  .ofi-page .ofi-copy,
  .ofi-page .ofi-section__subtitle {
    font-size: 17px;
  }

  .ofi-page .ofi-copy--hero {
    font-size: 18px;
  }

  .ofi-page .ofi-mockup {
    padding: 12px;
    border-radius: 20px;
  }

  .ofi-page .ofi-mockup img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .ofi-page .ofi-compat-chip {
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .ofi-page .ofi-price-summary {
    gap: 6px;
  }

  .ofi-page .ofi-price-main-row {
    align-items: flex-start;
    gap: 8px;
  }

  .ofi-page .ofi-price-old {
    font-size: 12px;
  }

  .ofi-page .ofi-price-label {
    font-size: 10px;
  }

  .ofi-page .ofi-price-now {
    font-size: 32px;
  }

  .ofi-page .ofi-discount-badge,
  .ofi-page .ofi-price-save {
    font-size: 11px;
  }

  .ofi-page .ofi-btn {
    font-size: 18px;
    min-height: 56px;
  }

  .ofi-page .ofi-box,
  .ofi-page .ofi-card,
  .ofi-page .ofi-pricing-panel,
  .ofi-page .ofi-faq-item {
    padding: 18px;
    border-radius: 18px;
  }

  .ofi-page .ofi-pricing-panel {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .ofi-page .ofi-pricing-now,
  .ofi-page .ofi-pricing-old {
    width: 100%;
    justify-content: space-between;
  }

  .ofi-page .ofi-pricing-value--now {
    font-size: 36px;
  }

  .ofi-page .ofi-final-cta {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .ofi-video-modal {
    padding: 12px;
  }

  .ofi-video-modal__dialog {
    border-radius: 16px;
  }
}
