.page1 a{
    text-decoration: none;
}
/* --- Layout & Base --- */
.wb-hero-v5 {
    padding: 80px 0;
    background: #fbfbfd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.wb-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* --- Typography --- */
.wb-h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: #0b1426;
    margin: 0 0 20px;
}
.blue-text { color: #1851E0; }
.wb-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #24314a;
    margin-bottom: 30px;
}

/* --- Geo Links --- */
.wb-geo-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed #1851E0;
    transition: all 0.2s;
}
.wb-geo-link:hover {
    color: #1851E0;
    border-bottom-style: solid;
    background: rgba(24, 81, 224, 0.05);
}

/* --- Specs Box --- */
.wb-execution-specs {
    background: #ffffff;
    border-left: 4px solid #1851E0;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.spec-line {
    font-size: 16px;
    margin-bottom: 8px;
    color: #25354f;
}
.spec-line strong {
    color: #0b1426;
    min-width: 110px;
    display: inline-block;
}

/* --- Checklist --- */
.wb-checklist {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.wb-checklist li {
    font-size: 16px;
    color: #475569;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.wb-checklist li::before {
    content: "✓";
    color: #1851E0;
    font-weight: bold;
    margin-right: 12px;
}

/* --- CTA --- */
.wb-cta-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wb-btn-primary-v5 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1851E0;
    color: #ffffff !important;
    padding: 20px 42px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(24, 81, 224, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wb-btn-primary-v5:hover {
    background: #0b1426;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(11, 20, 38, 0.25);
}
.wb-btn-primary-v5 .arrow-icon {
    transition: transform 0.3s ease;
}
.wb-btn-primary-v5:hover .arrow-icon {
    transform: translateX(5px);
}
.wb-cta-note {
    margin-top: 15px;
    font-size: 14px;
    color: #64748b;
}

/* --- Visual --- */
.wb-image-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.wb-image-card img {
    width: 100%;
    display: block;
}
.wb-data-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 20, 38, 0.9);
    padding: 20px;
    display: flex;
    justify-content: space-around;
    color: #ffffff;
}
.data-point strong {
    display: block;
    font-size: 20px;
    color: #1851E0;
}
.data-point span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .wb-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .wb-checklist li {
        justify-content: center;
    }
    .wb-execution-specs {
        border-left: none;
        border-top: 4px solid #1851E0;
    }
    .wb-cta-container {
        align-items: center;
    }
    .wb-h1 {
        font-size: 38px;
    }
}

/* =========================
                   AEO Definition Section
                   ========================= */
.wb-aeo-section {
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.wb-aeo-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: flex-start;
}

/* --- Heading & Text --- */
.wb-aeo-h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #0b1426;
    margin-bottom: 32px;
    letter-spacing: -0.03em;
}

.wb-aeo-text p {
    font-size: 19px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 24px;
}

.wb-aeo-text strong {
    color: #0b1426;
    font-weight: 700;
}

/* --- Sidebar --- */
.wb-sidebar-label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.wb-resource-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wb-res-item {
    display: block;
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid #f8fafc;
    transition: color 0.2s ease;
}

.res-cat {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1851E0;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.wb-res-item strong {
    font-size: 16px;
    color: #0b1426;
    line-height: 1.4;
}

.wb-res-item:hover strong {
    color: #1851E0;
}

.wb-case-box {
    background: #fbfbfd;
    padding: 20px;
    border-left: 3px solid #1851E0;
    margin-top: 8px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .wb-aeo-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .wb-aeo-h2 {
        font-size: 32px;
    }
}

.wb-visual-matrix {
    padding: 100px 0;
    background: #ffffff;
}

.wb-section-center {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 20px;
}

.wb-h2-main {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    color: #0b1426;
    letter-spacing: -0.04em;
}

.blue-text { color: #1851E0; }

.wb-p-sub {
    font-size: 18px;
    color: #64748b;
    margin-top: 24px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.wb-matrix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.wb-matrix-card {
    background: #fbfbfd;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.m-featured {
    background: #1851E0;
    box-shadow: 0 20px 40px rgba(24, 81, 224, 0.15);
    border: none;
    transform: translateY(-8px);
}

.card-inner {
    padding: 45px 35px 25px;
    flex-grow: 1;
}

.m-tag,
.m-tag-white {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

.m-tag { color: #1851E0; opacity: 0.85; }
.m-tag-white { color: rgba(255,255,255,0.7); }

.wb-matrix-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0b1426;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.white { color: #ffffff !important; }

.wb-matrix-card p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

.white-op { color: rgba(255,255,255,0.92) !important; }

.m-checklist,
.m-checklist-white {
    list-style: none;
    padding: 0;
    margin-top: auto;
}

.m-checklist li,
.m-checklist-white li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.m-checklist li::before {
    content: "✓";
    color: #1851E0;
    margin-right: 12px;
    font-weight: 900;
}

.m-checklist-white li {
    color: #ffffff;
}

.m-checklist-white li::before {
    content: "✓";
    color: #ffffff;
    margin-right: 12px;
    font-weight: 900;
}

.card-img-box {
    margin: 0 16px 16px;
    height: 210px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.wb-matrix-card:hover img {
    transform: scale(1.05);
}

.img-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(11, 20, 38, 0.8);
    color: #ffffff;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}

@media (max-width: 1024px) {
    .wb-matrix-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .m-featured {
        transform: none;
    }
    .wb-h2-main {
        font-size: 36px;
    }
}

.wb-vision-balanced {
    padding: 120px 0;
    background: #ffffff;
    border-top: 1px solid #f8fafc;
}

/* ===== Core Grid ===== */
.wb-vision-main-grid {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 40px;
    align-items: center;
}

/* ===== Media ===== */
.wb-vision-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
}

.media-inner {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
}

.media-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.media-inner:hover img {
    transform: scale(1.05);
}

.media-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(11, 20, 38, 0.8);
    color: #ffffff;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}

/* ===== Content ===== */
.wb-vision-info {
    padding-left: 20px;
}

.sh-h2 {
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 900;
    line-height: 1.0;
    color: #0b1426;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.text-blue { color: #1851E0; }

.sh-p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* ===== Specs ===== */
.sh-specs {
    margin-bottom: 40px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}

.spec-row strong {
    color: #0b1426;
    font-weight: 800;
}

.spec-row span {
    color: #64748b;
}

/* ===== CTA ===== */
.sh-btn-blue-full {
    display: block;
    text-align: center;
    background: #1851E0;
    color: #ffffff;
    padding: 18px;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.sh-btn-blue-full:hover {
    background: #0c3ab1;
    transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .wb-vision-main-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .wb-vision-info {
        padding-left: 0;
    }
    .sh-h2 {
        font-size: 36px;
    }
}

.wb-trust-section {
    padding: 100px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.wb-trust-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: flex-start;
}

/* ===== FAQ ===== */
.faq-list {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 25px 0;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 800;
    color: #0b1426;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: '+';
    font-size: 20px;
    color: #1851E0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer p {
    padding-bottom: 25px;
    color: #64748b;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

/* ===== Testimonial ===== */
.testimonial-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.03);
    position: relative;
}

.quote-icon {
    font-size: 80px;
    color: #1851E0;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 1;
}

.quote-text {
    font-size: 18px;
    color: #0b1426;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.client-meta strong {
    display: block;
    font-size: 16px;
    color: #0b1426;
}

.client-meta span {
    font-size: 14px;
    color: #64748b;
}

.partner-logo-mini {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    font-size: 11px;
    font-weight: 800;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .wb-trust-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

.wb-contact-final {
    padding: 140px 0;
    background: #ffffff;
}

.wb-contact-flex {
    display: flex;
    gap: 80px;
    align-items: center;
}

/* ===== Left Info ===== */
.wb-contact-info { flex: 1; }

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

.info-item strong {
    display: block;
    font-size: 13px;
    color: #0b1426;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.info-item p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

/* ===== Form ===== */
.wb-form-wrapper { flex: 1; }

.winsbs-industrial-form {
    background: #fcfcfc;
    padding: 50px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.03);
}

.form-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.f-field.full { grid-column: span 2; }

.f-field label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #0b1426;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.f-field input,
.f-field select,
.f-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
}

.f-field input:focus,
.f-field select:focus,
.f-field textarea:focus {
    border-color: #1851E0;
    outline: none;
}

.sh-btn-blue-full {
    width: 100%;
    background: #1851E0;
    color: #ffffff;
    border: none;
    padding: 20px;
    border-radius: 4px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 30px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.sh-btn-blue-full:hover {
    background: #0c3ab1;
    transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .wb-contact-flex {
        flex-direction: column;
        gap: 60px;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
}