/*
Theme Name: B Travel Premium
Theme URI: https://example.com/btravel-premium
Author: UI/UX Conversion Architect
Description: Premium RTL Arabic travel agency theme for B Travel with complete homepage content, real destination imagery, WhatsApp conversion flow, and mobile-first layout.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: btravel-premium
Tags: rtl, travel, landing-page, arabic, responsive
*/

:root{
  --blue:#155d9c;
  --blue2:#0b4c83;
  --navy:#092f57;
  --sky:#eaf6ff;
  --aqua:#22a5ca;
  --orange:#f39a1f;
  --orange2:#df7f10;
  --green:#18a64a;
  --text:#102033;
  --muted:#64748b;
  --soft:#f5f9fc;
  --border:#dbe8f2;
  --white:#fff;
  --shadow:0 22px 60px rgba(9,47,87,.14);
  --shadow2:0 12px 34px rgba(9,47,87,.10);
  --r:24px;
  --r2:16px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; direction:rtl; color:var(--text); background:#fff;
  font-family:"Tajawal","Cairo","IBM Plex Sans Arabic",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  line-height:1.75; overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.bt-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section{padding:88px 0}
.section-soft{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%)}
.center{text-align:center}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; border-radius:999px;
  color:var(--navy); background:rgba(243,154,31,.14); border:1px solid rgba(243,154,31,.24);
  font-size:14px; font-weight:900; padding:8px 15px; margin-bottom:14px;
}
.section-title{margin:0;color:var(--navy);font-size:38px;line-height:1.25;font-weight:900;letter-spacing:-.6px}
.section-sub{color:var(--muted);font-size:17px;margin:12px auto 36px;max-width:760px}
.btn{
  min-height:52px; padding:0 25px; border-radius:14px; border:1px solid transparent;
  display:inline-flex; align-items:center; justify-content:center; gap:9px; font-weight:900;
  cursor:pointer; transition:.2s ease; white-space:nowrap; line-height:1;
}
.btn svg{width:18px;height:18px}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 28px rgba(21,93,156,.25)}
.btn-primary:hover{background:var(--navy)}
.btn-accent{background:var(--orange);color:#fff;box-shadow:0 14px 28px rgba(243,154,31,.26)}
.btn-accent:hover{background:var(--orange2)}
.btn-outline{background:#fff;color:var(--navy);border-color:rgba(21,93,156,.25)}
.btn-whatsapp{background:var(--green);color:#fff}
.site-header{
  height:82px; position:sticky; top:0; z-index:999; background:rgba(255,255,255,.95);
  backdrop-filter:blur(16px); border-bottom:1px solid rgba(219,232,242,.8)
}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo img{width:170px;height:auto;max-height:64px;object-fit:contain}
.nav{display:flex;align-items:center;gap:26px;font-weight:900;color:var(--navy)}
.nav a{position:relative;font-size:15px}
.nav a:after{content:"";position:absolute;right:0;bottom:-11px;width:0;height:2px;background:var(--orange);transition:.2s}
.nav a:hover:after,.nav a.active:after{width:100%}
.header-actions{display:flex;align-items:center;gap:10px}
.phone{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:900;background:#f2f8ff;border:1px solid var(--border);height:44px;padding:0 14px;border-radius:12px}
.phone svg,.mobile-toggle svg{width:18px;height:18px}
.mobile-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:12px;width:44px;height:44px;color:var(--navy)}
.hero{
  position:relative; min-height:720px; padding:74px 0 70px; overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.84) 43%,rgba(255,255,255,.35) 72%,rgba(255,255,255,.18) 100%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
}
.hero:before{
  content:"";position:absolute;inset:auto -10% -120px -10%;height:280px;
  background:#fff;border-radius:50% 50% 0 0/35% 35% 0 0;
}
.hero:after{
  content:"";position:absolute;right:-90px;top:115px;width:270px;height:270px;border-radius:50%;
  background:rgba(243,154,31,.16);filter:blur(1px)
}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:50px;align-items:center}
.hero-copy{max-width:650px}
.hero h1{font-size:58px;line-height:1.18;margin:0 0 18px;color:var(--navy);letter-spacing:-1.5px;font-weight:950}
.hero h1 span{color:var(--orange)}
.hero .lead{font-size:20px;line-height:1.9;color:#24384f;margin:0 0 24px;max-width:620px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}
.chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.86);border:1px solid rgba(21,93,156,.16);box-shadow:0 8px 22px rgba(9,47,87,.07);color:var(--navy);border-radius:999px;padding:9px 13px;font-weight:900;font-size:14px}
.chip svg{width:17px;height:17px;color:var(--blue)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.micro{display:flex;align-items:center;gap:8px;color:#3e536c;font-weight:800;font-size:14px}
.micro svg{width:17px;height:17px;color:var(--green)}
.planner{
  background:rgba(255,255,255,.94);border:1px solid rgba(219,232,242,.9);box-shadow:var(--shadow);
  border-radius:28px;padding:28px;backdrop-filter:blur(8px)
}
.planner-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}
.plane-icon{width:54px;height:54px;border-radius:18px;background:#edf7ff;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}
.plane-icon svg{width:28px;height:28px}
.planner h2{margin:0;color:var(--navy);font-size:27px;line-height:1.25}
.planner p{margin:5px 0 0;color:var(--muted);font-weight:700}
.form-grid{display:grid;gap:12px}
.field{position:relative}
.field label{display:block;color:var(--navy);font-weight:900;font-size:13px;margin-bottom:5px}
.field input,.field select{
  width:100%;height:51px;border:1px solid var(--border);background:#fff;border-radius:13px;padding:0 44px 0 14px;color:var(--text);outline:none
}
.field input:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(21,93,156,.08)}
.field svg{position:absolute;right:14px;bottom:15px;width:18px;height:18px;color:var(--blue)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.planner .btn{width:100%;margin-top:6px}
.planner-note{text-align:center;color:var(--blue);font-weight:900;font-size:13px;margin:12px 0 0}
.trustbar{position:relative;z-index:3;margin-top:-38px}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow2);overflow:hidden}
.trust-item{padding:22px 18px;border-left:1px solid var(--border);display:flex;gap:13px;align-items:flex-start}
.trust-item:last-child{border-left:0}
.trust-item svg{width:28px;height:28px;color:var(--blue);flex:0 0 auto}
.trust-item h3{margin:0 0 3px;color:var(--navy);font-size:16px}
.trust-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.dest-card{
  position:relative;height:310px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow2);background:#ddd;isolation:isolate
}
.dest-card .photo,.offer-photo,.honeymoon-photo{position:absolute;inset:0;background-size:cover;background-position:center;transition:.35s ease}
.dest-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,47,87,.06) 0%,rgba(9,47,87,.18) 42%,rgba(9,47,87,.86) 100%);z-index:-1}
.dest-card .photo{z-index:-2}
.dest-card:hover .photo{transform:scale(1.06)}
.badge{display:inline-flex;background:var(--orange);color:#fff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900}
.dest-content{position:absolute;inset:auto 20px 20px 20px;color:#fff}
.dest-content h3{margin:10px 0 6px;font-size:25px}
.dest-content p{margin:0 0 14px;font-size:14px;line-height:1.65;color:rgba(255,255,255,.88)}
.text-link{font-weight:900;color:#fff;display:inline-flex;align-items:center;gap:8px}
.type-grid,.why-grid,.services-grid,.reviews-grid{display:grid;gap:20px}
.type-grid{grid-template-columns:repeat(4,1fr)}
.why-grid{grid-template-columns:repeat(4,1fr)}
.services-grid{grid-template-columns:repeat(6,1fr)}
.card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 30px rgba(9,47,87,.07);padding:25px;transition:.2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}
.icon{width:54px;height:54px;border-radius:18px;background:#edf7ff;color:var(--blue);display:grid;place-items:center;margin-bottom:15px}
.icon svg{width:27px;height:27px}
.card h3{margin:0 0 8px;color:var(--navy);font-size:20px}
.card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.75}
.card .small-link{display:inline-block;margin-top:15px;color:var(--blue);font-weight:900}
.honeymoon{
  background:linear-gradient(135deg,#fff7ec 0%,#fff 60%);border:1px solid #f6dfbd;border-radius:30px;padding:36px;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;box-shadow:0 14px 44px rgba(243,154,31,.10)
}
.honeymoon h2{font-size:36px;color:var(--navy);margin:0 0 12px}
.honeymoon p{color:var(--muted);font-size:17px;margin:0 0 22px}
.honeymoon-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.honeymoon-photo{position:relative;height:210px;border-radius:22px;background-size:cover;background-position:center;box-shadow:var(--shadow2)}
.service-card{padding:22px 16px;text-align:center}
.service-card .icon{margin:0 auto 12px;width:48px;height:48px}
.service-card h3{font-size:16px}
.service-card p{font-size:13px}
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:start}
.offer-card{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow2)}
.offer-media{height:170px;position:relative;overflow:hidden;background:#ddd}
.offer-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,47,87,0) 0%,rgba(9,47,87,.35) 100%)}
.offer-photo{z-index:0}
.offer-card:hover .offer-photo{transform:scale(1.06)}
.offer-body{padding:22px}
.offer-body h3{color:var(--navy);font-size:22px;margin:0 0 8px}
.offer-body p{color:var(--muted);font-size:14px;margin:0 0 14px}
.checks{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:7px;color:#40556d;font-size:13px}
.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-left:7px}
.offer-body .btn{width:100%;min-height:46px}
.reviews-grid{grid-template-columns:repeat(3,1fr)}
.reviews-slider{position:relative}
.dynamic-reviews{align-items:stretch}
.review{
  padding:25px;
  position:relative;
  min-height:235px;
  overflow:hidden;
}
.review:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(21,93,156,.04),rgba(243,154,31,.05));
  opacity:0;
  transition:.25s ease;
}
.review:hover:before{opacity:1}
.review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  position:relative;
  z-index:1;
}
.stars{color:var(--orange);letter-spacing:2px}
.review-location{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 10px;
  background:#edf7ff;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}
.review blockquote{
  margin:0 0 18px;
  color:#2f4258;
  line-height:1.85;
  min-height:86px;
  position:relative;
  z-index:1;
  transition:.22s ease;
}
.review .person{
  font-weight:900;
  color:var(--navy);
  position:relative;
  z-index:1;
  transition:.22s ease;
}
.review.is-changing blockquote,
.review.is-changing .person{
  opacity:0;
  transform:translateY(8px);
}
.review-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:22px;
}
.review-dots button{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  padding:0;
  background:#cfe1ef;
  cursor:pointer;
  transition:.2s ease;
}
.review-dots button.active{
  width:30px;
  background:var(--orange);
}
.cta-panel{
  border-radius:28px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;overflow:hidden;position:relative;
  padding:38px;display:flex;align-items:center;justify-content:space-between;gap:28px
}
.cta-panel:before{content:"";position:absolute;left:-80px;bottom:-90px;width:240px;height:240px;border-radius:50%;background:rgba(34,165,202,.38)}
.cta-panel h2{font-size:34px;margin:0 0 8px}
.cta-panel p{margin:0;color:rgba(255,255,255,.84)}
.cta-panel .cta-actions{display:flex;gap:12px;position:relative;z-index:2}
.faq{max-width:880px;margin:0 auto;display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:17px;overflow:hidden}
.faq-q{width:100%;background:#fff;border:0;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;color:var(--navy);font-weight:900;cursor:pointer;text-align:right}
.faq-a{display:none;padding:0 22px 19px;color:var(--muted)}
.faq-item.open .faq-a{display:block}
.site-footer{background:#082a4c;color:#fff;padding:64px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}
.footer-logo img{width:160px;background:#fff;border-radius:8px;margin-bottom:15px}
.footer-col h3{margin:0 0 14px;font-size:18px}
.footer-col p,.footer-col li{color:rgba(255,255,255,.72);font-size:14px}
.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.socials{display:flex;gap:8px;margin-top:16px}
.socials a{width:33px;height:33px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;text-align:center;color:rgba(255,255,255,.65);font-size:13px}
.sticky-mobile-cta{display:none}
@media (max-width:1080px){
  .nav{display:none;position:absolute;top:82px;right:20px;left:20px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow2);flex-direction:column;align-items:stretch}
  body.menu-open .nav{display:flex}
  .mobile-toggle{display:grid;place-items:center}
  .phone{display:none}
  .hero-inner{grid-template-columns:1fr;gap:30px}
  .hero{padding-top:54px;min-height:auto}
  .hero-copy{max-width:100%}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item{border-bottom:1px solid var(--border)}
  .dest-grid,.offer-grid{grid-template-columns:repeat(2,1fr)}
  .type-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .honeymoon{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .bt-container{width:calc(100% - 28px)}
  .site-header,.header-inner{height:70px}
  .logo img{width:132px}
  .header-actions .btn-whatsapp{display:none}
  .nav{top:70px}
  .section{padding:58px 0}
  .section-title{font-size:29px}
  .section-sub{font-size:15px;margin-bottom:24px}
  .hero{
    padding:34px 0 44px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.88) 54%,rgba(255,255,255,.70) 100%),
      url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80") center/cover no-repeat;
  }
  .hero:before{display:none}
  .hero h1{font-size:34px;letter-spacing:-.6px}
  .hero .lead{font-size:16px}
  .chips{gap:7px}
  .chip{font-size:12px;padding:8px 10px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .planner{padding:18px;border-radius:22px}
  .planner h2{font-size:22px}
  .form-row{grid-template-columns:1fr}
  .trustbar{margin-top:0}
  .trust-grid{grid-template-columns:1fr;border-radius:18px}
  .trust-item{border-left:0}
  .dest-grid,.offer-grid,.type-grid,.why-grid,.reviews-grid{grid-template-columns:1fr}
  .dest-card{height:280px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .honeymoon{padding:22px;border-radius:22px}
  .honeymoon h2{font-size:28px}
  .honeymoon-photos{grid-template-columns:1fr}
  .honeymoon-photo{height:190px}
  .cta-panel{display:block;padding:28px}
  .cta-panel h2{font-size:27px}
  .cta-panel .cta-actions{display:grid;grid-template-columns:1fr;margin-top:18px}
  .footer-grid{grid-template-columns:1fr}
  .sticky-mobile-cta{
    position:fixed;bottom:0;right:0;left:0;z-index:1000;background:#fff;border-top:1px solid var(--border);
    padding:10px 12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 -12px 30px rgba(9,47,87,.10)
  }
  .sticky-mobile-cta .btn{min-height:46px;padding:0 12px;font-size:14px}
  body{padding-bottom:70px}
}


/* ===== B Travel v1.3 Premium Finishing ===== */
:root{
  --premium-line:rgba(21,93,156,.12);
  --glass:rgba(255,255,255,.82);
}
.hero{
  min-height:760px;
  padding:92px 0 92px;
  background:
    radial-gradient(circle at 82% 18%, rgba(243,154,31,.18) 0 120px, transparent 121px),
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.42) 72%,rgba(255,255,255,.18) 100%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=84") center/cover no-repeat;
}
.hero-inner{gap:70px}
.hero-copy{padding-top:10px}
.hero h1{font-size:64px;line-height:1.12;margin-bottom:22px}
.hero .lead{font-size:21px;max-width:660px;margin-bottom:30px}
.hero-actions{gap:14px;margin-top:4px}
.chips{margin-bottom:32px}
.chip{
  padding:9px 14px;
  background:rgba(255,255,255,.80);
  backdrop-filter:blur(12px);
  border-color:rgba(21,93,156,.14);
  box-shadow:0 8px 22px rgba(9,47,87,.06);
  font-size:13px;
}
.planner{
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 90px rgba(9,47,87,.17);
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);
}
.planner h2{font-size:30px}
.trustbar{margin-top:-50px}
.trust-grid{
  border-radius:26px;
  box-shadow:0 20px 50px rgba(9,47,87,.12);
}
.trust-item{padding:24px 20px}
.trust-item svg{width:30px;height:30px}

.dest-grid{gap:26px}
.dest-card{
  height:330px;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(9,47,87,.13);
  border:1px solid rgba(255,255,255,.28);
}
.dest-card:after{
  background:
    linear-gradient(180deg,rgba(9,47,87,.02) 0%,rgba(9,47,87,.06) 35%,rgba(9,47,87,.50) 70%,rgba(9,47,87,.78) 100%);
}
.dest-content{inset:auto 24px 24px 24px}
.dest-content h3{font-size:30px;margin:12px 0 5px;letter-spacing:-.4px}
.dest-content p{font-size:14.5px;max-width:92%;color:rgba(255,255,255,.92)}
.badge{box-shadow:0 8px 18px rgba(223,127,16,.24)}
.text-link{border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px}

.type-grid .card,
.why-grid .card{
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.type-grid .card{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(34,165,202,.12), transparent 70px),
    #fff;
}
.type-grid .card:after{
  content:"";
  position:absolute;
  left:-42px;
  bottom:-46px;
  width:122px;
  height:122px;
  border-radius:50%;
  background:rgba(243,154,31,.10);
}
.type-grid .card .icon{
  width:62px;
  height:62px;
  border-radius:21px;
  margin-bottom:18px;
}
.type-grid .card h3{font-size:22px}
.type-grid .card p{font-size:15px}
.card .small-link{
  margin-top:auto;
  padding-top:16px;
}

.honeymoon{
  grid-template-columns:1fr 1.05fr;
  padding:46px;
  border-radius:34px;
  background:
    radial-gradient(circle at 10% 20%, rgba(243,154,31,.18), transparent 130px),
    linear-gradient(135deg,#fff7eb 0%,#fff 52%,#eef8ff 100%);
  box-shadow:0 24px 65px rgba(9,47,87,.11);
}
.honeymoon h2{font-size:42px;letter-spacing:-.5px}
.honeymoon p{font-size:18px;line-height:1.9}
.honeymoon-photos{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:150px 150px;
  gap:16px;
}
.honeymoon-photo{
  height:auto;
  min-height:150px;
  overflow:hidden;
  border:5px solid #fff;
  box-shadow:0 18px 38px rgba(9,47,87,.14);
}
.honeymoon-photo:first-child{
  grid-row:1 / span 2;
  min-height:316px;
}
.honeymoon-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(9,47,87,.18));
}
.honeymoon .eyebrow{background:#fff;color:var(--orange);border-color:#f6dfbd}

.offer-card{
  border-radius:28px;
  box-shadow:0 18px 45px rgba(9,47,87,.11);
}
.offer-media{height:190px}
.offer-body{padding:24px}
.offer-body h3{font-size:24px}
.offer-body p{min-height:78px}

.reviews-section{
  background:
    linear-gradient(180deg,#fff 0%,#f8fbfe 100%);
}
.reviews-slider{
  max-width:1040px;
  margin-inline:auto;
}
.review{
  min-height:255px;
  padding:26px;
  border-radius:26px;
  border-color:rgba(21,93,156,.12);
}
.review-headline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
  position:relative;
  z-index:1;
}
.review-person{
  display:flex;
  align-items:center;
  gap:12px;
}
.review-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),var(--aqua));
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 24px rgba(21,93,156,.20);
}
.review-name{
  font-weight:950;
  color:var(--navy);
  line-height:1.3;
}
.review-city{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.verified{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  padding:6px 10px;
  background:#effaf3;
  color:var(--green);
  font-size:12px;
  font-weight:900;
}
.review-top{margin-bottom:12px}
.review blockquote{
  min-height:92px;
  font-size:15.5px;
}
.review .person{display:none}

.cta-panel{
  padding:44px;
  border-radius:34px;
  background:
    radial-gradient(circle at 15% 80%, rgba(34,165,202,.40), transparent 160px),
    linear-gradient(135deg,#082a4c 0%,#155d9c 100%);
  box-shadow:0 26px 65px rgba(9,47,87,.18);
}
.cta-panel h2{font-size:38px}
.cta-panel .btn-outline{background:rgba(255,255,255,.98)}

.site-footer{padding-top:72px;background:linear-gradient(180deg,#082a4c,#061f39)}
.footer-logo img{width:180px;padding:6px}
.footer-col p{max-width:320px}

@media (max-width:1080px){
  .hero{padding:64px 0 70px;min-height:auto}
  .hero h1{font-size:52px}
  .hero-inner{gap:38px}
  .trustbar{margin-top:-20px}
  .honeymoon{grid-template-columns:1fr}
}
@media (max-width:720px){
  .hero{
    padding:34px 0 42px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 58%,rgba(255,255,255,.78) 100%),
      url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=82") center/cover no-repeat;
  }
  .hero-copy{padding-top:0}
  .hero h1{font-size:36px;line-height:1.18;margin-bottom:14px}
  .hero .lead{font-size:15.5px;line-height:1.85;margin-bottom:18px}
  .chip{font-size:11.5px;padding:7px 9px}
  .planner{margin-top:8px}
  .trustbar{margin-top:0}
  .dest-card{height:300px;border-radius:24px}
  .dest-content h3{font-size:27px}
  .type-grid .card,
  .why-grid .card{min-height:auto}
  .honeymoon{padding:24px}
  .honeymoon h2{font-size:31px}
  .honeymoon p{font-size:15.5px}
  .honeymoon-photos{
    grid-template-columns:1fr 1fr;
    grid-template-rows:150px 150px;
  }
  .honeymoon-photo:first-child{grid-column:1 / span 2;grid-row:auto;min-height:180px}
  .reviews-grid{gap:14px}
  .review{min-height:auto;padding:22px}
  .review-headline{align-items:flex-start}
  .verified{font-size:11px}
  .cta-panel{padding:28px;border-radius:26px}
  .cta-panel h2{font-size:28px}
}
