/* OB Solutions public website — Liquid Navy identity layer, 2026-08-28. */
:root {
  --liquid-navy-950: #04111f;
  --liquid-navy-900: #071c33;
  --liquid-navy-800: #0b2b4d;
  --liquid-blue: #1f669c;
  --liquid-gold: #d5a546;
  --liquid-gold-hi: #f2d089;
  --liquid-paper: #f3f6fa;
  --liquid-line: rgba(12, 39, 72, .11);
  --liquid-shadow: 0 24px 70px rgba(4, 21, 39, .13);
  --liquid-ease: cubic-bezier(.22, 1, .36, 1);
}

body { background: var(--liquid-paper) !important; }

.navbar {
  top: 14px !important;
  left: 50% !important;
  width: min(calc(100% - 28px), 1180px) !important;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 22px !important;
  background: rgba(5, 22, 41, .64) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .22) !important;
  backdrop-filter: blur(24px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%) !important;
  overflow: visible;
}

.navbar.scrolled { background: rgba(5, 22, 41, .88) !important; }
.navbar .container { min-height: 72px; }
.nav-links { gap: clamp(15px, 2.3vw, 32px) !important; }
.nav-links a { font-weight: 600 !important; }
.nav-cta {
  min-height: 43px;
  padding: 0 20px !important;
  border: 1px solid rgba(242, 208, 137, .34) !important;
  background: linear-gradient(135deg, var(--liquid-gold-hi), var(--liquid-gold)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 10px 30px rgba(213, 165, 70, .2) !important;
}

.hero {
  min-height: min(960px, 100svh) !important;
  padding-top: 154px !important;
  background:
    radial-gradient(circle at 9% 30%, rgba(39, 119, 174, .48), transparent 31rem),
    radial-gradient(circle at 88% 75%, rgba(213, 165, 70, .17), transparent 27rem),
    linear-gradient(142deg, var(--liquid-navy-950), var(--liquid-navy-900) 50%, #0b355d) !important;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(4, 17, 31, .42));
  pointer-events: none;
}

.hero-bg-grid {
  display: block !important;
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.hero-glow-1, .hero-glow-2, .hero-glow-3 {
  display: block !important;
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
  animation: liquid-orbit 16s ease-in-out infinite alternate;
}
.hero-glow-1 { width: 46vw; height: 46vw; left: -19vw; top: -12vw; background: rgba(39, 128, 191, .25); }
.hero-glow-2 { width: 34vw; height: 34vw; right: -12vw; top: 12%; background: rgba(213, 165, 70, .13); animation-delay: -6s; }
.hero-glow-3 { width: 36vw; height: 36vw; left: 38%; bottom: -24vw; background: rgba(31, 102, 156, .26); animation-delay: -11s; }

@keyframes liquid-orbit {
  from { transform: translate3d(-3%, -2%, 0) scale(.94); }
  to { transform: translate3d(5%, 4%, 0) scale(1.09); }
}

.hero .container { gap: clamp(34px, 6vw, 78px) !important; }
.hero-text { position: relative; z-index: 2; }
.hero-text h1 { max-width: 760px; text-wrap: balance; }
.hero-text h1::after { width: 58px !important; border-radius: 99px; background: linear-gradient(90deg, var(--liquid-gold-hi), var(--liquid-gold)) !important; }
.hero-text .subtitle { max-width: 610px !important; color: rgba(243, 247, 253, .78) !important; font-size: clamp(17px, 1.8vw, 20px) !important; }
.hero-text .guarantee { color: rgba(243, 247, 253, .5) !important; }
.hero-badge {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .075) !important;
  border-color: rgba(242, 208, 137, .26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
  backdrop-filter: blur(14px);
}

.btn-primary, .reels-follow, #bookBtn, #leadSubmitBtn {
  min-height: 54px;
  border-radius: 15px !important;
  background: linear-gradient(135deg, var(--liquid-gold-hi), var(--liquid-gold)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 16px 34px rgba(213, 165, 70, .2) !important;
}
.btn-secondary { min-height: 54px; border-radius: 15px !important; background: rgba(255, 255, 255, .07) !important; }
.btn-primary:hover, .reels-follow:hover, #bookBtn:hover, #leadSubmitBtn:hover { filter: brightness(1.05); transform: translateY(-2px); }

.hero-image {
  isolation: isolate;
  min-height: 520px;
  align-items: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 40px 100px rgba(0, 0, 0, .34);
  backdrop-filter: blur(12px);
}
.hero-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 10% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 143, 201, .32), transparent 67%);
  filter: blur(8px);
}
.hero-image img { max-height: 570px; object-fit: contain; object-position: bottom; }
.hero-image-ring, .hero-image-ring-2 { border-color: rgba(242, 208, 137, .18) !important; }
.hero-stat { border-radius: 18px !important; background: rgba(4, 20, 38, .64) !important; }

.hero-social { left: max(26px, calc((100vw - 1180px) / 2)) !important; }
.hero-social a { border-radius: 13px !important; backdrop-filter: blur(12px); }

.trust-bar { background: rgba(255, 255, 255, .76) !important; backdrop-filter: blur(20px); }
.trust-bar-wrapper { mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }

.about, .process, .faq { background: var(--liquid-paper) !important; }
.about, .process, .testimonials, .faq, .contact { position: relative; overflow: hidden; }
.about::before, .faq::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(31, 102, 156, .075);
  filter: blur(10px);
  pointer-events: none;
}
.about::before { right: -300px; top: -260px; }
.faq::before { left: -310px; bottom: -280px; }

.about-stat-card, .step, .testimonial-card, .faq-item, .contact-form {
  border: 1px solid rgba(12, 39, 72, .1) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 55px rgba(7, 28, 51, .08) !important;
}
.about-stat-card, .step, .faq-item { background: rgba(255, 255, 255, .78) !important; backdrop-filter: blur(16px); }
.about-stat-card:hover, .step:hover, .testimonial-card:hover { transform: translateY(-5px) !important; box-shadow: var(--liquid-shadow) !important; }
.about-stat-icon, .step-number, .contact-info-icon { border-radius: 15px !important; }
.step-number { background: linear-gradient(145deg, var(--liquid-navy-800), var(--liquid-blue)) !important; color: var(--liquid-gold-hi) !important; box-shadow: 0 12px 28px rgba(7, 28, 51, .2); }

.reels, .testimonials, .contact, .footer {
  background:
    radial-gradient(circle at 8% 22%, rgba(39, 119, 174, .28), transparent 25rem),
    radial-gradient(circle at 88% 82%, rgba(213, 165, 70, .13), transparent 25rem),
    linear-gradient(145deg, var(--liquid-navy-950), var(--liquid-navy-900) 55%, #0b3155) !important;
}
.reel-card { border-radius: 20px !important; border-color: rgba(255, 255, 255, .13) !important; box-shadow: 0 18px 45px rgba(0, 0, 0, .26) !important; }
.reel-txt { background: linear-gradient(to top, rgba(3, 14, 27, .98), rgba(3, 14, 27, .25)) !important; padding-top: 38px !important; }
.reel-play { backdrop-filter: blur(8px); background: rgba(255, 255, 255, .84) !important; }
.testimonial-card { background: rgba(255, 255, 255, .075) !important; border-color: rgba(255, 255, 255, .12) !important; backdrop-filter: blur(18px); }

.faq-item { overflow: hidden; }
.faq-question { min-height: 68px; padding-inline: clamp(18px, 3vw, 28px) !important; }
.faq-icon { border-radius: 12px !important; }

.contact .container { position: relative; z-index: 1; }
.contact-form {
  background: rgba(255, 255, 255, .95) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .3) !important;
  backdrop-filter: blur(24px);
}
.contact-form input, .contact-form select {
  min-height: 50px;
  border-radius: 13px !important;
  background: #f3f6fa !important;
  border-color: rgba(12, 39, 72, .12) !important;
}
.contact-form > div:first-child button { border-radius: 0 !important; }
.contact-info-item { background: rgba(255, 255, 255, .075) !important; border-color: rgba(255, 255, 255, .11) !important; backdrop-filter: blur(12px); }
.footer { border-top: 1px solid rgba(255, 255, 255, .09) !important; }
.whatsapp-float { border: 4px solid rgba(255, 255, 255, .78); box-shadow: 0 16px 42px rgba(7, 28, 51, .28) !important; }

@media (max-width: 900px) {
  .navbar { top: 8px !important; width: calc(100% - 16px) !important; border-radius: 18px !important; }
  .navbar .container { min-height: 62px; }
  .nav-links.show {
    top: calc(100% + 9px) !important;
    left: 0 !important;
    right: 0 !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px !important;
    background: rgba(5, 22, 41, .96) !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
    backdrop-filter: blur(24px);
  }
  .nav-links.show { gap: 4px !important; padding: 12px !important; }
  .nav-links.show li { width: 100%; }
  .nav-links.show a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 12px !important;
  }
  .mobile-menu {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }
  .hero { padding-top: 118px !important; min-height: auto !important; }
  .hero .container { flex-direction: column !important; }
  .hero-text { width: 100%; }
  .hero-image { width: min(100%, 540px); min-height: 470px; }
  .hero-social { display: none !important; }
}

@media (max-width: 620px) {
  .hero { padding: 112px 0 62px !important; }
  .hero-badge { padding: 8px 14px !important; font-size: 10px !important; }
  .hero h1 { font-size: clamp(39px, 12.5vw, 56px) !important; }
  .hero-buttons { display: grid !important; grid-template-columns: 1fr; width: 100%; }
  .hero-buttons a { width: 100%; justify-content: center; }
  .hero-image { min-height: 390px; padding: 16px; border-radius: 25px; }
  .hero-image-ring { width: 280px !important; height: 280px !important; }
  .hero-image-ring-2 { width: 330px !important; height: 330px !important; }
  .hero-stat { padding: 12px 15px !important; }
  .hero-stat .number { font-size: 22px !important; }
  .hero-stat .label { max-width: 115px; }
  .about-stat-card, .step, .testimonial-card, .faq-item, .contact-form { border-radius: 20px !important; }
  .contact-form [style*="display:flex;gap:10px"] { flex-direction: column; }
  .reels-grid { gap: 10px !important; }
  .reel-card { border-radius: 16px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow-1, .hero-glow-2, .hero-glow-3 { animation: none !important; }
}
