.dash-strip {
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.18);
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
  padding: 1.25rem 1rem;
  margin: -2.5rem auto 0;
  max-width: 80rem;
  width: calc(100% - 2.5rem);
  position: relative;
  z-index: 6;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 640px) {
  .dash-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 1.5rem;
    width: calc(100% - 3rem);
  }
}

@media (min-width: 1024px) {
  .dash-strip {
    grid-template-columns: repeat(5, 1fr);
    padding: 1.75rem 2rem;
    margin-top: -3rem;
    width: calc(100% - 4rem);
  }
}

.dash-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-right: 1px solid rgba(225, 189, 199, 0.18);
}

.dash-item:last-child {
  border-right: 0;
}

@media (max-width: 639px) {
  .dash-item {
    border-right: 0;
    border-bottom: 1px solid rgba(225, 189, 199, 0.18);
    padding-bottom: 0.75rem;
  }

  .dash-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

.dash-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(237, 39, 140, 0.1);
  color: #c01070;
  margin-bottom: 0.25rem;
}

.dash-item.is-accent .dash-icon {
  background: #ed278c;
  color: #fff;
}

.dash-icon .material-symbols-outlined {
  font-size: 1.25rem;
}

.dash-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: #141b2b;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

.dash-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #535d6b;
  line-height: 1.3;
}

.style-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.25rem 0;
}

.style-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  line-height: 1;
}

.style-pill .material-symbols-outlined {
  font-size: 0.875rem;
  color: #ffb0cb;
}

.hero-promise {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(237, 39, 140, 0.16);
  color: #ffb0cb;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(237, 39, 140, 0.28);
  margin-bottom: 1rem;
}

.hero-promise .material-symbols-outlined {
  font-size: 0.875rem;
}

.nozze-hero-2col {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: end;
}

@media (min-width: 1024px) {
  .nozze-hero-2col {
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.hero-col-text {
  display: flex;
  flex-direction: column;
}

.hero-col-price {
  display: block;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .hero-col-price {
    margin: 0;
    max-width: none;
    align-self: flex-end;
  }
}

.price-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
  .price-card {
    padding: 1.75rem 1.75rem 1.5rem;
  }
}

.price-card-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  display: block;
  margin-bottom: 0.4rem;
}

.price-card-amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.015em;
  margin-bottom: 0.35rem;
}

@media (min-width: 768px) {
  .price-card-amount {
    font-size: 2.5rem;
  }
}

.price-card-currency {
  color: #ffb0cb;
  font-size: 0.8em;
  margin-left: 0.05em;
}

.price-card-pp {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.78);
  display: block;
  line-height: 1.4;
}

.nozze-hero-detail::after {
  content: none;
}

@media (min-width: 1024px) {
  .nozze-hero-detail .nozze-hero-content {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.intro-lead-full {
  font-family: 'Inter', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #141b2b;
  font-weight: 400;
  margin: 0 0 1.75rem 0;
  max-width: none;
}

@media (min-width: 768px) {
  .intro-lead-full {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.description-prose-full p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #535d6b;
  margin: 0 0 1rem 0;
  max-width: none;
}

@media (min-width: 768px) {
  .description-prose-full p {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.description-prose-full p:last-child {
  margin-bottom: 0;
}

.description-prose-full p strong {
  color: #141b2b;
  font-weight: 600;
}

.description-prose-full p em {
  color: #c01070;
  font-style: normal;
  font-weight: 600;
}

.section-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 189, 199, 0.4), transparent);
  margin: 0 1.25rem;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .gallery-masonry {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(180px, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .gallery-masonry {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, minmax(220px, 260px));
    gap: 1rem;
  }
}

.gallery-tile {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #f1f3ff;
  display: block;
  aspect-ratio: 4 / 3;
}

@media (min-width: 640px) {
  .gallery-tile {
    aspect-ratio: auto;
  }

  .gallery-tile-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .gallery-tile-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .gallery-tile-3 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .gallery-tile-4 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }

  .gallery-tile-5 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gallery-tile-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }

  .gallery-tile-2 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .gallery-tile-3 {
    grid-column: 5 / 7;
    grid-row: 1 / 2;
  }

  .gallery-tile-4 {
    grid-column: 4 / 6;
    grid-row: 2 / 3;
  }

  .gallery-tile-5 {
    display: block;
    grid-column: 6 / 7;
    grid-row: 2 / 3;
  }
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}

.gallery-tile:hover img {
  transform: scale(1.06);
}

.gallery-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1rem 0.875rem;
  background: linear-gradient(to top, rgba(15, 24, 34, 0.78) 0%, rgba(15, 24, 34, 0.4) 60%, transparent 100%);
  color: #fff;
  pointer-events: none;
}

.gallery-tile-loc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffb0cb;
  display: block;
  margin-bottom: 0.2rem;
}

.gallery-tile-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.005em;
}

.tappa-num {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(15, 24, 34, 0.85);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.itin-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.75rem 0 0;
}

.itin-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #594048;
  background: #f1f3ff;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  line-height: 1.2;
  border: 1px solid rgba(225, 189, 199, 0.2);
}

.itin-tag .material-symbols-outlined {
  font-size: 0.85rem;
  color: #c01070;
}

.icon-strip-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  background: #f1f3ff;
  border: 1px solid rgba(225, 189, 199, 0.2);
  border-radius: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .icon-strip-detail {
    gap: 2rem;
    padding: 1.75rem 2rem;
  }
}

.is-item-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #535d6b;
}

.is-item-detail strong {
  color: #141b2b;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}

.is-item-detail .material-symbols-outlined {
  font-size: 1.25rem;
  color: #c01070;
}

.is-sep-detail {
  width: 1px;
  height: 1.5rem;
  background: rgba(225, 189, 199, 0.4);
  display: none;
}

@media (min-width: 768px) {
  .is-sep-detail {
    display: block;
  }
}

.incl-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .incl-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

.incl-col {
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.22);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}

@media (min-width: 640px) {
  .incl-col {
    padding: 1.75rem 1.5rem;
  }
}

.incl-col-head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid rgba(225, 189, 199, 0.22);
}

.incl-col-head .material-symbols-outlined {
  font-size: 1.5rem;
}

.incl-col.is-yes .incl-col-head .material-symbols-outlined {
  color: #15803d;
}

.incl-col.is-no .incl-col-head .material-symbols-outlined {
  color: #b45309;
}

.incl-col-head h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.0625rem;
  color: #141b2b;
  margin: 0;
  letter-spacing: -0.005em;
}

.incl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.incl-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  color: #3a4456;
  padding: 0.5rem 0 0.5rem 1.625rem;
  line-height: 1.5;
  position: relative;
}

.incl-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.incl-col.is-yes .incl-list li::before {
  background: rgba(21, 128, 61, 0.15);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2315803d'%3E%3Cpath d='M6.5 11L3 7.5l1-1L6.5 9 12 3.5l1 1z'/%3E%3C/svg%3E");
  background-size: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
}

.designer-section {
  background: linear-gradient(135deg, #f1f3ff 0%, #e9edff 100%);
  border: 1px solid rgba(225, 189, 199, 0.22);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .designer-section {
    padding: 2.5rem;
  }
}

.designer-section .nozze-lead {
  color: #141b2b;
}

.designer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid rgba(237, 39, 140, 0.25);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c01070;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.designer-badge .ai-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ed278c;
  animation: pulse-dot 1.4s ease-in-out infinite;
}

.designer-form {
  margin-top: 1.25rem;
}

.designer-form-grid {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .designer-form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.d-label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #141b2b;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}

.d-select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.3);
  border-radius: 0.625rem;
  color: #141b2b;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  outline: none;
  min-height: 44px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23c01070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 2.5rem;
  cursor: pointer;
}

.d-select:focus {
  border-color: #ed278c;
}

.btn-designer {
  width: 100%;
  background: #ed278c;
  color: #fff;
  border: none;
  padding: 0.85rem 1.5rem;
  border-radius: 0.625rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.9375rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
}

.btn-designer:hover {
  background: #c01070;
}

@media (min-width: 640px) {
  .btn-designer {
    width: auto;
  }
}

.result-box {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  display: none;
  border-left: 3px solid transparent;
}

.result-box.show {
  display: block;
}

.result-best {
  background: rgba(21, 128, 61, 0.08);
  color: #0f5e3a;
  border-left-color: #15803d;
}

.result-good {
  background: rgba(192, 16, 112, 0.08);
  color: #7a0a48;
  border-left-color: #c01070;
}

.result-possible {
  background: rgba(180, 83, 9, 0.08);
  color: #7c4d09;
  border-left-color: #b45309;
}

.result-avoid {
  background: rgba(185, 28, 28, 0.08);
  color: #7a1313;
  border-left-color: #b91c1c;
}

.periods-view {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .periods-view {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .periods-view {
    grid-template-columns: repeat(4, 1fr);
  }
}

.period-card {
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.22);
  border-radius: 1rem;
  padding: 1.25rem 1.125rem;
  display: flex;
  flex-direction: column;
}

.period-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid rgba(225, 189, 199, 0.18);
}

.period-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.period-card.is-best .period-icon {
  background: rgba(21, 128, 61, 0.12);
  color: #15803d;
}

.period-card.is-good .period-icon {
  background: rgba(237, 39, 140, 0.12);
  color: #c01070;
}

.period-card.is-possible .period-icon {
  background: rgba(180, 83, 9, 0.12);
  color: #b45309;
}

.period-card.is-avoid .period-icon {
  background: rgba(185, 28, 28, 0.12);
  color: #b91c1c;
}

.period-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  color: #141b2b;
  margin: 0;
  letter-spacing: -0.005em;
  line-height: 1.2;
}

.period-months {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.875rem;
}

.period-month {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 0.4rem;
  line-height: 1;
}

.period-card.is-best .period-month {
  background: rgba(21, 128, 61, 0.1);
  color: #0f5e3a;
  border: 1px solid rgba(21, 128, 61, 0.18);
}

.period-card.is-good .period-month {
  background: rgba(237, 39, 140, 0.08);
  color: #7a0a48;
  border: 1px solid rgba(237, 39, 140, 0.18);
}

.period-card.is-possible .period-month {
  background: rgba(180, 83, 9, 0.08);
  color: #7c4d09;
  border: 1px solid rgba(180, 83, 9, 0.18);
}

.period-card.is-avoid .period-month {
  background: rgba(185, 28, 28, 0.08);
  color: #7a1313;
  border: 1px solid rgba(185, 28, 28, 0.18);
}

.period-empty {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #594048;
  font-style: italic;
  margin-bottom: 0.875rem;
}

.period-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #535d6b;
  margin: 0;
  flex: 1;
}

.proof-strip-detail {
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.22);
  border-radius: 1.25rem;
  padding: 1.75rem 1.25rem;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.04);
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .proof-strip-detail {
    padding: 2.25rem 2rem;
  }
}

.proof-stats-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 42rem;
  margin: 0 auto;
}

.proof-stats-3 .proof-stat {
  text-align: center;
  padding: 0.5rem;
}

.proof-stats-3 .proof-stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.625rem;
  color: #ed278c;
  line-height: 1;
  display: block;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .proof-stats-3 .proof-stat-num {
    font-size: 2.25rem;
  }
}

.proof-stats-3 .proof-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #535d6b;
  line-height: 1.4;
}

.price-summary {
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.25);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}

@media (min-width: 640px) {
  .price-summary {
    padding: 2rem;
  }
}

.price-summary-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c01070;
  display: block;
  margin-bottom: 0.625rem;
}

.price-summary-amount {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.625rem, 3.5vw, 2rem);
  line-height: 1.2;
  color: #141b2b;
  letter-spacing: -0.01em;
  margin: 0 0 0.4rem 0;
}

.price-summary-amount .price-currency {
  color: #c01070;
  font-weight: 800;
  margin-left: 0.1em;
}

.price-summary-pp {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #535d6b;
  margin: 0;
  line-height: 1.5;
}

.sticky-bottom {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(225, 189, 199, 0.22);
  border-radius: 9999px;
  padding: 0.4rem;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.18);
  max-width: 24rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sticky-bottom {
    display: none;
  }
}

.sb-call,
.sb-wa {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
}

.sb-call {
  background: #164383;
  color: #fff;
}

.sb-wa {
  background: #25d366;
  color: #fff;
}

.sb-main {
  flex: 1;
  background: #ed278c;
  color: #fff;
  border: 0;
  padding: 0 1rem;
  border-radius: 9999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
}

.sb-main:hover {
  background: #c01070;
}

.sb-call svg,
.sb-wa svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}