:root {
  --navy:       #0A2540;
  --navy-lt:    #1a365d;
  --navy-dk:    #051525;
  --gold:       #E4AF3B; 
  --gold-br:    #f5c04c;
  --gold-nav:   #E6B64A;
  --bg:         #f8fafc;
  --white:      #ffffff;
  --text-dark:  #0A2540; 
  --text-light: #ffffff;
  --muted:      rgba(10, 37, 64, 0.7); 
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--bg); color: var(--text-dark); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; } 

section { padding: 90px 56px; }
section[id] { scroll-margin-top: 80px; } 
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-inner.wide-grid { max-width: 90%; }

.section-eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 15px; display: block; text-align: center; }
.section-h2 { font-size: 36px; font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.5px; text-align: center; text-wrap: balance; }
.section-h2.white { color: var(--white); }
.section-desc { font-size: 16px; font-weight: 300; color: var(--muted); line-height: 1.7; max-width: 650px; margin: 0 auto 50px; text-align: center; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
a, button, [role="button"], input, select, textarea, label { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }

.btn-primary, .btn-outline { font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; border: 2px solid var(--gold); cursor: pointer; }
.btn-primary { background: var(--gold); color: var(--navy); letter-spacing: 0.5px; }
.btn-primary:hover { background: transparent; color: var(--gold); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(228, 175, 59, 0.2); }

.btn-secondary { background: var(--gold); color: var(--navy); letter-spacing: 0.5px; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; cursor: pointer; font-family: inherit; border: 2px solid var(--gold); }
.btn-secondary:hover { background: transparent; color: var(--gold); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(228, 175, 59, 0.2); }

.hero-buttons { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

nav { position: fixed; top: 0; width: 100%; z-index: 1000; background: var(--gold-nav); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 80px; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
nav.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.nav-logo { display: flex; align-items: center; text-decoration: none; height: 100%; }
.nav-logo img { height: 100%; width: auto; max-height: 100%; display: block; }
.nav-links { display: flex; list-style: none; align-items: center; margin: 0; padding: 0; gap: 0; }
.nav-links .nav-item { display: flex; align-items: center; }
.nav-links .nav-item a { color: var(--navy); text-decoration: none; font-size: 15px; font-weight: 600; transition: all 0.3s ease; position: relative; padding: 5px 8px; }
.nav-links .nav-item a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 8px; background: var(--navy); transition: width 0.3s ease; }
.nav-links .nav-item a:hover { color: var(--navy-lt); }
.nav-links .nav-item a:hover::after { width: calc(100% - 16px); } 
.nav-sep { width: 2px; height: 16px; background-color: var(--navy); opacity: 0.6; border-radius: 2px; margin: 0 4px; }
.mobile-social-wrap { display: none !important; }
.nav-right-controls { display: flex; align-items: center; gap: 20px; }
.nav-btn-call { background: var(--navy) !important; color: var(--gold-nav) !important; border-color: var(--navy) !important; }
.nav-btn-call:hover { background: transparent !important; color: var(--navy) !important; }
.hamburger { display: none; flex-direction: column; gap: 6px; cursor: pointer; background: transparent; border: none; padding: 5px; }
.hamburger span { display: block; width: 30px; height: 3px; background: var(--navy); border-radius: 2px; transition: all 0.3s ease; }
.desktop-social-wrap { display: flex; align-items: center; gap: 10px; padding-right: 10px; border-right: 1px solid rgba(10, 37, 64, 0.2); }
.desktop-social-wrap a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--navy); color: var(--gold); border-radius: 50%; font-size: 15px; text-decoration: none; transition: all 0.3s ease; }
.desktop-social-wrap a:hover { background: var(--white); color: var(--navy); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

.hero-wrapper { position: relative; width: 100%; height: 100vh; min-height: 650px; background: var(--navy-dk); display: flex; align-items: center; padding-top: 80px; overflow: hidden; }
.hero-swiper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.swiper-slide { background: var(--navy); display: flex; align-items: center; padding: 0 56px; background-image: radial-gradient(circle at 20% 50%, rgba(228, 175, 59, 0.1) 0%, transparent 50%); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding-right: 40px; }
.hero-content .section-eyebrow { text-align: left; font-size: 14px; margin-bottom: 12px; }
.hero-h1 { font-size: 52px; font-weight: 800; line-height: 1.15; color: var(--white); margin-bottom: 24px; text-align: left; }
.hero-h1 span { color: var(--gold); }
.hero-body { font-size: 18px; font-weight: 300; line-height: 1.7; color: var(--white); margin-bottom: 40px; text-align: left; }
.hero-arrows-container { position: absolute; bottom: 80px; left: 56px; z-index: 10; }
.hero-nav-wrap { display: flex; gap: 15px; }
.hero-nav-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); background: transparent; display: flex; align-items: center; justify-content: center; color: var(--white); cursor: pointer; transition: all 0.3s ease; z-index: 10; }
.hero-nav-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

@keyframes pulseAnim { 0% { transform: scale(0.5); opacity: 0.8; } 100% { transform: scale(2.5); opacity: 0; } }
@keyframes fadeSlideUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.hero-right-overlay { position: absolute; right: 0; top: 0; height: 100%; width: 520px; background: radial-gradient(ellipse at 70% 20%, rgba(228, 175, 59, 0.07) 0%, transparent 60%), var(--navy-dk); border-left: 1px solid rgba(228, 175, 59, 0.15); display: flex; flex-direction: column; justify-content: center; padding: 90px 40px 30px 40px; z-index: 5; overflow-y: auto; }
.sidebar-inner { width: 100%; max-width: 100%; margin: 0 auto; animation: fadeSlideUp 0.5s ease both; padding: 0;}
.sb-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.pulse-wrap { position: relative; width: 8px; height: 8px; flex-shrink: 0; }
.pulse-core { position: absolute; inset: 0; border-radius: 50%; background: var(--gold); opacity: 0.9; }
.pulse-ring { position: absolute; inset: -4px; border-radius: 50%; border: 1px solid var(--gold); animation: pulseAnim 2s ease-out infinite; opacity: 0; }
.pulse-ring.delay { animation-delay: 0.5s; }
.sb-title { font-size: 10px; font-weight: 800; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }

.nodes-grid-wrap { position: relative; margin-bottom: 15px; animation: fadeSlideUp 0.4s 0.1s ease both; }
.nodes-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.nodes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; position: relative; z-index: 2; }
.node-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(228, 175, 59, 0.2); border-radius: 12px; padding: 10px 12px; cursor: pointer; transition: all 0.22s cubic-bezier(0.34,1.56,0.64,1); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; -webkit-tap-highlight-color: transparent; text-decoration: none; }
.node-item:hover { background: var(--gold); border-color: var(--gold); transform: scale(1.04); box-shadow: 0 8px 28px rgba(228, 175, 59, 0.3); z-index: 10;}
.node-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(228, 175, 59, 0.1); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: all 0.2s; }
.node-icon svg { width: 14px; height: 14px; }
.node-item:hover .node-icon { background: rgba(0,0,0,0.12); color: var(--navy-dk); }
.node-label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.85); line-height: 1.3; transition: color 0.2s; }
.node-item:hover .node-label { color: var(--navy-dk); }

.sb-divider { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; animation: fadeSlideUp 0.4s 0.45s ease both; }
.sb-div-line-l { flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(228, 175, 59, 0.3)); }
.sb-div-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); opacity: 0.6; }
.sb-div-line-r { flex: 1; height: 1px; background: linear-gradient(to left, transparent, rgba(228, 175, 59, 0.3)); }

.eng-wrap { animation: fadeSlideUp 0.4s 0.5s ease both; display: block; }
.eng-list { display: flex; flex-direction: column; gap: 6px; }
.eng-acc-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(228, 175, 59, 0.14); border-radius: 12px; padding: 8px 12px; cursor: pointer; transition: all 0.25s ease; position: relative; overflow: hidden; user-select: none; -webkit-tap-highlight-color: transparent; }
.eng-acc-item.active { background: rgba(228, 175, 59, 0.09); border-color: rgba(228, 175, 59, 0.45); }
.eng-acc-bar { position: absolute; left: 0; top: 20%; bottom: 20%; width: 3px; border-radius: 0 3px 3px 0; background: var(--gold); opacity: 0; transition: opacity 0.25s ease; }
.eng-acc-item.active .eng-acc-bar { opacity: 1; }
.eng-acc-header { display: flex; align-items: center; gap: 12px; }
.eng-acc-icon { width: 28px; height: 28px; flex-shrink: 0; border-radius: 8px; background: rgba(228, 175, 59, 0.1); border: 1px solid rgba(228, 175, 59, 0.22); display: flex; align-items: center; justify-content: center; color: var(--gold); transition: all 0.25s ease; }
.eng-acc-icon svg { width: 14px; height: 14px; }
.eng-acc-item.active .eng-acc-icon { background: var(--gold); color: var(--navy-dk); box-shadow: 0 4px 16px rgba(228, 175, 59, 0.25); }
.eng-acc-titles { flex: 1; min-width: 0; }
.eng-acc-label { font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,0.75); line-height: 1.35; margin-top: 0; transition: color 0.2s; }
.eng-acc-item.active .eng-acc-label { color: #fff; }
.eng-acc-toggle { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; }
.eng-acc-item.active .eng-acc-toggle { transform: rotate(45deg); background: rgba(228, 175, 59, 0.12); }
.eng-acc-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s cubic-bezier(0.4,0,0.2,1); padding-left: 40px; }
.eng-acc-content > div { overflow: hidden; }
.eng-acc-item.active .eng-acc-content { grid-template-rows: 1fr; }
.eng-acc-content p { margin: 8px 0 0; font-size: 11.5px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.eng-know-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; margin-bottom: 6px; font-size: 11.5px; font-weight: 700; color: var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; }
.eng-know-more i { font-size: 11px; transition: transform 0.3s ease; }
.eng-know-more:hover { color: var(--white); }
.eng-know-more:hover i { transform: translateX(4px); }

#pillars { background: var(--navy); border-top: 8px solid var(--gold); }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.pillar-card { background: var(--navy-dk); border-radius: 12px; padding: 40px 30px; border: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; transition: all 0.4s ease; display: flex; flex-direction: column; scroll-margin-top: 100px; }
.pillar-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(228, 175, 59, 0.15); border-color: rgba(228, 175, 59, 0.3); }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left; }
.pillar-card:hover::before { transform: scaleX(1); }
.pillar-num { font-size: 50px; font-weight: 800; color: rgba(255,255,255,0.05); line-height: 1; margin-bottom: 20px; transition: all 0.4s ease; }
.pillar-card:hover .pillar-num { color: rgba(228, 175, 59, 0.7); text-shadow: 0 0 15px rgba(228, 175, 59, 0.5); }
.pillar-title { font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 15px; }
.pillar-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 25px; }
.pillar-items { list-style: none; margin: 0; padding-bottom: 24px; flex-grow: 1; }
.pillar-items li { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.7); line-height: 1.5; padding: 6px 0; display: flex; align-items: flex-start; gap: 10px; }
.pillar-items li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--gold); font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.pillar-outcome { font-size: 13px; line-height: 1.6; color: var(--gold); margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(228, 175, 59, 0.15); min-height: 90px; }
.pillar-outcome em { font-style: italic; font-weight: 400; color: var(--gold); display: block; }

#serve { background: var(--bg); border-top: 1px solid rgba(0,0,0,0.05); }
.serve-interactive-container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: flex-start; background: var(--navy); border-radius: 16px; padding: 60px; box-shadow: 0 20px 50px rgba(10,37,64,0.1); overflow: hidden; position: relative; margin-top: 40px; }
.serve-interactive-container::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 50%, rgba(228, 175, 59, 0.08) 0%, transparent 60%); pointer-events: none; }
.serve-left-info { position: relative; z-index: 2; padding-right: 20px;}
.serve-title { font-size: 28px; font-weight: 800; color: var(--white); margin-bottom: 20px; line-height: 1.3; }
.serve-desc-text { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.8; margin-bottom: 0; }
.serve-right-grid { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }

.ind-acc-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); padding: 16px 20px; border-radius: 12px; display: flex; flex-direction: column; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; -webkit-tap-highlight-color: transparent;}
.ind-acc-item:hover { background: rgba(255,255,255,0.08); transform: translateX(-5px); border-color: rgba(228, 175, 59, 0.3); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.ind-acc-item.active { background: rgba(228, 175, 59, 0.09); border-color: rgba(228, 175, 59, 0.45); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.ind-acc-bar { position: absolute; left: 0; top: 20px; bottom: 20px; width: 4px; background: var(--gold); transform: scaleY(0); transition: transform 0.4s ease; transform-origin: center; border-radius: 0 4px 4px 0; }
.ind-acc-item.active .ind-acc-bar { transform: scaleY(1); }
.ind-acc-header { display: flex; align-items: center; gap: 20px; width: 100%; }
.ind-icon-box { width: 45px; height: 45px; background: rgba(10,37,64,0.5); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; flex-shrink: 0; border: 1px solid rgba(228, 175, 59, 0.2); transition: all 0.4s ease; }
.ind-acc-item.active .ind-icon-box { background: var(--gold); color: var(--navy); transform: rotate(5deg) scale(1.1); }
.ind-acc-titles { flex: 1; }
.ind-name { font-size: 16px; font-weight: 600; color: var(--white); transition: color 0.4s ease; }
.ind-acc-item.active .ind-name { color: var(--gold); }
.ind-acc-toggle { width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.ind-acc-item.active .ind-acc-toggle { transform: rotate(45deg); background: rgba(228, 175, 59, 0.12); }
.ind-acc-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s cubic-bezier(0.4,0,0.2,1); padding-left: 65px; padding-right: 15px;}
.ind-acc-content > div { overflow: hidden; }
.ind-acc-item.active .ind-acc-content { grid-template-rows: 1fr; }
.ind-acc-content p { margin: 12px 0 4px; font-size: 13.5px; color: rgba(255,255,255,0.65); line-height: 1.65; }

#engagement { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.05); }
.eng-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.eng-card { background: var(--navy-dk); border-radius: 12px; padding: 40px 30px; border: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; transition: all 0.4s ease; display: flex; flex-direction: column; }
.eng-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(228, 175, 59, 0.15); border-color: rgba(228, 175, 59, 0.3); }
.eng-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left; }
.eng-card:hover::before { transform: scaleX(1); }
.eng-num { font-size: 50px; font-weight: 800; color: rgba(255,255,255,0.05); line-height: 1; margin-bottom: 20px; transition: all 0.4s ease; }
.eng-card:hover .eng-num { color: rgba(228, 175, 59, 0.7); text-shadow: 0 0 15px rgba(228, 175, 59, 0.5); }
.eng-name { font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 15px; text-transform: none; letter-spacing: 0;}
.eng-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 25px; }
.eng-items { list-style: none; margin: 0; padding: 0; }
.eng-items li { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.7); line-height: 1.5; padding: 6px 0; display: flex; align-items: flex-start; gap: 10px; }
.eng-items li i { color: var(--gold); margin-top: 3px; font-size: 14px; }
.eng-card-bottom { margin-top: 25px; display: flex; flex-direction: column; }
.eng-sub-desc { font-size: 13px; font-weight: 700; color: var(--gold); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.05); margin-bottom: 15px; line-height: 1.5; transition: border-color 0.4s ease; }
.eng-card:hover .eng-sub-desc { border-top-color: rgba(228, 175, 59, 0.15); }

@keyframes fadeInTabs { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
#about { background: var(--bg); border-top: 1px solid rgba(0,0,0,0.05); padding-top: 90px; padding-bottom: 90px; }
.about-grid { display: grid; grid-template-columns: 1fr 450px; gap: 70px; align-items: center; margin-bottom: 60px; margin-top: 40px;}
.about-body { font-size: 16px; font-weight: 300; line-height: 1.8; color: var(--text-dark); margin-bottom: 20px; text-align: left; }
.mv-cards { display: flex; flex-direction: column; gap: 20px; }
.mv-card { background: var(--white); border: 1px solid rgba(0,0,0,0.05); border-radius: 12px; padding: 35px; transition: all 0.4s ease; border-left: 4px solid var(--gold); box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.mv-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(10,37,64,0.08); }
.mv-label { font-size: 14px; font-weight: 800; letter-spacing: 1px; color: var(--navy); text-transform: uppercase; margin-bottom: 12px; }
.mv-text { font-size: 14px; font-weight: 400; color: var(--text-dark); line-height: 1.7; }

.about-tabs-container { display: flex; gap: 40px; max-width: 1200px; margin: 0 auto; align-items: stretch;}
.about-tab-buttons { display: flex; flex-direction: column; gap: 12px; width: 35%; flex-shrink: 0; }
.about-tab-btn { background: var(--white); border: 1px solid rgba(0,0,0,0.05); padding: 22px 25px; text-align: left; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; border-radius: 8px; transition: all 0.3s ease; border-left: 4px solid transparent; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.about-tab-btn i { color: var(--muted); transition: color 0.3s ease; font-size: 14px; }
.about-tab-btn.active, .about-tab-btn:hover { background: var(--navy); border-left-color: var(--gold); box-shadow: 0 10px 25px rgba(10,37,64,0.25); color: var(--gold); transform: translateX(5px); }
.about-tab-btn.active i, .about-tab-btn:hover i { color: var(--gold); }

.about-tab-content-wrap { background: var(--white); padding: 50px; border-radius: 12px; flex-grow: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.05); display: flex; align-items: center; border: 1px solid rgba(0,0,0,0.05); }
.about-tab-pane { display: none; animation: fadeInTabs 0.5s ease forwards; opacity: 0; }
.about-tab-pane.active { display: block; }
.about-pane-icon-wrap { width: 60px; height: 60px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; color: var(--gold); font-size: 24px; }
.about-pane-title { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 20px; text-align: left; }
.about-pane-text { font-size: 16px; color: var(--text-dark); line-height: 1.8; font-weight: 400; text-align: left; }

.mobile-about-list h3 { color: var(--navy) !important; font-size: 20px; font-weight: 800; margin-bottom: 25px; text-align: left; }
.mobile-about-list li { color: var(--text-dark) !important; display: flex; gap: 15px; align-items: flex-start; font-size: 14px; line-height: 1.6; }
.mobile-about-list i { color: var(--gold); margin-top: 5px; font-size: 16px; }

.founder-wrap { margin: 60px auto 0; max-width: 1000px; background: var(--navy); border-radius: 16px; padding: 40px 24px; position: relative; overflow: hidden; box-shadow: 0 10px 40px rgba(10,37,64,0.15); animation: fadeSlideUp 0.4s 0.6s ease both; }
.founder-wrap::before { content: ''; position: absolute; top: -30%; right: -20%; width: 250px; height: 250px; background: radial-gradient(circle, rgba(228, 175, 59, 0.1) 0%, transparent 65%); pointer-events: none; }
.founder-img-frame { position: relative; flex-shrink: 0; }
.founder-img-frame picture { display: block; width: 100%; height: 100%; }
.founder-img-frame::before { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(228, 175, 59, 0.4); animation: founderRingPulse 3s ease-in-out infinite; pointer-events: none; z-index: 0; }
.founder-img-frame::after { content: ''; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid var(--gold); pointer-events: none; z-index: 1; }
@keyframes founderRingPulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.05); opacity: 1; } }
.founder-img-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; filter: grayscale(15%); transition: filter 0.4s; position: relative; z-index: 2; }
.founder-wrap:hover .founder-img-frame img { filter: grayscale(0%); }

.founder-quote-col { display: flex; flex-direction: column; }
.founder-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.founder-eyebrow::before, .founder-eyebrow::after { content: ''; width: 20px; height: 1px; background: var(--gold); border-radius: 2px; }
.quote-mark-open { font-size: 50px; line-height: 0.6; color: var(--gold); opacity: 0.25; font-family: Georgia, serif; margin-bottom: 5px; user-select: none; }
.founder-quote-text { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: rgba(255, 255, 255, 0.85); margin-bottom: 24px; }
.founder-quote-text strong { font-weight: 600; color: var(--white); }
.founder-quote-text em { font-style: normal; color: var(--gold); font-weight: 500; }
.founder-name { font-weight: 800; color: var(--white); margin: 0; line-height: 1.2; }
.founder-certs-text { font-weight: 600; color: var(--gold); }
.founder-title-row { display: flex; align-items: center; }
.founder-title { font-weight: 400; color: rgba(255, 255, 255, 0.7); margin: 0; line-height: 1.2;}
.founder-li-btn { display: flex; align-items: center; justify-content: center; background: var(--gold); color: var(--navy); border-radius: 50%; text-decoration: none; transition: all 0.3s ease; flex-shrink: 0;}
.founder-li-btn:hover { background: var(--white); transform: translateY(-3px); }

.founder-desktop-layout { display: none; }
.founder-mobile-layout { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 2; }
.fm-header { display: flex; align-items: center; justify-content: flex-start; gap: 20px; width: 100%; }
.fm-header .founder-img-frame { width: 90px; height: 90px; }
.fm-attr { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.fm-attr .founder-name { font-size: 16px; }
.fm-attr .founder-certs-text { font-size: 11px; margin-bottom: 4px; }
.fm-attr .founder-title-row { gap: 8px; }
.fm-attr .founder-title { font-size: 12px; }
.fm-attr .founder-li-btn { width: 26px; height: 26px; font-size: 12px; }
.fm-quote { text-align: left; align-items: flex-start; margin-top: 25px;}
.fm-quote .founder-eyebrow::after { display: none; }
.fm-quote .founder-quote-text { text-align: left; font-size: 14px; margin-bottom: 0; }

@media (min-width: 769px) {
  .founder-wrap { padding: 60px; max-width: 1000px; }
  .founder-mobile-layout { display: none; }
  .founder-desktop-layout { display: flex; align-items: center; gap: 50px; }
  .fd-photo-col { width: 180px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 20px; }
  .fd-photo-col .founder-img-frame { width: 180px; height: 180px; }
  .fd-quote-col { flex-grow: 1; border-left: 1px solid rgba(255,255,255,0.08); padding-left: 40px; }
  .fd-quote-col .founder-eyebrow::after { display: none; }
  .fd-quote-col .founder-quote-text { font-size: 16px; text-align: left; margin-bottom: 0; }
  .fd-attr { display: flex; flex-direction: column; align-items: center; gap: 2px; }
  .fd-attr .founder-name { font-size: 20px; }
  .fd-attr .founder-certs-text { font-size: 13px; margin-bottom: 4px; }
  .fd-attr .founder-title-row { gap: 12px; justify-content: center; }
  .fd-attr .founder-title { font-size: 14px; }
  .fd-attr .founder-li-btn { width: 32px; height: 32px; font-size: 14px; }
}

footer { background: var(--navy-dk); padding: 80px 56px 40px; border-top: 8px solid var(--gold); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.1fr 0.8fr 1.9fr; gap: 50px; padding-bottom: 20px; }
.footer-col-h { font-size: 14px; font-weight: 800; letter-spacing: 1px; color: var(--gold); margin-bottom: 30px; text-transform: uppercase; }
.footer-brand-name { font-size: 28px; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 5px; }
.footer-brand-name span { color: var(--gold); }
.footer-tagline { font-size: 10px; color: rgba(255,255,255,0.5); margin-bottom: 30px; }
.footer-about-text { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 30px; max-width: 90%; }

.footer-contact-list { list-style: none; margin-top: 25px; }
.footer-contact-list li { display: flex; align-items: center; margin-bottom: 20px; }
.footer-contact-list .icon-wrapper { width: 32px; height: 32px; background: var(--gold); color: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; margin-right: 15px; flex-shrink: 0; }
.footer-contact-list .text-content, .footer-contact-list a { color: rgba(255,255,255,0.8); font-size: 14px; text-decoration: none; transition: color 0.3s ease; }
.footer-contact-list a:hover { color: var(--gold); }

.footer-social-icons { display: flex; gap: 12px; margin-top: 30px; list-style: none; }
.footer-social-icons a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--gold); color: var(--navy); border-radius: 50%; font-size: 16px; transition: all 0.3s ease; text-decoration: none; }
.footer-social-icons a:hover { background: var(--white); transform: translateY(-3px); }

.ipad-social { display: none !important; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 20px; }
.footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }

.footer-form-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 30px; margin-top: -20px; }
.footer-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-full { grid-column: span 2; }
.footer-input { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--white); border-radius: 6px; height: 46px; padding: 0 15px; font-size: 14px; font-family: inherit; transition: all 0.3s ease; width: 100%; }
textarea.footer-input { height: auto; padding: 15px; resize: vertical; line-height: 1.6; min-height: 90px; }
.footer-input::placeholder { color: rgba(255, 255, 255, 0.4); }
.footer-input:focus { border-color: var(--gold); background: rgba(255,255,255,0.08); outline: none; }

.form-radio-group { display: flex; flex-direction: row; gap: 20px; align-items: center; border: none; padding: 5px 0; background: transparent; height: auto; flex-wrap: wrap; }
.custom-radio { display: flex; align-items: center; cursor: pointer; font-size: 13px; color: rgba(255, 255, 255, 0.6); position: relative; padding-left: 22px; transition: color 0.3s; margin-bottom: 0; }
.custom-radio:hover { color: var(--white); }
.custom-radio input { position: absolute; opacity: 0; cursor: pointer; }
.radio-mark { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 14px; width: 14px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; transition: all 0.3s; }
.custom-radio:hover .radio-mark { border-color: var(--gold); }
.custom-radio input:checked ~ .radio-mark { border-color: var(--gold); background: transparent; }
.radio-mark:after { content: ""; position: absolute; display: none; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.custom-radio input:checked ~ .radio-mark:after { display: block; }
.custom-radio input:checked ~ span { color: var(--white); }

.form-submit-btn { background: var(--gold); color: var(--navy); border: none; height: 50px; border-radius: 6px; font-weight: 700; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; transition: all 0.3s ease; width: 100%; font-family: inherit; margin-top: 10px; }
.form-submit-btn:hover { background: var(--white); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(228, 175, 59, 0.2); }

/* --- Copyright Text Styling --- */
.footer-bottom { text-align: center; padding-top: 30px; margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.5); font-size: 13px; width: 100%; }

.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--white); color: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; border: none; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.2); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 999; }
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold); color: var(--navy); transform: translateY(-5px); }

/* ── RESPONSIVE TABLET / IPAD ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  nav { padding: 0 30px; height: 70px; gap: 15px; }
  .nav-logo { flex: 1; display: flex; justify-content: flex-start; align-items: center; height: 100%; min-width: 0; margin-right: 15px; } 
  .nav-logo img { height: 100% !important; max-height: 100% !important; width: auto !important; max-width: 100% !important; object-fit: contain; object-position: left center; }
  .nav-right-controls { flex-shrink: 0; }
  .nav-btn-call { padding: 10px 16px; font-size: 13px; margin: 0; white-space: nowrap; }
  .desktop-social-wrap { display: none !important; }

  .nav-links {
    position: fixed; top: 70px; right: -100%; width: 100%; height: auto; max-height: calc(100vh - 70px);
    background: rgba(228, 175, 59, 0.98); backdrop-filter: blur(10px); flex-direction: column; align-items: flex-start; padding: 30px; gap: 0;
    transition: right 0.3s ease; overflow-y: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; z-index: 10000;
  }
  .nav-sep { display: none !important; }
  .nav-links.active { right: 0; }
  .nav-links .nav-item { width: 100%; border-bottom: 1px solid rgba(10,37,64,0.15); margin-bottom: 15px; padding-bottom: 15px; }
  .nav-links .nav-item:last-of-type { border-bottom: none; margin-bottom: 20px; padding-bottom: 0; }
  .nav-links .nav-item a { font-size: 18px; padding: 0; width: 100%; display: block; }
  .nav-links .nav-item a::after { display: none; }
  
  .mobile-social-wrap { display: flex !important; flex-direction: row !important; gap: 15px; margin-top: 10px; margin-bottom: 0; }
  .mobile-social-wrap a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--navy); color: var(--gold); border-radius: 50%; font-size: 16px; text-decoration: none; flex-shrink: 0; padding: 0 !important; }
  
  .hamburger { display: flex; z-index: 10001; position: relative; }
  .hamburger.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

  section { padding: 70px 30px; }
  .hero-wrapper { padding: 80px 0 0 0 !important; height: auto; min-height: auto; flex-direction: column; overflow: visible; }
  .hero-swiper { position: relative; height: 60vh; min-height: 500px; width: 100%; }
  .hero-right-overlay { display: flex; position: relative; width: 100%; height: auto; padding: 60px 30px; background: var(--navy-dk); border-left: none; backdrop-filter: none; }
  .sidebar-inner { max-width: 500px; padding: 0; }
  .hero-content { padding-right: 0; }
  
  /* Adjusted iPad Headings */
  .section-h2 { font-size: 32px; padding: 0 15px; }
  .hero-h1 { font-size: 42px; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .eng-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .serve-interactive-container { grid-template-columns: 1fr; padding: 40px; gap: 40px; }
  .serve-left-info { padding-right: 0; }
  
  /* --- IPAD FOOTER REDESIGN --- */
  .footer-top { 
      display: grid !important;
      grid-template-columns: 1fr 1fr !important; 
      grid-template-areas: 
          "info links"
          "form form" !important;
      gap: 40px; 
  }
  .footer-top > div:nth-child(1) { grid-area: info; }
  .footer-top > div:nth-child(2) { grid-area: links; }
  .footer-top > div:nth-child(3) { grid-area: form; margin-top: 20px; }
  .footer-form-card { width: 100% !important; box-sizing: border-box; margin-top: 0; }
  
  .desktop-mobile-social { display: none !important; }
  .ipad-social { display: flex !important; margin-top: 25px; }
  
  /* --- STRICT 2X2 GRID FOR IPAD TABS --- */
  .about-tabs-container { flex-direction: column; gap: 20px; }
  .about-tab-buttons { 
    width: 100%; 
    display: grid !important; 
    grid-template-columns: 1fr 1fr !important; 
    gap: 15px !important; 
    padding-bottom: 0 !important; 
    overflow: visible !important; 
    white-space: normal !important;
  }
  .about-tab-btn { border-left: none; border-bottom: 4px solid transparent; padding: 15px 20px; text-align: center; justify-content: center; width: 100%; }
  .about-tab-btn.active, .about-tab-btn:hover { border-left-color: transparent; border-bottom-color: var(--gold); transform: translateY(-3px); }
  .about-tab-btn i { display: none; }
}

@media (max-width: 768px) {
  section { padding: 60px 20px; }
  .section-h2 { font-size: 28px; }
  #engagement .section-h2 { font-size: 21px; letter-spacing: -0.5px; white-space: nowrap; }
  #pillars { border-top: 8px solid var(--gold); padding-top: 90px; }
  
  nav { padding: 0 16px; }
  .nav-btn-call { padding: 8px 12px; font-size: 13px; margin: 0; white-space: nowrap; }

  .eng-wrap { display: none !important; }

  .hero-wrapper { padding-top: 70px !important; }
  .hero-h1 { font-size: 32px; line-height: 1.2; margin-bottom: 15px; }
  .hero-body { font-size: 14px; margin-bottom: 30px; line-height: 1.6; }
  .hero-content { padding-right: 0; padding-bottom: 80px; }
  .hero-swiper { height: 75vh; }
  .swiper-slide { padding: 0 20px; }
  .hero-arrows-container { position: absolute; bottom: 30px; left: 20px; z-index: 10; width: max-content; }
  .hero-nav-wrap { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 15px !important; margin-top: 0; }
  .hero-nav-btn { width: 45px !important; height: 45px !important; font-size: 14px; flex-shrink: 0; position: static !important; margin: 0 !important; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
  
  .hero-right-overlay { display: block !important; position: relative !important; width: 100% !important; height: auto !important; padding: 60px 20px 80px 20px !important; background: var(--navy-dk) !important; border: none !important; }
  .sb-header { display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 30px !important; position: relative !important; width: 100% !important; }
  .sb-header::before, .sb-header::after { content: '' !important; flex: 1 !important; height: 1px !important; background: linear-gradient(90deg, transparent, rgba(228, 175, 59, 0.4), transparent) !important; }
  .pulse-wrap { display: none !important; } 
  .sb-title { font-size: 10px !important; font-weight: 800 !important; letter-spacing: 2px !important; color: var(--gold) !important; background: rgba(228, 175, 59, 0.08) !important; padding: 8px 18px !important; border-radius: 50px !important; border: 1px solid rgba(228, 175, 59, 0.2) !important; margin: 0 15px !important; text-align: center !important; }
  .nodes-grid-wrap .nodes-lines { display: none !important; }
  .sb-divider { display: none !important; } 
  .nodes-grid-wrap { margin-bottom: 50px !important; }

  .nodes-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .node-item { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)) !important; border: 1px solid rgba(255, 255, 255, 0.05) !important; border-radius: 12px !important; padding: 12px 10px !important; text-align: left !important; backdrop-filter: blur(10px) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important; transition: all 0.3s ease !important; transform: none !important; text-decoration: none !important; }
  .node-item:active { border-color: var(--gold) !important; background: rgba(228,175,59,0.05) !important; }
  .node-icon { width: 32px !important; height: 32px !important; background: rgba(228, 175, 59, 0.1) !important; border-radius: 8px !important; margin-bottom: 0 !important; margin-right: 8px !important; color: var(--gold) !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; }
  .node-icon svg { width: 16px !important; height: 16px !important; }
  .node-label { font-size: 11.5px !important; font-weight: 600 !important; color: var(--white) !important; line-height: 1.3 !important; }

  .eng-acc-item { background: rgba(255,255,255,0.02) !important; border: 1px solid rgba(255,255,255,0.06) !important; border-radius: 16px !important; padding: 0 !important; overflow: hidden !important; }
  .eng-acc-item.active { background: rgba(255,255,255,0.04) !important; border-color: var(--gold) !important; box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important; }
  .eng-acc-header { padding: 18px 20px !important; gap: 15px !important; }
  .eng-acc-icon { display: none !important; } 
  .eng-acc-titles { flex: 1 !important; }
  .eng-acc-label { font-size: 15.5px !important; font-weight: 700 !important; color: rgba(255,255,255,0.85) !important; }
  .eng-acc-item.active .eng-acc-label { color: var(--gold) !important; }
  .eng-acc-toggle { width: 32px !important; height: 32px !important; background: rgba(255,255,255,0.05) !important; border: none !important; color: rgba(255,255,255,0.6) !important; border-radius: 50% !important; transition: transform 0.3s ease, background 0.3s ease !important; }
  .eng-acc-item.active .eng-acc-toggle { background: var(--gold) !important; color: var(--navy-dk) !important; transform: rotate(180deg) !important; }
  .eng-acc-toggle svg { display: none !important; } 
  .eng-acc-toggle::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 14px; }
  .eng-acc-content { padding: 0 20px 20px 20px !important; }
  .eng-acc-content p { margin: 0 !important; font-size: 14px !important; color: rgba(255,255,255,0.65) !important; line-height: 1.6 !important; padding-top: 15px !important; border-top: 1px solid rgba(255,255,255,0.05) !important; }

  .pillars-grid, .eng-grid { grid-template-columns: 1fr; }
  .serve-interactive-container { padding: 30px 20px; }
  .serve-title { font-size: 22px; }
  .serve-desc-text { font-size: 14px; }
  .ind-acc-item { padding: 15px; }
  .ind-acc-content { padding-left: 0; }
  .ind-icon-box { width: 38px; height: 38px; font-size: 16px; }
  .ind-acc-header { gap: 15px; }
  .ind-name { font-size: 14px; }

  .footer-input { font-size: 16px !important; }
  footer { padding: 60px 5% 40px !important; }
  .footer-inner { width: 100%; box-sizing: border-box; }
  .footer-form-wrapper { width: 100% !important; margin: 0 auto; box-sizing: border-box; }
  .footer-form-card { width: 100% !important; box-sizing: border-box; padding: 30px 20px !important; }
  
  .footer-top { display: flex !important; flex-direction: column !important; gap: 50px; }
  .footer-form { grid-template-columns: 1fr; }
  .form-full { grid-column: span 1; }
  .form-radio-group { flex-direction: column; align-items: flex-start; gap: 15px;}
  
  .desktop-mobile-social { display: flex !important; margin-top: 30px; }
  .ipad-social { display: none !important; }

  .about-pane-title { font-size: 28px; }
  .about-tabs-container { display: none !important; }
  .mobile-about-list { display: block !important; margin-top: 30px; }
  .back-to-top { bottom: 20px; right: 20px; width: 45px; height: 45px; font-size: 16px; z-index: 9999; }
}
/* ── SCROLL REVEAL ANIMATIONS ──────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal.reveal-left {
  transform: translateX(-40px);
}
.reveal.reveal-right {
  transform: translateX(40px);
}
.reveal.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── VIDEO MODAL ──────────────────────────────────────────── */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-modal.active {
  display: flex;
}
.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 21, 37, 0.92);
  cursor: pointer;
}
.video-modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 900px;
  background: var(--navy-dk);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}
.video-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.video-modal-close:hover { background: var(--gold); color: var(--navy); }
.video-modal-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-modal-iframe-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
