﻿body.public-site-body {
  background: #f4f2ec;
  color: #1a2b45;
  font-family: "Bricolage Grotesque", sans-serif;
}

.public-site-body main {
  padding-top: 0;
}

.public-site a {
  text-decoration: none;
}

.public-site .alert {
  max-width: 1240px;
  margin: 88px auto 0;
}

.public-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 72px;
  padding: 0 48px;
  background: rgba(244, 242, 236, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e2ddd4;
}

.public-nav-logo,
.public-footer-brand {
  display: inline-flex;
  align-items: center;
}

.public-nav-logo img {
  display: block;
  width: auto;
  height: 38px;
  max-width: 190px;
}

.public-footer-brand img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 220px;
}

.public-nav-links,
.public-nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.public-nav-links a,
.public-nav-contact,
.public-nav-login {
  color: #5a6a82;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.public-nav-links a:hover,
.public-nav-contact:hover,
.public-nav-login:hover,
.public-nav-contact.is-active {
  color: #1a2b45;
}

.public-nav-cta,
.public-site .btn-primary,
.public-site .atc-btn,
.public-site .btn-submit,
.public-site .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border-radius: 10px;
  border: 0;
  background: #991635;
  color: #ffffff;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease;
}

.public-nav-cta:hover,
.public-site .btn-primary:hover,
.public-site .atc-btn:hover,
.public-site .btn-submit:hover,
.public-site .btn-gold:hover {
  transform: translateY(-2px);
  background: #7a1028;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(153, 22, 53, 0.18);
}

.public-site .btn-outline,
.public-site .btn-ghost,
.public-site .btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border-radius: 10px;
  border: 1.5px solid #e2ddd4;
  background: transparent;
  color: #1a2b45;
  font-weight: 700;
}

.public-site .btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
}

.public-site .btn-ghost:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.public-site section,
.page-header,
.contact-layout,
.public-footer {
  padding-left: 48px;
  padding-right: 48px;
}

#hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  min-height: 100vh;
  padding-top: 128px;
  padding-bottom: 72px;
  overflow: hidden;
}

#hero::before,
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(226, 221, 212, 0.9) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.4;
  pointer-events: none;
}

.hero-blob,
.page-header::after {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(200, 146, 10, 0.09) 0%, transparent 68%);
  pointer-events: none;
}

.hero-blob {
  width: 640px;
  height: 640px;
  top: -140px;
  right: -80px;
}

.hero-copy,
.hero-visual,
.page-header-inner {
  position: relative;
  z-index: 1;
}

.hero-eyebrow,
.section-label,
.page-label,
.step-num-badge,
.cta-banner-label,
.sidebar-title {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #c8920a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-eyebrow {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #fdf3dc;
  border: 1px solid rgba(200, 146, 10, 0.22);
  margin-bottom: 1.4rem;
}

.hero-headline,
.section-title,
.page-title,
.cta-banner-title,
.form-title,
.success-title,
.prod-title {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #1a2b45;
}

.hero-headline {
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  line-height: 1.06;
  margin-bottom: 1.2rem;
}

.hero-headline em,
.section-title em,
.page-title em,
.cta-banner-title em {
  color: #c8920a;
  font-style: italic;
}

.hero-sub,
.section-sub,
.page-sub,
.faq-answer,
.video-quote,
.step-desc,
.check-label,
.form-sub,
.success-sub {
  color: #5a6a82;
  line-height: 1.75;
}

.hero-sub {
  max-width: 560px;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.hero-actions,
.cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.6rem;
  padding-top: 1.8rem;
  border-top: 1px solid #e2ddd4;
}

.hero-stat-num {
  font-family: "DM Serif Display", serif;
  font-size: 1.9rem;
  line-height: 1;
}

.hero-stat-label {
  color: #8a9ab4;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.3rem;
}

.hero-visual {
  position: relative;
}

.hero-img-main,
.hero-img-secondary,
.gallery-main,
.video-card,
.step-card,
.product-card,
.ugc-card,
.sidebar-product,
.contact-method,
.pack-option,
.form-tabs,
.check-row {
  border: 1px solid #e2ddd4;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(26, 43, 69, 0.1);
}

.hero-img-main,
.gallery-main,
.video-card,
.step-card,
.product-card,
.ugc-card {
  overflow: hidden;
}

.hero-img-main {
  border-radius: 18px;
}

.hero-img-main img,
.gallery-main img,
.step-img img,
.product-card-img img,
.video-thumb img,
.ugc-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hero-img-main img {
  height: 420px;
}

.hero-img-secondary {
  position: absolute;
  left: -32px;
  bottom: -24px;
  width: 46%;
  border-radius: 14px;
}

.hero-img-secondary img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}

.float-notif {
  position: absolute;
  top: 20px;
  right: -20px;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2ddd4;
  box-shadow: 0 16px 42px rgba(26, 43, 69, 0.12);
}

.fn-label {
  color: #8a9ab4;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fn-val {
  font-family: "DM Serif Display", serif;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.fn-sub {
  color: #34a853;
  font-size: 0.78rem;
  font-weight: 700;
}

#brands {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #fdfcfa;
  border-top: 1px solid #e2ddd4;
  border-bottom: 1px solid #e2ddd4;
}

.brands-inner,
.brands-logos {
  display: flex;
  align-items: center;
  gap: 1rem 2.4rem;
  flex-wrap: wrap;
}

.brands-label {
  color: #8a9ab4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-item {
  color: #b8b2a7;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.public-site section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-header {
  margin-bottom: 52px;
}

.section-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.08;
  margin-top: 0.7rem;
  margin-bottom: 0.8rem;
}

.section-sub {
  max-width: 620px;
  font-size: 1rem;
}

#product,
#how,
#faq,
.page-header,
.contact-sidebar,
.public-footer {
  background: #fdfcfa;
}

#testimonials,
#upsells,
#ugc,
.contact-form-wrap {
  background: #f4f2ec;
}

.product-grid,
.faq-grid,
.contact-layout {
  display: grid;
  gap: 64px;
}

.product-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: start;
}

.gallery-main {
  border-radius: 16px;
  margin-bottom: 12px;
}

.gallery-main img {
  height: 420px;
}

.gallery-thumbs {
  display: flex;
  gap: 0.7rem;
}

.thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #ede9e2;
  background: transparent;
  overflow: hidden;
}

.thumb.active {
  border-color: #1a2b45;
}

.thumb img {
  width: 100%;
  height: 100%;
}

.prod-rating {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.prod-stars {
  color: #c8920a;
  letter-spacing: 0.1em;
}

.prod-count {
  color: #5a6a82;
  font-size: 0.9rem;
}

.prod-title {
  font-size: 1.9rem;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.price-block {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding: 1rem 1.1rem;
  margin-bottom: 1.4rem;
  border-radius: 12px;
  background: #fdf3dc;
  border: 1px solid rgba(200, 146, 10, 0.18);
}

.price-current {
  font-family: "DM Serif Display", serif;
  font-size: 2.1rem;
}

.price-old {
  color: #8a9ab4;
  text-decoration: line-through;
}

.price-badge {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #ea4335;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.variant-label {
  color: #5a6a82;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.variant-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.pill {
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  border: 1.5px solid #e2ddd4;
  background: #ffffff;
  color: #1a2b45;
  font-size: 0.9rem;
  font-weight: 700;
}

.pill.active {
  background: #991635;
  border-color: #991635;
  color: #ffffff;
}

.public-site .atc-btn {
  width: 100%;
  margin-bottom: 1rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.8rem;
}

.trust-item {
  color: #5a6a82;
  font-size: 0.84rem;
  font-weight: 700;
}

.video-grid,
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.video-card,
.step-card,
.product-card {
  border-radius: 14px;
}

.video-thumb,
.step-img,
.product-card-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.play-btn {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #991635;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: 0 12px 28px rgba(153, 22, 53, 0.24);
}

.video-meta,
.step-body,
.product-card-body {
  padding: 1rem 1rem 1.1rem;
}

.video-stars {
  color: #c8920a;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}

.video-author,
.step-title,
.pc-name {
  color: #1a2b45;
  font-weight: 800;
}

.step-title {
  font-family: "DM Serif Display", serif;
  font-size: 1.18rem;
  margin-bottom: 0.5rem;
}

.how-header {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pc-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.pc-price {
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
}

.pc-add {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #991635;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.faq-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  align-items: start;
}

.faq-side-copy {
  margin-top: 0.9rem;
  margin-bottom: 1.3rem;
  font-size: 0.96rem;
}

.faq-contact-link,
.ugc-see-all,
.public-footer-mail {
  color: #1a2b45;
  font-size: 0.9rem;
  font-weight: 700;
  border-bottom: 1px solid #e2ddd4;
  display: inline-flex;
  padding-bottom: 0.15rem;
}

.faq-list,
.hours-list,
.public-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid #ede9e2;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  border: 0;
  background: transparent;
  color: #1a2b45;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: left;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #e2ddd4;
  display: grid;
  place-items: center;
  color: #5a6a82;
  flex: 0 0 auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  padding-right: 2rem;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  padding-bottom: 1.15rem;
}

.faq-item.open .faq-icon {
  color: #c8920a;
  border-color: rgba(200, 146, 10, 0.35);
}

.ugc-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.masonry {
  columns: 4;
  column-gap: 12px;
}

.ugc-card {
  break-inside: avoid;
  margin-bottom: 12px;
  position: relative;
  border-radius: 12px;
}

.ugc-card.tall img {
  height: 280px;
}

.ugc-card.medium img {
  height: 210px;
}

.ugc-card.short img {
  height: 160px;
}

.ugc-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.85rem;
  background: linear-gradient(transparent, rgba(26, 43, 69, 0.76));
}

.ugc-user {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

#cta-banner {
  text-align: center;
  background: #991635;
}

.cta-banner-label {
  color: rgba(255, 255, 255, 0.42);
}

.cta-banner-title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 1rem auto 0.8rem;
  max-width: 780px;
}

.cta-banner-sub {
  color: rgba(255, 255, 255, 0.64);
  max-width: 640px;
  margin: 0 auto 2rem;
}

.public-site .btn-gold {
  background: #c8920a;
}

.public-site .btn-gold:hover {
  background: #e8a812;
}

.public-footer {
  padding-top: 56px;
  padding-bottom: 32px;
  border-top: 1px solid #e2ddd4;
}

.public-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.public-footer-copy {
  max-width: 280px;
  color: #5a6a82;
  font-size: 0.92rem;
  margin-top: 1rem;
}

.public-footer-title {
  color: #1a2b45;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.public-footer-links li + li {
  margin-top: 0.55rem;
}

.public-footer-links a {
  color: #5a6a82;
  font-size: 0.92rem;
}

.public-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid #ede9e2;
  color: #8a9ab4;
  font-size: 0.84rem;
}

.public-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.public-payment-icons span {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #ede9e2;
  background: #ffffff;
  color: #5a6a82;
  font-size: 0.72rem;
  font-weight: 800;
}

.page-header {
  position: relative;
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 64px;
  border-bottom: 1px solid #e2ddd4;
}

.page-header::after {
  width: 560px;
  height: 560px;
  top: -190px;
  right: -70px;
}

.page-header-inner {
  max-width: 720px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: #8a9ab4;
  font-size: 0.84rem;
  font-weight: 600;
}

.page-title {
  font-size: clamp(2.4rem, 4.4vw, 3.4rem);
  line-height: 1.06;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.contact-layout {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.35fr);
  min-height: calc(100vh - 260px);
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}

.contact-sidebar,
.contact-form-wrap {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contact-form-wrap {
  padding-left: 56px;
}

.contact-sidebar {
  border-right: 1px solid #e2ddd4;
  padding-right: 48px;
}

.sidebar-section + .sidebar-section {
  margin: 2rem;
}
.sidebar-section{
    margin: 2rem;
}

.sidebar-title {
  display: block;
  margin-bottom: 1rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(52, 168, 83, 0.1);
  border: 1px solid rgba(52, 168, 83, 0.18);
  color: #34a853;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 2rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.contact-method,
.sidebar-product,
.check-row {
  display: flex;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 14px;
}

.contact-method {
  align-items: flex-start;
  box-shadow: none;
  margin-bottom: 0.8rem;
  transition: background 0.15s ease;
  text-decoration: none;
}

.contact-method:hover {
  background: rgba(153, 22, 53, 0.04);
  border-radius: 14px;
}

.cm-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #991635;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: 0 0 auto;
}

.sidebar-product {
  border: 1px solid #e2ddd4;
  background: #ffffff;
  border-radius: 14px;
}

.whatsapp-icon {
  background: #25d366;
}

.cm-label {
  color: #8a9ab4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cm-value,
.sp-name {
  color: #1a2b45;
  font-size: 0.95rem;
  font-weight: 800;
  margin-top: 0.15rem;
}

.cm-sub {
  color: #5a6a82;
  font-size: 0.84rem;
  margin-top: 0.15rem;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #ede9e2;
}

.hours-day,
.hours-closed {
  color: #5a6a82;
}

.hours-time {
  color: #1a2b45;
  font-weight: 800;
}

.sp-img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
}

.sp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-price {
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
}

.form-title {
  font-size: 1.9rem;
  margin-bottom: 0.25rem;
}

.form-sub {
  margin-bottom: 1.8rem;
}

.form-tabs {
  display: flex;
  gap: 0.35rem;
  padding: 4px;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  background: #ede9e2;
}

.form-tab {
  flex: 1 1 0;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: #5a6a82;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-tab.active {
  background: #991635;
  color: #ffffff;
}

.public-tab-content {
  display: none;
}

.public-tab-content.is-active {
  display: block;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.public-site label {
  color: #1a2b45;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.public-site input[type="text"],
.public-site input[type="email"],
.public-site input[type="tel"],
.public-site input[type="url"],
.public-site select,
.public-site textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  border: 1.5px solid #e2ddd4;
  background: #ffffff;
  color: #1a2b45;
  font-size: 0.95rem;
}

.public-site textarea {
  min-height: 120px;
  resize: vertical;
}

.public-site input:focus,
.public-site select:focus,
.public-site textarea:focus {
  outline: none;
  border-color: #991635;
  box-shadow: 0 0 0 3px rgba(153, 22, 53, 0.08);
}

.pack-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pack-option {
  position: relative;
  min-height: 120px;
  cursor: pointer;
  border-radius: 14px;
  border: 1.5px solid #e2ddd4;
  padding: 1rem;
  transition: border-color 0.15s ease;
}

.pack-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pack-option.selected {
  border-color: #991635;
  background: rgba(153, 22, 53, 0.03);
}

.pack-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1.5px solid #d6d0c6;
}

.pack-option.selected .pack-check {
  background: #991635;
  border-color: #991635;
}

.pack-name {
  color: #1a2b45;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.pack-price {
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
  color: #1a2b45;
}

.pack-tag {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.4rem;
  border-radius: 999px;
  background: #fdf3dc;
  color: #c8920a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-row {
  align-items: flex-start;
  box-shadow: none;
  background: #ffffff;
}

.check-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: #991635;
}

.check-label {
  font-size: 0.9rem;
}

.submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.submit-note {
  color: #8a9ab4;
  font-size: 0.82rem;
  font-weight: 700;
}

.validation-summary-errors,
.text-danger.small {
  color: #b53a3a !important;
  font-size: 0.84rem;
  margin-top: 0.35rem;
}

.form-success {
  display: none;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.form-success.is-visible {
  display: flex;
}

.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(52, 168, 83, 0.1);
  border: 1px solid rgba(52, 168, 83, 0.2);
  color: #34a853;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}

.success-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.success-sub {
  max-width: 480px;
  margin-bottom: 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === Pricing === */
.pricing-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-card {
  width: 100%;
  max-width: 620px;
  border-radius: 22px;
  border: 2px solid rgba(153, 22, 53, 0.15);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(153, 22, 53, 0.08);
}

.pricing-head {
  background: #991635;
  padding: 2.25rem 2.5rem;
  text-align: center;
}

.pricing-plan {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pricing-amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.15rem;
  margin-bottom: 0.5rem;
}

.pricing-eur {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  padding-top: 0.7rem;
}

.pricing-num {
  color: #ffffff;
  font-family: "DM Serif Display", serif;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-period {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  align-self: flex-end;
  padding-bottom: 0.8rem;
}

.pricing-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.pricing-body {
  background: #ffffff;
  padding: 2rem 2.5rem;
}

.pricing-includes-label {
  color: #8a9ab4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.5rem;
}

.pricing-list li {
  color: #1a2b45;
  font-size: 0.88rem;
  font-weight: 600;
  padding-left: 1.2rem;
  position: relative;
}

.pricing-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #991635;
  font-weight: 800;
}

.pricing-cta {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2ddd4;
}

.pricing-addon {
  border-radius: 12px;
  border: 1.5px solid #e2ddd4;
  padding: 0.85rem 1rem;
}

.pricing-addon-label {
  color: #8a9ab4;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.pricing-addon-price {
  color: #1a2b45;
  font-weight: 800;
  font-size: 0.95rem;
}

.pricing-addon-desc {
  color: #5a6a82;
  font-size: 0.8rem;
}

/* === Feature cards === */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  padding: 1.75rem;
  border-radius: 18px;
  border: 1.5px solid #e2ddd4;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.feature-card--highlight {
  background: rgba(153, 22, 53, 0.03);
  border-color: rgba(153, 22, 53, 0.25);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(153, 22, 53, 0.08);
  color: #991635;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.feature-card--highlight .feature-icon {
  background: rgba(153, 22, 53, 0.14);
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgba(153, 22, 53, 0.1);
  color: #991635;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card-title {
  color: #1a2b45;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.feature-card-desc {
  color: #5a6a82;
  font-size: 0.88rem;
  line-height: 1.68;
  margin-bottom: 0.85rem;
}

.feature-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.feature-card-list li {
  color: #5a6a82;
  font-size: 0.84rem;
  padding-left: 1.2rem;
  position: relative;
}

.feature-card-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #991635;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .public-nav,
  .public-site section,
  .page-header,
  .contact-layout,
  .public-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .public-footer-top,
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .public-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .public-nav-links {
    display: none;
  }

  #hero,
  .product-grid,
  .faq-grid,
  .contact-layout,
  .video-grid,
  .steps-row {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 1.5rem;
  }

  .contact-layout {
    gap: 0;
  }

  .contact-sidebar {
    border-right: 0;
    border-bottom: 1px solid #e2ddd4;
    padding-right: 0;
  }

  .contact-form-wrap {
    padding-left: 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masonry {
    columns: 2;
  }
}

@media (max-width: 767.98px) {
  .public-nav {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }

  .public-nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .public-nav-logo img {
    height: 34px;
    max-width: 168px;
  }

  .public-footer-brand img {
    height: 46px;
    max-width: 190px;
  }

  #hero {
    min-height: auto;
    padding-top: 126px;
    gap: 36px;
  }

  .hero-img-main img,
  .gallery-main img {
    height: 320px;
  }

  .hero-img-secondary {
    display: none;
  }

  .float-notif {
    right: 10px;
  }

  .public-site section,
  .page-header,
  .contact-layout,
  .public-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-grid,
  .public-footer-top,
  .form-grid,
  .pack-selector {
    grid-template-columns: 1fr;
  }

  .form-tabs,
  .submit-row,
  .public-footer-bottom,
  .ugc-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-tab {
    width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .pricing-list,
  .pricing-addons {
    grid-template-columns: 1fr;
  }

  .masonry {
    columns: 1;
  }
}
