:root {
    --green-950: #052f1e;
    --green-900: #073d25;
    --green-800: #0b4d2c;
    --green-700: #12623a;
    --gold: #c3912b;
    --gold-light: #e0b85a;
    --cream: #f8f3e9;
    --ink: #17211b;
    --muted: #5d665f;
    --line: #e4e7e1;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { color: var(--ink); font-family: var(--sans); font-size: .92rem; }
img { max-width: 100%; }
.section-space { padding: 5.5rem 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; padding: .7rem 1rem; color: #fff; background: var(--green-900); }
.skip-link:focus { top: 1rem; }

.utility-bar { color: #fff; background: var(--green-950); font-size: .75rem; }
.utility-bar a { color: #fff; text-decoration: none; }
.site-header { background: rgba(255,255,255,.97); box-shadow: 0 4px 18px rgba(5,47,30,.08); transition: .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(5,47,30,.14); }
.brand { display: inline-flex; align-items: center; color: var(--green-900); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 50px; height: 50px; margin-right: .45rem; color: var(--green-700); font-size: 2rem; }
.brand-copy { font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: .8; }
.brand-arab { color: var(--gold); }
.brand-copy small { display: block; margin: .55rem 0 0 1.9rem; font-family: var(--sans); font-size: .55rem; font-weight: 600; letter-spacing: .42rem; }
.navbar-nav { gap: .2rem; }
.navbar .nav-link { position: relative; padding: 1.65rem .72rem !important; color: #1d2921; font-size: .78rem; font-weight: 600; }
.navbar .nav-link::after { position: absolute; bottom: .9rem; left: .72rem; width: 0; height: 2px; content: ""; background: var(--green-700); transition: width .2s; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--green-700); }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { width: calc(100% - 1.44rem); }

.btn { border-radius: 999px; font-size: .84rem; font-weight: 700; }
.btn-brand { padding: .75rem 1.35rem; color: #fff; border-color: var(--green-700); background: linear-gradient(135deg,var(--green-700),var(--green-950)); box-shadow: 0 9px 22px rgba(7,61,37,.2); }
.btn-brand:hover { color: #fff; border-color: var(--green-800); background: var(--green-800); transform: translateY(-2px); }
.btn-outline-brand { padding: .65rem 1.35rem; color: var(--green-800); border: 1px solid var(--green-700); }
.btn-outline-brand:hover { color: #fff; background: var(--green-800); }
.btn-gold { padding: .85rem 1.55rem; color: #fff; border: 0; border-radius: .65rem; background: linear-gradient(135deg,#d2a63f,#ac7616); }
.btn-gold:hover { color: #fff; background: #b9811d; }

.hero-section { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(95deg,#fffaf1 0%,#fbf7ef 46%,transparent 61%); }
.hero-photo { position: absolute; inset: 0 0 0 41%; background: linear-gradient(90deg,#fbf7ef 0%,rgba(251,247,239,.08) 18%,transparent 52%),linear-gradient(0deg,rgba(5,48,31,.15),transparent 40%),url("https://images.unsplash.com/photo-1565552645632-d725f8bfc19a?auto=format&fit=crop&w=1800&q=90") center 45%/cover no-repeat; clip-path: ellipse(88% 105% at 88% 50%); }
.hero-photo::before { position: absolute; inset: 0 auto 0 3%; width: 3px; content: ""; background: var(--gold); box-shadow: 9px 0 #fff,13px 0 var(--gold-light); transform: rotate(7deg); }
.hero-row { min-height: 590px; }
.hero-content { position: relative; z-index: 2; padding: 3rem 0 4rem; }
.eyebrow, .section-heading > p, .card-eyebrow { margin-bottom: .65rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.1rem,5.1vw,4.65rem); font-weight: 600; line-height: .9; }
.hero-content h1 span { display: block; color: var(--green-800); background: linear-gradient(90deg,var(--green-800) 0 40%,var(--gold) 68%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-content h1 em { font-style: normal; }
.hero-content h2 { margin: 1.5rem 0 .8rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.hero-content h2 b { color: var(--gold); }
.hero-description { max-width: 32rem; color: #454e47; line-height: 1.7; }
.trust-points { margin: 1.6rem 0; }
.trust-point { display: flex; align-items: center; gap: .7rem; min-height: 45px; font-size: .68rem; font-weight: 600; line-height: 1.35; border-right: 1px solid #ded9ce; }
.trust-points .col-4:last-child .trust-point { border: 0; }
.trust-point i { color: var(--green-700); font-size: 1.8rem; }
.care-badge { position: absolute; z-index: 3; bottom: 1rem; left: 50%; align-items: center; gap: .8rem; padding: .6rem 1.4rem .6rem .7rem; font-size: .68rem; background: #fff; border-radius: 999px; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.care-badge > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; font-size: 1.45rem; background: var(--gold); border-radius: 50%; }
.care-badge p { margin: 0; }

.package-section { position: relative; padding-top: 4.3rem; background: #fff; }
.package-card { position: relative; height: 100%; padding: 3.4rem 2rem 2rem; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: .9rem; box-shadow: 0 10px 28px rgba(20,47,31,.08); }
.package-icon { position: absolute; top: -2.65rem; left: 50%; display: grid; place-items: center; width: 82px; height: 82px; color: #fff; font-size: 1.8rem; background: var(--green-800); border: 7px solid #fff; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,.15); transform: translateX(-50%); }
.package-card.featured .package-icon { background: var(--gold); }
.package-card h2 { font-family: var(--serif); font-size: 1.75rem; font-weight: 700; text-transform: uppercase; }
.package-card > p:not(.card-eyebrow) { min-height: 46px; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.package-card a { color: var(--green-700); font-size: .75rem; font-weight: 700; text-decoration: none; }

.about-section { background: #fff; }
.image-mosaic img { width: 100%; height: 185px; object-fit: cover; border-radius: .85rem; }
.image-mosaic .col-6:first-child img { border-radius: 2rem .85rem .85rem; }
.image-mosaic .col-6:last-child img { border-radius: .85rem .85rem 2rem .85rem; }
.section-heading h2 { color: var(--green-800); font-family: var(--serif); font-size: clamp(2.2rem,3.5vw,3rem); font-weight: 600; line-height: 1; }
.section-heading h2 span { color: var(--gold); }
.section-heading.text-center h2::after { display: block; width: 78px; height: 2px; margin: .7rem auto 0; content: ""; background: linear-gradient(90deg,transparent,var(--gold),transparent); }
.about-section p:not(.section-heading p) { color: var(--muted); font-size: .82rem; line-height: 1.75; }
.about-stats > div > div { display: grid; grid-template-columns: 33px auto; align-items: center; }
.about-stats i { grid-row: 1/3; color: var(--green-700); font-size: 1.65rem; }
.about-stats strong, .about-stats small { display: block; font-size: .64rem; }
.about-stats small { color: var(--muted); }

.destination-section { background: #fff; }
.destination-card { position: relative; display: block; height: 225px; overflow: hidden; border-radius: .9rem; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.destination-card::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.destination-card:hover img { transform: scale(1.07); }
.destination-card span { position: absolute; z-index: 2; right: .8rem; bottom: .8rem; left: .8rem; color: #fff; }
.destination-card strong, .destination-card small { display: block; }
.destination-card small { margin-top: .15rem; font-size: .62rem; }

.service-section { background: radial-gradient(circle at 50% 0,rgba(195,145,43,.13),transparent 36%),var(--cream); }
.feature-row { overflow: hidden; border-radius: .75rem; }
.feature-item { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 125px; padding: 1rem; text-align: center; border-right: 1px solid #ded8c9; }
.feature-row > div:last-child .feature-item { border-right: 0; }
.feature-item i { margin-bottom: .55rem; color: var(--green-700); font-size: 2rem; }
.feature-item strong { max-width: 130px; font-size: .72rem; line-height: 1.45; }

.review-section { background: #fff; }
.review-card { height: 100%; padding: 1.7rem; background: #fff; border: 1px solid var(--line); border-radius: .9rem; box-shadow: 0 8px 24px rgba(20,47,31,.08); }
.quote-icon { display: block; height: 30px; color: var(--green-700); font-size: 2.3rem; line-height: .6; }
.review-card > p { min-height: 72px; color: #4b534d; font-size: .78rem; line-height: 1.65; }
.stars { color: #f5a900; letter-spacing: .12rem; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; font-size: .72rem; font-weight: 700; background: var(--green-800); border-radius: 50%; }
.review-card small { color: var(--muted); }

.gallery-section { background: #f9faf8; }
.gallery-grid img { width: 100%; height: 210px; object-fit: cover; border-radius: .75rem; transition: transform .25s,box-shadow .25s; }
.gallery-grid .col-6 img { height: 170px; }
.gallery-grid img:hover { box-shadow: 0 10px 30px rgba(5,47,30,.18); transform: translateY(-4px); }

.consultation-section { background: #f9faf8; }
.consultation-card { position: relative; z-index: 2; padding: 2.1rem 2.5rem; color: #fff; background: linear-gradient(110deg,#0a4c2b,var(--green-950)); border-radius: 1rem 1rem 0 0; }
.consultation-card::before { position: absolute; right: 24%; bottom: -1rem; color: rgba(224,184,90,.12); content: "\F1E2"; font-family: bootstrap-icons; font-size: 8rem; }
.consultation-card p { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.consultation-card h2 { margin: 0 0 .25rem; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.consultation-card span { color: rgba(255,255,255,.75); font-size: .75rem; }

.site-footer { padding: 4rem 0 1rem; color: rgba(255,255,255,.8); background: var(--green-950); }
.brand-light { color: #fff; }
.brand-light .brand-mark { color: #fff; }
.footer-intro { max-width: 250px; font-size: .72rem; line-height: 1.7; }
.footer-title { margin-bottom: 1rem; color: #fff; font-size: .82rem; font-weight: 700; }
.footer-list { padding: 0; margin: 0; list-style: none; }
.footer-list li { margin-bottom: .32rem; font-size: .7rem; }
.footer-list a, .footer-list span { color: rgba(255,255,255,.8); text-decoration: none; }
.footer-list a:hover { color: var(--gold-light); }
.contact-list i { width: 24px; color: #fff; }
.social-links a { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.footer-bottom { padding-top: 1.2rem; margin-top: 2.3rem; font-size: .65rem; border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom a { color: inherit; text-decoration: none; }
.whatsapp-float { position: fixed; z-index: 20; right: 1.25rem; bottom: 1.25rem; display: grid; place-items: center; width: 52px; height: 52px; color: #fff; font-size: 1.55rem; background: #25d366; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); }

@media (max-width:1199.98px) {
    .navbar .nav-link { padding-inline: .45rem !important; font-size: .7rem; }
    .hero-content { max-width: 560px; }
    .hero-photo { left: 47%; }
}

@media (max-width:991.98px) {
    html { scroll-padding-top: 75px; }
    .section-space { padding: 4.3rem 0; }
    .navbar-collapse { padding: 1rem 0 1.3rem; }
    .navbar .nav-link { padding: .7rem .25rem !important; }
    .navbar .nav-link::after { display: none; }
    .hero-section { min-height: 780px; background: var(--cream); }
    .hero-photo { inset: auto 0 0; height: 365px; clip-path: none; }
    .hero-photo::before { display: none; }
    .hero-row { min-height: 0; }
    .hero-content { padding: 3.2rem 0; }
    .feature-row > div:nth-child(3n) .feature-item { border-right: 0; }
    .feature-row > div:nth-child(-n+3) .feature-item { border-bottom: 1px solid #ded8c9; }
    .consultation-card { text-align: center; }
}

@media (max-width:767.98px) {
    .section-space { padding: 3.7rem 0; }
    .brand-mark { width: 42px; height: 42px; font-size: 1.7rem; }
    .brand-copy { font-size: 1.7rem; }
    .hero-section { min-height: 735px; }
    .hero-photo { height: 320px; }
    .hero-content h1 { font-size: 3.35rem; }
    .trust-point { display: block; text-align: center; border: 0; }
    .trust-point i { display: block; margin-bottom: .3rem; }
    .package-section { padding-top: 4.5rem; }
    .package-section .row { row-gap: 4.5rem !important; }
    .image-mosaic img { height: 145px; }
    .destination-card { height: 205px; }
    .feature-row > div:nth-child(3n) .feature-item { border-right: 1px solid #ded8c9; }
    .feature-row > div:nth-child(even) .feature-item { border-right: 0; }
    .feature-row > div:nth-child(-n+4) .feature-item { border-bottom: 1px solid #ded8c9; }
    .gallery-grid img, .gallery-grid .col-6 img { height: 145px; }
    .consultation-card { padding: 2rem 1.2rem; }
    .consultation-card h2 { font-size: 1.65rem; }
}

@media (max-width:575.98px) {
    .hero-section { min-height: 690px; }
    .hero-photo { height: 280px; }
    .hero-content h1 { font-size: 2.85rem; }
    .hero-content h2 { font-size: 1.25rem; }
    .hero-description { font-size: .8rem; }
    .section-heading h2 { font-size: 2.2rem; }
    .destination-card { height: 180px; }
}
