:root{
  --navy:#14213d;
  --navy-2:#0b1630;
  --ink:#18233b;
  --muted:#68728a;
  --coral:#ff7a59;
  --coral-2:#ff967b;
  --peach:#fff3ee;
  --peach-2:#fff8f5;
  --blue:#6a7ff5;
  --green:#70c59a;
  --line:#e7e9ef;
  --line-strong:#d7dbe5;
  --surface:#fff;
  --soft:#f7f8fb;
  --shadow:0 24px 65px rgba(26,35,57,.10);
  --shadow-soft:0 12px 36px rgba(26,35,57,.07);
  --radius:22px;
  --max:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.skip-link{position:fixed;left:14px;top:-80px;z-index:9999;background:var(--navy);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{top:14px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,233,239,.9)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:226px;height:auto;display:block}
.site-nav{display:flex;align-items:center;justify-content:center;gap:27px;margin-left:auto;font-size:.91rem;font-weight:700;color:#2a344b}
.site-nav>a{position:relative;padding:28px 0}.site-nav>a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--coral);transition:.2s}.site-nav>a:hover:after,.site-nav>a[aria-current="page"]:after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:12px}.site-nav .nav-actions{display:none}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;font-size:1.25rem;cursor:pointer;margin-left:auto}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:12px;border:1px solid transparent;font-weight:800;font-size:.93rem;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 25px rgba(20,33,61,.18)}
.btn-primary:hover{background:#0d1930;box-shadow:0 14px 30px rgba(20,33,61,.23)}
.btn-secondary{background:#fff;color:var(--navy);border-color:#cfd4df}.btn-secondary:hover{border-color:var(--navy);box-shadow:var(--shadow-soft)}
.btn-gold{background:var(--coral);color:#fff}.btn-small{min-height:42px;padding:0 17px;border-radius:11px;font-size:.86rem}
.play-icon{display:grid;place-items:center;border:1px solid #aeb6c7;border-radius:50%;width:24px;height:24px;font-size:.6rem;padding-left:2px}

/* Type */
.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.17em;font-size:.72rem;font-weight:800;color:var(--coral);margin-bottom:16px}.eyebrow:before{content:"";width:22px;height:1px;background:currentColor}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;line-height:1.04;color:var(--navy)}
h1{font-size:clamp(3.2rem,5.3vw,5.9rem);letter-spacing:-.035em}h2{font-size:clamp(2.25rem,3.6vw,4rem);letter-spacing:-.025em}h3{font-size:1.1rem;line-height:1.3;color:var(--navy)}
.muted{color:var(--muted)}
.section{padding:105px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:#fff}.section-dark h2,.section-dark h3{color:#fff}.section-dark .muted{color:#c4ccdc}
.section-head{max-width:710px;margin-bottom:48px}.section-head p{font-size:1.04rem;color:var(--muted)}.section-head.centered{text-align:center;margin-inline:auto}.section-head.centered .eyebrow:before{display:none}
.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--peach);color:#b44b30;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}

/* Home hero */
.home-hero{position:relative;overflow:hidden;padding:72px 0 62px;background:linear-gradient(180deg,#fff 0%,#fffdfc 100%);border-bottom:1px solid var(--line)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-orb-one{width:460px;height:460px;background:radial-gradient(circle,rgba(255,122,89,.16),rgba(255,122,89,0) 68%);right:-100px;top:-170px}.hero-orb-two{width:400px;height:400px;background:radial-gradient(circle,rgba(106,127,245,.10),rgba(106,127,245,0) 68%);left:32%;bottom:-280px}
.home-hero-grid{position:relative;display:grid;grid-template-columns:minmax(390px,.92fr) minmax(620px,1.35fr);align-items:center;gap:58px}
.home-hero-copy{padding:20px 0}.home-hero-copy h1{max-width:640px;margin-bottom:23px}.home-hero-copy h1 span{color:var(--coral)}.home-hero-copy>p{font-size:1.08rem;color:#5c667d;max-width:610px;margin-bottom:29px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px}.hero-proof{display:flex;align-items:center;gap:13px;color:#7b8497;font-size:.82rem;margin-top:22px}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof svg{width:18px;height:18px;fill:none;stroke:#8b94a6;stroke-width:2}

/* Dashboard mockup */
.app-preview{background:#fff;border:1px solid #e5e7ec;border-radius:23px;box-shadow:0 30px 80px rgba(27,38,65,.14);overflow:hidden;min-width:0}
.app-browser{height:32px;background:#fafafa;border-bottom:1px solid #eceef2;display:flex;align-items:center;gap:7px;padding:0 14px}.app-browser span{width:8px;height:8px;border-radius:50%;background:#d9dce4}.app-browser span:first-child{background:#ff9074}.app-browser span:nth-child(2){background:#f1c66d}.app-browser span:nth-child(3){background:#80cda4}
.app-shell{display:grid;grid-template-columns:148px minmax(0,1fr);min-height:510px}
.app-sidebar{background:#fbfbfc;border-right:1px solid #eceef2;padding:20px 12px}.app-mini-brand{display:flex;align-items:center;gap:8px;font-size:.72rem;margin:0 6px 20px}.app-mini-brand img{width:24px;height:24px}.app-sidebar nav{display:grid;gap:5px}.app-sidebar button{display:flex;align-items:center;gap:8px;width:100%;border:0;background:transparent;border-radius:8px;padding:9px 10px;text-align:left;font-size:.72rem;color:#5c6679;cursor:pointer}.app-sidebar button span{width:18px;text-align:center}.app-sidebar button.active,.app-sidebar button:hover{background:#fff0eb;color:#bd4c31;font-weight:800}
.app-main{padding:20px;min-width:0}.app-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.app-heading small{display:block;color:#8c94a5;text-transform:uppercase;font-size:.58rem;font-weight:800;letter-spacing:.12em}.app-heading h2{font-family:Manrope,Arial,sans-serif;font-size:1.2rem;font-weight:800;margin:2px 0;color:#19243b}.app-heading-actions{display:flex;align-items:center;gap:7px}.app-heading-actions button,.app-filters button{background:#fff;border:1px solid #e1e4ea;border-radius:8px;padding:7px 10px;font-size:.65rem;color:#536078}.app-heading-actions .new-reservation{color:#26324a;font-weight:700}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f3c8b9;color:#5a2f24;font-weight:800;font-size:.65rem}.app-filters{display:flex;gap:8px;margin:15px 0}.app-dashboard{display:grid;grid-template-columns:1.5fr 1fr .8fr;gap:11px;transition:opacity .2s}
.floor-card,.live-card,.insight-card{border:1px solid #e7e9ee;border-radius:12px;background:#fff;padding:12px;box-shadow:0 6px 18px rgba(30,40,65,.035)}.card-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.7rem;margin-bottom:9px}.card-title strong{color:#253149}.card-title a,.card-title span{font-size:.56rem;color:#7b8497}
.floor-canvas{position:relative;height:250px;border:1px solid #eef0f3;border-radius:9px;background-image:linear-gradient(#f1f2f5 1px,transparent 1px),linear-gradient(90deg,#f1f2f5 1px,transparent 1px);background-size:36px 36px;background-color:#fcfcfd;overflow:hidden}.table{position:absolute;width:34px;height:34px;border:1px solid #d8dce4;background:#f4f5f7;border-radius:8px;display:grid;place-items:center;font-size:.58rem;font-weight:800;color:#5d6678;box-shadow:0 3px 7px rgba(27,38,62,.06)}.table.round{border-radius:50%}.table.available{background:#d9f1e4;border-color:#9dd7b7;color:#2c7650}.table.booked{background:#ffd8cb;border-color:#ffad92;color:#a9462c}.table.seated{background:#dce4ff;border-color:#a6b4ef;color:#405cbb}.t1{left:8%;top:8%}.t2{left:32%;top:9%}.t3{left:57%;top:7%}.t4{right:8%;top:8%}.t5{left:8%;top:38%}.t6{left:35%;top:42%}.t7{right:13%;top:42%}.t8{left:52%;top:63%}.t9{right:7%;top:68%}.t10{left:9%;bottom:8%}.t11{left:35%;bottom:7%}.t12{right:29%;bottom:7%}.floor-legend{display:flex;gap:11px;margin-top:9px;flex-wrap:wrap}.floor-legend span{display:flex;align-items:center;gap:5px;font-size:.53rem;color:#778195}.floor-legend i{width:7px;height:7px;border-radius:2px;background:#eceef2}.floor-legend i.available{background:#93d1af}.floor-legend i.booked{background:#ffa88c}.floor-legend i.seated{background:#9fb0ee}
.booking-list-preview{display:grid}.booking-list-preview>div{display:grid;grid-template-columns:38px 1fr auto;gap:7px;align-items:center;padding:10px 0;border-bottom:1px solid #eef0f3}.booking-list-preview>div:last-child{border-bottom:0}.booking-list-preview time{font-size:.6rem;color:#687389}.booking-list-preview span{display:grid;min-width:0}.booking-list-preview strong{font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.booking-list-preview small{font-size:.5rem;color:#939aaa}.booking-list-preview b{font-size:.5rem;color:#3e9b6b;background:#eaf7ef;padding:4px 5px;border-radius:99px}
.insight-stack{display:grid;gap:10px}.insight-card{padding:11px}.insight-numbers{display:flex;justify-content:space-between;gap:7px}.insight-numbers span{display:grid}.insight-numbers small,.insight-card>small{font-size:.5rem;color:#8a93a5}.insight-numbers strong{font-size:.95rem}.sparkline{height:52px;width:100%;overflow:visible}.sparkline path{fill:none;stroke:var(--coral);stroke-width:2}.insight-card.compact>strong{font-size:1rem;display:block;margin:3px 0}.progress{height:4px;background:#eef0f3;border-radius:99px}.progress i{display:block;width:28%;height:100%;background:var(--navy);border-radius:99px}.events p{display:grid;grid-template-columns:42px 1fr;gap:5px;margin:7px 0;font-size:.5rem;color:#4c5870}.events p span{color:#9a6370}

/* Benefit band */
.benefit-band{border-bottom:1px solid var(--line);background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid article{display:flex;gap:13px;padding:25px 24px;border-right:1px solid var(--line)}.benefit-grid article:first-child{padding-left:0}.benefit-grid article:last-child{border-right:0;padding-right:0}.benefit-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--peach);display:grid;place-items:center;color:var(--coral);font-size:1.2rem}.benefit-grid h3{font-size:.86rem;margin:0 0 4px}.benefit-grid p{font-size:.71rem;color:var(--muted);line-height:1.5;margin:0}

/* Product story */
.product-story{background:#fff}.story-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}.story-card{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.story-card h3{font-size:1.55rem;margin:14px 0 11px}.story-card p{color:var(--muted)}.story-card>a,.story-copy>a{font-weight:800;color:#425274;font-size:.85rem}.story-card-large{grid-row:span 2;display:grid;grid-template-columns:.9fr 1.1fr;gap:25px;align-items:center;background:linear-gradient(145deg,#fff,#fff8f5)}.story-floor{position:relative;min-height:370px;border:1px solid #e6e8ee;border-radius:20px;background-color:#fff;background-image:linear-gradient(#f0f1f4 1px,transparent 1px),linear-gradient(90deg,#f0f1f4 1px,transparent 1px);background-size:48px 48px}.story-table{position:absolute;width:72px;height:72px;border-radius:16px;background:#f0f2f5;border:1px solid #dce0e7;display:grid;place-items:center;font-weight:800;color:#667086;box-shadow:0 8px 18px rgba(35,45,70,.08)}.story-table.available{background:#dff3e8;border-color:#a6dbbd;color:#2e7f54}.story-table.booked{background:#ffe0d5;border-color:#ffb49c;color:#b44b30}.story-table.seated{background:#e0e6ff;border-color:#aebaf3;color:#4960bd}.s1{left:8%;top:10%}.s2{right:9%;top:8%;border-radius:50%}.s3{left:39%;top:34%;transform:rotate(18deg)}.s4{left:8%;bottom:9%}.s5{right:8%;bottom:10%;border-radius:50%}.s6{right:10%;top:42%}.guest-preview,.message-preview{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fbfcfd;margin-top:22px}.guest-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e3e8fb;color:#425bbb;font-weight:800}.guest-preview div,.message-preview div{display:grid;flex:1}.guest-preview small,.message-preview small{color:var(--muted);font-size:.72rem}.guest-preview b{font-size:.62rem;color:#3a8d64;background:#e8f5ed;padding:5px 7px;border-radius:99px}.message-preview>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f5ed;color:#37865d;font-weight:900}

/* Pricing */
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;display:flex;flex-direction:column;min-height:480px;box-shadow:0 8px 24px rgba(30,40,65,.04)}.price-card.popular{border-color:var(--coral);box-shadow:0 18px 40px rgba(255,122,89,.13)}.popular-label{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--peach);border:1px solid #ffc3b1;color:#b3492f;border-radius:99px;padding:5px 13px;font-size:.66rem;font-weight:900;white-space:nowrap}.price-card h3{font-size:1.1rem;margin-bottom:4px}.price-card>p{font-size:.76rem}.price{display:flex;align-items:flex-end;gap:7px;margin:20px 0 8px}.price strong{font-family:"DM Serif Display",Georgia,serif;font-size:2.65rem;font-weight:400;line-height:.8;color:var(--navy)}.price span{font-size:.7rem;color:var(--muted)}.allowance{font-size:.75rem;color:#4e596f;margin:8px 0 18px}.check-list{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:10px}.check-list li{position:relative;padding-left:20px;color:#566177;font-size:.78rem}.check-list li:before{content:"✓";position:absolute;left:0;color:#4d7aa8;font-weight:900}.price-card .btn{margin-top:auto;width:100%}.pricing-foot{display:flex;justify-content:center;gap:25px;margin-top:25px;color:var(--muted);font-size:.82rem}.pricing-foot a{font-weight:800;color:var(--navy)}
.pricing-toggle{display:flex;justify-content:center;gap:12px;align-items:center;margin:20px 0 34px}.switch{width:54px;height:30px;border:0;border-radius:99px;background:#dce1e9;padding:4px;cursor:pointer}.switch:before{content:"";display:block;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 3px 8px #aab2c2;transition:.2s}.switch.annual{background:var(--navy)}.switch.annual:before{transform:translateX(24px)}

/* Add-ons */
.addon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.addon-card{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.addon-card .icon{flex:0 0 46px;width:46px;height:46px;border-radius:13px;background:var(--peach);display:grid;place-items:center;color:var(--coral);font-size:1.2rem}.addon-card h3{margin:2px 0 5px}.addon-card p{font-size:.79rem;line-height:1.5;margin-bottom:10px}.addon-price{font-size:.8rem;color:var(--navy)}

/* Website service */
.website-section{padding-top:60px}.website-offer{display:grid;grid-template-columns:1.1fr 1fr .55fr;gap:42px;align-items:center;border:1px solid #f0ddd6;border-radius:28px;padding:40px;background:linear-gradient(135deg,#fff,#fff8f5)}.website-visual{position:relative;min-height:330px}.website-browser{position:absolute;left:0;right:60px;top:18px;border:7px solid #192238;border-radius:15px;background:#fff;box-shadow:0 24px 45px rgba(25,34,56,.18);overflow:hidden}.website-browser-bar{height:22px;background:#f1f2f4;display:flex;gap:4px;padding:8px}.website-browser-bar i{width:5px;height:5px;border-radius:50%;background:#ccd0d8}.restaurant-site{height:235px;padding:30px;background:linear-gradient(90deg,rgba(16,27,46,.92),rgba(16,27,46,.28)),url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="600" height="350"%3E%3Cdefs%3E%3ClinearGradient id="g" x1="0" y1="0" x2="1" y2="1"%3E%3Cstop stop-color="%23846652"/%3E%3Cstop offset="1" stop-color="%23d8b797"/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width="600" height="350" fill="url(%23g)"/%3E%3Ccircle cx="460" cy="80" r="95" fill="%23f5d6ad" opacity=".45"/%3E%3Crect x="360" y="175" width="170" height="90" rx="8" fill="%23544135"/%3E%3C/svg%3E') center/cover}.restaurant-site span{font-size:.6rem;letter-spacing:.2em;color:#f9d6c8}.restaurant-site h3{font-family:"DM Serif Display",Georgia,serif;color:#fff;font-size:1.8rem;max-width:240px;margin:13px 0}.restaurant-site button,.website-phone button{background:var(--coral);border:0;color:#fff;padding:8px 14px;border-radius:6px;font-size:.64rem;font-weight:800}.website-phone{position:absolute;right:2px;bottom:0;width:112px;height:215px;background:#fff;border:7px solid #192238;border-radius:22px;padding:30px 9px 12px;box-shadow:0 17px 32px rgba(25,34,56,.18);display:flex;flex-direction:column;gap:9px}.website-phone:before{content:"";position:absolute;top:7px;left:35px;right:35px;height:5px;background:#192238;border-radius:99px}.website-phone span{font-size:.45rem;letter-spacing:.13em}.website-phone strong{font-family:"DM Serif Display",Georgia,serif;font-size:1rem;line-height:1.1}.website-price{text-align:center;background:#fff;border:1px solid #eadbd5;border-radius:20px;padding:25px;display:grid;gap:5px}.website-price>span{color:var(--muted);font-size:.72rem}.website-price>strong{font-family:"DM Serif Display",Georgia,serif;font-size:2.4rem;font-weight:400;color:var(--navy)}.website-price small{font-family:Manrope;font-size:.65rem;font-weight:600;color:var(--muted)}.website-price hr{border:0;border-top:1px solid var(--line);width:100%;margin:13px 0}

/* Integrations */
.integration-pills{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}.integration-pills span,.integration-pills a{padding:12px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800;font-size:.78rem}.integration-pills span{color:#4b5872}.integration-pills a{color:var(--coral);border-color:#f3c5b8}

/* Reusable older-page layouts */
.page-hero{padding:90px 0 70px;background:linear-gradient(135deg,#fff,#fff8f5);border-bottom:1px solid var(--line)}.page-hero .container{max-width:920px}.page-hero h1{font-size:clamp(3rem,5vw,5rem);margin-bottom:18px}.page-hero p{font-size:1.08rem;color:var(--muted);max-width:720px}
.logo-strip{padding:22px 0;border-block:1px solid var(--line)}.logo-strip .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;font-size:.75rem;font-weight:800;color:#8b93a3;letter-spacing:.08em}
.feature-grid,.solution-grid,.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card,.solution-card,.integration-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:25px;box-shadow:0 8px 25px rgba(30,40,65,.035)}.feature-card h3,.solution-card h3,.integration-card h3{font-size:1.15rem;margin:13px 0 8px}.feature-card p,.solution-card p,.integration-card p{font-size:.86rem}.feature-card.hidden{display:none}.filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}.filter-btn{border:1px solid var(--line);border-radius:99px;background:#fff;padding:9px 14px;font-weight:750;font-size:.78rem;cursor:pointer}.filter-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.roadmap{font-size:.67rem;background:#edf0fd;color:#5164b8;border-radius:99px;padding:5px 8px;font-weight:900}
.problem-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.problem-tabs{display:grid;gap:8px}.problem-tab{border:1px solid var(--line);background:#fff;border-radius:12px;padding:15px;text-align:left;font-weight:800;cursor:pointer}.problem-tab.active{border-color:var(--coral);background:var(--peach)}.problem-panel{border:1px solid var(--line);border-radius:22px;padding:32px;background:#fff}.solution-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.solution-points div{padding:12px;border-radius:11px;background:var(--soft);font-size:.8rem;font-weight:750}
.tour-shell{display:grid;grid-template-columns:210px 1fr;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden}.tour-tabs{padding:15px;background:rgba(255,255,255,.04)}.tour-tab{display:block;width:100%;border:0;background:transparent;color:#c8d0df;text-align:left;padding:12px;border-radius:10px;cursor:pointer}.tour-tab.active{background:#fff;color:var(--navy);font-weight:800}.tour-stage{padding:30px;background:#fff;color:var(--ink)}.tour-panel{display:none}.tour-panel.active{display:block}.tour-summary{display:flex;align-items:start;justify-content:space-between;gap:20px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.mini-card{border:1px solid var(--line);border-radius:15px;padding:17px}.mini-card small{display:block;color:var(--muted)}.mini-card strong{font-size:1.5rem;color:var(--navy)}.mock-table{display:grid}.mock-row{display:grid;grid-template-columns:80px 1fr 1fr auto;gap:10px;padding:12px;border-bottom:1px solid var(--line);font-size:.78rem}.status{background:#e8f5ed;color:#37865d;padding:5px 8px;border-radius:99px;font-size:.66rem}
.comparison{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.comparison th,.comparison td{border-bottom:1px solid var(--line);padding:14px;text-align:left;font-size:.78rem}.comparison th{background:#f8f9fb}.faq{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;padding:18px;display:flex;justify-content:space-between;text-align:left;font-weight:800;cursor:pointer}.faq-answer{display:none;padding:0 18px 18px;color:var(--muted);font-size:.86rem}.faq-item.open .faq-answer{display:block}
.calculator{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:var(--navy);color:#fff;border-radius:24px;padding:35px}.calculator h2{color:#fff}.calc-controls{display:grid;gap:12px}.calc-controls label{display:grid;gap:5px}.calc-controls input{width:100%}.calc-result{background:#fff;color:var(--navy);border-radius:18px;padding:25px;text-align:center}.calc-result strong{font-family:"DM Serif Display";font-size:3rem}
.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px}.contact-card,.contact-form{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff}.contact-list{display:grid;gap:15px;color:var(--muted)}.contact-list a{color:var(--navy);font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px;font-size:.77rem;font-weight:700}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-strong);border-radius:10px;padding:12px;background:#fff;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(106,127,245,.2);border-color:var(--blue)}.form-status{padding:11px;border-radius:9px;margin-top:10px}.form-status.success{background:#e8f5ed;color:#267347}.form-status.error{background:#fff0ed;color:#a2412d}
.demo-choice{display:grid;grid-template-columns:1fr 1fr;gap:22px}.demo-choice article{border:1px solid var(--line);border-radius:22px;padding:32px;background:#fff}.demo-choice article:first-child{background:var(--navy);color:#fff}.demo-choice article:first-child h2{color:#fff}.demo-choice article:first-child p{color:#c5ccda}
.notice{padding:15px 18px;border-radius:14px;background:var(--peach);border:1px solid #f2c8bc;color:#7b493e}.legal{max-width:850px}.legal h2{font-size:2rem;margin-top:1.6em}

/* CTA & footer */
.cta{padding:90px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:45px;border-radius:26px;background:linear-gradient(130deg,#f8fafc,#fff4ef);border:1px solid var(--line)}.cta-box h2{font-size:2.7rem;margin-bottom:8px}.cta-box p{color:var(--muted);margin:0}
.footer{background:var(--navy-2);color:#d5daE5;padding:70px 0 25px}.footer img{width:210px;filter:brightness(0) invert(1)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}.footer-grid p{color:#9da8bc;max-width:330px}.footer-grid h3{color:#fff;font-size:.9rem}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:.82rem;color:#b7c0d1}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#8793aa;font-size:.72rem}

/* Modal */
.modal{position:fixed;inset:0;background:rgba(11,22,48,.58);z-index:999;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{position:relative;background:#fff;border-radius:24px;padding:30px;width:min(680px,100%);max-height:90vh;overflow:auto}.modal-close{position:absolute;right:16px;top:12px;border:0;background:#edf0f5;border-radius:50%;width:36px;height:36px;font-size:1.2rem;cursor:pointer}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .site-nav{gap:17px;font-size:.84rem}.brand img{width:205px}.home-hero-grid{grid-template-columns:.8fr 1.2fr;gap:35px}.home-hero-copy h1{font-size:clamp(3.1rem,5vw,4.8rem)}.app-shell{grid-template-columns:120px 1fr}.app-dashboard{grid-template-columns:1.45fr 1fr}.insight-stack{display:none}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article:nth-child(2){border-right:0}.benefit-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.website-offer{grid-template-columns:1fr 1fr}.website-price{grid-column:1/-1;grid-template-columns:repeat(5,auto);align-items:center}.website-price hr{width:1px;height:45px;border-left:1px solid var(--line);border-top:0}
}
@media(max-width:960px){
  .menu-toggle{display:block}.nav-wrap>.nav-actions{display:none}.site-nav{position:fixed;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow);margin:0}.site-nav.open{display:flex}.site-nav>a{padding:9px}.site-nav>a:after{display:none}.site-nav .nav-actions{display:grid;margin:8px 0 0}.home-hero{padding-top:55px}.home-hero-grid{grid-template-columns:1fr}.home-hero-copy{text-align:center;max-width:760px;margin:auto}.home-hero-copy h1,.home-hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.app-preview{max-width:820px;margin:auto;width:100%}.story-grid{grid-template-columns:1fr}.story-card-large{grid-row:auto}.pricing-grid{grid-template-columns:repeat(2,1fr)}.addon-grid{grid-template-columns:1fr}.feature-grid,.solution-grid,.integration-grid{grid-template-columns:repeat(2,1fr)}.contact-layout,.problem-grid,.calculator{grid-template-columns:1fr}.website-offer{grid-template-columns:1fr}.website-visual{min-height:320px}.website-price{grid-column:auto;display:grid;grid-template-columns:1fr}.website-price hr{width:100%;height:auto;border-top:1px solid var(--line);border-left:0}.tour-shell{grid-template-columns:1fr}.tour-tabs{display:flex;overflow:auto}.tour-tab{white-space:nowrap}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:700px){
  .container{width:min(calc(100% - 28px),var(--max))}.nav-wrap{height:70px}.brand img{width:185px}.site-nav{top:70px}.home-hero{padding:42px 0}.home-hero-copy h1{font-size:clamp(2.75rem,13vw,4rem)}.home-hero-copy>p{font-size:.98rem}.hero-actions .btn{width:100%}.hero-proof{font-size:.72rem;flex-wrap:wrap}.app-shell{grid-template-columns:1fr;min-height:0}.app-sidebar{display:none}.app-main{padding:12px}.app-heading-actions button:first-child,.avatar{display:none}.app-dashboard{grid-template-columns:1fr}.live-card{display:none}.floor-canvas{height:260px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{border-right:0;border-bottom:1px solid var(--line);padding:20px 0}.benefit-grid article:last-child{border-bottom:0}.section{padding:75px 0}.story-card-large{grid-template-columns:1fr}.story-floor{min-height:300px}.pricing-grid,.feature-grid,.solution-grid,.integration-grid{grid-template-columns:1fr}.price-card{min-height:0}.pricing-foot{flex-direction:column;text-align:center}.website-offer{padding:25px}.website-visual{min-height:260px}.website-browser{right:35px}.restaurant-site{height:185px;padding:23px}.website-phone{width:92px;height:180px}.cta-box{flex-direction:column;align-items:flex-start;padding:30px}.cta-box .hero-actions{width:100%}.cta-box .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.mock-row{grid-template-columns:64px 1fr auto}.mock-row span:nth-child(3){display:none}.solution-points{grid-template-columns:1fr}.demo-choice{grid-template-columns:1fr}
}


/* Prime Reserve polish update 2026-07-30 */
.page-hero{padding:52px 0 44px}
.page-hero h1{font-size:clamp(2.55rem,4.35vw,4.25rem);line-height:1.02;margin-bottom:14px}
.page-hero p{font-size:1rem;line-height:1.65}
.calc-controls{gap:18px}
.calc-controls label{gap:8px}
.range-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700}
.range-value{min-width:92px;padding:7px 10px;border-radius:999px;background:#fff;color:var(--navy);text-align:center;font-size:.78rem;font-weight:800;box-shadow:0 4px 15px rgba(7,24,55,.14)}
.calc-controls small{color:#d4dbea}
.legal .notice{margin-bottom:24px}
.demo-choice article,.demo-choice article:first-child{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:340px;background:#fff;color:var(--navy)}
.demo-choice article:first-child h2,.demo-choice article h2{color:var(--navy)}
.demo-choice article:first-child p,.demo-choice article p{color:var(--muted);max-width:520px}
.demo-choice article .btn{margin-top:auto;align-self:center}
@media(max-width:760px){.page-hero{padding:38px 0 32px}.page-hero h1{font-size:clamp(2.25rem,11vw,3.25rem)}.demo-choice article,.demo-choice article:first-child{min-height:280px}.range-heading{align-items:flex-start}.range-value{min-width:82px}}
/* V5 website service showcase */
.service-showcase-section{padding-top:54px}
.service-showcase{display:grid;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);gap:64px;align-items:center;padding:58px;border:1px solid #f0d8d1;border-radius:30px;background:linear-gradient(135deg,#fff 0%,#fffaf8 100%);box-shadow:0 24px 70px rgba(20,33,61,.06)}
.service-showcase-copy h2{font-size:clamp(2.5rem,4vw,4.25rem);line-height:1.02;margin:12px 0 18px;max-width:650px}
.service-lead{font-size:1.02rem;line-height:1.75;color:var(--muted);max-width:620px}
.service-benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin:28px 0 30px}
.service-benefit-list div{padding-left:18px;border-left:2px solid #ff9a83;display:grid;gap:5px}
.service-benefit-list strong{font-size:.9rem;color:var(--navy)}
.service-benefit-list span{font-size:.78rem;line-height:1.55;color:var(--muted)}
.service-product-visual{position:relative;min-height:480px;padding:22px 70px 54px 0}
.service-browser{height:365px;border:1px solid #dfe3ea;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 28px 60px rgba(20,33,61,.16)}
.service-browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid #eceef2;color:#7a8496;font-size:.68rem}
.service-browser-bar i{width:8px;height:8px;border-radius:50%;background:#d9dde5}.service-browser-bar i:first-child{background:#ff8e77}.service-browser-bar span{margin-left:8px}
.service-browser-hero{height:224px;padding:36px;background:linear-gradient(115deg,rgba(13,27,47,.88),rgba(13,27,47,.45)),linear-gradient(135deg,#674f40,#c58f68);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.service-browser-hero span{font-size:.65rem;letter-spacing:.18em}.service-browser-hero h3{font-family:'DM Serif Display',serif;font-size:2.5rem;line-height:1;margin:10px 0 18px}.service-browser-hero button,.service-phone button{border:0;border-radius:8px;background:#ff7658;color:#fff;font-weight:800;padding:10px 15px}
.service-browser-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px}.service-browser-cards span{height:64px;border-radius:12px;background:linear-gradient(135deg,#f3f4f7,#e5e8ee)}
.service-phone{position:absolute;right:5px;top:95px;width:155px;height:295px;border:8px solid #14213d;border-radius:28px;background:#fff;box-shadow:0 22px 48px rgba(20,33,61,.22);padding:28px 15px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.service-phone-top{position:absolute;top:6px;width:56px;height:7px;border-radius:99px;background:#14213d}.service-phone strong{margin-top:12px;font-size:1rem}.service-phone span{font-size:.72rem;color:var(--muted)}.service-phone button{margin-top:auto;width:100%}
.service-price-card{position:absolute;left:32px;right:95px;bottom:0;background:#14213d;color:#fff;border-radius:18px;padding:18px 22px;display:grid;grid-template-columns:auto auto 1fr;gap:4px 18px;align-items:center;box-shadow:0 15px 40px rgba(20,33,61,.18)}
.service-price-card>span{font-size:.72rem;color:#c9d1df}.service-price-card>strong{font-family:'DM Serif Display',serif;font-size:2.2rem;grid-row:span 2}.service-price-card>p{font-size:.7rem;color:#c9d1df;margin:0}.service-price-card hr{display:none}.service-price-card b{font-size:.88rem}.service-price-card small{font-size:.67rem;color:#c9d1df}
@media(max-width:1050px){.service-showcase{grid-template-columns:1fr;padding:42px}.service-product-visual{max-width:760px;width:100%;margin:auto}}
@media(max-width:680px){.service-showcase{padding:26px;border-radius:22px}.service-benefit-list{grid-template-columns:1fr}.service-product-visual{min-height:405px;padding:0 30px 75px 0}.service-browser{height:300px}.service-browser-hero{height:185px;padding:24px}.service-browser-hero h3{font-size:2rem}.service-phone{width:125px;height:240px;right:-4px;top:58px}.service-price-card{left:0;right:25px;grid-template-columns:1fr auto}.service-price-card>strong{grid-row:auto}.service-price-card small{grid-column:1/-1}}


/* V6.2 shared marketing header: identical geometry on every page */
.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(18px)}
.site-header .nav-wrap{width:calc(100% - 108px);max-width:1450px;height:70px;margin-inline:auto;display:grid;grid-template-columns:220px minmax(0,1fr) 285px;align-items:center;gap:26px}
.site-header .brand img{width:215px;height:auto}
.site-header .site-nav{margin:0;justify-self:center;gap:23px;font-size:.84rem;font-weight:700;white-space:nowrap}
.site-header .site-nav>a{padding:25px 0}
.site-header .site-nav>a:after{bottom:17px}
.site-header .nav-wrap>.nav-actions{margin:0;justify-self:end;gap:14px}
.site-header .btn{min-height:44px;border-radius:9px;padding-inline:22px}
@media(max-width:1260px){.site-header .nav-wrap{grid-template-columns:200px minmax(0,1fr) 265px;gap:18px}.site-header .brand img{width:195px}.site-header .site-nav{gap:16px;font-size:.79rem}.site-header .btn{padding-inline:17px}}
@media(max-width:960px){.site-header .nav-wrap{width:calc(100% - 40px);display:flex;height:70px}.site-header .brand img{width:195px}.site-header .menu-toggle{display:block}.site-header .nav-wrap>.nav-actions{display:none}.site-header .site-nav{position:fixed;top:70px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;white-space:normal;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow);margin:0}.site-header .site-nav.open{display:flex}.site-header .site-nav>a{padding:9px}.site-header .site-nav>a:after{display:none}.site-header .site-nav .nav-actions{display:grid;margin:8px 0 0}}
@media(max-width:700px){.site-header .nav-wrap{width:calc(100% - 28px);height:66px}.site-header .brand img{width:185px}.site-header .site-nav{top:66px}}

/* Product page */
.product-hero{padding:64px 0 58px}.product-hero .container{max-width:1450px}.product-hero-grid{display:grid;grid-template-columns:minmax(420px,.85fr) minmax(600px,1.15fr);align-items:center;gap:70px}.product-hero h1{max-width:720px}.product-hero .hero-actions{margin-top:28px}.product-hero-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:22px;box-shadow:var(--shadow);min-width:0}.product-hero-card-head{display:flex;align-items:center;gap:11px;padding-bottom:18px;border-bottom:1px solid var(--line)}.product-hero-card-head img{width:36px;height:36px}.product-hero-card-head div{display:grid}.product-hero-card-head small{color:var(--muted);font-size:.68rem}.product-hero-card-head strong{color:var(--navy)}.product-hero-card-head>span{margin-left:auto;background:#e8f5ed;color:#347d58;border-radius:999px;padding:6px 9px;font-size:.65rem;font-weight:800}.product-flow-map{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px;padding:30px 0}.product-flow-map>div{min-height:120px;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:5px;background:#fbfcfd}.product-flow-map b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--peach);color:#b44b30}.product-flow-map strong{font-size:.82rem;color:var(--navy)}.product-flow-map small{font-size:.68rem;color:var(--muted)}.product-flow-map i{font-style:normal;color:var(--coral);font-weight:800}.product-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-stat-row>div{border-radius:14px;background:var(--soft);padding:15px;display:grid}.product-stat-row small{font-size:.66rem;color:var(--muted)}.product-stat-row strong{font-size:1.55rem;color:var(--navy)}
.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.workflow-card{position:relative;border:1px solid var(--line);border-radius:21px;padding:27px;background:#fff;box-shadow:0 8px 25px rgba(30,40,65,.035)}.workflow-card>span{position:absolute;right:21px;top:18px;color:#c4cad5;font-weight:800;font-size:.72rem}.workflow-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--peach);color:var(--coral);font-size:1.25rem;margin-bottom:19px}.workflow-card h3{font-size:1.03rem}.workflow-card p{font-size:.82rem;color:var(--muted);margin:0}.product-tour-section .section-head p{color:#c4ccdc}.product-tour-section .eyebrow{color:#ff9a83}.product-mini-floor{height:280px;border:1px solid var(--line);border-radius:16px;background-image:linear-gradient(#eef0f3 1px,transparent 1px),linear-gradient(90deg,#eef0f3 1px,transparent 1px);background-size:45px 45px;position:relative;margin-top:24px}.product-mini-floor span{position:absolute;width:64px;height:54px;border:1px solid #d5dae3;border-radius:12px;background:#f5f6f8;display:grid;place-items:center;font-weight:800}.product-mini-floor span:nth-child(1){left:8%;top:15%}.product-mini-floor span:nth-child(2){left:38%;top:12%}.product-mini-floor span:nth-child(3){right:10%;top:18%}.product-mini-floor span:nth-child(4){left:16%;bottom:12%}.product-mini-floor span:nth-child(5){left:48%;bottom:17%}.product-mini-floor span:nth-child(6){right:12%;bottom:10%}.product-mini-floor .round{border-radius:50%;width:58px;height:58px}.product-mini-floor .available{background:#dff3e8;border-color:#a6dbbd}.product-mini-floor .booked{background:#ffe0d5;border-color:#ffb49c}.guest-profile-demo{display:flex;align-items:center;gap:18px;border:1px solid var(--line);border-radius:18px;padding:24px;margin-top:25px;background:#fbfcfd}.guest-profile-avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e3e8fb;color:#425bbb;font-size:1.1rem;font-weight:800}.guest-profile-demo h3{margin-bottom:4px}.guest-profile-demo p{color:var(--muted);font-size:.82rem}.guest-tags{display:flex;gap:8px;flex-wrap:wrap}.guest-tags span{background:#eef1f7;border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:700}.message-demo{margin-top:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:17px;padding:22px;background:#fbfcfd}.message-demo>div{display:grid}.message-demo span{color:var(--muted);font-size:.78rem}.product-chart{height:250px;margin-top:25px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:end;gap:20px;padding:0 24px}.product-chart i{flex:1;background:linear-gradient(180deg,#8799ed,#dce4ff);border-radius:8px 8px 0 0}.dual-experience{display:grid;grid-template-columns:1fr 1fr;gap:22px}.experience-card{border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff;box-shadow:var(--shadow-soft)}.experience-card.customer{background:linear-gradient(145deg,#fff,#fff8f5)}.experience-card.team{background:linear-gradient(145deg,#fff,#f7f9fd)}.experience-card h3{font-family:'DM Serif Display',serif;font-size:2rem;font-weight:400;margin:15px 0 10px}.experience-card p{color:var(--muted)}.experience-card ul{list-style:none;padding:0;display:grid;gap:8px;margin:22px 0}.experience-card li:before{content:'✓';color:var(--coral);font-weight:900;margin-right:9px}.experience-card>a{font-weight:800;color:var(--navy)}
@media(max-width:1100px){.product-hero-grid{grid-template-columns:1fr}.workflow-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.product-hero{padding:40px 0}.product-flow-map{grid-template-columns:1fr}.product-flow-map i{transform:rotate(90deg);justify-self:center}.product-stat-row,.workflow-grid,.dual-experience{grid-template-columns:1fr}.tour-summary,.message-demo{flex-direction:column;align-items:flex-start}.product-chart{gap:9px;padding-inline:12px}}


/* v9.2 revamp */
.page-hero,.product-hero{position:relative;background:radial-gradient(circle at top right,rgba(255,118,88,.22),transparent 28%),linear-gradient(135deg,#12203b 0%,#182b4f 50%,#0d1830 100%);border-bottom:0;color:#fff}.page-hero:before,.product-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0));pointer-events:none}.page-hero .container,.product-hero .container{position:relative;z-index:1}.page-hero p,.product-hero p{color:#d5dceb}.page-hero .eyebrow,.product-hero .eyebrow{color:#ffb19d}.section-head .eyebrow{color:#c06349}.partner-showcase{padding-top:82px;padding-bottom:82px}.partner-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:26px 0 30px}.partner-logo{display:grid;place-items:center;min-height:92px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(30,40,65,.035)}.partner-logo img{max-width:100%;height:auto;max-height:44px}.partner-logos-single{grid-template-columns:minmax(0,380px);justify-content:start}.partner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.partner-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px;box-shadow:0 8px 25px rgba(30,40,65,.035)}.partner-card h3{font-size:1.08rem;margin:0 0 10px}.partner-card p{font-size:.88rem;margin-bottom:10px}.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--navy);text-decoration:none}.text-link:after{content:'→';font-size:.9em}.preorder-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:30px;align-items:start}.preorder-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0 30px}.preorder-step{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;box-shadow:0 8px 25px rgba(30,40,65,.035)}.preorder-step strong{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--peach);color:#b44b30;margin-bottom:12px}.preorder-step h3{font-size:1rem;margin:0 0 8px}.preorder-step p{font-size:.84rem;margin:0}.google-highlight{display:grid;gap:18px;padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 8px 25px rgba(30,40,65,.035)}.google-highlight img{max-width:280px}.google-highlight-card{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.google-highlight-card h3{margin:0 0 10px}.integration-card h3,.feature-card h3,.addon-card h3{margin-top:0}.demo-choice{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.demo-choice-card{display:flex;flex-direction:column}.demo-choice-card .btn{margin-top:auto}@media(max-width:1100px){.partner-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.preorder-showcase,.partner-grid{grid-template-columns:1fr}.preorder-steps{grid-template-columns:1fr 1fr}}@media(max-width:760px){.partner-logos,.partner-grid,.preorder-steps,.demo-choice{grid-template-columns:1fr}.partner-logo{min-height:84px}.google-highlight img{max-width:220px}}

/* v9.3 second polish */
.section-head{max-width:760px;margin-bottom:34px}.section-head h2{line-height:1.08;letter-spacing:-.03em}.section-head p{line-height:1.7}.feature-card,.solution-card,.integration-card,.partner-card,.addon-card,.demo-choice-card,.workflow-card,.experience-card,.plan-card,.partner-logo{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card,.solution-card,.integration-card,.partner-card,.addon-card,.demo-choice-card{display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:26px}.feature-card p,.solution-card p,.integration-card p,.partner-card p,.addon-card p{line-height:1.7;flex:1}.partner-card .text-link,.demo-choice-card .btn{margin-top:auto}.feature-card:hover,.solution-card:hover,.integration-card:hover,.partner-card:hover,.addon-card:hover,.demo-choice-card:hover,.partner-logo:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(22,34,58,.08);border-color:#d8dfea}.page-hero .container{max-width:1100px}.page-hero h1,.product-hero h1{text-wrap:balance;letter-spacing:-.04em}.page-hero p,.product-hero p{text-wrap:pretty}.integration-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.integration-summary article{padding:18px 20px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}.integration-summary span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffb19d;margin-bottom:10px}.integration-summary strong{display:block;font-size:1.1rem;color:#fff;margin-bottom:6px}.integration-summary small{display:block;color:#d5dceb;font-size:.82rem;line-height:1.5}.partner-logo{background:linear-gradient(180deg,#fff,#fbfcff)}.partner-card h3,.feature-card h3,.integration-card h3,.addon-card h3{font-size:1.08rem;line-height:1.3}.partner-logos{gap:16px}.partner-grid,.integration-grid,.feature-grid{gap:20px}.google-highlight{background:linear-gradient(145deg,#fff,#f6f9ff);border-color:#d9e0ee}.google-highlight-card{background:linear-gradient(180deg,#ffffff,#fbfcfe)}.preorder-step{padding:22px}.preorder-step p{line-height:1.65}.cta-box{box-shadow:0 20px 55px rgba(16,27,52,.08)}@media(max-width:980px){.integration-summary{grid-template-columns:1fr}}@media(max-width:760px){.section-head{margin-bottom:26px}.feature-card,.solution-card,.integration-card,.partner-card,.addon-card,.demo-choice-card{padding:22px}}

/* V10.1 public hero consistency */
.page-hero{
  min-height:320px;
  display:flex;
  align-items:center;
  padding:58px 0!important;
  background:linear-gradient(135deg,#1c3155 0%,#162846 55%,#101d35 100%)!important;
  color:#fff!important;
}
.page-hero .container{width:100%;}
.page-hero h1,.page-hero h2,.page-hero h3{color:#fff!important;}
.page-hero p,.page-hero li{color:#f2f5fb!important;}
.page-hero .eyebrow{color:#ffb19d!important;}
.page-hero .btn-secondary{background:#fff!important;color:#12203b!important;border-color:#fff!important;}
@media(max-width:760px){
  body:not(.home-page) .page-hero{height:360px!important;min-height:360px!important;max-height:360px!important;padding:32px 0!important;display:flex!important;align-items:center!important;box-sizing:border-box!important;overflow:hidden!important;}
  .page-hero h1{font-size:clamp(2.05rem,10vw,3.05rem)!important;}
}

/* V10.2 authoritative inner hero sizing */
@media (min-width:761px){
  body:not(.home-page) .page-hero{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    padding:36px 0!important;
    display:flex!important;
    align-items:center!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  body:not(.home-page) .page-hero .container{width:100%;}
}
.page-hero h1,.page-hero h2,.page-hero h3{color:#fff!important;}
.page-hero p,.page-hero li{color:#f5f7fb!important;}

/* V11.10 product hero repair */
.product-hero-v120{
  height:360px;
  min-height:360px;
  max-height:360px;
  padding:24px 0!important;
  display:flex;
  align-items:center;
  box-sizing:border-box;
  overflow:hidden;
}
.product-hero-v120 .container{width:100%;max-width:1450px;}
.product-hero-v120 .product-hero-grid{grid-template-columns:minmax(380px,.88fr) minmax(560px,1.12fr);gap:54px;align-items:center;}
.product-hero-v120 .product-hero-copy{min-width:0;}
.product-hero-v120 .eyebrow{margin-bottom:8px;}
.product-hero-v120 h1{font-size:clamp(3rem,4.1vw,4.55rem);line-height:.93;margin:0 0 14px;max-width:680px;color:#fff;}
.product-hero-v120 .product-hero-copy>p{font-size:1rem;line-height:1.55;max-width:610px;margin:0;}
.product-hero-v120 .hero-actions{margin-top:18px;gap:10px;}
.product-hero-v120 .hero-actions .btn{min-height:42px;padding:11px 18px;}
.product-hero-v120 .product-hero-card{padding:16px 18px;border-radius:20px;box-shadow:0 18px 50px rgba(6,15,31,.22);}
.product-hero-v120 .product-hero-card-head{padding-bottom:11px;}
.product-hero-v120 .product-hero-card-head img{width:30px;height:30px;}
.product-hero-v120 .product-flow-map{padding:15px 0;gap:7px;}
.product-hero-v120 .product-flow-map>div{min-height:88px;padding:10px 11px;border-radius:13px;justify-content:flex-start;}
.product-hero-v120 .product-flow-map b{width:24px;height:24px;border-radius:8px;font-size:.72rem;}
.product-hero-v120 .product-flow-map strong{font-size:.75rem;line-height:1.25;}
.product-hero-v120 .product-flow-map small{font-size:.61rem;line-height:1.35;}
.product-hero-v120 .product-stat-row{gap:9px;}
.product-hero-v120 .product-stat-row>div{padding:10px 12px;border-radius:12px;}
.product-hero-v120 .product-stat-row strong{font-size:1.25rem;}
@media(max-width:1100px){
  .product-hero-v120 .product-hero-grid{grid-template-columns:minmax(0,1fr) minmax(450px,.95fr);gap:30px;}
  .product-hero-v120 h1{font-size:clamp(2.8rem,5vw,3.8rem);}
}
@media(max-width:900px){
  .product-hero-v120{height:360px;min-height:360px;max-height:360px;padding:30px 0!important;}
  .product-hero-v120 .product-hero-grid{display:block;}
  .product-hero-v120 .product-hero-copy{max-width:720px;margin-inline:auto;text-align:center;}
  .product-hero-v120 .product-hero-copy>p{margin-inline:auto;}
  .product-hero-v120 .hero-actions{justify-content:center;}
  .product-hero-v120 .product-hero-card{display:none;}
}
@media(max-width:600px){
  .product-hero-v120 h1{font-size:clamp(2.5rem,11vw,3.35rem);}
  .product-hero-v120 .product-hero-copy>p{font-size:.92rem;}
  .product-hero-v120 .hero-actions{flex-direction:column;align-items:stretch;}
  .product-hero-v120 .hero-actions .btn{width:100%;}
}
