:root {
  --ink: #171412;
  --muted: #68625a;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --line: rgba(23, 20, 18, 0.12);
  --charcoal: #171412;
  --copper: #b85c38;
  --gold: #c59b54;
  --sage: #5f735d;
  --cream: #f3eadc;
  --shadow: 0 24px 70px rgba(22, 18, 14, 0.16);
  --soft-shadow: 0 14px 36px rgba(22, 18, 14, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 44px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.96rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 2px;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 8px;
}

.header-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 10px 13px;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  background:
    radial-gradient(circle at 28% 25%, rgba(197, 155, 84, 0.18), transparent 34%),
    linear-gradient(135deg, #0f0d0b 0%, #19120e 54%, #2a160f 100%);
  color: #fff;
}

.hero-copy {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(30px, 5.4vw, 72px);
}

.eyebrow {
  margin: 0;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading > .eyebrow {
  color: #9f4f32;
  font-size: clamp(1.02rem, 1.4vw, 1.38rem);
  letter-spacing: 0.16em;
}

.hero-copy > .eyebrow,
.send-section .eyebrow {
  font-size: 0.76rem;
}

h1,
h2,
h3,
p,
summary {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  font-size: clamp(2.18rem, 4.15vw, 4.18rem);
  line-height: 0.98;
}

.hero-title {
  display: grid;
  gap: 0.11em;
}

.hero-title > span {
  display: block;
}

.title-main {
  color: #fff7e8;
  white-space: nowrap;
}

.title-mid {
  color: #d8b56c;
  font-size: 0.78em;
}

.mid-full,
.mid-short {
  display: block;
}

.mid-short {
  display: none;
}

.title-soft {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.69em;
  font-style: italic;
}

h2 {
  max-width: 880px;
  font-size: clamp(2.15rem, 4.8vw, 4.25rem);
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.hero-text span {
  display: block;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof {
  margin-top: 2px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0 20px;
}

.button.primary {
  background: linear-gradient(135deg, #fff7e8, #c59b54);
  color: #151210;
  box-shadow: 0 18px 38px rgba(197, 155, 84, 0.22);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
}

.hero-proof span {
  border: 1px solid rgba(197, 155, 84, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 9px 12px;
}

.hero-visual {
  display: grid;
  min-height: 560px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 13, 11, 0.34), rgba(15, 13, 11, 0)),
    rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 820px;
  object-fit: contain;
  object-position: center;
  transform: scale(1.04);
}

.section,
.send-section {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(42px, 7vw, 86px) auto;
  scroll-margin-top: 92px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading p {
  max-width: 820px;
  font-size: 1.02rem;
}

.why-section,
.reference-section {
  padding: clamp(8px, 2vw, 24px) 0;
}

.feature-grid,
.price-grid,
.reference-grid {
  display: grid;
  gap: 18px;
}

.feature-card,
.price-grid article,
details,
.whatsapp-card,
.reference-card,
.showcase-carousel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-card,
.price-grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 18px;
}

.feature-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  box-shadow: var(--soft-shadow);
}

.feature-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  contain: paint;
  background: #111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-card span,
.price-grid span,
.reference-card span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-card span {
  width: fit-content;
  border-radius: 999px;
  background: #f5eee3;
  color: #8d4c32;
  padding: 5px 9px;
}

.feature-card h3,
.price-grid h3 {
  margin-top: 2px;
}

.feature-card h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

.feature-card p,
.price-grid p {
  margin-top: 0;
}

.feature-card p {
  color: #59524b;
  font-size: 0.98rem;
  line-height: 1.58;
}

.showcase-carousel {
  overflow: hidden;
  background: #111;
}

.carousel-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(237, 228, 214, 0.92)),
    #ede4d6;
}

.carousel-dot {
  min-height: 46px;
  border: 1px solid rgba(23, 20, 18, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0 16px;
}

.carousel-dot.active {
  border-color: rgba(197, 155, 84, 0.68);
  background: linear-gradient(135deg, #171412, #3b2417);
  color: #fff;
  box-shadow: 0 14px 30px rgba(23, 20, 18, 0.24);
}

.carousel-track {
  position: relative;
}

.showcase-slide {
  display: none;
  gap: 0;
  padding: 0;
  background: var(--surface);
}

.showcase-slide.active {
  display: grid;
}

.style-preview {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.style-preview img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.style-intro {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.style-intro span,
.popular-badge {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.style-intro h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  font-weight: 500;
  line-height: 0.98;
}

.style-intro strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.4;
}

.style-intro p {
  line-height: 1.55;
}

.setup-section {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(197, 155, 84, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(197, 155, 84, 0.16), transparent 30%),
    linear-gradient(135deg, #fffaf1, #ffffff 46%, #f4ecdf);
  box-shadow: var(--soft-shadow);
}

.setup-heading {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-bottom: 22px;
}

.setup-heading h2 {
  display: grid;
  gap: 0.06em;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
}

.setup-heading h2 span {
  display: block;
}

.setup-heading p {
  max-width: 850px;
  font-size: 1rem;
  line-height: 1.58;
}

.setup-grid {
  display: grid;
  gap: 14px;
}

.setup-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 18px;
}

.setup-grid span {
  width: fit-content;
  border-radius: 999px;
  background: #171412;
  color: #f4d28c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 5px 9px;
}

.setup-grid h3 {
  font-size: 1.12rem;
}

.setup-grid p {
  color: #5f574e;
  font-size: 0.96rem;
  line-height: 1.52;
}

.setup-note {
  margin-top: 16px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-weight: 900;
  padding-left: 14px;
}

.featured-price {
  position: relative;
  padding-top: 34px !important;
  background: var(--charcoal) !important;
  color: #fff;
  border-color: rgba(197, 155, 84, 0.45) !important;
  border-top-color: var(--gold) !important;
}

.featured-price p {
  color: rgba(255, 255, 255, 0.72);
}

.featured-price strong {
  color: #fff7e8;
}

.featured-price span {
  color: var(--gold);
}

.popular-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: fit-content;
  border-radius: 999px;
  background: rgba(197, 155, 84, 0.18);
  color: #f2d396;
  padding: 7px 9px;
}

.price-grid article {
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto auto 1fr;
  border-top: 5px solid rgba(184, 92, 56, 0.42);
  padding-top: 34px;
}

.price-grid h3 {
  font-size: clamp(2.2rem, 3.65vw, 3.25rem);
  line-height: 0.95;
}

.price-grid strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.35;
}

.price-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.price-grid li {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}

.price-grid li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--copper);
}

.featured-price li {
  color: rgba(255, 255, 255, 0.78);
}

.featured-price li::before {
  background: var(--gold);
}

.pricing-note {
  max-width: none;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  padding: 16px;
}

details {
  padding: 18px 20px;
  margin-bottom: 10px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-top: 10px;
}

.send-section {
  display: grid;
  gap: 26px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 14%, rgba(197, 155, 84, 0.26), transparent 30%),
    linear-gradient(135deg, #151210, #2a160f);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-title {
  display: grid;
  gap: 0.06em;
  max-width: 700px;
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.02;
}

.cta-title span {
  display: block;
  white-space: nowrap;
}

.send-section p {
  color: rgba(255, 255, 255, 0.72);
}

.cta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cta-tags span {
  border: 1px solid rgba(197, 155, 84, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 850;
  padding: 8px 10px;
}

.whatsapp-card {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(22px, 4vw, 38px);
  color: var(--ink);
}

.whatsapp-card span {
  color: var(--copper);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.whatsapp-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.02;
}

.whatsapp-card p {
  max-width: 520px;
}

.whatsapp-card small {
  color: var(--muted) !important;
  font-size: 0.9rem;
  line-height: 1.45;
}

.whatsapp-card .button.primary {
  width: fit-content;
  background: var(--charcoal);
  color: #fff;
}

footer {
  padding: 32px 16px 46px;
  color: var(--muted);
  text-align: center;
}

@media (min-width: 900px) {
  .header-nav {
    display: flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .showcase-slide.active {
    grid-template-columns: 1.32fr 0.68fr;
  }

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

  .send-section {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
  }
}

@media (max-width: 899px) {
  .site-header {
    padding: 10px 16px;
  }

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

  .hero-copy {
    min-height: auto;
    gap: 14px;
    padding: clamp(26px, 6vw, 44px) clamp(18px, 5vw, 44px) 18px;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(2.15rem, 6.4vw, 3.65rem);
    line-height: 1;
  }

  .title-main,
  .title-mid {
    white-space: nowrap;
  }

  .title-mid {
    font-size: 0.76em;
  }

  .title-soft {
    font-size: 0.7em;
  }

  .hero-text {
    max-width: 660px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-proof {
    display: flex;
    margin-top: 0;
    gap: 8px;
  }

  .hero-proof span {
    font-size: 0.78rem;
    padding: 8px 10px;
  }

  .hero-visual {
    min-height: clamp(220px, 48vw, 340px);
    background: rgba(0, 0, 0, 0.16);
  }

  .hero-visual img {
    max-height: 360px;
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .section,
  .send-section {
    width: min(100% - 28px, 720px);
    margin: clamp(22px, 5vw, 38px) auto;
  }

  .section-heading {
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-heading p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  h2 {
    font-size: clamp(1.6rem, 5vw, 2.35rem);
    line-height: 1.04;
  }

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

  .price-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-card,
  .price-grid article {
    min-height: auto;
  }

  .feature-image {
    display: none;
  }

  .feature-card {
    gap: 7px;
    padding: 12px;
  }

  .feature-card span {
    padding: 3px 7px;
    font-size: 0.65rem;
  }

  .feature-card h3 {
    font-size: 0.98rem;
  }

  .feature-card p {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .carousel-controls {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 10px;
  }

  .carousel-dot {
    flex: 0 0 auto;
    min-height: 38px;
    font-size: 0.78rem;
    padding: 0 12px;
  }

  .showcase-slide.active {
    grid-template-columns: 1fr;
  }

  .style-preview {
    min-height: clamp(180px, 40vw, 260px);
  }

  .style-preview img {
    min-height: clamp(180px, 40vw, 260px);
  }

  .style-intro {
    gap: 7px;
    padding: 14px;
  }

  .style-intro h3 {
    font-size: clamp(1.45rem, 5vw, 2rem);
  }

  .style-intro strong,
  .style-intro p {
    font-size: 0.88rem;
    line-height: 1.38;
  }

  .setup-section {
    padding: 18px;
  }

  .setup-heading {
    gap: 8px;
    margin-bottom: 14px;
  }

  .setup-heading h2 {
    font-size: clamp(1.6rem, 5vw, 2.35rem);
  }

  .setup-heading p,
  .setup-grid p {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .setup-grid {
    gap: 10px;
  }

  .setup-grid article {
    padding: 12px;
  }

  .setup-note {
    margin-top: 12px;
    font-size: 0.92rem;
  }

  .price-grid article {
    grid-template-rows: auto;
    gap: 6px;
    padding: 24px 12px 12px;
  }

  .price-grid h3 {
    font-size: clamp(1.85rem, 6vw, 2.35rem);
  }

  .price-grid strong {
    font-size: 0.93rem;
  }

  .price-grid p {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .price-grid ul {
    gap: 5px;
    margin-top: 7px;
  }

  .price-grid li {
    font-size: 0.86rem;
    line-height: 1.22;
  }

  .pricing-note {
    margin-top: 12px;
    padding: 12px;
    font-size: 0.9rem;
  }

  .featured-price {
    transform: none;
    padding-top: 26px !important;
  }

  .popular-badge {
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  details {
    padding: 12px 14px;
    margin-bottom: 6px;
  }

  details p {
    margin-top: 7px;
    line-height: 1.48;
  }

  .send-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-title {
    max-width: 100%;
    font-size: clamp(1.55rem, 4.8vw, 2.2rem);
  }

  .send-section p {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .whatsapp-card .button.primary {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-copy {
    padding: 20px 16px 14px;
  }

  .feature-card,
  .reference-card {
    min-height: auto;
  }

  h1 {
    font-size: clamp(1.78rem, 7.6vw, 2.42rem);
  }

  .title-main {
    font-size: clamp(1.72rem, 7.2vw, 2.42rem);
  }

  .hero-title {
    gap: 0.09em;
  }

  .title-mid {
    font-size: 0.74em;
  }

  .title-soft {
    font-size: 0.72em;
  }

  .hero-text {
    font-size: 0.93rem;
  }

  .hero-proof {
    gap: 7px;
  }

  .hero-proof span {
    font-size: 0.74rem;
    padding: 7px 9px;
  }

  .hero-visual {
    min-height: clamp(170px, 46vw, 220px);
  }

  .feature-card,
  .price-grid article,
  details,
  .carousel-controls {
    padding: 9px;
  }

  .style-intro {
    padding: 16px;
  }

  .style-preview,
  .style-preview img {
    min-height: clamp(160px, 42vw, 210px);
  }

  .send-section {
    padding: 16px 13px;
  }

  .cta-title {
    font-size: clamp(1.42rem, 6vw, 1.9rem);
  }

  .cta-title span {
    white-space: normal;
  }

  .cta-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .cta-tags span {
    font-size: 0.72rem;
    padding: 7px 9px;
  }

  .whatsapp-card {
    padding: 16px;
  }

  .whatsapp-card h3 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: clamp(1.78rem, 7.7vw, 2.18rem);
  }

  .mid-full {
    display: none;
  }

  .mid-short {
    display: block;
  }

  .hero-proof span {
    font-size: 0.7rem;
  }
}
