/* ============================================
   Güveniş Depo — live template tokens (HTML Codex)
   Fonts: Inter (body/nav) + Roboto (headings)
   Colors from layouts/front/css/style.css
   ============================================ */
:root {
  --primary: #feed00;
  --secondary: #51cfed;
  --light: #f8f2f0;
  --dark: #060315;
  --body: #555555;
  --white: #ffffff;
  --line: #eeeeee;
  --on-primary: #060315; /* sarı zemin üzerinde okunaklı metin */
  --shadow-soft: 0 0 45px rgba(0, 0, 0, 0.07);
  --container: 1140px;
  --gutter: 12px;
  /* 100vw kullanma — mobilde taşma/sağ boşluk yapıyor; desktop’ta media ile set */
  --edge: var(--gutter);
  --font-body: "Inter", sans-serif;
  --font-heading: "Roboto", sans-serif;
}

@media (min-width: 1200px) {
  :root {
    --edge: max(var(--gutter), calc((100vw - var(--container)) / 2 + 0.75rem));
  }
}

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

html {
  scroll-behavior: smooth;
  /* clip bazı iOS sürümlerinde garip; sadece hidden */
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}

.logo .custom-logo-link,
.logo .custom-logo {
  display: block;
  max-height: 35px;
  width: auto;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.mark,
mark {
  background: transparent;
  color: var(--primary);
  font-weight: 700;
}

/* ---- 00 Topbar : 54px ---- */
.topbar {
  background: var(--primary);
  min-height: 54px;
  display: flex;
  align-items: center;
}

.topbar-inner {
  width: 100%;
  max-width: none;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--on-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
}

.topbar-phone i,
.topbar-phone svg {
  width: 16px;
  height: 16px;
}

.topbar-social {
  display: flex;
  gap: 0;
}

.topbar-social a {
  width: auto;
  height: auto;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--on-primary);
  border: 1px solid transparent;
}

.topbar-social a:hover {
  background: var(--light);
  border-color: var(--light);
}

.topbar-social svg {
  width: 14px;
  height: 14px;
}

/* ---- 01 Header / Navbar : 80px, border-top 5px ---- */
.header-wrap {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.9);
  border-top: 5px solid var(--primary);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
  padding-inline: 0;
  max-width: none;
  width: 100%;
  padding-left: 1.5rem;
}

@media (min-width: 992px) {
  .header-inner {
    padding-left: 3rem;
  }
}

.logo {
  display: flex;
  align-items: center;
  height: 75px;
}

.logo img {
  height: 35px;
  width: auto;
  max-height: 70px;
}

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 0;
}

.nav-link,
.nav-drop > summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  list-style: none;
}

.nav-drop > summary::-webkit-details-marker {
  display: none;
}

.nav-drop > summary::after {
  content: "";
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.85;
}

.nav-link:hover,
.nav-link.is-active,
.nav-drop > summary:hover {
  color: var(--primary);
  text-shadow:
    rgb(154, 154, 154) 1px 0 0,
    rgb(154, 154, 154) 0.54px 0.84px 0,
    rgb(154, 154, 154) -0.42px 0.91px 0,
    rgb(154, 154, 154) -0.99px 0.14px 0;
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 14rem;
  background: var(--white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  display: none;
  z-index: 1000;
}

.nav-drop {
  position: relative;
}

.nav-drop:hover > .nav-menu,
.nav-drop[open] > .nav-menu {
  display: block;
}

.nav-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-weight: 400;
  color: var(--body);
  text-transform: none;
}

.nav-menu a:hover {
  background: var(--light);
  color: var(--dark);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1050;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dark);
  transition: 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
  position: fixed;
  top: var(--nav-backdrop-top, 0);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 3, 21, 0.45);
  /* Header (1020) / menü altında kalsın — stacking context yüzünden menüyü örtmesin */
  z-index: 1010;
}

.nav-backdrop.is-visible {
  display: block;
}

body.nav-open .site-header {
  z-index: 1040;
}

/* yellow ribbon — live sticky note */
.price-ribbon {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1030;
  background: var(--primary);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
}

/* ---- 02 Page hero : ~325px (py-5) ---- */
.page-hero {
  position: relative;
  min-height: 325px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  margin-bottom: 0.1rem;
  padding: 48px 12px;
}

.page-hero--compact {
  min-height: 229px;
  padding: 0 12px;
}

.page-hero__media {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 3, 21, 0.5);
}

.page-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
  max-width: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--light);
}

.breadcrumb a {
  color: var(--white);
}

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

.breadcrumb .sep {
  color: var(--light);
  opacity: 0.8;
}

/* ---- Content helpers matching Bootstrap py-5 ---- */
.section-py-5 {
  padding-block: 48px;
}

.section-mt-footer {
  margin-top: 96px;
}

.eyebrow {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 48px;
}

.section-title--tight {
  margin-bottom: 24px;
}

.lead-text {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--body);
  margin-bottom: 16px;
}

/* ---- Footer : ~576px ---- */
.site-footer {
  background:
    linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)),
    url("../images/map.png") center center / cover no-repeat,
    var(--dark);
  color: var(--light);
  padding-top: 48px;
  margin-top: 96px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 24px;
}

.footer-col h3,
.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-list {
  display: grid;
  gap: 5px;
}

.footer-list a,
.footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer-list a:hover {
  letter-spacing: 1px;
  color: var(--primary);
}

.footer-list svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--secondary);
}

.footer-social {
  display: flex;
  gap: 5px;
  margin-top: 16px;
}

.footer-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
}

.footer-social a:hover {
  color: var(--primary);
}

.footer-social svg {
  width: 14px;
  height: 14px;
}

.newsletter p {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--light);
}

.footer-newsletter {
  display: flex;
  align-items: center;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  flex-shrink: 0;
}

.footer-newsletter > p {
  margin: 0;
  font-size: 15px;
  color: var(--light);
  flex: 1 1 220px;
  min-width: 0;
}

.footer-newsletter__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
}

.footer-newsletter__wa {
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
}

.footer-newsletter__wa:hover {
  color: var(--primary);
}

.newsletter-form {
  display: flex;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  outline: none;
  min-width: 0;
}

.newsletter-form button {
  border: none;
  background: var(--primary);
  color: var(--on-primary);
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  font-size: 15px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--light);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.footer-legal a:hover {
  color: var(--primary);
}

.footer-tagline {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

/* ---- Float actions ---- */
.float-actions {
  position: fixed;
  left: 12px;
  bottom: 90px;
  z-index: 99;
  display: grid;
  gap: 8px;
}

.float-btn {
  width: 71px;
  height: 71px;
  background: rgba(245, 245, 245, 0.95);
  display: grid;
  place-items: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--body);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.float-btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.back-top {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  width: 48px;
  height: 48px;
  border: none;
  background: var(--primary);
  color: var(--on-primary);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.back-top svg {
  width: 18px;
  height: 18px;
}

.mobile-price-bar {
  display: none;
}

/* ---- Feature chips (about) ---- */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
}

.feature-item__icon {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--dark);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.feature-item__icon svg {
  width: 24px;
  height: 24px;
}


/* ---- Shared bleed about / feature (live container.about / .feature) ---- */
.bleed-section {
  padding: 48px 0;
  overflow: hidden;
}

.bleed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  max-width: 100%;
}

.bleed-media {
  position: relative;
  min-height: 300px;
  padding-right: 24px;
}

.bleed-media--right {
  padding-right: 0;
  padding-left: 24px;
}

.bleed-media__inner {
  position: relative;
  height: 100%;
  min-height: 300px;
}

.bleed-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bleed-copy {
  padding-left: 24px;
  padding-right: var(--edge);
}

.bleed-copy--left {
  padding-left: var(--edge);
  padding-right: 24px;
}

.bleed-copy .eyebrow {
  margin-bottom: 16px;
}

.bleed-copy .section-title,
.bleed-copy h1 {
  font-size: 40px;
  margin-bottom: 48px;
}

.bleed-copy h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 48px;
}

.bleed-copy > p,
.bleed-copy .lead-text {
  margin-bottom: 24px;
}

.bleed-copy a {
  color: var(--primary);
  font-weight: 600;
}

.bleed-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.bleed-feats .ico {
  display: inline-flex;
  color: var(--primary);
  margin-bottom: 16px;
}

.bleed-feats .ico svg {
  width: 48px;
  height: 48px;
}

.bleed-feats h5 {
  font-size: 20px;
  margin: 0;
}

/* ---- Shared service cards (index-quality) ---- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

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

.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  background: var(--white);
}

.service-item__media {
  overflow: hidden;
  margin-bottom: 24px;
}

.service-item__media img {
  /* guvenisdepo.com: Bootstrap img-fluid */
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}

.service-item:hover .service-item__media img {
  transform: scale(1.1);
}

.service-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--dark);
}

.service-item > p {
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--body);
  flex: 1 1 auto;
}

.btn-slide {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  height: 40px;
  margin-top: auto;
  align-self: flex-start;
  text-decoration: none;
  line-height: 0;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.btn-slide .arrow {
  position: relative;
  z-index: 2;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--on-primary);
  background: var(--primary);
  transition: background 0.5s, color 0.5s;
}

.btn-slide .arrow svg {
  width: 14px;
  height: 14px;
}

.btn-slide .label {
  display: inline-flex;
  align-items: center;
  height: 40px;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: var(--on-primary);
  background: var(--primary);
  transition: max-width 0.5s, padding 0.5s, background 0.5s, color 0.5s;
}

.service-item:hover .btn-slide .label {
  max-width: 5.5rem;
  padding-right: 18px;
}

.btn-slide:hover .arrow,
.btn-slide:hover .label {
  background: var(--secondary);
  color: var(--dark);
}

.btn-cut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--primary);
  color: var(--on-primary);
  font-weight: 600;
  padding: 12px 28px;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.btn-cut:hover {
  background: var(--secondary);
  color: var(--dark);
}

.btn-hero {
  display: inline-block;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  border: none;
  cursor: pointer;
}

.btn-hero--primary {
  background: var(--primary);
  color: var(--on-primary);
}

.btn-hero--secondary {
  background: var(--secondary);
  color: var(--dark);
}

.page-hero--iletisim {
  min-height: 402px;
}

.page-hero--fiyat {
  margin-bottom: 6rem;
}

@media (max-width: 991.98px) {
  .bleed-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bleed-media,
  .bleed-media--right {
    padding: 0;
    min-height: 260px;
  }

  .bleed-copy,
  .bleed-copy--left {
    padding: 0 var(--gutter);
  }

  .card-grid,
  .card-grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .card-grid,
  .card-grid--4 {
    grid-template-columns: 1fr;
  }

  .bleed-feats {
    grid-template-columns: 1fr;
  }
}


/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 134px 0 0 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 12px;
    border-top: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    max-height: none;
    overflow: auto;
    z-index: 1040;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-link,
  .nav-drop > summary {
    margin-right: 0;
    padding: 14px 1.25rem;
    border-bottom: 1px solid var(--line);
    width: 100%;
    justify-content: space-between;
  }

  .nav-menu a {
    padding: 12px 1.25rem 12px 2rem;
  }

  .nav-drop:hover > .nav-menu {
    display: none;
  }

  .nav-menu {
    position: static;
    box-shadow: none;
    background: var(--light);
  }

  .nav-drop[open] > .nav-menu {
    display: block;
  }

  .price-ribbon {
    display: none;
  }

  .mobile-price-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    background: var(--primary);
    color: var(--dark);
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
  }

  body {
    padding-bottom: calc(44px + env(safe-area-inset-bottom, 0px));
  }

  /* Gerçek telefonda DevTools’ta görünmeyen yatay taşmayı kilitle */
  .topbar,
  .header-wrap,
  .site-header,
  .hero-carousel,
  .hero-carousel__track,
  .hero-slide,
  .fact-section,
  .home-about,
  .feature-text-section,
  .home-services,
  .home-pricing,
  .pricing-section,
  .related-section,
  .bleed-section,
  .contact-section,
  .site-footer,
  .footer-newsletter,
  .footer-bottom {
    max-width: 100%;
    overflow-x: hidden;
  }

  .pricing-grid,
  .home-pricing .pricing-grid,
  .card-grid,
  .home-cards {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero-slide__img,
  .bleed-media img,
  .home-about__media img,
  iframe {
    max-width: 100%;
  }

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

  .page-hero h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .float-actions {
    bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
  }

  .back-top {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  }
}

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

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-newsletter__actions {
    margin-left: 0;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 220px;
    padding: 32px 12px;
  }

  .site-footer {
    margin-top: 48px;
  }
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .float-actions,
body.nav-open .back-top,
body.nav-open .mobile-price-bar {
  visibility: hidden;
  pointer-events: none;
}
