/* BUNYAAD OFFICIAL BRAND STYLES - CLEAN, BALANCED & REFINED */

@font-face {
    font-family: 'Centra No.2';
    src: url('https://cdn.prod.website-files.com/601b11355524e6d8f07a33a6/60db3ae614635b5fff97124f_CentraNo2-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Centra No.2';
    src: url('https://cdn.prod.website-files.com/601b11355524e6d8f07a33a6/61022a09005241118d7aa264_CentraNo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Centra No.2';
    src: url('https://cdn.prod.website-files.com/601b11355524e6d8f07a33a6/60db3ae64410ee4ebc03c74c_CentraNo2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --gray50: #ffffff;
    --gray--10: #1a1a1a;
    --gray--5: #070707;
    --gray800: #050505;
    
    /* Bunyaad Official Brand Colors from bunyaad.ae */
    --accent-color: #5C56D0;
    --primary-color: #5C56D0;
    --orange--main: #5C56D0;
    --orange--dark: #1E1A52;
    --blue--60: #7B74E8;
    --blue-primary: #5C56D0;
    --gc--orange: #5C56D0;
    --gc--blue: #5C56D0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    background-color: #070707 !important;
    color: #ffffff !important;
    font-family: 'Centra No.2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Ensure all sections are visible */
.gc-section, .home-hero-card-slot, .gc-card, .gc-hxxxl.home-hero, .gc-hxxl, .gc-bl, .gc-bm {
    visibility: visible !important;
    opacity: 1 !important;
}

/* ─── GLOBAL TYPOGRAPHY & OVERLAP PREVENTION ─── */
h1, h2, h3, h4, .gc-hxxxl, .gc-hxxl, .gc-hxl, .gc-hm, .gc-hxs {
    line-height: 1.18 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em !important;
    word-break: break-word !important;
    position: relative !important;
}

p, .gc-bl, .gc-bm, .gc-bs {
    line-height: 1.55 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    position: relative !important;
}

.lead-in-container {
    display: inline-flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    position: relative !important;
}

/* ─── CLEAN SECTION SPACING & STICKY SUPPORT ─── */
.gc-section {
    padding-top: 56px;
    padding-bottom: 56px;
    margin: 0;
    box-sizing: border-box;
}

/* ─── PANGEA UNIFIED HERO MASTER WRAPPER & ATMOSPHERE (SUBTLE DARK MONOCHROME) ─── */
.hero-master-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #070707;
}

.hero-master-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-master-bg .mountain-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
    opacity: 0.16;
    mix-blend-mode: screen;
    position: absolute;
    inset: 0;
    filter: brightness(0.65) contrast(1.1);
}

.hero-master-bg .iris-radial {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 38%, rgba(92, 86, 208, 0.14) 0%, rgba(7, 7, 7, 0.72) 48%, #070707 100%);
}

.hero-dither-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 0);
    background-size: 3px 3px;
    mix-blend-mode: overlay;
}

.card-dither-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 4px 4px;
    mix-blend-mode: overlay;
    opacity: 0.15;
}

.gc-section.home-hero {
    padding-top: 96px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.hero-cloud {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hero-cloud img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: screen;
    filter: brightness(0.32) contrast(1.2);
}

.hero-cloud.cloud-1 {
    width: clamp(240px, 30vw, 460px);
    top: 6%;
    left: -4%;
    opacity: 0.22;
}

.hero-cloud.cloud-2 {
    width: clamp(280px, 36vw, 540px);
    top: 2%;
    right: -4%;
    opacity: 0.25;
}

.hero-cloud.cloud-3 {
    width: clamp(200px, 24vw, 360px);
    top: 34%;
    right: 8%;
    opacity: 0.18;
}

.hero-trust-section {
    position: relative;
    z-index: 2;
    padding: 6px 0 16px 0;
    background: transparent !important;
}

.gc-section[data-hero-card-section] {
    position: relative;
    z-index: 2;
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    background: transparent !important;
}

.gc-section.home-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.gc-section.home-section .gc-content {
    margin-bottom: 24px;
}

.gc-section.padding-xl,
.gc-section.top-bottom-96,
.gc-section.gap-xl {
    padding-top: 48px;
    padding-bottom: 48px;
}

/* Authentic Pangea Sticky Swiper Wrapper */
.gc-sticky-swiper-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}


/* ─── NAVIGATION BAR ─── */
.gc-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: rgba(7, 7, 7, 0.88) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    width: 100% !important;
}

/* ─── PRIMARY BUTTONS ─── */
.gc-button, .btn-default, a.gc-button {
    background-color: #5C56D0 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.gc-button:hover, .btn-default:hover, a.gc-button:hover {
    background-color: #6F69DE !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(92, 86, 208, 0.45) !important;
}

.gc-button:active, a.gc-button:active {
    transform: translateY(0) !important;
}

/* ─── BADGE HIGHLIGHTS ─── */
.cl-orange, .cl-blue, .cs.cl-blue, .cs.cl-orange, .cl-indigo, .cl-violet, .cl-green, .cl-red {
    color: #7B74E8 !important;
}

.lead-in-container.bg-orange-dark, 
.lead-in-container.bg-blue-dark,
.lead-in-container.bg-indigo-dark,
.lead-in-container.bg-violet-dark,
.lead-in-container.bg-green-dark,
.lead-in-container.bg-red-dark {
    background-color: rgba(92, 86, 208, 0.15) !important;
    border: 1px solid rgba(92, 86, 208, 0.3) !important;
    border-radius: 100px !important;
    padding: 4px 14px !important;
}

/* ─── TRUST SECTION (Centered) ─── */
.hero-trust-section {
    position: relative !important;
    z-index: 20 !important;
    padding: 20px 0 16px 0 !important;
    background: transparent !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* ─── DITHER & BACKGROUND OVERLAYS (Controlled bounds) ─── */
.dither-bg-container {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0.3 !important;
    overflow: hidden !important;
}

.home-hero-iris-wrapper {
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    opacity: 0.35 !important;
    overflow: hidden !important;
}

/* ─── HERO CARDS CONTAINER ─── */
section[data-hero-card-section] {
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: 48px !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
}

.home-hero-card-container {
    position: relative !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 1360px !important;
    margin: 8px auto 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    perspective: 1200px !important;
}

.home-hero-card-slot {
    flex: 1 1 0 !important;
    min-width: 210px !important;
    max-width: 245px !important;
    box-sizing: border-box !important;
    will-change: transform, opacity;
}

/* ─── PATTERNED HERO CARDS (Focused on Typography & Text Clarity) ─── */
.pangea-hero-card {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #0e0e13;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.35s ease,
                box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.35s ease;
    will-change: transform, box-shadow;
}

.pangea-hero-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--card-accent, #5C56D0);
    background-color: #14131e;
    box-shadow: 0 18px 36px -6px rgba(92, 86, 208, 0.35),
                0 0 20px rgba(92, 86, 208, 0.2),
                inset 0 0 0 1px var(--card-accent, #5C56D0);
}

.hero-card-pattern-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.6;
    transition: opacity 0.35s ease;
}

.pangea-hero-card:hover .hero-card-pattern-overlay {
    opacity: 0.85;
}

/* Patterns */
.pattern-neural .hero-card-pattern-overlay {
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(92, 86, 208, 0.25) 0%, transparent 60%),
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.12) 1px, transparent 0);
    background-size: 100% 100%, 16px 16px;
}

.pattern-radar .hero-card-pattern-overlay {
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(74, 121, 209, 0.22) 0%, transparent 60%),
        radial-gradient(circle at 50% 120%, transparent 35%, rgba(74, 121, 209, 0.08) 36%, transparent 37%, transparent 65%, rgba(74, 121, 209, 0.08) 66%, transparent 67%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 20px 20px, 20px 20px;
}

.pattern-mesh .hero-card-pattern-overlay {
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(92, 86, 208, 0.25) 0%, transparent 60%),
        linear-gradient(60deg, rgba(255, 255, 255, 0.04) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.04) 75%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.04) 25%, transparent 25.5%, transparent 75%, rgba(255, 255, 255, 0.04) 75%);
    background-size: 100% 100%, 28px 48px, 28px 48px;
}

.pattern-telemetry .hero-card-pattern-overlay {
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(123, 116, 232, 0.22) 0%, transparent 60%),
        linear-gradient(rgba(123, 116, 232, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(123, 116, 232, 0.09) 1px, transparent 1px);
    background-size: 100% 100%, 18px 18px, 18px 18px;
}

.pattern-blueprint .hero-card-pattern-overlay {
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(92, 86, 208, 0.25) 0%, transparent 60%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.035) 1.5px, transparent 1.5px, transparent 12px);
    background-size: 100% 100%, 100% 100%;
}

.hero-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
}

.hero-card-chip-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.hero-card-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(18, 16, 28, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.pangea-hero-card:hover .hero-card-chip {
    transform: translateY(-2px);
    background: rgba(26, 22, 45, 0.95);
}

.hero-card-body-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: auto 0;
    text-align: left;
}

.hero-card-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.3px;
}

.hero-card-desc {
    font-size: 12px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    font-weight: 400;
}

.hero-card-footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.hero-card-tag {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.4);
}

.hero-card-hover-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px 12px;
    background-color: #5C56D0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 4px 14px rgba(92, 86, 208, 0.4);
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.2s ease;
}

.pangea-hero-card:hover .hero-card-hover-btn {
    max-height: 38px;
    opacity: 1;
}

/* ─── AUTHENTIC PANGEA [swiper] CARD CAROUSEL ─── */
[swiper] {
    position: relative;
    width: 100%;
    overflow: visible;
}

[swiper] .gc-card-flow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    box-sizing: border-box;
    will-change: transform;
    transition-property: transform;
}

[swiper] .gc-card-slide {
    position: relative;
    flex: 0 0 440px;
    width: 440px;
    max-width: 85vw;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

[swiper] .gc-card-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    background-color: #070707;
    opacity: 0.45;
    border-radius: 14px;
    transition: opacity 0.4s ease;
}

[swiper] .gc-card-slide.swiper-slide-active::after {
    opacity: 0;
}

[swiper] .gc-card-slide.swiper-slide-active {
    opacity: 1;
}

[swiper] .gc-card-slide article {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

[swiper] .gc-card-slide:hover article {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}

/* Swiper Nav Buttons */
.gc-swiper-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 100;
}

.gc-swiper-button {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.gc-swiper-button:hover {
    transform: scale(1.08);
    background: rgba(92, 86, 208, 0.35);
    border-color: #5C56D0;
}

.gc-swiper-button:active {
    transform: scale(0.95);
}

.gc-swiper-button.gc-swiper-disabled,
.gc-swiper-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: auto;
}

/* ─── SUPPRESS CLAWVIYO COMPLETELY ─── */
#clawviyo-badge-container, .clawviyo-badge, [class*="clawviyo"], [id*="clawviyo"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ─── FAQ ACCORDION COMPONENT ─── */
.bunyaad-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.bunyaad-faq-item:hover {
    border-color: rgba(92, 86, 208, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.bunyaad-faq-item.is-active {
    border-color: rgba(92, 86, 208, 0.6);
    background: rgba(18, 16, 28, 0.6);
}

.bunyaad-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    gap: 16px;
}

.bunyaad-faq-question:focus {
    outline: none;
}

.bunyaad-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9D96FF;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s, color 0.2s;
}

.bunyaad-faq-item.is-active .bunyaad-faq-icon {
    transform: rotate(45deg);
    background: rgba(92, 86, 208, 0.3);
    color: #ffffff;
}

.bunyaad-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
    padding: 0 24px;
    box-sizing: border-box;
}

.bunyaad-faq-item.is-active .bunyaad-faq-answer {
    max-height: 350px;
    padding: 0 24px 22px 24px;
}

.bunyaad-faq-answer p {
    font-size: 14px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.bunyaad-faq-answer strong {
    color: #ffffff;
}

/* ─── LEAD GEN MODAL & GLASSMORPHISM POPUP ─── */
.bunyaad-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: rgba(4, 4, 6, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
    box-sizing: border-box;
}

.bunyaad-modal-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.bunyaad-modal-container {
    width: 100%;
    max-width: 580px;
    position: relative;
    transform: translateY(24px) scale(0.97);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bunyaad-modal-backdrop.is-open .bunyaad-modal-container {
    transform: translateY(0) scale(1);
}

.bunyaad-modal-dialog {
    background: #111115;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(92, 86, 208, 0.2);
    position: relative;
    overflow: hidden;
    padding: 36px 32px;
    box-sizing: border-box;
}

.bunyaad-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    z-index: 10;
}

.bunyaad-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.bunyaad-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    background: rgba(92, 86, 208, 0.15);
    border: 1px solid rgba(92, 86, 208, 0.35);
    border-radius: 100px;
    color: #9D96FF;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #5C56D0;
    box-shadow: 0 0 8px #7B74E8;
    display: inline-block;
}

.bunyaad-modal-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.4px;
}

.bunyaad-modal-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 24px 0;
}

.bunyaad-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

@media (max-width: 580px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .bunyaad-modal-dialog {
        padding: 28px 20px;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.2px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 14px;
    background: #18181F;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #5C56D0;
    box-shadow: 0 0 0 3px rgba(92, 86, 208, 0.25);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.form-error-msg {
    padding: 10px 14px;
    background: rgba(235, 87, 87, 0.15);
    border: 1px solid rgba(235, 87, 87, 0.3);
    border-radius: 8px;
    color: #FF7070;
    font-size: 13px;
}

.form-submit-wrapper {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bunyaad-btn-primary {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #5C56D0 0%, #463FA8 100%);
    border: none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 6px 20px rgba(92, 86, 208, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.bunyaad-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(92, 86, 208, 0.55);
}

.bunyaad-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.bunyaad-btn-secondary {
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

.bunyaad-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.form-privacy-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    margin: 0;
}

/* Success Modal View */
.bunyaad-modal-success {
    text-align: center;
    padding: 20px 10px;
}

.success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(39, 174, 96, 0.15);
    border: 2px solid #27AE60;
    color: #27AE60;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.success-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.success-desc {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px 0;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN SYSTEM (Mobile, Tablet & Small Screens)
   ========================================================================== */

/* Tablet & Mobile (<= 991px) */
@media screen and (max-width: 991px) {
    /* 1. Header & Navigation */
    .gc-nav {
        height: 60px !important;
        padding: 0 16px !important;
    }
    .gc-nav > div {
        padding: 0 !important;
        height: 60px !important;
    }
    .gc-nav img {
        height: 28px !important;
    }
    .gc-nav .gc-button {
        padding: 8px 18px !important;
        font-size: 13px !important;
    }
    
    main, .hero-master-wrapper {
        padding-top: 60px !important;
    }

    /* 2. Global Section Padding & Hierarchy */
    .gc-section, 
    .gc-section.home-section, 
    .gc-section.padding-xl, 
    .gc-section.top-bottom-96 {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .gc-container.gc-10c, 
    .gc-container.gc-8c {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
    
    h1, .gc-hxxxl, .gc-hxxxl.home-hero {
        font-size: clamp(28px, 7vw, 42px) !important;
        line-height: 1.15 !important;
        letter-spacing: -0.8px !important;
        margin: 10px 0 !important;
    }
    
    h2, .gc-hxxl {
        font-size: clamp(24px, 5.5vw, 32px) !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
        margin: 8px 0 12px 0 !important;
    }

    h3 {
        font-size: clamp(18px, 4.5vw, 22px) !important;
        line-height: 1.25 !important;
    }

    p, .gc-bl, .gc-bm {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 14px !important;
    }

    .lead-in-container {
        margin-bottom: 8px !important;
    }

    /* 3. Hero Section & Fanning Cards on Mobile */
    .gc-section.home-hero {
        padding-top: 24px !important;
        padding-bottom: 12px !important;
    }

    .home-hero-card-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        justify-content: flex-start !important;
        padding: 10px 16px 24px 16px !important;
        gap: 12px !important;
        width: 100% !important;
        scrollbar-width: none !important;
        box-sizing: border-box !important;
    }
    .home-hero-card-container::-webkit-scrollbar {
        display: none !important;
    }

    .home-hero-card-slot {
        flex: 0 0 250px !important;
        min-width: 250px !important;
        max-width: 250px !important;
        scroll-snap-align: start !important;
        transform: none !important;
    }

    .pangea-hero-card {
        height: 290px !important;
    }

    .hero-trust-section {
        padding: 14px 16px !important;
    }

    /* 4. Swiper Card Slide Dimensions & Horizontal Touch Flow */
    [swiper] {
        overflow: hidden !important;
        padding: 0 !important;
        width: 100% !important;
    }

    [swiper] .gc-card-flow {
        display: flex !important;
        flex-direction: row !important;
        gap: 14px !important;
        padding: 8px 0 20px 0 !important;
    }

    [swiper] .gc-card-slide {
        flex: 0 0 310px !important;
        width: 310px !important;
        max-width: 82vw !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
    }

    [swiper] .gc-card-slide::after {
        display: none !important; /* Crystal clear visibility on mobile */
    }

    [swiper] .gc-card-slide article.gc-card {
        height: 500px !important;
    }

    [swiper] .gc-card-slide article.gc-card svg {
        max-height: 210px !important;
    }

    /* 5. Disable Desktop Sticky Height Multiplier on Mobile */
    .gc-sticky-swiper-wrap {
        height: auto !important;
    }
    .gc-sticky-swiper-wrap section {
        position: static !important;
        top: auto !important;
    }

    .gc-swiper-buttons {
        display: none !important;
    }

    /* 6. Testimonial & ROI Cards */
    .gc-section.home-section .gc-container > div[style*="background: rgba(255,255,255,0.03)"] {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }
}

/* Small Phones (<= 480px) */
@media screen and (max-width: 480px) {
    [swiper] .gc-card-slide {
        flex: 0 0 290px !important;
        width: 290px !important;
        max-width: 84vw !important;
    }

    [swiper] .gc-card-slide article.gc-card {
        height: 510px !important;
    }

    .home-hero-card-slot {
        flex: 0 0 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
    }

    .pangea-hero-card {
        height: 280px !important;
    }
}


