:root {
  --bg: #fbf5eb;
  --surface: #ffffff;
  --surface-soft: #fff7ee;
  --ink: #2b1a10;
  --ink-soft: #775f4f;
  --brand: #e0690c;
  --brand-deep: #7a3100;
  --brand-soft: #f8cda7;
  --accent: #f0a04a;
  --line: rgba(137, 66, 15, 0.16);
  --success: #157347;
  --shadow-sm: 0 12px 32px rgba(116, 53, 13, 0.08);
  --shadow-lg: 0 28px 80px rgba(116, 53, 13, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 900px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; border-radius: 10px; background: var(--surface); box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(251, 245, 235, 0.84);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 7px 26px rgba(122, 49, 0, 0.07); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 154px; height: auto; }
.primary-nav { display: flex; gap: 26px; align-items: center; margin-left: auto; }
.primary-nav a { color: #654734; font-size: 0.9rem; font-weight: 700; }
.primary-nav a:hover { color: var(--brand); }
.header-cta { margin-left: 2px; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 6px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--brand-deep); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--brand);
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 18px rgba(224, 105, 12, 0.18);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--brand-deep); border-color: var(--brand-deep); box-shadow: 0 14px 24px rgba(122, 49, 0, .22); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 0.86rem; }
.button-ghost { color: var(--brand); background: transparent; box-shadow: none; }
.button-ghost:hover { color: #fff; }
.button-secondary { color: var(--brand); background: #fff; box-shadow: none; }
.button-secondary:hover { color: #fff; }
.button-light { color: var(--brand-deep); border-color: #fff; background: #fff; box-shadow: none; }
.button-light:hover { color: #fff; border-color: var(--accent); background: var(--accent); }

.section-shell { position: relative; overflow: hidden; padding-top: 58px; }
.section-shell::before,
.section-shell::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .65;
}
.section-shell::before { right: -180px; top: -130px; background: radial-gradient(circle, rgba(250,198,151,.82), rgba(250,198,151,0)); }
.section-shell::after { left: -240px; bottom: -160px; background: radial-gradient(circle, rgba(247,218,178,.64), rgba(247,218,178,0)); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-block: 36px 68px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(201,139,59,.13); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: "Fraunces", Georgia, serif; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 20px 0 18px; font-size: clamp(3.1rem, 6vw, 5.6rem); }
h1 span { color: var(--brand); }
h2 { margin: 11px 0 0; font-size: clamp(2.35rem, 4.4vw, 4rem); }
h3 { line-height: 1.25; }
.hero-text { max-width: 670px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-mini-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; color: #74543c; font-size: .88rem; font-weight: 700; }
.hero-mini-points span::before { content: "✓"; margin-right: 7px; color: var(--brand); }
.hero-card {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
  border: 1px solid rgba(224, 105, 12, 0.14);
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(248,232,239,.78));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-image { position: relative; z-index: 2; width: min(92%, 590px); filter: drop-shadow(0 24px 20px rgba(122,49,0,.16)); }
.hero-orbit { position: absolute; border: 1px dashed rgba(224,105,12,.22); border-radius: 50%; }
.hero-orbit-one { width: 520px; height: 520px; animation: spin 30s linear infinite; }
.hero-orbit-two { width: 380px; height: 380px; animation: spin 22s linear infinite reverse; }
.floating-note { position: absolute; z-index: 3; min-width: 164px; padding: 13px 16px; border: 1px solid rgba(123,32,77,.12); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { color: var(--brand-deep); font-size: .9rem; }
.floating-note span { color: var(--ink-soft); font-size: .76rem; }
.note-one { top: 58px; right: 24px; }
.note-two { bottom: 42px; left: 24px; }
@keyframes spin { to { transform: rotate(360deg); } }

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-sm);
}
.stats-strip div { padding: 20px 26px; border-right: 1px solid var(--line); }
.stats-strip div:last-child { border-right: 0; }
.stats-strip strong, .stats-strip span { display: block; }
.stats-strip strong { color: var(--brand); font-size: 1.42rem; letter-spacing: -.04em; }
.stats-strip span { color: var(--ink-soft); font-size: .8rem; font-weight: 700; }

.announcement { background: var(--brand-deep); color: #fff; }
.announcement-inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.announcement p { margin: 0; font-size: .91rem; }
.announcement a { color: #f4bd76; font-size: .86rem; font-weight: 800; }
.announcement-badge { padding: 4px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #ffe3c8; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.section { padding-block: 108px; }
.section-tinted { background: var(--surface-soft); }
.section-dark { background: var(--brand-deep); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-heading p { max-width: 520px; margin: 0; color: var(--ink-soft); }
.section-heading-light p { color: rgba(255,255,255,.72); }
.section-heading-light .eyebrow { color: #f0bfcf; }

.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); }
.search-box { min-width: min(310px, 100%); display: flex; align-items: center; gap: 9px; padding: 0 12px; }
.search-box svg { width: 18px; fill: none; stroke: var(--brand); stroke-width: 2; stroke-linecap: round; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #7a5435; background: #fff; font-size: .78rem; font-weight: 800; }
.filter-chip:hover, .filter-chip.active { color: #fff; border-color: var(--brand); background: var(--brand); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(122,49,0,.13); }
.product-image-wrap { position: relative; display: grid; place-items: center; aspect-ratio: 1.2; padding: 24px; background: linear-gradient(145deg, #fffaf6, #f6e6ed); overflow: hidden; }
.product-image-wrap::after { position: absolute; content:""; width: 210px; height: 210px; border: 1px dashed rgba(224,105,12,.16); border-radius: 50%; }
.product-image { position: relative; z-index: 1; width: 82%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.product-card:hover .product-image { transform: scale(1.04) rotate(-1deg); }
.product-badge { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 5px 9px; border-radius: 999px; color: var(--brand-deep); background: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 18px rgba(74,20,52,.1); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.product-type { color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 7px 0 8px; font-size: 1.12rem; }
.product-description { color: var(--ink-soft); font-size: .86rem; }
.product-meta { display: flex; gap: 14px; justify-content: space-between; padding-block: 14px; margin-top: auto; border-top: 1px solid var(--line); }
.product-meta span, .product-meta strong { display: block; }
.product-meta span { color: var(--ink-soft); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.product-meta strong { color: var(--brand-deep); font-size: .93rem; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 4px; }
.product-actions .button { min-height: 42px; padding-inline: 13px; font-size: .8rem; }
.icon-button { width: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); background: #fff; font-size: 1.05rem; }
.empty-state { grid-column: 1 / -1; padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--ink-soft); background: rgba(255,255,255,.66); text-align: center; }

.bulk-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.bulk-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.info-card, .process-card, .form-card { border: 1px solid rgba(123,32,77,.12); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.info-card { min-height: 208px; padding: 20px; }
.info-index { color: var(--brand-soft); font-size: 1.38rem; font-weight: 800; }
.info-card h3 { margin: 14px 0 7px; font-size: 1.05rem; }
.info-card p { color: var(--ink-soft); font-size: .84rem; }
.micro-tag { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: var(--brand); background: #fff0df; font-size: .7rem; font-weight: 800; }
.process-card { grid-column: 1 / -1; padding: 22px; }
.process-card ol { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 0; margin: 16px 0 0; list-style: none; }
.process-card li { display: flex; align-items: center; gap: 9px; }
.process-card li span { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: .72rem; font-weight: 800; }
.process-card p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.form-card { padding: 26px; }
.form-heading h3 { margin: 7px 0 4px; font-size: 1.36rem; }
.form-heading p { color: var(--ink-soft); font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 20px; }
.form-grid label, .calculator-form label { display: grid; gap: 7px; }
.form-grid label > span, .calculator-form label > span { color: #7a5a43; font-size: .75rem; font-weight: 800; }
.full-field { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(137, 86, 45, .20);
  border-radius: 11px;
  outline: 0;
  color: var(--ink);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input, select { min-height: 46px; padding: 0 12px; }
textarea { padding: 11px 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(224,105,12,.10); }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.form-actions .button { min-height: 45px; font-size: .85rem; }
.form-note { min-height: 20px; margin: 14px 0 0; color: var(--success); font-size: .8rem; font-weight: 700; }

.calculator-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.channel-tabs { display: flex; gap: 8px; padding: 15px; border-bottom: 1px solid var(--line); background: #fffaf6; overflow-x: auto; }
.channel-tab { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: #fff; font-size: .8rem; font-weight: 800; white-space: nowrap; }
.channel-tab.active { color: #fff; border-color: var(--brand); background: var(--brand); }
.calculator-grid { display: grid; grid-template-columns: 1.12fr .88fr; }
.calculator-form { display: grid; gap: 15px; padding: 25px; }
.field-group { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.input-prefix { display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(137,86,45,.20); border-radius: 11px; background: #fff; transition: .2s ease; }
.input-prefix:focus-within { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(224,105,12,.10); }
.input-prefix b { padding-left: 12px; color: var(--brand); font-size: .84rem; }
.input-prefix input { min-height: 44px; border: 0; box-shadow: none; }
.input-prefix input:focus { box-shadow: none; }
.calculator-disclaimer { margin: 3px 0 0; color: var(--ink-soft); font-size: .75rem; }
.calculator-results { padding: 28px; color: #fff; background: linear-gradient(145deg, var(--brand-deep), #a84600); }
.results-label { color: #ffdbb9; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.results-primary { padding-block: 16px 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.results-primary span, .results-primary small { display: block; color: rgba(255,255,255,.72); }
.results-primary strong { display: block; margin: 5px 0; color: #fff; font-size: 3.2rem; line-height: 1; letter-spacing: -.08em; }
.results-breakdown { display: grid; gap: 9px; padding-block: 18px; margin: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.results-breakdown div { display: flex; justify-content: space-between; gap: 15px; }
.results-breakdown dt { color: rgba(255,255,255,.72); font-size: .8rem; }
.results-breakdown dd { margin: 0; font-size: .84rem; font-weight: 800; }
.calculator-tip { padding: 13px 14px; margin-top: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.07); font-size: .78rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit-card { padding: 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); }
.benefit-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 50%; color: var(--brand-deep); background: #ffd1ad; font-weight: 800; }
.benefit-card h3 { margin-bottom: 8px; font-size: 1rem; }
.benefit-card p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: .84rem; }

.faq-list { display: grid; gap: 11px; }
.faq-item { padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.faq-item summary { position: relative; padding: 17px 30px 17px 0; color: var(--brand-deep); font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; right: 2px; content: "+"; color: var(--brand); font-size: 1.35rem; font-weight: 500; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--ink-soft); font-size: .86rem; }

.contact-band { padding: 42px 0; color: #fff; background: linear-gradient(135deg, #7b204d, #3b1230); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-band .eyebrow { color: #ffd1ad; }
.contact-band h2 { margin: 5px 0 4px; font-size: clamp(2rem, 4vw, 3.4rem); }
.contact-band p { margin: 0; color: rgba(255,255,255,.76); }

.site-footer { color: rgba(255,255,255,.72); background: #2b190e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 34px; padding-block: 52px; }
.footer-logo { width: 164px; height: auto; margin-bottom: 14px; }
.footer-grid p { max-width: 340px; font-size: .84rem; }
.footer-grid h3 { margin-bottom: 13px; color: #fff; font-size: .9rem; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-block: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p, .footer-bottom a { margin: 0; color: rgba(255,255,255,.55); font-size: .75rem; }
.footer-bottom div { display: flex; gap: 16px; }

.whatsapp-float { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 14px 32px rgba(22,104,58,.32); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: #fff; }

.product-modal { width: min(760px, calc(100% - 26px)); padding: 0; border: 0; border-radius: 22px; background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; }
.product-modal::backdrop { background: rgba(43,26,16,.55); backdrop-filter: blur(4px); }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); background: #fff; font-size: 1.5rem; line-height: 1; }
.modal-layout { display: grid; grid-template-columns: .9fr 1.1fr; }
.modal-visual { display: grid; place-items: center; min-height: 330px; padding: 26px; background: linear-gradient(145deg, #fffaf6, #f6e6ed); }
.modal-visual img { max-height: 270px; filter: drop-shadow(0 18px 16px rgba(122,49,0,.14)); }
.modal-body { padding: 34px 26px 26px; }
.modal-body h2 { margin: 8px 0; font-size: 2rem; }
.modal-body p { color: var(--ink-soft); font-size: .86rem; }
.modal-list { padding: 0; margin: 16px 0; list-style: none; }
.modal-list li { padding: 7px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; }
.modal-list strong { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--shadow-sm);
  }
  .primary-nav.open { display: grid; gap: 4px; }
  .primary-nav a { padding: 8px; }
  .header-cta { display: none; }
  .hero-grid, .bulk-grid, .calculator-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 22px; }
  .hero-card { min-height: 420px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .calculator-results { min-height: auto; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1160px); }
  .section-shell { padding-top: 38px; }
  .hero-grid { gap: 28px; padding-bottom: 38px; }
  h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .hero-card { min-height: 340px; border-radius: 27px; }
  .hero-orbit-one { width: 360px; height: 360px; }
  .hero-orbit-two { width: 250px; height: 250px; }
  .floating-note { min-width: 135px; padding: 9px 11px; }
  .note-one { top: 18px; right: 12px; }
  .note-two { bottom: 18px; left: 12px; }
  .stats-strip { grid-template-columns: repeat(2,1fr); border-radius: 16px 16px 0 0; }
  .stats-strip div { padding: 14px; border-bottom: 1px solid var(--line); }
  .stats-strip div:nth-child(2) { border-right: 0; }
  .stats-strip div:nth-child(n+3) { border-bottom: 0; }
  .announcement-inner { flex-wrap: wrap; gap: 5px 11px; padding-block: 10px; }
  .announcement p { font-size: .78rem; }
  .section { padding-block: 76px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading p { margin-top: 13px; }
  .filter-bar { display: grid; }
  .filter-chips { justify-content: flex-start; }
  .product-grid { grid-template-columns: 1fr; }
  .bulk-details { grid-template-columns: 1fr; }
  .process-card { grid-column: auto; }
  .process-card ol, .form-grid, .field-group, .benefit-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .results-primary strong { font-size: 2.65rem; }
  .contact-band-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 17px; }
  .footer-bottom { display: grid; }
  .modal-layout { grid-template-columns: 1fr; }
  .modal-visual { min-height: 220px; }
  .modal-visual img { max-height: 180px; }
}

.legal-page { min-height: calc(100vh - 78px); padding: 70px 0; background: var(--surface-soft); }
.legal-card { padding: clamp(22px, 5vw, 54px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-card h1 { margin: 10px 0 26px; font-size: clamp(2.8rem, 7vw, 4.7rem); }
.legal-card h2 { margin-top: 28px; font-size: 1.7rem; }
.legal-card p { color: var(--ink-soft); }
.legal-card a { color: var(--brand); font-weight: 800; }


/* =========================================================
   Animation, responsive polish and SEO-supporting UI updates
   ========================================================= */
body { position: relative; overflow-x: hidden; }
main, .site-footer { position: relative; z-index: 2; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.section { position: relative; }
.section:not(.section-dark)::before {
  position: absolute;
  content: "";
  inset: 18px auto auto 0;
  width: 94px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,105,12,.44), transparent);
  animation: line-drift 8s ease-in-out infinite alternate;
}
.ambient-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ambient-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(224,105,12,.16) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 78%);
}
.ambient-blob {
  position: absolute;
  display: block;
  width: 34vw;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .18;
  filter: blur(52px);
  transform: translate3d(0,0,0);
}
.ambient-blob-one { top: 4vh; right: -14vw; background: #e0690c; animation: blob-float-one 20s ease-in-out infinite alternate; }
.ambient-blob-two { top: 46vh; left: -17vw; background: #f0a04a; animation: blob-float-two 24s ease-in-out infinite alternate; }
.ambient-blob-three { bottom: -12vw; right: 14vw; background: #ffcf9e; animation: blob-float-three 22s ease-in-out infinite alternate; }

.cursor-glow {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  opacity: .13;
  pointer-events: none;
  background: radial-gradient(circle, rgba(240,160,74,.95), rgba(224,105,12,.2) 44%, transparent 73%);
  filter: blur(14px);
  will-change: transform;
}

.site-header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,105,12,.54), transparent);
  transform: scaleX(.2);
  opacity: 0;
  transition: opacity .25s ease, transform .4s ease;
}
.site-header.scrolled::after { opacity: 1; transform: scaleX(1); }
.brand img { object-fit: contain; transition: transform .35s ease, filter .35s ease; }
.brand:hover img { transform: translateY(-2px) scale(1.018); filter: drop-shadow(0 7px 11px rgba(122,49,0,.16)); }

.primary-nav a { position: relative; }
.primary-nav a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 99px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.primary-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.button { position: relative; overflow: hidden; transform: translate3d(var(--magnetic-x,0), var(--magnetic-y,0), 0); }
.button::before {
  position: absolute;
  content: "";
  inset: -30% auto -30% -42%;
  width: 34%;
  opacity: .5;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.88), transparent);
  transition: left .58s ease;
}
.button:hover::before { left: 116%; }

h1 span {
  background: linear-gradient(100deg, #e0690c 5%, #f0a04a 43%, #b44600 82%, #e0690c);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: headline-shimmer 7s ease-in-out infinite;
}
.hero-card {
  transform: perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-image { animation: hero-bob 5.8s ease-in-out infinite; }
.floating-note { animation: note-float 4.8s ease-in-out infinite; }
.note-two { animation-delay: -2.1s; }
.dot { animation: dot-pulse 2.4s ease-in-out infinite; }

.announcement { position: relative; overflow: hidden; }
.announcement-glow {
  position: absolute;
  inset: 0 auto 0 -30%;
  width: 28%;
  opacity: .32;
  background: linear-gradient(90deg, transparent, rgba(255,210,165,.58), transparent);
  animation: announcement-sweep 7s linear infinite;
}

.motion-card, .tilt-card {
  transform: perspective(1100px) translate3d(0,var(--motion-lift,0),0) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  will-change: transform;
}
.motion-card:hover, .tilt-card:hover {
  --motion-lift: -7px;
  border-color: rgba(224,105,12,.28);
}
.product-card:hover {
  transform: perspective(1100px) translate3d(0,var(--motion-lift,-7px),0) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}
.product-image-wrap { background: linear-gradient(145deg, #fffdf9, #fff0df); }
.product-image-wrap::before {
  position: absolute;
  content: "";
  inset: -45%;
  opacity: 0;
  transform: rotate(22deg) translateX(-36%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.74), transparent);
  transition: opacity .25s ease, transform .8s ease;
}
.product-card:hover .product-image-wrap::before { opacity: 1; transform: rotate(22deg) translateX(38%); }
.product-image { animation: product-breathe 5.5s ease-in-out infinite; }
.product-card:nth-child(2) .product-image { animation-delay: -1.3s; }
.product-card:nth-child(3) .product-image { animation-delay: -2.7s; }

.info-card, .benefit-card, .form-card, .process-card, .calculator-shell, .faq-item, .filter-bar, .stats-strip {
  position: relative;
  overflow: hidden;
}
.info-card::after, .benefit-card::after, .form-card::after, .process-card::after, .calculator-shell::after, .faq-item::after {
  position: absolute;
  content: "";
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  opacity: .45;
  transform: scaleX(.15);
  transform-origin: left;
  background: linear-gradient(90deg, var(--brand), var(--accent), transparent);
  transition: transform .42s ease;
}
.info-card:hover::after, .benefit-card:hover::after, .form-card:hover::after, .process-card:hover::after, .calculator-shell:hover::after, .faq-item:hover::after { transform: scaleX(1); }

.benefit-icon { animation: icon-float 4s ease-in-out infinite; }
.benefit-card:nth-child(2n) .benefit-icon { animation-delay: -1.7s; }
.benefit-card:nth-child(3n) .benefit-icon { animation-delay: -2.8s; }

.faq-item[open] p { animation: faq-open .26s ease both; }
.whatsapp-float { animation: whatsapp-pulse 3.2s ease-in-out infinite; }
.contact-band { position: relative; overflow: hidden; }
.contact-band::before {
  position: absolute;
  content: "";
  inset: -160% -30%;
  opacity: .22;
  background: repeating-linear-gradient(115deg, transparent 0 38px, rgba(255,255,255,.23) 39px 40px);
  animation: contact-drift 20s linear infinite;
}

.policy-acknowledgement { margin: 16px 0 0; color: var(--ink-soft); font-size: .76rem; }
.policy-acknowledgement a, .faq-item a { color: var(--brand); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.business-identity { display: grid; gap: 4px; margin-top: 15px; }
.business-identity span { margin: 0; font-size: .78rem; }
.business-identity strong { color: #fff; }
.legal-card { position: relative; overflow: hidden; }
.legal-card::before {
  position: absolute;
  content: "";
  top: -82px;
  right: -82px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  opacity: .18;
  background: var(--accent);
  animation: legal-orb 7s ease-in-out infinite alternate;
}
.legal-alert { padding: 16px 18px; margin: 22px 0; border: 1px solid rgba(224,105,12,.23); border-radius: 14px; color: #6f340a; background: #fff5e8; }
.legal-alert strong { display: block; margin-bottom: 4px; color: var(--brand-deep); }
.legal-list { padding-left: 20px; color: var(--ink-soft); }
.legal-list li { margin: 8px 0; }
.legal-meta { display: grid; gap: 5px; padding: 15px 17px; margin-top: 25px; border-radius: 14px; background: var(--surface-soft); }
.legal-meta span { color: var(--ink-soft); font-size: .83rem; }
.legal-meta strong { color: var(--ink); }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.reveal {
  opacity: 0;
  transform: translate3d(0,22px,0) scale(.988);
  transition: opacity .64s ease var(--reveal-delay,0ms), transform .64s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms);
}
.reveal.in-view { opacity: 1; transform: translate3d(0,0,0) scale(1); }

@keyframes headline-shimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes hero-bob { 0%,100% { transform: translate3d(0,0,0) rotate(-.4deg); } 50% { transform: translate3d(0,-12px,0) rotate(.7deg); } }
@keyframes note-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-9px,0); } }
@keyframes product-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035) translateY(-5px); } }
@keyframes dot-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(240,160,74,.13); } 50% { box-shadow: 0 0 0 10px rgba(240,160,74,.025); } }
@keyframes icon-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-6px) rotate(5deg); } }
@keyframes announcement-sweep { to { transform: translateX(500%); } }
@keyframes whatsapp-pulse { 0%,100% { box-shadow: 0 14px 32px rgba(22,104,58,.32), 0 0 0 0 rgba(37,211,102,.25); } 50% { box-shadow: 0 16px 36px rgba(22,104,58,.38), 0 0 0 12px rgba(37,211,102,0); } }
@keyframes contact-drift { to { transform: translateX(80px); } }
@keyframes faq-open { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes line-drift { from { transform: translateX(0); } to { transform: translateX(82vw); } }
@keyframes legal-orb { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-16px,15px,0) scale(1.1); } }
@keyframes blob-float-one { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-8vw,8vh,0) scale(1.13); } }
@keyframes blob-float-two { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(8vw,-10vh,0) scale(.9); } }
@keyframes blob-float-three { from { transform: translate3d(0,0,0) scale(.94); } to { transform: translate3d(-7vw,-8vh,0) scale(1.1); } }

@media (min-width: 981px) and (max-width: 1180px) {
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .82rem; }
  .header-inner { gap: 18px; }
  .brand img { width: 145px; }
  .hero-grid { gap: 34px; }
}

@media (max-width: 980px) {
  .cursor-glow { display: none; }
  .ambient-blob { width: 58vw; opacity: .13; filter: blur(42px); }
  .primary-nav a::after { display: none; }
  .hero-card, .tilt-card, .motion-card, .product-card:hover {
    transform: none;
  }
  .motion-card:hover, .tilt-card:hover { --motion-lift: 0; }
  .button { transform: none; }
  .product-card:hover .product-image { transform: none; }
  .footer-grid { grid-template-columns: 1.35fr 1fr; }
}

@media (max-width: 680px) {
  .ambient-grid { background-size: 23px 23px; opacity: .16; }
  .ambient-blob { opacity: .10; }
  .section:not(.section-dark)::before { display: none; }
  .hero-image { animation-duration: 7s; }
  .floating-note { animation-duration: 5.6s; }
  .product-image { animation-duration: 7s; }
  .announcement-glow { animation-duration: 9s; }
  .footer-grid { grid-template-columns: 1fr; }
  .business-identity span { font-size: .74rem; overflow-wrap: anywhere; }
}

@media (max-width: 420px) {
  .brand img { width: 132px; }
  .header-inner { gap: 12px; }
  .hero-card { min-height: 300px; }
  .floating-note { min-width: 118px; }
  .floating-note strong { font-size: .78rem; }
  .floating-note span { font-size: .66rem; }
  .stats-strip strong { font-size: 1.2rem; }
  .button { min-height: 46px; padding-inline: 16px; font-size: .88rem; }
  .product-actions { grid-template-columns: minmax(0,1fr) 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .cursor-glow { display: none; }
}


/* =========================================================
   Mobile navigation stacking fix
   ========================================================= */
.header-inner { position: relative; }

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible;
  }

  .header-inner {
    position: relative;
    z-index: 1001;
  }

  .brand,
  .menu-toggle {
    position: relative;
    z-index: 1202;
  }

  .primary-nav {
    position: fixed;
    z-index: 1200;
    top: 78px;
    left: 14px;
    right: 14px;
    display: none;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(224,105,12,.20);
    border-radius: 16px;
    background: #fffdf9;
    box-shadow: 0 18px 42px rgba(95,47,15,.20);
    opacity: 0;
    transform: translate3d(0,-8px,0);
  }

  .primary-nav.open {
    display: grid;
    gap: 4px;
    opacity: 1;
    transform: translate3d(0,0,0);
    animation: mobile-menu-open .22s ease both;
  }

  .primary-nav a {
    display: block;
    padding: 11px 12px;
    border-radius: 10px;
    color: var(--brand-deep);
    background: transparent;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    color: var(--brand-deep);
    background: rgba(224,105,12,.10);
  }
}

@media (max-width: 420px) {
  .primary-nav {
    top: 72px;
    left: 10px;
    right: 10px;
  }
}

@keyframes mobile-menu-open {
  from { opacity: 0; transform: translate3d(0,-8px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}


/* =========================================================
   Compact UNik Stories logo sizing
   ========================================================= */
.brand img {
  width: 154px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
.footer-logo {
  width: 164px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}
@media (min-width: 981px) and (max-width: 1180px) {
  .brand img { width: 145px; max-height: 54px; }
}
@media (max-width: 980px) {
  .brand img { width: 138px; max-height: 52px; }
  .footer-logo { width: 154px; max-height: 72px; }
}
@media (max-width: 420px) {
  .brand img { width: 126px; max-height: 48px; }
  .footer-logo { width: 146px; max-height: 68px; }
}


/* =========================================================
   Shared branded header and footer on policy pages
   ========================================================= */
.legal-page {
  min-height: auto;
  padding: 70px 0 86px;
}
.legal-page + .site-footer {
  position: relative;
  z-index: 2;
}
@media (max-width: 680px) {
  .legal-page { padding: 42px 0 64px; }
}
