 :root{
      --navy:#063766;
      --navy-dark:#022844;
      --orange:#ff8500;
      --orange-dark:#ee7800;
      --blue:#1765a9;
      --text:#111827;
      --shadow:0 18px 42px rgba(5,43,77,.16);
      --radius:24px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:'Barlow Semi Condensed', Arial, sans-serif;
      color:var(--text);
      background:#fff;
      overflow-x:hidden;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    .container{width:min(1180px,92%);margin-inline:auto}

    .site-header{
      position:sticky;top:0;z-index:99;
      background:rgba(255,255,255,.96);
      backdrop-filter:blur(12px);
      box-shadow:0 2px 16px rgba(0,0,0,.06);
    }
    .header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .logo{width:156px;height:auto}
    .nav-actions{display:flex;align-items:center;gap:34px;font-size:16px;font-weight:700;color:#111}
    .orange-btn{
      display:inline-flex;align-items:center;justify-content:center;
      min-height:50px;border-radius:999px;padding:10px 30px;
      background:linear-gradient(180deg,#ff9414,#ff8200);
      color:#fff;font-size:20px;font-weight:600;line-height:1;
      box-shadow:0 8px 18px rgba(255,130,0,.28);
      transition:.25s ease;white-space:nowrap;
    }
    .orange-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,130,0,.38);background:linear-gradient(180deg,#ffa12f,#ff8500)}

    .hero{
      position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;
      background:#091b2a;
    }
    .hero::before{
      content:"";position:absolute;inset:0;
      background:
        linear-gradient(90deg, rgba(8,18,28,.44) 0%, rgba(8,18,28,.16) 45%, rgba(8,18,28,.08) 100%),
        linear-gradient(0deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.08) 48%, rgba(0,0,0,0) 100%),
        url('../assets/banner-bg.jpg') center/cover no-repeat;
      transform:scale(1.01);
    }
    .hero-content{
      position:relative;z-index:2;
      display:grid;grid-template-columns:minmax(310px,1.04fr) minmax(310px,.96fr);
      align-items:center;gap:54px;padding:58px 0 70px;
    }
    .kiosk-wrap{position:relative;min-height:445px;display:flex;align-items:flex-end;justify-content:center}
    .kiosk-wrap::after{
      content:"";position:absolute;bottom:7px;width:74%;height:58px;border-radius:50%;
      background:rgba(0,0,0,.28);filter:blur(18px);
    }
    .kiosk-img{
      position:relative;z-index:2;width:min(570px,100%);
      filter:drop-shadow(0 24px 26px rgba(0,0,0,.32));
      animation:deskFloat 5.5s ease-in-out infinite;
    }
    @keyframes deskFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
    .hero-text{color:#fff;max-width:560px;text-shadow:0 2px 16px rgba(0,0,0,.26)}
    .hero h1{font-size:clamp(42px,4.6vw,72px);line-height:.92;margin:0 0 18px;font-weight:800;}
    .hero p{font-size:clamp(18px,2vw,30px);line-height:1.25;font-weight:600;margin:0;max-width:560px}
    .hero-line{width:70px;height:4px;background:var(--orange);border-radius:99px;margin:22px 0}

    .main-bg{
      position:relative;
      background:#f4fbff url('../assets/main-bg.jpg') center top/cover repeat-y;
      overflow:hidden;
    }
    .section{position:relative;padding:78px 0;z-index:1}
    .section-title{text-align:center;margin-bottom:42px}
    .section-title h2{
      margin:0;font-size:clamp(50px,8vw,140px);line-height:.9;letter-spacing:.09em;text-transform:uppercase;
      color:transparent;-webkit-text-stroke:2px #1c5d99;font-weight:700;
    }
    .section-title p{font-size:27px;line-height:1.35;font-weight:600;margin:18px auto 0;max-width:650px;color:#111}

    .dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:36px;align-items:center;max-width:930px;margin:0 auto}
    .glass-card{
      background:rgba(255,255,255,.95);border-radius:var(--radius);
      padding:26px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.8);
      transition:.28s ease;
    }
    .glass-card:hover{transform:translateY(-7px);box-shadow:0 25px 56px rgba(5,43,77,.22)}
    .dimension-grid img{height:220px;width:100%;object-fit:contain}

    .access-section{padding:72px 0;background:#fff}
    .access-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;align-items:center;max-width:1050px;margin:0 auto;text-align:center}
    .feature-img{
      border-radius:22px;overflow:hidden;background:#f7f7f7;box-shadow:0 16px 30px rgba(0,0,0,.08);
      width:min(210px,100%);aspect-ratio:1/1;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;transition:.25s ease;
    }
    .feature-img img{width:100%;height:100%;object-fit:cover}
    .feature:hover .feature-img{transform:scale(1.04)}
    .feature p{font-size:20px;line-height:1.25;font-weight:500;margin:0 auto;max-width:230px;color:#111}
    .blue-note{
      background:linear-gradient(145deg,#0b4a7c,#052d52);color:#fff;border-radius:24px;padding:34px 28px;
      box-shadow:0 18px 38px rgba(6,47,84,.24);font-size:20px;line-height:1.22;font-weight:500;text-align:center;
    }
    .center-btn{text-align:center;margin-top:46px}

    .spec-section{padding:90px 0 86px}
    .spec-card{
      max-width:1100px;margin:0 auto;background:rgba(255,255,255,.97);border-radius:26px;padding:36px 38px;
      box-shadow:var(--shadow);text-align:center;border:1px solid rgba(0,89,160,.12)
    }
    .spec-intro{font-size:18px;line-height:1.35;font-weight:500;margin:0 auto 30px;max-width:820px}
    .spec-images{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:16px}
    .spec-item{border:2px solid #0d5796;padding:10px;background:#fff}
    .spec-item img{height:150px;width:100%;object-fit:cover}
    .spec-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:22px}
    .spec-labels strong{font-size:18px;line-height:1.14;display:block}
    .spec-copy{font-size:18px;line-height:1.38;font-weight:500;margin:0;color:#1b1b1b}
    .download-big{text-align:center;margin-top:48px}.download-big .orange-btn{font-size:30px;padding:14px 40px}

    .footer{
      background:#fff;
      font-family:'Barlow Semi Condensed', Arial, sans-serif;
    }
    .footer-top{background:#e9e9e9;padding:24px 0}
    .footer-top-inner{display:flex;align-items:center;justify-content:center;gap:250px;flex-wrap:wrap}
    .footer-copy{font-size:15px;line-height:1.3;color:#2d6ca3;margin:0;min-width:340px}
    .store-badges{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center}
    .store-badges img{height:38px;width:auto}
    .footer-bottom{background:#fff;padding:18px 0 30px}
    .footer-bottom-inner{display:flex;align-items:center;justify-content:center;gap:266px;flex-wrap:wrap}
    .rr-logo{width:300px;height:auto}
    .trust-icons{width:340px;height:auto}

    .reveal{opacity:0;transform:translateY(24px);animation:reveal .75s ease forwards}
    .reveal.d2{animation-delay:.12s}.reveal.d3{animation-delay:.24s}.reveal.d4{animation-delay:.36s}
    @keyframes reveal{to{opacity:1;transform:none}}

    @media (max-width: 960px){
      .hero{min-height:auto}.hero-content{grid-template-columns:1fr;text-align:center;padding:54px 0 68px;gap:26px}
      .hero-text{margin-inline:auto;order:1}.kiosk-wrap{order:2;min-height:325px}.hero-line{margin-inline:auto}
      .dimension-grid{grid-template-columns:1fr;gap:26px}.access-grid{grid-template-columns:1fr;max-width:470px}.blue-note{order:3}
      .spec-images,.spec-labels{grid-template-columns:1fr}.spec-item img{height:auto;max-height:230px;object-fit:contain}
      .footer-top-inner,.footer-bottom-inner{gap:22px;text-align:center}.footer-copy{min-width:0}
    }
    @media (max-width: 560px){
      .container{width:min(94%,1180px)}.header-inner{min-height:70px}.logo{width:130px}
      .nav-actions{gap:16px}.nav-actions a:first-child{display:none}.orange-btn{font-size:15px;padding:10px 18px}
      .hero::before{background:linear-gradient(180deg,rgba(3,14,22,.42),rgba(3,14,22,.7)),url('assets/banner-bg.jpg') center/cover no-repeat}
      .kiosk-wrap{min-height:255px}.section{padding:58px 0}.section-title h2{-webkit-text-stroke:1.35px #1c5d99;letter-spacing:.05em}
      .glass-card{padding:18px;border-radius:20px}.dimension-grid img{height:auto}.access-section{padding:54px 0}
      .feature-img{width:180px}.spec-section{padding:64px 0}.spec-card{padding:26px 18px;border-radius:20px}
      .download-big .orange-btn{font-size:22px;padding:14px 28px}.store-badges img{height:34px}.rr-logo{width:270px}.trust-icons{width:300px}
    }