/* ============ REDUX COMPONENTS — shared across all pages ============ */
/* Used by: header.html, footer.html, hero.html, stats.html, features.html,
   process.html, biz-cta.html, products.html, mobile-band.html,
   testimonials.html, pros.html — and all page-specific blocks. */

/* Cart drawer */
.cart-bg{position:fixed;inset:0;background:var(--scrim-soft);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:115;opacity:0;pointer-events:none;transition:opacity var(--t-base)}
.cart-bg.open{opacity:1;pointer-events:auto}
.cart{position:fixed;top:0;right:0;height:100vh;width:min(440px,100%);background:var(--rdx-ink-900);color:#fff;z-index:118;transform:translateX(100%);transition:transform var(--t-slow);display:flex;flex-direction:column;box-shadow:-20px 0 60px -10px rgba(0,0,0,.4)}
.cart.open{transform:translateX(0)}
.cart__head{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 18px;border-bottom:1px solid var(--stroke-on-dark)}
.cart__title{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin:0;color:#fff}
.cart__close{width:38px;height:38px;border:1px solid var(--stroke-on-dark-strong);background:var(--surface-on-dark-card);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--t-base)}
.cart__close:hover{background:var(--stroke-on-dark)}
.cart__close svg{width:18px;height:18px}
.cart__items{list-style:none;padding:14px 24px;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:18px}
.cart__item{display:grid;grid-template-columns:64px 1fr 60px;grid-template-rows:auto auto;gap:6px 14px;align-items:center}
.cart__thumb{grid-row:1/span 2;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#fff}
.cart__thumb img{width:100%;height:100%;object-fit:cover}
.cart__body{grid-column:2}
.cart__name{margin:0;font-size:15px;font-weight:700;color:#fff;line-height:1.3}
.cart__price{margin:2px 0 0;font-size:15px;font-weight:700;color:var(--rdx-blue-400)}
.cart__qty{grid-column:3;grid-row:1/span 2}
.cart__qty input{width:60px;padding:10px 8px;border-radius:6px;border:0;background:#fff;color:var(--rdx-ink-900);font-weight:700;text-align:center;font-size:15px;font-family:inherit}
.cart__remove{grid-column:2;grid-row:2;justify-self:start;background:transparent;border:0;color:var(--on-dark-4);cursor:pointer;padding:2px;display:flex;align-items:center;transition:color var(--t-base)}
.cart__remove:hover{color:#fff}
.cart__remove svg{width:16px;height:16px}
.cart__empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--on-dark-4);font-size:14px}
.cart__foot{padding:20px 24px 24px;border-top:1px solid var(--stroke-on-dark);background:var(--scrim-black-15)}
.cart__row{display:flex;justify-content:space-between;align-items:baseline;font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}
.cart__total{color:var(--rdx-blue-400);font-size:22px}
.cart__note{margin:0 0 14px;font-size:11px;color:var(--on-dark-4);letter-spacing:.02em}
.cart__checkout{width:100%;justify-content:center;font-size:14px;padding:16px;text-transform:uppercase;letter-spacing:.06em}
.cart__view{display:block;text-align:center;margin-top:10px;color:var(--rdx-blue-400);font-size:13px;font-weight:600}
.cart__view:hover{color:#fff}

/* ============ FAQ — global style ============
   .faq-blue is the legacy alias; visually identical to .faq now. */
.faq-blue{display:flex;flex-direction:column;gap:10px;max-width:760px;margin:0 auto}
.faq-blue details{background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);padding:0;overflow:hidden;transition:border-color var(--t-base),box-shadow var(--t-base)}
.faq-blue details[open]{border-color:var(--rdx-blue-200);box-shadow:0 6px 18px rgba(51,102,204,.06)}
.faq-blue summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:600;font-size:15px;color:var(--text-strong);text-transform:none;letter-spacing:0;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--hit-min)}
.faq-blue summary::-webkit-details-marker{display:none}
.faq-blue summary::after{content:"+";font-size:22px;color:var(--rdx-blue-500);font-weight:400;transition:transform var(--t-base)}
.faq-blue details[open] summary::after{content:"−"}
.faq-blue .faq-body{padding:0 22px 20px;color:var(--text-muted);font-size:14px;line-height:1.6;font-weight:400;text-transform:none;letter-spacing:0}
.faq-blue .faq-body a{color:var(--rdx-blue-500);font-weight:700}
.faq-blue .faq-body p{margin:0 0 12px}
.faq-blue .faq-body p:last-child{margin-bottom:0}
.faq-blue .faq-body ul{margin:0 0 12px;padding-left:20px;display:flex;flex-direction:column;gap:6px}
.faq-blue .faq-body li{margin:0}

/* ============ Page hero — centered variant w/ shield icon ============ */
.page-hero--centered{text-align:center;padding-block:84px 110px;overflow:hidden}
.page-hero--centered::before{background:radial-gradient(700px 320px at 50% -10%,rgba(36,121,217,.18),transparent 60%);inset:0;background-image:radial-gradient(700px 320px at 50% -10%,rgba(36,121,217,.18),transparent 60%)}
.page-hero--centered h1{margin-left:auto;margin-right:auto}
.page-hero--centered p{margin-left:auto;margin-right:auto;max-width:540px}
.page-hero__shield{width:62px;height:62px;border-radius:14px;background:linear-gradient(180deg,#3f95ff 0%,#1f6cd1 100%);box-shadow:0 12px 32px -8px rgba(36,121,217,.5);display:inline-flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 20px;position:relative;z-index:1}
.page-hero__shield svg{width:30px;height:30px}
.page-hero__brandmark{position:absolute;left:32px;bottom:-10px;font-family:var(--font-display);font-weight:800;color:var(--surface-on-dark-card-strong);letter-spacing:.04em;line-height:1;font-size:54px;text-transform:uppercase;pointer-events:none}
@media (max-width:720px){.page-hero__brandmark{display:none}}

/* ============ Still need help band ============ */
.still-help{background:#fff;border-top:1px solid var(--rdx-ink-100);padding:64px 20px 80px;text-align:center}
.still-help h2{font-size:22px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-strong);margin:0 0 12px}
.still-help p{max-width:540px;margin:0 auto 22px;color:var(--text-muted);font-size:15px;line-height:1.55}
.still-help .btn{padding:14px 26px;font-size:13px;display:inline-flex;align-items:center;gap:8px}
.still-help .btn svg{width:16px;height:16px}

/* ============ Order lookup form (white card on light bg) ============ */
.lookup-card{max-width:760px;margin:0 auto;background:#fff;border-radius:14px;box-shadow:0 24px 60px -20px rgba(13,16,28,.18),0 4px 14px -4px rgba(13,16,28,.06);padding:44px 48px}
.lookup-card h2{font-size:24px;font-weight:800;color:var(--text-strong);margin:0 0 12px}
.lookup-card>p{color:var(--text-muted);font-size:14px;margin:0 0 24px;line-height:1.6}
.lookup{border:1px solid var(--rdx-ink-100);border-radius:10px;padding:28px 32px;display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:start}
.lookup__col{display:flex;flex-direction:column;gap:18px}
.lookup__field label{display:block;font-size:13px;font-weight:600;color:var(--text-strong);margin-bottom:6px}
.lookup__field input{width:100%;padding:10px 12px;border:1px solid var(--field-border);border-radius:6px;background:#fff;font:inherit;font-size:14px;color:var(--text-strong);transition:border-color var(--t-base),box-shadow var(--t-base)}
.lookup__field input:focus{outline:0;border-color:var(--rdx-blue-500);box-shadow:0 0 0 3px var(--field-focus-ring-soft)}
.lookup__btn{align-self:flex-start;background:var(--rdx-blue-500);color:#fff;border:0;padding:13px 32px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;border-radius:6px;cursor:pointer;font-family:inherit;transition:background var(--t-base),transform var(--t-base)}
.lookup__btn:hover{background:var(--rdx-blue-600);transform:translateY(-1px)}
.lookup__or{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;color:var(--text-muted);font-size:14px;font-weight:600;padding-top:30px;position:relative}
.lookup__or::before,.lookup__or::after{content:'';flex:1;width:1px;border-left:1px dashed var(--field-border);margin:0 auto}
.lookup__or::before{margin-bottom:10px}
.lookup__or::after{margin-top:10px}

/* Lookup result block */
.result{margin-top:28px;background:#fff;border:1px solid var(--rdx-ink-100);border-radius:10px;padding:28px;animation:lookupFade .35s ease-out}
@keyframes lookupFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.result__head{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--rdx-ink-100);flex-wrap:wrap}
.result__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(31,138,91,.1);color:var(--rdx-success);border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.result__chip::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--rdx-success);animation:lookupDot 1.6s ease-in-out infinite}
@keyframes lookupDot{0%,100%{opacity:1}50%{opacity:.4}}
.result__num{font-size:13px;color:var(--text-muted);margin-left:auto}
.result__num strong{color:var(--text-strong);font-family:Menlo,Consolas,monospace}
.result__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:18px 0;position:relative}
.result__step{position:relative;padding-top:42px;text-align:center}
.result__step::before{content:'';position:absolute;top:13px;left:50%;width:100%;height:2px;background:var(--rdx-ink-100);z-index:0}
.result__step:last-child::before{display:none}
.result__step .dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid var(--rdx-ink-100);font-size:11px;font-weight:800;color:var(--text-muted);display:flex;align-items:center;justify-content:center;z-index:1}
.result__step.is-done .dot{background:var(--rdx-blue-500);border-color:var(--rdx-blue-500);color:#fff}
.result__step.is-done::before{background:var(--rdx-blue-500)}
.result__step.is-current .dot{background:var(--rdx-blue-500);border-color:var(--rdx-blue-500);color:#fff;box-shadow:0 0 0 5px rgba(36,121,217,.18)}
.result__step .l{font-size:12px;font-weight:700;color:var(--text-strong);margin:0}
.result__step.is-pending .l{color:var(--text-muted)}
.result__step .t{font-size:11px;color:var(--text-muted);margin-top:2px;font-variant-numeric:tabular-nums}
.result__feed{list-style:none;padding:14px 0 0;margin:0;border-top:1px solid var(--rdx-ink-100)}
.result__feed li{display:flex;align-items:flex-start;gap:14px;padding:8px 0;font-size:13px}
.result__feed .ev-dot{width:8px;height:8px;border-radius:50%;background:var(--field-border);margin-top:6px;flex-shrink:0}
.result__feed li.is-active .ev-dot{background:var(--rdx-blue-500);box-shadow:0 0 0 3px rgba(36,121,217,.2)}
.result__feed .ev-body{flex:1}
.result__feed .ev-title{font-weight:700;color:var(--text-strong)}
.result__feed .ev-time{color:var(--text-muted);font-size:12px;font-variant-numeric:tabular-nums;flex-shrink:0}

@media (max-width:720px){
  .lookup-card{padding:30px 22px}
  .lookup{grid-template-columns:1fr;padding:22px;gap:18px}
  .lookup__or{flex-direction:row;height:auto;padding:0;width:100%}
  .lookup__or::before,.lookup__or::after{border-left:0;border-top:1px dashed var(--field-border);width:auto;height:1px;margin:0 10px;align-self:center}
  .result__steps{grid-template-columns:1fr;gap:14px}
  .result__step{padding:0 0 0 40px;text-align:left}
  .result__step::before{top:28px;left:13px;width:2px;height:100%}
  .result__step .dot{top:0;left:0;transform:none}
  .result__head{flex-wrap:wrap}
  .result__num{margin-left:0;width:100%}
}

/* Search overlay */
.search-overlay{position:fixed;inset:0;background:var(--scrim-strong);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:120;opacity:0;pointer-events:none;transition:opacity var(--t-base);display:flex;align-items:flex-start;justify-content:center;padding:14vh 20px 20px}
.search-overlay.open{opacity:1;pointer-events:auto}
.search-overlay__panel{width:100%;max-width:680px;background:#fff;border-radius:18px;box-shadow:0 30px 80px -20px var(--scrim-soft);overflow:hidden;transform:translateY(-12px);transition:transform var(--t-base)}
.search-overlay.open .search-overlay__panel{transform:translateY(0)}
.search-overlay__form{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--rdx-ink-100)}
.search-overlay__icon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}
.search-overlay__form input{flex:1;border:0;outline:0;font:inherit;font-size:18px;background:transparent;color:var(--text-strong);padding:6px 0}
.search-overlay__form input::placeholder{color:var(--text-muted)}
.search-overlay__kbd{font-family:Menlo,Consolas,monospace;font-size:11px;padding:3px 8px;border:1px solid var(--rdx-ink-100);border-radius:6px;color:var(--text-muted);background:var(--rdx-ink-50)}
.search-overlay__close{border:0;background:transparent;font-size:26px;line-height:1;color:var(--text-muted);cursor:pointer;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all var(--t-base)}
.search-overlay__close:hover{background:var(--rdx-ink-50);color:var(--text-strong)}
.search-overlay__hint{padding:14px 18px 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}
.search-overlay__chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 16px}
.search-overlay__chips button{border:1px solid var(--rdx-ink-100);background:#fff;color:var(--text-strong);padding:7px 12px;border-radius:99px;font-size:12px;font-weight:600;cursor:pointer;transition:all var(--t-base)}
.search-overlay__chips button:hover{border-color:var(--rdx-blue-500);background:var(--rdx-sky-50);color:var(--rdx-blue-500)}
.search-overlay__results{list-style:none;padding:6px 0 14px;margin:0;max-height:46vh;overflow-y:auto;border-top:1px solid var(--rdx-ink-100)}
.search-overlay__results:empty{display:none}
.search-overlay__results a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 12px;padding:12px 18px;color:var(--text-strong);transition:background var(--t-base)}
.search-overlay__results a:hover{background:var(--rdx-sky-50)}
.search-overlay__results .r-t{grid-column:1;font-weight:700;font-size:14px}
.search-overlay__results .r-d{grid-column:1;font-size:12px;color:var(--text-muted);margin-top:2px}
.search-overlay__results .r-arrow{grid-column:2;grid-row:1/span 2;color:var(--rdx-blue-500);font-weight:700}
.search-overlay__empty{margin:0;padding:18px;text-align:center;color:var(--text-muted);font-size:13px;border-top:1px solid var(--rdx-ink-100)}
@media (max-width:640px){
  .search-overlay{padding:8vh 12px 12px}
  .search-overlay__form input{font-size:16px}
  .search-overlay__kbd{display:none}
}

/* ============ FAQ — blue accordion ============ */
.faq-blue{max-width:760px;margin:0 auto}
/* legacy alias retained: .faq-blue__item is rare; styled to match the
   global .faq look just like the base alias above. */
.faq-blue__item{margin-bottom:10px;background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);overflow:hidden;transition:border-color var(--t-base),box-shadow var(--t-base)}
.faq-blue__item[open]{border-color:var(--rdx-blue-200);box-shadow:0 6px 18px rgba(51,102,204,.06)}
.faq-blue__item summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:600;text-transform:none;letter-spacing:0;font-size:15px;color:var(--text-strong);display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--hit-min)}
.faq-blue__item summary::-webkit-details-marker{display:none}
.faq-blue__item summary::after{content:'+';font-size:22px;font-weight:400;color:var(--rdx-blue-500);transition:transform var(--t-base)}
.faq-blue__item[open] summary::after{content:'−'}
.faq-blue__item .body{padding:0 22px 20px;color:var(--text-muted);font-size:14px;line-height:1.6;font-weight:400;text-transform:none;letter-spacing:0}
.faq-blue__title{text-align:center;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-strong);margin:0 0 22px}

/* ============ Page hero — centered variant ============ */
.page-hero--centered{text-align:center;padding-block:72px 110px;overflow:hidden}
.page-hero--centered::before{content:'';position:absolute;inset:0;background:radial-gradient(700px 320px at 50% -10%,rgba(36,121,217,.18),transparent 60%);pointer-events:none}
.page-hero--centered .container{position:relative;z-index:1}
.page-hero--centered h1{font-size:var(--route-hero-title-size);line-height:var(--hero-title-leading);margin:0 0 14px}
.page-hero--centered p{max-width:520px;margin:0 auto;color:var(--on-dark-3);font-size:15px;line-height:1.55}
.page-hero__shield{width:62px;height:62px;border-radius:14px;background:linear-gradient(180deg,#3f95ff 0%,#1f6cd1 100%);box-shadow:0 12px 32px -8px rgba(36,121,217,.5);display:inline-flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 20px}
.page-hero__shield svg{width:30px;height:30px}
.page-hero__brand-mark{position:absolute;left:32px;bottom:-10px;font-size:54px;font-weight:800;color:var(--surface-on-dark-card-strong);letter-spacing:.04em;line-height:1}
.page-hero__brand-mark span{color:var(--surface-on-dark-card)}
@media (max-width:720px){.page-hero__brand-mark{display:none}}

/* ============ Order lookup card ============ */
.lookup-wrap{max-width:760px;margin:0 auto;transform:translateY(-60px);padding:0 20px}
.lookup-card{background:#fff;border-radius:14px;box-shadow:0 24px 60px -20px rgba(13,16,28,.18),0 4px 14px -4px rgba(13,16,28,.06);padding:44px 48px}
.lookup-card h2{font-size:24px;font-weight:800;color:var(--text-strong);margin:0 0 12px}
.lookup-card>p{color:var(--text-muted);font-size:14px;margin:0 0 24px;line-height:1.6}
.lookup{border:1px solid var(--rdx-ink-100);border-radius:10px;padding:28px 32px;display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:start}
.lookup__col{display:flex;flex-direction:column;gap:18px}
.lookup__field label{display:block;font-size:13px;font-weight:600;color:var(--text-strong);margin-bottom:6px}
.lookup__field input{width:100%;padding:10px 12px;border:1px solid var(--field-border);border-radius:6px;background:#fff;font:inherit;font-size:14px;color:var(--text-strong);transition:border-color var(--t-base),box-shadow var(--t-base)}
.lookup__field input:focus{outline:0;border-color:var(--rdx-blue-500);box-shadow:0 0 0 3px var(--field-focus-ring-soft)}
.lookup__btn{align-self:flex-start;background:var(--rdx-blue-500);color:#fff;border:0;padding:13px 32px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;border-radius:6px;cursor:pointer;font-family:inherit;transition:background var(--t-base),transform var(--t-base)}
.lookup__btn:hover{background:var(--rdx-blue-600);transform:translateY(-1px)}
.lookup__or{display:flex;flex-direction:column;align-items:center;height:100%;color:var(--text-muted);font-size:14px;font-weight:600;padding-top:30px}
.lookup__or::before,.lookup__or::after{content:'';flex:1;width:1px;border-left:1px dashed var(--field-border);margin:0 auto}
.lookup__or::before{margin-bottom:10px}
.lookup__or::after{margin-top:10px}
.lookup-result{margin-top:28px;background:#fff;border:1px solid var(--rdx-ink-100);border-radius:10px;padding:28px;animation:lookupFade .35s ease-out}
@keyframes lookupFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.lookup-result__head{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--rdx-ink-100);flex-wrap:wrap}
.lookup-result__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(31,138,91,.1);color:var(--rdx-success);border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.lookup-result__chip::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--rdx-success);animation:lookupDot 1.6s ease-in-out infinite}
@keyframes lookupDot{0%,100%{opacity:1}50%{opacity:.4}}
.lookup-result__num{font-size:13px;color:var(--text-muted);margin-left:auto}
.lookup-result__num strong{color:var(--text-strong);font-family:Menlo,Consolas,monospace}
.lookup-result__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:18px 0;position:relative}
.lookup-result__step{position:relative;padding-top:42px;text-align:center}
.lookup-result__step::before{content:'';position:absolute;top:13px;left:50%;width:100%;height:2px;background:var(--rdx-ink-100);z-index:0}
.lookup-result__step:last-child::before{display:none}
.lookup-result__step .dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid var(--rdx-ink-100);font-size:11px;font-weight:800;color:var(--text-muted);display:flex;align-items:center;justify-content:center;z-index:1}
.lookup-result__step.is-done .dot{background:var(--rdx-blue-500);border-color:var(--rdx-blue-500);color:#fff}
.lookup-result__step.is-done::before{background:var(--rdx-blue-500)}
.lookup-result__step.is-current .dot{background:var(--rdx-blue-500);border-color:var(--rdx-blue-500);color:#fff;box-shadow:0 0 0 5px rgba(36,121,217,.18)}
.lookup-result__step .l{font-size:12px;font-weight:700;color:var(--text-strong);margin:0}
.lookup-result__step.is-pending .l{color:var(--text-muted)}
.lookup-result__step .t{font-size:11px;color:var(--text-muted);margin-top:2px;font-variant-numeric:tabular-nums}
.lookup-result__feed{list-style:none;padding:14px 0 0;margin:0;border-top:1px solid var(--rdx-ink-100)}
.lookup-result__feed li{display:flex;align-items:flex-start;gap:14px;padding:8px 0;font-size:13px}
.lookup-result__feed .ev-dot{width:8px;height:8px;border-radius:50%;background:var(--field-border);margin-top:6px;flex-shrink:0}
.lookup-result__feed li.is-active .ev-dot{background:var(--rdx-blue-500);box-shadow:0 0 0 3px rgba(36,121,217,.2)}
.lookup-result__feed .ev-body{flex:1}
.lookup-result__feed .ev-title{font-weight:700;color:var(--text-strong)}
.lookup-result__feed .ev-time{color:var(--text-muted);font-size:12px;font-variant-numeric:tabular-nums;flex-shrink:0}
@media (max-width:720px){
  .lookup-card{padding:30px 22px}
  .lookup{grid-template-columns:1fr;padding:22px;gap:18px}
  .lookup__or{flex-direction:row;height:auto;padding:0;width:100%}
  .lookup__or::before,.lookup__or::after{border-left:0;border-top:1px dashed var(--field-border);width:auto;height:1px;margin:0 10px;align-self:center}
  .lookup-result__steps{grid-template-columns:1fr;gap:14px}
  .lookup-result__step{padding:0 0 0 40px;text-align:left}
  .lookup-result__step::before{top:28px;left:13px;width:2px;height:100%}
  .lookup-result__step .dot{top:0;left:0;transform:none}
  .lookup-result__num{margin-left:0;width:100%}
}

/* ============ Still need help band ============ */
.still-help{background:#fff;border-top:1px solid var(--rdx-ink-100);padding:64px 20px 80px;text-align:center}
.still-help h2{font-size:22px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-strong);margin:0 0 12px}
.still-help p{max-width:540px;margin:0 auto 22px;color:var(--text-muted);font-size:15px;line-height:1.55}
.still-help .btn{padding:14px 26px;font-size:13px;display:inline-flex;align-items:center;gap:8px}
.still-help .btn svg{width:16px;height:16px}

/* ============ HEADER / NAV ============ */
.site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--rdx-ink-100)}
.site-header__row{display:flex;align-items:center;justify-content:space-between;height:72px;gap:20px}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.brand__logo{height:34px;width:auto;display:block}
@media (max-width:1023px){.brand__logo{height:30px}}
.brand__mark{width:40px;height:40px;border-radius:50%;background:var(--rdx-blue-500);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.04em}
.brand__word{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:.06em;color:var(--text-strong);text-transform:uppercase}

.nav{display:none;gap:28px;font-size:14px;font-weight:600;color:var(--text-default);align-items:center}
.nav__item{position:relative}
.nav__item > a{display:inline-flex;align-items:center;gap:4px;padding:24px 0;color:var(--rdx-blue-500);font-weight:600;transition:color var(--t-base);position:relative}
.nav__item > a:hover,.nav__item.is-open > a,.nav__item > a.is-active{color:var(--rdx-blue-600)}
.nav__item > a.is-active::after{content:"";position:absolute;left:0;right:18px;bottom:18px;height:2px;background:var(--rdx-blue-500);border-radius:2px}
.nav .caret{font-size:9px;opacity:.7;transition:transform var(--t-base)}
.nav__item.is-open .caret{transform:rotate(180deg)}
.nav__menu{position:absolute;top:calc(100% - 6px);left:-18px;min-width:240px;background:#fff;border:1px solid var(--rdx-ink-100);border-radius:6px;box-shadow:0 16px 40px -12px rgba(13,16,28,.18),0 4px 12px -4px rgba(13,16,28,.08);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--t-base),transform var(--t-base),visibility var(--t-base);z-index:30}
.nav__item.is-open .nav__menu,.nav__item:hover .nav__menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav__menu a{display:block;padding:13px 22px;font-size:14px;font-weight:600;color:var(--rdx-blue-500);transition:background var(--t-base),color var(--t-base);min-height:var(--hit-min)}
.nav__menu a:hover{background:var(--rdx-sky-50);color:var(--rdx-blue-700)}
.nav__menu a + a{border-top:1px solid var(--rdx-ink-100)}

.nav-actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.icon-btn{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--rdx-blue-500);transition:background var(--t-base);background:transparent;border:0;box-shadow:none;padding:0}
.icon-btn:hover{background:var(--rdx-blue-50)}
.icon-btn svg{width:20px;height:20px}
.icon-btn img{display:block;width:22px;height:22px;object-fit:contain}
.burger{display:inline-flex;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;border-radius:8px;background:transparent;border:0;box-shadow:none;padding:0}
body.redux-redesign .site-header .icon-btn{width:40px;min-width:40px;height:40px;border-radius:50%;background:transparent;border:0;box-shadow:none;padding:0;color:var(--rdx-blue-500)}
body.redux-redesign .site-header .icon-btn:hover{background:var(--rdx-blue-50)}
body.redux-redesign .site-header .burger{width:44px;min-width:44px;height:44px;background:transparent;border:0;box-shadow:none;padding:0}
.burger i{width:22px;height:2px;background:var(--text-strong);border-radius:2px;transition:transform var(--t-base),opacity var(--t-base)}
.cta-pill{display:none}
@media (min-width:1024px){.nav{display:flex}.cta-pill{display:inline-flex}.burger{display:none}}

/* Mobile drawer */
.drawer-bg{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity var(--t-base);z-index:899}
.drawer-bg.open{opacity:1;pointer-events:auto}
.drawer{position:fixed;top:0;right:0;bottom:0;width:340px;max-width:88vw;background:#fff;z-index:900;transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.3,1);display:flex;flex-direction:column;box-shadow:-12px 0 32px rgba(0,0,0,.2)}
.drawer.open{transform:translateX(0)}
.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--rdx-ink-100)}
.drawer__close{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--text-strong);background:transparent;border:0;box-shadow:none;padding:0}
.drawer__nav{padding:8px 0;display:flex;flex-direction:column;flex:1;overflow-y:auto}
.drawer__nav details,.drawer__nav a.drawer__nav-direct{border-bottom:1px solid var(--rdx-ink-100)}
.drawer__nav summary{list-style:none;cursor:pointer;padding:18px 24px;font-weight:700;font-size:15px;color:var(--text-strong);text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;justify-content:space-between;min-height:var(--hit-min)}
.drawer__nav summary::-webkit-details-marker{display:none}
.drawer__nav summary .caret{font-size:11px;color:var(--rdx-blue-500);transition:transform var(--t-base)}
.drawer__nav details[open] summary .caret{transform:rotate(180deg)}
.drawer__nav a.drawer__nav-direct{display:flex;align-items:center;padding:18px 24px;font-weight:700;font-size:15px;color:var(--text-strong);text-transform:uppercase;letter-spacing:.04em;min-height:var(--hit-min)}
.drawer__nav a.drawer__nav-direct:hover,.drawer__nav summary:hover{color:var(--rdx-blue-500)}
.drawer__sub{display:flex;flex-direction:column;background:var(--rdx-sky-50);border-top:1px solid var(--rdx-ink-100)}
.drawer__sub a{padding:14px 24px 14px 36px;font-weight:600;font-size:14px;color:var(--rdx-blue-500);border-bottom:1px solid rgba(0,0,0,.04);min-height:44px;display:flex;align-items:center}
.drawer__sub a:last-child{border-bottom:0}
.drawer__sub a:hover{background:var(--rdx-blue-100)}
.drawer__cta{padding:20px;margin-top:auto;border-top:1px solid var(--rdx-ink-100)}
.drawer__cta .btn{width:100%}
body.no-scroll{overflow:hidden}

/* ============ HERO ============ */
.hero,body.redux-redesign .hero{position:relative;background:var(--hero-surface);color:var(--hero-text);overflow:hidden;font-family:var(--font-sans);font-size:15px;line-height:1.55}
.hero > .container,body.redux-redesign .hero > .container{padding-block:var(--hero-container-padding-y)}
.hero__inner{position:relative;display:grid;grid-template-columns:1fr;gap:var(--hero-grid-gap);padding-block:var(--hero-padding-y);align-items:center;z-index:var(--hero-content-z)}
.hero__eyebrow{display:var(--hero-eyebrow-display);color:var(--hero-eyebrow-color)}
.hero__accent{color:var(--hero-accent)}
.hero__copy h1,body.redux-redesign .hero__copy h1{font-family:var(--hero-title-font);font-weight:800;font-size:var(--fluid-h1);line-height:var(--hero-title-leading);text-transform:uppercase;margin:0 0 var(--hero-title-gap);max-width:var(--hero-copy-max);color:var(--hero-text)}
.hero__copy h1 .tm{font-size:.6em;vertical-align:super;margin-left:2px}
.hero__copy p{font-size:var(--hero-body-size);line-height:var(--hero-body-leading);color:var(--hero-body-text);max-width:var(--hero-body-max);margin:0 0 var(--hero-body-gap)}
.hero__ctas{display:flex;flex-direction:column;gap:var(--hero-cta-gap);margin-bottom:var(--hero-cta-gap-bottom)}
.hero__ctas .btn,body.redux-redesign .hero__ctas .btn{font-family:var(--hero-cta-font)}
.hero__ctas .btn--primary:hover,body.redux-redesign .hero__ctas .btn--primary:hover{color:var(--hero-cta-primary-hover-color)}
.hero__badges{display:flex;flex-wrap:wrap;gap:var(--hero-badge-gap)}
.hero__visual{position:relative;background:var(--hero-visual-surface);border-radius:var(--hero-visual-radius);overflow:hidden;aspect-ratio:1/1;box-shadow:var(--hero-visual-shadow)}
.hero__visual img{width:100%;height:100%;object-fit:cover;display:block}
.hero__orb{position:absolute;border-radius:var(--hero-orb-radius);z-index:var(--hero-decor-z)}
.hero__orb--1{right:var(--hero-orb-1-x);top:var(--hero-orb-1-y);width:var(--hero-orb-1-size);height:var(--hero-orb-1-size);background:var(--hero-orb-1-color);opacity:var(--hero-orb-1-opacity)}
.hero__orb--2{right:var(--hero-orb-2-x);bottom:var(--hero-orb-2-y);width:var(--hero-orb-2-size);height:var(--hero-orb-2-size);background:var(--hero-orb-2-color);opacity:var(--hero-orb-2-opacity)}
@media (min-width:480px){.hero__ctas{flex-direction:row}}
@media (min-width:768px){.hero__inner{grid-template-columns:var(--hero-grid-columns-md);gap:var(--hero-grid-gap-md);padding-block:var(--hero-padding-y-md)}.hero__copy p{font-size:var(--hero-body-size-md)}}
@media (min-width:1024px){.hero__inner{padding-block:var(--hero-padding-y-lg);gap:var(--hero-grid-gap-lg)}}

/* ============ STAT STRIP ============ */
.stats{padding-block:48px;background:#fff;max-height:320px;display:flex;align-items:center}
.stats__row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center;align-items:center;justify-items:center;max-width:880px;margin:0 auto;width:100%}
.stats__item{display:flex;flex-direction:column;align-items:center;gap:6px}
.stats .num{font-weight:800;font-size:clamp(28px,4vw,48px);color:var(--rdx-blue-500);line-height:1;margin:0;font-variant-numeric:tabular-nums}
.stats .lbl{font-size:11px;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin:0}
@media (max-width:480px){.stats .num{font-size:24px}.stats .lbl{font-size:10px}}

/* ============ FEATURES ============ */
.features{background:#fff}
.features__grid{display:grid;grid-template-columns:1fr;gap:20px}
.feat-card{background:var(--rdx-ink-25);border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);padding:32px 24px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}
.feat-card .title{font-weight:700;font-size:13px;color:var(--text-strong);letter-spacing:.06em;text-transform:uppercase;margin:0}
.feat-card .body{font-size:14px;color:var(--text-muted);line-height:1.55;max-width:260px;margin:-8px 0 0}
@media (min-width:768px){.features__grid{grid-template-columns:repeat(3,1fr);gap:24px}}

/* ============ PROCESS — three step cards, ink→blue→sky gradation ============ */
.process{background:#fff;text-align:center;padding-block:var(--section-y-mobile)}
@media (min-width:768px){.process{padding-block:var(--section-y-tablet)}}
@media (min-width:1024px){.process{padding-block:var(--section-y-desktop)}}
.process__intro{font-size:14px;color:var(--text-muted);margin:0 0 var(--sp-8);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.process-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:1100px;margin:0 auto}
@media (min-width:780px){.process-grid{grid-template-columns:repeat(3,1fr);gap:22px}}
.proc-step{
  display:flex;align-items:center;gap:18px;
  padding:24px 26px;border-radius:var(--r-lg);min-height:140px;
  background:var(--rdx-ink-25);border:1px solid var(--rdx-ink-100);
  text-align:left;
}
.proc-step__num{
  flex-shrink:0;
  width:56px;height:56px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--on-dark);font-weight:800;font-size:22px;
}
.proc-step__num--1{background:var(--rdx-ink-900)}
.proc-step__num--2{background:var(--rdx-blue-500);box-shadow:var(--sh-glow-blue)}
.proc-step__num--3{background:var(--rdx-sky-400)}

.proc-step__body{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1;min-width:0}
.proc-step__icon{
  width:36px;height:36px;border-radius:var(--r-sm);
  background:var(--rdx-blue-50);color:var(--rdx-blue-500);
  display:inline-flex;align-items:center;justify-content:center;
  margin-bottom:2px;
}
.proc-step__icon svg{width:18px;height:18px}
.proc-step h4{font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-strong);margin:0}
.proc-step p{font-size:13.5px;color:var(--text-muted);line-height:1.5;margin:0;text-wrap:pretty}

@media (max-width:520px){
  .proc-step{flex-direction:column;text-align:center;padding:22px;min-height:0}
  .proc-step__body{align-items:center}
}

/* ============ B2B BAND ============ */
.biz-cta{padding-block:48px}
.biz-cta__card{background:rgb(107,114,128);color:#fff;border-radius:var(--r-md);padding:36px 28px;text-align:center}
.biz-cta__card h3{font-weight:700;font-size:clamp(18px,2vw,22px);line-height:1.3;margin:0 0 20px;color:#fff}

/* ============ PRODUCTS ============ */
.products{background:linear-gradient(180deg,var(--rdx-paper) 0%,var(--rdx-sky-50) 60%);position:relative;overflow:hidden}
.products__head{text-align:center;margin-bottom:32px}
.products__head h2{margin-bottom:12px}
.products__head p{font-size:15px;color:var(--text-muted);max-width:480px;margin:0 auto 18px;line-height:1.55}
.products__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--rdx-blue-500);color:#fff;border-radius:99px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--sh-glow-blue)}
.products__pill .badge--success{background:#fff;color:var(--rdx-success);padding:3px 8px;font-size:9px;border-radius:99px;display:inline-flex;align-items:center;gap:4px}
.products__rail{position:relative}
.products__scroll{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 24px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.products__scroll::-webkit-scrollbar{display:none}
.prod-card{flex:0 0 240px;background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);overflow:hidden;box-shadow:var(--sh-card);scroll-snap-align:start;display:flex;flex-direction:column;transition:transform var(--t-base),box-shadow var(--t-base)}
.prod-card:hover{transform:translateY(-2px);box-shadow:var(--sh-card-md)}
.prod-card .prod-img{aspect-ratio:1/1;border-bottom:1px solid var(--rdx-ink-100);background:#fff;display:block;width:100%;object-fit:cover}
.prod-card__body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.prod-card__name{font-weight:700;font-size:14px;color:var(--text-strong);text-transform:uppercase;letter-spacing:.02em;margin:0}
.prod-card__price{font-weight:800;font-size:18px;color:var(--rdx-blue-500);margin:0}
.prod-card__desc{font-size:12px;color:var(--text-muted);line-height:1.5;flex:1;margin:0}
.prod-card__link{align-self:flex-start;margin-top:0;font-size:var(--text-link-cta-size);font-weight:var(--text-link-cta-weight);color:var(--text-link-cta-color);text-transform:none;letter-spacing:0;line-height:1.35;display:inline-flex;align-items:center;gap:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:var(--text-link-cta-underline-offset)}
.prod-card__link:hover{color:var(--text-link-cta-hover);text-decoration-thickness:1.5px}
.products__view-all{text-align:center;margin-top:8px}
.products__view-all-link{display:inline-flex;align-items:center;justify-content:center;color:var(--text-link-cta-color);font-size:var(--text-link-cta-size);font-weight:var(--text-link-cta-weight);line-height:1.35;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:var(--text-link-cta-underline-offset)}
.products__view-all-link:hover{color:var(--text-link-cta-hover);text-decoration-thickness:1.5px}
.prod-card__link .arr,.products__view-all-link .arr{font-weight:700;margin-left:2px;line-height:1}
.products::before{content:"";position:absolute;left:-160px;top:80px;width:320px;height:320px;border-radius:50%;background:var(--rdx-sky-100);opacity:.6;z-index:0}
.products::after{content:"";position:absolute;right:-120px;bottom:120px;width:260px;height:260px;border-radius:50%;background:var(--rdx-blue-100);opacity:.5;z-index:0}
.products .container{position:relative;z-index:1}
@media (min-width:1024px){.products__scroll{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible;padding:8px 0 0}.prod-card{flex:initial}}

/* ============ MOBILE BAND ============ */
.mobile-band{background:var(--grad-band);color:#fff;padding-block:24px}
.mobile-band__row{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.mobile-band__lead{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:14px}
.mobile-band__lead svg{width:18px;height:18px;flex-shrink:0}
@media (min-width:768px){.mobile-band__row{flex-direction:row;justify-content:center}}

/* ============ TESTIMONIALS ============ */
.testimonials{background:var(--rdx-sky-50);text-align:center}
.testimonials__head{margin-bottom:36px}
.testimonials__grid{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:48px}
.testi{background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:14px;text-align:left;box-shadow:var(--sh-card);position:relative}
.testi__stars{color:var(--rdx-warning);font-size:14px;letter-spacing:2px}
.testi__quote-mark{position:absolute;top:18px;right:18px;color:var(--rdx-sky-200);font-size:20px;font-family:Georgia,serif}
.testi__quote{font-size:14px;color:var(--text-default);line-height:1.6;font-style:italic;margin:0;flex:1}
.testi__author{display:flex;align-items:center;gap:12px;margin-top:6px}
.testi__avatar{width:40px;height:40px;border-radius:50%;background:var(--rdx-blue-500);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}
.testi__name{font-weight:700;color:var(--text-strong);font-size:13px;margin:0}
.testi__role{font-size:11px;color:var(--text-muted);margin:0}
.testimonials__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}
.testimonials__stats .num{font-weight:800;font-size:clamp(24px,3.5vw,40px);color:var(--rdx-blue-500);line-height:1;margin:0}
.testimonials__stats .lbl{font-size:10px;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin-top:4px}
@media (min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}

/* ============ PROS (dark band) ============ */
.pros{position:relative;background:var(--rdx-ink-900);color:#fff;overflow:hidden}
.pros__head{text-align:center;margin-bottom:36px;position:relative;z-index:2}
.pros__head h2{color:#fff;margin-bottom:16px}
.pros__head p{color:var(--on-dark-2);font-size:15px;max-width:560px;margin:0 auto}
.pros__grid{display:grid;grid-template-columns:1fr;gap:20px;position:relative;z-index:2;margin-bottom:36px}
.pros__card{background:var(--surface-on-dark-card);border:1px solid var(--stroke-on-dark);border-radius:var(--r-md);padding:32px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}
.pros__card h4{font-weight:800;font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin:0}
.pros__card p{font-size:13px;color:var(--on-dark-3);line-height:1.55;margin:0}
.pros__card a.link{font-size:11px;font-weight:700;color:var(--rdx-sky-400);text-transform:uppercase;letter-spacing:.06em;margin-top:auto;display:inline-flex;align-items:center;gap:0}
.pros__card a.link .arr{font-weight:700;margin-left:2px;line-height:1}
.pros__cta{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;position:relative;z-index:2}
.pros__orb{position:absolute;border-radius:50%;z-index:1}
.pros__orb--1{right:-100px;top:-80px;width:340px;height:340px;background:var(--rdx-blue-700);opacity:.4}
.pros__orb--2{left:-120px;bottom:-160px;width:300px;height:300px;background:var(--rdx-ink-800);opacity:.6}
@media (min-width:480px){.pros__cta{flex-direction:row}}
@media (min-width:768px){.pros__grid{grid-template-columns:1fr 1fr;max-width:760px;margin-left:auto;margin-right:auto;margin-bottom:36px}}

/* ============ FOOTER ============ */
.site-footer{
  position:relative;color:var(--on-dark);overflow:visible;
  z-index:var(--z-footer);
  background-color:var(--footer-bg-color);
  background-image:var(--footer-bg-image);
  background-repeat:var(--footer-bg-repeat);
  background-position:var(--footer-bg-position);
  background-size:var(--footer-bg-size);
  isolation:isolate;
  min-height:var(--footer-min-height);
}
.site-footer__inner{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;gap:var(--footer-inner-gap);
  padding-block:var(--footer-inner-padding-y-start) var(--footer-inner-padding-y-end);position:relative;
  min-height:inherit;
}
@media (max-width:1023px){
  .site-footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center}
}
@media (max-width:767px){
  .site-footer__inner{align-content:start}
  .site-footer__brand{justify-self:center;margin-bottom:2px}
}
@media (min-width:768px) and (max-width:1023px){
  .site-footer__inner{grid-template-columns:auto minmax(0,1fr) auto;justify-items:normal;text-align:left}
}

/* brand lockup — production Redux footer logo */
.site-footer__brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}
.site-footer__logo{display:block;width:var(--footer-logo-width);height:var(--footer-logo-height);max-width:min(var(--footer-logo-width),100%)}

/* body — nav row + contact line */
.site-footer__body{display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:100%;min-width:0}
@media (max-width:1023px){.site-footer__body{align-items:center}}
@media (min-width:768px) and (max-width:1023px){.site-footer__body{align-items:flex-end}}
@media (max-width:767px){.site-footer__body{gap:6px}}

/* nav row */
.site-footer__nav{display:flex;flex-wrap:wrap;gap:8px 28px;align-items:center;justify-content:flex-end;max-width:100%;position:relative;z-index:1}
@media (max-width:1023px){.site-footer__nav{justify-content:center}}
@media (min-width:768px) and (max-width:1023px){.site-footer__nav{justify-content:flex-end;gap:8px 20px}}
.site-footer__nav-item{position:relative}
.site-footer__nav-item.is-open,
.site-footer__nav-item:hover,
.site-footer__nav-item:focus-within{z-index:2}
.site-footer__nav-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:15px;font-weight:600;color:var(--on-dark);
  padding:8px 2px;line-height:1;transition:color var(--t-base);
  min-height:var(--hit-min);
}
.site-footer__nav-link:hover,
.site-footer__nav-item.is-open > .site-footer__nav-link{color:var(--rdx-sky-300)}
.site-footer__nav-link .caret{font-size:10px;opacity:.85;transition:transform var(--t-base)}
.site-footer__nav-item.is-open .site-footer__nav-link .caret{transform:rotate(180deg)}

/* hover dropdown */
.site-footer__sub{
  position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px);
  min-width:220px;
  background:var(--rdx-ink-900);border:1px solid var(--stroke-on-dark-strong);
  border-radius:var(--r-md);box-shadow:var(--sh-card-lg);
  padding:6px 0;display:flex;flex-direction:column;
  opacity:0;visibility:hidden;transition:opacity var(--t-base),transform var(--t-base),visibility var(--t-base);
  z-index:var(--z-overlay);
}
.site-footer__nav-item.is-open .site-footer__sub,
.site-footer__nav-item:hover .site-footer__sub,
.site-footer__nav-item:focus-within .site-footer__sub{
  opacity:1;visibility:visible;transform:translate(-50%,0);
}
.site-footer__sub a{
  display:block;padding:11px 18px;font-size:13px;font-weight:600;color:var(--on-dark-2);
  min-height:var(--hit-min);transition:background var(--t-base),color var(--t-base);
}
.site-footer__sub a:hover{background:var(--surface-on-dark-card-strong);color:var(--on-dark)}
.site-footer__sub a + a{border-top:1px solid var(--stroke-on-dark)}

/* contact line */
.site-footer__contact{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;
  font-size:14px;color:var(--footer-contact-color);
  max-width:100%;line-height:1.55;
}
.site-footer__contact a{color:var(--footer-contact-color);font-weight:500;transition:color var(--t-base);overflow-wrap:anywhere}
.site-footer__contact a:hover{color:var(--on-dark)}
.site-footer__sep{color:var(--on-dark-3);user-select:none}
@media (max-width:1023px){.site-footer__contact{justify-content:center}}
@media (min-width:768px) and (max-width:1023px){.site-footer__contact{justify-content:flex-end}}
@media (max-width:480px){.site-footer__contact{gap:6px 8px;font-size:13px}}

/* ============ PAGE HEADER (sub-pages) ============ */
.page-hero{position:relative;background:var(--rdx-ink-900);color:#fff;padding-block:80px 60px;overflow:hidden;text-align:center}
.page-hero__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--title-accent-blue);margin-bottom:14px}
.page-hero h1{font-weight:800;font-size:var(--route-hero-title-size);line-height:var(--hero-title-leading);text-transform:uppercase;color:#fff;margin:0 auto 18px;max-width:880px}
.page-hero p{font-size:16px;line-height:1.6;color:var(--on-dark-2);max-width:620px;margin:0 auto}
.page-hero__orb{position:absolute;border-radius:50%;z-index:1}
.page-hero__orb--1{right:-120px;top:-100px;width:380px;height:380px;background:var(--rdx-blue-700);opacity:.35}
.page-hero__orb--2{left:-140px;bottom:-160px;width:300px;height:300px;background:var(--rdx-ink-800);opacity:.6}
.page-hero .container{position:relative;z-index:2}

/* ============ CONTENT BLOCKS (used across pages) ============ */
.content-band{background:#fff;padding-block:64px}
.content-band--alt{background:var(--rdx-ink-25)}
.content-band--sky{background:var(--rdx-sky-50)}
.content-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
.content-grid--media-right{}
.content-grid p{font-size:15px;line-height:1.65;color:var(--text-default);margin:0 0 14px}
.content-grid h2{margin-bottom:14px}
.content-grid .media{aspect-ratio:4/3;border-radius:var(--r-md);background:var(--rdx-ink-100);overflow:hidden}
.content-grid .media img{width:100%;height:100%;object-fit:cover;display:block}
@media (min-width:768px){.content-grid{grid-template-columns:1fr 1fr;gap:48px}.content-grid--media-right .media{order:2}}

/* Person/profile cards (About, Reviews) */
.person{background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--sh-card)}
.person__avatar{width:84px;height:84px;border-radius:50%;background:var(--rdx-sky-100);display:flex;align-items:center;justify-content:center;color:var(--rdx-blue-500);font-weight:800;font-size:24px;overflow:hidden}
.person__avatar img{width:100%;height:100%;object-fit:cover}
.person__name{font-weight:800;font-size:16px;color:var(--text-strong);margin:0;text-transform:uppercase;letter-spacing:.04em}
.person__role{font-size:12px;color:var(--rdx-blue-500);margin:0;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.person__bio{font-size:14px;line-height:1.55;color:var(--text-muted);margin:0}

/* Comparison table (Light/Pro) */
.cmp-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--r-md);overflow:hidden;box-shadow:var(--sh-card);font-size:14px}
.cmp-table th,.cmp-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--rdx-ink-100);vertical-align:top}
.cmp-table thead th{background:var(--rdx-ink-900);color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.cmp-table tbody th{font-weight:700;color:var(--text-strong);background:var(--rdx-ink-25)}
.cmp-table .yes{color:var(--rdx-success);font-weight:800}
.cmp-table .no{color:var(--rdx-ink-300)}
.cmp-table .accent{color:var(--title-accent-blue);font-weight:800}
.cmp-table td.yes,
.cmp-table td.no{font-family:var(--font-sans);font-size:var(--table-status-icon-size);line-height:var(--table-status-leading)}
.cmp-table span.yes,
.cmp-table span.no{display:inline-flex;align-items:center;gap:var(--table-status-gap);font-family:var(--font-sans);font-size:var(--table-status-size);line-height:var(--table-status-leading);white-space:nowrap;vertical-align:middle}
@media (max-width:640px){
  .cmp-table thead{display:none}
  .cmp-table,.cmp-table tbody,.cmp-table tr,.cmp-table td,.cmp-table th{display:block;width:100%}
  .cmp-table tr{border-bottom:8px solid var(--rdx-paper)}
  .cmp-table td{border-bottom:1px solid var(--rdx-ink-100);padding:12px 16px;display:flex;justify-content:space-between;gap:12px}
  .cmp-table td::before{content:attr(data-col);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;flex-shrink:0}
}

/* PDP gallery + buy box */
.pdp{background:#fff;padding-block:48px}
.pdp__grid{display:grid;grid-template-columns:1fr;gap:32px}
.pdp__gallery{display:flex;flex-direction:column;gap:12px}
.pdp__gallery .main{aspect-ratio:1/1;background:var(--rdx-ink-25);border-radius:var(--r-md);overflow:hidden}
.pdp__gallery .main img{width:100%;height:100%;object-fit:cover;display:block}
.pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.pdp__thumbs button{aspect-ratio:1/1;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--rdx-ink-100);padding:0;background:var(--rdx-ink-25);cursor:pointer}
.pdp__thumbs button.is-active{border-color:var(--rdx-blue-500);box-shadow:0 0 0 2px var(--rdx-blue-100)}
.pdp__thumbs img{width:100%;height:100%;object-fit:cover;display:block}
.pdp__buy h1{font-size:clamp(24px,3vw,34px);font-weight:800;text-transform:uppercase;line-height:1.1;margin:0 0 8px;color:var(--text-strong)}
.pdp__buy .price{font-size:28px;font-weight:800;color:var(--rdx-blue-500);margin:6px 0 12px}
.pdp__buy .desc{font-size:15px;line-height:1.6;color:var(--text-default);margin-bottom:18px}
.pdp__qty{display:flex;align-items:center;gap:0;border:1px solid var(--rdx-ink-100);border-radius:var(--r-sm);width:fit-content;margin-bottom:14px;overflow:hidden}
.pdp__qty button{width:44px;height:44px;background:#fff;color:var(--text-strong);font-size:18px;font-weight:700;border:0;cursor:pointer}
.pdp__qty button:hover{background:var(--rdx-ink-25)}
.pdp__qty input{width:56px;height:44px;text-align:center;border:0;border-left:1px solid var(--rdx-ink-100);border-right:1px solid var(--rdx-ink-100);font-weight:700;font-size:15px}
.pdp__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.pdp__features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;font-size:13px;color:var(--text-default)}
.pdp__features li{display:flex;gap:8px;align-items:flex-start}
.pdp__features svg{width:16px;height:16px;color:var(--rdx-success);flex-shrink:0;margin-top:2px}
@media (min-width:768px){.pdp__grid{grid-template-columns:1fr 1fr;gap:48px}.pdp__actions{flex-direction:row}}

/* Contact form */
.form{display:flex;flex-direction:column;gap:14px}
.form label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-strong);margin-bottom:6px;display:block}
.form input[type=text],.form input[type=email],.form input[type=tel],.form select,.form textarea{width:100%;padding:12px 14px;border:1px solid var(--rdx-ink-100);border-radius:var(--r-sm);font-size:16px;font-family:inherit;background:#fff;color:var(--text-strong);transition:border-color var(--t-base),box-shadow var(--t-base)}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--rdx-blue-500);box-shadow:0 0 0 3px var(--rdx-blue-100)}
.form textarea{min-height:140px;resize:vertical;line-height:1.5}
.form .row-2{display:grid;grid-template-columns:1fr;gap:14px}
.form__counter{font-size:11px;color:var(--text-muted);margin:4px 0 0}
.form__submit{align-self:flex-start;margin-top:6px}
@media (min-width:640px){.form .row-2{grid-template-columns:1fr 1fr}}
.contact-grid{display:grid;grid-template-columns:1fr;gap:36px}
@media (min-width:1024px){.contact-grid{grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);gap:var(--contact-layout-gap)}}
.contact-form-column{min-width:0}
.contact-form-title{margin:0 0 8px;text-transform:uppercase}
.contact-form-lead{color:var(--text-muted);font-size:14px;line-height:1.55;margin:0 0 22px}
.address-card{background:var(--rdx-ink-25);border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);padding:24px}
.address-card h3{font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px;color:var(--text-strong);font-weight:800}
.address-card p,.address-card a{font-size:14px;color:var(--text-default);margin:0 0 6px;line-height:1.5}
.address-card a:hover{color:var(--rdx-blue-500)}
.social-row{display:flex;gap:10px;margin-top:14px}
.social-row a{width:40px;height:40px;border-radius:50%;background:var(--rdx-blue-500);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--t-base)}
.social-row a:hover{background:var(--rdx-blue-700)}
.social-row svg{width:18px;height:18px}
.contact-sidebar{background:var(--rdx-paper);padding:0;overflow:hidden}
.contact-sidebar__head{padding:var(--contact-card-padding-y) var(--contact-card-padding-x) 18px;border-bottom:1px solid var(--rdx-ink-100)}
.contact-sidebar__head h3{font-size:13px;margin:0 0 6px}
.contact-sidebar__head p{font-size:13px;color:var(--text-muted);margin:0}
.contact-map{padding:18px var(--contact-card-padding-x)}
.contact-map__slot{aspect-ratio:16/10;border-radius:var(--contact-map-radius)}
.contact-map__frame{display:block;width:100%;height:auto;min-height:220px;border:0;background:var(--rdx-ink-25)}
.contact-map h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin:16px 0 4px;color:var(--text-strong)}
.contact-map p{font-size:13px;color:var(--text-default);margin:0;line-height:1.45}
.redux-dynamic-contact-form{display:block;background:var(--contact-form-surface);border:1px solid var(--contact-form-border);border-radius:var(--contact-form-radius);padding:var(--contact-form-padding);box-shadow:0 16px 44px rgba(37,40,42,.07)}
.redux-dynamic-contact-form .gform_wrapper,.redux-dynamic-contact-form form{margin:0}
.redux-dynamic-contact-form .gform_fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--contact-form-row-gap) var(--contact-form-column-gap)}
.redux-dynamic-contact-form .gfield{grid-column:1/-1;margin:0;padding:0;min-width:0;border:0}
.redux-dynamic-contact-form fieldset.gfield{border:0}
.redux-dynamic-contact-form .gfield--width-half{grid-column:span 6}
.redux-dynamic-contact-form .gfield_label,.redux-dynamic-contact-form legend.gfield_label,.redux-dynamic-contact-form .ginput_complex label,.redux-dynamic-contact-form .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
.redux-dynamic-contact-form legend.gfield_label{float:none}
.redux-dynamic-contact-form .gfield_required{display:none}
.redux-dynamic-contact-form .ginput_complex{display:grid;grid-template-columns:1fr;gap:var(--contact-form-column-gap)}
.redux-dynamic-contact-form .ginput_complex > span{display:block;min-width:0}
.redux-dynamic-contact-form .ginput_container{margin:0}
.redux-dynamic-contact-form input[type=text],.redux-dynamic-contact-form input[type=email],.redux-dynamic-contact-form input[type=tel],.redux-dynamic-contact-form select,.redux-dynamic-contact-form textarea{display:block;width:100%;min-height:var(--contact-form-field-height);padding:12px var(--contact-form-field-padding-x);border:1px solid var(--contact-form-field-border);border-radius:var(--contact-form-field-radius);background:var(--contact-form-field-bg);color:var(--contact-form-field-text);font-family:inherit;font-size:16px;line-height:1.45;transition:border-color var(--t-base),box-shadow var(--t-base),background-color var(--t-base)}
.redux-dynamic-contact-form textarea{height:var(--contact-form-message-min-height);min-height:var(--contact-form-message-min-height);resize:vertical}
.redux-dynamic-contact-form input::placeholder,.redux-dynamic-contact-form textarea::placeholder{color:var(--contact-form-field-placeholder)}
.redux-dynamic-contact-form input:focus,.redux-dynamic-contact-form select:focus,.redux-dynamic-contact-form textarea:focus{outline:0;border-color:var(--contact-form-field-focus);box-shadow:0 0 0 3px var(--contact-form-field-focus-ring)}
.redux-dynamic-contact-form .gform-footer{display:flex;margin:var(--contact-form-row-gap) 0 0;padding:0}
.redux-dynamic-contact-form input[type=submit],.redux-dynamic-contact-form .gform_button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--hit-min);width:auto;padding:12px 30px;border:1px solid var(--rdx-blue-500);border-radius:99px;background:var(--rdx-blue-500);color:#fff;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase;box-shadow:var(--sh-glow-blue);cursor:pointer;transition:background var(--t-base),border-color var(--t-base),box-shadow var(--t-base),transform var(--t-base)}
.redux-dynamic-contact-form input[type=submit]:hover,.redux-dynamic-contact-form .gform_button:hover{background:var(--rdx-blue-600);border-color:var(--rdx-blue-600);box-shadow:var(--sh-glow-blue-strong);transform:translateY(-1px)}
.redux-dynamic-contact-form .gfield_description,.redux-dynamic-contact-form .ginput_counter{margin:6px 0 0;color:var(--text-muted);font-size:11px;line-height:1.4}
.redux-dynamic-contact-form .validation_message,.redux-dynamic-contact-form .gfield_validation_message,.redux-dynamic-contact-form .gform_validation_errors{border:1px solid rgba(191,68,68,.25);border-radius:var(--r-sm);background:rgba(191,68,68,.08);color:var(--rdx-danger);font-size:13px;line-height:1.45;padding:10px 12px}
@media (min-width:640px){.redux-dynamic-contact-form .ginput_complex{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.redux-dynamic-contact-form .gfield--width-half{grid-column:1/-1}.redux-dynamic-contact-form input[type=submit],.redux-dynamic-contact-form .gform_button{width:100%}}

/* FAQ accordion */
.faq{display:flex;flex-direction:column;gap:10px;max-width:760px;margin:0 auto}
.faq details{background:#fff;border:1px solid var(--rdx-ink-100);border-radius:var(--r-md);padding:0;overflow:hidden}
.faq summary{padding:18px 22px;cursor:pointer;font-weight:600;font-size:15px;color:var(--text-strong);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;color:var(--rdx-blue-500);font-weight:400;transition:transform var(--t-base)}
.faq details[open] summary::after{content:"−"}
.faq details > div{padding:0 22px 20px;color:var(--text-muted);font-size:14px;line-height:1.6}

/* Inline split media (research/electronic-rice) */
.split{display:grid;grid-template-columns:1fr;gap:0;background:var(--rdx-ink-25);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--rdx-ink-100)}
.split__media{aspect-ratio:4/3;background:var(--rdx-ink-100);overflow:hidden}
.split__media img{width:100%;height:100%;object-fit:cover}
.split__body{padding:32px 28px}
.split__body h3{font-size:18px;text-transform:uppercase;font-weight:800;margin:0 0 10px;color:var(--text-strong)}
.split__body p{font-size:14px;line-height:1.6;color:var(--text-default);margin:0 0 14px}
@media (min-width:768px){.split{grid-template-columns:1fr 1fr;align-items:center}.split--reverse .split__media{order:2}}
