html.bs-active,
body.bs-active {
width: 100%;
max-width: 100%;
}
.bs-site {
font-family: 'Inter', -apple-system, 'Segoe UI', sans-serif;
color: #0a1f35;
line-height: 1.65;
background: #fff;
position: relative;
--bs-navy: #003566;
--bs-blue: #0056b3;
--bs-gold: #c9a227;
--bs-gold-light: #fde68a;
--bs-shadow: 0 20px 50px rgba(0, 53, 102, 0.12);
--bs-section-y: 64px;
--bs-section-y-sm: 48px;
--bs-head-gap: 48px;
}
.bs-site * { box-sizing: border-box; }
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .bs-hero-home {
position: relative;
min-height: 640px;
display: flex;
align-items: center;
justify-content: center;
padding: 140px 0 100px;
overflow: hidden;
text-align: center;
}
.bs-hero-home-media {
position: absolute;
inset: 0;
z-index: 0;
}
.bs-hero-home-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
transform: scale(1.05);
animation: bsHeroKenBurns 18s ease-in-out infinite alternate;
}
@keyframes bsHeroKenBurns {
from { transform: scale(1.05); }
to   { transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
.bs-hero-home-bg { animation: none; transform: scale(1.02); }
}
.bs-hero-home-overlay {
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(
135deg,
rgba(0, 35, 70, 0.88) 0%,
rgba(74, 144, 226, 0.45) 45%,
rgba(0, 21, 41, 0.82) 100%
);
}
.bs-hero-home-inner {
position: relative;
z-index: 2;
color: #fff;
max-width: 920px;
margin: 0 auto;
animation: bsHeroFadeUp .7s ease both;
}
@keyframes bsHeroFadeUp {
from { opacity: 0; transform: translateY(24px); }
to   { opacity: 1; transform: translateY(0); }
}
.bs-hero-home-kicker {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2.5px;
color: #fde68a;
margin: 0 0 20px;
}
.bs-hero-home-title {
font-family: 'Playfair Display', serif;
font-size: clamp(2rem, 4.5vw, 3.15rem);
font-weight: 700;
line-height: 1.18;
margin: 0 0 20px;
letter-spacing: -.3px;
color: #ffffff !important;
text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}
.bs-hero-home-lead {
font-size: clamp(1.02rem, 2vw, 1.15rem);
color: rgba(255, 255, 255, 0.95);
margin: 0 auto 36px;
max-width: 680px;
line-height: 1.72;
}
.bs-hero-home-actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
align-items: center;
}
.bs-hero-home-actions .bs-btn {
min-width: 240px;
}
.bs-hero-home-actions .bs-btn-primary {
min-height: 56px;
padding: 16px 32px;
}
.bs-hero-home-actions .bs-btn-secondary {
min-height: 56px;
padding: 16px 32px;
}
.bs-hero-play {
display: inline-block;
margin-left: 4px;
font-size: 12px;
opacity: .9;
} .bs-trust-strip {
position: relative;
z-index: 3;
background: #fff;
padding: 56px 0;
margin-top: 0;
box-shadow: 0 -8px 40px rgba(10, 31, 53, 0.06), 0 12px 40px rgba(10, 31, 53, 0.04);
}
.bs-trust-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
}
.bs-trust-item {
text-align: center;
padding: 28px 20px;
border-radius: 20px;
border: 1px solid #e8eef5;
background: #fff;
transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bs-trust-item:hover {
transform: translateY(-6px);
box-shadow: 0 20px 48px rgba(0, 53, 102, 0.1);
border-color: #bfdbfe;
}
.bs-trust-icon {
width: 64px;
height: 64px;
margin: 0 auto 16px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border-radius: 16px;
color: var(--bs-blue);
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.12);
}
.bs-trust-icon svg { width: 28px; height: 28px; }
.bs-trust-stat-wrap {
margin-bottom: 12px;
}
.bs-trust-stat {
display: block;
font-family: 'Playfair Display', serif;
font-size: 1.75rem;
font-weight: 700;
color: var(--bs-navy);
line-height: 1.1;
}
.bs-trust-stat-label {
display: block;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #64748b;
margin-top: 4px;
}
.bs-trust-title {
font-family: 'Playfair Display', serif;
font-size: 1.08rem;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 10px;
}
.bs-trust-text {
font-size: 14px;
color: #64748b;
line-height: 1.65;
margin: 0;
}
@media (max-width: 1024px) {
.bs-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.bs-hero-home {
min-height: 520px;
padding: 120px 0 72px;
}
.bs-hero-home-actions {
flex-direction: column;
align-items: stretch;
}
.bs-hero-home-actions .bs-btn {
width: 100%;
min-width: 0;
}
.bs-trust-strip { padding: 40px 0; }
.bs-trust-grid { grid-template-columns: 1fr; gap: 16px; }
.bs-trust-item { padding: 24px 20px; }
} .bs-trust-strip + .bs-section-mission > .bs-container {
padding-top: var(--bs-section-y);
}
.bs-mission-link {
margin: 28px 0 0;
}
.bs-section-pillars .bs-values-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.bs-value-card-link {
position: relative;
cursor: pointer;
}
.bs-value-card-hit {
position: absolute;
inset: 0;
z-index: 2;
border-radius: 20px;
}
.bs-value-more {
display: inline-block;
margin-top: 16px;
font-size: 13px;
font-weight: 600;
color: var(--bs-blue);
position: relative;
z-index: 1;
}
@media (max-width: 1024px) {
.bs-section-pillars .bs-values-grid-3 { grid-template-columns: 1fr; }
} .bs-section-gallery {
background: #f8fafc;
}
.bs-gallery-filters {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 32px;
}
.bs-gallery-filter {
appearance: none;
border: 1.5px solid #dbeafe;
background: #fff;
color: var(--bs-navy);
font-family: inherit;
font-size: 14px;
font-weight: 600;
padding: 10px 20px;
border-radius: 999px;
cursor: pointer;
transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.bs-gallery-filter:hover {
border-color: var(--bs-blue);
color: var(--bs-blue);
}
.bs-gallery-filter.is-active {
background: var(--bs-blue);
border-color: var(--bs-blue);
color: #fff;
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.22);
}
.bs-gallery-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: 180px;
gap: 16px;
}
.bs-gallery-item {
position: relative;
margin: 0;
grid-column: span 4;
border-radius: 16px;
overflow: hidden;
background: #e2e8f0;
transition: opacity .35s ease, transform .35s ease;
}
.bs-gallery-item.is-hidden {
display: none;
}
.bs-gallery-item--wide { grid-column: span 8; }
.bs-gallery-item--tall { grid-row: span 2; }
.bs-gallery-trigger {
display: block;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: none;
cursor: zoom-in;
position: relative;
}
.bs-gallery-trigger img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .45s ease;
}
.bs-gallery-trigger:hover img,
.bs-gallery-trigger:focus-visible img {
transform: scale(1.05);
}
.bs-gallery-zoom {
position: absolute;
inset: auto 12px 12px auto;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--bs-blue);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: translateY(6px);
transition: opacity .25s, transform .25s;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}
.bs-gallery-trigger:hover .bs-gallery-zoom,
.bs-gallery-trigger:focus-visible .bs-gallery-zoom {
opacity: 1;
transform: translateY(0);
}
.bs-gallery-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 28px 14px 12px;
font-size: 13px;
font-weight: 600;
color: #fff;
background: linear-gradient(transparent, rgba(15, 23, 42, 0.72));
pointer-events: none;
}
.bs-lightbox {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}
.bs-lightbox[hidden] { display: none !important; }
.bs-lightbox-backdrop {
position: absolute;
inset: 0;
background: rgba(15, 23, 42, 0.88);
backdrop-filter: blur(4px);
}
.bs-lightbox-panel {
position: relative;
z-index: 1;
width: min(960px, 100%);
max-height: calc(100vh - 48px);
}
.bs-lightbox-figure {
margin: 0;
border-radius: 12px;
overflow: hidden;
background: #0f172a;
}
.bs-lightbox-img {
display: block;
width: 100%;
max-height: calc(100vh - 120px);
object-fit: contain;
margin: 0 auto;
}
.bs-lightbox-caption {
padding: 14px 18px;
font-size: 14px;
font-weight: 500;
color: #fff;
text-align: center;
background: rgba(15, 23, 42, 0.95);
}
.bs-lightbox-close,
.bs-lightbox-prev,
.bs-lightbox-next {
position: absolute;
z-index: 2;
border: 0;
background: rgba(255, 255, 255, 0.12);
color: #fff;
cursor: pointer;
transition: background .2s;
}
.bs-lightbox-close:hover,
.bs-lightbox-prev:hover,
.bs-lightbox-next:hover {
background: rgba(255, 255, 255, 0.22);
}
.bs-lightbox-close {
top: -48px;
right: 0;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 28px;
line-height: 1;
}
.bs-lightbox-prev,
.bs-lightbox-next {
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 50%;
font-size: 28px;
line-height: 1;
}
.bs-lightbox-prev { left: -56px; }
.bs-lightbox-next { right: -56px; }
body.bs-lightbox-open { overflow: hidden; }
@media (max-width: 1024px) {
.bs-gallery-grid {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 160px;
}
.bs-gallery-item,
.bs-gallery-item--wide { grid-column: span 1; }
.bs-gallery-item--tall { grid-row: span 1; }
.bs-lightbox-prev { left: 8px; }
.bs-lightbox-next { right: 8px; }
.bs-lightbox-close { top: 8px; right: 8px; }
}
@media (max-width: 640px) {
.bs-gallery-grid {
grid-template-columns: 1fr;
grid-auto-rows: 220px;
}
} .bs-section-testimonials {
background: #fff;
}
.bs-carousel-testimonials {
max-width: 920px;
margin: 0 auto;
background: linear-gradient(145deg, #001428 0%, var(--bs-navy) 55%, #0a2744 100%);
border: none;
box-shadow: 0 24px 60px rgba(10, 31, 53, 0.18);
}
.bs-carousel-testimonials .bs-carousel-track {
min-height: 300px;
}
.bs-carousel-testimonials .bs-carousel-slide {
padding: 52px 88px 72px;
text-align: center;
}
.bs-testimonial-card {
margin: 0;
}
.bs-stars {
display: flex;
justify-content: center;
gap: 4px;
margin-bottom: 28px;
color: #fbbf24;
}
.bs-star {
display: inline-flex;
line-height: 0;
}
.bs-testimonial-quote {
margin: 0 0 32px;
padding: 0;
border: 0;
}
.bs-testimonial-quote p {
margin: 0;
font-family: 'Playfair Display', serif;
font-size: clamp(1.2rem, 2.4vw, 1.55rem);
line-height: 1.7;
color: #7ec8e3;
font-style: italic;
}
.bs-testimonial-author {
display: flex;
flex-direction: column;
gap: 6px;
font-style: normal;
}
.bs-testimonial-author cite {
font-style: normal;
font-size: 16px;
font-weight: 700;
color: #4da3ff;
}
.bs-testimonial-author span {
font-size: 13px;
color: rgba(255, 255, 255, 0.55);
font-weight: 500;
}
.bs-carousel-testimonials .bs-carousel-btn {
background: rgba(255, 255, 255, 0.95);
border: none;
color: var(--bs-navy);
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.bs-carousel-testimonials .bs-carousel-dots {
position: relative;
bottom: auto;
left: auto;
transform: none;
justify-content: center;
padding-bottom: 32px;
}
.bs-carousel-testimonials .bs-carousel-dot {
border-color: #4da3ff;
background: transparent;
}
.bs-carousel-testimonials .bs-carousel-dot.is-active {
background: #4da3ff;
border-color: #4da3ff;
}
@media (max-width: 768px) {
.bs-carousel-testimonials .bs-carousel-slide {
padding: 40px 56px 64px;
}
.bs-carousel-testimonials .bs-carousel-prev { left: 8px; }
.bs-carousel-testimonials .bs-carousel-next { right: 8px; }
} .bs-section-news-ise {
background: #fff;
padding: var(--bs-section-y) 0;
}
.bs-news-ise-layout {
display: grid;
grid-template-columns: 1fr 300px;
gap: 32px;
align-items: start;
}
.bs-news-ise-heading {
font-family: 'Playfair Display', serif;
font-size: clamp(1.75rem, 3vw, 2.25rem);
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 28px;
line-height: 1.2;
}
.bs-news-featured {
margin-bottom: 24px;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(10, 31, 53, 0.08);
}
.bs-news-featured-hit {
display: block;
text-decoration: none !important;
color: inherit;
}
.bs-news-featured-media {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
background: #e2e8f0;
}
.bs-news-featured-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .45s ease;
}
.bs-news-featured:hover .bs-news-featured-media img {
transform: scale(1.03);
}
.bs-news-featured-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 28px 24px;
background: linear-gradient(to top, rgba(10, 31, 61, 0.92) 0%, rgba(10, 31, 61, 0.35) 55%, transparent 100%);
}
.bs-news-featured-date {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 8px;
}
.bs-news-featured-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.15rem, 2.2vw, 1.45rem);
font-weight: 700;
color: #fff;
margin: 0;
line-height: 1.35;
}
.bs-news-ise-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.bs-news-compact {
background: #fff;
border: 1px solid #e8eef5;
border-radius: 4px;
overflow: hidden;
transition: box-shadow .25s ease, transform .25s ease;
}
.bs-news-compact:hover {
box-shadow: 0 10px 28px rgba(10, 31, 53, 0.08);
transform: translateY(-2px);
}
.bs-news-compact-hit {
display: block;
text-decoration: none !important;
color: inherit;
height: 100%;
}
.bs-news-compact-thumb {
aspect-ratio: 16 / 10;
overflow: hidden;
background: #e2e8f0;
}
.bs-news-compact-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .4s ease;
}
.bs-news-compact:hover .bs-news-compact-thumb img {
transform: scale(1.04);
}
.bs-news-compact-body {
padding: 16px 18px 20px;
}
.bs-news-ise-more {
margin: 8px 0 0;
}
.bs-news-ise-more a {
font-size: 14px;
font-weight: 700;
color: var(--bs-blue);
text-decoration: none;
transition: color .2s ease;
}
.bs-news-ise-more a:hover {
color: var(--bs-navy);
text-decoration: underline;
}
.bs-news-ise-aside {
position: sticky;
top: 24px;
} .bridge-liens-rapides {
background:
linear-gradient(135deg, rgba(10, 31, 61, 0.94), rgba(10, 31, 61, 0.88)),
var(--bridge-liens-bg);
background-size: cover;
background-position: center;
border-radius: 4px;
padding: 28px 22px;
color: #fff;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
min-height: 100%;
}
.bridge-liens-titre {
font-family: 'Playfair Display', serif;
font-size: 1.15rem;
font-weight: 700;
margin: 0 0 22px;
display: flex;
align-items: center;
gap: 10px;
color: #fff;
}
.bridge-liens-icone-svg {
flex-shrink: 0;
opacity: 0.95;
}
.bridge-liens-liste {
list-style: none;
margin: 0;
padding: 0;
}
.bridge-liens-liste li {
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.bridge-liens-liste li:last-child {
border-bottom: none;
}
.bridge-liens-liste a {
display: block;
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 14px;
line-height: 1.45;
padding: 14px 0;
transition: color .25s ease, padding-left .25s ease;
}
.bridge-liens-liste a:hover {
color: #c9a13f;
padding-left: 6px;
}
@media (max-width: 1024px) {
.bs-news-ise-layout {
grid-template-columns: 1fr;
}
.bs-news-ise-aside {
position: static;
max-width: 420px;
}
}
@media (max-width: 640px) {
.bs-news-ise-row {
grid-template-columns: 1fr;
}
.bs-news-featured-overlay {
padding: 20px 16px;
}
} .bs-section-news {
background: #f8fafc;
}
.bs-news-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bs-news-card {
background: #fff;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e2e8f0;
box-shadow: 0 8px 24px rgba(10, 31, 53, 0.06);
transition: transform .25s ease, box-shadow .25s ease;
}
.bs-news-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(10, 31, 53, 0.1);
}
.bs-news-card-hit {
display: flex;
flex-direction: column;
height: 100%;
text-decoration: none !important;
color: inherit;
}
.bs-news-thumb {
aspect-ratio: 16 / 10;
overflow: hidden;
background: #e2e8f0;
}
.bs-news-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .4s ease;
}
.bs-news-card:hover .bs-news-thumb img {
transform: scale(1.04);
}
.bs-news-body {
padding: 22px 22px 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.bs-news-date {
display: block;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--bs-blue);
margin-bottom: 10px;
}
.bs-news-title-card {
font-family: 'Playfair Display', serif;
font-size: 1.12rem;
line-height: 1.4;
color: var(--bs-navy);
margin: 0 0 12px;
}
.bs-news-excerpt {
font-size: 14px;
line-height: 1.65;
color: #64748b;
margin: 0 0 16px;
flex: 1;
}
.bs-news-more {
font-size: 13px;
font-weight: 600;
color: var(--bs-blue);
}
.bs-news-archive {
text-align: center;
margin: 36px 0 0;
}
@media (max-width: 1024px) {
.bs-news-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
} .bs-section-cta-home .bs-cta-actions {
margin-bottom: 16px;
}
.bs-section-cta-home .bs-btn-cta-lg {
min-width: 320px;
min-height: 56px;
font-size: 16px;
}
.bs-cta-note {
margin: 0;
font-size: 14px;
opacity: 0.85;
font-weight: 500;
} .bs-site a.bs-btn,
.bs-site a.bs-nav-brand,
.bs-site a.bs-nav-link,
.bs-site a.bs-nav-cta,
.bs-site a.bs-topbar-link,
.bs-site a.bs-topbar-parent,
.bs-site .bs-footer-cta,
.bs-site .bs-footer-links a,
.bs-site .bs-footer-contact a,
.bs-site .bs-forgot-btn {
text-decoration: none !important;
}
.bs-site a.bs-btn:hover,
.bs-site a.bs-nav-brand:hover,
.bs-site a.bs-nav-link:hover,
.bs-site a.bs-nav-cta:hover,
.bs-site a.bs-topbar-link:hover,
.bs-site a.bs-topbar-parent:hover,
.bs-site .bs-footer-cta:hover {
text-decoration: none !important;
}
.bs-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.bs-page-generic {
padding: 56px 0 80px;
background: #fff;
}
.bs-page-generic .bs-container > * { max-width: 860px; margin-left: auto; margin-right: auto; }
.bs-section-archive {
padding: 56px 0 80px;
background: #fff;
}
.bs-section-archive .post,
.bs-section-archive article {
margin-bottom: 32px;
padding-bottom: 32px;
border-bottom: 1px solid #e8eef5;
}
.bs-section-archive h1,
.bs-section-archive h2 {
font-family: 'Playfair Display', serif;
color: var(--bs-navy);
} .bs-topbar {
--bs-topbar-h: 40px;
background: var(--bs-navy);
color: rgba(255, 255, 255, 0.92);
font-size: 13px;
height: var(--bs-topbar-h);
transition: height .35s cubic-bezier(.4, 0, .2, 1),
opacity .3s ease;
overflow: hidden;
}
@media (min-width: 961px) {
.bs-header.bs-header--scrolled .bs-topbar {
height: 0;
opacity: 0;
}
}
.bs-topbar-row,
.bs-topbar-inner {
display: flex;
align-items: stretch;
width: 100%;
height: var(--bs-topbar-h);
}
.bs-topbar-inner {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
justify-content: space-between;
}
.bs-topbar-contacts-wrap {
flex: 1;
display: flex;
align-items: center;
min-width: 0;
height: 100%;
}
.bs-topbar-contacts {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
gap: 22px;
width: 100%;
height: 100%;
}
.bs-topbar-parent {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
flex-shrink: 0;
align-self: stretch;
height: var(--bs-topbar-h);
min-height: var(--bs-topbar-h);
padding: 0 28px;
margin: 0;
color: var(--bs-navy);
background: var(--bs-gold-light);
border-radius: 0;
font-weight: 600;
font-size: 12px;
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: none !important;
line-height: 1;
white-space: nowrap;
transition: background .2s, color .2s;
} .bs-topbar-inner .bs-topbar-parent {
position: absolute;
top: 0;
right: 0;
height: 100%;
margin: 0;
padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
}
.bs-topbar-parent svg { flex-shrink: 0; opacity: 0.9; }
.bs-topbar-parent:hover {
background: #fff;
color: var(--bs-navy);
text-decoration: none !important;
}
.bs-topbar-link {
display: inline-flex;
align-items: center;
gap: 7px;
height: 100%;
color: inherit;
text-decoration: none !important;
line-height: 1;
white-space: nowrap;
transition: opacity .2s, color .2s;
}
.bs-topbar-link svg {
flex-shrink: 0;
opacity: 0.85;
}
.bs-topbar-link:hover {
opacity: 1;
color: #fff;
text-decoration: none !important;
}
@media (max-width: 768px) {
.bs-topbar { --bs-topbar-h: auto; height: auto; }
.bs-topbar-row {
flex-wrap: wrap;
height: auto;
min-height: 40px;
}
.bs-topbar-contacts-wrap { padding-top: 6px; padding-bottom: 6px; }
.bs-topbar-parent {
width: 100%;
height: 36px;
min-height: 36px;
padding: 0 16px;
font-size: 11px;
}
.bs-topbar-contacts { gap: 14px; }
.bs-topbar-link { height: auto; font-size: 12px; }
} .bs-header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 300;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-bottom: 1px solid transparent;
box-shadow: none;
transition: background .35s cubic-bezier(.4, 0, .2, 1),
box-shadow .35s cubic-bezier(.4, 0, .2, 1),
border-color .35s cubic-bezier(.4, 0, .2, 1);
}
.bs-main {
padding-top: var(--bs-header-h, 120px);
padding-bottom: 0;
}
.bs-site > .bs-footer {
margin-top: 0 !important;
}
.bs-header.bs-header--scrolled {
background: #fff;
backdrop-filter: none;
-webkit-backdrop-filter: none;
border-bottom-color: rgba(10, 31, 53, 0.06);
box-shadow: 0 4px 20px rgba(10, 31, 53, 0.08);
}
body.admin-bar .bs-header { top: 32px; }
@media (max-width: 782px) {
body.admin-bar .bs-header { top: 46px; }
}
.bs-nav {
--bs-nav-h: 72px;
padding: 0;
height: var(--bs-nav-h);
display: flex;
align-items: center;
transition: height .35s cubic-bezier(.4, 0, .2, 1);
}
.bs-header.bs-header--scrolled .bs-nav {
--bs-nav-h: 68px;
}
.bs-nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
height: var(--bs-nav-h);
}
.bs-nav-brand {
display: inline-flex;
align-items: center;
align-self: center;
gap: 12px;
height: var(--bs-nav-h);
text-decoration: none !important;
color: var(--bs-navy);
min-width: 0;
flex-shrink: 0;
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
}
.bs-nav-brand:hover {
text-decoration: none !important;
color: var(--bs-navy);
}
.bs-nav-brand .bs-nav-name {
text-decoration: none !important;
border-bottom: none !important;
box-shadow: none !important;
}
.bs-nav-logo {
width: 64px;
height: 64px;
max-height: calc(var(--bs-nav-h) - 8px);
object-fit: contain;
border-radius: 10px;
flex-shrink: 0;
display: block;
margin: 0 !important;
padding: 0 !important;
align-self: center;
position: relative;
top: 0;
transition: width .35s cubic-bezier(.4, 0, .2, 1),
height .35s cubic-bezier(.4, 0, .2, 1);
}
.bs-site .bs-nav-brand .bs-nav-logo {
transform: translateY(0) !important;
vertical-align: middle !important;
}
.bs-header.bs-header--scrolled .bs-nav-logo {
width: 48px;
height: 48px;
}
.bs-nav-logo-ph {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border: 2px solid var(--bs-blue);
font-size: 26px;
transition: width .35s cubic-bezier(.4, 0, .2, 1),
height .35s cubic-bezier(.4, 0, .2, 1),
font-size .35s ease;
}
.bs-header.bs-header--scrolled .bs-nav-logo-ph {
width: 46px;
height: 46px;
font-size: 20px;
}
.bs-nav-name {
font-family: 'Playfair Display', serif;
font-size: 18px;
font-weight: 700;
letter-spacing: -.2px;
line-height: 1.15;
margin: 0;
padding: 0;
transition: font-size .35s cubic-bezier(.4, 0, .2, 1);
white-space: nowrap;
}
.bs-header.bs-header--scrolled .bs-nav-name { font-size: 18px; }
.bs-nav-toggle {
display: none;
flex-direction: column;
gap: 5px;
width: 44px;
height: 44px;
padding: 10px;
border: 1px solid #cfd9e6;
border-radius: 10px;
background: #fff;
cursor: pointer;
flex-shrink: 0;
}
.bs-nav-toggle span {
display: block;
height: 2px;
background: var(--bs-navy);
border-radius: 2px;
transition: transform .25s ease, opacity .25s ease;
}
.bs-header.is-open .bs-nav-toggle span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.bs-header.is-open .bs-nav-toggle span:nth-child(2) { opacity: 0; }
.bs-header.is-open .bs-nav-toggle span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}
.bs-nav-menu {
display: flex;
align-items: center;
gap: 2px;
flex-wrap: nowrap;
flex-shrink: 1;
min-width: 0;
height: var(--bs-nav-h);
}
.bs-nav-link {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
align-self: stretch;
height: var(--bs-nav-h);
padding: 0 12px;
font-size: 15px;
font-weight: 500;
color: #475569;
text-decoration: none !important;
border-radius: 0;
background: transparent;
transition: color .25s ease;
flex-shrink: 0;
line-height: 1 !important;
margin: 0;
box-sizing: border-box;
}
.bs-nav-link::after {
content: '';
position: absolute;
left: 12px;
right: 12px;
bottom: 0;
height: 3px;
background: var(--bs-gold);
border-radius: 2px 2px 0 0;
transform: scaleX(0);
transform-origin: center;
transition: transform .3s cubic-bezier(.4, 0, .2, 1);
pointer-events: none;
}
.bs-nav-link:hover {
color: var(--bs-navy);
background: transparent;
}
.bs-nav-link:hover::after,
.bs-nav-link.is-active::after {
transform: scaleX(1);
}
.bs-nav-link.is-active {
color: var(--bs-navy);
font-weight: 600;
background: transparent;
}
.bs-header.bs-header--scrolled .bs-nav-link::after {
bottom: 0;
}
.bs-nav-cta {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
align-self: center;
margin: 0 0 0 12px;
padding: 0 !important;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.01em;
color: var(--bs-navy) !important;
background: #f5d76e !important;
border-radius: 999px;
text-decoration: none !important;
white-space: nowrap;
transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
box-shadow: 0 4px 14px rgba(201, 162, 39, 0.28);
border: none;
box-sizing: border-box;
overflow: hidden;
vertical-align: middle;
transform: translateY(3px);
}
.bs-header.bs-header--scrolled .bs-nav-cta {
transform: translateY(0);
}
.bs-nav-cta:hover {
transform: translateY(1px);
}
.bs-header.bs-header--scrolled .bs-nav-cta:hover {
transform: translateY(-2px);
} .bs-site .bs-nav-cta {
height: 38px;
min-height: 38px;
line-height: 1 !important;
padding: 0 20px !important;
}
.bs-nav-cta-label {
display: inline-flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0;
line-height: 1 !important;
margin: 0;
font-size: inherit;
font-weight: inherit;
} .bs-nav-backdrop {
display: none;
position: fixed;
inset: 0;
background: rgba(15,23,42,.45);
z-index: 250;
opacity: 0;
transition: opacity .25s;
}
.bs-nav-backdrop.is-visible {
display: block;
opacity: 1;
}
body.bs-nav-open { overflow: hidden; }
@media (max-width: 1080px) and (min-width: 961px) {
.bs-nav-link { padding: 0 10px; font-size: 14px; }
.bs-nav-cta-label { padding: 0 16px; height: 36px; font-size: 14px; }
.bs-site .bs-nav-cta { height: 36px; min-height: 36px; line-height: 1 !important; font-size: 14px; }
.bs-nav-cta { margin-left: 8px; }
.bs-nav-name { font-size: 17px; }
}
@media (max-width: 960px) {
.bs-nav-toggle { display: flex; }
.bs-nav-menu {
position: fixed;
top: 0;
right: 0;
width: min(320px, 88vw);
height: 100vh;
flex-direction: column;
align-items: stretch;
padding: 88px 24px 32px;
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
transform: translateX(100%);
transition: transform .35s cubic-bezier(.4, 0, .2, 1);
z-index: 280;
gap: 2px;
overflow-y: auto;
}
.bs-header.is-open .bs-nav-menu { transform: translateX(0); }
.bs-nav-link {
padding: 14px 16px;
border-radius: 8px;
}
.bs-nav-link::after {
left: 0;
right: auto;
bottom: 50%;
width: 3px;
height: 0;
transform: none;
border-radius: 0 2px 2px 0;
transition: height .25s ease;
}
.bs-nav-link:hover::after,
.bs-nav-link.is-active::after {
height: 24px;
transform: translateY(50%);
}
.bs-nav-cta {
width: 100%;
margin: 16px 0 0;
}
.bs-nav-cta-label {
width: 100%;
height: 44px;
padding: 0 20px;
}
} .bs-page-hero {
position: relative;
min-height: 420px;
display: flex;
align-items: flex-end;
padding: 120px 0 80px;
overflow: hidden;
}
.bs-page-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
transform: scale(1.02);
}
.bs-page-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(120deg, rgba(0, 35, 70, 0.92) 0%, rgba(0, 53, 102, 0.78) 45%, rgba(0, 21, 41, 0.85) 100%);
}
.bs-page-hero-content {
position: relative;
z-index: 2;
color: #fff;
max-width: 780px;
}
.bs-breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
font-size: 13px;
margin-bottom: 16px;
opacity: .9;
}
.bs-breadcrumb a {
color: #fde68a;
text-decoration: none;
}
.bs-breadcrumb a:hover { text-decoration: underline; }
.bs-page-kicker {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #fde68a;
margin: 0 0 12px;
}
.bs-page-title {
font-family: 'Playfair Display', serif;
font-size: clamp(2rem, 4.5vw, 3rem);
font-weight: 700;
line-height: 1.15;
margin: 0 0 16px;
letter-spacing: -.5px;
color: #ffffff !important;
text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.bs-page-lead {
font-size: 1.08rem;
color: rgba(255, 255, 255, 0.95);
margin: 0;
max-width: 620px;
line-height: 1.65;
} .bs-page-hero-clubs .bs-page-hero-overlay {
background: linear-gradient(135deg, rgba(0, 40, 71, 0.88) 0%, rgba(0, 86, 179, 0.55) 50%, rgba(0, 21, 41, 0.82) 100%);
}
.bs-page-hero-clubs .bs-page-hero-bg {
animation: bs-clubs-hero-zoom 18s ease-in-out infinite alternate;
}
@keyframes bs-clubs-hero-zoom {
from { transform: scale(1.02); }
to   { transform: scale(1.08); }
}
.bs-clubs-hero-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 28px 0 0;
padding: 0;
list-style: none;
}
.bs-clubs-hero-tag {
display: inline-flex;
align-items: center;
padding: 8px 16px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #fff;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.28);
backdrop-filter: blur(4px);
} .bs-section-sports {
background: #fff;
}
.bs-page-hero-clubs + .bs-section-sports > .bs-container:first-child {
padding-top: var(--bs-section-y);
}
.bs-sports-row + .bs-sports-row > .bs-container {
padding-top: 0;
}
.bs-story-grid--reverse .bs-story-text {
order: 2;
}
.bs-story-grid--reverse .bs-story-visual {
order: 1;
}
.bs-sports-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 14px;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
color: var(--bs-blue);
margin-bottom: 20px;
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.12);
}
.bs-sports-name {
font-family: 'Playfair Display', serif;
font-size: clamp(1.35rem, 2.5vw, 1.75rem);
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 16px;
line-height: 1.25;
}
.bs-highlight-strip {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 24px 28px;
margin-top: 8px;
background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
border: 1px solid #bfdbfe;
border-radius: 16px;
}
.bs-highlight-icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: #fff;
color: #f59e0b;
box-shadow: 0 4px 12px rgba(0, 86, 179, 0.1);
}
.bs-highlight-text {
margin: 0;
font-size: 15px;
font-weight: 600;
line-height: 1.65;
color: var(--bs-navy);
padding-top: 10px;
}
@media (max-width: 768px) {
.bs-story-grid--reverse .bs-story-text,
.bs-story-grid--reverse .bs-story-visual {
order: unset;
}
} .bs-section-sports + .bs-section-hub > .bs-container {
padding-top: var(--bs-section-y);
} .bs-section-outings {
background: #f8fafc !important;
}
.bs-section-hub + .bs-section-outings > .bs-container {
padding-top: var(--bs-section-y);
}
.bs-outings-list {
list-style: none;
margin: 28px 0 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 14px;
}
.bs-outings-list li {
display: flex;
align-items: center;
gap: 14px;
font-size: 15px;
font-weight: 600;
color: var(--bs-navy);
}
.bs-outings-list-icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 10px;
background: #fff;
color: var(--bs-blue);
box-shadow: 0 4px 12px rgba(0, 86, 179, 0.1);
} .bs-section-practical {
background: #fff;
}
.bs-section-outings + .bs-section-practical > .bs-container {
padding-top: var(--bs-section-y);
}
.bs-info-box {
padding: 40px 36px;
background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
border: 1px solid #bfdbfe;
border-radius: 20px;
box-shadow: 0 12px 40px rgba(0, 86, 179, 0.08);
}
.bs-info-box-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.35rem, 2.5vw, 1.65rem);
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 28px;
text-align: center;
}
.bs-info-box-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
.bs-info-box-item {
display: flex;
gap: 16px;
align-items: flex-start;
}
.bs-info-box-icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 12px;
background: #fff;
color: var(--bs-blue);
box-shadow: 0 4px 14px rgba(0, 86, 179, 0.12);
}
.bs-info-box-label {
font-size: 15px;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 6px;
}
.bs-info-box-text {
font-size: 14px;
line-height: 1.65;
color: #64748b;
margin: 0;
}
@media (max-width: 768px) {
.bs-info-box-grid { grid-template-columns: 1fr; }
.bs-info-box { padding: 28px 24px; }
} .bs-page-hero-contact .bs-page-hero-overlay {
background: linear-gradient(135deg, rgba(0, 35, 70, 0.9) 0%, rgba(0, 86, 179, 0.6) 55%, rgba(0, 21, 41, 0.88) 100%);
}
.bs-contact-hero-actions {
margin: 28px 0 0;
}
.bs-btn-whatsapp-inline {
background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
color: #fff !important;
box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
}
.bs-btn-whatsapp-inline:hover {
color: #fff !important;
transform: translateY(-3px);
}
.bs-whatsapp-fab {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 99990;
width: 58px;
height: 58px;
border-radius: 50%;
background: #25d366;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
transition: transform .25s ease, box-shadow .25s ease;
text-decoration: none !important;
}
.bs-whatsapp-fab:hover {
transform: scale(1.06);
box-shadow: 0 12px 36px rgba(37, 211, 102, 0.5);
color: #fff;
}
.bs-whatsapp-fab svg {
width: 30px;
height: 30px;
}
@media (max-width: 768px) {
.bs-whatsapp-fab {
right: 16px;
bottom: 16px;
width: 52px;
height: 52px;
}
} .bs-section-contact-info {
background: #fff;
}
.bs-page-hero-contact + .bs-section-contact-info > .bs-container {
padding-top: var(--bs-section-y);
}
.bs-contact-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bs-contact-card {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 20px;
padding: 32px 28px;
box-shadow: 0 10px 30px rgba(10, 31, 53, 0.06);
transition: transform .25s ease, box-shadow .25s ease;
}
.bs-contact-card:hover {
transform: translateY(-4px);
box-shadow: 0 18px 44px rgba(10, 31, 53, 0.1);
}
.bs-contact-card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 16px;
margin-bottom: 20px;
}
.bs-contact-card--address .bs-contact-card-icon {
background: linear-gradient(135deg, #eff6ff, #dbeafe);
color: var(--bs-blue);
}
.bs-contact-card--phone .bs-contact-card-icon {
background: linear-gradient(135deg, #ecfdf5, #d1fae5);
color: #059669;
}
.bs-contact-card--email .bs-contact-card-icon {
background: linear-gradient(135deg, #fef3c7, #fde68a);
color: #d97706;
}
.bs-contact-card-title {
font-family: 'Playfair Display', serif;
font-size: 1.2rem;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 16px;
}
.bs-contact-card-line {
font-size: 14px;
line-height: 1.65;
color: #64748b;
margin: 0 0 8px;
}
.bs-contact-card-line:last-child {
margin-bottom: 0;
}
.bs-contact-card-links {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 20px;
padding-top: 16px;
border-top: 1px solid #e2e8f0;
}
.bs-contact-card-link {
font-size: 13px;
font-weight: 600;
color: var(--bs-blue);
text-decoration: none !important;
}
.bs-contact-card-link:hover {
text-decoration: underline !important;
}
@media (max-width: 1024px) {
.bs-contact-cards { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
} .bs-section-contact-form {
background: #f8fafc;
padding: var(--bs-section-y) 0 !important;
}
.bs-form-contact {
max-width: 720px;
margin: 0 auto;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 20px;
padding: 36px 32px;
box-shadow: 0 10px 30px rgba(10, 31, 53, 0.06);
}
.bs-form-contact-notice {
max-width: 720px;
margin: 0 auto 24px;
padding: 14px 18px;
border-radius: 12px;
font-size: 14px;
line-height: 1.5;
}
.bs-form-contact-notice--success {
background: #ecfdf5;
border: 1px solid #a7f3d0;
color: #065f46;
}
.bs-form-contact-notice--error {
background: #fef2f2;
border: 1px solid #fecaca;
color: #991b1b;
}
.bs-form-contact-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}
.bs-form-contact-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px 24px;
}
.bs-form-contact-field label {
display: block;
font-size: 13px;
font-weight: 600;
color: var(--bs-navy);
margin-bottom: 8px;
}
.bs-form-contact-field .bs-required {
color: #dc2626;
}
.bs-form-contact-field input[type="text"],
.bs-form-contact-field input[type="tel"],
.bs-form-contact-field select,
.bs-form-contact-field textarea {
width: 100%;
max-width: 100%;
padding: 12px 14px;
border: 1px solid #cbd5e1;
border-radius: 10px;
font-size: 15px;
line-height: 1.4;
color: #0f172a;
background: #fff;
transition: border-color .2s ease, box-shadow .2s ease;
}
.bs-form-contact-field input:focus,
.bs-form-contact-field select:focus,
.bs-form-contact-field textarea:focus {
outline: none;
border-color: var(--bs-blue);
box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.15);
}
.bs-form-contact-field--full {
grid-column: 1 / -1;
}
.bs-form-contact-field--error input,
.bs-form-contact-field--error select {
border-color: #f87171;
}
.bs-form-contact-error {
margin: 6px 0 0;
font-size: 12px;
color: #dc2626;
}
.bs-form-contact-actions {
margin: 28px 0 0;
text-align: center;
}
@media (max-width: 640px) {
.bs-form-contact { padding: 28px 20px; }
.bs-form-contact-grid { grid-template-columns: 1fr; }
} .bs-section-contact-map {
background: #fff;
padding: var(--bs-section-y) 0 0 !important;
}
.bs-contact-map-head {
padding-bottom: 28px;
}
.bs-contact-map-wrap {
width: 100%;
height: min(52vh, 480px);
min-height: 320px;
background: #e2e8f0;
}
.bs-contact-map-iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.bs-contact-map-link-wrap {
text-align: center;
margin: 0;
padding: 18px 16px 28px;
background: #fff;
}
.bs-contact-map-link {
font-size: 14px;
font-weight: 600;
color: var(--bs-blue);
text-decoration: none !important;
}
.bs-contact-map-link:hover {
text-decoration: underline !important;
} .bs-section-contact-hours {
background: var(--bs-navy, #0a1f35);
color: #fff;
padding: var(--bs-section-y) 0 !important;
}
.bs-section-contact-hours .bs-section-title,
.bs-section-contact-hours .bs-section-sub {
color: rgba(255, 255, 255, 0.92);
}
.bs-section-contact-hours .bs-section-sub {
color: rgba(255, 255, 255, 0.72);
}
.bs-section-contact-hours .bs-eyebrow {
color: #fde68a;
}
.bs-contact-hours-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 900px;
margin-inline: auto;
}
.bs-contact-hours-item {
display: flex;
align-items: flex-start;
gap: 16px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 16px;
padding: 24px 20px;
}
.bs-contact-hours-item--closed {
opacity: 0.75;
}
.bs-contact-hours-icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 12px;
background: rgba(253, 230, 138, 0.15);
color: #fde68a;
}
.bs-contact-hours-body {
display: flex;
flex-direction: column;
gap: 6px;
}
.bs-contact-hours-day {
font-size: 14px;
font-weight: 600;
color: #fff;
}
.bs-contact-hours-time {
font-size: 15px;
color: rgba(255, 255, 255, 0.85);
}
.bs-contact-hours-item--closed .bs-contact-hours-time {
color: #fca5a5;
font-weight: 600;
}
@media (max-width: 768px) {
.bs-contact-hours-grid {
grid-template-columns: 1fr;
max-width: 420px;
}
.bs-contact-map-wrap {
height: min(45vh, 360px);
min-height: 280px;
}
} .bs-main > p {
display: none !important;
margin: 0 !important;
padding: 0 !important;
height: 0 !important;
line-height: 0 !important;
overflow: hidden !important;
}
.bs-section {
padding: 0 !important;
margin: 0 !important;
background-clip: border-box;
} .bs-section > .bs-container {
padding-top: var(--bs-section-y);
padding-bottom: var(--bs-section-y);
}
.bs-section + .bs-section > .bs-container {
padding-top: 0;
}
.bs-page-hero + .bs-section > .bs-container {
padding-top: var(--bs-section-y);
}
.bs-section-head { margin-bottom: var(--bs-head-gap); }
.bs-eyebrow {
display: inline-block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.5px;
color: #0056b3;
margin-bottom: 14px;
}
.bs-section-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.85rem, 3.2vw, 2.5rem);
font-weight: 700;
color: #0a1f35;
margin: 0 0 20px;
line-height: 1.22;
}
.bs-section-sub {
font-size: 1.06rem;
color: #64748b;
max-width: 720px;
margin: 0;
line-height: 1.72;
}
.bs-section-head-center {
text-align: center;
}
.bs-section-head-center .bs-section-sub {
margin: 0 auto;
} .bs-site .bs-main .bs-section.bs-section-story,
.bs-section-story {
background: #fff !important;
background-color: #fff !important;
}
.bs-story-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center;
}
.bs-prose p {
margin: 0 0 1.25em;
color: #334155;
font-size: 1.04rem;
line-height: 1.75;
}
.bs-prose p:last-child { margin-bottom: 0; }
.bs-story-figure {
margin: 0;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 24px 60px rgba(10,31,53,.14);
}
.bs-story-figure img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 4/3;
object-fit: cover;
}
.bs-story-figure figcaption {
padding: 14px 18px;
background: #003566;
color: #fde68a;
font-size: 13px;
font-weight: 600;
text-align: center;
} .bs-checklist {
list-style: none;
margin: 1.5em 0 0;
padding: 0;
}
.bs-checklist li {
position: relative;
padding: 0 0 0 32px;
margin: 0 0 14px;
color: #334155;
font-size: 1.02rem;
line-height: 1.65;
}
.bs-checklist li:last-child { margin-bottom: 0; }
.bs-checklist li::before {
content: '';
position: absolute;
left: 0;
top: 5px;
width: 20px;
height: 20px;
border-radius: 50%;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border: 2px solid var(--bs-blue);
box-shadow: 0 2px 8px rgba(0, 86, 179, 0.15);
}
.bs-checklist li::after {
content: '';
position: absolute;
left: 6px;
top: 10px;
width: 8px;
height: 5px;
border-left: 2px solid var(--bs-blue);
border-bottom: 2px solid var(--bs-blue);
transform: rotate(-45deg);
}
.bs-lang-flags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 28px;
}
.bs-lang-flag {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
border-radius: 999px;
border: 2px solid transparent;
}
.bs-lang-flag-fr {
color: var(--bs-navy);
background: #eff6ff;
border-color: #bfdbfe;
}
.bs-lang-flag-ar {
color: #065f46;
background: #ecfdf5;
border-color: #6ee7b7;
}
.bs-lang-flag-en {
color: var(--bs-navy);
background: linear-gradient(135deg, var(--bs-gold-light), #f5d76e);
border-color: #f5d76e;
}
.bs-lang-panel {
background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
border: 1px solid #e2e8f0;
border-radius: 24px;
padding: 32px 28px;
box-shadow: 0 20px 50px rgba(0, 53, 102, 0.08);
}
.bs-lang-panel-title {
font-family: 'Playfair Display', serif;
font-size: 1.35rem;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 6px;
}
.bs-lang-panel-sub {
font-size: 13px;
color: #64748b;
margin: 0 0 28px;
padding-bottom: 20px;
border-bottom: 1px solid #e8eef5;
}
.bs-lang-level {
margin-bottom: 24px;
}
.bs-lang-level:last-of-type {
margin-bottom: 16px;
}
.bs-lang-level-cycle {
font-size: 14px;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 4px;
}
.bs-lang-level-label {
font-size: 12px;
color: #64748b;
margin: 0 0 14px;
}
.bs-lang-bars {
display: flex;
flex-direction: column;
gap: 10px;
}
.bs-lang-row {
display: grid;
grid-template-columns: 36px 1fr 40px;
align-items: center;
gap: 12px;
}
.bs-lang-code {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
text-align: center;
padding: 4px 0;
border-radius: 6px;
}
.bs-lang-code-fr { color: var(--bs-blue); background: #eff6ff; }
.bs-lang-code-ar { color: #047857; background: #ecfdf5; }
.bs-lang-code-en { color: var(--bs-navy); background: #fef9c3; }
.bs-lang-bar-track {
height: 10px;
background: #e2e8f0;
border-radius: 999px;
overflow: hidden;
}
.bs-lang-bar-fill {
height: 100%;
border-radius: 999px;
transition: width .6s ease;
}
.bs-lang-bar-fr { background: linear-gradient(90deg, var(--bs-blue), #3b82f6); }
.bs-lang-bar-ar { background: linear-gradient(90deg, #059669, #34d399); }
.bs-lang-bar-en { background: linear-gradient(90deg, #c9a227, var(--bs-gold-light)); }
.bs-lang-pct {
font-size: 12px;
font-weight: 600;
color: #64748b;
text-align: right;
}
.bs-lang-panel-note {
font-size: 11px;
color: #94a3b8;
margin: 0;
font-style: italic;
text-align: center;
}
@media (max-width: 768px) {
.bs-lang-panel { padding: 24px 20px; }
.bs-lang-flags { margin-top: 20px; }
}
.bs-section-edtech .bs-section-head-center .bs-section-sub {
max-width: 640px;
} .bs-section-cycles {
background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.bs-tabs {
margin-top: 8px;
}
.bs-tabs-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 32px;
}
.bs-tab-btn {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
min-height: 64px;
padding: 12px 24px;
font-family: inherit;
font-size: 14px;
font-weight: 600;
color: #475569;
background: #fff;
border: 2px solid #e2e8f0;
border-radius: 14px;
cursor: pointer;
transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
box-sizing: border-box;
line-height: 1.2;
}
.bs-tab-btn:hover {
color: var(--bs-navy);
border-color: #bfdbfe;
box-shadow: 0 4px 16px rgba(0, 86, 179, 0.08);
}
.bs-tab-btn.is-active {
color: var(--bs-navy);
background: #fff;
border-color: var(--bs-blue);
box-shadow: 0 8px 28px rgba(0, 86, 179, 0.12);
}
.bs-tab-btn.is-active .bs-tab-btn-label {
color: var(--bs-navy);
}
.bs-tab-btn.is-active .bs-tab-btn-age {
color: var(--bs-blue);
}
.bs-tab-btn-label {
font-size: 15px;
font-weight: 700;
letter-spacing: -0.01em;
}
.bs-tab-btn-age {
font-size: 12px;
font-weight: 500;
color: #64748b;
}
.bs-tabs-panels {
position: relative;
}
.bs-tab-panel {
display: none;
animation: bsTabFade .35s ease;
}
.bs-tab-panel.is-active {
display: block;
}
@keyframes bsTabFade {
from { opacity: 0; transform: translateY(8px); }
to   { opacity: 1; transform: translateY(0); }
}
.bs-tab-panel-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
background: #fff;
border: 1px solid #e8eef5;
border-radius: 24px;
padding: 40px 36px;
box-shadow: 0 16px 48px rgba(10, 31, 53, 0.06);
}
.bs-tab-badge {
display: inline-block;
margin-bottom: 12px;
padding: 5px 14px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--bs-blue);
background: #eff6ff;
border-radius: 999px;
}
.bs-tab-panel-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.25rem, 2.5vw, 1.6rem);
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 16px;
line-height: 1.25;
}
.bs-tab-panel-intro {
font-size: 1.04rem;
color: #334155;
line-height: 1.75;
margin: 0;
}
.bs-tab-focus-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #64748b;
margin: 0 0 16px;
}
.bs-checklist-tab {
margin-top: 0;
}
@media (max-width: 768px) {
.bs-tabs-nav {
flex-direction: column;
align-items: stretch;
}
.bs-tab-btn {
width: 100%;
min-height: 56px;
flex-direction: row;
justify-content: space-between;
padding: 14px 20px;
}
.bs-tab-panel-grid {
grid-template-columns: 1fr;
gap: 28px;
padding: 28px 22px;
}
} .bs-section-eval .bs-section-head-center .bs-section-sub {
max-width: 720px;
}
.bs-eval-pillars {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bs-eval-card {
background: #fff;
border: 1px solid #e8eef5;
border-radius: 20px;
padding: 32px 24px;
text-align: center;
transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bs-eval-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(10, 31, 53, 0.08);
border-color: #bfdbfe;
}
.bs-eval-icon {
width: 64px;
height: 64px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border-radius: 16px;
color: var(--bs-blue);
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.1);
}
.bs-eval-icon svg { width: 28px; height: 28px; }
.bs-eval-card .bs-eval-title {
font-family: 'Playfair Display', serif;
font-size: 1.12rem;
font-weight: 700;
color: var(--bs-navy);
margin: 0 0 12px;
}
.bs-eval-text {
font-size: 14px;
color: #64748b;
line-height: 1.65;
margin: 0;
}
@media (max-width: 768px) {
.bs-eval-pillars { grid-template-columns: 1fr; }
} .bs-values-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
align-items: stretch;
}
.bs-site .bs-section-values .bs-value-card {
background: #fff;
border: 1px solid #e8eef5;
border-radius: 20px;
padding: 36px 28px 32px !important;
text-align: center;
transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.bs-value-card {
background: #fff;
border: 1px solid #e8eef5;
border-radius: 20px;
padding: 36px 28px 32px;
text-align: center;
transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
.bs-section-values {
background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.bs-section-values > .bs-container {
padding-bottom: var(--bs-section-y);
}
.bs-value-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--bs-blue), var(--bs-gold-light));
opacity: 0;
transition: opacity .3s;
}
.bs-value-card:hover::before { opacity: 1; }
.bs-value-card:hover {
transform: translateY(-6px);
box-shadow: var(--bs-shadow);
border-color: #bfdbfe;
}
.bs-site .bs-section-values .bs-value-icon {
width: 64px;
height: 64px;
margin: 4px auto 28px !important;
padding: 0 !important;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border-radius: 16px;
color: var(--bs-blue);
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.12);
}
.bs-value-icon {
width: 64px;
height: 64px;
margin: 4px auto 28px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #eff6ff, #dbeafe);
border-radius: 16px;
color: var(--bs-blue);
box-shadow: 0 6px 18px rgba(0, 86, 179, 0.12);
flex-shrink: 0;
}
.bs-value-icon svg { width: 30px; height: 30px; }
.bs-value-title {
font-family: 'Playfair Display', serif;
font-size: 1.18rem;
font-weight: 700;
margin: 0 0 14px;
color: var(--bs-navy);
letter-spacing: -0.01em;
}
.bs-value-text {
font-size: 14px;
color: #64748b;
margin: 0;
line-height: 1.6;
} .bs-section-team {
background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.bs-section-team > .bs-container {
padding-bottom: var(--bs-section-y-sm);
}
.bs-team-grid-leadership {
margin-bottom: 0;
gap: 28px;
}
.bs-team-card-lead {
border: 1px solid #e2e8f0;
box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}
.bs-team-badge {
display: inline-block;
margin: 0 auto 8px;
padding: 4px 14px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--bs-blue);
background: #eff6ff;
border-radius: 999px;
}
.bs-team-badge-gold {
color: var(--bs-navy);
background: linear-gradient(135deg, var(--bs-gold-light), #f5d76e);
}
.bs-team-name {
font-family: 'Playfair Display', serif;
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 6px;
padding: 0 16px;
color: var(--bs-navy);
}
.bs-team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 28px;
}
.bs-team-card {
background: #fff;
border: 1px solid #e8eef5;
border-radius: 20px;
overflow: hidden;
text-align: center;
padding-bottom: 28px;
transition: box-shadow .25s;
}
.bs-team-card:hover { box-shadow: 0 12px 32px rgba(10,31,53,.08); }
.bs-team-card-wide {
grid-column: 1 / -1;
display: grid;
grid-template-columns: 1.2fr 1fr;
text-align: left;
padding-bottom: 0;
align-items: stretch;
}
.bs-team-photo {
width: 120px;
height: 120px;
margin: 24px auto 16px;
border-radius: 50%;
overflow: hidden;
border: 4px solid #eff6ff;
box-shadow: 0 8px 24px rgba(0,86,179,.15);
}
.bs-team-photo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bs-team-photo-wide {
width: 100%;
height: 100%;
min-height: 220px;
margin: 0;
border-radius: 0;
border: none;
box-shadow: none;
}
.bs-team-photo-wide img {
width: 100%;
height: 100%;
min-height: 220px;
object-fit: cover;
}
.bs-team-role {
font-size: 14px;
color: #64748b;
margin: 0;
padding: 0 16px;
}
.bs-team-wide-text {
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px 36px;
}
.bs-team-cta {
text-align: center;
margin-top: 40px;
margin-bottom: 0;
}
.bs-section-infra > .bs-container {
padding-top: var(--bs-section-y-sm);
padding-bottom: var(--bs-section-y);
}
.bs-section-infra .bs-section-head {
margin-bottom: 36px;
} .bs-carousel {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 24px 60px rgba(10,31,53,.12);
background: #0a1f35;
}
.bs-carousel-track { position: relative; }
.bs-carousel-slide {
display: none;
margin: 0;
position: relative;
}
.bs-carousel-slide.is-active { display: block; }
.bs-carousel-slide img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 16/9;
object-fit: cover;
}
.bs-carousel-slide figcaption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 16px 24px;
background: linear-gradient(transparent, rgba(0,0,0,.75));
color: #fff;
font-size: 15px;
font-weight: 600;
}
.bs-carousel-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: rgba(255,255,255,.92);
color: #003566;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px rgba(0,0,0,.2);
transition: background .2s, transform .2s;
z-index: 2;
}
.bs-carousel-btn:hover {
background: #fff;
transform: translateY(-50%) scale(1.05);
}
.bs-carousel-prev { left: 16px; }
.bs-carousel-next { right: 16px; }
.bs-carousel-dots {
position: absolute;
bottom: 56px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 8px;
z-index: 2;
}
.bs-carousel-dot {
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #fff;
background: transparent;
cursor: pointer;
padding: 0;
transition: background .2s, transform .2s;
}
.bs-carousel-dot.is-active {
background: #fde68a;
border-color: #fde68a;
transform: scale(1.15);
} .bs-section-cta {
background: linear-gradient(135deg, #002847 0%, var(--bs-navy) 40%, var(--bs-blue) 100%) !important;
padding: 0 !important;
margin: 0 !important;
position: relative;
overflow: hidden;
}
.bs-section-cta > .bs-container {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.bs-section-cta::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 30% 50%, rgba(253, 230, 138, 0.12) 0%, transparent 55%);
pointer-events: none;
}
.bs-cta-inner { text-align: center; color: #fff; position: relative; z-index: 1; }
.bs-cta-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.75rem, 3.2vw, 2.35rem);
margin: 0 0 16px;
color: #ffffff !important;
}
.bs-cta-sub {
opacity: .92;
margin: 0 0 36px;
font-size: 1.05rem;
line-height: 1.65;
}
.bs-cta-actions {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
align-items: center;
}
.bs-cta-actions .bs-btn {
min-width: 280px;
padding: 16px 36px;
min-height: 56px;
box-sizing: border-box;
} .bs-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 15px 32px;
min-height: 52px;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.02em;
line-height: 1.2 !important;
border-radius: 999px;
text-decoration: none !important;
border: 2px solid transparent;
cursor: pointer;
transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
font-family: inherit;
box-sizing: border-box;
vertical-align: middle;
}
.bs-btn-primary {
background: linear-gradient(135deg, var(--bs-gold-light) 0%, #f5d76e 100%);
color: var(--bs-navy);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}
.bs-btn-primary:hover {
transform: translateY(-3px);
color: var(--bs-navy);
box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}
.bs-btn-secondary {
background: rgba(255, 255, 255, 0.08);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.75);
backdrop-filter: blur(4px);
}
.bs-btn-secondary:hover {
background: #fff;
color: var(--bs-navy);
border-color: #fff;
}
.bs-btn-outline {
background: #fff;
color: var(--bs-navy);
border: 2px solid var(--bs-navy);
box-shadow: 0 4px 16px rgba(0, 53, 102, 0.08);
padding: 14px 36px;
min-height: 52px;
}
.bs-btn-outline:hover {
background: var(--bs-blue);
color: #fff;
border-color: var(--bs-blue);
transform: translateY(-2px);
} .bs-footer {
background: #0a1f35;
color: rgba(255,255,255,.85);
padding-top: 56px;
margin-top: 0 !important;
}
.bs-footer-grid {
display: grid;
grid-template-columns: 1.3fr 1fr 1fr 1fr;
gap: 32px;
padding-bottom: 40px;
}
.bs-footer-logo {
display: block;
max-width: 220px;
width: auto;
height: auto;
max-height: 72px;
margin-bottom: 16px;
object-fit: contain;
}
.bs-footer-about {
font-size: 14px;
line-height: 1.65;
opacity: .88;
margin: 0;
}
.bs-footer-title {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #fde68a;
margin: 0 0 16px;
}
.bs-footer-links,
.bs-footer-contact,
.bs-footer-hours {
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
}
.bs-footer-links li,
.bs-footer-contact li,
.bs-footer-hours li {
margin-bottom: 8px;
}
.bs-footer-links a,
.bs-footer-contact a {
color: rgba(255,255,255,.85);
text-decoration: none;
}
.bs-footer-links a:hover,
.bs-footer-contact a:hover { color: #fde68a; }
.bs-footer-social {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 22px;
}
.bs-footer-social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
color: #fff;
transition: background .22s ease, transform .22s ease, color .22s ease;
}
.bs-footer-social-link:hover {
background: #c9a13f;
color: #0a1f35;
transform: translateY(-2px);
}
.bs-footer-cta {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 16px;
min-height: 40px;
padding: 0 18px;
font-size: 13px;
font-weight: 600;
line-height: 1 !important;
color: var(--bs-navy) !important;
background: linear-gradient(135deg, var(--bs-gold-light), #f5d76e);
border-radius: 8px;
text-decoration: none !important;
transition: transform .2s, box-shadow .2s;
box-sizing: border-box;
}
.bs-footer-cta:hover {
color: var(--bs-navy) !important;
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(201, 162, 39, 0.35);
}
.bs-footer-bottom {
border-top: 1px solid rgba(255,255,255,.1);
padding: 18px 0;
font-size: 13px;
text-align: center;
opacity: .7;
} .bs-app-page {
width: 100%;
max-width: 100%;
}
.bs-main:has(.bs-app-page) {
padding-top: 0;
}
.bs-app-page .bs-page-hero-app {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding-top: calc(var(--bs-header-h, 120px) + 40px);
}
.bs-app-hero-logo-fallback {
display: flex;
align-items: center;
justify-content: center;
width: 96px;
height: 96px;
border-radius: 22px;
background: #fff;
font-size: 2.75rem;
line-height: 1;
}
.bs-app-section-cards,
.bs-app-qr-section,
.bs-app-help {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.bs-page-hero-app {
min-height: 480px;
align-items: center;
text-align: center;
padding: 100px 0 72px;
}
.bs-page-hero-app-overlay {
background: linear-gradient(135deg, rgba(10, 31, 61, 0.94) 0%, rgba(0, 26, 61, 0.88) 50%, rgba(0, 86, 179, 0.35) 100%);
}
.bs-app-hero-content {
max-width: 720px;
margin: 0 auto;
text-align: center;
}
.bs-app-hero-content .bs-breadcrumb {
justify-content: center;
margin-bottom: 24px;
}
.bs-app-hero-badge {
display: inline-flex;
padding: 6px;
border-radius: 28px;
background: linear-gradient(135deg, #c9a13f, #e8c96a);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
margin-bottom: 24px;
}
.bs-app-hero-logo {
width: 96px;
height: 96px;
border-radius: 22px;
object-fit: cover;
display: block;
background: #fff;
}
.bs-app-hero-title {
color: #fff !important;
font-size: clamp(1.75rem, 4vw, 2.5rem);
margin-bottom: 16px;
}
.bs-app-hero-lead {
color: rgba(255, 255, 255, 0.9);
font-size: clamp(1rem, 2vw, 1.125rem);
max-width: 560px;
margin: 0 auto;
}
.bs-app-container-wide {
max-width: 1080px;
}
.bs-app-section-cards {
background:
radial-gradient(ellipse 60% 50% at 20% 0%, rgba(0, 86, 179, 0.07) 0%, transparent 60%),
radial-gradient(ellipse 60% 50% at 80% 100%, rgba(201, 161, 63, 0.06) 0%, transparent 60%),
linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
padding: 0;
position: relative;
overflow: hidden;
}
.bs-app-section-cards::before {
content: '';
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 1px 1px, rgba(10, 31, 61, 0.04) 1px, transparent 0);
background-size: 28px 28px;
pointer-events: none;
opacity: 0.6;
}
.bs-app-section-cards > .bs-container {
padding-top: 72px;
padding-bottom: 72px;
position: relative;
z-index: 1;
}
.bs-app-section-head {
text-align: center;
max-width: 580px;
margin: 0 auto 48px;
}
.bs-app-section-title {
font-family: 'Playfair Display', serif;
font-size: clamp(1.75rem, 3.2vw, 2.25rem);
font-weight: 700;
color: #0a1f35;
margin: 14px 0 14px;
letter-spacing: -0.01em;
}
.bs-app-section-sub {
margin: 0;
font-size: 16px;
line-height: 1.65;
color: #64748b;
}
.bs-app-cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 28px;
align-items: stretch;
}
.bs-app-card {
position: relative;
background: #fff;
border: 1px solid rgba(226, 232, 240, 0.85);
border-radius: 28px;
padding: 40px 36px 36px;
box-shadow:
0 1px 2px rgba(10, 31, 53, 0.04),
0 12px 32px rgba(10, 31, 53, 0.06);
display: flex;
flex-direction: column;
overflow: hidden;
transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .3s ease;
}
.bs-app-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, #0066cc 0%, #3b82f6 50%, #60a5fa 100%);
border-radius: 28px 28px 0 0;
}
.bs-app-card--ios::before {
background: linear-gradient(90deg, #0a1f3d 0%, #c9a13f 50%, #e8c96a 100%);
}
.bs-app-card::after {
content: '';
position: absolute;
top: 5px;
left: 0;
right: 0;
height: 180px;
background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(0, 86, 179, 0.06) 0%, transparent 70%);
pointer-events: none;
}
.bs-app-card--ios::after {
background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(201, 161, 63, 0.07) 0%, transparent 70%);
}
.bs-app-card:hover {
transform: translateY(-10px);
box-shadow:
0 1px 2px rgba(10, 31, 53, 0.04),
0 36px 60px -12px rgba(0, 86, 179, 0.18);
border-color: rgba(0, 86, 179, 0.2);
}
.bs-app-card--ios:hover {
border-color: rgba(201, 161, 63, 0.4);
box-shadow:
0 1px 2px rgba(10, 31, 53, 0.04),
0 36px 60px -12px rgba(201, 161, 63, 0.22);
}
.bs-app-card-watermark {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%) rotate(-12deg);
width: 280px;
height: 280px;
color: rgba(0, 86, 179, 0.04);
pointer-events: none;
transition: transform .6s cubic-bezier(.2, .8, .2, 1), color .4s ease;
z-index: 0;
}
.bs-app-card-watermark svg {
width: 100%;
height: 100%;
}
.bs-app-card--ios .bs-app-card-watermark {
color: rgba(201, 161, 63, 0.06);
}
.bs-app-card:hover .bs-app-card-watermark {
transform: translateY(-50%) rotate(-6deg) scale(1.08);
color: rgba(0, 86, 179, 0.07);
}
.bs-app-card--ios:hover .bs-app-card-watermark {
color: rgba(201, 161, 63, 0.1);
}
.bs-app-card-corner-tag {
position: absolute;
top: 22px;
right: 22px;
z-index: 2;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #fff;
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
padding: 6px 12px;
border-radius: 999px;
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.bs-app-card-top {
text-align: center;
margin-bottom: 28px;
position: relative;
z-index: 1;
}
.bs-app-card-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 92px;
height: 92px;
border-radius: 26px;
margin-bottom: 22px;
background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
color: #0056b3;
box-shadow:
inset 0 2px 4px rgba(255, 255, 255, 0.9),
inset 0 -2px 4px rgba(0, 86, 179, 0.08),
0 12px 28px rgba(0, 86, 179, 0.18);
transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}
.bs-app-card:hover .bs-app-card-badge {
transform: scale(1.06) rotate(-3deg);
}
.bs-app-card--ios .bs-app-card-badge {
background: linear-gradient(145deg, #f8fafc 0%, #e8eef5 100%);
color: #0a1f3d;
box-shadow:
inset 0 2px 4px rgba(255, 255, 255, 0.95),
inset 0 -2px 4px rgba(10, 31, 61, 0.06),
0 12px 28px rgba(10, 31, 61, 0.15);
}
.bs-app-card--ios:hover .bs-app-card-badge {
transform: scale(1.06) rotate(3deg);
}
.bs-app-card-platform {
margin: 0 0 4px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #94a3b8;
}
.bs-app-card-title {
font-family: 'Playfair Display', serif;
font-size: 1.75rem;
font-weight: 700;
color: #0a1f35;
margin: 0 0 6px;
letter-spacing: -0.01em;
}
.bs-app-card-sub {
margin: 0;
font-size: 13.5px;
color: #6d85a0;
letter-spacing: 0.02em;
font-weight: 500;
}
.bs-app-btn {
position: relative;
display: flex;
align-items: center;
gap: 14px;
width: 100%;
padding: 16px 22px;
border-radius: 16px;
text-decoration: none !important;
margin-bottom: 28px;
overflow: hidden;
transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s ease, background .25s ease;
z-index: 1;
}
.bs-app-btn-shine {
position: absolute;
top: 0;
left: -100%;
width: 60%;
height: 100%;
background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.25) 50%, transparent 70%);
transition: left .9s ease;
pointer-events: none;
}
.bs-app-btn:hover .bs-app-btn-shine {
left: 110%;
}
.bs-app-btn-icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(8px);
}
.bs-app-btn-text {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
text-align: left;
line-height: 1.2;
}
.bs-app-btn-text small {
font-size: 10.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
opacity: 0.85;
}
.bs-app-btn-text strong {
font-size: 17px;
font-weight: 700;
letter-spacing: -0.01em;
}
.bs-app-btn-arrow {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.18);
opacity: 0.9;
transition: transform .3s cubic-bezier(.2, .8, .2, 1), background .25s ease;
}
.bs-app-btn:hover .bs-app-btn-arrow {
transform: translateX(4px);
background: rgba(255, 255, 255, 0.28);
opacity: 1;
}
.bs-app-btn--android {
background: linear-gradient(135deg, #0066cc 0%, #004494 100%);
color: #fff !important;
box-shadow:
0 12px 28px rgba(0, 86, 179, 0.32),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.bs-app-btn--android:hover {
transform: translateY(-3px);
box-shadow:
0 18px 40px rgba(0, 86, 179, 0.42),
inset 0 1px 0 rgba(255, 255, 255, 0.25);
color: #fff !important;
}
.bs-app-btn--ios {
background: linear-gradient(135deg, #0a1f3d 0%, #152a45 100%);
color: #fff !important;
box-shadow:
0 12px 28px rgba(10, 31, 61, 0.28),
inset 0 0 0 1px rgba(201, 161, 63, 0.45);
}
.bs-app-btn--ios .bs-app-btn-icon {
background: rgba(201, 161, 63, 0.18);
color: #c9a13f;
}
.bs-app-btn--ios .bs-app-btn-arrow {
background: rgba(201, 161, 63, 0.18);
}
.bs-app-btn--ios:hover {
background: linear-gradient(135deg, #0f2847 0%, #1a3556 100%);
color: #fff !important;
transform: translateY(-3px);
box-shadow:
0 18px 40px rgba(201, 161, 63, 0.3),
inset 0 0 0 1px rgba(201, 161, 63, 0.7);
}
.bs-app-btn--ios:hover .bs-app-btn-arrow {
background: rgba(201, 161, 63, 0.32);
}
.bs-app-steps-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #94a3b8;
margin-bottom: 14px;
padding-bottom: 12px;
border-bottom: 1px dashed #e2e8f0;
position: relative;
z-index: 1;
}
.bs-app-steps {
list-style: none;
margin: 0;
padding: 0;
flex: 1;
display: flex;
flex-direction: column;
gap: 14px;
position: relative;
z-index: 1;
}
.bs-app-steps li {
display: flex;
align-items: flex-start;
gap: 14px;
margin: 0;
padding: 0;
position: relative;
}
.bs-app-steps li:not(:last-child)::before {
content: '';
position: absolute;
left: 15px;
top: 32px;
bottom: -14px;
width: 2px;
background: repeating-linear-gradient(to bottom, #cbd5e1 0, #cbd5e1 3px, transparent 3px, transparent 6px);
}
.bs-app-card--ios .bs-app-steps li:not(:last-child)::before {
background: repeating-linear-gradient(to bottom, #d6c79e 0, #d6c79e 3px, transparent 3px, transparent 6px);
}
.bs-app-step-num {
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
color: #fff;
background: linear-gradient(135deg, #0066cc 0%, #0056b3 100%);
box-shadow: 0 4px 12px rgba(0, 86, 179, 0.3);
position: relative;
z-index: 1;
}
.bs-app-card--ios .bs-app-step-num {
color: #fff;
background: linear-gradient(135deg, #c9a13f 0%, #a8862f 100%);
box-shadow: 0 4px 12px rgba(201, 161, 63, 0.35);
}
.bs-app-step-text {
font-size: 14.5px;
line-height: 1.55;
color: #475569;
padding-top: 6px;
font-weight: 500;
}
.bs-app-qr-section {
background: linear-gradient(180deg, #fff 0%, #eff6ff 100%);
padding: 56px 0;
}
.bs-app-qr-panel {
display: grid;
grid-template-columns: 1fr auto;
gap: 48px;
align-items: center;
padding: 44px 48px;
border: 1px solid #e2e8f0;
border-radius: 24px;
background: #fff;
box-shadow: 0 12px 40px rgba(10, 31, 53, 0.06);
}
.bs-app-qr-title {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 700;
color: #0a1f35;
margin: 0 0 12px;
}
.bs-app-qr-desc {
margin: 0 0 16px;
color: #64748b;
font-size: 15px;
line-height: 1.65;
max-width: 420px;
}
.bs-app-qr-url code {
font-size: 13px;
color: #0056b3;
background: #f1f5f9;
padding: 6px 10px;
border-radius: 8px;
word-break: break-all;
}
.bs-app-qrcode {
padding: 14px;
background: #fff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
line-height: 0;
}
.bs-app-help {
padding: 32px 0 48px;
text-align: center;
background: #fff;
border-top: 1px solid #e8eef5;
}
.bs-app-help p {
margin: 0;
color: #64748b;
font-size: 15px;
}
.bs-app-help a {
color: #0056b3;
font-weight: 700;
text-decoration: none;
}
.bs-app-help a:hover {
text-decoration: underline;
} @media (max-width: 1024px) {
.bs-values-grid { grid-template-columns: repeat(2, 1fr); }
.bs-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.bs-site { --bs-section-y: 44px; --bs-section-y-sm: 36px; --bs-head-gap: 36px; }
.bs-section > .bs-container { padding-top: var(--bs-section-y); padding-bottom: var(--bs-section-y); }
.bs-section + .bs-section > .bs-container { padding-top: 0; }
.bs-section-cta > .bs-container { padding-top: 48px !important; padding-bottom: 48px !important; }
.bs-cta-actions .bs-btn { min-width: 100%; }
.bs-page-hero { min-height: 360px; padding-bottom: 56px; }
.bs-story-grid { grid-template-columns: 1fr; gap: 32px; }
.bs-team-grid { grid-template-columns: 1fr; }
.bs-team-card-wide { grid-template-columns: 1fr; }
.bs-footer-grid { grid-template-columns: 1fr; }
.bs-app-cards { grid-template-columns: 1fr; gap: 24px; max-width: 480px; margin: 0 auto; }
.bs-app-btn { padding: 14px 16px; }
.bs-app-btn-text strong { font-size: 16px; }
.bs-app-qr-panel {
grid-template-columns: 1fr;
padding: 28px 22px;
text-align: center;
}
.bs-app-qr-desc { max-width: none; margin-left: auto; margin-right: auto; }
.bs-app-qr-visual { display: flex; justify-content: center; }
.bs-page-hero-app { min-height: 400px; padding: 88px 0 56px; }
.bs-app-hero-logo { width: 80px; height: 80px; }
}