@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/* Base Styles & Variables */
:root {
--primary: #000000;
--secondary: #4A1114;
--accent: #EF5023;
--accent-light: #B3C9C6;
--text: #F1F1F2;
--text-secondary: #B3C9C6;
--surface: rgba(35, 31, 32, 0.82);
--surface-strong: rgba(74, 17, 20, 0.85);
--surface-muted: rgba(35, 31, 32, 0.65);
--border: rgba(241, 241, 242, 0.12);
--accent-soft: rgba(239, 80, 35, 0.15);
--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
/* Remove default tap highlight on mobile */
-webkit-tap-highlight-color: transparent;
}

img {
max-width: 100%;
height: auto;
display: block;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

html {
scroll-behavior: smooth;
}

body {
background-color: #000;
color: var(--text);
line-height: 1.6;
overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

.page-hero {
position: relative;
padding: 160px 0 120px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), #000);
}

.about-hero {
padding: clamp(140px, 16vw, 200px) 0 clamp(120px, 12vw, 180px);
background: #060404;
margin-bottom: clamp(60px, 8vw, 120px);
}

.about-hero__grid {
display: grid;
grid-template-columns: auto minmax(320px, 1fr);
gap: clamp(30px, 6vw, 80px);
align-items: center;
}

.about-hero__image {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
}

.about-hero__image img {
display: block;
width: 100%;
height: auto;
max-width: 820px;
}

.about-hero__content {
display: grid;
gap: 14px;
color: #f5f6f7;
}

.about-hero__title {
margin: 0;
color: #EF5225;
}

.about-hero__title-small {
font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.about-hero__lead {
margin: 0;
max-width: 720px;
color: #d9dcde;
font-weight: 400;
text-align: justify;
}

.leader-message {
    padding: clamp(10px, 5vw, 40px) 0 clamp(20px, 7vw, 60px);
    background: linear-gradient(180deg, #1a1a1a 0%, #040404 100%);
    color: #f5f6f7;
}

.leader-grid {
display: grid;
grid-template-columns: minmax(360px, 1.15fr) minmax(320px, 0.85fr);
gap: clamp(28px, 6vw, 80px);
align-items: start;
max-width: 1200px;
margin: 0 auto;
padding: 0 clamp(20px, 5vw, 60px);
}

.leader-text {
    margin-top: 28px;
}

.leader-title {
margin: 0 0 18px;
font-size: clamp(1.8rem, 3vw, 2.3rem);
text-transform: uppercase;
letter-spacing: 0.04em;
color: #EF5225;
white-space: nowrap;
}

.leader-columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 18px clamp(20px, 3vw, 40px);
margin-bottom: 16px;
}

.leader-columns p {
margin: 0;
color: #f5f6f7;
font-size: clamp(1.05rem, 1.05vw, 1.1rem);
font-weight: 400;
line-height: 2;
text-align: justify;
}

.leader-signoff {
margin: 18px 0 0;
font-weight: 700;
letter-spacing: 0.05em;
font-style: italic;
color: #f5f6f7;
}

.leader-visual {
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
min-height: 360px;
margin-top: -140px;
}

.leader-shape {
position: absolute;
inset: -10% -4% 0 0;
opacity: 0.9;
filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.4));
}

.leader-visual img {
position: relative;
z-index: 1;
display: block;
width: min(520px, 90vw);
height: auto;
filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.4));
margin-top: -80px;
}

@media (min-width: 992px) {
  .leader-visual img {
    width: min(620px, 95vw);
  }
}

.principles {
padding: clamp(90px, 12vw, 140px) 0;
background: transparent;
color: #f5f6f7;
text-align: center;
position: relative;
overflow: hidden;
}

.principles::before {
content: none;
}

.principles-container {
position: relative;
z-index: 1;
display: grid;
gap: 50px;
}

.principles .section-title {
margin-bottom: 0;
color: #EF5225;
}

.faq .section-title {
color: #EF5225;
}

.principles-grid {
display: grid;
grid-template-columns: repeat(5, minmax(160px, 1fr));
gap: clamp(24px, 4vw, 60px);
justify-items: center;
}

.principle {
display: grid;
gap: 12px;
justify-items: center;
max-width: 320px;
text-align: center;
color: #f5f6f7;
}

.principle h3 {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.02em;
font-size: 1rem;
}

.principle p {
  margin: 0;
  color: #d9dcde;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

.principle-icon {
width: 110px;
height: 110px;
border-radius: 50%;
border: 4px solid #ef5225;
display: grid;
place-items: center;
background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), rgba(35, 31, 32, 0.9));
box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.principle-icon span {
font-size: 42px;
color: #f5f6f7;
}

.faq {
    padding: clamp(90px, 12vw, 140px) 0;
    background: #000;
    color: #f5f6f7;
}

.faq-container {
    display: grid;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    color: #f5f6f7;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 10px 0;
}

.faq-item summary i {
    color: #EF5225;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    margin: 0 0 4px;
    padding-right: 32px;
    color: #d9dcde;
    line-height: 1.7;
    font-size: 1.02rem;
    font-weight: 400;
}

.faq-item[open] summary i {
    transform: rotate(180deg);
}

.faq-item summary i {
    transition: transform 0.2s ease;
}

@media (max-width: 992px) {
    .principles-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 600px) {
    /* Constrain layout to viewport and prevent horizontal scroll */
    body, html {
        max-width: 100%;
        overflow-x: hidden;
    }

    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .page-hero,
    .about-hero,
    .leader-message,
    .principles,
    .faq,
    .contact,
    .footer {
        overflow: hidden;
    }

    .about-hero {
        padding: 110px 0 80px;
    }

    .about-hero__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .about-hero__image {
        justify-content: center;
    }

    .about-hero__image img {
        max-width: min(380px, 86vw);
    }

    .about-hero__content {
        text-align: center;
        align-items: center;
    }

    .leader-message {
        padding: 24px 0 40px;
    }

    .leader-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 0 clamp(16px, 6vw, 32px);
    }

    .leader-text {
        margin-top: 0;
        text-align: center;
    }

    .leader-title {
        font-size: clamp(1.6rem, 6vw, 2rem);
        white-space: normal;
    }

    .leader-columns {
        gap: 12px;
        margin-bottom: 10px;
        justify-items: center;
    }

    .leader-columns p {
        line-height: 1.55;
        font-size: 1rem;
    }

    .leader-visual {
        margin-top: 0;
        min-height: 180px;
    }

    .leader-visual img {
        width: min(230px, 75vw);
        margin-top: 0;
    }

    .principles {
        padding: 70px 0;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .principle {
        max-width: none;
    }

    .principle-icon {
        width: 80px;
        height: 80px;
    }

    .faq {
        padding: 70px 0;
    }

    .faq .section-title {
        text-align: center;
    }

    .contact-card {
        border-radius: 12px;
    }

    .contact-info-pane,
    .contact-form-pane {
        padding: 22px 22px 26px;
    }

    .contact-info-pane {
        text-align: left;
        justify-items: start;
        gap: 22px;
    }

    .contact-info-pane h3 {
        text-align: center;
        width: 100%;
        margin-bottom: 44px;
    }

    .contact-info-pane .contact-item {
        width: 100%;
        justify-content: flex-start;
        justify-self: start;
        margin-left: -28px;
    }

    .contact-info-pane .contact-item:first-of-type {
        margin-top: 16px;
    }

    .contact-form-pane {
        text-align: center;
        justify-items: center;
    }

    .contact-form {
        width: 100%;
        max-width: 520px;
        margin: 0 auto 0 12px;
        padding-right: 0;
        justify-items: center;
    }

    .contact-form .form-group {
        width: 100%;
    }

    .contact-form .form-group input,
    .contact-form .form-group select,
    .contact-form .form-group textarea {
        min-height: 0;
        height: 52px;
        min-height: 52px;
        max-height: 52px;
        border-radius: 999px;
        resize: none;
    }

    .contact-shapes img {
        max-height: 120px;
        object-fit: contain;
    }

    .insights-hero__image img {
        max-width: min(320px, 80vw);
        width: 100%;
    }

    .insights-hero__image::before {
        inset: 0;
    }

    .insights-hero__title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
        text-align: center;
    }

    .insights-hero__lead {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }

    img[src*="Frame 48095570"] {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .contact-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact-submit {
        width: 100%;
        justify-content: center;
    }

    .footer {
        padding: 30px 0 16px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 12px;
    }

    .footer-content > .footer-section:first-child {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 10px;
    }

    .footer-content > .footer-section:first-child .social-links {
        justify-content: center;
    }

    .social-links {
        gap: 12px;
        transform: none;
    }

.social-links a {
    width: 40px;
    height: 40px;
}

.footer-bottom {
    padding-top: 10px;
}

.footer-social-mobile {
    display: none !important;
}

    /* Header/nav: simple stacked layout */
    .nav {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .nav-menu {
        position: static;
        width: auto;
        height: auto;
        flex-direction: column;
        gap: 8px;
        padding: 0;
    }

    .nav-actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .nav-logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header {
        padding: 10px 0;
    }
}

.page-hero__inner {
max-width: 1100px;
margin: 0 auto;
display: grid;
gap: 16px;
}
.page-hero__inner {
max-width: 1100px;
margin: 0 auto;
display: grid;
gap: 16px;
}

.page-title {
font-size: clamp(2.3rem, 4vw, 3.4rem);
line-height: 1.1;
margin: 8px 0;
text-transform: uppercase;
letter-spacing: 0.02em;
}

.page-kicker {
color: var(--accent);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin: 0;
}

.page-lead {
max-width: 760px;
color: #d9dcde;
font-size: 1.05rem;
line-height: 1.7;
margin: 0;
font-weight: 400;
text-align: justify;
}

.page-section {
padding: 90px 0;
background: #000;
}

.page-section.muted {
background: #0d0d0d;
}

.page-grid {
display: grid;
gap: 22px;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.page-grid.two-col {
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.page-grid.three-col {
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-card {
background: rgba(35, 31, 32, 0.75);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 18px;
padding: 24px 26px;
box-shadow: 0 22px 38px rgba(0, 0, 0, 0.35);
display: grid;
gap: 10px;
}

.page-card h3 {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.02em;
}

.page-card p {
margin: 0;
color: var(--text-secondary);
line-height: 1.6;
}

.page-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 8px;
color: var(--text);
}

.page-list li {
position: relative;
padding-left: 18px;
}

.page-list li::before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 10px;
height: 10px;
background: url("assets/c.svg") center/contain no-repeat;
}

.page-link {
color: var(--accent);
text-decoration: none;
font-weight: 700;
letter-spacing: 0.01em;
}

.page-link:hover {
text-decoration: underline;
}

.insights-hero {
padding: clamp(120px, 16vw, 200px) 0 clamp(90px, 12vw, 150px);
background: radial-gradient(circle at 60% 40%, rgba(239, 82, 41, 0.1), rgba(0, 0, 0, 0.9));
color: #f5f6f7;
}

.insights-hero__grid {
display: grid;
grid-template-columns: minmax(320px, 1fr) minmax(320px, 540px);
gap: clamp(32px, 7vw, 120px);
align-items: center;
}

.insights-hero__text {
display: grid;
gap: 14px;
}

.insights-hero__title {
font-size: clamp(2.4rem, 4.5vw, 3.6rem);
line-height: 1.1;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0;
}

.insights-hero__title .accent {
color: #ef5225;
}

.insights-hero__lead {
margin: 0;
max-width: 640px;
color: #d9dcde;
font-size: 1.08rem;
line-height: 1.7;
}

.insights-hero__image {
position: relative;
display: flex;
justify-content: flex-end;
align-items: center;
}

.insights-hero__image img {
display: block;
width: auto;
height: auto;
max-width: none;
border-radius: 36px;
object-fit: cover;
background: #0c0a0a;
}

.insights-hero__image::before {
content: "";
position: absolute;
inset: -16px -26px -26px 16px;
background: rgba(0, 0, 0, 0.4);
filter: blur(38px);
z-index: -1;
}

.insights-articles {
padding: clamp(100px, 14vw, 160px) 0;
background: #000;
color: #f5f6f7;
position: relative;
overflow: hidden;
}

.insights-articles__inner {
position: relative;
z-index: 1;
padding: 0 clamp(24px, 6vw, 120px);
}

.insights-articles__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(24px, 3vw, 32px);
position: relative;
}

.insight-card {
position: relative;
background: rgba(12, 12, 12, 0.6);
border-radius: 26px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
display: grid;
grid-template-rows: 1fr 1fr;
min-height: 480px;
isolation: isolate;
backdrop-filter: blur(22px);
-webkit-backdrop-filter: blur(22px);
}

.insight-card::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.08), transparent 45%),
            radial-gradient(circle at 80% 0%, rgba(239, 82, 41, 0.25), transparent 40%),
            radial-gradient(circle at 60% 90%, rgba(255, 255, 255, 0.06), transparent 45%);
filter: blur(22px);
z-index: 0;
}

.insight-card::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
z-index: 0;
}

.insight-card__thumb {
position: relative;
z-index: 1;
height: 100%;
min-height: 0;
background: #0b0b0b;
overflow: hidden;
}

.insight-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.insight-card__body {
position: relative;
z-index: 1;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 45%, rgba(0, 0, 0, 0.95) 100%);
padding: 26px 24px 32px;
display: grid;
gap: 18px;
align-content: start;
min-height: 0;
}

.insight-card__body h3 {
margin: 0;
font-size: 1.08rem;
line-height: 1.35;
text-transform: uppercase;
letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .insight-card__body h3 {
    max-width: 34ch;
  }
}

.insight-card__points {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 8px;
color: #d9dcde;
font-size: 0.98rem;
line-height: 1.5;
}

.insight-card__points li {
position: relative;
padding-left: 18px;
}

.insight-card__points li::before {
content: "";
position: absolute;
left: 0;
top: 0.6em;
width: 6px;
height: 6px;
border-radius: 50%;
background: #ef5225;
}

.insight-card__cta {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 28px;
border-radius: 999px;
border: 2px solid #ef5225;
color: #f5f6f7;
text-decoration: none;
font-weight: 700;
letter-spacing: 0.02em;
width: auto;
min-width: 0;
justify-self: start;
align-self: start;
}

.insight-card__cta:hover {
background: #ef5225;
color: #F2F2F2;
}

@media (max-width: 768px) {
    .page-hero {
    padding: 130px 0 90px;
    }

    .about-hero__grid {
    grid-template-columns: 1fr;
    }

    .about-hero__image {
    max-width: 620px;
    margin: 0 auto;
    }

    .page-section {
    padding: 70px 0;
    }

    .leader-grid {
    grid-template-columns: 1fr;
    }

    .leader-visual {
    min-height: 320px;
    }

    .insights-hero__grid {
    grid-template-columns: 1fr;
    }

    .insights-hero__image {
    order: 1;
    }

    .insights-hero__text {
    order: 2;
    }

    .insights-hero {
    padding: 120px 0 90px;
    }

    .insights-articles__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    }

    .insight-card {
    min-height: 520px;
    }

    .insight-card__thumb {
    height: 100%;
    }

    .insights-hero__image img {
    max-width: min(420px, 88vw);
    width: 100%;
    }

    .insights-hero__title {
    font-size: clamp(2rem, 5.5vw, 2.6rem);
    text-align: center;
    }

    .insights-hero__lead {
    font-size: 1.02rem;
    line-height: 1.65;
    text-align: center;
    }

    .insight-card__cta {
    padding: 14px 28px;
    min-width: 0;
    width: auto;
    font-size: 1rem;
    justify-self: start;
    align-self: start;
    }
}

.container {
width: 100%;
max-width: none;
margin: 0;
padding: 0 clamp(20px, 5vw, 120px);
}

.section-padding {
padding: 100px 0;
}

/* Typography */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  }

h1 {
  font-size: clamp(2.3rem, 4.6vw, 4.2rem);
  }

h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.4rem);
  }

h3 {
  font-size: 1.35rem;
  color: #EF5225;
  }

p {
  margin-bottom: 1rem;
  color: #F2F2F2;
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.05rem;
  }

.section-title {
  position: relative;
  display: block;
  margin: 0 auto 2.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #EF5225;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  }

.section-title::after {
content: none;
}

@media (min-width: 992px) {
.hero-ai-title,
.section-title,
.services .service-body-left h3,
.contact-card h3 {
  white-space: nowrap;
}
}

@media (min-width: 992px) {
.hero-ai-title,
.section-title,
.services .service-body-left h3,
.contact-card h3 {
  white-space: nowrap;
}
}


.section-subtitle {
text-align: center;
max-width: 860px;
margin: 12px auto 50px;
font-size: 1.1rem;
color: #F2F2F2;
}

/* Buttons */
.btn {
display: inline-block;
padding: 12px 28px;
border-radius: 999px;
text-decoration: none;
font-weight: 600;
transition: var(--transition);
border: none;
cursor: pointer;
font-size: 1rem;
}

.btn-primary {
background: var(--accent);
color: #F2F2F2;
}

.btn-primary:hover {
background: var(--accent);
transform: none;
box-shadow: none;
}

.btn-secondary {
background: transparent;
color: var(--text);
border: 2px solid var(--text);
}

.btn-secondary:hover {
background: transparent;
transform: none;
}

.job-image-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 14px 28px;
 border-radius: 999px;
 background: transparent;
 color: var(--text);
 font-weight: 700;
 letter-spacing: 0.02em;
 text-decoration: none;
 min-width: 220px;
 border: 2px solid rgba(255, 255, 255, 0.3);
 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
 transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
 backdrop-filter: blur(3px);
}

.job-image-link:hover {
 background: #e6f7ff;
 color: var(--primary);
 border-color: rgba(0, 132, 255, 0.3);
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Header */
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: rgba(12, 10, 10, 0.55);
backdrop-filter: blur(12px);
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
transition: var(--transition);
}

.header.header-glass {
background: rgba(20, 16, 16, 0.82);
backdrop-filter: blur(14px);
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

.nav {
display: flex;
align-items: center;
gap: 25px;
}

.nav-logo h2 {
color: var(--text);
margin: 0;
}

.nav-logo a {
display: inline-flex;
align-items: center;
text-decoration: none;
}

.nav-logo-img {
height: 56px;
width: auto;
display: block;
}

.nav-logo a {
color: inherit;
text-decoration: none;
}

.nav-menu {
display: flex;
list-style: none;
align-items: center;
gap: 30px;
margin-left: 40px;
}

.nav-menu li {
margin: 0;
}

.nav-menu a {
color: var(--text);
text-decoration: none;
font-weight: 500;
transition: var(--transition);
position: relative;
}

.nav-menu a::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: var(--transition);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
width: 100%;
}

.nav-actions {
margin-left: auto;
}

.nav-actions .btn {
font-size: 0.95rem;
padding: 10px 22px;
white-space: nowrap;
}

.nav-talent-btn {
border-radius: 999px;
background: linear-gradient(120deg, #EF5023, #4A1114, #B3C9C6);
background-size: 200% 200%;
color: var(--text);
border: 1px solid rgba(179, 201, 198, 0.5);
letter-spacing: 0.08em;
text-transform: uppercase;
position: relative;
overflow: hidden;
animation: gradientShift 6s ease infinite;
}

.nav-talent-btn:hover {
transform: none;
}

.nav-toggle {
display: none;
flex-direction: column;
cursor: pointer;
background: transparent;
border: none;
padding: 0;
}

.nav-toggle span {
width: 25px;
height: 3px;
background: var(--text);
margin: 3px 0;
transition: var(--transition);
}

/* INTERACTIVE MODERN HERO */
.hero-modern {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
perspective: 1200px; /* for 3D tilt */
}

.hero-bg-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.35);
z-index: -2;
transition: transform 0.6s ease;
}

.hero-overlay {
position: absolute;
inset: 0;
background: radial-gradient(circle at top, rgba(239, 80, 35,0.5), transparent 55%),
linear-gradient(to bottom, rgba(35, 31, 32,0.4), rgba(35, 31, 32,0.95));
z-index: -1;
}

/* This whole block tilts */
.hero-tilt {
position: relative;
max-width: 900px;
width: 100%;
padding: 0 24px;
transform-style: preserve-3d;
will-change: transform;
transition: transform 0.6s ease, box-shadow 0.4s ease;
}

.hero-modern-container {
text-align: center;
padding: 40px 32px 32px;
border-radius: 24px;
background: linear-gradient(145deg, rgba(35, 31, 32,0.9), rgba(35, 31, 32,0.7));
border: 1px solid rgba(179, 201, 198,0.25);
box-shadow: 0 30px 80px rgba(35, 31, 32,0.85);
opacity: 0;
transform: translateY(40px);
transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Title + stagger lines */
.hero-modern-title {
font-size: clamp(2.7rem, 4.2vw, 4.2rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 1.5rem;
letter-spacing: 0.04em;
}

.hero-modern-title .line {
display: block;
opacity: 0;
transform: translateY(22px);
transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-modern-title .highlight {
color: var(--accent);
}

/* When hero activates */
.hero-modern.active .hero-modern-container {
opacity: 1;
transform: translateY(0);
}

.hero-modern.active .hero-modern-title .line:nth-child(1) {
opacity: 1;
transform: translateY(0);
transition-delay: 0.1s;
}

.hero-modern.active .hero-modern-title .line:nth-child(2) {
opacity: 1;
transform: translateY(0);
transition-delay: 0.25s;
}

.hero-modern.active .hero-modern-title .line:nth-child(3) {
opacity: 1;
transform: translateY(0);
transition-delay: 0.4s;
}

/* Subtitle & buttons */
.hero-modern-subtitle {
font-size: 1.1rem;
color: var(--text-secondary);
max-width: 560px;
margin: 0 auto 2rem;
}

.hero-modern-buttons {
display: flex;
justify-content: center;
gap: 16px;
}

/* Scroll indicator */
.hero-scroll {
position: absolute;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: var(--text-secondary);
opacity: 0;
transition: opacity 0.9s ease 0.45s, transform 0.9s ease 0.45s;
}

.hero-modern.active .hero-scroll {
opacity: 1;
transform: translateX(-50%) translateY(0);
}

.scroll-dot {
width: 8px;
height: 8px;
background: var(--text-secondary);
border-radius: 50%;
margin: 10px auto 0;
animation: scroll-bounce 1.5s infinite ease-in-out;
}

@keyframes scroll-bounce {
0% { transform: translateY(0); }
50% { transform: translateY(10px); }
100% { transform: translateY(0); }
}

/* Tilt "hover" shadow accent (controlled via JS) */
.hero-tilt.is-active {
box-shadow: 0 40px 90px rgba(35, 31, 32,0.95);
}

/* Responsive tweaks */
@media (max-width: 768px) {
.hero-modern-container {
padding: 32px 20px 24px;
border-radius: 18px;
}
.hero-modern-buttons {
flex-direction: column;
}
}


/* Why Worktales */
.why-worktales {
background: var(--secondary);
}

.why-content {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 50px;
align-items: center;
}

.why-text p {
margin-bottom: 20px;
font-size: 1.1rem;
}

.stats {
display: flex;
flex-direction: column;
gap: 30px;
}

.stat {
text-align: center;
padding: 20px;
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-number {
display: block;
font-size: 2.5rem;
font-weight: 700;
color: var(--accent);
margin-bottom: 5px;
}

.stat-text {
font-size: 1rem;
color: var(--text-secondary);
}

/* Services */
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}

.services {
background: radial-gradient(circle at 20% 20%, rgba(239, 80, 35, 0.07), transparent 38%),
            radial-gradient(circle at 80% 10%, rgba(239, 80, 35, 0.05), transparent 40%),
            radial-gradient(circle at 50% 90%, rgba(239, 80, 35, 0.08), transparent 45%),
            #000000;
position: relative;
overflow: hidden;
z-index: 1;
}


.services .process-card-body {
 display: flex;
 flex-direction: column;
 gap: 18px;
 align-items: flex-start;
 text-align: left;
}

.services .process-card-body > * {
 max-width: 620px;
 width: 100%;
}

.services .process-card-body .step-label {
 margin-bottom: 2px;
}

.services .service-body {
 display: flex;
 flex-direction: column;
 gap: 16px;
 width: 100%;
 flex: 1;
}

.services .service-body-left {
 display: grid;
 gap: 14px;
 max-width: 620px;
}

.services .service-body-left h3 {
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  font-weight: 600;
  color: #F2F2F2;
  }

.services .service-body-left p {
margin: 0;
font-size: 1.05rem;
color: #F2F2F2;
line-height: 1.5;
font-weight: 600;
display: -webkit-box;

-webkit-box-orient: vertical;
overflow: hidden;
}

.services .service-cta {
 margin-top: auto;
 display: inline-block;
 justify-self: center;
 padding-inline: 24px;
 font-weight: 700;
 align-self: center;
}

.services .service-features .service-cta {
 margin-top: auto;
 justify-self: center;
}

.features-toggle {
 display: none;
}

.feature-list {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: 10px;
}

.services .service-features {
 margin: 0;
 display: flex;
 flex-direction: column;
 gap: 12px;
 max-width: 620px;
 align-items: flex-start;
 flex: 1;
}

.services .process-card:nth-child(3) .service-features {
    margin-top: 25px;
}

.services .service-features h4 {
margin-bottom: 6px;
color: var(--text-secondary);
}

.services .service-features ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: 10px;
}

.services .service-features li {
 position: relative;
 display: flex;
 align-items: center;
 gap: 12px;
 padding-left: 0;
 font-weight: 400;
 color: #F2F2F2;
 letter-spacing: 0.01em;
 line-height: 1.5;
 font-size: 1.05rem;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.services .service-features li::before {
 content: "";
 position: static;
 width: 14px;
 height: 14px;
 flex: 0 0 14px;
 background: url("assets/c.svg") center / contain no-repeat;
}

.services .process-note {
margin-top: 16px;
}

.services-intro {
 max-width: 1200px;
 margin: 0 auto 28px;
 padding: 0;
 border-radius: 0;
 background: transparent;
 border: none;
 box-shadow: none;
}

.services-intro p {
 margin: 0;
 color: #F2F2F2;
 font-size: 1.05rem;
 line-height: 1.65;
 font-weight: 400;
 text-align: center;
}

@media (min-width: 992px) {
    .services {
        padding-top: 200px;
    }

    .services .section-title {
        margin-bottom: 1.5rem;
    }

    .services-intro {
        margin-bottom: 150px;
    }
}

@media (max-width: 768px) {
  .services .service-body-left p {
    display: block;
    line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
  }
}

.worktales-lead {
 text-align: center;
 font-size: 1.2rem;
 line-height: 1.8;
 margin: 0 auto;
 font-weight: 400;
  position: relative;
  z-index: 2;
}

.services .container {
 position: relative;
 z-index: 2;
}

.service-shape {
 position: absolute;
 pointer-events: none;
 opacity: 0.75;
 filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
 z-index: 1;
}

.shape-left {
 left: -10%;
 top: -8%;
 width: clamp(240px, 26vw, 360px);
}

.shape-right {
 right: -14%;
 top: 12%;
 width: clamp(320px, 36vw, 560px);
}

@media (min-width: 992px) {
  .shape-right {
    right: -16%;
  }
}

.services-actions {
display: flex;
justify-content: center;
margin: 0 auto 34px;
}

.service-card {
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
padding: 30px;
transition: var(--transition);
border: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
}

.service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: var(--transition);
}

.service-card:hover::before {
transform: scaleX(1);
}

.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.service-icon {
width: 86px;
height: 86px;
background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), rgba(239,80,35,0.12));
border-radius: 50%;
display: grid;
place-items: center;
margin: 0 auto 14px;
font-size: 2.1rem;
color: var(--text);
border: 1px solid rgba(255,255,255,0.12);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.service-icon img {
 width: 60%;
 height: 60%;
 object-fit: contain;
}

.service-card h3 {
margin-bottom: 15px;
}

.service-features {
margin: 20px 0;
}

.service-features h4 {
color: var(--accent);
margin-bottom: 6px;
font-size: 1rem;
}

.service-features ul {
list-style: none;
margin-left: 0;
}

.service-features li {
margin-bottom: 8px;
padding-left: 20px;
position: relative;
color: var(--text-secondary);
font-size: 0.9rem;
}

.service-features li::before {
content: '✓';
color: var(--accent);
position: absolute;
left: 0;
}

.service-link {
display: inline-block;
color: var(--accent);
text-decoration: none;
font-weight: 600;
margin-top: 15px;
position: relative;
}

.service-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: var(--transition);
}

.service-link:hover::after {
width: 100%;
}

/* Additional Services */
.additional-services {
margin-top: 60px;
}

.additional-services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.additional-service {
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
padding: 25px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: var(--transition);
}

.additional-service:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.additional-service h4 {
color: var(--accent);
margin-bottom: 15px;
}

/* Partnership Model */
.partnership-model {
background: var(--secondary);
}

.partnership-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}

.highlight {
background: rgba(239, 80, 35, 0.1);
padding: 20px;
border-radius: 8px;
border-left: 4px solid var(--accent);
font-style: italic;
}

.process-steps {
display: flex;
flex-direction: column;
gap: 30px;
}

.process-step {
display: flex;
align-items: flex-start;
gap: 20px;
}

.step-number {
width: 40px;
height: 40px;
background: var(--accent);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
flex-shrink: 0;
}

/* Why Lebanon */
.why-lebanon {
position: relative;
overflow: hidden;
background: #000;
color: var(--text);
min-height: 85vh;
}

.why-lebanon::before,
.why-lebanon::after {
 content: "";
 position: absolute;
 inset: 0;
 pointer-events: none;
}

.why-lebanon::before {
 background: url("assets/map.png") center/cover no-repeat;
 mix-blend-mode: screen;
 opacity: 0.1;
 z-index: 3;
}

.why-lebanon::after {
 background: radial-gradient(circle at 50% 48%, rgba(239, 82, 35, 0.28) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.85) 100%);
 z-index: 1;
}

.why-lebanon.section-padding {
padding: 80px 0 20px;
}

.why-lebanon .container {
 max-width: none;
 padding: 0 clamp(20px, 6vw, 140px);
 position: relative;
 z-index: 5;
}

.why-lebanon-heading {
text-align: center;
max-width: 900px;
margin: 0 auto 42px;
position: relative;
z-index: 2;
}

.why-lebanon-subtitle {
color: #F2F2F2;
margin-top: 12px;
font-size: clamp(1rem, 1.4vw, 1.15rem);
line-height: 1.65;
font-weight: 400;
text-align: center;
}

.why-lebanon-layout {
display: grid;
grid-template-columns: repeat(2, minmax(300px, 1fr));
gap: clamp(26px, 3vw, 36px);
column-gap: clamp(70px, 12vw, 190px);
position: relative;
z-index: 2;
align-items: start;
}

.why-column {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
z-index: 2;
}

.why-lebanon-grid {
display: grid;
grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1.1fr);
gap: clamp(32px, 6vw, 70px);
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}

.why-media-column {
min-height: 320px;
}

.why-story {
display: flex;
justify-content: flex-end;
}

.why-text {
background: rgba(74, 17, 20, 0.65);
padding: 28px 34px;
border-radius: 18px;
border: 1px solid rgba(255, 255, 255, 0.08);
backdrop-filter: blur(10px);
max-width: 820px;
width: 100%;
}

.why-text p {
font-size: clamp(1.1rem, 1.8vw, 1.45rem);
line-height: 1.7;
color: var(--text-secondary);
}

.why-markers {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 18px;
width: 100%;
position: relative;
z-index: 2;
}

.why-marker {
padding: 18px 20px;
border-radius: 14px;
background: rgba(35, 31, 32, 0.85);
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
color: var(--text);
display: grid;
gap: 8px;
}

.why-marker p {
margin: 0;
color: var(--text);
line-height: 1.6;
}

/* Hex map layout */
.why-hex-scene {
position: relative;
min-height: clamp(520px, 70vh, 780px);
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}

.why-hex-scene::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 50% 50%, rgba(239, 82, 37, 0.18), transparent 38%), radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5), transparent 60%);
filter: blur(40px);
opacity: 0.9;
z-index: 0;
}

.why-map-glow {
position: absolute;
inset: 8% 6%;
background: none;
filter: none;
opacity: 0;
z-index: 0;
}

.why-hex-mesh {
position: absolute;
inset: 0;
background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(150deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 60px 104px, 60px 104px, 60px 60px;
background-position: 0 0, 0 0, 0 0;
opacity: 0.35;
filter: blur(1px);
z-index: 0;
mix-blend-mode: screen;
}

.why-map {
position: relative;
z-index: 1;
filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.55));
mix-blend-mode: normal;
}

.why-map::after {
content: "";
position: absolute;
inset: 6%;
background: none;
filter: none;
opacity: 0;
z-index: -1;
}

.why-map img {
width: clamp(500px, 48vw, 760px);
height: auto;
opacity: 0.5;
filter: drop-shadow(0 0 28px rgba(239, 82, 37, 0.4)) drop-shadow(0 24px 70px rgba(0, 0, 0, 0.65));
}

.why-hex-cluster {
position: absolute;
inset: 4% 2%;
pointer-events: auto;
z-index: 2;
}

.why-hex {
position: absolute;
width: var(--hex-size, 190px);
aspect-ratio: 1.16;
left: var(--hex-x);
top: var(--hex-y);
transform: translate(-50%, -50%);
opacity: 0.82;
transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
isolation: isolate;
display: grid;
place-items: center;
overflow: visible;
}

.why-hex::before,
.why-hex::after {
content: none;
}

.hex-surface,
.hex-outline {
position: absolute;
inset: 0;
transition: background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
will-change: transform, background, box-shadow;
z-index: 0;
pointer-events: none;
}

.hex-surface {
background: url("assets/why lebanon glass.png") center/contain no-repeat;
background-color: transparent;
background-blend-mode: normal;
box-shadow: none;
filter: brightness(1.08);
z-index: 0;
}

.hex-outline {
display: none;
}

.why-hex:hover,
.why-hex.is-active {
transform: translate(-50%, -50%) scale(1.04);
opacity: 1;
filter: none;
}

.why-hex:hover .hex-surface,
.why-hex.is-active .hex-surface {
background-image:
    url("assets/why lebanon glass.png"),
    radial-gradient(circle at 50% 50%, rgba(239, 82, 37, 0.9), rgba(239, 82, 37, 0) 55%);
background-size: contain, 130% 130%;
background-position: center, center;
background-repeat: no-repeat, no-repeat;
background-blend-mode: normal, screen;
box-shadow: none;
filter: brightness(1.22);
transform: scale(1.01);
}

.why-hex:hover .hex-outline,
.why-hex.is-active .hex-outline {
border-color: #EF5225;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
transform: scale(1.005);
}

.why-hex-label {
position: relative;
z-index: 2;
color: #F2F2F2;
font-weight: 700;
font-size: clamp(0.85rem, 1vw, 0.95rem);
 text-align: center;
 display: block;
}

.why-hex-1 {
--hex-size: 190px;
--hex-x: 48%;
--hex-y: 40%;
}

.why-hex-2 {
--hex-size: 190px;
--hex-x: 36%;
--hex-y: 53%;
}

.why-hex-3 {
--hex-size: 190px;
--hex-x: 72%;
--hex-y: 40%;
}

.why-hex-4 {
--hex-size: 190px;
--hex-x: 60%;
--hex-y: 53%;
}

@media (max-width: 1024px) {
.why-hex-cluster {
inset: 8% 6%;
}

.why-hex {
opacity: 0.9;
}

.why-hex-1 {
--hex-size: 150px;
--hex-x: 34%;
--hex-y: 40%;
}

.why-hex-2 {
--hex-size: 165px;
--hex-x: 34%;
--hex-y: 62%;
}

.why-hex-3 {
--hex-size: 140px;
--hex-x: 66%;
--hex-y: 42%;
}

.why-hex-4 {
--hex-size: 150px;
--hex-x: 58%;
--hex-y: 64%;
}
}

@media (max-width: 640px) {
  /* Disable hover/focus reveal in mobile view; only taps toggle */
  .why-hex:hover .hex-tooltip,
  .why-hex:focus .hex-tooltip {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
.why-hex-cluster {
inset: 10% 8%;
}

.why-hex {
opacity: 0.75;
}

.why-hex-1 {
--hex-size: 120px;
--hex-x: 36%;
--hex-y: 38%;
}

.why-hex-2 {
--hex-size: 130px;
--hex-x: 36%;
--hex-y: 62%;
}

.why-hex-3 {
--hex-size: 115px;
--hex-x: 64%;
--hex-y: 40%;
}

.why-hex-4 {
--hex-size: 125px;
--hex-x: 56%;
--hex-y: 64%;
}
}

/* Hex placements for neat layout */
.why-hex:nth-of-type(1) { --hx: 32%; --hy: 62%; } /* left low */
.why-hex:nth-of-type(2) { --hx: 48%; --hy: 46%; } /* left mid */
.why-hex:nth-of-type(3) { --hx: 65%; --hy: 44%; } /* right high */
.why-hex:nth-of-type(4) { --hx: 56%; --hy: 58%; } /* right low */

.hex-label {
position: relative;
z-index: 1;
font-weight: 700;
font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hex-tooltip {
position: absolute;
top: 50%;
--tip-offset: 0;
width: 420px;
min-height: 120px;
padding: 16px 18px;
border-radius: 14px;
background: transparent;
border: none;
box-shadow: none !important;
filter: none;
color: var(--text);
line-height: 1.5;
font-weight: 600;
opacity: 0;
visibility: hidden;
pointer-events: none;
white-space: normal;
transition: opacity 0.3s ease, transform 0.3s ease;
transform: translate(var(--tip-offset), -50%) translateY(10px) scale(0.95);
z-index: 5;
text-align: center;
}

.why-tooltip-list {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: 10px;
 text-align: left;
}

.why-tooltip-list li {
 position: relative;
 padding: 10px 14px;
 font-weight: 700;
 color: var(--text);
 border: 1px solid rgba(255, 255, 255, 0.15);
 border-radius: 12px;
 display: inline-flex;
 align-items: center;
 justify-content: flex-start;
 gap: 8px;
 line-height: 1.4;
}

.why-tooltip-list li::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--accent);
 display: inline-block;
 flex-shrink: 0;
 margin-right: 0;
 }

.hex-tooltip::after {
content: none;
}

.hex-tooltip::before {
content: none;
}

.hex-tooltip-left {
 --tip-offset: calc(-60% - 6px);
 right: 50%;
 text-align: center;
}

.hex-tooltip-left::after {
right: -16px;
border-left-color: transparent;
}

.hex-tooltip-left::before {
right: 12px;
}

.hex-tooltip-right {
 --tip-offset: calc(60% + 6px);
 left: 50%;
 text-align: center;
}

/* Bring timezone message closer to center */
.why-hex-3 .hex-tooltip {
    --tip-offset: calc(40% + 6px);
}

.hex-tooltip-right::after {
left: -16px;
border-right-color: transparent;
}

.hex-tooltip-right::before {
left: 12px;
}

.why-hex:hover .hex-tooltip,
.why-hex.is-active .hex-tooltip,
.hex-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(var(--tip-offset), -50%) translateY(0) scale(1);
}

@media (max-width: 900px) {
    .why-hex {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 180px;
        height: 200px;
        margin: 12px;
    }

    .why-hex-scene {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

    .why-hex-scene:hover .why-hex {
        opacity: 1;
        filter: none;
    }

    .why-map {
        order: -1;
        margin-bottom: 12px;
    }

    .hex-tooltip {
        position: relative;
        transform: none;
        opacity: 1;
        margin-top: 10px;
        text-align: center;
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .hex-tooltip::after {
        display: none;
    }
}

.marker-tag {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 10px;
border-radius: 999px;
background: rgba(239, 80, 35, 0.14);
color: var(--accent-light);
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.cedar-ghost {
position: absolute;
top: 58%;
left: 50%;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.16;
pointer-events: none;
mix-blend-mode: soft-light;
filter: grayscale(1) contrast(1.15) brightness(0.9) saturate(0.6);
z-index: 0;
transform: translate(-50%, -50%) translateZ(0);
}

.cedar-ghost img {
max-width: clamp(440px, 44vw, 680px);
width: 100%;
height: auto;
display: block;
filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.why-lebanon .cedar-ghost {
display: none;
}

@media (min-width: 992px) {
.why-lebanon-grid {
grid-template-columns: minmax(400px, 1fr) minmax(460px, 1fr);
gap: 50px;
}
}

@media (max-width: 768px) {
.why-lebanon-layout {
grid-template-columns: 1fr;
}

.why-lebanon-grid {
grid-template-columns: 1fr;
}

.why-story {
justify-content: flex-start;
}
}

/* ARC Framework */
.arc {
background: var(--secondary);
}

.arc-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.arc-card {
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
padding: 30px;
text-align: center;
transition: var(--transition);
border: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
}

.arc-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: var(--transition);
}

.arc-card:hover::before {
transform: scaleX(1);
}

.arc-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.arc-letter {
width: 60px;
height: 60px;
background: rgba(239, 80, 35, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 1.8rem;
font-weight: 700;
color: var(--accent);
}

.arc-card h3 {
margin-bottom: 15px;
}

.arc-outcome {
margin-top: 20px;
padding: 15px;
background: rgba(239, 80, 35, 0.1);
border-radius: 5px;
font-weight: 600;
color: var(--accent-light);
}

.arc-note {
text-align: center;
margin-top: 30px;
font-style: italic;
color: var(--text-secondary);
}

/* Talent Section */
.talent-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: start;
margin-bottom: 60px;
}

.talent-benefits {
display: grid;
grid-template-columns: 1fr;
gap: 25px;
margin: 30px 0;
}

.talent-benefit {
display: flex;
align-items: flex-start;
gap: 20px;
}

.talent-benefit i {
font-size: 1.8rem;
color: var(--accent);
margin-top: 5px;
}

.talent-benefit h4 {
margin-bottom: 8px;
}

.talent-benefit p {
font-size: 0.9rem;
margin-bottom: 0;
}

.application-process {
margin-top: 40px;
width: 100%;
margin-left: 0;
margin-right: 0;
position: relative;
}

.process-stack {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, minmax(280px, 1fr));
gap: 28px;
width: 100%;
align-items: stretch;
}

@media (max-width: 768px) {
    .process-stack {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.process-card {
position: relative;
--card-tint: rgba(239, 80, 35, 0.2);
}

.process-card:nth-child(2) {
--card-tint: rgba(255, 132, 102, 0.22);
}

.process-card:nth-child(3) {
--card-tint: rgba(255, 194, 146, 0.2);
}

.process-card:nth-child(4) {
--card-tint: rgba(239, 80, 35, 0.16);
}

.process-card:nth-child(5) {
--card-tint: rgba(239, 80, 35, 0.14);
}

.process-card-body {
 position: relative;
 height: 100%;
 border-radius: 30px;
 padding: clamp(28px, 4vw, 46px);
 box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 gap: 22px;
 transform: translateY(0) scale(1);
 align-items: flex-start;
 border: 1px solid rgba(255, 255, 255, 0.14);
 background: url("assets/glass card.png") center / 180% no-repeat;
 backdrop-filter: none;
 overflow: hidden;
 transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.process-card-body::after {
content: "";
position: absolute;
inset: -25% -35% 55% 55%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 55%);
opacity: 0.65;
pointer-events: none;
transition: opacity 0.35s ease, transform 0.35s ease;
}

.process-card-body * {
position: relative;
z-index: 1;
}

.process-stack:hover .process-card-body {
opacity: 0.55;
filter: brightness(0.7) saturate(0.9);
}

.process-card:hover .process-card-body,
.process-card:focus-within .process-card-body {
transform: translateY(-14px) scale(1.07);
border-color: rgba(255, 255, 255, 0.36);
box-shadow: 0 38px 110px rgba(0, 0, 0, 0.65);
opacity: 1;
filter: none;
}

.process-card:hover .process-card-body::after,
.process-card:focus-within .process-card-body::after {
opacity: 0.9;
transform: translateY(-8px);
}

.step-label {
font-size: 0.9rem;
letter-spacing: 0.4em;
text-transform: uppercase;
color: #EF5225;
opacity: 0.9;
}

.process-card-body h3 {
margin-bottom: 6px;
font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.process-card-body p {
color: #F2F2F2;
font-size: clamp(1.02rem, 1.8vw, 1.28rem);
line-height: 1.5;
}

.process-card-body .step-label {
color: #EF5225;
letter-spacing: 0.38em;
}

.process-note {
margin-top: 25px;
padding: 18px 24px;
border-radius: 999px;
background: rgba(239, 80, 35, 0.1);
border: 1px solid rgba(239, 80, 35, 0.4);
font-style: italic;
text-align: center;
}

.process-timeline-wrapper {
margin-top: 30px;
}

.process-timeline {
--col-gap: clamp(18px, 3vw, 26px);
--row-gap: clamp(32px, 5vw, 64px);
--line-w: 4px;
display: grid;
grid-template-columns: var(--line-w) 1fr;
column-gap: var(--col-gap);
list-style: none;
padding: 0;
margin: 0;
position: relative;
}

.process-timeline::before {
content: "";
grid-column: 1;
grid-row: 1 / span 20;
background: rgba(255, 255, 255, 0.08);
border-radius: calc(var(--line-w) / 2);
}

.process-timeline-item {
grid-column: 2;
--inlineP: 1.1rem;
margin-inline: var(--inlineP);
grid-row: span 2;
display: grid;
grid-template-rows: min-content min-content min-content;
row-gap: 6px;
}

.process-timeline-item:not(:last-child) {
margin-bottom: var(--row-gap);
}

.process-timeline-item:nth-child(1) { --accent-color: var(--accent); }
.process-timeline-item:nth-child(2) { --accent-color: var(--secondary); }
.process-timeline-item:nth-child(3) { --accent-color: #EF5023; }
.process-timeline-item:nth-child(4) { --accent-color: #B3C9C6; }
.process-timeline-item:nth-child(5) { --accent-color: #6B4A4C; }

.step-badge {
--dateH: 2.6rem;
height: var(--dateH);
margin-inline: calc(var(--inlineP) * -1);
text-align: center;
background-color: var(--accent-color, var(--accent));
color: #0c0c0c;
font-size: 1rem;
font-weight: 700;
display: grid;
place-content: center;
position: relative;
border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
text-transform: uppercase;
letter-spacing: 0.08em;
}

.step-badge::before {
content: "";
width: var(--inlineP);
aspect-ratio: 1;
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
var(--accent-color, var(--accent));
position: absolute;
top: 100%;
clip-path: polygon(0 0, 100% 0, 0 100%);
right: 0;
}

.step-badge::after {
content: "";
position: absolute;
width: 1.6rem;
aspect-ratio: 1;
background: var(--primary);
border: 0.24rem solid var(--accent-color, var(--accent));
border-radius: 50%;
top: 50%;
transform: translate(50%, -50%);
right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.step-title,
.step-descr {
background: rgba(35, 31, 32, 0.9);
position: relative;
padding-inline: 1.1rem;
}

.step-title {
padding-block-start: 1.2rem;
padding-block-end: 0.6rem;
font-weight: 700;
color: var(--text);
}

.step-descr {
padding-block-end: 1.2rem;
font-weight: 500;
color: var(--text-secondary);
line-height: 1.5;
}

.step-title::before,
.step-descr::before {
content: "";
position: absolute;
width: 88%;
height: 0.4rem;
background: rgba(0, 0, 0, 0.35);
left: 50%;
border-radius: 50%;
filter: blur(4px);
transform: translate(-50%, 50%);
}

.step-title::before {
bottom: calc(100% + 0.08rem);
}

.step-descr::before {
z-index: -1;
bottom: 0.18rem;
}

@media (min-width: 768px) {
    .process-timeline {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .process-timeline::before {
        grid-column: 2;
    }

    .process-timeline-item:nth-child(odd) {
        grid-column: 1;
    }

    .process-timeline-item:nth-child(even) {
        grid-column: 3;
    }

    .process-timeline-item:nth-child(2) {
        grid-row: 2/4;
    }

    .process-timeline-item:nth-child(odd) .step-badge {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }

    .process-timeline-item:nth-child(odd) .step-badge::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .process-timeline-item:nth-child(odd) .step-badge::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
}

@media (max-width: 768px) {
    .process-stack {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .services .process-card-body {
        grid-template-columns: 1fr;
        grid-template-areas:
        "step"
        "left"
        "right";
    }

    .process-card {
        position: relative;
        padding-top: 0;
    }

    .process-card-body {
        height: auto;
    }

    .application-process {
        padding-top: 32px;
    }
}

.talent-cta {
background: rgba(239, 80, 35, 0.1);
border-radius: 10px;
padding: 40px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}

.talent-cta .cta-content h3 {
margin-bottom: 15px;
}

.talent-cta .cta-buttons {
margin-top: 20px;
}

.hero-eyebrow {
letter-spacing: 0.4em;
text-transform: uppercase;
font-size: 0.8rem;
color: var(--accent-light);
margin-bottom: 15px;
}

.engage-header {
display: grid;
grid-template-columns: 1fr;
gap: 18px;
align-items: stretch;
margin-bottom: 20px;
max-width: 960px;
}

.engage-title-block {
padding: 24px 26px;
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(20, 16, 16, 0.65);
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.section-title-left {
text-align: left;
margin-left: 0;
margin-right: auto;
}

.section-title-left::after {
left: 0;
transform: none;
}

.section-subtitle-left {
text-align: left;
margin-left: 0;
margin-right: 0;
}

.talent-paths .talent-options-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 28px;
align-items: start;
margin-top: 10px;
}

.talent-option {
background: rgba(74, 17, 20, 0.9);
border-radius: 12px;
padding: 30px;
border: 1px solid rgba(255, 255, 255, 0.08);
transition: var(--transition);
}

.talent-option:hover {
transform: translateY(-8px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}

.card-header {
display: flex;
flex-direction: column;
gap: 8px;
}

.card-intro {
margin: 0;
color: var(--text-secondary);
}

.engage-list {
list-style: none;
margin: 18px 0 12px;
padding: 0;
display: grid;
gap: 10px;
}

.engage-list li {
position: relative;
padding-left: 28px;
color: var(--text-secondary);
line-height: 1.5;
}

.engage-list li::before {
content: '';
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--accent);
position: absolute;
left: 0;
top: 6px;
box-shadow: 0 0 0 10px rgba(239, 80, 35, 0.08);
}

.talent-option-cta {
display: flex;
flex-direction: column;
gap: 14px;
}

.cta-bar {
border-radius: 12px;
border: 1px solid rgba(239, 80, 35, 0.35);
background: rgba(239, 80, 35, 0.08);
padding: 12px 14px;
color: var(--text);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-bar p {
color: var(--text);
margin-bottom: 6px;
}

.cta-bar small {
color: var(--text-secondary);
}

.embed-shell {
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 16px;
overflow: hidden;
background: rgba(0, 0, 0, 0.3);
box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}

.talent-embed {
width: 100%;
height: clamp(520px, 62vh, 840px);
border: none;
display: block;
}

.embed-note {
color: var(--text-secondary);
display: block;
}

@media (max-width: 992px) {
.engage-header {
grid-template-columns: 1fr;
}

.talent-paths .talent-options-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
.section-title-left,
.section-subtitle-left {
text-align: left;
}

.engage-title-block,
.engage-highlight {
padding: 20px;
}

.talent-embed {
height: 520px;
}
}

.talent-resources {
background: rgba(35, 31, 32, 0.9);
}

.testimonial-placeholder {
background: rgba(74, 17, 20, 0.8);
border-radius: 12px;
padding: 40px;
border: 1px solid rgba(255, 255, 255, 0.08);
text-align: center;
}

.testimonial-placeholder p {
margin-bottom: 6px;
}

@keyframes gradientShift {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

/* Insights */
.insights {
background: var(--primary);
}

.articles-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}

.article-card {
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
padding: 25px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: var(--transition);
}

.article-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.article-category {
display: inline-block;
background: rgba(239, 80, 35, 0.1);
color: var(--accent);
padding: 5px 10px;
border-radius: 4px;
font-size: 0.8rem;
font-weight: 600;
margin-bottom: 15px;
}

.article-card h4 {
margin-bottom: 15px;
}

.article-link {
display: inline-block;
color: var(--accent);
text-decoration: none;
font-weight: 600;
margin-top: 15px;
position: relative;
}

.article-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: var(--transition);
}

.article-link:hover::after {
width: 100%;
}

.newsletter {
background: rgba(74, 17, 20, 0.7);
border-radius: 10px;
padding: 40px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter h3 {
margin-bottom: 15px;
}

.newsletter p {
max-width: 500px;
margin: 0 auto 25px;
}

.newsletter-form {
display: flex;
max-width: 400px;
margin: 0 auto;
gap: 10px;
}

.newsletter-form input {
flex: 1;
padding: 12px 15px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
background: rgba(255, 255, 255, 0.1);
color: var(--text);
font-size: 1rem;
}

.newsletter-form input::placeholder {
color: var(--text-secondary);
}

/* Contact */
.contact-heading {
text-align: center;
margin-bottom: 28px;
}

.contact-card {
position: relative;
display: grid;
grid-template-columns: 0.25fr 0.75fr;
gap: 0;
border-radius: 112px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.12);
background:
    radial-gradient(circle at 35% 10%, rgba(239, 80, 35, 0.08), transparent 55%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(25, 18, 16, 0.85));
backdrop-filter: blur(12px);
box-shadow: none;
}

.contact-info-pane {
padding: 32px 40px 24px 56px;
border-right: 1px solid rgba(255, 255, 255, 0.08);
display: grid;
gap: 0px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(28, 22, 20, 0.6) 55%, rgba(0, 0, 0, 0) 100%);
position: relative;
padding-bottom: 200px;
}

.contact-info-pane h3 {
margin: 0 0 2px;
color: var(--text);
}

.contact-item {
display: grid;
grid-template-columns: auto 1fr;
gap: 10px;
align-items: center;
margin-bottom: 0;
}

.contact-item + .contact-item {
    margin-top: 4px;
}

.contact-item i {
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(239, 80, 35, 0.12);
display: flex;
align-items: center;
justify-content: center;
color: var(--accent);
}

.contact-item p {
margin: 0;
font-weight: 400;
color: var(--text);
}

.contact-shapes {
margin-top: auto;
padding-top: 0;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}

.contact-shapes img {
width: 100%;
height: auto;
opacity: 0.8;
filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
display: block;
margin: 0;
}

.contact-form-pane {
padding: 32px 36px 38px;
display: grid;
gap: 16px;
background: radial-gradient(circle at 60% 20%, rgba(255, 255, 255, 0.05), transparent 60%), rgba(0, 0, 0, 0.45);
}

.contact-form-pane h3 {
margin: 0 0 8px;
}

.contact-form {
display: grid;
gap: 16px;
gap: 16px;
padding-left: 0;
padding-right: 24px;
}

.contact-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.form-group {
display: flex;
flex-direction: column;
gap: 6px;
background: transparent;
margin: 0;
}

.form-group label {
font-weight: 700;
font-size: 0.95rem;
color: var(--text);
opacity: 0.8;
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 14px 16px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.16);
background: transparent;
color: var(--text);
}

.form-group select option {
color: #000;
background: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
color: rgba(241, 241, 242, 0.65);
}

.form-group textarea {
resize: vertical;
min-height: 160px;
border-radius: 18px;
}

.contact-submit {
align-self: flex-start;
padding: 12px 28px;
border-radius: 999px;
margin-top: 4px;
font-size: 1rem;
justify-self: start;
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
min-width: 0;
}

@media (max-width: 900px) {
    .contact-card {
        grid-template-columns: 1fr;
        border-radius: 84px;
    }

    .contact-info-pane {
        padding: 28px 32px 22px 44px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .contact-row {
        grid-template-columns: 1fr;
    }

    .contact-form .form-group input,
    .contact-form .form-group select,
    .contact-form .form-group textarea {
        height: 52px;
        min-height: 52px;
        max-height: 52px;
        border-radius: 999px;
        resize: none;
    }
}

/* Subscribe */
.subscribe {
position: relative;
padding: clamp(120px, 18vw, 220px) 0 clamp(110px, 14vw, 180px);
background: #000;
color: var(--text);
overflow: hidden;
}

.subscribe::before {
content: "";
position: absolute;
inset: 0;
background: none;
pointer-events: none;
}

.subscribe::after {
content: "";
position: absolute;
inset: 0;
background: none;
pointer-events: none;
}

.subscribe-container {
position: relative;
z-index: 1;
max-width: 1120px;
margin: 0 auto;
text-align: center;
display: grid;
gap: 26px;
}

.subscribe-title {
margin: 0;
font-size: clamp(2.2rem, 4vw, 3rem);
text-transform: uppercase;
letter-spacing: 0.04em;
color: #F2F2F2;
}

.subscribe-subtitle {
max-width: 1000px;
margin: 0 auto;
color: #d9dcde;
font-size: 1.05rem;
line-height: 1.7;
}

.subscribe-form {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
margin-top: 22px;
flex-wrap: wrap;
}

.subscribe-form input[type="email"] {
width: min(520px, 70vw);
padding: 16px 20px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.12);
background: #2b2425;
color: #F2F2F2;
font-size: 1rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.subscribe-form input::placeholder {
color: rgba(255, 255, 255, 0.65);
}

.subscribe-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px 30px;
border-radius: 999px;
border: none;
background: linear-gradient(135deg, #f14f1d, #f86f3a);
color: #F2F2F2;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
cursor: pointer;
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.subscribe-button:hover,
.subscribe-button:focus-visible {
transform: translateY(-1px);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
filter: brightness(1.03);
}

.subscribe-arrow {
font-weight: 900;
font-size: 1.1rem;
line-height: 1;
}

@media (max-width: 768px) {
    .subscribe {
    padding: 90px 0 80px;
    }

    .subscribe-title {
    font-size: clamp(1.9rem, 6vw, 2.2rem);
    }

    .subscribe-subtitle {
    font-size: 0.98rem;
    }

    .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    }

    .subscribe-form input[type="email"],
    .subscribe-button {
    width: 100%;
    max-width: 100%;
    }
}

/* Footer */
.footer {
background: #1a1a1a;
padding: 60px 0 30px;
}

.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 28px;
margin-bottom: 28px;
}

.footer-section h3, .footer-section h4 {
margin-bottom: 20px;
color: var(--text);
font-size: 1.35rem;
}

.footer-section ul {
list-style: none;
}

.footer-section ul li {
margin-bottom: 10px;
font-size: 1.1rem;
}

.footer-section ul li a {
color: var(--text-secondary);
text-decoration: none;
transition: var(--transition);
font-size: inherit;
}

.footer-section ul li a:hover {
color: var(--accent);
}

.social-links {
display: flex;
gap: 10px;
margin-left: auto;
justify-content: flex-end;
align-items: center;
transform: translateY(-4px);
}

.footer-content > .footer-section:first-child {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px 18px;
}

.footer-content > .footer-section:first-child .footer-logo-img {
    grid-column: 1;
    grid-row: 1;
}

.footer-content > .footer-section:first-child p {
    grid-column: 1 / span 3;
    grid-row: 2;
    margin: 0;
}

.footer-content > .footer-section:first-child .social-links {
    grid-column: 1 / span 3;
    grid-row: 3;
    margin: 0;
    transform: none;
    justify-content: center;
    align-self: center;
}

.footer-logo-img {
height: 68px;
width: auto;
display: block;
}

.footer-section p {
    font-size: 1.12rem;
    line-height: 1.85;
}

.social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.08);
border-radius: 50%;
color: var(--text);
text-decoration: none;
transition: var(--transition);
padding: 0;
}

.social-links a:hover {
background: var(--accent);
transform: translateY(-3px);
}

.footer-bottom {
text-align: center;
padding-top: 14px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
color: var(--text-secondary);
font-size: 1rem;
}

@media (max-width: 768px) {
    .footer-content > .footer-section:first-child {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px;
    }

    .footer-content > .footer-section:first-child .social-links {
        justify-content: flex-start;
    }
}

/* Align logo and social links on the same row */
.footer-content > .footer-section:first-child {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.footer-content > .footer-section:first-child .social-links {
    margin-left: 0;
    margin-bottom: 0;
    transform: none;
}

@media (max-width: 768px) {
    .footer-content > .footer-section:first-child {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .footer-content > .footer-section:first-child .social-links {
        justify-content: flex-start;
    }
}

/* Desktop footer alignment */
@media (min-width: 769px) {
    .footer-content > .footer-section:first-child {
        grid-template-rows: auto;
    }

    .footer-content > .footer-section:first-child .footer-logo-img {
        grid-column: 1;
        grid-row: 1;
    }

    .footer-content > .footer-section:first-child p {
        grid-column: 1;
        grid-row: 2;
    }

    .footer-content > .footer-section:first-child .social-links {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
        justify-content: flex-end;
        margin-left: auto;
        transform: translateY(-4px);
    }

    .social-links a {
        width: 70px;
        height: 70px;
    }
}

/* Animations */
@keyframes pulse {
0%, 100% {
opacity: 0.5;
transform: translate(-50%, -50%) scale(1);
}
50% {
opacity: 1;
transform: translate(-50%, -50%) scale(1.05);
}
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0) rotate(45deg);
}
40% {
transform: translateY(-10px) rotate(45deg);
}
60% {
transform: translateY(-5px) rotate(45deg);
}
}

/* Simple entrance/exit */
.animate-from-left,
.animate-from-right,
.animate-from-top,
.animate-from-bottom {
opacity: 1;
transform: none;
transition: none;
}

.animate-from-left { transform: none; }
.animate-from-right { transform: none; }
.animate-from-top { transform: none; }
.animate-from-bottom { transform: none; }

.animate-from-left.active,
.animate-from-right.active,
.animate-from-top.active,
.animate-from-bottom.active {
opacity: 1;
transform: none;
}

.animate-from-left.inactive { transform: none; opacity: 1; }
.animate-from-right.inactive { transform: none; opacity: 1; }
.animate-from-top.inactive { transform: none; opacity: 1; }
.animate-from-bottom.inactive { transform: none; opacity: 1; }

@media (prefers-reduced-motion: reduce) {
.animate-from-left,
.animate-from-right,
.animate-from-top,
.animate-from-bottom {
animation: none !important;
opacity: 1 !important;
filter: none !important;
transform: none !important;
}
}

/* Responsive Design */
@media (max-width: 992px) {
.hero-container {
grid-template-columns: 1fr;
text-align: center;
}

.hero-buttons {
justify-content: center;
}

.partnership-content,
.talent-content,
.contact-content {
grid-template-columns: 1fr;
}

.newsletter-form {
flex-direction: column;
}
}

@media (max-width: 768px) {
.nav {
gap: 10px;
justify-content: space-between;
}

.nav-menu {
position: fixed;
top: 70px;
right: -100%;
flex-direction: column;
background: #EF5225;
width: 80%;
height: calc(100vh - 70px);
padding: 40px;
transition: var(--transition);
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.nav-menu.active {
right: 0;
}

.nav-menu li {
margin: 15px 0;
}

.nav-logo-img {
height: 44px;
}

.nav-actions {
margin-left: auto;
display: flex;
align-items: center;
flex-shrink: 0;
}

.nav-actions .btn {
padding: 8px 14px;
font-size: 0.9rem;
}

.nav-toggle {
display: flex;
margin-left: 8px;
flex-shrink: 0;
}

.nav-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -6px);
}

.hero-visual {
height: 300px;
}

.visual-element {
width: 250px;
height: 250px;
}

.circle-3 {
width: 250px;
height: 250px;
}

.services-grid {
grid-template-columns: 1fr;
}

.additional-services-grid {
grid-template-columns: 1fr;
}

.arc-cards {
grid-template-columns: 1fr;
}

.articles-grid {
grid-template-columns: 1fr;
}

.footer-content {
grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {
.hero-buttons {
flex-direction: column;
align-items: center;
}

.btn {
width: 100%;
max-width: 250px;
text-align: center;
}

.talent-benefit {
flex-direction: column;
text-align: center;
}

.talent-benefit i {
margin-bottom: 6px;
}
}

/* Futuristic Background Design */
.futuristic-bg {
position: relative;
height: 100vh;
background: linear-gradient(135deg, var(--primary) 0%, #4A1114 100%);
overflow: hidden;
z-index: 1;
}

/* Background Elements */
.bg-element {
position: absolute;
background: linear-gradient(45deg, var(--accent), transparent);
border-radius: 50%;
filter: blur(40px);
opacity: 0.1;
}

.element-1 {
width: 300px;
height: 300px;
top: 10%;
left: 5%;
background: linear-gradient(45deg, var(--accent), #B3C9C6);
}

.element-2 {
width: 400px;
height: 400px;
top: 60%;
right: 10%;
background: linear-gradient(45deg, #B3C9C6, var(--accent));
}

.element-3 {
width: 250px;
height: 250px;
top: 20%;
right: 20%;
background: linear-gradient(45deg, #B3C9C6, var(--accent));
}

.element-4 {
width: 350px;
height: 350px;
bottom: 10%;
left: 15%;
background: linear-gradient(45deg, var(--accent), #EF5023);
}

.element-5 {
width: 200px;
height: 200px;
top: 70%;
left: 25%;
background: linear-gradient(45deg, #4A1114, var(--accent));
}

.element-6 {
width: 280px;
height: 280px;
top: 40%;
right: 5%;
background: linear-gradient(45deg, var(--accent), #B3C9C6);
}

/* Masked Images */
.masked-images {
position: absolute;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 40px;
padding: 60px;
z-index: 2;
}

.masked-image {
position: relative;
background: linear-gradient(135deg, rgba(239, 80, 35, 0.1), rgba(74, 17, 20, 0.1));
border-radius: 20px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
display: flex;
align-items: flex-end;
padding: 30px;
min-height: 250px;
}

.masked-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent, rgba(239, 80, 35, 0.2));
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,20 Q50,10 80,20 T100,50 Q90,80 50,100 T0,50 Q10,20 20,20 Z" fill="white"/></svg>') center/cover;
-webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,20 Q50,10 80,20 T100,50 Q90,80 50,100 T0,50 Q10,20 20,20 Z" fill="white"/></svg>') center/cover;
}

.img-1::before {
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M10,30 Q30,10 50,30 T90,30 Q70,50 50,90 T10,50 Q30,30 10,30 Z" fill="white"/></svg>') center/cover;
}

.img-2::before {
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30,10 Q50,30 70,10 T90,50 Q70,70 50,90 T10,50 Q30,30 30,10 Z" fill="white"/></svg>') center/cover;
}

.img-3::before {
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,20 Q40,5 60,20 T80,40 Q65,60 40,80 T10,40 Q20,20 20,20 Z" fill="white"/></svg>') center/cover;
}

.img-4::before {
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M15,25 Q35,10 55,25 T85,35 Q65,55 40,85 T5,45 Q15,25 15,25 Z" fill="white"/></svg>') center/cover;
}

.image-content {
position: relative;
z-index: 3;
}

.image-content h3 {
color: var(--text);
margin-bottom: 6px;
font-size: 1.3rem;
}

.image-content p {
color: var(--text-secondary);
font-size: 0.9rem;
margin-bottom: 0;
}

/* Floating Tech Elements */
.floating-tech {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
}

.tech-element {
position: absolute;
width: 60px;
height: 60px;
background: rgba(239, 80, 35, 0.1);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--accent);
border: 1px solid rgba(239, 80, 35, 0.3);
backdrop-filter: blur(10px);
}

.tech-1 {
top: 20%;
left: 10%;
}

.tech-2 {
top: 30%;
right: 15%;
}

.tech-3 {
bottom: 25%;
left: 20%;
}

.tech-4 {
bottom: 35%;
right: 10%;
}

.tech-5 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Data Streams */
.data-streams {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}

.stream {
position: absolute;
background: linear-gradient(90deg, transparent, var(--accent), transparent);
height: 2px;
filter: blur(1px);
opacity: 0.3;
}

.stream-1 {
top: 25%;
width: 100%;
animation: streamFlow 8s linear infinite;
}

.stream-2 {
top: 50%;
width: 80%;
left: 10%;
animation: streamFlow 6s linear infinite reverse;
}

.stream-3 {
top: 75%;
width: 60%;
left: 20%;
animation: streamFlow 10s linear infinite;
}

/* Background Animations */
.animate-bg-left {
opacity: 0;
transform: translateX(-100px);
transition: all 1.5s ease;
}

.animate-bg-right {
opacity: 0;
transform: translateX(100px);
transition: all 1.5s ease;
}

.animate-bg-top {
opacity: 0;
transform: translateY(-100px);
transition: all 1.5s ease;
}

.animate-bg-bottom {
opacity: 0;
transform: translateY(100px);
transition: all 1.5s ease;
}

.animate-bg-left.active,
.animate-bg-right.active,
.animate-bg-top.active,
.animate-bg-bottom.active {
opacity: 0.1;
transform: translate(0, 0);
}

/* Mask Animations */
.animate-mask-left {
opacity: 0;
transform: translateX(-150px) rotate(-10deg);
transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-mask-right {
opacity: 0;
transform: translateX(150px) rotate(10deg);
transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-mask-top {
opacity: 0;
transform: translateY(-150px) scale(0.8);
transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-mask-bottom {
opacity: 0;
transform: translateY(150px) scale(0.8);
transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate-mask-left.active,
.animate-mask-right.active,
.animate-mask-top.active,
.animate-mask-bottom.active {
opacity: 1;
transform: translate(0, 0) rotate(0) scale(1);
}

/* Floating Animations */
.animate-float-1 {
animation: float 6s ease-in-out infinite;
}

.animate-float-2 {
animation: float 8s ease-in-out infinite 1s;
}

.animate-float-3 {
animation: float 7s ease-in-out infinite 2s;
}

.animate-float-4 {
animation: float 9s ease-in-out infinite 3s;
}

.animate-float-5 {
animation: float 5s ease-in-out infinite 4s;
}

/* Stream Animations */
.animate-stream-1,
.animate-stream-2,
.animate-stream-3 {
opacity: 0;
transition: opacity 1s ease;
}

.animate-stream-1.active,
.animate-stream-2.active,
.animate-stream-3.active {
opacity: 0.3;
}

/* Keyframes for Animations */
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}

@keyframes streamFlow {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(100%);
}
}

/* Responsive Design for Futuristic Background */
@media (max-width: 992px) {
.masked-images {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
padding: 40px;
gap: 30px;
}

.masked-image {
min-height: 200px;
}

.bg-element {
display: none;
}

.element-1, .element-2 {
display: block;
}
}

@media (max-width: 768px) {
.futuristic-bg {
height: 150vh;
}

.masked-images {
padding: 20px;
gap: 20px;
}

.tech-element {
width: 50px;
height: 50px;
font-size: 1.2rem;
}

.image-content h3 {
font-size: 1.1rem;
}

.image-content p {
font-size: 0.8rem;
}
}

@media (max-width: 576px) {
.futuristic-bg {
height: 200vh;
}

.masked-images {
grid-template-rows: repeat(4, 1fr);
gap: 15px;
}

.masked-image {
padding: 20px;
min-height: 150px;
}
}


/* ============================== */
/*      AI ORB HERO SECTION       */
/* ============================== */
.hero-ai {
position: relative;
height: 100vh;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
perspective: 1400px;
}

.hero-ai video.hero-bg-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.18);
z-index: -3;
}

.hero-ai .hero-overlay {
position: absolute;
inset: 0;
background: radial-gradient(circle, rgba(239, 80, 35,0.18), rgba(0,0,0,0.88));
z-index: -2;
}

#aiParticles {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: -1;
}

/* ORB */
/* Hide the orb visuals but keep interactions */
.ai-orb-container,
.ai-orb-core,
.ai-orb-ring {
display: none !important;
opacity: 0 !important;
pointer-events: none !important;
}


.ring-2 { animation-duration: 14s; border-color: rgba(239, 80, 35,0.25); }
.ring-3 { animation-duration: 18s; border-color: rgba(239, 80, 35,0.15); }

@keyframes spinOrb {
0% { transform: rotateX(0deg) rotateY(0deg); }
100% { transform: rotateX(360deg) rotateY(360deg); }
}

/* TEXT */
.hero-ai-content {
position: relative;
text-align: center;
max-width: 800px;
padding: 0 20px;
transform: translateY(40px);
opacity: 0;
transition: all 1s ease;
}

.hero-ai-subtitle {
color: #F2F2F2;
opacity: 1;
font-weight: 400;
text-align: center;
}

.hero-ai-content p {
  font-weight: 400;
  text-align: center;
}

.hero-ai-buttons {
 display: flex;
 gap: 16px;
 margin-top: 24px;
 align-items: center;
 flex-wrap: wrap;
 justify-content: center;
}

.hero-ai-buttons .btn,
.hero-ai-buttons .job-image-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 240px;
padding: 14px 28px;
}

.job-tooltip {
 position: relative;
 display: inline-flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
}

.job-tooltip-text {
 position: absolute;
 left: 50%;
 bottom: -12px;
 transform: translate(-50%, 100%) translateY(12px);
 padding: 12px 16px;
 width: clamp(440px, 55vw, 700px);
 background: rgba(18, 20, 24, 0.85);
 border: 1px solid rgba(239, 80, 35, 0.45);
 border-radius: 12px;
 color: var(--text);
 font-size: 0.95rem;
 line-height: 1.5;
 font-weight: 600;
 opacity: 0;
 pointer-events: none;
 box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
 transition: opacity 0.3s ease, transform 0.3s ease;
 text-align: center;
 white-space: normal;
}

.job-tooltip:hover .job-tooltip-text,
.job-tooltip:focus-within .job-tooltip-text {
 opacity: 1;
 transform: translate(-50%, 100%) translateY(0);
}

.job-tooltip-text::before {
 content: "";
 position: absolute;
 top: -8px;
 left: 50%;
 transform: translateX(-50%);
 border-width: 0 8px 8px 8px;
 border-style: solid;
 border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
 filter: drop-shadow(0 -2px 4px rgba(0,0,0,0.25));
}

.hero-ai-title {
font-size: clamp(2.2rem, 4.4vw, 4rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 1.5rem;
}

.hero-ai-title span {
display: block;
}

.hero-ai-title .highlight {
 color: #EF5225;
 background: transparent;
 padding: 0;
 border: none;
 font-style: normal;
}

/* SCROLL */
.hero-scroll {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
color: var(--text-secondary);
opacity: 0;
transition: opacity 1s ease;
}

.hero-ai.active .hero-scroll {
opacity: 1;
}

.scroll-dot {
width: 8px;
height: 8px;
background: var(--text-secondary);
border-radius: 50%;
margin: 10px auto 0;
animation: scrollBounce 1.4s infinite ease-in-out;
}

@keyframes scrollBounce {
0% { transform: translateY(0); }
50% { transform: translateY(10px); }
100% { transform: translateY(0); }
}

/* ACTIVATE */
.hero-ai.active .hero-ai-content {
transform: translateY(0);
opacity: 1;
}

/* ============================== */
/*     TALENT HERO REFRESH        */
/* ============================== */
.talent-hero {
position: relative;
min-height: calc(100vh - 40px);
padding: 140px 0 70px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
gap: clamp(24px, 4vw, 60px);
background: linear-gradient(160deg, #050303 0%, #060404 40%, #010101 100%);
isolation: isolate;
}

.talent-hero::before {
content: "";
position: absolute;
inset: -5% -5% auto -5%;
height: 38%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 90%);
z-index: 1;
pointer-events: none;
}

.talent-hero__glow {
position: absolute;
right: -12%;
top: -10%;
width: 60vw;
height: 60vw;
background: radial-gradient(circle at 35% 50%, rgba(239, 82, 41, 0.32), rgba(239, 82, 41, 0) 65%);
filter: blur(100px);
opacity: 0.85;
z-index: 0;
pointer-events: none;
display: none;
}

.talent-hero__shape {
position: absolute;
right: 6%;
top: 24%;
width: clamp(520px, 44vw, 760px);
opacity: 0.8;
filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.35));
z-index: 1;
pointer-events: none;
}

.talent-hero__content {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: minmax(320px, 1fr) minmax(320px, 520px);
align-items: center;
gap: clamp(28px, 6vw, 140px);
}

.talent-hero__copy {
max-width: 720px;
display: flex;
flex-direction: column;
gap: 12px;
margin-top: clamp(0px, 2vw, 40px);
padding-top: clamp(20px, 4vw, 60px);
padding-bottom: clamp(10px, 3vw, 40px);
transform: translateY(140px);
}

.talent-hero__title {
font-size: clamp(1.8rem, 3.6vw, 3.2rem);
line-height: 1.05;
text-transform: uppercase;
letter-spacing: 0.02em;
color: #f7f7f8;
display: flex;
flex-direction: column;
gap: 6px;
}

.talent-hero__title span {
display: block;
}

.talent-hero__title .highlight {
color: #f24d1e;
background: transparent;
padding: 0;
border: none;
font-style: normal;
}

.talent-hero__lead {
max-width: 560px;
font-size: 1.05rem;
color: #d8d8da;
}

.talent-hero__image {
position: absolute;
right: -160px;
bottom: -800px;
display: flex;
justify-content: center;
align-items: flex-end;
z-index: 2;
pointer-events: none;
margin-top: 0;
}

.talent-hero__image img {
width: min(1200px, 95vw);
height: auto;
object-fit: contain;
filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.55));
}

.talent-hero__actions {
position: relative;
z-index: 3;
display: flex;
gap: 18px;
flex-wrap: wrap;
align-items: center;
margin-top: clamp(300px, 22vw, 400px);
}

.hero-action-card {
flex: 1 1 420px;
padding: 28px clamp(20px, 3vw, 36px);
border-radius: 40px;
background: linear-gradient(145deg, rgba(12, 12, 12, 0.6), rgba(6, 6, 6, 0.82));
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 26px 58px rgba(0, 0, 0, 0.55);
backdrop-filter: blur(22px);
color: #f6f6f7;
display: flex;
flex-direction: column;
gap: 14px;
}

.hero-action-card h3 {
font-size: 1.3rem;
text-transform: uppercase;
letter-spacing: 0.01em;
margin: 0;
}

.hero-action-card p {
margin: 0;
color: #dcdce0;
}

.hero-action-card ul {
list-style: none;
padding: 0;
margin: 4px 0 12px;
display: flex;
flex-direction: column;
gap: 10px;
}

.hero-action-card ul li {
position: relative;
padding-left: 20px;
color: #f6f6f7;
font-weight: 400;
}

.hero-action-card ul li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 14px;
height: 14px;
background: url("assets/c.svg") center/contain no-repeat;
}

.cta-primary {
align-self: flex-start;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 12px 24px;
border-radius: 999px;
background: linear-gradient(135deg, #f24d1e, #f86f3a);
color: #F2F2F2;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.02em;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-primary::after {
content: "→";
font-weight: 900;
}

.cta-primary:hover,
.cta-primary:focus-visible {
transform: translateY(-2px);
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.55);
}

.hero-action-card small {
margin-top: 6px;
color: #dcdce0;
font-weight: 400;
letter-spacing: 0.01em;
}

.cta-card {
flex: 1 1 320px;
padding: 18px 26px;
border-radius: 22px;
text-decoration: none;
font-weight: 700;
letter-spacing: 0.02em;
color: #f6f6f7;
border: 1px solid rgba(255, 255, 255, 0.08);
background: linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
backdrop-filter: blur(18px);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cta-card.primary {
background: linear-gradient(150deg, rgba(239, 82, 41, 0.35), rgba(239, 82, 41, 0.12));
border-color: rgba(239, 82, 41, 0.45);
}

.cta-card:hover,
.cta-card:focus-visible {
transform: translateY(-2px);
box-shadow: 0 26px 54px rgba(0, 0, 0, 0.52);
border-color: rgba(255, 255, 255, 0.16);
}

.cta-card.primary:hover,
.cta-card.primary:focus-visible {
border-color: rgba(239, 82, 41, 0.6);
}

@media (max-width: 1024px) {
    .talent-hero {
    padding: 120px 0 80px;
    }

    .talent-hero__content {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    gap: 40px;
    }

    .talent-hero__copy {
    align-items: center;
    text-align: center;
    }

    .talent-hero__image {
    justify-content: center;
    bottom: -620px;
    right: -20px;
    }

    .talent-hero__shape {
    right: 4%;
    top: 18%;
    width: 540px;
    opacity: 0.6;
    }

    .talent-hero__actions {
    justify-content: center;
    }

    .hero-action-card {
    align-items: flex-start;
    }
}

@media (min-width: 1025px) {
    .talent-hero__actions {
        align-items: stretch;
    }

    .hero-action-card {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .talent-hero__title span {
    white-space: nowrap;
    }
}

/* ============================== */
/*     SIMPLE ELECTRIC DIVIDER     */
/* ============================== */

.section-divider {
display: none;
}

/* ⚡ WHITE HOT PULSE BEAM (MAIN) */
.section-divider::before {
content: "";
position: absolute;
top: 0;
left: -60%;
width: 60%;
height: 100%;

background: linear-gradient(
90deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,1) 50%,    /* PURE WHITE */
rgba(255,255,255,0) 100%
);

filter: blur(35px);             /* STRONG BLOOM */
opacity: 1;

animation: megaPulse 1.3s ease-in-out infinite;
}

/* ⚡ EXTRA electric glow behind the beam */
.section-divider::after {
content: "";
position: absolute;
top: -12px;
left: -60%;
width: 60%;
height: 32px;

background: radial-gradient(
circle,
rgba(239, 80, 35,1) 0%,       /* BRIGHT BLUE */
rgba(239, 80, 35,0.3) 40%,
rgba(239, 80, 35,0) 100%
);

filter: blur(50px);             /* Massive halo */
opacity: 0.9;

animation: megaPulse 1.3s ease-in-out infinite;
}

/* 🔥 EXTREME BRIGHTNESS MOVEMENT */
@keyframes megaPulse {
0% {
transform: translateX(0) scaleX(2);
opacity: 0.9;
}
40% {
opacity: 1;
filter: blur(55px);         /* Highest bloom point */
}
50% {
transform: translateX(170%) scaleX(2.4);
opacity: 1;
}
100% {
transform: translateX(320%) scaleX(2);
opacity: 0.85;
}
}

/* ============================================= */
/*                📱 MOBILE DESIGN               */
/* ============================================= */

/* GLOBAL */
@media (max-width: 576px) {

body {
line-height: 1.5;
}

.container {
padding: 0 16px;
margin: 0 auto;
}

h1 {
font-size: 2rem !important;
}

h2 {
font-size: 1.6rem !important;
}

h3 {
font-size: 1.2rem !important;
}

p {
font-size: 0.9rem;
}

/* ============================================= */
/* NAVIGATION */
/* ============================================= */

.nav {
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 8px;
padding-right: 0;
}

.header {
padding: 8px 0;
}

.nav-logo h2 {
font-size: 1.4rem;
}

.nav-actions {
order: 2;
width: auto;
justify-content: center;
margin-left: 0;
padding-top: 0;
padding-left: 6px;
}

.nav-actions .btn {
padding: 5px 9px;
font-size: 0.8rem;
}

.nav-menu {
position: fixed;
right: 0;
left: 0;
top: 60px;
width: 100%;
height: calc(100vh - 60px);
background: #EF5225;
flex-direction: column;
padding: 40px 20px;
gap: 20px;
transition: 0.4s ease;
z-index: 1001;
transform: translateX(100%);
overflow-y: auto;
}

.nav-menu.active {
right: 0;
transform: translateX(0);
}

.nav-menu a {
font-size: 1.1rem;
}

.nav-toggle {
display: flex;
order: 3;
margin-left: 12px;
align-self: center;
}

.nav-logo-img {
height: 32px;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


/* ============================================= */
/* HERO SECTION */
/* ============================================= */

    .hero-ai {
    height: auto;
    min-height: calc(100vh - 80px);
    padding: 100px 16px 80px;
    }

    .hero-ai-content {
        transform: translateY(-10px);
    }

.hero-bg-video {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

.hero-ai-title {
font-size: 2rem !important;
}

.hero-ai-content {
padding: 0 10px;
transform: translateY(-60px);
padding-top: 0;
}

.hero-ai.active .hero-ai-content {
    transform: translateY(-60px);
}

.hero-scroll {
bottom: 20px;
}

    .talent-hero {
    padding: 110px 0 140px;
    min-height: auto;
    }

.talent-hero__content {
grid-template-columns: 1fr;
text-align: center;
gap: 32px;
}

.talent-hero__copy {
align-items: center;
z-index: 5;
}

  .talent-hero__title {
    font-size: 1.8rem !important;
    transform: translateY(4px);
    margin-top: 4px;
  }

  .talent-hero__image {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    margin: 0 auto;
    z-index: 4;
    }

    .talent-hero__image img {
    width: min(420px, 88vw);
    }

.talent-hero__shape {
right: 4%;
top: 18%;
width: min(320px, 70vw);
opacity: 0.6;
}

.talent-hero__actions {
flex-direction: column;
align-items: stretch;
margin-top: 180px;
}

.cta-card {
flex: 1 1 auto;
text-align: center;
}


/* ============================================= */
/* MASKED IMAGES (Futuristic Grid) */
/* ============================================= */

.masked-images {
grid-template-columns: 1fr;
gap: 16px;
padding: 20px;
height: auto;
position: relative;
}

.service-shape {
 display: none;
}

.masked-image {
min-height: 170px;
padding: 20px;
}

.image-content h3 {
font-size: 1.1rem;
}

.image-content p {
font-size: 0.85rem;
}

/* Disable heavy blur and masks for speed */
.masked-image::before {
filter: blur(12px);
opacity: 0.4 !important;
}


/* ============================================= */
/* GENERAL SECTIONS */
/* ============================================= */

.section-padding {
padding: 60px 0;
}

.why-content,
.contact-content,
.talent-content,
.partnership-content {
grid-template-columns: 1fr !important;
gap: 30px;
}

.services-grid,
.articles-grid,
.additional-services-grid,
.arc-cards {
grid-template-columns: 1fr !important;
}

.stat-number {
font-size: 2rem;
}

.service-card {
padding: 22px;
}

.process-step {
align-items: center;
}

.contact-item {
align-items: center;
}

.newsletter-form {
flex-direction: column;
}

.newsletter-form input,
.newsletter-form button {
width: 100%;
}

/* ============================================= */
/* FOOTER */
/* ============================================= */

.footer-content {
grid-template-columns: 1fr;
}

.footer {
padding: 40px 0 20px;
}
}

@media (max-width: 640px) {
  .why-lebanon::before {
    display: none;
  }

  .why-hex-scene {
    position: relative;
    min-height: 500px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 0 32px;
  }

  .why-map {
    display: block;
    order: 1;
    position: relative;
    width: min(480px, 94vw);
    margin: 0 auto;
    opacity: 0.62;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
  }

  .why-map img {
    width: 100%;
    display: block;
  }

  .why-hex-cluster {
    order: 2;
    position: absolute;
    inset: 0;
    width: min(480px, 94vw);
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: auto;
  }

  .why-hex {
    --dot-size: 22px;
    position: absolute;
    left: var(--dot-x, 50%);
    top: var(--dot-y, 50%);
    transform: translate(-50%, -50%);
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    background: radial-gradient(circle at 45% 40%, #ffbba5 0%, #EF5225 55%, #c43a17 100%);
    border: 2px solid rgba(239, 82, 37, 0.85);
    box-shadow:
      0 0 0 8px rgba(239, 82, 37, 0.16),
      0 0 22px rgba(239, 82, 37, 0.45),
      0 14px 28px rgba(0, 0, 0, 0.55);
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.25s ease;
  }

  .why-hex:hover,
  .why-hex:focus {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: none;
    box-shadow: 0 0 0 6px rgba(239, 82, 35, 0.14), 0 12px 26px rgba(0, 0, 0, 0.5);
  }

  .hex-surface,
  .hex-outline {
    display: none;
  }

  .why-hex-label {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    max-width: 160px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #f5f6f7;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: normal;
    pointer-events: none;
  }

  .hex-tooltip {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    font-size: 0.78rem;
    text-align: left;
    display: none;
  }

  .hex-tooltip-left {
    left: auto;
    transform: none;
    text-align: left;
  }

  .hex-tooltip-right {
    left: auto;
    transform: none;
    text-align: left;
  }

  .why-hex.is-active .hex-tooltip,
  .hex-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: block;
  }

  .why-hex.is-active .hex-tooltip-left,
  .hex-tooltip-left.is-visible {
    transform: none;
  }

  .why-hex.is-active .hex-tooltip-right,
  .hex-tooltip-right.is-visible {
    transform: none;
  }

  .hex-tooltip::before {
    content: none;
    display: none;
  }

  .why-hex.is-active {
    width: min(76vw, 280px);
    min-height: 140px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
    align-content: center;
    justify-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .why-hex-1 { --dot-x: 58%; --dot-y: 32%; }
  .why-hex-2 { --dot-x: 58%; --dot-y: 58%; }
  .why-hex-3 { --dot-x: 38%; --dot-y: 42%; }
  .why-hex-4 { --dot-x: 35%; --dot-y: 62%; }

  .why-hex-scene::before,
  .why-hex-mesh {
    opacity: 0.3;
  }

  .why-tooltip-list {
    gap: 6px;
  }

.why-tooltip-list li {
    font-size: 0.75rem;
    padding: 6px 0;
    border: none;
    background: transparent;
    text-align: left;
  }

  .why-tooltip-list li::before {
    display: none;
  }

  .why-hex-scene.modal-active::after {
    display: none;
  }
}

/* Article page */
.article-page {
  background: #050505;
}

.article-container {
  max-width: none;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  padding: 0 clamp(20px, 6vw, 120px);
}

.article-header {
  display: block;
}

.article-header h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3rem);
  text-align: center;
}

.back-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.back-link:hover {
  text-decoration: underline;
}

.article-figure {
  margin: 32px auto 0;
}

.article-figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.article-body {
  display: grid;
  gap: 12px;
  line-height: 1.7;
  color: #e6e6e6;
  font-size: 1rem;
  text-align: justify;
}

.article-body p,
.article-body li {
  color: #F2F2F2;
  font-weight: 400;
}

.article-body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.article-body strong {
  color: #EF5225;
  font-weight: 700;
}

@media (min-width: 992px) {
  .article-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .article-header {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .article-header h1 {
    text-align: left;
    max-width: 23ch;
  }

  .article-body {
    grid-template-columns: 1fr;
    grid-column: 1 / -1;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 1.05rem;
  }

  .article-figure {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
    height: clamp(240px, 26vw, 440px);
    overflow: hidden;
    border-radius: 16px;
  }

  .article-figure img {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: inherit;
    display: block;
  }
}

@media (max-width: 576px) {
  .application-process {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header .container {
    padding-left: 10px;
    padding-right: 12px;
  }

  .nav {
    gap: 6px;
    justify-content: flex-start;
  }

  .nav-logo {
    margin-right: 0;
    margin-left: -70px;
  }

  .nav-toggle {
    margin-left: auto;
  }

  .services .process-card-body {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08), 0 14px 42px rgba(0, 0, 0, 0.5);
    padding: 18px;
    border-radius: 16px;
  }

  .services .process-card-body::after {
    display: none;
  }

  .contact-card::before {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -18%;
    height: 240px;
    background: none;
    transform: rotate(180deg) translateY(-14px);
    opacity: 0.32;
    z-index: 0;
    pointer-events: none;
  }

  .contact-card > * {
    position: relative;
    z-index: 1;
  }

  /* Disable button hover effects on mobile */
  .btn:hover,
  .btn:focus {
    transform: none;
    box-shadow: none;
  }

  .contact-shapes {
    display: none;
  }

  .contact-shapes {
    bottom: -30px;
  }

  .contact-shapes img {
    width: 100%;
    opacity: 0.35;
    filter: blur(2px) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
    transform: translateY(-10px);
  }

  /* Disable hover reveal on hero buttons for mobile */
  .job-tooltip:hover .job-tooltip-text,
  .job-tooltip:focus-within .job-tooltip-text {
    opacity: 0;
    pointer-events: none;
    display: none;
  }

  /* Simplify backgrounds for full-page black on mobile (except hero) */
  body {
    background: #000;
  }

  .services,
  .why-lebanon,
  .contact,
  .footer {
    background: #000;
  }

  .process-stack {
    gap: 18px;
  }

  .process-card {
    margin: 0;
  }

  /* Disable hover lift on mobile for Worktales Way cards */
  .process-stack:hover .process-card-body {
    opacity: 1;
    filter: none;
  }

  .process-card:hover .process-card-body,
  .process-card:focus-within .process-card-body,
  .process-card:hover .process-card-body::after,
  .process-card:focus-within .process-card-body::after {
    transform: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.16);
    opacity: 1;
  }

  .service-features {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    display: grid;
    gap: 10px;
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.08);
  }

  .features-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.4);
    color: #F2F2F2;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700;
    cursor: pointer;
  }

  .feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }

  .feature-list.is-open {
    max-height: 320px;
    opacity: 1;
  }

  .feature-list li {
    position: relative;
    padding-left: 14px;
    color: var(--text);
    font-weight: 400;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }

  .services .service-features li {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }

  .feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent);
  }

  .service-icon {
    box-shadow: none;
    border: 2px solid #EF5225;
    background: transparent;
  }

  .service-icon img {
    filter: drop-shadow(0 0 6px rgba(239, 82, 37, 0.6));
  }

  .services .service-body-left h3 {
    color: #EF5225;
    text-shadow: 0 0 10px rgba(239, 82, 37, 0.4);
  }

  .why-lebanon::after {
    display: none;
  }

  .why-hex-scene::before,
  .why-hex-mesh {
    display: none;
  }

  .footer .footer-section {
    align-items: center;
    text-align: center;
    gap: 10px;
    display: grid;
    justify-items: center;
  }

  .footer-logo-img {
    height: 44px;
    margin: 0 auto;
  }

  .footer .social-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
  }

  .footer p {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
  }

  /* Talent hero mobile adjustments */
  .talent-hero__glow {
    z-index: -1;
  }

  .talent-hero__content {
    margin-top: 0;
    transform: translateY(20px);
  }

  .talent-hero__image {
    position: absolute;
    left: 54%;
    top: -36px;
    margin: 0;
    transform: translateX(-50%) translateY(-64px);
    z-index: 4;
    width: min(440px, 90vw);
  }

  .talent-hero__image img {
    display: block;
    width: 100%;
  }

  .talent-hero__shape {
    display: none;
  }
}

@media (max-width: 600px) {
    .contact-form .form-group input,
    .contact-form .form-group select,
    .contact-form .form-group textarea {
        height: 52px;
        min-height: 52px;
        max-height: 52px;
        border-radius: 999px;
        resize: none;
    }
}
