:root {
  --landing-bg: #f7f5f2;
  --landing-sand: #f0ece5;
  --landing-header: #f0e9de;
  --landing-story: #ece7e0;
  --landing-dark: #262220;
  --landing-ink: #2c2823;
  --landing-copy: #6f6862;
  --landing-muted: #8a827a;
  --landing-accent: #8c7256;
  --landing-line: #e3dbcd;
  --landing-display: "Cormorant Garamond", Georgia, serif;
  --landing-sans: "Jost", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--landing-bg); }
body.landing-page.landing-page--alfombras {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
  background: var(--landing-bg);
  color: #3f3a34;
  font-family: var(--landing-sans);
  font-size: 15px;
  line-height: 1.55;
  box-shadow: none;
}

.rug-landing { min-height: 100vh; overflow-x: hidden; background: var(--landing-bg); }
.rug-landing img { display: block; width: 100%; max-width: 100%; }
.rug-landing a { color: inherit; text-decoration: none; }
.rug-landing a:hover { color: var(--landing-accent); }
.landing-column { width: 100%; max-width: 1180px; margin-inline: auto; }

.campaign-note {
  min-height: 31px;
  padding: 9px 16px;
  background: var(--landing-dark);
  color: #efe9e0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.3;
  text-align: center;
}

body.landing-page--alfombras .rug-landing .landing-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--landing-header);
  border-bottom: 1px solid var(--landing-line);
}
.landing-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 32px; }
.landing-brand { display: block; color: #322e29 !important; font: 500 24px/1 var(--landing-display); letter-spacing: .11em; }
.landing-brand small { display: block; margin-top: 5px; color: #8a8178; font: 400 7px/1.2 var(--landing-sans); letter-spacing: .2em; }
.landing-header__cta,
.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.3;
  text-align: center;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.landing-header__cta { min-height: 44px; padding-inline: 18px; background: var(--landing-dark); color: #f2efe9 !important; font-size: 10px; letter-spacing: .15em; }
.landing-header__cta:hover,
.landing-button--dark:hover { background: var(--landing-accent); color: #fff !important; }

.landing-hero { position: relative; min-height: 0; overflow: hidden; background: #e7e2da; }
.landing-hero__media { display: block; width: 100%; aspect-ratio: 16 / 7; }
.landing-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.landing-hero__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,22,18,.72) 0%, rgba(26,22,18,.18) 52%, rgba(26,22,18,.02) 100%); pointer-events: none; }
.landing-hero__copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 0 32px 64px; color: #f7f2ea; }
.landing-hero h1 { max-width: 720px; margin: 0; color: #f7f2ea; font: 400 clamp(52px,4.4vw,66px)/1.04 var(--landing-display); letter-spacing: 0; text-wrap: pretty; }
.landing-hero__copy > p { max-width: 510px; margin: 20px 0 0; color: rgba(247,242,234,.88); font-size: 15px; font-weight: 300; line-height: 1.75; text-wrap: pretty; }
.landing-hero__buttons { display: flex; gap: 10px; margin-top: 28px; }
.landing-button--light { background: #f2efe9; color: var(--landing-dark) !important; }
.landing-button--light:hover { background: var(--landing-accent); color: #fff !important; }
.landing-button--ghost { border-color: rgba(247,242,234,.55); background: rgba(247,242,234,.1); color: #f7f2ea !important; }
.landing-button--ghost:hover { border-color: #f2efe9; background: #f2efe9; color: var(--landing-dark) !important; }
.landing-button--dark { background: var(--landing-dark); color: #f2efe9 !important; }

.landing-section { padding: 78px 32px 0; }
.landing-section--benefits { padding-top: 58px; }
.landing-eyebrow { margin: 0; color: #9b8b76; font-size: 10.5px; font-weight: 500; letter-spacing: .26em; line-height: 1.4; text-transform: uppercase; }
.landing-section > h2,
.landing-advice h2 { margin: 13px 0 0; color: var(--landing-ink); font: 400 42px/1.1 var(--landing-display); letter-spacing: 0; text-wrap: pretty; }
.landing-lead { max-width: 620px; margin: 14px 0 0; color: var(--landing-copy); font-size: 14px; font-weight: 300; line-height: 1.85; text-wrap: pretty; }

.landing-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--landing-line); background: var(--landing-line); }
.landing-benefits article { min-width: 0; padding: 23px 22px; background: var(--landing-sand); }
.landing-benefits strong,
.landing-benefits span { display: block; }
.landing-benefits strong { color: var(--landing-ink); font-size: 12.5px; font-weight: 500; letter-spacing: .09em; }
.landing-benefits span { margin-top: 8px; color: var(--landing-muted); font-size: 12px; font-weight: 300; }

.landing-reasons { padding-top: 88px; }
body.landing-page--alfombras .rug-landing .landing-reasons__heading { display: block; min-height: 0; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; text-align: center; }
.landing-reasons__heading h2 { margin: 0; padding: 0; border: 0; background: transparent; color: var(--landing-ink); font: 500 38px/1.12 var(--landing-display); letter-spacing: .015em; text-transform: uppercase; text-wrap: balance; }
.landing-reasons__heading > span { display: block; width: 42px; height: 1px; margin: 15px auto 0; background: var(--landing-accent); }
.landing-reasons__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 30px; }
.landing-reasons__grid article { min-width: 0; overflow: hidden; border: 1px solid rgba(227,219,205,.75); border-radius: 7px; background: var(--landing-sand); }
.landing-reasons__media { display: block; width: 100%; aspect-ratio: 3 / 2; background: linear-gradient(135deg,#ebe5dc 0%,#e2dbd0 100%); }
.landing-reasons__media picture,
.landing-reasons__media img { display: block; width: 100%; height: 100%; }
.landing-reasons__media img { object-fit: cover; }
.landing-reasons__grid article:nth-child(1) .landing-reasons__media img { object-position: 46% center; }
.landing-reasons__grid article:nth-child(2) .landing-reasons__media img { object-position: 45% center; }
.landing-reasons__grid article:nth-child(3) .landing-reasons__media img { object-position: 53% center; }
.landing-reasons__copy { min-height: 142px; padding: 23px 24px 26px; }
.landing-reasons__copy h3 { margin: 0; color: var(--landing-ink); font: 500 12.5px/1.4 var(--landing-sans); letter-spacing: .04em; text-transform: uppercase; }
.landing-reasons__copy p { margin: 11px 0 0; color: var(--landing-copy); font-size: 13px; font-weight: 300; line-height: 1.7; text-wrap: pretty; }
.landing-reasons__dots { display: none; }

.landing-inspiration { padding-top: 88px; }
.landing-inspiration__heading { text-align: center; }
.landing-inspiration__heading h2 { margin: 0; color: var(--landing-ink); font: 500 40px/1.05 var(--landing-display); letter-spacing: .035em; }
.landing-inspiration__heading > span { display: block; width: 42px; height: 1px; margin: 14px auto 0; background: var(--landing-accent); }
.landing-inspiration__heading p { margin: 14px 0 0; color: var(--landing-copy); font-size: 15px; font-weight: 300; }
.landing-inspiration__rail { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.landing-inspiration__rail article { min-width: 0; overflow: hidden; border: 1px solid rgba(227,219,205,.75); border-radius: 5px; background: var(--landing-sand); }
.landing-inspiration__media { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: #e7e2da; }
.landing-inspiration__media picture,
.landing-inspiration__media img { display: block; width: 100%; height: 100%; }
.landing-inspiration__media img { object-fit: cover; transition: transform .5s ease; }
.landing-inspiration__rail article:hover img { transform: scale(1.035); }
.landing-inspiration__rail strong { display: block; padding: 16px 10px 17px; color: var(--landing-ink); font-size: 11.5px; font-weight: 500; letter-spacing: .07em; text-align: center; }
.landing-inspiration__cta { display: flex; width: max-content; min-width: 220px; margin: 28px auto 0; }

.landing-collections { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.landing-collections > a { position: relative; display: flex; flex-direction: column; align-items: stretch; min-width: 0; overflow: hidden; background: var(--landing-sand); color: var(--landing-ink) !important; }
.landing-collections__image { display: block; width: 100%; aspect-ratio: 4 / 3; flex: none; overflow: hidden; background: #e7e2da; }
.landing-collections__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.landing-collections__image picture,.landing-home-mosaic__item picture { display: block; width: 100%; height: 100%; }
.landing-collections > a:hover img { transform: scale(1.04); }
.landing-collections__copy { display: block; min-width: 0; flex: 1; padding: 22px 48px 26px 22px; }
.landing-collections__copy strong { display: flex; align-items: baseline; gap: 10px; color: var(--landing-ink); font: 400 27px/1.15 var(--landing-display); }
.landing-collections__copy strong small { color: #9b9289; font: 300 10px/1.3 var(--landing-sans); }
.landing-collections__copy > span { display: block; margin-top: 10px; color: #7d756e; font-size: 12.5px; font-weight: 300; line-height: 1.7; text-wrap: pretty; }
.landing-collections svg { position: absolute; right: 22px; bottom: 29px; width: 9px; height: 14px; flex: none; fill: none; stroke: #a3927a; stroke-width: 1.3; }

.landing-home-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 14px; margin-top: 28px; }
.landing-home-mosaic__item { display: block; aspect-ratio: 1; overflow: hidden; background: #e7e2da; }
.landing-home-mosaic__item img { width: 100%; height: 100%; object-fit: cover; }
.landing-quote { display: flex; flex-direction: column; height: 190px; margin-top: 18px; padding: 34px 36px; overflow: hidden; background: var(--landing-story); }
.landing-quote blockquote { max-width: 940px; margin: 0; color: var(--landing-ink); font: italic 400 clamp(23px,2vw,29px)/1.45 var(--landing-display); text-wrap: pretty; }
.landing-quote > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 14px; }
.landing-quote cite { color: var(--landing-muted); font-size: 11px; font-style: normal; font-weight: 400; letter-spacing: .08em; }
.landing-quote__dots { display: flex; gap: 7px; flex: none; }
.landing-quote__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #cfc5b6; cursor: pointer; }
.landing-quote__dots button.is-active { background: var(--landing-accent); }

.landing-section[aria-labelledby="landing-faq-title"],
.landing-specs { max-width: 920px; }
.landing-accordion { display: flex; flex-direction: column; margin-top: 26px; border-top: 1px solid var(--landing-line); }
.landing-accordion article { border-bottom: 1px solid var(--landing-line); }
.landing-accordion button,
.landing-specs__toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 64px; margin: 0; border: 0; background: transparent; color: var(--landing-ink); font: 400 13px/1.45 var(--landing-sans); cursor: pointer; text-align: left; }
.landing-accordion button { padding: 18px 0; }
.landing-accordion article.is-open button { font-weight: 500; }
.landing-accordion button b,
.landing-specs__toggle b { flex: none; color: var(--landing-accent); font-size: 15px; font-weight: 400; transition: transform .2s ease; }
.landing-accordion article.is-open button b,
.landing-specs.is-open .landing-specs__toggle b { transform: rotate(45deg); }
.landing-accordion__panel p { margin: 0; padding: 0 0 22px; color: var(--landing-copy); font-size: 13px; font-weight: 300; line-height: 1.85; text-wrap: pretty; }

.landing-advice { margin-top: 78px; background: var(--landing-dark); color: #f7f2ea; }
.landing-advice__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 64px; padding: 68px 32px; }
.landing-advice .landing-eyebrow { color: #b9a586; }
.landing-advice h2 { max-width: 680px; color: #f7f2ea; }
.landing-advice__inner > p:not(.landing-eyebrow) { max-width: 620px; margin: 14px 0 0; color: rgba(247,242,234,.76); font-size: 14px; font-weight: 300; line-height: 1.85; }
.landing-button--whatsapp { grid-column: 2; grid-row: 1 / 4; align-self: center; width: max-content; gap: 10px; margin-top: 0; }
.landing-button--whatsapp svg { width: 15px; height: 15px; fill: currentColor; }

.landing-specs__toggle { padding: 0 18px; background: var(--landing-sand); font-size: 11.5px; font-weight: 500; letter-spacing: .06em; }
.landing-specs__body { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; border: 1px solid var(--landing-line); border-top: 0; background: var(--landing-line); }
.landing-specs__body[hidden] { display: none; }
.landing-specs__body span { padding: 15px 18px; background: #faf8f5; color: #5c554e; font-size: 11px; font-weight: 300; }

.landing-design-banner { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; max-width: 100vw; height: 420px; margin-top: 72px; overflow: hidden; background: var(--landing-sand); color: var(--landing-ink); }
body.landing-page--alfombras .rug-landing .landing-design-banner__media { display: block !important; min-width: 0; height: 100% !important; overflow: hidden; }
body.landing-page--alfombras .rug-landing .landing-design-banner__media > img { position: static !important; inset: auto !important; display: block !important; width: 100% !important; max-width: none !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }
.landing-design-banner__content { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 590px; height: 100%; margin-left: auto; padding: 48px clamp(32px,5vw,72px); }
.landing-design-banner h2 { max-width: 520px; margin: 0; color: var(--landing-ink); font: 400 clamp(36px,4vw,50px)/1.05 var(--landing-display); letter-spacing: 0; text-wrap: balance; }
.landing-design-banner p { max-width: 460px; margin: 18px 0 0; color: #6d6258; font-size: 13px; font-weight: 300; line-height: 1.8; text-wrap: pretty; }
.landing-design-banner .landing-button { width: max-content; margin-top: 26px; }

.rug-landing .landing-footer { display: block; width: 100%; margin: 0; padding: 30px 0 22px !important; border: 0; background: var(--landing-story); color: #3f3a34; }
.landing-footer .landing-column { display: grid; grid-template-columns: 220px minmax(0,1fr); column-gap: 48px; padding-inline: 32px; }
.landing-footer strong { color: #322e29; font: 500 19px/1 var(--landing-display); letter-spacing: .12em; }
.rug-landing .landing-footer .footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px 22px; width: auto; max-width: none; margin: 0; padding: 0; border: 0; }
.rug-landing .landing-footer .footer-legal a,
.rug-landing .landing-footer .footer-cookie-settings { color: #7d756e; font: 300 10px/1.4 var(--landing-sans); letter-spacing: 0; text-transform: none; }
.rug-landing .landing-footer small { display: block; grid-column: 2; margin-top: 16px; color: #948b82; font-size: 9.5px; font-weight: 300; text-align: left; }
.rug-landing .landing-footer small span { font: inherit; }

.landing-sticky-bar { display: none; }
.landing-page--alfombras .qlwapp,
.landing-page--alfombras .xoo-wsc-basket,
.landing-page--alfombras .cky-btn-revisit-wrapper { display: none !important; }

@media (max-width: 999px) and (min-width: 700px) {
  .landing-hero__media { aspect-ratio: 16 / 9; }
}

@media (min-width: 700px) and (max-width: 899px) {
  .landing-section { padding-inline: 24px; }
  .landing-header__inner,
  .landing-hero__copy,
  .landing-advice__inner,
  .landing-footer .landing-column { padding-inline: 24px; }

  .landing-inspiration__rail { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
  .landing-inspiration__rail article { grid-column: span 2; }
  .landing-inspiration__rail article:nth-child(4) { grid-column: 2 / span 2; }
  .landing-inspiration__rail article:nth-child(5) { grid-column: 4 / span 2; }
}

@media (max-width: 699px) {
  .campaign-note { min-height: 29px; padding-block: 8px; font-size: 9px; }
  .landing-header__inner { padding: 12px 20px; }
  .landing-brand { font-size: 20px; }
  .landing-brand small { font-size: 6px; }
  .landing-header__cta { min-height: 42px; padding-inline: 14px; font-size: 9px; }

  .landing-hero__media { min-height: 520px; aspect-ratio: 3 / 4; }
  .landing-hero__media img { object-position: center 42%; }
  .landing-hero__copy { padding: 0 20px 30px; }
  .landing-hero h1 { font-size: clamp(35px,9.2vw,39px); line-height: 1.03; }
  .landing-hero__copy > p { margin-top: 17px; font-size: 13.5px; line-height: 1.7; }
  .landing-hero__buttons { flex-direction: column; }
  .landing-hero__buttons .landing-button { width: 100%; }

  .landing-section { padding: 44px 20px 0; }
  .landing-section--benefits { padding-top: 38px; }
  .landing-section > h2,
  .landing-advice h2 { font-size: 27px; }
  .landing-lead { font-size: 12.5px; }

  .landing-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-benefits article { padding: 19px 16px; }
  .landing-benefits strong { font-size: 11.5px; }
  .landing-benefits span { font-size: 11px; }

  .landing-reasons { padding-top: 46px; }
  .landing-reasons__heading h2 { font-size: 24px; }
  .landing-reasons__grid { grid-auto-flow: column; grid-auto-columns: 88%; grid-template-columns: none; gap: 12px; margin-top: 20px; margin-right: -20px; padding: 0 20px 5px 0; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .landing-reasons__grid::-webkit-scrollbar { display: none; }
  .landing-reasons__grid article { display: block; min-height: 0; scroll-snap-align: start; scroll-snap-stop: always; }
  .landing-reasons__media { height: auto; aspect-ratio: 3 / 2; }
  .landing-reasons__grid article:nth-child(1) .landing-reasons__media img { object-position: 42% center; }
  .landing-reasons__grid article:nth-child(2) .landing-reasons__media img { object-position: 43% center; }
  .landing-reasons__grid article:nth-child(3) .landing-reasons__media img { object-position: 58% center; }
  .landing-reasons__copy { display: block; min-height: 124px; padding: 17px 18px 20px; }
  .landing-reasons__copy h3 { font-size: 11px; }
  .landing-reasons__copy p { margin-top: 8px; font-size: 11.5px; line-height: 1.65; }
  .landing-reasons__dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
  .landing-reasons__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #cfc5b6; cursor: pointer; }
  .landing-reasons__dots button.is-active { background: var(--landing-accent); }

  .landing-inspiration { padding-top: 46px; }
  .landing-inspiration__heading h2 { font-size: 28px; }
  .landing-inspiration__heading p { font-size: 12.5px; }
  .landing-inspiration__rail { grid-auto-flow: column; grid-auto-columns: 76%; grid-template-columns: none; gap: 12px; margin-top: 20px; margin-right: -20px; padding: 0 20px 6px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .landing-inspiration__rail::-webkit-scrollbar { display: none; }
  .landing-inspiration__rail article { scroll-snap-align: start; scroll-snap-stop: always; }
  .landing-inspiration__media { aspect-ratio: 4 / 3; }
  .landing-inspiration__rail strong { padding-block: 15px; font-size: 11px; }
  .landing-inspiration__cta { width: 100%; margin-top: 20px; }

  .landing-collections { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
  .landing-collections > a { display: flex; flex-direction: row; align-items: center; gap: 14px; min-height: 108px; padding: 12px; overflow: visible; }
  .landing-collections__image { width: 92px; aspect-ratio: 1; }
  .landing-collections__copy { padding: 0; }
  .landing-collections__copy strong { font-size: 21px; }
  .landing-collections__copy strong small { font-size: 9.5px; }
  .landing-collections__copy > span { margin-top: 7px; font-size: 11.5px; line-height: 1.6; }
  .landing-collections svg { position: static; width: 9px; height: 14px; margin-left: auto; }

  .landing-home-mosaic { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-quote { height: 170px; padding: 22px 20px; }
  .landing-quote blockquote { font-size: clamp(17px,4.4vw,22px); }

  .landing-accordion { margin-top: 20px; }
  .landing-accordion button,
  .landing-specs__toggle { min-height: 60px; font-size: 12.5px; }
  .landing-accordion button { padding: 16px 0; }
  .landing-accordion__panel p { padding-bottom: 18px; font-size: 12px; }

  .landing-advice { margin-top: 40px; }
  .landing-advice__inner { display: block; padding: 38px 20px 42px; }
  .landing-advice__inner > p:not(.landing-eyebrow) { font-size: 13px; }
  .landing-button--whatsapp { width: 100%; margin-top: 24px; }
  .landing-specs__body { grid-template-columns: 1fr; }

  .landing-design-banner { position: relative; isolation: isolate; grid-template-columns: 1fr; grid-template-rows: 1fr; height: 460px; margin-top: 38px; background: var(--landing-dark); color: #f7f2ea; }
  .landing-design-banner::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(25,22,20,.72) 0%,rgba(25,22,20,.5) 55%,rgba(25,22,20,.16) 100%); content: ''; pointer-events: none; }
  body.landing-page--alfombras .rug-landing .landing-design-banner__media { position: absolute !important; inset: 0 !important; z-index: 0; width: 100% !important; height: 100% !important; }
  body.landing-page--alfombras .rug-landing .landing-design-banner__media > img { object-position: 8% center !important; }
  .landing-design-banner__content { --landing-banner-mobile-gutter: 20px; position: relative; z-index: 2; align-items: flex-start; justify-content: flex-start; max-width: none; height: 100%; padding: 82px var(--landing-banner-mobile-gutter) 18px; }
  .landing-design-banner h2 { width: 100%; max-width: none; margin-inline: 0; color: #f7f2ea; font-size: clamp(34px,8.5vw,37px); line-height: 1.03; white-space: nowrap; text-shadow: 0 1px 18px rgba(0,0,0,.2); }
  .landing-design-banner p { width: 100%; max-width: 340px; margin-inline: 0; margin-top: 16px; color: rgba(247,242,234,.92); font-size: 12.5px; line-height: 1.65; }
  .landing-design-banner .landing-button { align-self: stretch; width: 100%; min-height: 50px; margin-right: 0; margin-left: 0; margin-top: auto; padding-inline: 16px; font-size: 10px; letter-spacing: .12em; }
  .landing-design-banner .landing-button--dark { background: #f2efe9; color: var(--landing-dark) !important; }

  .rug-landing .landing-footer { padding: 30px 0 92px !important; }
  .landing-footer .landing-column { display: block; padding-inline: 20px; }
  .rug-landing .landing-footer .footer-legal { display: flex; gap: 8px 18px; width: auto; margin-top: 16px; }
  .rug-landing .landing-footer small { margin-top: 16px; }

  .landing-sticky-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 999999; display: flex; gap: 10px; padding: 10px 16px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--landing-line); background: rgba(247,245,242,.96); backdrop-filter: blur(10px); }
  .landing-sticky-bar__whatsapp { display: flex; align-items: center; justify-content: center; width: 52px; min-height: 52px; flex: none; border: 1px solid #ddd6ca; border-radius: 2px; background: var(--landing-sand); color: #4a443d !important; }
  .landing-sticky-bar__whatsapp svg { width: 17px; height: 17px; fill: currentColor; }
  .landing-sticky-bar__cta { display: flex; align-items: center; justify-content: center; min-height: 52px; flex: 1; padding: 0 12px; border-radius: 2px; background: var(--landing-dark); color: #f2efe9 !important; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rug-landing *, .rug-landing *::before, .rug-landing *::after { scroll-behavior: auto !important; transition: none !important; }
}
