:root {
  color-scheme: dark;
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --bg: #02060c;
  --surface: #07131f;
  --surface-soft: #040d16;
  --text: #e8f6fc;
  --muted: #97afbf;
  --cyan: #58d6ff;
  --mint: #49ffb7;
  --line: rgba(88, 214, 255, .17);
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
h1, h2, h3 { margin: 0; color: var(--text); line-height: 1.12; letter-spacing: -.045em; }
h1 { font-size: clamp(2.875rem, 5.2vw, 4.75rem); font-weight: 760; }
h2 { font-size: clamp(2.125rem, 3.5vw, 3rem); font-weight: 720; }
h3 { font-size: clamp(1.75rem, 2.7vw, 2.375rem); font-weight: 700; }
em { color: var(--cyan); font-style: normal; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 6px; }
section:focus, article:focus, main:focus { outline: none; }
.shell { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 100px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--cyan); font-size: 0.625rem; font-weight: 750; line-height: 1.6; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { content: ''; flex: 0 0 24px; height: 1px; background: currentColor; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px; padding: 14px 24px; border: 1px solid var(--cyan); border-radius: 7px; background: var(--cyan); color: #02101b; font-size: 0.8125rem; font-weight: 750; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: #93e5ff; transform: translateY(-2px); box-shadow: 0 8px 30px #58d6ff1a; }
.button-outline { background: transparent; color: var(--cyan); border-color: #58d6ff60; }
.button-outline:hover { color: var(--text); background: #58d6ff14; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 0.8125rem; font-weight: 650; }
.text-link span { color: var(--cyan); font-size: 1.1875rem; transition: transform .2s; }
.text-link:hover { color: var(--cyan); }
.text-link:hover span { transform: translate(2px, -2px); }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 15px; padding: 12px 18px; background: var(--cyan); color: var(--bg); transform: translateY(-160%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 96px; padding-inline: max(40px, calc((100% - var(--max)) / 2)); background: #02060ceF; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 8px 32px #0004; }
.brand { display: flex; align-items: center; gap: 26px; flex-shrink: 0; }
.brand img { width: 80px; height: auto; }
.brand-line { padding-left: 24px; border-left: 1px solid #ffffff25; color: #9eafba; font-size: 0.5625rem; letter-spacing: .19em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #b8cbd6; font-size: 0.75rem; font-weight: 650; transition: color .2s; }
.main-nav a:hover { color: var(--cyan); }
.main-nav .nav-contact { gap: 22px; padding: 10px 20px; background: var(--cyan); color: var(--bg); border-radius: 6px; }
.main-nav .nav-contact:hover { background: #93e5ff; color: var(--bg); }
.menu-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; background: var(--cyan); transition: transform .2s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { position: relative; isolation: isolate; min-height: 690px; overflow: hidden; background: #030b14; }
.hero-picture { position: absolute; z-index: -2; top: 0; right: 0; width: 76%; height: 100%; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 45%; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #030b14 9%, #030b14f5 29%, #030b14c9 42%, #030b1426 68%, #030b1400 100%), linear-gradient(0deg, #030b14 0%, #030b1400 30%); }
.hero-inner { position: relative; display: flex; align-items: center; min-height: 690px; padding-block: 75px 84px; }
.hero-copy { max-width: 680px; width: 61%; }
.hero .kicker { margin-bottom: 28px; }
.hero h1 { letter-spacing: -.055em; line-height: 1.08; }
.hero-lead { max-width: 515px; margin-top: 28px; color: #b1c4d1; font-size: 1rem; line-height: 1.85; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 33px; }
.hero-signature { display: flex; align-items: center; gap: 9px; margin-top: 42px; color: #96b0c1; font-size: 0.6875rem; }
.hero-signature > span { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }
.hero-caption { position: absolute; right: 0; bottom: 53px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px 10px; padding: 17px 22px; background: #04101bdd; border: 1px solid var(--line); border-radius: 8px; backdrop-filter: blur(12px); font-size: 0.75rem; }
.hero-caption small { grid-column: 2; color: #93acbc; font-size: 0.5rem; letter-spacing: .15em; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px #49ffb760; }
.connection-strip { background: #040d16; border-block: 1px solid var(--line); }
.connection-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; align-items: center; padding-block: 28px; gap: 28px; }
.connection-grid > p { color: #a0b7c6; font-size: 0.8125rem; }
.connection-grid > p strong { color: var(--text); font-weight: 600; }
.connection-grid > div { display: flex; align-items: center; gap: 16px; padding-left: 24px; border-left: 1px solid var(--line); }
.connection-grid > div > span { color: var(--cyan); font-size: 0.6875rem; font-variant-numeric: tabular-nums; }
.connection-grid strong { display: block; font-size: 0.8125rem; font-weight: 650; }
.connection-grid small { display: block; margin-top: 3px; font-size: 0.6875rem; color: var(--muted); }
.section-intro { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-intro > p { max-width: 410px; color: var(--muted); font-size: 0.9375rem; line-height: 1.85; }
.section-intro .kicker { margin-bottom: 19px; }
.product-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 44px; margin-top: 24px; padding: 46px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.product-copy { min-width: 0; }
.product-copy .kicker { margin-bottom: 22px; font-size: 0.5625rem; }
.product-copy h3 { white-space: pre-line; }
.product-copy > p:not(.kicker):not(.fine-print):not(.cooperation) { margin-top: 22px; color: var(--muted); font-size: 0.875rem; line-height: 1.85; }
.product-copy > .button, .product-copy > .text-link { margin-top: 26px; }
.platform-card { grid-template-columns: .85fr 1.15fr; background: radial-gradient(ellipse at 86% 0, #0d304757, transparent 56%), var(--surface); }
.floriax-logo { width: 185px; height: auto; max-height: 65px; object-fit: contain; object-position: left; margin-bottom: 26px; }
.module-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 0; list-style: none; }
.module-list li { padding: 6px 9px; border: 1px solid #58d6ff23; border-radius: 4px; background: #58d6ff06; color: #b2cddc; font-size: 0.625rem; }
.platform-preview { display: block; min-width: 0; padding: 14px; border: 1px solid #58d6ff3b; border-radius: 12px; background: #02080f; box-shadow: 0 26px 60px #0005; transition: border-color .2s, transform .2s; }
.platform-preview:hover { border-color: var(--cyan); transform: translateY(-4px); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 0 5px 13px; color: #8db4c9; font-size: 0.5rem; letter-spacing: .1em; }
.preview-top > span:first-child { display: flex; align-items: center; gap: 8px; }
.preview-top i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }
.preview-top > span:last-child { color: var(--cyan); font-size: 1.125rem; }
.platform-preview img { width: 100%; border-radius: 5px; }
.preview-caption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 17px 5px 3px; color: var(--muted); font-size: 0.5625rem; }
.preview-caption > span:last-child { color: var(--cyan); }
.hardware-card { grid-template-columns: 1fr 1fr; }
.product-visual { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; background: #030e1b; border-radius: 10px; overflow: hidden; }
.product-visual img { width: 100%; object-fit: contain; }
.product-visual figcaption, .jacket-visual figcaption { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 23px 16px; color: var(--muted); font-size: 0.625rem; }
.product-visual figcaption span, .jacket-visual figcaption span { color: var(--cyan); font-weight: 700; letter-spacing: .1em; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; color: #c0d3df; font-size: 0.75rem; line-height: 1.7; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-size: 0.75rem; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 22px 0 0; margin: 27px 0 0; border-top: 1px solid var(--line); list-style: none; }
.workflow li > span { color: var(--cyan); font-size: 0.625rem; }
.workflow strong { display: block; margin-top: 6px; font-size: 0.75rem; font-weight: 600; }
.workflow small { display: block; margin-top: 3px; color: var(--muted); font-size: 0.625rem; }
.cooperation { margin-top: 14px; color: var(--cyan); font-size: 0.6875rem; }
.product-copy .fine-print { max-width: 400px; margin-top: 18px; color: var(--muted); font-size: 0.625rem; line-height: 1.7; }
.app-visual { position: relative; isolation: isolate; min-width: 0; padding: 12px 0; }
.app-orbit { position: absolute; z-index: -1; width: 93%; aspect-ratio: 1; top: 5%; left: 4%; border: 1px solid #58d6ff24; border-radius: 50%; background: radial-gradient(circle, #12344b 0, #07131f00 65%); box-shadow: 0 0 0 35px #58d6ff03, 0 0 0 36px #58d6ff09; }
.app-screenshots { display: flex; justify-content: center; align-items: flex-start; gap: 19px; }
.app-screen { width: 43%; max-width: 208px; padding: 5px; border: 1px solid #8394a2; border-radius: 23px; background: #081018; box-shadow: 0 20px 40px #0006; overflow: hidden; }
.app-screen img { width: 100%; border-radius: 18px; }
.screen-1 { transform: rotate(-4deg); }
.screen-2 { margin-top: 37px; transform: rotate(4deg); }
.app-visual-label { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px; color: #b3c8d7; font-size: 0.625rem; }
.jacket-section { border-block: 1px solid var(--line); background: #040d16; }
.jacket-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; }
.jacket-copy > p:not(.kicker) { max-width: 480px; margin-top: 24px; color: var(--muted); font-size: 0.875rem; }
.jacket-copy > .text-link { margin-top: 24px; }
.sensor-list { margin-top: 26px; }
.sensor-list > div { display: flex; gap: 18px; padding-block: 17px; border-bottom: 1px solid var(--line); }
.sensor-list > div > span { color: var(--cyan); font-size: 0.625rem; }
.sensor-list h3 { margin-bottom: 5px; font-size: 0.875rem; letter-spacing: -.01em; line-height: 1.5; }
.sensor-list p { color: var(--muted); font-size: 0.75rem; }
.jacket-visual { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #030e1b; }
.jacket-visual img { width: 100%; }
.equipment-details { margin-top: 42px; border-block: 1px solid var(--line); }
.equipment-details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; color: #bfd2de; font-size: 0.8125rem; }
.equipment-details summary::-webkit-details-marker { display: none; }
.equipment-details summary span { color: var(--cyan); font-size: 1.375rem; transition: transform .2s; }
.equipment-details[open] summary span { transform: rotate(45deg); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 10px 0 30px; }
.equipment-grid h3 { font-size: 1rem; letter-spacing: -.02em; }
.equipment-grid ul { padding-left: 18px; color: var(--muted); font-size: 0.75rem; }
.equipment-grid li { margin-top: 8px; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.news-card { padding: 30px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 10px; transition: border-color .2s, background .2s; }
.news-card:hover { border-color: #58d6ff66; background: var(--surface); }
.news-card > div { display: flex; justify-content: space-between; align-items: center; color: var(--cyan); }
.news-card .kicker { margin: 0; font-size: 0.5625rem; }
.news-card h3 { max-width: 350px; margin-top: 26px; font-size: 1.5625rem; line-height: 1.3; letter-spacing: -.03em; }
.news-card > p { max-width: 400px; margin-top: 16px; color: var(--muted); font-size: 0.8125rem; }
.news-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; margin-top: 26px; border-top: 1px solid var(--line); color: #9eb6c5; font-size: 0.625rem; }
.news-meta > span { color: var(--cyan); }
.contact-section { padding-top: 0; }
.contact-card { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding: 55px; border: 1px solid #58d6ff44; border-radius: 14px; background: radial-gradient(ellipse at 100% 0, #123c5466, transparent 60%), #07131f; }
.contact-card h2 { font-size: clamp(1.875rem, 3vw, 2.625rem); }
.contact-card > div > p:not(.kicker) { margin-top: 20px; color: var(--muted); font-size: 0.875rem; }
.contact-card .kicker { font-size: 0.5625rem; }
.contact-actions { display: flex; align-items: stretch; flex-direction: column; text-align: center; gap: 18px; }
.contact-phone { font-size: 1.1875rem; letter-spacing: .02em; }
.contact-phone:hover { color: var(--cyan); }
.contact-actions small { color: var(--muted); font-size: 0.625rem; }
.footer { padding-block: 55px 22px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 70px; padding-bottom: 45px; }
.footer-brand img { width: 100px; height: auto; margin-bottom: 20px; }
.footer-grid h3 { margin: 0 0 18px; font-size: 0.75rem; letter-spacing: 0; }
.footer-grid a { display: block; width: fit-content; margin-top: 9px; color: var(--muted); font-size: 0.75rem; }
.footer-grid p { margin-top: 14px; color: var(--muted); font-size: 0.75rem; }
.footer-grid a:hover, .footer-bottom a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 23px; border-top: 1px solid var(--line); color: #90aabb; font-size: 0.625rem; }
.footer-bottom > div { display: flex; gap: 22px; }
.footer-bottom > span:last-child { color: var(--cyan); letter-spacing: .08em; }
.back-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; color: var(--cyan); background: #07131ff5; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, transform .2s, visibility .2s; cursor: pointer; }
.back-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.cookie-banner { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(470px, calc(100% - 48px)); padding: 24px; border: 1px solid #58d6ff55; border-radius: 12px; background: #05101aF5; box-shadow: 0 16px 60px #0009; backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 10px; font-size: 1.1875rem; letter-spacing: -.02em; }
.cookie-banner p { color: var(--muted); font-size: 0.75rem; line-height: 1.7; }
.cookie-actions { display: flex; gap: 12px; margin-top: 18px; }
.cookie-button { min-height: 44px; flex: 1; padding: 10px 18px; border: 1px solid var(--line); border-radius: 6px; color: var(--text); background: #122333; font-size: 0.75rem; font-weight: 650; cursor: pointer; }
.cookie-button.primary { color: var(--bg); border-color: var(--cyan); background: var(--cyan); }
.cookie-button:hover { border-color: var(--cyan); }
/* The shared navigation, palette and spacing also apply to the legal pages. */
.legal-page { width: min(1000px, calc(100% - 80px)); margin: 65px auto 85px; }
.legal-hero { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 40px; margin-bottom: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.legal-kicker { color: var(--cyan); font-size: 0.6875rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.legal-hero h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); overflow-wrap: anywhere; }
.legal-back { color: var(--cyan); font-size: 0.75rem; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.legal-card { padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); min-width: 0; overflow-wrap: anywhere; }
.legal-card-primary, .legal-card-wide { grid-column: 1 / -1; }
.legal-card h2 { margin-bottom: 18px; font-size: 1.375rem; letter-spacing: -.03em; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 0.875rem; }
.legal-card p + p { margin-top: 16px; }
.legal-card a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.legal-card code { color: var(--text); }
.legal-card dl { margin: 0; }
.legal-card dl > div + div { margin-top: 18px; }
.legal-card dt { color: var(--muted); font-size: 0.6875rem; }
.legal-card dd { margin: 4px 0 0; }
.legal-footer { width: min(var(--max), calc(100% - 80px)); margin: auto; }
.legal-footer > img { width: 95px; margin-bottom: 24px; }
.legal-footer > p { color: var(--muted); font-size: 0.75rem; }
.legal-footer a:hover { color: var(--cyan); }
@media (min-width: 1600px) { .hero-picture { width: 70%; } }
@media (max-width: 1100px) {
  .brand-line { display: none; }
  .hero-copy { width: 67%; }
  .hero-caption { bottom: 30px; }
  .product-card { gap: 30px; padding: 30px; }
  .connection-grid { gap: 18px; }
  .connection-grid > div { padding-left: 16px; gap: 10px; }
  .contact-card { padding: 38px; gap: 35px; }
  .app-screen { max-width: 175px; }
}
@media (max-width: 900px) {
  .shell { width: calc(100% - 48px); }
  .site-header { height: 80px; padding-inline: 24px; }
  .brand img { width: 68px; }
  .brand-line { display: block; }
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: calc(100% + 8px); left: 24px; right: 24px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #07131f; box-shadow: 0 15px 30px #0008; }
  .menu-open .main-nav { display: grid; gap: 3px; }
  .main-nav a { min-height: 48px; padding: 12px 16px; }
  .main-nav .nav-contact { margin-top: 7px; justify-content: space-between; }
  .section { padding-block: 72px; }
  .hero, .hero-inner { min-height: 640px; }
  .hero-copy { width: 76%; }
  .hero-picture { width: 92%; opacity: .85; }
  .hero::before { background: linear-gradient(90deg, #030b14f5 0, #030b14bd 46%, #030b1433 100%), linear-gradient(0deg, #030b14, transparent 50%); }
  .hero h1 { font-size: 3.875rem; }
  .hero-caption { display: none; }
  .connection-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .connection-grid > div { border-left: none; padding-left: 0; }
  .connection-grid > p { padding-right: 10px; }
  .section-intro { gap: 35px; grid-template-columns: 1fr 1fr; }
  .product-card { grid-template-columns: 1fr; gap: 38px; padding: 36px; }
  .product-copy { max-width: 620px; }
  .product-copy h3 { font-size: 2.375rem; }
  .platform-preview { width: 100%; }
  .hardware-card .product-visual { order: 2; max-width: 100%; }
  .product-visual img { max-height: 440px; }
  .product-visual figcaption { padding-top: 0; }
  .app-visual { max-width: 520px; width: 100%; margin: 0 auto; }
  .app-screen { max-width: 200px; }
  .jacket-grid { grid-template-columns: 1fr; gap: 36px; }
  .jacket-visual { max-width: 640px; width: 100%; margin: 0 auto; }
  .jacket-copy > p:not(.kicker) { max-width: 620px; }
  .equipment-grid { gap: 22px; }
  .contact-section { padding-top: 0; }
  .contact-card { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
  .contact-actions { align-items: flex-start; text-align: left; gap: 15px; }
  .footer-grid { gap: 30px; grid-template-columns: 1fr 1fr 1.2fr; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 100px; }
  .shell { width: calc(100% - 36px); }
  .site-header { padding-inline: 18px; height: 76px; }
  .brand { gap: 17px; }
  .brand-line { padding-left: 17px; font-size: 0.5rem; }
  .main-nav { left: 18px; right: 18px; }
  .section { padding-block: 58px; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; align-items: flex-start; padding-top: 46px; padding-bottom: 290px; }
  .hero-copy { width: 100%; max-width: none; }
  .hero .kicker { margin-bottom: 22px; font-size: 0.5rem; }
  .hero h1 { font-size: clamp(2.25rem, 8.7vw, 3.25rem); line-height: 1.14; letter-spacing: -.055em; }
  .hero-lead { margin-top: 22px; font-size: 0.875rem; line-height: 1.8; }
  .hero-picture { width: 100%; height: 440px; top: auto; bottom: 0; opacity: 1; }
  .hero-picture img { object-position: 69% 44%; }
  .hero::before { background: linear-gradient(180deg, #030b14 0, #030b14 45%, #030b14d9 55%, #030b1400 77%, #030b14 100%); }
  .actions { margin-top: 25px; gap: 9px 22px; }
  .actions .button { min-height: 48px; padding-inline: 20px; font-size: 0.75rem; }
  .actions .text-link { font-size: 0.75rem; }
  .hero-signature { margin-top: 20px; font-size: 0.5625rem; }
  .connection-grid { padding-block: 25px; gap: 25px 15px; }
  .connection-grid strong { font-size: 0.6875rem; }
  .connection-grid small { font-size: 0.5625rem; }
  .connection-grid > p { font-size: 0.6875rem; }
  .connection-grid > div { gap: 10px; }
  .connection-grid > div > span { font-size: 0.5625rem; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  .section-intro > p { font-size: 0.875rem; }
  .kicker { font-size: 0.5rem; gap: 10px; }
  .kicker::before { flex-basis: 20px; }
  .section-intro .kicker { margin-bottom: 17px; }
  .product-card { gap: 30px; margin-top: 18px; padding: 24px 20px; border-radius: 12px; }
  .product-copy .kicker { font-size: 0.5rem; }
  .product-copy h3 { font-size: 2.0625rem; }
  .product-copy > p:not(.kicker):not(.fine-print):not(.cooperation) { font-size: 0.8125rem; }
  .floriax-logo { width: 163px; margin-bottom: 22px; }
  .module-list { gap: 6px; }
  .module-list li { font-size: 0.5625rem; }
  .platform-preview { padding: 8px; border-radius: 8px; }
  .preview-caption { font-size: 0.5rem; padding-top: 12px; }
  .preview-top { font-size: 0.4375rem; padding-bottom: 7px; }
  .check-list li { font-size: 0.6875rem; }
  .workflow { gap: 8px; }
  .workflow strong { font-size: 0.6875rem; }
  .workflow small { font-size: 0.5625rem; }
  .product-visual figcaption { flex-direction: column; align-items: center; gap: 4px; font-size: 0.5625rem; }
  .app-screenshots { gap: 13px; }
  .app-screen { padding: 3px; border-radius: 17px; }
  .app-screen img { border-radius: 13px; }
  .app-visual-label { margin-top: 24px; font-size: 0.5rem; }
  .jacket-copy > p:not(.kicker) { font-size: 0.8125rem; }
  .sensor-list p { font-size: 0.6875rem; }
  .jacket-visual figcaption { gap: 8px; font-size: 0.5625rem; }
  .equipment-grid { grid-template-columns: 1fr; gap: 16px; }
  .news-grid { grid-template-columns: 1fr; gap: 18px; }
  .news-card { padding: 25px; }
  .news-card h3 { font-size: 1.5rem; }
  .contact-section { padding-top: 0; }
  .contact-card { padding: 30px 24px; gap: 28px; }
  .contact-card .kicker { font-size: 0.5rem; }
  .contact-card h2 { font-size: 1.9375rem; }
  .contact-actions { align-items: stretch; text-align: center; }
  .footer { padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1 / -1; display: flex; align-items: center; gap: 35px; }
  .footer-brand img { width: 85px; margin: 0; }
  .footer-brand p { margin: 0; }
  .footer-grid a, .footer-grid p { font-size: 0.625rem; overflow-wrap: anywhere; }
  .footer-grid h3 { font-size: 0.6875rem; }
  .footer-bottom { font-size: 0.5625rem; }
  .footer-bottom > span:last-child { display: none; }
  .back-top { right: 14px; bottom: 14px; }
  .cookie-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px; }
  .legal-page, .legal-footer { width: calc(100% - 36px); }
  .legal-page { margin-block: 35px 55px; }
  .legal-hero { align-items: flex-start; flex-direction: column; padding: 25px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
