  :root{
    --lp-primary:#173D6A;
    --lp-primary-dark:#0f2c4d;
    --lp-secondary:#FF6600;
    --lp-secondary-dark:#d94f00;
    --lp-accent:#000099;
    --lp-success:#1f8a55;
    --lp-light:#f7f9fc;
    --lp-text:#2b2b2b;
  }
  *{box-sizing:border-box;}
  body{font-family:'Open Sans',sans-serif;color:var(--lp-text);margin:0;}
  h1,h2,h3,h4,h5{font-family:'Poppins',sans-serif;}
  a{text-decoration:none;}

  /* TOP ANNOUNCEMENT BAR */
  .lp-topbar{
    background:var(--lp-primary);color:#fff;font-size:13px;font-weight:500;
    padding:10px 0;text-align:center;letter-spacing:.2px;
  }
  .lp-topbar strong{color:#FFD27A;}
  .lp-topbar .sep{opacity:.4;margin:0 10px;}

  /* NAVBAR custom */
  .lp-navbar{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06);position:sticky;top:0;z-index:50;}
  .lp-navbar .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--lp-primary);font-weight:700;font-size:20px;}
  .lp-navbar .navbar-brand:hover{color:var(--lp-primary);}
  /* Mobile hamburger toggler — explicit SVG to ensure visibility */
  .lp-navbar .navbar-toggler{
    border:1.5px solid var(--lp-primary);padding:7px 11px;border-radius:8px;outline:none;
  }
  .lp-navbar .navbar-toggler:focus{box-shadow:0 0 0 3px rgba(23,61,106,.15);}
  .lp-navbar .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23173D6A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat:no-repeat;background-position:center;background-size:100% 100%;
    width:1.4em;height:1.4em;display:inline-block;
  }
  .logo-circle{
    width:42px;height:42px;
    background:linear-gradient(135deg,var(--lp-secondary),var(--lp-secondary-dark));
    color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
    font-weight:700;font-family:'Poppins',sans-serif;font-size:18px;flex-shrink:0;
  }
  .lp-navbar .nav-link{color:#374151;font-weight:500;font-size:15px;padding:10px 14px !important;}
  .lp-navbar .nav-link:hover{color:var(--lp-secondary);}
  .lp-navbar .btn-nav-cta{
    background:var(--lp-secondary);color:#fff;border:none;border-radius:50px;
    padding:9px 20px;font-weight:600;font-size:14px;
  }
  .lp-navbar .btn-nav-cta:hover{background:var(--lp-secondary-dark);color:#fff;}
  .lp-navbar .nav-call{color:var(--lp-primary);font-weight:600;font-size:14px;padding:10px 14px;}
  .lp-navbar .nav-call:hover{color:var(--lp-secondary);}

  /* HERO */
  .lp-hero{
    position:relative;
    background:linear-gradient(120deg, rgba(15,44,77,.82) 0%, rgba(15,44,77,.55) 60%, rgba(15,44,77,.25) 100%),
               url('img/Backwaters-Kerala.webp') center/cover no-repeat;
    color:#fff;padding:70px 0 80px;
  }
  .lp-hero .lp-badge{
    display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);
    backdrop-filter:blur(6px);padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;
    border:1px solid rgba(255,255,255,.2);
  }
  .lp-hero .lp-badge .dot{width:8px;height:8px;background:#42d68a;border-radius:50%;
    box-shadow:0 0 0 0 rgba(66,214,138,.6);animation:pulse 2s infinite;}
  @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(66,214,138,.6);}70%{box-shadow:0 0 0 12px rgba(66,214,138,0);}100%{box-shadow:0 0 0 0 rgba(66,214,138,0);}}
  .lp-hero h2.hero-headline{font-weight:700;font-size:clamp(32px,4.5vw,54px);line-height:1.1;margin:18px 0;color:#fff;font-family:'Poppins',sans-serif;}
  .lp-hero h2.hero-headline .accent{color:var(--lp-secondary);}
  .lp-hero .lead{font-size:18px;color:rgba(255,255,255,.92);max-width:560px;margin-bottom:22px;}
  .lp-hero ul.bullets{list-style:none;padding:0;margin:0 0 26px;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;max-width:560px;}
  .lp-hero ul.bullets li{font-size:15px;}
  .lp-hero ul.bullets li i{color:#42d68a;margin-right:8px;}
  .lp-hero .avatars{display:flex;align-items:center;margin-top:24px;}
  .lp-hero .avatars img{width:38px;height:38px;border-radius:50%;border:2px solid #fff;margin-left:-10px;object-fit:cover;}
  .lp-hero .avatars img:first-child{margin-left:0;}
  .lp-hero .avatars span{margin-left:14px;font-size:14px;}

  /* HERO BUTTONS */
  .lp-btn-primary-orange{background:linear-gradient(135deg,var(--lp-secondary),var(--lp-secondary-dark));
    color:#fff;font-weight:600;padding:13px 22px;border-radius:10px;
    display:inline-flex;align-items:center;gap:8px;border:none;
    box-shadow:0 6px 18px rgba(255,102,0,.4);transition:all .25s;}
  .lp-btn-primary-orange:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,102,0,.5);color:#fff;}
  .lp-btn-wa{background:#25D366;color:#fff;font-weight:600;padding:13px 22px;border-radius:10px;
    display:inline-flex;align-items:center;gap:8px;border:none;}
  .lp-btn-wa:hover{background:#1eba56;color:#fff;}
  .lp-btn-ghost{background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.4);color:#fff;
    font-weight:600;padding:12px 22px;border-radius:10px;backdrop-filter:blur(6px);
    display:inline-flex;align-items:center;gap:8px;}
  .lp-btn-ghost:hover{background:rgba(255,255,255,.22);color:#fff;}

  /* HERO FORM */
  .lp-form-card{
    background:#fff;border-radius:16px;padding:26px 24px;color:var(--lp-text);
    box-shadow:0 30px 60px -20px rgba(0,0,0,.4);max-width:440px;margin-left:auto;
  }
  .lp-form-card .free-tag{display:inline-block;background:#FFE6D1;color:var(--lp-secondary-dark);
    font-weight:700;font-size:11px;padding:4px 10px;border-radius:30px;letter-spacing:.5px;}
  .lp-form-card h3{font-size:22px;font-weight:600;margin:10px 0 4px;color:var(--lp-primary);}
  .lp-form-card p.sub{font-size:13px;color:#6b7280;margin-bottom:18px;}
  .lp-form-card label{font-size:12px;font-weight:600;color:#374151;margin-bottom:4px;display:block;}
  .lp-form-card .form-control,.lp-form-card .form-select{
    border:1.5px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;height:auto;
  }
  .lp-form-card .form-control:focus,.lp-form-card .form-select:focus{
    border-color:var(--lp-secondary);box-shadow:0 0 0 3px rgba(255,102,0,.15);outline:none;
  }
  .lp-btn-cta{
    background:linear-gradient(135deg,var(--lp-secondary),var(--lp-secondary-dark));
    color:#fff;border:none;border-radius:10px;padding:13px 18px;font-weight:700;font-size:15px;
    width:100%;box-shadow:0 8px 20px rgba(255,102,0,.35);transition:all .25s;cursor:pointer;
  }
  .lp-btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,102,0,.45);color:#fff;}
  .lp-form-card .micro{display:flex;justify-content:space-between;font-size:11px;color:#6b7280;margin-top:10px;}

  /* TRUST STRIP */
  .lp-trust-strip{background:#fff;padding:18px 0;border-bottom:1px solid #eef0f4;}
  .lp-trust-strip .item{display:flex;align-items:center;justify-content:center;gap:8px;
    font-size:14px;font-weight:600;color:var(--lp-primary);}
  .lp-trust-strip .item i{color:var(--lp-secondary);font-size:18px;}

  /* COUNTERS */
  .lp-counters{background:var(--lp-light);padding:50px 0;}
  .lp-counters .counter-box{text-align:center;padding:18px 10px;}
  .lp-counters .num{font-family:'Poppins',sans-serif;font-size:42px;font-weight:700;color:var(--lp-secondary);line-height:1;}
  .lp-counters .lbl{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--lp-primary);
    margin-top:6px;font-weight:600;}

  /* SECTIONS */
  .lp-section{padding:70px 0;}
  .lp-section.bg-soft{background:var(--lp-light);}

  /* ABOUT SECTION (SEO content) */
  .lp-about{background:#fff;}
  .lp-about .lp-about-h1{
    font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(26px,2.8vw,34px);
    color:var(--lp-primary);line-height:1.2;margin-bottom:18px;
  }
  .lp-about .lp-about-lead{
    color:var(--lp-secondary-dark);font-size:15.5px;line-height:1.7;margin-bottom:24px;
  }
  .lp-about .lp-about-h3{
    font-family:'Poppins',sans-serif;font-weight:600;font-size:19px;
    color:var(--lp-primary);margin-top:18px;margin-bottom:8px;
  }
  .lp-about p{font-size:14.5px;line-height:1.7;color:#4b5563;margin-bottom:10px;}
  .lp-about .lp-section-h2{
    font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(22px,2.5vw,28px);
    color:var(--lp-primary);margin-bottom:14px;
  }
  .lp-about-img img{box-shadow:0 12px 30px rgba(15,44,77,.12);}
  .lp-about-highlights, .lp-about-agency{
    background:var(--lp-light);padding:24px 28px;border-radius:14px;border-left:4px solid var(--lp-secondary);
  }
  .lp-section-title{text-align:center;margin-bottom:50px;}
  .lp-section-title .kicker{color:var(--lp-secondary);font-weight:700;font-size:13px;
    letter-spacing:1.5px;text-transform:uppercase;}
  .lp-section-title h2{font-weight:700;font-size:clamp(28px,3.2vw,40px);color:var(--lp-primary);margin:8px 0 12px;}
  .lp-section-title p{color:#6b7280;max-width:680px;margin:0 auto;}

  /* PACKAGE CARDS */
  .lp-pkg{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.06);
    transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column;border:1px solid #eef0f4;}
  .lp-pkg:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,44,77,.14);}
  .lp-pkg .img-wrap{position:relative;height:200px;overflow:hidden;}
  .lp-pkg .img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
  .lp-pkg:hover .img-wrap img{transform:scale(1.06);}
  .lp-pkg .badge-top{position:absolute;top:12px;left:12px;background:var(--lp-secondary);color:#fff;
    font-size:11px;font-weight:700;padding:5px 10px;border-radius:30px;letter-spacing:.5px;}
  .lp-pkg .badge-days{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.95);color:var(--lp-primary);
    font-size:12px;font-weight:700;padding:5px 10px;border-radius:30px;}
  .lp-pkg .body{padding:18px;flex:1;display:flex;flex-direction:column;}
  .lp-pkg .stars{color:#FFB800;font-size:13px;margin-bottom:6px;}
  .lp-pkg .stars span{color:#9ca3af;margin-left:4px;}
  .lp-pkg h4{font-size:18px;font-weight:600;color:var(--lp-primary);margin-bottom:6px;}
  .lp-pkg .route{font-size:13px;color:#6b7280;margin-bottom:14px;flex:1;}
  .lp-pkg .quote-tag{font-size:13px;color:var(--lp-primary);margin-bottom:12px;font-weight:600;
    display:flex;align-items:center;gap:6px;}
  .lp-pkg .quote-tag i{color:var(--lp-secondary);}
  .lp-pkg .actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .lp-pkg .btn-pkg{background:var(--lp-primary);color:#fff;padding:10px;border-radius:8px;font-size:13px;
    font-weight:600;text-align:center;transition:background .25s;}
  .lp-pkg .btn-pkg:hover{background:var(--lp-primary-dark);color:#fff;}
  .lp-pkg .btn-pkg-wa{background:#25D366;color:#fff;padding:10px;border-radius:8px;font-size:13px;
    font-weight:600;text-align:center;transition:background .25s;display:flex;align-items:center;justify-content:center;gap:6px;}
  .lp-pkg .btn-pkg-wa:hover{background:#1eba56;color:#fff;}

  /* DESTINATION CARDS */
  .lp-dest{position:relative;border-radius:14px;overflow:hidden;height:240px;display:block;}
  .lp-dest img{width:100%;height:100%;object-fit:cover;transition:transform .6s;}
  .lp-dest:hover img{transform:scale(1.08);}
  .lp-dest::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,0) 60%);}
  .lp-dest .info{position:absolute;bottom:14px;left:16px;right:16px;color:#fff;z-index:2;}
  .lp-dest .info h5{font-weight:600;font-size:20px;margin:0 0 4px;color:#fff;}
  .lp-dest .info p{font-size:13px;opacity:.9;margin:0;color:#fff;}

  /* HOW IT WORKS */
  .lp-step{text-align:center;padding:30px 24px;background:#fff;border-radius:14px;height:100%;border:1px solid #eef0f4;
    transition:transform .25s,box-shadow .25s;}
  .lp-step:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(15,44,77,.1);}
  .lp-step .step-num{width:54px;height:54px;background:linear-gradient(135deg,var(--lp-secondary),var(--lp-secondary-dark));
    color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px;
    margin:0 auto 16px;font-family:'Poppins',sans-serif;}
  .lp-step h4{font-size:19px;font-weight:600;color:var(--lp-primary);margin-bottom:8px;}
  .lp-step p{color:#6b7280;font-size:14px;margin:0;}

  /* TESTIMONIALS */
  .lp-test{background:#fff;border:1px solid #eef0f4;border-radius:14px;padding:24px;height:100%;
    transition:transform .25s,box-shadow .25s;}
  .lp-test:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(15,44,77,.1);}
  .lp-test .stars{color:#FFB800;font-size:16px;margin-bottom:10px;}
  .lp-test blockquote{font-size:15px;line-height:1.65;color:#374151;margin-bottom:18px;font-style:italic;}
  .lp-test .person{display:flex;align-items:center;gap:12px;}
  .lp-test .person img{width:48px;height:48px;border-radius:50%;object-fit:cover;}
  .lp-test .person h6{margin:0;font-size:15px;font-weight:600;color:var(--lp-primary);}
  .lp-test .person small{color:#6b7280;font-size:12px;}

  /* WHY US */
  .lp-why-card{text-align:center;padding:28px 20px;background:#fff;border-radius:14px;height:100%;
    border:1px solid #eef0f4;transition:all .25s;}
  .lp-why-card:hover{border-color:var(--lp-secondary);transform:translateY(-4px);box-shadow:0 14px 30px rgba(255,102,0,.12);}
  .lp-why-card .ic{width:64px;height:64px;background:linear-gradient(135deg,#FFE6D1,#FFD1AC);color:var(--lp-secondary);
    border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 14px;}
  .lp-why-card h5{font-size:17px;font-weight:600;color:var(--lp-primary);margin-bottom:8px;}
  .lp-why-card p{color:#6b7280;font-size:14px;margin:0;}

  /* FAQ */
  .lp-faq{max-width:780px;margin:0 auto;}
  .lp-faq details{background:#fff;border:1px solid #eef0f4;border-radius:12px;padding:18px 22px;
    margin-bottom:12px;transition:all .25s;}
  .lp-faq details[open]{border-color:var(--lp-secondary);box-shadow:0 8px 20px rgba(255,102,0,.1);}
  .lp-faq summary{font-weight:600;color:var(--lp-primary);cursor:pointer;font-size:16px;
    list-style:none;display:flex;justify-content:space-between;align-items:center;}
  .lp-faq summary::-webkit-details-marker{display:none;}
  .lp-faq summary::after{content:'+';font-size:24px;color:var(--lp-secondary);font-weight:300;transition:transform .25s;}
  .lp-faq details[open] summary::after{transform:rotate(45deg);}
  .lp-faq .faq-answer{padding-top:14px;color:#4b5563;font-size:14.5px;line-height:1.65;}

  /* OFFICES (icon-based, no images) */
  .lp-office{background:#fff;border:1px solid #eef0f4;border-radius:14px;padding:26px;height:100%;
    transition:all .25s;text-align:center;}
  .lp-office:hover{border-color:var(--lp-secondary);transform:translateY(-4px);box-shadow:0 14px 30px rgba(15,44,77,.1);}
  .lp-office .pin{width:60px;height:60px;background:linear-gradient(135deg,var(--lp-primary),var(--lp-primary-dark));
    color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;
    font-size:24px;margin:0 auto 14px;}
  .lp-office h4{font-size:17px;font-weight:600;color:var(--lp-primary);margin-bottom:8px;}
  .lp-office p{font-size:13px;color:#6b7280;margin:0;line-height:1.55;}

  /* FINAL CTA */
  .lp-final-cta{
    background:linear-gradient(135deg,var(--lp-primary) 0%,var(--lp-primary-dark) 100%);
    color:#fff;padding:60px 0;text-align:center;position:relative;overflow:hidden;
  }
  .lp-final-cta::before{content:'';position:absolute;inset:0;
    background:url('img/Backwaters-Kerala.webp') center/cover;opacity:.12;}
  .lp-final-cta > .container{position:relative;z-index:2;}
  .lp-final-cta h2{font-size:clamp(28px,3.5vw,40px);font-weight:700;margin-bottom:14px;color:#fff;}
  .lp-final-cta p{font-size:17px;opacity:.92;margin-bottom:26px;}
  .lp-final-cta .btn-final{background:var(--lp-secondary);color:#fff;font-weight:700;padding:14px 32px;
    border-radius:10px;font-size:16px;display:inline-block;box-shadow:0 12px 28px rgba(255,102,0,.4);
    transition:all .25s;}
  .lp-final-cta .btn-final:hover{transform:translateY(-3px);background:var(--lp-secondary-dark);color:#fff;}

  /* FOOTER */
  .lp-footer{background:var(--lp-primary-dark);color:#cbd5e1;padding:50px 0 0;}
  .lp-footer h5{color:var(--lp-secondary);font-size:15px;font-weight:600;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase;}
  .lp-footer a{color:#cbd5e1;display:block;padding:5px 0;font-size:14px;}
  .lp-footer a:hover{color:var(--lp-secondary);}
  .lp-footer .social a{display:inline-flex;width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;
    align-items:center;justify-content:center;margin-right:8px;padding:0;}
  .lp-footer .social a:hover{background:var(--lp-secondary);color:#fff;}
  .lp-footer .copy{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding:20px 0;text-align:center;font-size:13px;color:#94a3b8;}

  /* STICKY MOBILE CTA */
  .lp-sticky-mobile{
    position:fixed;bottom:0;left:0;right:0;background:#fff;
    box-shadow:0 -6px 20px rgba(0,0,0,.1);padding:10px;z-index:100;display:none;
    padding-bottom:calc(10px + env(safe-area-inset-bottom));
  }
  @media(max-width:991px){.lp-sticky-mobile{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;}}
  .lp-sticky-mobile a{padding:11px 6px;border-radius:8px;font-weight:600;text-align:center;font-size:13px;display:block;}
  .lp-sticky-mobile .wa{background:#25D366;color:#fff;}
  .lp-sticky-mobile .form{background:var(--lp-secondary);color:#fff;}
  .lp-sticky-mobile .call{background:var(--lp-primary);color:#fff;}
  @media(max-width:991px){body{padding-bottom:80px;}}

  /* Floating WhatsApp (desktop) */
  .lp-wa-float{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25D366;
    border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;
    box-shadow:0 8px 24px rgba(37,211,102,.5);z-index:99;animation:pulse 2s infinite;}
  .lp-wa-float:hover{color:#fff;background:#1eba56;}
  @media(max-width:991px){.lp-wa-float{display:none;}}

  /* Success message */
  .lp-form-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:12px;
    border-radius:8px;margin-top:12px;font-size:14px;display:none;}

  /* ===== RESPONSIVE — TABLET (≤991px) ===== */
  @media(max-width:991px){
    .lp-hero{padding:50px 0 60px;}
    .lp-hero ul.bullets{grid-template-columns:1fr;}
    .lp-form-card{margin:30px auto 0;}
    .lp-navbar .navbar-collapse{padding:14px 0;}
    .lp-navbar .nav-call{padding:8px 14px;}
    .lp-navbar .btn-nav-cta{display:inline-block;margin-top:8px;text-align:center;}
  }

  /* ===== RESPONSIVE — MOBILE (≤767px) ===== */
  @media(max-width:767px){
    body{overflow-x:hidden;}

    /* Top announcement bar */
    .lp-topbar{font-size:12px;padding:8px 10px;line-height:1.4;}

    /* Navbar */
    .lp-navbar .navbar-brand{font-size:17px;}
    .lp-navbar .navbar-brand img{height:36px !important;}
    .lp-navbar .nav-link{padding:8px 0 !important;border-bottom:1px solid #f0f2f5;}
    .lp-navbar .nav-call{display:block;text-align:center;border:1px solid #e5e7eb;border-radius:8px;margin-top:10px;}
    .lp-navbar .btn-nav-cta{display:block;margin-left:0 !important;margin-top:8px;}

    /* Hero */
    .lp-hero{padding:35px 0 45px;}
    .lp-hero h2.hero-headline{font-size:30px;line-height:1.15;margin:14px 0;}
    .lp-hero .lead{font-size:15px;margin-bottom:18px;}
    .lp-hero .lp-badge{font-size:11px;padding:5px 12px;}
    .lp-hero ul.bullets{margin-bottom:20px;}
    .lp-hero ul.bullets li{font-size:14px;}
    .lp-hero .avatars{margin-top:18px;flex-wrap:wrap;}
    .lp-hero .avatars span{font-size:12px;margin-left:10px;}
    .lp-hero .avatars img{width:34px;height:34px;}

    /* Hero buttons - full width on mobile so they stack cleanly */
    .lp-hero .d-flex.flex-wrap.gap-2{gap:10px !important;}
    .lp-hero .d-flex.flex-wrap.gap-2 > a{
      flex:1 1 100%;justify-content:center;text-align:center;padding:12px 16px;font-size:14px;
    }

    /* Form card */
    .lp-form-card{padding:20px 18px;border-radius:14px;}
    .lp-form-card h3{font-size:19px;}
    .lp-form-card p.sub{font-size:12px;}
    /* Prevent iOS zoom-on-focus by using 16px input font */
    .lp-form-card .form-control,
    .lp-form-card .form-select{font-size:16px;padding:11px 12px;}
    .lp-form-card .micro{flex-wrap:wrap;gap:6px;justify-content:flex-start;}
    .lp-form-card .micro span{font-size:10px;}

    /* Sections */
    .lp-section{padding:45px 0;}
    .lp-section-title{margin-bottom:32px;}
    .lp-section-title .kicker{font-size:11px;}
    .lp-section-title h2{font-size:24px;line-height:1.2;}
    .lp-section-title p{font-size:14px;}

    /* Counters */
    .lp-counters{padding:32px 0;}
    .lp-counters .counter-box{padding:10px 6px;}
    .lp-counters .num{font-size:30px;}
    .lp-counters .lbl{font-size:10.5px;letter-spacing:.4px;}

    /* Trust strip */
    .lp-trust-strip{padding:14px 0;}
    .lp-trust-strip .item{font-size:12px;gap:6px;}
    .lp-trust-strip .item i{font-size:15px;}

    /* Why us cards */
    .lp-why-card{padding:22px 18px;}
    .lp-why-card .ic{width:54px;height:54px;font-size:24px;margin-bottom:10px;}
    .lp-why-card h5{font-size:16px;}
    .lp-why-card p{font-size:13px;}

    /* Package cards */
    .lp-pkg .img-wrap{height:180px;}
    .lp-pkg .body{padding:16px;}
    .lp-pkg h4{font-size:17px;}
    .lp-pkg .route{font-size:12.5px;}
    .lp-pkg .quote-tag{font-size:12px;}
    .lp-pkg .actions{gap:6px;}
    .lp-pkg .btn-pkg,.lp-pkg .btn-pkg-wa{font-size:12.5px;padding:9px 6px;}

    /* Destinations */
    .lp-dest{height:180px;}
    .lp-dest .info h5{font-size:17px;}
    .lp-dest .info p{font-size:12px;}

    /* How it works */
    .lp-step{padding:24px 18px;}
    .lp-step .step-num{width:48px;height:48px;font-size:20px;}
    .lp-step h4{font-size:17px;}

    /* Testimonials → Horizontal slider on mobile */
    .lp-test{padding:20px 18px;}
    .lp-test blockquote{font-size:14px;}
    .lp-test .person img{width:42px;height:42px;}
    .lp-test-row{
      flex-wrap:nowrap !important;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
      padding-bottom:8px;
      scroll-padding-left:12px;
    }
    .lp-test-row::-webkit-scrollbar{display:none;}
    .lp-test-row > [class*="col-"]{
      flex:0 0 88% !important;
      max-width:88% !important;
      scroll-snap-align:start;
    }
    /* Subtle swipe hint */
    .lp-test-row .lp-test{position:relative;}
    #opiniones .container::after{
      content:'← Desliza para ver más →';
      display:block;text-align:center;font-size:11px;color:#9ca3af;
      margin-top:14px;letter-spacing:.5px;
    }

    /* FAQ */
    .lp-faq details{padding:14px 16px;}
    .lp-faq summary{font-size:14.5px;}
    .lp-faq summary::after{font-size:22px;}
    .lp-faq .faq-answer{font-size:13.5px;padding-top:10px;}

    /* Final CTA */
    .lp-final-cta{padding:45px 0;}
    .lp-final-cta h2{font-size:26px;}
    .lp-final-cta p{font-size:15px;margin-bottom:20px;}
    .lp-final-cta .btn-final{padding:12px 24px;font-size:15px;}

    /* Offices */
    .lp-office{padding:22px 18px;}
    .lp-office .pin{width:52px;height:52px;font-size:20px;}
    .lp-office h4{font-size:16px;}

    /* Footer */
    .lp-footer{padding:35px 0 0;}
    .lp-footer h5{font-size:13px;margin-bottom:12px;}
    .lp-footer a{font-size:13px;padding:4px 0;}
    .lp-footer .copy{font-size:12px;padding:14px 0;}

    /* Sticky mobile bar - more compact */
    .lp-sticky-mobile{padding:8px;gap:6px;padding-bottom:calc(8px + env(safe-area-inset-bottom));}
    .lp-sticky-mobile a{font-size:13px;padding:11px 4px;}
  }

  /* ===== RESPONSIVE — VERY SMALL (≤480px) ===== */
  @media(max-width:480px){
    .lp-topbar .sep{display:none;}
    .lp-hero h2.hero-headline{font-size:26px;}
    .lp-hero .lead{font-size:14.5px;}
    .lp-section-title h2{font-size:21px;}
    .lp-counters .num{font-size:26px;}
    .lp-counters .lbl{font-size:10px;}
    .lp-final-cta h2{font-size:23px;}

    /* Sticky mobile bar - icon above text on tiny screens */
    .lp-sticky-mobile a{font-size:11.5px;padding:9px 2px;line-height:1.2;}
    .lp-sticky-mobile a i{display:block;font-size:16px;margin-bottom:2px;}
  }
