@font-face {
  font-family: "Bernier Distressed";
  src: url("./assets/fonts/BERNIERDISTRESSED-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #d68c67;
  --accent-1: #ffd7b6;
  --accent: #ffa243;
  --accent-2: #f3c8b4;
  --accent-3: #d87459;
  --ink: #2d2d2d;
  --muted: #6b7280;
  --blue: #4f7290;
  --card: #ffffff;
  --tg: #2aabee;
  --wa: #25d366;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "PT Sans", Roboto, Arial, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}

h1 {
  font-family: "Bernier Distressed", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--main);
  font-size: 6.2rem;
}
h2 {
  font-family: "Bernier Distressed", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--main);
  font-size: 5rem;
  line-height: 0.95;
}
h3 {
  font-family: "Bernier Distressed", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--main);
  font-size: 2rem;
  line-height: 0.95;
}
p {
  font-size: 1.25rem;
  font-weight: 500;
}

section,
header,
footer {
  margin-bottom: 2rem;
}

/* ---------- Navbar ---------- */
.navbar {
  padding: 0.75rem 0;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
@supports (
  (-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))
) {
  .navbar {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}
.logo {
  display: block;
}
.navbar .nav-link {
  color: #4b4b4b !important;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.35rem 0.65rem;
}
.navbar .nav-link:hover {
  color: #111 !important;
}
.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.12s ease,
    filter 0.12s ease;
  overflow: hidden;
  background: transparent;
}
.social-icon:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}
.social-icon--tg {
  background: transparent;
}
.social-icon--wa {
  background: transparent;
}
.social-icon__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.navbar-toggler {
  border: 0;
  padding: 0.35rem 0.55rem;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(17,17,17,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#navMenu {
  padding-top: 0.35rem;
}

/* HEADER  */
.header {
  position: relative;
  height: 100vh;
  padding-top: 4rem !important;
  padding-bottom: 4.5rem;
  background: url("assets/bg-header.jpg") center/cover no-repeat;
  overflow: visible;
}
.header > .container {
  position: relative;
  z-index: 1;
}
.header .row.header__main-row {
  min-height: 0;
}
.header__subtitle {
  font-size: 2.3rem;
  color: var(--blue);
  font-family: "Bernier Distressed", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.header__title--second {
  margin-top: -2rem;
}
.header__list {
  margin-top: 1.1rem;
  padding-left: 1.1rem;
}
.header__list li {
  margin: 0.35rem 0;
  color: #3a3a3a;
}
.header__list li::marker {
  color: var(--accent);
}
.btn {
  border: 0;
  color: #fff;
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-3) 100%);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 1.2rem 3.7rem;
  border-radius: 0.35rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  transition:
    filter 0.15s ease,
    transform 0.15s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  pointer-events: none;
}
.btn:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.btn:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
.header__btn {
  margin-bottom: 3rem;
}
.header-collage {
  width: 130%;
  max-height: 82vh;
  margin-left: -4rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
  transform: translateY(-6px);
  position: relative;
  z-index: 3;
}
.header__media {
  position: relative;
}
.header__media::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -75px;
  width: 340px;
  height: 370px;
  background: url("assets/draw.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
.header__cards {
  position: relative;
  z-index: 5;
  margin-top: auto;
  transform: translateY(45%);
}
.header__cards > [class*="col-"] {
  display: flex;
}
.my-border {
  border: 6px solid var(--accent-1);
}
.header__cards--card {
  background: url("assets/bg-grad.png") center/cover no-repeat;
  width: 100%;
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
}
.header__cards--card p {
  color: var(--blue);
  margin: 0;
}
.header__cards--card span {
  color: #000;
}

@media (max-width: 991.98px) {
  .header {
    height: auto;
    min-height: 100vh;
    padding-bottom: 1.25rem;
  }
  .header__cards {
    transform: none;
  }
  .header-collage {
    width: 100%;
    max-height: 42vh;
    margin-left: 0;
    transform: none;
  }
  .header__media::before {
    display: none;
  }
  h1 {
    font-size: 3.1rem;
    letter-spacing: 0.14rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  .header__subtitle {
    font-size: 1.35rem;
    letter-spacing: 0.12rem;
    padding-top: 1rem;
  }
  p {
    font-size: 1.05rem;
  }
  .btn {
    padding: 1rem 2.2rem;
  }
  .header__btn {
    margin-bottom: 1.25rem;
  }
}

.section-title {
  text-align: center;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 2.15rem;
  margin: 0 0 2rem;
}

/*  About  */
.about {
  background: #fff;
}
.about__card {
  background: #fff6f1;
  background-image: url("./assets/bg-soft.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about__card h2 {
  margin: 0 0 1rem;
}
.about__img {
  display: block;
}

/* ---------- Materials ---------- */
.material-icon {
  width: 64px;
  height: auto;
}
.material-label {
  color: var(--blue);
}
details.paint-dd {
  position: relative;
}
details.paint-dd > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bcd3e6;
  color: var(--blue);
  background: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
}
details.paint-dd > summary::-webkit-details-marker {
  display: none;
}
details.paint-dd[open] > summary {
  background: #f3f7fb;
}
details.paint-dd .dd-card {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  width: 540px;
  max-width: 70vw;
  z-index: 20;
  border: 2px solid #cfd6dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 24px rgba(0, 0, 0, 0.12);
  padding: 1rem 1.1rem;
}
.details-cols {
  columns: 2;
  column-gap: 2.2rem;
  font-size: 0.9rem;
}
.details-cols li {
  break-inside: avoid;
  margin: 0.35rem 0;
}
.details-cols li::marker {
  color: var(--accent);
}
.dd-note {
  font-size: 0.85rem;
  color: var(--blue);
}
.materials-line {
  height: 4px;
  background: var(--accent-2);
  width: 100%;
}

@media (max-width: 575.98px) {
  details.paint-dd .dd-card {
    left: auto;
    transform: none;
    width: auto;
    max-width: calc(100vw - 2rem);
  }
  .details-cols {
    columns: 1;
  }
}
@media (max-width: 575.98px) {
  details.paint-dd .dd-card {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: calc(100vw - 2rem);
    max-width: 520px;

    max-height: calc(100vh - 10rem);
    overflow: auto;

    z-index: 1051;
  }
  .details-cols {
    columns: 1;
  }
}
.dd-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  details.paint-dd {
    display: block;
  }
  details.paint-dd > summary {
    width: auto;
  }
  details.paint-dd .dd-card {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 0.75rem;
    z-index: auto !important;
  }
  .details-cols {
    columns: 1 !important;
  }
}
.dd-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0);
}

/* ---------- Tariffs ---------- */
.tariffs {
  background: url("assets/bg-tarif.jpg") center/cover no-repeat;
  position: relative;
}
.tariffs > .container {
  z-index: 1;
}
.tariff__card {
  border: 0;
  overflow: hidden;
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.tariff__head {
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.5rem;
}
.tariff__list {
  font-size: 1rem;
  margin: 0;
}
.tariff__list li {
  margin: 0.35rem 0;
}
.tariff__list li::marker {
  color: var(--accent);
}
.price-old {
  color: var(--blue);
  text-decoration: line-through;
  font-size: 1.7rem;
}
.price-new {
  color: var(--blue);
  font-weight: 300;
  font-size: 3rem;
  margin: 0;
}
.currency-row {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}
.currency-chip {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background: var(--accent-2);
  font-size: 1.5rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    transform 0.12s ease,
    filter 0.12s ease,
    opacity 0.12s ease;
}
.currency-chip:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.currency-chip.is-active {
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  background-color: var(--main);
  outline: none;
}
.btn-join {
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-chip:focus,
.currency-chip:active,
.currency-chip:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.currency-chip::-moz-focus-inner {
  border: 0;
}

/* ---------- FAQ ---------- */
.faq {
  background: #fff;
}
.faq-wrap {
  max-width: 980px;
}
.faq-item {
  background: #fff;
  overflow: hidden;
}
.faq-summary {
  cursor: pointer;
}
.faq-item summary {
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-q {
  color: var(--blue);
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1.2;
}
.faq-item[open] .faq-q {
  color: var(--main);
}
.faq-chev {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-chev__svg {
  display: block;
}
.faq-chev__svg path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease;
  transform-origin: 50% 50%;
}
.faq-item[open] .faq-chev__svg path {
  transform: rotate(90deg);
}
.faq-ans {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.18s ease;
}
.faq-item[open] .faq-ans {
  max-height: 1200px;
  opacity: 1;
}
.faq-ans__inner p {
  color: var(--ink);
}
@media (max-width: 575.98px) {
  .faq-q {
    font-size: 1.05rem;
  }
  .faq-ans__inner p {
    font-size: 0.98rem;
  }
}

/* ---------- Footer ---------- */
.footer {
  padding: 2rem 0 2.4rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.88rem;
}
.footer p {
  padding-top: 0.5rem;
  margin: 0;
  color: black;
  font-size: 0.8rem;
}
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.4rem;
  }
  .stat-card {
    width: 140px;
  }
  .hero-collage {
    max-height: 48vh;
    max-width: 460px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 86px;
  }
  .hero-title {
    font-size: 2.05rem;
  }
  .stats-row {
    justify-content: center !important;
  }
  .stat-card {
    width: 46%;
    height: auto;
    padding: 0.85rem 0.6rem;
    margin-bottom: 0.75rem;
  }
  .about {
    padding-top: 3.2rem;
  }
  .about-card {
    margin: 0 auto 1.2rem;
  }
  .about-img {
    max-width: 340px;
    margin: 0 auto;
    display: block;
  }
  details.paint-dd .dd-card {
    width: 88vw;
    max-width: 88vw;
  }
  .details-cols {
    columns: 1;
  }
}
