		
:root {
    --primary-blue: #2563eb;
    --dark-blue: #1e40af;
    --light-blue: #dbeafe;
    --accent-blue: #3b82f6;
    --bg-gray: #f8fafc;
    --text-dark: #1e293b;
    --text-gray: #64748b;
    --border-gray: #e2e8f0;
    --secondaly-blue: #0066CC;
    --thirdface-blue: #E8F4FF;
    --fourth-blue: #0099FF;
    --dark-text: #1A1A2E;
    --gray-text: #666;
    --white: #FFFFFF;
	--primary-blue-light: #3B82F6;
	--light-bg: #F8FAFC;
    --chat-user-bg: #E0F2FE;
    --chat-ai-bg: #FFFFFF;
    --border-color: #E2E8F0;
    --fifth-blue: #0EA5E9;
    --black-text: #1E293B;
    --ash-text: #64748B;
}
		
.agent_container {
    margin: 0 auto;
    overflow: hidden;
    width: 82%;
    padding: 15px 0 50px;
    border-radius: 13px;
}

        .header {
            text-align: center;
            margin-bottom: 30px;
        }

        .header h1 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

        .top-nav {
            display: flex;
            justify-content: flex-end;
            gap: 30px;
            margin-bottom: 20px;
        }

        .top-nav a {
            color: var(--primary-blue);
            text-decoration: underline;
            font-size: 0.85rem;
            font-weight: 500;
        }

        /* 行レイアウト */
        .row-call {
            display: flex;
            align-items: stretch;
            margin-bottom: 30px;
            gap: 0;
			margin-right: 0;
            margin-left: 0;
        }

        .row-label {
            width: 228px;
            min-width: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px 10px;
            font-weight: 600;
            font-size: 1vw;
            color: var(--text-dark);
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border: 1px solid var(--border-gray);
            border-right: none;
            border-radius: 10px 0 0 10px;
            text-align: center;
        }

        .row-content {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            border: 1px solid var(--border-gray);
            border-radius: 0 10px 10px 0;
            background: var(--bg-gray);
            text-align: center;
            font-size: 1vw;
        }

        /* VoiceGPT + API連携の横並び */
        .voicegpt-api-row {
            display: flex;
            align-items: stretch;
            gap: 0;
            margin-bottom: 30px;
        }

        .voicegpt-section {
            flex: 1;
            display: flex;
        }

        .voicegpt-section .row-label {
            background: linear-gradient(135deg, var(--light-blue) 0%, #bfdbfe 100%);
            border-color: #93c5fd;
        }

        .voicegpt-section .row-content {
            flex-direction: column;
            gap: 10px;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-color: #93c5fd;
        }

        .voicegpt-box {
            width: 100%;
            padding: 12px 15px;
            background: white;
            border-radius: 8px;
            border: 1px solid #bfdbfe;
        }

        .voicegpt-box .title {
            font-weight: 700;
            font-size: 1vw;
            color: var(--text-dark);
            margin-bottom: 5px;
        }

        .voicegpt-box .subtitle {
            font-size: 0.9rem;
            color: var(--text-gray);
        }

        /* 接続矢印（中央） */
        .connection-bridge {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0 15px;
            min-width: 80px;
        }

        .connection-label {
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 5px;
        }

        .connection-arrows {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
        }

        .connection-arrows svg {
            width: 50px;
            height: 16px;
        }

        /* 外部システムセクション */
        .external-section {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            background: var(--bg-gray);
            border: 1px solid var(--border-gray);
            border-radius: 10px;
            min-width: 140px;
        }

        .external-box {
            background: white;
            border: 2px solid var(--primary-blue);
            border-radius: 8px;
            padding: 12px 18px;
            text-align: center;
            font-weight: 500;
            font-size: 0.85rem;
        }

        /* Voice エージェントエンジン + SIP連携の横並び */
        .voice-engine-sip-row {
            display: flex;
            align-items: stretch;
            gap: 0;
            width: 84%;
            margin-left: auto;
        }

        .voice-engine-section {
            flex: 1;
            padding: 15px 20px;
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
            border-radius: 10px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
        }

        .voice-engine-section .title {
            font-weight: 700;
            font-size: 1vw;
            margin-bottom: 5px;
        }

        .voice-engine-section .subtitle {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        /* 電話回線セクション */
        .phone-section {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            background: var(--bg-gray);
            border: 1px solid var(--border-gray);
            border-radius: 10px;
            min-width: 140px;
        }

        .phone-block {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .phone-icon {
            width: 73px;
            height: 65px;
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 0.8rem;
        }

        .phone-labels {
            display: flex;
            flex-direction: column;
            gap: 5px;
            font-size: 0.7rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .phone-label-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .phone-label-item svg {
            width: 16px;
            height: 12px;
        }

        /* Agent Studio行 */
        .agent-row .row-label {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
            color: white;
            border-color: var(--primary-blue);
        }

        .agent-row .row-content {
            display: flex;
            flex-direction: row;
            gap: 10px;
            padding: 15px;
            border-color: var(--primary-blue);
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        }

        .component-box {
            flex: 1;
            background: var(--primary-blue);
            color: white;
            padding: 12px 10px;
            border-radius: 8px;
            text-align: center;
            font-weight: 500;
            font-size: 1vw;
            transition: all 0.3s ease;
        }

        .component-box:hover {
            background: var(--dark-blue);
            transform: translateY(-2px);
        }

        /* LLM行 */
        .llm-row .row-label {
            background: linear-gradient(135deg, var(--accent-blue) 0%, var(--primary-blue) 100%);
            color: white;
            border-color: var(--accent-blue);
        }

        .llm-row .row-content {
            display: flex;
            flex-direction: row;
            gap: 10px;
            padding: 15px;
            border-color: var(--accent-blue);
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        }

        .llm-box {
            flex: 1;
            background: linear-gradient(135deg, var(--accent-blue) 0%, var(--primary-blue) 100%);
            color: white;
            padding: 12px 10px;
            border-radius: 8px;
            text-align: center;
            font-weight: 500;
            font-size: 1vw;
            transition: all 0.3s ease;
        }

        .llm-box:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px -5px rgba(37, 99, 235, 0.4);
        }

        /* 矢印 */
        .arrow-row {
            display: flex;
            justify-content: center;
            width: 0;
            height: 0;
            border-left: 33px solid transparent;
            border-right: 33px solid transparent;
            border-top: 21px solid #363636;
            margin: 30px auto;
        }

        .arrow-row svg {
            width: 35px;
            height: 35px;
            fill: none;
            stroke: var(--primary-blue);
            stroke-width: 2;
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(5px); }
        }

        /* 凡例 */
        .legend {
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid var(--border-gray);
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.75rem;
            color: var(--text-gray);
        }

        .legend-color {
            width: 18px;
            height: 18px;
            border-radius: 4px;
        }

        .legend-color.blue {
            background: var(--primary-blue);
        }

        .legend-color.light {
            background: var(--light-blue);
            border: 1px solid #bfdbfe;
        }

        /* レスポンシブ */
		@media (max-width: 1280px) {
			.row-content {
             font-size: 1.2vw;
		}
			.row-label {
             font-size: 1.2vw;
		}
			.voicegpt-box .title {
              font-size: 1.2vw;
		}
			.voice-engine-section .title {
              font-size: 1.2vw;
		}
		.component-box {
             font-size: 1.2vw;
		}
			
		.llm-box {
             font-size: 1.2vw;
		}
			
		.agent_container {
            padding: 0;
		}
			
		.voice-engine-sip-row {
            width: 78%;
		}
		}
        @media (max-width: 900px) {
            .voicegpt-api-row,
            .voice-engine-sip-row {
                flex-direction: column;
                gap: 10px;
            }

            .connection-bridge {
                flex-direction: row;
                padding: 10px 0;
                min-width: auto;
            }

            .connection-arrows {
                flex-direction: row;
                gap: 10px;
            }

            .connection-arrows svg {
                transform: rotate(90deg);
                width: 30px;
                height: 30px;
            }

            .external-section,
            .phone-section {
                min-width: auto;
            }

            .agent-row .row-content,
            .llm-row .row-content {
                flex-wrap: wrap;
            }

            .component-box,
            .llm-box {
                flex: 1 1 45%;
                min-width: 120px;
            }
        }

        @media (max-width: 768px) {
            .agent_container {
             padding: 0 10px;
            }

            .header h1 {
                font-size: 1.4rem;
            }

            .top-nav {
                justify-content: center;
                gap: 15px;
            }

            .row-call {
                flex-direction: column;
            }

            .row-label {
                width: 100%;
                border-radius: 10px 10px 0 0;
                border-right: 1px solid var(--border-gray);
                border-bottom: none;
                padding: 12px;
            }

            .row-content {
                border-radius: 0 0 10px 10px;
            }

            .voicegpt-section {
                flex-direction: column;
            }

            .voicegpt-section .row-label {
                border-radius: 10px 10px 0 0;
                border-right: 1px solid #93c5fd;
                border-bottom: none;
            }

            .voicegpt-section .row-content {
                border-radius: 0 0 10px 10px;
            }
			
			 .voice-engine-sip-row {
            width: 100%;
        }

        }

        @media (max-width: 480px) {

            .header h1 {
                font-size: 1.2rem;
            }

            .top-nav a {
                font-size: 0.7rem;
                padding: 5px 8px;
                background: var(--light-blue);
                border-radius: 5px;
                text-decoration: none;
            }

            .row-label {
                font-size: 4.2vw;
                padding: 10px;
            }

            .row-content {
                padding: 10px;
            }

            .voicegpt-box .title,
            .voice-engine-section .title {
                font-size: 4.2vw;
            }

            .voicegpt-box .subtitle,
            .voice-engine-section .subtitle {
                font-size: 0.8rem;
            }

            .component-box,
            .llm-box {
                flex: inherit;
                font-size: 4.2vw;
                padding: 10px;
            }

            .legend {
                gap: 15px;
            }

            .legend-item {
                font-size: 0.65rem;
            }
			.row-content {
               font-size: 4.2vw;
            }
			
			.phone-labels {
              font-size: 4.2vw;
			}
			
			.phone-icon {
              width: 109px;
              font-size: 4.2vw;
			}
			
			.connection-label {
              font-size: 4.2vw;
			}
			.external-box {
              font-size: 4.2vw;
			}
			ol.strategy-list {
              padding-left: 0;
            }
			ul.merit-list {
             padding-left: 0;
            }
		}

        .content-wrapper {
            position: relative;
            border-radius: 24px;
            padding: 0 0 80px;
            overflow: hidden;
        }

        /* 利点エリア（下部） */
        .benefits-section {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            margin-top: 40px;
            position: relative;
        }

        .benefit-item {
            text-align: center;
            flex: 1;
            background: var(--white);
            border: 2px solid var(--secondaly-blue);
            border-radius: 16px;
            padding: 20px 15px;
            margin: 0 10px;
            transition: all 0.3s ease;
            min-height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .benefit-item:hover {
            box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
            transform: translateY(-5px);
        }

        .benefit-label {
            font-size: 1.2rem;
            color: var(--gray-text);
            margin-bottom: 8px;
        }

        .benefit-value {
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--secondaly-blue);
            line-height: 1.1;
            white-space: nowrap;
        }

        .benefit-value span {
            font-size: 1.2rem;
            font-weight: 500;
        }

        .benefit-unit {
            font-size: 0.85rem;
            color: var(--gray-text);
            margin-top: 4px;
        }

        /* 中央の矢印と楕円 */
        .center-visual {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px 0 40px;
        }

        .arrow-container {
            position: relative;
            z-index: 2;
            order: 3;
        }

        .arrow {
            width: 170px;
            height: 180px;
            background: linear-gradient(0deg, var(--secondaly-blue) 0%, var(--fourth-blue) 100%);
            clip-path: polygon(50% 100%, 100% 60%, 75% 60%, 75% 0%, 25% 0%, 25% 60%, 0% 60%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 60px;
        }

        .arrow-text {
            color: var(--white);
            font-weight: 700;
            font-size: 1.5rem;
        }

        .ellipse-top {
            width: 600px;
            height: 60px;
            background: linear-gradient(90deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 153, 255, 0.15) 50%, rgba(0, 102, 204, 0.1) 100%);
            border-radius: 50%;
            margin-bottom: -30px;
            position: relative;
            z-index: 1;
            order: 2;
        }

        .ellipse-bottom {
            width: 800px;
            height: 80px;
            background: linear-gradient(90deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 153, 255, 0.1) 50%, rgba(0, 102, 204, 0.05) 100%);
            border-radius: 50%;
            margin-bottom: -25px;
            position: relative;
            z-index: 0;
            order: 1;
        }

        /* 機能ラベル */
        .features-label {
            text-align: center;
            margin: 25px 0 10px;
        }

        .features-label span {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--secondaly-blue);
            background: var(--white);
            padding: 8px 60px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 102, 204, 0.1);
        }

        /* 機能エリア（上部） */
        .features-section {
            display: flex;
            justify-content: space-between;
            gap: 0px;
            flex-wrap: nowrap;
            margin-bottom: 20px;
        }

        .feature-item {
            display: flex;
            flex-direction: row;
            align-items: center;
            text-align: left;
            flex: 1;
            padding: 10px 0;
            gap: 12px;
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            min-width: 70px;
            border: 2px solid var(--secondaly-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--white);
            transition: all 0.3s ease;
        }

        .feature-item:hover .feature-icon {
            background: var(--secondaly-blue);
            transform: scale(1.05);
        }

        .feature-item:hover .feature-icon svg {
            stroke: var(--white);
        }

        .feature-icon svg {
            width: 32px;
            height: 32px;
            stroke: var(--secondaly-blue);
            stroke-width: 1.5;
            fill: none;
            transition: all 0.3s ease;
        }

        .feature-text {
            font-size: 1.1rem;
            color: var(--dark-text);
            font-weight: 500;
            line-height: 1.4;
        }

        /* フッター */
        .footer {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(0, 102, 204, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footnote {
            font-size: 0.75rem;
            color: var(--gray-text);
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 900;
            color: var(--secondaly-blue);
        }

        .logo span {
            color: var(--fourth-blue);
        }

        .copyright {
            font-size: 0.75rem;
            color: var(--gray-text);
        }

        .page-number {
            font-size: 0.9rem;
            color: var(--gray-text);
            font-weight: 500;
        }

        /* アニメーション */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .benefit-item, .feature-item {
            animation: fadeInUp 0.6s ease forwards;
        }

        .benefit-item:nth-child(1) { animation-delay: 0.1s; }
        .benefit-item:nth-child(2) { animation-delay: 0.2s; }
        .benefit-item:nth-child(3) { animation-delay: 0.3s; }
        .benefit-item:nth-child(4) { animation-delay: 0.4s; }

        .feature-item:nth-child(1) { animation-delay: 0.5s; }
        .feature-item:nth-child(2) { animation-delay: 0.6s; }
        .feature-item:nth-child(3) { animation-delay: 0.7s; }
        .feature-item:nth-child(4) { animation-delay: 0.8s; }

        /* レスポンシブ - タブレット */
        @media (max-width: 1280px) {		
		.content-wrapper {
             padding: 0 0px 80px;
			}
		}
        @media (max-width: 1024px) {
            .benefits-section {
                gap: 15px;
            }

            .benefit-item {
                padding: 15px 10px;
                margin: 0 5px;
            }

            .benefit-value {
                font-size: 2.2rem;
            }

            .feature-icon {
                width: 60px;
                height: 60px;
                min-width: 60px;
            }

            .feature-icon svg {
                width: 28px;
                height: 28px;
            }

            .features-section {
                gap: 15px;
            }
        }

        /* レスポンシブ - スマホ横向き・小型タブレット */
        @media (max-width: 768px) {

            .title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }

            .content-wrapper {
                padding: 30px 20px 50px;
            }

            .benefits-section {
                flex-wrap: wrap;
                gap: 15px;
            }

            .benefit-item {
                flex: 1 1 calc(50% - 20px);
                margin: 0;
                padding: 15px 10px;
                min-height: 130px;
            }

            .benefit-label {
                font-size: 0.8rem;
            }

            .benefit-value {
                font-size: 1.8rem;
            }

            .benefit-unit {
                font-size: 0.75rem;
            }

            .arrow {
                width: 100px;
                height: 150px;
            }

            .arrow-text {
                font-size: 1rem;
            }

            .ellipse-top {
                width: 100%;
                max-width: 350px;
                height: 50px;
            }

            .ellipse-bottom {
                width: 100%;
                max-width: 450px;
                height: 60px;
            }

            .features-section {
                flex-wrap: wrap;
                gap: 20px;
                justify-content: center;
            }

            .feature-item {
                flex: 1 1 calc(50% - 20px);
                max-width: calc(50% - 10px);
            }

            .feature-icon {
                width: 55px;
                height: 55px;
                min-width: 55px;
            }

            .feature-icon svg {
                width: 26px;
                height: 26px;
            }

            .feature-text {
                font-size: 0.8rem;
            }

            .footer {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .page-number {
                display: none;
            }
        }

        /* レスポンシブ - スマホ縦向き */
        @media (max-width: 480px) {
			
			.agent_container {
              width: 100%;
			}

            .title {
                font-size: 1.4rem;
                margin-bottom: 20px;
            }

            .content-wrapper {
                padding: 20px 0 40px;
                border-radius: 16px;
            }

            .benefits-section {
                flex-direction: column;
                gap: 12px;
            }

            .benefit-item {
                flex: 1 1 100%;
                min-height: auto;
                padding: 15px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                text-align: left;
            }

            .benefit-label {
                font-size: 0.85rem;
                margin-bottom: 0;
                flex: 1;
            }

            .benefit-label br {
                display: none;
            }

            .benefit-value {
                font-size: 1.6rem;
                margin: 0 15px;
            }

            .benefit-unit {
                font-size: 0.7rem;
                margin-top: 0;
                min-width: 60px;
                text-align: right;
            }

            .center-visual {
                margin: 25px 0 15px;
            }

            .arrow {
                width: 120px;
                height: 120px;
            }

            .arrow-text {
                font-size: 1.2rem;
                padding-top: 40px;
            }

            .ellipse-top {
                max-width: 280px;
                height: 40px;
            }

            .ellipse-bottom {
                max-width: 350px;
                height: 50px;
            }

            .features-label {
                margin: 5px 0 20px;
            }

            .features-label span {
                font-size: 1.2rem;
                padding: 6px 38px;
            }

            .features-section {
                flex-direction: column;
                gap: 15px;
            }

            .feature-item {
                flex: 1 1 100%;
                max-width: 100%;
                background: var(--white);
                border-radius: 12px;
                padding: 12px 15px;
                box-shadow: 0 2px 8px rgba(0, 102, 204, 0.08);
				border: 1px solid var(--border-gray);
            }

            .feature-icon {
                width: 50px;
                height: 50px;
                min-width: 50px;
            }

            .feature-icon svg {
                width: 24px;
                height: 24px;
            }

            .feature-text {
                font-size: 1rem;
            }

            .feature-text br {
                display: none;
            }

            .footer {
                margin-top: 25px;
                padding-top: 15px;
            }

            .footnote {
                font-size: 0.65rem;
            }

            .logo {
                font-size: 1.2rem;
            }

            .copyright {
                font-size: 0.65rem;
            }
        }
		
        /* Header */
        .page-header {
            margin-bottom: 48px;
        }

        .page-title {
            font-family: 'Poppins', 'Noto Sans JP', sans-serif;
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 700;
            color: var(--primary-blue);
            position: relative;
            display: inline-block;
        }

        .page-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-blue), var(--fifth-blue));
            border-radius: 2px;
        }

        /* Main Content Grid */
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: start;
        }

        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }
        }

        /* Left Section - Info */
        .info-section {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .info-card {
            background: var(--white);
            border-radius: 16px;
            padding: 28px;
            box-shadow: 0 4px 24px rgba(37, 99, 235, 0.08);
            border: 1px solid var(--border-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12);
        }

        .card-title {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .card-title::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(180deg, var(--primary-blue), var(--fifth-blue));
            border-radius: 2px;
        }

        .insurance-type {
            font-size: 1.25rem;
            font-weight: 500;
            color: var(--black-text);
            margin-bottom: 8px;
        }

        .insurance-sub {
            color: var(--ash-text);
            font-size: 0.9375rem;
        }

        /* Merit List */
        .merit-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .merit-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 12px 16px;
            background: linear-gradient(135deg, #EFF6FF, #F0F9FF);
            border-radius: 10px;
            font-size: 0.9375rem;
        }

        .merit-item::before {
            content: '✓';
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 24px;
            height: 24px;
            background: var(--primary-blue);
            color: white;
            border-radius: 50%;
            font-size: 0.75rem;
            font-weight: 700;
        }

        .highlight-text {
            color: var(--primary-blue);
            font-weight: 700;
        }

        /* Strategy Section */
        .strategy-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .strategy-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 16px;
            background: var(--light-bg);
            border-radius: 12px;
            transition: background 0.3s ease;
        }

        .strategy-item:hover {
            background: #EFF6FF;
        }

        .strategy-number {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 32px;
            height: 32px;
            background: linear-gradient(135deg, var(--primary-blue), var(--fifth-blue));
            color: white;
            border-radius: 50%;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 0.875rem;
        }

        .strategy-text {
            font-size: 0.9375rem;
            line-height: 1.6;
            padding-top: 4px;
        }

        /* Right Section - Chat Demo */
        .chat-section {
            background: var(--white);
            border-radius: 20px;
            padding: 24px;
            box-shadow: 0 8px 40px rgba(37, 99, 235, 0.1);
            border: 1px solid var(--border-color);
        }

        .chat-header {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border-color);
            margin-bottom: 24px;
        }

        .robot-icon {
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            color: white;
        }

        .chat-header-text h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--black-text);
        }

        .chat-header-text span {
            font-size: 0.8125rem;
            color: var(--ash-text);
        }

        .chat-messages {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .chat-message {
            display: flex;
            gap: 12px;
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        .chat-message:nth-child(1) { animation-delay: 0.1s; }
        .chat-message:nth-child(2) { animation-delay: 0.3s; }
        .chat-message:nth-child(3) { animation-delay: 0.5s; }
        .chat-message:nth-child(4) { animation-delay: 0.7s; }
        .chat-message:nth-child(5) { animation-delay: 0.9s; }
        .chat-message:nth-child(6) { animation-delay: 1.1s; }
        .chat-message:nth-child(7) { animation-delay: 1.3s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .chat-message.user {
            flex-direction: row-reverse;
        }

        .chat-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .chat-message.ai .chat-avatar {
            background: linear-gradient(135deg, var(--primary-blue), var(--fifth-blue));
            color: white;
        }

        .chat-message.user .chat-avatar {
            background: #FDA4AF;
            color: white;
        }

        .chat-bubble {
            max-width: 280px;
            padding: 14px 18px;
            border-radius: 18px;
            font-size: 0.875rem;
            line-height: 1.7;
        }

        .chat-message.ai .chat-bubble {
            background: var(--chat-ai-bg);
            border: 1px solid var(--border-color);
            border-bottom-left-radius: 4px;
        }

        .chat-message.user .chat-bubble {
            background: var(--chat-user-bg);
            border-bottom-right-radius: 4px;
        }

        /* Footer */
        .page-footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid var(--border-color);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }

        .logo {
            font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            background: linear-gradient(135deg, var(--primary-blue), var(--fifth-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .logo span {
            -webkit-text-fill-color: var(--black-text);
        }

        .copyright {
            font-size: 0.8125rem;
            color: var(--ash-text);
        }

        .page-number {
            font-family: 'Poppins', sans-serif;
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--primary-blue);
        }

        /* Responsive */
        @media (max-width: 600px) {
            .container {
                padding: 24px 16px;
            }

            .chat-bubble {
                max-width: 220px;
                padding: 12px 14px;
                font-size: 0.8125rem;
            }

            .strategy-item {
                padding: 12px;
            }

            .page-footer {
                flex-direction: column;
                align-items: flex-start;
            }
        }