:root {
    --orange: #c31f1f;
    --orange-light: #c31f1f59;
    --orange-xlight: #FFF1EB;
    --orange-mid: #FFD4C2;
    --dark: #111111;
    --dark-2: #1C1C1C;
    --text: #111111;
    --text-2: #444444;
    --text-3: #777777;
    --text-4: #AAAAAA;
    --border: #E8E8E8;
    --border-2: #F0F0F0;
    --surface: #F7F7F5;
    --surface-2: #FFFFFF;
    --green: #16A34A;
    --green-bg: #F0FDF4;
    --green-border: #BBF7D0;
    --red: #DC2626;
    --red-bg: #FEF2F2;
    --red-border: #FECACA;
    --yellow: #D97706;
    --yellow-bg: #FFFBEB;
    --font-display: 'Fraunces', serif;
    --font-body: 'DM Sans', sans-serif;
    --r: 14px;
    --r-lg: 22px;
    --r-xl: 32px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow: 0 4px 16px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.05);
    --shadow-xl: 0 24px 64px rgba(0,0,0,0.12), 0 8px 24px rgba(0,0,0,0.06);
  }
  
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: #fff;
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .btn-ghost {
    background: transparent; color: var(--text-2);
    border: 1.5px solid var(--border);
    padding: 0.5rem 1.15rem; border-radius: 8px;
    font-family: var(--font-body); font-size: 0.88rem; font-weight: 500;
    cursor: pointer; text-decoration: none; transition: all 0.18s;
  }
  .btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
  .btn-cta {
    background: var(--orange); color: #fff; border: none;
    padding: 0.55rem 1.3rem; border-radius: 8px;
    font-family: var(--font-body); font-size: 0.88rem; font-weight: 600;
    cursor: pointer; text-decoration: none; transition: all 0.18s;
  }
  .btn-cta:hover { background: var(--orange-light); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,107,53,0.35); }
  
  /* ── LAYOUT ── */
  .container { max-width: 1120px !important; margin: 0 auto; padding: 0 1.5rem !important; }
  section { padding: 5rem 0 !important; }
  .text-center { text-align: center; }
  
  /* ── ALERT BANNER ── */
  .alert-strip {
    background: linear-gradient(90deg, #7C1B00 0%, #B82A00 50%, #7C1B00 100%);
    padding: 0.65rem 1.5rem;
    text-align: center;
    font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
    color: #fff; letter-spacing: 0.01em;
  }
  .alert-strip a { color: #FFD0BB; text-underline-offset: 3px; }
  
  /* ── SECTION LABELS ── */
  .label {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: #c31f1f14;
    border: 1px solid #c31f1f59;
    color: var(--orange); padding: 0.3rem 0.85rem;
    border-radius: 100px; font-size: 0.75rem; font-weight: 700;
    font-family: var(--font-body); letter-spacing: 0.07em; text-transform: uppercase;
    margin-bottom: 1.1rem;
  }
  .section-h {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    font-weight: 700; line-height: 1.12; margin-bottom: 1rem; color: var(--dark);
  }
  .section-h em { font-style: italic; color: var(--orange); }
  .section-sub {
    font-size: 1.05rem; color: var(--text-2);
    max-width: 580px; line-height: 1.72;
  }
  .text-center .section-sub { margin: 0 auto; }
  
  /* ── HERO ── */
  .hero {
    padding: 3.5rem 0 !important;
    background: #fff;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--orange), #FFB547);
  }
  .hero-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: #FEF2F2; border: 1px solid #FECACA;
    color: var(--red); padding: 0.35rem 0.9rem;
    border-radius: 100px; font-size: 0.78rem; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.4rem;
    animation: fadeUp 0.5s ease both;
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 4.5vw, 3.6rem);
    font-weight: 700; line-height: 1.08; margin-bottom: 1.4rem;
    color: var(--dark); animation: fadeUp 0.5s ease 0.08s both;
  }
  .hero h1 .strike {
    text-decoration: line-through;
    text-decoration-color: var(--red);
    text-decoration-thickness: 3px;
    color: var(--text-3);
  }
  .hero h1 em { font-style: italic; color: var(--orange); }
  .hero-sub {
    font-size: 1.08rem; color: var(--text-2);
    max-width: 500px; margin-bottom: 2.2rem; line-height: 1.75;
    animation: fadeUp 0.5s ease 0.16s both;
  }
  .hero-actions {
    display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2rem;
    animation: fadeUp 0.5s ease 0.24s both;
  }
  .btn-hero {
    background: var(--orange); color: #fff; border: none;
    padding: 0.85rem 1.9rem; border-radius: 10px;
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s;
    display: inline-flex; align-items: center; gap: 0.45rem;
  }
  .btn-hero:hover { background: var(--orange); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,107,53,0.38); }
  .btn-hero-out {
    background: transparent; color: var(--text);
    border: 1.5px solid var(--border);
    padding: 0.85rem 1.9rem; border-radius: 10px;
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 600;
    cursor: pointer; text-decoration: none; transition: all 0.2s;
  }
  .btn-hero-out:hover { border-color: var(--orange); color: var(--orange); }
  .hero-trust {
    display: flex; flex-wrap: wrap; gap: 1.25rem;
    animation: fadeUp 0.5s ease 0.32s both;
  }
  .trust-pill {
    display: flex; align-items: center; gap: 0.45rem;
    font-size: 0.83rem; color: var(--text-3);
  }
  .trust-pill .dot { color: var(--green); font-size: 1rem; font-weight: 700; }
  
  /* ── HERO PHONE MOCKUP ── */
  .hero-visual {
    display: flex; justify-content: center; align-items: center;
    animation: fadeUp 0.6s ease 0.2s both;
    position: relative;
  }
  .phone-wrap {
    position: relative; width: 280px;
  }
  .phone-outer {
    width: 100%;
    background: var(--dark-2);
    border-radius: 40px;
    padding: 14px;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(0,0,0,0.08);
    position: relative; z-index: 2;
  }
  .phone-screen {
    border-radius: 28px;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 9/19.5;
    position: relative;
  }
  
  /* ── URGENCY BOX ── */
  .urgency-box {
    background: var(--red-bg); border: 1px solid var(--red-border);
    border-radius: var(--r); padding: 1rem 1.4rem;
    display: flex; align-items: flex-start; gap: 0.9rem;
    margin-bottom: 2rem;
  }
  .urgency-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.05rem; }
  .urgency-text strong { display: block; color: var(--red); font-family: var(--font-body); font-weight: 700; font-size: 0.92rem; margin-bottom: 0.2rem; }
  .urgency-text span { font-size: 0.84rem; color: var(--text-2); line-height: 1.5; }
  
  /* ── STATS BAR ── */
  .stats-bar {
    background: var(--dark); padding: 2.5rem 0;
  }
  .stats-inner {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; text-align: center;
  }
  .stat-item { padding: 1rem; position: relative; }
  .stat-item + .stat-item::before {
    content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
    width: 1px; background: rgba(255,255,255,0.1);
  }
  .stat-num {
    font-family: var(--font-display); font-size: 2.4rem; font-weight: 700;
    color: var(--orange); line-height: 1; margin-bottom: 0.35rem;
  }
  .stat-label { font-size: 0.83rem; color: rgba(255,255,255,0.5); line-height: 1.4; }
  
  /* ── VS SECTION ── */
  .vs-section { background: var(--surface); padding: 5rem 0; }
  .vs-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 2.5rem;
    display: grid; grid-template-columns: 1fr 64px 1fr;
    gap: 1.5rem; align-items: stretch;
    box-shadow: var(--shadow-lg);
    margin-top: 3rem;
  }
  .vs-platform {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 1.75rem;
  }
  .vs-platform.ishopo-side {
    background: #fff9f6;
    border: 2px solid #c31f1f59;
  }
  .vs-name {
    font-family: var(--font-display); font-size: 1.25rem; font-weight: 700;
    margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.6rem;
    color: var(--dark);
  }
  .vs-name .win-badge {
    background: var(--orange); color: #fff;
    font-family: var(--font-body); font-size: 0.62rem; font-weight: 700;
    padding: 0.2rem 0.55rem; border-radius: 5px; letter-spacing: 0.06em;
  }
  .vs-name .disc-badge {
    background: var(--red-bg); color: var(--red);
    border: 1px solid var(--red-border);
    font-family: var(--font-body); font-size: 0.62rem; font-weight: 700;
    padding: 0.2rem 0.55rem; border-radius: 5px; letter-spacing: 0.06em;
  }
  .vs-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.6rem 0; border-bottom: 1px solid var(--border-2);
    font-size: 0.87rem;
  }
  .vs-row:last-child { border-bottom: none; }
  .vs-row-label { color: var(--text-2); }
  .vs-row-val { font-weight: 600; }
  .val-good { color: var(--green); }
  .val-bad { color: var(--red); }
  .val-warn { color: var(--yellow); }
  .val-neutral { color: var(--text); }
  .vs-sep {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
  }
  .vs-circle {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--surface); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-body); font-size: 0.82rem; font-weight: 700;
    color: var(--text-3);
  }
  
  /* ── LIMITATIONS ── */
  .limits-section { background: #fff; }
  .limits-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem; margin-top: 3rem;
  }
  .limit-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 1.6rem;
    position: relative; overflow: hidden;
    transition: all 0.2s;
  }
  .limit-card:hover { border-color: #FECACA; box-shadow: var(--shadow); transform: translateY(-2px); }
  .limit-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--red), #FCA5A5);
  }
  .limit-icon {
    width: 42px; height: 42px; border-radius: 10px;
    background: var(--red-bg); border: 1px solid var(--red-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; margin-bottom: 1rem;
  }
  .limit-num {
    position: absolute; top: 1.2rem; right: 1.4rem;
    font-family: var(--font-display); font-size: 2.8rem; font-weight: 800;
    color: var(--orange); line-height: 1;
  }
  .limit-title {
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 700;
    margin-bottom: 0.5rem; color: var(--dark);
  }
  .limit-desc { font-size: 0.85rem; color: var(--text-2); line-height: 1.65; }
  
  .gloria-pills {
    display: flex; flex-wrap: wrap; gap: 0.6rem;
    margin-top: 2rem; margin-bottom: 0.5rem;
  }
  .gpill {
    display: flex; align-items: center; gap: 0.4rem;
    background: var(--red-bg); border: 1px solid var(--red-border);
    padding: 0.35rem 0.85rem; border-radius: 100px;
    font-size: 0.8rem; color: var(--red); font-weight: 500;
  }
  .gpill::before { content: '✗'; font-weight: 700; }
  
  /* ── COMPARISON TABLE ── */
  .table-section { background: var(--surface); }
  .table-wrap {
    border-radius: var(--r-lg); overflow: hidden;
    border: 1px solid var(--border); box-shadow: var(--shadow);
    margin-top: 3rem; overflow-x: auto;
  }
  table { width: 100%; border-collapse: collapse; min-width: 580px; }
  thead tr { background: var(--dark); }
  thead th {
    padding: 1.1rem 1.3rem; text-align: left;
    font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
    letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.5);
  }
  thead th.th-gloria { color: rgba(255,255,255,0.4); }
  thead th.th-ishopo {
    color: var(--orange); background: rgba(255,107,53,0.12);
  }
  thead th.th-feat { color: rgba(255,255,255,0.6); }
  tbody tr { border-bottom: 1px solid var(--border-2); transition: background 0.12s; }
  tbody tr:last-child { border-bottom: none; }
  tbody tr:hover { background: #FAFAF9; }
  tbody tr.grp td {
    background: var(--surface); padding: 0.65rem 1.3rem;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em;
    text-transform: uppercase; color: var(--text-4);
    border-bottom: 1px solid var(--border);border-top: unset;
  }
  td { padding: 0.85rem 1.3rem; font-size: 0.88rem; vertical-align: middle; background: #fff; }
  td.td-feat { color: var(--text-2); background: var(--surface); font-size: 0.86rem;border: unset; }
  td.td-ishopo { background: #FFFAF7; font-weight: 600; }
  .c-yes { color: var(--green); font-weight: 700;border: unset; }
  .c-no { color: var(--red); font-weight: 700;border: unset; }
  .c-par { color: var(--yellow); font-weight: 500;border: unset; }
  .t-note {
    font-size: 0.76rem; color: var(--text-4); margin-top: 0.85rem; text-align: right;
  }
  
  /* ── FEATURES SECTION ── */
  .features-section { background: #fff; }
  .features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem; margin-top: 3rem;
  }
  .feat-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 1.6rem;
    transition: all 0.2s; position: relative; overflow: hidden;
  }
  .feat-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--orange);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.25s;
  }
  .feat-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
  .feat-card:hover::after { transform: scaleX(1); }
  .feat-icon {
    width: 44px; height: 44px; border-radius: 11px;
    background: #c31f1f14; border: 1px solid var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin-bottom: 1rem;
  }
  .feat-title {
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 700;
    margin-bottom: 0.45rem; color: var(--dark);
  }
  .feat-desc { font-size: 0.84rem; color: var(--text-2); line-height: 1.65; }
  .feat-vs {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.72rem; color: var(--red); font-weight: 600;
    background: var(--red-bg); border: 1px solid var(--red-border);
    padding: 0.18rem 0.55rem; border-radius: 4px; margin-top: 0.7rem;
  }
  
  /* ── PHONE MOCKUPS SECTION ── */
  .mockup-section { background: var(--surface); overflow: hidden; }
  .mockup-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
  }
  .mockup-text .label { margin-bottom: 1rem; }
  .mockup-phones {
    display: flex; align-items: flex-end; justify-content: center;
    gap: -1rem; position: relative; padding: 2rem 0;
  }
  .phone-device {
    width: 200px; flex-shrink: 0;
    background: var(--dark);
    border-radius: 36px;
    padding: 11px;
    box-shadow: var(--shadow-xl);
    position: relative;
  }
  .phone-device.front { z-index: 2; transform: translateY(0); }
  .phone-device.back {
    z-index: 1;
    transform: translateX(-50px) translateY(30px) rotate(-6deg);
    opacity: 0.9;
  }
  .phone-screen-inner {
    border-radius: 26px; overflow: hidden;
    background: #fff; aspect-ratio: 9/19.5;
  }
  
  /* ── PRICING ── */
  .pricing-section { background: #fff; }
  .pricing-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1.5rem; margin-top: 3rem; max-width: 820px;
    margin-left: auto; margin-right: auto;
  }
  .price-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-xl); padding: 2rem;
  }
  .price-card.winner {
    background: #fff; border: 2px solid var(--orange);
    position: relative;
    box-shadow: var(--shadow-lg);
  }
  .price-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--orange); color: #fff;
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 700;
    padding: 0.28rem 1rem; border-radius: 100px;
    letter-spacing: 0.05em; white-space: nowrap;
  }
  .price-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 1.2rem;
  }
  .price-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--dark); }
  .disc-tag {
    background: var(--red-bg); color: var(--red);
    border: 1px solid var(--red-border);
    font-size: 0.65rem; font-weight: 700; padding: 0.18rem 0.55rem;
    border-radius: 5px; letter-spacing: 0.04em;
  }
  .active-tag {
    background: var(--green-bg); color: var(--green);
    border: 1px solid var(--green-border);
    font-size: 0.65rem; font-weight: 700; padding: 0.18rem 0.55rem;
    border-radius: 5px; letter-spacing: 0.04em;
  }
  .price-amount {
    font-family: var(--font-display); font-size: 3rem; font-weight: 700;
    line-height: 1; color: var(--dark); margin-bottom: 0.25rem;
  }
  .price-amount.orange { color: var(--orange); }
  .price-per { font-size: 0.82rem; color: var(--text-3); margin-bottom: 0.2rem; }
  .price-note { font-size: 0.78rem; color: var(--text-4); margin-bottom: 1.6rem; }
  .price-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
  .price-list li {
    display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.87rem;
  }
  .pi-y { color: var(--green); font-weight: 700; flex-shrink: 0; }
  .pi-n { color: var(--red); font-weight: 700; flex-shrink: 0; }
  .pi-dim { color: var(--text-2); }
  
  .tier-table {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); overflow: hidden; margin-top: 2.5rem;
  }
  .tier-head {
    background: var(--dark); padding: 0.9rem 1.5rem;
    font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; color: rgba(255,255,255,0.4);
  }
  .tier-row {
    display: grid; grid-template-columns: 1.4fr 0.9fr 2fr;
    gap: 0.75rem; padding: 0.9rem 1.5rem;
    border-bottom: 1px solid var(--border);
    align-items: start; transition: background 0.12s;
  }
  .tier-row:last-child { border-bottom: none; }
  .tier-row:hover { background: #fff; }
  .t-name { font-weight: 700; font-size: 0.93rem; color: var(--dark); }
  .t-price { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--orange); }
  .t-feats { font-size: 0.81rem; color: var(--text-2); line-height: 1.55; }
  .pop-mark {
    font-size: 0.62rem; font-weight: 700; color: var(--orange);
    background: var(--orange-xlight); border: 1px solid var(--orange-mid);
    padding: 0.15rem 0.5rem; border-radius: 4px; letter-spacing: 0.04em;
    margin-left: 0.4rem;
  }
  
  /* ── MIGRATION STEPS ── */
  .migration-section { background: var(--surface); }
  .steps-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1rem; margin-top: 3rem; position: relative;
  }
  .steps-grid::before {
    content: ''; position: absolute;
    top: 2.2rem; left: 12%; right: 12%;
    height: 1px; background: linear-gradient(90deg, var(--orange), #FFD0B0, var(--orange));
  }
  .step-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 1.5rem; text-align: center;
    box-shadow: var(--shadow-sm); position: relative;
  }
  .step-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--orange); color: #fff;
    font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem; position: relative; z-index: 1;
  }
  .step-title { font-weight: 700; font-size: 0.93rem; margin-bottom: 0.45rem; color: var(--dark); }
  .step-desc { font-size: 0.82rem; color: var(--text-2); line-height: 1.6; }
  .step-time {
    display: inline-block; margin-top: 0.7rem;
    font-size: 0.7rem; font-weight: 700; color: var(--green);
    background: var(--green-bg); border: 1px solid var(--green-border);
    padding: 0.18rem 0.55rem; border-radius: 4px;
  }
  
  /* ── POS STRIP ── */
  .pos-strip { background: var(--dark); padding: 2.75rem 0; }
  .pos-label {
    text-align: center; font-size: 0.76rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.35); margin-bottom: 1.5rem;
  }
  .pos-logos { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
  .pos-pill {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    padding: 0.5rem 1.1rem; border-radius: 8px;
    font-size: 0.84rem; font-weight: 600; color: rgba(255,255,255,0.7);
    transition: all 0.2s;
  }
  .pos-pill:hover { border-color: var(--orange); color: #fff; }
  .pos-vs-sep {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.72rem; color: rgba(255,255,255,0.25); font-weight: 600;
  }
  .pos-dead {
    background: rgba(220,38,38,0.08); border: 1px solid rgba(220,38,38,0.2);
    padding: 0.5rem 1.1rem; border-radius: 8px;
    font-size: 0.84rem; font-weight: 600; color: rgba(220,38,38,0.6);
    text-decoration: line-through;
  }
  
  /* ── TESTIMONIALS ── */
  .testi-section { background: #fff; }
  .testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
  .testi-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 1.5rem;
    transition: all 0.2s;
  }
  .testi-card:hover { border-color: var(--orange-mid); box-shadow: var(--shadow); transform: translateY(-2px); }
  .stars { color: var(--orange); font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 0.9rem; }
  .testi-quote {
    font-size: 0.9rem; color: var(--text-2); line-height: 1.72;
    margin-bottom: 1.2rem; font-style: italic;
  }
  .testi-author { display: flex; align-items: center; gap: 0.7rem; }
  .t-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 0.88rem;
    color: #fff; flex-shrink: 0;
  }
  .t-name { font-weight: 700; font-size: 0.88rem; color: var(--dark); }
  .t-role { font-size: 0.75rem; color: var(--text-3); }
  .switch-pill {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.68rem; font-weight: 700; color: var(--green);
    background: var(--green-bg); border: 1px solid var(--green-border);
    padding: 0.18rem 0.5rem; border-radius: 4px; margin-top: 0.3rem;
  }

/* ── FINAL CTA ── */
.cta-sectionn {
    background: var(--dark); padding: 6rem 0; text-align: center;
    position: relative; overflow: hidden;
  }
  .cta-sectionn::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(255,107,53,0.12) 0%, transparent 65%);
    pointer-events: none;
  }
  .cta-sectionn .label { border-color: rgba(255,107,53,0.3); background: rgba(255,107,53,0.08); margin: 0 auto 1.5rem; }
  .cta-sectionn h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
    color: #fff; margin-bottom: 1rem; line-height: 1.15;
  }
  .cta-sectionn h2 em { font-style: italic; color: var(--orange); }
  .cta-sectionn p { font-size: 1.02rem; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.72; }
  .cta-btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 1.5rem; }
  .btn-cta-lg {
    background: var(--orange); color: #fff; border: none;
    padding: 0.9rem 2rem; border-radius: 10px;
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s;
    display: inline-flex; align-items: center; gap: 0.45rem;
  }
  .btn-cta-lg:hover { background: var(--orange); transform: translateY(-2px); box-shadow: 0 8px 28px #c31f1f66; }
  .btn-out-lg {
    background: transparent; color: rgba(255,255,255,0.8);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 0.9rem 2rem; border-radius: 10px;
    font-family: var(--font-body); font-size: 0.97rem; font-weight: 600;
    cursor: pointer; text-decoration: none; transition: all 0.2s;
  }
  .btn-out-lg:hover { border-color: var(--orange); color: var(--orange); }
  .cta-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
  .cta-meta-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: rgba(255,255,255,0.35); }
  .cta-meta-item .g { color: var(--green); }

/* ── KEYFRAMES ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* ── RESPONSIVE ── */
  @media (max-width: 960px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .vs-card { grid-template-columns: 1fr; }
    .vs-sep { flex-direction: row; }
    .limits-grid, .features-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid::before { display: none; }
    .stats-inner { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .tier-row { grid-template-columns: 1fr; gap: 0.2rem; }
    .testi-grid { grid-template-columns: 1fr; }
    .mockup-inner { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    section { padding: 3.5rem 0 !important; }
    .limits-grid, .features-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
    .stats-inner { grid-template-columns: 1fr 1fr; }
    .phone-device { width: 135px;border-radius: 30px;padding: 8px; }
    .phone-device.back {transform: translateX(-15px) translateY(30px) rotate(-6deg); }
    .mockup-inner {  gap: 0rem;}
    .hero-trust {  animation: unset;}
    .stats-inner .stat-item:nth-child(3)::before { display: none;}
    .vs-card { padding: 1.5rem;}
  }  