/*
Theme Name: Castorama Promo
Theme URI: https://castorama-promo.com
Author: Castorama Promo SAS
Description: Thème promotionnel climatisation split
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: castorama-promo
*/

:root {
  --blue: #0758ad;
  --blue2: #083d84;
  --yellow: #ffd400;
  --ink: #0a1d3d;
  --muted: #5d6a7c;
  --line: #dde5ef;
  --bg: #f7f9fc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 10px #1235aa10;
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
  padding-block: 12px;
}

.brand {
  flex-shrink: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  max-width: 280px;
  color: var(--blue);
  font: 800 clamp(22px, 3vw, 28px)/1 Montserrat, Arial, sans-serif;
  letter-spacing: -1.2px;
  text-decoration: none;
}

.brand i {
  flex-shrink: 0;
  width: 18px;
  height: 10px;
  margin-left: 3px;
  border-radius: 10px;
  background: var(--yellow);
}

.brand small {
  width: 100%;
  margin-top: 4px;
  font: 700 12px/1.2 "Nunito Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
}

.top-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.top-nav b {
  flex-shrink: 0;
  color: var(--blue);
  font-size: 23px;
  font-weight: 400;
}

.menu-toggle {
  display: none;
  flex-shrink: 0;
  align-self: center;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px;
  border-radius: 2px;
  background: var(--blue);
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  background: #0755aa;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #064c9b 0%, #0c61b9 48%, transparent 48%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e7eef6 0%, #f5f7f8 100%);
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 42% 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: stretch;
  min-height: 430px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 0 38px;
  color: #fff;
}

.eyebrow {
  display: inline-block;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 8px;
  background: #1376cf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.25px;
}

.hero h1 {
  max-width: 520px;
  margin: 16px 0;
  font: 800 clamp(30px, 4vw, 42px)/1.12 Montserrat, Arial, sans-serif;
  letter-spacing: -1.7px;
}

.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero p {
  max-width: 440px;
  margin: 0 0 22px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font: 800 14px Montserrat, Arial, sans-serif;
  text-decoration: none;
  transition: transform 0.2s, filter 0.2s;
}

.btn-primary {
  background: var(--yellow);
  color: #172136;
  box-shadow: 0 7px 14px #022a5c30;
}

.btn-primary:hover,
.product-btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
  margin-top: 28px;
}

.hero-features > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.25;
}

.hero-features b {
  flex-shrink: 0;
  color: #fff;
  font-size: 28px;
}

.hero-features strong {
  font-size: 14px;
}

/* SEO intro band */

.seo-intro {
  padding: 28px 0;
  background: #f4f8fc;
  border-bottom: 1px solid var(--line);
}

.seo-intro-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 32px;
  align-items: center;
}

.seo-intro-copy h2 {
  margin: 0 0 10px;
  font: 800 22px/1.25 Montserrat, Arial, sans-serif;
  color: var(--ink);
}

.seo-intro-copy p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.seo-intro-copy p:last-child {
  margin-bottom: 0;
}

.seo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 320px;
}

.seo-pills li {
  padding: 8px 14px;
  border: 1px solid #c8ddf5;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn-outline-light {
  color: #fff;
  border: 2px solid #ffffff88;
  background: transparent;
  font-size: 13px;
  padding: 12px 18px;
}

.btn-outline-light:hover {
  background: #ffffff18;
  color: #fff;
}

@media (max-width: 720px) {
  .seo-intro-grid {
    grid-template-columns: 1fr;
  }

  .seo-pills {
    max-width: none;
  }
}

.hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 66% 22%, #fff 0%, #e9eef2 34%, #cfd7de 100%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 340px;
  height: 180px;
  border-radius: 60% 60% 0 0;
  background: #c7d1d9;
  box-shadow: -180px 35px 0 #b3c1cb;
}

.wall-unit {
  position: absolute;
  top: 62px;
  left: 22%;
  width: 64%;
  height: 122px;
  border-radius: 11px 11px 18px 18px;
  background: linear-gradient(180deg, #fff, #e7e9eb);
  box-shadow: 0 16px 24px #23334c3d;
}

.unit-line {
  position: absolute;
  right: 18px;
  bottom: 43px;
  left: 18px;
  height: 4px;
  border-radius: 5px;
  background: #d0d7db;
}

.vents {
  position: absolute;
  right: 22px;
  bottom: 11px;
  left: 22px;
  height: 26px;
  border-radius: 0 0 13px 13px;
  background: repeating-linear-gradient(175deg, #26333d 0 2px, #78838b 3px 6px);
}

.badge {
  position: absolute;
  z-index: 2;
  top: 195px;
  right: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 18px #0b3d7c54;
}

.badge span {
  font: 800 14px Montserrat, Arial, sans-serif;
}

.badge strong {
  font: 800 46px/1 Montserrat, Arial, sans-serif;
  color: var(--yellow);
}

.badge small {
  margin-top: 7px;
  font: 800 12px/1.35 Montserrat, Arial, sans-serif;
}

/* Offer card */

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-block: 28px 36px;
  padding: 28px 0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px #0a36701f;
}

.offer-card > div {
  padding: 0 28px;
  border-right: 1px dashed #b5c3d6;
}

.offer-card > div:last-child {
  border-right: 0;
}

.offer-card h2,
.products > h2,
.faq h2 {
  margin: 0 0 18px;
  font: 800 18px Montserrat, Arial, sans-serif;
  text-align: center;
}

.coupon {
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 89px;
  align-items: stretch;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 5px 9px #0a36701d;
}

.coupon strong {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font: 800 clamp(26px, 3vw, 43px) Montserrat, Arial, sans-serif;
  letter-spacing: -1px;
  text-align: center;
}

.coupon span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  min-height: 89px;
  background: var(--yellow);
  color: #111f38;
  font: 800 24px/1 Montserrat, Arial, sans-serif;
}

.coupon small {
  margin-top: 7px;
  font-size: 12px;
}

.coupon-col p {
  margin: 12px 0 0;
  font-size: 13px;
  text-align: center;
}

.copy-code {
  display: block;
  margin: 10px auto 0;
  padding: 8px 14px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

.steps-col ol,
.terms-col ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-col li,
.terms-col li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 13px;
  line-height: 1.35;
}

.steps-col li > b,
.terms-col li > b {
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.terms-col li > b {
  font-size: 14px;
}

/* Products */

.products {
  padding-bottom: 24px;
}

.products > h2 {
  font-size: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 14px 14px 16px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
}

.product-card h3 {
  margin: 9px 0 4px;
  font: 800 17px/1.2 Montserrat, Arial, sans-serif;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--blue);
}

.product-card p {
  margin: 0;
  color: #263850;
  font-size: 14px;
  line-height: 1.35;
}

.product-btn {
  margin-top: auto;
  padding: 11px;
  border-radius: 7px;
  background: var(--yellow);
  color: #14203a;
  font: 800 12px Montserrat, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 143px;
}

.split::before {
  content: "";
  width: 170px;
  height: 68px;
  border-radius: 7px 7px 11px 11px;
  background: linear-gradient(#fff, #e4e8ea);
  box-shadow: 0 8px 12px #38495b25;
}

.split::after {
  content: "";
  position: absolute;
  bottom: 37px;
  width: 148px;
  height: 14px;
  border-radius: 0 0 10px 10px;
  background: repeating-linear-gradient(175deg, #24303c 0 2px, #8b9399 3px 5px);
}

.portable::before {
  content: "";
  width: 68px;
  height: 125px;
  border-radius: 8px;
  background: linear-gradient(100deg, #ededed, #fff, #d9dcdf);
  box-shadow: 5px 8px 10px #33445a20;
}

.portable::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 40px;
  height: 12px;
  border-radius: 5px;
  background: #212a32;
  box-shadow: 0 20px 0 #cdd2d4;
}

.outdoor::before {
  content: "";
  width: 145px;
  height: 94px;
  border: 7px solid #f7f7f7;
  border-radius: 4px;
  background: #e8ebed;
  box-shadow: 0 5px 8px #33445a20;
}

.outdoor::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  border: 7px solid #8e989f;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #26323b 0 2px, #ccd1d4 3px 7px);
}

.fan {
  position: relative;
  width: 118px;
  height: 118px;
  margin: auto;
  border: 5px solid #9da7ae;
  border-radius: 50%;
}

.fan::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #212a33;
}

.fan i {
  position: absolute;
  top: 43px;
  left: 32px;
  width: 46px;
  height: 21px;
  transform-origin: 27px 16px;
  border-radius: 50% 50% 15% 50%;
  background: #aab2b8;
}

.fan i:nth-child(2) { transform: rotate(90deg); }
.fan i:nth-child(3) { transform: rotate(180deg); }
.fan i:nth-child(4) { transform: rotate(270deg); }

/* Trust bar */

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 33px;
  padding: 20px 25px;
  border-radius: 11px;
  background: #eff7ff;
}

.trust-bar > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.trust-bar b {
  flex-shrink: 0;
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.trust-bar span {
  font-size: 13px;
  line-height: 1.4;
}

.trust-bar strong {
  display: block;
  margin-bottom: 2px;
  color: var(--blue);
  font-size: 14px;
}

/* CTA strip */

.cta-strip {
  padding: 20px 0;
  background: linear-gradient(100deg, #075eb6, #083a82);
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.cta-wrap > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-wrap b {
  flex-shrink: 0;
  font-size: 34px;
}

.cta-wrap strong {
  display: block;
  font: 800 22px Montserrat, Arial, sans-serif;
}

.cta-wrap span {
  font-size: 14px;
}

/* FAQ */

.faq {
  padding: 40px 0 60px;
}

.faq h2 {
  text-align: left;
}

.faq details {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  font-weight: 800;
  cursor: pointer;
}

.faq p {
  margin: 11px 0 0;
  color: #4f5d70;
  line-height: 1.5;
}

/* Footer */

.site-footer {
  padding: 31px 0 0;
  background: linear-gradient(100deg, #074e9d, #06326e);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-bottom: 25px;
}

.footer-brand {
  color: #fff;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font: 800 12px Montserrat, Arial, sans-serif;
}

.footer-grid a:not(.brand) {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.95;
  text-decoration: none;
}

.disclaimer {
  padding: 13px 0;
  border-top: 1px solid #ffffff30;
  font-size: 11px;
  line-height: 1.5;
  opacity: 0.9;
  text-align: center;
}

/* Cookie banner */

.cookie-banner {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px max(20px, calc((100% - 1180px) / 2));
  background: #fff;
  box-shadow: 0 -4px 20px #0d2b571c;
}

.cookie-text {
  display: grid;
  gap: 4px;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-text b {
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.cookie-btn,
.cookie-actions a {
  padding: 10px 16px;
  border: 1px solid #d5dce6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-btn.accept {
  border-color: var(--yellow);
  background: var(--yellow);
}

/* Legal subpages */

.legal-page {
  min-height: 70vh;
  padding: 60px 0;
}

.legal-page h1 {
  margin: 0 0 16px;
  font: 800 clamp(28px, 4vw, 36px) Montserrat, Arial, sans-serif;
  letter-spacing: -0.5px;
}

.legal-page p {
  max-width: 68ch;
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.6;
}

.legal-page a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

/* Inner pages */

.page-hero {
  padding: 48px 0 40px;
  background: linear-gradient(135deg, #064c9b 0%, #0c61b9 100%);
  color: #fff;
}

.page-hero h1 {
  margin: 0 0 12px;
  font: 800 clamp(30px, 4vw, 42px)/1.15 Montserrat, Arial, sans-serif;
  letter-spacing: -1px;
}

.page-hero p {
  max-width: 640px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  opacity: 0.95;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 13px;
  opacity: 0.85;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page-content {
  padding: 48px 0 64px;
}

.page-content h2 {
  margin: 0 0 14px;
  font: 800 clamp(22px, 3vw, 28px) Montserrat, Arial, sans-serif;
  letter-spacing: -0.5px;
}

.page-content h3 {
  margin: 0 0 10px;
  font: 800 18px Montserrat, Arial, sans-serif;
}

.page-content p,
.page-content li {
  color: var(--muted);
  line-height: 1.65;
}

.page-content p {
  margin: 0 0 16px;
}

.page-content ul,
.page-content ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  margin-bottom: 48px;
}

.content-grid.reverse .content-text {
  order: 2;
}

.content-grid.reverse .content-media {
  order: 1;
}

.content-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 28px #0a36701a;
  background: var(--bg);
}

.content-media figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 48px;
}

.info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
}

.info-card .icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #e8f2ff;
  color: var(--blue);
  font-size: 22px;
}

.info-card p {
  margin: 0;
  font-size: 14px;
}

.article-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px #0a367014;
}

.article-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: var(--bg);
}

.article-card-body {
  padding: 16px;
}

.article-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.article-card p {
  margin: 0 0 12px;
  font-size: 14px;
}

.article-card a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.article-card a:hover {
  text-decoration: underline;
}

.steps-timeline {
  display: grid;
  gap: 20px;
  margin: 28px 0 40px;
}

.step-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}

.step-num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font: 800 18px Montserrat, Arial, sans-serif;
}

.step-item p {
  margin: 4px 0 0;
}

.data-table-wrap {
  overflow-x: auto;
  margin: 24px 0 36px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.data-table th {
  background: var(--bg);
  color: var(--ink);
  font-weight: 800;
}

.data-table tr:hover td {
  background: #f9fbfd;
}

.highlight-box {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 10px 10px 0;
  background: #fffbe8;
}

.highlight-box p {
  margin: 0;
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 16px;
}

.contact-block {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}

.contact-block strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.top-nav a.is-active {
  color: var(--blue);
}

.section-intro {
  max-width: 720px;
  margin-bottom: 32px;
}

.legal-page h2 {
  margin: 28px 0 12px;
  font: 800 20px Montserrat, Arial, sans-serif;
}

.legal-page ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

/* Responsive */

@media (max-width: 1024px) {
  .hero::before {
    background: linear-gradient(105deg, #064c9b 0%, #0c61b9 52%, transparent 52%);
  }

  .hero::after {
    clip-path: polygon(52% 0, 100% 0, 100% 100%, 46% 100%);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-col {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 24px !important;
    border-top: 1px dashed #b5c3d6;
    border-right: 0 !important;
  }

  .terms-col ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .content-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .content-grid.reverse .content-text,
  .content-grid.reverse .content-media {
    order: unset;
  }

  .info-cards,
  .article-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-wrap {
    min-height: 72px;
    padding-block: 10px;
  }

  .brand {
    max-width: 220px;
    font-size: 22px;
  }

  .menu-toggle {
    display: block;
  }

  .top-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px 14px 16px;
    background: #fff;
    box-shadow: 0 9px 20px #0d2b571c;
  }

  .top-nav ul,
  .top-nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .top-nav.open {
    display: flex;
  }

  .top-nav a {
    padding: 10px 8px;
    white-space: normal;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 32px 0 28px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    margin-top: 22px;
  }

  .hero-features b {
    font-size: 24px;
  }

  .hero-features > div {
    font-size: 11px;
  }

  .hero-features strong {
    font-size: 12px;
  }

  .hero-visual {
    min-height: 260px;
  }

  .wall-unit {
    top: 28px;
    left: 15%;
    width: 70%;
    height: 95px;
  }

  .badge {
    top: 128px;
    right: 8%;
    width: 132px;
    height: 132px;
  }

  .badge strong {
    font-size: 34px;
  }

  .badge small {
    font-size: 9px;
  }

  .offer-card {
    grid-template-columns: 1fr;
    margin-block: 18px 28px;
    padding: 22px 0;
  }

  .offer-card > div {
    margin-bottom: 20px;
    padding: 0 18px 20px !important;
    border-right: 0 !important;
    border-bottom: 1px dashed #b5c3d6;
  }

  .offer-card > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    border-bottom: 0;
  }

  .terms-col {
    margin-top: 0;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  .terms-col ul {
    grid-template-columns: 1fr;
  }

  .coupon {
    max-width: 400px;
    margin-inline: auto;
  }

  .product-grid {
    gap: 12px;
  }

  .product-card {
    min-height: 300px;
    padding: 12px;
  }

  .product-art {
    height: 120px;
  }

  .product-card h3 {
    font-size: 15px;
  }

  .product-card p {
    font-size: 13px;
  }

  .trust-bar {
    gap: 18px;
    padding: 18px;
  }

  .trust-bar b {
    font-size: 24px;
  }

  .trust-bar span {
    font-size: 12px;
  }

  .trust-bar strong {
    font-size: 13px;
  }

  .cta-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-wrap .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .cookie-btn,
  .cookie-actions a {
    justify-content: center;
    padding: 10px 8px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }

  .faq {
    padding-bottom: 130px;
  }
}

@media (max-width: 420px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .info-cards,
  .article-cards {
    grid-template-columns: 1fr;
  }

  .content-media img {
    height: 220px;
  }
}

/* WordPress theme compatibility */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

.site-main {
  display: block;
}

.entry-content {
  max-width: 100%;
}

.site-branding {
  flex-shrink: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
}

.main-navigation li {
  margin: 0;
}

.main-navigation a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.main-navigation .current-menu-item a,
.main-navigation a.is-active {
  color: var(--blue);
}

.widget-title,
.footer-widget-title {
  margin: 0 0 12px;
  font: 800 12px Montserrat, Arial, sans-serif;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.95;
  text-decoration: none;
}

.internal-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 0;
}

.internal-links a {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.internal-links a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.site-info {
  padding: 13px 0;
  border-top: 1px solid #ffffff30;
  font-size: 11px;
  line-height: 1.5;
  opacity: 0.9;
  text-align: center;
}

/* GDPR cookie consent */

.cookie-consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  background: #0a1d3d66;
}

.cookie-consent-overlay[hidden] {
  display: none;
}

.cookie-consent-panel {
  width: min(640px, 100%);
  padding: 22px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 40px #0d2b5730;
}

.cookie-consent-panel h2 {
  margin: 0 0 10px;
  font: 800 20px Montserrat, Arial, sans-serif;
}

.cookie-consent-panel > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.cookie-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.cookie-category label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-category small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.4;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.cookie-consent-actions button,
.cookie-consent-actions a {
  padding: 10px 16px;
  border: 1px solid #d5dce6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.cookie-consent-actions .btn-accept {
  border-color: var(--yellow);
  background: var(--yellow);
}

.cookie-consent-links {
  margin: 12px 0 0;
  font-size: 12px;
}

.cookie-consent-links a {
  color: var(--blue);
  font-weight: 700;
}

.cookie-manage-link {
  position: fixed;
  z-index: 90;
  left: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 12px #0d2b571a;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}

@media (max-width: 720px) {
  .internal-links {
    grid-template-columns: 1fr;
  }

  .cookie-consent-actions {
    flex-direction: column;
  }

  .cookie-consent-actions button,
  .cookie-consent-actions a {
    width: 100%;
    text-align: center;
  }

  body.has-promo-bar .site-header {
    box-shadow: 0 2px 12px #1235aa18;
  }
}

/* Language switcher */

.lang-switcher {
  position: relative;
  flex-shrink: 0;
}

.lang-switcher-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.lang-switcher-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 6px);
  right: 0;
  min-width: 168px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px #0a36701a;
}

.lang-switcher-menu[hidden] {
  display: none;
}

.lang-switcher-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.lang-switcher-menu a:hover,
.lang-switcher-menu a.is-active {
  background: #f0f6ff;
  color: var(--blue);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .header-wrap {
    flex-wrap: wrap;
  }

  .header-tools {
    order: 3;
    margin-left: auto;
  }

  .main-navigation {
    order: 4;
    width: 100%;
  }
}

/* Promo countdown */

.promo-countdown {
  margin: 14px 0 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f0f6ff;
  text-align: center;
}

.promo-countdown-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.promo-countdown-timer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.promo-countdown-timer span {
  min-width: 48px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  color: var(--muted);
  box-shadow: 0 2px 6px #0a36700f;
}

.promo-countdown-timer b {
  display: block;
  font: 800 20px/1 Montserrat, Arial, sans-serif;
  color: var(--ink);
}

.promo-countdown-expired {
  font-weight: 800;
  color: #b42318;
}

/* Sticky CTA */

.sticky-cta {
  position: fixed;
  z-index: 150;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px #0d2b571a;
  animation: slideUpCta 0.25s ease;
}

.sticky-cta[hidden] {
  display: none;
}

.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-cta-text {
  display: grid;
  gap: 2px;
  font-size: 13px;
  line-height: 1.2;
}

.sticky-cta-text strong {
  color: var(--blue);
  font: 800 16px Montserrat, Arial, sans-serif;
  letter-spacing: -0.5px;
}

.sticky-cta-text span {
  color: var(--muted);
  font-size: 12px;
}

.sticky-cta .btn {
  flex-shrink: 0;
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
  gap: 8px;
}

@keyframes slideUpCta {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Mobile header promo bar */

.header-promo-bar {
  background: linear-gradient(90deg, #064c9b, #0c61b9);
  color: #fff;
  font-size: 13px;
}

.header-promo-bar[hidden] {
  display: none;
}

.header-promo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 6px 0;
}

.header-promo-code {
  font: 800 14px Montserrat, Arial, sans-serif;
  color: var(--yellow);
  letter-spacing: -0.3px;
}

.header-promo-off {
  font-weight: 800;
}

.header-promo-link {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.header-promo-link:hover {
  text-decoration: underline;
}

/* Contact form success */

.form-success {
  padding: 28px 24px;
  border: 1px solid #b8e6c0;
  border-radius: 12px;
  background: #f0faf3;
  text-align: center;
}

.form-success[hidden] {
  display: none;
}

.form-success-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #22a447;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.form-success h2 {
  margin: 0 0 10px;
  font: 800 22px Montserrat, Arial, sans-serif;
}

.form-success p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.55;
}

.contact-submit.is-loading {
  opacity: 0.75;
  cursor: wait;
}

@media (max-width: 720px) {
  .sticky-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-cta .btn {
    width: 100%;
  }

  body.has-promo-bar .sticky-cta {
    bottom: 0;
  }

  body.has-promo-bar .cookie-manage-link {
    bottom: 72px;
  }
}
