:root {
  --ink: #0b1714;
  --muted: #53635e;
  --line: #dfe6e2;
  --paper: #ffffff;
  --soft: #f5f8f6;
  --soft-2: #edf4f0;
  --green: #0f9f73;
  --green-dark: #087b59;
  --lime: #8cd85b;
  --sand: #f1eadf;
  --amber: #f3bd55;
  --shadow: 0 24px 60px rgba(11, 23, 20, .12);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(223,230,226,.82);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; font-size: 1.22rem; white-space: nowrap; }
.brand-mark { height: 25px; width: 31px; display: flex; gap: 3px; align-items: flex-end; }
.brand-mark i { display: block; width: 6px; border-radius: 2px 2px 0 0; background: var(--green); }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 13px; }
.brand-mark i:nth-child(3) { height: 19px; }
.brand-mark i:nth-child(4) { height: 25px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: .93rem; color: #31403b; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--green-dark); }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: #fff; border-radius: 11px; padding: 9px 12px; color: var(--ink); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #0fae7b, #087d59); box-shadow: 0 12px 28px rgba(15,159,115,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(15,159,115,.3); }
.button-dark { color: #fff; background: var(--ink); }
.button-small { min-height: 42px; padding: 0 16px; font-size: .9rem; }
.button-ghost { background: #fff; border-color: #cfd9d4; color: var(--ink); }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 54px 0 70px; background: radial-gradient(circle at 5% 10%, #f2f8f4 0, #fff 40%), #fff; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(140,216,91,.12); filter: blur(4px); left: -220px; bottom: -260px; }
.hero > .container { width: min(calc(100% - 40px), 1320px); }
.hero-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.35fr); align-items: center; gap: 42px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .76rem; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: #9ee0c6; }
.hero h1 { margin: 18px 0 22px; max-width: 690px; font-size: clamp(3rem, 5.2vw, 5.25rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin: 0; color: #42514c; font-size: clamp(1.08rem, 1.45vw, 1.28rem); line-height: 1.67; }
.hero-lead strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 25px 0 0; color: #53635e; font-size: .86rem; }
.hero-trust li { display: flex; align-items: center; gap: 6px; }
.hero-trust span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e7f7f0; color: var(--green-dark); font-weight: 900; }
.hero-media { position: relative; min-width: 0; }
.hero-photo { position: relative; margin: 0; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: #eee; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(5,15,12,.72) 100%); pointer-events: none; }
.hero-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 26px; color: #fff; }
.photo-kicker { display: block; margin-bottom: 6px; color: #b8eed9; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; }
.hero-photo figcaption strong { display: block; max-width: 590px; font-size: clamp(1rem, 1.5vw, 1.28rem); line-height: 1.35; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 210px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 12px 34px rgba(10,27,22,.16); backdrop-filter: blur(12px); }
.floating-card small { display: block; margin-bottom: 2px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .08em; font-size: .61rem; font-weight: 850; }
.floating-card strong { display: block; font-size: .79rem; }
.floating-card-top { right: 24px; top: 24px; }
.floating-card-bottom { left: -26px; bottom: 85px; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(15,159,115,.12); flex: 0 0 auto; }
.code-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #0e1d18; color: #9ae6c8; font-size: .78rem; font-weight: 900; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfb; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 104px; padding: 22px 28px; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { font-size: 1.75rem; letter-spacing: -.04em; }
.proof-grid span { color: var(--muted); font-size: .86rem; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 40px; }
.section-heading.narrow { max-width: 830px; }
.section-heading h2, .personalization h2, .cost-section h2, .roi-section h2, .price-section h2, .faq-section h2, .final-cta h2 { margin: 14px 0 16px; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.06; letter-spacing: -.05em; }
.section-heading p, .personalization p, .cost-section p, .roi-section p, .price-section p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { min-height: 250px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,23,20,.08); border-color: #c9d8d1; }
.benefit-number { margin-bottom: auto; color: var(--green); font-size: .74rem; font-weight: 850; letter-spacing: .08em; }
.benefit-card h3 { margin: 38px 0 8px; font-size: 1.3rem; letter-spacing: -.025em; }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.62; font-size: .93rem; }

.personalization { color: #fff; background: var(--ink); }
.personalization-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 72px; align-items: center; }
.personalization p { color: #b8c7c1; }
.check-list { list-style: none; padding: 0; margin: 27px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 29px; color: #e7efec; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #8ee1be; font-weight: 900; }
.personalization-demo { padding: 26px; border-radius: 24px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); box-shadow: 0 32px 70px rgba(0,0,0,.18); }
.demo-topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 780; }
.ai-label { padding: 6px 9px; border-radius: 999px; color: #b8efd8; background: rgba(15,159,115,.18); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.demo-quote { margin: 22px 0 !important; padding: 19px; color: #f0f5f3 !important; border-radius: 15px; background: rgba(255,255,255,.075); font-style: italic; }
.demo-arrow { color: #8ee1be; text-align: center; font-size: 1.4rem; }
.demo-result { margin-top: 12px; padding: 20px; color: var(--ink); border-radius: 17px; background: #f4fbf7; }
.demo-result small { display: block; color: var(--green-dark); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; font-size: .64rem; }
.demo-result > strong { display: block; margin: 7px 0 17px; font-size: 1.18rem; }
.priority-row { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid #dce9e3; font-size: .83rem; }
.priority-row span { color: var(--muted); }
.demo-note { margin: 13px 3px 0 !important; color: #90a39b !important; font-size: .76rem !important; }

.cost-section { background: var(--soft); }
.cost-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 74px; align-items: center; }
.cost-visual { min-height: 390px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid #d9e3de; border-radius: 28px; background: linear-gradient(135deg, #fff, #e9f2ed); }
.cost-pill { position: absolute; left: 12%; top: 18%; padding: 16px 22px; border-radius: 15px; background: #fff; box-shadow: 0 12px 28px rgba(11,23,20,.1); font-weight: 820; transform: rotate(-4deg); }
.cost-pill.accent { left: auto; right: 12%; top: 25%; color: #fff; background: var(--green); transform: rotate(5deg); }
.cost-vs { position: absolute; top: 35%; color: #7a8a84; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.cost-line { position: absolute; width: 2px; height: 88px; top: 43%; background: linear-gradient(#bdcbc5, transparent); }
.model-stack { position: absolute; bottom: 13%; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; width: 82%; }
.model-stack span { padding: 8px 11px; border: 1px solid #d0ddd7; border-radius: 999px; background: rgba(255,255,255,.78); color: #41514b; font-size: .72rem; font-weight: 750; }
.callout { margin-top: 25px; padding: 18px 20px; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; background: #fff; color: #374841; line-height: 1.58; }

.split-heading { display: grid; grid-template-columns: 1fr .76fr; gap: 60px; align-items: end; }
.split-heading p { margin: 0 0 5px; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.module-card { display: grid; grid-template-columns: 55px 1fr; gap: 14px; min-height: 118px; padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.module-number { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--green-dark); background: #e9f6f0; font-weight: 900; font-size: .78rem; }
.module-card h3 { margin: 1px 0 6px; font-size: 1rem; letter-spacing: -.02em; }
.module-card p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }

.roi-section { background: #f5f0e8; }
.roi-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 74px; align-items: center; }
.roi-calculator { padding: 28px; border: 1px solid #e1d8ca; border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 20px 50px rgba(70,52,31,.07); }
.field-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 0; border-bottom: 1px solid #e5ddd1; }
.field-row label { color: #4c463e; font-weight: 700; }
.input-unit { display: flex; align-items: center; width: 118px; border: 1px solid #d9cdbd; border-radius: 11px; background: #fff; overflow: hidden; }
.input-unit input { width: 75px; border: 0; outline: 0; padding: 10px 8px 10px 12px; color: var(--ink); background: transparent; font-weight: 800; }
.input-unit span { color: #766c5e; font-size: .78rem; }
.roi-result { margin-top: 22px; padding: 20px; border-radius: 17px; color: #fff; background: var(--ink); }
.roi-result small { display: block; color: #a8bbb4; }
.roi-result strong { display: block; margin: 4px 0 6px; font-size: 2.4rem; letter-spacing: -.04em; }
.roi-result p { margin: 0; color: #d1ddd8; font-size: .86rem; line-height: 1.55; }

.price-section { color: #fff; background: linear-gradient(135deg, #0a1713, #10251e); }
.price-wrap { display: grid; grid-template-columns: 1fr 390px; gap: 86px; align-items: center; }
.price-section p { color: #b8c7c1; }
.price-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 20px; color: #eaf1ee; }
.price-list li::before { content: "✓"; margin-right: 9px; color: #91dfbe; font-weight: 900; }
.price-card { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.price-label { color: #a9bcb4; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 850; }
.price { display: flex; align-items: flex-start; gap: 5px; margin: 10px 0 -4px; }
.price strong { font-size: 4.8rem; line-height: 1; letter-spacing: -.07em; }
.price span { margin-top: 8px; font-size: 1.5rem; font-weight: 800; }
.price-card > p { margin: 0 0 20px; }
.price-card small { display: block; margin-top: 15px; color: #91a49c; line-height: 1.5; font-size: .72rem; }

.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 78px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 36px 21px 0; cursor: pointer; list-style: none; position: relative; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--green); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 36px 21px 0; color: var(--muted); line-height: 1.65; font-size: .93rem; }

.final-cta { padding: 78px 0; color: #fff; background: var(--green-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin-bottom: 0; max-width: 760px; }
.final-cta .button-primary { color: var(--ink); background: #fff; box-shadow: none; white-space: nowrap; }
.site-footer { padding: 30px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: .82rem; }
.footer-brand { color: var(--ink); font-size: 1rem; }
.footer-brand .brand-mark { transform: scale(.8); transform-origin: left center; margin-right: -4px; }
.footer-links { display: flex; justify-content: flex-end; gap: 17px; }
.footer-links a:hover { color: var(--green-dark); }

@media (max-width: 1020px) {
  .desktop-cta { display: none; }
  .hero-grid, .personalization-grid, .cost-grid, .roi-grid { gap: 42px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .price-wrap { grid-template-columns: 1fr 340px; gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .hero > .container { width: min(calc(100% - 30px), var(--container)); }
  .nav-wrap { min-height: 66px; flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; width: 100%; order: 3; margin: -4px 0 14px; padding: 10px 0; flex-direction: column; align-items: flex-start; gap: 0; border-top: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 10px 2px; }
  .hero { padding-top: 37px; }
  .hero-grid, .personalization-grid, .cost-grid, .roi-grid, .split-heading, .price-wrap, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; }
  .hero h1 { max-width: 690px; }
  .floating-card-bottom { left: 20px; bottom: 78px; }
  .section { padding: 72px 0; }
  .personalization-grid, .cost-grid, .roi-grid, .faq-grid { gap: 38px; }
  .split-heading { gap: 10px; }
  .module-grid { grid-template-columns: 1fr; }
  .price-list { grid-template-columns: 1fr; }
  .price-card { max-width: 460px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 3.05rem; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-photo figcaption { left: 19px; right: 19px; bottom: 18px; }
  .floating-card { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 88px; padding: 17px 15px; display: block; }
  .proof-grid strong, .proof-grid span { display: block; }
  .proof-grid strong { font-size: 1.45rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 210px; }
  .cost-visual { min-height: 310px; }
  .cost-pill { left: 8%; }
  .cost-pill.accent { left: auto; right: 8%; }
  .field-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .input-unit { width: 100%; }
  .input-unit input { flex: 1; width: auto; }
  .price { margin-top: 14px; }
  .price strong { font-size: 4rem; }
}

/* =========================================================
   INTERCYD / LEGAL / COOKIES / CHECKOUT CONSENT
   ========================================================= */
.intercyd-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.intercyd-band__inner { min-height: 94px; display: grid; grid-template-columns: auto 185px 1fr; align-items: center; gap: 22px; }
.intercyd-band__inner > span { color: var(--muted); font-size: .77rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.intercyd-band__inner a { display: block; }
.intercyd-band__inner img { display: block; width: 185px; height: auto; }
.intercyd-band__inner p { margin: 0; padding-left: 22px; border-left: 1px solid var(--line); color: var(--muted); font-size: .84rem; line-height: 1.55; }

.purchase-form { display: grid; gap: 12px; }
.purchase-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #c5d2cd; font-size: .72rem; line-height: 1.45; cursor: pointer; }
.purchase-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--green); }
.purchase-consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.purchase-consent + .button { margin-top: 4px; }

.footer-main { display: grid; grid-template-columns: 1fr 220px 1.45fr; align-items: center; gap: 34px; }
.footer-tagline { margin: 7px 0 0; color: var(--muted); font-size: .8rem; }
.intercyd-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding-left: 20px; border-left: 1px solid var(--line); }
.intercyd-footer span { color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-size: .58rem; font-weight: 800; }
.intercyd-footer img { display: block; width: 155px; height: auto; }
.footer-links { display: flex; justify-content: flex-end; align-items: center; gap: 11px 15px; flex-wrap: wrap; }
.footer-link-button, .inline-cookie-button { appearance: none; border: 0; padding: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-link-button:hover, .inline-cookie-button:hover { color: var(--green-dark); text-decoration: underline; }
.footer-legal-line { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 19px; border-top: 1px solid var(--line); color: #83918c; font-size: .7rem; }

.legal-site-header .nav-wrap { min-height: 72px; }
.legal-nav { display: flex; align-items: center; gap: 22px; font-size: .84rem; font-weight: 700; }
.legal-page { background: var(--soft); }
.legal-hero { padding: 74px 0 42px; color: #fff; background: linear-gradient(135deg, #0a1713, #133326); }
.legal-hero h1 { max-width: 900px; margin: 10px 0 8px; font-size: clamp(2.5rem, 6vw, 4.9rem); letter-spacing: -.055em; line-height: .98; }
.legal-hero p { margin: 0; color: #a9bbb4; font-size: .86rem; }
.legal-container { max-width: 900px; }
.legal-body { padding: 58px 0 84px; }
.legal-prose { color: #34433e; }
.legal-prose h2 { margin: 43px 0 13px; color: var(--ink); font-size: 1.38rem; letter-spacing: -.025em; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose p, .legal-prose li { font-size: .94rem; line-height: 1.75; }
.legal-prose a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal-prose ol, .legal-prose ul { padding-left: 23px; }
.legal-data { margin: 22px 0 0; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; background: #fff; }
.legal-data > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.legal-data > div:last-child { border-bottom: 0; }
.legal-data dt { color: var(--muted); font-size: .78rem; font-weight: 800; }
.legal-data dd { margin: 0; font-size: .86rem; }
.legal-table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: .8rem; }
.legal-table th, .legal-table td { padding: 13px 15px; vertical-align: top; text-align: left; border-bottom: 1px solid var(--line); line-height: 1.5; }
.legal-table th { color: var(--ink); background: #f1f6f3; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-note { padding: 14px 16px; border-left: 4px solid var(--green); border-radius: 0 10px 10px 0; background: #eaf6f0; }
.inline-cookie-button { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.cookie-banner { position: fixed; z-index: 2000; left: 22px; right: 22px; bottom: 22px; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: #fff; background: rgba(9,24,19,.97); box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner__copy strong { display: block; margin-bottom: 5px; font-size: 1rem; }
.cookie-banner__copy p { max-width: 680px; margin: 0 0 5px; color: #c2d0cb; font-size: .78rem; line-height: 1.55; }
.cookie-banner__copy a { color: #fff; font-size: .75rem; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__actions { display: grid; grid-template-columns: repeat(3, auto); gap: 8px; }
.cookie-button { min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.cookie-button--reject { color: #fff; background: #263a33; }
.cookie-button--settings { color: #fff; background: transparent; }
.cookie-button--accept { color: #07150f; border-color: #83ddb5; background: #83ddb5; }
.cookie-button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.cookie-modal { position: fixed; z-index: 2100; inset: 0; display: grid; place-items: center; padding: 20px; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(3,11,8,.7); backdrop-filter: blur(5px); }
.cookie-modal__panel { position: relative; width: min(100%, 610px); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: 28px; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.cookie-modal__panel h2 { margin: 8px 0 22px; font-size: 2rem; letter-spacing: -.04em; }
.cookie-modal__close { position: absolute; right: 17px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: #eef3f0; font-size: 1.5rem; cursor: pointer; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
.cookie-option strong { display: block; margin-bottom: 4px; }
.cookie-option p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.cookie-status { padding: 6px 9px; border-radius: 999px; color: var(--green-dark); background: #e6f4ed; font-size: .65rem; font-weight: 850; white-space: nowrap; }
.cookie-option--switch input { width: 22px; height: 22px; accent-color: var(--green); }
.cookie-modal__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.cookie-modal__actions .cookie-button--reject { border-color: #263a33; }

@media (max-width: 820px) {
  .intercyd-band__inner { grid-template-columns: auto 165px; gap: 16px; padding-top: 18px; padding-bottom: 18px; }
  .intercyd-band__inner img { width: 165px; }
  .intercyd-band__inner p { grid-column: 1 / -1; padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr; align-items: start; }
  .intercyd-footer { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .footer-links { justify-content: flex-start; }
  .legal-nav > a:first-child { display: none; }
  .cookie-banner { grid-template-columns: 1fr; gap: 16px; left: 12px; right: 12px; bottom: 12px; }
  .cookie-banner__actions { grid-template-columns: 1fr 1fr; }
  .cookie-banner__actions .cookie-button--settings { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 560px) {
  .intercyd-band__inner { grid-template-columns: 1fr; }
  .intercyd-band__inner > span { margin-bottom: -9px; }
  .legal-hero { padding: 52px 0 33px; }
  .legal-body { padding: 40px 0 60px; }
  .legal-data > div { grid-template-columns: 1fr; gap: 3px; }
  .footer-legal-line { flex-direction: column; gap: 5px; }
  .cookie-banner__actions, .cookie-modal__actions { grid-template-columns: 1fr; }
  .cookie-banner__actions .cookie-button--settings { grid-column: auto; order: 0; }
  .cookie-button { width: 100%; }
}

body.cookie-modal-open { overflow: hidden; }


/* Estado previo al lanzamiento */
.button-disabled {
  opacity: .58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none !important;
  box-shadow: none !important;
}
.launch-pending {
  margin: 18px 0 14px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: #fff;
}
.launch-pending strong { display: block; margin-bottom: 4px; }
.launch-pending p { margin: 0; color: #c5d2cd; font-size: .82rem; line-height: 1.5; }
.footer-link-disabled { opacity: .52; cursor: not-allowed; }
