/* ===== Sandbox-Style CSS for SeaHistoryChecks ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --sky: #0ea5e9;
  --sky-dark: #0284c7;
  --sky-light: #7dd3fc;
  --sky-gradient: linear-gradient(135deg, #0ea5e9, #38bdf8);
  --dark-bg: #0f172a;
  --dark-secondary: #1e293b;
  --dark-card: rgba(255,255,255,0.05);
  --text-muted: #94a3b8;
  --text-on-dark: #cbd5e1;
  --heading-on-dark: #f1f5f9;
  --off-white: #f8fafc;
  --off-white-dark: #f1f5f9;
  --glass-bg: rgba(255,255,255,0.08);
  --glass-border: rgba(255,255,255,0.1);
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--dark-bg);
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === Swiper Core (minimal) === */
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #000; opacity: .2; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--sky) !important; }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 44px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--sky) !important; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 18px; }
.swiper-pagination { position: absolute; text-align: center; transition: .3s opacity; transform: translate3d(0,0,0); z-index: 10; }

/* Let testimonial & country flag cards lift/pop without getting clipped */
.testimonial-slider .swiper,
.country-slider .swiper { overflow: visible !important; }
.testimonial-slider .swiper-slide,
.country-slider .swiper-slide { overflow: visible !important; }
.testimonial-slider .swiper-slide { height: auto !important; display: flex; align-items: stretch; }
.testimonial-slider .swiper-slide > .glass { height: 100%; width: 100%; display: flex; flex-direction: column; }

/* === Glass & Card Styles === */
.glass { background: var(--glass-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); }
.glass-dark { background: rgba(0,0,0,0.25); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.glass-card { background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--glass-border); border-radius: 1.5rem; padding: 1.5rem; }
.glass-card-dark { background: rgba(255,255,255,0.08); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.5rem; padding: 1.5rem; }

/* === Colors === */
.text-sky-500 { color: var(--sky); }
.text-sky-400 { color: #38bdf8; }
.bg-sky-500 { background-color: var(--sky); }
.bg-sky-600 { background-color: var(--sky-dark); }
.bg-sky-500\/10 { background-color: rgba(14,165,233,0.1); }
.bg-sky-500\/20 { background-color: rgba(14,165,233,0.2); }
.hover\:bg-sky-600:hover { background-color: var(--sky-dark); }
.hover\:text-sky-500:hover { color: var(--sky); }
.text-text-muted { color: var(--text-muted); }
.text-on-dark { color: var(--text-on-dark); }
.heading-on-dark { color: var(--heading-on-dark); }
.section-dark { background: var(--dark-secondary); }
.text-off-white { color: var(--off-white); }
.bg-off-white { background-color: var(--off-white); }

/* === Buttons === */
.btn-primary {
  background: var(--sky-gradient);
  color: white; border-radius: 9999px; font-weight: 700;
  transition: all 0.3s; display: inline-block; border: none; cursor: pointer;
  padding: 1rem 2rem;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(14,165,233,0.3); }
.btn-primary.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.btn-primary.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.btn-primary.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.btn-primary.px-8 { padding-left: 2rem; padding-right: 2rem; }
.btn-primary.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.btn-primary.px-12 { padding-left: 3rem; padding-right: 3rem; }
.btn-primary.text-sm { font-size: 0.875rem; }
.btn-primary.text-base { font-size: 1rem; }
.btn-primary.text-lg { font-size: 1.125rem; }
.btn-primary.text-xl { font-size: 1.25rem; }

.btn-outline {
  border: 2px solid rgba(14,165,233,0.3); color: var(--sky);
  border-radius: 9999px; font-weight: 700; transition: all 0.3s;
  display: inline-block; background: transparent;
}
.btn-outline:hover { border-color: var(--sky); background: rgba(14,165,233,0.1); transform: translateY(-2px); }

/* === Typography === */
.display-lg { font-size: 4.5rem; font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; }
.display-md { font-size: 3.5rem; font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; }
.display-sm { font-size: 2.5rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; }
.text-gradient { background: var(--sky-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

@media (max-width: 768px) {
  .display-lg { font-size: 2.5rem; }
  .display-md { font-size: 2rem; }
  .display-sm { font-size: 1.75rem; }
}

/* === Base === */
html, body { overflow-x: hidden; }

/* === Navigation === */
.nav-link { position: relative; }
.nav-link::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--sky); transition: width 0.3s;
}
.nav-link:hover::after { width: 100%; }

#mobile-menu {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999 !important;
  display: flex !important;
  position: fixed;
  inset: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0f172a !important;
  backdrop-filter: none !important;
}
#mobile-menu a,
#mobile-menu .text-blue-950,
#mobile-menu span {
  color: #f1f5f9 !important;
}
#mobile-menu a:hover {
  color: #0ea5e9 !important;
}
#mobile-menu .btn-primary {
  color: #fff !important;
}
#mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  #mobile-menu { display: none !important; }
}

/* === Hero === */
.hero-jumbotron { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.parallax-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.4) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; max-width: 1200px; margin: 0 auto; }
.search-pill { background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border-radius: 9999px; padding: 0.5rem; box-shadow: 0 25px 50px rgba(0,0,0,0.15); }

/* === Hero country custom dropdown === */
.country-dd { position: relative; }
.country-dd-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 10.5rem;
  background-color: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 9999px;
  padding: 0.55rem 1.1rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.12);
}
.country-dd-btn:hover {
  background-color: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.5);
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.22);
  transform: translateY(-1px);
}
.country-dd-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.country-dd-arrow {
  width: 14px;
  height: 14px;
  color: #0ea5e9;
  transition: transform 0.25s ease;
  pointer-events: none;
}
.country-dd.open .country-dd-arrow { transform: rotate(180deg); }
.country-dd-mobile { flex: 1; }
.country-dd-mobile .country-dd-btn { width: 100%; font-size: 1.125rem; }

.country-dd-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  z-index: 70;
  max-height: 260px;
  overflow-y: auto;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 0.4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.country-dd.open .country-dd-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.country-dd.drop-up .country-dd-list {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translateY(8px) scale(0.98);
}
.country-dd.drop-up.open .country-dd-list {
  transform: translateY(0) scale(1);
}
.country-dd-list::-webkit-scrollbar { width: 6px; }
.country-dd-list::-webkit-scrollbar-track { background: transparent; }
.country-dd-list::-webkit-scrollbar-thumb { background: rgba(14, 165, 233, 0.4); border-radius: 9999px; }
.country-dd-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.65rem;
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.country-dd-option:hover { background: rgba(14, 165, 233, 0.18); color: #ffffff; }
.country-dd-option.selected { background: rgba(14, 165, 233, 0.22); color: #38bdf8; font-weight: 700; }
.country-dd-check { width: 16px; height: 16px; display: none; }
.country-dd-option.selected .country-dd-check { display: block; }

/* === About section info card === */
.about-card { position: relative; overflow: hidden; }
.about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(56, 189, 248, 0.18), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  z-index: 1;
  pointer-events: none;
}
.about-card:hover::before { left: 125%; }
.about-card > * { position: relative; z-index: 2; }

/* === Bento Grid === */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.bento-item { position: relative; padding: 2rem; border-radius: 1.5rem; overflow: hidden; }
.bento-item.glass { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.bento-item.border.border-gray-100 { border-color: rgba(255,255,255,0.1) !important; }

@media (max-width: 768px) {
  .hero-jumbotron { min-height: 600px; }
  .search-pill { border-radius: 2rem; padding: 1rem; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-item.col-span-2 { grid-column: span 1; }
  .bento-item.row-span-2 { grid-row: span 1; }
}

/* === Page Headers === */
.page-header {
  position: relative; height: 50vh; min-height: 400px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}

/* === FAQ Accordion === */
.faq-answer { transition: height 0.4s ease; }
.faq-chevron { transition: transform 0.4s ease; }
.faq-item.active .faq-chevron { transform: rotate(180deg); }

/* === Pricing === */
.pricing-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 2rem;
  padding: 3rem; text-align: center; transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
  cursor: pointer;
}
.pricing-card:hover { transform: translateY(-12px); box-shadow: 0 40px 80px rgba(0,0,0,0.4); border-color: rgba(14,165,233,0.3); cursor: pointer; }
.price-display { overflow-wrap: break-word; word-wrap: break-word; max-width: 100%; line-height: 1.1; }
.feature-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.05); border-radius: 1rem; margin-bottom: 0.5rem; transition: all 0.3s; }
.feature-item:hover { background: rgba(14,165,233,0.1); transform: translateX(4px); }
.check-badge { width: 1.75rem; height: 1.75rem; background: rgba(14,165,233,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-badge svg { width: 1rem; height: 1rem; color: var(--sky); }

/* === Payment === */
.payment-tab { cursor: pointer; transition: all 0.3s; }
.payment-tab.active { background: rgba(14,165,233,0.15); border-color: var(--sky); color: var(--sky); }
.payment-tab:not(.active):hover { background: rgba(255,255,255,0.05); }
.card-input { transition: all 0.3s; }
.card-input:focus { box-shadow: 0 0 0 3px rgba(14,165,233,0.2); border-color: var(--sky); }
.success-check { animation: scaleIn 0.5s cubic-bezier(0.175,0.885,0.32,1.275) forwards; }
@keyframes scaleIn { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }

/* === Utilities === */
.history-bg { background: url('../images/our-history-2-b5ad8f7d.jpg') center center / cover no-repeat; }
#back-to-top { position: fixed; bottom: 130px; right: 24px; z-index: 99; display: none; width: 44px; height: 44px; background: var(--sky-gradient); border-radius: 50%; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(14,165,233,0.3); }
#back-to-top .arrow-up { width: 20px; height: 20px; color: #fff; }
@media (max-width: 640px) {
  #back-to-top { bottom: 120px; right: 16px; width: 40px; height: 40px; }
  #back-to-top .arrow-up { width: 16px; height: 16px; }
}
.y-loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15,23,42,0.9); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.y-loading #prelouder img {
  width: 90px; height: 90px; border-radius: 50%; object-fit: contain; padding: 12px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(14,165,233,0.4);
  box-shadow: 0 0 50px rgba(14,165,233,0.35);
  animation: loader-pulse 1.6s ease-in-out infinite;
}
@keyframes loader-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.12); opacity: 0.85; } }

/* === Policy & Terms Content === */
.policy-content h2, .terms-content h2 { font-size: 2rem; font-weight: 800; color: var(--heading-on-dark); margin-bottom: 1rem; }
.policy-content h3, .terms-content h3 { font-size: 1.5rem; font-weight: 700; color: var(--heading-on-dark); margin-top: 2.5rem; margin-bottom: 1rem; }
.policy-content h5, .terms-content h5 { font-size: 1.1rem; font-weight: 600; color: var(--heading-on-dark); margin-top: 1.5rem; margin-bottom: 0.75rem; }
.policy-content p, .terms-content p { color: var(--text-on-dark); line-height: 1.8; margin-bottom: 1.25rem; }
.policy-content ul, .terms-content ul { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.policy-content ul li, .terms-content ul li { padding: 0.75rem 1.25rem; margin-bottom: 0.5rem; background: rgba(255,255,255,0.05); border-left: 3px solid var(--sky); border-radius: 0 0.75rem 0.75rem 0; color: var(--text-on-dark); line-height: 1.7; }
.policy-content ul li b, .terms-content ul li b { color: var(--heading-on-dark); }
.policy-content hr, .terms-content hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 2rem 0; }
.policy-content .meta, .terms-content .meta { display: flex; gap: 2rem; margin-bottom: 1.5rem; }
.policy-content .meta span, .terms-content .meta span { font-size: 0.875rem; color: var(--text-muted); }
.policy-content .meta span b, .terms-content .meta span b { color: var(--heading-on-dark); }
.policy-content a, .terms-content a { color: var(--sky); }
.policy-content a:hover, .terms-content a:hover { text-decoration: underline; }

/* === Responsive: All Screen Sizes === */

@media (max-width: 480px) {
  html { font-size: 13px; }
  .container { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
  .hero-jumbotron { min-height: 100vh; height: auto; padding: 5rem 0 2rem; }
  .hero-content { padding: 0 0.5rem; }
  .hero-content h1 { font-size: 1.75rem !important; }
  .hero-content p.text-xl { font-size: 0.9rem !important; }
  .search-pill { border-radius: 1.25rem; padding: 0.5rem; }
  section.py-32 { padding-top: 3rem; padding-bottom: 3rem; }
  section.py-24 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  section.py-20 { padding-top: 2rem; padding-bottom: 2rem; }
  .display-lg { font-size: 1.75rem !important; }
  .display-md { font-size: 1.5rem !important; }
  .display-sm { font-size: 1.35rem !important; }
  h2.text-4xl, h2.text-5xl { font-size: 1.5rem !important; }
  h3.text-2xl { font-size: 1.15rem !important; }
  .text-6xl { font-size: 2.5rem !important; }
  .page-header { min-height: 250px !important; height: 35vh !important; }
  .page-header h1 { font-size: 1.75rem !important; }
  .p-16 { padding: 1.5rem !important; }
  .p-12 { padding: 1.25rem !important; }
  .p-10 { padding: 1rem !important; }
  .p-8 { padding: 0.75rem !important; }
  .p-6 { padding: 0.5rem !important; }
  .mb-20 { margin-bottom: 2rem !important; }
  .mb-16 { margin-bottom: 1.5rem !important; }
  .gap-24 { gap: 2rem !important; }
  .gap-16 { gap: 1.5rem !important; }
  .gap-8 { gap: 0.5rem !important; }
  .btn-primary { padding: 0.6rem 1rem !important; font-size: 0.8rem !important; }
  .btn-primary.py-5 { padding-top: 0.6rem !important; padding-bottom: 0.6rem !important; }
  .testimonial-slider .swiper-slide { width: 90% !important; }
  .country-slider .swiper-slide { width: 85px !important; }
  .grid.md\:grid-cols-3.gap-12.text-center .text-6xl { font-size: 2rem !important; }
  .history-bg, div.min-h-\[500px\], .lg\:min-h-\[700px\] { min-height: 220px !important; }
  .faq-question { padding: 0.75rem !important; }
  .faq-question span { font-size: 0.9rem !important; }
  .faq-answer { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
  .rounded-\[3rem\] { border-radius: 1.25rem !important; }
  .rounded-\[2\.5rem\] { border-radius: 1rem !important; }
  .about-image-wrap { margin-bottom: 2rem !important; }
}

@media (min-width: 481px) and (max-width: 640px) {
  html { font-size: 14px; }
  .container { padding-left: 1rem !important; padding-right: 1rem !important; }
  .hero-jumbotron { min-height: 100vh; height: auto; padding: 6rem 0 3rem; }
  .hero-content { padding: 0 1rem; }
  .hero-content h1 { font-size: 2rem !important; }
  .hero-content p.text-xl { font-size: 1rem !important; }
  .search-pill { border-radius: 1.5rem; padding: 0.75rem; }
  section.py-32 { padding-top: 4rem; padding-bottom: 4rem; }
  section.py-24 { padding-top: 3rem; padding-bottom: 3rem; }
  section.py-20 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  section.py-16 { padding-top: 2rem; padding-bottom: 2rem; }
  section.py-0 { padding-top: 0; padding-bottom: 0; }
  .display-lg { font-size: 2rem !important; }
  .display-md { font-size: 1.75rem !important; }
  .display-sm { font-size: 1.5rem !important; }
  h2.text-4xl { font-size: 1.75rem !important; }
  h2.text-5xl { font-size: 2rem !important; }
  h3.text-2xl { font-size: 1.25rem !important; }
  h3.text-xl { font-size: 1.1rem !important; }
  .text-xl { font-size: 1.1rem !important; }
  .text-lg { font-size: 0.9rem !important; }
  .text-6xl { font-size: 3rem !important; }
  .page-header { min-height: 300px !important; height: 40vh !important; }
  .page-header h1 { font-size: 2rem !important; }
  .bento-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .bento-item.col-span-2, .bento-item.row-span-2 { grid-column: span 1 !important; grid-row: span 1 !important; }
  .grid.md\:grid-cols-2, .grid.md\:grid-cols-3, .grid.md\:grid-cols-4 { grid-template-columns: 1fr !important; }
  .gap-24 { gap: 3rem !important; }
  .p-16 { padding: 2rem !important; }
  .p-12 { padding: 1.5rem !important; }
  .p-10 { padding: 1.25rem !important; }
  .p-8 { padding: 1rem !important; }
  .p-6 { padding: 0.75rem !important; }
  .mb-20 { margin-bottom: 3rem !important; }
  .mb-16 { margin-bottom: 2rem !important; }
  .space-x-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 0 !important; }
  nav .space-x-10 { flex-direction: column; align-items: flex-start; }
  .space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem !important; }
  .footer .grid.md\:grid-cols-4 { grid-template-columns: 1fr !important; }
  .col-span-2 { grid-column: span 1 !important; }
  .flex-wrap.gap-12.md\:gap-24 { gap: 1.5rem !important; }
  .flex-wrap.gap-12.md\:gap-24 img { height: 2rem !important; }
  .pricing-card { padding: 1.5rem !important; }
  .payment-tab { padding: 0.75rem !important; font-size: 0.75rem !important; }
  .payment-tab svg { width: 1.25rem !important; height: 1.25rem !important; }
  .grid.grid-cols-2.gap-6 { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .policy-content, .terms-content { padding: 1.5rem !important; }
  .policy-content h2, .terms-content h2 { font-size: 1.5rem !important; }
  .faq-question { padding: 1rem !important; }
  .faq-question span { font-size: 1rem !important; }
  .faq-answer { padding-left: 1rem !important; padding-right: 1rem !important; }
  .glass-card { padding: 1rem !important; }
  .sticky.top-32 { position: static !important; }
  .gap-16 { gap: 2rem !important; }
  .gap-8 { gap: 0.75rem !important; }
  .gap-10 { gap: 1.25rem !important; }
  .btn-primary { padding: 0.75rem 1.25rem !important; font-size: 0.875rem !important; }
  .btn-primary.py-5 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
  .btn-primary.text-xl { font-size: 1rem !important; }
  .btn-primary.px-12 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .testimonial-slider .swiper-slide { width: 85% !important; }
  .country-slider .swiper-slide { width: 100px !important; }
  .history-bg { min-height: 300px !important; }
  div.min-h-\[500px\] { min-height: 300px !important; }
  .lg\:min-h-\[700px\] { min-height: 300px !important; }
  .about-flex { flex-direction: column !important; }
  .social-links { justify-content: center !important; }
  .grid.md\:grid-cols-3.gap-12.text-center .text-6xl { font-size: 2.5rem !important; }
  .grid.md\:grid-cols-3.gap-12.text-center p.text-lg { font-size: 0.875rem !important; }
  #mobile-menu .text-2xl { font-size: 1.5rem !important; }
  #mobile-menu .space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem !important; }
  #mobile-menu .btn-primary.px-12.py-4 { padding: 0.75rem 2rem !important; font-size: 1rem !important; }
  .grid.lg\:grid-cols-2.gap-24.items-center .display-md { font-size: 1.75rem !important; }
  .grid.lg\:grid-cols-2.gap-24.items-center p.text-lg { font-size: 0.9rem !important; }
  .grid.lg\:grid-cols-5 { grid-template-columns: 1fr !important; }
  .grid.md\:grid-cols-4.gap-16.mb-20 { gap: 2rem !important; }
  footer .grid.md\:grid-cols-4 { grid-template-columns: 1fr !important; }
  .lg\:grid-cols-2, .lg\:grid-cols-3 { grid-template-columns: 1fr !important; }
  .aspect-square { aspect-ratio: 4/3 !important; }
  .rounded-\[3rem\] { border-radius: 1.5rem !important; }
  .rounded-\[2\.5rem\] { border-radius: 1.25rem !important; }
  .about-image-wrap { margin-bottom: 3rem !important; }
  .about-stat-card { position: relative !important; bottom: auto !important; left: auto !important; margin-top: 1rem !important; display: inline-flex !important; }
  .text-4xl:not(h2) { font-size: 1.75rem !important; }
}

@media (min-width: 641px) and (max-width: 768px) {
  html { font-size: 15px; }
  .container { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .hero-jumbotron { min-height: 80vh; }
  section.py-32 { padding-top: 5rem; padding-bottom: 5rem; }
  section.py-24 { padding-top: 4rem; padding-bottom: 4rem; }
  .display-lg { font-size: 3rem !important; }
  .display-md { font-size: 2.5rem !important; }
  .page-header { min-height: 350px !important; }
  .bento-grid { grid-template-columns: 1fr 1fr !important; }
  .bento-item.col-span-2 { grid-column: span 2 !important; }
  .country-slider .swiper-slide { width: 130px !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  html { font-size: 15.5px; }
  .container { padding-left: 2rem !important; padding-right: 2rem !important; }
  .hero-jumbotron { min-height: 70vh; }
  section.py-32 { padding-top: 6rem; padding-bottom: 6rem; }
  .display-lg { font-size: 3.5rem !important; }
  .display-md { font-size: 2.75rem !important; }
  .page-header { min-height: 380px !important; }
  .bento-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bento-item.col-span-2 { grid-column: span 2 !important; }
  .bento-item.row-span-2 { grid-row: span 2 !important; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(2, 1fr) !important; }
  .lg\:grid-cols-5 { grid-template-columns: repeat(3, 1fr) !important; }
  .country-slider .swiper-slide { width: 150px !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .lg\:col-span-3, .lg\:col-span-2 { grid-column: span 1 !important; }
  .lg\:order-1, .lg\:order-2 { order: 0 !important; }
  .sticky.top-32 { position: static !important; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  html { font-size: 16px; }
  .container { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
  .country-slider .swiper-slide { width: 200px !important; }
}

@media (min-width: 1281px) {
  .country-slider .swiper-slide { width: 220px !important; }
}

/* === Card Pop-Out Hover (all cards lift + glow on hover) === */
#page-content .glass,
#page-content .bento-item,
#page-content .pricing-card,
#page-content .faq-item,
#page-content [class*="rounded-3xl"],
#page-content [class*="rounded-[3rem]"] {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.3s ease,
    background-color 0.3s ease;
  will-change: transform;
}
#page-content .glass:hover,
#page-content .bento-item:hover,
#page-content .pricing-card:hover,
#page-content .faq-item:hover,
#page-content [class*="rounded-3xl"]:hover,
#page-content [class*="rounded-[3rem]"]:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 56px -12px rgba(2, 6, 23, 0.55),
    0 0 0 1px rgba(14, 165, 233, 0.3);
  border-color: rgba(14, 165, 233, 0.4);
}

/* === Image Pop-Out Hover (every photo pops forward on hover) === */
#page-content img:not(.absolute):not(.swiper img):not(.parallax-bg):not([class*="h-8"]) {
  transition: scale 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    translate 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease,
    filter 0.3s ease;
}
#page-content img:not(.absolute):not(.swiper img):not(.parallax-bg):not([class*="h-8"]):hover {
  scale: 1.07;
  translate: 0 -6px;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.85), 0 16px 32px rgba(2, 6, 23, 0.5);
  filter: brightness(1.08) contrast(1.02);
}

/* === Footer Social Icons === */
.footer-social {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}
.footer-social:hover {
  transform: translateY(-4px) scale(1.1);
  background: var(--sky-gradient);
  border-color: transparent;
  box-shadow: 0 10px 24px -6px rgba(14, 165, 233, 0.5);
}
.footer-social svg {
  width: 1rem;
  height: 1rem;
}
.footer-social:hover svg {
  color: #fff;
}

/* === Authority logos colorize on hover === */
#page-content .grayscale {
  transition: filter 0.4s ease, scale 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), translate 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
#page-content .grayscale:hover {
  filter: grayscale(0);
}

/* === Advanced Scroll & Hover Animations === */
body { overflow-x: hidden; }

/* Section 3D zoom — sections come close on enter, move away on exit */
#page-content > section:not(.hero-jumbotron),
#page-content > main {
  transform-origin: center top;
  will-change: transform, opacity;
}

/* Card shine sweep on hover */
#page-content .glass,
#page-content .bento-item,
#page-content .pricing-card,
#page-content .faq-item,
#page-content [class*="rounded-3xl"],
#page-content [class*="rounded-[3rem]"] {
  position: relative;
}
#page-content .glass::after,
#page-content .bento-item::after,
#page-content .pricing-card::after,
#page-content .faq-item::after,
#page-content [class*="rounded-3xl"]::after,
#page-content [class*="rounded-[3rem]"]::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.08) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.9s ease, opacity 0.35s ease;
}
#page-content .glass:hover::after,
#page-content .bento-item:hover::after,
#page-content .pricing-card:hover::after,
#page-content .faq-item:hover::after,
#page-content [class*="rounded-3xl"]:hover::after,
#page-content [class*="rounded-[3rem]"]:hover::after {
  transform: translateX(120%);
  opacity: 1;
}

/* Icon bounce on card hover */
#page-content svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#page-content .glass:hover svg,
#page-content .bento-item:hover svg,
#page-content .pricing-card:hover svg,
#page-content .faq-item:hover svg,
#page-content [class*="rounded-3xl"]:hover svg,
#page-content [class*="rounded-[3rem]"]:hover svg {
  transform: scale(1.2) rotate(-5deg);
}
#page-content [class*="w-16 h-16"] {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#page-content .glass:hover [class*="w-16 h-16"]:not(:has(img)),
#page-content .bento-item:hover [class*="w-16 h-16"]:not(:has(img)),
#page-content [class*="rounded-3xl"]:hover [class*="w-16 h-16"]:not(:has(img)),
#page-content [class*="rounded-[3rem]"]:hover [class*="w-16 h-16"]:not(:has(img)) {
  transform: scale(1.15) rotate(4deg);
}

/* Gradient heading shimmer on hover */
.text-gradient {
  background-size: 200% auto;
  transition: background-position 0.6s ease;
}
.text-gradient:hover {
  background-position: 100% center;
}

/* Footer links underline sweep */
.footer-link { position: relative; }
.footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background: var(--sky);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.footer-link:hover::after { transform: scaleX(1); }

.section-heading-xl {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}
@media (max-width: 1280px) {
  .section-heading-xl { font-size: 2.2rem !important; }
}
@media (max-width: 1024px) {
  .section-heading-xl { font-size: 1.9rem !important; }
}
@media (max-width: 768px) {
  .section-heading-xl { font-size: 1.7rem !important; }
}
@media (max-width: 640px) {
  .section-heading-xl { font-size: 1.5rem !important; }
}
@media (max-width: 480px) {
  .section-heading-xl { font-size: 1.3rem !important; }
}
.section-label-xl {
  font-size: 3rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
}
@media (max-width: 1280px) {
  .section-label-xl { font-size: 2.6rem !important; }
}
@media (max-width: 1024px) {
  .section-label-xl { font-size: 2.25rem !important; }
}
@media (max-width: 768px) {
  .section-label-xl { font-size: 2rem !important; }
}
@media (max-width: 640px) {
  .section-label-xl { font-size: 1.75rem !important; }
}
@media (max-width: 480px) {
  .section-label-xl { font-size: 1.5rem !important; }
}


