:root {
  --ink: #0b263f;
  --muted: #5b6d79;
  --line: #d9e5ea;
  --paper: #ffffff;
  --white: #ffffff;
  --green: #35b866;
  --cyan: #08a9dc;
  --blue: #063f78;
  --amber: #4e8097;
  --shadow: 0 24px 80px rgba(6, 63, 120, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, picture, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 22px; align-items: center; width: 100%; max-width: 100%; padding: 18px clamp(18px, 5vw, 64px); border-bottom: 1px solid rgba(217, 229, 234, 0.95); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(18px); }
.brand { display: grid; width: clamp(230px, 22vw, 330px); min-width: 0; gap: 6px; justify-items: stretch; align-items: start; text-align: center; }
.brand-logo { width: clamp(230px, 22vw, 330px); max-height: 82px; object-fit: contain; }
.brand-claim { display: flex; justify-content: space-between; align-items: center; width: 100%; color: var(--muted); font-size: clamp(11px, 1vw, 13px); font-weight: 750; line-height: 1.2; letter-spacing: 0; white-space: nowrap; }
.brand-claim span { display: block; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 34px); color: var(--muted); font-size: 13px; }
.nav a, .nav summary { padding: 9px 0; border-bottom: 2px solid transparent; white-space: nowrap; cursor: pointer; }
.nav a:hover, .nav a.active, .nav summary:hover, .nav-group.active > summary { color: var(--blue); border-color: var(--cyan); }
.nav-group { position: relative; }
.nav-group summary { display: inline-flex; align-items: center; gap: 7px; list-style: none; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: 0.65; }
.nav-submenu { position: absolute; left: 50%; top: calc(100% + 12px); z-index: 20; display: grid; min-width: 230px; padding: 10px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 22px 42px rgba(7, 31, 52, 0.14); transform: translateX(-50%); }
.nav-group:not([open]) .nav-submenu { display: none; }
.nav-submenu a { display: block; padding: 10px 12px; border: 0; color: var(--muted); }
.nav-submenu a:hover, .nav-submenu a.active { color: var(--blue); background: #eef8fb; }
.language-link { display: inline-grid; place-items: center; min-width: 44px; min-height: 38px; padding: 8px 10px; color: var(--white); background: var(--blue); font-size: 13px; font-weight: 800; }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--white); min-height: 40px; padding: 8px 12px; color: var(--ink); font: inherit; font-weight: 800; }
.hero { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(min(360px, 100%), 1.08fr); gap: clamp(30px, 4.8vw, 72px); align-items: center; width: 100%; max-width: 100%; min-height: calc(74vh - 98px); padding: clamp(46px, 5.6vw, 78px) clamp(20px, 5vw, 64px); background: var(--white); overflow: hidden; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-size: clamp(34px, 3.7vw, 56px); line-height: 1.06; letter-spacing: 0; }
h2 { margin: 0 0 20px; font-size: clamp(30px, 4.2vw, 58px); line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; letter-spacing: 0; }
p { margin: 0 0 16px; }
.hero p, .section p { color: var(--muted); font-size: 18px; }
.hero-lede { margin-top: 24px; color: var(--ink) !important; font-size: clamp(20px, 2vw, 28px) !important; line-height: 1.22; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 46px; padding: 12px 18px; border: 1px solid var(--blue); font-size: 14px; font-weight: 800; text-align: center; }
.button.primary { color: var(--white); background: var(--blue); }
.button.secondary { color: var(--blue); background: rgba(255,255,255,0.78); }
.hero-visual { position: relative; margin: 0; aspect-ratio: 3 / 2; min-height: clamp(300px, 34vw, 500px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.hero-visual picture { display: block; width: 100%; height: 100%; min-height: inherit; }
.hero-visual img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.section { width: 100%; max-width: 100%; padding-right: clamp(20px, 5vw, 64px); padding-left: clamp(20px, 5vw, 64px); }
.section-wide { max-width: 1280px; margin: 0 auto; padding-top: clamp(66px, 9vw, 112px); padding-bottom: clamp(66px, 9vw, 112px); }
.section-narrow { max-width: 940px; margin: 0 auto; padding-top: clamp(66px, 8vw, 100px); padding-bottom: clamp(66px, 8vw, 100px); }
.intro-section { padding-top: clamp(34px, 5vw, 56px); padding-bottom: clamp(34px, 5vw, 56px); border-top: 1px solid var(--line); }
.section-band { padding-top: clamp(66px, 9vw, 112px); padding-bottom: clamp(66px, 9vw, 112px); background: #eef6f8; }
.section-heading { max-width: 900px; margin-bottom: 36px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card { min-height: 100%; padding: 26px; border: 1px solid var(--line); background: rgba(255,255,255,0.76); }
.info-card span { display: inline-block; margin-bottom: 24px; color: var(--cyan); font-weight: 850; }
.route-section { padding-top: clamp(58px, 7vw, 92px); border-top: 1px solid var(--line); }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.route-card { position: relative; display: grid; align-content: start; min-height: 245px; padding: 28px; border: 1px solid rgba(6,63,120,0.14); border-top: 4px solid var(--cyan); background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%); box-shadow: 0 18px 46px rgba(9,32,56,0.07); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.route-card::after { content: "↗"; position: absolute; top: 22px; right: 24px; color: rgba(8,169,220,0.9); font-size: 20px; font-weight: 800; }
.route-card:hover { border-color: rgba(8,169,220,0.48); box-shadow: 0 24px 58px rgba(9,32,56,0.12); transform: translateY(-2px); }
.route-card span { display: inline-flex; width: fit-content; margin-bottom: 42px; padding: 6px 9px; border: 1px solid rgba(6,63,120,0.12); color: var(--blue); background: #eef8fb; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.route-card strong { max-width: 90%; margin-bottom: 12px; color: var(--ink); font-size: 24px; line-height: 1.12; }
.route-card p { max-width: 95%; color: var(--muted); font-size: 15px; }
.agile-flow-section { border-top: 1px solid var(--line); }
.agile-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); background: var(--white); box-shadow: 0 22px 62px rgba(9,32,56,0.08); }
.agile-flow li { position: relative; min-height: 250px; padding: 28px 24px 26px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%); }
.agile-flow li:last-child { border-right: 0; }
.agile-flow li::after { content: ""; position: absolute; top: 34px; right: -8px; z-index: 2; width: 15px; height: 15px; border-top: 2px solid var(--cyan); border-right: 2px solid var(--cyan); background: var(--white); transform: rotate(45deg); }
.agile-flow li:last-child::after { display: none; }
.agile-flow span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 48px; color: var(--white); background: var(--blue); font-size: 12px; font-weight: 900; }
.agile-flow strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 22px; line-height: 1.12; }
.agile-flow p { margin: 0; color: var(--muted); font-size: 15px; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; max-width: 1120px; }
.chip-grid span { padding: 10px 13px; border: 1px solid rgba(6,63,120,0.18); background: rgba(255,255,255,0.76); color: var(--ink); font-weight: 700; }
.sustainability-section { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(min(380px, 100%), 1.02fr); gap: clamp(34px, 6vw, 86px); align-items: center; padding-top: clamp(72px, 9vw, 120px); padding-bottom: clamp(72px, 9vw, 120px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f6fbfa 0%, #eef7f5 100%); }
.sustainability-copy { max-width: 760px; }
.sustainability-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 19px; }
.sustainability-list { display: grid; gap: 16px; margin-top: 32px; }
.sustainability-point { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(6,63,120,0.12); }
.sustainability-point span { color: var(--cyan); font-size: 14px; font-weight: 900; }
.sustainability-point h3 { margin-bottom: 8px; }
.sustainability-point p { margin: 0; font-size: 16px; }
.sustainability-image-card { min-height: 500px; margin: 0; border: 1px solid rgba(6,63,120,0.12); background: var(--white); box-shadow: 0 28px 70px rgba(9,32,56,0.1); overflow: hidden; }
.sustainability-image-card picture, .sustainability-image-card img { display: block; width: 100%; height: 100%; min-height: 500px; }
.sustainability-image-card img { object-fit: cover; object-position: center; }
.process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-list li { position: relative; padding: 56px 20px 22px; border: 1px solid var(--line); background: var(--white); }
.process-list li::before { counter-increment: item; content: counter(item); position: absolute; top: 18px; left: 20px; color: var(--cyan); font-weight: 900; }
.split-section { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr); gap: clamp(28px, 6vw, 90px); border-top: 1px solid var(--line); }
.schedule-section { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr); gap: clamp(28px, 6vw, 90px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%); }
.schedule-panel { padding: clamp(26px, 4vw, 38px); border: 1px solid rgba(8,169,220,0.26); background: var(--white); box-shadow: 0 18px 46px rgba(9,32,56,0.08); }
.schedule-panel p { max-width: 760px; }
.schedule-panel ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; padding: 0; list-style: none; }
.schedule-panel li { padding: 8px 12px; border: 1px solid var(--line); background: #f6f9fa; color: var(--ink); font-size: 13px; font-weight: 850; }
.closing-panel { max-width: 1160px; margin: 0 auto clamp(50px, 7vw, 88px); padding-top: clamp(48px, 7vw, 86px); padding-bottom: clamp(48px, 7vw, 86px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: #f6fafb; color: var(--ink); }
.closing-panel p { max-width: 740px; margin-right: auto; margin-left: auto; color: var(--muted); }
.closing-panel .button { border-color: var(--blue); color: var(--white); background: var(--blue); }
.legal-card, .legal-content article { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.legal-content article + article { margin-top: 16px; }
.legal-content h2 { font-size: 24px; }
.disclaimer { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f6f9fa; }
.disclaimer h2 { font-size: 24px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: var(--white); padding: 13px; font: inherit; }
.contact-form .wide { grid-column: 1 / -1; }
.contact-modern-section { padding-top: clamp(50px, 6vw, 82px); }
.contact-modern-panel { display: grid; grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr); gap: clamp(28px, 4vw, 58px); align-items: start; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--line); background: linear-gradient(135deg, #f7fbfc 0%, #ffffff 46%, #f4f9fb 100%); box-shadow: var(--shadow); }
.contact-modern-copy h2 { font-size: clamp(34px, 4vw, 54px); }
.contact-modern-copy > p { max-width: 520px; color: var(--muted); }
.contact-modern-side { display: grid; gap: 14px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-modern-side h3 { margin-bottom: 0; }
.contact-modern-side ul { display: grid; gap: 10px; margin: 4px 0 0; padding: 0; list-style: none; }
.contact-modern-side li { color: var(--muted); font-size: 15px; }
.contact-modern-side a { color: var(--blue); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.contact-schedule-mini { display: grid; gap: 10px; margin-top: 14px; padding: 18px; border: 1px solid rgba(8,169,220,0.28); background: rgba(255,255,255,0.82); }
.contact-schedule-mini span { color: var(--blue); font-weight: 900; }
.contact-schedule-mini p { margin: 0; font-size: 15px; }
.contact-schedule-mini .button { justify-self: start; }
.contact-form-modern { padding: clamp(18px, 3vw, 30px); border: 1px solid rgba(6,63,120,0.14); background: rgba(255,255,255,0.96); box-shadow: 0 18px 50px rgba(6,63,120,0.08); }
.contact-form-modern input, .contact-form-modern select, .contact-form-modern textarea { min-height: 52px; border-color: #cfe0e7; background: #fbfdfe; transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.contact-form-modern textarea { min-height: 170px; resize: vertical; }
.contact-form-modern input:focus, .contact-form-modern select:focus, .contact-form-modern textarea:focus { border-color: var(--cyan); background: var(--white); box-shadow: 0 0 0 4px rgba(8,169,220,0.1); outline: 0; }
.contact-form-modern .button.primary { min-height: 56px; font-size: 16px; }
.contact-privacy { display: flex !important; align-items: flex-start; gap: 10px !important; color: var(--muted) !important; font-size: 14px; font-weight: 650 !important; line-height: 1.45; }
.contact-privacy input { flex: 0 0 auto; width: 18px; min-height: auto; height: 18px; margin-top: 2px; padding: 0; }
.contact-privacy span, .assistant-privacy span { min-width: 0; flex: 1 1 auto; }
.contact-privacy a, .form-status a { color: var(--blue); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--muted); font-weight: 700; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { display: grid; grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.7fr) minmax(260px, 1fr); gap: 34px; padding: clamp(36px, 6vw, 64px) clamp(20px, 5vw, 64px) 0; border-top: 3px solid var(--blue); background: var(--white); }
.footer-logo { width: clamp(170px, 18vw, 230px); height: auto; max-height: 70px; margin-bottom: 16px; object-fit: contain; object-position: left center; }
.site-footer h2 { margin-bottom: 10px; font-size: 14px; text-transform: uppercase; color: var(--blue); }
.site-footer p, .site-footer a, .site-footer span { color: var(--muted); font-size: 14px; }
.footer-social { margin-top: 24px; }
.social-list { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(6,63,120,0.18); background: #f6fafb; color: var(--blue) !important; transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.social-link svg { width: 22px; height: 22px; fill: currentColor; }
.social-link span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); }
.social-link:hover { border-color: var(--blue); background: var(--blue); color: var(--white) !important; transform: translateY(-1px); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; align-content: start; }
.footer-links h2 { grid-column: 1 / -1; }
.footer-links a:hover, .footer-bottom a:hover, .footer-bottom button:hover { color: var(--blue); }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; margin-top: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-bottom button { border: 0; padding: 0; color: var(--muted); background: transparent; font: inherit; font-size: 14px; cursor: pointer; }
.cookie-consent { position: fixed; right: clamp(16px, 3vw, 36px); bottom: clamp(16px, 3vw, 36px); z-index: 80; max-width: min(520px, calc(100vw - 32px)); }
.cookie-card { display: grid; gap: 18px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,0.98); box-shadow: var(--shadow); }
.cookie-card h2 { margin-bottom: 10px; font-size: 26px; }
.cookie-card p { color: var(--muted); }
.cookie-options { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); background: #f6f9fa; }
.cookie-options label { display: flex; gap: 10px; align-items: flex-start; color: var(--ink); font-weight: 700; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .button { min-height: 42px; }
.assistant-launcher { position: fixed; right: clamp(16px, 3vw, 36px); bottom: clamp(16px, 3vw, 36px); z-index: 70; display: inline-flex; align-items: center; gap: 10px; min-height: 58px; padding: 14px 28px; border: 1px solid var(--ink); border-radius: 999px; color: var(--white); background: var(--ink); box-shadow: 0 20px 52px rgba(9,32,56,0.24); font: inherit; cursor: pointer; }
.assistant-launcher span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,0.65); border-radius: 999px; }
.ivation-assistant { position: fixed; right: clamp(16px, 3vw, 36px); bottom: 104px; z-index: 75; width: min(650px, calc(100vw - 32px)); }
.assistant-panel { border: 1px solid rgba(6,63,120,0.12); border-radius: 22px; background: rgba(255,255,255,0.99); box-shadow: 0 30px 90px rgba(9,32,56,0.22); overflow: hidden; }
.assistant-header { display: flex; justify-content: space-between; gap: 18px; padding: 28px 30px 10px; background: var(--white); }
.assistant-header h2 { margin: 0; font-size: 28px; }
.assistant-header .eyebrow { margin-bottom: 8px; }
.assistant-close { flex: 0 0 auto; width: 62px; height: 62px; border: 0; border-radius: 16px; background: #f2f6f8; color: var(--ink); font-size: 34px; line-height: 1; cursor: pointer; }
.assistant-body { display: grid; gap: 16px; max-height: min(78vh, 840px); overflow-y: auto; overflow-x: hidden; padding: 14px 30px 30px; }
.assistant-body p { color: var(--muted); font-size: 15px; }
.assistant-intro { margin: 0 0 4px; color: var(--muted) !important; font-size: 26px !important; line-height: 1.35; }
.assistant-chat { display: grid; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #f7fbfc; }
.assistant-message { max-width: 92%; padding: 10px 12px; border-radius: 8px; font-size: 14px; line-height: 1.45; }
.assistant-message.bot { justify-self: start; border: 1px solid var(--line); background: var(--white); color: var(--ink); }
.assistant-message.user { justify-self: end; background: var(--blue); color: var(--white); }
.assistant-message strong { display: block; margin-bottom: 4px; font-size: 12px; text-transform: uppercase; color: inherit; }
.assistant-choice-grid { display: grid; gap: 16px; }
.assistant-choice { display: grid; gap: 12px; width: 100%; max-width: 100%; min-height: 118px; padding: 24px 22px; border: 1px solid #d8e5ec; border-radius: 16px; color: var(--ink); background: #fbfdfe; font: inherit; text-align: left; cursor: pointer; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.assistant-choice strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.2; }
.assistant-choice span { color: var(--muted); font-size: 20px; line-height: 1.55; }
.assistant-choice:hover { border-color: rgba(8,169,220,0.65); box-shadow: 0 14px 34px rgba(8,169,220,0.12); transform: translateY(-1px); }
.assistant-main-action { width: 100%; min-height: 86px; margin-top: 2px; border: 0; border-radius: 16px; color: var(--ink); background: #62dccd; font: inherit; font-size: 24px; font-weight: 900; cursor: pointer; }
.assistant-main-action:hover { background: #53d0c1; }
.assistant-topics button { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; color: var(--blue); background: #f6f9fa; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.assistant-topics button:hover { border-color: rgba(8,169,220,0.55); background: var(--white); }
.assistant-chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; }
.assistant-chat-input { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 850; }
.assistant-chat-input input { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 6px; padding: 10px 11px; background: var(--white); color: var(--ink); font: inherit; font-size: 15px; }
.assistant-scheduler { padding: 14px; border: 1px solid rgba(8,169,220,0.28); border-radius: 8px; background: #eef8fb; }
.assistant-topic-label { margin-bottom: -4px !important; font-size: 13px !important; font-weight: 800; color: var(--ink) !important; }
.assistant-topics { display: flex; flex-wrap: wrap; gap: 8px; }
.assistant-topics button.active { border-color: var(--blue); color: var(--white); background: var(--blue); }
.assistant-finance-note, .assistant-result { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #f6f9fa; }
.assistant-inline-actions, .assistant-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.assistant-copy-fallback { width: 100%; min-height: 130px; margin-top: 12px; border: 1px solid var(--line); border-radius: 6px; padding: 10px; background: var(--white); color: var(--ink); font: inherit; font-size: 13px; resize: vertical; }
.assistant-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.assistant-form label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 850; }
.assistant-form input, .assistant-form select, .assistant-form textarea { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 6px; padding: 10px 11px; background: var(--white); color: var(--ink); font: inherit; font-size: 15px; }
.assistant-form textarea { min-height: 112px; resize: vertical; }
.assistant-form input[readonly] { background: #f6f9fa; color: var(--muted); }
.assistant-form .wide, .assistant-meeting { grid-column: 1 / -1; }
.assistant-meeting { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfdfe; }
.assistant-meeting legend { grid-column: 1 / -1; padding: 0 4px; color: var(--ink); font-size: 13px; font-weight: 850; }
.assistant-meeting label { display: flex !important; align-items: center; gap: 8px; min-height: 48px; padding: 9px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); font-size: 13px !important; font-weight: 750 !important; line-height: 1.25; }
.assistant-meeting input { flex: 0 0 auto; width: 16px; min-height: auto; height: 16px; padding: 0; }
.assistant-privacy { display: flex !important; align-items: flex-start; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: #f6f9fa; color: var(--ink); font-size: 13px !important; font-weight: 650 !important; line-height: 1.45; }
.assistant-privacy input { flex: 0 0 auto; width: 16px; min-height: auto; height: 16px; margin-top: 1px; }
.assistant-privacy a { color: var(--blue); text-decoration: underline; }
body.cookie-visible .assistant-launcher { bottom: 128px; }
body.cookie-visible .ivation-assistant { bottom: 204px; }
@media (max-width: 1180px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .nav { display: none; grid-column: 1 / -1; flex-direction: column; align-items: flex-start; padding: 18px 0 6px; border-top: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a, .nav summary { width: 100%; padding: 9px 0; }
  .nav-group { width: 100%; }
  .nav-submenu { position: static; min-width: 0; width: 100%; margin: 6px 0 8px; padding: 6px 0 6px 14px; border: 0; border-left: 2px solid var(--line); box-shadow: none; transform: none; }
  .language-link { justify-self: end; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: clamp(260px, 46vw, 380px); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-modern-panel { grid-template-columns: 1fr; }
  .contact-modern-copy > p { max-width: 760px; }
  .contact-modern-side { grid-template-columns: 1fr 1fr; align-items: start; }
  .contact-modern-side h3, .contact-modern-side > p { grid-column: 1 / -1; }
  .agile-flow { grid-template-columns: 1fr; }
  .agile-flow li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .agile-flow li:last-child { border-bottom: 0; }
  .agile-flow li::after { display: none; }
  .agile-flow span { margin-bottom: 20px; }
  .sustainability-section { grid-template-columns: 1fr; }
  .sustainability-copy { max-width: 900px; }
  .process-list { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .site-header { gap: 10px; padding: 14px 16px; }
  .brand { justify-self: start; width: min(190px, 52vw); max-width: min(190px, 52vw); }
  .brand-logo { width: min(190px, 52vw); max-height: 58px; }
  .brand-claim { max-width: min(190px, 52vw); font-size: 11px; }
  .language-link { min-width: 40px; min-height: 38px; padding: 8px; }
  .menu-toggle { min-height: 38px; padding: 8px 10px; }
  h1 { font-size: clamp(31px, 9vw, 44px); line-height: 1.06; }
  h2 { font-size: clamp(27px, 8vw, 40px); line-height: 1.08; }
  h3 { font-size: 19px; }
  .hero p, .section p { font-size: 16px; }
  .hero { gap: 24px; padding-top: 34px; padding-bottom: 34px; }
  .hero-lede { font-size: 20px !important; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 210px; }
  .section { padding-right: 16px; padding-left: 16px; }
  .section-wide, .section-narrow { padding-top: 54px; padding-bottom: 54px; }
  .card-grid, .route-grid, .split-section, .schedule-section, .contact-form, .site-footer { grid-template-columns: 1fr; }
  .contact-modern-panel { padding: 20px; }
  .contact-modern-side { grid-template-columns: 1fr; }
  .contact-form-modern { padding: 18px; }
  .contact-schedule-mini .button { justify-self: stretch; }
  .route-card { padding: 22px; }
  .route-card span { margin-bottom: 28px; }
  .route-card strong { max-width: calc(100% - 24px); font-size: 22px; }
  .agile-flow li { padding: 22px; }
  .agile-flow strong { font-size: 20px; }
  .sustainability-section { padding-right: 16px; padding-left: 16px; }
  .sustainability-image-card, .sustainability-image-card picture, .sustainability-image-card img { min-height: 260px; }
  .sustainability-point { grid-template-columns: 34px 1fr; gap: 12px; }
  .route-card { min-height: 170px; }
  .footer-main { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .footer-bottom nav { display: grid; gap: 8px; }
  .cookie-consent { right: 10px; bottom: 10px; left: 10px; max-width: none; }
  .cookie-card { padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
  .assistant-launcher { left: 16px; right: 16px; justify-content: center; bottom: 16px; }
  .ivation-assistant { left: 16px; right: 16px; bottom: 82px; width: auto; }
  .assistant-header { padding: 22px 22px 8px; }
  .assistant-header h2 { font-size: 26px; }
  .assistant-close { width: 56px; height: 56px; }
  .assistant-body { max-height: 68vh; padding: 12px 22px 22px; }
  .assistant-intro { font-size: 22px !important; }
  .assistant-choice { min-height: 106px; padding: 18px; }
  .assistant-choice strong { font-size: 21px; }
  .assistant-choice span { font-size: 17px; }
  .assistant-main-action { min-height: 74px; font-size: 21px; }
  .assistant-chat-form { grid-template-columns: 1fr; }
  .assistant-form { grid-template-columns: 1fr; }
  .assistant-meeting { grid-template-columns: 1fr; }
  body.cookie-visible .assistant-launcher { bottom: 150px; }
  body.cookie-visible .ivation-assistant { bottom: 218px; }
}
@media (max-width: 430px) {
  .site-header { gap: 8px; padding: 12px 12px; }
  .brand { width: min(168px, 50vw); max-width: 50vw; }
  .brand-logo { width: min(168px, 50vw); max-height: 52px; }
  .brand-claim { max-width: min(168px, 50vw); font-size: 10px; }
  .language-link { min-width: 36px; min-height: 36px; font-size: 12px; }
  .menu-toggle { min-height: 36px; padding: 7px 9px; font-size: 13px; }
  .hero { padding-right: 14px; padding-left: 14px; }
  h1 { font-size: clamp(29px, 8.8vw, 38px); }
  h2 { font-size: clamp(25px, 7.8vw, 34px); }
  .button { min-height: 44px; padding: 11px 14px; }
  .assistant-launcher { min-height: 52px; padding: 12px 18px; }
  .ivation-assistant { left: 10px; right: 10px; bottom: 76px; }
  .assistant-panel { border-radius: 16px; }
  .assistant-header { padding: 18px 18px 6px; }
  .assistant-header h2 { font-size: 23px; }
  .assistant-close { width: 48px; height: 48px; border-radius: 12px; font-size: 28px; }
  .assistant-body { max-height: 64vh; padding: 10px 18px 18px; }
  .assistant-intro { font-size: 19px !important; }
  .assistant-choice strong { font-size: 19px; }
  .assistant-choice span { font-size: 15px; }
  .assistant-main-action { min-height: 62px; font-size: 18px; }
}
