/* RESET & BASE ============================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #181F24;
  color: #ECEFF1;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background: #181F24 url('../assets/industrial-texture.png') repeat;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #26A69A;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #F3F8FB;
  outline: none;
}
ul, ol {
  margin-left: 1.5em;
}
strong, b {
  font-weight: 700;
}

/* TYPOGRAPHY ============================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #F3F8FB;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.15;
}
h1 { font-size: 2.8rem; margin-bottom: 24px; }
h2 { font-size: 2rem;  margin-bottom: 18px; }
h3 { font-size: 1.4rem; margin-bottom: 12px; }
h4 { font-size: 1.1rem;  }
h5, h6 { font-size: 1rem;  }
p { margin-bottom: 16px; font-size: 1.06rem; }

/* LAYOUT CONTAINERS ============================= */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* FLEXBOX PATTERNS ==================== */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #202933;
  border-radius: 14px;
  box-shadow: 0 4px 22px 0 rgba(32,65,91,0.08), 0 1.5px 4px 0 rgba(40,47,55,0.13);
  border: 1px solid #222e36;
}

.feature-grid, .service-list, .service-grid, .blog-list, .testimonial-cards, .case-studies {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 20px;
}

.feature, .service, .blog-teaser, .case-study {
  background: #232B33;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(32,65,91,0.11);
  border: 1px solid #304354;
  padding: 28px 24px;
  min-width: 260px;
  flex: 1 1 285px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow .22s, transform .16s;
}
.feature:hover, .service:hover, .blog-teaser:hover, .case-study:hover {
  box-shadow: 0 8px 32px 0 rgba(38,166,154,0.16), 0 2px 8px 0 rgba(32,65,91,0.15);
  transform: translateY(-4px) scale(1.018);
  border-color: #26A69A;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 26px 16px 26px;
  border-radius: 12px;
  background: #F3F8FB;
  color: #1d252a;
  box-shadow: 0 2px 12px rgba(32,65,91,0.10);
  border-left: 4px solid #26A69A;
  margin-bottom: 20px;
  min-width: 260px;
  flex: 1 1 275px;
  font-size: 1.1em;
}
.testimonial-card p {
  font-style: italic;
  color: #20415B;
  margin-bottom: 8px;
}
.testimonial-card span {
  font-size: 0.98em;
  color: #4F585F;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO SECTIONS ============================= */
.hero, .about-hero, .services-hero, .pricing-hero, .references-hero, .blog-intro, .contact-hero, .cta-banner {
  background: linear-gradient(115deg, #181F24 60%, #20415B 100%);
  border-radius: 0 0 32px 32px;
  box-shadow: 0 6px 38px 0 rgba(38,166,154,0.14);
  display: flex;
  align-items: center;
  min-height: 320px;
  padding: 56px 0 44px 0;
  margin-bottom: 60px;
}
.hero h1, .about-hero h1, .services-hero h1, .pricing-hero h1, .references-hero h1, .blog-intro h1, .contact-hero h1 {
  color: #F3F8FB;
  font-size: 2.6rem;
  margin-bottom: 16px;
}
.hero p, .about-hero p, .services-hero p, .pricing-hero p, .references-hero p, .blog-intro p, .contact-hero p {
  color: #C1DAE2;
  max-width: 620px;
}
.cta-banner {
  background: linear-gradient(108deg, #26A69A 60%, #20415B 120%);
  box-shadow: 0 6px 38px 0 rgba(32,65,91,0.14);
  margin-top: 32px;
  margin-bottom: 0;
}
.cta-banner h2 {
  color: #181F24;
}
.cta-banner p {
  color: #232B33;
}

/* BUTTONS ============================= */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 2.0em;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.07em;
  border-radius: 7px;
  border: 0;
  background: #222e36;
  color: #F3F8FB;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 2.5px 9px 0 rgba(38,166,154,0.13);
  transition: background .17s, color .17s, box-shadow .19s, transform .12s;
  margin: 0 8px 12px 0;
  min-width: 160px;
  position: relative;
  outline: none;
}
.button.primary {
  background: #26A69A;
  color: #181F24;
  box-shadow: 0 6px 24px 0 rgba(32,65,91,0.11), 0 2px 5px 0 rgba(38,166,154,0.09);
  border-bottom: 3px solid #20415B;
}
.button.primary:hover, .button.primary:focus {
  background: #20415B;
  color: #F3F8FB;
  box-shadow: 0 12px 40px 0 rgba(38,166,154,0.18);
}
.button.secondary {
  background: #181F24;
  border: 2px solid #26A69A;
  color: #26A69A;
}
.button.secondary:hover, .button.secondary:focus {
  background: #161B20;
  color: #F3F8FB;
  border-color: #20415B;
}
.button:active {
  transform: scale(0.97);
}

/* HEADER & NAVIGATION ============================= */
header {
  background: #181F24;
  border-bottom: 1.5px solid #222e36;
  box-shadow: 0 2px 12px 0 rgba(32,65,91,0.07);
  position: relative;
  z-index: 201;
}
header .container {
  display: flex;
  align-items: center;
  min-height: 62px;
}
nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1em;
  color: #C1DAE2;
  margin-right: 6px;
  padding: 8px 10px;
  border-radius: 4px;
  transition: background .13s, color .14s;
}
nav a.button {
  margin-left: auto;
  margin-right: 0;
  min-width: 155px;
}
nav a:hover:not(.button), nav a:focus:not(.button) {
  background: #26A69A;
  color: #181F24;
}
nav img {
  max-height: 38px;
  margin-right: 16px;
  filter: brightness(1.1) contrast(1.2) drop-shadow(0 0 1px #181F24);
}

/* MOBILE NAVIGATION ============================= */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  right: 22px;
  top: 18px;
  z-index: 502;
  width: 46px;
  height: 46px;
  font-size: 2.1rem;
  background: #222e36;
  color: #26A69A;
  border: 2px solid #26A69A;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(32,65,91,0.10);
  justify-content: center;
  align-items: center;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:active {
  background: #26A69A;
  color: #181F24;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #181F24;
  z-index: 501;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  box-shadow: 6px 0 22px 0 rgba(32,65,91,0.24);
  padding: 20px 24px 0 18px;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-close {
  align-self: flex-end;
  margin-bottom: 20px;
  background: transparent;
  color: #26A69A;
  border: none;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 8px;
  z-index: 510;
  transition: color 0.17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F3F8FB;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.25em;
  padding: 14px 0 14px 10px;
  color: #F3F8FB;
  border-radius: 5px;
  transition: background .12s, color .14s;
  font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #26A69A;
  color: #181F24;
}
@media (max-width: 1050px) {
  nav a:not(.button) {font-size: .98em;}
}
@media (max-width: 900px) {
  header .container {
    padding: 0 10px;
  }
}
@media (max-width: 820px) {
  nav {
    gap: 9px;
  }
  nav a {
    font-size: 0.97em;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .container {
    padding: 0 6px;
  }
}

/* CARDS & LISTS ============================= */
.service-list, .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 28px;
}
.service {
  background: #232B33;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(32,65,91,0.10);
  border: 1px solid #304354;
  padding: 24px 22px 20px 22px;
  flex: 1 1 280px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow .19s, border .15s;
}
.service:hover {
  box-shadow: 0 7px 32px 0 rgba(38,166,154,0.13);
  border-color: #26A69A;
}
.price {
  color: #26A69A;
  font-weight: 600;
  margin-top: 6px;
  font-size: 1.07em;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-teaser {
  flex: 1 1 300px;
  background: #212B31;
  border-radius: 12px;
  border: 1px solid #304354;
  box-shadow: 0 2px 12px rgba(32,65,91,0.08);
  padding: 18px 18px 14px 18px;
  margin-bottom: 20px;
  transition: box-shadow .15s, border .14s;
}
.blog-teaser:hover {
  box-shadow: 0 8px 22px 0 rgba(38,166,154,0.12);
  border-color: #26A69A;
}
.blog-tags {
  display: inline-block;
  font-size: 0.98em;
  color: #26A69A;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
}

.blog-categories {
  margin-top: 36px;
}
.blog-categories h4 {
  color: #26A69A;
  font-size: 1.15em;
  margin-bottom: 10px;
}
.blog-categories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  list-style-type: disc;
  color: #F3F8FB;
}
.blog-categories li {
  background: #232B33;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #304354;
  font-size: 1em;
}

/* TABLES ============================= */
.pricing-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
  background: #232B33;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(38,166,154,0.09);
}
.pricing-grid th, .pricing-grid td {
  padding: 19px 14px;
  text-align: left;
  border-bottom: 1px solid #222e36;
}
.pricing-grid th {
  background: #232942;
  color: #26A69A;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.1em;
}
.pricing-grid tr:last-child td {
  border-bottom: none;
}
.pricing-grid td {
  color: #F3F8FB;
}

/* FOOTER ============================= */
footer {
  background: #181F24;
  border-top: 1.5px solid #222e36;
  padding: 32px 0 20px 0;
  box-shadow: 0 -2px 12px 0 rgba(32,65,91,0.09);
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer nav {
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
footer nav a {
  color: #26A69A;
  padding: 3px 0;
  font-size: 1em;
}
.footer-meta {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: #62707B;
  font-size: 0.97em;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

/* UTILS ============================= */
.text-section {
  background: #232B33;
  border-radius: 12px;
  padding: 22px 22px 16px 22px;
  margin-top: 12px;
  margin-bottom: 16px;
  border: 1px solid #304354;
  box-shadow: 0 2px 4px rgba(32,65,91,0.06);
}

/* COOKIE CONSENT ============================= */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #232B33;
  color: #F3F8FB;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 32px;
  border-top: 3.5px solid #26A69A;
  box-shadow: 0 -6px 26px rgba(32,65,91,0.24);
  gap: 24px;
  font-size: 1em;
  animation: cookie-slide-in 0.7s cubic-bezier(.63,0,.19,0.98);
}
@keyframes cookie-slide-in {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-text {
  max-width: 760px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cookie-banner button {
  min-width: 135px;
  border-radius: 7px;
  border: none;
  padding: 8px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(32,65,91,0.10);
  transition: background 0.15s, color 0.14s, box-shadow 0.13s;
}
.cookie-banner .accept {
  background: #26A69A;
  color: #181F24;
  font-weight: 600;
  border-bottom: 2px solid #20415B;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #20415B;
  color: #F3F8FB;
}
.cookie-banner .reject {
  background: #181F24;
  color: #F3F8FB;
  border: 2px solid #26A69A;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #232B33;
}
.cookie-banner .settings {
  background: transparent;
  color: #26A69A;
  border: none;
  font-weight: 500;
  text-decoration: underline;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  color: #F3F8FB;
}

/* COOKIE SETTINGS MODAL =================== */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(24,31,36,0.82);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-fade-in .26s;
}
@keyframes modal-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #232B33;
  color: #F3F8FB;
  padding: 40px 34px 34px 34px;
  border-radius: 16px;
  min-width: 320px;
  box-shadow: 0 12px 40px 0 rgba(32,65,91,0.19);
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 99vw;
}
.cookie-modal h2 {
  color: #26A69A;
  font-size: 1.25em;
  margin-bottom: 7px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 7px;
}
.cookie-modal .cookie-toggle {
  width: 44px;
  height: 24px;
  border-radius: 12px;
  background: #181F24;
  position: relative;
  cursor: pointer;
  border: 1.5px solid #20415B;
  transition: background .13s;
}
.cookie-modal .cookie-toggle input {
  display: none;
}
.cookie-modal .cookie-toggle .slider {
  position: absolute;
  left: 2px; top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #26A69A;
  transition: left .18s cubic-bezier(.66,0,.36,1);
}
.cookie-modal .cookie-toggle input:not(:checked) + .slider {
  left: 2px;
  background: #616e78;
}
.cookie-modal .cookie-toggle input:checked + .slider {
  left: 22px;
  background: #26A69A;
}
.cookie-modal .essential {
  color: #8BD3D1;
  font-size: 0.99em;
  opacity: 0.85;
}
.cookie-modal .close {
  align-self: flex-end;
  background: none;
  color: #26A69A;
  border: none;
  font-size: 1.6em;
  margin-top: -28px;
  margin-right: -10px;
  cursor: pointer;
  transition: color .12s;
}
.cookie-modal .close:hover {
  color: #F3F8FB;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal .modal-actions button {
  min-width: 125px;
  border-radius: 6px;
  border: none;
  padding: 8px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  cursor: pointer;
  transition: background .13s;
}
.cookie-modal .accept {
  background: #26A69A;
  color: #181F24;
  font-weight: 600;
}
.cookie-modal .accept:hover {
  background: #20415B;
  color: #F3F8FB;
}
.cookie-modal .cancel {
  background: #181F24;
  color: #F3F8FB;
}
.cookie-modal .cancel:hover {
  background: #222e36;
}

/* RESPONSIVE RULES ============================= */
@media (max-width: 1020px) {
  .feature, .service, .blog-teaser, .case-study, .testimonial-card {
    min-width: 190px;
    padding: 16px 10px;
  }
  .section {
    padding: 28px 8px;
  }
}
@media (max-width: 900px) {
  .cta-banner, .hero, .about-hero, .services-hero, .pricing-hero, .references-hero, .blog-intro, .contact-hero {
    padding: 40px 0 26px 0;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 98vw;
    padding: 0 2vw;
  }
  .feature-grid, .service-list, .service-grid, .blog-list, .testimonial-cards, .case-studies {
    flex-direction: column !important;
    gap: 20px;
    align-items: stretch;
  }
  .feature, .service, .blog-teaser, .case-study, .testimonial-card {
    min-width: unset;
    width: 100%;
    margin-bottom: 17px;
  }
  .section {
    padding: 18px 3vw;
    margin-bottom: 38px;
    border-radius: 10px;
  }
  .content-grid, .text-image-section {
    flex-direction: column !important;
    gap: 18px;
  }
  .cta-banner, .hero, .about-hero, .services-hero, .pricing-hero, .references-hero, .blog-intro, .contact-hero {
    min-height: 200px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 28px;
    align-items: flex-start;
    padding: 23px 0 13px 0;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.25rem; }
}
@media (max-width: 540px) {
  .hero h1, .about-hero h1, .services-hero h1, .pricing-hero h1, .references-hero h1, .blog-intro h1, .contact-hero h1 {
    font-size: 1.28rem;
  }
  .cta-banner h2 {
    font-size: 1.15rem;
  }
}
@media (max-width: 450px) {
  .cookie-banner {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 10px 6px;
  }
  .cookie-banner .cookie-actions {
    flex-direction: column;
    gap: 7px;
  }
  .cookie-modal {
    padding: 20px 7vw 18px 7vw;
    min-width: unset;
  }
}

/* INDUSTRIAL MODERN VISUALS =============== */
.section, .feature, .service, .blog-teaser, .case-study, .testimonial-card, .text-section {
  /* Metallic accent edge left */
  border-left: 4px solid #ADB9C4;
  border-top-left-radius: 12px;
}
.testimonial-card {
  /* Stronger accent for testimonials */
  border-left: 4px solid #26A69A;
  border-top-left-radius: 10px;
  background: #F3F8FB;
  color: #19323F;
}

/* ICON STYLING ============================= */
.feature img, .service img, .case-study img {
  height: 42px;
  width: 42px;
  margin-bottom: 14px;
  filter: grayscale(0.8) brightness(1.25) contrast(1.11) drop-shadow(1px 2px 2.5px #3e5363);
}

/* MISC ============================= */
::-webkit-scrollbar {
  width: 10px;
  background: #181F24;
}
::-webkit-scrollbar-thumb {
  background: #232B33;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #26A69A;
}

/* Accessible focus ==================== */
a:focus, button:focus, .button:focus {
  outline: 2px solid #26A69A;
  outline-offset: 2px;
  z-index: 1;
}

/* MODALS and OVERLAYS ======================= */
.modal-open {
  overflow: hidden;
}

/* SELECTION ============================ */
::selection {
  background: #26A69A;
  color: #181F24;
}

/* INDUSTRIAL FONT FAMILIES ================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;500;400&family=Roboto:wght@400;500&display=swap');

body, html {
  font-family: 'Roboto', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  letter-spacing: .01em;
}

/* Microinteractions =================== */
.button, .feature, .service, .testimonial-card, .blog-teaser, .case-study, .mobile-menu, .cookie-banner, .cookie-modal {
  transition: box-shadow .18s cubic-bezier(.66,0,.33,1), background .17s, color .16s, border .15s, transform .13s;
}

/* PREVENT ABSOLUTE/POSITIONED OVERLAPS */
.card, .feature, .service, .testimonial-card {
  position: relative;
}

/* ENSURE NO ELEMENT OVERLAPS (Spacing) */
.section > *, .content-wrapper > * {
  margin-bottom: 20px;
}
.section > *:last-child,
.content-wrapper > *:last-child {
  margin-bottom: 0;
}

/* Hide mobile menu when not open */
.mobile-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* Utility for visually hidden/invisible text (for a11y) */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
