:root {
  --waadby-turquoise: #3ab5ac;
  --waadby-turquoise-display: #2ba59d;
  --waadby-turquoise-dark: #187d77;
  --waadby-turquoise-soft: #e8f7f5;
  --waadby-red: #e6322a;
  --waadby-red-dark: #b8241d;
  --waadby-red-soft: #fff1ef;
  --red: #e6322a;
  --red-dark: #b8241d;
  --red-soft: #fff1ef;
  --ink: #1f2933;
  --muted: #596579;
  --line: #e4e7ec;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --green: var(--waadby-turquoise-dark);
  --green-soft: var(--waadby-turquoise-soft);
  --amber: #9a6700;
  --amber-soft: #fff7df;
  --shadow: 0 18px 50px rgba(31, 41, 51, .10);
  --radius: 20px;
  --shell: 1180px;
  --header-height: 78px;
  --anchor-offset: calc(var(--header-height) + 24px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
[id], .question, .calculator-review, .calculator-result { scroll-margin-top: var(--anchor-offset); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(58,181,172,.45); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(228,231,236,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-weight: 800; letter-spacing: .08em; }
.brand img { width: 124px; height: auto; }
.brand span { border-left: 1px solid var(--line); padding-left: 13px; color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 650; color: #344054; }
.main-nav a:hover, .main-nav a.is-active { color: var(--waadby-turquoise-dark); }
.main-nav a.is-active { box-shadow: inset 0 -2px var(--waadby-turquoise); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { overflow: hidden; padding: 92px 0 78px; background: radial-gradient(circle at 80% 15%, rgba(58,181,172,.18), transparent 32%), linear-gradient(145deg,#fff 0%,#fff 55%,#f5fbfa 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--waadby-turquoise-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.hero h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.35rem); line-height: .98; letter-spacing: -.055em; font-weight: 720; }
.hero h2 strong { color: var(--waadby-turquoise-display); font-weight: 820; }
.hero-lead { max-width: 690px; margin: 28px 0 0; font-size: 1.22rem; color: #475467; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.updated { margin-top: 21px; font-size: .84rem; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #173b39; background: var(--waadby-turquoise); box-shadow: 0 10px 24px rgba(58,181,172,.25); }
.button--primary:hover { background: #55c4bc; }
.button--secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button--ghost { color: #475467; background: transparent; border-color: var(--line); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }

.package-visual { position: relative; display: grid; gap: 10px; max-width: 490px; margin-inline: auto; }
.package-visual::before { content: ""; position: absolute; inset: -48px; z-index: -1; border-radius: 50%; background: radial-gradient(circle,rgba(58,181,172,.17),transparent 67%); }
.package-visual > div:not(.package-arrow) { display: flex; align-items: center; gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.package-visual b, .package-visual small { display: block; }
.package-visual small { margin-top: 3px; color: var(--muted); }
.package-icon { display: grid; flex: 0 0 55px; width: 55px; height: 55px; place-items: center; border-radius: 16px; font-size: 1.65rem; }
.package-icon--product { background: #fff3d9; }
.package-icon--seller { background: var(--waadby-turquoise-soft); }
.package-icon--carrier { background: #e9f4ff; }
.package-arrow { text-align: center; color: var(--waadby-turquoise-dark); font-size: 1.4rem; font-weight: 900; line-height: 1; }

.rap-intro { padding: 98px 0 92px; background: linear-gradient(155deg,#fff 0%,#fff 62%,#f4fbfa 100%); }
.intro-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 84px; align-items: end; }
.intro-heading > * { min-width: 0; }
.rap-intro h1 { max-width: 760px; margin: 0; font-size: clamp(2.75rem,5.5vw,5rem); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.intro-lead { margin: 0 0 5px; color: #475467; font-size: clamp(1.1rem,2vw,1.32rem); line-height: 1.55; }
.amazon-context { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-top: 46px; padding: 25px 28px; border: 1px solid #b9e5e1; border-radius: 18px; background: rgba(232,247,245,.78); }
.context-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #173b39; background: var(--waadby-turquoise); }
.context-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.amazon-context strong { font-size: 1.12rem; }
.amazon-context p { max-width: 940px; margin: 7px 0 0; color: #475467; }
.amazon-context .amazon-context__condition { margin-top: 17px; padding: 15px 17px; border-left: 3px solid var(--waadby-turquoise-dark); border-radius: 0 12px 12px 0; color: #34524f; background: rgba(255,255,255,.62); font-size: .9rem; }
.amazon-context__condition b { color: var(--ink); }
.application-path { margin-top: 52px; }
.application-path__heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 42px; align-items: end; margin-bottom: 30px; }
.application-path__heading > span { color: var(--waadby-turquoise-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.application-path__heading h2 { max-width: 650px; margin: 0; font-size: clamp(1.7rem,3vw,2.55rem); line-height: 1.06; letter-spacing: -.035em; }
.context-sequence { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.context-sequence li { position: relative; min-height: 190px; padding: 34px 30px 18px 0; border-top: 1px solid #a8dcd8; }
.context-sequence li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--waadby-turquoise); box-shadow: 0 0 0 1px var(--waadby-turquoise); }
.context-sequence li:not(:last-child)::after { content: ""; position: absolute; top: -1px; right: 0; width: 30px; border-top: 1px solid #a8dcd8; }
.context-sequence span, .context-sequence b, .context-sequence small { display: block; }
.context-sequence span { color: var(--waadby-turquoise-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.context-sequence b { margin-top: 15px; font-size: 1.08rem; }
.context-sequence small { max-width: 230px; margin-top: 7px; color: var(--muted); font-size: .9rem; line-height: 1.48; }

.spain-guide { padding: 96px 0; background: var(--surface-soft); }
.spain-guide__heading { max-width: 820px; margin-bottom: 40px; }
.seller-cases { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.seller-case { position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 28px 30px 30px; border: 1px solid #cceae7; border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(22,37,42,.05); }
.seller-case::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 22px 0 0 22px; background: var(--waadby-turquoise); }
.seller-case--wide { grid-column: 1 / -1; min-height: 0; padding-right: max(30px,14%); }
.seller-case__top { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.seller-case__number { color: var(--waadby-turquoise-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.rule-status { align-self: flex-start; padding: 6px 9px; border-radius: 999px; color: #173b39; background: var(--waadby-turquoise); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.rule-status--clear { color: var(--waadby-turquoise-dark); background: var(--waadby-turquoise-soft); box-shadow: inset 0 0 0 1px #b9e5e1; }
.rule-status--carrier { color: #fff; background: #28464c; }
.seller-case h3 { margin: 22px 0 10px; font-size: 1.28rem; line-height: 1.25; }
.seller-case p { margin: 0; color: #475467; font-size: .94rem; }
.seller-case .rule-exception { margin-top: auto; padding-top: 18px; border-top: 1px solid #d8ecea; color: var(--muted); font-size: .85rem; }
.rule-exception strong { color: var(--ink); }
.packaging-split { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 24px; padding: 14px; border-radius: 20px; background: #16252a; }
.packaging-split div { padding: 18px; border-radius: 13px; background: rgba(255,255,255,.06); }
.packaging-split span, .packaging-split b, .packaging-split small { display: block; }
.packaging-split span { margin-bottom: 9px; color: var(--waadby-turquoise); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.packaging-split b { color: #fff; }
.packaging-split small { margin-top: 5px; color: #b9d4d1; }
.spain-guide__action { display: flex; justify-content: center; margin-top: 28px; }

.countries-section { padding: 96px 0; color: #fff; background: #16252a; }
.countries-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
.countries-section h2 { margin: 0; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.countries-section .section-lead { color: #b9d4d1; }
.country-flow { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 28px; }
.country-flow span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .88rem; }
.country-flow i { color: var(--waadby-turquoise); font-style: normal; font-weight: 900; }
.portugal-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.market-route { display: grid; grid-template-columns: 1fr 96px 1fr; gap: 20px; align-items: center; padding: 26px 32px; border-bottom: 1px solid #cceae7; background: linear-gradient(120deg,#eefaf8,#f9fdfc); }
.market-route > div { position: relative; padding-right: 52px; }
.market-route span, .market-route strong { display: block; }
.market-route span { color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.market-route strong { margin-top: 3px; font-size: 1.15rem; }
.market-route small { position: absolute; right: 0; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #173b39; background: var(--waadby-turquoise); font-size: .72rem; font-weight: 900; transform: translateY(-50%); }
.market-route svg { width: 96px; fill: none; stroke: var(--waadby-turquoise-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.portugal-card__heading { padding: 30px 32px 25px; border-bottom: 1px solid var(--line); }
.portugal-card__heading > span { color: var(--waadby-turquoise-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.portugal-card__heading h3 { margin: 10px 0 9px; font-size: clamp(1.5rem,2.5vw,2rem); line-height: 1.12; letter-spacing: -.03em; }
.portugal-card__heading p { margin: 0; color: var(--muted); }
.portugal-scenarios { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; padding: 20px; background: #f5f8f8; }
.portugal-scenarios article { display: flex; min-height: 100%; flex-direction: column; padding: 26px 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(22,37,42,.05); }
.portugal-scenarios article + article { border-left: 1px solid var(--line); }
.scenario-header { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.scenario-number { color: var(--waadby-turquoise-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.scenario-status { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #173b39; background: var(--waadby-turquoise); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.scenario-status--other { color: var(--waadby-turquoise-dark); background: var(--waadby-turquoise-soft); box-shadow: inset 0 0 0 1px #b9e5e1; }
.portugal-scenarios h4 { margin: 20px 0 9px; font-size: 1.12rem; line-height: 1.3; }
.portugal-scenarios p { margin: 0; color: #475467; font-size: .9rem; }
.scenario-outcome { margin: 20px 0 0; padding: 14px 15px; border-radius: 12px; color: #173b39; background: #dff6f3; }
.scenario-outcome--other { color: #294d4a; background: #eff8f7; box-shadow: inset 0 0 0 1px #cceae7; }
.scenario-outcome span, .scenario-outcome strong { display: block; }
.scenario-outcome span { margin-bottom: 3px; font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.scenario-outcome strong { font-size: .92rem; }
.portugal-scenarios ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); font-size: .82rem; }
.portugal-scenarios li + li { margin-top: 7px; }
.portugal-results { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 0 20px 20px; background: #f5f8f8; }
.portugal-results div { padding: 16px 18px; border-radius: 13px; color: #34524f; background: var(--waadby-turquoise-soft); }
.portugal-results span, .portugal-results strong { display: block; }
.portugal-results span { margin-bottom: 5px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.portugal-results strong { color: var(--ink); font-size: .9rem; }
.portugal-recommendation { display: grid; grid-template-columns: 46px 1fr; gap: 18px; margin: 0 20px 20px; padding: 24px; border: 1px solid #f0c6be; border-radius: 18px; background: #fff7f5; box-shadow: 0 8px 24px rgba(192,68,42,.08); }
.portugal-recommendation__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: #fff; background: #d9563f; font-size: 1.2rem; font-weight: 900; }
.portugal-recommendation .eyebrow { color: #a83e2e; }
.portugal-recommendation h4 { margin: 7px 0 9px; font-size: 1.15rem; }
.portugal-recommendation p { margin: 0; color: #5d4844; font-size: .9rem; }
.portugal-recommendation .portugal-opportunity { margin-top: 13px; padding-top: 13px; border-top: 1px solid #f0d5cf; }
.portugal-recommendation small { display: block; margin-top: 13px; color: #80645e; font-size: .75rem; }

.quick-summary { padding: 82px 0; background: var(--surface-soft); }
.section-heading { max-width: 720px; }
.section-heading--compact { margin-bottom: 30px; }
.section-heading--center { margin: 0 auto 46px; text-align: center; }
.section-heading h2, .producer-section h2, .registry-section h2 { margin: 0; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .section-lead { margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; gap: 18px; }
.card-grid--four { grid-template-columns: repeat(4,1fr); }
.mini-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.mini-card > span { color: var(--waadby-turquoise-dark); font-size: .82rem; font-weight: 850; letter-spacing: .1em; }
.mini-card h3 { margin: 24px 0 8px; font-size: 1.15rem; }
.mini-card p { margin: 0; color: var(--muted); }

.calculator-section { padding: 100px 0; }
.calculator-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.calculator-intro { position: sticky; top: 115px; }
.notice { margin-top: 25px; padding: 18px 20px; border-radius: 14px; border-left: 4px solid #98a2b3; background: #f4f6f8; }
.notice strong, .notice p { display: block; }
.notice p { margin: 4px 0 0; color: #475467; }
.notice--important { border-left-color: var(--red); background: var(--red-soft); }
.notice--warning { border-left-color: #eaaa08; background: var(--amber-soft); }
.notice--wide { max-width: 900px; margin: 38px auto 0; }
.calculator { border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.calculator-progress { display: flex; align-items: center; gap: 14px; padding: 22px 28px; border-bottom: 1px solid var(--line); background: #fbfbfc; color: var(--muted); font-size: .85rem; font-weight: 700; }
.calculator-progress__track { flex: 1; height: 8px; overflow: hidden; border-radius: 999px; background: #eaecf0; }
.calculator-progress__track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--waadby-turquoise); transition: width .25s ease; }
.question { display: none; min-height: 470px; padding: 36px 36px 24px; border: 0; margin: 0; }
.question.is-active { display: block; }
.question legend { padding: 0; font-size: 1.65rem; line-height: 1.18; font-weight: 790; letter-spacing: -.025em; }
.question > p { margin: 10px 0 22px; color: var(--muted); }
.question.has-error { background: linear-gradient(var(--red-soft),#fff 110px); }
.question.has-error::after { content: "Selecciona una opción para continuar."; display: block; margin-top: 14px; color: var(--red-dark); font-weight: 750; }
.option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin-top: 24px; }
.option-grid--two { grid-template-columns: repeat(2,1fr); }
.option-grid--three { grid-template-columns: repeat(3,1fr); }
.option-grid[data-visible-options="1"] { grid-template-columns: minmax(0,1fr); width: 100%; max-width: 360px; margin-inline: auto; }
.option-grid[data-visible-options="2"] { grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; max-width: 740px; margin-inline: auto; }
.option-grid[data-adaptive-options] .option,
.option-grid[data-adaptive-options] .option span { height: 100%; }
.option { position: relative; cursor: pointer; }
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option span { display: block; min-height: 108px; padding: 20px; border: 2px solid var(--line); border-radius: 16px; background: #fff; transition: border .18s ease, box-shadow .18s ease, background .18s ease; }
.option b, .option small { display: block; }
.option small { margin-top: 6px; color: var(--muted); line-height: 1.35; }
.option input:checked + span { border-color: var(--waadby-turquoise-dark); background: var(--waadby-turquoise-soft); box-shadow: 0 0 0 3px rgba(58,181,172,.10); }
.option input:focus-visible + span { outline: 3px solid rgba(58,181,172,.4); outline-offset: 2px; }
.calculator-actions { display: flex; justify-content: space-between; gap: 12px; padding: 0 36px 30px; }
.calculator-review { padding: 36px; }
.calculator-review h3 { margin: 8px 0 6px; font-size: 2rem; line-height: 1.12; letter-spacing: -.035em; }
.calculator-review > p { margin: 0; color: var(--muted); }
.review-groups { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 26px; }
.review-groups article { position: relative; min-height: 138px; padding: 18px 100px 18px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-soft); }
.review-groups h4 { margin: 0 0 6px; font-size: .88rem; color: var(--waadby-turquoise-dark); }
.review-groups p { margin: 0; color: #475467; font-size: .9rem; }
.review-edit { position: absolute; right: 14px; top: 14px; padding: 6px 9px; border: 1px solid #b9e5e1; border-radius: 8px; color: var(--waadby-turquoise-dark); background: #fff; font-size: .78rem; font-weight: 750; }
.calculator-result { padding: 36px; }
.result-label { color: var(--green); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.calculator-result h3 { margin: 8px 0 12px; font-size: 2rem; line-height: 1.12; letter-spacing: -.035em; }
.result-completion { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 22px; border: 1px solid #bde3df; border-radius: 18px; background: linear-gradient(135deg,#eefaf8,#f8fcfb); }
.result-completion__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--waadby-turquoise-dark); font-size: 1.4rem; font-weight: 900; box-shadow: 0 10px 24px rgba(24,126,118,.2); }
.result-completion h3 { margin: 4px 0; font-size: 1.55rem; }
.result-completion p { margin: 0; color: #475467; }
.result-verdict { margin-top: 18px; padding: 24px; border: 2px solid #9bd8d2; border-radius: 18px; background: #eaf8f6; box-shadow: 0 14px 36px rgba(24,89,83,.1); }
.result-verdict > span { display: block; margin-bottom: 5px; color: #3b5d59; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.result-verdict > strong { display: block; color: #125e58; font-size: clamp(1.45rem,3vw,2.2rem); line-height: 1.12; letter-spacing: -.035em; }
.result-verdict > small { display: block; margin-top: 18px; color: #3b5d59; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.result-verdict h4 { margin: 13px 0 5px; font-size: 1rem; }
.result-verdict .result-summary { font-size: 1rem; }
.result-verdict[data-tone="affected"] { border-color: #52b9af; background: #e4f7f4; }
.result-verdict[data-tone="conditional"] { border-color: #e9bd59; background: #fff8e6; }
.result-verdict[data-tone="conditional"] > strong { color: #805b05; }
.result-verdict[data-tone="unknown"] { border-color: #e4a6a0; background: #fff2f0; }
.result-verdict[data-tone="unknown"] > strong { color: #9c3e35; }
.result-verdict[data-tone="review"], .result-verdict[data-tone="mixed"] { border-color: #aeb8c4; background: #f4f6f8; }
.result-verdict[data-tone="review"] > strong, .result-verdict[data-tone="mixed"] > strong { color: #344054; }
.result-summary { margin: 0; color: #475467; font-size: 1.08rem; }
.result-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.result-reason { margin-top: 24px; padding: 19px 20px; border-left: 4px solid var(--waadby-turquoise-dark); border-radius: 12px; background: var(--waadby-turquoise-soft); }
.result-reason h4, .result-reason p { margin: 0; }
.result-reason p { margin-top: 5px; color: #475467; }
.result-columns article { padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-soft); }
.result-columns article > span { color: var(--waadby-turquoise-dark); font-size: .76rem; font-weight: 850; letter-spacing: .08em; }
.result-columns h4 { margin: 0 0 7px; font-size: .92rem; }
.result-columns article > span + h4 { margin-top: 10px; }
.result-columns p { margin: 0; color: var(--muted); font-size: .92rem; }
.result-checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px; }
.result-checks article { padding: 19px; border-radius: 15px; background: #f2f8f7; }
.result-checks h4 { margin: 0 0 7px; }
.result-checks p { margin: 0; color: #475467; }
.result-actions-list { margin-top: 26px; padding: 20px 22px; border-radius: 15px; background: var(--green-soft); }
.result-actions-list h4 { margin: 0; }
.result-actions-list ol { margin: 10px 0 0; padding-left: 20px; }
.result-actions-list li + li { margin-top: 6px; }
.result-disclaimer { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.calculator-actions--result { padding: 26px 0 0; }
.cost-calculator-section { padding: 110px 0; background: linear-gradient(180deg,#edf8f7 0,#f7fbfb 100%); }
.cost-tool-shell { max-width: 1030px; }
.cost-section-heading { max-width: 780px; margin-inline: auto; }
.cost-section-heading h2 { max-width: none; }
.calculator--cost { margin-top: 42px; border-color: #b9e1dd; box-shadow: 0 28px 70px rgba(24,89,83,.12); }
.cost-calculator { padding: 34px 36px 38px; }
.cost-calculator__header h3 { margin: 8px 0 8px; font-size: clamp(1.8rem,3.5vw,2.55rem); line-height: 1.06; letter-spacing: -.04em; }
.cost-calculator__header p { margin: 0; color: var(--muted); }
.cost-form { margin-top: 28px; }
.cost-product { display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-soft); }
.cost-product img { width: 155px; height: 122px; object-fit: cover; }
.cost-product span { color: var(--waadby-turquoise-dark); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.cost-product h4 { margin: 5px 0 4px; font-size: 1.18rem; }
.cost-product p { margin: 0; padding-right: 20px; color: var(--muted); font-size: .86rem; }
.cost-control--range { margin-top: 25px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; }
.cost-control__heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cost-control__heading label, .cost-control > span { font-weight: 750; }
.cost-control__heading output { color: var(--waadby-turquoise-dark); font-size: 1.18rem; font-weight: 850; white-space: nowrap; }
.cost-control--range input { width: 100%; margin-top: 18px; accent-color: var(--waadby-turquoise-dark); }
.range-scale { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; }
.cost-controls-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin-top: 14px; }
.cost-control { display: block; }
.cost-control--wide { grid-column: 1 / -1; }
.cost-control > span, .cost-control > small { display: block; }
.cost-control input, .cost-control select { width: 100%; height: 50px; margin-top: 7px; padding: 0 13px; border: 1px solid #cfd5dc; border-radius: 11px; color: var(--ink); background: #fff; font: inherit; }
.cost-control input[type="number"] { appearance: textfield; }
.cost-control input[type="number"]::-webkit-inner-spin-button, .cost-control input[type="number"]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.cost-control input:focus, .cost-control select:focus { outline: 3px solid rgba(58,181,172,.2); border-color: var(--waadby-turquoise-dark); }
.cost-control > small { margin-top: 6px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.cost-rate-display { display: flex; align-items: center; width: 100%; height: 50px; margin-top: 7px; padding: 0 13px; border: 1px solid #b9e1dd; border-radius: 11px; color: var(--waadby-turquoise-dark); background: #eef8f7; font-weight: 850; }
.input-suffix { position: relative; display: block; }
.input-suffix input { padding-right: 86px; }
.input-suffix small { position: absolute; right: 13px; top: 23px; color: var(--muted); font-size: .76rem; }
.cost-presets { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.cost-presets > span { margin-right: 4px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.cost-presets button { padding: 9px 12px; border: 1px solid #b9e5e1; border-radius: 999px; color: var(--waadby-turquoise-dark); background: #fff; font-weight: 750; cursor: pointer; }
.cost-presets button:hover, .cost-presets button:focus-visible { background: var(--waadby-turquoise-soft); }
.cost-advanced { margin-top: 22px; padding: 0 20px; border: 1px solid var(--line); border-radius: 16px; background: #fbfbfc; }
.cost-advanced summary { padding: 18px 0; font-weight: 800; cursor: pointer; }
.cost-advanced > p { margin: -5px 0 4px; color: var(--muted); font-size: .88rem; }
.cost-advanced .cost-controls-grid { padding-bottom: 22px; }
.cost-results { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.cost-volume { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.cost-volume article { display: flex; min-height: 104px; padding: 17px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid #d7ecea; border-radius: 16px; text-align: center; background: linear-gradient(145deg,#eff9f8,#f8fcfc); }
.cost-volume span, .cost-volume small { display: block; }
.cost-volume span { color: var(--waadby-turquoise-dark); font-size: 1.18rem; font-weight: 850; }
.cost-volume small { margin-top: 5px; color: #475467; }
.cost-comparison { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin-top: 16px; }
.cost-option-card { position: relative; display: flex; overflow: hidden; min-width: 0; padding: 29px 24px 24px; align-items: center; flex-direction: column; border: 1px solid #dce3e3; border-radius: 22px; text-align: center; background: #fff; box-shadow: 0 14px 34px rgba(22,50,48,.07); }
.cost-option-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: #9aa8a7; content: ""; }
.cost-option-card--amazon { border-color: #b8e1dd; background: linear-gradient(155deg,#f2fbfa 0,#fff 62%); }
.cost-option-card--amazon::before { background: linear-gradient(90deg,var(--waadby-turquoise-dark),var(--waadby-turquoise)); }
.cost-option-card > span, .cost-option-card > strong, .cost-option-card > small { display: block; }
.cost-option-card > span { min-height: 30px; color: var(--waadby-turquoise-dark); font-size: .76rem; line-height: 1.3; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.cost-option-card > strong { margin-top: 10px; font-size: clamp(2rem,4vw,2.7rem); line-height: 1; letter-spacing: -.04em; }
.cost-option-card > small { margin-top: 7px; color: var(--muted); }
.cost-option-card ul { display: grid; width: 100%; gap: 7px; margin: 23px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.cost-option-card li { display: grid; min-height: 58px; padding: 10px 12px; place-content: center; gap: 3px; border-radius: 12px; color: var(--muted); font-size: .8rem; text-align: center; background: #f5f7f7; }
.cost-option-card--amazon li { background: #eaf7f5; }
.cost-option-card li b { display: block; color: var(--ink); font-size: .98rem; white-space: nowrap; }
.cost-liquidation { display: grid; grid-template-columns: 1fr; gap: 0; align-items: center; margin-top: 16px; padding: 27px 24px; border: 1px solid rgba(82,200,191,.28); border-radius: 22px; color: #fff; text-align: center; background: linear-gradient(145deg,#15343a,#10272b); box-shadow: 0 16px 36px rgba(16,39,43,.16); }
.cost-liquidation span, .cost-liquidation strong, .cost-liquidation small { display: block; }
.cost-liquidation span { color: #8ee0d9; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.cost-liquidation strong { margin-top: 7px; font-size: 2rem; }
.cost-liquidation small { margin-top: 5px; color: #b7c8ca; }
.cost-quarter-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; margin-top: 12px; }
.cost-quarter-options small { margin: 0; }
.cost-quarter-options b { color: #fff; }
.cost-liquidation p { width: 100%; max-width: 650px; margin: 20px auto 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.16); color: #e4eeee; }
.cost-notes { margin-top: 18px; padding: 20px; border-radius: 16px; background: #f5f6f7; }
.cost-notes h4 { margin: 0; }
.cost-notes ul { margin: 10px 0 0; padding-left: 20px; color: #475467; font-size: .86rem; }
.cost-notes li + li { margin-top: 5px; }
.cost-notes p { margin: 14px 0 0; color: #475467; font-size: .82rem; }
.cost-notes a { display: inline-block; margin-top: 12px; color: var(--waadby-turquoise-dark); font-size: .82rem; font-weight: 800; }
.cost-source-links { display: flex; flex-wrap: wrap; gap: 0 18px; }
.cost-estimate-warning { padding: 18px 20px; border: 1px solid #efc8a5; border-radius: 14px; background: #fff8ef; }
.cost-estimate-warning span { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #884710; background: #ffe4c7; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.cost-estimate-warning p { margin: 10px 0 0; color: #654c37; font-size: .88rem; }
.cost-estimate-warning + h4 { margin-top: 20px; }

.example-section { padding: 100px 0; background: #181d27; color: #fff; }
.example-section .section-heading p { color: #b9c0cc; }
.example-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 17px; }
.example-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.06); }
.example-card__media { height: 205px; margin: 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.13); background: #10151c; }
.example-card__media img { width: 100%; height: 100%; object-fit: cover; }
.example-card__body { padding: 25px 25px 28px; }
.example-card__body > span { display: block; color: #63d0c8; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.example-card h3 { margin: 11px 0 9px; }
.example-card p { margin: 0; color: #bec5cf; font-size: .9rem; }
.flow-arrow { align-self: center; color: #63d0c8; font-size: 2rem; }
.example-section .notice { color: var(--ink); }

.producer-section { padding: 100px 0; }
.producer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #173b39; background: var(--waadby-turquoise); font-size: .75rem; font-weight: 900; }
.producer-aside { padding: 38px; border: 1px solid #b9e5e1; border-radius: 26px; background: var(--waadby-turquoise-soft); }
.producer-aside__icon { font-size: 2.8rem; }
.producer-aside h3 { margin: 20px 0 8px; font-size: 1.5rem; }
.producer-aside p { color: #475467; }
.producer-aside small { display: block; margin-top: 24px; color: var(--muted); }

.seller-section { padding: 100px 0; background: var(--surface-soft); }
.seller-video { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 34px; align-items: center; margin: 42px 0 54px; padding: 30px; scroll-margin-top: 92px; border: 1px solid #cceae7; border-radius: 26px; background: #fff; box-shadow: 0 20px 55px rgba(22,37,42,.1); }
.seller-video__content { padding: 8px 4px 8px 8px; }
.seller-video__label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #14534e; background: #d9f3f0; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.seller-video h3 { margin: 18px 0 12px; font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.1; letter-spacing: -.035em; }
.seller-video__content > p { margin: 0; color: #475467; }
.seller-video__highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.seller-video__highlights span { padding: 7px 10px; border: 1px solid #b9e5e1; border-radius: 999px; color: #285954; background: #f2fbfa; font-size: .75rem; font-weight: 750; }
.seller-video__content .seller-video__note { margin-top: 19px; color: var(--muted); font-size: .78rem; }
.seller-video__media { position: relative; overflow: hidden; border-radius: 19px; background: #0b1215; box-shadow: 0 16px 36px rgba(22,37,42,.18); }
.seller-video__media video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #0b1215; object-fit: contain; }
.seller-video__duration { position: absolute; right: 14px; top: 14px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(11,18,21,.78); font-size: .72rem; font-weight: 850; letter-spacing: .04em; pointer-events: none; }
.seller-video__media:focus-within { outline: 3px solid var(--waadby-turquoise-dark); outline-offset: 4px; }
.seller-steps-heading { max-width: 680px; margin: 0 0 26px; }
.seller-steps-heading h3 { margin: 8px 0 7px; font-size: 1.55rem; }
.seller-steps-heading p { margin: 0; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; align-items: start; }
.step-card { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 250px; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.step-card--stacked { grid-template-rows: auto auto; }
.step-card > div h3 { margin: 0 0 6px; }
.step-card > div p { margin: 0; color: var(--muted); }
.step-card > div p + p { margin-top: 10px; }
.step-card > div .step-card__note, .step-card > div .step-card__warning { padding: 11px 13px; border-radius: 11px; font-size: .84rem; }
.step-card > div .step-card__note { color: #285954; background: var(--waadby-turquoise-soft); }
.step-card > div .step-card__warning { color: #714b09; background: var(--amber-soft); box-shadow: inset 3px 0 0 #eaaa08; }
.step-card__actions { display: grid; gap: 8px; margin: 12px 0 0; padding: 12px 14px 12px 38px; border: 1px solid #b9e5e1; border-radius: 11px; color: #285954; background: #eff9f8; font-size: .84rem; line-height: 1.5; }
.step-card__actions li::marker { color: var(--waadby-turquoise-dark); font-weight: 900; }
.step-card__actions + .step-card__note { margin-top: 12px; }
.step-management-options { display: grid; gap: 10px; margin-top: 14px; }
.step-management-option { padding: 14px 15px; border: 1px solid var(--line); border-radius: 13px; background: #f7f8fa; }
.step-management-option > span { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: #29514e; background: #e6eeed; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.step-management-option h4 { margin: 7px 0 6px; font-size: .95rem; line-height: 1.25; }
.step-card > div .step-management-option p { font-size: .82rem; line-height: 1.55; }
.step-card > div .step-management-option p + p { margin-top: 7px; }
.step-management-option--amazon { border-color: #b9e5e1; background: #eff9f8; }
.step-management-option--amazon > span { color: #14534e; background: #ccefeb; }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #173b39; background: var(--waadby-turquoise); font-weight: 850; }
.image-button { grid-column: 1 / -1; height: 250px; padding: 12px; border: 0; border-radius: 15px; background: #eef5f4; overflow: hidden; }
.image-button img { width: 100%; height: 100%; object-fit: contain; }
.image-button--wide { height: 250px; }
.image-button--wide img { object-fit: cover; object-position: 88% center; }
.image-button:hover { box-shadow: inset 0 0 0 2px var(--waadby-turquoise-dark); }
.step-image-stack { grid-column: 1 / -1; display: grid; gap: 14px; }
.step-image-stack .image-button { height: 250px; }
.lightbox { width: min(94vw,1050px); max-height: 92vh; padding: 50px 18px 18px; border: 0; border-radius: 20px; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.lightbox::backdrop { background: rgba(10,15,25,.78); }
.lightbox img { max-height: calc(92vh - 70px); margin: auto; object-fit: contain; }
.lightbox-close { position: absolute; right: 14px; top: 10px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef0f3; font-size: 1.45rem; }

.registry-section { padding: 100px 0; }
.registry-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.registry-coming-soon { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-top: 28px; padding: 24px; border: 1px solid #b9e5e1; border-radius: 18px; background: var(--waadby-turquoise-soft); }
.registry-coming-soon .status-pill { align-self: start; }
.registry-coming-soon p { margin: 5px 0 0; color: #475467; }
.registry-coming-soon .button { grid-column: 2; justify-self: start; }
.registry-search { margin-top: 28px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.registry-search label { display: block; margin-bottom: 9px; font-weight: 750; }
.registry-search > div { display: flex; gap: 10px; }
.registry-search input { min-width: 0; flex: 1; height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; }
.registry-search small { display: block; margin-top: 10px; color: var(--muted); }
.registry-search--disabled { opacity: .78; }
.registry-status { padding: 32px; border-radius: 24px; color: #fff; background: #16252a; }
.registry-status__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #173b39; background: var(--waadby-turquoise); font-weight: 900; }
.status-pill { display: inline-block; padding: 6px 10px; border-radius: 999px; color: #0f5f59; background: #d8f2ef; font-size: .78rem; font-weight: 800; }
.registry-status h3 { margin: 20px 0 8px; font-size: 1.5rem; }
.registry-status ul { margin: 20px 0 0; padding-left: 20px; color: #d0d5dd; }
.registry-status li + li { margin-top: 8px; }
.carriers-block { display: flex; height: 100%; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #f7faf9; }
.carriers-heading { display: grid; gap: 10px; }
.carriers-heading h3 { margin: 0; font-size: 1.55rem; line-height: 1.18; }
.carriers-heading p { margin: 0; color: var(--muted); font-size: .88rem; }
.carrier-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.carrier-grid span { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: center; font-weight: 780; }

.faq-section { padding: 100px 0; background: var(--surface-soft); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; text-align: left; font-weight: 760; }
.faq-item > button b { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--waadby-turquoise-dark); background: var(--waadby-turquoise-soft); font-size: 1.2rem; }
.faq-item > div { display: none; padding: 0 48px 22px 0; color: var(--muted); }
.faq-item > div p { margin: 0; }
.faq-item > div p + p, .faq-item > div ul + p, .faq-item > div p + ul { margin-top: 14px; }
.faq-answer ul { display: grid; gap: 8px; margin: 14px 0 0; padding-left: 22px; }
.faq-caution { display: grid; gap: 5px; margin-top: 18px; padding: 16px 18px; border-left: 4px solid #e5a900; border-radius: 0 14px 14px 0; color: #664a00; background: #fff7dc; }
.faq-caution strong, .faq-caution span { display: block; }
.faq-item.is-open > div { display: block; }
.supplier-checklist { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px 64px; margin-top: 34px; padding: 42px; border-radius: 26px; color: #e7f5f3; background: #16252a; }
.supplier-checklist h3 { margin: 10px 0 0; color: #fff; font-size: clamp(1.8rem,3vw,2.5rem); }
.supplier-checklist p { margin: 14px 0 0; color: #b8cbce; }
.supplier-checklist ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 26px; margin: 0; padding: 0; list-style: none; counter-reset: supplier-check; }
.supplier-checklist li { position: relative; min-height: 48px; padding: 4px 0 4px 45px; counter-increment: supplier-check; }
.supplier-checklist li::before { content: counter(supplier-check); position: absolute; top: 0; left: 0; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #16252a; background: var(--waadby-turquoise); font-weight: 850; }
.supplier-checklist__actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px; padding-top: 8px; border-top: 1px solid #365056; }
.supplier-checklist .button--secondary { color: #fff; border-color: #637a7f; background: transparent; }

.sources-section { padding: 84px 0; }
.sources-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.source-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.source-links a { padding: 20px; border: 1px solid #b9e5e1; border-radius: 16px; background: var(--waadby-turquoise-soft); text-decoration: none; }
.source-links span, .source-links small { display: block; }
.source-links span { color: var(--waadby-turquoise-dark); font-weight: 800; }
.source-links small { margin-top: 5px; color: #475467; }
.country-registries { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; margin-top: 18px; padding-top: 36px; border-top: 1px solid var(--line); }
.country-registries__heading h3 { margin: 0; font-size: clamp(1.65rem,3vw,2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.country-registries__heading p { margin: 14px 0 0; color: var(--muted); }
.country-registries__links { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.country-registries__links a { position: relative; padding: 16px 42px 16px 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; text-decoration: none; }
.country-registries__links a::after { content: "↗"; position: absolute; right: 16px; top: 16px; color: var(--waadby-turquoise-dark); font-weight: 850; }
.country-registries__links b, .country-registries__links small { display: block; }
.country-registries__links small { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.source-note { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }

.site-footer { padding: 60px 0 22px; color: #d0d5dd; background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.footer-logo { display: block; width: 210px; height: auto; }
.footer-brand p { max-width: 320px; color: #98a2b3; }
.site-footer h3 { margin: 0 0 14px; color: #fff; font-size: .95rem; }
.site-footer a { display: block; margin: 8px 0; color: #b8c0cc; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8998; font-size: .82rem; }
.site-footer .footer-admin-link { display: inline-grid; width: 22px; height: 22px; place-items: center; margin: -4px 0; border-radius: 50%; color: inherit; opacity: .72; }
.site-footer .footer-admin-link:hover,
.site-footer .footer-admin-link:focus-visible { color: #c7ced8; background: rgba(255,255,255,.08); opacity: 1; }
.footer-admin-link svg { width: 10px; height: 10px; fill: currentColor; }

.admin-placeholder-body { min-height: 100vh; display: grid; place-items: center; background: var(--surface-soft); }
.admin-placeholder { width: min(calc(100% - 40px),620px); padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.admin-placeholder__logo { width: 150px; margin: 0 auto 30px; }
.admin-placeholder h1 { margin: 0; font-size: 2rem; }
.admin-placeholder p { color: var(--muted); }

@media (max-width: 980px) {
  .main-nav { position: absolute; left: 20px; right: 20px; top: 70px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .nav-toggle { display: block; }
  .hero-grid, .intro-heading, .countries-grid, .calculator-layout, .producer-grid, .registry-grid, .faq-layout, .sources-grid { grid-template-columns: 1fr; }
  .intro-heading { gap: 26px; }
  .calculator-intro { position: static; }
  .card-grid--four, .seller-cases { grid-template-columns: repeat(2,1fr); }
  .application-path__heading { grid-template-columns: 1fr; gap: 10px; }
  .context-sequence { grid-template-columns: repeat(2,1fr); }
  .countries-grid { gap: 42px; }
  .example-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .seller-video { grid-template-columns: 1fr; }
  .seller-video__content { padding: 4px 2px 0; }
  .carrier-grid { grid-template-columns: repeat(2,1fr); }
  .country-registries { grid-template-columns: 1fr; gap: 24px; }
}

/* Registro MITECO: consulta pública */
.registry-hero { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); gap: 42px; align-items: stretch; }
.registry-intro { padding: 12px 0; }
.registry-intro h2 { max-width: 760px; margin: 10px 0 18px; font-size: clamp(2.35rem,5vw,4.35rem); line-height: 1.02; letter-spacing: -.055em; }
.registry-intro .section-lead { max-width: 760px; }
.registry-hero > *, .registry-search, .registry-status, .registry-metadata, .registry-metadata div, .registry-results, .registry-cards, .registry-card, .registry-card__fields, .registry-card__fields div, .carriers-block, .carriers-heading, .carrier-grid { min-width: 0; max-width: 100%; }
.registry-hero .registry-status { display: flex; flex-direction: column; }
.registry-metadata { display: grid; gap: 0; margin: 18px 0 24px; }
.registry-metadata div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); }
.registry-metadata dt { color: #b7c5c9; }
.registry-metadata dd { max-width: 58%; overflow-wrap: anywhere; margin: 0; color: #fff; font-weight: 780; text-align: right; }
.registry-download { display: flex; min-width: 0; max-width: 100%; justify-content: space-between; gap: 16px; overflow-wrap: anywhere; margin-top: auto; padding: 14px 16px; border-radius: 12px; color: #143937; background: var(--waadby-turquoise); text-decoration: none; font-weight: 800; }
.registry-disclaimer { max-width: 100%; overflow-wrap: anywhere; margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--waadby-turquoise); border-radius: 0 12px 12px 0; color: var(--muted); background: var(--waadby-turquoise-soft); }
.registry-workspace { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 24px; align-items: stretch; margin-top: 44px; }
.registry-workspace > .registry-results[hidden] + .carriers-block { grid-column: 1 / -1; }
.registry-results { height: 100%; max-width: 100%; overflow-x: clip; margin: 0; padding: clamp(24px,3vw,36px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.registry-workspace .registry-cards { grid-template-columns: minmax(0,1fr); }
.registry-identity-note { grid-column: 1 / -1; width: 100%; max-width: none; margin: 0; }
.registry-results__heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 24px; }
.registry-results__heading h3 { margin: 5px 0 0; font-size: clamp(1.55rem,3vw,2.25rem); }
.registry-results__close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font-size: 1.6rem; }
.registry-loading { display: flex; gap: 12px; align-items: center; padding: 30px 0; color: var(--muted); }
.registry-loading span { width: 20px; height: 20px; border: 3px solid #d8efed; border-top-color: var(--waadby-turquoise-dark); border-radius: 50%; animation: registry-spin .75s linear infinite; }
@keyframes registry-spin { to { transform: rotate(360deg); } }
.registry-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.registry-card { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid #dbe5e6; border-radius: 18px; background: linear-gradient(145deg,#fff,#f7fbfa); }
.registry-card__label { display: block; color: var(--waadby-turquoise-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.registry-card h4 { min-width: 0; overflow-wrap: anywhere; word-break: break-word; margin: 7px 0 20px; font-size: 1.12rem; line-height: 1.3; }
.registry-card__fields { display: grid; gap: 10px; margin: 0; }
.registry-card__fields div { position: relative; padding: 11px 86px 11px 13px; border-radius: 10px; background: #eef6f5; }
.registry-card__fields dt { color: var(--muted); font-size: .77rem; }
.registry-card__fields dd { overflow-wrap: anywhere; margin: 2px 0 0; font-weight: 800; }
.registry-copy { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); border: 0; color: var(--waadby-turquoise-dark); background: transparent; font-weight: 800; }
.registry-card__note { margin: auto 0 0; padding-top: 16px; color: var(--muted); font-size: .86rem; }
.registry-card__details { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.registry-card__details summary { color: var(--waadby-turquoise-dark); font-weight: 800; cursor: pointer; }
.registry-card__details p { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.registry-pagination { display: flex; max-width: 100%; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 28px; }
.registry-pagination button { min-width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 800; }
.registry-pagination button.is-active { border-color: var(--waadby-turquoise-dark); color: #fff; background: var(--waadby-turquoise-dark); }
.registry-empty { padding: 35px; border-radius: 16px; background: var(--surface-soft); text-align: center; }
.registry-empty b { font-size: 1.2rem; }
.registry-empty p { max-width: 650px; overflow-wrap: anywhere; margin: 8px auto 0; color: var(--muted); }
.carrier-grid button { width: 100%; min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; padding: 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; text-align: center; font-weight: 780; }
.carrier-grid button:hover { border-color: var(--waadby-turquoise); background: var(--waadby-turquoise-soft); }
.empty-state--public { margin-top: 25px; }

/* Administración del registro */
.admin-body, .admin-login-body { min-height: 100vh; background: #f3f6f7; }
.admin-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; min-height: 76px; padding: 10px max(20px,calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-header img { width: 142px; }
.admin-header div { display: flex; flex-direction: column; }
.admin-header small { color: var(--muted); }
.button--small { min-height: 42px; padding: 9px 15px; }
.admin-main { width: min(calc(100% - 40px),1180px); margin: 42px auto 80px; }
.admin-panel { margin-bottom: 26px; padding: clamp(24px,4vw,42px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(31,41,51,.06); }
.admin-panel__heading { display: flex; justify-content: space-between; gap: 24px; align-items: start; margin-bottom: 26px; }
.admin-panel h1, .admin-panel h2 { margin: 4px 0 0; line-height: 1.1; letter-spacing: -.035em; }
.admin-limit { padding: 8px 12px; border-radius: 99px; color: var(--muted); background: var(--surface-soft); white-space: nowrap; }
.upload-form { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: stretch; }
.upload-drop { display: flex; flex-direction: column; padding: 20px; border: 1px dashed #8bcfc9; border-radius: 14px; background: var(--waadby-turquoise-soft); cursor: pointer; }
.upload-drop span { font-weight: 800; }
.upload-drop small { color: var(--muted); }
.upload-drop input { margin-top: 12px; }
.admin-flash { margin-bottom: 22px; padding: 14px 18px; border-radius: 12px; font-weight: 700; }
.admin-flash--success { color: #0f625d; background: #dcf5f1; }
.admin-flash--error { color: #9d1d17; background: #ffebe8; }
.preview-file { display: grid; grid-template-columns: 1fr .6fr 1.5fr; gap: 10px; margin-bottom: 18px; }
.preview-file div { min-width: 0; padding: 14px; border-radius: 12px; background: var(--surface-soft); }
.preview-file small, .preview-file b { display: block; }
.preview-file code { display: block; overflow: hidden; text-overflow: ellipsis; font-size: .75rem; }
.metric-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(125px,1fr)); gap: 10px; margin: 18px 0; }
.metric-grid article { display: flex; min-height: 100px; flex-direction: column; justify-content: center; padding: 14px; border: 1px solid var(--line); border-radius: 14px; text-align: center; }
.metric-grid strong { font-size: 1.45rem; }
.metric-grid span { color: var(--muted); font-size: .82rem; }
.metric--success { border-color: #94d8d2 !important; background: #f0fbfa; }
.metric--danger { border-color: #ffc6c0 !important; background: #fff3f1; }
.metric--warning { border-color: #f2d58a !important; background: #fff9e8; }
.comparison-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; padding: 14px; border-radius: 16px; background: #16252a; }
.comparison-grid article { display: flex; flex-direction: column; padding: 8px 14px; color: #fff; text-align: center; }
.comparison-grid small { color: #aec0c4; }
.comparison-grid strong { font-size: 1.35rem; }
.preview-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.problem-list { margin: 0; padding-left: 20px; }
.problem-list li + li { margin-top: 9px; }
.empty-state { padding: 20px; border: 1px dashed #cfd8dc; border-radius: 12px; color: var(--muted); background: var(--surface-soft); }
.publish-form { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.publish-form label { font-weight: 700; }
.version-state { display: inline-flex; padding: 5px 9px; border-radius: 99px; color: var(--muted); background: var(--surface-soft); font-size: .78rem; font-weight: 800; }
.version-state.is-active { color: #0d655f; background: #dcf5f1; }
.table-actions { display: flex; gap: 12px; align-items: center; }
.table-actions a, .table-actions button { border: 0; color: var(--waadby-turquoise-dark); background: transparent; font-weight: 800; text-decoration: none; }
.admin-login-body { display: grid; padding: 30px 20px; place-items: center; }
.admin-login { width: min(100%,510px); padding: clamp(28px,5vw,48px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.admin-login > a:first-child { display: inline-block; margin-bottom: 28px; }
.admin-login img { width: 165px; }
.admin-login h1 { margin: 8px 0 12px; font-size: clamp(2rem,6vw,2.8rem); line-height: 1.05; letter-spacing: -.045em; }
.admin-login > p { color: var(--muted); }
.admin-login form { display: grid; gap: 16px; margin-top: 24px; }
.admin-login label { display: grid; gap: 7px; font-weight: 750; }
.admin-login input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; }
.admin-back { display: inline-block; margin-top: 24px; color: var(--muted); text-decoration: none; }

@media (max-width: 900px) {
  .registry-hero, .preview-columns { grid-template-columns: 1fr; }
  .registry-cards { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .preview-file { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .registry-workspace { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .registry-intro h2 { overflow-wrap: anywhere; word-break: break-word; font-size: clamp(2rem,11vw,2.55rem); }
  .registry-search, .registry-status, .registry-workspace, .registry-results, .registry-card, .registry-disclaimer, .carriers-block { width: 100%; max-width: 100%; }
  .registry-status { overflow-x: clip; padding: 24px 20px; }
  .registry-metadata div { display: grid; grid-template-columns: minmax(0,1fr); gap: 4px; }
  .registry-metadata dd { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; text-align: left; }
  .registry-download { align-items: center; }
  .registry-results { padding: 20px 16px; }
  .carriers-block { padding: 22px 18px; }
  .registry-card { padding: 18px; }
  .registry-card__fields div { display: grid; padding: 12px; }
  .registry-copy { position: static; width: 100%; min-height: 44px; transform: none; margin-top: 10px; border: 1px solid #c9e3e0; border-radius: 9px; background: #fff; }
  .registry-empty { padding: 26px 18px; }
  .admin-header { grid-template-columns: auto 1fr; }
  .admin-header form { grid-column: 1/-1; }
  .admin-main { width: min(calc(100% - 24px),1180px); margin-top: 20px; }
  .admin-panel { padding: 20px 16px; }
  .admin-panel__heading, .publish-form { flex-direction: column; align-items: stretch; }
  .upload-form { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .comparison-grid { grid-template-columns: repeat(2,1fr); }
  .admin-limit { white-space: normal; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; --anchor-offset: calc(var(--header-height) + 18px); }
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 105px; }
  .hero { padding: 65px 0 55px; }
  .hero-grid { gap: 48px; }
  .hero h2 { font-size: clamp(2.55rem,14vw,4rem); }
  .rap-intro h1 { overflow-wrap: break-word; font-size: clamp(2.35rem,12vw,3.4rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions .button { width: 100%; }
  .rap-intro, .spain-guide, .countries-section, .quick-summary, .calculator-section, .cost-calculator-section, .example-section, .producer-section, .seller-section, .registry-section, .faq-section, .sources-section { padding: 68px 0; }
  .seller-video { gap: 23px; margin: 30px 0 42px; padding: 18px; border-radius: 20px; }
  .seller-video__highlights { gap: 6px; margin-top: 18px; }
  .seller-video__highlights span { font-size: .68rem; }
  .seller-video__duration { right: 10px; top: 10px; }
  .amazon-context { grid-template-columns: 1fr; padding: 22px; }
  .package-visual::before { inset: -18px; }
  .application-path { margin-top: 42px; }
  .context-sequence { grid-template-columns: 1fr; }
  .context-sequence li { min-height: 0; padding: 2px 0 34px 30px; border-top: 0; border-left: 1px solid #a8dcd8; }
  .context-sequence li::before { top: 3px; left: -6px; }
  .context-sequence li:not(:last-child)::after { display: none; }
  .context-sequence small { max-width: none; }
  .card-grid--four, .seller-cases, .packaging-split, .portugal-results, .option-grid, .option-grid--two, .option-grid--three, .review-groups, .result-columns, .result-checks, .source-links, .country-registries__links, .footer-grid { grid-template-columns: 1fr; }
  .example-card__media { height: 200px; }
  .mini-card { min-height: 0; }
  .seller-case { min-height: 0; padding: 22px; }
  .seller-case--wide { grid-column: auto; }
  .seller-case__top { align-items: flex-start; }
  .packaging-split { padding: 10px; }
  .country-flow { display: grid; grid-template-columns: 1fr; }
  .country-flow i { transform: none; text-align: center; }
  .portugal-card { padding: 0; }
  .market-route { grid-template-columns: 1fr 48px 1fr; gap: 10px; padding: 22px; }
  .market-route > div { padding: 48px 0 0; }
  .market-route small { inset: 0 auto auto 0; transform: none; }
  .market-route svg { width: 48px; }
  .portugal-card__heading { padding: 25px 22px 22px; }
  .portugal-scenarios { grid-template-columns: 1fr; }
  .supplier-checklist { grid-template-columns: 1fr; gap: 28px; padding: 26px 22px; }
  .supplier-checklist ol { grid-template-columns: 1fr; }
  .supplier-checklist__actions { display: grid; }
  .supplier-checklist__actions .button { width: 100%; }
  .portugal-scenarios article { padding: 24px 22px; }
  .portugal-scenarios article + article { border-top: 1px solid var(--line); border-left: 0; }
  .portugal-results { padding: 0 16px 16px; }
  .portugal-recommendation { grid-template-columns: 1fr; margin: 0 16px 16px; padding: 20px; }
  .calculator-progress { padding: 18px; }
  .question { min-height: 0; padding: 28px 20px 20px; }
  .question legend { font-size: 1.4rem; }
  .option span { min-height: 0; }
  .calculator-actions { padding: 0 20px 24px; }
  .calculator-actions .button { flex: 1; }
  .calculator-review, .calculator-result { padding: 26px 20px; }
  .result-completion { grid-template-columns: 1fr; align-items: start; }
  .review-groups article { min-height: 0; padding-right: 92px; }
  .calculator-actions--result { flex-direction: column; padding-inline: 0; }
  .cost-calculator { padding: 28px 20px; }
  .cost-product { grid-template-columns: 1fr; }
  .cost-product img { width: 100%; height: 190px; }
  .cost-product div { padding: 0 18px 20px; }
  .cost-product p { padding-right: 0; }
  .cost-controls-grid, .cost-volume, .cost-comparison, .cost-liquidation { grid-template-columns: 1fr; }
  .cost-liquidation p { padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .cost-option-card li { align-items: center; }
  .step-card { grid-template-rows: auto 190px; padding: 20px; }
  .step-card--stacked { grid-template-rows: auto auto; }
  .image-button, .image-button--wide, .step-image-stack .image-button { height: 190px; }
  .lightbox { width: 96vw; max-height: 88vh; padding: 48px 10px 10px; }
  .lightbox img { max-height: calc(88vh - 62px); }
  .registry-coming-soon { grid-template-columns: 1fr; }
  .registry-coming-soon .button { grid-column: auto; justify-self: stretch; }
  .registry-search > div, .carriers-heading { flex-direction: column; align-items: stretch; }
  .registry-search > div { display: grid; grid-template-columns: minmax(0,1fr); }
  .registry-search input { width: 100%; max-width: 100%; }
  .registry-search .button { width: 100%; }
  .carrier-grid { grid-template-columns: minmax(0,1fr); }
  .footer-grid { gap: 28px; }
  .admin-placeholder { padding: 35px 22px; }
}
