/* SellerChamp Multi-Channel Listing Landing v2 — migrated from sellerchamp.com/landing-multi-channel-listing-software-v2/ */

:root {
       --navy:   #002855;
       --navy2:  #001d52;
       --navy3:  #003070;
       --teal:   #00cfa7;
       --teal2:  #00b893;
       --teal3:  #00ddb8;
       --blue:   #2d6cb6;
       --light:  #eef3fd;
       --light2: #f4f7fd;
       --white:  #ffffff;
       --text:   #1a1a2e;
       --muted:  #5a6a84;
       --muted2: #8a9ab8;
       --border: #e0e8f4;
       --red:    #e8334a;
       --amber:  #e8930a;
       --green:  #00a882;
     }
     *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
     html { scroll-behavior: smooth; }
     body { font-family: "Montserrat", system-ui, sans-serif; background: var(--white)!important; color: var(--text); font-size: 15px; line-height: 1.65; overflow-x: hidden; }


     /* Sticky nav override (JS-driven for WP compat) */
     nav.sc-nav-fixed {
       position: fixed !important;
       top: 0;
       left: 0;
       width: 100%;
     }
     .sc-nav-spacer {
       height: 70px; /* matches nav height */
       display: none;
     }
     .sc-nav-spacer.active {
       display: block;
     }

     /* UTIL BAR */
     .util-bar { background: var(--navy2); padding: 7px 2rem; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.65); }
     .util-bar a { color: rgba(255,255,255,0.65); text-decoration: none; margin-left: 1.25rem; transition: color 0.15s; }
     .util-bar a:hover { color: #fff; }

     /* NAV */
     nav { position: sticky; top: 0; z-index: 100; background: var(--navy2); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 70px; box-shadow: 0 2px 16px rgba(0,0,0,0.25); }
     .nav-logo img { height: 40px; width: auto; }
     .nav-links { display: flex; align-items: center; }
     .nav-links a { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500; text-decoration: none; padding: 6px 13px; border-radius: 6px; transition: color 0.15s, background 0.15s; }
     .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
     .nav-right { display: flex; align-items: center; gap: 10px; }
     .btn-login { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500; text-decoration: none; padding: 7px 14px; transition: color 0.15s; }
     .btn-login:hover { color: #fff; }
     .btn-demo { background: #00cfa7; color: var(--navy); font-family: "Montserrat", system-ui, sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; padding: 10px 22px; border-radius: 8px; transition: all 0.2s; letter-spacing: 0.01em; border-bottom: 2px solid #009e7e; }
     .btn-demo:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,207,167,0.4); filter: brightness(1.06); }

     /* HERO */
     .hero { background: var(--navy2); padding: 2rem 2rem 5rem; position: relative; overflow: hidden; }
     .hero::before { content: ''; position: absolute; top: -30%; right: -5%; width: 70%; height: 140%; background: radial-gradient(ellipse at center, rgba(0,207,167,0.28) 0%, rgba(45,108,182,0.22) 35%, transparent 70%); pointer-events: none; z-index: 0; }
     .hero::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.04'%3E%3Cpath d='M60 0L0 0 0 60'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; z-index: 0; }
     .hero-in { position: relative; z-index: 1; max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7rem; }
     .hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; padding: 5px 14px; border-radius: 100px; margin-bottom: 0rem; text-transform: uppercase; }
     .hero-badge::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.9); }
     h1 { font-family: "Montserrat", system-ui, sans-serif; font-size: clamp(2.2rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; color: #fff; margin-top: 15px; margin-bottom: 1.25rem; }
     h1 .strike { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; text-decoration: line-through; text-decoration-color: #e8334a; text-decoration-thickness: 3px; color:   #e05555; }
     h1 p { margin-top: 7px; }
     .hero-sub { font-size: 1.2rem; color: rgba(255,255,255,0.85); max-width: 480px; font-weight: 300; line-height: 1.75; margin-bottom: 2rem; }
     .hero-btns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
     .btn-hero-primary { background: #00cfa7; color: var(--navy); font-family: "Montserrat", system-ui, sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; padding: 13px 32px; border-radius: 8px; transition: transform 0.15s, box-shadow 0.15s; display: inline-block; border-bottom: 3px solid #009e7e; box-shadow: 0 4px 20px rgba(0,207,167,0.35); }
     .btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,207,167,0.5); filter: brightness(1.06); }
     .btn-hero-outline { color: #fff; font-size: 14px; text-decoration: none; border: 2px solid rgba(255,255,255,0.45); padding: 11px 26px; border-radius: 8px; transition: all 0.2s; font-weight: 500; }
     .btn-hero-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
     .hero-trust { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
     .trust-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.8); }
     .trust-item::before { content: '\2713'; color: #fff; font-weight: 700; }

     /* HERO SOCIAL PROOF QUOTES */
     .hero-quotes {
       display: flex; align-items: stretch; gap: 0;
       margin-top: 1.75rem;
       background: rgba(255,255,255,0.06);
       border: 1px solid rgba(255,255,255,0.1);
       border-radius: 12px; overflow: hidden;
     }
     .hero-quote { flex: 1; padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
     .hq-stars { font-size: 11px; color: #f59e0b; letter-spacing: 1px; }
     .hq-text { font-size: 12px; color: rgba(255,255,255,0.9); line-height: 1.5; font-style: italic; font-weight: 300; margin: 0; }
     .hq-attr { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500; margin: 0; }
     .hq-divider { width: 1px; background: rgba(255,255,255,0.1); flex-shrink: 0; margin: 10px 0; }
     .hero-right { display: block; position: relative; }
     .stat-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 1.25rem 1rem; text-align: center; backdrop-filter: blur(8px); }
     .stat-val { font-family: "Montserrat", system-ui, sans-serif; font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; }
     .stat-label { font-size: 12px; color: rgba(255,255,255,0.75); font-weight: 300; line-height: 1.4; }


     /* HERO DEVICE ROW */
     .hero-device-row { display: flex; align-items: center; gap: 2rem; }
     .hero-stats-col { display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; }

     /* STAT CALLOUT BOXES — in-flow, left column */
     .stat-callout {
       position: relative;
       border-radius: 14px;
       padding: 12px 20px;
       box-shadow: 0 8px 28px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.35);
       white-space: nowrap;
       border: 1px solid rgba(255,255,255,0.2);
       overflow: hidden;
       min-width: 150px;
     }
     .stat-callout::before {
       content: '';
       position: absolute;
       top: 0; left: 0; right: 0; height: 50%;
       background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 100%);
       border-radius: 14px 14px 0 0;
       pointer-events: none;
     }
     .stat-callout-num {
       font-family: "Montserrat", system-ui, sans-serif;
       font-size: 22px; font-weight: 800;
       color: #fff; line-height: 1;
       margin-bottom: 3px;
       position: relative; z-index: 1;
     }
     .stat-callout-num span { font-size: 16px; }
     .stat-arrow { margin-right: 2px; }
     .stat-callout-label {
       font-size: 11px; color: rgba(255,255,255,0.85);
       font-weight: 500; letter-spacing: 0.02em;
       position: relative; z-index: 1;
     }
     .stat-c1 { background: linear-gradient(135deg, #00b893, #00ddb8); }
     .stat-c2 { background: linear-gradient(135deg, #2d6cb6, #4a8fd4); }
     .stat-c3 { background: linear-gradient(135deg, #0a7a4f, #12a868); }

     /* iPAD frame removed — replaced with floating UI panels */

     /* FLOATING UI PANELS — Productsup-style */
     .sc-panels {
       flex: 1;
       position: relative;
       height: 360px;
     }
     .sc-panel {
       position: absolute;
       background: #fff;
       border-radius: 16px;
       box-shadow: 0 12px 40px rgba(0,0,0,0.22), 0 2px 8px rgba(0,0,0,0.1);
       overflow: hidden;
     }

     /* Card 1 — main channel grid */
     .sc-panel-main {
       top: 0; left: 0;
       width: 300px;
       z-index: 1;
     }
     .sc-panel-topbar {
       background: var(--navy2);
       padding: 8px 12px;
       display: flex; align-items: center; gap: 5px;
     }
     .sc-panel-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
     .sc-panel-title {
       font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7);
       margin-left: 6px; letter-spacing: 0.04em;
     }
     .sc-panel-body { padding: 14px; }
     .sc-channels-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
     .sc-ch-tile {
       background: #f8fafc;
       border: 1px solid #eef2fb;
       border-radius: 10px;
       padding: 10px 6px 7px;
       display: flex; flex-direction: column; align-items: center; gap: 5px;
     }
     .sc-ch-tile img { height: 20px; width: auto; object-fit: contain; }
     .sc-ch-status {
       font-size: 9px; font-weight: 700; color: #16a34a;
       letter-spacing: 0.03em;
       display: flex; align-items: center; gap: 2px;
     }
     .sc-ch-status::before { content: '●'; font-size: 6px; }

     /* Card 2 — Repricer Live (top-right) */
     .sc-panel-repricer {
       top: 60px; right: -130px;
       width: 195px;
       z-index: 3;
     }
     .sc-repricer-header {
       display: flex; align-items: center; gap: 6px;
       padding: 12px 14px 6px;
       border-bottom: 1px solid #f0f4fb;
     }
     .sc-live-dot {
       width: 7px; height: 7px; border-radius: 50%;
       background: #22c55e;
       box-shadow: 0 0 5px rgba(34,197,94,0.6);
       animation: pulse-dot 2s infinite;
       flex-shrink: 0;
     }
     @keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:0.45} }
     .sc-repricer-title { font-size: 12px; font-weight: 700; color: var(--navy); }
     .sc-kpi-table { padding: 8px 14px 12px; display: flex; flex-direction: column; gap: 5px; }
     .sc-kpi-head { font-size: 10px; font-weight: 700; color: var(--navy); }
     .sc-kpi-head span:last-child { color: #00b893; }
     .sc-kpi-row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #4a5a7a; }
     .sc-kpi-badge {
       font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 20px;
     }
     .sc-kpi-teal  { background: #e0faf4; color: #007a5e; }
     .sc-kpi-blue  { background: #e6f0fb; color: #1a4fa0; }
     .sc-kpi-green { background: #eaf7ed; color: #166534; }

     /* Card 3 — Inventory Sync (bottom-left) */
     .sc-panel-sync {
       bottom: -10px; left: 30px;
       width: 270px;
       z-index: 2;
     }
     .sc-sync-header {
       display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
       padding: 10px 14px 6px;
       border-bottom: 1px solid #f0f4fb;
     }
     .sc-sync-title { font-size: 12px; font-weight: 700; color: var(--navy); }
     .sc-sync-sub { font-size: 10px; color: #7a8aaa; margin-left: auto; }
     .sc-sync-rows { padding: 8px 14px 12px; display: flex; flex-direction: column; gap: 7px; }
     .sc-sync-row {
       display: flex; align-items: center; gap: 7px;
       font-size: 11px; color: #4a5a7a;
     }
     .sc-sync-row img { height: 16px; width: 20px; object-fit: contain; flex-shrink: 0; }
     .sc-sync-ch { font-weight: 600; color: var(--navy); min-width: 52px; }
     .sc-sync-skus { flex: 1; color: #7a8aaa; }
     .sc-sync-live { font-size: 10px; font-weight: 700; color: #16a34a; white-space: nowrap; }


     /* HERO REVIEW BADGES */
     .hero-review-badges { display: flex; align-items: center; gap: 0; margin-top: 1.25rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 0.75rem 0; }
     .hero-review-badge { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 0 1rem; }
     .hrb-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; line-height: 1; }
     .hrb-stars span { font-size: 10px; vertical-align: middle; }
     .hrb-platform { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 0.06em; text-transform: uppercase; }
     .hrb-score { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 300; }
     .hrb-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.12); flex-shrink: 0; }

     /* REVIEW BADGES STRIP */
     .review-badges-wrap { background: var(--white); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; }
     .review-badges-inner { max-width: 1060px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
     .review-badge-item { display: flex; align-items: center; gap: 12px; padding: 0 3rem; }
     .review-badge-item img { height: 36px; width: auto; object-fit: contain; }
     .review-badge-fb-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
     .review-badge-info { display: flex; flex-direction: column; gap: 1px; }
     .review-badge-stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; line-height: 1; }
     .review-badge-stars .half-star { font-size: 11px; vertical-align: middle; }
     .review-badge-name { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
     .review-badge-score { font-size: 12px; color: var(--muted); font-weight: 300; }
     .review-badge-score strong { color: var(--navy); font-weight: 700; }
     .review-badge-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }
     @media (max-width: 760px) { .review-badge-item { padding: 0.75rem 1.5rem; } .review-badge-divider { display: none; } }

     /* ALERT */
     .alert { background: #fff8f8; border-top: 4px solid var(--red); padding: 1.25rem 2rem; }
     .alert-in { max-width: 1060px; margin: 0 auto; display: flex; align-items: flex-start; gap: 12px; }
     .alert-in p { font-size: 14px; color: #6a3040; line-height: 1.65; font-weight: 300; }
     .alert-in p strong { color: var(--text); font-weight: 600; }

     /* TRUSTED BY — badges */
     .trusted-section { background: var(--white); border-bottom: 1px solid var(--border); padding: 3rem 2rem; text-align: center; }
     .trusted-inner { max-width: 1060px; margin: 0 auto; }
     .trusted-label { font-family: "Montserrat", system-ui, sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem; }
     .trusted-sub { font-size: 13px; color: var(--muted); margin-bottom: 2rem; font-weight: 300; }
     .badge-row { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
     .badge-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
     .badge-item img { height: 85px; width: auto; object-fit: contain; transition: transform 0.2s; }
     .badge-item img:hover { transform: scale(1.05); }
     .badge-item span { font-size: 11px; color: var(--muted2); font-weight: 500; }
     .badge-stars { font-size: 12px; color: var(--teal2); font-weight: 500; margin-top: 2px; }
     .badge-stars strong { color: var(--navy); font-weight: 700; }

     /* INDUSTRY STAT STRIP */
     .industry-strip { display: flex; align-items: center; gap: 2rem; background: var(--light); border-radius: 12px; padding: 1.25rem 2rem; margin: 1.75rem 0; flex-wrap: wrap; justify-content: center; }
     .industry-stat { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
     .industry-num { font-family: "Montserrat", system-ui, sans-serif; font-size: 2.2rem; font-weight: 900; color: var(--navy); line-height: 1; }
     .industry-label { font-size: 11px; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 3px; }
     .industry-div { width: 1px; height: 48px; background: var(--border); flex-shrink: 0; }
     .industry-cats { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
     .industry-cat { font-size: 12px; font-weight: 600; color: var(--navy); background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 5px 12px; white-space: nowrap; }
     .badge-divider { width: 1px; height: 85px; background: var(--border); }

     /* INTEGRATIONS */
     .integrations-section { background: var(--light); padding: 4rem 2rem; }
     .integrations-inner { max-width: 1060px; margin: 0 auto; }
     .integrations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; margin-top: 2rem; }
     .int-tile { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 14px 10px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
     .int-tile:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,207,167,0.12); }
     .int-tile img { height: 32px; width: auto; max-width: 100%; object-fit: contain; filter: grayscale(20%); transition: filter 0.2s; }
     .int-tile:hover img { filter: grayscale(0%); }
     .int-cta { text-align: center; margin-top: 2rem; }
     .btn-outline-navy { display: inline-block; color: var(--navy); font-size: 14px; font-weight: 600; text-decoration: none; border: 2px solid var(--navy); padding: 10px 28px; border-radius: 8px; transition: all 0.2s; }
     .btn-outline-navy:hover { background: var(--navy); color: #fff; }

     /* SECTIONS */
     section { padding: 5rem 2rem; }
     .wrap { max-width: 1060px; margin: 0 auto; }
     .section-alt { background: var(--light); }
     .slabel { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
     h2 { font-family: "Montserrat", system-ui, sans-serif; font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 0.5rem; }
     .h2-line { display: block; width: 60px; height: 3px; background: linear-gradient(90deg, var(--teal), var(--blue)); border-radius: 2px; margin: 0.6rem 0 1.25rem; }
     .sdesc { font-size: 0.95rem; color: var(--muted); max-width: 580px; line-height: 1.7; margin-bottom: 2.5rem; font-weight: 300; }

     /* TABLE */
     .tscroll { overflow-x: auto; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,26,74,0.08); }
     .ctable { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; border-radius: 14px; overflow: hidden; }
     .ctable thead tr { background: var(--light2); }
     .ctable th { padding: 1rem 1.25rem; font-size: 13px; font-weight: 700; text-align: left; font-family: "Montserrat", system-ui, sans-serif; letter-spacing: 0.02em; border-bottom: 2px solid var(--border); }
     .th-f { color: var(--muted); width: 34%; }
     .th-s { background: linear-gradient(135deg, rgba(0,207,167,0.1), rgba(45,108,182,0.07)); color: var(--navy); text-align: center; border-bottom: 2px solid var(--teal) !important; font-size: 14px; }
     .th-s small { display: block; font-size: 11px; color: var(--teal); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }
     .th-c, .th-a { color: var(--muted); text-align: center; }
     .ctable tbody tr { border-bottom: 1px solid var(--border); transition: background 0.1s; }
     .ctable tbody tr:hover { background: var(--light2); }
     .ctable td { padding: 0.85rem 1.25rem; font-size: 14px; vertical-align: middle; }
     .td-f { color: var(--text); font-weight: 500; }
     .td-f small { display: block; color: var(--muted2); font-size: 11px; margin-top: 2px; font-weight: 300; }
     .td-s { background: rgba(0,207,167,0.04); border-left: 2px solid rgba(0,207,167,0.18); border-right: 2px solid rgba(0,207,167,0.18); text-align: center; }
     .td-c, .td-a { text-align: center; color: var(--muted); }
     .last-row .td-s { border-bottom: 2px solid rgba(0,207,167,0.2); }
     .ico-yes { color: var(--teal); font-size: 18px; font-weight: 700; }
     .ico-no  { color: var(--red); font-size: 16px; }
     .ico-part { color: var(--amber); font-size: 12px; font-weight: 600; border: 1px solid var(--amber); padding: 2px 8px; border-radius: 20px; white-space: nowrap; }
     .price-good { color: var(--teal); font-family: "Montserrat", system-ui, sans-serif; font-size: 16px; font-weight: 800; }
     .price-bad  { color: var(--red); font-size: 14px; font-weight: 600; }
     .cell-good  { color: var(--green); font-size: 13px; font-weight: 600; }
     .cell-bad   { color: var(--red); font-size: 13px; }

     /* SAVINGS */
     .sav-card { background: linear-gradient(130deg, #00cfa7 0%, #0fa8d2 50%, #2d6cb6 100%); border-radius: 18px; padding: 3.5rem 2.5rem; text-align: center; position: relative; overflow: hidden; }
     .sav-card::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E"); }
     .sav-card > * { position: relative; z-index: 1; }
     .sav-card .slabel { color: rgba(255,255,255,0.8); }
     .sav-card h2 { color: #fff; }
     .sav-card .h2-line { background: rgba(255,255,255,0.5); }
     .sav-card .sdesc { color: rgba(255,255,255,0.8); margin: 0 auto; text-align: center; }
     .sav-nums { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; margin: 2.5rem 0; }
     .sav-val { font-family: "Montserrat", system-ui, sans-serif; font-size: 3rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 6px; }
     .sav-lbl { font-size: 13px; color: rgba(255,255,255,0.8); font-weight: 300; }

     /* REASONS */
     .rgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.25rem; }
     .rcard-icon { font-size: 28px; margin-bottom: 0.75rem; line-height: 1; }
     .rcard { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,26,74,0.05); }
     .rcard:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,207,167,0.14); }
     .rtag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; background: rgba(0,207,167,0.1); color: var(--teal2); border-radius: 20px; padding: 3px 10px; margin-bottom: 0.75rem; text-transform: uppercase; }
     .rcard h3 { font-family: "Montserrat", system-ui, sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 0.3rem; }
     .runderline { display: block; width: 32px; height: 2px; background: var(--teal); border-radius: 1px; margin-bottom: 0.65rem; }
     .rcard p { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }

     /* TESTIMONIALS CAROUSEL */
     .tcarousel-wrap { position: relative; overflow: hidden; }
     .tcarousel-track { display: flex; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
     .tcard {
       min-width: calc(33.333% - 14px); max-width: calc(33.333% - 14px);
       margin-right: 20px;
       background: var(--white); border: 1px solid var(--border);
       border-radius: 12px; padding: 1.5rem;
       box-shadow: 0 2px 8px rgba(0,26,74,0.05);
       flex-shrink: 0;
     }
     .tcard-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
     .tsource { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }
     .stars { color: #f59e0b; font-size: 14px; letter-spacing: 2px; margin-bottom: 0.75rem; }
     .ttext { font-size: 14px; color: var(--text); line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; font-weight: 300; }
     .tauth { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border); padding-top: 1rem; }
     .av { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; font-family: "Montserrat", system-ui, sans-serif; }
     .aname { font-size: 13px; font-weight: 600; color: var(--navy); }
     .arole { font-size: 12px; color: var(--muted); font-weight: 300; }
     .tcarousel-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
     .tcarousel-btn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--white); color: var(--navy); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
     .tcarousel-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
     .tcarousel-dots { display: flex; gap: 6px; align-items: center; }
     .tdot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); cursor: pointer; transition: all 0.2s; border: none; padding: 0; }
     .tdot.active { background: var(--teal2); width: 22px; border-radius: 4px; }

     .pricing-toggle-wrap { display: flex; justify-content: center; margin-bottom: 2.5rem; }
     .pricing-pill { display: flex; background: var(--light2); border-radius: 10px; padding: 4px; gap: 2px; border: 1px solid var(--border); }
     .pricing-pill-btn { background: transparent; border: none; cursor: pointer; padding: 8px 22px; border-radius: 7px; font-family: "Montserrat", system-ui, sans-serif; font-size: 14px; font-weight: 500; color: var(--muted); transition: all 0.18s; display: flex; align-items: center; gap: 8px; }
     .pricing-pill-btn:hover { color: var(--navy); }
     .pricing-pill-btn.active { background: #fff; color: var(--navy); font-weight: 600; box-shadow: 0 1px 6px rgba(0,26,74,0.1); }
     .pricing-save-badge { font-size: 10px; font-weight: 700; background: rgba(0,207,167,0.18); color: var(--teal2); padding: 2px 8px; border-radius: 20px; letter-spacing: 0.03em; }

     /* PRICING */
     .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }
     .pricing-card {
       background: var(--white); border: 1px solid var(--border);
       border-radius: 16px; padding: 2rem 1.75rem;
       display: flex; flex-direction: column; gap: 1rem;
       position: relative; transition: box-shadow 0.2s;
     }
     .pricing-card:hover { box-shadow: 0 8px 32px rgba(0,26,74,0.08); }
     .pricing-card--featured {
       border: 2px solid var(--teal);
       box-shadow: 0 8px 32px rgba(0,207,167,0.15);
     }
     .pricing-card--featured:hover { box-shadow: 0 12px 40px rgba(0,207,167,0.22); }
     .pricing-popular {
       position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
       background: var(--teal); color: var(--navy); font-size: 11px; font-weight: 700;
       letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 14px;
       border-radius: 20px; white-space: nowrap;
     }
     .pricing-card-top { display: flex; flex-direction: column; gap: 4px; }
     .pricing-name { font-family: "Montserrat", system-ui, sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); margin: 0; }
     .pricing-desc { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0; font-weight: 300; }
     .pricing-price { display: flex; align-items: baseline; gap: 2px; }
     .pricing-amount { font-family: "Montserrat", system-ui, sans-serif; font-size: 36px; font-weight: 800; color: var(--navy); line-height: 1; }
     .pricing-per { font-size: 14px; color: var(--muted); font-weight: 400; }
     .pricing-btn {
       display: block; text-align: center; padding: 11px 20px;
       border-radius: 8px; font-family: "Montserrat", system-ui, sans-serif;
       font-size: 14px; font-weight: 700; text-decoration: none;
       border: 1.5px solid var(--border); color: var(--navy);
       transition: all 0.2s; background: var(--white);
     }
     .pricing-btn:hover { background: var(--light2); border-color: #c0cce0; }
     .pricing-btn--teal { background: #00cfa7; color: var(--navy); border-color: #009e7e; border-bottom-width: 3px; }
     .pricing-btn--teal:hover { filter: brightness(1.06); background: #00cfa7; }
     .pricing-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); padding-top: 1rem; }
     .pricing-features li { font-size: 13px; color: var(--text); display: flex; align-items: flex-start; gap: 8px; font-weight: 300; }
     .pf-check { color: var(--teal2); font-weight: 700; flex-shrink: 0; }
     .pf-addon { color: #f59e0b; font-weight: 700; flex-shrink: 0; }
     .pf-addontag { font-size: 10px; font-weight: 700; background: rgba(245,158,11,0.12); color: #b45309; padding: 2px 7px; border-radius: 20px; margin-left: 4px; white-space: nowrap; }
     .pf-included { font-size: 10px; font-weight: 700; background: rgba(0,207,167,0.12); color: var(--teal2); padding: 2px 7px; border-radius: 20px; margin-left: 4px; white-space: nowrap; }
     .pricing-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 1.5rem; font-weight: 300; }
     .pricing-note a { color: var(--teal2); text-decoration: none; font-weight: 500; }
     .pricing-note a:hover { text-decoration: underline; }
     @media (max-width: 820px) { .pricing-grid { grid-template-columns: 1fr; } }

     /* FAQ */
     .faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
     .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s, border-color 0.2s; }
     .faq-item:hover { box-shadow: 0 4px 20px rgba(0,26,74,0.07); }
     .faq-item[open] { border-color: rgba(0,207,167,0.3); box-shadow: 0 4px 20px rgba(0,207,167,0.08); }
     .faq-q {
       list-style: none; cursor: pointer;
       padding: 1.1rem 1.25rem;
       font-size: 15px; font-weight: 600; color: var(--navy);
       display: flex; align-items: center; justify-content: space-between; gap: 1rem;
       user-select: none; line-height: 1.4;
     }
     .faq-q::-webkit-details-marker { display: none; }
     .faq-icon { font-size: 20px; font-weight: 300; color: var(--teal2); flex-shrink: 0; transition: transform 0.2s, color 0.2s; line-height: 1; }
     .faq-item[open] .faq-icon { transform: rotate(45deg); }
     .faq-item[open] .faq-q { border-bottom: 1px solid var(--border); }
     .faq-a { padding: 1rem 1.25rem 1.25rem; animation: faqfade 0.18s ease; }
     .faq-a p { font-size: 14px; color: var(--text); line-height: 1.75; font-weight: 300; margin: 0; }
     @keyframes faqfade { from{opacity:0;transform:translateY(-4px)} to{opacity:1;transform:translateY(0)} }

     /* CTA */
     .cta-wrap { background: var(--navy); padding: 5.5rem 2rem; text-align: center; position: relative; overflow: hidden; }
     .cta-wrap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(0,207,167,0.15) 0%, transparent 65%); }
     .cta-in { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
     .cta-wrap .slabel { color: var(--teal3); }
     .cta-wrap h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); }
     .cta-wrap .h2-line { margin: 0.6rem auto 1.25rem; }
     .cta-wrap p { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 2.5rem; font-weight: 300; }
     .cta-fine { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 1rem; }
     .cta-fine a { color: var(--teal3); text-decoration: none; }
     .btn-cta { background: #00cfa7; color: var(--navy); font-family: "Montserrat", system-ui, sans-serif; font-size: 16px; font-weight: 800; text-decoration: none; padding: 16px 44px; border-radius: 10px; transition: all 0.2s; display: inline-block; letter-spacing: 0.02em; border-bottom: 3px solid #009e7e; box-shadow: 0 6px 24px rgba(0,207,167,0.35); }
     .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,207,167,0.5); filter: brightness(1.06); }

     /* FOOTER */
     footer { background: var(--navy2); border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem 2rem 1.5rem; }
     .ftop { max-width: 1060px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 1.5rem; }
     .flogo img { height: 36px; width: auto; margin-bottom: 0.75rem; }
     .fbrand p { font-size: 13px; color: rgba(255,255,255,0.4); max-width: 240px; line-height: 1.65; font-weight: 300; }
     .fcol h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.75rem; }
     .fcol a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 6px; font-weight: 300; transition: color 0.15s; }
     .fcol a:hover { color: var(--teal); }
     .fbot { max-width: 1060px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 12px; color: rgba(255,255,255,0.3); }
     .fbot a { color: rgba(255,255,255,0.3); text-decoration: none; margin-left: 1rem; }
     .fbot a:hover { color: rgba(255,255,255,0.7); }

     /* ANIMATIONS */
     @keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
     .hero-left > * { opacity: 0; animation: fadeUp 0.55s ease forwards; }
     .hero-badge { animation-delay:.06s; } h1 { animation-delay:.15s; } .hero-sub { animation-delay:.26s; } .hero-btns { animation-delay:.36s; } .hero-trust { animation-delay:.46s; }
     .hero-right { opacity: 0; animation: fadeUp 0.55s ease .3s forwards; }

     @media(max-width:760px) {
       .util-bar, .nav-links { display: none; }
       .hero-in { grid-template-columns: 1fr; gap: 2rem; }
       .hero-right { display: none; }
       h1 { font-size: 2.2rem; }
       .sav-val { font-size: 2.4rem; }
       .sav-card { padding: 2rem 1.25rem; }
       .integrations-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
     }
     /* CHANNEL TICKER */
     .ticker-wrap { background: var(--light); border-bottom: 1px solid var(--border); padding: 1.25rem 0; text-align: center; }
     .ticker-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
     .ticker-outer { overflow: hidden; position: relative; width: 100%; }
     .ticker-outer::before, .ticker-outer::after { content: ''; position: absolute; top: 0; width: 120px; height: 100%; z-index: 2; pointer-events: none; }
     .ticker-outer::before { left: 0; background: linear-gradient(to right, var(--light), transparent); }
     .ticker-outer::after  { right: 0; background: linear-gradient(to left, var(--light), transparent); }
     .ticker-track { display: flex; align-items: center; gap: 0; width: max-content; animation: ticker-scroll 28s linear infinite; }
     .ticker-track:hover { animation-play-state: paused; }
     .ticker-item { display: flex; align-items: center; justify-content: center; padding: 0 40px; flex-shrink: 0; }
     .ticker-item img { width: 80px; height: 28px; object-fit: contain; transition: opacity .2s; }
     @keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

     /* Per-logo ticker overrides */
     .ticker-item img[alt="Etsy"]            { width: 52px; }
     .ticker-item img[alt="Fruugo"]          { width: 100px; }
     .ticker-item img[alt="Best Buy"]        { width: 100px; }
     .ticker-item img[alt="Valore"]          { mix-blend-mode: multiply; }
     .ticker-item img[alt="Google Shopping"] { mix-blend-mode: multiply; }


     /* CHANNEL BADGES — floating around mockup */
     .ch-badge {
       position: absolute;
       background: rgba(255,255,255,0.10);
       border: 1px solid rgba(255,255,255,0.2);
       backdrop-filter: blur(12px);
       border-radius: 10px;
       padding: 8px 13px 8px 10px;
       display: flex; align-items: center; gap: 8px;
       z-index: 20;
       box-shadow: 0 6px 20px rgba(0,0,0,0.3);
       white-space: nowrap;
     }
     .ch-badge-icon {
       width: 28px; height: 28px; border-radius: 7px;
       display: flex; align-items: center; justify-content: center;
       flex-shrink: 0;
     }
     .ch-badge-icon svg { width: 15px; height: 15px; }
     .ch-badge-text { display: flex; flex-direction: column; line-height: 1.25; }
     .ch-badge-title { font-size: 11px; font-weight: 700; color: #fff; letter-spacing: 0.01em; }
     .ch-badge-sub { font-size: 9.5px; color: rgba(255,255,255,0.55); font-weight: 400; }
     /* positions — left column hidden */
     .ch-b1, .ch-b2, .ch-b3 { display: none; }
     /* positions — bottom-right cluster */
     .ch-b4 { bottom: 44px;  right: -172px; transform: rotate(2deg); }
     .ch-b5 { bottom: 104px; right: -184px; }
     .ch-b6 { bottom: -12px; right: -168px; transform: rotate(-1.5deg); }
     @media (max-width: 900px) { .ch-badge { display: none; } }

     /* CONNECTS-TO STRIP — badge-style tiles */
     .ch-strip {
       display: flex; align-items: center; gap: 0;
       margin-top: 2.0rem; flex-wrap: wrap;
       padding: 0 2px;
     }
     .ch-strip-label {
       font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
       text-transform: uppercase; color: rgba(255,255,255,0.45);
       margin-right: 10px; white-space: nowrap; flex-shrink: 0;
       padding-bottom: 0.3rem;
     }
     .ch-strip-icons {
       display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
     }
     /* Small variant of ch-badge for the strip */
     .ch-badge--sm {
       position: static !important;
       transform: none !important;
       padding: 5px 9px;
       gap: 6px;
       border-radius: 8px;
       display: flex; align-items: center;
       background: rgba(255,255,255,0.10);
       border: 1px solid rgba(255,255,255,0.18);
       backdrop-filter: blur(8px);
       box-shadow: 0 2px 8px rgba(0,0,0,0.2);
     }
     .ch-badge--sm img { height: 18px; width: auto; object-fit: contain; display: block; opacity: 0.85; filter: brightness(0) invert(1); }
     /* Full-color / raster logos — skip white invert on dark hero badges */
     .ch-badge--sm img.logo-fullcolor,
     .sc-ch-tile img.logo-fullcolor {
       filter: none;
       opacity: 1;
       background: #fff;
       border-radius: 3px;
       padding: 1px 4px;
       box-sizing: content-box;
     }
     .ch-badge-name { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.75); white-space: nowrap; }
     .ch-strip-more {
       font-size: 11px; color: rgba(255,255,255,0.4);
       font-weight: 600; white-space: nowrap; margin-left: 6px;
     }

     .e-con-full, .e-con-boxed, .e-con-inner {
        padding:0px !important;
     }
/* ── Jekyll overrides ─────────────────────────────────────────────── */

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

.site-logo {
  height: 40px;
  width: auto;
}

footer .site-logo {
  height: 36px;
}

.util-bar a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.util-bar a:hover {
  color: #fff;
}

.nav-logo img.site-logo {
  height: 40px;
}

/* ── Multichannel Operations landing (Google Ads) ─────────────────── */

.hero-cta-fine {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 12px;
  font-weight: 400;
}

.trust-item--star::before {
  content: '\2605';
  color: #f59e0b;
}

.outcome-stats {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 2rem;
}

.outcome-stats-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.outcome-stat {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.outcome-stat-num {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}

.outcome-stat-label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}

.outcome-stat-div {
  width: 1px;
  height: 56px;
  background: var(--border);
  flex-shrink: 0;
}

.channel-section {
  padding: 3.5rem 2rem;
  text-align: center;
}

.channel-section h2 {
  margin-bottom: 0;
}

.channel-section .h2-line {
  margin: 0.6rem auto 1.75rem;
}

.channel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}

.channel-pill {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 8px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.channel-pill:hover {
  border-color: var(--teal);
  box-shadow: 0 2px 12px rgba(0, 207, 167, 0.12);
}

.pain-table .th-s {
  width: 50%;
}

.pain-table .td-s {
  text-align: left;
  font-weight: 400;
  color: var(--text);
}

.operator-scale-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
  padding: 1.35rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.operator-scale-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.operator-scale-stat--wide {
  max-width: 320px;
}

.operator-scale-num {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--teal);
}

.operator-scale-label {
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.operator-scale-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.featured-testimonial {
  background: linear-gradient(135deg, rgba(0, 207, 167, 0.08), rgba(45, 108, 182, 0.06));
  border: 1.5px solid rgba(0, 207, 167, 0.25);
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.featured-testimonial-stars {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.featured-testimonial-quote {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--navy);
  line-height: 1.75;
  font-style: italic;
  font-weight: 400;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  border: none;
  padding: 0;
}

.featured-testimonial-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testimonial-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.testimonial-mini-grid .tcard {
  min-width: unset;
  max-width: unset;
  margin-right: 0;
}

@media (max-width: 760px) {
  .outcome-stat-div {
    display: none;
  }

  .outcome-stat {
    min-width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
  }

  .outcome-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .featured-testimonial {
    padding: 1.75rem 1.25rem;
  }

  .operator-scale-bar {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1rem;
  }

  .operator-scale-divider {
    width: 48px;
    height: 1px;
  }

  .operator-scale-stat--wide {
    max-width: none;
  }
}

/* ── AI features section ──────────────────────────────────────────── */

.ai-divider {
  text-align: center;
  margin-bottom: 2.5rem;
}

.ai-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal2);
  background: rgba(0, 207, 167, 0.1);
  border: 1px solid rgba(0, 207, 167, 0.28);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.ai-heading {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 640px;
  margin: 0 auto;
}

.ai-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.rcard-ai {
  background: linear-gradient(180deg, var(--white) 0%, rgba(0, 207, 167, 0.03) 100%);
  border-color: rgba(0, 207, 167, 0.18);
}

.rcard-ai:hover {
  border-color: var(--teal);
  box-shadow: 0 8px 24px rgba(0, 207, 167, 0.12);
}

/* ── Process section (from fullsuite-landing) ─────────────────────── */

.fs-process-section {
  background: var(--white);
  padding: 5rem 2rem;
}

.section-header-center {
  text-align: center;
  margin-bottom: 3.75rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal2);
  margin-bottom: 1rem;
}

.section-heading {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.section-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 680px;
  margin: 1rem auto 0;
  font-weight: 300;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}

.process-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--teal2), var(--teal));
  z-index: 0;
}

.proc-step {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  text-align: center;
  font-weight: 300;
}

.proc-num {
  width: 56px;
  height: 56px;
  background: var(--white);
  border: 2px solid var(--teal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--teal2);
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 207, 167, 0.15);
}

.proc-step .duration {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--teal2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}

.proc-step h4 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .process-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* ── Overview video (from lister landing) ─────────────────────────── */

.video-section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.video-frame {
  max-width: 940px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0, 26, 74, 0.08);
  background: var(--navy2);
}

.video-frame .embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--navy2);
}

.video-frame .embed iframe,
.video-frame .embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-frame--click {
  cursor: pointer;
}

.video-frame--click.is-playing {
  cursor: default;
}

.video-frame__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  margin: 0;
}

.video-frame__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-frame__poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 29, 82, 0.05) 0%, rgba(0, 29, 82, 0.35) 100%);
  pointer-events: none;
}

.video-frame__poster.is-hidden {
  display: none;
}

.video-frame__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.video-frame__play::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid var(--navy);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 5px;
}

.video-frame--click:hover .video-frame__play {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ── Pricing anchor (pre-CTA) ─────────────────────────────────────── */

.pricing-anchor-section {
  padding: 3rem 2rem;
  background: var(--white);
  border-top: 1px solid var(--border);
}

.pricing-anchor {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 2rem 2.5rem;
}

.pricing-anchor-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
  margin: 0;
}

.pricing-anchor-text strong {
  color: var(--navy);
  font-weight: 700;
}

@media (max-width: 760px) {
  .pricing-anchor {
    padding: 1.5rem 1.25rem;
  }

  .pricing-anchor-text {
    font-size: 0.95rem;
  }
}
