:root {
  --oscar-navy: #0b1830;
  --oscar-blue: #174a7c;
  --oscar-sky: #67b6f5;
  --oscar-line: rgba(11, 24, 48, 0.1);
  --oscar-shadow: 0 24px 60px rgba(9, 23, 46, 0.18);
}
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", sans-serif;
  color: #1b2430;
  background: radial-gradient(circle at top left, rgba(103, 182, 245, 0.16), transparent 22%), linear-gradient(180deg, #fbfcfe 0%, #f2f6fa 46%, #eef3f8 100%);
}
h1, h2, h3, .navbar-brand, .btn, .accordion-button, .section-label, .eyebrow-badge { font-family: "Manrope", sans-serif; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 2000; background: #fff; color: #000; padding: 0.75rem 1rem; border-radius: 0.75rem; }
.skip-link:focus { top: 1rem; }
.top-contact { background: rgba(255, 255, 255, 0.92); }
.top-contact a { color: #31435a; font-weight: 600; }
.main-header .navbar { backdrop-filter: blur(16px); background: rgba(248, 250, 252, 0.95) !important; }
.brand-logo { width: 82px; height: auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-weight: 800; letter-spacing: -0.02em; color: var(--oscar-navy); }
.brand-subtitle { font-size: 0.82rem; color: #5e7188; text-transform: uppercase; letter-spacing: 0.14em; }
.hero-section { min-height: calc(100vh - 7rem); display: flex; align-items: center; padding: 4rem 0 5rem; }
.hero-image, .hero-tint { position: absolute; inset: 0; }
.hero-image { background: url("assets/images/hero.jpg") center center / cover no-repeat; transform: scale(1.04); }
.hero-tint { background: linear-gradient(120deg, rgba(8, 18, 34, 0.86), rgba(17, 45, 75, 0.54)), linear-gradient(180deg, rgba(247, 250, 255, 0.08), rgba(247, 250, 255, 0.16)); }
.hero-shell { z-index: 1; }
.hero-panel, .contact-highlight, .feature-card, .mini-card, .geo-card, .form-wrapper, .contact-box, .media-card, .gallery-tile, .cookie-banner, .cookie-panel-card, .privacy-box { border: 1px solid var(--oscar-line); box-shadow: var(--oscar-shadow); }
.hero-panel { background: rgba(11, 24, 48, 0.78); color: #fff; border-radius: 2rem; padding: 2rem; }
.hero-panel .fw-bold { font-weight: 600 !important; font-size: 50px; color: #fff; }
.hero-panel .lead, .hero-panel p, .hero-panel .hero-points span { color: rgba(255, 255, 255, 0.85); }
.eyebrow-badge, .section-label { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 800; }
.eyebrow-badge::before, .section-label::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; opacity: 0.65; }
.eyebrow-badge { color: #9fd5ff; margin-bottom: 1rem; }
.section-label { color: var(--oscar-blue); margin-bottom: 1rem; }
.hero-points { display: grid; gap: 0.75rem; }
.hero-points span { display: flex; gap: 0.65rem; align-items: flex-start; }
.hero-points i { color: #8dd0ff; margin-top: 0.1rem; }
.contact-highlight { border-radius: 2rem; background: rgba(255, 255, 255, 0.95); }
.contact-quick-list { display: grid; gap: 1rem; }
.contact-quick-list li { display: flex; gap: 0.85rem; align-items: flex-start; }
.contact-quick-list i { color: var(--oscar-blue); margin-top: 0.2rem; }
.trust-band { background: #ffffff; border-top: 1px solid var(--oscar-line); border-bottom: 1px solid var(--oscar-line); }
.trust-pill { background: #fff; border: 1px solid var(--oscar-line); border-radius: 999px; padding: 0.95rem 1rem; font-weight: 700; color: var(--oscar-navy); }
.section-space { padding: 5rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(241, 246, 251, 0.96)); }
.section-dark { background: radial-gradient(circle at left top, rgba(103, 182, 245, 0.18), transparent 18%), linear-gradient(135deg, #0b1830 0%, #122946 100%); }
.section-head { max-width: 58rem; margin: 0 auto 1.5rem; }
.section-head.text-start { margin-left: 0; }
.section-copy { font-size: 1.1rem; color: #57697f; }
.feature-card, .mini-card, .geo-card, .contact-box, .form-wrapper, .media-card, .gallery-tile, .privacy-box { background: rgba(255, 255, 255, 0.96); border-radius: 1.5rem; }
.feature-card, .mini-card, .geo-card { height: 100%; padding: 1.5rem; }
.feature-card { display: flex; flex-direction: column; gap: 1rem; }
.feature-card h3 { margin: 0; }
.feature-card .feature-head { display: flex; align-items: center; gap: 0.9rem; }
.feature-icon { font-size: 1.7rem; color: var(--oscar-blue); flex: 0 0 auto; margin: 0; }
.media-card { overflow: hidden; }
.media-card img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; }
.cta-stack { display: grid; gap: 0.9rem; }
.gallery-tile { width: 100%; padding: 0; overflow: hidden; cursor: pointer; background: #d9e7f5; }
.gallery-tile img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.35s ease; }
.gallery-tile:hover img { transform: scale(1.04); }
.faq-accordion .accordion-item { border-radius: 1rem; overflow: hidden; margin-bottom: 1rem; border: 1px solid var(--oscar-line); }
.faq-accordion .accordion-button { font-weight: 700; }
.form-wrapper { padding: 1.5rem; }
.honeypot-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.anti-spam-box { border: 1px dashed rgba(23, 74, 124, 0.32); border-radius: 1rem; padding: 1rem; background: rgba(103, 182, 245, 0.08); }
.contact-box { padding: 1.5rem; }
.contact-box li { display: flex; gap: 0.85rem; align-items: flex-start; margin-bottom: 1rem; }
.contact-box i { color: var(--oscar-blue); margin-top: 0.15rem; }
.site-footer { background: rgba(255, 255, 255, 0.95); }
.footer-links { display: grid; gap: 0.6rem; }
.footer-link-button { padding: 0; border: 0; background: transparent; color: var(--bs-link-color); text-align: left; text-decoration: underline; }
.footer-link-button:hover { color: var(--bs-link-hover-color); }
.site-credit { background: #0b1830; }
.site-credit-link { color: #fff; font-weight: 700; text-decoration: none; }
.site-credit-link:hover { color: #9fd5ff; }
.privacy-box { padding: 1rem 1.1rem; }
.privacy-box summary { cursor: pointer; font-weight: 700; }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2000; max-width: 48rem; margin: 0 auto; background: #fff; border-radius: 1.35rem; }
.cookie-panel { position: fixed; inset: 0; background: rgba(5, 13, 24, 0.6); z-index: 2100; display: grid; place-items: center; padding: 1rem; }
.cookie-panel-card { width: min(100%, 34rem); border-radius: 1.4rem; background: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 2200; background: rgba(5, 12, 22, 0.86); display: grid; place-items: center; padding: 2rem 1rem; }
.lightbox-close { position: absolute; right: 1.5rem; top: 1.25rem; border: 0; background: transparent; color: #fff; font-size: 1.2rem; }
.lightbox-figure { margin: 0; max-width: min(92vw, 72rem); text-align: center; color: #fff; }
.lightbox-figure img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 1rem; }
.reveal-up { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 991.98px) { .hero-section { min-height: auto; padding: 2rem 0 4rem; } .hero-panel, .contact-highlight { border-radius: 1.5rem; } }
@media (max-width: 767.98px) { .brand-logo { width: 68px; } .brand-subtitle { font-size: 0.7rem; } .hero-panel { padding: 1.4rem; } .hero-panel .fw-bold { font-size: 34px; line-height: 1.12; } .display-5 { font-size: 2rem; line-height: 1.15; } .display-6 { font-size: 1.65rem; line-height: 1.18; } .h2 { font-size: 1.6rem; } .section-space { padding: 3.5rem 0; } .cookie-banner { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; } }
