/* Startseite tymok.com (seit 2026-09-25). Baut auf platform.css auf (Nav, Footer, Buttons).
   Kräftigere Modulfarben für vollflächige Bänder; weiße Schrift darauf hat mind. 4.5:1. */

:root {
    --ink:      #0E1330;
    --ink-2:    #3A4063;
    --paper:    #FFFFFF;
    --soft:     #F3F5FA;
    --t-band:   #1A4DF0;   /* Termin */
    --r-band:   #C94A0C;   /* Reihe  */
    --k-band:   #0B7A45;   /* Takt   */
    --lemon:    #FFE14D;
    --mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Consolas, monospace;
}

body { color: var(--ink); }
.h-mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }

/* ── Ankündigung ── */
.h-news {
    position: relative; z-index: 1;
    margin-top: 60px; background: var(--ink); color: #fff;
    font-size: 14px; text-align: center; padding: 11px 16px;
}
.h-news b { background: var(--lemon); color: var(--ink); border-radius: 4px; padding: 2px 7px; margin-right: 8px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.h-news a { color: #fff; font-weight: 600; text-underline-offset: 3px; }

/* ── Buttons ── */
.h-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 17px; text-decoration: none; line-height: 1;
    padding: 18px 28px; border-radius: 14px; border: 2px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.h-btn:hover { transform: translateY(-2px); }
.h-btn:focus-visible, .h-tab:focus-visible, .h-slot:focus-visible, .h-day:focus-visible, .h-replay:focus-visible { outline: 3px solid var(--lemon); outline-offset: 3px; }
.h-btn-ink   { background: var(--ink); color: #fff; box-shadow: 0 8px 0 -2px var(--lemon); }
.h-btn-ink:hover { box-shadow: 0 10px 0 -2px var(--lemon); }
.h-btn-line  { border-color: var(--ink); color: var(--ink); }
.h-btn-white { background: #fff; color: var(--ink); box-shadow: 0 8px 0 -2px rgba(0,0,0,.25); }
.h-btn-glass { border-color: rgba(255,255,255,.55); color: #fff; }
.h-btn-glass:hover { background: rgba(255,255,255,.12); }
.h-btn .arr { transition: transform .15s ease; }
.h-btn:hover .arr { transform: translateX(4px); }

/* ── Hero ── */
.h-hero { padding: 72px 0 96px; background: var(--paper); overflow: hidden; }
.h-hero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.h-eyebrow { display: flex; gap: 16px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.h-eyebrow i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 7px; vertical-align: -1px; }
.h-title {
    margin-top: 22px;
    font-size: clamp(42px, 6vw, 84px); font-weight: 850; line-height: .98; letter-spacing: -.045em;
    text-wrap: balance;
}
.h-title .strike { position: relative; white-space: nowrap; }
.h-title .strike::after {
    content: ""; position: absolute; left: -4px; right: -4px; top: 54%;
    height: .13em; border-radius: 99px; background: var(--c);
    transform-origin: left; transform: scaleX(0) rotate(-2deg);
    animation: h-strike .5s cubic-bezier(.7,0,.3,1) forwards; animation-delay: var(--d);
}
@keyframes h-strike { to { transform: scaleX(1) rotate(-2deg); } }
.h-title .done { display: block; margin-top: 10px; }
.h-title .done mark { background: linear-gradient(transparent 58%, var(--lemon) 58%, var(--lemon) 92%, transparent 92%); color: inherit; padding: 0 4px; }
.h-sub { margin-top: 26px; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-2); max-width: 560px; }
.h-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.h-proof { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; font-size: 14px; color: var(--ink-2); }
.h-proof span::before { content: "✓"; font-weight: 800; color: var(--k-band); margin-right: 7px; }

/* „Ein Tag mit tymok“ */
.h-day-panel {
    background: var(--ink); color: #fff; border-radius: 28px; padding: 26px 26px 20px;
    box-shadow: 0 40px 80px -30px rgba(14,19,48,.55), 0 0 0 1px rgba(14,19,48,.1);
    transform: rotate(1.2deg);
}
.h-day-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.h-day-head small { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); font-weight: 700; }
.h-clock { font-size: clamp(44px, 4.6vw, 64px); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.h-daybar { height: 6px; border-radius: 99px; background: rgba(255,255,255,.12); margin: 16px 0 18px; overflow: hidden; }
.h-daybar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--t-band), #FF8A3D, #25C77A); border-radius: inherit; }
.h-feed { list-style: none; display: grid; gap: 8px; min-height: 318px; align-content: start; }
.h-feed li {
    display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center;
    background: rgba(255,255,255,.07); border-radius: 14px; padding: 11px 14px;
    animation: h-pop .35s cubic-bezier(.2,.9,.3,1.3) both;
}
.h-feed li time { font-family: var(--mono); font-size: 13px; color: rgba(255,255,255,.6); }
.h-feed li b { display: block; font-size: 15px; }
.h-feed li em { font-style: normal; font-size: 13px; color: rgba(255,255,255,.62); }
.h-feed li .tag { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; margin-right: 6px; vertical-align: 1px; }
.tag.t { background: #3E6BFF; } .tag.r { background: #FF7A2E; } .tag.k { background: #1DB06A; }
@keyframes h-pop { from { opacity: 0; transform: translateY(10px) scale(.97); } }
.h-day-foot { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.45); }

/* ── Modul-Leiste ── */
.h-strip { background: var(--soft); padding: 0; }
.h-strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.h-strip a {
    display: block; padding: 28px 26px; text-decoration: none; color: var(--ink);
    border-left: 1px solid #DCE0EA; transition: background .15s ease;
}
.h-strip a:last-child { border-right: 1px solid #DCE0EA; }
.h-strip a:hover { background: #fff; }
.h-strip .n { font-size: 26px; font-weight: 850; letter-spacing: -.03em; }
.h-strip .n i { display: inline-block; width: 12px; height: 12px; border-radius: 4px; margin-right: 10px; vertical-align: 2px; }
.h-strip .d { font-size: 15px; color: var(--ink-2); margin-top: 2px; }
.h-strip .s { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; background: #fff; }
.h-strip .s.new { background: var(--lemon); }

/* ── Produktbänder ── */
.h-band { color: #fff; padding: 110px 0; position: relative; overflow: hidden; }
.h-band.termin { background: var(--t-band); }
.h-band.reihe  { background: var(--r-band); }
.h-band.takt   { background: var(--k-band); }
.h-band .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
.h-band.flip .h-copy { order: 2; }
.h-band .big-word {
    position: absolute; right: -2vw; bottom: -.18em; z-index: 0;
    font-size: clamp(120px, 20vw, 300px); font-weight: 900; letter-spacing: -.06em; line-height: 1;
    color: rgba(255,255,255,.07); pointer-events: none; user-select: none;
}
.h-band.flip .big-word { right: auto; left: -2vw; }
.h-kicker { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.h-kicker b { background: var(--lemon); color: var(--ink); padding: 3px 8px; border-radius: 5px; margin-left: 8px; }
.h-copy h2 { margin-top: 16px; font-size: clamp(34px, 4.2vw, 58px); font-weight: 850; line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.h-copy > p { margin-top: 20px; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.88); max-width: 520px; }
.h-list { list-style: none; margin-top: 26px; display: grid; gap: 12px; }
.h-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; font-size: 16px; line-height: 1.45; }
.h-list li::before {
    content: ""; width: 20px; height: 20px; margin-top: 1px; border-radius: 6px; background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect width='20' height='20' rx='6'/%3E%3Cpath d='M5.5 10.5l3 3 6-7' stroke='%23000' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat, linear-gradient(#000,#000);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.h-list li b { font-weight: 700; }
.h-band .h-ctas { margin-top: 34px; }
.h-price { margin-top: 16px; font-size: 14px; color: rgba(255,255,255,.75); }

/* Gemeinsame Szene-Karte */
.h-stage {
    position: relative; z-index: 1;
    background: #fff; color: var(--ink); border-radius: 26px; padding: 24px;
    box-shadow: 0 50px 90px -40px rgba(0,0,0,.55);
}
.h-stage-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 13px; color: #6B7090; }
.h-stage-top .dots { display: flex; gap: 6px; }
.h-stage-top .dots i { width: 10px; height: 10px; border-radius: 50%; background: #E3E6EF; }
.h-replay { background: none; border: 1px solid #DCE0EA; border-radius: 99px; padding: 6px 12px; font: inherit; font-size: 12px; font-weight: 600; color: var(--ink-2); cursor: pointer; }
.h-replay:hover { border-color: var(--ink-2); }
.h-caption { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.65); text-align: center; position: relative; z-index: 1; }

/* Termin: Buchungswidget */
.h-svc { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.h-svc .ava { width: 42px; height: 42px; border-radius: 12px; background: #E8EEFF; color: var(--t-band); display: grid; place-items: center; font-weight: 800; }
.h-svc b { display: block; font-size: 17px; }
.h-svc span { font-size: 13px; color: #6B7090; }
.h-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 18px; }
.h-day { font: inherit; border: 1.5px solid #E3E6EF; background: #fff; border-radius: 12px; padding: 9px 4px; cursor: pointer; text-align: center; color: var(--ink); transition: all .15s ease; }
.h-day small { display: block; font-size: 11px; color: #6B7090; text-transform: uppercase; letter-spacing: .06em; }
.h-day strong { font-size: 18px; }
.h-day.on { background: var(--t-band); border-color: var(--t-band); color: #fff; }
.h-day.on small { color: rgba(255,255,255,.8); }
.h-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
.h-slot { font: inherit; font-family: var(--mono); font-size: 14px; border: 1.5px solid #D5DCF5; color: var(--t-band); background: #F4F7FF; border-radius: 10px; padding: 11px 0; cursor: pointer; transition: all .15s ease; }
.h-slot:hover:not(:disabled) { background: #E3EAFF; }
.h-slot:disabled { color: #B7BCCD; background: #fff; border-color: #EEF0F5; text-decoration: line-through; cursor: default; }
.h-slot.on { background: var(--t-band); color: #fff; border-color: var(--t-band); transform: scale(1.04); }
.h-booked {
    margin-top: 14px; border-radius: 14px; background: #E9FBF1; color: #0B5C35; padding: 14px 16px;
    display: flex; gap: 12px; align-items: center; font-size: 14px;
    opacity: 0; transform: translateY(8px); transition: all .3s ease; min-height: 64px;
}
.h-booked.show { opacity: 1; transform: none; }
.h-booked .ok { flex: none; width: 30px; height: 30px; border-radius: 50%; background: #1DB06A; color: #fff; display: grid; place-items: center; font-weight: 900; }

/* Reihe: Drop */
.h-prod { display: grid; grid-template-columns: 112px 1fr; gap: 18px; margin-top: 16px; }
.h-prod .img { aspect-ratio: 1; border-radius: 16px; background: linear-gradient(145deg, #2B3A73, #151C3D); display: grid; place-items: center; }
.h-prod .img span { width: 54%; aspect-ratio: .82; border-radius: 8px; background: linear-gradient(#F6B73C 0 22%, #F4EFE6 22%); box-shadow: 0 8px 16px rgba(0,0,0,.35); }
.h-prod small { font-size: 11px; font-weight: 800; letter-spacing: .1em; color: var(--r-band); }
.h-prod b { display: block; font-size: 19px; letter-spacing: -.01em; margin-top: 2px; }
.h-prod .p { font-size: 14px; color: #6B7090; }
.h-meter { margin-top: 18px; }
.h-meter .row { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; }
.h-meter .row .h-mono { font-weight: 700; }
.h-meter .bar { height: 12px; border-radius: 99px; background: #FBE9DF; margin-top: 8px; overflow: hidden; }
.h-meter .bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, #FF8A3D, var(--r-band)); transition: width .12s linear; }
.h-join { margin-top: 14px; width: 100%; border: 0; border-radius: 12px; padding: 14px; font: inherit; font-weight: 700; background: var(--ink); color: #fff; }
.h-join.full { background: #EEF0F5; color: #6B7090; }
.h-ticker { list-style: none; margin-top: 12px; height: 84px; overflow: hidden; display: grid; align-content: end; gap: 6px; }
.h-ticker li { font-size: 13px; color: #6B7090; animation: h-pop .3s ease both; }
.h-ticker li b { color: var(--ink); }
.h-mail {
    position: absolute; right: -18px; bottom: -34px; width: 270px; z-index: 2;
    background: #fff; border-radius: 18px; padding: 16px 18px; color: var(--ink);
    box-shadow: 0 30px 60px -20px rgba(0,0,0,.5), 0 0 0 1px rgba(14,19,48,.06);
    opacity: 0; transform: translateY(20px) rotate(3deg); transition: all .45s cubic-bezier(.2,.9,.3,1.2);
}
.h-mail.show { opacity: 1; transform: rotate(3deg); }
.h-mail small { font-size: 11px; color: #6B7090; }
.h-mail b { display: block; font-size: 15px; margin: 4px 0 10px; }
.h-mail span { display: block; text-align: center; background: var(--r-band); color: #fff; border-radius: 10px; padding: 10px; font-weight: 700; font-size: 14px; }
.h-mail em { display: block; font-style: normal; font-size: 12px; color: #6B7090; margin-top: 8px; }

/* Takt: Stempel-Szene */
.h-tabs { display: inline-flex; background: #EEF0F5; border-radius: 12px; padding: 4px; gap: 4px; }
.h-tab { font: inherit; font-size: 14px; font-weight: 700; border: 0; background: none; padding: 8px 14px; border-radius: 9px; cursor: pointer; color: var(--ink-2); }
.h-tab[aria-selected="true"] { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.h-scene { position: relative; height: 330px; margin-top: 18px; border-radius: 18px; background: #F3F5FA; overflow: hidden; }
.h-wall { position: absolute; left: 0; top: 0; bottom: 0; width: 44%; background: repeating-linear-gradient(90deg, #E6E9F2 0 2px, transparent 2px 58px), #EDF0F6; }
.h-wall::after { content: "Eingang"; position: absolute; left: 16px; bottom: 14px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #9AA0B8; }
.h-tagsticker {
    position: absolute; left: 22%; top: 50%; width: 74px; height: 74px; margin: -37px 0 0 -37px;
    border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(14,19,48,.15);
    display: grid; place-items: center; font-weight: 900; font-size: 13px; letter-spacing: -.02em; color: var(--ink);
}
.h-tagsticker::before, .h-tagsticker::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--k-band); opacity: 0; }
.h-scene.hit .h-tagsticker::before { animation: h-ring 1s ease-out .05s 2; }
.h-scene.hit .h-tagsticker::after  { animation: h-ring 1s ease-out .35s 2; }
@keyframes h-ring { 0% { opacity: .9; transform: scale(1); } 100% { opacity: 0; transform: scale(1.9); } }

.h-device {
    position: absolute; top: 50%; right: 12%; width: 150px; height: 290px; margin-top: -145px;
    border-radius: 30px; background: var(--ink); padding: 9px;
    box-shadow: 0 30px 50px -20px rgba(14,19,48,.6);
    transition: transform .8s cubic-bezier(.6,0,.2,1), width .3s ease, height .3s ease, margin .3s ease, border-radius .3s ease;
}
.h-scene.approach .h-device { transform: translateX(var(--dx, -200px)) rotate(-8deg); }
.h-scene.tablet .h-device { width: 230px; height: 170px; margin-top: -85px; border-radius: 20px; right: 10%; }
.h-screen { height: 100%; border-radius: 22px; background: #fff; display: grid; place-items: center; text-align: center; padding: 12px; overflow: hidden; }
.h-scene.tablet .h-screen { border-radius: 13px; }
.h-screen .st { display: none; }
.h-screen .st.on { display: grid; gap: 8px; justify-items: center; animation: h-pop .3s ease both; }
.h-screen .st small { font-size: 11px; color: #6B7090; }
.h-screen .st b { font-size: 15px; }
.h-screen .face { width: 46px; height: 46px; border-radius: 14px; border: 3px solid var(--t-band); position: relative; }
.h-screen .face::after { content: ""; position: absolute; inset: 0; margin: auto; width: 20px; height: 10px; border-bottom: 3px solid var(--t-band); border-radius: 0 0 12px 12px; top: 6px; }
.h-scene.scan .face { animation: h-scan .9s ease-in-out infinite; }
@keyframes h-scan { 50% { border-color: #7EA0FF; transform: scale(.94); } }
.h-screen .check { width: 50px; height: 50px; border-radius: 50%; background: var(--k-band); color: #fff; display: grid; place-items: center; font-size: 26px; font-weight: 900; }
.h-screen .clock { font-family: var(--mono); font-size: 24px; font-weight: 700; }

/* Die Tageszeile, wie in der echten Loesung: Kommen links, Gehen rechts.
   Der leere Platz sagt ohne einen Satz, dass die Schicht noch laeuft. */
.h-screen .h-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; width: 100%;
    background: #E6E8F0; border: 1px solid #E6E8F0; border-radius: 8px; overflow: hidden; }
/* min-width:0, sonst sprengt die Uhrzeit ihre Spalte und die beiden Haelften
   werden ungleich breit: Der Bildschirm der Attrappe ist nur gut 130px breit. */
.h-screen .h-schlitz { background: #fff; padding: 7px 2px 8px; display: grid; gap: 1px;
    justify-items: center; min-width: 0; }
.h-screen .h-schlitz span { font-size: 8px; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; color: #8A8FA8; }
.h-screen .h-schlitz em { font-family: var(--mono); font-style: normal; font-size: 15px;
    font-weight: 700; color: #C3C6D4; letter-spacing: -.03em; }
.h-screen .h-schlitz.voll em { color: var(--k-band); }

/* Der Sensor ist kein Ablauf, sondern ein Hinweis. Deshalb ruhig und ohne
   Bewegung: ein Fingerabdruck als Andeutung, mehr verspricht er nicht. */
.h-screen .h-finger { width: 34px; height: 44px; border-radius: 17px 17px 15px 15px;
    border: 2px solid #C3C6D4; position: relative; }
.h-screen .h-finger::before, .h-screen .h-finger::after { content: ''; position: absolute;
    left: 50%; transform: translateX(-50%); border: 2px solid #C3C6D4;
    border-bottom-color: transparent; border-radius: 50%; }
.h-screen .h-finger::before { width: 18px; height: 22px; top: 8px; }
.h-screen .h-finger::after { width: 8px; height: 12px; top: 15px; }
.h-screen .st[data-st="sensor"] small { line-height: 1.5; }
.h-pin { display: flex; gap: 7px; }
.h-pin i { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--ink); }
.h-pin i.f { background: var(--ink); }
.h-fob {
    position: absolute; left: 16%; top: 60%; width: 54px; height: 70px; border-radius: 26px 26px 18px 18px;
    background: linear-gradient(160deg, #2E3663, var(--ink)); opacity: 0; box-shadow: 0 10px 20px rgba(14,19,48,.35);
    transition: transform .8s cubic-bezier(.6,0,.2,1), opacity .2s ease;
}
.h-fob::after { content: ""; position: absolute; left: 50%; top: 8px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: #F3F5FA; }
.h-scene.tablet .h-tagsticker { opacity: 0; }
.h-scene.chip .h-fob { opacity: 1; }
.h-scene.chip.approach .h-fob { transform: translate(var(--fx, 200px), -40px) rotate(12deg); }
.h-scene.chip.approach .h-device, .h-scene.pin .h-device { transform: none; }
.h-scene.pin .h-fob { opacity: 0; }

/* ── Warum ── */
.h-why { padding: 100px 0; }
.h-why h2 { font-size: clamp(32px, 3.8vw, 52px); font-weight: 850; letter-spacing: -.04em; line-height: 1.04; max-width: 760px; text-wrap: balance; }
.h-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 48px; }
.h-why-grid div { border-top: 3px solid var(--ink); padding-top: 18px; }
.h-why-grid b { display: block; font-size: 19px; letter-spacing: -.01em; }
.h-why-grid p { margin-top: 8px; font-size: 15px; line-height: 1.5; color: var(--ink-2); }

/* ── Start ── */
.h-start { background: var(--ink); color: #fff; padding: 110px 0; }
.h-start h2 { font-size: clamp(38px, 5vw, 72px); font-weight: 850; letter-spacing: -.045em; line-height: 1; text-align: center; }
.h-start h2 mark { background: var(--lemon); color: var(--ink); padding: 0 .12em; border-radius: 6px; }
.h-start .lead2 { text-align: center; margin: 18px auto 0; color: rgba(255,255,255,.7); font-size: 19px; max-width: 560px; }
.h-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.h-offer { border-radius: 24px; padding: 30px 28px; display: flex; flex-direction: column; }
.h-offer.termin { background: var(--t-band); } .h-offer.reihe { background: var(--r-band); } .h-offer.takt { background: var(--k-band); }
.h-offer .m { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.h-offer .pr { font-size: 54px; font-weight: 850; letter-spacing: -.04em; margin-top: 12px; line-height: 1; }
.h-offer .pr small { font-size: 16px; font-weight: 600; letter-spacing: 0; color: rgba(255,255,255,.8); margin-left: 4px; }
.h-offer p { margin: 14px 0 24px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.88); flex: 1; }
.h-offer .h-btn { justify-content: center; }
.h-start .sub2 { text-align: center; margin-top: 40px; font-size: 15px; color: rgba(255,255,255,.6); }
.h-start .sub2 a { color: #fff; }

/* ── Responsive ── */
@media (max-width: 959px) {
    .h-hero .wrap, .h-band .wrap { grid-template-columns: 1fr; gap: 48px; }
    .h-band.flip .h-copy { order: 0; }
    .h-day-panel { transform: none; }
    .h-why-grid { grid-template-columns: 1fr 1fr; }
    .h-offers { grid-template-columns: 1fr; }
    .h-mail { right: 8px; }
}
@media (max-width: 640px) {
    .h-hero { padding: 44px 0 64px; }
    .h-band { padding: 76px 0 90px; }
    .h-strip .wrap { grid-template-columns: 1fr; padding: 0; }
    .h-strip a { border-left: 0; border-right: 0 !important; border-bottom: 1px solid #DCE0EA; padding: 20px 16px; }
    .h-why-grid { grid-template-columns: 1fr; }
    .h-slots { grid-template-columns: repeat(3, 1fr); }
    .h-prod { grid-template-columns: 84px 1fr; }
    .h-mail { position: relative; right: auto; bottom: auto; width: auto; margin-top: 14px; }
    .h-mail.show { transform: none; }
    .h-title .strike { white-space: normal; }
    .h-btn { width: 100%; justify-content: center; }
    .h-device { right: 8%; width: 128px; height: 250px; margin-top: -125px; }
    .h-scene.tablet .h-device { width: 180px; height: 140px; margin-top: -70px; right: 6%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .h-title .strike::after { transform: scaleX(1) rotate(-2deg); }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
