:root {
  --fmx2-navy: #021b32;
  --fmx2-navy-soft: #0b2c47;
  --fmx2-cyan: #18ffdc;
  --fmx2-cyan-dark: #00b8a3;
  --fmx2-ink: #102332;
  --fmx2-muted: #61707c;
  --fmx2-line: #d8e0e2;
  --fmx2-soft: #f3f6f5;
  --fmx2-white: #fff;
  --fmx2-shell: 1220px;
}

html { scroll-behavior: smooth; }
body.formex-site.formex-v2 {
  margin: 0;
  overflow-x: hidden;
  color: var(--fmx2-ink);
  background: var(--fmx2-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.formex-v2 * { box-sizing: border-box; }
body.formex-v2 a { color: inherit; text-decoration: none; }
body.formex-v2 img { max-width: 100%; }
body.formex-v2 button,
body.formex-v2 input,
body.formex-v2 select,
body.formex-v2 textarea { font: inherit; }
body.formex-v2 .site-header,
body.formex-v2 #site-header,
body.formex-v2 .site-footer,
body.formex-v2 #site-footer,
body.formex-v2 .page-header,
body.formex-v2 .entry-title { display: none !important; }
body.formex-v2 .site-main,
body.formex-v2 main.site-main,
body.formex-v2 .page-content,
body.formex-v2 .content-area { width: 100%; max-width: none; margin: 0 !important; padding: 0 !important; }

.fmx2-shell { width: min(var(--fmx2-shell), calc(100% - 48px)); margin-inline: auto; }
.fmx2-page { width: 100%; }

.fmx2-header {
  position: relative;
  z-index: 100;
  color: #fff;
  background: var(--fmx2-navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.fmx2-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 32px; }
.fmx2-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.fmx2-logo img { display: block; width: 208px; height: auto; }
.fmx2-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.fmx2-nav > a:not(.fmx2-nav-cta) { color: rgba(255,255,255,.82); }
.fmx2-nav > a:not(.fmx2-nav-cta):hover { color: var(--fmx2-cyan); }
body.formex-v2 .fmx2-nav-cta { padding: 11px 17px; color: var(--fmx2-navy); background: var(--fmx2-cyan); border-radius: 5px; }
body.formex-v2 .fmx2-nav-cta:hover { color: var(--fmx2-navy); background: #7bffeb; }
.fmx2-menu { display: none !important; width: 42px; height: 42px; padding: 9px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; }
.fmx2-menu span { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.fmx2-hero { position: relative; overflow: hidden; padding: 104px 0 100px; color: #fff; background: var(--fmx2-navy); }
.fmx2-hero::after { content: ""; position: absolute; top: -130px; right: 11%; width: 1px; height: 760px; background: rgba(255,255,255,.09); transform: rotate(21deg); box-shadow: 170px 0 0 rgba(255,255,255,.05), 340px 0 0 rgba(255,255,255,.035); pointer-events: none; }
.fmx2-hero .fmx2-shell { position: relative; z-index: 1; }
.fmx2-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .72fr); gap: 84px; align-items: center; }
.fmx2-hero-content { max-width: 720px; }
.fmx2-kicker { margin: 0 0 18px; color: var(--fmx2-cyan-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.fmx2-hero .fmx2-kicker { color: var(--fmx2-cyan); }
.fmx2-hero h1,
.fmx2-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(48px, 5.6vw, 74px);
  line-height: 1.01;
  letter-spacing: -.05em;
  font-weight: 740;
}
.fmx2-hero h1 span { color: var(--fmx2-cyan); }
.fmx2-hero-copy { max-width: 670px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.6; }
.fmx2-hero-copy strong { color: #fff; font-weight: 760; }
.fmx2-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.fmx2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  color: var(--fmx2-navy);
  background: var(--fmx2-cyan);
  border: 1px solid var(--fmx2-cyan);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.fmx2-button:hover { color: var(--fmx2-navy); background: #7bffeb; }
body.formex-v2 a.fmx2-button { color: var(--fmx2-navy); }
body.formex-v2 a.fmx2-button-secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.34); }
body.formex-v2 a.fmx2-button-secondary:hover { color: #fff; background: rgba(255,255,255,.08); }
body.formex-v2 .fmx2-button:focus-visible,
body.formex-v2 .fmx2-nav-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.fmx2-hero-assurance { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 29px; }
.fmx2-hero-assurance span { position: relative; padding-left: 16px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 650; }
.fmx2-hero-assurance span::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; background: var(--fmx2-cyan); border-radius: 50%; }
.fmx2-fine { margin: 17px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }

.fmx2-hero-plan { position: relative; padding: 34px; color: #fff; background: #082740; border: 1px solid rgba(255,255,255,.19); border-radius: 10px; box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.fmx2-hero-plan::before { content: ""; position: absolute; top: -1px; left: 34px; right: 34px; height: 3px; background: var(--fmx2-cyan); }
.fmx2-hero-plan-top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 27px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.fmx2-hero-plan-top p { margin: 0; color: var(--fmx2-cyan); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.fmx2-hero-plan-top span { color: rgba(255,255,255,.52); font-size: 11px; }
.fmx2-hero-plan h2 { margin: 0; color: #fff; font-size: 34px; line-height: 1.08; letter-spacing: -.035em; font-weight: 700; }
.fmx2-hero-price { display: flex; align-items: baseline; gap: 13px; margin: 23px 0 22px; }
.fmx2-hero-price strong { color: #fff; font-size: 43px; line-height: 1; letter-spacing: -.04em; }
.fmx2-hero-price small { color: rgba(255,255,255,.52); font-size: 11px; }
.fmx2-hero-plan ul { margin: 0; padding: 0; list-style: none; }
.fmx2-hero-plan li { position: relative; margin: 12px 0; padding-left: 23px; color: rgba(255,255,255,.76); font-size: 13px; }
.fmx2-hero-plan li::before { content: ""; position: absolute; left: 1px; top: .55em; width: 8px; height: 5px; border-left: 1.5px solid var(--fmx2-cyan); border-bottom: 1.5px solid var(--fmx2-cyan); transform: rotate(-45deg); }
.fmx2-hero-plan-bottom { display: grid; gap: 17px; margin-top: 27px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.fmx2-hero-plan-bottom > span { color: rgba(255,255,255,.5); font-size: 11px; }
.fmx2-hero-plan-bottom .fmx2-button { width: 100%; }

.fmx2-proof { border-bottom: 1px solid var(--fmx2-line); }
.fmx2-proof .fmx2-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.fmx2-proof .fmx2-shell > div { padding: 25px 27px; border-left: 1px solid var(--fmx2-line); }
.fmx2-proof .fmx2-shell > div:last-child { border-right: 1px solid var(--fmx2-line); }
.fmx2-proof small { display: block; margin-bottom: 4px; color: #89959c; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.fmx2-proof strong { display: block; color: var(--fmx2-ink); font-size: 13px; font-weight: 680; }

.fmx2-section { padding: 100px 0; }
.fmx2-section-muted { background: var(--fmx2-soft); }
.fmx2-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.fmx2-heading .fmx2-kicker { margin-bottom: 10px; }
.fmx2-heading h2,
.fmx2-use-grid h2,
.fmx2-faq-grid h2,
.fmx2-contact-grid h2 {
  margin: 0;
  color: var(--fmx2-ink);
  font-family: inherit;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 730;
}
.fmx2-heading > p { max-width: 430px; margin: 0; color: var(--fmx2-muted); }

.fmx2-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.fmx2-product-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 30px; background: #fff; border: 1px solid var(--fmx2-line); border-radius: 10px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.fmx2-product-card:hover { border-color: #aec2c4; box-shadow: 0 18px 46px rgba(2,27,50,.08); transform: translateY(-3px); }
.fmx2-product-card.is-recommended { color: #fff; background: var(--fmx2-navy); border-color: var(--fmx2-navy); box-shadow: 0 22px 54px rgba(2,27,50,.18); }
.fmx2-recommended { display: block; margin: -30px -30px 28px; padding: 10px 15px; color: var(--fmx2-navy); background: var(--fmx2-cyan); border-radius: 9px 9px 0 0; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-align: center; }
.fmx2-card-head { display: grid; grid-template-columns: 74px 1fr; gap: 19px; align-items: center; min-height: 82px; }
.fmx2-product-card-image { display: block; width: 74px; height: 74px; overflow: hidden; background: var(--fmx2-navy); border: 1px solid #173954; border-radius: 6px; }
.fmx2-product-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fmx2-product-kind { margin: 0 0 7px !important; color: var(--fmx2-cyan-dark) !important; font-size: 9px !important; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.fmx2-product-card.is-recommended .fmx2-product-kind { color: var(--fmx2-cyan) !important; }
.fmx2-product-card h3 { margin: 0; color: var(--fmx2-ink); font-family: inherit; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.fmx2-product-card.is-recommended h3 { color: #fff; }
.fmx2-best-for { min-height: 101px; margin: 24px 0 0 !important; padding: 17px 0; color: var(--fmx2-muted); border-top: 1px solid var(--fmx2-line); border-bottom: 1px solid var(--fmx2-line); font-size: 13px; line-height: 1.5; }
.fmx2-best-for strong { display: block; margin-bottom: 4px; color: var(--fmx2-ink); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.fmx2-product-card.is-recommended .fmx2-best-for { color: rgba(255,255,255,.66); border-color: rgba(255,255,255,.14); }
.fmx2-product-card.is-recommended .fmx2-best-for strong { color: #fff; }
.fmx2-card-price { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 23px 0 20px; }
.fmx2-card-price strong { color: var(--fmx2-navy); font-size: 35px; line-height: 1; letter-spacing: -.045em; }
.fmx2-card-price small { color: var(--fmx2-muted); font-size: 10px; text-align: right; }
.fmx2-product-card.is-recommended .fmx2-card-price strong { color: #fff; }
.fmx2-product-card.is-recommended .fmx2-card-price small { color: rgba(255,255,255,.5); }
.fmx2-included-label { margin: 2px 0 10px; color: var(--fmx2-ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fmx2-product-card.is-recommended .fmx2-included-label { color: #fff; }
.fmx2-product-card ul { flex: 1; margin: 0 0 24px; padding: 0; list-style: none; }
.fmx2-product-card li { position: relative; margin: 9px 0; padding-left: 20px; color: #435460; font-size: 12.5px; }
.fmx2-product-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 4px; border-left: 1.5px solid var(--fmx2-cyan-dark); border-bottom: 1.5px solid var(--fmx2-cyan-dark); transform: rotate(-45deg); }
.fmx2-product-card.is-recommended li { color: rgba(255,255,255,.72); }
.fmx2-product-card.is-recommended li::before { border-color: var(--fmx2-cyan); }
.fmx2-card-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 18px; border-top: 1px solid var(--fmx2-line); border-bottom: 1px solid var(--fmx2-line); }
.fmx2-card-facts p { min-width: 0; margin: 0; padding: 14px 12px 14px 0; }
.fmx2-card-facts p + p { padding-left: 14px; border-left: 1px solid var(--fmx2-line); }
.fmx2-card-facts span, .fmx2-card-facts strong { display: block; }
.fmx2-card-facts span { margin-bottom: 4px; color: #8a969c; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.fmx2-card-facts strong { color: var(--fmx2-ink); font-size: 10.5px; line-height: 1.35; }
.fmx2-product-card.is-recommended .fmx2-card-facts { border-color: rgba(255,255,255,.14); }
.fmx2-product-card.is-recommended .fmx2-card-facts p + p { border-color: rgba(255,255,255,.14); }
.fmx2-product-card.is-recommended .fmx2-card-facts span { color: rgba(255,255,255,.4); }
.fmx2-product-card.is-recommended .fmx2-card-facts strong { color: #fff; }
.fmx2-not-included { min-height: 68px; margin: 0 0 22px !important; color: var(--fmx2-muted); font-size: 11px; line-height: 1.5; }
.fmx2-not-included strong { color: var(--fmx2-ink); }
.fmx2-product-card.is-recommended .fmx2-not-included { color: rgba(255,255,255,.52); }
.fmx2-product-card.is-recommended .fmx2-not-included strong { color: #fff; }
.fmx2-product-card .fmx2-button { width: 100%; min-height: 52px; color: var(--fmx2-navy); background: transparent; border-color: var(--fmx2-navy); }
.fmx2-product-card .fmx2-button:hover { color: var(--fmx2-navy); background: var(--fmx2-cyan); border-color: var(--fmx2-cyan); }
.fmx2-product-card.is-recommended .fmx2-button { color: var(--fmx2-navy); background: var(--fmx2-cyan); border-color: var(--fmx2-cyan); }
.fmx2-product-card.is-recommended .fmx2-button:hover { background: #7bffeb; }
body.formex-v2 .fmx2-product-card a.fmx2-button-secondary { color: var(--fmx2-navy); background: transparent; border-color: var(--fmx2-navy); }
body.formex-v2 .fmx2-product-card a.fmx2-button-secondary:hover { color: var(--fmx2-navy); background: var(--fmx2-cyan); border-color: var(--fmx2-cyan); }
body.formex-v2 .fmx2-product-card.is-recommended a.fmx2-button-secondary { color: var(--fmx2-navy); background: var(--fmx2-cyan); border-color: var(--fmx2-cyan); }
body.formex-v2 .fmx2-product-card.is-recommended a.fmx2-button-secondary:hover { background: #7bffeb; }

.fmx2-products-packages { padding-top: 12px; }
.fmx2-products-packages .is-recommended { transform: translateY(-12px); }
.fmx2-products-packages .is-recommended:hover { transform: translateY(-15px); }
.fmx2-products-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (min-width: 981px) {
  .fmx2-products > .fmx2-product-card:last-child:nth-child(3n + 1) { grid-column: 2; }
  .fmx2-products-compact > .fmx2-product-card:last-child:nth-child(3n + 1) { grid-column: auto; }
}

.fmx2-comparison { background: #fff; border-top: 1px solid var(--fmx2-line); }
.fmx2-table-wrap { overflow-x: auto; border: 1px solid var(--fmx2-line); border-radius: 10px; }
.fmx2-comparison table { width: 100%; min-width: 850px; border-collapse: collapse; background: #fff; }
.fmx2-comparison th, .fmx2-comparison td { padding: 17px 20px; border-right: 1px solid var(--fmx2-line); border-bottom: 1px solid var(--fmx2-line); text-align: center; }
.fmx2-comparison th:last-child, .fmx2-comparison td:last-child { border-right: 0; }
.fmx2-comparison tbody tr:last-child th, .fmx2-comparison tbody tr:last-child td { border-bottom: 0; }
.fmx2-comparison thead th { color: var(--fmx2-ink); background: var(--fmx2-soft); font-size: 12px; font-weight: 700; }
.fmx2-comparison thead th:first-child { width: 34%; text-align: left; }
.fmx2-comparison thead strong { display: inline-block; margin-top: 5px; color: var(--fmx2-navy); font-size: 21px; }
.fmx2-comparison tbody th { color: var(--fmx2-ink); font-size: 12px; font-weight: 650; text-align: left; }
.fmx2-comparison tbody td { color: var(--fmx2-muted); font-size: 11.5px; }
.fmx2-comparison .is-highlighted { background: #f0faf8; }
.fmx2-comparison thead .is-highlighted { color: #fff; background: var(--fmx2-navy); }
.fmx2-comparison thead .is-highlighted strong { color: var(--fmx2-cyan); }
.fmx2-comparison .is-yes { color: #087e70; font-weight: 750; }
.fmx2-comparison .is-no { color: #9aa3a7; }
.fmx2-comparison-note { margin: 16px 0 0; color: var(--fmx2-muted); font-size: 11px; }

.fmx2-audience { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.fmx2-audience-intro h2 { margin: 0; color: var(--fmx2-ink); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.fmx2-audience-intro > p:last-child { max-width: 470px; color: var(--fmx2-muted); }
.fmx2-audience-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--fmx2-line); border-left: 1px solid var(--fmx2-line); }
.fmx2-audience-list article { min-height: 205px; padding: 28px; border-right: 1px solid var(--fmx2-line); border-bottom: 1px solid var(--fmx2-line); }
.fmx2-audience-list span { color: var(--fmx2-cyan-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.fmx2-audience-list h3 { margin: 28px 0 9px; color: var(--fmx2-ink); font-size: 18px; letter-spacing: -.02em; }
.fmx2-audience-list p { margin: 0; color: var(--fmx2-muted); font-size: 13px; }

.fmx2-conversion-band { padding: 58px 0; color: #fff; background: var(--fmx2-navy); }
.fmx2-conversion-band .fmx2-shell { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.fmx2-conversion-band .fmx2-kicker { margin-bottom: 10px; color: var(--fmx2-cyan); }
.fmx2-conversion-band h2 { max-width: 700px; margin: 0; color: #fff; font-size: 34px; line-height: 1.13; letter-spacing: -.03em; }
.fmx2-conversion-band p:last-child { max-width: 690px; margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.fmx2-conversion-band .fmx2-button { flex: 0 0 auto; min-width: 190px; }

.fmx2-use-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.fmx2-use-grid p { max-width: 510px; color: var(--fmx2-muted); }
.fmx2-use-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--fmx2-line); list-style: none; }
.fmx2-use-grid li { padding: 19px 8px 19px 0; border-bottom: 1px solid var(--fmx2-line); color: var(--fmx2-ink); font-weight: 650; }
.fmx2-use-grid li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--fmx2-line); }

.fmx2-order-strip { padding: 27px 0; color: #fff; background: var(--fmx2-navy-soft); }
.fmx2-order-strip .fmx2-shell { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.fmx2-order-strip strong { color: var(--fmx2-cyan); }
.fmx2-order-strip span { color: rgba(255,255,255,.7); }
.fmx2-order-strip span::before { content: "→"; margin-right: 22px; color: rgba(255,255,255,.35); }

.fmx2-faq-grid { display: grid; grid-template-columns: 320px 1fr; gap: 90px; }
.fmx2-faqs { border-top: 1px solid var(--fmx2-line); }
.fmx2-faqs details { border-bottom: 1px solid var(--fmx2-line); }
.fmx2-faqs summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--fmx2-ink); font-weight: 700; cursor: pointer; list-style: none; }
.fmx2-faqs summary::-webkit-details-marker { display: none; }
.fmx2-faqs summary span { color: var(--fmx2-cyan-dark); font-size: 21px; font-weight: 400; }
.fmx2-faqs details[open] summary span { transform: rotate(45deg); }
.fmx2-faqs details p { max-width: 740px; margin: -5px 0 24px; color: var(--fmx2-muted); }

.fmx2-page-hero { padding: 78px 0 70px; color: #fff; background: var(--fmx2-navy); }
.fmx2-page-hero p:last-child { max-width: 690px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }

.fmx2-contact-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 50px; }
.fmx2-contact-grid aside { padding: 30px; background: var(--fmx2-soft); border: 1px solid var(--fmx2-line); border-radius: 7px; }
.fmx2-contact-grid aside h2 { margin: 18px 0 8px; font-size: 17px; letter-spacing: 0; }
.fmx2-contact-grid aside h2:first-child { margin-top: 0; }
.fmx2-contact-grid aside p { color: var(--fmx2-muted); }
.fmx2-form-card { padding: 34px; border: 1px solid var(--fmx2-line); border-radius: 7px; }
.fmx2-form-card > h2 { margin-bottom: 25px; font-size: 28px; }

/* Product pages */
body.single-product.formex-v2 .site-main { background: var(--fmx2-soft); }
body.single-product.formex-v2 .woocommerce { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 100px; }
body.single-product.formex-v2 div.product { display: block; }
body.single-product.formex-v2 div.product .summary { display: grid; grid-template-columns: minmax(0, 1fr) 410px; column-gap: 58px; align-items: start; float: none !important; width: 100% !important; margin: 0 !important; padding: 52px; background: #fff; border: 1px solid var(--fmx2-line); border-radius: 10px; box-shadow: 0 22px 55px rgba(2,27,50,.06); }
.fmx2-product-visual { grid-column: 1; grid-row: 1; width: 104px; margin: 0 0 22px; }
.fmx2-product-visual img { display: block; width: 100%; height: auto; border-radius: 5px; }
body.single-product.formex-v2 div.product .product_title { grid-column: 1; grid-row: 3; max-width: 620px; margin: 0; color: var(--fmx2-ink); font-family: inherit; font-size: clamp(40px, 4.6vw, 57px); line-height: 1.04; letter-spacing: -.045em; }
body.single-product.formex-v2 div.product .product_title { display: block !important; }
.fmx2-product-eyebrow { grid-column: 1; grid-row: 2; margin: 0 0 12px !important; color: var(--fmx2-cyan-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
body.single-product.formex-v2 div.product p.price { grid-column: 1; grid-row: 4; margin: 22px 0 13px; color: var(--fmx2-navy); font-size: 34px; font-weight: 760; }
body.single-product.formex-v2 .woocommerce-product-details__short-description { grid-column: 1; grid-row: 5; max-width: 620px; color: var(--fmx2-muted); font-size: 17px; }
.fmx2-single-features { grid-column: 1; grid-row: 6; margin-top: 28px; padding: 25px 0; border-top: 1px solid var(--fmx2-line); border-bottom: 1px solid var(--fmx2-line); }
.fmx2-single-features h2 { margin: 0 0 12px; color: var(--fmx2-ink); font-family: inherit; font-size: 20px; }
.fmx2-single-features ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 28px; margin: 0; padding: 0; list-style: none; }
.fmx2-single-features li { position: relative; padding-left: 20px; color: #40515d; font-size: 14px; }
.fmx2-single-features li::before { content: "✓"; position: absolute; left: 0; color: var(--fmx2-cyan-dark); font-weight: 800; }
.fmx2-product-scope { display: grid; grid-template-columns: 1fr 1fr; grid-column: 1; grid-row: 7; margin-top: 24px; border: 1px solid var(--fmx2-line); border-radius: 6px; }
.fmx2-product-scope > div { padding: 17px; }
.fmx2-product-scope > div + div { border-left: 1px solid var(--fmx2-line); }
.fmx2-product-scope .fmx2-scope-wide { grid-column: 1 / -1; border-bottom: 1px solid var(--fmx2-line); }
.fmx2-product-scope span, .fmx2-product-scope strong { display: block; }
.fmx2-product-scope span { margin-bottom: 5px; color: #8a969c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fmx2-product-scope strong { color: var(--fmx2-ink); font-size: 12px; line-height: 1.45; }
.fmx2-scope-note { grid-column: 1; grid-row: 8; margin-top: 17px; padding: 17px 18px; color: var(--fmx2-muted); background: var(--fmx2-soft); border-left: 3px solid var(--fmx2-cyan-dark); }
.fmx2-scope-note strong { color: var(--fmx2-ink); font-size: 11px; }
.fmx2-scope-note p { margin: 5px 0 0; font-size: 12px; }
.fmx2-buy-form { position: sticky; top: 24px; grid-column: 2; grid-row: 1 / span 8; margin: 0; padding: 30px; background: var(--fmx2-soft); border: 1px solid var(--fmx2-line); border-radius: 8px; }
.fmx2-buy-form-head .fmx2-kicker { margin-bottom: 9px; }
.fmx2-buy-form-title { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.fmx2-buy-form-title h2 { margin: 0; color: var(--fmx2-ink); font-family: inherit; font-size: 27px; letter-spacing: -.025em; }
.fmx2-buy-form-title > strong { color: var(--fmx2-navy); font-size: 23px; letter-spacing: -.025em; }
.fmx2-buy-form-head > p:last-child { margin: 9px 0 23px; color: var(--fmx2-muted); font-size: 13px; }
.fmx2-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.fmx2-buy-form label,
.fmx-form label { display: block; margin: 0 0 17px; color: #324451; font-size: 13px; font-weight: 700; }
.fmx2-buy-form label > span,
.fmx-form label > span { color: #b12424; }
.fmx2-buy-form input[type=text],
.fmx2-buy-form input[type=email],
.fmx2-buy-form input[type=tel],
.fmx2-buy-form select,
.fmx2-buy-form textarea,
.fmx-form input[type=text],
.fmx-form input[type=email],
.fmx-form input[type=tel],
.fmx-form select,
.fmx-form textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 12px 13px;
  color: var(--fmx2-ink);
  background: #fff;
  border: 1px solid #cbd5da;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}
.fmx2-buy-form textarea,
.fmx-form textarea { resize: vertical; }
.fmx2-buy-form input:focus,
.fmx2-buy-form textarea:focus,
.fmx-form input:focus,
.fmx-form select:focus,
.fmx-form textarea:focus { border-color: var(--fmx2-cyan-dark); box-shadow: 0 0 0 2px rgba(0,184,163,.12); }
.fmx2-consent,
.fmx-consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; }
.fmx2-consent input,
.fmx-consent input { margin-top: 4px; }
.fmx2-consent span,
.fmx-consent span { color: var(--fmx2-muted) !important; }
.fmx2-buy-form > .fmx2-button { width: 100%; min-height: 52px; }
.fmx2-form-assurance { display: flex; justify-content: space-between; gap: 14px; margin-top: 15px; }
.fmx2-form-assurance span { position: relative; padding-left: 13px; color: var(--fmx2-muted); font-size: 9px; }
.fmx2-form-assurance span::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; background: var(--fmx2-cyan-dark); border-radius: 50%; }
.fmx2-secure-note { margin: 12px 0 0; color: var(--fmx2-muted); font-size: 12px; }

/* Checkout and cart */
body.woocommerce-checkout.formex-v2 .site-main,
body.woocommerce-cart.formex-v2 .site-main { background: var(--fmx2-soft); }
body.woocommerce-checkout.formex-v2 .woocommerce,
body.woocommerce-cart.formex-v2 .woocommerce { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 62px 0 90px; }
body.woocommerce-checkout.formex-v2 h1,
body.woocommerce-cart.formex-v2 h1 { display: block !important; color: var(--fmx2-ink); font-family: inherit; font-size: 42px; }
.woocommerce-checkout .wc-block-checkout,
.woocommerce-cart .wc-block-cart { font-family: inherit; }
.woocommerce .button,
.wc-block-components-button { border-radius: 4px !important; font-weight: 700 !important; }
.fmx2-checkout-intro { margin: 0 0 34px; }
.fmx2-checkout-intro .fmx2-kicker { margin-bottom: 8px; }
.fmx2-checkout-intro h1 { margin: 0 0 8px; font-size: 44px; letter-spacing: -.035em; }
.fmx2-checkout-intro p:last-child { max-width: 650px; margin: 0; color: var(--fmx2-muted); }
.fmx2-checkout-product { display: flex; align-items: center; gap: 12px; }
.fmx2-checkout-thumb { width: 58px !important; height: 58px !important; flex: 0 0 58px; object-fit: cover; border-radius: 4px; }
.woocommerce-checkout-review-order-table .product-quantity { display: none; }
.woocommerce-checkout-review-order-table .product-name { min-width: 260px; }
.woocommerce-checkout #customer_details .col-1 { float: none; width: 100%; }
.woocommerce-checkout #customer_details .col-2 { display: none; }
.woocommerce-checkout #place_order { min-height: 50px; padding: 13px 24px; color: var(--fmx2-navy) !important; background: var(--fmx2-cyan) !important; border: 1px solid var(--fmx2-cyan) !important; }
.woocommerce-checkout #place_order:hover { background: #7bffeb !important; }
.woocommerce-checkout #payment { background: #fff; border: 1px solid var(--fmx2-line); border-radius: 6px; }
.woocommerce-checkout #payment div.payment_box { color: var(--fmx2-muted); background: var(--fmx2-soft); }

/* Legacy contact and legal content */
.fmx-form { display: block; }
.fmx2-page .fmx-section { padding: 80px 0; }
.fmx2-page .fmx-section-light { background: var(--fmx2-soft); }
.fmx-form .fmx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  color: var(--fmx2-navy);
  background: var(--fmx2-cyan);
  border: 1px solid var(--fmx2-cyan);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.fmx-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.fmx-honeypot { position: absolute; left: -9999px; }
.fmx-legal-hero { padding: 66px 0 56px; color: #fff; background: var(--fmx2-navy); }
.fmx-legal-hero .fmx-shell { width: min(780px, calc(100% - 48px)); }
.fmx-legal-hero h1 { margin: 0; color: #fff; font-family: inherit; font-size: 52px; letter-spacing: -.04em; }
.fmx-legal-content { width: min(780px, calc(100% - 48px)); }
.fmx-legal-content h2 { margin: 34px 0 10px; color: var(--fmx2-ink); font-family: inherit; font-size: 25px; }
.fmx-legal-content p { color: var(--fmx2-muted); }

.fmx2-footer { padding-top: 70px; color: rgba(255,255,255,.7); background: var(--fmx2-navy); }
.fmx2-footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .75fr 1fr; gap: 55px; }
.fmx2-footer-brand img { display: block; width: 210px; height: auto; margin-bottom: 22px; }
.fmx2-footer p { margin: 0 0 17px; font-size: 13px; }
.fmx2-company-line { max-width: 400px; color: rgba(255,255,255,.5); }
.fmx2-footer h2 { margin: 0 0 17px; color: #fff; font-family: inherit; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.fmx2-footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; font-size: 13px; }
.fmx2-footer a:hover { color: var(--fmx2-cyan); }
.fmx2-footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.fmx2-footer-bottom a { margin-left: 22px; }
.fmx2-footer-bottom .fmx2-parent-link { margin-left: 3px; color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.fmx2-footer-bottom .fmx2-parent-link:hover { color: var(--fmx2-cyan); text-decoration-color: currentColor; }
.fmx2-cookie { position: fixed; right: 18px; bottom: 18px; z-index: 200; display: flex; align-items: center; gap: 18px; max-width: 480px; padding: 15px 17px; color: #fff; background: var(--fmx2-navy); border: 1px solid rgba(255,255,255,.2); border-radius: 5px; box-shadow: 0 16px 44px rgba(2,27,50,.24); }
.fmx2-cookie[hidden] { display: none; }
.fmx2-cookie p { margin: 0; font-size: 12px; }
.fmx2-cookie a { text-decoration: underline; }
.fmx2-cookie button { padding: 6px 10px; color: var(--fmx2-navy); background: var(--fmx2-cyan); border: 0; border-radius: 3px; font-weight: 700; cursor: pointer; }

[data-region-pk] { display: none; }
html.fmx2-region-pk [data-region-intl] { display: none; }
html.fmx2-region-pk [data-region-pk] { display: inline; }

@media (max-width: 980px) {
  .fmx2-header .fmx2-menu { display: block !important; }
  .fmx2-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; align-items: stretch; padding: 20px 24px 25px; background: var(--fmx2-navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 40px rgba(2,27,50,.2); }
  .fmx2-nav.is-open { display: grid; gap: 5px; }
  .fmx2-nav a { padding: 10px 0; }
  .fmx2-nav-cta { margin-top: 8px; padding: 12px 15px !important; text-align: center; }
  .fmx2-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .fmx2-hero-plan { max-width: 560px; }
  .fmx2-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fmx2-products-packages { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .fmx2-products-packages .is-recommended,
  .fmx2-products-packages .is-recommended:hover { transform: none; }
  .fmx2-products-compact { grid-template-columns: 1fr; }
  .fmx2-proof .fmx2-shell { grid-template-columns: 1fr 1fr; }
  .fmx2-proof .fmx2-shell > div:nth-child(2) { border-right: 1px solid var(--fmx2-line); }
  .fmx2-use-grid { gap: 50px; }
  .fmx2-audience { grid-template-columns: 1fr; gap: 50px; }
  body.single-product.formex-v2 div.product .summary { grid-template-columns: 1fr; }
  .fmx2-buy-form { position: static; grid-column: 1; grid-row: 9; margin-top: 34px; }
  .fmx2-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .fmx2-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .fmx2-shell { width: min(100% - 32px, var(--fmx2-shell)); }
  .fmx2-logo img { width: 172px; }
  .fmx2-hero { padding: 70px 0 68px; }
  .fmx2-hero h1,
  .fmx2-page-hero h1 { font-size: 43px; }
  .fmx2-hero-copy { font-size: 17px; }
  .fmx2-hero-plan { padding: 27px 23px; }
  .fmx2-hero-plan::before { left: 23px; right: 23px; }
  .fmx2-hero-plan h2 { font-size: 29px; }
  .fmx2-hero-price strong { font-size: 37px; }
  .fmx2-actions { align-items: stretch; flex-direction: column; }
  .fmx2-actions .fmx2-button { width: 100%; }
  .fmx2-section { padding: 68px 0; }
  .fmx2-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .fmx2-products { grid-template-columns: 1fr; }
  .fmx2-product-card { padding: 24px 21px; }
  .fmx2-recommended { margin: -24px -21px 24px; }
  .fmx2-best-for, .fmx2-not-included { min-height: 0; }
  .fmx2-products-compact .fmx2-product-card { display: flex; }
  .fmx2-products-compact .fmx2-card-facts { grid-template-columns: 1fr 1fr; }
  .fmx2-products-compact .fmx2-card-facts p + p { padding-left: 14px; border-top: 0; border-left: 1px solid var(--fmx2-line); }
  .fmx2-proof .fmx2-shell { grid-template-columns: 1fr; }
  .fmx2-proof .fmx2-shell > div { border-right: 1px solid var(--fmx2-line); }
  .fmx2-use-grid,
  .fmx2-faq-grid,
  .fmx2-contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .fmx2-audience-list { grid-template-columns: 1fr; }
  .fmx2-audience-list article { min-height: 0; }
  .fmx2-conversion-band .fmx2-shell { align-items: flex-start; flex-direction: column; gap: 28px; }
  .fmx2-conversion-band .fmx2-button { width: 100%; }
  .fmx2-use-grid ul { grid-template-columns: 1fr; }
  .fmx2-use-grid li:nth-child(even) { padding-left: 0; border-left: 0; }
  .fmx2-order-strip .fmx2-shell { align-items: flex-start; flex-direction: column; }
  .fmx2-order-strip span::before { margin-right: 12px; }
  body.single-product.formex-v2 .woocommerce { width: calc(100% - 24px); padding: 30px 0 60px; }
  body.single-product.formex-v2 div.product .summary { padding: 28px 21px; }
  .fmx2-product-visual { width: 96px; margin: 0 0 22px; }
  .fmx2-product-scope { grid-template-columns: 1fr; }
  .fmx2-product-scope > div + div { border-left: 0; border-top: 1px solid var(--fmx2-line); }
  .fmx2-single-features ul,
  .fmx2-fields,
  .fmx-field-row { grid-template-columns: 1fr; }
  .fmx2-buy-form { padding: 22px 17px; }
  .fmx2-footer-grid { grid-template-columns: 1fr; }
  .fmx2-footer-grid > div:last-child { grid-column: auto; }
  .fmx2-footer-bottom { align-items: flex-start; flex-direction: column; }
  .fmx2-footer-bottom a { margin: 0 18px 0 0; }
  .fmx2-cookie { left: 12px; right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
