.site-hero-swiper { width: 100%; height: 100vh; overflow: hidden; }

.hero {
            min-height: 640px;
            position: relative;
            display: flex;
            align-items: center;
            padding: 104px 0 44px;
            color: #fff;
            background-image: linear-gradient(90deg, rgba(4, 13, 27, .92) 0%, rgba(4, 13, 27, .74) 34%, rgba(4, 13, 27, .20) 64%, rgba(4, 13, 27, .04) 100%), var(--hero-image);
            background-size: cover;
            background-position: center;
        }
        .hero-content {
            width: min(1180px, calc(100% - 36px));
            margin: 0 auto;
        }
        .hero-eyebrow {
            margin: 0 0 12px;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .hero h1 {
            max-width: 600px;
            color: #fff;
            font-size: clamp(42px, 5vw, 62px);
            line-height: 1.02;
            font-weight: 800;
        }
        .hero-line,
        .hero-blue {
            display: block;
            /* Remove white-space: nowrap to allow automatic line breaking */
        }
        .hero h1 .hero-blue {
            margin-top: 8px;
            color: #176fff;
            font-size: clamp(25px, 3vw, 28px);
            line-height: 1.05;
        }
        .hero-copy {
            max-width: 470px;
            margin: 24px 0 0;
            color: #e7edf6;
            font-size: 17px;
            line-height: 1.6;
            font-weight: 400;
        }
        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 32px;
        }
        @media (max-width: 820px) {
            .hero {
                min-height: 100svh;
                padding: 92px 0 28px;
                align-items: center;
                background-image: linear-gradient(90deg, rgba(4, 13, 27, .94) 0%, rgba(4, 13, 27, .82) 42%, rgba(4, 13, 27, .40) 100%), var(--hero-image);
                background-position: 58% center;
            }
            .hero-content {
                width: min(100% - 34px, 390px);
            }
            .hero-eyebrow {
                margin-bottom: 10px;
                font-size: 13px;
                line-height: 1.25;
            }
            .hero h1 {
                max-width: 360px;
                font-size: 35px;
                line-height: .98;
            }
            .hero-line,
            .hero-blue {
                white-space: normal;
            }
            .hero h1 .hero-blue {
                max-width: 330px;
                margin-top: 10px;
                font-size: 18px;
                line-height: 1.02;
            }
            .hero-copy {
                max-width: 350px;
                margin-top: 20px;
                font-size: 16px;
                line-height: 1.55;
            }
            .hero-actions {
                display: grid;
                grid-template-columns: 1fr;
                width: min(100%, 305px);
                gap: 14px;
                margin-top: 26px;
            }
            .hero-actions .button {
                min-height: 52px;
                justify-content: center;
                padding-inline: 18px;
            }
        }
        @media (max-width: 390px) {
            .hero {
                padding-top: 86px;
                background-position: 62% center;
            }
            .hero h1 {
                font-size: clamp(32px, 9.8vw, 40px);
            }
            .hero h1 .hero-blue {
                font-size: clamp(21px, 6.4vw, 26px);
            }
            .hero-copy {
                font-size: 15px;
            }
        }

.home-jornada {
            background: #091325;
            padding: 90px 0;
            color: #fff;
        }
        .hj-grid {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        .hj-content {
            flex: 0 0 320px;
        }
        .hj-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #e2e8f0;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }
        .hj-title {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            line-height: 1.15;
            margin: 0 0 20px;
        }
        .hj-desc {
            font-size: 14px;
            color: #94a3b8;
            line-height: 1.5;
            margin: 0 0 40px;
            max-width: 320px;
        }
        .hj-btn {
            background: #050f24 !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            color: #fff !important;
            font-size: 12px;
            font-weight: 600;
            height: auto;
            padding: 18px 24px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: left;
            line-height: 1.3;
            max-width: 320px;
        }
        .hj-btn svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            margin-left: 20px;
        }
        .hj-btn:hover {
            background: rgba(255, 255, 255, 0.1) !important;
            border-color: #fff !important;
        }

        .hj-steps {
            flex: 1;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
        }
        .hj-step {
            flex: 1;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .hj-step-icon {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }
        .hj-step-icon img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        .hj-step h3 {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 10px;
            text-transform: uppercase;
        }
        .hj-step p {
            font-size: 12px;
            color: #94a3b8;
            line-height: 1.4;
            margin: 0;
            max-width: 140px;
        }
        .hj-step-arrow {
            color: #0f62fe;
            margin-top: 25px;
            display: flex;
            align-items: center;
        }
        .hj-step-arrow svg {
            width: 24px;
            height: 24px;
        }

        @media (max-width: 1024px) {
            .hj-grid { flex-direction: column; align-items: stretch; }
            .hj-content { flex: 1; text-align: center; }
            .hj-eyebrow, .hj-title, .hj-desc { margin-left: auto; margin-right: auto; }
            .hj-btn { margin-left: auto; margin-right: auto; }
            .hj-steps { overflow-x: auto; padding-bottom: 20px; justify-content: flex-start; }
            .hj-step { flex: 0 0 160px; }
            .hj-step-arrow { flex: 0 0 auto; margin-top: 23px; }
        }
        @media (max-width: 600px) {
            .hj-steps { 
                flex-wrap: wrap; 
                justify-content: center; 
                overflow-x: visible;
                gap: 40px 0; 
                padding-bottom: 0;
            }
            .hj-step { flex: 0 0 40%; }
            .hj-step-arrow {
                flex: 0 0 20%;
                justify-content: center;
            }
            .hj-step-arrow:nth-of-type(even) {
                display: none;
            }
        }

        .home-stats-bar {
            background: #fff;
            padding: 50px 0;
            border-bottom: 1px solid #e2e8f0;
        }
        .home-stats-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            text-align: center;
        }

        /* Home Destaques */
        .home-destaques {
            padding: 90px 0 50px;
            background: #fff;
        }
        .hd-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 50px;
        }
        .hd-eyebrow {
            display: block;
            font-size: 11px;
            font-weight: 800;
            color: var(--blue);
            text-transform: uppercase;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }
        .hd-title {
            font-size: 32px;
            font-weight: 800;
            color: #07152f;
            line-height: 1.2;
            margin: 0;
            max-width: 500px;
        }
        .hd-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 700;
            color: var(--blue);
            text-decoration: none;
            text-transform: uppercase;
        }
        .hd-link svg {
            width: 16px;
            height: 16px;
        }
        .hd-grid-wrapper {
            position: relative;
        }
        .hd-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        
        .hp-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            background: #fff;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            transition: .3s;
        }
        .hp-card:hover {
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
            transform: translateY(-4px);
            border-color: #cbd5e1;
        }
        .pc-media {
            aspect-ratio: 4/3;
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border-radius: 12px 12px 0 0;
        }
        .pc-media img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        .pc-body {
            padding: 0 24px 24px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }
        .pc-body h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 800;
            color: #07152f;
        }
        .pc-body h4 {
            margin: 4px 0 24px;
            font-size: 13px;
            font-weight: 600;
            color: #94a3b8;
        }
        .pc-body p {
            margin: 0 0 20px;
            font-size: 13px;
            line-height: 1.5;
            color: #64748b;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .pc-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--blue);
            font-size: 13px;
            font-weight: 700;
        }
        .pc-link svg {
            width: 14px;
            height: 14px;
            stroke-width: 2.5;
        }
        
        /* Parceiros */
        .home-partners {
            padding: 80px 0;
            background-color: #f3f4f6;
        }
        .hp-header {
            text-align: center;
            max-width: 600px;
            margin: 0 auto 50px;
        }
        .hp-eyebrow {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #3B00E5;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }
        .hp-header h2 {
            font-size: 32px;
            font-weight: 800;
            color: #0B1E40;
            margin: 0 0 16px;
        }
        .hp-header p {
            font-size: 15px;
            color: #64748B;
            line-height: 1.6;
        }
        .hp-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            margin-bottom: 24px;
        }
        .hp-card {
            background: #fff;
            border: 1px solid #E2E8F0;
            border-radius: 12px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .hp-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .hp-logo-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            margin-bottom: 24px;
            text-decoration: none;
        }
        .hp-logo {
            max-width: 200px;
            max-height: 100%;
            object-fit: contain;
        }
        .hp-divider {
            width: 40px;
            height: 3px;
            background: #3B00E5;
            margin: 0 auto 24px;
            border-radius: 2px;
        }
        .hp-card-title {
            font-size: 18px;
            font-weight: 800;
            color: #0B1E40;
            line-height: 1.4;
            margin: 0 0 16px;
        }
        .hp-card-desc {
            font-size: 14px;
            color: #64748B;
            line-height: 1.6;
            margin: 0 0 32px;
        }
        .hp-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 32px;
            border-top: 1px solid #F1F5F9;
            padding-top: 32px;
        }
        .hp-feat {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
        }
        .hp-feat-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #EFF6FF;
            color: #3B00E5;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hp-feat-icon svg {
            width: 20px;
            height: 20px;
        }
        .hp-feat span {
            font-size: 12px;
            font-weight: 700;
            color: #0B1E40;
            line-height: 1.3;
        }
        .hp-card-btn {
            display: inline-flex;
            margin: 0 auto;
            padding: 12px 24px;
        }
        .hp-bottom-features {
            background: #fff;
            border: 1px solid #E2E8F0;
            border-radius: 12px;
            padding: 32px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .hp-b-feat {
            display: flex;
            gap: 16px;
        }
        .hp-bf-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: #EFF6FF;
            color: #3B00E5;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hp-bf-icon svg {
            width: 24px;
            height: 24px;
        }
        .hp-bf-text h4 {
            font-size: 14px;
            font-weight: 800;
            color: #0B1E40;
            margin: 0 0 6px;
        }
        .hp-bf-text p {
            font-size: 13px;
            color: #64748B;
            line-height: 1.5;
            margin: 0;
        }
        @media (max-width: 1024px) {
            .hp-bottom-features {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .hp-bottom-features {
                grid-template-columns: 1fr;
            }
            .hp-features {
                gap: 8px;
            }
            .hp-card {
                padding: 24px;
            }
        }

        /* Home Categorias */
        .home-categorias {
            padding: 60px 0;
            background: #f8fafc;
        }
        .hc-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 40px;
        }
        .hc-title-area span {
            font-size: 11px;
            font-weight: 800;
            color: var(--blue);
            text-transform: uppercase;
            letter-spacing: .05em;
            display: block;
            margin-bottom: 8px;
        }
        .hc-title-area h2 {
            font-size: clamp(24px, 3vw, 32px);
            font-weight: 800;
            color: #07152f;
            margin: 0 0 12px;
        }
        .hc-title-area p {
            font-size: 15px;
            color: #64748b;
            margin: 0;
            max-width: 600px;
            line-height: 1.5;
        }
        .hc-link {
            color: var(--blue);
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .hc-link svg {
            width: 20px;
            height: 20px;
        }
        .hc-link:hover { text-decoration: underline; }

        .hc-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        .hc-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            text-decoration: none;
            height: 280px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;
            transition: .3s;
            border: 1px solid rgba(0,0,0,0.1);
        }
        .hc-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.6) 40%, rgba(15, 23, 42, 0.1) 100%);
            z-index: 1;
        }
        .hc-bg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            transition: transform 0.5s ease;
        }
        .hc-card:hover .hc-bg {
            transform: scale(1.05);
        }
        .hc-content {
            position: relative;
            z-index: 2;
        }
        .hc-content h3 {
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            margin: 0 0 8px;
            text-transform: uppercase;
        }
        .hc-stats {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #cbd5e1;
            font-size: 10px;
            margin-bottom: 16px;
        }
        .hc-stats svg {
            width: 16px;
            height: 16px;
            color: #94a3b8;
        }
        .hc-action {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
        }
        .hc-action svg {
            width: 16px;
            height: 16px;
            transition: transform 0.2s;
            color: var(--blue);
        }
        .hc-card:hover .hc-action svg {
            transform: translateX(4px);
        }

        @media (max-width: 1024px) {
            .hd-header { flex-direction: column; align-items: flex-start; gap: 20px; }
            .hd-grid { grid-template-columns: repeat(2, 1fr); }
            .hc-grid { grid-template-columns: repeat(2, 1fr); }
            .hm-inner { flex-direction: column; gap: 20px; text-align: center; }
            .hm-logos { justify-content: center; flex-wrap: wrap; }
        }
        @media (max-width: 600px) {
            .home-destaques { padding-top: 60px; }
            .hd-title {
                font-size: 16px;
                font-weight: 600;
                color: #07152f;
                line-height: 1.2;
                margin: 0;
                max-width: 500px;
            }
            .hd-grid {
                grid-template-columns: 1fr;
            }
            .hc-grid {
                grid-template-columns: 1fr;
            }
            .hc-header { flex-direction: column; align-items: flex-start; gap: 16px; }
            .hp-card { width: 100%; }
            .hp-card:nth-child(n+4) { display: none; }
        }
        .hs-item {
            position: relative;
        }
        .hs-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 15%;
            right: -10px;
            height: 70%;
            width: 1px;
            background: #e2e8f0;
        }
        .hs-item strong {
            display: block;
            font-size: 40px;
            font-weight: 700;
            color: #07152f;
            line-height: 1;
            margin-bottom: 8px;
        }
        .hs-item span {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #07152f;
            margin-bottom: 8px;
        }
        .hs-item p {
            font-size: 13px;
            color: #5c6f8d;
            margin: 0 auto;
            max-width: 180px;
            line-height: 1.4;
        }
        
        .home-sobre {
            background: #f4f8ff;
            padding: 90px 0;
        }
        .home-sobre-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .hs-eyebrow {
            display: block;
            font-size: 14px;
            font-weight: 700;
            color: #0f62fe;
            margin-bottom: 16px;
            text-transform: uppercase;
        }
        .hs-title {
            font-size: 30px;
            font-weight: 700;
            color: #07152f;
            line-height: 1.15;
            margin: 0 0 24px;
            max-width: 500px;
        }
        .hs-desc {
            font-size: 16px;
            color: #5c6f8d;
            line-height: 1.6;
            margin: 0 0 40px;
            max-width: 500px;
        }
        .hs-features {
            display: flex;
            gap: 32px;
            margin-bottom: 40px;
        }
        .hs-feature {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .hs-f-icon {
            color: #0f62fe;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hs-f-icon svg { width: 32px; height: 32px; }
        .hs-feature span {
            font-size: 14px;
            font-weight: 600;
            color: #07152f;
            line-height: 1.3;
        }
        .hs-btn {
            background: #07152f;
            color: #fff;
            padding: 0 32px;
            height: 52px;
        }
        .hs-btn:hover { background: #0f62fe; }

        .home-sobre-gallery {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .hsg-left, .hsg-right {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .hsg-left-bottom {
            display: flex;
            flex-direction: row;
            gap: 12px;
        }
        .hsg-img-large, .hsg-img-small, .hsg-img-medium {
            width: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
        .hsg-img-large { aspect-ratio: 16/9; }
        .hsg-img-small { aspect-ratio: 4/3; }
        .hsg-img-medium { aspect-ratio: 3/4; }

        @media (min-width: 601px) {
            .home-sobre-gallery {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
            }
            .hsg-left, .hsg-left-bottom, .hsg-right {
                display: contents;
            }
            .hsg-img-large {
                grid-column: 1 / 3;
                grid-row: 1;
                height: 100%;
            }
            .hsg-img-small:nth-child(1) { grid-column: 1 / 2; grid-row: 2; height: 100%; }
            .hsg-img-small:nth-child(2) { grid-column: 2 / 3; grid-row: 2; height: 100%; }
            .hsg-img-medium:nth-child(1) { grid-column: 3 / 4; grid-row: 1; height: 100%; }
            .hsg-img-medium:nth-child(2) { grid-column: 3 / 4; grid-row: 2; height: 100%; }
        }

        @media (max-width: 1024px) {
            .home-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 40px 20px; }
            .hs-item:nth-child(3)::after { display: none; }
            .home-sobre-grid { grid-template-columns: 1fr; gap: 40px; }
            .hs-title, .hs-desc { max-width: none; }
            .hs-features { flex-wrap: wrap; }
        }
        @media (max-width: 600px) {
            .home-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 16px; }
            .hs-item::after { display: none; }
            .hs-title { font-size: 18px; }
            .hs-desc { font-size: 14px; }
            .home-sobre-gallery { grid-template-columns: 1fr; }
            .hs-features { flex-direction: column; gap: 20px; }
            .hsg-right { display: grid; grid-template-columns: 1fr 1fr; }
        }
        /* tsParticles container */
        .ts-particles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0; /* Behind the content, above the background image */
            pointer-events: none;
        }
        .hero-content {
            position: relative;
            z-index: 2; /* Ensure content is above particles */
        }


/* Auto-extracted inline styles */
.{{ $banner->id }}-section-1 { --hero-image: url('{{ $imgUrl }}') }
.tsparticles-{{ $banner->id }}-div-2 { color: white; transform: scale(0.6); }
.tsparticles-{{ $banner->id }}-div-3 { color: white; transform: scale(0.6); }
.{{ $banner->id }}-section-4 { --hero-image: url('{{ $imgUrl }}') }
.tsparticles-{{ $banner->id }}-section-5 { --hero-image: url('{{ asset($brand['hero']) }}') }
