@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v24-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2?v=d5e647") format("woff2"), url("../fonts/fa-solid-900.ttf?v=0248ab") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2?v=005c9a") format("woff2"), url("../fonts/fa-brands-400.ttf?v=bb8cd0") format("truetype");
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
[class^="icon-"],
[class*=" icon-"],
.fa-solid,
.far,
.fa-regular,
.fab,
.icon-joomla,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
}
.fas,
[class^="icon-"],
[class*=" icon-"],
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.icon-joomla,
[class^="icon-"],
[class*=" icon-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.fab,
.icon-joomla,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fab,
.icon-joomla,
.fa-brands {
  font-weight: 400;
}
.fa-facebook-f::before {
  content: "";
}
.fa-x-twitter:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-fw,
.icon-fw {
  text-align: center;
  width: 1.25em;
}
.icon-eye:before {
  content: "";
}
.icon-eye-slash:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa-home:before {
  content: "\f015";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.fa-spin,
.icon-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spinner:before {
  content: "";
}

/* =========================================================
   2. GLOBAL VARIABLES / BASE / COMMON HELPERS
   ========================================================= */
:root{
  --theme-color:#111714;
  --theme-accent:#627553;
  --theme-on-color:#ffffff;
  --text-color:#17201d;
  --muted-color:#6f7773;
  --border-color:#e6e9e6;
  --page-background:#f7f8f5;
  --surface-color:#ffffff;
  --font-body:"Poppins", Arial, Helvetica, sans-serif;
  --font-heading:Georgia, "Times New Roman", serif;
  --font-size-body:16px;
  --font-weight-body:400;
  --h1-size:30px;
  --h1-weight:600;
  --h2-size:26px;
  --h2-weight:600;
  --h3-size:24px;
  --h3-weight:500;

  --ink:var(--text-color);
  --muted:var(--muted-color);
  --line:var(--border-color);
  --paper:var(--page-background);
  --white:var(--surface-color);
  --green:var(--theme-color);
  --accent:var(--theme-accent);
  --accent-dark:var(--theme-color);
  --btn-primary-bkg:var(--theme-color);
  --btn-primary-gradient:var(--theme-accent);
  --btn-primary-color:var(--theme-on-color);
  --btn-primary-hover-bkg:var(--theme-accent);
  --btn-primary-hover-gradient:var(--theme-color);
  --btn-primary-hover-color:var(--theme-on-color);
  --btn-primary-active-bkg:var(--theme-accent);
  --btn-primary-active-gradient:var(--theme-color);
  --serif:var(--font-heading);
  --sans:var(--font-body);
  --content-h1-size:var(--h1-size);
  --content-h2-size:var(--h2-size);
  --content-h3-size:var(--h3-size);
  --body-font-size:var(--font-size-body);
  --footer-bg:var(--theme-color);
  --topbar-height:38px;
  --link-color:#2617d7;
  --link-hover-color:#130986;
  --button-blue:#0874df;
  --button-blue-hover:#0667c7;
	
--newsletter-bg:var(--theme-color);
--newsletter-text:var(--theme-on-color);
--newsletter-muted:color-mix(in srgb, var(--theme-on-color) 72%, transparent);
--newsletter-line:color-mix(in srgb, var(--theme-on-color) 14%, transparent);
--newsletter-accent:var(--theme-accent);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:var(--body-font-size);font-weight:var(--font-weight-body);}
h1,h2,h3{font-family:var(--serif);}
h1{font-size:var(--content-h1-size);font-weight:var(--h1-weight);}
h2{font-size:var(--content-h2-size);font-weight:var(--h2-weight);}
h3{font-size:var(--content-h3-size);font-weight:var(--h3-weight);}
a{
  color:var(--link-color);
  text-decoration:none;
  transition:color .2s ease;
}
a:hover,
a:focus{
  color:var(--link-hover-color);
}

/* Component links that intentionally inherit their local foreground color */
.topbar a,
.header a,
.mobile-nav a,
.article-card-link,
.story-card a,
.design-card a,
.footer a,
.newsletter a {
  color:inherit;
}

img {max-width: 100%;height: auto;display: block;}
.container{width:min(1240px,calc(100% - 48px));margin:auto}

#system-message-container joomla-alert .alert-heading {
    display: none;
}
/* =========================================================
   3. TOPBAR
   ========================================================= */
.topbar{position:sticky;top:0;z-index:60;background:var(--theme-color);color:var(--theme-on-color);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.topbar .container{min-height:var(--topbar-height);height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between}
.topbar .topbar_social { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; margin: 0; padding: 0; font-size: 18px; }
.topbar .toplinks{display:flex;gap:24px;color:color-mix(in srgb,var(--theme-on-color) 70%,transparent)}
.topbar .top-menu {list-style: none; font-size: 12px;font-weight: normal;}
.topbar .nav{display:flex;align-items:center;gap:25px;}
.topbar .nav-item{position:relative}
.topbar .nav-item>a{display:flex;align-items:center;gap:5px}
.topbar a{
  color:color-mix(in srgb,var(--theme-on-color) 70%,transparent);
  transition:color .2s ease;
}
.topbar a:hover,
.topbar a:focus-visible{
  color:var(--theme-on-color);
}
.topbar a:focus-visible{
  outline:1px solid var(--theme-on-color);
  outline-offset:4px;
}

/* =========================================================
   4. HEADER / DESKTOP NAVIGATION / MOBILE NAVIGATION
   ========================================================= */
.header{border-bottom:1px solid var(--line);position:sticky;top:var(--topbar-height);z-index:50;background:color-mix(in srgb,var(--page-background) 96%,transparent);backdrop-filter:blur(10px)}
.header-main{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.header-main .logo{display:flex;align-items:center;gap:13px;max-width:200px}
.header .nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}
.header .nav a{position:relative;padding:7px 0}
.header .nav a:after{content:"";position:absolute;left:0;bottom:2px;width:0;height:1px;background:var(--ink);transition:.25s}
.header .nav a:hover:after{width:100%}
.header .nav-item{position:relative}
.header .nav-item>a, .header .nav-item .chevron{display:flex;align-items:center;gap:5px;padding: 7px 0;}
.header .nav-chevron{font-size:9px;color:var(--muted)}
.header .mega-menu{position:absolute;color: var(--ink);top:calc(100% + 1px);left:50%;transform:translateX(-50%);width:min(930px,calc(100vw - 30px));background:var(--surface-color);border:1px solid var(--line);box-shadow:0 18px 45px rgba(23,32,29,.15);padding:26px;display:none;z-index:30}
.header .nav-item:hover .mega-menu,.header .nav-item:focus-within .mega-menu{display:block}
.header .mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.header .nav-item::after {content: "";position: absolute;left: 0;right: 0;top: 100%;height: 12px;}
.header .mega-menu-single {width: max-content;min-width: 260px;max-width: calc(100vw - 30px);}
.header .mega-menu-single .mega-grid {grid-template-columns: 1fr;gap: 0;}
.header .mega-title{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:13px}
.header .mega-link{display:block;padding:7px 0;font-family:var(--sans);font-size:16px;font-weight: normal;}
.header .mega-link:hover{color:var(--link-hover-color)}
.header .header-actions{display:flex;align-items:center;gap:14px}
.header .current, .header .active {color: var(--link-color);border-bottom: 1px solid var(--link-color);}
.mega-menu .active {border-bottom: none;}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 17px;
  border:1px solid var(--text-color);
  border-radius:3px;
  background:transparent;
  color:var(--text-color);
  font-family:var(--font-body);
  font-size:10px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease;
}
.btn:not(.dark):not(.blue):hover{
  border-color:var(--theme-color);
  color:var(--theme-color);
  transform:translateY(-2px);
  box-shadow:0 5px 12px rgba(0,0,0,.14);
  text-decoration:none;
}
.btn:focus-visible{
  outline:3px solid color-mix(in srgb,var(--theme-color) 32%,transparent);
  outline-offset:3px;
}
.btn:active{
  transform:translateY(0);
  box-shadow:0 1px 3px rgba(0,0,0,.10);
}
.btn:disabled,
.btn.disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}
.btn.dark{
  background:var(--theme-color);
  border-color:var(--theme-color);
  color:var(--theme-on-color);
}
.btn.dark:hover{
  background:var(--theme-accent);
  border-color:var(--theme-accent);
  color:var(--theme-on-color);
  transform:translateY(-2px);
  box-shadow:0 5px 12px rgba(0,0,0,.14);
  text-decoration:none;
}
.btn.blue{
  background:var(--button-blue);
  border-color:var(--button-blue);
  color:var(--theme-on-color);
}
.btn.blue:hover{
  background:var(--button-blue-hover);
  border-color:var(--button-blue-hover);
  color:var(--theme-on-color);
  transform:translateY(-2px);
  box-shadow:0 5px 12px rgba(0,0,0,.14);
  text-decoration:none;
}
.header .mobile-menu-button{display:none;border:1px solid var(--ink);background:transparent;padding:9px 12px;color:var(--ink);font-size:18px;cursor:pointer;transition:background-color .2s ease,color .2s ease}

.header .mobile-nav details summary,.header .mobile-nav>a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700;cursor:pointer;list-style:none}

/* =========================================================
   5. Search
   ========================================================= */
#searchToggle {display: inline-flex;align-items: center;justify-content: center;padding: 0;border: 0;background: transparent;color: var(--ink);font-family: var(--sans);font-size: 20px;line-height: 1;cursor: pointer;transition:color .2s ease,transform .2s ease;}
#searchToggle .fa-search,
#searchToggle .fa-magnifying-glass,
#searchToggle .icon-search {
    transform: scaleX(-1);
    opacity: .72;
}#searchToggle:hover {color: var(--green);}
#searchToggle:focus-visible {outline: 2px solid var(--green);outline-offset: 4px;}
.search-popup {position: fixed;inset: 0;z-index: 9999;display: grid;place-items: center;padding: 24px;background: rgba(17, 23, 20, .62);-webkit-backdrop-filter: blur(7px);backdrop-filter: blur(7px);}
.search-popup[hidden] {display: none;}
.search-popup-box {position: relative;width: min(640px, calc(100vw - 48px));padding: 48px 42px 42px;background: var(--white);border: 1px solid rgba(23, 32, 29, .08);box-shadow:0 25px 70px rgba(23, 32, 29, .25);animation: mgsSearchPopupIn .2s ease-out;}
@keyframes mgsSearchPopupIn {
from {opacity: 0;transform: translateY(8px) scale(.985);}
to {opacity: 1;transform: translateY(0) scale(1);}
}
.search-popup-box h2 {margin: 0 0 22px;color: var(--ink);font-family: var(--serif);font-size: var(--content-h2-size);font-weight: var(--h2-weight);line-height: 1.2;}
.search-field {display: flex;width: 100%;border: 1px solid var(--line);background: var(--white);transition:border-color .2s ease,box-shadow .2s ease;}
.search-field:focus-within {border-color: var(--green);box-shadow:0 0 0 3px rgba(53, 93, 73, .08);}
.search-field input {flex: 1;min-width: 0;height: 56px;padding: 0 18px;border: 0;outline: 0;background: transparent;color: var(--ink);font-family: var(--sans);font-size: 15px;font-weight: 400;}
.search-field input::placeholder {color: var(--muted);}
.search-field input:focus {outline: 0;box-shadow: none;}
.search-field button {display: inline-flex;align-items: center;justify-content: center;width: 60px;height: 56px;padding: 0;border: 0;background: var(--ink);color: var(--white);font-family: var(--sans);font-size: 22px;cursor: pointer;transition: background .2s ease;}
.search-field button:hover {background: var(--green);}
.search-field button:focus-visible {outline: 2px solid var(--accent);outline-offset: -4px;}
.search-close {position: absolute;top: 15px;right: 18px;display: inline-flex;align-items: center;justify-content: center;width: 34px;height: 34px;padding: 0;border: 0;background: transparent;color: var(--muted);font-family: var(--sans);font-size: 30px;font-weight: 300;line-height: 1;cursor: pointer;transition:color .2s ease,background .2s ease;}
.search-close:hover {color: var(--ink);background: var(--paper);}
.search-close:focus-visible {outline: 2px solid var(--green);}
@media (max-width: 650px) {.search-popup {padding: 15px;}
.search-popup-box {width: 100%;padding: 42px 20px 24px;}
.search-popup-box h2 {margin-bottom: 10px;font-size: 26px;}
.search-field input {height: 46px;padding: 0 14px;font-size: 13px;}
.search-field button {width: 54px;height: 52px;font-size: 20px;}
.search-close {top: 10px;right: 12px;width: 32px;height: 32px;font-size: 27px;}
}
/* =========================================================
   5. HEADER / TOPBAR / COMMON RESPONSIVE
   Existing breakpoints intentionally preserved.
   ========================================================= */
@media(max-width:1000px){
  .header .nav{display:none}
  .header .mobile-menu-button{display:block}
}
@media(max-width:650px){
  .topbar .toplinks{display:none}
  .topbar .container{justify-content:center}
  .header-main{min-height:75px}
  .header-main .logo{min-width:0}
  .header .header-actions .btn{display:none}
  .section {padding:48px 0}
  .copyright{line-height:1.8}
  .copyright span + span{margin-top:4px}
}
/* =========================================================
   6. FOOTER
   ========================================================= */
.footer{
  background:var(--theme-color);
  color:var(--theme-on-color);
  padding:48px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:40px;
  align-items:start;
}
.footer .logo{margin:0 0 18px}
.footer .logo img{display:block;max-width:230px;height:auto}
.footer h3{
  margin:0 0 16px;
  color:var(--theme-on-color);
  font-family:var(--font-body);
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer p{
  max-width:330px;
  margin:0;
  color:color-mix(in srgb,var(--theme-on-color) 70%,transparent);
  font-size:14px;
  line-height:1.65;
}
.footer a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:10px 0;
  color:color-mix(in srgb,var(--theme-on-color) 70%,transparent);
  font-size:14px;
  line-height:1.5;
  text-decoration:none;
  transition:color .2s ease;
}
.footer a:hover,.footer a:focus-visible{color:var(--theme-on-color)}
.footer a:focus-visible{outline:1px solid var(--theme-on-color);outline-offset:4px}
.footer-legal{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  list-style:none;
  margin-top:30px;
  padding:12px 0;
  border-top:1px solid color-mix(in srgb,var(--theme-on-color) 14%,transparent);
  border-bottom:1px solid color-mix(in srgb,var(--theme-on-color) 14%,transparent);
}
.footer-legal a{
  display:inline-block;
  margin:0;
  padding:0 16px;
  color:color-mix(in srgb,var(--theme-on-color) 62%,transparent);
  font-size:11px;
  line-height:1.6;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.footer-legal a + a{border-left:1px solid color-mix(in srgb,var(--theme-on-color) 14%,transparent)}
.copyright{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-top:20px;
  color:color-mix(in srgb,var(--theme-on-color) 50%,transparent);
  font-size:11px;
  line-height:1.6;
}

/* =========================================================
   7. COMMON SECTIONS / BUTTONS
   ========================================================= */
.section{padding:32px 0;border-top:1px solid var(--line)}
.visually-hidden {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}
/* =========================================================
   8. SECTION VERTICALS
   ========================================================= */
.section-verticals {
  border-top: 1px solid #ecf14f;
  box-shadow: 0 0 6px #644915;
  padding: 30px 0;
  margin-top: 30px;
}

.section-verticals .verticals__carousel {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.section-verticals .carousel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 380px;
  margin: 0 auto;
}

.section-verticals .cover {
  position: absolute;
  cursor: pointer;

  overflow: hidden;
  padding: 3px;
  border: 3px solid #fff;

  box-sizing: border-box;

  box-shadow:
    inset 0 0 20px #dedfffe8,
    0 5px 10px #00000017,
    0 2px 5px rgba(0, 0, 0, 0.98);

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.section-verticals .cover a {
  display: block;
}

.section-verticals .cover img {
  display: block;
  width: 100%;
  height: auto;

  border: 1px solid #eee0e0;
  box-shadow: 0 0 3px 1px #181a19;
}


/* =========================================================
   LARGE DESKTOP: 1200px+
   ========================================================= */

@media (min-width: 1200px) {

  .section-verticals .cover:nth-child(1) {
    width: 240px;
    top: 30px;
    left: -70px;
    filter: brightness(0.7);
    z-index: 1;
    transform: scale(0.75);
  }

  .section-verticals .cover:nth-child(2) {
    width: 260px;
    top: 10px;
    left: 120px;
    filter: brightness(0.85);
    z-index: 2;
    transform: scale(0.85);
  }

  .section-verticals .cover:nth-child(3) {
    width: 280px;
    top: 0;
    left: 340px;
    filter: brightness(1);
    z-index: 5;
  }

  .section-verticals .cover:nth-child(4) {
    width: 260px;
    top: 10px;
    left: 590px;
    filter: brightness(0.85);
    z-index: 2;
    transform: scale(0.85);
  }

  .section-verticals .cover:nth-child(5) {
    width: 240px;
    top: 30px;
    left: 800px;
    filter: brightness(0.7);
    z-index: 1;
    transform: scale(0.75);
  }

  .section-verticals .cover:hover {
    z-index: 10;
    filter: brightness(1);
    transform: scale(1.1);
  }
}


/* =========================================================
   SMALL DESKTOP / LARGE TABLET: 900px–1199px
   ========================================================= */

@media (min-width: 900px) and (max-width: 1199.98px) {

  .section-verticals .carousel {
    max-width: 900px;
    height: 330px;
  }

  .section-verticals .cover:nth-child(1) {
    width: 200px;
    top: 30px;
    left: -2%;
    filter: brightness(0.7);
    z-index: 1;
    transform: scale(0.75);
  }

  .section-verticals .cover:nth-child(2) {
    width: 220px;
    top: 15px;
    left: 16%;
    filter: brightness(0.85);
    z-index: 2;
    transform: scale(0.85);
  }

  .section-verticals .cover:nth-child(3) {
    width: 240px;
    top: 0;
    left: 50%;
    filter: brightness(1);
    z-index: 5;
    transform: translateX(-50%);
  }

  .section-verticals .cover:nth-child(4) {
    width: 220px;
    top: 15px;
    right: 16%;
    left: auto;
    filter: brightness(0.85);
    z-index: 2;
    transform: scale(0.85);
  }

  .section-verticals .cover:nth-child(5) {
    width: 200px;
    top: 30px;
    right: -2%;
    left: auto;
    filter: brightness(0.7);
    z-index: 1;
    transform: scale(0.75);
  }
}


/* =========================================================
   TABLET / MOBILE: BELOW 900px
   ========================================================= */

@media (max-width: 899.98px) {

  .section-verticals {
    padding: 20px 0;
  }

  .section-verticals .verticals__carousel {
    overflow: visible;
    padding: 20px 0;
  }

  .section-verticals .carousel {
    position: static;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

    gap: 20px;

    width: 100%;
    max-width: none;
    height: auto;
  }

  .section-verticals .cover {
    position: relative;

    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    flex: 0 0 150px;
    width: 150px;
    height: auto;

    filter: none;
    transform: none;
    z-index: auto;
  }
}

/* =========================================================
   9. NEWSLETTER
   ========================================================= */
.mgs-newsletter-section {padding: 20px 0;}
.mgs-newsletter {width: min(1240px, calc(100% - 40px));margin: 0 auto;color: var(--newsletter-text);}
.mgs-newsletter-content {position: relative;display: grid;grid-template-columns: 1fr 1.1fr;gap: 64px;align-items: center;padding: 56px;overflow: hidden;background: var(--newsletter-bg);}
.mgs-newsletter-copy {position: relative;z-index: 1;max-width: 520px;}
.mgs-newsletter-label {display: block;margin-bottom: 18px;color: var(--newsletter-accent);font-size: 10px;font-weight: 700;letter-spacing: .18em;text-transform: uppercase;}
.mgs-newsletter h2 {margin: 0 0 16px;font-family: var(--serif, Georgia, serif);font-size: clamp(36px, 4vw, 50px);font-weight: 400;line-height: 1;letter-spacing: -.025em;}
.mgs-newsletter p {max-width: 500px;margin: 0;color: var(--newsletter-muted);font-size: 15px;line-height: 1.7;}
.mgs-newsletter-action {position: relative;z-index: 2;min-width: 0;}
.mgs-newsletter-form {display: flex;gap: 8px;padding: 7px;background: #fff;}
.mgs-newsletter-fields {display: grid;grid-template-columns: 1fr 1.25fr;gap: 7px;flex: 1;min-width: 0;}
.mgs-newsletter input {width: 100%;min-width: 0;height: 50px;padding: 0 14px;border: 1px solid #e1e4e1;border-radius: 0;background: #f7f8f6;color: #171a18;font: inherit;font-size: 14px;outline: none;transition:border-color .2s ease,background .2s ease;}
.mgs-newsletter input::placeholder {color: #7b827d;}
.mgs-newsletter input:focus {background: #fff;border-color: var(--newsletter-accent);}
.mgs-newsletter-submit {
  gap:16px;
  min-width:142px;
  height:50px;
  padding:0 18px;
  background:var(--newsletter-accent);
  border-color:var(--newsletter-accent);
  color:#fff;
  box-shadow:none;
  transform:none;
  transition:background .2s ease,border-color .2s ease,color .2s ease,gap .2s ease;
}
.mgs-newsletter-submit:hover {
  gap:21px;
  background:var(--newsletter-accent);
  border-color:var(--newsletter-accent);
  color:#fff;
  box-shadow:none;
  transform:none;
}
.mgs-newsletter-submit:active {
  box-shadow:none;
  transform:none;
}
.mgs-newsletter-arrow {font-size: 18px;line-height: 1;}
.mgs-newsletter-verify {display: flex;gap: 8px;padding: 7px;background: #fff;}
.mgs-newsletter-verify[hidden] {display: none;}
.mgs-newsletter-otp {flex: 1;letter-spacing: .2em;}
.mgs-newsletter-verify-btn,.mgs-newsletter-resend {height: 50px;padding: 0 20px;border: 0;font: inherit;font-size: 11px;font-weight: 700;letter-spacing: .1em;text-transform: uppercase;cursor: pointer;}
.mgs-newsletter-verify-btn {background: var(--newsletter-accent);color: #fff;}
.mgs-newsletter-resend {background: #e9ece9;color: #171a18;}
.mgs-newsletter-verify-btn:disabled,.mgs-newsletter-resend:disabled {opacity: .55;cursor: not-allowed;}
.mgs-newsletter-message {margin-top: 12px;font-size: 13px;line-height: 1.5;}
.mgs-newsletter-message:empty {display: none;}
.mgs-newsletter-message.is-error {color: #ffaaa0;}
.mgs-newsletter-message.is-success {color: #9ed8b8;}
.mgs-newsletter-honeypot {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}

/* Newsletter: tablet (<=900px) */
@media (max-width: 900px) {
.mgs-newsletter-content {grid-template-columns: 1fr;gap: 32px;padding: 44px;}
.mgs-newsletter-copy {max-width: 650px;}
}

/* Newsletter: mobile (<=600px) */
@media (max-width: 600px) {
.mgs-newsletter-section {padding: 40px 0;}
.mgs-newsletter {width: min(100% - 24px, 1240px);}
.mgs-newsletter-content {padding: 36px 22px;}
.mgs-newsletter h2 {font-size: 32px;}
.mgs-newsletter-form {display: block;}
.mgs-newsletter-fields {grid-template-columns: 1fr;}
.mgs-newsletter-fields input {margin-bottom: 7px;}
.mgs-newsletter-submit {width: 100%;}
.mgs-newsletter-verify {display: grid;grid-template-columns: 1fr 1fr;}
.mgs-newsletter-otp {grid-column: 1 / -1;}
.mgs-newsletter-verify-btn,.mgs-newsletter-resend {width: 100%;}
}

/* Newsletter: small phones (<=380px) */
@media (max-width: 380px) {
.mgs-newsletter-content {padding: 32px 18px;}
.mgs-newsletter h2 {font-size: 32px;}
.mgs-newsletter-verify {grid-template-columns: 1fr;}
.mgs-newsletter-otp {grid-column: auto;}
}


/* =========================================================
   9A. NEWSLETTER POPUP
   Popup-only presentation overrides.
   Inline newsletter styling above remains unchanged.
   ========================================================= */
.ezeelink-newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(17, 23, 20, .38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ezeelink-newsletter-popup[hidden] {
  display: none !important;
}

.ezeelink-newsletter-popup__dialog {
  position: relative;
  width: min(520px, calc(100vw - 40px));
  max-height: calc(100vh - 56px);
  overflow: auto;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background: var(--surface-color);
  box-shadow: 0 28px 75px rgba(23,32,29,.20), 0 8px 22px rgba(23,32,29,.10);
  animation: ezeelinkNewsletterPopupIn .28s ease-out;
  scrollbar-width: thin;
}

@keyframes ezeelinkNewsletterPopupIn {
  from { opacity: 0; transform: translateY(18px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.ezeelink-newsletter-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: var(--page-background);
  color: var(--text-color);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.ezeelink-newsletter-popup__close:hover {
  transform: rotate(6deg) scale(1.06);
  background: color-mix(in srgb, var(--theme-accent) 12%, var(--surface-color));
  border-color: color-mix(in srgb, var(--theme-accent) 40%, var(--border-color));
}

.ezeelink-newsletter-popup__close:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--newsletter-accent) 55%, transparent);
  outline-offset: 3px;
}

.ezeelink-newsletter-popup .mgs-newsletter {
  width: 100%;
  margin: 0;
}

.ezeelink-newsletter-popup .mgs-newsletter-content {
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: 0;
  padding: 36px 32px 30px;
  overflow: visible;
  border-radius: 18px;
  background:
    radial-gradient(circle at 7% 8%, color-mix(in srgb, var(--theme-accent) 14%, transparent) 0, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, var(--page-background) 100%);
  color: var(--text-color);
}

.ezeelink-newsletter-popup .mgs-newsletter-copy {
  align-self: center;
  max-width: 100%;
}

.ezeelink-newsletter-popup .mgs-newsletter-label {
  color: var(--theme-accent);
}

.ezeelink-newsletter-popup .mgs-newsletter h2 {
  color: var(--text-color);
}

.ezeelink-newsletter-popup .mgs-newsletter p {
  color: var(--muted-color);
}

.ezeelink-newsletter-popup .mgs-newsletter-copy::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 3px;
  background: var(--newsletter-accent);
}

.ezeelink-newsletter-popup .mgs-newsletter h2 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.02;
}

.ezeelink-newsletter-popup .mgs-newsletter p {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.72;
}

.ezeelink-newsletter-popup .mgs-newsletter-action {
  align-self: center;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--surface-color);
  box-shadow: 0 10px 30px rgba(23,32,29,.07);
}

.ezeelink-newsletter-popup .mgs-newsletter-form {
  display: block;
  padding: 8px;
  border-radius: 8px;
}

.ezeelink-newsletter-popup .mgs-newsletter-fields {
  grid-template-columns: 1fr;
  gap: 8px;
}

.ezeelink-newsletter-popup .mgs-newsletter-fields input {
  height: 52px;
  margin: 0;
  border-radius: 5px;
}

.ezeelink-newsletter-popup .mgs-newsletter-submit {
  width: 100%;
  min-width: 0;
  height: 52px;
  margin-top: 7px;
  border-radius: 5px;
}

.ezeelink-newsletter-popup .mgs-newsletter-verify {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
}

.ezeelink-newsletter-popup .mgs-newsletter-verify[hidden] {
  display: none;
}

.ezeelink-newsletter-popup .mgs-newsletter-otp {
  grid-column: 1 / -1;
  height: 52px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .28em;
}

.ezeelink-newsletter-popup .mgs-newsletter-verify-btn,
.ezeelink-newsletter-popup .mgs-newsletter-resend {
  height: 48px;
  border-radius: 5px;
}

.ezeelink-newsletter-popup .mgs-newsletter-message {
  min-height: 20px;
  margin: 12px 4px 0;
}

.ezeelink-newsletter-popup .mgs-newsletter-message.is-error {
  color: #b42318;
}

.ezeelink-newsletter-popup .mgs-newsletter-message.is-success {
  color: #287a4b;
}

body.ezeelink-newsletter-popup-open {
  overflow: hidden;
}

@media (max-width: 780px) {
  .ezeelink-newsletter-popup { padding: 18px; }

  .ezeelink-newsletter-popup__dialog {
    width: min(680px, calc(100vw - 36px));
    max-height: calc(100vh - 36px);
    border-radius: 14px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-content {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 48px 34px 34px;
    border-radius: 14px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-copy,
  .ezeelink-newsletter-popup .mgs-newsletter-copy p,
  .ezeelink-newsletter-popup .mgs-newsletter h2 {
    max-width: 100%;
  }

  .ezeelink-newsletter-popup .mgs-newsletter h2 {
    padding-right: 36px;
    font-size: clamp(31px, 7vw, 42px);
  }
}

@media (max-width: 520px) {
  .ezeelink-newsletter-popup {
    align-items: flex-end;
    padding: 10px;
  }

  .ezeelink-newsletter-popup__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .ezeelink-newsletter-popup__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-content {
    gap: 22px;
    padding: 42px 18px 20px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-copy::before {
    width: 38px;
    margin-bottom: 16px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter p {
    font-size: 13px;
    line-height: 1.65;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-action {
    padding: 10px;
    border-radius: 9px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-form,
  .ezeelink-newsletter-popup .mgs-newsletter-verify {
    padding: 6px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-verify {
    grid-template-columns: 1fr;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-otp {
    grid-column: auto;
  }
}


/* Newsletter popup: compact vertical rhythm */
@media (min-width: 521px) {
  .ezeelink-newsletter-popup .mgs-newsletter-content {
    gap: 14px;
    padding: 28px 28px 24px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-copy::before {
    margin-bottom: 10px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter h2 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.05;
  }

  .ezeelink-newsletter-popup .mgs-newsletter p {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-action {
    padding: 10px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-form,
  .ezeelink-newsletter-popup .mgs-newsletter-verify {
    padding: 6px;
    gap: 6px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-fields {
    gap: 6px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-fields input,
  .ezeelink-newsletter-popup .mgs-newsletter-otp {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-submit {
    height: 40px;
    margin-top: 6px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-verify-btn,
  .ezeelink-newsletter-popup .mgs-newsletter-resend {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ezeelink-newsletter-popup .mgs-newsletter-message {
    min-height: 0;
    margin: 8px 2px 0;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* =========================================================
   MOBILE MENU STYLES
   ========================================================= */

/* Mobile navigation container */
.mobile-nav {
    display: none;
    background: var(--paper);
    border-top: 1px solid var(--line);
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    z-index: 100;
}

.mobile-nav.open {
    display: block;
    animation: mobileSlideDown 0.3s ease-out;
}

@keyframes mobileSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-nav-inner {
    padding: 10px 0 20px;
}

/* Mobile menu list */
.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-item {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mobile-item:last-child {
    border-bottom: none;
}

/* Parent items with children */
.mobile-details {
    display: block;
    width: 100%;
}

.mobile-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.2s ease;
}

.mobile-summary::-webkit-details-marker {
    display: none;
}

.mobile-summary:hover {
    color: var(--green);
}

.mobile-details[open] .mobile-summary {
    color: var(--green);
}

.mobile-chevron {
    font-size: 10px;
    color: var(--muted);
    transition: transform 0.3s ease;
}

.mobile-details[open] .mobile-chevron {
    transform: rotate(180deg);
}

/* Submenu */
.mobile-submenu {
    padding: 0 0 10px 20px;
    animation: mobileFadeIn 0.3s ease-out;
}

@keyframes mobileFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-child-item {
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.mobile-child-item:last-child {
    border-bottom: none;
}

/* Mobile links */
.mobile-link {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    transition: all 0.2s ease;
}

.mobile-link:hover {
    color: var(--green);
    padding-left: 5px;
}

.mobile-link i {
    margin-right: 10px;
    width: 20px;
    color: var(--muted);
}

.mobile-link:hover i {
    color: var(--green);
}

.mobile-child-link {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    color: var(--muted);
    transition: all 0.2s ease;
}

.mobile-child-link:hover {
    color: var(--ink);
    padding-left: 5px;
}

.mobile-child-link i {
    margin-right: 8px;
    width: 18px;
    font-size: 13px;
}

/* Separator & Heading styles */
.mobile-separator {
    display: block;
    padding: 15px 0 10px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.6;
    border-bottom: 1px solid var(--line);
}

.mobile-heading {
    display: block;
    padding: 15px 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Login/Register section */
.mobile-login {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--green);
}

.mobile-login .mobile-link {
    font-weight: 600;
    color: var(--green);
}

.mobile-login .mobile-link:hover {
    color: var(--ink);
}

.mobile-login .mobile-link i {
    color: var(--green);
}

.mobile-login .user-link i.fa-angle-down {
    margin-left: 5px;
    font-size: 12px;
}

/* Active/Current states */
.mobile-item.current > .mobile-summary,
.mobile-item.current > .mobile-link {
    color: var(--green);
    font-weight: 700;
}

.mobile-item.active > .mobile-summary,
.mobile-item.active > .mobile-link {
    color: var(--green);
}

.mobile-child-item.current .mobile-child-link {
    color: var(--green);
    font-weight: 600;
}

/* Scrollbar styling */
.mobile-nav::-webkit-scrollbar {
    width: 4px;
}

.mobile-nav::-webkit-scrollbar-track {
    background: var(--paper);
}

.mobile-nav::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 2px;
}

.mobile-nav::-webkit-scrollbar-thumb:hover {
    background: var(--accent-dark);
}

/* Mobile menu toggle button - enhance existing */
.mobile-menu-button:hover {
    background: var(--ink);
    color: var(--paper);
}

/* =========================================================
   FOOTER RESPONSIVE OVERRIDES
   Keep after the base footer rules so mobile values win.
   ========================================================= */
@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
  }
}

@media (max-width: 650px) {
  .footer {
    padding: 38px 0 22px;
    overflow: hidden;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .footer-grid > * {
    min-width: 0;
    width: 100%;
  }

  .footer .logo {
    margin-bottom: 16px;
  }

  .footer .logo,
  .footer .logo a {
    width: auto;
    max-width: 100%;
  }

  .footer .logo img {
    width: auto;
    max-width: min(100%, 290px);
    height: auto;
  }

  .footer p {
    max-width: 100%;
  }

  .footer a {
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .footer-legal {
    justify-content: flex-start;
    align-items: center;
    gap: 8px 18px;
    margin-top: 28px;
    padding: 16px 0;
  }

  .footer-legal a,
  .footer-legal a:first-child {
    margin: 0;
    padding: 0;
    border-left: 0;
  }

  .footer-legal a + a {
    border-left: 0;
  }

  .copyright {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding-top: 18px;
  }

  .copyright span {
    display: block;
    min-width: 0;
  }
}

/* =========================================================
   STICKY HEADER LAYERS
   ========================================================= */
/* Keep dropdown/navigation layers above page content. */
.header .mega-menu,
.header .mobile-nav {
  z-index: 55;
}

/* =========================================================
   TOPBAR MENU INSIDE MOBILE NAVIGATION
   Reuses the existing Joomla "top-menu" module on mobile.
   ========================================================= */
@media (max-width: 1000px) {
  .mobile-top-menu {
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
  }

  .mobile-top-menu .top-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-transform: none;
    letter-spacing: normal;
  }

  .mobile-top-menu .top-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--text-color) 7%, transparent);
  }

  .mobile-top-menu .top-menu > li:last-child {
    border-bottom: 0;
  }

  .mobile-top-menu .top-menu > li > a,
  .mobile-top-menu .top-menu > li > span {
    display: block;
    padding: 14px 0;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
  }

  .mobile-top-menu .top-menu > li > a:hover,
  .mobile-top-menu .top-menu > li > a:focus-visible {
    color: var(--theme-color);
  }

  /*
   * Login/Register already exists in the dedicated mobile-menu
   * override, so suppress the duplicate injected by top-menu.php.
   */
  .mobile-top-menu .mgs-login-trigger {
    display: none !important;
  }

  .mobile-top-menu li:has(> .mgs-login-trigger) {
    display: none;
  }
}

/* =========================================================
   MOBILE NAV PANEL — FINAL PRODUCTION OVERRIDES
   ========================================================= */
@media (max-width: 1000px) {
  .header .mobile-nav {
    background: var(--surface-color);
    border-top: 1px solid var(--border-color);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
  }

  .header .mobile-nav-inner {
    padding-top: 14px;
    padding-bottom: 22px;
  }

  .header .mobile-nav details summary,
  .header .mobile-nav-inner > a {
    border-bottom-color: var(--border-color);
  }

  
  .mobile-menu-button.open {
    background: var(--theme-color);
    color: var(--theme-on-color);
  }
}
