:root {
  --blue: #012A62;
  --blue2: #07152a;
  --yellow: #E8C70A;
  --yellow2: #f4cf28;
  --cream: #faf9f5;
  --white: #fff;
  --text: #141821;
  --muted: #667085;
  --line: #e7e8ea;
  --dark: #0e141d;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(1, 42, 98, .12)
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: Manrope, system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 42, 98, .9);
  backdrop-filter: blur(16px);
  transition: .35s
}

.site-header.scrolled {
  box-shadow: 0 10px 35px rgba(0, 0, 0, .12)
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--blue);
  font: 800 20px "Plus Jakarta Sans"
}

.brand-text {
  display: grid;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.05
}

.brand-text strong {
  font-weight: 800
}

.brand-text small {
  font-size: 8px;
  letter-spacing: .22em;
  color: var(--yellow);
  margin-top: 3px
}

.nav-links {
  display: flex;
  gap: 25px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700
}

.nav-links a {
  transition: .2s
}

.nav-links a:hover {
  color: var(--yellow)
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900
}

.nav-cta span {
  margin-left: 7px
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px
}

.hero {
  position: relative;
  min-height: 770px;
  padding: 145px 0 95px;
  background: var(--blue);
  color: #fff;
  overflow: hidden
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(232, 199, 10, .15), transparent 30%), radial-gradient(circle at 5% 100%, rgba(70, 130, 210, .18), transparent 32%)
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .95fr;
  align-items: center;
  gap: 75px
}

.hero-copy {
  max-width: 620px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--blue);
  padding: 7px 11px;
  border-radius: 999px;
  font: 800 10px/1 Manrope;
  letter-spacing: .16em;
  margin-bottom: 20px
}

.hero h1 {
  font: 800 clamp(45px, 5.6vw, 72px)/.98 "Plus Jakarta Sans";
  letter-spacing: -.055em
}

.hero h1 span {
  color: var(--yellow)
}

.hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, .72);
  max-width: 580px;
  margin: 25px 0 28px
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition: transform .25s, box-shadow .25s
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16)
}

.btn-yellow {
  background: var(--yellow);
  color: var(--blue)
}

.btn-light {
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff
}

.btn-blue {
  background: var(--blue);
  color: #fff
}

.btn-outline-blue {
  border: 1px solid #c6cbd2;
  color: var(--blue)
}

.btn-large {
  padding: 17px 25px
}

.hero-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 25px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 700
}

.hero-photo {
  position: relative
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
  border-radius: 34px 34px 8px 34px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24)
}

.hero-photo-tag {
  position: absolute;
  right: -18px;
  top: 28px;
  background: #fff;
  color: var(--blue);
  padding: 15px 18px;
  border-radius: 14px;
  display: grid;
  box-shadow: var(--shadow)
}

.hero-photo-tag strong {
  font-size: 11px
}

.hero-photo-tag span {
  font-size: 9px;
  color: #777;
  letter-spacing: .13em
}

.hero-photo-number {
  position: absolute;
  left: -18px;
  bottom: 0;
  background: var(--yellow);
  color: var(--blue);
  padding: 15px 22px;
  display: flex;
  align-items: end;
  gap: 10px
}

.hero-photo-number strong {
  font: 800 28px/1 "Plus Jakarta Sans"
}

.hero-photo-number span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 2px
}

.ticker {
  background: var(--yellow);
  color: var(--blue);
  overflow: hidden;
  border-top: 1px solid rgba(1, 42, 98, .15);
  border-bottom: 1px solid rgba(1, 42, 98, .15)
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 32s linear infinite
}

.ticker-item {
  width: 240px;
  padding: 15px 25px;
  display: grid;
  gap: 1px;
  flex: none
}

.ticker-item strong {
  font-size: 11px;
  letter-spacing: .06em
}

.ticker-item span {
  font-size: 9px;
  color: rgba(1, 42, 98, .65)
}

.ticker i {
  font-style: normal;
  font-size: 38px;
  font-weight: 200;
  line-height: 1;
  opacity: .45;
  padding-right: 15px
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.section {
  padding: 110px 0
}

.section-heading {
  max-width: 690px;
  margin-bottom: 48px
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-heading h2 {
  font: 800 clamp(37px, 5vw, 56px)/1.02 "Plus Jakarta Sans";
  letter-spacing: -.05em;
  color: var(--blue)
}

.section-heading h2 span {
  color: #e2a900
}

.section-heading p {
  color: var(--muted);
  margin-top: 17px;
  font-size: 15px
}

.product-section {
  background: #fff
}

.product-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  align-items: center
}

.product-photo {
  position: relative
}

.product-photo img {
  display: block;
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 0 30px 30px 0
}

.photo-label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--yellow);
  padding: 16px 20px;
  display: grid;
  color: var(--blue)
}

.photo-label strong {
  font-size: 14px
}

.photo-label span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em
}

.product-content h2 {
  font: 800 clamp(39px, 5vw, 59px)/1.02 "Plus Jakarta Sans";
  color: var(--text);
  letter-spacing: -.055em
}

.product-content h2 span {
  color: var(--blue)
}

.product-content>p {
  color: var(--muted);
  font-size: 15px;
  margin: 20px 0
}

.product-spec {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  align-items: center
}

.spec-badge {
  width: 95px;
  height: 95px;
  background: var(--blue);
  color: var(--yellow);
  display: grid;
  place-items: center;
  align-content: center
}

.spec-badge strong {
  font: 800 36px/1 "Plus Jakarta Sans"
}

.spec-badge small {
  font-size: 8px;
  color: #fff;
  letter-spacing: .15em
}

.product-spec>div:last-child>span {
  display: block;
  color: #9b7300;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em
}

.product-spec strong {
  display: block;
  color: var(--blue);
  font-size: 15px;
  margin-top: 3px
}

.product-spec p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px
}

.product-tags {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 0;
  font-size: 10px;
  color: #526071;
  font-weight: 900
}

.product-tags span {
  padding-left: 10px;
  border-left: 2px solid var(--yellow)
}

.product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.product-note {
  margin-top: 25px;
  background: #fff8d9;
  border-left: 3px solid var(--yellow);
  padding: 15px 18px;
  color: var(--blue);
  font-size: 12px
}

.product-note strong {
  color: #8c6900
}

.services-section {
  background: var(--cream)
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.service-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 38px 40px 34px;
  min-height: 420px;
  box-shadow: 0 14px 35px rgba(1, 42, 98, .06);
  overflow: hidden;
  transition: .35s
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow)
}

.service-index {
  position: absolute;
  right: 25px;
  top: 18px;
  color: #f9f3e3;
  font: 800 80px/1 "Plus Jakarta Sans"
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: var(--yellow);
  border-radius: 15px;
  color: var(--blue);
  font-size: 30px;
  box-shadow: 0 12px 25px rgba(232, 199, 10, .25)
}

.service-tag {
  display: inline-block;
  position: relative;
  margin: 18px 0 20px;
  background: #fff8dd;
  color: #a77700;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 9px;
  font-weight: 900
}

.service-card h3 {
  position: relative;
  color: var(--blue);
  font: 800 21px/1.2 "Plus Jakarta Sans"
}

.service-card p {
  position: relative;
  color: var(--muted);
  font-size: 13px;
  margin: 14px 0 27px
}

.service-link {
  position: absolute;
  left: 40px;
  bottom: 30px;
  color: #b27e00;
  font-size: 12px;
  font-weight: 900
}

.service-link span {
  font-size: 17px;
  margin-left: 5px
}

.process-section {
  background: #fff
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px
}

.process-step {
  padding: 28px 22px 10px 0;
  border-top: 2px solid var(--blue);
  position: relative
}

.process-step>span {
  display: block;
  color: var(--yellow);
  font: 800 13px "Plus Jakarta Sans";
  margin-bottom: 45px
}

.process-step h3 {
  font: 800 18px/1.2 "Plus Jakarta Sans";
  color: var(--blue)
}

.process-step p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px
}

.benefits-section {
  background: linear-gradient(135deg, #0c121b, #151c27);
  color: #fff
}

.benefits-section .section-heading h2 {
  color: #fff
}

.benefits-section .section-heading h2 span {
  color: var(--yellow)
}

.benefits-section .section-heading p {
  color: rgba(255, 255, 255, .55)
}

.benefits-section .eyebrow {
  background: transparent;
  color: var(--yellow);
  border-radius: 0;
  padding: 0;
  position: relative
}

.benefits-section .eyebrow:before,
.benefits-section .eyebrow:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--yellow);
  vertical-align: middle;
  margin: 0 8px
}

.benefits-highlight {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 62px;
  padding: 17px 40px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 20px
}

.benefits-highlight strong {
  font: 800 35px "Plus Jakarta Sans";
  color: var(--yellow)
}

.benefits-highlight span {
  font-size: 13px;
  font-weight: 800
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.benefit-card {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
  padding: 32px 25px;
  text-align: center;
  transition: .35s
}

.benefit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(232, 199, 10, .65);
  background: rgba(232, 199, 10, .045)
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 25px;
  border-radius: 16px;
  background: rgba(232, 199, 10, .12);
  font-size: 29px
}

.benefit-card h3 {
  font: 800 16px "Plus Jakarta Sans"
}

.benefit-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, .53);
  margin-top: 10px
}

.region-section {
  background: #eef2f5
}

.region-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center
}

.region-copy h2,
.contact-content h2 {
  font: 800 clamp(39px, 5vw, 58px)/1.02 "Plus Jakarta Sans";
  letter-spacing: -.05em;
  color: var(--blue)
}

.region-copy h2 span,
.contact-content h2 span {
  color: #b78300
}

.region-copy>p {
  color: var(--muted);
  margin: 18px 0 23px
}

.neighborhoods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 11px;
  color: var(--blue);
  font-weight: 800
}

.region-copy>small {
  display: block;
  color: #89919c;
  font-size: 10px;
  margin: 18px 0
}

.text-link {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 4px
}

.map-card {
  overflow: hidden;
  border-radius: 28px;
  background: #d9e0e7;
  min-height: 430px;
  box-shadow: var(--shadow);
}

.contact-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 430px;
  background: #d9e0e7;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(1, 42, 98, 0.14);
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(1, 42, 98, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-map-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(1, 42, 98, 0.12);
}

.map-card iframe,
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: saturate(.75)
}

.disposal-section {
  background: #fff
}

.disposal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.disposal-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff
}

.disposal-card.allowed {
  background: #f7fbf8
}

.disposal-card.forbidden {
  background: #fff8f7
}

.disposal-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 23px
}

.disposal-title>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dff3e7;
  color: #237546;
  font-weight: 900;
  font-size: 19px
}

.forbidden .disposal-title>span {
  background: #ffe2de;
  color: #a13b30
}

.disposal-title h3 {
  color: var(--blue);
  font: 800 19px "Plus Jakarta Sans"
}

.disposal-card ul {
  list-style: none;
  display: grid;
  gap: 11px
}

.disposal-card li {
  font-size: 13px;
  color: var(--muted);
  padding-left: 22px;
  position: relative
}

.allowed li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2b8a58;
  font-weight: 900
}

.forbidden li:before {
  content: "×";
  position: absolute;
  left: 0;
  color: #b54134;
  font-weight: 900
}

.reviews-section {
  background: var(--cream)
}

.trustindex-wrap {
  position: relative;
  min-height: 180px
}

.trustindex-placeholder span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em
}

.trustindex-placeholder small {
  font-size: 11px
}

.trustindex-widget {
  width: 100%;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.faq-section {
  background: #fff
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 85px;
  align-items: start
}

.faq-list {
  display: grid;
  gap: 9px
}

.faq-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 0 20px
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 3px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900
}

.faq-item summary::-webkit-details-marker {
  display: none
}

.faq-item summary:after {
  content: "+";
  font-size: 22px;
  color: #b58200;
  transition: .3s
}

.faq-item[open] summary:after {
  content: "−";
  transform: rotate(180deg)
}

.faq-item p {
  padding: 0 3px 19px;
  color: var(--muted);
  font-size: 12px
}

.cta-section {
  position: relative;
  background: var(--blue);
  color: #fff;
  padding: 110px 0;
  overflow: hidden
}

.cta-content {
  text-align: center;
  max-width: 760px;
  position: relative;
  z-index: 2
}

.cta-content .eyebrow {
  background: var(--yellow)
}

.cta-content h2 {
  font: 800 clamp(45px, 7vw, 78px)/.96 "Plus Jakarta Sans";
  letter-spacing: -.055em
}

.cta-content h2 span {
  color: var(--yellow)
}

.cta-content p {
  color: rgba(255, 255, 255, .66);
  font-size: 16px;
  max-width: 570px;
  margin: 20px auto 27px
}

.cta-content small {
  display: block;
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
  margin-top: 15px
}

.cta-ring {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(232, 199, 10, .22);
  border-radius: 50%;
  right: -170px;
  top: -200px;
  box-shadow: 0 0 0 65px rgba(232, 199, 10, .03), 0 0 0 130px rgba(232, 199, 10, .02)
}

.ring-two {
  left: -350px;
  right: auto;
  top: auto;
  bottom: -350px
}

.contact-section {
  background: #fff
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center
}

.contact-map {
  min-height: 470px
}

.contact-map iframe {
  min-height: 470px
}

.contact-map-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-map {
  width: 100%;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.contact-map-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-map-link:hover {
  opacity: 0.65;
}

.contact-content h2 {
  margin-bottom: 30px
}

.contact-list {
  display: grid;
  gap: 10px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--cream);
  transition: .25s
}

.contact-item:hover {
  transform: translateX(4px);
  border-color: #d4ba4a
}

.contact-item>span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: var(--yellow);
  border-radius: 12px;
  font-size: 20px
}

.contact-item div {
  display: grid;
  flex: 1
}

.contact-item div strong+strong {
  margin-top: 2px;
}

.contact-item small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8a919b;
  font-weight: 900
}

.contact-item strong {
  font-size: 12px;
  color: var(--blue)
}

.contact-item em {
  font-style: normal;
  font-size: 9px;
  color: #8a919b
}

.contact-item>b {
  color: var(--blue)
}

.contact-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  border-radius: 12px;
  color: var(--blue);
}

.contact-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.whatsapp-icon svg {
  fill: currentColor;
}

.instagram-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-icon svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  z-index: 80;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  animation: pulse 2.2s infinite;
}

.floating-whatsapp:before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(37, 211, 102, .35);
  border-radius: 50%;
  animation: ring 2.2s infinite;
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.06)
  }
}

@keyframes ring {
  0% {
    transform: scale(.9);
    opacity: 1
  }

  100% {
    transform: scale(1.35);
    opacity: 0
  }
}

.footer {
  background: #001b40;
  color: #fff;
  padding: 62px 0 24px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 70px;
  padding-bottom: 45px
}

.footer-grid .brand {
  margin-bottom: 17px
}

.footer-grid p {
  max-width: 330px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px
}

.footer-grid>div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 8px
}

.footer-grid h4 {
  font-size: 10px;
  color: var(--yellow);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 9px
}

.footer-grid a,
.footer-grid span {
  font-size: 11px;
  color: rgba(255, 255, 255, .58)
}

.footer-grid a:hover {
  color: #fff
}

.footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.footer .brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

.footer .brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.footer .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footer .brand-text strong {
  color: var(--yellow);
  font-size: 15px;
  margin-top: 3px;
}

.footer .brand-text small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-bottom a:hover {
  opacity: 0.7;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1)
}

.reveal-left {
  transform: translateX(-35px)
}

.reveal-right {
  transform: translateX(35px)
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.process-grid .reveal:nth-child(2),
.benefits-grid .reveal:nth-child(2),
.services-grid .reveal:nth-child(2) {
  transition-delay: .1s
}

.process-grid .reveal:nth-child(3),
.benefits-grid .reveal:nth-child(3),
.services-grid .reveal:nth-child(3) {
  transition-delay: .2s
}

.process-grid .reveal:nth-child(4) {
  transition-delay: .3s
}

.benefits-grid .reveal:nth-child(4) {
  transition-delay: .3s
}

@media(max-width:950px) {

  .nav-links,
  .nav-cta {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .nav.menu-open {
    position: relative
  }

  .nav.menu-open .nav-links {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    background: var(--blue);
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    border-radius: 0 0 18px 18px
  }

  .nav.menu-open .nav-cta {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 330px;
    text-align: center
  }

  .hero-grid,
  .product-layout,
  .region-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .hero-photo {
    max-width: 700px
  }

  .services-grid,
  .process-grid,
  .benefits-grid {
    grid-template-columns: 1fr 1fr
  }

  .process-step:nth-child(2),
  .process-step:nth-child(4) {
    margin-top: 35px
  }

  .benefits-highlight {
    margin-bottom: 42px
  }

  .contact-map {
    order: 2
  }
}

@media(max-width:620px) {
  .container {
    width: calc(100% - 28px)
  }

  .nav {
    height: 68px
  }

  .hero {
    padding: 112px 0 70px;
    min-height: auto
  }

  .hero h1 {
    font-size: 45px
  }

  .hero p {
    font-size: 15px
  }

  .hero-actions {
    flex-direction: column
  }

  .btn {
    width: 100%
  }

  .hero-trust {
    display: grid;
    gap: 8px
  }

  .hero-photo img {
    height: 410px
  }

  .hero-photo-tag {
    right: 10px
  }

  .hero-photo-number {
    left: 0
  }

  .ticker-item {
    width: 210px
  }

  .ticker-track {
    animation-duration: 25s
  }

  .section {
    padding: 76px 0
  }

  .section-heading {
    margin-bottom: 32px
  }

  .section-heading h2 {
    font-size: 39px
  }

  .product-photo img {
    height: 430px
  }

  .product-spec {
    grid-template-columns: 78px 1fr
  }

  .spec-badge {
    width: 78px;
    height: 78px
  }

  .product-actions {
    display: grid
  }

  .services-grid,
  .process-grid,
  .benefits-grid,
  .disposal-grid {
    grid-template-columns: 1fr
  }

  .service-card {
    min-height: 390px
  }

  .process-step:nth-child(2),
  .process-step:nth-child(4) {
    margin-top: 0
  }

  .benefits-highlight {
    width: 100%;
    padding: 15px 20px;
    gap: 13px
  }

  .benefits-highlight strong {
    font-size: 26px
  }

  .benefits-highlight span {
    font-size: 11px
  }

  .neighborhoods {
    grid-template-columns: 1fr 1fr
  }

  .map-card,
  .map-card iframe,
  .contact-map,
  .contact-map iframe {
    min-height: 350px
  }

  .faq-grid {
    gap: 35px
  }

  .cta-section {
    padding: 82px 0
  }

  .cta-content h2 {
    font-size: 52px
  }

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

  .footer-bottom {
    flex-direction: column
  }

  .floating-whatsapp {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .ticker-track,
  .floating-whatsapp,
  .floating-whatsapp:before {
    animation: none
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }
}