/* YourStudyHack premium storefront system · v18 */
:root{
  --v18-navy:#081a33;
  --v18-navy-2:#102a4c;
  --v18-blue:#166fe5;
  --v18-blue-soft:#eaf3ff;
  --v18-orange:#eb650b;
  --v18-teal:#087f7a;
  --v18-ink:#10213a;
  --v18-muted:#5c6d83;
  --v18-line:#dfe6ef;
  --v18-surface:#f4f7fb;
  --v18-card:#ffffff;
  --v18-shadow:0 24px 70px rgba(8,26,51,.12);
}

html{font-size:18px}
.minimal-storefront{
  color:var(--v18-ink);
  font-size:17px;
}
.minimal-storefront p{line-height:1.72}
.minimal-storefront .container{width:min(1240px,calc(100% - 64px))}
.minimal-storefront .nav-wrap{height:80px}
.minimal-storefront .main-nav{font-size:15px}
.minimal-storefront .main-nav>a:not(.nav-whatsapp){padding-top:29px;padding-bottom:25px}
.minimal-storefront .button{min-height:54px;font-size:16px}
.minimal-storefront .brand{
  min-width:232px;
  display:flex;
  align-items:center;
}
.minimal-storefront .brand-logo{
  width:232px;
  height:auto;
  display:block;
}
.minimal-storefront .minimal-footer .brand-logo{width:205px}
.minimal-storefront .minimal-footer .footer-brand-logo{
  width:245px;
  max-width:100%;
  height:auto;
  display:block;
}

/* Premium homepage hero */
.minimal-storefront .minimal-hero{
  padding:clamp(62px,6.5vw,94px) 0 clamp(72px,7vw,104px);
  background:
    radial-gradient(circle at 82% 20%,rgba(65,139,232,.14),transparent 31%),
    radial-gradient(circle at 67% 79%,rgba(235,101,11,.09),transparent 28%),
    linear-gradient(135deg,#fff 0%,#f8fbff 55%,#eef5ff 100%);
}
.minimal-storefront .minimal-hero-grid{
  min-height:590px;
  grid-template-columns:minmax(430px,.86fr) minmax(590px,1.14fr);
  gap:clamp(38px,5vw,78px);
}
.minimal-storefront .minimal-hero-copy h1{
  max-width:650px;
  font-size:clamp(58px,5.8vw,82px);
  line-height:.98;
}
.minimal-storefront .minimal-hero-copy>p{
  max-width:585px;
  margin-top:27px;
  color:var(--v18-muted);
  font-size:18px;
  line-height:1.7;
}
.premium-hero-showcase{
  position:relative;
  min-height:575px;
  display:grid;
  place-items:center;
  isolation:isolate;
}
.premium-hero-showcase::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  z-index:-2;
  border:1px solid rgba(22,111,229,.11);
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.98) 0 43%,rgba(221,235,253,.7) 64%,rgba(221,235,253,0) 71%);
}
.premium-tablet{
  position:relative;
  z-index:10;
  width:min(100%,600px);
  aspect-ratio:1.31/1;
  padding:14px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:34px;
  background:linear-gradient(145deg,#25364d 0%,#071324 42%,#162a45 100%);
  box-shadow:
    0 55px 90px rgba(8,26,51,.24),
    0 16px 32px rgba(8,26,51,.18),
    inset 0 1px 1px rgba(255,255,255,.28);
}
.premium-tablet::after{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  bottom:-30px;
  height:38px;
  z-index:-1;
  border-radius:50%;
  background:rgba(8,26,51,.3);
  filter:blur(20px);
}
.premium-tablet-camera{
  position:absolute;
  top:7px;
  left:50%;
  width:5px;
  height:5px;
  z-index:2;
  border-radius:50%;
  background:#52627a;
  box-shadow:0 0 0 2px #071324;
}
.premium-tablet-screen{
  position:relative;
  height:100%;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:
    radial-gradient(circle at 76% 18%,rgba(47,140,255,.26),transparent 32%),
    radial-gradient(circle at 16% 83%,rgba(255,133,52,.19),transparent 32%),
    linear-gradient(145deg,#fdfefe 0%,#f1f6fc 55%,#e6effa 100%);
  box-shadow:inset 0 0 0 1px rgba(8,26,51,.06);
}
.premium-screen-kicker{
  position:absolute;
  top:24px;
  left:28px;
  color:#40536d;
  font-size:9px;
  font-weight:850;
  letter-spacing:.18em;
}
/* ── Book Carousel: Flat GPU Compositing (100% Clickable everywhere) ── */
.premium-screen-books{
  position:absolute;
  inset:60px 24px 58px;
  display:block;
}

/* Base book container: pointer-events:none so it never blocks clicks */
.premium-device-book{
  position:absolute;
  top:50%;
  left:50%;
  width:31%;
  max-width:164px;
  aspect-ratio:508/720;
  padding:0!important;
  margin:0;
  display:block;
  overflow:visible;
  border:0;
  background:transparent;
  transition:
    transform .62s cubic-bezier(.2,.75,.2,1),
    filter .35s ease,
    opacity .45s ease;
  filter:drop-shadow(0 20px 15px rgba(8,26,51,.2));
  will-change:transform;
  cursor:pointer;
  pointer-events:auto!important; /* Fully clickable */
}

.premium-device-book img, 
.premium-book-label{
  pointer-events:auto!important;
}

.premium-device-book img{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  border-radius:2px 5px 5px 2px;
  border:0;
  background:transparent;
  box-shadow:inset 0 0 0 1px rgba(8,26,51,.08);
  transform:translateZ(0); /* Anti-alias fix */
}
.premium-device-book::after{
  display:none;
}
.premium-book-spine{
  position:absolute;
  top:2px;
  bottom:2px;
  left:-7px;
  width:8px;
  z-index:1;
  border-radius:3px 0 0 3px;
  background:linear-gradient(90deg,#56677c 0%,#d4dde7 40%,#64778e 100%);
  transform:skewY(-35deg);
  transform-origin:right center;
}

/* Positions with clean layering */
.premium-device-book.is-left{
  z-index:10;
  opacity:1;
  transform:translate(-148%,-44%) scale(.92);
}
.premium-device-book.is-center{
  z-index:30;
  opacity:1;
  transform:translate(-50%,-52%) scale(1.08);
}
.premium-device-book.is-right{
  z-index:20;
  opacity:1;
  transform:translate(48%,-44%) scale(.92);
}

/* Hover states */
.premium-device-book.is-left:hover{
  z-index:40;
  transform:translate(-148%,-48%) scale(1.02);
  filter:drop-shadow(0 28px 24px rgba(8,26,51,.35));
}
.premium-device-book.is-center:hover{
  z-index:50;
  transform:translate(-50%,-56%) scale(1.13);
  filter:drop-shadow(0 32px 28px rgba(8,26,51,.4));
}
.premium-device-book.is-right:hover{
  z-index:40;
  transform:translate(48%,-48%) scale(1.02);
  filter:drop-shadow(0 28px 24px rgba(8,26,51,.35));
}
.premium-device-book:focus-visible{
  z-index:60!important;
  outline:3px solid #166fe5;
  outline-offset:5px;
}

/* Book label — sits below each book, inside its own column */
.premium-book-label{
  position:absolute;
  left:50%;
  bottom:-40px;
  z-index:4;
  width:140px;
  padding:5px 8px;
  color:#334155;
  font-size:10px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  transform:translateX(-50%);
  transition:color .25s ease;
  background:rgba(255,255,255,.92);
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
  backdrop-filter:blur(4px);
}
.premium-book-label b{color:#0f172a;font-size:12px;display:block}
.premium-device-book:hover .premium-book-label{color:#166fe5}
.premium-tablet-screen>p{
  position:absolute;
  left:28px;
  right:28px;
  bottom:16px;
  margin:0;
  color:#607087;
  font-size:11px;
  font-weight:750;
  letter-spacing:.02em;
  text-align:center;
  pointer-events:none; /* THIS was blocking the right book label! */
}
.premium-tablet-screen>p b{color:#17314f}

/* Explicit Browse Arrows for Carousel */
.carousel-nav-btn{
  position:absolute;
  top:50%;
  z-index:60;
  width:38px;
  height:38px;
  border:1px solid rgba(8,26,51,.12);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#102a4c;
  font-size:22px;
  font-weight:700;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(8,26,51,.15);
  backdrop-filter:blur(6px);
  transform:translateY(-50%);
  transition:all .22s cubic-bezier(.2,.75,.2,1);
}
.carousel-nav-btn:hover{
  background:#ffffff;
  color:#166fe5;
  transform:translateY(-50%) scale(1.12);
  box-shadow:0 10px 22px rgba(8,26,51,.25);
}
.nav-btn-prev{left:12px}
.nav-btn-next{right:12px}
.premium-floating-card{
  position:absolute;
  z-index:1;
  padding:13px 16px;
  display:grid;
  gap:3px;
  border:1px solid rgba(214,224,237,.95);
  border-radius:14px;
  background:rgba(255,255,255,.93);
  box-shadow:0 18px 42px rgba(8,26,51,.15);
  backdrop-filter:blur(14px);
  pointer-events:none!important; /* MUST NEVER BLOCK CLICKS ON THE TABLET */
}
.premium-floating-card b{color:var(--v18-ink);font-size:12px}
.premium-floating-card span{color:var(--v18-muted);font-size:10px}
.premium-card-delivery{right:-25px;bottom:-25px;pointer-events:none!important}

/* Premium, standardised product cards */
.minimal-storefront .minimal-products{
  padding:clamp(82px,8vw,118px) 0;
  background:
    linear-gradient(rgba(8,26,51,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,26,51,.025) 1px,transparent 1px),
    #f5f8fc;
  background-size:46px 46px;
}
.minimal-storefront .minimal-heading{margin-bottom:46px}
.minimal-storefront .minimal-heading h2{max-width:720px;font-size:clamp(40px,4.5vw,58px)}
.minimal-storefront .minimal-heading>p{max-width:390px;font-size:16px;line-height:1.65}
.minimal-storefront .product-catalog{
  max-width:none;
  gap:24px;
}
.minimal-storefront .product-card{
  min-height:770px;
  border:1px solid rgba(196,208,223,.86);
  border-radius:24px;
  box-shadow:0 10px 30px rgba(8,26,51,.055);
}
.minimal-storefront .product-card:hover{
  transform:translateY(-7px);
  border-color:#bdcce0;
  box-shadow:var(--v18-shadow);
}
.minimal-storefront .product-card-visual{
  min-height:400px;
  padding:48px 28px 38px;
  background:
    radial-gradient(circle at 50% 44%,rgba(255,255,255,.98) 0 29%,rgba(255,255,255,.2) 58%,transparent 70%),
    linear-gradient(145deg,#fbfdff,#edf3fa);
}
.minimal-storefront .product-card-orange .product-card-visual{
  background:radial-gradient(circle at 50% 43%,#fff 0 30%,rgba(255,255,255,.25) 60%,transparent 70%),linear-gradient(145deg,#fffaf4,#f7e8d8);
}
.minimal-storefront .product-card-blue .product-card-visual{
  background:radial-gradient(circle at 50% 43%,#fff 0 30%,rgba(255,255,255,.2) 60%,transparent 70%),linear-gradient(145deg,#f8fbff,#dfeafb);
}
.minimal-storefront .product-card-teal .product-card-visual{
  background:radial-gradient(circle at 50% 43%,#fff 0 30%,rgba(255,255,255,.14) 60%,transparent 70%),linear-gradient(145deg,#f5fbfb,#dceeed);
}
.catalog-book-3d{
  position:relative;
  display:block;
  transform-style:preserve-3d;
}
.catalog-book-3d.catalog-cover-card{
  width:220px;
  aspect-ratio:508/720;
  padding:0!important;
  margin:0;
  overflow:visible;
  border:0;
  background:transparent;
  transform:rotateY(-4deg) rotateX(1deg);
  filter:drop-shadow(0 28px 24px rgba(8,26,51,.22));
  transition:transform .35s ease,filter .35s ease;
}
.catalog-book-3d.catalog-cover-card::after{
  display:none;
}
.catalog-book-spine{
  position:absolute;
  top:3px;
  bottom:3px;
  left:-8px;
  width:9px;
  z-index:1;
  border-radius:3px 0 0 3px;
  background:linear-gradient(90deg,#53677f,#d9e1ea 42%,#60748c);
  transform:skewY(-35deg);
  transform-origin:right center;
}
.catalog-book-3d .catalog-cover-image{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  display:block;
  max-width:none;
  object-fit:cover;
  border-radius:2px 5px 5px 2px;
  border:0;
  background:transparent;
  box-shadow:inset 0 0 0 1px rgba(8,26,51,.08);
}
.minimal-storefront .product-card:hover .catalog-book-3d.catalog-cover-card{
  transform:translateY(-10px) rotateY(-2deg) rotateX(0) scale(1.025);
  filter:drop-shadow(0 29px 21px rgba(8,26,51,.24));
}
.minimal-storefront .product-card:hover .catalog-cover-image{transform:none;filter:none}
.minimal-storefront .look-inside{
  bottom:17px;
  padding:8px 13px;
  color:#203550;
  border-color:rgba(189,204,224,.95);
  border-radius:999px;
  font-size:11px;
  box-shadow:0 8px 22px rgba(8,26,51,.08);
}
.minimal-storefront .product-card-copy{
  padding:28px;
  display:grid;
  grid-template-rows:auto auto 1fr auto auto;
}
.minimal-storefront .product-card-copy h3{
  min-height:72px;
  font-size:27px;
  line-height:1.18;
}
.product-card-title-link{color:inherit;text-decoration:none}
.product-card-title-link:hover{color:var(--v18-blue)}
.minimal-storefront .product-card-copy>p{
  min-height:82px;
  margin:13px 0 19px;
  display:block;
  color:var(--v18-muted);
  font-size:16px;
  line-height:1.65;
  -webkit-line-clamp:unset;
}
.product-card-receive{
  min-height:150px;
  padding:19px 20px;
  border:1px solid #e1e8f1;
  border-radius:14px;
  background:#f8fafd;
}
.product-card-receive>strong{
  display:block;
  margin-bottom:9px;
  color:#253a55;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.product-card-receive ul{
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
  list-style:none;
}
.product-card-receive li{
  position:relative;
  padding-left:18px;
  color:#4b5e77;
  font-size:15px;
  font-weight:650;
  line-height:1.45;
}
.product-card-receive li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--v18-blue);
  font-weight:900;
}
.product-card-orange .product-card-receive li::before{color:var(--v18-orange)}
.product-card-teal .product-card-receive li::before{color:var(--v18-teal)}
.minimal-storefront .product-price{margin-top:21px;padding-top:18px}
.minimal-storefront .product-price strong{font-size:29px}
.minimal-storefront .product-card-actions{grid-template-columns:1fr}
.minimal-storefront .product-card-actions .button{width:100%}

/* Bundle clarity wherever bundle panels are used */
.minimal-storefront .bundle-books .catalog-book-3d.bundle-cover{
  width:185px;
  height:267px;
  max-width:55%;
  filter:drop-shadow(0 20px 16px rgba(0,0,0,.25));
}
.minimal-storefront .bundle-books .catalog-book-3d.bundle-cover:first-child{transform:translateX(18px) rotate(-3deg)}
.minimal-storefront .bundle-books .catalog-book-3d.bundle-cover:last-child{transform:translateX(-18px) rotate(3deg)}
.minimal-storefront .bundle-books .catalog-cover-image{width:100%;height:100%;object-fit:cover}
.bundle-receive{
  margin-top:22px;
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.08);
}
.bundle-receive>strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.bundle-receive ul{margin:0;padding:0;display:grid;gap:9px;list-style:none}
.bundle-receive li{display:grid;gap:2px}
.bundle-receive li b{color:#fff;font-size:13px}
.bundle-receive li span{color:#b9c7da;font-size:11px;line-height:1.4}

/* About page: real identity and current covers */
.about-polished .about-hero{padding:clamp(68px,7vw,102px) 0}
.about-polished .polished-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(500px,.9fr);
  gap:clamp(48px,6vw,82px);
  align-items:center;
}
.about-polished .polished-hero-copy h1{font-size:clamp(56px,5.8vw,80px);line-height:1.02}
.about-polished .polished-hero-copy>p{max-width:700px;font-size:18px;line-height:1.72}
.about-portrait-card{
  width:100%;
  max-width:520px;
  min-height:610px;
  justify-self:end;
  padding:0!important;
  display:grid!important;
  grid-template-rows:1fr auto;
  overflow:hidden;
  border:1px solid #dbe4ef;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 50% 38%,#fff 0 42%,#eef4fb 74%);
  box-shadow:0 30px 70px rgba(8,26,51,.13)!important;
}
.about-portrait-card>img{
  width:100%;
  height:500px;
  display:block;
  object-fit:cover;
  object-position:center top;
}
.about-portrait-card>div{
  position:relative;
  z-index:2;
  padding:20px 24px 23px;
  display:grid;
  gap:3px;
  text-align:left;
  background:rgba(255,255,255,.94);
  border-top:1px solid #e4eaf2;
}
.about-portrait-card>div strong{font-size:23px!important}
.about-portrait-card>div small{color:#53657c!important;font-size:15px!important}
.about-portrait-card>div span{margin-top:4px;color:var(--v18-blue);font-size:13px;font-weight:800}
.about-polished .principle-grid article{min-height:220px;padding:30px}
.about-polished .principle-grid h3{font-size:25px}
.about-polished .principle-grid p{font-size:16px}
.about-polished .about-books-section{
  overflow:hidden;
  background:
    radial-gradient(circle at 19% 45%,rgba(45,121,219,.13),transparent 29%),
    linear-gradient(135deg,#f8fbff,#eef4fc);
}
.about-polished .about-books-grid{
  grid-template-columns:minmax(500px,1.08fr) minmax(390px,.92fr);
  gap:clamp(60px,8vw,112px);
}
.about-premium-books{
  position:relative;
  min-height:490px;
  display:flex;
  align-items:center;
  justify-content:center;
  perspective:1200px;
}
.about-premium-books::after{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  bottom:35px;
  height:34px;
  border-radius:50%;
  background:rgba(8,26,51,.17);
  filter:blur(20px);
}
.about-book{
  position:relative;
  width:205px;
  aspect-ratio:9/13;
  padding:0!important;
  display:block;
  overflow:visible;
  border:0;
  background:transparent;
  transform-style:preserve-3d;
  filter:drop-shadow(0 24px 18px rgba(8,26,51,.18));
  transition:transform .34s ease,filter .34s ease;
}
.about-book img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%!important;
  height:100%;
  display:block;
  max-width:none;
  object-fit:cover;
  border:0!important;
  border-radius:2px 6px 6px 2px;
  box-shadow:none!important;
}
.about-book>span{
  position:absolute;
  top:3px;
  bottom:3px;
  left:-12px;
  width:14px;
  z-index:1;
  border-radius:4px 0 0 4px;
  background:linear-gradient(90deg,#4f6177,#d8e0e9 40%,#5d718a);
  transform:skewY(-34deg);
  transform-origin:right center;
}
.about-book::after{
  display:none;
}
.about-book-memory{z-index:1;transform:translateX(38px) translateY(24px) rotateY(12deg) rotateZ(-5deg)}
.about-book-answering{z-index:3;transform:translateY(-18px) scale(1.06)}
.about-book-biohack{z-index:2;transform:translateX(-38px) translateY(24px) rotateY(-12deg) rotateZ(5deg)}
.about-book:hover{z-index:5;transform:translateY(-28px) scale(1.08);filter:drop-shadow(0 31px 23px rgba(8,26,51,.25))}
.about-product-summary h2{margin:0 0 24px;font-size:clamp(38px,4vw,52px);line-height:1.08}
.about-product-summary ul{margin:0 0 27px;padding:0;display:grid;gap:11px;list-style:none}
.about-product-summary li{
  padding:15px 16px;
  display:grid;
  gap:4px;
  border:1px solid #dbe5f1;
  border-radius:13px;
  background:rgba(255,255,255,.82);
}
.about-product-summary li b{font-size:16px}
.about-product-summary li span{color:var(--v18-muted);font-size:15px;line-height:1.5}

/* Comfortable type on supporting pages */
.polished-page .polished-heading h2{font-size:clamp(39px,4.2vw,54px)}
.polished-page .polished-heading+p,
.polished-page .faq-list p{font-size:17px}
.faq-polished .faq-hero p{font-size:18px}
.faq-polished .faq-list summary{font-size:18px}
.faq-polished .faq-list p{line-height:1.75}
.polished-page .product-clean-copy>p:not(.coming-soon-note){font-size:18px;line-height:1.72}
.polished-page .clean-price span,
.polished-page .clean-assurance span{font-size:14px;line-height:1.55}
.polished-page .included-grid p,
.polished-page .principle-grid p,
.polished-page .technique-grid p{font-size:16px;line-height:1.65}
.polished-page .included-grid article>b{font-size:11px}
.polished-page .product-bundle-inner p,
.polished-page .polished-final-inner p{font-size:15px}

/* Large, centred learning-path icons */
.memory-value-grid article{
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
}
.memory-value-icon{
  width:88px;
  height:88px;
  margin:4px auto 28px;
  border-radius:25px;
  box-shadow:0 14px 30px rgba(217,77,0,.12);
  font-size:26px;
}
.memory-value-grid h3{font-size:24px}
.memory-value-grid p{font-size:16px;line-height:1.68}
.product-teal .principle-grid article{
  position:relative;
  min-height:280px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.product-teal .principle-grid .principle-icon{
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:26px;
  color:#fff;
  background:linear-gradient(145deg,#0a9993,#076d69);
  box-shadow:0 16px 32px rgba(8,127,122,.22);
  font-size:42px;
  font-weight:800;
  line-height:1;
}
.product-teal .principle-grid article>b{
  position:absolute;
  top:24px;
  right:24px;
  width:auto;
  height:auto;
  color:#6a7c90;
  background:transparent;
  font-size:11px;
}
.product-teal .principle-grid h3{margin-top:22px;font-size:26px}

/* Prominent WhatsApp help on every shopping page */
/* Anchor to BOTTOM-LEFT so it never overlaps the bottom-right mini-cart checkout bar */
.minimal-storefront .whatsapp-float{
  right:auto;
  left:22px;
  bottom:24px;
  min-height:58px;
  padding:8px 17px 8px 8px;
  gap:10px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  box-shadow:0 16px 38px rgba(7,76,54,.28);
}
.minimal-storefront .whatsapp-float span{
  width:42px;
  height:42px;
  border-radius:50%;
  font-size:12px;
}

@media(max-width:1120px){
  .minimal-storefront .minimal-hero-grid{
    grid-template-columns:minmax(370px,.82fr) minmax(500px,1.18fr);
    gap:28px;
  }
  .premium-hero-showcase{min-height:520px}
  .premium-tablet{width:520px}
  .premium-card-files{left:8px}
  .premium-card-delivery{right:8px}
  .minimal-storefront .product-card-copy{padding:24px}
  .about-polished .about-books-grid{grid-template-columns:1fr 1fr;gap:42px}
  .about-book{width:175px}
}

@media(max-width:980px){
  .minimal-storefront .container{width:min(100% - 40px,1240px)}
  .minimal-storefront .minimal-hero-grid{grid-template-columns:1fr;gap:32px;text-align:center}
  .minimal-storefront .minimal-hero-copy{max-width:760px;margin-inline:auto}
  .minimal-storefront .minimal-hero-copy h1{margin-inline:auto}
  .minimal-storefront .minimal-hero-copy>p{margin-left:auto;margin-right:auto}
  .minimal-storefront .minimal-hero-actions{justify-content:center}
  .hero-new-release{margin-inline:auto}
  .premium-hero-showcase{width:min(100%,700px);min-height:545px;margin-inline:auto}
  .premium-tablet{width:min(100%,600px)}
  .minimal-storefront .product-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}
  .minimal-storefront .product-card:last-child{width:calc(50% - 12px)}
  .about-polished .polished-hero-grid{grid-template-columns:1fr 440px;gap:35px}
  .about-portrait-card{max-width:440px;min-height:540px}
  .about-portrait-card>img{height:430px}
  .about-polished .about-books-grid{grid-template-columns:1fr}
  .about-premium-books{min-height:430px}
  .about-product-summary{max-width:680px;margin-inline:auto;text-align:center}
  .about-product-summary li{text-align:left}
}

@media(max-width:720px){
  html{font-size:15px}
  .minimal-storefront .container{width:min(100% - 28px,1240px)}
  .minimal-storefront .nav-wrap{height:68px}
  .minimal-storefront .minimal-hero{padding:48px 0 58px}
  .minimal-storefront .minimal-hero-copy h1{font-size:46px}
  .minimal-storefront .minimal-hero-copy>p{font-size:16px}
  .premium-hero-showcase{min-height:400px;margin-top:10px}
  .premium-hero-showcase::before{width:390px;height:390px}
  .premium-tablet{width:min(96%,510px);padding:9px;border-radius:24px;transform:rotateY(-2deg) rotateX(1deg)}
  .premium-tablet-screen{border-radius:17px}
  .premium-screen-kicker{top:16px;left:18px;font-size:7px}
  .premium-screen-books{inset:43px 17px 48px}
  .premium-tablet-screen>p{left:14px;right:14px;bottom:10px;font-size:8px}
  .premium-book-label{bottom:-31px;width:115px;font-size:6px}
  .premium-book-label b{font-size:7px}
  .premium-floating-card{padding:9px 11px;border-radius:10px}
  .premium-floating-card b{font-size:9px}
  .premium-floating-card span{font-size:8px}
  .premium-card-files{left:0;top:34px}
  .premium-card-delivery{right:0;bottom:29px}
  .minimal-storefront .minimal-heading h2{font-size:39px}
  .minimal-storefront .minimal-heading>p{font-size:15px}
  .minimal-storefront .product-catalog{grid-template-columns:1fr}
  .minimal-storefront .product-card,
  .minimal-storefront .product-card:last-child{width:100%;min-height:0}
  .minimal-storefront .product-card-copy h3{min-height:0}
  .minimal-storefront .product-card-copy>p{min-height:0}
  .product-card-receive{min-height:0}
  .about-polished .polished-hero-grid{grid-template-columns:1fr}
  .about-polished .polished-hero-copy{text-align:center}
  .about-polished .polished-hero-copy h1{font-size:48px}
  .about-polished .polished-hero-copy .button{width:100%}
  .about-portrait-card{width:min(100%,390px);min-height:0;margin-inline:auto}
  .about-portrait-card>img{height:430px}
  .about-premium-books{min-height:355px}
  .about-book{width:138px}
  .about-book-memory{transform:translateX(25px) translateY(18px) rotateY(9deg) rotateZ(-5deg)}
  .about-book-biohack{transform:translateX(-25px) translateY(18px) rotateY(-9deg) rotateZ(5deg)}
  .about-product-summary h2{font-size:38px}
}

@media(max-width:430px){
  .minimal-storefront .brand{min-width:0}
  .minimal-storefront .brand-logo{width:178px}
  .minimal-storefront .minimal-footer .brand-logo{width:170px}
  .minimal-storefront .minimal-footer .footer-brand-logo{width:210px}
  .minimal-storefront .minimal-hero-copy h1{font-size:41px}
  .premium-hero-showcase{min-height:320px}
  .premium-hero-showcase::before{width:300px;height:300px}
  .premium-tablet{width:100%}
  .premium-card-files{left:-3px;top:13px}
  .premium-card-delivery{right:-3px;bottom:9px}
  .minimal-storefront .product-card-visual{min-height:325px}
  .catalog-book-3d.catalog-cover-card{width:172px}
  .about-premium-books{min-height:295px}
  .about-book{width:112px}
  .about-product-summary h2{font-size:34px}
}

@media(prefers-reduced-motion:reduce){
  .premium-device-book,
  .catalog-book-3d,
  .about-book{transition:none!important}
  .premium-device-book:hover{translate:0;scale:1}
}

/* Ensure WhatsApp float remains hidden on checkout pages */
.checkout-flow .whatsapp-float,
.checkout-polished .whatsapp-float,
body.checkout-flow .whatsapp-float,
body.checkout-polished .whatsapp-float {
  display: none !important;
}

/* ── Ultra-Premium Modern Teaching Methodology ── */
.teaching-method-section{
  padding:84px 0 92px;
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%);
  position:relative;
}

.teaching-method-header{
  text-align:center;
  max-width:680px;
  margin:0 auto 54px;
}

.teaching-kicker{
  display:inline-block;
  color:#166fe5;
  font-size:11px;
  font-weight:850;
  letter-spacing:.18em;
  margin-bottom:10px;
}

.teaching-method-header h2{
  color:#081a33;
  font-size:clamp(32px,3.6vw,46px);
  font-weight:850;
  line-height:1.12;
  margin:0 0 14px;
  letter-spacing:-.02em;
}

.teaching-method-header p{
  color:#5c6d83;
  font-size:16px;
  line-height:1.6;
  margin:0;
}

.teaching-method-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.method-card{
  background:#ffffff;
  border:1px solid rgba(8,26,51,0.08);
  border-radius:18px;
  padding:32px 28px 26px;
  display:flex;
  flex-direction:column;
  box-shadow:0 12px 35px rgba(8,26,51,0.04);
  transition:transform .3s cubic-bezier(.2,.75,.2,1), box-shadow .3s ease, border-color .3s ease;
}

.method-card:hover{
  transform:translateY(-6px);
  border-color:rgba(22,111,229,0.25);
  box-shadow:0 22px 50px rgba(8,26,51,0.09);
}

.method-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px;
}

.method-num{
  color:#166fe5;
  font-size:14px;
  font-weight:850;
  letter-spacing:.05em;
  background:#eaf3ff;
  padding:4px 10px;
  border-radius:6px;
}

.method-tag{
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
  padding:3px 8px;
  border-radius:4px;
}

.tag-teal{background:#e6f7f6;color:#087f7a}
.tag-orange{background:#fff1e8;color:#eb650b}
.tag-blue{background:#eaf3ff;color:#166fe5}

.method-card h3{
  color:#081a33;
  font-size:22px;
  font-weight:800;
  margin:0 0 10px;
  letter-spacing:-.01em;
}

.method-card p{
  color:#5c6d83;
  font-size:14px;
  line-height:1.65;
  margin:0 0 20px;
  flex:1;
}

.method-card-media{
  position:relative;
  margin:0 0 20px;
  height:140px;
  background:#f8fafc;
  border-radius:14px;
  border:1px solid #edf2f7;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.method-hero-photo-wrap{
  background:#071324;
}

.method-hero-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:right center;
  transition:transform .4s ease;
}

.method-card:hover .method-hero-photo{
  transform:scale(1.06);
}

.method-media-badge{
  position:absolute;
  top:8px;
  left:8px;
  z-index:2;
  background:rgba(8,26,51,0.85);
  color:#ffffff;
  font-size:10px;
  font-weight:700;
  padding:4px 9px;
  border-radius:6px;
  backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,0.15);
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.method-covers-pair{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(135deg,#fff8f3 0%,#f5f8fc 100%);
}

.method-cover-thumb{
  height:110px;
  width:auto;
  border-radius:5px;
  box-shadow:0 8px 18px rgba(8,26,51,0.15);
  transition:transform .3s ease;
}

.method-covers-pair .method-cover-thumb:first-child{
  transform:rotate(-4deg);
}

.method-covers-pair .method-cover-thumb:last-child{
  transform:rotate(4deg);
}

.method-card:hover .method-covers-pair .method-cover-thumb:first-child{
  transform:rotate(-2deg) translateY(-2px);
}

.method-card:hover .method-covers-pair .method-cover-thumb:last-child{
  transform:rotate(2deg) translateY(-2px);
}

.method-cover-thumb.single-cover{
  transform:rotate(-1deg);
}

.method-card:hover .method-cover-thumb.single-cover{
  transform:scale(1.05) rotate(0deg);
}

.method-meta{
  padding-top:16px;
  border-top:1px solid #eef3f9;
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-bottom:18px;
}

.method-meta span{
  color:#94a3b8;
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.method-meta strong{
  color:#1e293b;
  font-size:13px;
  font-weight:700;
}

/* ── Hero Trust Bar ── */
.hero-trust-bar{
  background:linear-gradient(135deg,#081a33 0%,#102a4c 100%);
  padding:14px 0;
}

.hero-trust-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  text-align:center;
}

.trust-pill{
  background:rgba(22,111,229,0.25);
  border:1px solid rgba(96,165,250,0.35);
  color:#93c5fd;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  padding:4px 12px;
  border-radius:20px;
}

.trust-text{
  color:#e2e8f0;
  font-size:13px;
  font-weight:600;
}

/* ── FAQ Polished List ── */
.faq-answer-block{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.faq-bullet-list{
  margin:4px 0 0 18px;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.faq-bullet-list li{
  color:#334155;
  font-size:14px;
  line-height:1.6;
}

.faq-bullet-list li strong{
  color:#0f172a;
}

/* ── Premium Security Assurance Badge ── */
.checkout-guarantee-badge {
  margin-top: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.checkout-guarantee-badge .badge-icon {
  font-size: 16px;
  line-height: 1;
  color: #475569;
}

.checkout-guarantee-badge .badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.checkout-guarantee-badge .badge-text strong {
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.checkout-guarantee-badge .badge-text small {
  color: #64748b;
  font-size: 11px;
  font-weight: 500;
}

.teaching-loop-footer{
  margin-top:40px;
  background:#ffffff;
  border:1px solid rgba(8,26,51,0.08);
  border-radius:12px;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#475569;
  font-size:13px;
  font-weight:600;
  box-shadow:0 4px 16px rgba(8,26,51,0.03);
}

.loop-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#166fe5;
  box-shadow:0 0 0 4px rgba(22,111,229,0.18);
}

@media(max-width:980px){
  .teaching-method-grid{grid-template-columns:1fr;gap:20px}
}


/* Compact required checkout agreement · v24 */
.checkout-polished .checkout-place-order{
  min-height:68px;
  padding:11px 28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  align-items:center;
  gap:18px;
}
.checkout-polished .checkout-consent-final{
  width:fit-content;
  max-width:100%;
  margin:0;
  padding:8px 10px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:center;
  gap:8px;
  border:1px solid #d7dde6;
  border-radius:7px;
  background:#fff;
  color:#3f4d61;
  cursor:pointer;
  box-sizing:border-box;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.checkout-polished .checkout-consent-final input{
  width:18px;
  height:18px;
  margin:0;
  accent-color:#1677e8;
  cursor:pointer;
}
.checkout-polished .checkout-consent-copy{
  min-width:0;
  display:block;
}
.checkout-polished .checkout-consent-copy>span{
  color:#4d5c70;
  font-size:10px;
  line-height:1.45;
}
.checkout-polished .checkout-consent-copy>span>strong{
  margin-right:5px;
  padding:2px 6px;
  display:inline-block;
  color:#8a4b05;
  background:#fff1c7;
  border-radius:999px;
  font-size:8px;
  font-weight:850;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.checkout-polished .checkout-consent-copy a{
  color:#125fc4;
  font-weight:750;
  text-decoration:underline;
}
.checkout-polished .checkout-consent-error:not(:empty){
  margin-top:4px;
  display:block;
  color:#b42318;
  font-size:9px;
  font-weight:750;
  line-height:1.35;
}
.checkout-polished .checkout-consent-final.is-complete{
  border-color:#b9ddca;
  background:#f8fdfb;
}
.checkout-polished .checkout-consent-final.is-complete .checkout-consent-copy>span>strong{
  color:#087a50;
  background:#daf3e6;
}
.checkout-polished .checkout-consent-final.has-error{
  border-color:#d92d20;
  background:#fff8f7;
  box-shadow:0 0 0 3px rgba(217,45,32,.11);
}
.checkout-polished .checkout-place-order .checkout-submit{
  width:330px;
}

@media(max-width:720px){
  .checkout-polished .checkout-place-order{
    padding:12px 16px;
    grid-template-columns:1fr;
    gap:10px;
  }
  .checkout-polished .checkout-consent-final{
    width:100%;
  }
  .checkout-polished .checkout-place-order .checkout-submit{
    width:100%;
  }
}