.elementor-3762 .elementor-element.elementor-element-45c5d35{--display:flex;}/* Start custom CSS for html, class: .elementor-element-81ce338 *//* ═══════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-primary);
    background: var(--bg-deep);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; cursor: pointer; font-family: inherit; }

/* ═══════════════════════════════════════════
   DESIGN TOKENS
   ═══════════════════════════════════════════ */
:root {
    /* Brand */
    --brand-navy: #1C2D6F;
    --brand-red: #C4202B;

    /* Navy Scale */
    --navy-950: #060B1E;
    --navy-900: #0A1230;
    --navy-800: #0E1A42;
    --navy-700: #142358;
    --navy-600: #1C2D6F;
    --navy-500: #2B409A;
    --navy-400: #4A62B8;
    --navy-300: #7B92D4;
    --navy-200: #B0BDE6;
    --navy-100: #D8DFF2;
    --navy-50: #EEF1F9;

    /* Red Scale */
    --red-700: #8E161E;
    --red-600: #C4202B;
    --red-500: #D93340;
    --red-400: #E85A64;
    --red-300: #F09298;
    --red-200: #F7C1C4;
    --red-100: #FDE8EA;
    --red-50: #FFF5F6;

    /* Neutrals */
    --white: #FFFFFF;
    --gray-50: #F7F8FB;
    --gray-100: #EEF0F5;
    --gray-200: #DDE0EA;
    --gray-300: #B8BDCF;
    --gray-400: #8A90A8;
    --gray-500: #6B7190;
    --gray-600: #4D5370;
    --gray-700: #353B55;
    --gray-800: #1E243A;

    /* Semantic */
    --bg-deep: var(--navy-950);
    --bg-dark: var(--navy-900);
    --bg-dark-surface: var(--navy-800);
    --bg-light: var(--gray-50);
    --bg-white: var(--white);

    --text-primary: var(--gray-800);
    --text-on-dark: #E8ECF4;
    --text-muted-dark: #8E96B5;
    --text-muted: var(--gray-500);

    --accent: var(--brand-red);
    --accent-hover: var(--red-500);

    /* Spacing */
    --section-py: clamp(4.5rem, 9vw, 8rem);
    --container-px: clamp(1.25rem, 4vw, 3rem);
    --container-max: 1180px;

    /* Radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Transitions */
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ═══════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.heading-xl { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; }
.heading-lg { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
.heading-md { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 700; }
.heading-sm { font-size: clamp(1.05rem, 1.5vw, 1.25rem); font-weight: 600; }
.body-lg { font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.75; }
.body-md { font-size: clamp(0.95rem, 1.1vw, 1.05rem); }
.label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════ */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-px); }
.section { padding: var(--section-py) 0; }
.section--dark { background: var(--bg-dark); color: var(--text-on-dark); }
.section--deep { background: var(--bg-deep); color: var(--text-on-dark); }
.section--light { background: var(--bg-light); color: var(--text-primary); }
.section--white { background: var(--bg-white); color: var(--text-primary); }

/* ═══════════════════════════════════════════
   GRAIN OVERLAY
   ═══════════════════════════════════════════ */
body::after {
    content: ''; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='[http://www.w3.org/2000/svg'%3E%3Cfilter](http://www.w3.org/2000/svg'%3E%3Cfilter) id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat; background-size: 128px 128px;
}

/* ═══════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: all 0.4s var(--ease-out); }
.nav.scrolled { padding: 0.6rem 0; background: rgba(6, 11, 30, 0.88); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(28, 45, 111, 0.25); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav__logo { display: flex; align-items: center; }
.nav__logo-img { height: 42px; width: auto; filter: brightness(0) invert(1); transition: opacity 0.3s; }
.nav__logo-img:hover { opacity: 0.85; }
.nav__links { display: flex; align-items: center; gap: 2.5rem; }
.nav__link { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 600; color: var(--navy-200); letter-spacing: 0.04em; transition: color 0.3s; position: relative; }
.nav__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s var(--ease-out); }
.nav__link:hover { color: var(--white); }
.nav__link:hover::after { width: 100%; }

.nav__cta { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); background: var(--accent); padding: 0.6rem 1.4rem; border-radius: var(--radius-sm); transition: all 0.3s var(--ease-out); }
.nav__cta:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(196, 32, 43, 0.3); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; padding: 4px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s var(--ease-out); }
.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(5px, -5px); }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: var(--bg-deep); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg::before { content: ''; position: absolute; top: -30%; right: -20%; width: 80vw; height: 80vw; max-width: 900px; max-height: 900px; border-radius: 50%; background: radial-gradient(ellipse, rgba(28, 45, 111, 0.35) 0%, transparent 70%); animation: heroPulse 8s ease-in-out infinite alternate; }
.hero__bg::after { content: ''; position: absolute; bottom: -20%; left: -15%; width: 60vw; height: 60vw; max-width: 700px; max-height: 700px; border-radius: 50%; background: radial-gradient(ellipse, rgba(196, 32, 43, 0.1) 0%, transparent 70%); animation: heroPulse 10s ease-in-out infinite alternate-reverse; }
@keyframes heroPulse { 0% { transform: scale(1) translate(0, 0); } 100% { transform: scale(1.1) translate(2%, -2%); } }
.hero__orbital { position: absolute; top: 50%; right: 5%; transform: translateY(-50%); width: clamp(300px, 35vw, 500px); height: clamp(300px, 35vw, 500px); opacity: 0.07; z-index: 0; }

.hero__content { position: relative; z-index: 1; padding-top: 6rem; max-width: 780px; }
.hero__badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(28, 45, 111, 0.3); border: 1px solid rgba(75, 98, 184, 0.25); padding: 0.4rem 1rem; border-radius: 50px; margin-bottom: 2rem; }
.hero__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero__badge-text { font-size: 0.78rem; font-weight: 500; color: var(--navy-200); letter-spacing: 0.06em; }
.hero__title { color: var(--white); margin-bottom: 1rem; }
.hero__title em { font-style: normal; color: var(--red-400); }
.hero__subtitle { font-family: 'Montserrat', sans-serif; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; color: var(--navy-200); margin-bottom: 1.5rem; line-height: 1.4; }
.hero__desc { color: var(--text-muted-dark); max-width: 600px; margin-bottom: 2.5rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem; padding: 0.85rem 1.8rem; border-radius: var(--radius-sm); transition: all 0.35s var(--ease-out); letter-spacing: 0.01em; }
.btn--primary { background: var(--accent); color: var(--white); }
.btn--primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(196, 32, 43, 0.35); }
.btn--outline { background: transparent; color: var(--white); border: 1px solid rgba(255, 255, 255, 0.2); }
.btn--outline:hover { border-color: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.05); transform: translateY(-2px); }
.btn--large { padding: 1rem 2.2rem; font-size: 0.95rem; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.hero__scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: var(--text-muted-dark); z-index: 1; }
.hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--navy-400), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 50%; background: var(--accent); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0% { top: -50%; } 100% { top: 120%; } }

/* ═══════════════════════════════════════════
   SECTION: AWARENESS
   ═══════════════════════════════════════════ */
.awareness { position: relative; background: linear-gradient(to bottom, var(--navy-900), var(--navy-950)); }
.awareness__content { text-align: center; max-width: 800px; margin: 0 auto; }
.awareness__text { font-family: 'Montserrat', sans-serif; font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 500; color: var(--navy-100); line-height: 1.6; }
.awareness__text strong { color: var(--white); font-weight: 700; }
.awareness__divider { width: 60px; height: 3px; background: var(--accent); margin: 2.5rem auto 0; border-radius: 2px; }

/* ═══════════════════════════════════════════
   SECTION: SOCIAL PROOF
   ═══════════════════════════════════════════ */
.proof { background: var(--bg-white); border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
.proof__item { background: var(--white); padding: 2.5rem 1.5rem; text-align: center; transition: all 0.4s var(--ease-out); }
.proof__item:hover { background: var(--navy-50); }
.proof__icon { width: 44px; height: 44px; margin: 0 auto 1rem; color: var(--brand-navy); }
.proof__value { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; text-transform: uppercase; color: var(--brand-navy); margin-bottom: 0.4rem; }
.proof__label { font-size: 0.88rem; color: var(--gray-500); line-height: 1.4; }

/* ═══════════════════════════════════════════
   SECTION: BRANDS CAROUSEL
   ═══════════════════════════════════════════ */
.brands-section { background: var(--bg-white); padding: 4rem 0; border-bottom: 1px solid var(--gray-100); overflow: hidden; }
.brands-section__title { text-align: center; color: var(--gray-500); margin-bottom: 2.5rem; }
.brands-marquee { width: 100%; position: relative; padding: 1rem 0; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.brands-track { display: flex; width: max-content; animation: scrollBrands 35s linear infinite; }
.brands-set { display: flex; align-items: center; gap: 4.5rem; padding-right: 4.5rem; }
.brand-logo { max-height: 60px; width: auto; object-fit: contain; filter: grayscale(100%) opacity(0.65); mix-blend-mode: multiply; transition: all 0.3s ease; cursor: pointer; }
.brand-logo:hover, .brand-logo:active { filter: grayscale(0%) opacity(1); transform: scale(1.1); }
.brands-marquee:hover .brands-track, .brands-marquee:active .brands-track { animation-play-state: paused; }
@keyframes scrollBrands { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════════ */
.section-header { margin-bottom: 3.5rem; }
.section-header--center { text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }
.section-number { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }
.section-number__line { width: 32px; height: 2px; background: var(--accent); }
.section-number__text { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.section-number--light .section-number__text { color: var(--red-400); }
.section-number--light .section-number__line { background: var(--red-400); }
.section-header__title { margin-bottom: 1rem; }
.section-header__subtitle { font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.7; max-width: 650px; }
.section-header--center .section-header__subtitle { margin: 0 auto; }
.section-header__subtitle--dark { color: var(--text-muted-dark); }
.section-header__subtitle--light { color: var(--gray-500); }

/* ═══════════════════════════════════════════
   COMPLIANCE (Section 4)
   ═══════════════════════════════════════════ */
.compliance { background: var(--bg-light); }
.pain-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.pain-block { padding: 2.5rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-100); border-left: 4px solid var(--accent); }
.pain-block__title { color: var(--accent); margin-bottom: 0.5rem; }
.pain-block__intro { color: var(--gray-600); margin-bottom: 1.5rem; line-height: 1.7; }
.pain-block__label { font-size: 0.82rem; font-weight: 600; color: var(--gray-700); margin-bottom: 1rem; }
.pain-list { display: flex; flex-direction: column; gap: 0.9rem; }
.pain-list__item { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.92rem; color: var(--gray-600); line-height: 1.55; }
.pain-list__icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--red-500); }

.solution-block { padding: 2.5rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-100); border-left: 4px solid var(--brand-navy); }
.solution-block__title { color: var(--brand-navy); margin-bottom: 0.5rem; }
.solution-block__intro { color: var(--gray-600); margin-bottom: 0.3rem; line-height: 1.7; }
.solution-block__detail { color: var(--gray-500); font-size: 0.9rem; margin-bottom: 1.5rem; line-height: 1.6; font-style: italic; }
.solution-list { display: flex; flex-direction: column; gap: 0.9rem; }
.solution-list__item { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.92rem; color: var(--gray-600); line-height: 1.55; }
.solution-list__icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--brand-navy); }

.for-whom { margin-bottom: 3rem; }
.for-whom__title { text-align: center; margin-bottom: 0.5rem; }
.for-whom__subtitle { text-align: center; color: var(--gray-500); margin-bottom: 2rem; font-size: 0.95rem; }
.for-whom__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.for-whom__card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 1.5rem; text-align: center; transition: all 0.35s var(--ease-out); }
.for-whom__card:hover { border-color: var(--navy-200); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(28, 45, 111, 0.08); }
.for-whom__card-icon { width: 40px; height: 40px; margin: 0 auto 1rem; color: var(--brand-navy); }
.for-whom__card-text { font-size: 0.88rem; color: var(--gray-600); line-height: 1.5; }

.for-whom--dark .for-whom__card { background: rgba(20, 35, 88, 0.3); border-color: rgba(75, 98, 184, 0.15); }
.for-whom--dark .for-whom__card:hover { border-color: rgba(75, 98, 184, 0.35); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3); }
.for-whom--dark .for-whom__card-icon { color: var(--navy-300); }
.for-whom--dark .for-whom__card-text { color: var(--text-muted-dark); }
.for-whom--dark .for-whom__title { color: var(--white); }
.for-whom--dark .for-whom__subtitle { color: var(--text-muted-dark); }

.result-box { background: linear-gradient(135deg, rgba(28, 45, 111, 0.06), rgba(28, 45, 111, 0.02)); border: 1px solid var(--navy-100); border-radius: var(--radius-lg); padding: 2rem 2.5rem; margin-bottom: 3rem; }
.result-box__label { margin-bottom: 0.6rem; color: var(--brand-navy); }
.result-box__text { color: var(--gray-600); line-height: 1.75; }
.result-box--dark { background: linear-gradient(135deg, rgba(28, 45, 111, 0.25), rgba(28, 45, 111, 0.1)); border-color: rgba(75, 98, 184, 0.2); }
.result-box--dark .result-box__label { color: var(--navy-300); }
.result-box--dark .result-box__text { color: var(--text-muted-dark); }

.section-cta { text-align: center; padding: 3rem 2rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-100); }
.section-cta__text { max-width: 600px; margin: 0 auto 1.5rem; color: var(--gray-600); line-height: 1.7; }
.section-cta--dark { background: rgba(20, 35, 88, 0.25); border-color: rgba(75, 98, 184, 0.15); }
.section-cta--dark .section-cta__text { color: var(--text-muted-dark); }

/* ═══════════════════════════════════════════
   BRIGADE (Section 5)
   ═══════════════════════════════════════════ */
.brigade { background: linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 50%, var(--navy-950) 100%); color: var(--text-on-dark); }
.brigade .pain-block { background: rgba(14, 26, 66, 0.4); border-color: rgba(75, 98, 184, 0.12); border-left-color: var(--red-500); }
.brigade .pain-block__title { color: var(--red-400); }
.brigade .pain-block__intro { color: var(--text-muted-dark); }
.brigade .pain-block__label { color: var(--navy-200); }
.brigade .pain-list__item { color: var(--text-muted-dark); }
.brigade .solution-block { background: rgba(14, 26, 66, 0.4); border-color: rgba(75, 98, 184, 0.12); border-left-color: var(--navy-400); }
.brigade .solution-block__title { color: var(--navy-300); }
.brigade .solution-block__intro { color: var(--text-muted-dark); }
.brigade .solution-block__detail { color: var(--navy-300); }
.brigade .solution-list__item { color: var(--text-muted-dark); }
.brigade .solution-list__icon { color: var(--navy-300); }

.scenario { position: relative; margin: 3rem 0; padding: 2.5rem; border-radius: var(--radius-lg); background: rgba(196, 32, 43, 0.06); border: 1px solid rgba(196, 32, 43, 0.2); overflow: hidden; }
.scenario::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(196, 32, 43, 0.04), transparent 60%); animation: scenarioGlow 4s ease-in-out infinite alternate; }
@keyframes scenarioGlow { 0% { opacity: 0.5; } 100% { opacity: 1; } }
.scenario__label { position: relative; z-index: 1; color: var(--red-400); margin-bottom: 1rem; }
.scenario__text { position: relative; z-index: 1; font-family: 'Outfit', sans-serif; font-style: italic; font-size: clamp(1rem, 1.3vw, 1.15rem); color: var(--navy-100); line-height: 1.8; max-width: 700px; }
.scenario__text::before { content: '"'; font-family: 'Syne', sans-serif; font-size: 3rem; color: var(--red-500); opacity: 0.4; line-height: 1; display: block; margin-bottom: -0.5rem; }

/* ═══════════════════════════════════════════
   PREHOSPITAL (Section 6)
   ═══════════════════════════════════════════ */
.prehospital { background: var(--bg-light); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 4rem; position: relative; }
.timeline::before { content: ''; position: absolute; top: 46px; left: 10%; right: 10%; height: 3px; background: linear-gradient(to right, var(--accent), var(--brand-navy), #3AAF6B); border-radius: 2px; z-index: 0; }
.timeline__item { text-align: center; padding: 0 1.25rem; position: relative; z-index: 1; }
.timeline__marker { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--white); position: relative; z-index: 2; }
.timeline__marker--red { background: var(--accent); box-shadow: 0 4px 20px rgba(196, 32, 43, 0.3); }
.timeline__marker--navy { background: var(--brand-navy); box-shadow: 0 4px 20px rgba(28, 45, 111, 0.3); }
.timeline__marker--green { background: #3AAF6B; box-shadow: 0 4px 20px rgba(58, 175, 107, 0.3); }
.timeline__label { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-700); margin-bottom: 0.6rem; }
.timeline__text { font-size: 0.88rem; color: var(--gray-500); line-height: 1.6; max-width: 280px; margin: 0 auto; }

/* ═══════════════════════════════════════════
   EXPERTISE & PROCESS
   ═══════════════════════════════════════════ */
.expertise-contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255, 255, 255, 0.05); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 4rem; }
.expertise-contrast__col { padding: 3rem 2.5rem; }
.expertise-contrast__col--wrong { background: rgba(28, 45, 111, 0.4); }
.expertise-contrast__col--right { background: rgba(196, 32, 43, 0.1); position: relative; }
.expertise-contrast__col--right::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--accent); }
.contrast-title { font-size: 1.1rem; margin-bottom: 1.5rem; color: var(--white); }
.contrast-list { display: flex; flex-direction: column; gap: 1.25rem; }
.contrast-list__item { display: flex; gap: 1rem; align-items: flex-start; font-size: 0.95rem; line-height: 1.5; color: var(--text-muted-dark); }
.expertise-contrast__col--right .contrast-list__item { color: var(--white); }
.contrast-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.contrast-icon--wrong { color: var(--navy-400); }
.contrast-icon--right { color: var(--accent); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.process-step { position: relative; padding: 2rem 1.5rem; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); transition: all 0.3s var(--ease-out); }
.process-step:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(28, 45, 111, 0.05); border-color: var(--navy-200); }
.process-step__number { font-family: 'Montserrat', sans-serif; font-size: 3.5rem; font-weight: 800; color: var(--gray-100); line-height: 1; margin-bottom: 1rem; transition: color 0.3s; }
.process-step:hover .process-step__number { color: var(--red-100); }
.process-step__title { color: var(--brand-navy); margin-bottom: 0.75rem; }
.process-step__desc { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; }

.cta-final { text-align: center; background: linear-gradient(135deg, var(--brand-navy), var(--bg-deep)); padding: 6rem 2rem; border-radius: var(--radius-xl); position: relative; overflow: hidden; border: 1px solid rgba(196, 32, 43, 0.3); margin-top: 2rem; }
.cta-final::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); }
.cta-final__title { color: var(--white); margin-bottom: 1.5rem; }
.cta-final__subtitle { color: var(--text-muted-dark); max-width: 600px; margin: 0 auto 2.5rem; font-size: 1.05rem; line-height: 1.6; }
.cta-final__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.cta-final__guarantees { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
.cta-check { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--navy-200); letter-spacing: 0.02em; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.footer { background: var(--navy-950); border-top: 1px solid rgba(28, 45, 111, 0.2); padding: 3.5rem 0 2rem; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; margin-bottom: 3rem; }
.footer__brand { max-width: 300px; }
.footer__brand-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.6rem; }
.footer__brand-desc { font-size: 0.88rem; color: var(--text-muted-dark); line-height: 1.6; }
.footer__col h4 { font-family: 'Syne', sans-serif; font-size: 0.8rem; font-weight: 600; color: var(--navy-200); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer__col a { display: block; font-size: 0.88rem; color: var(--text-muted-dark); margin-bottom: 0.6rem; transition: color 0.3s; }
.footer__col a:hover { color: var(--white); }
.footer__bottom { border-top: 1px solid rgba(28, 45, 111, 0.15); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer__copy { font-size: 0.8rem; color: var(--navy-400); }
.footer__bottom-links { display: flex; gap: 1.5rem; }
.footer__bottom-links a { font-size: 0.8rem; color: var(--navy-400); transition: color 0.3s; }
.footer__bottom-links a:hover { color: var(--navy-200); }

/* WhatsApp floating button */
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; z-index: 900; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35); transition: all 0.3s var(--ease-out); animation: fadeSlideUp 0.6s var(--ease-out) 1.2s both; }
.whatsapp-float:hover { transform: scale(1.1) translateY(-2px); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

.hero__badge { animation: fadeSlideUp 0.7s var(--ease-out) 0.2s both; }
.hero__title { animation: fadeSlideUp 0.7s var(--ease-out) 0.35s both; }
.hero__subtitle { animation: fadeSlideUp 0.7s var(--ease-out) 0.5s both; }
.hero__desc { animation: fadeSlideUp 0.7s var(--ease-out) 0.65s both; }
.hero__actions { animation: fadeSlideUp 0.7s var(--ease-out) 0.8s both; }

@keyframes fadeSlideUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ═══════════════════════════════════════════
   MEDIA QUERIES
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .pain-solution { grid-template-columns: 1fr; }
    .for-whom__grid { grid-template-columns: repeat(2, 1fr); }
    .hero__orbital { display: none; }
}
@media (max-width: 768px) {
    .nav__links { display: none; }
    .nav__cta-desktop { display: none; }
    .nav__toggle { display: flex; }
    .nav__links.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(6, 11, 30, 0.97); backdrop-filter: blur(24px); justify-content: center; align-items: center; gap: 2rem; z-index: 999; }
    .nav__links.open .nav__link { font-size: 1.2rem; color: var(--white); }
    .nav__links.open .nav__cta { font-size: 1rem; padding: 0.8rem 2rem; }
    .hero { min-height: auto; padding: 8rem 0 5rem; }
    .hero__content { padding-top: 2rem; }
    .hero__scroll { display: none; }
    .proof__grid { grid-template-columns: repeat(2, 1fr); }
    .for-whom__grid { grid-template-columns: 1fr; }
    .footer__inner { flex-direction: column; gap: 2rem; }
    .footer__bottom { flex-direction: column; text-align: center; }
    .timeline { grid-template-columns: 1fr; gap: 2.5rem; padding-left: 3rem; }
    .timeline::before { top: 0; bottom: 0; left: 26px; right: auto; width: 3px; height: 100%; }
    .timeline__item { text-align: left; padding: 0; }
    .timeline__marker { position: absolute; left: -3rem; top: 0; width: 40px; height: 40px; font-size: 0.75rem; margin: 0; }
    .timeline__label { padding-top: 2px; }
    .timeline__text { max-width: none; margin: 0; }
}
@media (max-width: 480px) {
    .hero__actions { flex-direction: column; }
    .btn--large { width: 100%; justify-content: center; }
    .proof__grid { grid-template-columns: 1fr; }
    .pain-block, .solution-block { padding: 1.5rem; }
}/* End custom CSS */