*{box-sizing:border-box}
:root{
  --blue:#5e81ac;
  --blue-dark:#18345f;
  --blue-soft:#f3f7fc;
  --text:#102a52;
  --muted:#66748a;
  --border:#d9e1ec;
  --white:#fff;
  --free:#725246;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #edf0f5}
.nav-wrap{height:72px;display:flex;align-items:center;gap:36px}
.brand{display:inline-flex;align-items:center;gap:8px;font-size:32px;font-weight:800;color:#5f6368;letter-spacing:-1px;text-decoration:none}
.brand-mark{display:inline-grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--blue);color:white;font-size:19px}
.desktop-nav{display:flex;gap:34px;margin-left:auto;font-size:14px;font-weight:600}
.desktop-nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;padding:12px 20px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--blue);color:white;box-shadow:0 7px 18px rgba(94,129,172,.18)}
.btn-primary:hover{background:#52769f;transform:translateY(-1px)}
.btn-outline{background:white;border-color:#cdd8e6;color:var(--blue-dark)}
.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.play-btn{white-space:nowrap}
.play-icon{font-size:17px;color:#31a86b}
.play-icon-white {
  font-size: 17px;
  color: #fff
}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:25px;color:var(--blue-dark)}

.hero{background:linear-gradient(180deg,#f5f9fe 0%,#fff 100%);padding:70px 0 54px}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}
.eyebrow{font-size:13px;letter-spacing:.12em;font-weight:800;color:#3573b7;margin-bottom:12px}
.eyebrow-free {
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 800;
  color: #725246;
  margin-bottom: 12px
}
.hero h1{font-size:clamp(40px,4.5vw,62px);line-height:1.1;letter-spacing:-2.5px;margin:0 0 22px;max-width:610px}
.hero p{font-size:18px;color:#5f6e84;max-width:570px;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.small-note{margin-top:17px;font-size:13px;color:#6d7b8e}
.check{display:inline-grid;place-items:center;width:19px;height:19px;border:1.5px solid var(--blue);border-radius:50%;color:var(--blue);font-weight:800;margin-right:7px}
.device{background:white;border-radius:18px;padding:10px;box-shadow:0 24px 55px rgba(25,54,91,.14);border:1px solid #dce4ee}
.device img{border-radius:10px;width:100%;height:auto}
.hero-device{transform:translateY(4px) rotate(.2deg)}

.feature-strip{padding:55px 0 68px}
.feature-strip h2,.section-title{text-align:center;font-size:28px;letter-spacing:-.7px;margin:0 0 34px}
.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}
.feature{text-align:center}
.feature-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 12px;border-radius:13px;background:#edf3fa;color:var(--blue);font-size:22px;font-weight:800}
.feature h3{font-size:14px;margin:0 0 7px}
.feature p{font-size:12px;color:var(--muted);margin:0}

.showcase{padding:72px 0;background:#fbfcfe}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.showcase-card{min-height:360px;background:#f7f9fc;border:1px solid #eef2f7;border-radius:12px;padding:28px;display:grid;grid-template-columns:1fr 1.08fr;gap:22px;align-items:center;overflow:hidden}
.showcase-copy h3{font-size:21px;line-height:1.25;margin:0 0 13px}
.showcase-copy p{font-size:14px;color:var(--muted);margin:0 0 10px}
.showcase-copy .lead{font-size:16px;color:var(--text);font-weight:500}
.text-link{display:inline-block;color:var(--blue);font-size:13px;font-weight:700;margin-top:8px}
.small-device{box-shadow:0 15px 30px rgba(25,54,91,.12);border-radius:13px}
.offline-device{max-width:100%}
.portrait-device{max-width:230px;justify-self:center}
.admin-shot{align-self:center}
.admin-shot img{border-radius:8px;box-shadow:0 12px 28px rgba(25,54,91,.14);border:1px solid #dce4ee; cursor: pointer;}

.cta{margin:60px 0;background:var(--blue);color:white;border-radius:12px}
.cta-inner{min-height:150px;padding:30px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{margin:0 0 5px;font-size:27px;letter-spacing:-.5px}
.cta p{margin:0;color:#e8f0f9;font-size:14px}
.cta-actions{display:flex;gap:12px;flex-shrink:0}
.btn-light{background:white;color:var(--blue);border-color:white}
.btn-cta-outline{border-color:#dbe7f4;color:white;background:transparent}
.btn-cta-outline .play-icon{color:white}

.free-section{padding:55px 0 70px;background:#fff}
.free-grid{display:grid;grid-template-columns:250px 1fr;align-items:center;gap:70px;max-width:900px}
.free-device{width:190px;margin:auto;border-radius:24px;overflow:hidden;box-shadow:0 15px 30px rgba(57,47,42,.13);border:1px solid #ece7e4}
.free-device img{width:100%; cursor:pointer}
.free-section h2{font-size:30px;line-height:1.2;letter-spacing:-.7px;margin:0 0 14px}
.free-section p{color:var(--muted);max-width:600px;margin:0 0 22px}
.btn-free{background:var(--free);color:white}
.btn-free:hover{background:#603e2a}

footer{background:#2f66a2;color:white;padding:46px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:35px}
.footer-logo{color:white;font-size:25px}
.footer-logo .brand-mark{background:rgba(255,255,255,.16)}
.footer-brand p{color:#d9e7f5;font-size:13px;max-width:280px}
footer h4{font-size:13px;margin:4px 0 13px}
footer a:not(.brand):not(.play-badge){display:block;color:#dbe8f5;font-size:13px;margin:8px 0}
footer a:hover{color:white}
.play-badge{border:1px solid rgba(255,255,255,.55);border-radius:8px;display:inline-flex;align-items:center;gap:10px;padding:8px 13px;color:white}
.play-badge small{display:block;font-size:8px;line-height:1;margin-bottom:3px}
.play-badge span:last-child{font-size:15px;font-weight:700;line-height:1}
.copyright{border-top:1px solid rgba(255,255,255,.18);margin-top:30px;padding-top:18px;text-align:center;color:#d5e3f1;font-size:11px}

@media (max-width:980px){
  .desktop-nav,.play-btn{display:none}
  .menu-toggle{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero h1,.hero p{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-device{max-width:760px;margin:auto}
  .feature-grid{grid-template-columns:repeat(3,1fr)}
  .showcase-card{min-height:320px}
  .cta-inner{flex-direction:column;text-align:center}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
}
.mobile-nav{display:none}
.mobile-nav.open{display:flex;flex-direction:column;gap:15px;padding:15px 20px 20px;border-top:1px solid #edf0f5;background:white}
.mobile-nav a{font-weight:600;font-size:14px}
.mobile-nav .btn{color:white;text-align:center}

@media (max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .site-header .nav-wrap{height:62px}
  .brand{font-size:25px}
  .brand-mark{width:29px;height:29px}
  .hero{padding:46px 0 35px}
  .hero h1{font-size:38px;letter-spacing:-1.6px}
  .hero p{font-size:16px}
  .hero-actions .btn{width:100%}
  .feature-strip{padding:45px 0}
  .feature-strip h2,.section-title{font-size:24px}
  .feature-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}
  .showcase{padding:48px 0}
  .showcase-grid{grid-template-columns:1fr}
  .showcase-card{grid-template-columns:1fr;min-height:0;padding:22px}
  .showcase-card .device{order:2}
  .showcase-card .showcase-copy{order:1}
  .portrait-device{max-width:260px}
  .cta{margin:35px 14px;border-radius:12px}
  .cta-inner{padding:28px 22px}
  .cta h2{font-size:24px}
  .cta-actions{width:100%;flex-direction:column}
  .cta-actions .btn{width:100%}
  .free-section{padding:40px 0 55px}
  .free-grid{grid-template-columns:1fr;gap:28px;text-align:center}
  .free-device{width:145px}
  .free-section h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-brand{grid-column:1/-1}
}

.mini-note{font-size:12px!important;color:#7a8798!important}
.admin-highlight{display:flex;flex-direction:column;gap:14px;justify-content:center}
.monitor-panel{display:flex;align-items:center;gap:12px;padding:16px;border-radius:10px;background:#fff;border:1px solid #dce4ee;box-shadow:0 8px 20px rgba(25,54,91,.08)}
.monitor-panel strong{display:block;font-size:14px}
.monitor-panel small{display:block;color:#7b8797;font-size:11px;margin-top:2px}
.monitor-dot{width:13px;height:13px;border-radius:50%;background:#7ab35d;box-shadow:0 0 0 5px #edf7e9;flex:none}
.timezone-pills{display:flex;gap:8px}
.timezone-pills span{padding:7px 12px;border-radius:20px;background:#edf3fa;color:#4e7099;font-size:12px;font-weight:800}
@media (max-width:680px){
  .timezone-pills{justify-content:center}
}

.pricing-section{padding:72px 0 75px;text-align:center;background:#f7f9fc}
.pricing-section h2{font-size:36px;letter-spacing:-1.2px;margin:0 0 10px}
.pricing-lead{max-width:650px;margin:0 auto 28px;color:var(--muted);font-size:15px}
.price-card{width:min(920px,100%);margin:auto;background:white;border:1px solid #dce5ef;border-radius:16px;padding:26px 30px;display:flex;align-items:center;gap:28px;text-align:left;box-shadow:0 14px 35px rgba(25,54,91,.07)}
.price-label{font-size:13px;font-weight:800;color:var(--blue);letter-spacing:.04em}
.price{display:flex;align-items:baseline;gap:5px;margin-top:5px;white-space:nowrap}
.price strong{font-size:34px;letter-spacing:-1px}
.price span{font-size:13px;color:var(--muted)}
.price-divider{width:1px;height:58px;background:#e4e9f0}
.price-includes{display:flex;gap:18px;flex:1;flex-wrap:wrap}
.price-includes span{font-size:13px;font-weight:600;color:#53657b;white-space:nowrap}
.pricing-note{margin:15px 0 0;color:#7a8798;font-size:12px}

@media (max-width:980px){
  .price-card{flex-wrap:wrap;justify-content:center;text-align:center}
  .price-divider{display:none}
  .price-includes{justify-content:center}
}
@media (max-width:680px){
  .pricing-section{padding:50px 0 55px}
  .pricing-section h2{font-size:30px}
  .price-card{padding:24px 18px;flex-direction:column;gap:16px}
  .price{justify-content:center}
  .price-includes{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .price-card .btn{width:100%}
}

.section-kicker{font-size:10px;letter-spacing:.1em;font-weight:800;color:var(--blue);margin-bottom:8px}
.pricing-cards{width:min(920px,100%);margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:14px;text-align:left}
.trial-card,.price-card{background:white;border:1px solid #dce5ef;border-radius:16px;padding:25px 28px;box-shadow:0 14px 35px rgba(25,54,91,.07)}
.trial-card{display:flex;flex-direction:column;align-items:flex-start}
.trial-card h3{font-size:20px;margin:6px 0 17px;letter-spacing:-.4px}
.trial-includes{display:flex;flex-wrap:wrap;gap:9px 15px;margin-bottom:20px}
.trial-includes span{font-size:13px;font-weight:600;color:#53657b}
.trial-card small{display:block;margin-top:10px;color:#7a8798;font-size:11px}
.price-card{display:flex;align-items:center;gap:28px}
.price-card .price-includes{align-items:center}
@media (max-width:980px){
  .pricing-cards{grid-template-columns:1fr}
}
@media (max-width:680px){
  .trial-card,.price-card{padding:23px 19px}
  .trial-card .btn{width:100%}
  .price-card{flex-direction:column;text-align:center;gap:15px}
  .price-card .price{justify-content:center}
}

.hero h1 span{color:var(--blue)}

.product-identity{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.product-identity .eyebrow{margin-bottom:0}
.product-icon{width:58px;height:58px;border-radius:14px;display:block;object-fit:cover;box-shadow:0 8px 20px rgba(20,35,55,.10)}
.product-icon-resto{background:#5e81ac}
.product-icon-free{background:#725246}
.free-grid .product-identity{margin-bottom:14px}
@media (max-width:680px){.product-icon{width:50px;height:50px;border-radius:12px}.product-identity{gap:11px}}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);

  align-items: center;
  justify-content: center;

  padding: 30px;
}

.image-modal img {
  max-width: 95%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;

  color: white;
  font-size: 42px;
  font-weight: 300;

  cursor: pointer;
}

.small-device img {
  cursor: pointer;
}