:root {
  --navy: #062f52;
  --navy-2: #0a426f;
  --blue: #0878bd;
  --sky: #25a9e8;
  --gold: #d6a84b;
  --gold-light: #f3d68b;
  --ink: #183145;
  --muted: #667b8c;
  --paper: #ffffff;
  --soft: #f3f8fb;
  --line: #dfeaf0;
  --success: #159a63;
  --shadow: 0 20px 60px rgba(6, 47, 82, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 9999;
  background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.topbar-inner {
  min-height: 38px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar-contact, .topbar-social { display: flex; align-items: center; gap: 20px; }
.topbar a:hover { color: var(--gold-light); }
.topbar i { margin-right: 6px; }
.topbar-social a { width: 24px; text-align: center; }
.topbar-social a i { margin: 0; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(6,47,82,.09); border-color: var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
    height: 83px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    transform: none;
    overflow: hidden;      
    border-radius: 8px;   
}

.brand-mark img {
    display: block;
    height: 82px;
    width: auto;
    border-radius: 8px;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 25px; color: var(--navy); letter-spacing: -.8px; }
.brand-copy em { color: var(--gold); font-style: normal; }
.brand-copy small { margin-top: 4px; font-size: 9px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--muted); }

.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav > a, .dropdown-toggle {
  border: 0; background: transparent;
  padding: 11px 10px; color: #29465c; font-weight: 700; font-size: 14px;
  border-radius: 10px;
}
.main-nav > a:hover, .main-nav > a.active, .dropdown-toggle:hover { color: var(--blue); background: var(--soft); }
.main-nav .nav-cta {
  margin-left: 6px; padding: 11px 15px; color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy-2));
}
.main-nav .nav-cta:hover { color: #fff; transform: translateY(-1px); background: linear-gradient(135deg, var(--navy-2), var(--blue)); }

.nav-dropdown { position: relative; }
.dropdown-toggle i { font-size: 10px; margin-left: 5px; transition: transform .2s; }
.dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 0; width: 235px;
  padding: 10px; border: 1px solid var(--line); border-radius: 16px;
  background: #fff; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s;
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown:hover .dropdown-toggle i, .nav-dropdown.open .dropdown-toggle i { transform: rotate(180deg); }
.dropdown-menu a {
  display: flex; align-items: center; gap: 10px; padding: 11px;
  border-radius: 10px; font-weight: 650; font-size: 13px;
}
.dropdown-menu a i { width: 20px; color: var(--blue); }
.dropdown-menu a:hover { background: var(--soft); color: var(--blue); }

.menu-toggle {
  display: none; width: 46px; height: 46px; border: 0; border-radius: 12px;
  background: var(--soft); padding: 12px;
}
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

.hero {
  position: relative; min-height: 720px; overflow: hidden;
  display: grid; align-items: center; color: #fff;
}
.hero-bg {
  position: absolute; inset: 0; opacity: 0; transform: scale(1.05);
  transition: opacity 1s ease, transform 7s ease;
  background-position: center; background-size: cover;
}
.hero-bg.active { opacity: 1; transform: scale(1); }
.hero-bg-1 { background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=88"); }
.hero-bg-2 { background-image: url("https://plus.unsplash.com/premium_photo-1769857353473-fab6c15159e0?q=80&w=2000&auto=format&fit=crop&ixlib=rb-4.1.0");}
.hero-bg-3 { background-image: url("https://images.unsplash.com/photo-1693590614566-1d3ea9ef32f7?auto=format&fit=crop&w=2000&q=88"); }

.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(37,169,232,.22), transparent 35%),
    linear-gradient(90deg, rgba(3,28,48,.94) 0%, rgba(3,40,68,.82) 48%, rgba(3,31,54,.52) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.2fr .72fr; gap: 70px; align-items: center;
  padding-block: 90px 75px;
}
.hero-copy { max-width: 690px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold-light); text-transform: uppercase; letter-spacing: 2px;
  font-size: 11px; font-weight: 800;
}
.eyebrow.dark { color: var(--blue); }
.hero h1, .section-heading h2, .about h2, .cta-inner h2, .testimonial-intro h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -1.5px; line-height: 1.08;
}
.hero h1 { font-size: clamp(46px, 6vw, 78px); margin: 20px 0 22px; max-width: 760px; }
.hero h1 span { color: var(--gold-light); }
.hero-copy > p { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.82); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 0 22px; border: 0; border-radius: 13px;
  font-weight: 800; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--sky), var(--blue)); box-shadow: 0 14px 30px rgba(8,120,189,.3); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 15px 35px rgba(0,0,0,.15); }
.btn-block { width: 100%; }
.hero-trust { margin-top: 42px; display: flex; gap: 35px; }
.hero-trust div { display: grid; }
.hero-trust strong { font-size: 20px; color: #fff; }
.hero-trust span { font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.62); }

.quick-inquiry {
  background: rgba(255,255,255,.96); color: var(--ink);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px; padding: 30px;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
}
.form-heading span { font-size: 11px; color: var(--blue); text-transform: uppercase; letter-spacing: 1.8px; font-weight: 800; }
.form-heading h2 { margin: 5px 0 22px; font-size: 24px; color: var(--navy); }
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { font-size: 12px; color: #4d6475; font-weight: 800; }
.field input, .field select {
  width: 100%; min-width: 0; height: 48px; border: 1px solid #d8e4ea;
  border-radius: 11px; padding: 0 13px; color: var(--ink); background: #fff; outline: none;
}
.field input:focus, .field select:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(37,169,232,.1); }
.form-note { margin: 12px 0 0; font-size: 11px; text-align: center; color: var(--muted); }
.form-note.success { color: var(--success); font-weight: 700; }
.hero-dots { position: absolute; z-index: 4; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; gap: 8px; }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 20px; background: rgba(255,255,255,.45); transition: .25s; }
.hero-dot.active { width: 28px; background: var(--gold-light); }

.partner-strip { border-bottom: 1px solid var(--line); background: #fff; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.partner-grid > div { min-height: 92px; padding: 20px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.partner-grid > div:last-child { border-right: 0; }
.partner-grid i { font-size: 23px; color: var(--blue); }
.partner-grid span { display: grid; font-size: 12px; color: var(--muted); line-height: 1.35; }
.partner-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 105px 0; }
.section-heading { max-width: 670px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .about h2, .testimonial-intro h2 { margin: 10px 0 15px; font-size: clamp(34px, 4vw, 50px); color: var(--navy); }
.section-heading p { margin: 0; color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: end; }

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative; overflow: hidden;
  min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; transition: .3s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card::after {
  content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -50px;
  border-radius: 50%; background: rgba(37,169,232,.08);
}
.service-card.featured { background: linear-gradient(145deg, var(--navy), #0b5a8e); color: #fff; border: 0; }
.service-card.featured::after { width: 180px; height: 180px; background: rgba(255,255,255,.06); }
.service-icon {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px;
  background: #eaf6fc; color: var(--blue); font-size: 24px; margin-bottom: 26px;
}
.featured .service-icon { color: var(--gold-light); background: rgba(255,255,255,.11); }
.card-label { color: var(--blue); text-transform: uppercase; letter-spacing: 1.4px; font-size: 10px; font-weight: 800; }
.featured .card-label { color: var(--gold-light); }
.service-card h3 { margin: 6px 0 12px; font-size: 23px; color: var(--navy); }
.featured h3 { color: #fff; }
.service-card p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.featured p { color: rgba(255,255,255,.73); }
.service-card a { position: absolute; bottom: 28px; left: 30px; z-index: 2; color: var(--blue); font-size: 13px; font-weight: 800; }
.featured a { color: var(--gold-light); }
.service-card a i { margin-left: 5px; transition: transform .2s; }
.service-card a:hover i { transform: translateX(5px); }

.about-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 85px; align-items: center; }
.about-visual { position: relative; padding: 0 28px 28px 0; }
.about-visual > img { height: 590px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.about-visual::after {
  content: ""; position: absolute; right: 0; bottom: 0; z-index: -1;
  width: 70%; height: 75%; border-radius: 26px; background: #dff2fb;
}
.experience-card {
  position: absolute; left: -24px; bottom: 65px; width: 220px; padding: 24px;
  color: #fff; border-radius: 18px; background: var(--navy); box-shadow: 0 18px 40px rgba(6,47,82,.25);
}
.experience-card strong { display: block; font-family: "Playfair Display", serif; font-size: 27px; color: var(--gold-light); }
.experience-card span { font-size: 12px; color: rgba(255,255,255,.75); }
.about-badge {
  position: absolute; right: -16px; top: 30px; padding: 12px 16px;
  border-radius: 40px; color: var(--navy); background: #fff; box-shadow: var(--shadow);
  font-size: 12px; font-weight: 800;
}
.about-badge i { color: var(--blue); margin-right: 7px; }
.about-copy .lead { font-size: 17px; color: #3b5669; }
.about-copy p { color: var(--muted); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 30px 0; }
.check-grid div { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 13px; }
.check-grid i { color: var(--success); }
.text-link { color: var(--blue); font-weight: 800; }
.text-link i { margin-left: 8px; }

.packages { background: #fff; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.package-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .3s; }
.package-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.package-image { position: relative; overflow: hidden; height: 245px; }
.package-image img { height: 100%; object-fit: cover; transition: transform .5s; }
.package-card:hover .package-image img { transform: scale(1.06); }
.package-tag {
  position: absolute; left: 18px; top: 18px; padding: 7px 12px;
  border-radius: 30px; background: var(--blue); color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800;
}
.package-tag.gold { background: var(--gold); color: #28200f; }
.package-body { padding: 24px; }
.package-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.package-meta i { color: var(--blue); margin-right: 5px; }
.package-body h3 { margin: 13px 0 9px; font-size: 21px; color: var(--navy); }
.package-body p { margin: 0; color: var(--muted); font-size: 13px; }
.package-footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.package-footer strong { color: var(--navy); }
.package-footer a { color: var(--blue); font-size: 12px; font-weight: 800; }

.process { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-item {
  position: relative; min-height: 255px; padding: 30px 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line);
}
.process-item > span { position: absolute; right: 18px; top: 10px; font-family: "Playfair Display", serif; font-size: 50px; color: #edf4f7; font-weight: 800; }
.process-item > i { position: relative; font-size: 30px; color: var(--blue); margin: 22px 0 25px; }
.process-item h3 { margin: 0 0 9px; color: var(--navy); font-size: 18px; }
.process-item p { margin: 0; color: var(--muted); font-size: 13px; }

.testimonials {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,35,60,.96), rgba(6,63,101,.90)),
    url("https://images.unsplash.com/photo-1488085061387-422e29b40080?auto=format&fit=crop&w=1800&q=85") center/cover;
}
.testimonial-shell { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; align-items: center; }
.testimonial-intro h2 { color: #fff; }
.testimonial-intro p { color: rgba(255,255,255,.68); }
.testimonial-controls { display: flex; gap: 9px; margin-top: 28px; }
.testimonial-controls button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; }
.testimonial-controls button:hover { background: #fff; color: var(--navy); }
.testimonial { display: none; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.testimonial.active { display: block; animation: fadeUp .45s ease; }
.stars { color: var(--gold-light); letter-spacing: 4px; }
.testimonial blockquote { margin: 20px 0 26px; font-family: "Playfair Display", serif; font-size: 24px; line-height: 1.55; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #27200f; font-weight: 800; }
.reviewer div { display: grid; }
.reviewer small { color: rgba(255,255,255,.6); }

.cta-section { padding: 75px 0; background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { color: #fff; max-width: 750px; margin: 10px 0 0; font-size: clamp(32px, 4vw, 48px); }

.footer { padding-top: 80px; color: rgba(255,255,255,.7); background: #041f35; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1.1fr; gap: 60px; padding-bottom: 60px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-about p { max-width: 330px; font-size: 13px; }
.footer h3 { margin: 8px 0 22px; color: #fff; font-size: 15px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 13px; }
.footer a:hover { color: var(--gold-light); }
.footer-social { display: flex; gap: 9px; margin-top: 22px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.07); }
.contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.contact-list i { width: 16px; margin-top: 4px; color: var(--gold-light); }
.footer-bottom {
  min-height: 70px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px;
}

.whatsapp {
  position: fixed; z-index: 900; right: 24px; bottom: 24px;
  display: flex; align-items: center; gap: 9px; padding: 12px 16px;
  border-radius: 40px; background: #20b95a; color: #fff; font-size: 13px; font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.whatsapp i { font-size: 21px; }
.back-to-top {
  position: fixed; right: 28px; bottom: 90px; z-index: 890;
  width: 42px; height: 42px; border: 0; border-radius: 12px;
  color: #fff; background: var(--navy);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1250px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 120px 20px auto 20px;
    display: grid; align-items: stretch; gap: 4px; padding: 18px;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a, .dropdown-toggle { width: 100%; text-align: left; }
  .main-nav .nav-cta { margin: 5px 0 0; text-align: center; }
  .dropdown-menu { position: static; width: 100%; box-shadow: none; display: none; opacity: 1; visibility: visible; transform: none; border: 0; padding-left: 18px; }
  .nav-dropdown.open .dropdown-menu { display: grid; }
}

@media (max-width: 1050px) {
  .hero-content { grid-template-columns: 1fr .8fr; gap: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 50px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); }
  .topbar-social { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-contact { gap: 12px; }
  .topbar-contact a:first-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 58px; height: 44px; }
  .brand-copy strong { font-size: 22px; }
  .main-nav { inset: 110px 14px auto 14px; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding-block: 75px 70px; }
  .hero h1 { font-size: 48px; }
  .hero-trust { gap: 22px; }
  .quick-inquiry { max-width: 560px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid > div:nth-child(2) { border-right: 0; }
  .partner-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .service-grid, .about-grid, .package-grid, .testimonial-shell, .split-heading { grid-template-columns: 1fr; }
  .split-heading { gap: 5px; }
  .about-visual { max-width: 550px; margin-inline: auto; }
  .about-visual > img { height: 500px; }
  .package-card:last-child { grid-column: auto; max-width: none; }
  .testimonial-shell { gap: 35px; }
  .cta-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-trust strong { font-size: 16px; }
  .hero-trust span { font-size: 8px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quick-inquiry { padding: 22px; }
  .partner-grid, .service-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .partner-grid > div { border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; }
  .partner-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .about h2, .testimonial-intro h2 { font-size: 34px; }
  .about-visual { padding-right: 12px; }
  .about-visual > img { height: 410px; }
  .experience-card { left: -5px; bottom: 40px; width: 190px; }
  .about-badge { right: -4px; top: 18px; }
  .check-grid { grid-template-columns: 1fr; }
  .testimonial { padding: 25px; }
  .testimonial blockquote { font-size: 20px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding-block: 20px; display: grid; text-align: center; justify-content: center; }
  .whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 50%; }
  .whatsapp span { display: none; }
}


/* ===== Part 2: Inner pages ===== */
.page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.hajj-hero {
  background-image: url("https://images.unsplash.com/photo-1565552645632-d725f8bfc19a?auto=format&fit=crop&w=2000&q=88");
}
.medical-hero {
  background-image: url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=2000&q=88");
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,27,48,.94), rgba(3,45,75,.72), rgba(3,32,55,.42));
}
.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: 90px;
}
.page-hero h1 {
  margin: 18px 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(45px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -1.6px;
}
.page-hero p {
  max-width: 680px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}
.breadcrumb-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.breadcrumb-bar .container {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb-bar a {
  color: var(--blue);
  font-weight: 800;
}
.breadcrumb-bar i {
  font-size: 9px;
  color: #a7b8c4;
}

/* ===== Part 2: Business pages ===== */
.business-hero .page-hero-content {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
.business-logo {
  width: 190px;
  height: 190px;
  margin-inline: auto;
  padding: 18px;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.business-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.business-tagline {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-light);
}
.business-hero h1 { margin-top: 14px; }
.two-column-layout {
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: 75px;
  align-items: center;
}
.content-block h2 {
  margin: 10px 0 18px;
  color: var(--navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
}
.content-block .lead {
  color: #385367;
  font-size: 17px;
}
.content-block p {
  color: var(--muted);
}
.side-image {
  position: relative;
}
.side-image img {
  height: 560px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.image-note {
  position: absolute;
  left: -28px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 270px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 18px 45px rgba(6,47,82,.28);
  font-weight: 800;
  font-size: 13px;
}
.image-note i {
  color: var(--gold-light);
  font-size: 22px;
}
.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.feature-list > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}
.feature-list > div > i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: #eaf6fc;
}
.feature-list span {
  display: grid;
}
.feature-list strong {
  color: var(--navy);
  font-size: 14px;
}
.feature-list small {
  color: var(--muted);
}
.soft-section {
  background: var(--soft);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  transition: .3s;
}
.pricing-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.pricing-card.popular {
  border: 2px solid var(--blue);
  box-shadow: var(--shadow);
}
.popular-badge {
  position: absolute;
  right: 20px;
  top: -13px;
  padding: 7px 12px;
  border-radius: 30px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.pricing-label {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 10px;
  font-weight: 800;
}
.pricing-card h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 25px;
}
.pricing-subtitle {
  min-height: 52px;
  color: var(--muted);
  font-size: 13px;
}
.price-line {
  margin: 23px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
}
.price-line span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}
.price-line strong {
  color: var(--navy);
  font-size: 22px;
}
.pricing-card ul,
.destination-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  gap: 12px;
}
.pricing-card li,
.destination-body li {
  display: flex;
  gap: 9px;
  color: #4d6475;
  font-size: 13px;
}
.pricing-card li i,
.destination-body li i {
  color: var(--success);
  margin-top: 5px;
}
.btn-outline {
  width: 100%;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: #fff;
}
.btn-outline:hover {
  color: #fff;
  background: var(--blue);
}
.icon-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.icon-feature {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.icon-feature > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--blue);
  background: #eaf6fc;
  font-size: 22px;
}
.icon-feature h3 {
  margin: 20px 0 8px;
  color: var(--navy);
}
.icon-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.timeline-layout {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 80px;
  align-items: start;
}
.timeline {
  display: grid;
  gap: 18px;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.timeline-item > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--navy);
  color: var(--gold-light);
  font-weight: 800;
}
.timeline-item h3 {
  margin: 2px 0 6px;
  color: var(--navy);
}
.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.faq-layout {
  display: grid;
  grid-template-columns: .68fr 1fr;
  gap: 80px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}
.faq-question {
  width: 100%;
  min-height: 66px;
  padding: 17px 20px;
  border: 0;
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-weight: 800;
}
.faq-question i {
  transition: transform .25s;
}
.faq-item.open .faq-question i {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 13px;
}
.inquiry-section {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.inquiry-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 70px;
  align-items: center;
}
.inquiry-copy h2 {
  margin: 10px 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.12;
}
.inquiry-copy > p {
  color: rgba(255,255,255,.75);
}
.contact-mini {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.contact-mini a {
  display: flex;
  align-items: center;
  gap: 13px;
}
.contact-mini a > i {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: var(--gold-light);
}
.contact-mini span {
  display: grid;
  font-weight: 800;
}
.contact-mini small {
  color: rgba(255,255,255,.56);
  font-weight: 600;
}
.page-form {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0,0,0,.2);
}
.page-form textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #d8e4ea;
  border-radius: 11px;
  padding: 13px;
  outline: none;
}
.page-form textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(37,169,232,.1);
}
.notice-box {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #cfe7f3;
  border-radius: 15px;
  background: #eef8fc;
}
.notice-box i {
  color: var(--blue);
  margin-top: 5px;
}
.notice-box p {
  margin: 0;
  font-size: 13px;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.destination-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: .3s;
}
.destination-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.destination-image {
  position: relative;
  height: 240px;
}
.destination-image img {
  height: 100%;
  object-fit: cover;
}
.destination-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 13px;
  border-radius: 30px;
  color: #fff;
  background: rgba(6,47,82,.88);
  font-weight: 800;
}
.destination-body {
  padding: 25px;
}
.destination-body h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 21px;
}
.destination-body > p {
  color: var(--muted);
  font-size: 13px;
}
.destination-body > a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.destination-body > a i {
  margin-left: 6px;
}
.checklist-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.checklist-panel > div {
  min-height: 155px;
  display: flex;
  gap: 15px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.checklist-panel > div:nth-child(3n) {
  border-right: 0;
}
.checklist-panel > div:nth-last-child(-n+3) {
  border-bottom: 0;
}
.checklist-panel i {
  color: var(--blue);
  font-size: 24px;
}
.checklist-panel span {
  display: grid;
}
.checklist-panel strong {
  color: var(--navy);
}
.checklist-panel small {
  margin-top: 5px;
  color: var(--muted);
}

@media (max-width: 960px) {
  .two-column-layout,
  .timeline-layout,
  .faq-layout,
  .inquiry-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .pricing-grid,
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-card:last-child,
  .destination-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    width: 100%;
    justify-self: center;
  }
  .icon-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .checklist-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .checklist-panel > div:nth-child(3n) {
    border-right: 1px solid var(--line);
  }
  .checklist-panel > div:nth-child(2n) {
    border-right: 0;
  }
  .checklist-panel > div:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }
  .checklist-panel > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 650px) {
  .page-hero {
    min-height: 470px;
  }
  .page-hero h1 {
    font-size: 42px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .pricing-grid,
  .destination-grid,
  .icon-feature-grid,
  .checklist-panel {
    grid-template-columns: 1fr;
  }
  .pricing-card:last-child,
  .destination-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .side-image img {
    height: 430px;
  }
  .image-note {
    left: 10px;
    right: 10px;
    bottom: 18px;
    max-width: none;
  }
  .checklist-panel > div,
  .checklist-panel > div:nth-child(3n),
  .checklist-panel > div:nth-child(2n),
  .checklist-panel > div:nth-last-child(-n+3),
  .checklist-panel > div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .checklist-panel > div:last-child {
    border-bottom: 0;
  }
}


/* ===== Part 3: Tours, Visa, Air Ticket, Gallery, Blog, Contact ===== */
.tours-hero { background-image: url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=2000&q=88"); }
.visa-hero { background-image: url("https://images.unsplash.com/photo-1542296332-2e4473faf563?auto=format&fit=crop&w=2000&q=88"); }
.ticket-hero { background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2000&q=88"); }
.gallery-hero { background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=88"); }
.blog-hero { background-image: url("https://images.unsplash.com/photo-1488085061387-422e29b40080?auto=format&fit=crop&w=2000&q=88"); }
.contact-hero { background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=2000&q=88"); }

.tour-filter, .gallery-filter {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 38px;
}
.tour-filter-btn, .gallery-filter-btn {
  border: 1px solid var(--line); background: #fff; color: var(--muted);
  padding: 10px 17px; border-radius: 30px; font-weight: 800; font-size: 12px;
}
.tour-filter-btn.active, .gallery-filter-btn.active,
.tour-filter-btn:hover, .gallery-filter-btn:hover {
  color: #fff; background: var(--blue); border-color: var(--blue);
}
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff;
  transition: .3s ease;
}
.tour-card.hide { display: none; }
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.tour-card > img { height: 235px; object-fit: cover; }
.tour-card-body { padding: 24px; }
.tour-type, .blog-category {
  color: var(--blue); text-transform: uppercase; letter-spacing: 1.3px; font-size: 10px; font-weight: 800;
}
.tour-card h3 { margin: 7px 0 12px; color: var(--navy); font-size: 21px; }
.tour-meta { display: flex; gap: 18px; color: var(--muted); font-size: 11px; }
.tour-meta i { color: var(--blue); margin-right: 5px; }
.tour-card p { color: var(--muted); font-size: 13px; }
.tour-card-footer {
  margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.tour-card-footer strong { color: var(--navy); }
.tour-card-footer a { color: var(--blue); font-size: 12px; font-weight: 800; }

.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px;
}
.gallery-item {
  position: relative; overflow: hidden; border: 0; padding: 0; border-radius: 18px; background: #ddd;
}
.gallery-item.hide { display: none; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(3,31,54,.82));
}
.gallery-item span {
  position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff; font-weight: 800;
}
.lightbox {
  position: fixed; inset: 0; z-index: 3000; display: none; place-items: center;
  padding: 30px; background: rgba(2,18,31,.93);
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1000px, 90vw); max-height: 78vh; object-fit: contain; border-radius: 16px; }
.lightbox p { color: #fff; margin: 12px 0 0; font-weight: 800; }
.lightbox-close {
  position: absolute; right: 28px; top: 24px; width: 45px; height: 45px; border: 0;
  border-radius: 50%; background: #fff; color: var(--navy); font-size: 20px;
}

.featured-post {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 45px; align-items: center;
  margin-bottom: 48px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft);
}
.featured-post img { height: 390px; object-fit: cover; border-radius: 18px; }
.featured-post h2 {
  margin: 10px 0 14px; color: var(--navy); font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px); line-height: 1.12;
}
.featured-post p { color: var(--muted); }
.featured-post a { color: var(--blue); font-weight: 800; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card img { height: 220px; object-fit: cover; }
.blog-card > div { padding: 22px; }
.blog-card h3 { margin: 7px 0 10px; color: var(--navy); font-size: 19px; }
.blog-card p { color: var(--muted); font-size: 13px; }
.blog-card a { color: var(--blue); font-size: 12px; font-weight: 800; }

.contact-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-info-card {
  padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-align: center;
}
.contact-info-card > i {
  width: 55px; height: 55px; display: grid; place-items: center; margin: 0 auto 17px;
  border-radius: 16px; background: #eaf6fc; color: var(--blue); font-size: 22px;
}
.contact-info-card h3 { margin: 0 0 8px; color: var(--navy); }
.contact-info-card a { color: var(--blue); font-weight: 800; font-size: 13px; }
.contact-info-card p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.contact-layout { display: grid; grid-template-columns: .75fr 1fr; gap: 70px; align-items: start; }
.contact-form-copy h2 {
  margin: 10px 0 16px; color: var(--navy); font-family: "Playfair Display", serif;
  font-size: clamp(35px, 4vw, 50px); line-height: 1.12;
}
.contact-form-copy p { color: var(--muted); }
.office-hours {
  margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff;
}
.office-hours h3 { margin: 0 0 15px; color: var(--navy); }
.office-hours div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }
.office-hours span { color: var(--muted); }
.office-hours strong { color: var(--navy); }
.map-placeholder { padding: 70px 0; background: #eaf2f6; }
.map-box {
  min-height: 320px; display: grid; place-items: center; align-content: center; text-align: center;
  border: 2px dashed #a9c1cf; border-radius: 24px; color: var(--muted); background: rgba(255,255,255,.65);
}
.map-box i { font-size: 42px; color: var(--blue); }
.map-box h2 { margin: 14px 0 6px; color: var(--navy); }
.map-box p { max-width: 550px; margin: 0; }

@media (max-width: 1000px) {
  .tour-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-card-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout, .featured-post { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .tour-grid, .blog-grid, .contact-card-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item.wide { grid-column: span 2; }
  .featured-post img { height: 280px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.wide, .gallery-item.tall { grid-column: auto; grid-row: auto; }
}


/* ===== Part 4: Final polish ===== */
:focus-visible { outline: 3px solid rgba(37,169,232,.55); outline-offset: 3px; }
::selection { background: #dff2fb; color: #062f52; }
img { background-color: #eef5f8; }
.simple-header { padding: 18px 0; border-bottom: 1px solid var(--line); background: #fff; }
.simple-header img { width: 210px; background: transparent; }
.simple-footer { padding: 25px 0; text-align: center; color: var(--muted); border-top: 1px solid var(--line); }
.legal-hero { padding: 80px 0; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); }
.legal-hero h1 { margin: 0; font-family: "Playfair Display",serif; font-size: clamp(40px,6vw,65px); }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 34px; color: var(--navy); }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--blue); font-weight: 800; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--soft); }
.error-card { max-width: 650px; text-align: center; padding: 50px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.error-card img { width: 220px; max-width: 100%; margin: 0 auto 25px; background: transparent; border-radius: 24px; box-shadow: 0 16px 40px rgba(6,47,82,.18); }
.error-card > span { display: block; color: var(--gold); font-family: "Playfair Display",serif; font-size: 90px; font-weight: 800; line-height: 1; }
.error-card h1 { color: var(--navy); font-family: "Playfair Display",serif; font-size: 36px; }
.error-card p { color: var(--muted); margin-bottom: 28px; }
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.logo img{height:55px}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;background:#fff;padding:10px;z-index:99}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{display:block;color:#222;padding:8px}
.whatsapp-float{position:fixed;right:25px;bottom:25px;background:#25D366;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;text-decoration:none;z-index:999}
.popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);align-items:center;justify-content:center;z-index:9999}.popup.show{display:flex}.popup-box{background:#fff;padding:30px;border-radius:15px;width:90%;max-width:450px}
