/* Mashriq V2 design system */
:root {
  --v2-ink: #071b16;
  --v2-ink-soft: #31443f;
  --v2-muted: #687a74;
  --v2-green: #0f7b4b;
  --v2-green-2: #18a96b;
  --v2-gold: #d9ad5f;
  --v2-cream: #f7f3eb;
  --v2-mist: #eef6f1;
  --v2-white: #ffffff;
  --v2-border: rgba(7, 27, 22, .10);
  --v2-shadow: 0 24px 80px rgba(7, 27, 22, .12);
  --v2-shadow-soft: 0 16px 50px rgba(7, 27, 22, .08);
  --v2-radius-xl: 34px;
  --v2-radius-lg: 24px;
  --v2-radius-md: 16px;
  --v2-font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --v2-display: 'Manrope', var(--v2-font);
  --v2-section: clamp(72px, 9vw, 128px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--v2-font); color: var(--v2-ink); background: #fbfaf7; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
p { color: var(--v2-muted); line-height: 1.75; }
main { position: relative; z-index: 1; }

.container { max-width: 1180px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--v2-green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 999px; background: var(--v2-gold); box-shadow: 0 0 0 7px rgba(217, 173, 95, .16); }
.section-pad { padding: var(--v2-section) 0; }
.section-pad-sm { padding: clamp(52px, 7vw, 90px) 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h1, .section-head h2 { margin: 14px 0 14px; font-family: var(--v2-display); font-weight: 900; letter-spacing: -.045em; line-height: .98; color: var(--v2-ink); }
.section-head h1 { font-size: clamp(44px, 7vw, 92px); }
.section-head h2 { font-size: clamp(34px, 5vw, 62px); }
.section-head p { font-size: clamp(16px, 2vw, 19px); margin: 0; }
.text-balance { text-wrap: balance; }

.btn { border-radius: 999px; font-weight: 800; letter-spacing: -.01em; padding: 15px 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.btn-sm-v2 { padding: 11px 17px; font-size: 14px; }
.btn-primary-v2 { background: var(--v2-ink); color: #fff; box-shadow: 0 12px 30px rgba(7, 27, 22, .18); }
.btn-primary-v2:hover { background: var(--v2-green); color: #fff; transform: translateY(-2px); }
.btn-secondary-v2 { background: var(--v2-green); color: #fff; }
.btn-secondary-v2:hover { background: var(--v2-ink); color: #fff; transform: translateY(-2px); }
.btn-outline-v2 { border-color: var(--v2-border); color: var(--v2-ink); background: rgba(255,255,255,.72); backdrop-filter: blur(10px); }
.btn-outline-v2:hover { border-color: var(--v2-green); color: var(--v2-green); transform: translateY(-2px); }
.btn-light-v2 { background: #fff; color: var(--v2-ink); }
.btn-outline-light-v2 { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-outline-light-v2:hover, .btn-light-v2:hover { transform: translateY(-2px); }

.v2-header { position: sticky; top: 0; z-index: 999; background: rgba(251,250,247,.82); backdrop-filter: blur(22px); border-bottom: 1px solid rgba(7,27,22,.08); }
.v2-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.v2-brand { display: inline-flex; align-items: center; gap: 12px; }
.v2-brand__mark { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--v2-border); box-shadow: 0 10px 28px rgba(7,27,22,.08); }
.v2-brand__text strong { display: block; font-family: var(--v2-display); font-weight: 900; line-height: 1; font-size: 19px; letter-spacing: -.04em; }
.v2-brand__text small { display: block; color: var(--v2-muted); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.v2-nav-panel { display: flex; align-items: center; gap: 28px; }
.v2-nav-links { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 6px; }
.v2-nav-links a { display: block; padding: 10px 13px; border-radius: 999px; color: var(--v2-ink-soft); font-weight: 800; font-size: 14px; }
.v2-nav-links a:hover, .v2-nav-links a.is-active { background: #fff; color: var(--v2-green); box-shadow: 0 10px 25px rgba(7,27,22,.07); }
.v2-nav-actions { display: flex; align-items: center; gap: 14px; }
.v2-link-phone { font-weight: 900; color: var(--v2-ink); font-size: 14px; }
.v2-nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--v2-border); border-radius: 15px; background: #fff; }
.v2-nav-toggle span { display: block; width: 18px; height: 2px; background: var(--v2-ink); margin: 4px auto; border-radius: 10px; }

.hero-v2 { position: relative; overflow: hidden; background: #071b16; }
.hero-slider, .hero-slider .carousel-inner, .hero-slider .carousel-item { min-height: calc(100vh - 82px); }
.hero-slider .carousel-inner { height: 100%; }
.hero-slider .carousel-item { position: relative; transition: opacity .8s ease-in-out; }
.hero-slider .carousel-item:not(.active) { display: none; }
.hero-slider.carousel-fade .carousel-item { opacity: 0; transition: opacity .8s ease-in-out; display: block !important; }
.hero-slider.carousel-fade .carousel-item.active { opacity: 1; z-index: 1; }
.hero-slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 18, 13, .88) 0%, rgba(3, 18, 13, .66) 43%, rgba(3, 18, 13, .18) 100%), radial-gradient(circle at 30% 35%, rgba(24,169,107,.28), transparent 36%); }
.hero-slide-container { position: relative; min-height: calc(100vh - 82px); display: flex; align-items: center; padding-top: clamp(70px, 8vw, 120px); padding-bottom: clamp(110px, 10vw, 150px); z-index: 2; }
.hero-slide-content { width: min(760px, 100%); color: #fff; }
.hero-slide-content .eyebrow { color: rgba(255,255,255,.82); }
.hero-slide-content h1, .hero-slide-content h2 { font-family: var(--v2-display); font-size: clamp(42px, 7vw, 92px); line-height: .95; letter-spacing: -.065em; font-weight: 900; margin: 18px 0 22px; color: #fff; }
.hero-slide-content p { font-size: clamp(16px, 2vw, 21px); max-width: 650px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-slider .btn-outline-v2 { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); }
.hero-slider .btn-outline-v2:hover { color: #fff; border-color: rgba(255,255,255,.70); background: rgba(255,255,255,.18); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof--slider { position: absolute; left: 50%; bottom: 34px; z-index: 3; width: min(1180px, calc(100% - 48px)); margin: 0; transform: translateX(-50%); }
.proof-pill { padding: 12px 16px; border: 1px solid rgba(255,255,255,.20); background: rgba(255,255,255,.13); backdrop-filter: blur(14px); border-radius: 999px; font-size: 13px; font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.hero-indicators { right: max(24px, calc((100vw - 1180px) / 2)); left: auto; bottom: 34px; margin: 0; gap: 8px; z-index: 4; }
.hero-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 999px; border: 0; opacity: .5; }
.hero-indicators .active { width: 34px; opacity: 1; }
.hero-control { width: 54px; opacity: 1; z-index: 4; }
.hero-control span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.16); backdrop-filter: blur(12px); color: #fff; border: 1px solid rgba(255,255,255,.22); }
.hero-control:hover span { background: rgba(255,255,255,.26); }

.card-v2 { height: 100%; background: var(--v2-white); border: 1px solid var(--v2-border); border-radius: var(--v2-radius-lg); padding: 28px; box-shadow: var(--v2-shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card-v2:hover { transform: translateY(-6px); border-color: rgba(15,123,75,.35); box-shadow: var(--v2-shadow); }
.card-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--v2-mist); color: var(--v2-green); font-size: 22px; margin-bottom: 22px; }
.card-v2 h3 { font-family: var(--v2-display); font-weight: 900; letter-spacing: -.035em; margin-bottom: 12px; }
.card-v2 p { margin-bottom: 0; }
.metric-card { padding: 28px; border-radius: var(--v2-radius-lg); background: var(--v2-ink); color: #fff; min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end; }
.metric-card strong { font-family: var(--v2-display); font-size: clamp(38px, 5vw, 66px); line-height: .9; letter-spacing: -.06em; }
.metric-card span { color: rgba(255,255,255,.72); font-weight: 700; margin-top: 10px; }
.surface-green { background: linear-gradient(135deg, #08231b, #0f7b4b); color: #fff; }
.surface-green p, .surface-green .eyebrow { color: rgba(255,255,255,.78); }
.surface-soft { background: var(--v2-mist); }

.image-panel { position: relative; overflow: hidden; border-radius: var(--v2-radius-xl); min-height: 420px; box-shadow: var(--v2-shadow); background: var(--v2-ink); }
.image-panel img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; opacity: .92; }
.overlay-card { position: absolute; left: 24px; right: 24px; bottom: 24px; border-radius: 24px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); padding: 22px; border: 1px solid rgba(255,255,255,.55); }
.overlay-card h3 { font-family: var(--v2-display); font-weight: 900; margin: 0 0 8px; }
.overlay-card p { margin: 0; }

.brand-card, .post-card-v2, .gallery-card { display: block; height: 100%; background: #fff; border: 1px solid var(--v2-border); border-radius: var(--v2-radius-lg); overflow: hidden; box-shadow: var(--v2-shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.brand-card:hover, .post-card-v2:hover, .gallery-card:hover { transform: translateY(-6px); box-shadow: var(--v2-shadow); }
.brand-card__logo { height: 190px; display: grid; place-items: center; padding: 34px; background: linear-gradient(135deg, #fff, var(--v2-mist)); }
.brand-card__logo img { max-height: 100px; object-fit: contain; }
.brand-card__body, .post-card-v2__body { padding: 24px; }
.brand-card h3, .post-card-v2 h3 { font-family: var(--v2-display); font-weight: 900; letter-spacing: -.035em; margin-bottom: 10px; }
.post-card-v2__image img, .gallery-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-meta { display: flex; gap: 14px; flex-wrap: wrap; color: var(--v2-muted); font-size: 13px; font-weight: 800; margin-bottom: 12px; }
.gallery-card { position: relative; }
.gallery-card span { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.9); font-weight: 900; color: var(--v2-ink); }

.review-section { background: radial-gradient(circle at 15% 20%, rgba(217,173,95,.18), transparent 28%), linear-gradient(135deg, #061812, #0f3d2d 58%, #0f7b4b); color: #fff; overflow: hidden; }
.review-section h2 { font-family: var(--v2-display); font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; font-weight: 900; margin: 14px 0 16px; color: #fff; }
.review-section p { color: rgba(255,255,255,.74); }
.review-score { margin-top: 26px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.08); backdrop-filter: blur(16px); width: min(260px, 100%); }
.review-score strong { display: block; font-family: var(--v2-display); font-size: 56px; line-height: .9; letter-spacing: -.06em; color: #fff; }
.review-score span { display: flex; gap: 4px; color: #ffd36b; margin: 10px 0 6px; }
.review-score small { color: rgba(255,255,255,.68); font-weight: 800; }
.review-card { height: 100%; padding: 24px; border-radius: 28px; background: rgba(255,255,255,.94); color: var(--v2-ink); box-shadow: 0 24px 70px rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.40); transition: transform .25s ease, box-shadow .25s ease; }
.review-card:hover { transform: translateY(-7px); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.review-card__stars { display: flex; gap: 4px; color: #f4b740; margin-bottom: 18px; font-size: 14px; }
.review-card p { color: var(--v2-ink-soft); font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
.review-card__person { display: flex; gap: 12px; align-items: center; }
.review-card__person span { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: var(--v2-mist); color: var(--v2-green); }
.review-card__person strong, .review-card__person small { display: block; }
.review-card__person strong { font-family: var(--v2-display); font-weight: 900; letter-spacing: -.03em; }
.review-card__person small { color: var(--v2-muted); font-weight: 800; font-size: 12px; margin-top: 2px; }
.page-hero { padding: clamp(70px, 9vw, 118px) 0 clamp(52px, 7vw, 86px); background: radial-gradient(circle at 80% 20%, rgba(24,169,107,.20), transparent 34%), linear-gradient(135deg, #fbfaf7, #eef6f1); border-bottom: 1px solid var(--v2-border); }
.breadcrumb-v2 { display: flex; gap: 9px; flex-wrap: wrap; color: var(--v2-muted); font-size: 13px; font-weight: 800; margin-bottom: 18px; }
.breadcrumb-v2 a { color: var(--v2-green); }
.page-hero h1 { font-family: var(--v2-display); font-weight: 900; font-size: clamp(42px, 7vw, 82px); line-height: .96; letter-spacing: -.06em; margin: 0 0 18px; }
.page-hero p { max-width: 760px; font-size: 19px; }

.faq-item { border: 1px solid var(--v2-border); border-radius: 20px; background: #fff; padding: 24px; margin-bottom: 14px; }
.faq-item h3 { font-family: var(--v2-display); font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.faq-item p { margin: 0; }
.form-v2 { background: #fff; border: 1px solid var(--v2-border); border-radius: var(--v2-radius-xl); padding: clamp(24px, 4vw, 44px); box-shadow: var(--v2-shadow-soft); }
.form-control, .form-select { border-radius: 16px; border: 1px solid var(--v2-border); min-height: 56px; padding: 13px 16px; font-weight: 700; }
.form-control:focus, .form-select:focus { border-color: var(--v2-green); box-shadow: 0 0 0 .25rem rgba(15,123,75,.12); }
textarea.form-control { min-height: 150px; }
.article-body { background: #fff; border: 1px solid var(--v2-border); border-radius: var(--v2-radius-xl); padding: clamp(26px, 5vw, 56px); box-shadow: var(--v2-shadow-soft); }
.article-body h1, .article-body h2, .article-body h3 { font-family: var(--v2-display); font-weight: 900; letter-spacing: -.035em; }
.article-body img { border-radius: 22px; }
.pagination-v2 { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 42px; }
.pagination-v2 a, .pagination-v2 span { min-width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center; border: 1px solid var(--v2-border); background: #fff; font-weight: 900; }
.pagination-v2 .active, .pagination-v2 a:hover { background: var(--v2-green); color: #fff; }

.v2-footer { background: #061812; color: #fff; padding: 70px 0 28px; position: relative; overflow: hidden; }
.v2-footer p, .v2-footer li { color: rgba(255,255,255,.68); }
.v2-footer a:hover { color: #fff; }
.v2-footer-cta { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: clamp(26px, 4vw, 48px); border-radius: var(--v2-radius-xl); background: linear-gradient(135deg, var(--v2-green), #0a3024); margin-bottom: 58px; }
.v2-footer-cta h2 { font-family: var(--v2-display); font-size: clamp(28px, 4vw, 48px); font-weight: 900; letter-spacing: -.045em; margin: 10px 0; }
.v2-footer-cta p { margin: 0; max-width: 650px; }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }
.v2-brand--footer { color: #fff; margin-bottom: 18px; }
.v2-footer h3 { font-family: var(--v2-display); font-size: 16px; font-weight: 900; margin-bottom: 18px; }
.v2-footer ul { padding: 0; margin: 0; list-style: none; }
.v2-footer li { margin-bottom: 10px; }
.v2-socials { display: flex; gap: 10px; margin-top: 22px; }
.v2-socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.08); }
.footer-contact-list i { width: 22px; color: var(--v2-gold); }
.footer-posts { margin-top: 22px; }
.footer-posts a { display: block; color: rgba(255,255,255,.78); font-weight: 800; margin-bottom: 9px; }
.v2-footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.v2-footer-bottom p { margin: 0; font-size: 13px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 998; width: 58px; height: 58px; border-radius: 999px; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 28px; box-shadow: 0 16px 40px rgba(37,211,102,.35); }
.floating-whatsapp:hover { color: #fff; transform: translateY(-4px); }
.reveal-up { opacity: 0; transform: translateY(24px); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); transition: opacity .75s ease, transform .75s ease; }

/* Leadership Section Styles */
.founder-card { background: #fff; border: 1px solid var(--v2-border); border-radius: var(--v2-radius-xl); padding: clamp(32px, 5vw, 52px); box-shadow: var(--v2-shadow); position: relative; overflow: hidden; }
.founder-card::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(15,123,75,.08), transparent 70%); border-radius: 50%; }

.founder-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; flex-wrap: wrap; gap: 20px; }
.founder-icon { width: clamp(90px, 12vw, 120px); height: clamp(90px, 12vw, 120px); border-radius: 50%; background: linear-gradient(135deg, var(--v2-green), #0a5a3a); display: grid; place-items: center; font-size: clamp(40px, 6vw, 56px); color: #fff; box-shadow: 0 20px 60px rgba(15,123,75,.28); position: relative; animation: float 3s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.founder-badge-top { background: rgba(217,173,95,.15); border: 1px solid rgba(217,173,95,.3); border-radius: 18px; padding: 12px 18px; display: flex; align-items: center; gap: 10px; }
.founder-badge-top i { font-size: 22px; color: var(--v2-gold); }
.founder-badge-top span { font-weight: 900; font-size: 14px; color: var(--v2-ink); text-transform: uppercase; letter-spacing: .05em; }

.founder-name { font-family: var(--v2-display); font-size: clamp(32px, 4vw, 48px); font-weight: 900; letter-spacing: -.045em; margin: 0 0 8px; line-height: 1.1; background: linear-gradient(135deg, var(--v2-ink), var(--v2-green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; z-index: 1; }
.founder-title { font-size: 18px; font-weight: 800; color: var(--v2-green); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 24px; position: relative; z-index: 1; }

.founder-philosophy { position: relative; background: linear-gradient(135deg, var(--v2-green), #0a5a3a); border-radius: 24px; padding: 28px 32px; margin: 28px 0; box-shadow: 0 16px 48px rgba(15,123,75,.22); }
.founder-philosophy i { position: absolute; top: 20px; left: 24px; font-size: 32px; color: var(--v2-gold); opacity: .4; }
.founder-philosophy p { font-family: var(--v2-display); font-size: clamp(20px, 3vw, 26px); font-weight: 900; letter-spacing: -.035em; line-height: 1.3; color: #fff; margin: 0; padding-left: 40px; }

.founder-story p { font-size: 17px; line-height: 1.75; color: var(--v2-ink-soft); margin-bottom: 18px; position: relative; z-index: 1; }
.founder-story p:last-child { margin-bottom: 28px; }

.founder-stats { margin-top: 32px; position: relative; z-index: 1; }
.stat-pill { background: linear-gradient(135deg, #fff, var(--v2-mist)); border: 1px solid var(--v2-border); border-radius: 20px; padding: 20px; text-align: center; transition: all .3s ease; box-shadow: var(--v2-shadow-soft); height: 100%; }
.stat-pill:hover { transform: translateY(-4px) scale(1.02); border-color: var(--v2-green); box-shadow: var(--v2-shadow); background: #fff; }
.stat-pill strong { display: block; font-family: var(--v2-display); font-size: clamp(36px, 5vw, 48px); font-weight: 900; letter-spacing: -.055em; line-height: .95; color: var(--v2-green); margin-bottom: 8px; }
.stat-pill span { display: block; font-size: 13px; font-weight: 800; color: var(--v2-muted); text-transform: uppercase; letter-spacing: .08em; }

.next-gen-card { background: linear-gradient(135deg, rgba(217,173,95,.12), rgba(15,123,75,.08)); border: 1px solid var(--v2-border); border-radius: var(--v2-radius-xl); padding: clamp(28px, 4vw, 42px); position: relative; overflow: hidden; box-shadow: var(--v2-shadow-soft); transition: all .35s ease; }
.next-gen-card::before { content: ''; position: absolute; top: -50%; right: -10%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(217,173,95,.18), transparent 60%); border-radius: 50%; animation: pulse 4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.1); opacity: .8; } }
.next-gen-card:hover { transform: translateY(-4px); box-shadow: var(--v2-shadow); border-color: rgba(217,173,95,.35); }
.next-gen-card h3 { font-family: var(--v2-display); font-size: clamp(24px, 3.5vw, 36px); font-weight: 900; letter-spacing: -.04em; margin: 12px 0 14px; color: var(--v2-ink); }
.next-gen-card p { font-size: 17px; line-height: 1.7; color: var(--v2-ink-soft); margin: 0; position: relative; z-index: 1; }
.next-gen-icon { width: clamp(80px, 12vw, 120px); height: clamp(80px, 12vw, 120px); border-radius: 50%; background: linear-gradient(135deg, var(--v2-gold), #c99846); display: grid; place-items: center; font-size: clamp(36px, 6vw, 52px); color: #fff; box-shadow: 0 20px 60px rgba(217,173,95,.35); margin-left: auto; position: relative; animation: rotate 20s linear infinite; }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.next-gen-icon i { animation: rotate-reverse 20s linear infinite; }
@keyframes rotate-reverse { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }

@media (max-width: 991px) {
  :root { --v2-section: 72px; }
  .v2-nav-toggle { display: block; }
  .v2-nav-panel { position: fixed; inset: 82px 16px auto 16px; display: block; background: rgba(255,255,255,.97); border: 1px solid var(--v2-border); border-radius: 24px; padding: 16px; box-shadow: var(--v2-shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }
  body.nav-open .v2-nav-panel { opacity: 1; visibility: visible; transform: translateY(0); }
  .v2-nav-links { display: block; }
  .v2-nav-links a { padding: 13px 15px; }
  .v2-nav-actions { margin-top: 12px; display: grid; grid-template-columns: 1fr; }
  .v2-footer-cta { display: block; }
  .footer-cta-actions { margin-top: 24px; }
  .section-head { margin-bottom: 28px; }
  .hero-slider, .hero-slider .carousel-inner, .hero-slider .carousel-item, .hero-slide-container { min-height: 620px; }
  .hero-slide-overlay { background: linear-gradient(180deg, rgba(3,18,13,.88), rgba(3,18,13,.62)); }
  .hero-slide-content { max-width: 680px; padding-right: 72px; }
  .hero-proof--slider { bottom: 22px; width: calc(100% - 32px); }
  .hero-indicators { display: none; }
}

@media (max-width: 575px) {
  :root { --v2-section: 58px; --v2-radius-xl: 24px; --v2-radius-lg: 20px; }
  .container { padding-left: 18px; padding-right: 18px; }
  .v2-nav { min-height: 72px; gap: 10px; }
  .v2-brand__mark { width: 46px; height: 46px; border-radius: 15px; }
  .v2-brand__mark img { width: 40px; height: 40px; }
  .v2-brand__text strong { font-size: 17px; }
  .v2-brand__text small, .v2-link-phone { display: none; }
  .v2-nav-panel { inset: 76px 12px auto 12px; max-height: calc(100vh - 92px); overflow-y: auto; }
  .hero-slider, .hero-slider .carousel-inner, .hero-slider .carousel-item, .hero-slide-container { min-height: 560px; }
  .hero-slide-container { align-items: flex-start; padding-top: 72px; padding-bottom: 160px; }
  .hero-slide-content { padding-right: 0; max-width: 100%; }
  .hero-slide-content .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .hero-slide-content h1, .hero-slide-content h2 { font-size: clamp(34px, 11.5vw, 46px); line-height: 1; letter-spacing: -.05em; margin: 14px 0 14px; }
  .hero-slide-content p { font-size: 15px; line-height: 1.55; max-width: 94%; }
  .hero-actions { gap: 10px; margin-top: 20px; }
  .hero-actions .btn, .footer-cta-actions .btn { width: 100%; padding: 13px 16px; font-size: 14px; }
  .hero-proof--slider { bottom: 24px; width: calc(100% - 48px); display: grid; grid-template-columns: 1fr; gap: 10px; }
  .proof-pill { padding: 9px 11px; font-size: 11px; justify-content: center; }
  .hero-control { display: none; }
  .card-v2, .form-v2 { padding: 20px; }
  .review-score { width: 100%; margin-top: 20px; }
  .review-card { padding: 20px; border-radius: 22px; }
  .card-icon { width: 48px; height: 48px; font-size: 20px; margin-bottom: 16px; }
  .metric-card { min-height: 132px; padding: 20px; }
  .image-panel, .image-panel img { min-height: 300px; }
  .overlay-card { position: static; margin: -76px 14px 14px; }
  .brand-card__logo { height: 150px; padding: 24px; }
  .post-card-v2__body, .brand-card__body { padding: 20px; }
  .page-hero { padding: 54px 0 46px; }
  .page-hero h1, .section-head h2 { font-size: clamp(34px, 11vw, 46px); }
  .v2-footer { padding-top: 46px; }
  .v2-footer-cta { padding: 24px; margin-bottom: 38px; }
  .floating-whatsapp { width: 52px; height: 52px; right: 16px; bottom: 16px; font-size: 24px; }

  /* Leadership Section Mobile Styles */
  .founder-card { padding: 24px; border-radius: 24px; }
  .founder-card::before { width: 200px; height: 200px; top: -50px; right: -50px; }
  .founder-header { justify-content: center; text-align: center; flex-direction: column; margin-bottom: 24px; }
  .founder-icon { width: 90px; height: 90px; font-size: 40px; }
  .founder-badge-top { padding: 10px 16px; border-radius: 14px; }
  .founder-badge-top i { font-size: 18px; }
  .founder-badge-top span { font-size: 12px; }
  .founder-name { text-align: center; }
  .founder-title { text-align: center; font-size: 16px; }
  .founder-philosophy { padding: 20px 24px; margin: 20px 0; border-radius: 20px; }
  .founder-philosophy i { top: 16px; left: 18px; font-size: 24px; }
  .founder-philosophy p { font-size: clamp(18px, 5vw, 22px); padding-left: 32px; }
  .founder-story p { font-size: 15px; margin-bottom: 16px; }
  .founder-stats { margin-top: 24px; }
  .stat-pill { padding: 16px; border-radius: 16px; }
  .stat-pill strong { font-size: clamp(32px, 8vw, 40px); margin-bottom: 6px; }
  .stat-pill span { font-size: 12px; }
  .next-gen-card { padding: 24px; border-radius: 24px; text-align: center; }
  .next-gen-card::before { width: 200px; height: 200px; right: -20%; top: -30%; }
  .next-gen-card h3 { font-size: clamp(22px, 6vw, 28px); margin: 16px 0 12px; }
  .next-gen-card p { font-size: 15px; }
  .next-gen-icon { width: 80px; height: 80px; font-size: 36px; margin: 0 auto 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal-up { opacity: 1; transform: none; }
}
