:root {
  --ink: #172033;
  --muted: #667085;
  --line: #e8e9f1;
  --violet: #7357e8;
  --violet-dark: #5a3ed1;
  --coral: #ff8066;
  --mint: #5ccdb1;
  --blue: #62a8ef;
  --amber: #f1b956;
  --pink: #ea7ca8;
  --surface: #ffffff;
  --soft-violet: #f1edff;
  --shadow: 0 18px 50px rgba(47, 43, 85, 0.09);
  --shadow-hover: 0 24px 65px rgba(47, 43, 85, 0.14);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --max-width: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfbfe;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6ff 32%, #fbfbfe 67%, #f3faff 100%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--violet);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; padding: 20px 0; }
.nav-shell { min-height: 54px; display: flex; align-items: center; justify-content: center; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, Inter, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--violet), #9b82ff); box-shadow: 0 9px 22px rgba(115, 87, 232, .28); }
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; color: var(--violet-dark); background: #fff; border: 1px solid #e5e0fb; border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 8px 24px rgba(51, 45, 100, .07); transition: transform .2s ease, box-shadow .2s ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(51, 45, 100, .12); }
.header-cta svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }

.hero { position: relative; overflow: hidden; padding-top: 78px; padding-bottom: 72px; }
.hero-inner { position: relative; z-index: 2; text-align: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .68; pointer-events: none; }
.glow-one { width: 520px; height: 520px; top: -210px; left: -170px; background: radial-gradient(circle, rgba(173, 151, 255, .32), rgba(173, 151, 255, 0) 70%); }
.glow-two { width: 560px; height: 560px; right: -190px; top: 70px; background: radial-gradient(circle, rgba(255, 147, 123, .23), rgba(255, 147, 123, 0) 70%); }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid #e4dff8; border-radius: 999px; color: var(--violet-dark); background: rgba(255,255,255,.76); font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: .02em; box-shadow: 0 6px 22px rgba(68, 56, 125, .05); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(92, 205, 177, .17); }
.hero h1 { max-width: 860px; margin: 25px auto 20px; font-family: Manrope, Inter, sans-serif; font-size: clamp(43px, 6.2vw, 76px); line-height: 1.03; letter-spacing: -.058em; }
.hero-copy { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions, .cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 23px; border-radius: 999px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--violet), var(--violet-dark)); box-shadow: 0 12px 28px rgba(100, 72, 219, .28); }
.button-primary:hover { box-shadow: 0 16px 35px rgba(100, 72, 219, .36); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.7); border: 1px solid #dedfea; }
.button-ghost:hover { background: #fff; box-shadow: 0 10px 26px rgba(34, 36, 55, .08); }

.service-console { max-width: 980px; margin: 62px auto 0; overflow: hidden; text-align: left; background: rgba(255,255,255,.94); border: 1px solid rgba(222, 220, 235, .92); border-radius: 26px; box-shadow: 0 38px 90px rgba(59, 47, 114, .16), 0 3px 0 rgba(255,255,255,.8) inset; }
.console-topbar { height: 54px; display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--line); background: #fafafd; }
.window-dots { display: flex; gap: 7px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #e3dff1; }
.window-dots span:first-child { background: #ff9a84; }
.window-dots span:nth-child(2) { background: #f3c967; }
.window-dots span:last-child { background: #70d4b9; }
.console-address { margin: auto; padding: 6px 50px; border-radius: 8px; color: #8a8d9c; background: #f0f0f5; font-size: 11px; font-weight: 600; }
.console-signal { display: flex; align-items: end; gap: 2px; height: 14px; }
.console-signal i { display: block; width: 3px; border-radius: 2px; background: #a9a5ba; }
.console-signal i:first-child { height: 5px; }.console-signal i:nth-child(2) { height: 9px; }.console-signal i:last-child { height: 13px; }
.console-body { display: grid; grid-template-columns: 150px 1fr; min-height: 420px; }
.console-sidebar { padding: 31px 22px; border-right: 1px solid var(--line); background: #fbfafe; }
.mini-logo { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 42px; border-radius: 11px; background: var(--violet); }
.mini-logo span { width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; }
.side-line { width: 100%; height: 10px; margin: 17px 0; border-radius: 8px; background: #e9e6f1; }
.side-line.short { width: 65%; }
.side-line.active { background: #d9d0ff; box-shadow: -8px 0 0 var(--violet); }
.console-main { padding: 38px 42px; }
.console-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.tiny-label { display: block; margin-bottom: 5px; color: #9a94ae; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.console-heading h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: 24px; letter-spacing: -.03em; }
.state-pill { flex: 0 0 auto; padding: 7px 12px; border-radius: 999px; color: #247e67; background: #def8ef; font-size: 11px; font-weight: 800; }
.diagnostic-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.camera-panel, .checks-panel { min-width: 0; padding: 22px; border: 1px solid #eceaf3; border-radius: 18px; background: #fdfdff; }
.camera-shape { position: relative; width: 210px; max-width: 90%; height: 126px; margin: 2px auto 25px; border-radius: 21px 21px 18px 18px; background: linear-gradient(145deg, #8170d6, #614caf); box-shadow: 0 16px 30px rgba(84, 62, 171, .22); }
.camera-shape::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 14px; height: 7px; border-radius: 8px; background: rgba(255,255,255,.13); }
.camera-prism { position: absolute; top: -23px; left: 64px; width: 82px; height: 39px; background: #735bc3; clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%); }
.camera-lens { position: absolute; display: grid; place-items: center; width: 88px; height: 88px; left: calc(50% - 44px); top: 22px; border: 9px solid #e8e3ff; border-radius: 50%; background: #302b52; box-shadow: 0 0 0 5px rgba(255,255,255,.19); }
.camera-lens i { width: 40px; height: 40px; border: 7px solid #766bb4; border-radius: 50%; background: #17192b; }
.camera-button { position: absolute; width: 27px; height: 10px; right: 20px; top: -9px; border-radius: 7px 7px 2px 2px; background: var(--coral); }
.measurement-row { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid #eeedf4; color: #77788a; font-size: 11px; }
.measurement-row strong { color: var(--ink); }.measurement-row .accent-text { color: var(--violet); }
.check-item { display: flex; align-items: center; gap: 12px; margin: 18px 0; }
.check-icon { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; color: #fff; background: var(--mint); font-size: 12px; font-weight: 800; }
.check-item div { min-width: 0; }.check-item b, .check-item small { display: block; }.check-item b { font-size: 12px; }.check-item small { color: #9a9baa; font-size: 10px; }
.check-item.pending .check-icon { color: var(--violet); background: #e7e1ff; }
.progress-track { height: 7px; margin-top: 28px; overflow: hidden; border-radius: 8px; background: #eceaf2; }
.progress-track span { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), #a38cff); }

.trust-strip { border-block: 1px solid rgba(226,226,236,.9); background: rgba(255,255,255,.55); }
.trust-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; overflow-x: auto; color: #8b8b99; font-family: Manrope, Inter, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; scrollbar-width: none; }
.trust-row::-webkit-scrollbar { display: none; }
.trust-row span { display: inline-flex; align-items: center; gap: 12px; }
.trust-row span:not(:first-child)::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #c7bedf; }

.section-heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .faq-intro h2, .cta-content h2 { margin: 20px 0 16px; font-family: Manrope, Inter, sans-serif; font-size: clamp(33px, 4.5vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { display: flex; flex-direction: column; min-height: 320px; padding: 29px; border: 1px solid rgba(232,231,240,.86); border-radius: var(--radius-lg); background: rgba(255,255,255,.9); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.icon-box { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 23px; border-radius: 16px; }
.icon-box svg, .step-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-box.coral { color: #d85239; background: #ffe5df; }.icon-box.violet { color: #684bd9; background: #e9e3ff; }.icon-box.mint { color: #278f76; background: #def8ef; }.icon-box.blue { color: #367fc6; background: #e2f1ff; }.icon-box.amber { color: #a87315; background: #fff0ce; }.icon-box.pink { color: #b84f78; background: #ffe2ed; }
.feature-card h3 { margin: 0 0 10px; font-family: Manrope, Inter, sans-serif; font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.feature-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.feature-card a { width: fit-content; margin-top: auto; color: var(--violet-dark); font-size: 13px; font-weight: 800; }
.feature-card a span, .text-contact span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.feature-card a:hover span, .text-contact:hover span { transform: translateX(4px); }

.process { position: relative; background: linear-gradient(180deg, rgba(244,241,255,.55), rgba(249,253,255,.68)); border-block: 1px solid rgba(231,229,241,.8); }
.section-heading.compact { margin-bottom: 54px; }
.steps-row { display: flex; align-items: flex-start; }
.step-card { flex: 1; text-align: center; }
.step-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 21px; color: var(--violet); background: #fff; border: 1px solid #e5dffc; border-radius: 21px; box-shadow: 0 12px 30px rgba(77, 58, 151, .1); }
.step-card:nth-of-type(3) .step-icon { color: #c0503b; background: #fff4f1; border-color: #ffe1da; }
.step-card:nth-of-type(5) .step-icon { color: #23846c; background: #f1fffb; border-color: #d5f5ec; }
.step-card h3 { margin: 0 0 8px; font-family: Manrope, Inter, sans-serif; font-size: 18px; letter-spacing: -.02em; }
.step-card p { margin: 0 auto; max-width: 240px; color: var(--muted); font-size: 14px; }
.step-connector { flex: 0 0 42px; padding-top: 18px; text-align: center; color: #b5adc9; font-size: 22px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro h2 { font-size: clamp(34px, 4vw, 48px); }
.text-contact { display: inline-flex; margin-top: 24px; color: var(--violet-dark); font-weight: 800; }
.accordion { display: grid; gap: 13px; }
.faq-item { overflow: hidden; border: 1px solid #e8e5f1; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(48, 42, 84, .055); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px; border: 0; color: var(--ink); background: transparent; text-align: left; font-family: Manrope, Inter, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq-toggle { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--soft-violet); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; border-radius: 2px; background: var(--violet); transition: transform .2s ease; }
.faq-toggle::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] .faq-toggle::after { transform: rotate(0); }
.faq-answer { padding: 0 23px 21px; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-section { padding-top: 60px; }
.cta-banner { position: relative; min-height: 445px; display: flex; align-items: center; overflow: hidden; padding: 66px 68px; color: #fff; border-radius: 34px; background: linear-gradient(135deg, #6749d8 0%, #8067e8 56%, #9c79ea 100%); box-shadow: 0 28px 70px rgba(82, 57, 187, .27); }
.cta-content { position: relative; z-index: 2; max-width: 670px; }
.eyebrow.light { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.12); box-shadow: none; }
.cta-content h2 { max-width: 620px; margin-top: 21px; }
.cta-content > p { max-width: 630px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.cta-actions { justify-content: flex-start; }
.button-white { color: var(--violet-dark); background: #fff; box-shadow: 0 12px 30px rgba(44, 28, 111, .22); }
.button-glass { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.12); }
.button-glass:hover { background: rgba(255,255,255,.2); }
.location-line { display: flex; align-items: center; gap: 8px; margin-top: 23px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 600; }
.location-line svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cta-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-a { width: 500px; height: 500px; right: -250px; top: -190px; }.orbit-b { width: 340px; height: 340px; right: -90px; bottom: -260px; }
.cta-dial { position: absolute; right: 65px; top: 50%; transform: translateY(-50%); width: 220px; height: 220px; display: grid; place-items: center; border: 24px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 0 0 40px rgba(255,255,255,.035); }
.cta-dial > div { width: 120px; height: 120px; display: grid; place-items: center; border: 9px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(38,28,91,.17); }
.cta-dial span { width: 54px; height: 54px; border: 8px solid rgba(255,255,255,.68); border-radius: 50%; }
.cta-dial i { position: absolute; width: 12px; height: 12px; top: 20px; border-radius: 50%; background: var(--coral); }

.site-footer { padding-top: 32px; background: rgba(255,255,255,.63); }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 55px; padding: 55px 0; }
.footer-brand p { max-width: 350px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 14px; }
.footer-column h2 { margin: 5px 0 8px; color: var(--ink); font-family: Manrope, Inter, sans-serif; font-size: 14px; }
.footer-column a:hover { color: var(--violet); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #e4e3eb; border-radius: 12px; background: #fff; transition: transform .2s ease, color .2s ease; }
.social-links a:hover { transform: translateY(-2px); }
.social-links svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.social-links svg .play { fill: currentColor; stroke: none; }
.footer-bottom { min-height: 73px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8b8c98; font-size: 13px; }
.footer-bottom a { color: var(--violet-dark); font-weight: 600; }

.privacy-main { position: relative; overflow: hidden; padding: 70px 0 110px; }
.privacy-glow { position: absolute; z-index: -1; top: -180px; left: calc(50% - 500px); width: 1000px; height: 650px; background: radial-gradient(circle, rgba(170,151,255,.24), rgba(170,151,255,0) 70%); }
.privacy-card { max-width: 900px; padding: 60px 70px; border: 1px solid rgba(229,226,240,.9); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.privacy-card > h1 { margin: 21px 0 14px; font-family: Manrope, Inter, sans-serif; font-size: clamp(42px, 6vw, 64px); line-height: 1.08; letter-spacing: -.05em; }
.privacy-lead { color: var(--muted); font-size: 18px; }
.updated { display: inline-flex; padding: 7px 12px; margin: 6px 0 22px; border-radius: 999px; color: #777287; background: #f4f2fa; font-size: 12px; font-weight: 700; }
.privacy-card section { padding: 24px 0; border-top: 1px solid var(--line); }
.privacy-card section h2 { margin: 0 0 9px; font-family: Manrope, Inter, sans-serif; font-size: 21px; letter-spacing: -.02em; }
.privacy-card section p { margin: 0; color: var(--muted); }
.privacy-card section a { color: var(--violet-dark); font-weight: 700; }
.privacy-return { padding-top: 24px; }
.privacy-footer { padding-top: 0; }

:focus-visible { outline: 3px solid rgba(115,87,232,.42); outline-offset: 3px; }

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .faq-intro { position: static; max-width: 680px; text-align: center; margin-inline: auto; }
  .faq-intro .eyebrow { margin-inline: auto; }
  .steps-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .step-connector { display: none; }
  .cta-banner { padding: 60px 48px; }
  .cta-content { max-width: 620px; }
  .cta-dial { opacity: .22; right: -30px; }
  .footer-main { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .section-pad { padding: 76px 0; }
  .site-header { padding: 14px 0; }
  .nav-shell { justify-content: flex-start; }
  .brand { font-size: 18px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 13px; }
  .header-cta { font-size: 0; padding: 11px; }
  .header-cta::after { content: "Nazovi"; font-size: 13px; }
  .header-cta svg { display: none; }
  .hero { padding-top: 54px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(41px, 13vw, 58px); }
  .hero-copy { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .service-console { margin-top: 45px; border-radius: 20px; }
  .console-address { padding-inline: 18px; }
  .console-body { grid-template-columns: 1fr; min-height: auto; }
  .console-sidebar { display: none; }
  .console-main { padding: 27px 20px; }
  .console-heading { align-items: flex-start; }
  .console-heading h2 { font-size: 19px; }
  .diagnostic-grid { grid-template-columns: 1fr; }
  .checks-panel { display: none; }
  .camera-panel { padding: 25px 18px 16px; }
  .camera-shape { transform: scale(.9); margin-top: 8px; }
  .trust-row { min-height: 72px; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .steps-row { grid-template-columns: 1fr; gap: 38px; }
  .step-card p { max-width: 320px; }
  .faq-item button { padding: 19px 18px; font-size: 15px; }
  .faq-answer { padding: 0 18px 19px; }
  .cta-section { padding-top: 38px; }
  .cta-banner { min-height: auto; padding: 48px 24px; border-radius: 27px; text-align: center; }
  .cta-content .eyebrow { margin-inline: auto; }
  .cta-content h2 { font-size: 36px; }
  .cta-actions { justify-content: center; }
  .cta-actions .button { width: 100%; }
  .location-line { justify-content: center; }
  .cta-dial { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 0; flex-direction: column; justify-content: center; text-align: center; }
  .privacy-main { padding: 50px 0 75px; }
  .privacy-card { padding: 38px 23px; border-radius: 24px; }
  .privacy-card > h1 { font-size: 43px; }
}

@media (max-width: 420px) {
  .console-topbar { padding: 0 13px; }
  .console-signal { display: none; }
  .console-address { margin-right: 0; padding-inline: 12px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-column:last-child, .footer-brand { grid-column: auto; }
}

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