/*-----------------------------
  Georgia
  Designed by Matthew Carter, Microsoft
  Distributed by Adobe Fonts
font-family: "georgia", sans-serif;
-----------------------------*/
/*-----------------------------
  Figtree
  Designed by Google
font-family: "figtree", sans-serif;
-----------------------------*/
@import url("https://use.typekit.net/sed1uqi.css");
/* ═══════════════════════ BRAND TOKENS ═══════════════════════ */
:root {
  --red:        #FF2A3A;
  --red-dark:   #C21218;
  --red-darker: #9A0102;
  --lyserød:    #FFCDCD;
  --lyserød-dk: #FEB3B0;
  --beige:      #fef4ea;
  --sand:       #F8F3F0;
  --text:       #242424;
  --mid:        #5C5C5C;
  --soft:       #9A9A9A;
  --border:     #EDE6DE;
  --white:      #FFFFFF;
  --radius-card: 18px;
  --radius-pill: 100px;
  --shadow:     0 2px 20px rgba(36,36,36,0.08);
  --shadow-lg:  0 8px 40px rgba(36,36,36,0.14);
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
    font-family: "figtree", sans-serif;
  font-weight: 500;
  background: var(--sand);
  color: var(--text);
  font-size: 18px;
  line-height: 1.50;
  overflow-x: hidden;
      -webkit-font-smoothing: antialiased !important;

}

h1, h2, h3, h4 {
  font-family: "Yeseva One", Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}
/* Section headlines share one weight + size (reference: Yeseva One 500, ~3rem) */
h2 { font-size: clamp(32px, 6vw, 48px); font-weight: 500; }
button { cursor:pointer; font-family: inherit; }
img { max-width:100%; display:block; }

/* ═══ NAV (matches reference site exactly) ═══ */
.header-nav-center {
  position: sticky; top: 0; left: 0; width: 100%; z-index: 2000;
  background: #fff;
  border-bottom: 1px solid var(--border);
  /* Reference body typography — Typekit "georgia" face, 16px, #2b2d42 */
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2d42;
  -webkit-font-smoothing: antialiased;
      background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
    border-bottom: 1px solid #edeef1;
}
.header-nav-center .container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
}
.header-nav-center .navbar {
  position: static; background: transparent; backdrop-filter: none;
  border: 0; min-height: 80px; padding: 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.navbar-brand {
  display: flex; align-items: center; text-decoration: none;
  font-weight: 600; font-size: 22px; color: #2b2d42;
  margin-right: 1rem; padding: .3125rem 0;   /* match Bootstrap base used on reference */
}
.navbar-brand .logo {
  width: 150px; height: auto; display: block;
  margin-right: .5rem; vertical-align: bottom;
}
.navbar-collapse { display: flex; align-items: center; flex: 1; gap: 16px; }
.navbar-nav {
  list-style: none; display: flex; align-items: center;
  margin: 0 auto; padding: 0;
}
.navbar-nav .nav-item { display: block; }
.navbar-nav .nav-link {
  color: #2b2d42; text-decoration: none;
  font-family: "georgia", sans-serif; font-weight: 400; font-size: 19px; line-height: 1.5;
  padding: .5rem .5rem; display: block; transition: color .18s ease; white-space: nowrap;margin-right:15px;
}
.active-red .navbar-nav .nav-link:hover,
.active-red .navbar-nav .nav-link.active { color: var(--red); }
.nav_account { flex-shrink: 0; }
.nav_account .btn {
  font-size:15px;
    font-family: "figtree", sans-serif;
  font-weight: 500;
  display: inline-block; text-decoration: none;
  color: #fff; background-color: #2b2d42;
  padding: 0.7rem 1.55rem; border-radius: 50rem; line-height: 1.5;
border: 1px solid;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.nav_account .btn:hover { background-color: #fff; color: #2b2d42; border-color: #2b2d42; }

/* Hamburger "ripple menu" toggler — hidden on desktop, animated morph on toggle */
.navbar-toggler { display: none; }
.navbar-toggler:focus { border: 0; outline: 0; box-shadow: none; }
.menu {
  color: #2b2d42; width: 36px; height: 36px; padding: 0; margin: 0;
  outline: none; position: relative; border: none; background: none;
  cursor: pointer; -webkit-appearance: none; -webkit-tap-highlight-color: transparent;
}
.menu svg {
  width: 44px; height: 48px; top: -6px; left: -14px;
  stroke: #2b2d42; stroke-width: .2rem; stroke-linecap: round; stroke-linejoin: round;
  fill: none; display: block; position: absolute;
}
.menu svg path {
  transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s),
              stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
.menu svg path:nth-child(2) { --duration: .7s; --easing: ease-in; --offset: 100px; --array-2: 74px; }
.menu svg path:nth-child(3) { --offset: 133px; --array-2: 107px; }
.menu.active svg path { --offset: 57px; }
.menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) { --delay: .15s; --easing: cubic-bezier(.2,.4,.2,1.1); }
.menu.active svg path:nth-child(2) { --duration: .4s; --offset: 2px; --array-1: 1px; }
.menu.active svg path:nth-child(3) { --offset: 58px; }
.menu.ripplemenu:active:before {
  background: #165df5; border-radius: 50%; content: ""; display: block;
  height: 100%; opacity: .25; position: absolute; width: 100%; z-index: -1;
  top: 0; left: -9px; animation: RippleMenu .3s cubic-bezier(.29,-.01,.17,.95);
}
@keyframes RippleMenu { to { transform: scale(10); opacity: 0; } }

@media (max-width: 991px) {
  /* navbar stays static so the collapse anchors to the sticky full-width header */
  .header-nav-center .navbar { min-height: 0; padding: .75rem 0; }
  .navbar-toggler { display: block; order: 3; }
  /* Anchored to the full-width header (not the padded container) so the panel
     spans edge to edge; internal padding keeps links off the screen edges.
     Absolute so it never affects the logo/toggler alignment, and animates open/closed. */
  .navbar-collapse {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 1500;
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 10px 18px rgba(0,0,0,.06);
    overflow: hidden;
    max-height: 0; opacity: 0;
    padding: 0 24px;
    transition: max-height .35s ease, opacity .35s ease, padding .35s ease;
  }
  .navbar-collapse.show { max-height: 360px; opacity: 1; padding-top: .5rem; padding-bottom: 1rem; }
  .navbar-nav { flex-direction: column; align-items: flex-start; margin: 0; width: 100%; padding-bottom: 1rem; }
  .nav_account { margin-top: 6px; }
}

/* ═══ HERO / PRICING ═══ */
.hero {
  background: var(--beige);
  padding: 68px 52px 80px;
  text-align: center;
}
.hero-eyebrow {
  display:inline-flex; align-items:center; gap:6px;
  background:white; border:1px solid var(--lyserød-dk);
  padding:5px 14px; border-radius:var(--radius-pill);
  font-size:12px; font-weight:600; color:var(--red);
  margin-bottom:18px; letter-spacing:.04em;
}
.hero h1 {
  font-size: clamp(42px,6vw,68px);
  line-height: 1.1; margin-bottom:14px; font-weight:500;
}
.hero h1 em { font-style:normal; color:var(--red); }
.hero-img {
  display: block;
  margin: 28px auto;
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 16px;
}
.hero-sub {
  font-size:20px; color:var(--mid); max-width:500px;
  margin:0 auto 16px; line-height:1.65;
}
.hero-reassure {
  font-size:13px; color:var(--soft); margin-bottom:32px;
  display:flex; align-items:center; justify-content:center; gap:6px;
}

/* ── Billing toggle ── */
.billing-wrap { display:flex; flex-direction:column; align-items:center; margin-bottom:40px;margin-top:40px; }
.billing-toggle {
  display:inline-flex; align-items:center;
  background:white; border:1.5px solid var(--border);
  border-radius:var(--radius-pill); padding:4px;
  box-shadow:var(--shadow);
}
.toggle-btn {
  padding:9px 22px; border-radius:var(--radius-pill);
  border:none; background:transparent;
  font-size:14px; font-weight:500; color:var(--mid);
  transition:all .2s; display:flex; align-items:center; gap:7px;
  font-family: 'Avenir Next','Avenir',sans-serif;
}
.toggle-btn.active {
  background:var(--red); color:white; font-weight:600;
  box-shadow:0 2px 10px rgba(255,42,58,0.3);
}
.save-badge {
  background:#E5F9DE; color:#236A1A;
  font-size:10.5px; font-weight:700;
  padding:2px 8px; border-radius:100px;
}
.toggle-btn.active .save-badge { background:rgba(255,255,255,0.22); color:white; }

/* ── Plans grid ── */
.plans-grid {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:14px;
  max-width:1060px; margin:0 auto;
  align-items:start;
}
.plan-card {
  background:white; border-radius:var(--radius-card);
  border:1.5px solid var(--border);
  overflow:hidden; box-shadow:var(--shadow);
  transition:box-shadow .2s, transform .2s;
  position:relative;
  display:flex; flex-direction:column;
}
.plan-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-2px); }
.plan-body { padding:18px 20px; flex:1; display:flex; flex-direction:column; }
.feat-list { list-style:none; display:flex; flex-direction:column; gap:8px; flex:1; }

/* plan header */
.plan-header {
  padding:20px 22px 16px;
  border-bottom:1px solid var(--border);
  text-align:center;
  min-height:148px;
  display:flex; flex-direction:column; justify-content:center;
}
.ph-free    { background:var(--lyserød); }
.ph-plus    { background:linear-gradient(135deg,#FFB8B8 0%,#FF8A8A 100%); }
.ph-premium { background:linear-gradient(135deg,var(--red-dark) 0%,var(--red-darker) 100%); }

.plan-header-logo { margin:0 auto 6px; display:flex; justify-content:center; align-items:center; }
.plan-header-logo svg { max-height:24px; width:auto; }

.plan-tagline { font-size:13px; opacity:.7; margin-top:3px; }
.ph-premium .plan-tagline { color:rgba(255,255,255,0.9); }

.plan-price {
  font-family:Georgia,serif;
  font-size:34px; font-weight:700; letter-spacing:-0.03em;
  line-height:1; margin-top:10px;
}
.ph-premium .plan-price { color:white; }
.plan-period { font-family:'Avenir Next','Avenir',sans-serif; font-size:14px; font-weight:400; opacity:.65; margin-left:2px; }
.ph-premium .plan-period { opacity:.85; color:white; }
.plan-price-alt { font-size:11.5px; opacity:.6; margin-top:3px; }
.ph-premium .plan-price-alt { color:rgba(255,255,255,0.85); }

/* plan body */
.plan-cta { text-decoration:none; display:inline-block;
  width:100%; padding:11px;
  border-radius:var(--radius-pill);
  font-size:13.5px; font-weight:700; letter-spacing:.01em;
  border:2px solid var(--border); background:transparent; color:var(--text);
  margin-bottom:18px; transition:all .18s;
  font-family:'Avenir Next','Avenir',sans-serif;
}
.plan-cta:hover:not(.cta-red):not(.cta-dark) { background:var(--sand); }
.cta-red { background:var(--red); color:white; border-color:var(--red); }
.cta-red:hover { background:var(--red-dark); border-color:var(--red-dark); }
.cta-dark { background:var(--red-darker); color:white; border-color:var(--red-darker); }
.cta-dark:hover { background:var(--red-dark); }

.plan-divider {
  font-size:10px; font-weight:700; text-transform:uppercase;
  letter-spacing:.12em; color:var(--soft); margin-bottom:12px;
}
.feat-item { display:flex; align-items:flex-start; row-gap:8px; font-size:15px; color:var(--mid); line-height:1.45; }
.feat-check { color:var(--red); flex-shrink:0; margin-right: 8px;margin-top:1px; font-weight:800; }
.plan-trial { text-align:center; font-size:13px; font-weight:500; color:var(--soft); margin-top:auto; padding-top:14px; }

/* best value badge */
.best-badge {
  position:absolute; top:-1px; right:18px;
  background:var(--red); color:white;
  font-size:9.5px; font-weight:800; letter-spacing:.07em;
  padding:3px 11px; border-radius:0 0 10px 10px; text-transform:uppercase;
}

/* expand */
.expand-btn {
  width:100%; border:none; background:var(--sand);
  padding:10px 16px; font-size:12px; font-weight:600;
  color:var(--mid); display:flex; align-items:center; justify-content:center; gap:6px;
  cursor:pointer; transition:all .18s; border-top:1px solid var(--border);
  font-family:'Avenir Next','Avenir',sans-serif;
}
.expand-btn:hover { background:var(--lyserød); color:var(--red); }
.ea { transition:transform .24s; display:inline-block; font-size:9px; }
.expand-btn.open .ea { transform:rotate(180deg); }

.plan-expanded { display:none; padding:16px 20px; border-top:1px solid var(--border); background:var(--sand); }
.plan-expanded.show { display:block; }
.plan-expanded.dk { background:#160404; border-top-color:#3A0808; }
.expanded-h { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--soft); margin-bottom:10px; }
.expanded-h.wh { color:rgba(255,255,255,0.3); }
.ef {
  display:flex; gap:10px; padding:10px 0;
  border-bottom:1px solid var(--border); align-items:flex-start;
}
.ef:last-of-type { border-bottom:none; }
.ef.dk-border { border-bottom-color:#3A0808; }
.ef-title { font-size:12.5px; font-weight:700; margin-bottom:2px; }
.ef-title.wh { color:white; }
.ef-desc { font-size:12px; color:var(--mid); line-height:1.5; }
.ef-desc.wh { color:rgba(255,255,255,0.52); }
.gs-strip {
  background:linear-gradient(135deg,var(--lyserød) 0%,var(--lyserød-dk) 100%);
  border-radius:11px; padding:12px 14px; margin-top:12px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.gs-strip.dk { background:linear-gradient(135deg,#2A0606 0%,#180303 100%); }
.gs-t { font-size:12px; font-weight:700; }
.gs-t.wh { color:white; }
.gs-s { font-size:11px; color:var(--mid); }
.gs-s.wh { color:rgba(255,255,255,0.48); }
.gs-btn { text-decoration:none; background:var(--red); color:white; border:none; padding:7px 14px; border-radius:var(--radius-pill); font-size:11.5px; font-weight:700; flex-shrink:0; font-family:'Avenir Next','Avenir',sans-serif; }

/* ═══ SHARED SECTION STYLES ═══ */
.section-inner { max-width:1100px; margin:0 auto; }
.section-narrow { max-width:780px; margin:0 auto; }
.section-tag { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:var(--red); margin-bottom:9px;  text-align:center;}
.section-h { font-size:clamp(32px,6vw,48px); font-weight:500; line-height:1.14; margin-bottom:12px; }
.section-sub { font-size:15px; color:var(--mid); line-height:1.65; max-width:500px; margin:0 auto; }

/* ── Stats bar ── */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 44px;
  margin-bottom: 56px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  min-width: 140px;
}
.stat-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.stat-icon svg { width: 22px; height: 22px; fill: white; }
.stat-number {
  font-family: Georgia,'Times New Roman',serif;
  font-size: 22px; font-weight: 700;
  color: var(--text); line-height: 1;
  margin-bottom: 3px;
}
.stat-label {
  font-family: 'Avenir Next','Avenir',-apple-system,sans-serif;
  font-size: 12.5px; color: var(--mid); line-height: 1.4;
}

/* ═══ TESTIMONIALS / CAROUSEL ═══ */
.testi-section { background:white; padding:52px 52px 84px; }

.carousel-wrap {
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  max-width:1100px;
  margin:0 auto;
}
.carousel-viewport {
  overflow:hidden;
  flex:1;
}
.carousel-track {
  display:flex;
  gap:16px;
  transition:transform .38s cubic-bezier(.4,0,.2,1);
  will-change:transform;
}
.testi-card {
  background:var(--sand);
  border-radius:var(--radius-card);
  padding:26px 24px;
  border:1.5px solid var(--border);
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:0 0 calc((100% - 32px) / 3);
  min-width:0;
  box-sizing:border-box;
}
.testi-header { display:flex; justify-content:space-between; align-items:center; }
.stars { color:var(--red); font-size:14px; letter-spacing:2px; }
.amazon-badge {
  font-size:10px; font-weight:700; letter-spacing:.04em;
  background:var(--sand); border:1.5px solid var(--border);
  color:var(--soft); padding:3px 9px; border-radius:100px;
}
.review-title {
  font-family:Georgia,'Times New Roman',serif;
  font-size:14px; font-weight:700; color:var(--text);
  line-height:1.4;
}
.quote {
  font-size:13.5px; color:var(--mid);
  line-height:1.65; flex:1;
}
.reviewer-name {
  font-size:12.5px; font-weight:700; color:var(--text);
  margin-top:4px;
}

.carousel-arrow {
  flex-shrink:0;
  width:42px; height:42px;
  border-radius:50%;
  border:1.5px solid var(--border);
  background:white;
  color:var(--text);
  font-size:18px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:all .18s;
  box-shadow:var(--shadow);
}
.carousel-arrow:hover { background:var(--red); color:white; border-color:var(--red); }
.carousel-arrow:disabled { opacity:.3; cursor:default; }
.carousel-arrow:disabled:hover { background:white; color:var(--text); border-color:var(--border); }

.carousel-dots {
  display:flex; justify-content:center; gap:7px;
  margin-top:24px;
}
.carousel-dot {
  width:8px; height:8px; border-radius:50%;
  background:var(--border); cursor:pointer;
  transition:all .2s; border:none; padding:0;
}
.carousel-dot.active { background:var(--red); transform:scale(1.2); }

/* ═══ COMPARISON TABLE ═══ */
.compare-section { background:var(--beige); padding:52px 52px 84px; }
.compare-wrap { max-width:860px; margin:0 auto; overflow-x:auto; }

table.ct {
  width:100%; border-collapse:separate; border-spacing:0;
  background:white; border-radius:18px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

/* Sticky header */
.ct thead tr th {
  background:var(--sand); padding:16px 14px;
  border-bottom:1px solid var(--border);
  font-family:'Avenir Next','Avenir',sans-serif;
  font-size:13px; font-weight:700;
  text-align:center;
  position:sticky; top:0; z-index:10;
}
.ct thead tr th:first-child { text-align:left; width:42%; }
.ct th.th-free  { width:16%; background:var(--lyserød); }
.ct th.th-plus  { width:18%; background:linear-gradient(135deg,#FFB8B8 0%,#FF8A8A 100%); }
.ct th.th-prem  { width:18%; background:linear-gradient(135deg,var(--red-dark) 0%,var(--red-darker) 100%); }

/* Logo cells in header */
.th-logo { display:flex; flex-direction:column; align-items:center; gap:4px; }
.th-logo svg { max-height:16px; width:auto; }
.th-free-label  { font-size:10px; color:var(--red-dark); font-weight:500; }
.th-prem-cell { background:linear-gradient(135deg,var(--red-dark) 0%,var(--red-darker) 100%); }

/* Category section rows */
.ct .cat td {
  font-size:11px; font-weight:700; letter-spacing:.06em;
  color:var(--mid); background:var(--sand);
  padding:9px 16px; border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  text-transform:none;
}
.ct .cat td.pc { background:#FFF0EE; }

/* Data rows */
.ct td {
  padding:11px 14px; font-size:15px;
  border-bottom:1px solid var(--border);
  text-align:center; color:var(--mid); background:white;
  vertical-align:middle;
}
.ct td:first-child { text-align:left; color:var(--text); font-weight:500; }
.ct td.pc { background:#FFFAFA; }
.ct tr:last-child td { border-bottom:none; }
.ct tbody tr:hover td { background:var(--sand); }
.ct tbody tr:hover td.pc { background:#FFEFEF; }

/* Check / cross circles — matching reference design */
.ccheck {
  display:inline-flex; align-items:center; justify-content:center;
  width:24px; height:24px; border-radius:50%;
}
.ccheck.yes { background:var(--lyserød); }
.ccheck.no  { background:#F0EDED; }
.ccheck.yes svg { width:13px; height:13px; }
.ccheck.no  svg { width:13px; height:2px; }

.cv { font-size:12px; color:var(--mid); line-height:1.3; }
.cv-hl { font-size:12px; color:var(--red); font-weight:700; }

/* Info button */
.ic { display:inline-flex; align-items:center; gap:5px; }
.ib {
  width:16px; height:16px; border-radius:50%;
  background:transparent; border:1.5px solid #C0C0C0;
  color:#8A8A8A; font-size:9px; font-weight:700;
  display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer; transition:all .18s; flex-shrink:0;
  font-style:italic; font-family:Georgia,serif; line-height:1;
}
.ib:hover { background:var(--lyserød); color:var(--red); border-color:var(--lyserød-dk); }

/* Modal */
.modal-bg {
  display:none; position:fixed; inset:0; z-index:1000;
  background:rgba(36,36,36,0.52); backdrop-filter:blur(5px);
  align-items:center; justify-content:center;
}
.modal-bg.open { display:flex; }
.modal {
  background:var(--sand);
  border-radius:20px;
  max-width:440px; width:92%;
  box-shadow:var(--shadow-lg);
  position:relative;
  animation:mIn .22s ease;
  overflow:hidden;
}
@keyframes mIn { from{opacity:0;transform:scale(.94) translateY(8px)} to{opacity:1;transform:scale(1) translateY(0)} }
.modal-close {
  position:absolute; top:14px; right:16px;
  background:var(--sand); border:none;
  width:28px; height:28px; border-radius:50%;
  font-size:16px; color:var(--mid); cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  z-index:10;
}
.modal-img { width:100%; display:block; }
.modal-body-pad { padding:22px 24px 26px; }
.modal-title {
  font-family:Georgia,'Times New Roman',serif;
  font-size:18px; font-weight:700; color:var(--text);
  margin-bottom:10px; line-height:1.3;
}
.modal-desc {
  font-family:'Avenir Next','Avenir',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:14px; color:var(--mid); line-height:1.7;
}

/* CTA row */
.ct .cta-row td { border-bottom:none; padding:14px 14px; }

/* ═══ FAQ ═══ */
.faq-section { background:white; padding:52px 52px 84px; }
.faq-list { max-width:700px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--border); }
.faq-btn {
  width:100%; background:none; border:none; padding:18px 0;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  text-align:left; cursor:pointer;
}
.faq-btn:hover .faq-q { color:var(--red); }
.faq-q { font-family:Georgia,serif; font-size:15px; font-weight:700; color:var(--text); flex:1; line-height:1.4; transition:color .18s; }
.faq-icon {
  width:26px; height:26px; border-radius:50%;
  background:var(--sand); border:1.5px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  font-size:18px; color:var(--red); font-weight:300; flex-shrink:0;
  transition:all .22s;
}
.faq-btn.open .faq-icon { background:var(--lyserød); transform:rotate(45deg); }
.faq-answer {
  display:none; padding-bottom:18px;
  font-size:13.5px; color:var(--mid); line-height:1.72;
}
.faq-answer.show { display:block; }
.faq-help {
  margin-top: 36px;
  text-align: center;
}
.faq-help-text {
  font-size: 14px; color: var(--mid);
  margin-bottom: 18px;
}
.faq-help-btns {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.faq-help-btn {
  display: inline-block;
  background: white;
  border: 1.5px solid var(--lyserød-dk);
  color: var(--red);
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  font-family: 'Avenir Next','Avenir',sans-serif;
  transition: all .18s;
}
.faq-help-btn:hover { background: var(--lyserød); }

/* ═══ CLOSING SECTION ═══ */
.closing-section {
  background: var(--beige);
  padding: 52px 52px 0;
  text-align: center;
}
.closing-philosophy {
  max-width: 660px;
  margin: 0 auto 64px;
}
.closing-h {
  font-family: "Yeseva One", Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 22px;
}
.closing-body {
  font-family: 'Avenir Next','Avenir',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size: 17px;
  color: var(--mid);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}
.closing-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.closing-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.cta-band {
  background: var(--beige);
  padding: 72px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-inner { position:relative; max-width:580px; margin:0 auto; }
.cta-h {
  font-family: 'Avenir Next','Avenir',-apple-system,sans-serif;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 400;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 32px;
  font-style: normal;
}
.cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.btn-wh { text-decoration:none; display:inline-block; background:var(--red); color:white; padding:14px 36px; border-radius:var(--radius-pill); font-size:15px; font-weight:700; border:none; transition:all .18s; font-family:'Avenir Next','Avenir',sans-serif; }
.btn-wh:hover { background:var(--red-dark); }

/* ═══ FOOTER ═══ */
footer {
  background: var(--beige);
  font-family: 'Avenir Next','Avenir',-apple-system,sans-serif;
}
.footer-main {
  padding: 56px 64px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-support {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.footer-support-icon {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-support-text {}
.footer-support-heading {
  font-family: Georgia,'Times New Roman',serif;
  font-size: 22px; font-weight: 700;
  color: var(--text); margin-bottom: 3px;
}
.footer-support-sub {
  font-size: 13px; color: var(--mid); margin-bottom: 4px;
}
.footer-support-link {
  font-size: 14px; font-weight: 600;
  color: var(--red); text-decoration: none;
}
.footer-support-link:hover { text-decoration: underline; }
.footer-socials {
  display: flex; gap: 22px; align-items: center;
}
.footer-socials a {
  color: var(--text); text-decoration: none;
  opacity: 0.65; transition: opacity .18s;
  display: flex; align-items: center;
}
.footer-socials a:hover { opacity: 1; }
.footer-socials svg { width: 20px; height: 20px; }
.footer-bottom {
  border-top: 1px solid rgba(36,36,36,0.1);
  padding: 18px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 12.5px; color: var(--mid);
}
.footer-nav {
  display: flex; gap: 24px;
}
.footer-nav a {
  font-size: 12.5px; color: var(--mid);
  text-decoration: none; transition: color .18s;
}
.footer-nav a:hover { color: var(--text); }


/* ═══ RESPONSIVE + MOBILE UTILITIES ═══ */
.desktop-only { display: block; }
.mobile-only  { display: none !important; }

.m-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(248,243,240,0.96);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  height: 56px; display: flex; align-items: center;
  padding: 0 16px; justify-content: space-between;
}
.m-nav-logo svg { height: 22px; width: auto; display: block; }
.m-nav-cta {
  text-decoration: none; background: var(--red); color: white;
  padding: 9px 18px; border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 700; white-space: nowrap; display: inline-block;
}
.plans-stack { display: flex; flex-direction: column; gap: 16px; max-width: 420px; margin: 0 auto; padding: 0 16px; }
.wave-divider { line-height: 0; margin-bottom: -1px; }
.wave-divider svg { display: block; width: 100%; height: 40px; }
.reviews-h { text-align: center; margin-bottom: 24px; }
.reviews-scroll-wrap { overflow: hidden; position: relative; }
.reviews-track { display: flex; gap: 12px; transition: transform .38s cubic-bezier(.4,0,.2,1); will-change: transform; padding: 4px 0; }
.reviews-nav { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 20px; }
.carousel-arrow-m { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--border); background: white; color: var(--text); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow); }
.carousel-arrow-m:disabled { opacity: .3; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 380px; margin: 24px auto 36px; }
.stat-item-m { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.ct-wrap { background: white; border-radius: var(--radius-card); border: 1.5px solid var(--border); box-shadow: var(--shadow); overflow: hidden; }
.ct-head { display: grid; grid-template-columns: 1fr 50px 50px 64px; background: var(--sand); border-bottom: 1.5px solid var(--border); }
.ct-head-cell { padding: 10px 4px; font-size: 12.5px; font-weight: 500; text-align: center; color: var(--text); letter-spacing: .01em; }
.ct-head-cell.feat-col { text-align: left; padding-left: 12px; }
.ct-head-cell.prem-col { color: var(--red-dark); padding-right: 10px; }
.ct-cat { padding: 5px 12px; background: var(--sand); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--mid); border-top: 1.5px solid var(--border); border-bottom: 1px solid var(--border); }
.ct-cat:first-of-type { border-top: none; }
.ct-row { display: grid; grid-template-columns: 1fr 50px 50px 64px; border-bottom: 1px solid var(--border); align-items: center; min-height: 40px; }
.ct-row:last-child { border-bottom: none; }
.ct-feat { padding: 9px 8px 9px 12px; font-size: 12px; color: var(--text); line-height: 1.6; }
.ct-feat-text { display: inline; }
.ct-info-btn { background: none; border: 1.5px solid #CCCCCC; border-radius: 50%; width: 15px; height: 15px; font-size: 9px; color: #888; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-family: Georgia, serif; font-style: italic; font-weight: 700; padding: 0; line-height: 1; vertical-align: middle; margin-left: 2px; position: relative; top: -1px; }
.ct-val { text-align: center; padding: 4px 2px; font-size: 11px; font-weight: 700; color: var(--mid); display: flex; align-items: center; justify-content: center; }
.ct-val.prem-col { padding-right: 10px; }
.ccheck-s { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
.ccheck-s.yes { background: var(--lyserød); }
.ccheck-s.no  { background: #EDEDEC; }
.ct-cta-row { padding: 14px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-top: 1.5px solid var(--border); }
.ct-cta-row a { display: block; text-align: center; padding: 9px 6px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; text-decoration: none; font-family: 'Avenir Next','Avenir',sans-serif; }
.ct-cta-plus { background: var(--red); color: white; }
.ct-cta-prem { background: var(--red-darker); color: white; }
.compare-sub { text-align: center; font-size: 14px; color: var(--mid); margin-bottom: 24px; line-height: 1.55; }
.btn-app { text-decoration: none; display: inline-block; background: transparent; color: var(--red); padding: 13px 28px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; border: 2px solid var(--lyserød-dk); font-family: 'Avenir Next','Avenir',sans-serif; }
.save-badge { display: none !important; }
.plan-cta { text-align: center !important; }
/* Mobile-only CSS not present in desktop stylesheet */
.social-section { background: white; padding: 40px 20px 52px; }
/* Mobile reviews section trailing wave: hidden (features section is also white) */
.social-section + .wave-divider { display: none; }

/* ══ FEATURES DEEP DIVE (FDS) ══ */
:root { --dark-card:#1C1517; --pink-light:#FFCDCD; --pink-dk:#FEB3B0; }

.fds-section { background: white; padding: 72px 0 80px; }

/* Tab strip */
.fds-tabs-wrap { display: flex; justify-content: center; margin-bottom: 32px; padding: 0 20px; }
.fds-tab-pill { display: inline-flex; background: var(--sand); border-radius: 100px; padding: 4px; }
.fds-tab-btn { background: transparent; border: none; padding: 11px 32px; border-radius: 100px; font-size: 15px; font-weight: 700; color: var(--mid); cursor: pointer; transition: all .22s ease; font-family: 'Avenir Next','Avenir',sans-serif; white-space: nowrap; }
.fds-tab-btn.fds-tab-active { background: var(--red); color: white; box-shadow: 0 2px 10px rgba(255,42,58,.32); }
.fds-hidden { display: none !important; }

/* Card outer wrapper */
.fds-cards-outer { padding: 0 clamp(16px, 4vw, 40px); max-width: 1120px; margin: 0 auto; }

/* Shared card base */
.fds-card { border-radius: 24px; padding: clamp(32px, 5vw, 60px) clamp(24px, 6vw, 64px); }

/* Frameo+ card — warm light */
.fds-plus-card { background: linear-gradient(158deg, #FAF0E6 0%, #ffe3e3 150%); }

/* Frameo Premium card — flat dark red */
.fds-prem-card { background: linear-gradient(158deg, #C00003 0%, #7A0001 150%); color: white; }

/* Premium logo SVG sizing */
.prem-logo-svg { height: 30px; width: auto; display: block; }
.fds-prem-card .fds-card-logo { margin-bottom: 16px; }
#fds-btn-premium { background: rgba(154,1,2,0.10); padding: 8px 20px; }
#fds-btn-premium.fds-tab-active { background: var(--red); }
#fds-btn-premium .prem-logo-svg { height: 18px; }

/* Frameo+ logo SVG sizing */
.plus-logo-svg { height: 30px; width: auto; display: block; }
.fds-plus-card .fds-card-logo { margin-bottom: 16px; }
#fds-btn-plus { padding: 8px 20px; }
#fds-btn-plus .plus-logo-svg { height: 18px; }
/* Inactive: show red logo, hide white */
#fds-btn-plus .plus-logo-white { display: none; }
#fds-btn-plus .plus-logo-red   { display: block; }
/* Active: show white logo, hide red */
#fds-btn-plus.fds-tab-active .plus-logo-white { display: block; }
#fds-btn-plus.fds-tab-active .plus-logo-red   { display: none; }

@media (max-width: 767px) {
  #fds-btn-premium .prem-logo-svg { height: 15px; }
  .prem-logo-svg { height: 24px; }
  #fds-btn-plus .plus-logo-svg { height: 15px; }
  .plus-logo-svg { height: 24px; }
}

/* Eyebrow */
.fds-eyebrow { display: inline-flex; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 4px; }
.fds-plus-card .fds-eyebrow { background: rgba(154,1,2,.10); color: var(--red-darker); }
.fds-prem-card .fds-eyebrow { background: rgba(255,255,255,.12); color: #FEB3B0; }

/* Section headline — serif */
.fds-section-h { font-family: "Yeseva One", Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.1; letter-spacing: -.01em; margin: 14px 0 12px; font-size: clamp(32px, 6vw, 48px); }
.fds-plus-card .fds-section-h { color: var(--text); }
.fds-prem-card .fds-section-h { color: white; }

/* Intro paragraph */
.fds-card-intro { font-size: clamp(18px, 1.5vw, 18px); line-height: 1.65; max-width: 640px; margin: 0; }
.fds-plus-card .fds-card-intro { color: var(--mid); }
.fds-prem-card .fds-card-intro { color: rgba(255,255,255,.75); }

/* Feature rows */
.fds-rows { display: flex; flex-direction: column; gap: clamp(36px, 5vw, 60px); margin-top: 48px; }
.fds-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(24px, 4vw, 52px); align-items: center; }
.fds-row.fds-flip .fds-media-wrap { order: -1; }

/* Feature label */
.fds-feat-label { display: inline-block; font-size: 18px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 9px; }
.fds-plus-card .fds-feat-label { color: var(--red-darker); }
.fds-prem-card .fds-feat-label { color: #FEB3B0; }

/* Feature copy */
.fds-feat-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2.2vw, 26px); font-weight: 700; line-height: 1.15; margin: 0 0 10px; }
.fds-plus-card .fds-feat-title { color: var(--text); }
.fds-prem-card .fds-feat-title { color: white; }
.fds-feat-desc { font-size: 15.5px; line-height: 1.6; margin: 0; max-width: 420px; }
.fds-plus-card .fds-feat-desc { color: var(--mid); }
.fds-prem-card .fds-feat-desc { color: rgba(255,255,255,.72); }

/* Phone mockup — Frameo+ */
.fds-phone-wrap { display: flex; justify-content: center; }
.fds-phone {
  width: clamp(140px, 18vw, 210px);
  padding: 12px 12px 8px;
  border-radius: 32px;
  background: linear-gradient(160deg, #fff 0%, #FBF6EF 100%);
  box-shadow: 0 18px 44px rgba(0,0,0,.18), inset 0 0 0 1px rgba(0,0,0,.05);
}
.fds-phone video { width: 100%; border-radius: 20px; display: block; }
.fds-phone-stand { width: 38%; height: 8px; margin: 8px auto 0; border-radius: 0 0 6px 6px; background: rgba(0,0,0,.07); }

/* Frame mockup — Premium */
.fds-frame-wrap { display: flex; justify-content: center; }
.fds-frame {
  width: 100%;
  max-width: 320px;
  padding: 11px 11px 7px;
  border-radius: 16px;
  background: linear-gradient(160deg, #6B0A0A 0%, #3D0303 100%);
  box-shadow: 0 22px 50px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.08);
}
.fds-frame-screen {
  border-radius: 8px;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(160% 140% at 70% 80%, rgba(255,80,60,.14) 0%, rgba(55,3,3,.92) 60%);
}
.fds-frame-stand { width: 28%; height: 7px; margin: 7px auto 0; border-radius: 0 0 5px 5px; background: rgba(255,255,255,.08); }
/* Calendar grid inside frame */
.fds-cal {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 3px; padding: 10px; width: 100%;
}
.fds-cal-cell {
  aspect-ratio: 1; border-radius: 3px; background: rgba(255,255,255,.07);
}
.fds-cal-cell.cc-filled { background: rgba(255,255,255,.13); }
.fds-cal-cell.cc-today  { background: var(--red); border-radius: 50%; }
.fds-cal-cell.cc-ev1    { background: rgba(66,133,244,.55); }
.fds-cal-cell.cc-ev2    { background: rgba(52,168,83,.45); }
/* Countdown inside frame */
.fds-countdown { text-align: center; color: white; padding: 10px; }
.fds-countdown .fds-cd-num { font-family: Georgia, serif; font-size: clamp(32px, 5vw, 52px); font-weight: 700; line-height: 1; }
.fds-countdown .fds-cd-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 4px; }
.fds-countdown .fds-cd-event { font-size: 13px; color: #FEB3B0; margin-top: 8px; }
/* Timed view inside frame */
.fds-timed-view { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px; width: 100%; }
.fds-tv-row { height: 6px; border-radius: 3px; background: rgba(255,255,255,.1); width: 80%; }
.fds-tv-row.tv-active { background: rgba(255,42,58,.5); width: 60%; }
.fds-tv-photo-row { display: flex; gap: 5px; margin-top: 4px; }
.fds-tv-photo { width: 28px; height: 20px; border-radius: 3px; background: rgba(255,255,255,.09); }
.fds-tv-photo.tv-ph-active { background: rgba(255,255,255,.22); }
/* Colour grid inside frame */
.fds-color-preview { display: flex; flex-direction: column; gap: 4px; padding: 8px 12px; width: 100%; }
.fds-color-row { display: flex; align-items: center; gap: 6px; }
.fds-color-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.fds-color-bar { height: 6px; border-radius: 3px; flex: 1; }

/* Feature images + hover video */
.fds-img-wrap { display: flex; justify-content: center; align-items: center; }
.fds-vid-wrap { position: relative; display: inline-block; max-width: 500px; width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,.22); cursor: pointer; }
.fds-feat-img { width: 100%; display: block; border-radius: 16px; transition: opacity .35s ease; }
.fds-feat-vid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 16px; opacity: 0; transition: opacity .35s ease; }
/* Show the video only while it's playing (started via click/tap) */
.fds-vid-wrap.playing .fds-feat-img { opacity: 0; }
.fds-vid-wrap.playing .fds-feat-vid { opacity: 1; }

/* Play / pause button in the bottom-right corner */
.fds-play-btn {
  position: absolute; bottom: 12px; right: 12px;
  width: 46px; height: 46px; border-radius: 50%; border: none; padding: 0;
  background: rgba(0,0,0,.5); cursor: pointer; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
.fds-play-btn:hover { background: rgba(0,0,0,.72); transform: scale(1.07); }
.fds-play-btn svg { width: 20px; height: 20px; fill: #fff; display: block; }
.fds-play-btn .icon-play { margin-left: 2px; }
.fds-play-btn .icon-pause { display: none; }
.fds-play-btn.is-playing .icon-play { display: none; }
.fds-play-btn.is-playing .icon-pause { display: block; }

/* Color circles in teaser */
.fds-color-dots { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; max-width: 130px; flex-shrink: 0; align-content: center; }
.fds-cdot { width: 26px; height: 26px; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.25); }

/* CTA row */
.fds-cta-row { margin-top: clamp(36px, 5vw, 52px); display: flex; align-items: center; flex-wrap: wrap; gap: 6px 18px; }
.fds-cta {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 30px; border-radius: 999px;
  font-size: 15.5px; font-weight: 700; text-decoration: none;
  border: none; cursor: pointer; transition: transform .15s ease;
  font-family: 'Avenir Next','Avenir',sans-serif;
}
.fds-cta:hover { transform: translateY(-2px); }
.fds-cta-plus { background: var(--red); color: white; box-shadow: 0 8px 24px rgba(255,42,58,.30); }
.fds-cta-prem { background: white; color: #1C1517; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.fds-trial-note { font-size: 13px; }
.fds-plus-card .fds-trial-note { color: var(--soft, #9A9A9A); }
.fds-prem-card .fds-trial-note { color: rgba(255,255,255,.45); }
.plan-share-note { font-size: 11.5px; line-height: 1.55; opacity: 0.65; margin: 0 0 14px; padding: 12px 2px 0; border-top: 1px solid currentColor; font-style: italic; }

/* Secondary teaser (colour customisation) */
.fds-teaser {
  margin-top: clamp(32px, 4vw, 48px); display: inline-flex; align-items: center; gap: 24px;
  padding: 20px 24px; border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.14);
}
.fds-teaser-copy .fds-feat-label { color: #FEB3B0; }
.fds-teaser-copy .fds-feat-title { font-size: 17px; }
.fds-teaser-copy .fds-feat-desc { font-size: 14px; color: rgba(255,255,255,.65); }
/* Send Events frame content */
.fds-send-event { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px; width: 100%; }
.fds-se-img { height: 44%; border-radius: 5px; background: rgba(255,255,255,.1); min-height: 30px; }
.fds-se-row { display: flex; align-items: center; gap: 6px; }
.fds-se-dot { width: 7px; height: 7px; border-radius: 50%; background: #FEB3B0; flex-shrink: 0; }
.fds-se-bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,.15); flex: 1; }
.fds-se-bar.se-short { flex: 0 0 42%; }
.fds-soon-pill {
  font-size: 9.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: var(--red); color: white; padding: 2px 8px; border-radius: 6px;
  vertical-align: middle; margin-left: 8px;
}

/* ═══ @MEDIA ≤767px ═══ */
@media (max-width: 767px) {
  .desktop-only { display: none !important; }
  .mobile-only  { display: block !important; }
  body { font-size: 15px; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
  html { font-size: 16px; }
  .hero { padding: 36px 20px 20px;        padding-top: 3rem;
 }
  .hero h1 { font-size: 38px; line-height: 1.1; margin-bottom: 12px; }
  .hero-sub { font-size: 16px; color: var(--mid); margin: 0 auto 20px; line-height: 1.6; max-width: 320px; }
  .hero-reassure { font-size: 12.5px; }
  .plan-card { overflow: hidden; }
  .testi-section { padding: 40px 20px 52px; }
  .testi-section .section-inner { padding: 0; max-width: 100%; }
  .testi-card { flex: 0 0 calc(100vw - 56px); min-width: 0; max-width: 340px; padding: 20px 18px; }
  .compare-section { padding: 40px 16px 52px; }
  .compare-section h2 { font-size: 26px; text-align:center; }
  .faq-section { padding: 40px 20px 52px; }
  .faq-section h2 { font-size: 26px; }
  .faq-q { font-size: 14px; }
  .modal-bg { align-items: center !important; padding: 16px; }
  .modal { border-radius: 20px !important; }
  .footer-main { padding: 36px 20px 24px; }
  .footer-support { flex-direction: column; }
  .footer-support-icon { display: none; }
  .footer-bottom { padding: 16px 20px; }
  .footer-copy { font-size: 12px; margin-bottom: 12px; }
  .footer-nav { flex-wrap: wrap; gap: 12px 20px; }
  .footer-nav a { font-size: 12px; }

  /* FDS mobile */
  .fds-section { padding: 48px 0 60px; }
  .fds-tab-btn { padding: 9px 22px; font-size: 14px; }
  .fds-card { padding: 28px 20px 32px; border-radius: 20px; }
  .fds-row { grid-template-columns: 1fr; gap: 20px; }
  .fds-row.fds-flip .fds-media-wrap { order: 0; }
  .fds-phone { width: clamp(130px, 50vw, 190px); }
  .fds-frame { max-width: 260px; }
  .fds-feat-desc { max-width: none; }
  .fds-teaser { flex-direction: column; }

  /* mobile best-badge */
  .best-badge { font-size:9.5px; padding:3px 10px; top:-1px; border-radius:0 0 10px 10px; box-shadow:none; }
  .plan-card:has(.best-badge) { overflow:hidden; }
  .plan-card:has(.best-badge) .plan-header { border-radius:0; }
}

/* ═══ STACKED CARDS + ACCORDION ═══ */
.fds-cards-stacked { display: flex; flex-direction: column; gap: 32px; }

.fds-hero-video-slot { margin-top: 28px; }
.fds-hero-vid { width: 100%; border-radius: 16px; display: block; aspect-ratio: 16/9; object-fit: cover; }

.fds-expand-btn {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid currentColor; background: transparent;
  cursor: pointer; margin: 24px auto 0;
  opacity: 0.55; transition: opacity .2s ease;
}
.fds-expand-btn:hover { opacity: 1; }
.fds-plus-card .fds-expand-btn { color: var(--red-darker); }
.fds-prem-card .fds-expand-btn { color: white; }
.fds-expand-btn svg { transition: transform .38s cubic-bezier(.4,0,.2,1); display: block; }
.fds-card.fds-expanded .fds-expand-btn svg { transform: rotate(180deg); }

.fds-accordion-body { max-height: none; overflow: visible; }
.fds-accordion-body .fds-rows { margin-top: 48px; }
.fds-accordion-body .fds-cta-row { margin-top: clamp(36px,5vw,52px); }

/* Uniform 16:9 on all FDS feature image/video boxes */
.fds-vid-wrap { aspect-ratio: 16/9; }
.fds-plus-card .fds-vid-wrap { width: 100%; max-width: 500px; }
.fds-feat-img { width: 100%; height: 100%; object-fit: cover; }

/* ═══ FOOTER (matches reference/privacy site) ═══ */
/* Icon font for social glyphs (The-Icon-of / "tio") */
@font-face {
  font-family: 'The-Icon-of';
  src: url('../fonts/the-icon-of.woff2') format('woff2'),
       url('../fonts/the-icon-of.woff') format('woff'),
       url('../fonts/the-icon-of.ttf') format('truetype');
  font-weight: normal; font-style: normal; font-display: block;
}
.tio {
  font-family: 'The-Icon-of' !important;
  speak: none; font-style: normal; font-weight: normal; font-variant: normal;
  text-transform: none; line-height: 1;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tio.facebook:before  { content: "\ec98"; }
.tio.instagram:before { content: "\eca1"; }
.tio.youtube:before   { content: "\ecbd"; }
.tio.linkedin:before  { content: "\eca3"; }

/* ══════════════════════════════════════════════
   FOOTER  (matched exactly to reference/index.html)
   ══════════════════════════════════════════════ */

/* Footer shell */
.sh_footer_email { position: relative; font-family: "figtree", sans-serif; }
.sh_footer_email.c-dark, .sh_footer_email .c-dark { color: #2b2d42 !important; }
.sh_footer_email .padding-t-8 { padding-top: 5rem !important; }
.sh_footer_email.padding-b-8  { padding-bottom: 5rem !important; }
.sh_footer_email .font-s-30 { font-size: 30px !important; }
.sh_footer_email.bg_fitness { background-color: #faf0e6; }

/* Wave at the top of the footer */
.footer-wave-svg { background-color: transparent; display: block; height: 140px; position: relative; top: -1px; width: 100%; }

/* Grid (scoped Bootstrap subset) */
.sh_footer_email .container { max-width: 1140px; margin: 0 auto;  }
.sh_footer_email .row { display: flex; flex-wrap: wrap; }
.sh_footer_email [class*="col-"] { position: relative; width: 100%; padding-left: 15px; padding-right: 15px; }
.sh_footer_email .ml-auto { margin-left: auto; }
.sh_footer_email .mt-auto { margin-top: auto; }
.sh_footer_email .my-auto { margin-top: auto; margin-bottom: auto; }
.sh_footer_email .mb-0 { margin-bottom: 0 !important; }
.sh_footer_email .mr-2 { margin-right: .5rem !important; }
.sh_footer_email .border-0 { border: 0 !important; }
.sh_footer_email .text-center { text-align: center; }

/* Logo + contact text */
.sh_footer_email .media { display: flex; align-items: flex-start; }
.sh_footer_email .media-body { flex: 1; }
.sh_footer_email .email_logo .brand_logo { margin-right: 40px; flex-shrink: 0; }
.sh_footer_email .email_logo .brand_logo img { width: 60px; height: auto; }
.sh_footer_email .email_logo .txt span { color: #2b2d42; margin-bottom: 0; position: relative; font-family: "figtree", sans-serif; font-size: 16px; font-weight: 400; }
.sh_footer_email .email_logo .txt a { display: block; color: #ff2a3a; text-decoration: none; position: relative; font-family: "figtree", sans-serif; font-size: 16px; font-weight: 400; }
.sh_footer_email .email_logo .txt a:hover { color: #2b2d42; }
.sh_footer_email .email_logo .txt h1 { display: block; font-size: 30px; color: #2b2d42; text-decoration: none; }
.sh_footer_email .email_logo .txt h2 { display: block; font-size: 20px; color: #2b2d42; text-decoration: none; }

/* Divider + copyright + bottom nav */
.sh_footer_email .dividar { border-bottom: 1px solid rgba(255, 255, 255, 0.13); margin: 80px 0; }
.sh_footer_email .copyright p { margin-bottom: 0; color: #2b2d42; font-size: 14px; font-weight: 400; }
.sh_footer_email .copyright p a { color: #ffffff; }
.sh_footer_email .nav { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.sh_footer_email .nav.justify-content-md-end { justify-content: flex-end; }
.sh_footer_email .nav .nav-item .nav-link { color: #2b2d42; font-size: 14px; font-weight: 400; padding:.5rem 1rem; transition: 0.3s !important; text-decoration: none; }
.sh_footer_email .nav .nav-item .nav-link:hover { color: #ff2a3a; }

/* Social buttons */
.btn-social {
  width: 50px; height: 50px; border-radius: 50%;
  display: inline-flex; justify-content: center; align-items: center;
  color: #2b2d42; border: 1px solid transparent; transition: 0.35s !important;
  text-decoration: none;
}
.btn-social .tio { font-size: 20px; vertical-align: middle; }
.btn-social.color-facebook  { color: #1877f2; border: 1px solid #1877f2; }
.btn-social.color-instagram { color: #c32aa3; border: 1px solid #c32aa3; }
.btn-social.color-youtube   { color: #ff0000; border: 1px solid #ff0000; }
.btn-social.color-linkedin  { color: #007bb5; border: 1px solid #007bb5; }
.btn-social.color-facebook:hover  { color: #fff; background-color: #1877f2; }
.btn-social.color-instagram:hover { color: #fff; background-color: #c32aa3; }
.btn-social.color-youtube:hover   { color: #fff; background-color: #ff0000; }
.btn-social.color-linkedin:hover  { color: #fff; background-color: #007bb5; }

/* ---- Responsive (mobile-first: md before lg so lg wins on desktop) ---- */
@media (min-width: 768px) {
  .sh_footer_email .col-md-5  { flex: 0 0 41.667%; max-width: 41.667%; }
  .sh_footer_email .col-md-7  { flex: 0 0 58.333%; max-width: 58.333%; }
  .sh_footer_email .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 992px) {
  .sh_footer_email .col-lg-4  { flex: 0 0 33.333%; max-width: 33.333%; }
  .sh_footer_email .col-lg-6  { flex: 0 0 50%; max-width: 50%; }
  .sh_footer_email .col-lg-8  { flex: 0 0 66.667%; max-width: 66.667%; }
  .sh_footer_email .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .sh_footer_email .text-lg-right { text-align: right; }
}
@media (max-width: 991px) {
  .sh_footer_email .email_logo .brand_logo { display: none; }
  .sh_footer_email .email_logo .txt a { font-size: 20px; }
  .sh_footer_email .email_logo .txt h1 { font-size: 30px; }
  .sh_footer_email .email_logo .txt h2 { font-size: 40px; }
  .sh_footer_email .dividar { margin-top: 1.5em; margin-bottom: 1.5em; }
  .social_footer { margin-top: 1.9em !important; margin-bottom: 1.5em !important; text-align: center; }
}
@media (max-width: 767px) {
  .sh_footer_email .media { flex-direction: column; gap: 16px; }
  .sh_footer_email .email_logo .brand_logo { margin-right: 0; }
  .sh_footer_email .email_logo .txt a { font-size: 15px; }
  .sh_footer_email .email_logo .txt h1 { font-size: 25px; }
  .sh_footer_email .email_logo .txt h2 { font-size: 14px; }
  .sh_footer_email .nav.justify-content-md-end { justify-content: flex-start; }
}
