:root {
  --green: #4dff00;
  --green-10: #8bfd60;
  --green-20: #00a500;
  --green-40: #007900;
  --green-60: #002700;
  --ink: #212322;
  --muted: #616463;
  --line: #e9e9e9;
  --font: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  --container: 936px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 40px;
  left: 50vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1128px, calc(100% - 48px));
  height: 84px;
  padding: 14px 16px 14px 32px;
  border-radius: 8px;
  background: linear-gradient(110deg, rgb(255 255 255 / 42%) 19%, rgb(153 153 153 / 17%) 51%);
  box-shadow: 0 4px 21.8px rgb(0 0 0 / 27%);
  transform: translateX(-50%);
  backdrop-filter: blur(11.6px);
}

.brand img {
  width: 166px;
  height: 46px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
}

.main-nav a {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.main-nav a:hover { background: rgb(255 255 255 / 12%); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: 738px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("../assets/images/hero-bg.png") center center / cover no-repeat;
  transform: scaleX(-1);
}

.hero-shade {
  background:
    radial-gradient(ellipse 540px 260px at calc(50% - 390px) 310px, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 34%) 53%, rgb(0 0 0 / 0%) 100%),
    radial-gradient(circle at 25% 41%, rgb(0 0 0 / 0%) 0 18%, rgb(0 0 0 / 42%) 46%, rgb(0 0 0 / 90%) 100%),
    linear-gradient(180deg, #000 2%, rgb(0 0 0 / 16%) 31%, rgb(0 0 0 / 18%) 72%, #000 96%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 600px;
  margin-left: calc(50vw - 520px);
  padding-top: 164px;
  text-align: left;
}

.hero h1 {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 73.24px;
  line-height: 0.96;
  text-shadow: 0 4px 18px rgb(0 0 0 / 58%);
}

.hero h1 span {
  display: block;
  width: 100%;
}

.hero h1 .hero-title-green {
  color: var(--green);
  text-shadow: 0 4px 18px rgb(0 0 0 / 70%);
}

.hero h1 .hero-title-white {
  width: 100%;
  margin-top: 19px;
  color: #fff;
  text-shadow: 0 4px 18px rgb(0 0 0 / 58%);
}

@media (min-width: 761px) {
  .hero h1 span {
    white-space: nowrap;
  }
}

.hero-copy > p {
  width: 100%;
  margin: 32px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  text-shadow: 0 3px 12px rgb(0 0 0 / 78%);
}

.hero-proofs {
  display: flex;
  gap: 32px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.hero-proofs li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 3px 12px rgb(0 0 0 / 78%);
}

.hero-proofs img {
  width: 50px;
  height: 50px;
}

.company-band {
  height: 184px;
  background: #fff;
}

.company-band .container {
  display: flex;
  height: 100%;
  align-items: center;
}

.company-band p,
.section-label {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.company-band p::after,
.section-label::after,
.segments h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  margin-top: 8px;
  background: var(--green);
}

.about {
  position: relative;
  height: 656px;
  overflow: visible;
}

.about-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/about-bg.png") center center / cover no-repeat;
}

.about-panel {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: calc(50vw - 510px);
  width: 980px;
  min-height: 479px;
  padding: 40px;
  border-radius: 24px;
  background:
    linear-gradient(178deg, rgb(60 62 61 / 19%) 3%, rgb(0 39 0 / 19%) 113%),
    linear-gradient(115deg, rgb(60 63 64 / 12%) 34%, rgb(245 200 106 / 37%) 70%);
  color: #fff;
  backdrop-filter: blur(2px);
}

.about-panel h2 {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.about-panel p {
  width: 585px;
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.38;
  text-align: justify;
}

.paint-can {
  position: absolute;
  z-index: 3;
  top: -120px;
  left: calc(50vw + 60px);
  width: 465px;
  pointer-events: none;
}

.metrics {
  padding: 92px 0 70px;
  background: #fff;
}

.metrics-wrap {
  width: min(1088px, calc(100% - 48px));
}

.metrics h2,
.benefits h2 {
  margin: 0;
  color: var(--green);
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 290px);
  justify-content: space-between;
  gap: 32px 0;
  margin-top: 56px;
}

.metric-card,
.metrics-grid article,
.benefits article {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(126deg, #f4f4f4 10%, #fff 90%);
  box-shadow: 34px 38px 38.1px rgb(0 0 0 / 6%);
}

.metrics-grid article {
  height: 188px;
  padding: 24px;
}

.metrics-grid span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.metrics-grid span img {
  width: 24px;
  height: 24px;
}

.metrics-grid strong {
  display: block;
  margin-top: 19px;
  color: var(--green-40);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.metrics-grid p {
  margin: 8px 0 0;
  color: #3c3e3d;
  font-size: 16px;
  line-height: 1;
}

.factory-note {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 40px;
}

.factory-note img {
  width: 87px;
  height: 84px;
}

.factory-note p {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.products {
  padding: 0 0 92px;
}

.products .container {
  width: min(1173px, calc(100% - 48px));
}

.products .section-label {
  width: 936px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  position: relative;
  min-height: 824px;
  overflow: visible;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 76%) 42%, rgb(0 0 0 / 28%) 100%),
    url("../assets/images/product-bg.png") center center / cover no-repeat;
  color: #fff;
}

.product-pack {
  position: absolute;
  z-index: 2;
  top: -80px;
  left: 680px;
  width: 440px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.product-content {
  position: relative;
  z-index: 3;
  width: 1027px;
  padding: 52px 72px;
}

.product-card h2 {
  width: 612px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.product-card h2 span {
  display: block;
  color: var(--green);
}

.product-card p {
  width: 744px;
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 1.4;
}

.product-tags {
  width: 744px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin-top: 32px;
}

.product-tags span {
  display: flex;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid #004e00;
  border-radius: 16px;
  background: linear-gradient(115deg, #000 4%, #004e00 113%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.product-tags strong {
  color: var(--green);
  font-weight: 700;
}

.segments {
  margin-top: 40px;
}

.segments h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.segments ul {
  display: flex;
  gap: 32px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.segments li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.segments li img {
  width: 24px;
  height: 24px;
}

.product-call {
  display: flex;
  gap: 24px;
  align-items: end;
  margin-top: 56px;
}

.product-call p {
  flex: 1;
  margin: 0;
}

.product-call strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.product-call a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 328px;
  min-height: 64px;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--green);
  color: #3c3e3d;
  font-size: 24px;
  line-height: 1;
  box-shadow: 8px 8px 6.3px rgb(70 232 0 / 16%);
}

.product-call a img {
  width: 24px;
  height: 24px;
}

.benefits {
  padding: 0 0 92px;
}

.benefits h2 {
  margin-bottom: 40px;
}

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

.benefits article {
  min-height: 187px;
  padding: 24px;
}

.benefits article > span {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-right: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #000;
  vertical-align: top;
}

.benefits article > span img {
  width: 24px;
  height: 24px;
}

.benefits h3 {
  display: inline-block;
  width: 235px;
  margin: 0;
  color: #3c3e3d;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.benefits p {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1;
}

.contact {
  position: relative;
  min-height: 830px;
  padding: 86px 0 190px;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, #fff 0%, #fff 28%, rgb(255 255 255 / 96%) 36%, rgb(255 255 255 / 72%) 48%, rgb(255 255 255 / 36%) 60%, rgb(255 255 255 / 0%) 74%),
    url("../assets/images/footer-bg.png");
  background-position:
    center top,
    center calc(100% + 190px);
  background-size:
    100% 100%,
    cover;
  background-repeat: no-repeat;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 112px;
  align-items: start;
}

.contact h2 {
  margin: 44px 0 0;
  color: var(--green-60);
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-copy > p:not(.channels-title) {
  width: 512px;
  margin: 48px 0 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}

.contact-actions {
  display: flex;
  gap: 16px;
  margin-top: 58px;
}

.btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.btn img {
  width: 24px;
  height: 24px;
}

.btn-light { background: #fff; color: #3c3e3d; }
.btn-green { background: var(--green-20); color: #fff; }

.channels-title {
  margin: 34px 0 16px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.channels {
  display: flex;
  gap: 16px;
}

.channels a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 56px;
  padding: 8px 12px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-size: 16px;
}

.channels span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
}

.channels img {
  width: 24px;
  height: 24px;
}

.map-card {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: -76px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(113deg, #f4f4f4 10%, #fff 90%);
  box-shadow: 34px 38px 38px rgb(0 0 0 / 6%);
}

.map-card > img {
  width: 271px;
  height: 222px;
  border-radius: 16px;
  object-fit: cover;
}

.map-card a {
  display: inline-flex;
  gap: 8px;
  align-self: flex-start;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  background: var(--green-60);
  color: #fff;
  font-size: 16px;
}

.map-card a img {
  width: 18px;
  height: 18px;
}

.map-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

.quote-button {
  border: 0;
  cursor: pointer;
}

body.quote-modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 74%);
  backdrop-filter: blur(8px);
}

.quote-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  padding: 34px;
  overflow: auto;
  border: 1px solid rgb(255 255 255 / 62%);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 96%) 0%, #fff 58%, rgb(238 255 231 / 98%) 100%);
  box-shadow: 0 28px 70px rgb(0 0 0 / 38%);
}

.quote-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #000;
  color: var(--green);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.quote-head {
  width: min(520px, calc(100% - 52px));
  margin-bottom: 26px;
}

.quote-head p {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.quote-head p::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin-top: 8px;
  background: var(--green);
}

.quote-head h2 {
  margin: 0;
  color: var(--green-60);
  font-weight: 400;
  font-size: 40px;
  line-height: 0.98;
  text-transform: uppercase;
}

.quote-head span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--green-60);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
  font-size: 17px;
  line-height: 1.2;
}

.quote-form input,
.quote-form select {
  height: 48px;
  padding: 0 14px;
}

.quote-form textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--green-20);
  box-shadow: 0 0 0 3px rgb(77 255 0 / 18%);
}

.quote-form-wide,
.quote-submit {
  grid-column: 1 / -1;
}

.quote-submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: var(--green-20);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}

.quote-honey {
  position: absolute;
  left: -9999px;
}

@media (max-width: 760px) {
  .container {
    width: min(361px, calc(100% - 32px));
  }

  .site-header {
    top: 25px;
    width: min(380px, calc(100% - 13px));
    padding-left: 32px;
  }

  .brand img {
    width: 113px;
    height: auto;
  }

  .menu-toggle {
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 0;
    background: transparent;
    color: #fff;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 12px;
    border-radius: 8px;
    background: rgb(0 0 0 / 82%);
  }

  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; text-align: center; }

  .hero {
    height: 738px;
  }

  .hero-bg {
    background-position: 44% top;
  }

  .hero-copy {
    width: 300px;
    margin: 0 auto;
    padding-top: 156px;
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
    text-align: center;
  }

  .hero h1 span {
    text-align: center;
  }

  .hero-copy > p {
    width: 300px;
    margin-top: 32px;
    font-size: 20px;
    text-align: center;
  }

  .hero-proofs {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
  }

  .hero-proofs li {
    min-width: 154px;
    font-size: 16px;
  }

  .hero-proofs img {
    width: 32px;
    height: 32px;
  }

  .company-band {
    height: 76px;
  }

  .company-band .container {
    justify-content: center;
  }

  .company-band p {
    font-size: 18px;
  }

  .company-band p::after,
  .section-label::after {
    margin-inline: auto;
  }

  .about {
    height: 1100px;
  }

  .about-bg {
    background-position: 42% top;
  }

  .about-panel {
    top: 108px;
    left: 50%;
    width: min(330px, calc(100% - 48px));
    min-height: 860px;
    padding: 32px 24px 285px;
    transform: translateX(-50%);
    text-align: center;
  }

  .about-panel h2 {
    font-size: 32px;
  }

  .about-panel p {
    width: 100%;
    font-size: 15px;
    line-height: 1.38;
    text-align: left;
  }

  .paint-can {
    top: clamp(740px, calc(980px - 55vw), 790px);
    left: 50%;
    width: clamp(255px, 74vw, 310px);
    transform: translateX(-50%);
  }

  .metrics {
    padding: 64px 0 48px;
  }

  .metrics-wrap {
    width: min(361px, calc(100% - 32px));
  }

  .metrics h2,
  .benefits h2 {
    font-size: 32px;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  .metrics-grid article {
    height: auto;
    min-height: 150px;
    text-align: left;
  }

  .factory-note {
    align-items: flex-start;
  }

  .factory-note p {
    font-size: 14px;
  }

  .products {
    padding-bottom: 64px;
  }

  .products .container {
    width: min(361px, calc(100% - 32px));
  }

  .products .section-label {
    width: auto;
    margin-bottom: 24px;
    text-align: center;
  }

  .product-card {
    min-height: 1200px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 78%) 58%, rgb(0 0 0 / 50%) 100%),
      url("../assets/images/product-bg.png") 60% center / cover no-repeat;
  }

  .product-pack {
    display: none;
  }

  .product-content {
    width: 100%;
    padding: 48px 24px 32px;
  }

  .product-card h2 {
    width: 100%;
    margin-top: 0;
    font-size: 28px;
    line-height: 1.08;
    text-align: center;
    overflow-wrap: normal;
  }

  .product-card h2 span {
    display: block;
    max-width: 100%;
  }

  .product-card p {
    width: auto;
    text-align: center;
  }

  .product-tags {
    width: auto;
    justify-content: center;
    gap: 10px;
  }

  .product-tags span {
    min-height: 54px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .segments h3 {
    text-align: center;
  }

  .segments h3::after {
    margin-inline: auto;
  }

  .segments ul {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .product-call {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    text-align: center;
  }

  .product-call a {
    min-width: 0;
    width: 100%;
    font-size: 22px;
  }

  .benefits {
    padding-bottom: 64px;
  }

  .benefits-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .benefits article {
    text-align: center;
  }

  .benefits article > span {
    display: grid;
    margin: 0 auto 12px;
  }

  .benefits h3 {
    width: auto;
  }

  .contact {
    min-height: 900px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .contact-grid {
    display: flex;
    width: min(337px, calc(100% - 48px));
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .contact-grid::before {
    content: "CONTATO";
    order: 1;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 4px solid var(--green);
    color: var(--ink);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .contact-bg {
    background-image:
      linear-gradient(180deg, #fff 0%, #fff 32%, rgb(255 255 255 / 92%) 42%, rgb(255 255 255 / 48%) 53%, rgb(255 255 255 / 0%) 64%),
      url("../assets/images/footer-bg.png");
    background-position:
      center top,
      calc(100% + 96px) calc(100% + 42px);
    background-size:
      100% 100%,
      auto 560px;
    background-repeat: no-repeat;
  }

  .contact-copy {
    display: contents;
    text-align: center;
  }

  .contact h2 {
    order: 2;
    width: 260px;
    margin-top: 0;
    font-size: 21px;
    line-height: 1.05;
  }

  .contact-copy > p:not(.channels-title) {
    order: 3;
    width: 252px;
    margin: 22px 0 26px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
  }

  .contact-actions,
  .channels {
    flex-direction: column;
    align-items: center;
  }

  .contact-actions {
    order: 5;
    width: 286px;
    gap: 12px;
    margin-top: 20px;
  }

  .btn {
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    white-space: nowrap;
  }

  .btn img {
    width: 18px;
    height: 18px;
  }

  .map-card {
    order: 4;
    width: 286px;
    margin-top: 0;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .map-card > img {
    width: 100%;
    height: 151px;
    border-radius: 12px;
  }

  .map-card a {
    padding: 7px 14px;
    font-size: 11px;
  }

  .map-card a img {
    width: 14px;
    height: 14px;
  }

  .map-card p {
    font-size: 10px;
  }

  .channels-title {
    order: 6;
    width: 180px;
    margin: 58px 0 18px;
    font-size: 16px;
    line-height: 1.05;
    text-align: center;
  }

  .channels-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 8px auto 0;
    background: var(--green);
  }

  .channels {
    order: 7;
    width: 220px;
    gap: 12px;
  }

  .channels a {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    font-size: 11px;
  }

  .channels span {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .channels img {
    width: 20px;
    height: 20px;
  }

  .quote-modal {
    display: block;
    align-items: start;
    padding: 16px;
    overflow-y: auto;
  }

  .quote-dialog {
    width: min(100%, 358px);
    max-height: none;
    margin: 0 auto;
    padding: 26px 18px 20px;
    border-radius: 18px;
  }

  .quote-close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 24px;
  }

  .quote-head {
    width: calc(100% - 48px);
    margin-bottom: 20px;
  }

  .quote-head p {
    font-size: 14px;
  }

  .quote-head h2 {
    font-size: 28px;
  }

  .quote-head span {
    font-size: 13px;
  }

  .quote-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quote-form label {
    font-size: 13px;
  }

  .quote-form input,
  .quote-form select {
    height: 44px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    border-radius: 10px;
    font-size: 15px;
  }

  .quote-submit {
    min-height: 48px;
    border-radius: 10px;
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .about {
    height: 1120px;
    overflow-x: hidden;
  }

  .about-panel {
    width: min(300px, calc(100% - 32px));
    min-height: 895px;
    padding: 28px 18px 285px;
  }

  .about-panel h2 {
    font-size: 30px;
  }

  .about-panel p {
    font-size: 14px;
  }

  .paint-can {
    top: 790px;
    width: 255px;
  }
}
