/* About Section moved from landing page */
.brand-page .about-section {
    padding: 6rem 0;
    background: var(--off-white);
}

.brand-page .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.brand-page .section-tag {
    display: inline-block;
    color: var(--primary-blue);
    /* ===================================
       브랜드소개 페이지 스타일
       ================================== */

    /* Brand Hero */
    .brand-hero {
        position: relative;
        min-height: 700px;
        display: flex;
        align-items: center;
        padding: 150px 0 100px;
        overflow: hidden;
        background: linear-gradient(135deg, #0052a3 0%, #0066CC 50%, #0080FF 100%);
    }

    .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
        pointer-events: none;
    }

    .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        color: white;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        padding: 0.625rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hero-badge i {
        font-size: 1rem;
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1.3;
        margin-bottom: 2rem;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .hero-title .highlight {
        color: var(--gold);
        text-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
    }

    .hero-subtitle {
        font-size: 1.25rem;
        line-height: 1.8;
        opacity: 0.95;
        margin-bottom: 3rem;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subtitle strong {
        color: var(--gold);
        font-weight: 700;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        max-width: 1000px;
        margin: 0 auto;
    }

    .stat-item {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 2rem 1rem;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: var(--transition);
    }

    .stat-item:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-5px);
    }

    .stat-number {
        font-size: 2.5rem;
        font-weight: 900;
        color: var(--gold);
        margin-bottom: 0.5rem;
    }

    .stat-label {
        font-size: 1rem;
        opacity: 0.9;
    }

    /* About Section moved from landing page */
    .brand-page .about-section {
        padding: 6rem 0;
        background: var(--off-white);
    }

    .brand-page .section-header {
        text-align: center;
        margin-bottom: 4rem;
    }

    .brand-page .section-tag {
        display: inline-block;
        color: var(--primary-blue);
        font-weight: 700;
        font-size: 0.875rem;
        letter-spacing: 2px;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .brand-page .about-section .section-header h2 {
        font-size: 2.75rem;
        font-weight: 900;
        color: var(--black);
        margin-bottom: 1rem;
    }

    .brand-page .about-section .section-header p {
        font-size: 1.125rem;
        color: var(--gray);
        max-width: 600px;
        margin: 0 auto;
    }

    .brand-page .about-quote {
        font-size: 1.25rem;
        line-height: 1.8;
        color: var(--dark-gray);
        margin-top: 1rem;
    }

    .brand-page .about-quote strong {
        color: var(--primary-blue);
    }

    .brand-page .about-content>div {
        margin-bottom: 4rem;
    }

    .brand-page .about-content>div:last-child {
        margin-bottom: 0;
    }

    .brand-page .about-content h3 {
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .brand-page .about-content h3 i {
        color: var(--primary-blue);
    }

    .brand-page .about-content p {
        color: var(--dark-gray);
        line-height: 1.8;
        margin-bottom: 1rem;
    }

    .brand-page .mission-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }

    .brand-page .mission-item {
        background: var(--white);
        padding: 2rem;
        border-radius: 15px;
        text-align: center;
        border: 2px solid var(--light-gray);
        transition: var(--transition);
    }

    .brand-page .mission-item:hover {
        border-color: var(--primary-blue);
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    .brand-page .mission-item i {
        font-size: 2.5rem;
        color: var(--primary-blue);
        margin-bottom: 1rem;
    }

    .brand-page .mission-item h4 {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 0.5rem;
    }

    .brand-page .mission-item p {
        color: var(--gray);
        margin: 0;
    }

    /* Brand Philosophy */
    .brand-philosophy {
        .philosophy-image .feature-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
            transition: var(--transition);
        }

        .philosophy-image .feature-image:hover {
            transform: scale(1.02);
            box-shadow: 0 25px 70px rgba(0, 102, 204, 0.2);
        }

        .image-placeholder {
            width: 100%;
            aspect-ratio: 1;
            background: linear-gradient(135deg, var(--off-white), var(--light-gray));
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-xl);
        }

        .image-placeholder i {
            font-size: 8rem;
            color: var(--primary-blue);
            opacity: 0.3;
        }

        .philosophy-text h3 {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 1.5rem;
            color: var(--black);
        }

        .philosophy-text p {
            font-size: 1.125rem;
            line-height: 1.8;
            color: var(--gray);
            margin-bottom: 2rem;
        }

        .philosophy-text strong {
            color: var(--primary-blue);
            font-weight: 700;
        }

        .protection-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }

        .protection-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.25rem;
            background: var(--off-white);
            border-radius: 15px;
            transition: var(--transition);
        }

        .protection-item:hover {
            background: #E8F4FF;
            transform: translateX(5px);
        }

        .protection-item i {
            font-size: 2rem;
            color: var(--primary-blue);
        }

        .protection-item span {
            font-weight: 600;
            color: var(--black);
        }

        /* Technology Section */
        .technology-section {
            padding: 120px 0;
            background: var(--off-white);
        }

        .tech-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 4rem;
        }

        .tech-card {
            background: white;
            padding: 3rem 2rem;
            border-radius: 25px;
            box-shadow: var(--shadow-lg);
            transition: var(--transition);
            text-align: center;
        }

        .tech-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-xl);
        }

        .tech-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 2rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tech-icon i {
            font-size: 3rem;
            color: white;
        }

        .tech-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--black);
        }

        .tech-card>p {
            color: var(--gray);
            margin-bottom: 1.5rem;
        }

        .tech-list {
            list-style: none;
            padding: 0;
            text-align: left;
        }

        .tech-list li {
            display: flex;
            align-items: start;
            gap: 0.75rem;
            padding: 0.75rem 0;
            color: var(--dark-gray);
        }

        .tech-list i {
            color: var(--primary-blue);
            margin-top: 0.25rem;
        }

        /* Antibacterial Section */
        .antibacterial-section {
            padding: 120px 0;
            background: linear-gradient(135deg, #E8F4FF 0%, white 100%);
        }

        .antibacterial-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .antibacterial-text h2 {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 1.5rem;
            margin-top: 1rem;
        }

        .antibacterial-text h2 .highlight {
            color: var(--primary-blue);
        }

        .antibacterial-text p {
            font-size: 1.125rem;
            line-height: 1.8;
            color: var(--gray);
            margin-bottom: 2rem;
        }

        .safety-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .safety-badge {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.875rem 1.5rem;
            background: white;
            border-radius: 50px;
            box-shadow: var(--shadow-md);
            font-weight: 600;
            color: var(--black);
        }

        .safety-badge i {
            color: var(--success);
            font-size: 1.25rem;
        }

        .antibacterial-image {
            position: relative;
        }

        .antibacterial-image-card {
            width: 100%;
            max-width: 640px;
            margin-left: auto;
            aspect-ratio: 4 / 3;
            background: #F7FAFF;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
        }

        .antibacterial-slide-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
            object-position: center;
            border-radius: 0;
            box-shadow: none;
            background: #F7FAFF;
        }

        .antibacterial-slide-image:hover {
            transform: none;
            box-shadow: none;
        }

        .antibacterial-fade-enter-active,
        .antibacterial-fade-leave-active {
            transition: opacity 0.45s ease;
        }

        .antibacterial-fade-enter-from,
        .antibacterial-fade-leave-to {
            opacity: 0;
        }

        /* Maintenance Section */
        .maintenance-section {
            padding: 120px 0;
            background: white;
        }

        .maintenance-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 4rem;
        }

        .maintenance-card {
            text-align: center;
            padding: 2.5rem 1.5rem;
            background: var(--off-white);
            border-radius: 20px;
            transition: var(--transition);
        }

        .maintenance-card:hover {
            background: #E8F4FF;
            transform: translateY(-5px);
        }

        .maintenance-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .maintenance-icon i {
            font-size: 2rem;
            color: white;
        }

        .maintenance-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--black);
        }

        .maintenance-card p {
            color: var(--gray);
            font-size: 0.9375rem;
        }

        .maintenance-note {
            margin-top: 3rem;
            padding: 1.5rem 2rem;
            background: #FFF9E6;
            border-left: 4px solid var(--warning);
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .maintenance-note i {
            font-size: 1.5rem;
            color: var(--warning);
        }

        .maintenance-note p {
            margin: 0;
            color: var(--dark-gray);
            font-size: 1rem;
        }

        .maintenance-note strong {
            color: var(--black);
        }

        /* Duration Section */
        .duration-section {
            padding: 120px 0;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            color: white;
        }

        .duration-content {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 4rem;
            align-items: center;
        }

        .duration-visual {
            display: flex;
            justify-content: center;
        }

        .duration-circle {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 3px solid rgba(255, 255, 255, 0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .duration-number {
            font-size: 5rem;
            font-weight: 900;
            color: var(--gold);
            line-height: 1;
        }

        .duration-unit {
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 3px;
            margin-top: 0.5rem;
            opacity: 0.9;
        }

        .duration-text h2 {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 1.5rem;
            margin-top: 1rem;
        }

        .duration-text h2 .highlight {
            color: var(--gold);
        }

        .duration-text p {
            font-size: 1.125rem;
            line-height: 1.8;
            opacity: 0.95;
            margin-bottom: 1.5rem;
        }

        .duration-text strong {
            color: var(--gold);
            font-weight: 700;
        }

        .duration-message {
            padding-top: 1rem;
            border-top: 2px solid rgba(255, 255, 255, 0.2);
        }

        /* Identity Section */
        .identity-section {
            padding: 120px 0;
            background: white;
        }

        .identity-content {
            margin-top: 4rem;
            text-align: center;
        }

        .color-showcase {
            margin-bottom: 4rem;
        }

        .color-circle {
            width: 200px;
            height: 200px;
            margin: 0 auto 2rem;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            box-shadow:
                0 20px 60px rgba(0, 102, 204, 0.4),
                inset 0 -10px 30px rgba(0, 0, 0, 0.1);
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        .color-showcase h3 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--primary-blue);
        }

        .identity-values {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }

        .value-item {
            text-align: center;
        }

        .value-item i {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
        }

        .value-item h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--black);
        }

        .value-item p {
            color: var(--gray);
            line-height: 1.6;
        }

        .brand-message {
            margin-top: 4rem;
            padding: 3rem;
            background: var(--off-white);
            border-radius: 25px;
            text-align: center;
        }

        .brand-message p {
            font-size: 1.25rem;
            line-height: 1.8;
            color: var(--dark-gray);
            margin: 0;
        }

        .brand-message strong {
            color: var(--primary-blue);
            font-weight: 700;
        }

        /* Trust Section */
        .trust-section {
            padding: 120px 0;
            background: var(--off-white);
        }

        .trust-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 4rem;
        }

        .trust-stat-card {
            background: white;
            padding: 3rem 2rem;
            border-radius: 25px;
            box-shadow: var(--shadow-lg);
            text-align: center;
            transition: var(--transition);
        }

        .trust-stat-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-xl);
        }

        .trust-stat-card .stat-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 2rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .trust-stat-card .stat-icon i {
            font-size: 3rem;
            color: white;
        }

        .trust-stat-card .stat-number {
            font-size: 3rem;
            font-weight: 900;
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }

        .trust-stat-card .stat-label {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--black);
            margin-bottom: 1rem;
        }

        .trust-stat-card p {
            color: var(--gray);
            line-height: 1.6;
        }

        .trust-message {
            margin-top: 4rem;
            text-align: center;
        }

        .trust-message p {
            font-size: 1.25rem;
            line-height: 1.8;
            color: var(--dark-gray);
        }

        /* History Section */
        .history-section {
            padding: 120px 0;
            background: white;
        }

        .timeline {
            max-width: 900px;
            margin: 4rem auto 0;
            position: relative;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 203px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--primary-blue), var(--secondary-blue));
        }

        .timeline-item {
            display: grid;
            grid-template-columns: 180px 1fr;
            gap: 3rem;
            margin-bottom: 3rem;
            position: relative;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: 192px;
            top: 8px;
            width: 24px;
            height: 24px;
            background: white;
            border: 4px solid var(--primary-blue);
            border-radius: 50%;
            z-index: 1;
        }

        .timeline-item.highlight::before {
            width: 32px;
            height: 32px;
            left: 188px;
            top: 4px;
            border-color: var(--gold);
            background: var(--gold);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
        }

        .timeline-year {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--primary-blue);
            text-align: right;
            padding-right: 3.5rem;
        }

        .timeline-item.highlight .timeline-year {
            color: var(--gold);
        }

        .timeline-content {
            background: var(--off-white);
            padding: 2rem;
            border-radius: 20px;
            transition: var(--transition);
        }

        .timeline-content:hover {
            background: #E8F4FF;
            transform: translateX(10px);
        }

        .timeline-item.highlight .timeline-content {
            background: linear-gradient(135deg, #FFF9E6, #FFF5CC);
        }

        .timeline-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--black);
            margin-bottom: 1rem;
        }

        .timeline-content ul {
            list-style: none;
            padding: 0;
        }

        .timeline-content li {
            padding: 0.5rem 0;
            color: var(--dark-gray);
            padding-left: 1.5rem;
            position: relative;
        }

        .timeline-content li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--primary-blue);
            font-weight: 700;
        }

        .achievement-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1.5rem;
        }

        .achievement-badges .badge {
            display: inline-block;
            padding: 0.5rem 1rem;
            background: var(--gold);
            color: white;
            border-radius: 50px;
            font-size: 0.875rem;
            font-weight: 600;
        }

        /* Two Brands Section */
        .two-brands-section {
            padding: 120px 0;
            background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
        }

        .brands-comparison {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-top: 4rem;
        }

        .brand-card {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .brand-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }

        .brand-card.magicblue {
            border-top: 4px solid var(--primary-blue);
        }

        .brand-card.magicart {
            border-top: 4px solid #FF6B35;
        }

        .brand-header {
            text-align: center;
            margin-bottom: 2.5rem;
            padding-bottom: 2rem;
            border-bottom: 2px solid #f0f0f0;
        }

        .brand-logo-area {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0, 82, 163, 0.3);
        }

        .brand-card.magicart .brand-logo-area {
            background: linear-gradient(135deg, #FF6B35, #FF8C61);
            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
        }

        .brand-logo-area i {
            font-size: 2.5rem;
            color: white;
        }

        .brand-header h3 {
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 0.5rem;
            color: #1a1a1a;
        }

        .brand-subtitle {
            font-size: 1rem;
            color: #666;
            font-weight: 500;
        }

        .brand-content {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .brand-description {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 12px;
            border-left: 4px solid var(--primary-blue);
        }

        .brand-card.magicart .brand-description {
            border-left-color: #FF6B35;
        }

        .brand-description p {
            font-size: 1rem;
            line-height: 1.8;
            color: #333;
            margin: 0;
        }

        .brand-features h4,
        .brand-applications h4,
        .brand-benefits h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .brand-features h4 i,
        .brand-applications h4 i,
        .brand-benefits h4 i {
            color: var(--primary-blue);
            font-size: 1rem;
        }

        .brand-card.magicart .brand-features h4 i,
        .brand-card.magicart .brand-applications h4 i,
        .brand-card.magicart .brand-benefits h4 i {
            color: #FF6B35;
        }

        .brand-features ul,
        .brand-benefits ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .brand-features ul li,
        .brand-benefits ul li {
            padding: 0.75rem 0;
            color: #444;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.95rem;
        }

        .brand-features ul li i,
        .brand-benefits ul li i {
            color: var(--primary-blue);
            font-size: 0.875rem;
        }

        .brand-card.magicart .brand-features ul li i,
        .brand-card.magicart .brand-benefits ul li i {
            color: #FF6B35;
        }

        .application-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
        }

        .application-tags span {
            background: var(--primary-blue);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .brand-card.magicart .application-tags span {
            background: #FF6B35;
        }

        .combined-message {
            margin-top: 5rem;
            text-align: center;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 4rem 3rem;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
        }

        .message-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 2rem;
            background: linear-gradient(135deg, var(--gold), #FFC107);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
        }

        .message-icon i {
            font-size: 2.5rem;
            color: white;
        }

        .combined-message h3 {
            font-size: 2rem;
            font-weight: 900;
            color: #1a1a1a;
            margin-bottom: 1rem;
        }

        .combined-message p {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 2.5rem;
        }

        .combined-benefits {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }

        .combined-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 1rem;
            font-weight: 600;
            color: #333;
        }

        .combined-item i {
            color: var(--gold);
            font-size: 1.5rem;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .brands-comparison {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

        @media (max-width: 768px) {
            .two-brands-section {
                padding: 80px 0;
            }

            .brand-card {
                padding: 2rem;
            }

            .brand-header h3 {
                font-size: 1.75rem;
            }

            .combined-message {
                margin-top: 3rem;
                padding: 3rem 2rem;
            }

            .combined-message h3 {
                font-size: 1.5rem;
            }

            .combined-benefits {
                flex-direction: column;
                gap: 1rem;
            }
        }

        /* Final Message Section */
        .final-message-section {
            padding: 120px 0;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            color: white;
            text-align: center;
        }

        .final-message-content h2 {
            font-size: 3rem;
            font-weight: 900;
            line-height: 1.5;
            margin-bottom: 2rem;
        }

        .final-message-content h2 .highlight {
            color: var(--gold);
        }

        .final-message-content p {
            font-size: 1.25rem;
            line-height: 1.8;
            opacity: 0.95;
            margin-bottom: 3rem;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1.25rem 3rem;
            background: var(--gold);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.25rem;
            font-weight: 700;
            transition: var(--transition);
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
        }

        /* Section Utilities */
        .section-badge {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
            color: white;
            border-radius: 50px;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }

        .section-header.center {
            text-align: center;
            max-width: 900px;
            margin: 0 auto 4rem;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 900;
            line-height: 1.3;
            color: var(--black);
            margin-bottom: 1.5rem;
        }

        .section-title .highlight {
            color: var(--primary-blue);
        }

        .section-subtitle {
            font-size: 1.125rem;
            line-height: 1.8;
            color: var(--gray);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
            }

            .tech-features,
            .identity-values {
                grid-template-columns: repeat(2, 1fr);
            }

            .maintenance-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .brand-hero {
                min-height: 600px;
                padding: 120px 0 80px;
            }

            .hero-title {
                font-size: 2.25rem;
            }

            .hero-subtitle {
                font-size: 1rem;
            }

            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .stat-number {
                font-size: 2rem;
            }

            .philosophy-content,
            .antibacterial-content,
            .duration-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .tech-features,
            .maintenance-grid,
            .identity-values,
            .trust-stats {
                grid-template-columns: 1fr;
            }

            .section-title {
                font-size: 2rem;
            }

            .timeline::before {
                left: 20px;
            }

            .timeline-item {
                grid-template-columns: 1fr;
                gap: 1rem;
                padding-left: 60px;
            }

            .timeline-item::before {
                left: 9px;
            }

            .timeline-item.highlight::before {
                left: 5px;
            }

            .timeline-year {
                text-align: left;
                padding-right: 0;
                font-size: 1.75rem;
            }

            .final-message-content h2 {
                font-size: 2rem;
            }

            .duration-circle {
                width: 250px;
                height: 250px;
            }

            .duration-number {
                font-size: 4rem;
            }

            .antibacterial-image-card {
                max-width: 100%;
                aspect-ratio: 16 / 12;
            }
        }

        @media (max-width: 480px) {
            .hero-stats {
                grid-template-columns: 1fr;
            }

            .protection-grid {
                grid-template-columns: 1fr;
            }
        }
    }
}

/* Restore top hero after earlier nested CSS corruption */
.brand-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 150px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #0052a3 0%, #0066CC 50%, #0080FF 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hero-badge i {
    font-size: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-title .highlight {
    color: var(--gold);
    text-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.hero-subtitle strong {
    color: var(--gold);
    font-weight: 700;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    color: #fff;
}

@media (max-width: 768px) {
    .brand-hero {
        min-height: 600px;
        padding: 120px 0 80px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }
}