@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --verde-urbe: #4ade80;
  --cinza-escuro: #1a1a1a;
  --cinza-card: #2d3748; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bricolage Grotesque', 'Inter', 'Helvetica Neue', Arial, sans-serif; }

/* Header */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 24px 0; }

.site-header .navbar {
  padding: 0; }

.header-shell {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem 0.95rem 1.15rem;
  border-radius: 24px;
  background: rgba(8, 13, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2); }

.navbar-brand {
  margin-right: 0.5rem;
  padding: 0; }

.navbar-brand img {
  height: 54px;
  width: auto;
  display: block; }

.navbar-collapse {
  justify-content: center; }

.navbar-nav {
  margin: 0 auto;
  gap: 0.05rem; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(244, 247, 243, 0.88) !important;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.62rem 0.74rem;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease;
  font-family: 'Bricolage Grotesque', 'Inter', 'Helvetica Neue', Arial, sans-serif; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08); }

.navbar-dark .navbar-nav .dropdown-toggle::after {
  margin-left: 0.45rem;
  vertical-align: 0.15rem; }

.dropdown-menu {
  margin-top: 0.7rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(9, 15, 12, 0.96);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.26); }

.dropdown-item {
  color: rgba(244, 247, 243, 0.9);
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
  font-weight: 600; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background: rgba(43, 177, 126, 0.16); }

.navbar-toggler {
  margin-left: auto;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06); }

.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.btn-gradient {
  background: linear-gradient(135deg, #1fa463, #2bb17e);
  color: white;
  border: none;
  padding: 0.82rem 1.1rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 14px 30px rgba(31, 164, 99, 0.24); }

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(31, 164, 99, 0.32);
  color: white; }

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; }

.hero.hero-slider {
  min-height: 0;
  height: auto;
  padding: 0;
  display: block;
  background: none;
  width: 100vw;
  margin-left: calc(50% - 50vw); }

.hero-slider #slide-home,
.hero-slider #slide-home .owl-stage-outer,
.hero-slider #slide-home .owl-stage,
.hero-slider #slide-home .owl-item,
.hero-slider #slide-home .item {
  min-height: clamp(520px, 66vh, 720px);
  height: clamp(520px, 66vh, 720px);
  width: 100%; }

.hero-slider #slide-home .item {
  position: relative; }

.hero-slider #slide-home .owl-dots,
.hero-slider #slide-home .owl-nav {
  display: none; }

.hero-slide-image {
  width: 100vw;
  height: clamp(520px, 66vh, 720px);
  object-fit: cover;
  display: block; }

.hero.hero-editorial {
  min-height: 0;
  background:
    radial-gradient(circle at top left, rgba(74, 222, 128, 0.07), transparent 22%),
    linear-gradient(180deg, #07100d 0%, #0d1512 100%);
  padding: 8.35rem 0 4.2rem;
  overflow: hidden; }

.hero-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2.2rem;
  align-items: center; }

.hero-editorial__copy {
  color: #fff;
  max-width: 580px;
  padding-top: 0.9rem; }

.hero-editorial__copy h1 {
  font-size: clamp(2.2rem, 3.9vw, 3.9rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
  max-width: 11ch; }

.hero-editorial__copy p {
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(241, 246, 242, 0.8);
  max-width: 48ch;
  margin-bottom: 1.2rem; }

.hero-editorial__media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem; }

.hero-editorial__media::before {
  display: none; }

.hero-editorial__media::after {
  display: none; }

.hero-editorial__frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
  aspect-ratio: 16 / 10;
  background: #121916; }

.hero-editorial__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block; }

[data-parallax] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.08s linear; }

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.88) 0%, rgba(5, 7, 8, 0.68) 38%, rgba(5, 7, 8, 0.16) 100%),
    linear-gradient(180deg, rgba(13, 18, 16, 0.18) 0%, rgba(13, 18, 16, 0.72) 100%); }

.hero-slide-shell {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2; }

.hero-slide-copy {
  max-width: 920px;
  color: #fff;
  padding: 4rem 0; }

.hero-slide-kicker {
  margin-bottom: 1rem; }

.hero-slide-kicker span {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9ce7b8; }

.hero-slide-copy h1 {
  font-size: clamp(2.2rem, 4.1vw, 4.4rem);
  line-height: 1.02;
  margin-bottom: 1.25rem;
  letter-spacing: -0.04em;
  max-width: 16ch;
  text-wrap: balance; }

.hero-slide-copy p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 58ch;
  margin-bottom: 1.5rem; }

.hero-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.hero-primary-cta,
.hero-secondary-cta {
  min-width: 220px;
  text-align: center; }

.hero h1 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 2.5rem; }

.hero-image {
  max-width: 500px;
  width: 100%;
  margin: 2.5rem auto; }

.spec-item {
  text-align: center; }

.spec-value {
  font-size: 2rem;
  font-weight: bold;
  display: block; }

.spec-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.8; }

.btn-outline-light-custom {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  border-radius: 25px;
  transition: all 0.3s; }

.btn-outline-light-custom:hover {
  background: white;
  color: #333; }

/* Future Section */
.benefits-band {
  position: relative;
  padding: 3.5rem 0;
  overflow: hidden; }

.benefits-band--light {
  background: linear-gradient(180deg, #f3efe7 0%, #ede7dc 100%); }

.benefits-band--dark {
  background: linear-gradient(180deg, #111714 0%, #0b100e 100%);
  color: #f5f7f4; }

.benefits-band__header {
  max-width: 680px;
  margin: 0 auto 1.8rem;
  text-align: center; }

.benefits-band__eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

.benefits-band--light .benefits-band__eyebrow {
  color: #2bb17e; }

.benefits-band--dark .benefits-band__eyebrow {
  color: #9bdab1; }

.benefits-band__header h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.05; }

.benefits-band--light .benefits-band__header h2 {
  color: #2d241e; }

.benefits-band--dark .benefits-band__header h2 {
  color: #f4f7f3; }

.benefits-band__header p {
  margin: 0;
  line-height: 1.7; }

.benefits-band--light .benefits-band__header p {
  color: rgba(45, 36, 30, 0.72); }

.benefits-band--dark .benefits-band__header p {
  color: rgba(244, 247, 243, 0.72); }

.benefits-grid {
  margin-left: -10px;
  margin-right: -10px; }

.benefits-grid > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.benefit-tile {
  height: 100%;
  padding: 1.35rem 1.1rem;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.benefit-tile:hover {
  transform: translateY(-4px); }

.benefit-tile img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 0.9rem !important; }

.benefit-tile h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700; }

.benefit-tile p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65; }

.benefit-tile--light {
  background: rgba(255, 251, 245, 0.9);
  border: 1px solid rgba(63, 46, 33, 0.08);
  box-shadow: 0 18px 40px rgba(63, 46, 33, 0.08);
  color: #2b221c; }

.benefit-tile--light h3 {
  color: #2d241e; }

.benefit-tile--light p {
  color: rgba(43, 34, 28, 0.74); }

.benefit-tile--dark {
  background: linear-gradient(180deg, #16201b 0%, #101613 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  color: #f4f7f3; }

.benefit-tile--dark h3 {
  color: #f4f7f3; }

.benefit-tile--dark p {
  color: rgba(244, 247, 243, 0.74); }

.urbe-why-section {
  padding: 3.4rem 0;
  background: linear-gradient(180deg, #f7f3ed 0%, #efe8dc 100%); }

.urbe-why-section__photo {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(48, 34, 23, 0.14);
  min-height: 100%; }

.urbe-why-section__photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block; }

.urbe-why-section__content {
  padding-left: 1rem;
  max-width: 620px; }

.urbe-why-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.95rem;
  color: #2bb17e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

.urbe-why-section__content h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.05;
  color: #251d17;
  margin-bottom: 1.1rem; }

.urbe-why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem; }

.urbe-why-list__item {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0.9rem 1rem 0.9rem 3rem;
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(63, 46, 33, 0.08);
  box-shadow: 0 12px 28px rgba(63, 46, 33, 0.07);
  position: relative; }

.urbe-why-list__item::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(43, 177, 126, 0.14);
  color: #17945f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1; }

.urbe-why-list__item strong {
  color: #241d18;
  font-size: 1rem;
  line-height: 1.3; }

/* Products Sesscion */
.produts-section .produto-card {
  border: 1px solid rgba(53, 55, 57, 0.12);
  border-radius: 28px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(8, 19, 13, 0.08);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease; }
.produts-section .produto-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(8, 19, 13, 0.14); }
.produts-section .produto-card__media {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at top left, rgba(125, 178, 94, 0.14), transparent 55%),
    linear-gradient(180deg, #f5f8f2 0%, #edf2e8 100%);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
.produts-section .produto-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply; }
.produts-section .produto-card__body {
  padding: 1.45rem 1.4rem 1.6rem;
  text-align: left; }
.produts-section .produto-card__category {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #45771d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase; }
.produts-section .produto-card__title {
  font-size: 1.08rem;
  line-height: 1.35;
  color: #111714;
  margin-bottom: 0.8rem;
  min-height: 2.9em; }
.produts-section .produto-card__summary {
  color: #5d665f;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  min-height: 4.8em; }
.produts-section .produto-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #111714;
  font-weight: 700; }
.produts-section .btWhats {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #2bb17e;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s; }
@media (min-width: 992px) {
  .produts-section.interna {
    margin-top: -80px !important; }
    .produts-section.interna .produto-desc h2 {
      color: #fff; } }

/* Models Section */
.home-models-shell {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding-top: 56px;
  background:
    radial-gradient(circle at top left, rgba(87, 216, 139, 0.08), transparent 26%),
    linear-gradient(180deg, #e3e8e0 0%, #d7ddd5 100%);
  overflow: hidden; }

.home-models-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 23, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 23, 20, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 100%);
  pointer-events: none; }

.models-section {
  position: relative;
  padding: 3.4rem 0 4.25rem;
  background: transparent; }

.models-section .container {
  position: relative;
  z-index: 1; }

.models-section h2 {
  font-size: 2.05rem;
  color: #23492f;
  margin-bottom: 2.2rem; }

.models-carousel {
  margin: 0 -0.25rem; }

.models-carousel .item {
  padding: 0.4rem 0.25rem 1rem; }

.models-carousel .owl-stage {
  display: flex; }

.models-carousel .owl-item {
  display: flex; }

.models-carousel .owl-item .item {
  width: 100%; }

.models-carousel .owl-dots {
  margin-top: 1.5rem; }

.models-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: rgba(35, 73, 47, 0.22);
  transition: background 0.3s; }

.models-carousel .owl-dot.active span,
.models-carousel .owl-dot:hover span {
  background: #23492f; }

.stores-section {
  position: relative;
  padding: 4rem 0 4.25rem;
  background:
    linear-gradient(180deg, #f9f5ef 0%, #f1ebe2 100%);
  border-top: 1px solid rgba(58, 43, 31, 0.06); }

.stores-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left center, rgba(184, 120, 64, 0.08), transparent 28%),
    radial-gradient(circle at right top, rgba(41, 52, 67, 0.08), transparent 22%);
  pointer-events: none; }

.stores-showcase {
  position: relative;
  padding: 0;
  color: #2b221c;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: start; }

.stores-showcase__intro {
  max-width: 360px;
  margin: 0;
  text-align: left;
  position: sticky;
  top: 120px; }

.stores-showcase__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #2bb17e;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.75rem; }

.stores-showcase__intro h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  margin-bottom: 0.9rem;
  color: #2d241e; }

.stores-showcase__intro p {
  color: rgba(43, 34, 28, 0.72);
  line-height: 1.7;
  margin: 0; }

.stores-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem; }

.store-card {
  background: rgba(255, 251, 245, 0.86);
  border: 1px solid rgba(58, 43, 31, 0.08);
  border-radius: 28px;
  padding: 1.35rem;
  box-shadow: 0 24px 56px rgba(48, 34, 23, 0.08);
  backdrop-filter: blur(8px); }

.store-card__photo {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  background: rgba(58, 43, 31, 0.04);
  aspect-ratio: 16 / 11; }

.store-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.store-card__city {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(43, 177, 126, 0.1);
  color: #2bb17e;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem; }

.store-card h3 {
  font-size: 1.22rem;
  margin-bottom: 0.75rem;
  color: #241d18; }

.store-card p {
  margin: 0;
  color: rgba(43, 34, 28, 0.74);
  line-height: 1.6; }

.store-card__status {
  display: inline-block;
  margin-top: 1rem;
  color: #2bb17e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

.store-card__map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-width: 160px;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: #26211d;
  color: #f8f2eb;
  text-decoration: none;
  font-weight: 700; }

.model-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 26px 64px rgba(3, 7, 5, 0.28);
  background: linear-gradient(180deg, #121916 0%, #0b100e 100%);
  color: #f4f7f3;
  border: 1px solid rgba(87, 216, 139, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease; }

.model-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 34px 80px rgba(3, 7, 5, 0.34); }

.models-carousel .owl-nav {
  margin: 0;
  pointer-events: none; }

.models-carousel .owl-nav button.owl-prev,
.models-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 999px;
  border: 1px solid rgba(124, 229, 166, 0.24) !important;
  background: rgba(10, 15, 12, 0.88) !important;
  color: #e2f7ea !important;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease; }

.models-carousel .owl-nav button.owl-prev {
  left: -22px; }

.models-carousel .owl-nav button.owl-next {
  right: -22px; }

.models-carousel .owl-nav button.owl-prev:hover,
.models-carousel .owl-nav button.owl-next:hover {
  background: rgba(15, 22, 17, 0.98) !important;
  border-color: rgba(124, 229, 166, 0.46) !important;
  transform: translateY(-2px); }

.models-carousel .owl-nav button.owl-prev span,
.models-carousel .owl-nav button.owl-next span {
  display: block;
  margin-top: -2px; }

.model-card__media {
  aspect-ratio: 5 / 4;
  padding: 1.1rem 1.1rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(87, 216, 139, 0.14), transparent 40%),
    linear-gradient(180deg, #1b2420 0%, #111715 100%);
  border-bottom: 1px solid rgba(87, 216, 139, 0.08); }

.model-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  border-radius: 18px;
  mix-blend-mode: normal; }

.model-card__content {
  padding: 1.45rem;
  display: flex;
  flex-direction: column; }

.model-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #7ce5a6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

.model-name {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
  color: #f7faf7;
  margin-bottom: 0.8rem; }

.model-specs {
  margin-top: 0.6rem; }

.model-specs--catalog {
  display: block; }

.model-spec-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none; }

.model-spec-list li {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #1a221e 0%, #131916 100%);
  color: #f5f7f3;
  line-height: 1.45;
  border: 1px solid rgba(87, 216, 139, 0.08); }

.model-spec-list li::before {
  content: "\2713";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 0.95rem;
  flex: 0 0 auto;
  background: rgba(124, 229, 166, 0.14);
  color: #7ce5a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 6px rgba(124, 229, 166, 0.08); }

.model-spec {
  display: flex;
  flex-direction: column;
  line-height: 1.1; }

.spec-value {
  font-size: 1.35rem;
  font-weight: 600; }

.spec-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.74;
  color: #95a49a; }

.model-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  color: #7ce5a6;
  font-weight: 700; }

/* Mobility Section */
.mobility-section {
  padding: 0rem 0 5rem 0;
  background: white; }
  @media (min-width: 992px) {
    .mobility-section.interna {
      margin-top: -90px !important; } }

.mobility-card {
  background: #f4efef;
  border-radius: 18px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: #1f1f1f; }

.mobility-card small,
.mobility-card h2,
.mobility-card h3 {
  color: #45771d; }

.mobility-card--hero {
  min-height: 100%;
  padding: 3rem 3rem 9rem 3rem; }

.mobility-card--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--mobility-image);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom center;
  opacity: 0.9;
  pointer-events: none; }

.mobility-card--hero > * {
  position: relative;
  z-index: 1; }

.mobility-card--mini {
  justify-content: center;
  gap: 0.5rem; }

.mobility-card small {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600; }

.mobility-card h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem; }

.mobility-card h3 {
  font-size: 1.35rem;
  margin: 0; }

.mobility-card p {
  color: #4a4a4a;
  margin: 0; }

.mobility-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%; }

.workshop-section {
  position: relative;
  padding: 2rem 0 3.5rem;
  background: #fbfaf6;
  overflow: hidden; }

.workshop-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(36, 29, 24, 0.03) 0, rgba(36, 29, 24, 0.03) 1px, transparent 1px);
  background-size: 6px 6px;
  opacity: 0.55;
  pointer-events: none; }

.workshop-section__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 3.5rem;
  align-items: center; }

.workshop-section__collage {
  position: relative;
  min-height: 620px; }

.workshop-section__photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 22px 38px rgba(18, 15, 12, 0.12); }

.workshop-section__photo--accent {
  top: 2rem;
  left: 0;
  width: 52%;
  height: 72%; }

.workshop-section__photo--main {
  top: 4.8rem;
  left: 35%;
  width: 42%;
  height: 57%; }

.workshop-section__photo--secondary {
  bottom: 1.6rem;
  left: 19%;
  width: 45%;
  height: 31%; }

.workshop-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.workshop-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.5rem; }

.workshop-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.95rem;
  color: #2bb17e;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.75rem; }

.workshop-section__content h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.05;
  color: #241d18;
  margin-bottom: 1.35rem;
  max-width: 560px;
  font-weight: 300;
  letter-spacing: -0.03em; }

.workshop-section__content p {
  max-width: 470px;
  margin: 0 0 1.75rem;
  color: rgba(36, 29, 24, 0.78);
  font-size: 1rem;
  line-height: 1.7; }

.workshop-section__list {
  display: flex;
  flex-direction: column;
  margin-top: 0; }

.workshop-section__item {
  padding: 1rem 2.4rem 1rem 0;
  border-bottom: 1px solid rgba(36, 29, 24, 0.16);
  background: transparent;
  color: #241d18;
  position: relative; }

.workshop-section__item::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #241d18;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1; }

.workshop-section__item strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.35rem; }

.workshop-section__item span {
  display: block;
  max-width: 380px;
  color: rgba(36, 29, 24, 0.72);
  font-size: 0.97rem;
  line-height: 1.55; }

/* Collection Section */
.collection-section {
  padding: 2.75rem 0 4rem;
  background: #ffffff; }

.collection-section__header {
  max-width: 620px;
  margin: 0 auto 1.5rem;
  text-align: center; }

.collection-section__eyebrow {
  display: inline-block;
  margin-bottom: 1.05rem;
  color: #2bb17e;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.75rem; }

.collection-section__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  color: #161b18; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem; }

.collection-section__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem; }

.collection-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: #101613;
  border: 1px solid rgba(43, 177, 126, 0.2);
  color: #f5fbf7;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease; }

.collection-section__cta:hover {
  color: #ffffff;
  background: #17201b;
  border-color: rgba(43, 177, 126, 0.42);
  transform: translateY(-2px); }

.collection-card {
  position: relative;
  min-height: 320px;
  border-radius: 26px;
  overflow: hidden;
  background: #eef2ee; }

.collection-card--wide {
  min-height: 360px; }

.collection-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none; }

.collection-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease; }

.collection-card__overlay {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 12, 10, 0.2) 0%, rgba(8, 12, 10, 0.82) 100%);
  color: #ffffff;
  backdrop-filter: blur(8px); }

.collection-card__category {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #8ff0b8;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 700; }

.collection-card__overlay h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.15;
  color: #ffffff; }

.collection-card__link:hover .collection-card__image {
  transform: scale(1.04);
  filter: saturate(1.02); }

.collection-section--inner {
  padding-top: 1.2rem; }

.internal-hero {
  position: relative;
  padding: 9.35rem 0 2.45rem;
  background:
    radial-gradient(circle at top left, rgba(74, 222, 128, 0.06), transparent 18%),
    linear-gradient(180deg, #07100d 0%, #0d1512 100%);
  overflow: hidden; }

.internal-hero__heading {
  max-width: 760px; }

.internal-hero__heading .collection-section__eyebrow {
  margin-bottom: 1.35rem; }

.internal-hero__heading h1 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff; }

.internal-toolbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(18, 24, 21, 0.08); }

.internal-toolbar__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0 0.8rem; }

.internal-toolbar__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0 0 1rem; }

.internal-toolbar__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 24, 21, 0.08);
  background: #f6f8f6;
  color: #223029;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }

.internal-toolbar__link:hover {
  color: #171f1a;
  background: #edf3ef;
  border-color: rgba(43, 177, 126, 0.2); }

.internal-toolbar__link.is-active {
  background: rgba(43, 177, 126, 0.1);
  border-color: rgba(43, 177, 126, 0.28);
  color: #178958; }

.internal-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  color: rgba(28, 37, 32, 0.58);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600; }

.internal-hero__breadcrumb a {
  color: rgba(28, 37, 32, 0.52);
  text-decoration: none; }

.internal-hero__breadcrumb a:hover {
  color: rgba(18, 24, 21, 0.86); }

.internal-hero__breadcrumb strong {
  color: #2bb17e;
  font-weight: 700; }

.internal-hero__support {
  display: inline-block;
  color: rgba(28, 37, 32, 0.7);
  font-size: 0.82rem;
  font-weight: 600; }

.about-page {
  background: #ffffff; }

.about-intro {
  padding: 1.6rem 0 3rem;
  background: #fbfaf6; }

.about-intro__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7f4 100%);
  border: 1px solid rgba(18, 24, 21, 0.06);
  box-shadow: 0 20px 48px rgba(27, 35, 31, 0.07); }

.about-intro__copy h2,
.about-values__content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.95rem, 3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #171d19; }

.about-intro__text {
  color: rgba(28, 37, 32, 0.78);
  line-height: 1.82; }

.about-intro__text p:last-child {
  margin-bottom: 0; }

.about-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem; }

.about-intro__chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(43, 177, 126, 0.08);
  border: 1px solid rgba(43, 177, 126, 0.16);
  color: #1d8d60;
  font-size: 0.86rem;
  font-weight: 700; }

.about-intro__media {
  border-radius: 30px;
  overflow: hidden;
  min-height: 100%; }

.about-intro__media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block; }

.about-photo-gallery {
  padding: 0 0 4rem;
  background: #ffffff; }

.about-photo-gallery__header {
  max-width: 760px;
  margin: 0 auto 1.6rem;
  text-align: center; }

.about-photo-gallery__header h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #171d19; }

.about-photo-gallery__header p {
  margin: 0;
  color: rgba(28, 37, 32, 0.72);
  line-height: 1.72; }

.about-photo-gallery__mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 1rem; }

.about-photo-gallery__item {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: #eef2ee;
  box-shadow: 0 16px 38px rgba(25, 34, 29, 0.08); }

.about-photo-gallery__item--hero {
  grid-column: span 2;
  grid-row: span 2; }

.about-photo-gallery__item--tall {
  grid-row: span 2; }

.about-photo-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease; }

.about-photo-gallery__item:hover img {
  transform: scale(1.04);
  filter: saturate(1.03); }

.about-values {
  padding: 0 0 4rem;
  background: #ffffff; }

.about-values__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 1.5rem;
  align-items: stretch; }

.about-values__content,
.about-values__list {
  border-radius: 30px;
  border: 1px solid rgba(18, 24, 21, 0.06);
  box-shadow: 0 18px 42px rgba(27, 35, 31, 0.06); }

.about-values__content {
  padding: 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #f7f3ea 100%); }

.about-values__list {
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  background: linear-gradient(135deg, #0b120e, #111a15); }

.about-values__item {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06); }

.about-values__item strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #ffffff;
  font-size: 1rem; }

.about-values__item span {
  color: rgba(241, 246, 242, 0.76);
  line-height: 1.6; }

.detail-page {
  padding: 2rem 0 1.2rem;
  background: #ffffff; }

.detail-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start; }

.detail-showcase__media {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.detail-showcase__frame {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f7f4 0%, #eef5ef 100%);
  border: 1px solid rgba(18, 24, 21, 0.08);
  box-shadow: 0 20px 48px rgba(21, 28, 24, 0.08);
  aspect-ratio: 5 / 4; }

.detail-showcase__frame--product {
  aspect-ratio: 1 / 1;
  padding: 2rem; }

.detail-showcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.detail-showcase__image--contain {
  object-fit: contain; }

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem; }

.detail-gallery__item {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #eef3ef;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(18, 24, 21, 0.06); }

.detail-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.detail-showcase__content {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.detail-showcase__eyebrow {
  display: inline-block;
  color: #1ca068;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 700; }

.detail-showcase__content h2 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #141915; }

.detail-showcase__lead {
  margin: 0;
  color: rgba(28, 37, 32, 0.74);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 52ch; }

.detail-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem; }

.detail-highlight {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: #f6f8f6;
  border: 1px solid rgba(18, 24, 21, 0.06); }

.detail-highlight__label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(28, 37, 32, 0.58);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700; }

.detail-highlight strong {
  display: block;
  color: #141915;
  font-size: 1.12rem;
  line-height: 1.25; }

.detail-cta-card {
  padding: 1.15rem 1.25rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #09110d 0%, #101915 100%);
  color: #ffffff;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16); }

.detail-cta-card h3 {
  margin: 0 0 0.95rem;
  font-size: 1.25rem;
  line-height: 1.1; }

.detail-cta-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0; }

.detail-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 229, 166, 0.3);
  color: #f6fbf8;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease; }

.detail-btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(124, 229, 166, 0.48); }

.detail-section {
  padding: 1.3rem 0 3rem;
  background: #ffffff; }

.detail-section--soft {
  background: #fbfaf6; }

.detail-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 1.4rem;
  align-items: stretch; }

.detail-copy-card,
.detail-benefits-card,
.detail-specs {
  border-radius: 28px;
  border: 1px solid rgba(18, 24, 21, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(30, 37, 33, 0.06); }

.detail-copy-card {
  padding: 2rem; }

.detail-copy-card h3,
.detail-specs__header h3 {
  margin: 0 0 0.9rem;
  color: #141915;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em; }

.detail-copy-card p {
  margin: 0;
  color: rgba(28, 37, 32, 0.78);
  line-height: 1.76; }

.detail-benefits-card {
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  background: linear-gradient(135deg, #f6faf7 0%, #ffffff 100%); }

.detail-benefit {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(18, 24, 21, 0.06); }

.detail-benefit strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #141915;
  font-size: 1rem; }

.detail-benefit span {
  color: rgba(28, 37, 32, 0.72);
  line-height: 1.55; }

.detail-specs {
  padding: 1.8rem; }

.detail-specs__header {
  max-width: 540px;
  margin-bottom: 1.4rem; }

.detail-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem; }

.detail-specs__item,
.detail-specs__list-item {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(18, 24, 21, 0.06); }

.detail-specs__item span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(28, 37, 32, 0.58);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700; }

.detail-specs__item strong,
.detail-specs__list-item span {
  color: #141915;
  line-height: 1.55; }

.detail-specs__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem; }

/* CTA Banner */
.cta-banner {
  padding: 4rem 0;
  background: transparent; }

.cta-wrapper {
  background: linear-gradient(135deg, #08110c 0%, #0d1712 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 2.8rem;
  color: #fff;
  border: 1px solid rgba(124, 229, 166, 0.14);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35); }

.cta-column {
  display: flex;
  align-items: center; }

.cta-column--button {
  flex: 0 0 auto;
  justify-content: flex-end; }

.cta-whats-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem; }

.cta-column--text {
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  text-align: left; }

.cta-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #88e8af;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 700; }

.cta-column--text h2 {
  max-width: 540px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
  margin: 0 0 0.8rem; }

.cta-column--text p {
  max-width: 560px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(244, 247, 243, 0.78); }

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem; }

.cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef7f1;
  font-size: 0.88rem; }

.cta-points span::before {
  content: "\2713";
  color: #7ce5a6;
  font-weight: 700; }

.cta-whats {
  min-width: 240px;
  padding: 0.95rem 1.5rem;
  text-align: center;
  border-width: 2px;
  border-color: rgba(124, 229, 166, 0.38);
  background: #1fa463;
  color: #ffffff; }

.cta-whats:hover {
  background: #239c61;
  color: #ffffff;
  border-color: rgba(124, 229, 166, 0.54); }

@media (max-width: 991.98px) {
  .cta-wrapper {
    flex-direction: column;
    text-align: center; }

  .cta-column {
    justify-content: center; }

  .cta-column--text {
    align-items: center;
    text-align: center; }

  .cta-column--button {
    justify-content: center; }

  .cta-points {
    justify-content: center; }

  .cta-whats-group {
    width: 100%; }

  .footer-units {
    grid-template-columns: 1fr; } }
/* Sobre Page */
.topo {
  position: relative; }

.topo img {
  width: 100%;
  display: block; }

.topo-overlay {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

.topo-overlay .sobre-section__cta {
  margin-bottom: 0; }

.sobre-page {
  background: #050505;
  color: #fff; }

.sobre-first-fold {
  padding: 5rem 0 4rem; }

.sobre-first-fold__content {
  max-width: 520px;
  padding: 3rem 2rem; }

.sobre-first-fold__content small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--verde-urbe);
  font-weight: 600;
  display: block;
  margin-bottom: 1rem; }

.sobre-first-fold__content h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem; }

.sobre-first-fold__text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8; }

.sobre-first-fold__image {
  min-height: 420px;
  background-size: cover;
  background-position: center; }

@media (min-width: 992px) {
  .sobre-first-fold__image {
    min-height: 560px; } }
.sobre-section {
  padding: 4rem 0 6rem; }

.sobre-section__headline {
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  color: #fff; }
  .sobre-section__headline.internas {
    margin-bottom: 6.5rem; }

@media (max-width: 768px) {
  .sobre-section__headline {
    font-size: 2rem; } }
.sobre-section__cta {
  margin-bottom: 3rem; }

.sobre-section__content small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--verde-urbe);
  font-weight: 600;
  display: block;
  margin-bottom: 0.75rem; }

.sobre-section__content h2 {
  font-size: 2rem;
  margin-bottom: 1rem; }

.sobre-section__text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7; }

.sobre-section__image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45); }

/* Footer */
footer {
  background: linear-gradient(135deg, #0d1712, #173025);
  color: white;
  padding: 4rem 0 2rem; }

.footer-logo {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.footer-column h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 600; }

.footer-column ul {
  list-style: none;
  padding: 0; }

.footer-column ul li {
  margin-bottom: 0.75rem; }

.footer-column a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s; }

.footer-column a:hover {
  opacity: 1; }

.footer-units {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem; }

.footer-unit h5 {
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  font-weight: 700; }

.footer-whats-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(43, 177, 126, 0.14);
  border: 1px solid rgba(43, 177, 126, 0.24);
  color: #f4fff8;
  font-weight: 700;
  text-decoration: none; }

.footer-whats-btn:hover {
  background: rgba(43, 177, 126, 0.22);
  color: #ffffff; }

.contact-page {
  padding: 2rem 0 4rem;
  background: #fbfaf6; }

.contact-page__intro {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  text-align: center; }

.contact-page__intro h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #171d19; }

.contact-page__intro p {
  margin: 0;
  color: rgba(28, 37, 32, 0.72);
  line-height: 1.72; }

.contact-page__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem; }

.contact-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem; }

.contact-branch-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(18, 24, 21, 0.06);
  box-shadow: 0 20px 45px rgba(23, 47, 28, 0.1); }

.contact-branch-card__map {
  min-height: 320px;
  background: #eef3ef; }

.contact-branch-card__map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block; }

.contact-branch-card__body {
  padding: 1.5rem; }

.contact-branch-card__city {
  display: inline-block;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
  font-size: 0.75rem;
  color: #2bb17e;
  font-weight: 700; }

.contact-branch-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.45rem;
  color: #171d19; }

.contact-branch-card p {
  margin: 0 0 1rem;
  color: #4d5752;
  line-height: 1.68; }

.contact-branch-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem; }

.contact-branch-card__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #f3f6f3;
  border: 1px solid rgba(18, 24, 21, 0.08);
  color: #1b2b22;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease; }

.contact-branch-card__links a:hover {
  background: rgba(43, 177, 126, 0.1);
  border-color: rgba(43, 177, 126, 0.24);
  color: #18895a; }

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 18px 36px rgba(79, 174, 100, 0.4); }

.whatsapp-float i {
  font-size: 1.5rem; }

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px; } }
.contact-highlight {
  background: #f5f7f1;
  padding: 5rem 0; }

.contact-highlight__inner {
  background: linear-gradient(135deg, #7bb052, #6c9e49);
  border-radius: 30px;
  padding: 3rem;
  color: white;
  box-shadow: 0 30px 60px rgba(42, 82, 55, 0.2); }

.contact-highlight__media {
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 2rem; }

.contact-highlight__media img {
  width: 100%;
  border-radius: 15px;
  display: block; }

.contact-highlight__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem; }

.contact-highlight__grid h5 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 1rem; }

.contact-highlight__grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.contact-highlight__grid li {
  opacity: 0.95; }

.contact-highlight__address p {
  margin-bottom: 0.5rem; }

.contact-highlight__phone {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem; }

.contact-highlight__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem; }

.contact-highlight__logo {
  height: 48px;
  margin-bottom: 1rem; }

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem; }

.footer-contact i {
  font-size: 1.1rem;
  line-height: 1.4; }

.social-links a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  transition: background 0.3s;
  color: white;
  text-decoration: none; }

.social-links a:hover {
  background: rgba(255, 255, 255, 0.3); }

.footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem; }

  .hero-slider #slide-home,
  .hero-slider #slide-home .owl-stage-outer,
  .hero-slider #slide-home .owl-stage,
  .hero-slider #slide-home .owl-item,
  .hero-slider #slide-home .item,
  .hero-slide-image {
    min-height: 72vh;
    height: 72vh; }

  .hero.hero-editorial {
    padding: 7.2rem 0 3.8rem; }

  .hero-editorial__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem; }

  .hero-editorial__copy {
    max-width: 100%; }

  .hero-editorial__copy h1 {
    max-width: 11ch; }

  .hero-editorial__media {
    gap: 0.8rem; }

  .hero-editorial__frame {
    aspect-ratio: 16 / 11; }

  .hero-editorial__meta {
    justify-content: center; } 

  .internal-hero {
    padding: 8rem 0 1.15rem; }

  .about-intro__panel,
  .about-values__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem; }

  .internal-toolbar__bar {
    flex-direction: column;
    align-items: flex-start; }

  .internal-hero__breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.35rem; }

  .internal-toolbar__categories {
    padding-bottom: 0.85rem; }

  .about-intro__media img {
    min-height: 340px; }

  .about-photo-gallery__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px; }

  .about-photo-gallery__item--hero,
  .about-photo-gallery__item--tall {
    grid-column: span 1;
    grid-row: span 1; }

  .hero-slide-copy {
    max-width: 100%;
    padding: 2.5rem 0 3rem; }

  .hero-slide-copy h1 {
    max-width: 11ch; }

  .hero-slide-copy p {
    font-size: 0.98rem; }

  .hero-primary-cta,
  .hero-secondary-cta {
    width: 100%;
    min-width: 0; }

  .stores-showcase {
    grid-template-columns: 1fr;
    gap: 1.5rem; }

  .stores-showcase__intro {
    max-width: 100%;
    position: static; }

  .stores-showcase__grid {
    grid-template-columns: 1fr; }

  .models-section {
    padding-top: 3.25rem; }

  .home-models-shell {
    margin-top: -34px;
    padding-top: 34px; }

  .urbe-why-section {
    padding: 3.75rem 0; }

  .urbe-why-section__photo img {
    min-height: 360px; }

  .urbe-why-section__content {
    padding-left: 0; } 

  .urbe-why-list {
    grid-template-columns: 1fr; }

  .workshop-section {
    padding: 1.5rem 0 2rem; }

  .workshop-section__panel,
  .workshop-section__showcase {
    grid-template-columns: 1fr;
    gap: 2rem; }

  .workshop-section__content {
    padding: 0; }

  .workshop-section__collage {
    min-height: 420px; }

  .workshop-section__photo--accent {
    width: 48%;
    height: 68%; }

  .workshop-section__photo {
    min-height: 0; }

  .workshop-section__photo--main {
    top: 2.8rem;
    left: 28%;
    width: 48%;
    height: 56%; }

  .workshop-section__photo--secondary {
    bottom: 0;
    left: 10%;
    width: 48%;
    height: 30%; }

  .workshop-section__list {
    margin-top: 0.9rem; } 

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

  .produts-section .produto-card__media {
    padding: 1rem; }

  .produts-section .produto-card__body {
    padding: 1.2rem; }

  .contact-page {
    padding: 1.6rem 0 3rem; }

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

  .contact-highlight__inner {
    padding: 2rem; }

  .site-header {
    padding: 16px 0; }

  .header-shell {
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 0.75rem 0.85rem; }

  .navbar-brand img {
    height: 50px; }

  .navbar-collapse {
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
    padding: 0.9rem;
    border-radius: 16px;
    margin-top: 0.9rem; }

  .navbar-nav {
    width: 100%;
    align-items: stretch !important; }

  .navbar-dark .navbar-nav .nav-link {
    border-radius: 14px; }

  .dropdown-menu {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none; }

  .btn-gradient {
    width: 100%; } }

@media (max-width: 575px) {
  .models-section {
    padding-top: 2.8rem;
    padding-bottom: 3.5rem; }

  .benefits-band {
    padding: 3rem 0; }

  .benefits-band__header {
    margin-bottom: 1.9rem; }

  .benefit-tile {
    padding: 1.5rem 1.2rem; }

  .internal-hero {
    padding: 7.55rem 0 1rem; }

  .internal-hero__heading h1 {
    font-size: 1.55rem; }

  .internal-toolbar__categories {
    gap: 0.55rem; }

  .internal-toolbar__link {
    width: 100%;
    justify-content: flex-start; }

  .about-intro__panel,
  .about-values__content,
  .about-values__list {
    padding: 1.4rem; }

  .about-photo-gallery__mosaic {
    grid-template-columns: 1fr; }

  .about-photo-gallery__item,
  .about-photo-gallery__item--hero,
  .about-photo-gallery__item--tall {
    min-height: 250px; }

  .about-photo-gallery__item--hero,
  .about-photo-gallery__item--tall {
    grid-column: span 1;
    grid-row: span 1; }

  .workshop-section {
    padding: 1.2rem 0 2rem; }

  .workshop-section__collage {
    min-height: 320px; }

  .workshop-section__photo--accent {
    top: 1rem;
    width: 54%;
    height: 64%; }

  .workshop-section__photo--main {
    top: 2rem;
    left: 32%;
    width: 54%;
    height: 52%; }

  .workshop-section__photo--secondary {
    left: 12%;
    width: 54%;
    height: 28%; }

  .workshop-section__content h2 {
    font-size: 2rem;
    margin-bottom: 1rem; }

  .workshop-section__content p {
    margin-bottom: 1.2rem;
    font-size: 0.95rem; }

  .workshop-section__item {
    padding-right: 2rem; }

  .workshop-section__item strong {
    font-size: 1rem; }

  .workshop-section__item span {
    font-size: 0.9rem; }

  .collection-section {
    padding: 2.25rem 0 3rem; }

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

  .collection-card,
  .collection-card--wide {
    min-height: 280px; }

  .collection-card__overlay {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    padding: 0.85rem 0.95rem; }

  .collection-card__overlay h3 {
    font-size: 1rem; } }

@media (max-width: 575px) {
  .home-models-shell {
    margin-top: -24px;
    padding-top: 24px; } }

@media (max-width: 991.98px) {
  .detail-showcase,
  .detail-section__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem; }

  .detail-showcase__frame--product {
    aspect-ratio: 5 / 4; }

  .detail-specs__grid,
  .detail-specs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 575px) {
  .detail-page {
    padding-top: 1.2rem; }

  .detail-showcase__content h2,
  .detail-copy-card h3,
  .detail-specs__header h3 {
    font-size: 1.85rem; }

  .detail-highlight-grid,
  .detail-specs__grid,
  .detail-specs__list {
    grid-template-columns: 1fr; }

  .detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .detail-showcase__frame,
  .detail-showcase__frame--product {
    border-radius: 24px; }

  .detail-copy-card,
  .detail-specs {
    padding: 1.4rem; }

  .detail-cta-card__actions .btn,
  .detail-btn-outline {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
