:root{
    --navy:#0c1c33;
    --navy-deep:#071223;
    --navy-card:#161f38;
    --gold:#f2b31e;
    --whatsapp:#25D366;
    --whatsapp-dark:#1fb457;
    --paper:#f4f5f7;
    --ink:#16202e;
    --ink-soft:#5b6472;
    --line:#e7e8ec;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  body{
    font-family:'Inter',sans-serif;
    background:var(--paper);
    color:var(--ink);
    line-height:1.55;
    padding-bottom:56px; /* space for sticky bar */
  }
  h1,h2,h3,.display{font-family:'Poppins',sans-serif;}
  a{text-decoration:none;color:inherit;}
  img{display:block;max-width:100%;}
  .wrap{max-width:1000px;margin:0 auto;padding:0 24px;}
  .eyebrow{
    font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
    color:var(--navy);text-align:center;display:block;margin-bottom:14px;
  }

  /* ===== Header ===== */
  header{
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:18px 24px;
    display:flex;justify-content:center;
  }
  .logo-img{height:40px;width:auto;}

  /* ===== Hero ===== */
  .hero{
    background:var(--navy);
    color:#fff;
    padding:56px 24px 44px;
    text-align:center;
  }
  .hero h1{
    font-size:clamp(26px,4.6vw,40px);
    font-weight:700;
    line-height:1.28;
    max-width:720px;margin:0 auto 20px;
  }
  .hero h1 .badge{
    display:inline-block;
    background:linear-gradient(100deg,#f2b31e,#f7cc63);
    color:var(--navy-deep);
    padding:4px 16px;
    border-radius:8px;
    font-weight:800;
  }
  .hero p.sub{
    font-size:16px;color:rgba(255,255,255,0.72);
    max-width:600px;margin:0 auto 30px;
  }
  .btn-whatsapp{
    display:inline-flex;align-items:center;gap:10px;
    background:var(--whatsapp);color:#fff;
    font-weight:600;font-size:15.5px;
    padding:16px 30px;border-radius:12px;
    /* box-shadow:0 8px 20px -6px rgba(37,211,102,0.5); */
    transition:transform .15s ease, background .15s ease;
  }
  .btn-whatsapp:hover{background:var(--whatsapp-dark);transform:translateY(-1px);}
  .btn-whatsapp svg{width:20px;height:20px;flex-shrink:0;}
  .trust-line{
    margin-top:22px;font-size:13.5px;color:var(--gold);
    display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;font-weight:500;
  }

  /* stat cards */
  .stat-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
    max-width:820px;margin:38px auto 0;
  }
  .stat-card{
    background:var(--navy-card);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;
    padding:26px 14px;
    text-align:center;
  }
  .stat-card .num{
    font-family:'Poppins',sans-serif;font-weight:600;
    color:var(--gold);font-size:clamp(22px,3.4vw,30px);
    display:block;margin-bottom:6px;
  }
  .stat-card .label{font-size:13px;color:rgba(255,255,255,0.65);font-weight:500;}

  /* ===== shared section ===== */
  section{padding:60px 24px;}
  .section-title{
    font-size:clamp(22px,3vw,28px);font-weight:600;color:var(--navy);
    text-align:center;margin-bottom:36px;letter-spacing:0.01em;
  }

  /* ===== Why choose us ===== */
  .why{background:var(--paper);}
  .why-list{
    max-width:640px;margin:0 auto 34px;list-style:none;
  }
  .why-list li{
    display:flex;align-items:center;gap:14px;justify-content:center;
    padding:17px 4px;border-bottom:1px solid var(--line);
    font-size:15.5px;font-weight:600;color:var(--ink);
  }
  .why-list li:last-child{border-bottom:none;}
  .why-list .tick{color:var(--gold);font-weight:800;font-size:16px;}
  .why-cta{display:flex;justify-content:center;}

  /* ===== Gradient banner ===== */
  .banner{
    background:linear-gradient(100deg,#f2b31e,#f7cc63);
    color:var(--navy-deep);
    text-align:center;
    padding:20px 24px;
    font-weight:600;font-size:16px;
  }

  /* ===== Testimonials (carousel) ===== */
  .google-g{
    font-weight:500;
    font-size:1rem;
  }
  .g-red{color:#EA4335;}.g-yellow{color:#FBBC05;}.g-green{color:#34A853;}.g-blue{color:#4285F4;}
  .testimonials{background:#fff;text-align:center;}
  .rating-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px;font-weight:700;font-size:15px;}
  .rating-num{font-size:44px;font-weight:800;color:var(--ink);margin:6px 0 4px;}
  .stars{color:var(--gold);font-size:18px;letter-spacing:3px;margin-bottom:6px;}
  .rating-sub{font-size:13px;color:var(--ink-soft);margin-bottom:30px;}
  .t-card{
    max-width:600px;margin:0 auto 22px;
    background:#fff;border:1px solid var(--line);border-left:4px solid var(--gold);
    border-radius:12px;padding:26px 28px;text-align:left;
    box-shadow:0 10px 26px -18px rgba(12,28,51,0.25);
  }
  .t-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
  .t-avatar{
    width:40px;height:40px;border-radius:50%;
    background:var(--navy);color:var(--gold);
    display:flex;align-items:center;justify-content:center;
    font-weight:700;font-size:14px;flex-shrink:0;
  }
  .t-name{font-weight:700;font-size:14.5px;color:var(--ink);}
  .t-role{font-size:12.5px;color:var(--ink-soft);}
  .t-stars{color:var(--gold);font-size:13px;margin-bottom:10px;}
  .t-quote{font-size:14.5px;color:var(--ink-soft);line-height:1.65;}
  .t-dots{display:flex;gap:7px;justify-content:center;margin-bottom:28px;}
  .t-dots span{width:7px;height:7px;border-radius:50%;background:var(--line);cursor:pointer;transition:background .2s;}
  .t-dots span.active{background:var(--gold);}

  /* ===== Services (destinations pattern) ===== */
  .services{background:var(--navy);color:#fff;}
  .services .section-title{color:#fff;}
  .service-grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:16px;
    max-width:720px;margin:0 auto 30px;
  }
  .service-card{
    background:var(--navy-card);border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;padding:24px 14px;text-align:center;
  }
  .service-card .icon {font-size:20px;margin-bottom:8px;display:block;}
  .service-card .name{font-weight:500;font-size:14.5px;}
  .services-cta{display:flex;justify-content:center;margin-bottom:30px;}
  .highlight-box{
    max-width:560px;margin:0 auto;
    border:1.5px solid var(--gold);border-radius:14px;
    padding:26px 24px;text-align:center;
  }
  .highlight-box h3{color:var(--gold);font-size:18px;font-weight:600;margin-bottom:10px;}
  .highlight-box p{font-size:14px;color:rgba(255,255,255,0.7);margin-bottom:20px;}

  /* ===== Talk to us ===== */
  .contact{background:var(--paper);}
  .contact-grid{
    display:flex;justify-content:center;
  }
  .contact-card{
    background:#fff;border:1px solid var(--line);border-radius:14px;
    padding:28px 30px;text-align:center;max-width:320px;width:100%;
    box-shadow:0 10px 26px -18px rgba(12,28,51,0.2);
  }
  .contact-card .office{
    font-weight:700;font-size:15.5px;color:var(--navy);
    display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px;
  }
  .contact-card .phone{font-size:14.5px;color:var(--ink-soft);margin-bottom:18px;}
  .contact-btns{display:flex;gap:10px;}
  .btn-mini-wa{
    flex:1;display:flex;align-items:center;justify-content:center;gap:6px;
    background:var(--whatsapp);color:#fff;font-weight:700;font-size:13.5px;
    padding:11px;border-radius:9px;
  }
  .btn-mini-call{
    flex:1;display:flex;align-items:center;justify-content:center;gap:6px;
    background:var(--navy);color:#fff;font-weight:700;font-size:13.5px;
    padding:11px;border-radius:9px;
  }

  /* ===== Footer ===== */
  footer{background:var(--navy-deep);color:rgba(255,255,255,0.55);text-align:center;padding:26px 24px;font-size:13px;}
  footer b{color:var(--gold);}

  /* ===== Sticky bottom bar ===== */
  .sticky-bar{
    position:fixed;bottom:0;left:0;right:0;z-index:100;
    background:var(--whatsapp);color:#fff;
    display:flex;align-items:center;justify-content:center;gap:10px;
    padding:14px 20px;font-weight:700;font-size:14.5px;
  }
  .sticky-bar .dot{
    width:8px;height:8px;border-radius:50%;background:#fff;
    animation:pulse 1.6s infinite;
  }
  .sticky-bar svg{width:18px;height:18px;}
  @keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.3;}}

  @media (max-width:600px){
    .stat-grid{grid-template-columns:repeat(3,1fr);gap:10px;}
    .stat-card{padding:18px 8px;}
    .service-grid{grid-template-columns:repeat(2,1fr);}
    section{padding:48px 20px;}
  }