.elementor-kit-7{--e-global-color-primary:#0D47A1;--e-global-color-secondary:#041B3D;--e-global-color-text:#17202A;--e-global-color-accent:#1A6A3B;--e-global-color-dca5b99:#1A6A3B;--e-global-color-b04b273:#F8FBFF;--e-global-color-4276c8e:#FFFFFF;--e-global-color-2d3c0bb:#EAF2FF;--e-global-color-36686bc:#17202A;--e-global-color-cb5196e:#64748B;--e-global-color-aeeb422:#FFFFFF;--e-global-color-2c105e1:#1A6A3B;--e-global-color-3304616:#1A6A3B;--e-global-color-b50b674:#FFFFFF33;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#64748B;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.7em;}.elementor-kit-7 a:hover{color:#4CD964;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-size:clamp(1.75rem, 0.3864rem + 6.8182vw, 5.5rem);font-weight:900;line-height:1.05em;letter-spacing:-0.04em;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;font-size:clamp(2rem, 1.0909rem + 2.2727vw, 4rem);font-weight:800;line-height:1.1em;letter-spacing:-0.03em;}.elementor-kit-7 h3{color:#0D47A1;font-family:"Montserrat", Sans-serif;font-size:clamp(1.375rem, 1.0909rem + 0.7102vw, 2rem);font-weight:700;line-height:1.2em;}.elementor-kit-7 h4{font-family:"Inter", Sans-serif;font-size:clamp(0.875rem, 0.7614rem + 0.2841vw, 1.125rem);font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================================================
   BASSIN WEB · Feuille de style globale
   Compilée pour Elementor Pro · Theme Hello Elementor
   ========================================================================== */


/* ==========================================================================
   1. VARIABLES CSS — Design System
   ========================================================================== */

:root {
  /* Couleurs — Bleus */
  --blue: #0D47A1;
  --blue-dark: #041B3D;
  --blue-ink: #020D1F;
  --blue-soft: #EAF2FF;

  /* Couleurs — Verts */
  --green: #28B463;
  --green-light: ##1a6a3b;
  --green-dark: #168A45;

  /* Couleurs — Neutres */
  --white: #fff;
  --off: #F8FBFF;
  --text: #17202A;
  --muted: #64748B;
  --line: rgba(13, 71, 161, .14);

  /* Effets visuels */
  --shadow: 0 30px 90px rgba(4, 27, 61, .16);
  --radius: 28px;
}


/* ==========================================================================
   2. BASE — Body et typographie globale
   ========================================================================== */

body {
  font-family: Inter, Arial, sans-serif;
  background: var(--off);
  color: var(--text);
  line-height: 1.65;
}


/* ==========================================================================
   3. UTILITAIRES DE MISE EN PAGE
   ========================================================================== */

.bw-container {
  width: min(1180px, calc(100% - 44px));
  margin: auto;
}

.bw-section {
  padding: 100px 0;
}

.bw-white { background: #fff; }
.bw-soft  { background: var(--blue-soft); }

.bw-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bw-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}


/* ==========================================================================
   4. COMPOSANTS — Eyebrow, headers, leads
   ========================================================================== */

.bw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(40, 180, 99, .1);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.bw-eyebrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 7px rgba(76, 217, 100, .13);
}

/* ⚠️ Contraste à revoir : --green-light (#4CD964) sur fond blanc = ~2:1, en dessous de AA */
.bw-highlight,
.bw-green {
  color: var(--green-light);
}

.bw-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 58px;
}

.bw-header h2,
.bw-section h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  color: var(--blue-dark);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.bw-section h3 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  color: var(--blue-dark);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.bw-lead {
  font-size: 19px;
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--muted);
}


/* ==========================================================================
   5. BOUTONS — Génériques (bw-btn)
   ========================================================================== */

.bw-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.bw-btn .elementor-button,
.bw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: .25s ease;
  text-decoration: none;
}

.bw-btn:hover {
  transform: translateY(-3px);
}

.bw-btn-primary .elementor-button,
.bw-btn-primary {
  background: linear-gradient(135deg, var(--green-light), var(--green));
  color: #fff;
  box-shadow: 0 18px 42px rgba(40, 180, 99, .32);
}

.bw-btn-secondary .elementor-button,
.bw-btn-secondary {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  backdrop-filter: blur(16px);
}

.bw-btn-light .elementor-button,
.bw-btn-light {
  background: #fff;
  color: var(--blue-dark);
  box-shadow: 0 16px 40px rgba(4, 27, 61, .12);
}


/* ==========================================================================
   6. BOUTON PREMIUM (variant opt-in, classe .bw-btn-premium sur le widget)
   ========================================================================== */

.bw-btn-premium .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 18px 42px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .04) 38%, rgba(2, 12, 28, .95) 100%), #04172b !important;
  background-color: #04172b !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: 2px solid #0f9d27 !important;
  border-radius: 28px !important;
  box-shadow: 0 0 0 1px rgba(76, 217, 100, .35), 0 0 24px rgba(76, 217, 100, .35), 0 14px 34px rgba(0, 0, 0, .35) !important;
  transition: all .25s ease !important;
  cursor: pointer !important;
}

.bw-btn-premium .elementor-button .elementor-button-text,
.bw-btn-premium .elementor-button .elementor-button-content-wrapper,
.bw-btn-premium .elementor-button i,
.bw-btn-premium .elementor-button svg {
  color: #fff !important;
  fill: #fff !important;
}

.bw-btn-premium .elementor-button:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .06) 40%, rgba(2, 12, 28, 1) 100%), #061f38 !important;
  background-color: #061f38 !important;
  color: #fff !important;
  border-color: #7cff95 !important;
  box-shadow: 0 0 0 1px rgba(124, 255, 149, .55), 0 0 32px rgba(76, 217, 100, .55), 0 18px 42px rgba(0, 0, 0, .42) !important;
}

.bw-btn-premium .elementor-button:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 5px !important;
  box-shadow: 0 0 0 7px rgba(76, 217, 100, .65), 0 0 32px rgba(76, 217, 100, .55), 0 18px 42px rgba(0, 0, 0, .42) !important;
}

.bw-btn-premium .elementor-button:active {
  transform: translateY(0) !important;
}


/* ==========================================================================
   7. CARTES — Cards, icônes, état glass
   ========================================================================== */

.bw-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: 0 18px 54px rgba(4, 27, 61, .10);
  transition: .25s ease;
  position: relative;
  overflow: hidden;
}

.bw-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: rgba(40, 180, 99, .35);
}

.bw-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff !important;
  font-size: 22px;
  margin-bottom: 26px;
}

.bw-card:nth-child(even) .bw-icon {
  background: linear-gradient(135deg, var(--green-light), var(--green));
}

.bw-card-glass {
  background: rgba(255, 255, 255, .07) !important;
  border-color: rgba(255, 255, 255, .14) !important;
}


/* ==========================================================================
   8. SECTION SOMBRE (bw-dark) — Fonds bleus profonds
   ========================================================================== */

.bw-dark {
  position: relative;
  background: radial-gradient(circle at 80% 12%, rgba(76, 217, 100, .18), transparent 30%),
              linear-gradient(135deg, var(--blue-ink), var(--blue-dark));
  color: #fff;
  overflow: hidden;
}

.bw-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 62px 62px;
}

.bw-dark .bw-container { position: relative; z-index: 2; }
.bw-dark h2,
.bw-dark h3 { color: #fff; }
.bw-dark p  { color: rgba(255, 255, 255, .68); }


/* ==========================================================================
   9. HERO — Bannière d'accueil
   ========================================================================== */

.bw-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 105px 0 118px;
  color: #fff;
  overflow: hidden;
  background: radial-gradient(circle at 76% 24%, rgba(76, 217, 100, .30), transparent 28%),
              radial-gradient(circle at 20% 72%, rgba(13, 71, 161, .82), transparent 36%),
              linear-gradient(135deg, #020D1F 0%, #041B3D 38%, #062B66 62%, #0D47A1 100%);
}

.bw-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.bw-orb {
  position: absolute;
  width: 460px;
  height: 460px;
  right: 8%;
  top: 24%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  animation: bwfloat 8s ease-in-out infinite;
  opacity: .78;
}

.bw-orb:before,
.bw-orb:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.bw-orb:before {
  inset: 54px;
  border: 1px solid rgba(76, 217, 100, .34);
}

.bw-orb:after {
  inset: 112px;
  background: radial-gradient(circle, rgba(76, 217, 100, .55), rgba(40, 180, 99, .1) 45%, transparent 70%);
  box-shadow: 0 0 70px rgba(76, 217, 100, .42);
}

@keyframes bwfloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-18px); }
}

.bw-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}

.bw-hero h1 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(42px, 6.4vw, 84px);
  font-weight: 900;
  color: #fff;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.bw-hero .bw-eyebrow {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .86);
  backdrop-filter: blur(18px);
}

.bw-hero-lead {
  font-size: clamp(18px, 2vw, 21px);
  color: rgba(255, 255, 255, .76);
  max-width: 760px;
  margin: 28px 0 36px;
}

.bw-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
}

.bw-trust strong { color: #fff; }
.bw-stars { color: var(--green-light); letter-spacing: .08em; }

.bw-hero-card {
  position: relative;
  padding: 26px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .30), 0 0 80px rgba(76, 217, 100, .22);
  backdrop-filter: blur(26px) saturate(130%);
}

.bw-browser {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, .94);
}

.bw-browser-dots { color: #ef4444; font-size: 16px; }

.bw-url {
  flex: 1;
  margin-left: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--muted);
  font-size: .8rem;
  font-family: ui-monospace, monospace;
}

.bw-screen {
  padding: 38px;
  border-radius: 0 0 26px 26px;
  background: radial-gradient(circle at 85% 5%, rgba(76, 217, 100, .14), transparent 30%), #fff;
  text-align: center;
}

.bw-screen h3 { margin-bottom: 12px; }

.bw-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.bw-mini-stat {
  padding: 16px 10px;
  border-radius: 18px;
  background: #F4F8FF;
  border: 1px solid var(--line);
  text-align: center;
}

.bw-mini-stat strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.bw-mini-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
}


/* ==========================================================================
   10. SECTION PACKS — Prix, cartes packs
   ========================================================================== */

.bw-price strong {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 48px;
  color: var(--blue);
  letter-spacing: -.06em;
  margin-right: 8px;
}

.bw-pack-featured {
  border-color: rgba(40, 180, 99, .55);
  box-shadow: var(--shadow);
  transform: translateY(-12px);
}

.bw-pack-featured:before {
  content: "Le plus choisi";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-light), var(--green));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

ul.bw-check {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

ul.bw-check li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}

ul.bw-check li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
}


/* ==========================================================================
   11. PILLS / TAGS
   ========================================================================== */

.bw-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bw-pill {
  display: inline-flex;
  margin: 5px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #F1F7FF;
  color: var(--blue-dark);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.bw-title-line {
  display: block;
}


/* ==========================================================================
   12. FAQ
   ========================================================================== */

.bw-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.bw-faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(4, 27, 61, .08);
}

.bw-faq-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}


/* ==========================================================================
   13. CTA BOX
   ========================================================================== */

.bw-cta-box {
  padding: clamp(54px, 7vw, 88px);
  border-radius: 46px;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 50% 0%, rgba(76, 217, 100, .30), transparent 34%),
              radial-gradient(circle at 16% 90%, rgba(13, 71, 161, .55), transparent 38%),
              linear-gradient(135deg, #020D1F, var(--blue-dark) 42%, var(--blue));
  box-shadow: 0 40px 120px rgba(4, 27, 61, .30), 0 0 80px rgba(76, 217, 100, .22);
  border: 1px solid rgba(255, 255, 255, .14);
}

.bw-cta-box h2 {
  color: #fff;
  max-width: 780px;
  margin: 0 auto 18px;
}

.bw-cta-box p {
  max-width: 680px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .76);
  font-size: 19px;
}

.bw-cta-box .bw-btns {
  justify-content: center;
}


/* ==========================================================================
   14. HEADER GLOBAL DU SITE
   ========================================================================== */

.bw-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(2, 13, 31, .82);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.bw-header-inner {
  width: min(1180px, calc(100% - 44px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.bw-logo {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
}

.bw-logo span    { color: #fff; }
.bw-logo strong  { color: var(--green-light); margin-left: 4px; }

.bw-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
  margin-top: -6px;
}

.bw-nav {
  display: flex;
  gap: 6px;
  align-items: center;
}

.bw-nav-link .elementor-button,
.bw-nav-link {
  background: transparent !important;
  color: rgba(255, 255, 255, .76) !important;
  font-weight: 800;
  padding: 10px 12px;
  border-radius: 999px;
}

.bw-nav-link:hover {
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.bw-header-cta .elementor-button {
  min-height: 44px;
  padding: 0 18px;
}


/* ==========================================================================
   15. FOOTER GLOBAL DU SITE
   ========================================================================== */

.bw-site-footer {
  background: linear-gradient(135deg, #020D1F, #041B3D);
  color: #fff;
  padding: 74px 0 26px;
}

.bw-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.bw-footer-col h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
}

.bw-footer-col p,
.bw-footer-contact {
  color: rgba(255, 255, 255, .68);
}

.bw-footer-link .elementor-button,
.bw-footer-link {
  display: block;
  background: transparent !important;
  color: rgba(255, 255, 255, .70) !important;
  padding: 7px 0;
  text-align: left;
}

.bw-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 42px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}


/* ==========================================================================
   16. LIENS CONTEXTUELS (dans paragraphes, hors boutons)
   ========================================================================== */

.elementor-widget-text-editor a:not(.elementor-button),
.elementor-widget-heading a:not(.elementor-button) {
  color: #0a7a1e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-thickness 0.2s ease;
}

.elementor-widget-text-editor a:not(.elementor-button):hover,
.elementor-widget-heading a:not(.elementor-button):hover {
  color: #0D47A1;
  text-decoration-thickness: 2px;
}

.elementor-widget-text-editor a:not(.elementor-button):focus-visible,
.elementor-widget-heading a:not(.elementor-button):focus-visible {
  outline: 2px solid #0D47A1;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Exception : liens du footer (couleur héritée du contexte) */
.elementor-widget-text-editor a[style*="color: #fff"],
.elementor-widget-text-editor a[style*="color: white"],
.elementor-widget-text-editor a[style*="color: #FFFFFF"],
.elementor-widget-text-editor a[style*="color:#fff"],
.elementor-widget-text-editor a[style*="color:#FFFFFF"],
[data-elementor-type="footer"] a,
.bw-footer a {
  color: inherit !important;
  text-decoration: none;
}

[data-elementor-type="footer"] a:hover,
.bw-footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* ==========================================================================
   17. H1 DÉGRADÉ — Effet visuel sur les H1
   ========================================================================== */

h1 {
  background: linear-gradient(135deg, #5580ED, #57ED96);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


/* ==========================================================================
   18. RESPONSIVE — Media queries (toujours en fin de fichier)
   ========================================================================== */

@media (max-width: 980px) {
  .bw-header-inner,
  .bw-nav {
    flex-wrap: wrap;
  }

  .bw-hero-grid,
  .bw-grid-3,
  .bw-grid-2,
  .bw-faq,
  .bw-footer-grid {
    grid-template-columns: 1fr;
  }

  .bw-hero { min-height: auto; }
  .bw-orb  { opacity: .22; right: -210px; }
  .bw-pack-featured { transform: none; }
  .bw-section { padding: 78px 0; }
  .bw-mini-stats { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .bw-btn-premium .elementor-button {
    width: 100% !important;
    min-height: 58px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 560px) {
  .bw-container,
  .bw-header-inner {
    width: min(100% - 28px, 1180px);
  }

  .bw-hero h1 { font-size: 42px; }
  .bw-header h2,
  .bw-section h2 { font-size: 34px; }
  .bw-card,
  .bw-screen { padding: 24px; }
  .bw-nav { display: none; }
}/* End custom CSS */