/* Aura Rasa - Frontend (Navy & Gold Premium) */
:root {
	--ar-navy: #16254D;
	--ar-navy-dark: #0A1633;
	--ar-navy-mid: #1D3461;
	--ar-navy-light: #2B4A7D;
	--ar-gold: #C9A227;
	--ar-gold-soft: #E8C96A;
	--ar-gold-deep: #B18E20;
	--ar-ivory: #FAF8F4;
	--ar-cream: #F5F1E9;
	--ar-soft: #EFE9DE;
	--ar-text: #4A5470;
	--ar-muted: #8A93A6;
	--ar-shadow: 0 8px 28px rgba(10, 22, 51, .12);
	--ar-shadow-gold: 0 8px 24px rgba(201, 162, 39, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
	font-family: "Plus Jakarta Sans", -apple-system, "Segoe UI", Roboto, sans-serif;
	background: var(--ar-ivory);
	color: var(--ar-text);
	line-height: 1.7;
}
h1, h2, h3, h4, h5, .ar-brand-text {
	font-family: "Playfair Display", Georgia, serif;
	color: var(--ar-navy);
}
a { color: var(--ar-navy-mid); text-decoration: none; }
a:hover { color: var(--ar-gold-deep); }

/* ---------- Navbar ---------- */
.ar-navbar {
	background: rgba(250, 248, 244, .95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(201, 162, 39, .35);
	padding: .8rem 0;
}
.ar-logo { height: 44px; width: auto; object-fit: contain; }
.ar-logo-frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	border: 1px solid rgba(201, 162, 39, .55);
	border-radius: 14px;
	box-shadow: 0 3px 10px rgba(10, 22, 51, .2);
	overflow: hidden;
	line-height: 0;
}
.ar-logo-frame .ar-logo { height: 52px; width: auto; object-fit: cover; display: block; }
.ar-logo-icon { color: var(--ar-gold); font-size: 1.6rem; }
.ar-brand-text {
	font-weight: 700; font-size: 1.25rem; display: flex; flex-direction: column; line-height: 1.1;
}
.ar-brand-text small { font-family: "Plus Jakarta Sans", sans-serif; font-size: .66rem; font-weight: 400; color: var(--ar-muted); letter-spacing: .05em; }
.ar-navbar .nav-link {
	color: var(--ar-navy); font-weight: 500; margin: 0 .35rem;
}
.ar-navbar .nav-link:hover, .ar-navbar .nav-link.active { color: var(--ar-gold-deep); }
.navbar-toggler { border-color: rgba(22, 37, 77, .3); }
.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='%2316254D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* ---------- Buttons ---------- */
.ar-btn-wa {
	background: #25D366; color: #fff; font-weight: 600; border-radius: 999px;
	padding: .55rem 1.25rem; border: none; transition: all .25s ease;
}
.ar-btn-wa:hover { background: #1eb958; color: #fff; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(37, 211, 102, .35); }
.ar-btn-gold {
	background: linear-gradient(135deg, var(--ar-gold-soft), var(--ar-gold) 55%, var(--ar-gold-deep));
	color: var(--ar-navy-dark); font-weight: 700; border-radius: 999px;
	padding: .55rem 1.25rem; border: none; transition: all .25s ease; box-shadow: var(--ar-shadow-gold);
}
.ar-btn-gold:hover { color: var(--ar-navy-dark); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(201, 162, 39, .45); }
.ar-btn-brown {
	background: linear-gradient(135deg, var(--ar-navy-mid), var(--ar-navy));
	color: #fff; font-weight: 600; border-radius: 999px;
	padding: .55rem 1.25rem; border: none; transition: all .25s ease; box-shadow: 0 6px 18px rgba(22, 37, 77, .3);
}
.ar-btn-brown:hover { background: linear-gradient(135deg, var(--ar-navy), var(--ar-navy-dark)); color: #fff; transform: translateY(-1px); }

/* ---------- Hero ---------- */
.ar-hero-slide {
	min-height: 92vh; display: flex; align-items: center;
	background-size: cover; background-position: center; position: relative;
}
.ar-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(10, 22, 51, .92) 20%, rgba(22, 37, 77, .68) 60%, rgba(43, 74, 125, .35));
}
.ar-hero-content { position: relative; z-index: 2; color: #fff; max-width: 760px; padding-top: 90px; }
.ar-hero-title { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 700; margin-bottom: 1rem; }
.ar-hero-title span { color: var(--ar-gold-soft); }
.ar-hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: #E8E2D4; margin-bottom: 1.75rem; max-width: 560px; }
.ar-hero-cta .btn { margin-right: .75rem; }

/* ---------- Section ---------- */
.ar-section { padding: 5rem 0; }
.ar-section-alt { background: var(--ar-cream); }
.ar-eyebrow {
	display: inline-block; color: var(--ar-gold-deep); text-transform: uppercase;
	letter-spacing: .16em; font-weight: 700; font-size: .78rem; margin-bottom: .5rem;
}
.ar-section-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 700; margin-bottom: 1rem; }
.ar-text { color: var(--ar-text); }

.ar-about-badge {
	background: linear-gradient(160deg, var(--ar-navy), var(--ar-navy-mid));
	border-radius: 1.2rem; padding: 2.4rem; text-align: center; color: #fff;
	box-shadow: var(--ar-shadow); border: 1px solid rgba(201, 162, 39, .45);
}
.ar-about-badge i { font-size: 3rem; color: var(--ar-gold-soft); }
.ar-about-badge p { margin: 1rem 0 0; color: #fff; font-size: 1.05rem; }

/* ---------- Advantages ---------- */
.ar-adv-card {
	background: #fff; border-radius: 1.1rem; padding: 2rem 1.6rem; text-align: center;
	height: 100%; box-shadow: var(--ar-shadow); transition: transform .25s ease, box-shadow .25s ease;
}
.ar-adv-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(201, 162, 39, .25); }
.ar-adv-icon {
	width: 68px; height: 68px; margin: 0 auto 1.1rem; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--ar-navy), var(--ar-navy-mid)); color: var(--ar-gold-soft); font-size: 1.8rem; border-radius: 50%;
}
.ar-adv-card h5 { font-weight: 600; }
.ar-adv-card p { font-size: .92rem; color: var(--ar-text); margin: 0; }

/* ---------- Tabs ---------- */
.ar-tabs .nav-link {
	color: var(--ar-navy); font-weight: 600; border-radius: 999px; padding: .5rem 1.15rem; margin: 0 .2rem .5rem;
	background: #fff; border: 1px solid rgba(22, 37, 77, .16);
}
.ar-tabs .nav-link.active { background: linear-gradient(135deg, var(--ar-navy-mid), var(--ar-navy)); color: #fff; border-color: var(--ar-navy); }
.ar-tabs .nav-link:hover:not(.active) { background: rgba(201, 162, 39, .15); border-color: rgba(201, 162, 39, .4); }

/* ---------- Package cards ---------- */
.ar-pkg-card {
	background: #fff; border-radius: 1.1rem; overflow: hidden; height: 100%;
	box-shadow: var(--ar-shadow); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
}
.ar-pkg-card:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(22, 37, 77, .2); }
.ar-pkg-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.ar-pkg-img img { width: 100%; height: 100%; object-fit: cover; }
.ar-pkg-badge {
	position: absolute; top: 12px; left: 12px;
	background: linear-gradient(135deg, var(--ar-gold-soft), var(--ar-gold-deep)); color: var(--ar-navy-dark);
	font-size: .72rem; font-weight: 700; padding: .3rem .75rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em;
}
.ar-pkg-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.ar-pkg-title { font-weight: 700; margin: 0; }
.ar-pkg-duration { background: var(--ar-soft); color: var(--ar-navy); font-size: .75rem; font-weight: 600; padding: .3rem .6rem; border-radius: 999px; white-space: nowrap; }
.ar-pkg-desc { font-size: .9rem; color: var(--ar-text); margin: .6rem 0; }
.ar-pkg-price { margin: .4rem 0 .8rem; }
.ar-pkg-price del { color: var(--ar-muted); font-size: .95rem; margin-right: .55rem; }
.ar-pkg-price span { color: var(--ar-gold-deep); font-weight: 700; font-size: 1.15rem; }
.ar-pkg-price-lg span { font-size: 2rem; }
.ar-pkg-inclusions { list-style: none; padding: 0; margin: 0 0 1.1rem; flex: 1; }
.ar-pkg-inclusions li { font-size: .86rem; padding: .22rem 0; color: var(--ar-text); }
.ar-pkg-inclusions li i { color: var(--ar-gold); margin-right: .5rem; }
.ar-pkg-actions { display: flex; align-items: center; gap: 1rem; }
.ar-pkg-actions .btn { padding: .45rem 1rem; font-size: .85rem; }
.ar-pkg-detail { font-weight: 600; color: var(--ar-navy-mid); }
.ar-pkg-detail:hover { color: var(--ar-gold-deep); }

/* ---------- Gallery ---------- */
.ar-gallery-item {
	display: block; position: relative; border-radius: 1rem; overflow: hidden; aspect-ratio: 1 / 1;
	box-shadow: var(--ar-shadow);
}
.ar-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ar-gallery-item:hover img { transform: scale(1.08); }
.ar-gallery-caption {
	position: absolute; inset: auto 0 0 0; padding: 1rem .9rem; color: #fff; font-size: .8rem; font-weight: 600;
	background: linear-gradient(to top, rgba(10, 22, 51, .9), transparent);
}

/* ---------- Testimonials ---------- */
#arTestiCarousel { position: relative; max-width: 760px; margin: 0 auto; }
.ar-testi-card {
	background: #fff; border-radius: 1.2rem; padding: 2.4rem; text-align: center; box-shadow: var(--ar-shadow);
	margin: .5rem 2.5rem; border-top: 3px solid var(--ar-gold);
}
.ar-testi-stars { color: var(--ar-gold); margin-bottom: 1rem; font-size: 1.1rem; }
.ar-testi-review { font-size: 1.05rem; font-style: italic; color: var(--ar-navy); }
.ar-testi-person { display: flex; align-items: center; justify-content: center; gap: .9rem; margin-top: 1.4rem; text-align: left; }
.ar-testi-person img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid var(--ar-gold); }
.ar-testi-person div { display: flex; flex-direction: column; }
.ar-testi-person span { font-size: .82rem; color: var(--ar-navy); font-weight: 600; }
.ar-testi-person small { font-size: .75rem; color: var(--ar-gold-deep); }
#arTestiCarousel .carousel-control-prev, #arTestiCarousel .carousel-control-next {
	width: 44px; height: 44px; top: 50%; transform: translateY(-50%);
	background: linear-gradient(135deg, var(--ar-navy-mid), var(--ar-navy)); color: var(--ar-gold-soft);
	border-radius: 50%; opacity: .95;
}
#arTestiCarousel .carousel-control-prev { left: 0; }
#arTestiCarousel .carousel-control-next { right: 0; }

/* ---------- FAQ ---------- */
.accordion-item { border: none; margin-bottom: .8rem; border-radius: .9rem !important; overflow: hidden; box-shadow: var(--ar-shadow); }
.accordion-button { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; color: var(--ar-navy); background: #fff; }
.accordion-button:not(.collapsed) { background: var(--ar-soft); color: var(--ar-navy); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }

/* ---------- Page head (detail) ---------- */
.ar-page-head { background: var(--ar-cream); padding: 5.2rem 0 1.4rem; border-bottom: 2px solid var(--ar-gold); }
.ar-page-head .breadcrumb { background: transparent; }
.ar-page-head .breadcrumb-item a { color: var(--ar-navy-mid); }
.ar-page-head .breadcrumb-item.active { color: var(--ar-gold-deep); }
.ar-pkg-detail-img { position: relative; border-radius: 1.2rem; overflow: hidden; box-shadow: var(--ar-shadow); }
.ar-pkg-detail-img img { width: 100%; object-fit: cover; }
.ar-pkg-inclusions-lg li { font-size: .95rem; padding: .3rem 0; }

/* ---------- Footer ---------- */
.ar-footer { background: var(--ar-navy-dark); color: #C9D2E0; padding: 4rem 0 0; }
.ar-footer h5 { color: var(--ar-gold); font-size: 1.05rem; }
.ar-footer .text-muted { color: #8A93A6 !important; }
.ar-footer .ar-brand-text { color: #fff; }
.ar-contact-list { list-style: none; padding: 0; margin: 0; }
.ar-contact-list li { padding: .3rem 0; font-size: .92rem; }
.ar-contact-list i { color: var(--ar-gold); width: 22px; }
.ar-socials a {
	display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
	border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; margin-right: .5rem; transition: all .25s;
}
.ar-socials a:hover { background: linear-gradient(135deg, var(--ar-gold-soft), var(--ar-gold-deep)); color: var(--ar-navy-dark); }
.ar-footer-bottom { border-top: 1px solid rgba(201, 162, 39, .25); margin-top: 3rem; padding: 1.2rem 0; }
.ar-footer-bottom p { margin: 0; font-size: .84rem; color: #8A93A6; text-align: center; }

/* ---------- Floating WhatsApp ---------- */
.ar-wa-float {
	position: fixed; right: 22px; bottom: 22px; z-index: 1080;
	width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
	display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
	box-shadow: 0 8px 24px rgba(37, 211, 102, .45); transition: transform .25s;
}
.ar-wa-float:hover { transform: scale(1.1); color: #fff; }

/* ---------- Lightbox ---------- */
.ar-lightbox-modal { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(10, 22, 51, .96); align-items: center; justify-content: center; }
.ar-lightbox-modal.active { display: flex; }
.ar-lightbox-modal img { max-width: 92vw; max-height: 84vh; border-radius: .6rem; border: 2px solid rgba(201, 162, 39, .5); }
.ar-lightbox-modal .lb-caption { color: var(--ar-gold-soft); text-align: center; margin-top: 1rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; }
.ar-lightbox-modal .lb-close { position: absolute; top: 18px; right: 26px; color: #fff; font-size: 2rem; cursor: pointer; }
.ar-lightbox-modal .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); color: var(--ar-gold-soft); font-size: 2.4rem; cursor: pointer; padding: 0 18px; }
.ar-lightbox-modal .lb-prev { left: 10px; }
.ar-lightbox-modal .lb-next { right: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
	.ar-navbar .navbar-collapse { background: var(--ar-ivory); border-radius: 1rem; padding: 1rem; margin-top: .5rem; }
	.ar-navbar .nav-link { margin: .2rem 0; }
	.ar-hero-slide { min-height: 70vh; }
}
@media (max-width: 767.98px) {
	.ar-section { padding: 3.5rem 0; }
	.ar-testi-card { padding: 1.6rem; margin: .5rem 1rem; }
	.ar-wa-float { width: 52px; height: 52px; font-size: 1.5rem; right: 16px; bottom: 16px; }
}
