/* TAPPING TAGS - live-faithful shell + homepage.
   Values measured from https://tappingtags.com/ via getComputedStyle
   and getBoundingClientRect on 2026-08-05. This file MATCHES live. */
:root{
  --tt-teal:#00485E; --tt-cyan:#007A9E; --tt-blue:#1E73BE;
  --tt-btn:#1E73BE; --tt-btn-hover:#00485E;
  --tt-band-light:#EDFAFF; --tt-band-faq:#F2FBFF;
  --tt-title:#242424; --tt-body:#000; --tt-muted:#7A7A7A;
  --tt-rating:#f47a3d; --tt-red:#E32B2B; --tt-rule:#E2E2E2; --tt-pad:15px;
}
html{scroll-padding-top:90px;}
.tt-page{margin:0;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6;color:var(--tt-body);background:#fff;}
.tt-page main[id],.tt-page main [id]{scroll-margin-top:106px;}
.tt-page *,.tt-page *::before,.tt-page *::after{box-sizing:border-box;}
.tt-page img{max-width:100%;height:auto;display:block;}
.tt-page h1,.tt-page h2,.tt-page h3,.tt-page h4{margin:0 0 .5em;color:var(--tt-title);font-weight:500;line-height:1.25;}
.tt-page p{margin:0 0 1em;}
.tt-page a{color:var(--tt-cyan);text-decoration:none;}
.tt-page a:hover{text-decoration:underline;}
.tt-wrap-narrow{max-width:1110px;margin:0 auto;padding:0 var(--tt-pad);}
.tt-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}

/* ---------- HEADER : #00485E, 90px desktop / 60px mobile ---------- */
.tt-header{background:var(--tt-teal);position:sticky;top:0;z-index:200;}
/* Live's header is transparent and OVERLAYS the hero, so the hero band starts at y=0.
   Reproduced with a fixed header on the homepage only. */
.tt-home .tt-header{position:fixed;top:0;left:0;right:0;}
.tt-header-inner{position:relative;display:flex;align-items:center;gap:24px;height:90px;padding:0 24px;}
.tt-logo img{width:179px;height:60px;object-fit:contain;}
.tt-nav{margin-left:auto;}
.tt-nav ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;}
.tt-nav li+li{border-left:1px solid rgba(255,255,255,.18);}
.tt-nav a{display:flex;align-items:center;min-height:44px;padding:4px 14px;font-size:13px;font-weight:700;text-transform:uppercase;color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s;}
.tt-nav a:hover,.tt-nav a[aria-current=page]{color:#fff;text-decoration:none;}
.tt-head-tools{display:flex;align-items:center;gap:14px;margin-left:18px;}
.tt-tool{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.45);color:#fff;position:relative;cursor:pointer;transition:background .2s;}
.tt-tool:hover{background:rgba(255,255,255,.12);text-decoration:none;}
.tt-tool svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;}
.tt-burger{display:none;align-items:center;gap:10px;padding:10px 18px;border:1px solid rgba(255,255,255,.55);border-radius:40px;background:none;color:#fff;font:700 14px/1 Roboto,sans-serif;text-transform:uppercase;cursor:pointer;}
.tt-burger i{display:block;width:22px;height:2px;background:#fff;box-shadow:0 6px 0 #fff,0 -6px 0 #fff;}
.tt-mnav{display:none;position:fixed;inset:0;z-index:300;background:var(--tt-teal);padding:80px 24px;overflow-y:auto;}
.tt-mnav.is-open{display:block;}
.tt-mnav ul{list-style:none;margin:0;padding:0;}
.tt-mnav a{display:block;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.15);color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;}
.tt-mnav-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;background:none;color:#fff;font-size:34px;line-height:1;cursor:pointer;}

/* ---------- HERO : single composite, min-height 900 desktop / 180 mobile ---------- */

/* ---------- INTRO ---------- */
.tt-intro{padding:30px 15px 0;text-align:center;}
.tt-intro .tt-lead{font-size:22px;font-weight:500;color:var(--tt-title);line-height:1.28;max-width:1395px;margin:0 auto .35em;}
.tt-intro .tt-trusted{font-size:16px;color:var(--tt-muted);margin:0 0 14px;}
.tt-intro h1{font-size:28px;font-weight:500;margin:0 0 24px;}

/* ---------- PRODUCT CARDS ---------- */
.tt-products{padding:0 0 20px;}
.tt-prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px;padding:0 var(--tt-pad);}
.tt-prod{background:#fff;border:1px solid #F2F2F2;border-radius:4px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:box-shadow .25s;}
.tt-prod:hover{box-shadow:0 6px 26px rgba(0,0,0,.10);}
.tt-prod-media{position:relative;background:#fff;aspect-ratio:1/1;overflow:hidden;}
.tt-prod-media img{width:100%;height:100%;object-fit:cover;}
.tt-badge{position:absolute;top:14px;left:14px;z-index:2;width:52px;height:52px;border-radius:35px;background:var(--tt-cyan);color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;}
.tt-prod-body{padding:10px 16px 12px;display:flex;flex-direction:column;gap:3px;flex:1;}
.tt-prod-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.tt-prod h3{font-size:18px;font-weight:400;color:#333;margin:0;line-height:1.4;}
.tt-prod h3 a{color:#333;}
.tt-prod h3 a:hover{color:var(--tt-cyan);text-decoration:none;}
.tt-prod-rating{display:flex;align-items:center;gap:4px;font-size:14px;color:#333;white-space:nowrap;}
.tt-prod-rating svg{width:14px;height:14px;fill:var(--tt-rating);}
.tt-price{font-size:18px;font-weight:600;color:var(--tt-cyan);margin:0;line-height:1.4;}
.tt-price del{color:var(--tt-muted);font-weight:400;font-size:16px;margin-right:8px;}
.tt-prod-btn{margin-top:4px;display:flex;align-items:center;justify-content:center;height:44px;border-radius:5px;background:var(--tt-btn);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;transition:background .25s;cursor:pointer;}
.tt-page a.tt-prod-btn{color:#fff;}
.tt-prod-btn:hover{background:var(--tt-btn-hover);color:#fff;text-decoration:none;}

/* ---------- 4 BENEFIT ICONS ---------- */
.tt-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:34px var(--tt-pad) 30px;text-align:center;}
.tt-benefit svg{width:56px;height:56px;margin:0 auto 12px;display:block;color:var(--tt-teal);}
.tt-benefit h3{font-size:17px;font-weight:800;text-transform:uppercase;color:var(--tt-teal);margin:0 0 8px;}
.tt-benefit p{font-size:16px;line-height:1.5;margin:0;color:var(--tt-body);}

/* ---------- LIGHT BAND : video + copy + illustration ---------- */
.tt-power{background:var(--tt-band-light);padding:20px;}
.tt-power-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;max-width:1400px;margin:0 auto;}
.tt-power-grid>*,.tt-videos>*,.tt-prod-grid>*,.tt-reviews-grid>*,.tt-quotes>*,.tt-steps>*{min-width:0;}
.tt-power-media video{width:100%;max-width:min(600px,100%);aspect-ratio:600/758;object-fit:cover;margin:0 auto;background:#000;display:block;}
.tt-power-copy{text-align:center;}
.tt-power-copy h2{font-size:24px;font-weight:500;margin:0 0 18px;}
.tt-power-copy .tt-em{color:var(--tt-red);font-weight:700;}
.tt-power-copy img{margin:18px auto 0;max-width:min(333px,100%);}

/* ---------- TESTIMONIAL QUOTES ---------- */
.tt-quotes{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:40px 55px 126px;}
.tt-quote blockquote{margin:0;padding:0;border:0;}
.tt-quote .tt-qmark{display:block;font-family:Georgia,serif;font-size:72px;line-height:.7;color:#4FBEEA;margin-bottom:16px;}
.tt-quote p{font-size:18px;line-height:1.6;margin:0 0 18px;color:var(--tt-body);}
.tt-quote cite{font-style:normal;font-weight:500;color:var(--tt-cyan);font-size:17px;}

/* ---------- 3 STEPS ---------- */
.tt-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:70px var(--tt-pad) 185px;}
.tt-step img{margin:0 auto 26px;max-width:min(333px,100%);width:100%;}
.tt-step h3{font-size:24px;font-weight:900;text-transform:uppercase;color:var(--tt-teal);margin:0 0 10px;line-height:1.12;}
.tt-step p{font-size:14px;font-weight:700;text-transform:uppercase;line-height:1.35;margin:0;color:var(--tt-body);}

/* ---------- FAQ ---------- */
.tt-faq-head{background:var(--tt-teal);padding:14px 15px 22px;text-align:center;}
.tt-faq-head .tt-eyebrow{color:rgba(255,255,255,.75);font-size:15px;margin:0 0 4px;}
.tt-faq-head h2{font-size:47px;font-weight:500;color:#fff;margin:0;line-height:1.1;}
.tt-faq{display:grid;grid-template-columns:60.35% 39.65%;align-items:stretch;}
.tt-faq-list{background:var(--tt-band-faq);padding:18px 8px;}
.tt-acc{border-bottom:1px solid #DCEEF6;}
.tt-acc:first-child{border-top:1px solid #DCEEF6;}
.tt-acc-q{width:100%;min-height:44px;display:flex;align-items:center;gap:12px;padding:15px 8px;background:none;border:0;font:700 18px/18px Roboto,sans-serif;color:var(--tt-teal);text-align:left;cursor:pointer;}
.tt-acc-q::before{content:"";flex:0 0 auto;width:0;height:0;border-left:7px solid var(--tt-teal);border-top:5px solid transparent;border-bottom:5px solid transparent;transition:transform .22s;}
.tt-acc-q[aria-expanded=true]::before{transform:rotate(90deg);}
.tt-acc-a{display:none;padding:0 8px 16px 27px;font-size:16px;line-height:1.6;color:var(--tt-body);}
.tt-acc-a.is-open{display:block;}

/* ---------- SEE OUR PRODUCT IN ACTION ---------- */
.tt-action{padding:34px 15px 92px;text-align:center;}
.tt-action .tt-eyebrow{color:var(--tt-muted);font-size:15px;margin:0 0 4px;}
.tt-action h2{font-size:47px;font-weight:500;color:var(--tt-teal);margin:0 0 24px;line-height:1.1;}
.tt-videos{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.tt-videos video{width:100%;aspect-ratio:16/9;object-fit:cover;background:#000;display:block;}

/* ---------- WHAT PEOPLE ARE SAYING ---------- */
.tt-reviews{padding:34px 15px 82px;}
.tt-reviews .tt-eyebrow{color:var(--tt-muted);font-size:15px;margin:0 0 4px;text-align:center;}
.tt-reviews h2{font-size:47px;font-weight:500;color:var(--tt-teal);margin:0 0 20px;text-align:center;line-height:1.1;}
.tt-reviews-lead{font-size:18px;line-height:1.6;margin:0 0 26px;}
.tt-reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.tt-power-of img{margin:0 0 18px;max-width:min(500px,100%);}
.tt-power-of h3{font-size:22px;font-weight:500;margin:0 0 18px;}
.tt-power-of h4{font-size:18px;font-weight:700;margin:0 0 6px;}
.tt-power-of ul{margin:0 0 1em;padding-left:22px;}
.tt-power-of li{margin-bottom:10px;font-size:17px;line-height:1.55;}
.tt-summary{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;background:#F7F7F7;padding:22px 26px;}
.tt-summary-score{text-align:center;}
.tt-summary-score strong{display:block;font-size:44px;font-weight:700;line-height:1;color:#333;}
.tt-summary-score .tt-stars{color:var(--tt-rating);font-size:19px;letter-spacing:2px;margin:6px 0 4px;display:block;}
.tt-summary-score small{font-size:14px;color:#555;}
.tt-bars{display:grid;gap:7px;}
.tt-bar{display:grid;grid-template-columns:14px 16px 1fr 42px;align-items:center;gap:8px;font-size:13px;color:#555;}
.tt-bar i{color:var(--tt-rating);font-style:normal;}
.tt-bar span{height:15px;background:#EDEDED;border-radius:2px;overflow:hidden;display:block;}
.tt-bar span b{display:block;height:100%;background:var(--tt-rating);}
.tt-rev-search{display:flex;margin:18px 0 0;position:relative;}
.tt-rev-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:#888;fill:none;stroke-width:2;pointer-events:none;}
.tt-rev-search input{flex:1;min-width:0;height:44px;padding:0 14px 0 38px;border:1px solid #DDD;border-right:0;background:#fff;font:400 15px/1 Roboto,sans-serif;}
.tt-rev-search button{height:44px;padding:0 20px;border:1px solid #DDD;background:#F7F7F7;font:500 15px/1 Roboto,sans-serif;color:#333;cursor:pointer;}
.tt-rev-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--tt-rule);font-size:14px;color:#555;}
.tt-rev-meta select{min-height:44px;padding:0 30px 0 10px;border:0;background:#fff;font:400 14px/1 Roboto,sans-serif;color:#333;cursor:pointer;}
.tt-rev{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--tt-rule);}
.tt-avatar{position:relative;width:44px;height:44px;border-radius:50%;background:#E4E4E4;color:#555;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:500;letter-spacing:.5px;}
.tt-avatar b{position:absolute;right:-2px;bottom:-2px;width:16px;height:16px;border-radius:50%;background:#34A853;border:2px solid #fff;display:flex;align-items:center;justify-content:center;}
.tt-avatar b svg{width:9px;height:9px;stroke:#fff;stroke-width:3;fill:none;}
.tt-rev-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;}
.tt-rev-head strong{font-size:16px;font-weight:500;color:#222;}
.tt-rev-head time{font-size:14px;color:#767676;}
.tt-rev-role{font-size:14px;color:#767676;margin:0 0 6px;}
.tt-rev-stars{color:var(--tt-rating);letter-spacing:2px;font-size:15px;}
.tt-rev-prod{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:#555;margin-left:10px;}
.tt-rev-prod img{width:18px;height:18px;object-fit:cover;}
.tt-rev p{margin:8px 0 0;font-size:17px;}
.tt-rev-more{display:flex;align-items:center;justify-content:center;min-height:44px;width:max-content;margin:26px 0 0 auto;padding:12px 22px;border:1px solid #CFCFCF;background:#fff;font:500 14px/1 Roboto,sans-serif;text-transform:uppercase;color:#333;cursor:pointer;}
.tt-rev-more:hover{background:#F5F5F5;text-decoration:none;color:#333;}

/* ---------- TRUST ROW ---------- */
.tt-trust{border-top:1px solid var(--tt-rule);margin:40px auto 0;max-width:1110px;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:34px 15px 40px;text-align:center;}
.tt-trust svg{width:46px;height:46px;margin:0 auto 10px;display:block;color:var(--tt-cyan);}
.tt-trust h3{font-size:17px;font-weight:700;color:var(--tt-title);margin:0 0 8px;}
.tt-trust p{font-size:16px;line-height:1.55;margin:0;}

/* ---------- FOOTER ---------- */
.tt-footer{background:#000;color:#BDBDBD;padding:34px 0 26px;}
.tt-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:44px;max-width:1110px;margin:0 auto;padding:0 15px;}
.tt-footer h2{font-size:24px;font-weight:500;color:var(--tt-cyan);margin:0 0 16px;}
.tt-footer p{font-size:16px;line-height:1.62;color:#BDBDBD;}
.tt-footer a{color:#BDBDBD;}
.tt-footer a:hover{color:#fff;text-decoration:none;}
.tt-footer a{display:inline-flex;align-items:center;min-width:44px;min-height:44px;}
.tt-footer-logo{width:175px;max-width:100%;margin:0 0 20px;}
.tt-news input[type=text],.tt-news input[type=email]{width:100%;height:44px;padding:0 14px;border:0;border-radius:3px;background:#3A3A3A;color:#fff;font:400 15px/1 Roboto,sans-serif;margin:0 0 12px;}
.tt-news input::placeholder{color:#9A9A9A;}
.tt-news-check{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:#fff;margin:6px 0 16px;}
.tt-news-check input{width:16px;height:16px;}
.tt-news button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;height:52px;border:0;border-radius:3px;background:var(--tt-cyan);color:#fff;font:500 17px/1 Roboto,sans-serif;cursor:pointer;transition:background .2s;}
.tt-news button:hover{background:#0098CF;}
.tt-news button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;}
.tt-footer-links ul{list-style:none;margin:0;padding:0;}
.tt-footer-links li{margin:0;font-size:16px;}
.tt-disclaimer{background:#000;border-top:1px solid #2A2A2A;padding:26px 0 34px;}
.tt-disclaimer h2{font-size:22px;font-weight:500;color:#BDBDBD;margin:0 0 10px;}
.tt-disclaimer p{font-size:16px;line-height:1.6;color:#BDBDBD;margin:0 0 16px;}
.tt-copy{font-size:15px;color:#7A7A7A;margin:0;}
.tt-anim,.tt-anim.tt-in{opacity:1;transform:none;transition:none;}

/* ============================ RESPONSIVE ============================ */
@media (max-width:1200px){
  .tt-nav a{padding:4px 9px;font-size:12px;}
  .tt-quotes{padding:36px 24px 48px;gap:26px;}
  .tt-steps{gap:28px;}
  .tt-step h3{font-size:20px;}
  .tt-faq-head h2,.tt-action h2,.tt-reviews h2{font-size:38px;}
}
@media (max-width:1024px){
  html{scroll-padding-top:70px;}
  /* Live only overlays the header on desktop. On tablet/mobile the hero
     band starts BELOW the bar, so return the header to normal flow. */
  .tt-home .tt-header{position:sticky;}
  .tt-header-inner{height:70px;padding:0 16px;}
  .tt-page main[id],.tt-page main [id]{scroll-margin-top:86px;}
  .tt-logo img{width:150px;height:50px;}
  .tt-nav,.tt-tool-account{display:none;}
  .tt-burger{display:inline-flex;order:-1;}
  .tt-head-tools{margin-left:auto;}
  .tt-hero{min-height:420px;}
  .tt-prod-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
  .tt-benefits{grid-template-columns:repeat(2,1fr);gap:24px;}
  .tt-power-grid{grid-template-columns:1fr;gap:24px;}
  .tt-quotes{grid-template-columns:repeat(2,1fr);}
  .tt-steps{grid-template-columns:1fr;gap:40px;max-width:620px;margin:0 auto;}
  .tt-faq{grid-template-columns:1fr;}
  .tt-faq-photo{min-height:300px;background-size:cover;background-position:50% 92%;}
  .tt-videos{grid-template-columns:repeat(2,1fr);}
  .tt-reviews-grid{grid-template-columns:1fr;gap:34px;}
  .tt-footer-grid{grid-template-columns:1fr;gap:36px;}
}
@media (max-width:767px){
  html{scroll-padding-top:60px;}
  /* live keeps 18px body text on mobile */
  .tt-header-inner{height:60px;justify-content:space-between;gap:8px;padding:0 12px;}
  .tt-page main[id],.tt-page main [id]{scroll-margin-top:76px;}
  .tt-logo{position:absolute;left:50%;transform:translateX(-50%);}
  .tt-logo img{width:150px;height:44px;}
  .tt-burger{padding:8px 14px;font-size:13px;}
  .tt-tool{width:44px;height:44px;border-color:transparent;}
  .tt-burger{min-height:44px;}
  .tt-hero{min-height:180px;}
  .tt-intro{padding:28px 15px 0;}
  .tt-intro .tt-lead{font-size:20px;line-height:1.4;}
  .tt-intro .tt-trusted{font-size:16px;}
  .tt-intro h1{font-size:28px;line-height:1.4;}
  .tt-prod-grid{grid-template-columns:1fr;gap:22px;}
  .tt-benefits{grid-template-columns:1fr;gap:30px;padding:30px 15px;}
  .tt-quotes{grid-template-columns:1fr;gap:34px;padding:30px 20px 40px;}
  .tt-faq-head h2,.tt-action h2,.tt-reviews h2{font-size:28px;line-height:1.4;}
  .tt-acc-q{padding:12px 8px;}
  .tt-step h3{font-size:22px;}
  .tt-videos{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto;}
  .tt-summary{grid-template-columns:1fr;gap:18px;text-align:center;}
  .tt-trust{grid-template-columns:1fr;gap:32px;}
  .tt-rev-head{flex-direction:column;align-items:flex-start;gap:2px;}
  .tt-rev-prod{margin-left:0;}
}

.tt-amazon-cta.tt-amazon-cta--unavailable{background:#E5EAED;border:1px dashed #84959D;box-shadow:none;color:#34454D;cursor:not-allowed;pointer-events:none;}
