/*
Theme Name: Franco Bangla Academy
Theme URI: https://francobangla.academy
Author: Nazmul Hasan
Author URI: https://francobangla.academy
Developer: aptechagency.com and astrallabs.uk
Description: Device friendly custom WordPress theme for paid PDF books, free French video lessons, reviews, authors, blog, contact map, and multilingual front-end copy.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: franco-bangla-academy
*/

:root {
  --blue: #002395;
  --blue-deep: #001a6e;
  --blue-tint: #edf0fb;
  --red: #e0293a;
  --red-deep: #b31e2d;
  --green: #006a4e;
  --green-deep: #03412f;
  --green-soft: #eaf4ef;
  --paper: #fdfdfb;
  --mist: #eef6f2;
  --ink: #12211b;
  --muted: #5b6b63;
  --line: rgba(18, 33, 27, .12);
  --shadow: 0 14px 36px rgba(3, 65, 47, .12);
  --radius: 14px;
  --display: "Fraunces", Georgia, serif;
  --body: "Figtree", "Hind Siliguri", Arial, sans-serif;
  --bangla: "Hind Siliguri", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }
.tricolore { display: flex; height: 5px; width: 100%; }
.tricolore span { flex: 1; }
.tricolore .blue { background: var(--blue); }
.tricolore .white { background: #fff; border-block: 1px solid var(--line); }
.tricolore .red { background: var(--red); }
.tricolore.mini { width: 76px; height: 4px; border-radius: 2px; overflow: hidden; margin: 0 auto 14px; }

.topbar { background: var(--green-deep); color: #dfede6; font-size: .82rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.socials { display: flex; gap: 10px; align-items: center; }
.socials a {
  width: 27px;
  height: 27px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  transition: .2s ease;
}
.socials a:hover { background: var(--red); transform: translateY(-1px); }
.socials svg { width: 14px; height: 14px; fill: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(253, 253, 251, .94);
  backdrop-filter: blur(10px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.brand-mark i { flex: 1; }
.brand-mark .b { background: var(--blue); }
.brand-mark .w { background: #fff; }
.brand-mark .r { background: var(--red); }
.brand-name strong { display: block; font-family: var(--display); font-size: 1.1rem; line-height: 1.08; }
.brand-name small { display: block; color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
.menu, .footer-menu { list-style: none; margin: 0; padding: 0; }
.menu { display: flex; align-items: center; gap: 24px; font-size: .94rem; font-weight: 600; }
.menu a { position: relative; padding: 7px 0; }
.menu a:hover, .menu .current-menu-item > a { color: var(--blue); }
.menu .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--red);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.btn.primary { background: var(--blue); color: #fff; }
.btn.primary:hover { background: var(--blue-deep); transform: translateY(-1px); }
.btn.red { background: var(--red); color: #fff; }
.btn.red:hover { background: var(--red-deep); transform: translateY(-1px); }
.btn.ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn.ghost:hover { border-color: var(--blue); color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; gap: 3px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.1); }
.lang-switch button { border: 0; border-radius: 999px; padding: 4px 11px; color: #bfd6cc; background: transparent; font-weight: 800; font-size: .78rem; cursor: pointer; }
.lang-switch button.active { background: #fff; color: var(--green-deep); }
.hamburger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; opacity: 0; pointer-events: none; background: rgba(3,26,19,.44); backdrop-filter: blur(3px); transition: .25s ease; }
.mobile-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 88vw);
  transform: translateX(105%);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
  background: var(--paper);
  box-shadow: -20px 0 50px rgba(3,26,19,.25);
  display: flex;
  flex-direction: column;
}
body.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
body.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 22px 16px; border-bottom: 1px solid var(--line); }
.drawer-close { border: 0; background: var(--ink); color: #fff; width: 38px; height: 38px; border-radius: 10px; font-size: 1.3rem; cursor: pointer; }
.drawer-menu { padding: 14px 10px; overflow-y: auto; }
.drawer-menu ul { list-style: none; margin: 0; padding: 0; }
.drawer-menu a { display: flex; align-items: center; gap: 12px; border-radius: 13px; padding: 13px 14px; font-weight: 700; }
.drawer-menu a:hover { background: var(--green-soft); }
.drawer-foot { margin-top: auto; padding: 18px 22px 26px; border-top: 1px solid var(--line); background: #fff; }

.hero { background: linear-gradient(180deg, var(--green-soft), var(--paper) 78%); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding-block: 66px 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; font-weight: 800; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
h1, h2, h3 { font-family: var(--display); line-height: 1.16; }
h1 { font-size: clamp(2.2rem, 4.4vw, 3.5rem); margin: 0; font-weight: 650; }
h1 .fr { color: var(--blue); font-style: italic; }
h1 .bn { display: block; margin-top: 8px; color: var(--green-deep); font-family: var(--bangla); font-size: .72em; font-weight: 700; }
.lead { margin: 20px 0 30px; color: var(--muted); font-size: 1.06rem; max-width: 48ch; }
.hero-cta, .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 26px; margin-top: 28px; color: var(--muted); font-size: .86rem; flex-wrap: wrap; }
.hero-stats b { display: block; color: var(--ink); font-family: var(--display); font-size: 1.35rem; }
.cardstack { position: relative; min-height: 350px; }
.flash {
  position: absolute;
  min-width: 245px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 30px;
  transition: .3s ease;
}
.flash:hover { transform: rotate(0) scale(1.03); z-index: 5; }
.flash .tag { color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.flash .word { color: var(--blue); font-family: var(--display); font-size: 2rem; font-weight: 700; }
.flash .trans { color: var(--green-deep); font-family: var(--bangla); font-size: 1.15rem; }
.flash.f1 { top: 8%; left: 5%; transform: rotate(-4deg); z-index: 3; }
.flash.f2 { top: 39%; right: 0; transform: rotate(3deg); z-index: 2; }
.flash.f3 { bottom: 0; left: 17%; transform: rotate(-1deg); z-index: 1; }

section { padding: 76px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-head.center { display: block; text-align: center; }
.section-head h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.25rem); }
.section-head p { margin: 8px 0 0; color: var(--muted); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cover { aspect-ratio: 3/4; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; color: #fff; position: relative; background: linear-gradient(155deg, var(--blue), #3453c4); }
.cover.has-image { padding: 0; overflow: hidden; background: linear-gradient(155deg, var(--blue), #3453c4); }
.cover.has-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.card:hover .cover.has-image img { transform: scale(1.04); }
.cover.red { background: linear-gradient(155deg, #8a1622, var(--red)); }
.cover.green { background: linear-gradient(155deg, var(--green-deep), var(--green)); }
.cover.dark { background: linear-gradient(155deg, #233043, #12211b); }
.cover .lvl { width: fit-content; border-radius: 999px; padding: 3px 10px; background: rgba(255,255,255,.22); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.cover h3 { margin: 0; font-size: 1.25rem; }
.card-body { padding: 17px 18px 19px; }
.badge { display: inline-flex; width: fit-content; border-radius: 999px; padding: 4px 10px; background: var(--blue-tint); color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.badge.free { background: var(--green-soft); color: var(--green-deep); }
.card-body h3 { margin: 9px 0 2px; font-family: var(--body); font-size: 1rem; line-height: 1.35; }
.meta { color: var(--muted); font-size: .83rem; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; }
.price { color: var(--green-deep); font-family: var(--display); font-size: 1.16rem; font-weight: 800; }
.tiny-btn { display: inline-flex; align-items: center; border: 0; border-radius: 999px; background: var(--red); color: #fff; padding: 7px 14px; font-size: .82rem; font-weight: 800; cursor: pointer; }

.videos { background: var(--blue-tint); }
.video-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.video-tab { border: 1.5px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 9px 16px; font-weight: 800; cursor: pointer; }
.video-tab.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.thumb { aspect-ratio: 16/9; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), #3453c4); }
.thumb.has-image { overflow: hidden; }
.thumb.has-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb.has-image::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .18); }
.thumb.has-image .play, .thumb.has-image .duration { z-index: 1; }
.thumb.red { background: linear-gradient(135deg, var(--red), #8a1622); }
.thumb.green { background: linear-gradient(135deg, var(--green-deep), var(--green)); }
.play { width: 52px; height: 52px; border-radius: 999px; background: rgba(255,255,255,.94); display: grid; place-items: center; box-shadow: 0 6px 16px rgba(0,0,0,.22); }
.play::after { content: ""; margin-left: 4px; border-left: 16px solid var(--red); border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.duration { position: absolute; right: 10px; bottom: 10px; border-radius: 8px; padding: 2px 8px; color: #fff; background: rgba(0,0,0,.65); font-size: .72rem; font-weight: 800; }

.reviews { background: #fff; }
.review-summary { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 14px; box-shadow: var(--shadow); }
.stars { color: #f6a900; letter-spacing: .06em; }
.review-card { padding: 20px; }
.review-head { display: flex; gap: 12px; align-items: center; }
.avatar { width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 900; box-shadow: var(--shadow); }
.review-card p { color: var(--muted); margin-bottom: 0; }
.demo-card { opacity: .92; }
.live-dot { width: 9px; height: 9px; border-radius: 999px; background: #1aa76c; box-shadow: 0 0 0 0 rgba(26,167,108,.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(26,167,108,0); } 100% { box-shadow: 0 0 0 0 rgba(26,167,108,0); } }

.authors { background: var(--mist); }
.author-card { padding: 0; overflow: visible; position: relative; }
.author-card::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 5px; border-radius: 14px 14px 0 0; background: linear-gradient(90deg, var(--blue) 0 25%, #fff 25% 55%, var(--red) 55% 100%); }
.author-quote { min-height: 168px; padding: 30px 26px 24px; border-bottom: 1px dashed var(--line); color: #32433b; }
.author-quote em { color: var(--blue); font-family: var(--display); font-weight: 700; }
.author-foot { display: flex; align-items: center; gap: 14px; padding: 18px 26px 24px; }
.author-foot .avatar { background: var(--green-deep); }
.author-foot strong { display: block; line-height: 1.15; }
.author-foot small { color: var(--muted); line-height: 1.25; display: block; }
.book-count { margin-left: auto; text-align: center; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.book-count b { display: block; color: var(--green-deep); font-size: 1.25rem; font-family: var(--display); }
.author-photo { object-fit: cover; }
.product-author-line { margin-top: 7px; color: var(--muted); font-size: .82rem; }
.product-author-line a { color: var(--blue); font-weight: 800; }
.single-author-list { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 18px; }
.single-author-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px 7px 8px;
  background: #fff;
  color: var(--muted);
  box-shadow: 0 8px 20px rgba(3,65,47,.08);
}
.mini-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  object-fit: cover;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.about-band { background: var(--green-deep); color: #e9f3ee; }
.about-band .container { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-band h2 { color: #fff; }
.about-band p { color: #c4d9cf; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat { border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 20px; background: rgba(255,255,255,.06); }
.stat b { display: block; color: #fff; font-family: var(--display); font-size: 1.9rem; }
.stat span { color: #9dc3b3; font-size: .82rem; }

.blog-hero { background: linear-gradient(180deg, var(--blue-tint), var(--paper)); padding: 64px 0; }
.post-card .post-image { aspect-ratio: 16/10; display: flex; align-items: end; padding: 18px; color: #fff; background: linear-gradient(160deg, var(--green-deep), var(--green)); font-family: var(--display); font-size: 1.4rem; font-style: italic; }
.post-card:nth-child(2n) .post-image { background: linear-gradient(160deg, #3453c4, var(--blue)); }
.post-card:nth-child(3n) .post-image { background: linear-gradient(160deg, var(--red), #8a1622); }
.post-meta { display: flex; gap: 12px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.post-meta .cat { color: var(--red); }
.readmore { display: inline-flex; margin-top: 14px; color: var(--blue); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; font-size: .84rem; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; background: var(--paper); }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,35,149,.12); }
.map-card { min-height: 420px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.map-card iframe { border: 0; width: 100%; flex: 1; min-height: 360px; }
.map-foot { padding: 14px 20px; color: var(--muted); font-size: .86rem; }
.map-foot b { color: var(--ink); }

.site-footer { background: var(--ink); color: #b8c4be; font-size: .88rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding: 56px 0 40px; }
.site-footer h3 { color: #fff; font-family: var(--body); font-size: .94rem; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: #fff; }
.newsletter { display: flex; gap: 8px; margin-top: 14px; }
.newsletter input { min-width: 0; flex: 1; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); color: #fff; border-radius: 999px; padding: 10px 15px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .8rem; }

.float-actions { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 52px; height: 52px; border-radius: 999px; border: 0; display: grid; place-items: center; box-shadow: var(--shadow); cursor: pointer; transition: .2s ease; }
.float-btn:hover { transform: translateY(-2px); }
.whatsapp { background: #25d366; color: #fff; }
.to-top { background: var(--blue); color: #fff; opacity: 0; pointer-events: none; }
.to-top.visible { opacity: 1; pointer-events: auto; }
.float-btn svg { width: 24px; height: 24px; fill: currentColor; }

.page-content { padding: 64px 0; }
.wp-content { max-width: 760px; }
.wp-content a { color: var(--blue); font-weight: 700; }

.product-hero { padding: 64px 0; background: linear-gradient(180deg, var(--blue-tint), var(--paper)); }
.product-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.product-gallery { padding: 0; overflow: hidden; }
.product-gallery img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.product-summary h1 { margin: 0 0 16px; }
.single-price { color: var(--green-deep); font-family: var(--display); font-size: 2rem; font-weight: 800; margin-bottom: 18px; }
.product-meta-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.product-meta-grid div, .product-help, .review-form-box, .woocommerce-page-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.product-meta-grid div { padding: 14px 16px; box-shadow: none; }
.product-meta-grid span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-actions form.cart { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 20px; }
.product-actions .quantity input { width: 76px; border: 1.5px solid var(--line); border-radius: 999px; padding: 11px 12px; text-align: center; }
.product-actions .single_add_to_cart_button,
.woocommerce-page-shell .button,
.woocommerce-page-shell button.button,
.woocommerce-page-shell input.button {
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 12px 22px;
  font-weight: 800;
  cursor: pointer;
}
.product-detail-grid { display: grid; grid-template-columns: 1fr 330px; gap: 28px; align-items: start; }
.product-help { padding: 24px; }
.woocommerce-page-shell { padding: 28px; }
.woocommerce-page-shell table { width: 100%; border-collapse: collapse; background: #fff; }
.woocommerce-page-shell th, .woocommerce-page-shell td { border-bottom: 1px solid var(--line); padding: 14px 10px; text-align: left; }
.woocommerce-page-shell input, .woocommerce-page-shell select, .woocommerce-page-shell textarea {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
}
.checkout-edit-cart {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.account-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.account-quick-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 22px;
  transition: .2s ease;
}
.account-quick-card:hover { transform: translateY(-3px); }
.account-quick-card span {
  display: block;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
}
.account-quick-card strong { display: block; margin-top: 8px; font-size: 1.05rem; }
.account-shell .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.account-shell .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  background: var(--paper);
  font-weight: 800;
}
.account-shell .woocommerce-MyAccount-navigation .is-active a {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.review-thread { padding-top: 54px; }
.product-reviews-band { padding: 56px 0 0; background: #fff; }
.product-reviews-band + .review-thread { padding-top: 28px; }
.review-form-box { margin-top: 28px; padding: 24px; }
.review-notice { border: 1px solid rgba(0,35,149,.18); background: var(--blue-tint); color: var(--blue); border-radius: var(--radius); padding: 14px 18px; font-weight: 800; }
.review-form-box textarea, .review-form-box input[type="text"], .review-form-box input[type="email"], .review-form-box input[type="url"] {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
}
.review-form-box select {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}
.review-form-box .form-submit input { border: 0; border-radius: 999px; background: var(--blue); color: #fff; padding: 12px 22px; font-weight: 800; cursor: pointer; }
.login-required { color: var(--muted); margin-top: 0; }
.video-player { overflow: hidden; margin-bottom: 28px; }
.video-player video, .video-player iframe { display: block; width: 100%; aspect-ratio: 16/9; height: auto; border: 0; background: #000; }

@media (max-width: 980px) {
  .menu, .header-actions { display: none; }
  .hamburger { display: block; }
  .hero .container, .about-band .container, .contact-grid { grid-template-columns: 1fr; }
  .product-layout, .product-detail-grid { grid-template-columns: 1fr; }
  .cardstack { max-width: 460px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1160px); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar-left { display: none; }
  .hero .container { padding-block: 42px 56px; }
  .grid-4, .grid-3, .stat-grid, .foot-grid { grid-template-columns: 1fr; }
  .account-quick-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 16px; }
  .flash { position: relative; inset: auto !important; margin-bottom: 14px; transform: none !important; min-width: 0; }
  .cardstack { min-height: auto; }
  .newsletter { flex-direction: column; }
  .float-actions { right: 16px; bottom: 16px; }
}
