.elementor-72 .elementor-element.elementor-element-39e386d{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-72 .elementor-element.elementor-element-a894df5{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-72 .elementor-element.elementor-element-0031568{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-72 .elementor-element.elementor-element-0774eec{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-690a86a *//* --- FULL WIDTH ARCHITECTURE --- */
.about-hero-full {
    background-color: #0a0c10;
    height: 100vh;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background Parallax - Always Centered Edge-to-Edge */
.hero-parallax-bg {
    position: absolute;
    font-size: 28vw; /* Large scale to ensure it touches edges */
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -1.5vw;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.05);
    animation: backgroundDrift 25s ease-in-out infinite alternate;
}

@keyframes backgroundDrift {
    from { transform: translate(-50%, -50%) scale(1); }
    to { transform: translate(-48%, -52%) scale(1.05); }
}

/* Content Container */
.about-hero-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 8%;
    position: relative;
    z-index: 5;
}

/* --- REFINED MOTION EFFECTS --- */

.focus-word {
    display: block;
    opacity: 0;
    filter: blur(15px);
    letter-spacing: 12px;
    animation: apertureFocus 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.focus-word:nth-child(2) { animation-delay: 0.3s; }
.focus-word:nth-child(3) { animation-delay: 0.6s; }

@keyframes apertureFocus {
    to {
        opacity: 1;
        filter: blur(0);
        letter-spacing: -1px;
    }
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5.5rem); /* Fluid typography */
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.05;
}

.accent-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
}

/* Side Progress Bar */
.scroll-status {
    position: absolute;
    right: 40px;
    height: 200px;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
}

.status-bar {
    width: 100%;
    background: #3b82f6;
    animation: barTravel 3s infinite ease-in-out;
}

@keyframes barTravel {
    0% { height: 0; transform: translateY(0); }
    50% { height: 100%; transform: translateY(0); }
    100% { height: 0; transform: translateY(200px); }
}

/* Typography & Layout */
.eyebrow-focus {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #3b82f6;
    margin-bottom: 25px;
    display: block;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.hero-subtitle-reveal {
    margin-top: 40px;
    max-width: 600px;
    color: #94a3b8;
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0;
    animation: fadeIn 1s ease forwards 1.4s;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

/* Stat Items */
.hero-stats-staggered {
    display: flex;
    gap: 50px;
    margin-top: 60px;
    opacity: 0;
    animation: fadeIn 1s ease forwards 1.8s;
}

.stat-num {
    font-size: 0.65rem;
    color: #3b82f6;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.stat-desc {
    color: #f8fafc;
    font-size: 1.1rem;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15775fc *//* --- LUXURY PILLAR LAYOUT --- */
.about-pillars {
    background-color: #0a0c10;
    padding: 160px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

/* Ambient Background Glow */
.ambient-spotlight {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.pillars-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 2;
}

/* --- CINEMATIC TYPOGRAPHY --- */
.partnership-title {
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 0.85;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -4px;
    margin: 0;
}

.gradient-text {
    background: linear-gradient(135deg, #3b82f6 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px rgba(59, 130, 246, 0.4));
}

.section-eyebrow {
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 0.7rem;
    font-weight: 800;
    margin-bottom: 25px;
    display: block;
}

/* --- THE OBSIDIAN CARDS --- */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 100px;
}

.pillar-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 60px 45px;
    border-radius: 8px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pillar-number {
    position: absolute;
    top: 30px;
    right: 40px;
    font-family: monospace;
    font-size: 0.9rem;
    color: #3b82f6;
    opacity: 0.4;
}

.pillar-icon {
    width: 32px;
    color: #3b82f6;
    margin-bottom: 40px;
}

.pillar-card h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.pillar-card p {
    color: #94a3b8;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Interactivity */
.pillar-card:hover {
    transform: translateY(-15px);
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(59, 130, 246, 0.12) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pillar-card:hover .card-glow { opacity: 1; }

@media (max-width: 1024px) {
    .pillars-grid { grid-template-columns: 1fr; }
    .partnership-title { font-size: 3.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d3df88 *//* --- WHY US LAYOUT --- */
.why-us-section {
    background-color: #0a0c10;
    padding: 160px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.why-us-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.why-us-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: center;
}

/* --- LEFT CONTENT --- */
.why-us-content {
    animation: revealLeft linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

.why-us-title {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    color: #f8fafc;
    margin: 20px 0;
    letter-spacing: -2px;
}

.why-us-description {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.benefit-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.benefit-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.2);
    padding: 8px 16px;
    border-radius: 100px;
}

/* --- RIGHT PILLARS --- */
.why-us-pillars {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pillar-item {
    display: flex;
    gap: 30px;
    position: relative;
    animation: revealRight linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 40%;
}

.pillar-line {
    position: absolute;
    left: 0;
    top: -30px;
    width: 1px;
    height: 150%;
    background: linear-gradient(to bottom, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.pillar-num {
    font-size: 0.8rem;
    font-weight: 800;
    color: #3b82f6;
    font-family: monospace;
}

.pillar-text h3 {
    color: #f8fafc;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.pillar-text p {
    color: #64748b;
    line-height: 1.6;
}

/* --- ANIMATIONS --- */
@keyframes revealLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes revealRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .why-us-grid { grid-template-columns: 1fr; gap: 60px; }
    .pillar-line { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f7f062 *//* --- UPDATED TITLE DESIGN --- */
.partnership-header {
    margin-bottom: 80px;
    text-align: left; /* Aligns with the FAQ layout */
}

.section-eyebrow {
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    opacity: 0.9;
}

.partnership-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1; /* Tight spacing for cinematic look */
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -3px;
    margin: 0;
}

.gradient-text {
    background: linear-gradient(135deg, #3b82f6 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Soft glow matches your roadmap dots */
    filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.4));
}

/* --- YOUR EXISTING FAQ STYLES --- */
.faq-section {
    background-color: #0a0c10 !important; 
    padding: 140px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}

.faq-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    animation: revealUp linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 25%;
}

.faq-header {
    display: flex;
    align-items: center;
    padding: 35px 40px;
    cursor: pointer;
}

.faq-number {
    font-family: monospace;
    font-size: 0.8rem;
    color: #3b82f6;
    margin-right: 30px;
}

.faq-question {
    color: #f8fafc;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
}

.faq-icon-wrapper { width: 20px; height: 20px; position: relative; }
.icon-line { background: #3b82f6; position: absolute; transition: transform 0.4s ease; }
.horizontal { width: 100%; height: 2px; top: 9px; left: 0; }
.vertical { width: 2px; height: 100%; top: 0; left: 9px; }

.faq-toggle { display: none; }
.faq-toggle:checked + .faq-header .vertical { transform: rotate(90deg); opacity: 0; }
.faq-toggle:checked ~ .faq-content { max-height: 500px; }

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
}

.content-inner { padding: 0 40px 40px 85px; }
.content-inner p { color: #94a3b8; line-height: 1.8; }

.faq-item:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

@keyframes revealUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */