/* Poolsy home storefront redesign */
.brand-bar-inner {
  height: 68px;
}

.brand-bar button {
  gap: 8px;
  flex: 1 1 0;
  padding: 0 13px;
}

.all-watch-brands {
  min-width: 78px;
  flex: 0 0 78px !important;
}

.all-watch-brands span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-watch-art {
  display: block;
  width: 37px;
  height: 48px;
  flex: 0 0 37px;
  object-fit: contain;
  transition: transform .22s ease;
}

.brand-watch-logo {
  width: 100%;
  max-width: 158px;
  height: 64px;
  flex-basis: auto;
  object-fit: contain;
}

.polar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.polar-brand .brand-watch-art {
  width: 42px;
  height: 52px;
  flex-basis: 42px;
}

.brand-bar button:hover .brand-watch-art,
.brand-bar button.active .brand-watch-art {
  transform: scale(1.1);
}

.hero-product-stage {
  position: absolute;
  z-index: 2;
  inset: 14%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.hero-visual .hero-product-image {
  position: relative;
  width: 82%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.03);
  transition: opacity .35s ease, transform .45s ease;
}

.hero-visual .hero-product-image.changing {
  opacity: 0;
  transform: translateX(18%) scale(.9);
}

.hero-product-card {
  z-index: 4;
  min-width: 180px;
  transition: opacity .25s ease, transform .3s ease;
}

.hero-product-card.changing {
  opacity: 0;
  transform: translateY(12px);
}

.hero-product-dots {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 26px;
  display: flex;
  gap: 6px;
  transform: translateX(50%);
}

.hero-product-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(6, 21, 12, .3);
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

.hero-product-dots button.active {
  width: 22px;
  border-radius: 10px;
  background: #06150c;
}

.compatibility-finder {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 255, 60, .12), transparent 24%),
    linear-gradient(135deg, #001b0e, #06341d);
}

.compatibility-finder:after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 70px solid rgba(183, 255, 60, .08);
  border-radius: 50%;
}

.finder-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.finder-intro .eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(183, 255, 60, .25);
  border-radius: 100px;
  background: rgba(183, 255, 60, .08);
}

.finder-intro h2 {
  max-width: 460px;
  font-size: clamp(48px, 5vw, 72px);
}

.finder-intro p {
  max-width: 410px;
  font-size: 14px;
}

.finder-progress {
  gap: 8px;
  margin-top: 30px;
}

.finder-progress i {
  width: 48px;
  height: 5px;
  border-radius: 10px;
  background: rgba(255,255,255,.15);
}

.finder-panel {
  min-height: 390px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}

.finder-step > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 100px;
  background: #eaf7ee;
  color: #08783a;
}

.finder-step h3,
.finder-result h3 {
  margin: 15px 0 25px;
  font-size: 30px;
}

.finder-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 250px;
  padding-right: 5px;
}

.finder-options button {
  position: relative;
  min-height: 72px;
  padding: 15px 42px 15px 16px;
  border: 1px solid #d7e7dc;
  border-radius: 12px;
  background: #f6faf7;
  color: #06150c;
  font-size: 12px;
}

.finder-options button:after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #159b4d;
  font-size: 16px;
  transform: translateY(-50%);
}

.finder-options button small {
  color: #75857b;
}

.finder-options button:hover {
  border-color: #159b4d;
  background: #eaf7ee;
  color: #08783a;
}

.finder-back {
  right: 38px;
  top: 38px;
  padding: 7px 10px;
  border-radius: 100px;
  background: #eef5f0;
}

.finder-result p {
  border-radius: 10px;
  background: #eef7f1;
}

.finder-show-products {
  border-radius: 8px;
  background: #08783a;
}

.finder-show-products:hover {
  background: #159b4d;
}

@media (max-width: 800px) {
  .compatibility-finder {
    padding: 55px 0;
  }

  .finder-grid {
    gap: 25px;
  }

  .finder-panel {
    min-height: 340px;
    padding: 25px;
    border-radius: 18px;
  }
}

#produtos {
  scroll-margin-top: 125px;
}

.products-section {
  position: relative;
  background:
    radial-gradient(circle at 90% 5%, rgba(183, 255, 60, .18), transparent 22%),
    #fff;
  padding: 105px 0 120px;
}

.products-section .products-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.products-section .products-heading h2 {
  font-size: clamp(48px, 6vw, 76px);
  line-height: .95;
}

.products-section .products-heading .eyebrow {
  color: var(--orange);
}

.products-section .filters {
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--paper);
}

.products-section .filter {
  min-width: 75px;
  border: 0;
  padding: 11px 17px;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(6, 21, 12, .04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(21, 155, 77, .45);
  box-shadow: 0 22px 45px rgba(6, 21, 12, .12);
}

.product-image {
  height: 285px;
  margin: 8px;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(145deg, #f5faf7, #eaf3ed);
}

.product-image:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(6, 21, 12, .5));
  opacity: 0;
  transition: .3s;
}

.product-image img {
  width: 94%;
  height: 94%;
  mix-blend-mode: multiply;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

.product-card:hover .product-image:after,
.product-card:hover .card-view {
  opacity: 1;
}

.badge {
  left: 12px;
  top: 12px;
  padding: 7px 10px;
  background: #08783a;
  box-shadow: 0 5px 14px rgba(8, 120, 58, .22);
}

.card-view {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: 0;
  transition: .3s;
}

.product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px 17px 17px;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-category,
.card-watch {
  color: var(--orange);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.card-watch {
  max-width: 55%;
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-info h3 {
  min-height: 42px;
  margin: 10px 0 16px;
  color: var(--ink);
  font: 700 15px/1.4 "Manrope";
}

.card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.price {
  display: block;
  color: var(--ink);
  font: 800 18px "Manrope";
}

.old-price {
  display: block;
  margin: 2px 0 0;
  font-size: 9px;
}

.colors {
  margin: 0 0 4px;
}

.colors i {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.quick-add {
  position: static;
  display: flex;
  width: 100%;
  height: 44px;
  margin-top: 17px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  transform: none;
  transition: .25s;
}

.product-card-link,
.product-name-link {
  color: inherit;
  text-decoration: none;
}

.product-card-link {
  display: block;
}

.product-name-link {
  display: inline;
}

.card-add-form {
  width: 100%;
  margin: 0;
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 8px;
  width: 100%;
  margin-top: 17px;
}

.card-buy-now,
.card-actions .quick-add {
  display: flex;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.card-buy-now {
  background: #fff;
  color: var(--ink);
}

.card-buy-now:hover {
  background: var(--ink);
  color: #fff;
}

.card-add-form .quick-add {
  width: 100%;
  cursor: pointer;
}

.all-products-action {
  display: flex;
  justify-content: center;
  padding-top: 42px;
}

.all-products-button {
  display: inline-flex;
  min-width: 270px;
  height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}

.all-products-button:hover {
  background: var(--ink);
  color: #fff;
}

.card-unavailable {
  width: 100%;
  cursor: not-allowed;
  opacity: .55;
}

.product-card:hover .quick-add {
  background: var(--orange);
}

@media (max-width: 1000px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .products-section {
    padding: 75px 0;
  }

  .products-section .products-heading {
    display: block;
  }

  .products-section .filters {
    margin-top: 25px;
    overflow-x: auto;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .card-buy-now,
  .card-actions .quick-add {
    height: 40px;
    font-size: 9px;
  }

  .product-image {
    height: 210px;
  }
}

@media (max-width: 460px) {
  .brand-bar-inner {
    width: 100%;
    height: 46px;
  }

  .brand-bar button {
    min-width: 76px;
    gap: 4px;
    padding: 0 7px;
  }

  .all-watch-brands {
    min-width: 64px;
    flex-basis: 64px !important;
  }

  .all-watch-brands span {
    font-size: 8px;
  }

  .brand-watch-logo {
    width: 76px;
    height: 42px;
  }

  .polar-brand {
    gap: 3px;
    font-size: 9px;
  }

  .polar-brand .brand-watch-art {
    width: 25px;
    height: 32px;
    flex-basis: 25px;
  }

  .all-brands {
    min-width: 100px !important;
    font-size: 8px !important;
  }

  .products-section {
    padding: 55px 0;
  }

  .products-section .container {
    width: min(100% - 20px, 1180px);
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    border-radius: 12px;
  }

  .product-image {
    height: 175px;
    margin: 5px;
    border-radius: 9px;
  }

  .product-image img {
    width: 96%;
    height: 96%;
  }

  .badge {
    left: 7px;
    top: 7px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .card-view,
  .card-watch,
  .colors,
  .old-price {
    display: none;
  }

  .product-info {
    padding: 8px 9px 10px;
  }

  .product-category {
    font-size: 7px;
  }

  .product-info h3 {
    display: -webkit-box;
    min-height: 36px;
    margin: 7px 0 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .card-bottom {
    display: block;
  }

  .price {
    font-size: 16px;
  }

  .quick-add {
    height: 36px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 9px;
    border-radius: 7px;
  }

  .quick-add span {
    display: none;
  }
}

.products-help {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid #cbd9d0;
  background: #f2f8f4;
  color: #001b0e;
}

.products-help strong {
  font-size: 18px;
}

.products-help span {
  color: #617269;
}

.newsletter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #159b4d 0%, #08783a 100%);
}

.newsletter:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -100px;
  top: -190px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025);
}

.newsletter-inner {
  position: relative;
  z-index: 1;
}

.newsletter form {
  padding: 7px 7px 7px 20px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 100px;
  background: rgba(0, 27, 14, .18);
}

.newsletter button {
  padding: 13px 18px;
  border-radius: 100px;
  background: #fff;
  color: #08783a;
}

.footer-brand p {
  max-width: 310px;
  line-height: 1.7;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.footer-badges span {
  padding: 7px 9px;
  border: 1px solid #294236;
  border-radius: 100px;
  color: #b8c8c0;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.footer-link {
  width: max-content;
  border: 0;
  background: transparent;
  color: #a6a7a2;
  font-size: 12px;
  text-align: left;
}

.footer-link:hover {
  color: #fff;
}

.measure-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 31;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.measure-guide-modal:target,
.measure-guide-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.measure-guide-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 9, .78);
  backdrop-filter: blur(5px);
}

.measure-guide-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.measure-guide-modal img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 64px);
  border-radius: 11px;
  object-fit: contain;
}

.measure-guide-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #001b0e;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 5px 18px rgba(0,0,0,.2);
  text-decoration: none;
}

.account-modal {
  width: min(780px, calc(100% - 30px));
  padding: 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
  border-radius: 20px;
}

.account-modal-close {
  right: 15px;
  top: 13px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f1f7f3;
  font-size: 20px;
}

.account-modal-aside {
  position: relative;
  overflow: hidden;
  padding: 52px 36px;
  background: linear-gradient(145deg, #08783a, #159b4d);
  color: #fff;
}

.account-modal-aside:after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 34px solid rgba(183,255,60,.45);
  border-radius: 50%;
}

.account-modal-aside span {
  position: relative;
  z-index: 1;
  color: #b7ff3c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.account-modal-aside h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 35px;
  font: 800 32px/1.02 "Manrope";
  letter-spacing: -.055em;
}

.account-modal-aside ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  list-style: none;
}

.account-modal-aside li {
  font-size: 11px;
}

.account-modal-aside li:before {
  content: "✓";
  margin-right: 9px;
  color: #b7ff3c;
  font-weight: 700;
}

.account-modal-content {
  padding: 50px 42px 42px;
}

.account-modal-content .eyebrow {
  color: #159b4d;
  margin-bottom: 10px;
}

.account-modal-content>p {
  margin: 12px 0 22px;
  color: #607067;
  font-size: 11px;
  line-height: 1.65;
}

.account-modal input {
  height: 46px;
  border-radius: 8px;
  background: #f8fbf9;
}

.account-modal input:focus {
  border-color: #159b4d;
  background: #fff;
}

.account-modal form button {
  border-radius: 8px;
  background: #08783a;
}

.account-modal form button:hover {
  background: #159b4d;
}

.switch-account-modal {
  border-radius: 8px;
}

@media (max-width: 560px) {
  .newsletter form {
    padding: 8px;
    border-radius: 18px;
  }

  .newsletter input {
    padding-inline: 8px;
  }

  .newsletter button {
    width: 100%;
  }

  .account-modal {
    display: block;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
  }

  .account-modal-aside {
    padding: 28px 22px;
  }

  .account-modal-aside h3 {
    margin: 10px 0 15px;
    font-size: 25px;
  }

  .account-modal-aside ul {
    display: none;
  }

  .account-modal-content {
    padding: 28px 22px;
  }
}

/* Compact mobile storefront */
@media (max-width: 560px) {
  .announcement {
    height: 24px;
    font-size: 8px;
  }

  .header-inner {
    height: 56px;
  }

  .logo {
    width: 92px;
    height: 34px;
  }

  .menu-toggle {
    font-size: 20px;
  }

  .cart-button {
    padding: 4px;
  }

  .cart-count {
    width: 27px;
    height: 27px;
  }

  .hero {
    min-height: 0;
    padding: 30px 0 22px;
  }

  .hero-grid {
    display: block;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: .95;
  }

  .hero-copy > p {
    margin: 16px 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .hero .button {
    padding: 12px 16px;
    gap: 22px;
    font-size: 9px;
  }

  .hero-stats {
    justify-content: space-between;
    gap: 8px;
    margin-top: 24px;
  }

  .hero-stats strong {
    font-size: 17px;
  }

  .hero-stats span {
    font-size: 7px;
  }

  .hero-visual {
    height: 225px;
    margin-top: 28px;
    border-radius: 26px;
  }

  .hero-visual img {
    width: 76%;
    height: 76%;
  }

  .hero-orbit,
  .floating-card {
    display: none;
  }

  .hero-product-stage {
    inset: 12%;
  }

  .hero-visual .hero-product-image {
    width: 84%;
    height: 84%;
  }

  .hero-product-card {
    left: 8px;
    bottom: 8px;
    display: flex;
    min-width: 135px;
    max-width: 155px;
    padding: 9px 11px;
    border-radius: 9px;
  }

  .hero-product-card span {
    font-size: 6px;
  }

  .hero-product-card strong {
    margin: 2px 0;
    font-size: 10px;
  }

  .hero-product-card small {
    font-size: 8px;
  }

  .hero-product-dots {
    right: 12px;
    bottom: 14px;
    transform: none;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px 0;
  }

  .benefits-grid > div {
    gap: 7px;
    min-height: 48px;
    padding: 7px;
  }

  .benefit-icon {
    font-size: 14px;
  }

  .benefits strong {
    font-size: 9px;
  }

  .benefits small {
    display: none;
  }

  .compatibility-finder {
    padding: 38px 0;
  }

  .finder-grid {
    gap: 20px;
  }

  .finder-intro h2 {
    font-size: 38px;
  }

  .finder-intro p {
    margin: 12px 0;
    font-size: 11px;
  }

  .finder-panel {
    min-height: 0;
    padding: 18px;
    border-radius: 14px;
  }

  .finder-step h3,
  .finder-result h3 {
    margin: 8px 0 15px;
    font-size: 21px;
  }

  .finder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 200px;
    gap: 7px;
  }

  .finder-options button {
    min-height: 58px;
    padding: 10px 25px 10px 10px;
    border-radius: 8px;
    font-size: 9px;
  }

  .finder-options button:after {
    right: 9px;
    font-size: 12px;
  }

  .finder-options button small {
    font-size: 7px;
  }

  .section {
    padding: 48px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .about h2 {
    font-size: 38px;
  }

  .section-heading p {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.5;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .category-grid {
    gap: 9px;
  }

  .category-card {
    min-width: 165px;
    grid-template-rows: auto 145px auto auto;
    padding: 9px;
  }

  .watch-product {
    height: 135px;
    margin: 7px 0 10px;
    padding: 7px;
  }

  .category-card strong {
    min-height: auto;
    font-size: 13px;
  }

  .category-card small {
    min-height: auto;
    font-size: 8px;
  }

  .split-banner {
    min-height: 0;
  }

  .split-image {
    height: 210px;
  }

  .split-copy {
    padding: 35px 20px;
  }

  .split-copy h2 {
    font-size: 42px;
  }

  .split-copy p {
    margin: 16px 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .about-grid {
    gap: 10px;
  }

  .about p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.6;
  }

  .newsletter {
    padding: 38px 0;
  }

  .newsletter h2 {
    font-size: 38px;
  }

  .newsletter p {
    margin-top: 8px;
    font-size: 11px;
  }

  .newsletter form {
    margin-top: 20px;
  }

  .footer {
    padding: 40px 0 18px;
  }

  .footer-grid {
    gap: 25px 18px;
    padding-bottom: 30px;
  }

  .footer-grid > div {
    gap: 9px;
  }

  .footer-grid p,
  .footer-grid a {
    font-size: 10px;
  }

  .footer-bottom {
    padding-top: 14px;
    font-size: 7px;
  }
}
