
:root{
  --navy:#071427;
  --navy2:#0c1b33;
  --navy3:#102645;
  --gold:#d6aa4b;
  --gold2:#f0cf78;
  --gold3:#b98727;
  --cream:#f7f1e6;
  --paper:#fffdf8;
  --ink:#0e1b31;
  --text:#667085;
  --line:#e2d8c5;
  --white:#fff;
  --shadow:0 24px 70px rgba(7,20,39,.14);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Heebo",Arial,sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.topbar{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(7,20,39,.94);
  border-bottom:1px solid rgba(214,170,75,.22);
  backdrop-filter:blur(14px);
}
.nav{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo-link img{width:170px;height:72px;object-fit:contain;object-position:center}
.nav-links{display:flex;align-items:center;gap:28px;color:#e6e9ef;font-size:14px;font-weight:700}
.nav-links a:not(.nav-cta){position:relative}
.nav-links a:not(.nav-cta):after{
  content:"";position:absolute;right:0;bottom:-7px;width:0;height:2px;
  background:var(--gold);transition:.25s;
}
.nav-links a:not(.nav-cta):hover:after{width:100%}
.nav-cta{
  padding:11px 18px;border-radius:12px;
  color:var(--navy)!important;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  font-weight:900;
}
.menu-button{display:none;background:none;border:0;padding:8px}
.menu-button span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 10%,rgba(214,170,75,.11),transparent 27%),
    linear-gradient(180deg,var(--navy),#0a1930 72%,#0b1c34);
  color:#fff;
  padding:88px 0 0;
}
.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.4}
.orb-1{width:460px;height:460px;background:rgba(214,170,75,.08);right:-180px;top:70px}
.orb-2{width:360px;height:360px;background:rgba(26,87,145,.18);left:-160px;bottom:50px}

.hero-grid{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.pill,.eyebrow{
  display:inline-flex;align-items:center;
  padding:8px 14px;border-radius:999px;
  border:1px solid #dec57d;
  background:#fff9eb;
  color:#8b641a;
  font-size:13px;font-weight:800;
}
.pill{
  color:var(--gold2);
  background:rgba(214,170,75,.08);
  border-color:rgba(214,170,75,.35);
}
.dark-pill{
  color:var(--gold2);
  background:rgba(214,170,75,.08);
  border-color:rgba(214,170,75,.32);
}
.hero h1{
  margin:20px 0;
  font-size:clamp(46px,6vw,82px);
  line-height:.98;
  letter-spacing:-.04em;
}
.hero h1 strong{font-weight:900}
.gold{color:var(--gold2)}
.hero-copy>p{
  margin:0;
  max-width:650px;
  color:#b9c2d0;
  font-size:19px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{
  min-height:54px;
  padding:0 25px;
  border:0;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{
  color:#111827;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  box-shadow:0 14px 32px rgba(214,170,75,.22);
}
.btn-outline{
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.22);
}
.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;color:#aeb8c7;font-size:13px}
.hero-badges span:before{content:"✓";color:var(--gold2);margin-left:6px;font-weight:900}

.hero-visual{min-height:560px;display:grid;place-items:center}
.villa-card{
  width:100%;
  max-width:540px;
  height:500px;
  border-radius:32px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(214,170,75,.22);
  background:linear-gradient(180deg,#172a49,#0a1628);
  box-shadow:0 36px 90px rgba(0,0,0,.38);
}
.villa-sky{
  position:absolute;inset:0 0 46% 0;
  background:
    radial-gradient(circle at 18% 22%,rgba(255,231,164,.8) 0 3%,transparent 3.5%),
    linear-gradient(180deg,#263b62,#162640 60%,#10203a);
}
.villa-house{
  position:absolute;right:54px;top:120px;width:360px;height:220px;
  background:linear-gradient(180deg,#f4efe5,#d8ccb5);
  box-shadow:0 22px 60px rgba(0,0,0,.35);
}
.villa-roof{
  position:absolute;right:-20px;left:-20px;top:-17px;height:22px;
  background:#20252b;border-radius:4px;
}
.villa-floor{display:flex;gap:14px;padding:25px 24px 0}
.villa-floor i{
  display:block;flex:1;height:63px;border:5px solid #2e2b28;
  background:linear-gradient(180deg,#f5cc71,#b87722);
  box-shadow:inset 0 0 22px rgba(255,255,255,.26);
}
.villa-floor.lower{padding-top:20px}
.villa-floor .door{flex:.55;height:78px}
.villa-floor .wide{flex:1.65;height:78px}
.pool{
  position:absolute;left:-20px;right:-20px;bottom:-55px;height:190px;
  transform:skewY(-3deg);
  background:
    repeating-linear-gradient(168deg,rgba(255,255,255,.08) 0 2px,transparent 2px 22px),
    linear-gradient(180deg,#167eb7,#0f4b79);
  box-shadow:inset 0 18px 36px rgba(255,255,255,.08);
}
.palm{position:absolute;bottom:120px;width:6px;height:120px;background:#2b2117;border-radius:8px}
.palm b,.palm span{position:absolute;top:-16px;left:-38px;width:82px;height:34px;border-radius:50%;border-top:10px solid #1b351e;transform:rotate(10deg)}
.palm span{transform:rotate(-22deg)}
.p1{left:60px}.p2{left:118px;height:95px}
.lead-pop{
  position:absolute;background:#fff;color:var(--ink);
  border-radius:18px;padding:14px 16px;
  box-shadow:0 18px 50px rgba(0,0,0,.23);
}
.lead-pop small,.lead-pop span,.lead-pop strong{display:block}
.lead-pop small{font-size:11px;color:#7a8494}
.lead-pop strong{font-size:15px}
.lead-pop span{font-size:11px;color:#238b55;font-weight:800}
.pop-a{left:20px;top:50px}
.pop-b{right:18px;bottom:28px}
.live-dot{display:inline-block!important;width:9px;height:9px;border-radius:50%;background:#2ecc71;margin-left:7px;box-shadow:0 0 0 6px rgba(46,204,113,.12)}

.metric-row{
  margin-top:68px;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.10);
}
.metric-row>div{padding:25px;border-left:1px solid rgba(255,255,255,.08)}
.metric-row>div:last-child{border-left:0}
.metric-row strong{display:block;color:var(--gold2);font-size:18px}
.metric-row span{display:block;color:#aeb7c5;font-size:12px}

.section{padding:104px 0}
.cream{background:var(--cream)}
.navy{background:var(--navy);color:#fff}
.section-head{max-width:780px;text-align:center;margin:0 auto 52px}
.section-head.aligned{text-align:right;margin:0}
.section-head h2{margin:18px 0 14px;font-size:clamp(36px,4.5vw,58px);line-height:1.08;letter-spacing:-.03em}
.section-head h2 strong{font-weight:900}
.section-head p{font-size:18px;color:var(--text);margin:0}
.navy .section-head p,.contact-section .section-head p{color:#aeb8c7}

.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.problem-card{
  background:var(--paper);
  border:1px solid #e8decc;
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 35px rgba(7,20,39,.05);
}
.problem-icon{
  width:50px;height:50px;border-radius:15px;
  display:grid;place-items:center;
  background:#fbf1d7;border:1px solid #ead39d;
  color:#9b6d14;font-weight:900;
  margin-bottom:22px;
}
.problem-card h3{font-size:21px;line-height:1.25;margin:0 0 10px}
.problem-card p{margin:0;color:#6f7785}

.service-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:start}
.service-list{border-right:1px solid rgba(255,255,255,.10);padding-right:28px}
.service-item{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:0 0 34px}
.service-item>span{
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;
  border:1px solid rgba(214,170,75,.34);
  background:rgba(214,170,75,.08);
  color:var(--gold2);font-weight:900;
}
.service-item h3{margin:3px 0 7px;font-size:22px}
.service-item p{margin:0;color:#aeb8c7}

.portal-compare{
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  gap:20px;
  align-items:stretch;
  max-width:1040px;
  margin:auto;
}
.compare-column{
  border-radius:26px;
  padding:32px;
  background:var(--paper);
  border:1px solid #e7dcc7;
  box-shadow:var(--shadow);
}
.smart-side{border:2px solid var(--gold);background:#fffaf0}
.compare-title h3{font-size:26px;line-height:1.2;margin:16px 0 20px}
.compare-tag{
  display:inline-block;padding:6px 12px;border-radius:999px;
  color:#6f4c0f;background:#f6e5b7;border:1px solid #e1c26f;
  font-size:12px;font-weight:900;
}
.muted-tag{color:#596273;background:#eef0f3;border-color:#d8dde3}
.compare-column ul{list-style:none;padding:0;margin:0}
.compare-column li{padding:13px 0;border-bottom:1px solid #ece6db;font-weight:600}
.compare-column li:last-child{border-bottom:0}
.x,.check{
  display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;
  margin-left:9px;font-weight:900;
}
.x{background:#eef0f2;color:#606978}
.check{background:#f6e7b9;color:#8f6416}
.compare-vs{display:grid;place-items:center;font-size:22px;font-weight:900;color:#9b7a35}
.portal-note{
  margin:28px auto 0;
  max-width:880px;
  background:#0b1b32;
  color:#fff;
  border-radius:18px;
  padding:20px 24px;
  text-align:center;
  border:1px solid rgba(214,170,75,.25);
}
.portal-note strong{color:var(--gold2)}

.process-section{background:linear-gradient(180deg,var(--navy),#0a1d36)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-step{
  padding:28px;border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.process-step>strong{display:block;color:var(--gold2);font-size:30px;margin-bottom:15px}
.process-step h3{margin:0 0 8px;font-size:21px}
.process-step p{margin:0;color:#aeb8c7}

.insight-wrap{
  display:grid;grid-template-columns:1fr .85fr;
  gap:70px;align-items:center;
}
.insight-copy h2{font-size:clamp(36px,4.3vw,56px);line-height:1.08;margin:18px 0}
.insight-copy p{font-size:18px;color:var(--text)}
.calendar-card{
  background:var(--paper);border:1px solid #e5dac7;border-radius:26px;
  padding:28px;box-shadow:var(--shadow);
}
.calendar-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.calendar-top strong{font-size:22px}
.calendar-top span{font-size:11px;color:#4c8a65;background:#e9f6ee;padding:5px 9px;border-radius:999px;font-weight:900}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.calendar-grid i{
  display:grid;place-items:center;aspect-ratio:1;border-radius:10px;
  background:#f4efe5;font-style:normal;font-weight:700;color:#606979;
}
.calendar-grid i.hot{background:#f5dfaa;color:#7a5516;border:1px solid #dfbf6c}
.calendar-grid i.busy{background:#0d1e36;color:#fff}
.calendar-legend{display:flex;gap:18px;margin-top:18px;color:#727b88;font-size:12px}
.lg{display:inline-block;width:10px;height:10px;border-radius:3px;margin-left:5px}
.lg.hot{background:#f5dfaa;border:1px solid #dfbf6c}
.lg.busy{background:#0d1e36}

.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:66px;align-items:start}
.faq-list details{
  background:var(--paper);border:1px solid #e7dcc8;border-radius:16px;
  padding:0 20px;margin-bottom:12px;
}
.faq-list summary{cursor:pointer;list-style:none;padding:20px 0;font-size:18px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";float:left;color:var(--gold3);font-size:26px;line-height:1}
.faq-list details[open] summary:after{content:"-"}
.faq-list p{margin:0 0 20px;color:#687181}

.contact-section{background:linear-gradient(180deg,#0a1b32,var(--navy));color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}
.contact-copy h2{font-size:clamp(38px,4.5vw,58px);line-height:1.07;margin:18px 0}
.contact-copy>p{color:#aeb8c7;font-size:18px}
.contact-points{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}
.contact-points span{font-size:12px;border:1px solid rgba(214,170,75,.28);padding:7px 10px;border-radius:999px;color:#e4d6ac}
.email-link{color:var(--gold2);font-weight:800}

.lead-form{
  background:#fff;color:var(--ink);
  border-radius:26px;padding:30px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.lead-form label{display:block;margin-bottom:14px}
.lead-form label span{display:block;font-size:13px;font-weight:800;margin-bottom:7px}
.lead-form input{
  width:100%;height:52px;
  border:1px solid #dde2e8;border-radius:12px;
  background:#fafafa;padding:0 14px;outline:none;
}
.lead-form input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(214,170,75,.12)}
.full{width:100%}
.form-note{display:block;text-align:center;color:#89919e;margin-top:10px}

.footer{background:#050c17;color:#c5cedd;padding:42px 0 18px}
.footer-main{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:40px;align-items:start}
.footer-brand img{width:190px;margin-bottom:10px}
.footer-brand p{color:#808b9c}
.footer-links{display:grid;gap:10px}
.footer-links a:hover,.footer-contact a:hover{color:var(--gold2)}
.footer-contact{display:grid;gap:8px}
.footer-contact strong{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:18px;color:#718095;font-size:12px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:980px){
  .menu-button{display:block}
  .nav-links{
    position:absolute;top:86px;right:0;left:0;
    background:var(--navy);
    display:none;flex-direction:column;align-items:stretch;
    padding:20px;border-top:1px solid rgba(255,255,255,.08);
  }
  .nav-links.open{display:flex}
  .hero-grid,.service-layout,.faq-layout,.contact-grid,.insight-wrap{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero-copy>p{margin:auto}
  .hero-actions,.hero-badges{justify-content:center}
  .problem-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .section-head.aligned{text-align:center;margin:auto}
  .service-list{border-right:0;padding-right:0}
  .portal-compare{grid-template-columns:1fr}
  .compare-vs{min-height:44px}
  .metric-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .container{width:min(100% - 26px,1180px)}
  .nav{min-height:74px}
  .logo-link img{width:145px;height:62px}
  .nav-links{top:74px}
  .hero{padding-top:48px}
  .hero h1{font-size:46px}
  .hero-copy>p{font-size:17px}
  .hero-actions{display:grid}
  .btn{width:100%}
  .villa-card{height:410px;border-radius:24px}
  .villa-house{right:30px;top:120px;width:295px;height:190px}
  .villa-floor{padding:20px 17px 0;gap:10px}
  .villa-floor i{height:52px}
  .villa-floor .door,.villa-floor .wide{height:66px}
  .pop-a{left:10px;top:28px}
  .pop-b{right:10px;bottom:18px}
  .metric-row,.problem-grid,.process-grid{grid-template-columns:1fr}
  .metric-row>div{border-left:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .section{padding:76px 0}
  .section-head{margin-bottom:36px}
  .section-head h2{font-size:38px}
  .service-item{grid-template-columns:55px 1fr}
  .compare-column{padding:24px 20px}
  .calendar-grid{gap:5px}
  .footer-main{grid-template-columns:1fr}
}


/* Platforms */
.platforms-strip{
  background:#09182e;
  color:#fff;
  border-top:1px solid rgba(214,170,75,.14);
  border-bottom:1px solid rgba(214,170,75,.14);
  padding:34px 0 38px;
}
.platforms-title{text-align:center;margin-bottom:22px;color:#e9edf4}
.platforms-title strong{font-size:18px}
.platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.platform-card{
  display:flex;align-items:center;gap:13px;
  padding:16px 18px;border-radius:17px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.platform-card img{width:34px;height:34px;object-fit:contain}
.platform-card span{display:block}
.platform-card strong,.platform-card small{display:block}
.platform-card strong{font-size:16px}
.platform-card small{font-size:11px;color:#9da9ba}

/* Date focus example */
.date-focus{background:#0a1a31;color:#fff}
.date-focus-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}
.date-focus-copy h2{font-size:clamp(36px,4.4vw,56px);line-height:1.1;margin:18px 0}
.date-focus-copy>p{font-size:18px;color:#adb8c8;max-width:690px}
.date-flow{display:grid;gap:12px;margin-top:28px}
.date-flow>div{
  display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;
  padding:15px 17px;border:1px solid rgba(255,255,255,.09);
  border-radius:15px;background:rgba(255,255,255,.035)
}
.date-flow b{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:rgba(214,170,75,.13);color:var(--gold2);border:1px solid rgba(214,170,75,.3)
}
.date-flow strong,.date-flow small{display:block}
.date-flow small{color:#9eabba}
.date-widget{
  border-radius:28px;background:#fff;color:var(--ink);
  padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.28);
  border:2px solid var(--gold)
}
.date-widget-head{display:flex;justify-content:space-between;gap:15px;align-items:center;padding-bottom:18px;border-bottom:1px solid #eee5d5}
.date-widget-head span{font-size:12px;color:#8a6a2b;background:#fbefcf;padding:6px 9px;border-radius:999px}
.date-widget-body{display:grid;grid-template-columns:1fr 42px 1fr;gap:12px;align-items:center;padding:30px 0}
.date-field{background:#f7f3ea;border:1px solid #e8dcc3;border-radius:18px;padding:22px;text-align:center}
.date-field small,.date-field strong{display:block}
.date-field small{color:#7c8491}.date-field strong{font-size:30px}
.date-arrow{text-align:center;font-size:26px;color:var(--gold3)}
.date-widget-footer{text-align:center;background:#0d1e36;color:#fff;border-radius:14px;padding:14px}
.date-widget-footer strong{color:var(--gold2)}

/* Social proof */
.proof-section{background:#f7f1e6}
.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.proof-card{
  margin:0;background:#fff;border-radius:22px;overflow:hidden;
  border:1px solid #e6dac5;box-shadow:0 15px 42px rgba(7,20,39,.08)
}
.proof-card img{width:100%;aspect-ratio:16/8.6;object-fit:cover;object-position:top}
.proof-card figcaption{padding:16px 18px;color:#24334b}
.proof-card figcaption strong{font-weight:800}
.proof-disclaimer{text-align:center;color:#808794;font-size:12px;margin-top:18px}

/* Start and lead delivery */
.start-section{background:#fffaf0}
.start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.start-card{
  border:1px solid #eadfc9;background:#fff;border-radius:22px;padding:28px;
  box-shadow:0 12px 35px rgba(7,20,39,.05)
}
.start-card>span{display:block;color:var(--gold3);font-weight:900;font-size:28px;margin-bottom:14px}
.start-card h3{font-size:21px;margin:0 0 9px}
.start-card p{color:#6d7583;margin:0}
.fast-card{background:#0d1e36;color:#fff;border-color:#d2aa4c}
.fast-card p{color:#acb7c7}
.fast-card>span{color:var(--gold2)}

.receive-box{
  margin-top:28px;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(145deg,#0a1a31,#071427);
  color:#fff;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center
}
.receive-copy h2{font-size:clamp(31px,3.7vw,46px);line-height:1.08;margin:17px 0}
.receive-copy p{color:#aeb8c7;margin:0}
.receive-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.receive-channels>div{
  text-align:center;padding:22px 14px;border-radius:18px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09)
}
.channel-icon{
  display:grid;place-items:center;width:46px;height:46px;border-radius:14px;
  margin:0 auto 12px;background:rgba(214,170,75,.12);color:var(--gold2);
  border:1px solid rgba(214,170,75,.25);font-size:22px
}
.receive-channels strong,.receive-channels small{display:block}
.receive-channels small{margin-top:6px;color:#9faabd;font-size:11px;line-height:1.5}

@media(max-width:980px){
  .platform-grid{grid-template-columns:repeat(2,1fr)}
  .date-focus-grid,.receive-box{grid-template-columns:1fr}
  .start-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .platform-grid,.proof-grid,.receive-channels{grid-template-columns:1fr}
  .date-widget-body{grid-template-columns:1fr}
  .date-arrow{transform:rotate(90deg)}
  .proof-card img{aspect-ratio:1.35/1}
  .receive-box{padding:24px 20px}
}
