/* TAPPING TAGS - inner-page shell.
   Loaded IN ADDITION to home-live.css, which supplies the header, footer,
   product card, trust row and base typography. Every value below was measured
   from the matching page on https://tappingtags.com/ (2026-08-05) with
   getComputedStyle / getBoundingClientRect. This file MATCHES live.
   Do not restructure it to improve the layout: an earlier redesign of this
   clone was rejected for exactly that. Update CONTENT, keep the shell. */

/* ============ PAGE HERO - full-bleed 500px band, title + breadcrumb ============ */
.tt-phero{position:relative;min-height:500px;display:flex;align-items:flex-end;
  background-color:var(--tt-teal);background-position:0 0;background-size:auto;background-repeat:repeat;}
/* live tints every page hero with a 24% #00485E wash over the photo */
.tt-phero::before{content:"";position:absolute;inset:0;background:var(--tt-teal);opacity:.24;pointer-events:none;}
.tt-phero-in{width:100%;padding:0 15px 31px;position:relative;z-index:1;}
.tt-phero h1{font-size:59px;font-weight:500;line-height:59px;text-transform:uppercase;
  color:rgba(255,255,255,.43);margin:0;}
/* Breadcrumb - live colours: link #767676, current #242424. On desktop live
   pulls it up into the last 31px of the hero band; on mobile it drops onto the
   white below the band, which is also the only place it stays legible. */
.tt-bc{font-size:18px;line-height:28.8px;color:#242424;padding:0 15px;margin-top:-31px;position:relative;}
.tt-bc a{display:inline-flex;align-items:center;min-width:44px;min-height:44px;color:#6B6B6B;text-decoration:none;}
.tt-bc a:hover{color:#fff;text-decoration:none;}
.tt-bc i{font-style:normal;color:#767676;padding:0 7px;}
.tt-bc strong{font-weight:700;color:#242424;}
/* Repeated page-title block (live shows it again under the hero on About) */
.tt-ptitle{padding:40px 15px 0;}
.tt-ptitle .tt-ptitle-h{font-size:44px;font-weight:500;line-height:1.2;color:var(--tt-title);margin:0 0 6px;}

/* ============ DOCUMENT BODY - policy / long-copy pages ============ */
.tt-doc{padding:48px 15px 40px;}
.tt-doc-in{width:100%;max-width:1120px;margin:0 auto;}
.tt-doc-body{width:100%;}
.tt-doc-body p{font-size:18px;line-height:1.6;color:#000;margin:0 0 20px;text-wrap:pretty;}
.tt-doc-body strong{font-weight:700;color:inherit;}
.tt-doc-body h2,.tt-doc-body h3{font-size:22px;font-weight:500;line-height:1.4;color:var(--tt-title);margin:0 0 20px;}
.tt-doc-body h4{font-size:18px;font-weight:500;line-height:1.4;color:var(--tt-title);margin:0 0 20px;}
.tt-doc-body ul,.tt-doc-body ol{margin:0 0 20px;padding-left:40px;}
.tt-doc-body li{margin:0 0 10px;font-size:18px;line-height:1.6;text-wrap:pretty;}
.tt-doc-body a{display:inline-flex;align-items:center;min-width:44px;min-height:44px;color:var(--tt-cyan);vertical-align:middle;text-wrap:pretty;}
.tt-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 20px;}.tt-doc-body table{width:100%;border-collapse:collapse;margin:0;font-size:16px;}
.tt-doc-body th,.tt-doc-body td{border:1px solid var(--tt-rule);padding:10px 12px;text-align:left;vertical-align:top;text-wrap:pretty;}
.tt-doc-body th{background:#F7F7F7;font-weight:700;}

/* ============ TWO-COLUMN CONTENT (About, FAQ) - main + product sidebar ============ */
.tt-two{display:grid;gap:40px;padding:40px 15px 20px;align-items:start;}
/* live: 802px accordion + 20px gap + 553px sidebar, indented 35px from the left */
.tt-two--faq{grid-template-columns:802fr 553fr;gap:20px;padding:40px 15px 20px 35px;}
.tt-two--about{grid-template-columns:1fr 1fr;}
.tt-two>*{min-width:0;}
.tt-two p{font-size:18px;line-height:1.6;color:#000;margin:0 0 20px;}
.tt-two h2{font-size:30px;font-weight:700;line-height:1.25;color:var(--tt-title);margin:0 0 20px;}
.tt-two h3{font-size:18px;font-weight:500;line-height:1.4;color:var(--tt-title);margin:0 0 20px;}
.tt-two ul{margin:0 0 20px;padding-left:40px;}
.tt-two li{margin:0 0 10px;font-size:18px;line-height:1.6;}
.tt-two strong{font-weight:700;}
/* Sidebar product list - live Tapping Tags Products widget */
.tt-side-h{font-size:16px;font-weight:500;line-height:1.4;text-transform:uppercase;color:#333;margin:0 0 20px;}
.tt-side-list{list-style:none;margin:0;padding:0;}
.tt-side-list li{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;
  padding:14px 0;border-bottom:1px solid var(--tt-rule);margin:0;}
.tt-side-list li:first-child{border-top:1px solid var(--tt-rule);}
.tt-side-list img{width:64px;height:64px;object-fit:cover;}
.tt-side-name{display:flex;align-items:center;min-width:44px;min-height:44px;font-size:18px;line-height:1.35;color:#333;margin:0 0 4px;}
.tt-side-name:hover{color:var(--tt-cyan);text-decoration:none;}
.tt-side-stars{color:var(--tt-rating);letter-spacing:2px;font-size:15px;display:block;margin:0 0 4px;}
.tt-side-price{font-size:18px;font-weight:600;color:var(--tt-cyan);}
.tt-side-price del{color:var(--tt-muted);font-weight:400;font-size:16px;margin-right:8px;}
.tt-side-figure{margin:0 0 28px;}
.tt-side-figure img{width:100%;height:auto;border-radius:6px;}

/* ============ FAQ ACCORDION - 15px padding, 1px #D5D8DC rule, 18px/700 ============ */
.tt-acc2{border-top:1px solid #D5D8DC;}
.tt-acc2-item{border-bottom:1px solid #D5D8DC;}
.tt-acc2-q{width:100%;display:flex;align-items:center;gap:14px;padding:15px;background:none;border:0;
  font:700 18px/1.35 Roboto,Arial,sans-serif;color:#000;text-align:left;cursor:pointer;}
.tt-acc2-q::before{content:"";flex:0 0 auto;width:0;height:0;border-left:7px solid #000;
  border-top:5px solid transparent;border-bottom:5px solid transparent;transition:transform .22s;}
.tt-acc2-q[aria-expanded=true]::before{transform:rotate(90deg);}
.tt-acc2-q:hover{color:var(--tt-cyan);}
.tt-acc2-q:hover::before{border-left-color:var(--tt-cyan);}
.tt-acc2-a{display:none;padding:0 15px 18px 36px;font-size:18px;line-height:1.6;color:#000;}
.tt-acc2-a.is-open{display:block;}
.tt-acc2-a p{margin:0 0 14px;}
.tt-acc2-a p:last-child{margin:0;}
.tt-acc2-a ul{margin:0 0 14px;padding-left:26px;}
.tt-acc2-a li{margin:0 0 8px;}

/* ============ BLOG INDEX ============
   live uses an alternating timeline: 2 columns, a light rule down the middle
   with a bulleted dot per post, and each card is an 8px #E5EAED frame around a
   45deg #3F3F46 -> #05ABE0 gradient with the photo laid over it at 60% opacity
   and the uppercase white title pinned near the foot. live hides the post date
   on the card (its <time> is opacity:0), so it is kept for assistive tech only. */
.tt-blog-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;
  column-gap:0;row-gap:0;padding:40px 15px 30px;}
.tt-blog-grid>*{min-width:0;}
.tt-blog-grid::before{content:"";position:absolute;top:40px;bottom:30px;left:50%;
  width:1px;background:#E1E4E7;transform:translateX(-.5px);}
.tt-blog-card{position:relative;height:380px;display:flex;align-items:center;padding:0 20px;}
.tt-blog-card-in{position:relative;width:100%;height:320px;overflow:hidden;
  border:8px solid #E5EAED;box-shadow:0 1px 3px rgba(0,0,0,.15);
  background:linear-gradient(45deg,#3F3F46 0%,#05ABE0 100%);}
.tt-blog-photo{position:absolute;inset:0;opacity:.6;
  background-position:center center;background-size:cover;background-repeat:no-repeat;}
.tt-blog-card h2{position:absolute;left:0;right:0;bottom:40px;margin:0;padding:0 25px;
  font-size:20px;font-weight:700;line-height:1.2;text-transform:uppercase;color:#fff;}
.tt-blog-card h2 a{display:flex;align-items:center;min-width:44px;min-height:44px;color:#fff;}
.tt-blog-card h2 a:hover{color:#fff;text-decoration:underline;}
.tt-blog-card .tt-blog-date{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
.tt-blog-card::after{content:"";position:absolute;top:50%;width:20px;height:20px;
  border-radius:50%;background:#C9CFD4;border:5px solid #fff;box-shadow:0 1px 0 1px rgba(0,0,0,.1);
  transform:translateY(-50%);z-index:2;}
.tt-blog-card:nth-child(odd)::after{right:-10px;}
.tt-blog-card:nth-child(even)::after{left:-10px;}
.tt-blog-card::before{content:"";position:absolute;top:50%;width:0;height:0;
  border-top:9px solid transparent;border-bottom:9px solid transparent;
  transform:translateY(-50%);z-index:1;}
.tt-blog-card:nth-child(odd)::before{right:11px;border-left:9px solid #E5EAED;}
.tt-blog-card:nth-child(even)::before{left:11px;border-right:9px solid #E5EAED;}

/* Single blog post body */
.tt-post{padding:48px 15px 40px;}
.tt-post-in{max-width:820px;margin:0 auto;}
.tt-post-in h2{font-size:28px;font-weight:500;line-height:1.3;color:var(--tt-title);margin:34px 0 16px;}
.tt-post-in h3{font-size:22px;font-weight:500;line-height:1.35;color:var(--tt-title);margin:28px 0 14px;}
.tt-post-in p{font-size:18px;line-height:1.65;margin:0 0 20px;}
.tt-post-in ul{margin:0 0 20px;padding-left:26px;}
.tt-post-in li{margin:0 0 10px;font-size:18px;line-height:1.6;}

/* ============ SHOP - intro copy then the standard product grid ============ */
.tt-shop-intro{padding:40px 15px 10px;}
.tt-shop-intro p{font-size:18px;line-height:1.6;margin:0 0 20px;}
.tt-shop-intro ul{margin:0 0 20px;padding-left:40px;}
.tt-shop-intro li{margin:0 0 10px;font-size:18px;line-height:1.6;}
.tt-shop-intro strong{font-weight:700;}
.tt-shop-grid{padding:10px 0 30px;}

/* ============ CONTACT - two columns split by a vertical rule ============ */
.tt-contact{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:40px 15px 20px;}
.tt-contact>*{min-width:0;}
.tt-contact-l{padding-right:44px;}
.tt-contact-r{padding-left:44px;border-left:1px solid var(--tt-rule);}
.tt-rule-h{display:flex;align-items:center;gap:20px;font-size:22px;font-weight:500;line-height:1.4;
  color:var(--tt-title);margin:0 0 26px;text-transform:uppercase;}
.tt-rule-h::after{content:"";flex:1 1 auto;height:1px;background:var(--tt-rule);}
.tt-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 24px;}
.tt-info{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;}
.tt-info img,.tt-info svg{width:34px;height:34px;opacity:.55;}
.tt-info p{font-size:18px;font-weight:700;line-height:1.55;color:var(--tt-title);margin:0;}
.tt-info a{display:inline-flex;align-items:center;min-width:44px;min-height:44px;color:var(--tt-title);}
.tt-info a:hover{color:var(--tt-cyan);}
.tt-contact-note{padding:0 15px 30px;}
.tt-contact-note p{font-size:18px;line-height:1.6;margin:0;}

/* Contact form */
.tt-form label{display:block;font-size:16px;font-weight:500;color:var(--tt-title);margin:0 0 6px;}
.tt-form input,.tt-form textarea{width:100%;padding:12px 14px;border:1px solid #DDD;border-radius:3px;
  background:#fff;font:400 16px/1.4 Roboto,Arial,sans-serif;color:#000;margin:0 0 18px;}
.tt-form textarea{min-height:150px;resize:vertical;}
.tt-form input:focus,.tt-form textarea:focus{outline:2px solid var(--tt-cyan);outline-offset:1px;border-color:var(--tt-cyan);}
.tt-form button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 32px;
  border:0;border-radius:3px;background:var(--tt-cyan);color:#fff;font:500 16px/1 Roboto,Arial,sans-serif;
  text-transform:uppercase;cursor:pointer;transition:background .2s;}
.tt-form button:hover{background:#0098CF;}
.tt-form-note{font-size:14px;color:var(--tt-muted);margin:14px 0 0;}
.tt-form-msg{padding:14px 16px;border-radius:3px;margin:0 0 20px;font-size:16px;}
.tt-form-msg--ok{background:#E7F7EC;border:1px solid #34A853;color:#14622E;}
.tt-form-msg--err{background:#FDECEC;border:1px solid var(--tt-red);color:#8E1616;}

/* ============ PRODUCT PAGE - gallery left, summary right, then description ============ */
.tt-prodpage{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:40px 15px 20px;align-items:start;}
.tt-prodpage>*{min-width:0;}
.tt-gallery-main{border:1px solid #F0F0F0;background:#fff;}
.tt-gallery-main picture{display:block;}
.tt-gallery-main img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;}
.tt-gallery-thumbs{display:grid;grid-template-columns:repeat(var(--tt-thumb-columns,5),minmax(0,1fr));gap:10px;margin:12px 0 0;}
.tt-gallery-thumbs img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border:1px solid #F0F0F0;cursor:pointer;}
.tt-gallery-thumbs img:hover,.tt-gallery-thumbs img[aria-current=true]{border-color:var(--tt-cyan);}
/* live: 34px uppercase in the brand teal */
.tt-psum h1{font-size:34px;font-weight:700;line-height:1.2;text-transform:uppercase;color:var(--tt-teal);margin:0 0 12px;}
.tt-psum-rating{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:15px;color:#555;}
.tt-psum-rating .tt-stars{color:var(--tt-rating);letter-spacing:2px;font-size:17px;}
.tt-psum-price{font-size:28px;font-weight:600;color:var(--tt-cyan);margin:0 0 18px;}
.tt-psum-price del{color:var(--tt-muted);font-weight:400;font-size:22px;margin-right:10px;}
.tt-psum-short p{font-size:18px;line-height:1.6;margin:0 0 16px;}
.tt-psum-short ul{margin:0 0 20px;padding-left:26px;}
.tt-psum-short li{margin:0 0 10px;font-size:18px;line-height:1.6;}
.tt-psum-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 34px;
  border-radius:5px;background:var(--tt-btn);color:#fff;font:600 14px/1 Roboto,Arial,sans-serif;
  text-transform:uppercase;letter-spacing:.02em;transition:background .25s;cursor:pointer;}
.tt-psum-cta:hover{background:var(--tt-btn-hover);color:#fff;text-decoration:none;}
.tt-psum-meta{margin:20px 0 0;font-size:15px;color:#666;}
.tt-psum-meta span{display:block;margin:0 0 5px;}
.tt-pdesc{padding:20px 15px 30px;}
.tt-pdesc-h{display:flex;align-items:center;gap:20px;font-size:22px;font-weight:500;color:var(--tt-title);
  margin:0 0 22px;text-transform:uppercase;}
.tt-pdesc-h::after{content:"";flex:1 1 auto;height:1px;background:var(--tt-rule);}
.tt-pdesc-body h2{font-size:24px;font-weight:500;line-height:1.3;color:var(--tt-title);margin:26px 0 14px;}
.tt-pdesc-body h3{font-size:20px;font-weight:500;line-height:1.35;color:var(--tt-title);margin:22px 0 12px;}
.tt-pdesc-body p{font-size:18px;line-height:1.6;margin:0 0 18px;}
.tt-pdesc-body ul{margin:0 0 20px;padding-left:26px;}
.tt-pdesc-body li{margin:0 0 10px;font-size:18px;line-height:1.6;}
.tt-pdesc-body strong{font-weight:700;}
.tt-related{padding:10px 15px 20px;}
.tt-related-h{font-size:24px;font-weight:500;color:var(--tt-title);margin:0 0 22px;text-align:center;}

/* ============ REVIEWS PAGE ============ */
.tt-revpage{padding:40px 15px 20px;}
.tt-revpage-grid{display:grid;grid-template-columns:1fr 380px;gap:44px;align-items:start;}
.tt-revpage-grid>*{min-width:0;}

/* ============================ RESPONSIVE ============================ */
@media (max-width:1200px){
  .tt-phero h1{font-size:46px;line-height:48px;}
  .tt-two--faq{grid-template-columns:1fr;}
  .tt-ptitle .tt-ptitle-h{font-size:36px;}
}
@media (min-width:1025px){
  .tt-about-page .tt-two--about{display:block;}
  .tt-about-page .tt-two--about > aside{float:right;width:389px;margin:0 0 32px 40px;}
  .tt-about-page .tt-two--about > div{width:auto;}
  .tt-about-page .tt-two--about > div > h3{display:flow-root;}
}

@media (max-width:1024px){
  .tt-doc-in{margin-left:0;}
  .tt-doc-body{width:100%;}
  .tt-two,.tt-two--about,.tt-two--faq{grid-template-columns:1fr;gap:34px;}
  .tt-about-page .tt-two--about > aside{order:2;}
  .tt-about-page .tt-two--about > div{order:1;}
  .tt-blog-grid{grid-template-columns:1fr;row-gap:24px;}
  .tt-blog-grid::before{display:none;}
  .tt-blog-card::after,.tt-blog-card::before{display:none;}
  .tt-contact{grid-template-columns:1fr;gap:34px;}
  .tt-contact-l{padding-right:0;}
  .tt-contact-r{padding-left:0;border-left:0;border-top:1px solid var(--tt-rule);padding-top:30px;}
  .tt-prodpage{grid-template-columns:1fr;gap:30px;}
  .tt-revpage-grid{grid-template-columns:1fr;gap:34px;}
}
@media (max-width:767px){
  .tt-phero{min-height:420px;}
  .tt-phero h1{font-size:34px;line-height:1.15;}
  .tt-phero-in{padding:0 15px 16px;}
  .tt-bc{margin-top:0;padding:14px 15px 0;}
  .tt-bc{font-size:16px;line-height:1.5;}
  .tt-doc{padding:30px 15px;}
  .tt-doc-body p,.tt-doc-body li,.tt-two p,.tt-two li{font-size:17px;}
  .tt-doc-body ul,.tt-doc-body ol{padding-left:24px;}
  .tt-doc-body h2,.tt-doc-body h3{font-size:20px;}
  .tt-ptitle{padding:28px 15px 0;}
  .tt-ptitle .tt-ptitle-h{font-size:30px;}
  .tt-acc2-q{padding:14px 4px;font-size:17px;gap:10px;}
  .tt-acc2-a{padding:0 4px 16px 21px;font-size:17px;}
  .tt-info-grid{grid-template-columns:1fr;gap:24px;}
  .tt-rule-h,.tt-pdesc-h{font-size:20px;}
  .tt-blog-card{height:260px;padding:0;}
  .tt-blog-card-in{height:240px;border-width:6px;}
  .tt-blog-card h2{font-size:17px;padding:0 18px;bottom:26px;}
  .tt-psum h1{font-size:24px;line-height:1.25;}
  .tt-psum-price{font-size:24px;}
  .tt-gallery-thumbs{grid-template-columns:repeat(var(--tt-thumb-columns,4),minmax(0,1fr));}
  .tt-side-list li{grid-template-columns:56px 1fr;gap:14px;}
  .tt-side-list img{width:56px;height:56px;}
  .tt-post{padding:30px 15px;}
  .tt-post-in h2{font-size:24px;}
}

/* Shop keeps its existing image treatment; CYT-146 standardizes the remaining
   inner-page heroes in the shared override at the end of this file. */
.tt-phero--shop{background-image:url(/assets/images/hero-blog-keyboard-key.jpg);}

/* ============ PRODUCT PAGE EXTRAS (breadcrumb row, buy panel, tabs) ============ */
.tt-pbc{padding:22px 15px 6px;}
.tt-pbc .tt-bc{margin:0;padding:0;}
.tt-product-page .tt-pbc .tt-bc a:hover{color:#00485E;}
.tt-psum-stars{display:flex;align-items:center;gap:10px;margin:0 0 16px;font-size:15px;color:#555;}
.tt-psum-stars .tt-stars{color:var(--tt-rating);letter-spacing:2px;font-size:17px;}
.tt-buybox{border:1px solid var(--tt-cyan);border-radius:8px;background:var(--tt-band-faq);
  padding:22px 24px;margin:0 0 24px;}
.tt-buybox .tt-psum-price{margin:0 0 16px;}
.tt-variants{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 18px;}
.tt-variants>span{font-size:16px;font-weight:700;color:var(--tt-title);margin-right:4px;}
.tt-variants button{width:66px;height:66px;padding:2px;border:1px solid #DCDCDC;border-radius:4px;
  background:#fff;cursor:pointer;}
.tt-variants button[aria-pressed=true]{border-color:var(--tt-cyan);background:#E9EEF2;}
.tt-variants img{width:100%;height:100%;object-fit:contain;}
.tt-qty{display:inline-flex;align-items:stretch;border:1px solid #DCDCDC;border-radius:4px;background:#fff;
  margin-right:12px;vertical-align:middle;}
.tt-qty button{width:44px;min-height:44px;border:0;background:none;font-size:18px;color:#333;cursor:pointer;}
.tt-qty input{width:44px;height:44px;border:0;border-left:1px solid #ECECEC;border-right:1px solid #ECECEC;
  text-align:center;font:400 16px/1 Roboto,Arial,sans-serif;color:#000;}
.tt-buyrow{display:flex;align-items:center;flex-wrap:wrap;gap:12px;}
.tt-btn-buy{display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  padding:0 26px;border:0;border-radius:4px;font:600 14px/1 Roboto,Arial,sans-serif;
  text-transform:uppercase;letter-spacing:.02em;color:#fff;cursor:pointer;}
.tt-btn-buy{background:var(--tt-blue);}
.tt-btn-buy:disabled{cursor:not-allowed;}
.tt-buybox-note{font-size:13px;line-height:1.5;color:#6B6B6B;margin:14px 0 0;}
.tt-badge-sale{position:absolute;top:14px;right:14px;z-index:2;width:56px;height:56px;border-radius:50%;
  background:var(--tt-cyan);color:#fff;font-size:15px;font-weight:500;display:flex;align-items:center;justify-content:center;}
.tt-gallery{position:relative;}
/* Product tabs remain content-width and fully visible until JavaScript initializes. */
.tt-tabs{padding:10px 15px 0;}
.tt-tablist{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;}
.tt-tablist button{position:relative;width:auto;min-height:44px;border:0;border-bottom:3px solid transparent;background:#EDEDED;
  font:600 14px/1.2 Roboto,Arial,sans-serif;color:#333;cursor:pointer;padding:0 20px;transition:background .2s;}
.tt-tablist button:hover{background:#E0E0E0;}
.tt-tablist button:focus-visible{outline:2px solid #075b70;outline-offset:4px;}
.tt-tablist button[aria-selected=true]{background:#006D8F;border-bottom-color:#72def5;color:#fff;}
.tt-tabpanel{padding:34px 0 0;}
.tt-tabpanel[hidden]{display:none;}
@media (max-width:767px){
  .tt-tablist{align-items:stretch;}
  .tt-buybox{padding:18px 16px;}
  .tt-variants button{width:56px;height:56px;}
}

/* live marks the Features: / How it works: lead-ins in brand red */
.tt-em{color:var(--tt-red);font-weight:700;}
.tt-stock{font-size:16px;font-weight:500;color:#3B7126;margin:0 0 16px;}

.tt-pdesc-body h4{font-size:18px;font-weight:500;line-height:1.4;color:var(--tt-title);margin:22px 0 12px;}

/* live renders this line as a bold paragraph; it is the H1 here so the page
   has exactly one, with no visual difference from live. */
.tt-shop-h1{font-size:18px;font-weight:700;line-height:1.6;color:#000;margin:0 0 20px;}

/* ============ REVIEWS PAGE ============
   The review summary, search, meta bar, review rows and avatar all reuse the
   classes already approved on the homepage (home-live.css .tt-summary /
   .tt-rev-search / .tt-rev-meta / .tt-rev / .tt-avatar / .tt-rev-more), so the
   two surfaces cannot drift apart. Only the page-level frame is defined here. */
/* The approved 1fr/380px review split is defined in the base frame above. */
/* live does not rule the top of the first product in the widget */
.tt-side-list li:first-child{border-top:0;}
/* live centres the show-more button on the reviews page (the homepage right-aligns it) */
.tt-revpage .tt-rev-more{margin:26px auto 0;}
/* Contact form fields sit inside the live "SEND US AN EMAIL" column */
.tt-field{margin:0 0 18px;}

@media (max-width:1024px){
  .tt-revpage-grid{grid-template-columns:1fr;}
}

/* .tt-page a (0,1,1) outranked .tt-side-name (0,1,0) and turned live's dark
   product titles cyan in the sidebar widget. Live renders them #333. */
.tt-page a.tt-side-name{color:#333;}
.tt-page a.tt-side-name:hover{color:var(--tt-cyan);}
/* live's reviews page puts the result-count row on a light grey band */
.tt-revpage .tt-rev-meta{background:#F7F7F7;padding:11px 14px;border-bottom:0;}

/* The shared .tt-bc pulls itself up 31px so it can sit inside the hero band.
   Inside the repeated page-title block (live shows one on About) that negative
   margin dragged the breadcrumb on top of the title. Reset it there. */
.tt-ptitle .tt-bc{margin-top:0;}

/* ============ LIVE-MEASURED CORRECTIONS 2026-08-05 ============
   Measured directly off tappingtags.com at 1440 (read-only navigation), not
   estimated off a screenshot. Live numbers are quoted next to each rule. */

/* live: inner-page body content starts at y=658; the clone started it at 628 */
.tt-contact{padding-top:70px;}
.tt-revpage{padding-top:70px;}

/* live: .wd-info-box paragraph is 18px/400 #000 and only the <strong> runs are
   600 #333. The clone was bolding the whole block, which read much heavier. */
.tt-info p{font-weight:400;color:#000;line-height:1.6;}
.tt-info strong{font-weight:600;color:#333;}
/* live: info boxes 314px wide, 29px apart across, 14px apart down
   (row tops 704 -> 776 with 58px boxes) */
.tt-info-grid{gap:14px 29px;}
/* live: right-column content begins at x=753 */
.tt-contact-r{padding-left:33px;}
.tt-contact-l{padding-right:33px;}
/* live keeps the closing note in the right column, under the info boxes */
.tt-contact-r .tt-contact-note{padding:34px 0 0;}

/* live: the About intro heading is 28px/500 #242424, not 30px/700 */
.tt-two--about h2{font-size:28px;font-weight:500;}

@media (max-width:767px){
  .tt-contact,.tt-revpage{padding-top:34px;}
  .tt-contact-r .tt-contact-note{padding-top:24px;}
}

/* Second measurement pass, desktop only so the existing mobile rules (which are
   declared earlier in this file) are not overridden by these later selectors. */
@media (min-width:1025px){
  /* live: products widget column starts at x=713 with its items indented to 753 */
  .tt-revpage-grid{gap:0;}
  .tt-revpage-grid>aside{padding-left:40px;}
  .tt-two--about{gap:0;}
  /* live: info grid starts 46px under the CONTACT US rule, note 71px under the boxes */
  .tt-info-grid{margin-top:8px;}
  .tt-contact-r .tt-contact-note{padding-top:78px;}
}

@media (max-width:580px){
  .tt-phero--shop{
    background-image:url(/assets/images/hero-blog-keyboard-key-mobile.webp);
  }
}
@media (min-width:768px){
  /* live: the repeated page-title block starts at y=638, its body 19px lower */
  .tt-ptitle{padding-top:50px;}
  .tt-two--about{padding-top:20px;}
}

/* Third pass. margin-top on .tt-info-grid collapsed against the heading's
   margin-bottom and did nothing - padding moves it for real. */
@media (min-width:1025px){
  .tt-info-grid{margin-top:0;padding-top:8px;}
}
@media (min-width:768px){
  /* live's page-title block is 132px of content (638 -> 770); ours was 88 */
  .tt-ptitle{padding-bottom:44px;}
}

/* ============ FOURTH PASS - live reviews-page internals, measured 2026-08-05
   All scoped to .tt-revpage / desktop so the approved homepage block that shares
   these class names is not touched.
   live: .cr-summaryBox-wrap x15 y638 w698 h165 bg#F9F9F9
         .cr-overall-rating-wrap x17 w340 (so the card splits 340 | rest)
         score "5.0" 36px/700 centred at x186
         .cr-avatar 50x50 at x15, review author text at x85 (50 + 20 gap)
         review row pitch 186px (Christopher y964 -> Ryan y1150), body copy 18px
         sidebar thumb 65x65 at x753, star row 100px wide starting x833 */
@media (min-width:1025px){
  .tt-revpage{padding-top:50px;}
  .tt-contact-page .tt-contact-r{align-self:start;display:flex;flex-direction:column;}
  .tt-revpage-grid>aside{padding-top:20px;}
  .tt-revpage .tt-summary{grid-template-columns:340px 1fr;gap:0;padding:22px 2px;background:#F9F9F9;}
  .tt-revpage .tt-bars{border-left:1px solid #E4E1E3;padding-left:25px;}
  .tt-revpage .tt-summary-score strong{font-size:36px;}
  .tt-revpage .tt-rev{grid-template-columns:50px 1fr;gap:20px;padding:30px 0;}
  .tt-revpage .tt-avatar{width:50px;height:50px;}
  .tt-revpage .tt-rev p{font-size:18px;}
}
@media (min-width:768px){
  /* live insets the repeated page-title block 30px from the content edge */
  .tt-ptitle{padding-left:30px;}
  /* live sidebar: 65px thumb, 15px gutter, 18px star row */
  .tt-side-list li{grid-template-columns:65px 1fr;gap:15px;}
  .tt-side-list img{width:65px;height:65px;}
  .tt-side-stars{font-size:18px;}
}

/* live: .product_list_widget items are TOP-aligned and the first one sits flush
   with the column top (live reviews: widget y638+20, first thumb y658). Ours
   was centring the row and padding the first item, dropping the thumb 26px. */
.tt-side-list li{align-items:start;}
.tt-side-list li:first-child{padding-top:0;}

/* .tt-bc carries its own 15px inset for use inside the hero; inside the
   repeated page-title block that stacked on .tt-ptitle's 30px inset and put the
   breadcrumb 15px right of its own title. Live aligns the two. */
@media (min-width:768px){ .tt-ptitle .tt-bc{padding-left:0;padding-right:0;} }

/* ============ ROUND 6 BUYER PRODUCT PAGES ============ */
.tt-product-page main{background:#f5f9fa;}
.tt-product-page .tt-pbc{max-width:1280px;margin:0 auto;padding:26px 24px 8px;}
.tt-product-page .tt-prodpage{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:clamp(48px,6vw,84px);max-width:1280px;margin:0 auto;padding:42px 24px 68px;}
.tt-product-page .tt-gallery-main{border:0;border-radius:24px;overflow:hidden;
  box-shadow:0 24px 58px rgba(7,72,88,.12);}
.tt-product-page .tt-gallery-main img{display:block;}
.tt-product-stand .tt-gallery-main img{max-width:500px;margin:0 auto;}
.tt-product-page .tt-gallery-thumbs{grid-template-columns:repeat(var(--tt-thumb-columns,5),minmax(0,1fr));gap:12px;margin-top:16px;}
.tt-product-page .tt-gallery-thumbs img{border:2px solid transparent;border-radius:10px;}
.tt-product-page .tt-gallery-thumbs img:hover,
.tt-product-page .tt-gallery-thumbs img[aria-current=true]{border-color:var(--tt-cyan);}
.tt-product-page .tt-psum{padding-top:14px;}
.tt-product-page .tt-inner-kicker{color:#087c9d;font-size:13px;font-weight:800;
  letter-spacing:.14em;margin:0 0 13px;text-transform:uppercase;}
.tt-product-page .tt-psum h1{font-size:clamp(38px,3.7vw,54px);font-weight:800;
  letter-spacing:-.045em;line-height:1.02;text-transform:none;margin-bottom:18px;}
.tt-product-page .tt-product-lead{color:#3c5962;font-size:20px;line-height:1.5;
  margin:0 0 18px;max-width:620px;}
.tt-product-page .tt-psum-stars{border-bottom:1px solid #cfe0e4;padding-bottom:18px;}
.tt-product-page .tt-product-assurances{display:flex;flex-wrap:wrap;gap:9px;list-style:none;
  margin:0 0 24px;padding:0;}
.tt-product-page .tt-product-assurances li{background:#e2f6fb;border-radius:999px;color:#075b70;
  font-size:13px;font-weight:700;line-height:1.2;margin:0;padding:10px 14px;}
.tt-product-page .tt-buybox{background:#fff;border:1px solid #b9dce5;border-radius:18px;
  box-shadow:0 18px 44px rgba(7,72,88,.09);padding:28px 30px;margin-bottom:30px;}
.tt-product-page .tt-psum-price{font-size:34px;}
.tt-product-page .tt-package-heading{color:var(--tt-title);font-size:16px;font-weight:800;
  margin:0 0 12px;}
.tt-product-page .tt-variants{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;margin:0 0 20px;}
.tt-product-page .tt-package-card{align-items:flex-start;background:#fff;border:2px solid #c9dce1;
  border-radius:12px;color:var(--tt-title);display:flex;flex-direction:column;height:auto;min-height:132px;
  padding:15px 14px;position:relative;text-align:left;width:auto;}
.tt-product-page .tt-package-card:hover{border-color:#61bcd3;}
.tt-product-page .tt-package-card[aria-pressed=true]{background:#e8f8fc;border-color:#087c9d;
  box-shadow:0 0 0 2px rgba(8,124,157,.14);}
.tt-product-page .tt-package-card[aria-pressed=true] .tt-package-count::after{color:#087c9d;
  content:'  \2713 Selected';font-size:12px;font-weight:800;white-space:nowrap;}
.tt-product-page .tt-package-card--best{padding-top:35px;}
.tt-product-page .tt-package-badge{background:#075b70;border-radius:999px;color:#fff;font-size:12px;
  font-weight:800;left:12px;line-height:1;padding:6px 9px;position:absolute;top:9px;}
.tt-product-page .tt-package-count{font-size:16px;font-weight:800;line-height:1.3;}
.tt-product-page .tt-package-total{font-size:20px;font-weight:800;line-height:1.3;margin-top:6px;}
.tt-product-page .tt-package-unit{color:#355a64;font-size:13px;font-weight:700;line-height:1.35;}
.tt-product-page .tt-package-saving{color:#08744f;font-size:12px;font-weight:800;line-height:1.35;
  margin-top:auto;padding-top:7px;}
.tt-product-page .tt-package-saving--base{color:#5f747a;}
.tt-product-page .tt-purchase-reassurance{color:#075b70;font-size:14px;font-weight:800;
  line-height:1.4;margin:-5px 0 18px;padding-left:24px;position:relative;}
.tt-product-page .tt-purchase-reassurance::before{content:'\2713';left:0;position:absolute;top:0;}
.tt-product-page .tt-offer-card{background:#e8f8fc;border:2px solid #087c9d;border-radius:12px;
  display:grid;gap:2px;margin:0 0 20px;min-height:132px;padding:17px 18px;}
.tt-product-page .tt-buy-support{border-top:1px solid #d9e7ea;display:grid;gap:14px;margin-top:20px;padding-top:20px;}
.tt-product-page .tt-fulfillment{background:#f3f9fa;border-radius:12px;padding:16px 18px;}
.tt-product-page .tt-fulfillment h2{color:var(--tt-title);font-size:16px;line-height:1.3;margin:0 0 7px;}
.tt-product-page .tt-fulfillment p{color:#355a64;font-size:13px;line-height:1.55;margin:0 0 7px;}
.tt-product-page .tt-fulfillment a{align-items:center;color:#087c9d;display:inline-flex;font-size:13px;
  font-weight:800;min-height:44px;text-decoration:underline;text-underline-offset:3px;}
.tt-product-page .tt-buy-demo{align-items:center;background:#082f3a;border-radius:12px;display:grid;
  gap:16px;grid-template-columns:104px minmax(0,1fr);margin:0;overflow:hidden;padding:12px;}
.tt-product-page .tt-buy-demo video{aspect-ratio:480/848;background:#041e26;border-radius:8px;display:block;
  height:auto;object-fit:cover;width:104px;}
.tt-product-page .tt-buy-demo figcaption{color:#d8f0f4;font-size:13px;line-height:1.45;}
.tt-product-page .tt-buy-demo figcaption strong{color:#fff;display:block;font-size:16px;margin-bottom:4px;}
.tt-product-page .tt-buy-demo figcaption span{display:block;}
.tt-product-page .tt-single-offer{color:#355a64;font-size:15px;font-weight:700;line-height:1.45;margin:0 0 18px;}
.tt-product-page .tt-return-note{font-size:14px;line-height:1.5;margin:16px 0 0;}
.tt-product-page .tt-return-note a{align-items:center;color:#087c9d;display:inline-flex;font-weight:800;min-height:44px;text-decoration:underline;text-underline-offset:3px;}
.tt-product-page .tt-product-demo{align-items:center;background:#082f3a;border-radius:18px;color:#d8f0f4;
  display:grid;gap:28px;grid-template-columns:minmax(220px,360px) minmax(0,1fr);margin:0 auto 30px;
  max-width:1232px;padding:24px;}
.tt-product-page .tt-product-demo video{background:#041e26;border-radius:12px;display:block;height:auto;max-height:420px;object-fit:contain;width:100%;}
.tt-product-page .tt-product-demo figcaption{font-size:16px;line-height:1.55;}
.tt-product-page .tt-product-demo figcaption strong{color:#fff;display:block;font-size:24px;margin-bottom:6px;}
.tt-product-page .tt-btn-buy{min-height:52px;padding:0 30px;}
.tt-product-page .tt-buybox-note{font-size:13px;}
.tt-product-page .tt-psum-short{background:#fff;border-radius:18px;padding:26px 28px;}
.tt-product-page .tt-psum-short h2{font-size:25px;line-height:1.25;margin:0 0 18px;}
.tt-product-page .tt-tabs{background:#fff;margin:0 auto;max-width:1232px;padding:28px 0 68px;}
.tt-product-page .tt-tablist{gap:8px;}
.tt-product-page .tt-tablist button{border-radius:9px;min-height:50px;}
.tt-product-page .tt-tabpanel{padding-top:42px;}
.tt-product-page .tt-pdesc-body{max-width:74ch;}
.tt-product-page .tt-pdesc-body p{font-size:1.0625rem;line-height:1.65;margin-block-end:1.25rem;max-width:none;}
.tt-product-page .tt-pdesc-body ul,.tt-product-page .tt-pdesc-body ol{margin-block:1rem 1.5rem;}
.tt-product-page .tt-pdesc-body li+li{margin-block-start:.5rem;}
.tt-product-page .tt-overview-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));}
.tt-product-page .tt-overview-grid section{background:#f3f9fa;border-radius:10px;padding:18px;}
.tt-product-page .tt-overview-grid h2{font-size:19px;margin:0 0 10px;}
.tt-product-page .tt-overview-grid ul,.tt-product-page .tt-overview-grid ol{margin:0;padding-left:20px;}
.tt-product-page .tt-overview-grid li{font-size:15px;line-height:1.45;}
.tt-product-page .tt-specs{border-collapse:collapse;max-width:640px;width:100%;}
.tt-product-page .tt-specs th,.tt-product-page .tt-specs td{padding:13px 16px;text-align:left;vertical-align:top;}
.tt-product-page .tt-specs tr:nth-child(odd){background:#f1f7f8;}
.tt-review-empty{background:#f3f9fa;border-left:4px solid #087c9d;border-radius:8px;font-size:16px;line-height:1.6;padding:20px 22px;}
.tt-review-empty h2{font-size:24px;line-height:1.3;margin:0 0 10px;}
.tt-review-empty p{margin:0 0 10px;}
.tt-review-empty p:last-child{margin-bottom:0;}
.tt-review-empty a{color:#087c9d;font-weight:800;}
.tt-faq-more a{align-items:center;color:#087c9d;display:inline-flex;font-weight:800;min-height:44px;}
.tt-product-page .tt-related{background:#fff;padding-top:28px;}

@media (max-width:1024px){
  .tt-product-page .tt-prodpage{grid-template-columns:1fr;gap:34px;max-width:760px;}
  .tt-product-page .tt-pbc,.tt-product-page .tt-tabs{max-width:760px;}
  .tt-product-page .tt-psum{padding-top:0;}
}

@media (max-width:767px){
  .tt-product-page main{background:#fff;}
  .tt-product-stand .tt-gallery-main img{max-width:330px;}
  .tt-product-page .tt-pbc{padding:18px 18px 4px;}
  .tt-product-page .tt-prodpage{padding:26px 18px 44px;}
  .tt-product-page .tt-gallery-main{border-radius:16px;}
  .tt-product-page .tt-psum h1{font-size:34px;}
  .tt-product-page .tt-product-lead{font-size:18px;}
  .tt-product-page .tt-buybox,.tt-product-page .tt-psum-short{border-radius:14px;padding:22px 18px;}
  .tt-product-page .tt-package-card{min-height:138px;padding:14px 12px;}
  .tt-product-page .tt-package-card--best{padding-top:35px;}
  .tt-product-page .tt-package-total{font-size:18px;}
  .tt-product-page .tt-buy-demo{grid-template-columns:88px minmax(0,1fr);}
  .tt-product-page .tt-buy-demo video{width:88px;}
  .tt-product-page .tt-buyrow{align-items:stretch;}
  .tt-product-page .tt-btn-buy{flex:1 1 125px;}
  .tt-product-page .tt-tabs{padding:24px 18px 46px;}
  .tt-product-page .tt-product-demo{border-radius:0;grid-template-columns:1fr;margin-bottom:18px;padding:24px 18px;}
  .tt-product-page .tt-overview-grid{grid-template-columns:1fr;}
}

/* ============ ROUND 6 SHOP PAGE ============ */
.tt-shop-page .tt-shop-intro{background:#063f50;color:#fff;padding:0 24px;}
.tt-shop-page .tt-shop-intro-grid{display:grid;gap:32px;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);margin:0 auto;max-width:1280px;
  padding:16px 0;}
.tt-shop-page .tt-inner-kicker{color:#72def5;font-size:13px;font-weight:800;
  letter-spacing:.14em;margin:0 0 16px;text-transform:uppercase;}
.tt-shop-page .tt-shop-h1{color:#fff;font-size:clamp(40px,3.2vw,46px);font-weight:800;
  letter-spacing:-.05em;line-height:.98;margin:0;max-width:620px;}
.tt-shop-page .tt-shop-lead{color:#d8f0f4;font-size:16px;line-height:1.45;
  margin:12px 0 0;max-width:570px;}
.tt-shop-page .tt-shop-benefits{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
  border-radius:18px;padding:13px 18px;}
.tt-shop-page .tt-shop-benefits ul{display:grid;gap:0 24px;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0 0 8px;padding:0;}
.tt-shop-page .tt-shop-benefits li{border-bottom:1px solid rgba(255,255,255,.16);
  color:#fff;font-size:13px;line-height:1.35;margin:0;padding:6px 0 6px 22px;position:relative;}
.tt-shop-page .tt-shop-benefits li::before{color:#72def5;content:'✓';font-weight:800;left:0;position:absolute;}
.tt-shop-page .tt-shop-benefits p{color:#d8f0f4;font-size:13px;line-height:1.4;margin:0 0 4px;}
.tt-shop-page .tt-shop-benefits p:last-child{color:#fff;margin-bottom:0;}
.tt-shop-page .tt-shop-grid{background:#fff;margin:0 auto;max-width:1280px;padding:12px 24px 84px;}
.tt-shop-page .tt-shop-grid .tt-prod{border:1px solid #dce9ec;border-radius:20px;
  box-shadow:0 16px 40px rgba(7,72,88,.08);overflow:hidden;}
.tt-shop-page .tt-shop-grid .tt-prod-media{background:#f5f9fa;}
.tt-shop-page .tt-shop-grid .tt-prod-body{padding:24px 24px 28px;}
.tt-shop-page .tt-shop-grid .tt-prod-btn{min-height:48px;}
.tt-shop-page .tt-shop-intro + .tt-bc{
  background:#063f50;
  color:#e8f6f8;
}
.tt-shop-page .tt-shop-intro + .tt-bc a{color:#fff;}
.tt-shop-page .tt-shop-intro + .tt-bc a:hover{color:#72def5;text-decoration:underline;}
.tt-shop-page .tt-shop-intro + .tt-bc :is(i,strong){color:#e8f6f8;}

@media (max-width:900px){
  .tt-shop-page .tt-shop-intro-grid{grid-template-columns:1fr;gap:38px;}
}

@media (max-width:767px){
  .tt-shop-page main{display:flex;flex-direction:column;}
  .tt-shop-page .tt-shop-intro,.tt-shop-page .tt-shop-intro-grid{display:contents;}
  .tt-shop-page .tt-shop-intro-grid>div:first-child{background:#063f50;order:1;padding:24px 20px 16px;}
  .tt-shop-page .tt-shop-h1{font-size:44px;}
  .tt-shop-page .tt-shop-lead{font-size:18px;margin-top:14px;}
  .tt-shop-page .tt-shop-grid{order:2;padding:48px 18px 58px;}
  .tt-shop-page .tt-shop-benefits{background:#063f50;border:0;border-radius:0;order:3;padding:48px 20px;}
  .tt-shop-page .tt-shop-benefits ul{grid-template-columns:1fr;}
  .tt-shop-page .tt-trust{order:4;}
}

/* ============ ROUND 6 ABOUT PAGE ============ */
.tt-about-page main{background:#f5f9fa;}
.tt-about-page .tt-phero{align-items:center;background-position:center 35%;background-size:cover;
  min-height:480px;}
.tt-about-page .tt-phero::before{background:linear-gradient(90deg,rgba(3,49,62,.94) 0%,
  rgba(3,63,80,.72) 48%,rgba(3,63,80,.22) 100%);opacity:1;}
.tt-about-page .tt-phero-in{margin:0 auto;max-width:1280px;padding:28px 24px;}
.tt-about-page .tt-phero-kicker{color:#72def5;font-size:13px;font-weight:800;
  letter-spacing:.14em;margin:0 0 14px;text-transform:uppercase;}
.tt-about-page .tt-phero h1{color:#fff;font-size:clamp(54px,6vw,82px);font-weight:800;
  letter-spacing:-.05em;line-height:.98;text-transform:none;}
.tt-about-page .tt-phero-lead{color:#e2f4f7;font-size:21px;line-height:1.55;
  margin:24px 0 0;max-width:660px;}
.tt-about-page main>.tt-bc{margin:0 auto;max-width:1280px;padding:18px 24px 0;}
.tt-about-page .tt-two--about{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);
  gap:clamp(50px,7vw,92px);margin:0 auto;max-width:1280px;padding:68px 24px 78px;}
.tt-about-page .tt-two--about h2{font-size:42px;font-weight:800;letter-spacing:-.035em;
  line-height:1.08;margin-bottom:26px;}
.tt-about-page .tt-two--about h3{color:#075b70;font-size:24px;font-weight:800;
  letter-spacing:-.02em;margin:38px 0 14px;}
.tt-about-page .tt-two--about p,.tt-about-page .tt-two--about li{color:#27444d;line-height:1.68;}
.tt-about-page .tt-two--about aside{background:#fff;border:1px solid #dce9ec;border-radius:20px;
  box-shadow:0 16px 42px rgba(7,72,88,.08);padding:28px;}
.tt-about-page .tt-side-h{color:#075b70;font-size:14px;font-weight:800;letter-spacing:.12em;
  margin-bottom:22px;text-transform:uppercase;}
.tt-about-page .tt-side-list li{grid-template-columns:78px 1fr;gap:16px;padding:18px 0;}
.tt-about-page .tt-side-list img{border-radius:10px;height:78px;width:78px;}

@media (max-width:1024px){
  .tt-about-page .tt-two--about{grid-template-columns:1fr;max-width:820px;}
}

@media (max-width:767px){
  .tt-about-page .tt-phero{min-height:430px;}
  .tt-about-page .tt-phero::before{background:rgba(3,55,70,.8);}
  .tt-about-page .tt-phero-in{padding:42px 20px;}
  .tt-about-page .tt-phero h1{font-size:52px;}
  .tt-about-page .tt-phero-lead{font-size:18px;}
  .tt-about-page main>.tt-bc{padding:14px 18px 0;}
  .tt-about-page .tt-two--about{padding:44px 18px 58px;}
  .tt-about-page .tt-two--about h2{font-size:34px;}
  .tt-about-page .tt-two--about aside{border-radius:16px;padding:22px 18px;}
}

/* ============ ROUND 6 CONTACT PAGE ============ */
.tt-contact-page main{background:#f5f9fa;}
.tt-contact-page .tt-phero{align-items:center;background-position:center 38%;background-size:cover;
  min-height:460px;}
.tt-contact-page .tt-phero::before{background:linear-gradient(90deg,rgba(3,49,62,.95) 0%,
  rgba(3,63,80,.78) 50%,rgba(3,63,80,.28) 100%);opacity:1;}
.tt-contact-page .tt-phero-in{margin:0 auto;max-width:1280px;padding:28px 24px;}
.tt-contact-page .tt-phero-kicker{color:#72def5;font-size:13px;font-weight:800;
  letter-spacing:.14em;margin:0 0 14px;text-transform:uppercase;}
.tt-contact-page .tt-phero h1{color:#fff;font-size:clamp(54px,6vw,82px);font-weight:800;
  letter-spacing:-.05em;line-height:.98;text-transform:none;}
.tt-contact-page .tt-phero-lead{color:#e2f4f7;font-size:21px;line-height:1.55;
  margin:24px 0 0;max-width:650px;}
.tt-contact-page main>.tt-bc{margin:0 auto;max-width:1280px;padding:18px 24px 0;}
.tt-contact-page .tt-contact{gap:clamp(40px,6vw,82px);grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  margin:0 auto;max-width:1280px;padding:64px 24px 78px;}
.tt-contact-page .tt-contact-l,.tt-contact-page .tt-contact-r{background:#fff;border:1px solid #dce9ec;
  border-radius:20px;box-shadow:0 16px 42px rgba(7,72,88,.08);padding:32px 34px;}
.tt-contact-page .tt-rule-h{color:#075b70;font-size:27px;font-weight:800;letter-spacing:-.025em;
  text-transform:none;}
.tt-contact-page .tt-rule-h::after{background:#b9dce5;}
.tt-contact-page .tt-form .tt-sr{position:absolute;left:-10000px;width:1px;height:1px;
  overflow:hidden;clip-path:inset(50%);white-space:nowrap;}
.tt-contact-page .tt-form .tt-sr input{width:1px;min-height:0;height:1px;margin:0;padding:0;}
.tt-contact-page .tt-form input,.tt-contact-page .tt-form textarea{border-color:#cbdde1;
  border-radius:8px;min-height:52px;}
.tt-contact-page .tt-form textarea{min-height:180px;}
.tt-contact-page .tt-form button{border-radius:8px;min-height:54px;padding:0 36px;}
.tt-contact-page .tt-contact-quick{display:none;}
.tt-contact-page .tt-required{color:#a52a2a;font-weight:800;}
.tt-contact-page .tt-required-note{color:#555;font-size:13px;line-height:1.4;margin:-10px 0 20px;}
.tt-contact-page .tt-info-grid{gap:14px;grid-template-columns:1fr;margin:0;padding:0;}
.tt-contact-page .tt-info{background:#f5f9fa;border-radius:12px;grid-template-columns:40px 1fr;
  min-height:120px;padding:16px 18px;}
.tt-contact-page .tt-info--primary{grid-template-columns:40px minmax(0,1fr);}
.tt-contact-page .tt-info img{height:30px;width:30px;opacity:1;filter:brightness(.55);}
.tt-contact-page .tt-contact-r .tt-contact-note{border-top:1px solid #dce9ec;margin-top:24px;padding:24px 0 0;}

@media (max-width:1024px){
  .tt-contact-page .tt-contact{grid-template-columns:1fr;max-width:820px;}
}

@media (max-width:767px){
  .tt-contact-page .tt-phero{min-height:420px;}
  .tt-contact-page .tt-phero::before{background:rgba(3,55,70,.82);}
  .tt-contact-page .tt-phero-in{padding:42px 20px;}
  .tt-contact-page .tt-phero h1{font-size:50px;}
  .tt-contact-page .tt-phero-lead{font-size:18px;}
  .tt-contact-page main>.tt-bc{padding:14px 18px 0;}
  .tt-contact-page .tt-contact{padding:44px 18px 58px;}
  .tt-contact-page .tt-info{min-height:167px;}
  .tt-contact-page .tt-contact-quick{background:#eaf5f7;border:1px solid #c8e2e7;
    border-radius:14px;display:block;padding:14px 18px;}
  .tt-contact-page .tt-contact-quick-label{color:#075b70;font-size:14px;font-weight:800;
    letter-spacing:.06em;margin:0 0 4px;text-transform:uppercase;}
  .tt-contact-page .tt-contact-quick-links{display:grid;grid-template-columns:1fr;}
  .tt-contact-page .tt-contact-quick a{align-items:center;color:#073f4c;display:flex;
    gap:5px;min-height:44px;text-decoration:none;}
  .tt-contact-page .tt-contact-quick a:hover{text-decoration:underline;}
  .tt-contact-page .tt-info--primary{display:none;}
  .tt-contact-page .tt-contact-l,.tt-contact-page .tt-contact-r{border-radius:16px;padding:24px 20px;}
  .tt-contact-page .tt-rule-h{font-size:24px;}
  .tt-contact-page .tt-form button{width:100%;}
}

/* Reviews proof must enter the first desktop viewport with the aggregate score.
   The controls retain their 44px floor and the five source reviews stay intact. */
@media (min-width:1025px){
  .tt-phero--reviews{min-height:300px;}
  .tt-revpage{padding-top:20px;}
  .tt-revpage .tt-summary{padding-top:16px;padding-bottom:16px;}
  .tt-revpage .tt-rev-search{margin-top:12px;}
  .tt-revpage .tt-rev-meta{padding-top:2px;padding-bottom:2px;}
}

/* ============ CYT-146 STANDARD INNER-PAGE HERO ============
   A single brand-coloured treatment replaces page-specific stock photography
   on company, help, editorial and policy pages. Product and shop layouts keep
   their existing presentation. */
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping){
  align-items:center;
  background-color:#063f50;
  background-image:
    radial-gradient(circle at 78% 28%,rgba(114,222,245,.24) 0 12%,transparent 12.5%),
    radial-gradient(circle at 91% 72%,rgba(244,122,61,.2) 0 8%,transparent 8.5%),
    linear-gradient(120deg,#032f3d 0%,#075b70 58%,#087c9d 100%);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  min-height:clamp(340px,36vw,460px);
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping)::before{
  background:linear-gradient(135deg,transparent 0 62%,rgba(255,255,255,.06) 62% 68%,transparent 68%);
  opacity:1;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) .tt-phero-in{
  margin:0 auto;
  max-width:1280px;
  padding:48px 24px;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) .tt-phero-kicker{
  color:#72def5;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) h1{
  color:#fff;
  font-size:clamp(46px,5.6vw,76px);
  font-weight:800;
  letter-spacing:-.045em;
  line-height:1;
  text-transform:none;
  text-wrap:balance;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) .tt-phero-lead{
  color:#e2f4f7;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) + .tt-bc{
  background:#f4f8f9;
  color:#294f5b;
  margin:0;
  padding:14px max(24px,calc((100% - 1280px)/2 + 24px)) 0;
}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) + .tt-bc a{color:#075b70;}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) + .tt-bc a:hover{color:#00485e;text-decoration:underline;}
:is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
    .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
    .tt-phero--shipping) + .tt-bc :is(i,strong){color:#294f5b;}

@media (max-width:767px){
  :is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
      .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
      .tt-phero--shipping){min-height:320px;}
  :is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
      .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
      .tt-phero--shipping) .tt-phero-in{padding:40px 18px;}
  :is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
      .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
      .tt-phero--shipping) h1{font-size:clamp(38px,12vw,52px);}
  :is(.tt-phero--about,.tt-phero--contact,.tt-phero--reviews,.tt-phero--faq,
      .tt-phero--blog,.tt-phero--privacy,.tt-phero--terms,.tt-phero--refunds,
      .tt-phero--shipping) + .tt-bc{padding:12px 18px 0;}
}
