:root{
    --navy:#0E3051;
    --navy-deep:#081E36;
    --orange:#EFA71F;
    --orange-deep:#D89112;
    --peach:#FFDD95;
    --red:#EF433D;
    --blue:#7FA7CC;
    --cream:#FFF8EA;
    --ink:#10243B;
    --paper:#FFFFFF;
    --max:1180px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Montserrat', sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4{
    font-family:'Aleo', serif;
    font-weight:700;
    line-height:1.15;
    letter-spacing:-0.01em;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:var(--max); margin:0 auto; padding:0 32px;}
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;
    color:var(--orange);
  }
  .eyebrow::before{content:""; width:18px; height:2px; background:var(--orange); display:inline-block;}
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 30px; border-radius:8px; font-weight:700; font-size:15px;
    cursor:pointer; border:2px solid transparent; transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
    font-family:'Montserrat',sans-serif;
  }
  .btn:hover{transform:translateY(-2px);}
  .btn-primary{background:var(--orange); color:var(--navy-deep); box-shadow:0 8px 20px rgba(239,167,31,.28);}
  .btn-primary:hover{background:var(--orange-deep); box-shadow:0 10px 26px rgba(239,167,31,.4);}
  .btn-outline{border-color:rgba(255,255,255,.4); color:#fff;}
  .btn-outline:hover{border-color:#fff; background:rgba(255,255,255,.08);}
  .btn-outline-dark{border-color:var(--navy); color:var(--navy);}
  .btn-outline-dark:hover{background:var(--navy); color:#fff;}
  section{position:relative;}

  /* ===== NAV ===== */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(255,255,255,.92); backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(14,48,81,.08);
  }
  nav.wrap{
    display:flex; align-items:center; justify-content:space-between;
    height:190px;
  }
  nav img.logo{
    height: 150px;
  }
  .nav-links{display:flex; align-items:center; gap:36px;}
  .nav-links a{font-size:14.5px; font-weight:600; color:var(--navy); opacity:.8; transition:opacity .15s;}
  .nav-links a:hover{opacity:1;}
  .nav-cta{display:flex; align-items:center; gap:16px;}
  .nav-cta .btn{padding:11px 22px; font-size:14px;}
  .audience-switch{
    display:flex; background:var(--cream); border-radius:999px; padding:3px; gap:2px;
  }
  .audience-switch a{
    padding:8px 16px; border-radius:999px; font-size:13px; font-weight:700; color:var(--navy); opacity:.55;
    transition:opacity .15s, background .15s, color .15s;
  }
  .audience-switch a:hover{opacity:.85;}
  .audience-switch a.active{background:var(--navy); color:#fff; opacity:1;}
  .menu-toggle{display:none;}

  /* ===== HERO ===== */
  .hero{
    background: radial-gradient(120% 140% at 15% 0%, #123a63 0%, var(--navy) 45%, var(--navy-deep) 100%);
    color:#fff; overflow:hidden; padding:96px 0 0;
  }
  .hero .wrap{
    display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center;
    position:relative; z-index:2; padding-bottom:70px;
  }
  .hero h1{font-size:clamp(34px,4.6vw,58px); color:#fff; margin:20px 0 22px;}
  .hero h1 em{font-style:normal; color:var(--orange);}
  .hero p.lead{font-size:17.5px; color:rgba(255,255,255,.78); max-width:480px; margin-bottom:34px;}
  .hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:30px; align-items:center;}
  .text-link{color:#fff; font-size:14px; font-weight:700; display:inline-flex; align-items:center;}
  .text-link span{padding-left:6px; transition:padding-left .15s ease;}
  .text-link:hover span{padding-left:10px;}
  .hero-proof{display:flex; flex-wrap:wrap; gap:12px;}
  .hero-proof span{padding:9px 14px; border:1px solid rgba(255,255,255,.16); border-radius:999px; font-size:12px; color:rgba(255,255,255,.75);}
  .hero-modes{display:flex; gap:22px; flex-wrap:wrap;}
  .hero-modes div{font-size:12.5px; color:rgba(255,255,255,.6); font-weight:600; letter-spacing:.03em;}
  .hero-modes strong{display:block; font-family:'Aleo',serif; font-size:22px; color:#fff; font-weight:700;}

  .swirl-bg{position:absolute; inset:0; z-index:1; opacity:.55; pointer-events:none;}

  .hero-grid{grid-template-columns:1.05fr .95fr;}
  .hero-lede{font-size:17.5px; color:rgba(255,255,255,.78); max-width:480px; margin-bottom:34px; line-height:1.6;}
  .hero-stage{position:relative; z-index:2; min-height:460px;}
  .hero-orbit{position:absolute; border:1px solid rgba(255,255,255,.12); border-radius:50%;}
  .orbit-one{width:420px; height:420px; right:-60px; top:10px;}
  .orbit-two{width:300px; height:300px; right:30px; top:70px;}
  .device-card{
    position:absolute; overflow:hidden; background:#fff; border-radius:24px;
    box-shadow:0 30px 70px rgba(0,0,0,.35);
  }
  .device-card img{width:100%; height:100%; object-fit:cover; display:block;}
  .device-main{right:20px; top:20px; width:250px; height:400px; transform:rotate(2deg);}
  .device-phone{left:0; bottom:10px; width:150px; height:290px; border:6px solid #0c1d2f; transform:rotate(-5deg);}
  .order-toast{
    position:absolute; right:0; bottom:-10px; display:flex; align-items:center; gap:12px; min-width:220px;
    padding:14px 16px; background:#fff; color:var(--navy); box-shadow:0 16px 40px rgba(0,0,0,.2); border-radius:14px; z-index:3;
  }
  .status-dot{width:10px; height:10px; border-radius:50%; background:#38D66B; box-shadow:0 0 0 5px rgba(56,214,107,.15); flex-shrink:0;}
  .order-toast strong{display:block; font-size:13px;}
  .order-toast small{display:block; margin-top:3px; font-size:11px; color:#77848D;}

  /* ===== TRUSTED BY (real client logos) — dynamic marquee carousel ===== */
  .trusted-by{background:var(--cream); padding:64px 0 70px;}
  .trusted-label{
    display:block; text-align:center; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
    color:#9a7a34; margin-bottom:40px;
  }
  .trusted-marquee{
    overflow:hidden; margin-bottom:34px; padding:10px 0;
    -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }
  .trusted-track{
    display:flex; align-items:center; gap:90px; width:max-content;
    animation:trusted-scroll 48s linear infinite;
  }
  .trusted-marquee:hover .trusted-track{animation-play-state:paused;}
  .trusted-track img{
    height:114px; max-width:390px; width:auto; object-fit:contain; flex-shrink:0;
    filter:grayscale(100%); opacity:.6; transition:filter .2s ease, opacity .2s ease, transform .2s ease;
  }
  .trusted-track img:hover{filter:grayscale(0%); opacity:1; transform:translateY(-2px);}
  .trusted-loading{font-size:13px; color:#9a7a34; font-style:italic;}
  @keyframes trusted-scroll{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }
  .trusted-more{
    display:flex; align-items:center; justify-content:center; gap:10px; text-align:center;
    font-size:13.5px; font-weight:700; color:var(--red);
  }
  .trusted-more .tm-dot{width:7px; height:7px; border-radius:50%; background:var(--red); flex-shrink:0; animation:tm-pulse 1.8s ease-in-out infinite;}
  @keyframes tm-pulse{0%,100%{opacity:.4;} 50%{opacity:1;}}

  /* ===== SECTION HEADERS ===== */
  .section-head{max-width:640px; margin-bottom:56px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px); margin-top:14px; color:var(--navy);}
  .section-head p{color:#4c5c72; font-size:16.5px; margin-top:14px;}
  .section-pad{padding:100px 0;}

  /* ===== PRODUCT SUITE ===== */
  .suite{background:#fff;}
  .suite-rail{position:relative;}
  .suite-line{
    position:absolute; left:39px; top:10px; bottom:10px; width:3px;
    background:repeating-linear-gradient(to bottom, var(--peach) 0 10px, transparent 10px 18px);
    z-index:0;
  }
  .product-row{
    display:grid; grid-template-columns:80px 1fr; gap:0; position:relative; z-index:1;
    margin-bottom:14px;
  }
  .product-num{
    width:80px; display:flex; align-items:flex-start; justify-content:center; padding-top:36px;
  }
  .product-num .badge{
    width:44px; height:44px; border-radius:50%; background:var(--navy); color:var(--orange);
    display:flex; align-items:center; justify-content:center; font-family:'Aleo',serif; font-weight:700; font-size:16px;
    box-shadow:0 0 0 6px #fff;
  }
  .product-card{
    background:var(--cream); border-radius:20px; padding:36px 38px; margin-bottom:36px;
    border:1px solid rgba(14,48,81,.06);
    display:grid; grid-template-columns:1.2fr 1fr; gap:30px; align-items:center;
  }
  .product-card.alt{background:#fff; box-shadow:0 4px 30px rgba(14,48,81,.07);}
  .product-card h3{font-size:24px; color:var(--navy); margin-bottom:10px;}
  .product-card .tagline{font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.09em; color:var(--red); margin-bottom:10px;}
  .product-card p{color:#3f4f65; font-size:15px;}
  .modes-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px;}
  .mode-chip{
    background:#fff; border-radius:12px; padding:14px 16px; border:1px solid rgba(14,48,81,.08);
  }
  .product-card.alt .mode-chip{background:var(--cream); border-color:transparent;}
  .mode-chip .mnum{font-family:'Aleo',serif; font-weight:700; color:var(--orange); font-size:13px;}
  .mode-chip .mtitle{font-weight:700; font-size:13.5px; color:var(--navy); margin:3px 0 3px;}
  .mode-chip .mdesc{font-size:12px; color:#5c6c80;}
  .visual-box{
    background:var(--navy); border-radius:14px; min-height:180px; display:flex; align-items:center; justify-content:center;
    position:relative; overflow:hidden;
  }
  .visual-box svg{position:relative; z-index:2;}
  .product-card.alt .visual-box{background:linear-gradient(135deg,var(--orange),var(--red));}

  .shot-box{background:var(--cream); padding:26px; min-height:260px;}
  .product-card.alt .shot-box{background:#fff;}
  .shot-phone{
    max-height:340px; width:auto; border-radius:26px;
    filter:drop-shadow(0 22px 34px rgba(14,48,81,.28));
  }
  .shot-box-photo{padding:16px;}
  .shot-photo{
    width:100%; border-radius:12px;
    box-shadow:0 20px 40px rgba(14,48,81,.2);
  }
  .sub-logo{height:24px; margin-bottom:12px;}
  .sub-logo-dark{
    background:#000; padding:9px 14px; border-radius:8px; height:20px; width:auto;
  }

  /* ===== FOR RESTAURANTS ===== */
  .restaurants{background:var(--navy); color:#fff; position:relative; overflow:hidden;}
  .restaurants .section-head h2{color:#fff;}
  .restaurants .section-head p{color:rgba(255,255,255,.68);}
  .restaurants .eyebrow{color:var(--peach);}
  .restaurants .eyebrow::before{background:var(--peach);}
  .value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px; position:relative; z-index:2;}
  .value-card{
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:30px 26px;
    transition:transform .2s ease, background .2s ease;
  }
  .value-card:hover{transform:translateY(-4px); background:rgba(255,255,255,.08);}
  .value-card .icon{
    width:46px; height:46px; border-radius:12px; background:var(--orange); display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  }
  .value-card h4{font-size:17px; color:#fff; margin-bottom:10px; font-weight:700;}
  .value-card p{font-size:14px; color:rgba(255,255,255,.65);}

  /* ===== PLATFORM OVERVIEW ===== */
  .investors{background:#fff;}
  .investors-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .investors-grid h2{font-size:clamp(26px,3vw,36px); color:var(--navy); margin-bottom:18px;}
  .investors-grid p{color:#4c5c72; font-size:15.5px; margin-bottom:16px;}
  .stack-list{margin-top:26px; display:flex; flex-direction:column; gap:16px;}
  .stack-item{display:flex; gap:14px; align-items:flex-start;}
  .stack-item .dot{
    width:10px; height:10px; border-radius:50%; background:var(--red); margin-top:6px; flex-shrink:0;
  }
  .stack-item strong{display:block; color:var(--navy); font-size:15px;}
  .stack-item span{font-size:13.5px; color:#5c6c80;}
  .invest-panel{
    background:var(--cream); border-radius:22px; padding:40px; position:relative;
  }
  .invest-panel .swirl-mini{position:absolute; top:-30px; right:-20px; opacity:.6;}
  .invest-panel .rev-row{display:flex; justify-content:space-between; align-items:center; padding:14px 0; border-bottom:1px dashed rgba(14,48,81,.18);}
  .invest-panel .rev-row:last-child{border-bottom:none;}
  .invest-panel .rev-row .name{font-weight:700; color:var(--navy); font-size:14.5px;}
  .invest-panel .rev-row .desc{font-size:12.5px; color:#6a7686;}
  .invest-panel .rev-row .mark{font-family:'Aleo',serif; font-weight:700; color:var(--red); font-size:13px;}

  /* ===== CTA / CONTACT ===== */
  .cta-section{
    background:linear-gradient(120deg,var(--red) 0%, #d93832 100%);
    color:#fff; position:relative; overflow:hidden;
  }
  .cta-inner{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; position:relative; z-index:2;}
  .cta-inner h2{color:#fff; font-size:clamp(26px,3.2vw,38px); margin-bottom:16px;}
  .cta-inner p{color:rgba(255,255,255,.85); font-size:15.5px; max-width:440px;}
  .form-card{background:#fff; border-radius:20px; padding:34px; box-shadow:0 30px 60px rgba(0,0,0,.2);}
  .form-card .toggle{display:flex; gap:8px; background:var(--cream); border-radius:10px; padding:4px; margin-bottom:22px;}
  .form-card .toggle button{
    flex:1; border:none; background:transparent; padding:10px; border-radius:8px; font-weight:700; font-size:13px; cursor:pointer;
    font-family:'Montserrat',sans-serif; color:var(--navy); opacity:.55;
  }
  .form-card .toggle button.active{background:var(--navy); color:#fff; opacity:1;}
  .form-card label{display:block; font-size:12.5px; font-weight:700; color:var(--navy); margin-bottom:6px; margin-top:14px;}
  .form-card label:first-of-type{margin-top:0;}
  .form-card input, .form-card select, .form-card textarea{
    width:100%; padding:12px 14px; border-radius:8px; border:1.5px solid #e4d9c2; font-family:'Montserrat',sans-serif; font-size:14px;
    background:var(--cream);
  }
  .form-card input:focus, .form-card select:focus, .form-card textarea:focus{outline:2px solid var(--orange); border-color:var(--orange);}
  .form-card .btn{width:100%; margin-top:22px;}
  .form-card .btn:disabled{opacity:.7; cursor:not-allowed;}
  .contact-form-status{margin-top:14px; font-size:13.5px; text-align:center; min-height:18px;}
  .contact-form-status-success{color:#1c8a4a; font-weight:700;}
  .contact-form-status-error{color:var(--red); font-weight:600;}

  .modal-overlay{
    display:none; position:fixed; inset:0; background:rgba(14,24,38,.65); z-index:300;
    align-items:center; justify-content:center; padding:20px;
  }
  .modal-overlay.visible{display:flex;}
  .modal-box{
    background:#fff; border-radius:22px; padding:40px; max-width:480px; width:100%; max-height:90vh;
    overflow-y:auto; position:relative; box-shadow:0 40px 90px rgba(0,0,0,.35);
  }
  .modal-close{
    position:absolute; top:18px; right:18px; width:34px; height:34px; border-radius:50%; border:none;
    background:var(--cream); color:var(--navy); font-size:20px; line-height:1; cursor:pointer;
  }
  .modal-close:hover{background:#efe4cc;}
  .modal-box h2{color:var(--navy); font-size:clamp(22px,2.6vw,28px); margin:14px 0 10px;}
  .modal-box > p{color:#4c5c72; font-size:14.5px; line-height:1.65; margin-bottom:24px;}
  .modal-box .form-card{padding:0; box-shadow:none; background:transparent;}

  /* ===== FOOTER ===== */
  footer{background:var(--navy-deep); color:rgba(255,255,255,.6); padding:60px 0 30px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.08);}
  .footer-grid img{height:48px; margin-bottom:18px;}
  .footer-grid p{font-size:13.5px; max-width:260px; color:rgba(255,255,255,.5);}
  .footer-col h5{color:#fff; font-size:13px; letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px;}
  .footer-col a{display:block; font-size:13.5px; margin-bottom:11px; color:rgba(255,255,255,.55); transition:color .15s;}
  .footer-col a:hover{color:var(--orange);}
  .footer-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:26px; font-size:12.5px; flex-wrap:wrap; gap:10px;}
  .footer-legal-links a{color:rgba(255,255,255,.6); transition:color .15s;}
  .footer-legal-links a:hover{color:var(--orange);}

  /* ===== RESPONSIVE ===== */
  @media (max-width:900px){
    .nav-links{display:none;}
    .hero .wrap{grid-template-columns:1fr; padding-top:10px;}
    .hero-stage{order:-1; margin-bottom:20px; min-height:340px;}
    .investors-grid, .cta-inner{grid-template-columns:1fr;}
    .value-grid{grid-template-columns:1fr 1fr;}
    .product-card{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .trusted-track{gap:60px; animation-duration:40s;}
    .trusted-track img{height:80px; max-width:260px;}
  }
  @media (max-width:560px){
    .wrap{padding:0 20px;}
    .hero-stage{min-height:300px;}
    .orbit-one{width:280px; height:280px;}
    .orbit-two{width:200px; height:200px;}
    .device-main{width:170px; height:270px; right:0;}
    .device-phone{width:110px; height:210px;}
    .order-toast{min-width:180px; padding:10px 12px;}
    .value-grid{grid-template-columns:1fr;}
    .modes-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .hero-modes{gap:16px;}
    .trusted-track{gap:36px; animation-duration:30s;}
    .trusted-track img{height:56px; max-width:180px;}
  }
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{transition:none !important; animation:none !important;}
  }