:root {
  color-scheme: light;
  --ink:#060913; --navy:#071b3f; --blue:#1d35ff; --yellow:#ffc900;
  --paper:#f7f9ff; --white:#fff; --text:#11182a; --muted:#53617a;
  --muted-dark:#b8c3d9; --line:#d9dfeb; --max:1240px; --ease:cubic-bezier(.22,1,.36,1);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { margin:0; background:var(--paper); color:var(--text); font:400 1rem/1.6 Inter,Arial,sans-serif; }
[id] { scroll-margin-top:100px; }
img { display:block; max-width:100%; }
a { color:inherit; text-underline-offset:4px; }
button,select,summary,a { -webkit-tap-highlight-color:transparent; }
button,select { font:inherit; }
button,summary,select { cursor:pointer; }
button:disabled { cursor:default; }
a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
.dark :focus-visible,.site-header :focus-visible,.site-footer :focus-visible { outline-color:var(--yellow); }
.button-yellow:focus-visible { outline:3px solid var(--white) !important; box-shadow:0 0 0 6px var(--ink); }
[hidden] { display:none !important; }
.icon-library { position:absolute; width:0; height:0; overflow:hidden; }
.icon,.route-icon,.product-icon { width:22px; height:22px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.shell { width:min(var(--max),calc(100% - 64px)); margin-inline:auto; }
.section { padding-block:90px; }
.dark { color:var(--white); background:var(--ink); }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:'Plus Jakarta Sans',Inter,Arial,sans-serif; }
h1 { font-size:clamp(2rem,4.1vw,3.6rem); line-height:1.1; font-weight:800; letter-spacing:-.055em; margin-bottom:24px; }
h2 { font-size:clamp(2rem,3.5vw,3rem); line-height:1.12; font-weight:800; letter-spacing:-.045em; margin-bottom:22px; }
h3 { font-size:1.5rem; line-height:1.2; font-weight:700; letter-spacing:-.035em; }
.eyebrow { margin-bottom:18px; color:var(--blue); font:600 .75rem/1.5 'IBM Plex Mono',monospace; letter-spacing:.07em; text-transform:uppercase; }
.dark .eyebrow { color:var(--yellow); }
.skip-link { position:fixed; top:-80px; left:16px; z-index:100; padding:14px 20px; background:var(--yellow); color:var(--ink); font-weight:700; }
.skip-link:focus { top:12px; }
.preview-note { padding:5px 16px; background:var(--yellow); color:var(--ink); text-align:center; font:600 .75rem/1.5 'IBM Plex Mono',monospace; letter-spacing:.04em; }
.site-header { position:sticky; top:0; z-index:20; background:var(--ink); color:var(--white); border-bottom:1px solid #212735; }
.header-inner { min-height:80px; display:flex; gap:28px; align-items:center; justify-content:space-between; position:relative; }
.brand { display:inline-flex; align-items:center; gap:10px; color:var(--white); font:800 1.1rem/1 'Plus Jakarta Sans',sans-serif; letter-spacing:-.03em; text-decoration:none; min-height:44px; }
.brand img { object-fit:contain; flex-shrink:0; }
.brand .brand-logo { width:168px; height:auto; aspect-ratio:500 / 167; }
.desktop-nav { display:flex; gap:28px; margin-left:auto; }
.desktop-nav a { display:inline-flex; align-items:center; min-height:44px; color:#c6cfdf; font-size:.875rem; font-weight:500; text-decoration:none; transition:color .2s; }
.desktop-nav a:hover { color:var(--yellow); }
.button { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:50px; padding:13px 20px; border:1px solid transparent; border-radius:7px; font:700 .875rem/1.45 Inter,sans-serif; text-align:center; text-decoration:none; transition:background .2s,color .2s,transform .2s var(--ease); cursor:pointer; }
.button:hover { transform:translateY(-2px); }
.button:active { transform:translateY(0); }
.button-yellow { background:var(--yellow); color:var(--ink); }
.button-yellow:hover { background:#ffdb58; }
.button-outline { border-color:#bac4d8; background:transparent; color:var(--ink); }
.button-outline:hover { border-color:var(--blue); background:#eff2ff; color:var(--blue); }
.header-contact { min-height:44px; padding:10px 16px; }
.text-link { display:inline-flex; align-items:center; justify-content:flex-start; gap:12px; min-height:44px; padding-block:9px; font-weight:700; font-size:.9375rem; text-decoration:none; color:var(--blue); }
.text-link:hover { text-decoration:underline; }
.dark .text-link { color:var(--yellow); }
.mobile-nav { display:none; }
.hero { padding-block:65px 70px; background:radial-gradient(ellipse at 95% 10%,#132051 0%,transparent 55%),var(--ink); }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:48px; align-items:center; }
.hero h1 span { color:var(--yellow); }
.hero .eyebrow { font-family:Inter,sans-serif; font-size:.75rem; letter-spacing:.02em; }
.hero-lead { max-width:580px; color:var(--muted-dark); font-size:1.0625rem; margin-bottom:26px; }
.hero-actions { display:flex; gap:8px 20px; flex-wrap:wrap; align-items:center; }
.hero-actions .text-link { color:var(--white); }
.hero-note { color:var(--muted-dark); font-size:.8125rem; margin:19px 0 0; }
.start-panel { border:1px solid #33416a; border-radius:14px; padding:27px; background:#0c1428; box-shadow:14px 14px 0 #111d43; }
.start-panel > .eyebrow { color:#c4cee7; margin:0 0 16px; }
.start-route { position:relative; display:flex; align-items:center; gap:17px; padding:24px 0; text-decoration:none; border-bottom:1px solid #303a51; }
.route-icon { width:29px; height:29px; color:var(--yellow); }
.start-route strong { display:block; font:700 1.2rem/1.25 'Plus Jakarta Sans',sans-serif; letter-spacing:-.03em; margin-bottom:7px; }
.start-route small { display:block; font-size:.8125rem; line-height:1.5; color:#b8c3d9; }
.route-arrow { margin-left:auto; font-size:1.5rem; color:var(--yellow); transition:transform .2s; }
.start-route:hover .route-arrow { transform:translate(3px,-3px); }
.start-route:hover strong { color:var(--yellow); }
.panel-foot { display:flex; gap:12px; align-items:center; justify-content:space-between; min-height:48px; padding-top:20px; font-size:.8125rem; text-decoration:none; color:#d8e0f2; }
.panel-foot:hover { color:var(--yellow); }
.section-heading { display:grid; grid-template-columns:1.2fr 1fr; gap:60px; align-items:end; margin-bottom:35px; }
.section-heading h2 { margin-bottom:0; }
.section-heading > p { max-width:470px; margin:0 0 3px auto; color:var(--muted); }
.dark .section-heading > p { color:var(--muted-dark); }
.services { background:var(--paper); }
.plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.plan-card { display:flex; flex-direction:column; min-width:0; padding:29px 25px 25px; background:var(--white); border:1px solid var(--line); border-radius:12px; }
.plan-type { display:flex; align-items:center; gap:8px; min-height:36px; color:var(--blue); font:600 .75rem/1.5 'IBM Plex Mono',monospace; }
.plan-card h3 { margin-bottom:12px; font-size:1.55rem; }
.plan-description { color:var(--muted); min-height:52px; margin-bottom:20px; }
.price { min-height:84px; margin-bottom:22px; font:800 clamp(1.8rem,2.7vw,2.65rem)/1.25 'Plus Jakarta Sans',sans-serif; letter-spacing:-.05em; }
.price span { display:block; margin-top:8px; font:500 .875rem/1.4 Inter,sans-serif; letter-spacing:0; color:var(--muted); }
.price small { font:500 .875rem/1.4 Inter,sans-serif; letter-spacing:0; }
.check-list { padding:0; margin:0 0 22px; list-style:none; display:grid; gap:12px; }
.check-list li { position:relative; padding-left:22px; font-size:.9375rem; line-height:1.55; }
.check-list li:before { content:'✓'; position:absolute; left:0; top:0; color:var(--blue); font-weight:700; }
.plan-limit { margin-top:auto; padding:18px 0; border-top:1px solid var(--line); min-height:95px; font-size:.8125rem; }
.plan-limit strong,.plan-limit span { display:block; }
.plan-limit span { color:var(--muted); margin-top:4px; }
.plan-card > .button { width:100%; margin-top:9px; }
.plan-featured { background:var(--blue); color:var(--white); border-color:var(--blue); }
.plan-featured .plan-type,.plan-featured .check-list li:before { color:var(--yellow); }
.plan-featured .plan-description,.plan-featured .price span,.plan-featured .plan-limit span { color:#e1e5ff; }
.plan-featured .plan-limit { border-color:#7786ff; }
.scope-notes { display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-top:26px; }
.scope-notes > p { margin:0; font-size:.875rem; color:var(--muted); }
.scope-notes strong { color:var(--text); }
details { font-size:.9375rem; }
summary { min-height:48px; padding-block:12px; font-weight:700; line-height:1.5; }
summary::marker { color:var(--blue); }
details p { color:var(--muted); margin-bottom:12px; padding-top:4px; }
details a { color:var(--blue); }
.custom-section { padding-block:75px; background:var(--navy); }
.custom-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.custom-grid > div > p:not(.eyebrow) { color:#c1cce1; max-width:480px; }
.custom-grid .button { margin-top:12px; }
.custom-options article { padding:22px 0; border-bottom:1px solid #354763; }
.custom-options article:first-child { padding-top:0; }
.custom-options h3 { font-size:1.3rem; margin-bottom:10px; }
.custom-options article p { color:#c1cce1; margin:0; }
.custom-options .scope-label { display:inline-block; color:var(--yellow) !important; margin:24px 0 0; font-size:.8125rem; border-left:2px solid var(--yellow); padding-left:12px; }
.real-estate-section { background:var(--white); padding-bottom:0; }
.real-estate { display:grid; grid-template-columns:1fr 1.15fr; gap:52px; align-items:center; padding-bottom:80px; border-bottom:1px solid var(--line); }
.estate-photo img { width:100%; height:auto; border-radius:10px; }
.estate-photo span { display:block; margin-top:14px; color:var(--muted); font:500 .75rem/1.5 'IBM Plex Mono',monospace; letter-spacing:.04em; }
.estate-copy h2 { font-size:clamp(1.8rem,2.8vw,2.4rem); }
.estate-copy > p:not(.eyebrow) { color:var(--muted); }
.estate-scope { font-size:.875rem; border-left:2px solid var(--blue); padding-left:16px; }
.products-section { background:var(--white); }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.product-card { display:flex; flex-direction:column; padding:27px; border:1px solid var(--line); border-radius:10px; }
.product-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:28px; }
.product-icon { width:38px; height:38px; color:var(--blue); }
.product-label { font:600 .75rem/1.5 'IBM Plex Mono',monospace; color:var(--muted); }
.product-card h3 { margin-bottom:15px; }
.product-card > p { color:var(--muted); }
.product-card .product-price { color:var(--text); font-weight:700; font-size:1.125rem; margin:10px 0 12px; }
.product-price span { display:block; font-weight:400; font-size:.875rem; margin-top:4px; }
.product-note { font-size:.875rem; }
.product-card .text-link { margin-top:auto; }
.product-card details { margin-bottom:20px; font-size:.875rem; border-top:1px solid var(--line); }
.product-flow { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin:12px 0 18px; font:600 .8125rem/1.5 'IBM Plex Mono',monospace; color:var(--blue); }
.product-flow span:not([aria-hidden]) { padding:7px 9px; background:#eff2ff; border-radius:4px; }
.demo-section { background:#080e1e; }
.demo-console { border:1px solid #465473; border-radius:14px; }
.demo-toolbar { display:flex; align-items:center; flex-wrap:wrap; gap:14px; padding:22px 28px; background:#101a30; border-radius:14px 14px 0 0; border-bottom:1px solid #35415b; }
.demo-toolbar label { font-size:.875rem; font-weight:700; }
.demo-toolbar select { min-height:46px; max-width:100%; padding:10px 38px 10px 14px; background:var(--white); color:var(--ink); border:1px solid #bbc7e1; border-radius:6px; font-size:1rem; }
.demo-badge { color:#c1cce3; font:500 .75rem/1.5 'IBM Plex Mono',monospace; letter-spacing:.02em; margin-left:auto; }
.demo-body { display:grid; grid-template-columns:1fr 1.08fr; }
.demo-journey { padding:35px; border-right:1px solid #35415b; }
.demo-journey > .eyebrow { color:#c1cce3; font-size:.75rem; }
.journey-steps { display:grid; gap:13px; }
.journey-step { position:relative; display:flex; align-items:center; gap:17px; min-height:92px; padding:17px; color:var(--white); text-align:left; border:1px solid #35415b; border-radius:7px; background:#0c1427; transition:background .22s,border-color .22s; }
.journey-step + .journey-step:before { content:''; position:absolute; width:2px; height:14px; top:-15px; left:36px; background:#465575; }
.journey-step.is-current { background:#182444; border-color:var(--yellow); }
.journey-step:hover { background:#1a2746; }
.step-number { display:grid; place-items:center; width:38px; height:38px; flex:0 0 auto; border:1px solid #64718c; border-radius:50%; font:600 .8125rem/1 'IBM Plex Mono',monospace; color:#d2d9e7; }
.is-current .step-number { background:var(--yellow); border-color:var(--yellow); color:var(--ink); }
.journey-step strong { display:block; font-size:1rem; font-weight:700; }
.journey-step small { display:block; margin-top:4px; color:#c1cce3; font-size:.875rem; line-height:1.4; }
.step-arrow { margin-left:auto; color:var(--yellow); }
.demo-detail { padding:38px; display:flex; flex-direction:column; align-items:flex-start; min-width:0; }
.demo-step-caption { font:600 .75rem/1.5 'IBM Plex Mono',monospace; color:var(--yellow); letter-spacing:.06em; }
.demo-detail h3 { font-size:clamp(1.6rem,2.4vw,2.125rem); margin:8px 0 18px; }
.demo-detail > p:not(.demo-step-caption) { color:#c1cce3; }
.sample-card { width:100%; background:#f3f6ff; color:var(--ink); border-left:4px solid var(--yellow); border-radius:5px; padding:24px; margin:8px 0 18px; }
.sample-top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; color:#42557a; font:600 .75rem/1.5 'IBM Plex Mono',monospace; }
.sample-card[data-stage="1"] { border-left-color:var(--blue); }
.sample-card[data-stage="2"] { border-left-color:#168347; }
.sample-card[data-stage="3"] { border-left-color:var(--navy); }
.journey-step.is-visited .step-number { border-color:var(--yellow); color:var(--yellow); }
.journey-step.is-visited + .journey-step:before { background:var(--yellow); }
.demo-progress { display:grid; gap:7px; }
.demo-progress progress { display:block; appearance:none; width:140px; height:4px; border:0; border-radius:4px; background:#35415b; color:var(--yellow); }
.demo-progress progress::-webkit-progress-bar { background:#35415b; border-radius:4px; }
.demo-progress progress::-webkit-progress-value { background:var(--yellow); border-radius:4px; }
.demo-progress progress::-moz-progress-bar { background:var(--yellow); border-radius:4px; }
.sample-card strong { display:block; font-size:1.125rem; line-height:1.45; }
.sample-card p { color:var(--muted); margin:12px 0 0; }
.demo-detail .demo-disclaimer { margin:auto 0 0; padding-top:20px; font-size:.8125rem; }
.demo-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid #35415b; padding:20px 28px; }
.demo-bottom p { margin:0; color:#c1cce3; font-size:.875rem; }
.noscript-note { padding:15px; border:1px solid var(--yellow); }
.demo-detail.is-updating { animation:detail-enter .23s var(--ease); }
@keyframes detail-enter { from { transform:translateY(5px); } to { transform:translateY(0); } }
.method-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.method-grid > div > p:not(.eyebrow) { color:var(--muted); }
.method-list { padding:0; margin:0; list-style:none; }
.method-list li { display:grid; grid-template-columns:36px 1fr; gap:18px; padding:23px 0; border-top:1px solid var(--line); }
.method-list li > span { color:var(--blue); font:600 .8125rem/1.5 'IBM Plex Mono',monospace; }
.method-list h3 { font-size:1.2rem; margin-bottom:8px; }
.method-list p { color:var(--muted); margin:0; font-size:.9375rem; }
.faq-section { background:var(--white); }
.faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; }
.faq-grid > div > p:not(.eyebrow) { color:var(--muted); }
.faq-list details { border-top:1px solid var(--line); }
.faq-list details:last-child { border-bottom:1px solid var(--line); }
.faq-list summary { padding-block:21px; font-size:1rem; }
.faq-list p { margin-top:0; padding-bottom:10px; font-size:.9375rem; }
.contact-section { padding-block:85px; background:var(--blue); }
.contact-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:90px; align-items:center; }
.contact-grid > div > p:not(.eyebrow) { color:#e1e5ff; }
.contact-card { padding:32px; border:1px solid #8c99ff; border-radius:10px; background:#152be0; }
.contact-person { display:flex; gap:15px; align-items:center; margin-bottom:28px; }
.contact-person strong { display:block; font:700 1.2rem/1.4 'Plus Jakarta Sans',sans-serif; }
.contact-person span { display:block; color:#dfe5ff; font-size:.875rem; }
.contact-card > .button { width:100%; }
.contact-phone { display:flex; justify-content:center; align-items:center; min-height:48px; margin-top:15px; font-size:.875rem; text-align:center; }
.site-footer { padding-block:60px; background:var(--ink); color:#c1cce1; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:40px; }
.site-footer p { font-size:.8125rem; margin:20px 0; }
.site-footer small { font-size:.75rem; }
.site-footer nav,.footer-contact { display:flex; flex-direction:column; align-items:flex-start; }
.site-footer strong { color:var(--white); font-size:.875rem; margin-bottom:13px; }
.site-footer nav a,.footer-contact > a { min-height:44px; display:inline-flex; align-items:center; font-size:.8125rem; text-decoration:none; }
.site-footer nav a:hover,.footer-contact > a:hover { color:var(--yellow); text-decoration:underline; }
.footer-contact p { margin-top:16px; }
@media (max-width:1100px) {
  .desktop-nav { gap:16px; } .header-inner { gap:18px; } .hero-grid { gap:32px; }
  .start-panel { padding:22px; box-shadow:8px 8px 0 #111d43; }
  .start-route { gap:12px; padding-block:21px; } .start-route strong { font-size:1.0625rem; }
  .plan-card { padding:25px 20px; } .product-grid { gap:18px; } .product-card { padding:23px; }
  .custom-grid,.method-grid,.contact-grid { gap:55px; }
  .demo-journey,.demo-detail { padding:25px; } .demo-badge { margin-left:0; }
}
@media (max-width:900px) {
  .desktop-nav,.header-contact { display:none; } .header-inner { min-height:72px; }
  .mobile-nav { display:block; }
  .mobile-nav summary { display:flex; align-items:center; gap:12px; min-height:44px; padding:8px 12px; border:1px solid #586481; border-radius:6px; list-style:none; font-size:.875rem; }
  .mobile-nav summary::-webkit-details-marker { display:none; }
  .mobile-nav[open] summary { color:var(--yellow); }
  .mobile-nav nav { position:absolute; top:calc(100% + 1px); left:0; right:0; display:grid; padding:16px; background:#101a30; border:1px solid #465473; box-shadow:0 18px 30px #06091344; border-radius:0 0 8px 8px; }
  .mobile-nav a { display:flex; align-items:center; min-height:48px; padding:10px 14px; color:var(--white); text-decoration:none; border-radius:4px; }
  .mobile-nav a:hover { background:#1c2d50; }
  .hero-grid { grid-template-columns:1.15fr 1fr; gap:26px; }
  h1 { font-size:clamp(2rem,4vw,2.8rem); } .hero { padding-block:44px; } .hero-lead { font-size:1rem; }
  .hero .eyebrow { max-width:320px; } .start-panel { padding:18px; box-shadow:none; } .route-icon { display:none; }
  .section { padding-block:65px; } .section-heading { gap:30px; }
  .plan-grid { grid-template-columns:1fr 1fr; } .plan-card:last-child { grid-column:1 / -1; }
  .plan-card:last-child .check-list { grid-template-columns:1fr 1fr; }
  .plan-card:last-child .plan-description,.plan-card:last-child .price { min-height:0; }
  .scope-notes { gap:24px; }
  .custom-grid,.method-grid,.contact-grid,.real-estate { gap:35px; }
  .product-grid { grid-template-columns:1fr; } .product-card { padding:28px; }
  .product-heading { justify-content:flex-start; margin-bottom:18px; } .product-card .product-note { max-width:600px; }
  .faq-grid { gap:35px; grid-template-columns:1fr 1.25fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .real-estate-section { padding-bottom:0; } .real-estate { padding-bottom:60px; }
}
@media (max-width:640px) {
  .brand .brand-logo { width:144px; }
  .shell { width:calc(100% - 36px); } .preview-note { font-size:.75rem; letter-spacing:0; }
  .hero { padding-block:34px 44px; } .hero-grid { grid-template-columns:1fr; gap:32px; }
  h1 { font-size:clamp(1.875rem,8.4vw,3rem); line-height:1.12; } h2 { font-size:2rem; }
  .hero-lead { line-height:1.65; margin-bottom:20px; }
  .hero-actions { display:grid; gap:9px; } .hero-actions .text-link { justify-content:center; } .hero-note { margin-top:10px; }
  .start-panel { padding:22px; } .route-icon { display:block; width:24px; height:24px; }
  .start-route strong { font-size:1.0625rem; } .start-route small { font-size:.8125rem; }
  .section { padding-block:56px; }
  .section-heading,.custom-grid,.real-estate,.method-grid,.faq-grid,.contact-grid { grid-template-columns:1fr; gap:25px; }
  .section-heading > p { margin-left:0; }
  .section-heading h2 br,.custom-grid h2 br,.estate-copy h2 br,.method-grid h2 br { display:none; }
  .plan-grid,.scope-notes { grid-template-columns:1fr; }
  .plan-card { padding:28px 25px; } .plan-card:last-child { grid-column:auto; }
  .plan-card:last-child .check-list { grid-template-columns:1fr; } .plan-description { min-height:0; }
  .price { font-size:2.4rem; min-height:0; } .check-list li { font-size:1rem; }
  .plan-limit { min-height:0; font-size:.875rem; } .scope-notes > p,.scope-notes details { font-size:.9375rem; }
  .custom-section { padding-block:56px; } .custom-options article:first-child { padding-top:15px; }
  .real-estate-section { padding-bottom:0; } .real-estate { padding-bottom:56px; } .product-card { padding:25px; }
  .demo-toolbar { padding:20px; gap:10px; } .demo-toolbar label { width:100%; } .demo-toolbar select { width:100%; }
  .demo-badge { margin-top:8px; } .demo-body { grid-template-columns:1fr; }
  .demo-journey { border-right:0; border-bottom:1px solid #35415b; padding:22px 18px; }
  .journey-steps { grid-template-columns:1fr 1fr; gap:10px; }
  .journey-step { min-height:112px; display:block; padding:14px 10px; }
  .journey-step + .journey-step:before { display:none; }
  .step-number { display:inline-grid; width:28px; height:28px; margin-bottom:9px; font-size:.75rem; }
  .step-arrow { display:none; } .journey-step small { font-size:.8125rem; }
  .demo-detail { padding:27px 22px; } .demo-detail h3 { font-size:1.625rem; } .sample-card { padding:20px; }
  .demo-bottom { flex-direction:column; align-items:stretch; padding:20px; gap:12px; } .demo-bottom p { text-align:center; } .demo-progress progress { margin-inline:auto; }
  .contact-section { padding-block:56px; } .contact-card { padding:24px; }
  .footer-grid { gap:35px 25px; } .footer-grid > div:first-child,.footer-contact { grid-column:1 / -1; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation:none !important; transition:none !important; }
}
