:root{
  --primary:#5a4cf4;
  --primary-2:#7669ff;
  --primary-dark:#4336d7;
  --navy:#11172a;
  --navy-2:#181f36;
  --text:#25314b;
  --muted:#71809c;
  --surface:#ffffff;
  --soft:#f6f7fc;
  --soft-violet:#f0efff;
  --border:#e7eaf2;
  --success:#1fb777;
  --warning:#f59e0b;
  --shadow:0 24px 70px rgba(27,35,75,.13);
  --shadow-soft:0 14px 38px rgba(27,35,75,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Tajawal",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.75;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{color:inherit}
.container{width:min(1180px,calc(100% - 34px));margin-inline:auto}
.section{padding:108px 0;position:relative}
.page-progress{position:fixed;top:0;right:0;height:3px;width:0;background:linear-gradient(90deg,var(--primary),#9b8cff);z-index:2000}

.site-header{
  position:fixed;
  top:0;right:0;left:0;
  z-index:1000;
  transition:.3s;
}
.site-header.scrolled{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(226,230,240,.85);
  box-shadow:0 8px 30px rgba(25,32,70,.05);
}
.nav-wrap{min-height:84px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:190px}
.brand-symbol{
  width:47px;height:47px;border-radius:15px;
  display:grid;place-items:center;
  color:#fff;font-size:24px;font-weight:900;
  background:linear-gradient(145deg,var(--primary),#8c7fff);
  box-shadow:0 12px 28px rgba(90,76,244,.28);
}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:20px;color:var(--navy)}
.brand-copy small{font-size:11px;color:var(--muted);margin-top:5px}
.main-nav{display:flex;justify-content:center;gap:28px;flex:1}
.main-nav a{
  position:relative;
  font-size:15px;
  font-weight:700;
  color:#53617b;
  transition:.2s;
}
.main-nav a:after{
  content:"";
  position:absolute;
  right:0;left:0;bottom:-11px;
  height:2px;border-radius:2px;
  background:var(--primary);
  transform:scaleX(0);
  transition:.2s;
}
.main-nav a:hover,.main-nav a.active{color:var(--primary)}
.main-nav a.active:after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:15px}
.login-link{font-weight:700;color:#53617b}
.menu-toggle{display:none;width:43px;border:0;background:none;padding:7px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0;border-radius:5px}

.btn{
  border:1px solid transparent;
  border-radius:13px;
  padding:12px 21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-weight:800;
  transition:.22s;
}
.btn:hover{transform:translateY(-2px)}
.btn-sm{padding:10px 18px}
.btn-lg{padding:15px 25px;font-size:17px}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--primary),#6e60fb);
  box-shadow:0 13px 30px rgba(90,76,244,.27);
}
.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary))}
.btn-outline{background:#fff;border-color:#d9deeb;color:var(--navy)}
.btn-outline:hover{border-color:var(--primary);color:var(--primary)}
.btn-glass{background:rgba(255,255,255,.75);border-color:rgba(220,224,238,.9);color:var(--navy);backdrop-filter:blur(10px)}
.btn-light{background:#fff;color:var(--primary-dark)}
.btn-whatsapp{background:#21c267;color:#fff}
.full{width:100%}
.play-dot{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--soft-violet);font-size:9px;color:var(--primary)}

.hero{
  position:relative;
  min-height:970px;
  padding-top:155px;
  overflow:hidden;
  background:
    radial-gradient(circle at 83% 14%,rgba(112,91,255,.12),transparent 27%),
    radial-gradient(circle at 12% 25%,rgba(78,172,255,.09),transparent 25%),
    linear-gradient(180deg,#fbfbff 0%,#ffffff 82%);
}
.hero-mesh{
  position:absolute;inset:0;
  opacity:.32;
  background-image:linear-gradient(rgba(83,72,190,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(83,72,190,.05) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,black,transparent 80%);
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}
.glow-one{width:430px;height:430px;right:-200px;top:90px;background:rgba(108,92,255,.13)}
.glow-two{width:360px;height:360px;left:-180px;top:270px;background:rgba(91,170,255,.1)}
.hero-grid{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:62px;
  align-items:center;
}
.hero-copy{padding-top:15px}
.hero-badge{
  display:inline-flex;align-items:center;gap:9px;
  padding:8px 14px;border-radius:999px;
  border:1px solid #e2e0ff;background:rgba(255,255,255,.82);
  color:var(--primary-dark);font-size:13px;font-weight:800;
  box-shadow:0 8px 24px rgba(63,55,152,.06);
}
.live-dot{width:8px;height:8px;border-radius:50%;background:#34c987;box-shadow:0 0 0 5px rgba(52,201,135,.12)}
.hero h1{
  margin:25px 0 21px;
  color:var(--navy);
  font-size:clamp(46px,5.5vw,76px);
  line-height:1.15;
  letter-spacing:-1.8px;
}
.hero h1 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,var(--primary),#8c6fff);
  background-clip:text;
  -webkit-background-clip:text;
}
.hero-lead{font-size:19px;color:var(--muted);max-width:610px;margin:0 0 31px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.hero-proof{display:flex;align-items:center;gap:13px;margin-top:29px}
.proof-avatars{display:flex;direction:ltr}
.proof-avatars span{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  margin-left:-8px;border:3px solid #fff;
  background:#edeaff;color:var(--primary);font-size:12px;font-weight:900;
}
.proof-avatars span:nth-child(2){background:#e5f4ff;color:#2975b7}
.proof-avatars span:nth-child(3){background:#fff0e9;color:#d76b32}
.proof-avatars span:nth-child(4){background:var(--navy);color:#fff}
.hero-proof div:last-child{display:flex;flex-direction:column;line-height:1.4}
.hero-proof strong{font-size:14px;color:var(--navy)}
.hero-proof small{font-size:12px;color:var(--muted)}

.product-stage{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center}
.stage-ring{
  position:absolute;width:610px;height:610px;border-radius:50%;
  background:radial-gradient(circle,rgba(107,93,255,.1),rgba(107,93,255,.03) 46%,transparent 68%);
}
.laptop-shell{position:relative;z-index:2;width:690px;padding:13px 13px 0;background:#151a28;border-radius:25px 25px 11px 11px;box-shadow:0 38px 85px rgba(25,29,58,.25);transform:perspective(1400px) rotateY(-4deg) rotateX(1deg)}
.laptop-camera{width:7px;height:7px;border-radius:50%;background:#3c4355;position:absolute;top:4px;right:50%}
.dashboard-ui{height:430px;border-radius:14px 14px 4px 4px;background:#f7f8fc;overflow:hidden;display:flex;direction:ltr}
.dash-sidebar{width:58px;background:#fff;border-right:1px solid #e8eaf1;display:flex;flex-direction:column;align-items:center;gap:23px;padding:17px 0}
.dash-logo{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900;margin-bottom:4px}
.side-item{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;color:#9aa3b7;font-size:15px}
.side-item.active{background:#eeecff;color:var(--primary)}
.dash-content{padding:20px;flex:1;direction:rtl}
.dash-header{display:flex;align-items:center;justify-content:space-between}
.dash-header>div:first-child{display:flex;flex-direction:column;line-height:1.35}
.dash-header small{font-size:10px;color:#8994aa}
.dash-header strong{font-size:17px;color:var(--navy)}
.dash-tools{display:flex;align-items:center;gap:11px;color:#7d879d}
.profile-dot{width:27px;height:27px;border-radius:9px;background:#e9e6ff;display:grid;place-items:center;color:var(--primary);font-size:10px;font-weight:800}
.dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:18px}
.dash-kpis article{background:#fff;border:1px solid #e9ebf2;border-radius:14px;padding:12px;display:grid;grid-template-columns:auto 1fr;column-gap:8px;box-shadow:0 5px 16px rgba(40,48,90,.03)}
.kpi-icon{grid-row:1/4;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;font-size:13px}
.kpi-icon.violet{background:#edebff;color:var(--primary)}
.kpi-icon.blue{background:#e7f4ff;color:#3c8bd1}
.kpi-icon.green{background:#e9faef;color:#32a66c}
.dash-kpis small{font-size:8px;color:#8994aa}
.dash-kpis strong{font-size:18px;line-height:1.2;color:var(--navy)}
.dash-kpis em{font-size:7px;font-style:normal;color:#43aa75}
.dash-panels{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-top:13px}
.chart-panel,.today-panel{background:#fff;border:1px solid #e9ebf2;border-radius:14px;padding:14px}
.panel-title{display:flex;justify-content:space-between;align-items:start}
.panel-title>div{display:flex;flex-direction:column}
.panel-title strong{font-size:11px;color:var(--navy)}
.panel-title small,.panel-title>span{font-size:7px;color:#9099ac}
.chart-grid{position:relative;height:155px;margin-top:11px;overflow:hidden}
.grid-line{position:absolute;left:0;right:0;height:1px;background:#eef0f5}
.grid-line:nth-child(1){top:10%}.grid-line:nth-child(2){top:36%}.grid-line:nth-child(3){top:62%}.grid-line:nth-child(4){top:88%}
.chart-grid svg{position:absolute;inset:0;width:100%;height:100%}
.chart-days{display:flex;justify-content:space-between;font-size:6px;color:#9aa3b7}
.mini-link{color:var(--primary)!important}
.guest-row{display:flex;align-items:center;gap:7px;padding:11px 0;border-bottom:1px solid #f0f1f5}
.guest-row:last-child{border-bottom:0}
.guest-avatar{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#eceaff;color:var(--primary);font-size:9px;font-weight:800}
.guest-avatar.peach{background:#fff0e8;color:#c96f3e}.guest-avatar.mint{background:#e8faef;color:#2f9d67}
.guest-row p{display:flex;flex-direction:column;margin:0;line-height:1.25;flex:1}
.guest-row strong{font-size:8px}.guest-row small{font-size:6px;color:#9099ac}
.status{font-size:6px;padding:3px 6px;border-radius:999px}
.status.success{color:#268e5a;background:#e9f9ef}.status.checkin{color:#4b43cb;background:#eeecff}.status.pending{color:#c67d10;background:#fff4df}
.laptop-base{height:17px;margin:0 -45px;background:linear-gradient(180deg,#dfe2ea,#bfc4cf);border-radius:2px 2px 18px 18px;box-shadow:0 9px 13px rgba(26,30,48,.16)}
.laptop-base:after{content:"";display:block;width:96px;height:5px;margin:auto;background:#aeb4c1;border-radius:0 0 10px 10px}
.float-stat{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);border:1px solid rgba(229,231,240,.95);border-radius:15px;padding:11px 14px;box-shadow:0 16px 38px rgba(34,40,74,.13);backdrop-filter:blur(12px)}
.float-stat div{display:flex;flex-direction:column;line-height:1.25}
.float-stat small{font-size:9px;color:var(--muted)}.float-stat strong{font-size:13px;color:var(--navy)}
.float-icon,.shield{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#e9f9ef;color:#20a46b;font-weight:900}
.float-icon.calendar{background:#eeecff;color:var(--primary)}
.shield{background:#eaf5ff;color:#3382c5}
.stat-occupancy{top:35px;right:-18px}.stat-booking{bottom:74px;left:-25px}.stat-security{bottom:8px;right:70px}
.trusted-row{position:relative;z-index:2;margin-top:83px;border-top:1px solid #eceef5;padding-top:28px;display:flex;align-items:center;gap:40px}
.trusted-row>span{font-size:13px;color:var(--muted);white-space:nowrap}
.trusted-row>div{display:flex;align-items:center;justify-content:space-between;gap:55px;flex:1}
.trusted-row strong{color:#9aa3b6;font-size:15px}

.section-heading{text-align:center;max-width:700px;margin:0 auto 52px}
.section-kicker{display:inline-flex;color:var(--primary);background:#eeecff;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:17px}
.section-kicker.light{background:rgba(255,255,255,.12);color:#fff}
.section-heading h2,.why-copy h2,.faq-intro h2{font-size:clamp(34px,4.2vw,50px);line-height:1.25;color:var(--navy);margin:0 0 13px;letter-spacing:-.7px}
.section-heading p,.faq-intro p{font-size:17px;color:var(--muted);margin:0}
.features-section{background:var(--soft)}
.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bento-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:23px;padding:28px;overflow:hidden;min-height:245px;box-shadow:0 10px 30px rgba(42,49,83,.035)}
.bento-card h3{font-size:23px;line-height:1.35;margin:13px 0 8px;color:var(--navy)}
.bento-card p{margin:0;color:var(--muted);font-size:14px}
.bento-large{grid-row:span 2;min-height:508px;background:linear-gradient(145deg,#fff,#f7f6ff)}
.bento-wide{grid-column:span 2;display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center}
.card-label{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eeecff;color:var(--primary);font-size:12px;font-weight:800}
.feature-icon{width:49px;height:49px;border-radius:15px;display:grid;place-items:center;background:#f0efff;font-size:23px}
.dark-card{background:linear-gradient(145deg,#171d31,#272f4a);border-color:#2e3855}
.dark-card h3{color:#fff}.dark-card p{color:#aeb7ca}.dark-card .feature-icon{background:rgba(255,255,255,.08)}
.calendar-widget{position:absolute;right:28px;left:28px;bottom:28px;background:#fff;border:1px solid #e8eaf2;border-radius:17px;padding:17px;box-shadow:0 15px 32px rgba(44,52,91,.08)}
.calendar-head{display:flex;justify-content:space-between;font-size:12px;color:var(--navy);margin-bottom:11px}
.calendar-days,.calendar-cells{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}
.calendar-days span{font-size:8px;color:#98a1b4}
.calendar-cells span{height:26px;display:grid;place-items:center;border-radius:7px;font-size:9px;color:#49566f}
.calendar-cells .muted{color:#c0c5d0}.calendar-cells .today{background:var(--primary);color:#fff}.calendar-cells .range{background:#eceaff;color:var(--primary);border-radius:0}.calendar-cells .range-start{background:#eceaff;color:var(--primary);border-radius:0 7px 7px 0}.calendar-cells .range-end{background:#eceaff;color:var(--primary);border-radius:7px 0 0 7px}
.mini-guests{display:flex;position:absolute;bottom:26px;right:28px}
.mini-guests span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eceaff;color:var(--primary);border:3px solid #fff;margin-left:-8px;font-size:11px;font-weight:900}
.mini-guests span:nth-child(2){background:#e8f5ff;color:#317dc0}.mini-guests span:nth-child(3){background:#fff0e8;color:#c96835}.mini-guests span:nth-child(4){background:#e8faef;color:#2f9d67}
.mini-bars{height:65px;display:flex;align-items:end;gap:9px;position:absolute;bottom:28px;right:28px;left:28px}
.mini-bars i{flex:1;border-radius:5px 5px 1px 1px;background:linear-gradient(180deg,#8f83ff,#5d50ec)}
.mini-bars i:nth-child(1){height:35%}.mini-bars i:nth-child(2){height:72%}.mini-bars i:nth-child(3){height:50%}.mini-bars i:nth-child(4){height:86%}.mini-bars i:nth-child(5){height:64%}
.cleaning-status{position:absolute;bottom:28px;right:28px;left:28px;display:flex;justify-content:space-between;color:#6f7d95;font-size:11px}
.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:5px}.dot.green{background:#2fc27a}.dot.orange{background:#f4a737}
.property-stack{display:flex;flex-direction:column;gap:9px}
.property-stack>div{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8f9fc;border:1px solid #eceef4;border-radius:12px}
.property-stack>div>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eceaff;color:var(--primary);font-size:9px;font-weight:900}
.property-stack p{display:flex;flex-direction:column;line-height:1.25;flex:1}.property-stack strong{font-size:11px;color:var(--navy)}.property-stack small{font-size:8px;color:#99a2b5}.property-stack em{font-size:8px;font-style:normal;background:#e9f9ef;color:#288f5d;padding:3px 7px;border-radius:999px}

.why-section{background:linear-gradient(145deg,#11172a,#1c2340);color:#fff;overflow:hidden}
.why-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:center}
.why-copy h2{color:#fff;margin-bottom:17px}
.why-copy>p{color:#aeb8cf;font-size:17px;max-width:610px}
.why-list{margin-top:35px;display:flex;flex-direction:column;gap:20px}
.why-list>div{display:flex;align-items:center;gap:15px}
.why-list>div>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(111,97,255,.14);border:1px solid rgba(125,111,255,.25);color:#a89fff;font-size:11px;font-weight:900}
.why-list p{display:flex;flex-direction:column;margin:0;line-height:1.45}
.why-list strong{font-size:15px}.why-list small{font-size:12px;color:#9da8c0}
.why-visual{position:relative;min-height:490px;display:grid;place-items:center}
.orbit{position:absolute;border:1px dashed rgba(151,141,255,.24);border-radius:50%}
.orbit-one{width:330px;height:330px}.orbit-two{width:470px;height:470px}
.why-center{position:relative;z-index:2;width:160px;height:160px;border-radius:39px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(145deg,#675af7,#493bd8);box-shadow:0 30px 65px rgba(58,46,195,.35)}
.why-center>span{font-size:48px;font-weight:900;line-height:1}.why-center strong{font-size:17px}.why-center small{font-size:9px;color:#d7d2ff}
.orbit-card{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:11px 14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);border-radius:14px;backdrop-filter:blur(12px);box-shadow:0 15px 30px rgba(0,0,0,.15)}
.orbit-card span{font-size:19px}.orbit-card strong{font-size:12px}
.orbit-card.cloud{top:34px;right:72px}.orbit-card.secure{left:38px;top:155px}.orbit-card.speed{right:7px;bottom:105px}.orbit-card.mobile{left:115px;bottom:20px}
.stats-strip{margin-top:75px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.1);padding-top:34px}
.stats-strip>div{text-align:center;border-left:1px solid rgba(255,255,255,.08)}
.stats-strip>div:last-child{border-left:0}
.stats-strip strong{font-size:34px;color:#fff}.stats-strip span{font-size:17px;color:#a89fff;font-weight:800}.stats-strip small{display:block;color:#8995ae;font-size:11px}

.solutions-section{background:#fff}
.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.solution-card{border:1px solid var(--border);border-radius:22px;overflow:hidden;background:#fff;transition:.25s}
.solution-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-soft)}
.solution-top{height:190px;display:grid;place-items:center;position:relative;overflow:hidden}
.solution-top:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.35);filter:blur(2px)}
.solution-top span{font-size:70px;position:relative;z-index:2;filter:drop-shadow(0 12px 16px rgba(30,34,65,.15))}
.hotel-bg{background:linear-gradient(145deg,#e9e6ff,#f6f4ff)}.apartment-bg{background:linear-gradient(145deg,#e4f3ff,#f2f9ff)}.resort-bg{background:linear-gradient(145deg,#fff1df,#fff8ef)}
.solution-body{padding:25px}.solution-body h3{font-size:23px;margin:0 0 7px;color:var(--navy)}.solution-body p{color:var(--muted);font-size:14px;margin:0 0 16px}.solution-body a{color:var(--primary);font-size:13px;font-weight:800}

.pricing-section{background:var(--soft)}
.billing-toggle{display:flex;width:max-content;margin:-20px auto 38px;background:#fff;border:1px solid var(--border);border-radius:13px;padding:4px}
.billing-toggle button{border:0;background:transparent;border-radius:10px;padding:9px 16px;cursor:pointer;font-size:13px;font-weight:800;color:#6d7890}
.billing-toggle button.active{background:var(--navy);color:#fff}
.billing-toggle span{color:#46c58a;font-size:9px;margin-right:5px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.price-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:24px;padding:29px;transition:.25s}
.price-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}
.price-card.featured{border:2px solid var(--primary);box-shadow:0 24px 55px rgba(90,76,244,.15);transform:translateY(-10px)}
.price-card.featured:hover{transform:translateY(-15px)}
.popular-tag{position:absolute;top:-15px;right:50%;transform:translateX(50%);padding:6px 16px;background:var(--primary);color:#fff;border-radius:999px;font-size:11px;font-weight:900}
.price-top{display:flex;align-items:center;gap:12px}
.plan-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#edf3ff;color:#3b74bd;font-weight:900}
.plan-icon.pro{background:#eeecff;color:var(--primary)}.plan-icon.business{background:#fff0e5;color:#c87639}
.price-top h3{margin:0;color:var(--navy);font-size:22px}.price-top p{margin:0;color:var(--muted);font-size:12px}
.price{display:flex;align-items:baseline;gap:8px;margin:25px 0}
.price strong{font-size:47px;line-height:1;color:var(--navy)}.price span{font-size:12px;color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:0 0 27px}
.price-card li{padding:9px 0;border-bottom:1px solid #eef0f5;color:#59677f;font-size:13px}
.price-card li:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-left:8px;border-radius:50%;background:#e8f9ef;color:#2da56a;font-size:10px;font-weight:900}
.pricing-note{text-align:center;color:var(--muted);font-size:13px;margin:30px 0 0}

.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start}
.faq-intro .section-kicker{margin-bottom:17px}
.faq-intro p{max-width:450px}.text-link{display:inline-block;margin-top:20px;color:var(--primary);font-weight:800;font-size:14px}
.faq-item{border:1px solid var(--border);border-radius:16px;margin-bottom:12px;overflow:hidden;background:#fff}
.faq-question{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:right;padding:19px 20px;cursor:pointer;font-weight:800;color:var(--navy)}
.faq-question span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f0efff;color:var(--primary);font-size:18px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-answer p{margin:0;padding:0 20px 19px;color:var(--muted);font-size:14px}
.faq-item.active .faq-answer{max-height:150px}

.cta-section{padding-top:35px}
.cta-box{position:relative;overflow:hidden;background:linear-gradient(135deg,#4639d9,#6b5df7);border-radius:30px;padding:55px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;color:#fff;box-shadow:0 32px 75px rgba(74,59,214,.28)}
.cta-glow{position:absolute;width:420px;height:420px;border-radius:50%;left:-180px;top:-180px;background:rgba(255,255,255,.1)}
.cta-copy,.cta-contact{position:relative;z-index:2}
.cta-copy h2{font-size:clamp(35px,4vw,50px);line-height:1.25;margin:0 0 12px}
.cta-copy p{color:#ddd9ff;font-size:16px;max-width:650px}.cta-copy small{display:block;color:#c6c0fb;margin-top:13px;font-size:11px}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.cta-contact{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:20px}
.cta-contact>div{display:flex;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.cta-contact>div:last-child{border-bottom:0}
.cta-contact>div>span{font-size:22px}.cta-contact p{display:flex;flex-direction:column;margin:0;line-height:1.45}.cta-contact small{color:#c9c4f7;font-size:10px}.cta-contact strong{font-size:13px}

.site-footer{background:#11172a;color:#a9b3c7;padding:70px 0 22px;margin-top:80px}
.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px}
.footer-brand .brand-copy strong{color:#fff}.footer-brand-col p{max-width:410px;color:#8490a8;font-size:14px}
.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col h4{color:#fff;margin:0 0 7px}.footer-col a{font-size:13px}.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid #293149;margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;color:#66738b;font-size:12px}
.whatsapp-float{position:fixed;z-index:900;left:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#21c267;color:#fff;font-size:25px;box-shadow:0 15px 35px rgba(33,194,103,.35);transition:.2s}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.03)}

.reveal{opacity:0;transform:translateY(25px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}

@media(max-width:1100px){
  .main-nav{gap:17px}.login-link{display:none}
  .hero-grid{grid-template-columns:1fr;gap:35px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}
  .product-stage{max-width:760px;margin:auto}.trusted-row{margin-top:40px}
  .bento-grid{grid-template-columns:repeat(2,1fr)}.bento-large{grid-row:span 2}.bento-wide{grid-column:span 1;grid-template-columns:1fr}
}
@media(max-width:850px){
  .section{padding:82px 0}.nav-wrap{min-height:75px}.menu-toggle{display:block;margin-right:auto}.nav-actions{display:none}
  .main-nav{position:absolute;top:76px;right:17px;left:17px;display:none;flex-direction:column;gap:15px;padding:20px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}.main-nav a:after{display:none}
  .hero{padding-top:125px;min-height:auto;padding-bottom:60px}.hero h1{font-size:54px}
  .laptop-shell{width:min(680px,94vw);transform:none}.dashboard-ui{height:410px}
  .trusted-row{flex-direction:column;gap:15px}.trusted-row>div{gap:25px;flex-wrap:wrap;justify-content:center}
  .why-grid,.faq-grid,.cta-box{grid-template-columns:1fr}.why-grid{gap:45px}.why-copy{text-align:center}.why-copy>p{margin-inline:auto}.why-list{text-align:right;max-width:600px;margin-inline:auto}
  .stats-strip{grid-template-columns:repeat(2,1fr);gap:25px}.stats-strip>div{border-left:0}
  .solution-cards,.pricing-grid{grid-template-columns:1fr}.price-card.featured,.price-card.featured:hover{transform:none}
  .faq-intro{text-align:center}.faq-intro p{margin-inline:auto}
  .cta-box{padding:38px 25px}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{display:none}
}
@media(max-width:590px){
  .container{width:min(100% - 22px,1180px)}.brand{min-width:0}.brand-copy small{display:none}.brand-symbol{width:43px;height:43px}
  .hero{padding-top:110px}.hero h1{font-size:41px;letter-spacing:-.8px}.hero-lead{font-size:16px}.hero-actions .btn{width:100%}
  .product-stage{min-height:410px;margin-top:10px}.stage-ring{width:420px;height:420px}
  .laptop-shell{padding:8px 8px 0;border-radius:18px 18px 8px 8px}.dashboard-ui{height:300px}.dash-sidebar{width:40px;gap:14px;padding:11px 0}.dash-logo{width:24px;height:24px}.side-item{width:22px;height:22px;font-size:11px}
  .dash-content{padding:11px}.dash-header strong{font-size:12px}.dash-kpis{gap:5px;margin-top:10px}.dash-kpis article{padding:7px;column-gap:4px}.kpi-icon{width:23px;height:23px;border-radius:7px}.dash-kpis strong{font-size:12px}.dash-kpis em{display:none}
  .dash-panels{grid-template-columns:1fr;margin-top:7px}.today-panel{display:none}.chart-panel{padding:8px}.chart-grid{height:105px}.laptop-base{margin:0 -22px;height:10px}
  .float-stat{padding:8px 10px}.float-stat small{font-size:7px}.float-stat strong{font-size:10px}.float-icon,.shield{width:25px;height:25px}.stat-occupancy{top:14px;right:-3px}.stat-booking{bottom:37px;left:-2px}.stat-security{display:none}
  .trusted-row>div{gap:17px}.trusted-row strong{font-size:12px}
  .section-heading h2,.why-copy h2,.faq-intro h2{font-size:33px}
  .bento-grid{grid-template-columns:1fr}.bento-large{min-height:490px}.bento-wide{grid-column:auto}
  .why-visual{min-height:390px}.orbit-one{width:255px;height:255px}.orbit-two{width:360px;height:360px}.why-center{width:130px;height:130px}.orbit-card.cloud{right:20px}.orbit-card.secure{left:0}.orbit-card.speed{right:0}.orbit-card.mobile{left:70px}
  .stats-strip{grid-template-columns:1fr 1fr}.pricing-grid{gap:16px}
  .footer-main{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}.footer-bottom{flex-direction:column}
  .cta-actions .btn{width:100%}
}

.phone-number{direction:ltr;unicode-bidi:bidi-override;display:inline-block;}
