/*
 * WESTOM.EU — international market-entry design system
 * Shared brand language with westom.de; reduced to components used here.
 * Version: 2026-07-15
 */

:root {
  --w-blue: #0064ff;
  --w-blue-600: #0050cc;
  --w-blue-700: #003d99;
  --w-blue-50: #eef4ff;
  --w-blue-100: #dbe7ff;
  --w-ink: #0b1220;
  --w-ink-700: #1f2937;
  --w-ink-600: #374151;
  --w-ink-500: #4b5563;
  --w-ink-400: #64748b;
  --w-line: #e2e8f0;
  --w-bg: #ffffff;
  --w-bg-soft: #f8fafc;
  --w-bg-tint: #f0f6ff;
  --w-dark: #07152b;
  --w-dark-soft: #0d2142;
  --w-dark-text: #d6e1f0;
  --w-dark-muted: #9db0c9;
  --w-success: #047857;
  --w-content: 900px;
  --w-wide: 1120px;
  --w-page-pad: 20px;
  --w-radius-sm: 8px;
  --w-radius: 14px;
  --w-radius-lg: 22px;
  --w-shadow: 0 14px 40px rgba(15, 23, 42, .09);
  --w-shadow-blue: 0 14px 36px rgba(0, 100, 255, .22);
  --w-font-body: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --w-font-head: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
:where(h1, h2, h3)[id] { scroll-margin-top: 110px; }

.westom-eu,
.westom-eu input,
.westom-eu textarea,
.westom-eu select,
.westom-footer { font-family: var(--w-font-body); }

.westom-eu *,
.westom-eu *::before,
.westom-eu *::after,
.westom-footer *,
.westom-footer *::before,
.westom-footer *::after { box-sizing: border-box; }

.westom-eu { color: var(--w-ink-600); font-size: 17px; line-height: 1.72; }
.westom-eu h1,
.westom-eu h2,
.westom-eu h3,
.westom-footer h2,
.westom-footer h3 { font-family: var(--w-font-head); letter-spacing: -.025em; }
.westom-eu h2 { color: var(--w-ink); font-size: clamp(29px, 4vw, 44px); line-height: 1.16; margin: 0 0 20px; }
.westom-eu h3 { color: var(--w-ink); font-size: clamp(20px, 2.2vw, 25px); line-height: 1.28; margin: 0 0 12px; }
.westom-eu p { margin: 0 0 18px; }
.westom-eu a { color: var(--w-blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.westom-eu strong { color: inherit; }
.westom-eu img { max-width: 100%; height: auto; }

.westom-breakout,
.westom-hero,
.westom-strip,
.westom-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.westom-inner { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin-inline: auto; }
.westom-reading { width: min(var(--w-content), 100%); margin-inline: auto; }

.westom-breadcrumbs { background: #fff; border-bottom: 1px solid var(--w-line); font-size: 14px; }
.westom-breadcrumbs ol { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; padding: 13px 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.westom-breadcrumbs li:not(:last-child)::after { content: '›'; color: #94a3b8; margin-left: 7px; }
.westom-breadcrumbs a { color: var(--w-ink-500); text-decoration: none; }
.westom-breadcrumbs [aria-current='page'] { color: var(--w-ink); font-weight: 650; }

.westom-hero {
  isolation: isolate;
  color: var(--w-dark-text);
  background:
    radial-gradient(circle at 82% 15%, rgba(0, 100, 255, .27), transparent 28rem),
    linear-gradient(135deg, #07152b 0%, #0a1b38 62%, #061226 100%);
  overflow: hidden;
}
.westom-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 15%, transparent 94%);
}
.westom-hero__inner { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; padding: clamp(64px, 8vw, 108px) 0 clamp(58px, 7vw, 92px); position: relative; }
.westom-hero__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .72fr); align-items: center; gap: clamp(36px, 6vw, 78px); }
.westom-kicker,
.westom-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(96, 165, 250, .48); background: rgba(0, 100, 255, .16); color: #9cc5ff; border-radius: 999px; padding: 7px 14px; text-transform: uppercase; letter-spacing: .085em; font-size: 12px; font-weight: 800; line-height: 1.3; }
.westom-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 0 5px rgba(96,165,250,.12); }
.westom-hero h1 { color: #fff; font-size: clamp(39px, 5.7vw, 70px); line-height: 1.02; max-width: 980px; margin: 24px 0 24px; letter-spacing: -.045em; }
.westom-hero__lead { color: #d8e4f3; font-size: clamp(19px, 2.1vw, 23px); line-height: 1.55; max-width: 790px; margin-bottom: 28px; }
.westom-hero__lead strong { color: #fff; }
.westom-hero__note { color: var(--w-dark-muted); font-size: 14px; margin: 18px 0 0; }
.westom-hero__actions,
.westom-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }

.westom-btn,
.westom-eu .westom-btn,
.westom-footer .westom-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 21px;
  border: 2px solid var(--w-blue);
  border-radius: 10px;
  background: var(--w-blue);
  color: #fff !important;
  font-weight: 760;
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: var(--w-shadow-blue);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.westom-btn--ghost,
.westom-eu .westom-btn--ghost,
.westom-footer .westom-btn--ghost { background: transparent; border-color: rgba(255,255,255,.62); box-shadow: none; color: #fff !important; }
.westom-btn--light,
.westom-eu .westom-btn--light { background: #fff; border-color: var(--w-blue); color: var(--w-blue-700) !important; box-shadow: none; }
@media (hover:hover) {
  .westom-btn:hover { transform: translateY(-2px); background: var(--w-blue-600); border-color: var(--w-blue-600); box-shadow: 0 17px 38px rgba(0,100,255,.28); }
  .westom-btn--ghost:hover { background: rgba(255,255,255,.09); border-color: #fff; }
  .westom-btn--light:hover { background: var(--w-blue-50); }
}
.westom-btn:focus-visible,
.westom-eu a:focus-visible,
.westom-eu summary:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }

.westom-hero-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--w-radius-lg); padding: 26px; box-shadow: 0 24px 60px rgba(0,0,0,.2); backdrop-filter: blur(7px); }
.westom-hero-card__label { color: #8dbaff; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 800; }
.westom-hero-card h2 { color: #fff; font-size: 24px; margin: 10px 0 18px; }
.westom-hero-card ul { list-style: none; padding: 0; margin: 0; }
.westom-hero-card li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid rgba(255,255,255,.09); color: #d7e3f2; font-size: 15px; }
.westom-hero-card li::before { content: '✓'; position: absolute; left: 1px; color: #67e8a6; font-weight: 800; }

.westom-proofbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.11); border-radius: var(--w-radius); overflow: hidden; margin-top: 42px; }
.westom-proofbar > div { background: rgba(3,15,34,.82); padding: 16px; text-align: center; }
.westom-proofbar strong { display: block; color: #fff; font-family: var(--w-font-head); font-size: 15px; }
.westom-proofbar span { display: block; color: var(--w-dark-muted); font-size: 12px; margin-top: 3px; }

.westom-section { padding: clamp(66px, 8vw, 104px) 0; }
.westom-section--soft { background: var(--w-bg-soft); }
.westom-section--tint { background: linear-gradient(135deg, var(--w-blue-50), #f8fbff); }
.westom-section--dark { background: var(--w-dark); color: var(--w-dark-text); }
.westom-section--dark h2,
.westom-section--dark h3 { color: #fff; }
.westom-section--dark a:not(.westom-btn) { color: #9cc5ff; }
.westom-section__head { max-width: 790px; margin-bottom: 34px; }
.westom-section__head--center { text-align: center; margin-left: auto; margin-right: auto; }
.westom-eyebrow { display: block; color: var(--w-blue-700); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: 12px; margin-bottom: 12px; }
.westom-section--dark .westom-eyebrow { color: #8dbaff; }
.westom-lead { color: var(--w-ink-500); font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.westom-section--dark .westom-lead { color: var(--w-dark-text); }

.westom-grid { display: grid; gap: 20px; }
.westom-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.westom-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.westom-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.westom-card { background: #fff; border: 1px solid var(--w-line); border-radius: var(--w-radius); padding: clamp(23px, 3vw, 32px); box-shadow: 0 3px 12px rgba(15,23,42,.04); }
.westom-card--linked { position: relative; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.westom-card--linked > a:last-child::after { content: ''; position: absolute; inset: 0; border-radius: inherit; }
@media (hover:hover) { .westom-card--linked:hover { transform: translateY(-4px); border-color: #a9c8ff; box-shadow: var(--w-shadow); } }
.westom-card__number { display: inline-grid; place-items: center; width: 39px; height: 39px; margin-bottom: 18px; border-radius: 10px; background: var(--w-blue-50); color: var(--w-blue-700); font-family: var(--w-font-head); font-weight: 850; }
.westom-card__meta { color: var(--w-blue-700); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.westom-card ul { margin: 16px 0 0; padding-left: 20px; }
.westom-card li { margin: 7px 0; }
.westom-card a:last-child { font-weight: 720; }

.westom-offer { background: #fff; border: 1px solid var(--w-line); border-top: 4px solid var(--w-blue); border-radius: var(--w-radius); padding: 30px; display: flex; flex-direction: column; }
.westom-offer__tag { align-self: flex-start; border-radius: 999px; padding: 5px 11px; background: var(--w-blue-50); color: var(--w-blue-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.westom-offer h3 { margin-top: 17px; }
.westom-offer__time { color: var(--w-ink-500); font-weight: 650; font-size: 14px; }
.westom-offer ul { padding-left: 19px; margin: 18px 0 24px; }
.westom-offer .westom-btn { margin-top: auto; align-self: flex-start; }

.westom-answer { background: #fff; border: 1px solid #bed3fa; border-left: 5px solid var(--w-blue); border-radius: 0 var(--w-radius) var(--w-radius) 0; padding: 24px 28px; box-shadow: 0 8px 22px rgba(0,61,153,.07); margin: 28px 0; }
.westom-answer strong:first-child { color: var(--w-ink); }
.westom-answer p:last-child { margin-bottom: 0; }

.westom-list-check { list-style: none; margin: 20px 0; padding: 0; }
.westom-list-check li { position: relative; padding: 8px 0 8px 31px; }
.westom-list-check li::before { content: '✓'; position: absolute; left: 0; top: 8px; display: grid; place-items: center; width: 21px; height: 21px; background: #ecfdf5; border-radius: 50%; color: var(--w-success); font-size: 12px; font-weight: 900; }
.westom-list-x li::before { content: '×'; color: #b91c1c; background: #fef2f2; }

.westom-process { counter-reset: step; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.westom-process > article { counter-increment: step; position: relative; background: #fff; border: 1px solid var(--w-line); border-radius: var(--w-radius); padding: 64px 24px 24px; }
.westom-process > article::before { content: counter(step); position: absolute; top: 20px; left: 24px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--w-blue); color: #fff; font-family: var(--w-font-head); font-weight: 850; }
.westom-process h3 { font-size: 19px; }

.westom-author { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: center; margin-top: 28px; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--w-radius); background: rgba(255,255,255,.045); max-width: 760px; }
.westom-author img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(255,255,255,.7); }
.westom-author p { margin: 0; color: #d6e1f0; font-size: 14px; }
.westom-author a { color: #a9ceff; }

.westom-evidence { border-left: 4px solid var(--w-blue); }
.westom-evidence__source { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--w-line); color: var(--w-ink-500); font-size: 14px; }
.westom-metric { font-family: var(--w-font-head); color: var(--w-blue-700); font-size: clamp(30px, 4vw, 46px); font-weight: 850; line-height: 1; display: block; margin-bottom: 9px; }

.westom-table-wrap { overflow-x: auto; border: 1px solid var(--w-line); border-radius: var(--w-radius); background: #fff; }
.westom-table { width: 100%; border-collapse: collapse; min-width: 650px; margin: 0; }
.westom-table th,
.westom-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--w-line); vertical-align: top; }
.westom-table th { background: var(--w-bg-tint); color: var(--w-ink); font-size: 14px; }
.westom-table tr:last-child td { border-bottom: 0; }

.westom-faq { display: grid; gap: 12px; max-width: 900px; }
.westom-faq details { background: #fff; border: 1px solid var(--w-line); border-radius: var(--w-radius-sm); overflow: hidden; }
.westom-faq details[open] { border-color: #abc9fb; box-shadow: 0 5px 16px rgba(0,61,153,.06); }
.westom-faq summary { cursor: pointer; list-style: none; position: relative; color: var(--w-ink); font-weight: 740; padding: 19px 52px 19px 20px; }
.westom-faq summary::-webkit-details-marker { display: none; }
.westom-faq summary::after { content: '+'; position: absolute; right: 20px; top: 15px; color: var(--w-blue); font-size: 25px; font-weight: 450; }
.westom-faq details[open] summary::after { content: '−'; }
.westom-faq details > div { padding: 0 20px 20px; }
.westom-faq details p:last-child { margin-bottom: 0; }

.westom-cta { background: linear-gradient(135deg, var(--w-blue-700), var(--w-blue)); border-radius: var(--w-radius-lg); padding: clamp(34px, 6vw, 60px); color: #eaf2ff; box-shadow: var(--w-shadow-blue); }
.westom-cta h2 { color: #fff; max-width: 790px; }
.westom-cta p { max-width: 760px; font-size: 18px; }
.westom-cta .westom-btn { background: #fff; border-color: #fff; color: var(--w-blue-700) !important; box-shadow: none; }
.westom-cta .westom-btn--ghost { background: transparent; border-color: rgba(255,255,255,.72); color: #fff !important; }

.westom-price { position: relative; }
.westom-price--featured { border: 2px solid var(--w-blue); box-shadow: var(--w-shadow-blue); }
.westom-price__label { color: var(--w-blue-700); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.westom-price__mode { display: block; color: var(--w-ink); font-family: var(--w-font-head); font-size: 23px; font-weight: 800; margin: 12px 0 4px; }

.westom-contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 36px; align-items: start; }
.westom-contact-panel { background: #fff; border: 1px solid var(--w-line); border-radius: var(--w-radius-lg); padding: clamp(24px, 4vw, 38px); box-shadow: var(--w-shadow); }
.westom-contact-panel label { display: block; color: var(--w-ink); font-weight: 680; font-size: 14px; margin-bottom: 17px; }
.westom-contact-panel input,
.westom-contact-panel textarea,
.westom-contact-panel select { width: 100%; margin-top: 6px; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; color: var(--w-ink); padding: 11px 12px; font: inherit; font-size: 16px; }
.westom-contact-panel textarea { min-height: 150px; resize: vertical; }
.westom-contact-panel input:focus,
.westom-contact-panel textarea:focus,
.westom-contact-panel select:focus { outline: 3px solid var(--w-blue-100); border-color: var(--w-blue); }
.westom-contact-panel input[type='submit'] { width: auto; border: 0; background: var(--w-blue); color: #fff; font-weight: 760; padding: 14px 22px; cursor: pointer; }
.westom-contact-panel .wpcf7-list-item { margin-left: 0; }
.westom-contact-panel .wpcf7-list-item label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; color: var(--w-ink-600); }
.westom-contact-panel input[type='checkbox'] { width: 18px; flex: 0 0 18px; margin: 3px 0 0; }
.westom-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.westom-article { width: min(var(--w-content), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; padding: 56px 0 88px; }
.westom-article h1 { color: var(--w-ink); font-size: clamp(36px, 5vw, 58px); line-height: 1.08; margin: 17px 0 20px; }
.westom-article h2 { margin-top: 55px; }
.westom-article h3 { margin-top: 34px; }
.westom-article__meta { color: var(--w-ink-500); font-size: 14px; }
.westom-article__lead { color: var(--w-ink-700); font-size: 21px; line-height: 1.6; border-left: 4px solid var(--w-blue); padding-left: 20px; margin: 27px 0 35px; }
.westom-sources { margin-top: 45px; padding: 24px; background: var(--w-bg-soft); border: 1px solid var(--w-line); border-radius: var(--w-radius); font-size: 15px; }
.westom-sources h2 { font-size: 22px; margin: 0 0 14px; }

.westom-legal-hero { background: linear-gradient(145deg, #071b3a 0%, #0b2f66 100%); color: #fff; padding: 58px 0 52px; }
.westom-legal-hero__inner { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; }
.westom-legal-hero h1 { color: #fff; font-size: clamp(38px, 5vw, 62px); line-height: 1.06; max-width: 900px; margin: 15px 0 18px; }
.westom-legal-hero p { color: #dbeafe; font-size: 18px; line-height: 1.65; max-width: 820px; margin: 0; }
.westom-legal-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; color: #bed5f4; font-size: 14px; margin-top: 24px; }
.westom-legal-layout { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; padding: 58px 0 88px; display: grid; grid-template-columns: minmax(210px, 280px) minmax(0, 760px); gap: clamp(35px, 6vw, 80px); align-items: start; }
.westom-legal-nav { position: sticky; top: 104px; border: 1px solid var(--w-line); border-radius: var(--w-radius); background: var(--w-bg-soft); padding: 22px; }
.westom-legal-nav strong { display: block; color: var(--w-ink); margin-bottom: 11px; }
.westom-legal-nav ol { margin: 0; padding-left: 20px; }
.westom-legal-nav li { margin: 8px 0; line-height: 1.35; }
.westom-legal-nav a { color: var(--w-blue-dark); font-size: 14px; text-underline-offset: 3px; }
.westom-legal-content { color: var(--w-ink-700); font-size: 17px; line-height: 1.75; }
.westom-legal-content section { scroll-margin-top: 110px; }
.westom-legal-content section + section { border-top: 1px solid var(--w-line); margin-top: 42px; padding-top: 32px; }
.westom-legal-content h2 { color: var(--w-ink); font-size: clamp(26px, 3vw, 34px); line-height: 1.2; margin: 0 0 18px; }
.westom-legal-content h3 { color: var(--w-ink); font-size: 20px; margin: 28px 0 10px; }
.westom-legal-content p, .westom-legal-content ul { margin-top: 0; }
.westom-legal-content li + li { margin-top: 8px; }
.westom-legal-content a { text-underline-offset: 3px; }
.westom-legal-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.westom-legal-content th, .westom-legal-content td { border: 1px solid var(--w-line); padding: 13px; text-align: left; vertical-align: top; }
.westom-legal-content th { background: var(--w-bg-soft); color: var(--w-ink); }
.westom-legal-note { border-left: 4px solid var(--w-blue); background: var(--w-bg-soft); padding: 18px 20px; margin: 26px 0; }

.westom-footer { background: #061226; color: #9fb0c5; padding: 64px 0 30px; }
.westom-footer__grid { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; }
.westom-footer h3 { color: #fff; font-size: 16px; margin-bottom: 15px; }
.westom-footer__brand { color: #fff; font-family: var(--w-font-head); font-size: 28px; font-weight: 850; letter-spacing: -.04em; }
.westom-footer__brand span { color: #60a5fa; }
.westom-footer p { margin: 12px 0; line-height: 1.65; }
.westom-footer ul { list-style: none; padding: 0; margin: 0; }
.westom-footer li { margin: 8px 0; }
.westom-footer a { color: #d8e4f2; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: color .15s ease, text-decoration-color .15s ease; }
.westom-footer a:hover { color: #fff; text-decoration-color: currentColor; }
.westom-footer a:focus-visible, .westom-footer button:focus-visible { outline: 3px solid #93c5fd; outline-offset: 4px; border-radius: 3px; }
.westom-footer__legal { width: min(var(--w-wide), calc(100% - (2 * var(--w-page-pad)))); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 18px; font-size: 13px; }
.westom-footer__legal nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.westom-footer__legal nav li { margin: 0; }
.westom-cookie-settings { appearance: none; background: transparent; border: 0; color: #d8e4f2; cursor: pointer; font: inherit; padding: 0; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; }
.westom-cookie-settings:hover { color: #fff; text-decoration-color: currentColor; }

.westom-consent[hidden], .westom-consent__preferences[hidden] { display: none !important; }
.westom-consent { position: fixed; inset: auto 16px 16px; z-index: 999999; margin: 0 auto; max-width: 960px; background: #fff; color: var(--w-ink-700); border: 1px solid #cbd5e1; border-radius: 16px; box-shadow: 0 24px 70px rgba(2, 12, 27, .28); }
.westom-consent__inner { padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 24px; align-items: center; }
.westom-consent h2 { color: var(--w-ink); font-size: 22px; margin: 0 0 7px; }
.westom-consent p { font-size: 14px; line-height: 1.55; margin: 0; }
.westom-consent a { color: var(--w-blue-dark); text-underline-offset: 3px; }
.westom-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.westom-consent button { appearance: none; border: 1px solid #94a3b8; border-radius: 9px; background: #fff; color: var(--w-ink); cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; min-height: 43px; padding: 10px 15px; }
.westom-consent button:hover { border-color: var(--w-blue); color: var(--w-blue-dark); }
.westom-consent button:focus-visible { outline: 3px solid #93c5fd; outline-offset: 2px; }
.westom-consent .westom-consent__primary, .westom-consent .westom-consent__save { background: var(--w-blue); border-color: var(--w-blue); color: #fff; }
.westom-consent .westom-consent__primary:hover, .westom-consent .westom-consent__save:hover { background: var(--w-blue-dark); color: #fff; }
.westom-consent__preferences { grid-column: 1 / -1; border-top: 1px solid var(--w-line); padding-top: 16px; }
.westom-consent__choice { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 12px 0; }
.westom-consent__choice + .westom-consent__choice { border-top: 1px solid var(--w-line); }
.westom-consent__choice strong, .westom-consent__choice span { display: block; }
.westom-consent__choice input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--w-blue); }
.westom-consent__save { margin-top: 10px; }

.westom-mobile-cta { display: none; }

/* Kadence integration */
.page-template-default .site-main > .content-container,
.page-template-default .content-area,
.page-template-default .site-main,
.single-post .site-main { margin-top: 0; }
.westom-eu .entry-content-wrap { padding: 0; }
.site-footer .site-middle-footer-wrap { padding: 0; }
.site-footer .site-middle-footer-inner-wrap { display: block !important; max-width: none; padding: 0 !important; }
.site-footer .site-footer-middle-section-1,
.site-footer .site-footer-middle-section-3 { display: none !important; }
.site-footer .site-footer-middle-section-2 { width: 100%; }
.site-footer .widget { margin: 0; }

@media (max-width: 1023px) {
  .westom-hero__grid,
  .westom-contact-grid { grid-template-columns: 1fr; }
  .westom-hero-card { max-width: 720px; }
  .westom-grid--4,
  .westom-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .westom-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .westom-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .westom-legal-layout { grid-template-columns: 1fr; }
  .westom-legal-nav { position: static; }
}

@media (max-width: 700px) {
  :root { --w-page-pad: 16px; }
  .westom-eu { font-size: 16px; }
  .westom-hero__inner { padding-top: 52px; }
  .westom-hero h1 { font-size: clamp(34px, 10.5vw, 48px); }
  .westom-hero__lead { font-size: 18px; }
  .westom-hero__actions,
  .westom-actions { align-items: stretch; flex-direction: column; }
  .westom-hero__actions .westom-btn,
  .westom-actions .westom-btn { width: 100%; }
  .westom-proofbar { grid-template-columns: 1fr 1fr; }
  .westom-grid--2,
  .westom-grid--3,
  .westom-grid--4,
  .westom-process,
  .westom-footer__grid { grid-template-columns: 1fr; }
  .westom-author { grid-template-columns: 48px 1fr; }
  .westom-author img { width: 48px; height: 48px; }
  .westom-card,
  .westom-offer { padding: 22px; }
  .westom-cta { border-radius: 0; margin-left: -16px; margin-right: -16px; }
  .westom-footer__legal { flex-direction: column; }
  .westom-footer__legal nav ul { justify-content: flex-start; }
  .westom-consent { inset: auto 8px 8px; }
  .westom-consent__inner { grid-template-columns: 1fr; padding: 18px; }
  .westom-consent__actions { justify-content: flex-start; }
  .westom-consent__actions button { flex: 1 1 145px; }
  .westom-mobile-cta { display: block; position: fixed; z-index: 9998; left: 12px; right: 12px; bottom: 12px; padding: 13px 16px; border-radius: 10px; background: var(--w-blue); color: #fff !important; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 12px 34px rgba(0,61,153,.4); }
  body { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .westom-mobile-cta, .westom-hero__actions, .westom-cta { display: none !important; }
  .westom-hero { background: #fff !important; color: #000 !important; }
  .westom-hero h1, .westom-hero h2 { color: #000 !important; }
  .westom-section { padding: 25px 0; }
}
