
    :root {
      --bg: #ffffff;
      --surface: rgba(255, 255, 255, 0.9);
      --surface-strong: rgba(255, 255, 255, 0.97);
      --text: #0f172a;
      --muted: #5b667a;
      --line: rgba(15, 23, 42, 0.1);
      --line-strong: rgba(15, 109, 241, 0.22);
      --accent: #0f6df1;
      --accent-deep: #0958c8;
      --shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
      --radius-xl: 9px;
      --radius-lg: 18px;
      --radius-md: 14px;
    }

    * {
      box-sizing: border-box;
    }

    /* ── VIRTUAL INERTIA SCROLL ── */
    html { scroll-behavior: smooth; }
    body { overflow: auto; }

    #lenis-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      overflow: visible;
    }

    #lenis-content {
      min-height: 100%;
      background: #ffffff;
    }

    /* ── FADE-IN ELEMENTS ── */
    .fade-in-element {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.75s cubic-bezier(.22,1,.36,1), transform 0.75s cubic-bezier(.22,1,.36,1);
    }
    .fade-in-element.visible {
      opacity: 1;
      transform: translateY(0);
    }

    html {
      background: var(--bg);
      scroll-behavior: auto;
      scroll-padding-top: 104px;
    }

    body {
      margin: 0;
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      color: var(--text);
      position: relative;
      min-height: 100vh;
      background: #ffffff;
      overflow-x: clip;
    }

    .site-background {
      position: fixed;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
      background: #ffffff;
    }

    .site-background::before,
    .site-background::after {
      content: none;
    }

    nav { position:fixed; top:0; left:0; right:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:0 48px; height:62px; background:rgba(255,255,255,0.96); backdrop-filter:blur(10px); border-bottom:1px solid rgba(14,0,72,0.06); }
.nav-logo img { height:24px; width:auto; object-fit:contain; display:block; }
.nav-links { display:flex; gap:32px; list-style:none; margin:0; padding:0; }
.nav-links a { font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); text-decoration:none; letter-spacing:-0.01em; transition:color .18s; }
.nav-links a:hover { color:#0E0048; }
.nav-right { display:flex; align-items:center; gap:2px; }
.nav-sep { color:#ddd; margin:0 8px; }
.nav-link-btn { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s,color .15s; white-space:nowrap; }
.nav-link-btn:hover { background:rgba(14,0,72,0.04); color:#0E0048; }
.nav-cta { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:500; color:#0D2FAA; cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s; white-space:nowrap; }
.nav-cta:hover { background:rgba(13,47,170,0.06); }
.nav-hamburger { display:none; background:none; border:none; cursor:pointer; padding:8px; flex-direction:column; gap:5px; z-index:101; }
.nav-hamburger span { display:block; width:24px; height:1.5px; background:#0E0048; border-radius:2px; transition:transform .3s,opacity .3s; transform-origin:center; }
.nav-hamburger.is-open span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity:0; }
.nav-hamburger.is-open span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display:none; position:fixed; top:64px; left:0; right:0; background:#fff; border-bottom:1px solid rgba(14,0,72,0.08); z-index:99; flex-direction:column; padding:8px 24px 20px; box-shadow:0 8px 28px rgba(14,0,72,0.10); transform:translateY(-12px); opacity:0; transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .25s ease; pointer-events:none; }
.mobile-menu.is-open { transform:translateY(0); opacity:1; pointer-events:all; }
.mobile-menu a { font-size:15px; font-weight:300; color:#0E0048; text-decoration:none; padding:13px 4px; border-bottom:1px solid rgba(14,0,72,0.05); display:block; }
.mobile-menu .m-cta { margin-top:12px; background:linear-gradient(135deg,#0E0048,#09227C); color:#fff; border:none; border-radius:10px; padding:14px 20px; font-family:'Inter',sans-serif; font-size:14px; font-weight:500; cursor:pointer; width:100%; }


    .pricing-hero {
      position: relative;
      z-index: 1;
      min-height: 100vh;
      padding: 82px 22px 40px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #ffffff;
    }

    @supports (content-visibility: auto) {
      .savings-section,
      .compare-section,
      .pricing-guide-section,
      .pricing-selection-section,
      .pricing-faq-section,
      .tf-site-footer {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
      }
    }

    .pricing-hero::before {
      content: none;
    }

    .pricing-shell {
      position: relative;
      z-index: 1;
      isolation: isolate;
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 34px 34px 36px;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .pricing-shell::before {
      content: "";
      position: absolute;
      inset: -60px -120px -140px;
      background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.88) 0%,
        rgba(255, 255, 255, 0.74) 28%,
        rgba(255, 255, 255, 0.46) 46%,
        rgba(255, 255, 255, 0.16) 64%,
        rgba(255, 255, 255, 0.04) 76%,
        rgba(255, 255, 255, 0) 88%
      );
      pointer-events: none;
      z-index: 0;
    }

    .pricing-shell > * {
      position: relative;
      z-index: 1;
    }

    .top-note {
      width: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
      margin: 0 auto 24px;
      padding: 8px 14px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: #24324f;
    }

    .top-note .dot {
      width: 16px;
      height: 16px;
      border-radius: 999px;
      border: 1px solid rgba(15, 109, 241, 0.24);
      background: rgba(15, 109, 241, 0.08);
      color: var(--accent-deep);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      line-height: 1;
    }

    .hl { color: #1e3ecd; }

    ::selection { background: #22197f !important; color: #ffffff !important; }
  ::-moz-selection { background: #22197f !important; color: #ffffff !important; }

    .pricing-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 auto 28px;
      padding: 7px 16px;
      border: 1px solid rgba(30, 62, 205, 0.18);
      border-radius: 999px;
      background: rgba(30, 62, 205, 0.06);
      font-size: 11.5px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: #1e3ecd;
    }

    .badge-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #1e3ecd;
      opacity: 0.65;
      flex-shrink: 0;
    }

    .pricing-tagline {
      margin: 18px auto 0;
      max-width: 480px;
      font-size: clamp(15px, 1.6vw, 17px);
      font-weight: 400;
      line-height: 1.65;
      color: #4a5568;
      text-align: center;
    }

    .pricing-trust-row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 28px;
      margin: 28px auto 36px;
    }

    .trust-check {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      font-weight: 500;
      color: #374151;
    }

    .trust-check::before {
      content: "✓";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(30, 62, 205, 0.1);
      color: #1e3ecd;
      font-size: 10px;
      font-weight: 700;
      flex-shrink: 0;
    }

    .intro {
      max-width: 700px;
      margin: 0 auto 16px;
      text-align: center;
    }

    .intro h1 {
      margin: 0;
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      font-size: clamp(40px, 5.2vw, 68px);
      line-height: 0.97;
      letter-spacing: -0.05em;
      font-weight: 600;
    }

    .billing-toggle {
      width: fit-content;
      margin: 0 auto 34px;
      padding: 3px;
      display: flex;
      gap: 4px;
      background: rgba(241, 244, 249, 0.98);
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 11px;
      box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
    }

    .billing-option {
      border: 1px solid transparent;
      background: transparent;
      color: #57657d;
      font-family: inherit;
      font-size: 11.5px;
      font-weight: 600;
      line-height: 1;
      padding: 8px 16px;
      border-radius: 8px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .billing-option:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.92);
      border-color: rgba(15, 23, 42, 0.08);
    }

    .billing-option.active {
      background: #ffffff;
      border-color: rgba(13, 47, 170, 0.12);
      color: #15233b;
      box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
    }

    .discount-badge {
      padding: 2px 7px;
      border-radius: 999px;
      border: 1px solid rgba(15, 109, 241, 0.14);
      background: rgba(15, 109, 241, 0.08);
      color: var(--accent-deep);
      font-size: 9.5px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(272px, 320px));
      gap: 18px;
      justify-content: center;
      align-items: start;
    }

    .plan-card {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #ffffff;
      border: 1px solid rgba(15, 23, 42, 0.07);
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04), 0 8px 32px rgba(15, 23, 42, 0.04);
      overflow: hidden;
    }

    .plan-card.featured {
      background: #ffffff;
      border: 1.5px solid rgba(30, 62, 205, 0.28);
      box-shadow: 0 4px 24px rgba(30, 62, 205, 0.08), 0 1px 3px rgba(30, 62, 205, 0.06);
      transform: translateY(-4px);
    }

    .plan-card.featured .plan-top h2 {
      color: #1e3ecd;
    }

    .plan-trace {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
    }

    .plan-trace.is-ready {
      opacity: 1;
    }

    .plan-trace svg {
      display: block;
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    .plan-trace-line {
      fill: none;
      stroke: rgba(9, 88, 200, 0.72);
      stroke-width: 2.4;
      stroke-linecap: butt;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
      shape-rendering: geometricPrecision;
    }

    .plan-trace-mask-line {
      fill: none;
      stroke: #ffffff;
      stroke-width: 8.6;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
      shape-rendering: geometricPrecision;
    }

    .plan-top {
      padding: 28px 28px 22px;
      min-height: 210px;
    }

    .plan-top h2 {
      margin: 0;
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      font-size: 18px;
      line-height: 1.08;
      letter-spacing: -0.03em;
      font-weight: 600;
    }

    .plan-badge {
      float: right;
      margin-top: -3px;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(15, 109, 241, 0.14);
      background: rgba(15, 109, 241, 0.08);
      color: var(--accent-deep);
      font-size: 9px;
      font-weight: 500;
      letter-spacing: 0.02em;
      text-transform: none;
    }

    .plan-subtitle {
      margin: 10px 0 22px;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 500;
      color: var(--muted);
    }

    .price-row {
      display: flex;
      align-items: flex-end;
      gap: 8px;
      margin-bottom: 22px;
    }

    .price {
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      font-size: 22px;
      line-height: 1;
      letter-spacing: -0.04em;
      font-weight: 600;
    }

    .price-suffix {
      font-size: 10px;
      font-weight: 500;
      color: #52607a;
    }

    .plan-button {
      width: fit-content;
      max-width: 100%;
      min-width: 168px;
      min-height: 42px;
      padding: 0 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      border: 1px solid rgba(13, 47, 170, 0.15);
      border-radius: 8px;
      background: #0d2faa;
      color: #ffffff;
      text-decoration: none;
      font-size: 12.5px;
      font-weight: 500;
      letter-spacing: 0.01em;
      box-shadow: 0 10px 22px rgba(13, 47, 170, 0.12);
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    }

    .plan-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(13, 47, 170, 0.14);
      background: #1039b4;
    }

    .featured .plan-button {
      border-color: rgba(30, 62, 205, 0.18);
      background: #3b6de8;
      box-shadow: 0 12px 24px rgba(59, 109, 232, 0.22);
    }

    .featured .plan-button:hover {
      background: #4a7aee;
      box-shadow: 0 14px 28px rgba(59, 109, 232, 0.28);
    }

    .plan-bottom {
      flex: 1;
      padding: 20px 28px 28px;
      border-top: 1px solid rgba(15, 32, 72, 0.05);
      background: rgba(249, 250, 252, 0.55);
    }

    .section-title {
      margin: 0 0 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 11px;
      font-weight: 700;
      color: #24324f;
      text-transform: none;
      letter-spacing: 0.02em;
    }

    .section-title::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.03) 100%);
    }

    .feature-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .feature-list + .section-title {
      margin-top: 26px;
    }

    .feature-list li {
      position: relative;
      padding-left: 26px;
      font-size: 12.5px;
      line-height: 1.45;
      font-weight: 500;
      color: #1d2939;
      white-space: nowrap;
    }

    .feature-list li::before {
      content: "\2713";
      position: absolute;
      left: 0;
      top: 1px;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: rgba(15, 109, 241, 0.1);
      color: var(--accent-deep);
      font-size: 10px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .feature-list .muted {
      color: #7a8699;
    }

    .savings-section {
      position: relative;
      z-index: 1;
      margin-top: -64px;
      padding: 82px 20px 44px;
      background: #ffffff;
      overflow: hidden;
    }

    .savings-shell {
      position: relative;
      z-index: 1;
      max-width: 1180px;
      margin: 0 auto;
    }

    .savings-intro {
      max-width: 700px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .savings-kicker {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 20px;
      padding: 7px 14px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #495972;
    }

    .savings-kicker::before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0f6df1;
      box-shadow: 0 0 0 3px rgba(15, 109, 241, 0.08);
    }

    .savings-intro h2 {
      margin: 0;
      font-size: clamp(28px, 3.2vw, 46px);
      line-height: 1.05;
      letter-spacing: -0.045em;
      font-weight: 600;
    }

    .savings-title-line {
      display: block;
      white-space: nowrap;
    }

    .savings-card {
      position: relative;
      max-width: 680px;
      margin: 0 auto;
      padding: 40px 48px 38px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.03);
      overflow: hidden;
    }

    .savings-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, rgba(15, 109, 241, 0) 0%, rgba(15, 109, 241, 0.34) 50%, rgba(15, 109, 241, 0) 100%);
      pointer-events: none;
    }

    .savings-card::after {
      content: "";
      position: absolute;
      inset: 7px;
      border: 1px solid rgba(255, 255, 255, 0.82);
      border-radius: 8px;
      pointer-events: none;
    }

    .calculator-controls,
    .calculator-summary,
    .savings-highlight,
    .plan-switch {
      position: relative;
      z-index: 1;
    }

    .calculator-controls {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      margin-bottom: 24px;
    }

    .range-group {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .range-group + .range-group {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .range-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 5px;
    }

    .range-header label {
      font-size: 11.5px;
      line-height: 1.3;
      font-weight: 500;
      color: #1e2b40;
    }

    .range-header output {
      flex-shrink: 0;
      font-size: clamp(15px, 1.55vw, 18px);
      line-height: 1;
      letter-spacing: -0.02em;
      font-weight: 500;
      color: #24324f;
    }

    .calculator-range {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 4px;
      margin: 0;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(15, 109, 241, 0.92) 0%, rgba(15, 109, 241, 0.92) var(--range-progress, 50%), rgba(15, 23, 42, 0.07) var(--range-progress, 50%), rgba(15, 23, 42, 0.07) 100%);
      outline: none;
      cursor: pointer;
    }

    .calculator-range::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 10px;
      height: 10px;
      border: 1px solid rgba(15, 109, 241, 0.95);
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 1px 4px rgba(15, 109, 241, 0.12);
    }

    .calculator-range::-moz-range-track {
      height: 4px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.07);
    }

    .calculator-range::-moz-range-progress {
      height: 4px;
      border-radius: 999px;
      background: rgba(15, 109, 241, 0.92);
    }

    .calculator-range::-moz-range-thumb {
      width: 10px;
      height: 10px;
      border: 1px solid rgba(15, 109, 241, 0.95);
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 1px 4px rgba(15, 109, 241, 0.12);
      cursor: pointer;
    }

    .calculator-summary {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 12px;
    }

    .metric-card {
      padding: 16px 16px 15px;
      border: 1px solid rgba(15, 23, 42, 0.07);
      border-radius: 10px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 250, 252, 0.86) 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .metric-label {
      display: block;
      font-size: 8.5px;
      font-weight: 600;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: #6c788c;
    }

    .metric-value {
      display: block;
      margin-top: 6px;
      font-size: clamp(15px, 1.6vw, 18px);
      line-height: 1;
      letter-spacing: -0.02em;
      font-weight: 500;
      color: #18253b;
    }

    .savings-highlight {
      margin-bottom: 16px;
      padding: 22px 20px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 10px;
      background: linear-gradient(135deg, rgba(250, 251, 253, 0.98) 0%, rgba(244, 247, 252, 0.96) 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
      text-align: center;
    }

    .savings-label {
      display: block;
      font-size: 9.5px;
      line-height: 1.3;
      font-weight: 500;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: #5b687f;
    }

    .savings-value {
      display: block;
      margin-top: 6px;
      font-size: clamp(22px, 2.9vw, 27px);
      line-height: 0.94;
      letter-spacing: -0.04em;
      font-weight: 600;
      color: #0d5fcf;
    }

    .plan-switch {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 10px;
    }

    .plan-chip {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid rgba(15, 23, 42, 0.07);
      border-radius: 10px;
      background: rgba(248, 250, 253, 0.98);
      color: #0f172a;
      font-family: inherit;
      text-align: center;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
      position: relative;
      overflow: hidden;
    }

    .plan-chip::before {
      content: "";
      position: absolute;
      top: 0;
      left: 18%;
      width: 64%;
      height: 1px;
      background: linear-gradient(90deg, rgba(15, 109, 241, 0) 0%, rgba(15, 109, 241, 0.6) 50%, rgba(15, 109, 241, 0) 100%);
      opacity: 0;
      transition: opacity 0.24s ease;
    }

    .plan-chip:hover {
      transform: translateY(-1px);
      border-color: rgba(13, 47, 170, 0.12);
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    }

    .plan-chip.active {
      border-color: rgba(15, 109, 241, 0.18);
      background: rgba(243, 247, 255, 0.98);
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
      transform: translateY(-1px);
    }

    .plan-chip.active::before {
      opacity: 1;
    }

    .plan-chip-name {
      display: block;
      font-size: 11.5px;
      line-height: 1.15;
      font-weight: 600;
      color: #1a273c;
    }

    .plan-chip.active .plan-chip-name {
      color: #10284c;
    }

    .plan-chip-price {
      display: block;
      margin-top: 3px;
      font-size: 8.5px;
      line-height: 1.3;
      font-weight: 500;
      color: #6a778e;
    }

    .calculator-note {
      position: relative;
      z-index: 1;
      max-width: 520px;
      margin: 16px auto 0;
      padding: 0 8px;
      font-size: 9.5px;
      line-height: 1.45;
      font-weight: 500;
      color: #7c8798;
      text-align: center;
      white-space: pre-line;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
    }

    .compare-section {
      position: relative;
      z-index: 1;
      padding: 76px 14px 98px;
      background: #ffffff;
    }

    .compare-shell {
      max-width: 1120px;
      margin: 0 auto;
    }

    .compare-intro {
      max-width: 700px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      margin: 0 auto 40px;
      text-align: center;
    }

    .compare-kicker {
      width: fit-content;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
      margin-bottom: 0;
      padding: 8px 14px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.02em;
      text-transform: none;
      color: #24324f;
    }

    .compare-kicker::before {
      content: "\2726";
      width: 16px;
      height: 16px;
      border-radius: 999px;
      border: 1px solid rgba(15, 109, 241, 0.24);
      background: rgba(15, 109, 241, 0.08);
      color: var(--accent-deep);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
    }

    .compare-intro h2 {
      margin: 0;
      font-size: clamp(32px, 3.5vw, 48px);
      line-height: 0.98;
      letter-spacing: -0.055em;
      font-weight: 600;
    }

    .compare-intro p {
      margin: 0 auto;
      max-width: 700px;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 300;
      color: #5b6475;
      text-wrap: balance;
    }

    .compare-scroll {
      overflow: visible;
      padding-bottom: 0;
    }

    .compare-rail {
      min-width: 0;
      width: 100%;
    }

    .compare-head {
      display: grid;
      grid-template-columns: minmax(0, 1.545fr) repeat(3, minmax(0, 1fr));
      gap: 0;
      align-items: stretch;
      width: 100%;
      margin: 0;
      position: relative;
      top: auto;
      z-index: 6;
      padding: 0;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-bottom: 0;
      border-radius: 8px 8px 0 0;
      background: #ffffff;
      box-shadow: none;
      overflow: hidden;
    }

    .compare-head-spacer {
      border-right: 1px solid rgba(15, 23, 42, 0.08);
      background: transparent;
    }

    .compare-plan-panel {
      position: relative;
      display: flex;
      flex-direction: column;
      text-align: center;
      min-height: 150px;
      min-width: 0;
      padding: 20px 18px 14px;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
      overflow: hidden;
    }

    .compare-plan-panel + .compare-plan-panel {
      border-left: 1px solid rgba(15, 23, 42, 0.08);
    }

    .compare-plan-panel::after {
      content: none;
    }

    .compare-plan-panel.featured {
      border-color: rgba(15, 23, 42, 0.08);
      background: transparent;
      box-shadow: none;
    }

    .compare-plan-panel.featured::before {
      content: none;
    }

    .compare-plan-title-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 2px;
      min-height: 28px;
    }

    .compare-plan-badge {
      width: fit-content;
      margin: 0;
      padding: 4px 9px;
      border-radius: 999px;
      border: 1px solid rgba(15, 23, 42, 0.1);
      background: rgba(255, 255, 255, 0.68);
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #42506a;
    }

    .compare-plan-name {
      margin: 0;
      font-size: 20px;
      line-height: 1;
      letter-spacing: -0.04em;
      font-weight: 600;
      color: #10192b;
    }

    .compare-plan-price {
      display: block;
      margin-top: 10px;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 500;
      text-align: center;
      color: #44536b;
    }

    .compare-plan-note {
      display: none;
    }

    .compare-plan-button {
      width: fit-content;
      max-width: 100%;
      min-width: 160px;
      min-height: 42px;
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      padding: 0 22px;
      border: 1px solid rgba(13, 47, 170, 0.15);
      border-radius: 7px;
      background: #0d2faa;
      color: #ffffff;
      text-decoration: none;
      font-size: 12.5px;
      font-weight: 500;
      letter-spacing: 0.01em;
      box-shadow: 0 10px 22px rgba(13, 47, 170, 0.12);
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    }

    .compare-plan-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(13, 47, 170, 0.14);
      background: #1039b4;
    }

    .compare-plan-panel.featured .compare-plan-name {
      color: #1e3ecd;
    }

    .compare-plan-panel.featured .compare-plan-button {
      border-color: rgba(13, 47, 170, 0.2);
      background: #3b6de8;
      box-shadow: 0 12px 24px rgba(13, 47, 170, 0.14);
    }

    .compare-block {
      position: relative;
      margin-top: 12px;
      padding: 20px 18px 8px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: none;
      overflow: hidden;
    }

    .compare-block::before {
      content: none;
    }

    .compare-head + .compare-block {
      margin-top: 0;
      padding-top: 20px;
      border-top: 0;
      border-radius: 0 0 8px 8px;
    }

    .compare-block h3 {
      margin: 0 0 10px;
      width: 34%;
      padding: 0 10px;
      font-size: 18px;
      line-height: 1.12;
      letter-spacing: -0.03em;
      font-weight: 600;
      color: #142034;
    }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .compare-table .compare-feature-col {
      width: 34%;
    }

    .compare-table .compare-plan-col {
      width: 22%;
    }

    .compare-table th,
    .compare-table td {
      padding: 14px 10px;
      border-bottom: 1px solid rgba(15, 32, 72, 0.1);
      vertical-align: middle;
    }

    .compare-table tr:last-child th,
    .compare-table tr:last-child td {
      border-bottom: 0;
    }

    .compare-table th {
      text-align: left;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 500;
      color: #24314a;
    }

    .compare-table td {
      text-align: center;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 500;
      color: #1a263b;
    }

    .nav-link-btn:focus-visible,
    .nav-cta:focus-visible,
    .mobile-menu .m-cta:focus-visible,
    .billing-option:focus-visible,
    .plan-button:focus-visible,
    .plan-chip:focus-visible,
    .compare-plan-button:focus-visible {
      outline: 2px solid rgba(13, 47, 170, 0.22);
      outline-offset: 2px;
    }

    .compare-table td span {
      display: inline-block;
    }

    .compare-check {
      color: var(--accent);
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
    }

    .compare-cross {
      color: #a5afbf;
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
    }

    .compare-strong {
      font-weight: 600;
      color: #101c30;
    }

    .compare-soft {
      color: #6b788d;
    }

    /* motion-ready animations removed for scroll performance */

    @media (prefers-reduced-motion: reduce) {
      .plan-trace {
        display: none;
      }

      .plan-chip,
      .savings-intro,
      .savings-card,
      .calculator-note,
      .savings-card > .calculator-controls,
      .savings-card > .calculator-summary,
      .savings-card > .savings-highlight,
      .savings-card > .plan-switch {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
      }
    }

    @media (max-width: 768px) {
      nav { padding:0 20px; height:40px; }
      .nav-logo img { height:18px; }
      .nav-links, .nav-right { display:none; }
      .nav-hamburger { display:flex; }
      .mobile-menu { display:flex; top:40px; }
    }

    @media (max-width: 700px) {
      /* Remove horizontal scroll — stack vertically instead */
      .compare-scroll { overflow: visible !important; }
      .compare-rail { min-width: 0 !important; width: 100% !important; }

      /* Hide the sticky plan-header row (plan name + price + button) */
      .compare-head { display: none !important; }

      /* Plan CTA bar shown above compare blocks on mobile */
      #compareMobilePlans {
        display: flex !important;
        gap: 8px !important;
        margin-bottom: 16px !important;
      }

      /* Block-level table layout */
      .compare-table,
      .compare-table tbody { display: block !important; }
      .compare-table colgroup { display: none !important; }

      .compare-table tr {
        display: block !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15,23,42,0.08) !important;
      }
      .compare-table tr:last-child { border-bottom: 0 !important; }

      .compare-table th {
        display: block !important;
        padding: 0 0 8px !important;
        border: none !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #1a273c !important;
        white-space: normal !important;
      }

      .compare-table td {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 4px 4px !important;
        border: none !important;
        text-align: right !important;
        font-size: 13px !important;
        background: transparent !important;
      }

      /* Plan label before each value */
      .compare-table td::before {
        font-size: 11.5px !important;
        font-weight: 500 !important;
        color: #8a96aa !important;
        flex-shrink: 0 !important;
        margin-right: 8px !important;
      }
      .compare-table td:nth-child(2)::before { content: "Basis"; }
      .compare-table td:nth-child(3)::before { content: "Erweitert"; }
      .compare-table td:nth-child(4)::before { content: "Individuell"; }

      /* Alternate row tint for readability */
      .compare-table tr:nth-child(even) td { background: rgba(248,250,253,0.7) !important; }

      .compare-block { padding: 20px 16px 8px !important; border-radius: 8px !important; }
      .compare-block h3 { width: 100% !important; font-size: 15px !important; padding: 0 0 4px !important; margin-bottom: 6px !important; }

      .compare-section { padding: 48px 14px 72px !important; }
    }

    @media (max-width: 980px) {
      .pricing-guide-grid,
      .pricing-selection-grid,
      .pricing-faq-grid,
      .pricing-link-grid { grid-template-columns: 1fr; }
      .pricing-hero {
        min-height: auto;
        padding: 56px 14px 18px;
        display: block;
      }

      .pricing-shell {
        padding: 24px 18px 22px;
        border-radius: 0;
      }

      .pricing-grid {
        grid-template-columns: 1fr;
        justify-content: stretch;
      }

     .feature-list li {
        white-space: normal;
      }

      .plan-top {
        min-height: auto;
      }

      .savings-section {
        margin-top: -28px;
        padding: 42px 14px 44px;
      }

      .savings-card {
        padding: 16px 13px;
        border-radius: 12px;
      }

      .compare-section {
        padding: 64px 14px 84px;
      }

      .compare-intro {
        gap: 16px;
        margin-bottom: 30px;
      }

      .compare-scroll {
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: visible;
      }

      .compare-rail {
        min-width: 940px;
        width: auto;
      }

      .compare-head {
        gap: 0;
        margin-bottom: 0;
        top: 64px;
        padding: 0;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        background: #ffffff;
        box-shadow: none;
        overflow: hidden;
      }

      .compare-plan-panel {
        min-height: 144px;
        padding: 18px 16px 14px;
        border: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
      }

      .compare-head + .compare-block {
        margin-top: 0;
        padding-top: 18px;
        border-top: 0;
        border-radius: 0 0 8px 8px;
      }

      .compare-block {
        padding: 18px 16px 8px;
        border-radius: 8px;
      }

      .range-group {
        padding: 0;
      }

      .range-group + .range-group {
        margin-top: 10px;
        padding-top: 10px;
      }

      .calculator-controls {
        grid-template-columns: 1fr;
      }

      .calculator-summary,
      .plan-switch {
        gap: 8px;
      }

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

      .calculator-summary,
      .plan-switch {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      .savings-intro h2 {
        font-size: 23px;
      }

      .compare-section {
        padding: 60px 14px 82px;
      }

      .compare-intro h2 {
        font-size: 30px;
      }

      .compare-intro p {
        font-size: 13px;
      }

      .compare-plan-name {
        font-size: 19px;
      }

      .compare-table th,
      .compare-table td {
        padding: 13px 9px;
      }

      .savings-highlight {
        padding: 16px 14px;
      }

      .plan-chip {
        padding: 12px;
      }

      .plan-button {
        width: 100%;
      }
    }



    .pricing-guide-section,
    .pricing-selection-section,
    .pricing-faq-section {
      position: relative;
      z-index: 1;
      padding: 80px 14px 136px;
      background: #ffffff;
    }

    .pricing-guide-shell {
      max-width: 1120px;
      margin: 0 auto;
    }

    .pricing-guide-intro {
      max-width: 680px;
      margin: 0 auto 64px;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .pricing-guide-intro--compact {
      margin-bottom: 52px;
    }

    .pricing-guide-kicker,
    .pricing-link-kicker {
      width: fit-content;
      align-self: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 5px 12px;
      border-radius: 999px;
      background: rgba(30, 62, 205, 0.05);
      border: 1px solid rgba(30, 62, 205, 0.14);
      color: #1e3ecd;
      font-size: 10.5px;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .pricing-guide-intro h2 {
      margin: 0;
      font-size: clamp(26px, 2.8vw, 38px);
      line-height: 1.1;
      letter-spacing: -0.04em;
      font-weight: 600;
      color: #0d1526;
    }

    .pricing-guide-intro p,
    .pricing-guide-note {
      margin: 0;
      font-size: 13.5px;
      line-height: 1.8;
      color: #64718a;
      font-weight: 300;
    }

    .pricing-guide-grid,
    .pricing-selection-grid,
    .pricing-faq-grid,
    .pricing-link-grid {
      display: grid;
    }

    .pricing-guide-grid,
    .pricing-selection-grid,
    .pricing-faq-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .pricing-link-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 24px;
    }

    .pricing-guide-card {
      background: #ffffff;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-left: 3px solid rgba(30, 62, 205, 0.2);
      border-radius: 5px;
      box-shadow: none;
      padding: 32px 28px 30px;
      transition: border-left-color 0.2s ease;
    }

    .pricing-guide-card:hover {
      border-left-color: rgba(30, 62, 205, 0.5);
    }

    .pricing-link-card {
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-top: 2px solid rgba(30, 62, 205, 0.14);
      border-radius: 5px;
      background: #ffffff;
      box-shadow: none;
      padding: 26px 24px 24px;
      text-decoration: none;
      color: inherit;
      transition: border-top-color 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
    }

    .pricing-link-card:hover {
      border-top-color: rgba(30, 62, 205, 0.45);
      box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
    }

    .pricing-guide-card h3,
    .pricing-link-card h3 {
      margin: 0 0 14px;
      font-size: 14.5px;
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 600;
      color: #0e1a30;
    }

    .pricing-guide-card p,
    .pricing-link-card p {
      margin: 0;
      font-size: 13.5px;
      line-height: 1.85;
      color: #5e6e87;
      font-weight: 300;
    }

    .pricing-guide-card a,
    .pricing-guide-note a {
      color: var(--accent-deep);
      text-decoration: none;
    }

    .pricing-guide-card a:hover,
    .pricing-guide-note a:hover {
      text-decoration: underline;
    }

    .pricing-guide-note {
      max-width: 860px;
      margin: 28px auto 0;
      text-align: center;
    }

    .pricing-link-card .pricing-link-kicker {
      margin-bottom: 14px;
      align-self: flex-start;
    }


    .tf-site-footer *,
  .tf-site-footer *::before,
  .tf-site-footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .tf-site-footer {
    background: #0a0f1e;
    width: 100%;
    padding: 64px 80px calc(24px + env(safe-area-inset-bottom, 0px));
    position: relative;
    overflow: hidden;
    margin-top: -3px;
    margin-bottom: 0;
  }
.tf-site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 24px;
    background: #0a0f1e;
    pointer-events: none;
    z-index: 2;
  }
.tf-site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 6px;
    background: #0a0f1e;
    pointer-events: none;
    z-index: 2;
  }

.tf-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

:root {
  --telfo-content-max: 1320px;
  --telfo-content-gutter: clamp(20px, 3vw, 36px);
}

.tf-footer-inner {
  width: min(var(--telfo-content-max), calc(100% - (var(--telfo-content-gutter) * 2)));
}

  .tf-footer-top {
    display: grid;
    grid-template-columns: 320px 1fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  /* Logo: white text on same dark bg */
  .tf-footer-logo-wrap {
    margin-bottom: 16px;
  }

  .tf-footer-logo-img {
    height: 38px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
  }

  .tf-footer-brand-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
    font-weight: 300;
    letter-spacing: 0.01em;
  }

  .tf-footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 28px;
  }

  .tf-footer-contact-info a {
    font-size: 13.5px;
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    transition: color 0.2s;
  }

  .tf-footer-contact-info a:hover { color: rgba(255,255,255,0.85); }

  .tf-footer-social-row {
    display: flex;
    gap: 8px;
  }

  .tf-footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
  }

  .tf-footer-social-btn:hover {
    background: rgba(59,130,246,0.2);
    border-color: rgba(59,130,246,0.4);
    transform: translateY(-1px);
  }

  .tf-footer-social-btn svg {
    width: 15px; height: 15px;
    fill: rgba(255,255,255,0.6);
  }

  .tf-footer-social-btn:hover svg { fill: rgba(255,255,255,0.9); }

  .tf-footer-nav-col h5 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 20px;
  }

  .tf-footer-nav-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .tf-footer-nav-col ul li {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tf-footer-nav-col ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    transition: color 0.18s;
  }

  .tf-footer-nav-col ul li a:hover { color: rgba(255,255,255,0.9); }

  .tf-footer-badge-hiring {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #1d4ed8;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
  }

  /* Trust bar */
  .tf-footer-trust-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .tf-footer-avatar-stack {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .tf-footer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2.5px solid #0a0f1e;
    margin-left: -10px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }

  .tf-footer-avatar:first-child { margin-left: 0; }

  .tf-footer-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* zoom in to show face: shift upward slightly */
    object-position: center 15%;
    transform: scale(1.4);
    transform-origin: center 25%;
  }

  .tf-footer-trust-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .tf-footer-trust-count {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    letter-spacing: -0.02em;
  }

  .tf-footer-trust-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255,255,255,0.7);
  }

  .tf-footer-stars { color: #fbbf24; letter-spacing: 1px; }

  .tf-footer-trust-links a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
  }

  .tf-footer-trust-links a:hover { color: #93c5fd; text-decoration: underline; }

  /* Bottom */
  .tf-footer-bottom {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .tf-footer-copyright {
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
  }

  .tf-footer-bottom-links {
    display: flex;
    gap: 20px;
  }

  .tf-footer-bottom-links a {
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.18s;
  }

  .tf-footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }

  .tf-footer-compliance-badges {
    display: flex;
    gap: 10px;
  }

  .tf-footer-compliance-badge {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 4px 10px;
    border-radius: 100px;
  }

  /* ═══ FOOTER TABLET ═══ */
  @media (min-width: 769px) and (max-width: 1024px) {
    .tf-site-footer { padding: 48px 40px calc(24px + env(safe-area-inset-bottom, 0px)); }
    .tf-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  }

  /* ═══ FOOTER MOBILE ═══ */
  @media (max-width: 768px) {
    .tf-site-footer { padding: 40px 20px calc(24px + env(safe-area-inset-bottom, 0px)); }
    .tf-footer-top { grid-template-columns: 1fr; gap: 32px; }
    .tf-footer-trust-bar { flex-wrap: wrap; }
    .tf-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .tf-footer-bottom-links { flex-wrap: wrap; gap: 12px; }
    .tf-footer-compliance-badges { flex-wrap: wrap; }
  }



  
