.btn,
.nav-link {
  font-weight: 500;
}
.mobile-menu.open,
img {
  display: block;
}
.pkg-popular,
.scroll-hint {
  transform: translateX(-50%);
}
.exp-card,
.hero,
.yacht-card,
.yacht-media {
  overflow: hidden;
}
.blog-title a,
a {
  text-decoration: none;
}
.italic,
.pullquote {
  font-style: italic;
}
:root {
  --background: #fbfdff;
  --foreground: #0f1a2e;
  --card: #ffffff;
  --muted: #f1f5fa;
  --muted-foreground: #5b6b80;
  --border: #e6ecf3;
  --primary: #0c4a6e;
  --primary-foreground: #ffffff;
  --accent: #38bdf8;
  --gold: #d4ad55;
  --ocean: #1d6fa5;
  --ocean-deep: #0a1f3d;
  --gradient-ocean: linear-gradient(135deg, #0c4a6e, #1d6fa5);
  --gradient-sky: linear-gradient(
    180deg,
    rgba(56, 189, 248, 0.15),
    transparent
  );
  --gradient-hero: linear-gradient(
    180deg,
    rgba(15, 26, 46, 0.2) 0%,
    rgba(15, 26, 46, 0.85) 100%
  );
  --gradient-gold: linear-gradient(135deg, #e7c478, #c9a04b);
  --shadow-luxury: 0 30px 80px -20px rgba(10, 31, 61, 0.35);
  --shadow-card: 0 10px 40px -15px rgba(12, 74, 110, 0.25);
  --shadow-glow: 10px 20px 60px rgba(56, 189, 248, 0.5);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.font-display,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", Georgia, serif;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.01em;
}
.brand,
.dest-name,
.footer-cols h4,
.pkg-price .price,
.stat-value,
.story-stat .v,
.tmt-name,
.yacht-price .price {
  font-family: "Playfair Display", serif;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
.container-x {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.cta-inner,
.section-title {
  max-width: 720px;
  text-align: center;
}
.text-gold {
  color: var(--gold) !important;
}
.text-ocean {
  color: var(--ocean) !important;
}
.text-accent {
  color: var(--accent) !important;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.section-title p,
.text-muted-2 {
  color: var(--muted-foreground);
}
.bg-gold,
.pkg-card.featured .pkg-features li::before {
  background: var(--gold);
}
.bg-ocean-deep {
  background: var(--ocean-deep);
}
.bg-secondary-2 {
  background: var(--muted);
}
.gradient-ocean,
.whyus {
  background: var(--gradient-ocean);
  color: #fff;
}
.gradient-sky {
  background: var(--gradient-sky);
}
.gradient-hero {
  background: var(--gradient-hero);
}
.gallery-cols .gitem:hover,
.shadow-luxury {
  box-shadow: var(--shadow-luxury);
}
.shadow-card {
  box-shadow: var(--shadow-card);
}
.btn-ocean,
.shadow-glow {
  box-shadow: var(--shadow-glow);
}
.tracking-wide {
  letter-spacing: 0.15em;
}
.eyebrow,
.tracking-widest {
  letter-spacing: 0.3em;
}
.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--accent);
}
.brand,
.nav-wrap {
  display: flex;
  align-items: center;
}
.blog-title a:hover,
.eyebrow.gold,
.footer-bottom a:hover,
.pkg-card.featured .pkg-icon,
.pre-brand span,
.trust-badge:hover {
  color: var(--gold);
}
.text-balance {
  text-wrap: balance;
}
.glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.glass-light {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn {
  border-radius: 999px;
  transition: all 0.35s var(--ease);
}
.btn-gold,
.btn-ocean {
  border: none;
  padding: 0.85rem 1.6rem;
}
.btn-ocean {
  background: var(--gradient-ocean);
  color: #fff;
}
.btn-ocean:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-2px);
}
.btn-gold {
  background: var(--gold);
  color: var(--primary);
}
.btn-gold:hover {
  background: #c9a04b;
  color: var(--primary);
  transform: scale(1.03);
}
.btn-outline-luxury {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.85rem 1.6rem;
  backdrop-filter: blur(8px);
}
.btn-outline-luxury:hover {
  background: #fff;
  color: var(--primary);
}
.btn-outline-primary-2 {
  background: 0 0;
  color: var(--primary);
  border: 1px solid rgba(12, 74, 110, 0.2);
  padding: 0.7rem 1.5rem;
  box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #fff;
}
.btn-outline-primary-2:hover {
  background: var(--primary);
  color: #fff;
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.5s var(--ease);
  padding: 1.25rem 0;
}
.hero,
.nav-link {
  position: relative;
}
.brand,
.nav-link {
  transition: color 0.3s;
}
.legal-head,
.site-header.scrolled {
  padding: 0.7rem 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-card);
}
.legal-head .brand,
.legal-head .nav-link,
.site-header.scrolled .brand,
.site-header.scrolled .menu-toggle,
.site-header.scrolled .nav-link {
  color: var(--primary);
}
.nav-wrap {
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #fff;
}
.brand .anchor {
  width: 28px;
  height: 28px;
}
.nav-list {
  display: none;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  padding: 0.25rem 0;
}
.hero-pill,
.scroll-hint {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: width 0.35s var(--ease);
}
.btn-yacht,
.dest-card:hover .dest-line,
.nav-link.active::after,
.nav-link:hover::after,
.pkg-card .btn {
  width: 100%;
}
.nav-cta {
  display: none;
}
.menu-toggle {
  background: 0 0;
  border: none;
  padding: 0.25rem;
}
.mobile-menu,
.pkg-card.featured .btn-ocean:hover {
  background: rgba(255, 255, 255, 0.92);
}
.mobile-menu {
  display: none;
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
}
.mobile-menu .nav-link {
  color: var(--foreground);
  display: block;
  padding: 0.6rem 0;
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-bg,
.hero-bg::after {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: 20s ease-out infinite alternate ken-burns;
}
.footer-brand i,
.scroll-hint {
  animation: 4s ease-in-out infinite float;
}
.hero-bg::after {
  content: "";
  background: var(--gradient-hero);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 8rem 0 5rem;
}
.dest-body,
.exp-body {
  inset: auto 0 0 0;
  z-index: 1;
}
.hero-pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 1.05;
  margin: 0;
}
.hero p.lead {
  color: rgba(255, 255, 255, 0.8);
  max-width: 34rem;
  margin-top: 1.25rem;
  font-size: 1.1rem;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}
.booking-form {
  margin-top: 4rem;
  padding: 0.75rem;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.booking-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  cursor: text;
  transition: background 0.3s;
}
.booking-field:hover {
  background: rgba(241, 245, 250, 0.7);
}
.booking-field i {
  color: var(--primary);
  width: 20px;
  text-align: center;
}
.booking-field .field-body {
  flex: 1;
  min-width: 0;
}
.booking-field .field-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.booking-field input {
  width: 100%;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 0.9rem;
  color: var(--foreground);
}
.booking-form .btn-ocean {
  border-radius: 12px;
  height: 100%;
  min-height: 3.5rem;
}
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 43%;
  color: rgba(255, 255, 255, 0.7);
}
.yacht-media,
section {
  position: relative;
}
@media (max-width: 767px) {
  .scroll-hint {
    display: none;
  }
}
.section-pad {
  padding: 6rem 0;
}
.section-title {
  margin: 0 auto 4rem;
}
.section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.6rem 0 1rem;
}
.stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.pkg-card.featured,
.stat-icon {
  background: var(--gradient-ocean);
}
.dest-card:hover,
.exp-card:hover,
.pkg-card:hover,
.stat-card:hover,
.tmt-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-luxury);
}
.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: transform 0.5s var(--ease);
}
.exp-card,
.pkg-card,
.yacht-card {
  box-shadow: var(--shadow-card);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.stat-card:hover .stat-icon {
  transform: rotate(12deg);
}
.stat-value {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--primary);
}
.stat-label,
.story-stat .l {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted-foreground);
}
.yacht-card {
  background: #fff;
  border-radius: 18px;
  height: 100%;
}
.yacht-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-luxury);
}
.yacht-media {
  aspect-ratio: 4/3;
}
.yacht-badge,
.yacht-price {
  position: absolute;
  border-radius: 999px;
  backdrop-filter: blur(20px);
}
.yacht-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.dest-card:hover img,
.exp-card:hover img,
.gallery-cols .gitem:hover img,
.yacht-card:hover .yacht-media img {
  transform: scale(1.1);
}
.yacht-badge {
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.yacht-loc,
.yacht-meta {
  color: var(--muted-foreground);
}
.yacht-price {
  bottom: 1rem;
  right: 1rem;
  padding: 0.45rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.yacht-price .from,
.yacht-price .per {
  font-size: 0.7rem;
  color: var(--muted-foreground);
}
.yacht-price .price {
  font-size: 1.1rem;
  color: var(--primary);
}
.blog-content,
.yacht-body {
  padding: 1.5rem;
}
.yacht-loc {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
}
.yacht-name {
  font-size: 1.5rem;
  margin: 0.4rem 0 0.8rem;
}
.yacht-meta {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
  margin-bottom: 1.1rem;
}
.yacht-meta i {
  color: var(--accent);
  margin-right: 0.3rem;
}
.tag {
  font-size: 0.7rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--muted);
  color: #3a4a5e;
  margin: 0 0.3rem 0.3rem 0;
  display: inline-block;
}
.pkg-card {
  position: relative;
  border-radius: 18px;
  padding: 2rem;
  background: #fff;
}
.pkg-card.featured {
  color: #fff;
  transform: scale(1.05);
  box-shadow: var(--shadow-luxury);
}
.pkg-card.featured .pkg-duration,
.pkg-card.featured .pkg-per {
  color: rgba(255, 255, 255, 0.65);
}
.pkg-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  background: var(--gold);
  color: var(--primary);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}
.pkg-icon {
  width: 42px;
  height: 42px;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.pkg-name {
  font-size: 1.6rem;
  margin: 0 0 0.35rem;
}
.pkg-duration {
  font-size: 0.85rem;
  color: var(--muted-foreground);
  margin-bottom: 1.25rem;
}
.pkg-price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 1.25rem;
}
.pkg-price .price {
  font-size: 2.4rem;
}
.pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 0.9rem;
}
.pkg-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.exp-link,
.why-card .icon-box {
  align-items: center;
  color: var(--gold);
}
.pkg-features li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.pkg-card.featured .btn-ocean {
  background: #fff;
  color: var(--primary);
  box-shadow: none;
}
.exp-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 18px;
}
.dest-card img,
.exp-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.exp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.2) 60%,
    transparent
  );
}
.exp-body {
  position: absolute;
  padding: 1.75rem;
  color: #fff;
  transform: translateY(8px);
  transition: transform 0.5s var(--ease);
}
.contact-form,
.contact-info,
.why-card {
  padding: 2.25rem;
  border-radius: 18px;
  box-shadow: var(--shadow-luxury);
}
.exp-card:hover .exp-body {
  transform: translateY(0);
}
.exp-body h3 {
  font-size: 1.8rem;
  margin: 0 0 0.4rem;
}
.exp-body p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.exp-link {
  font-size: 0.85rem;
  display: inline-flex;
  gap: 0.3rem;
  transition: gap 0.3s;
}
.exp-link:hover {
  gap: 0.6rem;
  color: var(--gold);
}
.footer-link span {
  display: inline-block;
  width: 12px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}
.contact-form,
.contact-info {
  background: #fff;
}
.why-card,
.why-card .icon-box {
  background: rgba(255, 255, 255, 0.08);
}
.why-anchor {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 380px;
  height: 380px;
  opacity: 0.08;
}
.why-card .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: all 0.5s var(--ease);
}
.why-card:hover .icon-box {
  background: rgba(212, 173, 85, 0.2);
  transform: rotate(6deg) scale(1.1);
}
.why-card h3 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
.why-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}
.why-card {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 1%;
  width: 24%;
}
.cta::after,
.cta::before,
.tmt-card::before {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.dest-card,
.tmt-card {
  position: relative;
  border-radius: 18px;
}
.dest-card,
.gallery-cols .gitem,
.tmt-card {
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
@media (max-width: 992px) {
  .why-card {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .why-card {
    width: 100%;
  }
}
.tmt-card {
  background: #fff;
  padding: 2rem;
  height: 100%;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.tmt-card::before {
  top: -40px;
  right: -40px;
  width: 130px;
  height: 130px;
  background: rgba(56, 189, 248, 0.12);
  transition: transform 0.7s var(--ease);
}
.tmt-card:hover::before {
  transform: scale(1.5);
}
.tmt-quote {
  color: var(--accent);
  width: 32px;
  height: 32px;
  opacity: 0.6;
  margin-bottom: 0.8rem;
  position: relative;
}
.tmt-card p {
  color: rgba(15, 26, 46, 0.8);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  position: relative;
}
.tmt-stars {
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.tmt-name {
  font-size: 1.15rem;
}
.tmt-role {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--muted-foreground);
  text-transform: uppercase;
}
.contact-info-item .lbl,
.dest-tagline {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cta {
  background: var(--ocean-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta::after,
.cta::before {
  width: 380px;
  height: 380px;
  filter: blur(120px);
  opacity: 0.2;
}
.cta::before {
  top: 25%;
  left: 25%;
  background: var(--accent);
}
.cta::after,
.dest-line {
  background: var(--gold);
}
.cta::after {
  bottom: 25%;
  right: 25%;
}
.cta-inner {
  position: relative;
  margin: 0 auto;
}
.cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 1.25rem 0;
}
.dest-card {
  display: block;
  aspect-ratio: 3/4;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 31, 61, 0.95),
    rgba(10, 31, 61, 0.3) 50%,
    transparent
  );
}
.dest-body {
  position: absolute;
  color: #fff;
  padding: 1.25rem;
}
.footer-bottom,
.footer-cols,
.newsletter,
.site-footer {
  position: relative;
}
.dest-tagline {
  font-size: 0.65rem;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.dest-name {
  font-size: 1.6rem;
  margin: 0;
}
.dest-line {
  height: 1px;
  width: 32px;
  margin-top: 0.75rem;
  transition: width 0.5s var(--ease);
}
.page-hero {
  padding: 10rem 0 4rem;
  text-align: center;
  color: #fff;
  background: var(--gradient-ocean);
}
.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  margin: 0.6rem 0 0;
}
.contact-form label,
.filter-btn {
  font-size: 0.85rem;
  font-weight: 500;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.filter-btn {
  background: 0 0;
  color: var(--primary);
  border: 1px solid rgba(12, 74, 110, 0.2);
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.filter-btn:hover {
  background: rgba(12, 74, 110, 0.05);
}
.filter-btn.active {
  background: var(--gradient-ocean);
  color: #fff;
  border: none;
}
.gallery-cols {
  column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .booking-form {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-pad {
    padding: 8rem 0;
  }
  .gallery-cols {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .nav-list {
    display: flex;
  }
  .nav-cta {
    display: inline-flex;
  }
  .menu-toggle {
    display: none;
  }
  .gallery-cols {
    column-count: 3;
  }
}
.gallery-cols .gitem {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  border-radius: 18px;
  transition: box-shadow 0.5s var(--ease);
}
.gallery-cols .gitem img {
  transition: transform 1.2s var(--ease);
  width: 100%;
  height: auto;
}
.story-stat {
  border-left: 2px solid var(--accent);
  padding-left: 1rem;
}
.story-stat i {
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.story-stat .v {
  font-size: 1.9rem;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-item .ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gradient-ocean);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-item .lbl {
  font-size: 0.7rem;
  color: var(--muted-foreground);
  margin-bottom: 0.25rem;
}
.contact-form label {
  margin-bottom: 0.45rem;
  display: block;
}
.contact-form .form-control {
  border-radius: 10px;
  border: 1px solid var(--border);
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
}
.contact-form .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}
.site-footer {
  background: var(--ocean-deep);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.site-footer::after,
.site-footer::before {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.3;
}
.newsletter .btn-gold,
.newsletter input {
  height: 48px;
  padding: 0 1.25rem;
}
.site-footer::before {
  top: -10rem;
  left: -8rem;
  background: var(--accent);
}
.site-footer::after {
  bottom: -10rem;
  right: -8rem;
  background: var(--gold);
}
.footer-wave {
  display: block;
  width: 100%;
  height: 80px;
  color: var(--background);
}
.newsletter {
  margin-top: -1.5rem;
  padding: 2.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow-luxury);
}
.footer-bottom,
.trust-badges {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter h3 {
  color: #fff;
}
.newsletter input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 999px;
}
.contact-list-f .ico,
.socials a {
  background: rgba(255, 255, 255, 0.08);
}
.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .trust-badges {
    grid-template-columns: repeat(4, 1fr);
  }
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.trust-badge i {
  color: var(--accent);
}
.footer-cols {
  padding: 4rem 0;
}
.footer-cols h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 1.25rem;
}
.contact-list-f,
.footer-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-brand,
.privacy-section h3,
.terms-section h3 {
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}
.footer-cols li + li {
  margin-top: 0.6rem;
}
.footer-cols a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s, transform 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-cols a:hover {
  color: var(--gold);
  transform: translateX(3px);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
}
.footer-brand i {
  color: var(--accent);
}
.socials {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: 0.3s;
}
.socials a:hover {
  background: var(--gold);
  color: var(--primary);
  transform: translateY(-3px) scale(1.1);
}
.contact-list-f li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.contact-list-f .ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.footer-bottom {
  padding: 1.25rem 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1.25rem;
  transition: color 0.3s;
}
@keyframes ken-burns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.15) translate(-2%, -2%);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wave {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }
  50% {
    transform: translateY(-20px) scaleY(1.2);
  }
}
@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--ocean-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.pre-brand {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.accordion-button-custom,
.blog-meta,
.legal-badge {
  font-family: Inter, sans-serif;
}
.wave-bars {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
  height: 40px;
}
.wave-bars i {
  width: 6px;
  height: 30px;
  background: var(--accent);
  border-radius: 3px;
  animation: 1.6s ease-in-out infinite wave;
}
.wave-bars i:nth-child(2) {
  animation-delay: 0.15s;
}
.wave-bars i:nth-child(3) {
  animation-delay: 0.3s;
  background: var(--gold);
}
.wave-bars i:nth-child(4) {
  animation-delay: 0.45s;
}
.wave-bars i:nth-child(5) {
  animation-delay: 0.6s;
}
.to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--gradient-ocean);
  color: #fff;
  box-shadow: var(--shadow-glow);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.to-top.show {
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    animation-duration: NaNs !important;
    transition-duration: NaNs !important;
  }
}
.privacy-wrapper,
.terms-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.privacy-section,
.terms-section {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 38, 62, 0.08);
  padding-bottom: 1.5rem;
}
.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.privacy-section h3,
.terms-section h3 {
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--ocean);
  letter-spacing: -0.2px;
}
.privacy-section li,
.privacy-section p,
.terms-section li,
.terms-section p {
  color: var(--foreground);
  line-height: 1.6;
}
.privacy-section ol,
.privacy-section ul,
.terms-section ol,
.terms-section ul {
  padding-left: 1.4rem;
  margin: 1rem 0;
}
.privacy-section li,
.terms-section li {
  margin-bottom: 0.4rem;
}
.privacy-highlight,
.terms-highlight {
  background: rgba(0, 163, 173, 0.05);
  border-left: 4px solid var(--gold);
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  margin: 1.8rem 0;
  backdrop-filter: blur(2px);
}
.terms-highlight p {
  margin-bottom: 0.25rem;
}
.privacy-highlight i,
.terms-highlight i {
  color: var(--gold);
  margin-right: 8px;
}
.privacy-section:last-child {
  border-bottom: none;
}
.legal-badge {
  display: inline-block;
  background: var(--muted);
  padding: 0.2rem 1rem;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ocean);
  margin-bottom: 1rem;
}
.faq-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-category {
  margin-bottom: 2.5rem;
}
.faq-category h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.65rem;
  margin-bottom: 1.25rem;
  color: var(--ocean, #0a2b3a);
  border-left: 4px solid var(--gold, #c8a86b);
  padding-left: 1rem;
}
.accordion-item-custom {
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(0, 38, 62, 0.1);
  margin-bottom: 0.5rem;
}
.accordion-button-custom {
  background: 0 0;
  color: var(--foreground, #1e2f3d);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem 0.5rem 1rem 0;
  box-shadow: none;
  border-radius: 0 !important;
  border: none;
}
.accordion-button-custom:not(.collapsed) {
  background: 0 0;
  color: var(--gold, #c8a86b);
  box-shadow: none;
}
.accordion-button-custom:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button-custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c8a86b' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1rem;
}
.accordion-button-custom:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c8a86b' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.accordion-body-custom {
  padding: 0 0.5rem 1.2rem 0;
  color: rgba(30, 47, 61, 0.85);
  line-height: 1.6;
}
.faq-contact-card {
  background: linear-gradient(
    135deg,
    rgba(0, 163, 173, 0.03) 0,
    rgba(200, 168, 107, 0.05) 100%
  );
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid rgba(200, 168, 107, 0.2);
}
.faq-contact-card .btn-outline-luxury {
  color: #115178;
  background: #fff;
}
.blog-header {
  text-align: center;
  margin-bottom: 3rem;
}
.blog-card {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
}
.blog-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-category {
  position: absolute;
  bottom: 12px;
  left: 16px;
  background: var(--gold, #c8a86b);
  color: #0a2b3a;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.9rem;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.blog-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--foreground-light);
  margin-bottom: 0.8rem;
}
.blog-title,
.sidebar-list li {
  margin-bottom: 0.75rem;
}
.article-body h2,
.article-body h3,
.blog-title,
.pullquote,
.sidebar-title {
  font-family: "Playfair Display", serif;
}
.blog-meta i {
  margin-right: 0.3rem;
  color: var(--gold);
}
.blog-title {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.3;
}
.blog-title a {
  color: var(--foreground);
  transition: color 0.2s;
}
.blog-excerpt {
  color: rgba(30, 47, 61, 0.8);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.blog-readmore,
.page-link-custom {
  color: var(--ocean);
  text-decoration: none;
}
.blog-readmore {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-readmore i {
  transition: transform 0.2s;
}
.blog-readmore:hover i {
  transform: translateX(5px);
}
.sidebar-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.sidebar-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--gold);
}
.sidebar-list {
  list-style: none;
  padding: 0;
}
.sidebar-list a {
  color: var(--foreground);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.sidebar-list a:hover {
  color: var(--gold);
  padding-left: 5px;
}
.recent-post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 1rem;
  align-items: center;
}
.recent-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.recent-info h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 4px;
}
.recent-info p {
  font-size: 0.7rem;
  color: var(--gold);
  margin: 0;
}
.pagination-custom {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.page-link-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-weight: 600;
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.page-link-custom.active,
.page-link-custom:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.article-hero {
  position: relative;
  min-height: 65vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)),
    url("https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=1600&auto=format")
      center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.article-hero-content {
  color: #fff;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.article-badge {
  background: var(--gold, #c8a86b);
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  color: #0a2b3a;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.article-meta span i {
  margin-right: 0.4rem;
  color: var(--gold);
}
.article-body {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--foreground);
}
.article-body h2 {
  font-weight: 600;
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
}
.article-body h3 {
  font-weight: 500;
  margin: 1.5rem 0 0.8rem;
  font-size: 1.4rem;
}
.article-body p {
  margin-bottom: 1.2rem;
}
.article-body img {
  border-radius: 1.2rem;
  width: 100%;
  margin: 1.5rem 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.pullquote {
  background: rgba(0, 163, 173, 0.05);
  border-left: 5px solid var(--gold);
  padding: 1.5rem 2rem;
  font-size: 1.2rem;
  margin: 2rem 0;
  border-radius: 0 20px 20px 0;
}
.author-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
}
.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gold);
}
.comment-section {
  margin-top: 3rem;
  background: var(--muted, #f8f5f0);
  padding: 2rem;
  border-radius: 1.5rem;
}
.comment-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.related-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.related-card:hover {
  transform: translateY(-4px);
}
.related-img {
  height: 350px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .privacy-section h3,
  .terms-section h3 {
    font-size: 1.3rem;
  }
  .privacy-highlight,
  .terms-highlight {
    padding: 1rem 1.2rem;
  }
  .hero-inner {
    padding: 3%;
  }
  .footer-cols,
  .newsletter input {
    padding: 5%;
  }
  .faq-category h3 {
    font-size: 1.4rem;
  }
  .accordion-button-custom,
  .article-body {
    font-size: 1rem;
  }
  .blog-img {
    height: 180px;
  }
  .blog-title {
    font-size: 1.2rem;
  }
  .article-hero {
    min-height: 50vh;
  }
  .article-body h2 {
    font-size: 1.5rem;
  }
}