/* =========================================
   Base & Variables
========================================= */
:root {
    --primary-green: #1f8c6b;
    --light-green: #e1f2eb;
    --mint-green: #54d596; 
    --dark-green-bg: #296048; 
    --accent-orange: #f0895c;
    --text-main: #1a202c; 
    --bg-white: #ffffff;
    --bg-gray: #f5f7f6;
    --blue-tint: #f0f4f8; 
    --pricing-blue-start: #f0895c;
    --pricing-blue-end: #f5f7f6;
    --faq-bg: #f8f9fa;
    --faq-border: #54d596;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; color: var(--text-main); background-color: #eee; line-height: 1.5; }
.lp-container { max-width: 480px; margin: 0 auto; background-color: var(--bg-white); overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.1); position: relative; }
img { width: 100%; height: auto; display: block; }
.text-center { text-align: center; }
.padding-lg { padding: 40px 20px; }
.bg-blue-tint { background-color: var(--blue-tint); }

/* 背景の装飾オブジェクト（グラデーションの楕円） */
.bg-light-green { position: relative; background-color: var(--light-green); overflow: hidden; z-index: 1; }
.bg-light-green::before { content: ''; position: absolute; top: -10%; right: -5%; width: 350px; height: 350px; background: linear-gradient(135deg, #d2ebd5 0%, #c1e6cd 100%); border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; transform: rotate(-15deg); z-index: -1; opacity: 0.6; filter: blur(8px); }
.bg-light-green::after { content: ''; position: absolute; bottom: -15%; left: -10%; width: 400px; height: 400px; background: linear-gradient(135deg, #c1e6cd 0%, #d2ebd5 100%); border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%; transform: rotate(25deg); z-index: -1; opacity: 0.5; filter: blur(10px); }


/* =========================================
   Typography & Global Accents
========================================= */
.sec-title { font-size: 26px; font-weight: 900; color: var(--primary-green); text-align: center; margin-bottom: 20px; }

/* セクション間を繋ぐ緑の強調テキストと下向き矢印 */
.highlight-green-text { margin-top: 20px; font-weight: 900; font-size: 20px; color: var(--primary-green); position: relative; padding-bottom: 0px; z-index: 20; text-align: center; }
.highlight-green-text::after { content: '▼'; position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); font-size: 90px; color: var(--mint-green); line-height: 1; text-shadow: 0 4px 10px rgba(31, 140, 107, 0.15); }


/* =========================================
   Hero Section
========================================= */
.hero { position: relative; width: 100%; min-height: 800px; background-color: #e5e5e5; display: flex; flex-direction: column; justify-content: flex-start; }
.hero-bg { position: absolute; top: -50px; left: 0; width: 100%; height: calc(100% + 50px); background-size: cover; background-position: center top; z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 20px 20px 0; text-align: left; }

.hero-top-badge { background-color: #55c88c; color: white; display: inline-flex; align-items: center; justify-content: space-between; padding: 6px 16px; border-radius: 20px; font-weight: bold; font-size: 14px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-top: 10px; margin-bottom: 20px; }
.wa-icon-small { margin-left: 10px; width: 18px; height: 18px; display: inline-flex; align-items: center; }

.hero-title { color: white; font-size: 34px; font-weight: 900; line-height: 1.15; margin-bottom: 15px; text-shadow: 1px 1px 6px rgba(0,0,0,0.6); text-align: left; }
.hero-subtitle { color: white; font-size: 18px; font-weight: 700; line-height: 1.4; text-shadow: 1px 1px 4px rgba(0,0,0,0.8); text-align: left; }

.urgency-banner { position: relative; z-index: 3; background: linear-gradient(90deg, #ed7c4c 0%, #ed7c4c 75%, transparent 100%); color: white; padding: 10px 20px; font-size: 14px; font-weight: bold; display: flex; align-items: center; width: 100%; margin-top: 80px; }
.clock-icon { margin-right: 5px; font-size: 15px; }

.hero-bottom-solid { position: relative; z-index: 2; background: linear-gradient(to bottom, rgba(26, 68, 46, 0) 0%, rgba(26, 68, 46, 0.7) 20%, rgba(26, 68, 46, 0.98) 100%); padding: 30px 20px 20px 20px; margin-top: auto; }
.hero-checklist { background-color: transparent; color: white; padding: 15px 0 0 0; display: flex; justify-content: center; }
.hero-checklist ul { list-style: none; text-align: left; }
.hero-checklist li { font-size: 15px; font-weight: bold; margin-bottom: 6px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }


/* =========================================
   ALL CTA Buttons (Unified WhatsApp Style)
========================================= */
.hero-cta-wrapper { margin-bottom: 15px; }
.cta-wrapper { background-color: var(--light-green); padding: 20px 20px 40px; text-align: center; margin-bottom: 0; }

/* 1. KV（ヒーロー）専用CTAボタン（巨大・2行） */
.hero-cta-btn { position: relative !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; width: 100% !important; padding: 12px 60px 10px 20px !important; background: linear-gradient(180deg, #60db98 0%, #4fb880 100%) !important; border: 3px solid #ffffff !important; border-radius: 50px !important; color: white !important; text-decoration: none !important; box-shadow: 0 6px 15px rgba(34, 156, 119, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.1) !important; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; overflow: hidden !important; z-index: 1 !important; box-sizing: border-box !important; }
.cta-text, .cta-main { position: relative !important; z-index: 5 !important; font-size: 28px !important; font-weight: 900 !important; text-shadow: 1px 2px 4px rgba(0,0,0,0.3) !important; line-height: 1.1 !important; margin-bottom: 2px !important; }
.cta-sub-outside, .cta-subtext-outside, .cta-sub, .cta-subtext { position: relative !important; z-index: 5 !important; font-size: 11px !important; line-height: 1.2 !important; letter-spacing: -0.2px !important; font-weight: 700 !important; color: rgba(255, 255, 255, 0.9) !important; text-align: center !important; text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important; display: block !important; top: auto !important; left: auto !important; margin-top: 0 !important; padding-right: 40px !important; padding-left: 10px !important;}
.cta-icon, .cta-icon-large { position: absolute !important; right: 15px !important; top: 50% !important; transform: translateY(-50%) !important; width: 36px !important; height: 36px !important; z-index: 10 !important; }
.cta-icon img, .cta-icon-large img { width: 100% !important; height: 100% !important; object-fit: contain !important; display: block !important; }

/* 2. KV以外の全てのCTAボタンを完全統一（1行・ピル型・アイコン付き） */
.cta-btn-standard, .sticky-btn, .bubble-cta-btn { position: relative !important; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; width: 100% !important; padding: 16px 20px !important; background: linear-gradient(180deg, var(--mint-green) 0%, var(--primary-green) 100%) !important; border: 3px solid #ffffff !important; border-radius: 50px !important; color: white !important; text-decoration: none !important; box-shadow: 0 6px 15px rgba(31, 140, 107, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.1) !important; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; overflow: hidden !important; z-index: 10 !important; box-sizing: border-box !important; font-size: 19px !important; font-weight: 900 !important; text-shadow: 1px 2px 4px rgba(0,0,0,0.3) !important; line-height: 1 !important; margin-top: 0 !important; }
.bubble-cta-btn { margin-top: 40px !important; }

/* 不要なサブテキスト等を強制非表示 */
.cta-btn-standard .cta-subtext, .cta-btn-standard br, .wa-icon-text { display: none !important; }

/* 非KVの右側WhatsAppアイコン付与 */
.cta-btn-standard::after, .bubble-cta-btn::after { content: '' !important; position: absolute !important; right: 18px !important; top: 50% !important; transform: translateY(-50%) !important; width: 28px !important; height: 28px !important; background-image: url('images/whatapps_icon.svg') !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; z-index: 10 !important; }

/* CTA Hover & Active */
.hero-cta-btn::before, .cta-btn-standard::before, .bubble-cta-btn::before { content: '' !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 80%) !important; opacity: 0 !important; transition: opacity 0.3s ease !important; z-index: 1 !important; pointer-events: none !important; }
.hero-cta-btn:hover, .cta-btn-standard:hover, .bubble-cta-btn:hover { transform: translateY(-2px) !important; box-shadow: 0 10px 20px rgba(31, 140, 107, 0.5), inset 0px -3px 0px rgba(0, 0, 0, 0.1) !important; }
.hero-cta-btn:hover::before, .cta-btn-standard:hover::before, .bubble-cta-btn:hover::before { opacity: 1 !important; }
.hero-cta-btn:active, .cta-btn-standard:active, .bubble-cta-btn:active { transform: translateY(2px) !important; box-shadow: 0 2px 10px rgba(31, 140, 107, 0.3), inset 0px -1px 0px rgba(0, 0, 0, 0.1) !important; }

/* 3. 追従（フロート）CTAコンテナの制御 */
.sticky-footer-cta { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%) translateY(120%); width: 100%; max-width: 480px; padding: 15px 20px; z-index: 1000; background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%); pointer-events: none; transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.sticky-footer-cta.is-visible { transform: translateX(-50%) translateY(0); }
.sticky-footer-cta > .sticky-btn { pointer-events: auto; padding: 15px 20px !important; box-shadow: 0 8px 25px rgba(31, 140, 107, 0.4), inset 0px -3px 0px rgba(0, 0, 0, 0.1) !important; }


/* =========================================
   Concern & Worries Section
========================================= */
.worries-grid-new { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.worry-card-new { background: linear-gradient(145deg, #ffffff 60%, #e8f5f0 100%); border: 1px solid #d4ebe1; border-radius: 16px; padding: 20px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; box-shadow: 0 4px 15px rgba(31, 140, 107, 0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.worry-card-new:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(31, 140, 107, 0.08); }
.worry-img-new { width: 85%; height: auto; margin-bottom: 15px; }
.worry-text-new { font-size: 14px; color: var(--text-main); font-weight: 700; line-height: 1.4; }
.worry-card-large-new { width: calc(50% - 7.5px); margin: 0 auto; }
.worry-img-large { width: 85%; height: auto; margin-bottom: 15px; }


/* =========================================
   Conditions Section (Image + White Card)
========================================= */
/* 医師画像エリア */
.padding-lg:has(.doctor-img-container) { position: relative; padding: 40px 0 0; display: flex; flex-direction: column; background-color: var(--blue-tint); background-image: radial-gradient(var(--primary-green) 1.5px, transparent 1.5px); background-size: 24px 24px; z-index: 1; }
.padding-lg:has(.doctor-img-container)::before { content: ''; position: absolute; top: 40px; left: 15px; right: 15px; bottom: 0; background-color: var(--bg-white); border-radius: 16px 16px 0 0; box-shadow: 0 -8px 25px rgba(0,0,0,0.06); z-index: -1; }
.padding-lg:has(.doctor-img-container)::after { display: none !important; }

.doctor-img-container { width: calc(100% - 30px); margin: 0 auto; overflow: hidden; display: block; position: relative; z-index: 2; }
.doctor-img-container img { width: 100%; height: auto; margin-top: 0; display: block; }

/* タイトルテキストの重ね合わせ */
.highlight-green-text { order: -1; position: relative; top: auto; left: auto; transform: none; width: 100%; margin: 0; padding: 40px 25px 30px; background: transparent; border: none; box-shadow: none; text-shadow: none; font-weight: 900; font-size: 21px; color: var(--dark-green-bg); text-align: center; line-height: 1.4; z-index: 2; }
.highlight-green-text::after { display: none !important; }

/* 疾患リストエリア（白カード下半分） */
.conditions-bg { background-color: var(--blue-tint); background-image: radial-gradient(var(--primary-green) 1.5px, transparent 1.5px); background-size: 24px 24px; margin-top: 0; padding: 0; position: relative; z-index: 1; border-top: 0; border-bottom: none; }
.conditions-card { background-color: var(--bg-white); border-radius: 0 0 16px 16px; padding: 30px 25px 35px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); position: relative; z-index: 2; margin: 0 15px 40px; }
.conditions-title { font-size: 17px; font-weight: 800; color: #0f172a; text-align: left; margin-bottom: 25px; line-height: 1.4; }
.conditions-list { list-style: none; padding: 0; }
.conditions-list li { display: flex; align-items: center; margin-bottom: 24px; }
.conditions-list li:last-child { margin-bottom: 0; }
.cond-icon { width: 50px; height: 50px; margin-right: 18px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid #cbd5e1; border-radius: 50%; padding: 11px; background-color: transparent; }
.cond-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cond-text { font-size: 16px; font-weight: 600; color: #1e293b; line-height: 1.4; }
.conditions-cta { margin-top: 30px; }


/* =========================================
   Other Situations Section
========================================= */
.other-situations-bg { background-color: var(--light-green); padding-top: 50px; padding-bottom: 50px; overflow: hidden; }
.other-title { font-size: 24px; font-weight: 900; color: #1a202c; text-align: center; margin-bottom: 35px; line-height: 1.3; }

/* ピル型バナー */
.sit-banner { position: relative; display: flex; align-items: center; padding: 22px 25px; margin-bottom: 20px; box-shadow: 4px 6px 0px var(--mint-green); overflow: hidden; }
.sit-left { margin-left: -20px; margin-right: 15px; border-radius: 0 50px 50px 0; }
.sit-right { margin-left: 15px; margin-right: -20px; border-radius: 50px 0 0 50px; padding-left: 30px; }
.sit-color-1 { background-color: #55c1d9; }
.sit-color-2 { background-color: #49a8cb; }
.sit-color-3 { background-color: #3b8ebd; }

.sit-text { color: #ffffff; font-size: 15px; font-weight: 800; line-height: 1.4; position: relative; z-index: 2; flex: 1; padding-right: 50px; text-align: left; }
.sit-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 70px; height: 70px; z-index: 1; display: flex; align-items: center; justify-content: center; }
.sit-right .sit-icon { right: 30px; }
.sit-icon img { width: 100%; height: 100%; object-fit: contain; }


/* =========================================
   Why choose Section
========================================= */
.why-choose-bg { background-color: var(--primary-green); background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(0, 0, 0, 0.08) 0%, transparent 50%), linear-gradient(135deg, var(--mint-green) 0%, var(--primary-green) 45%, var(--bg-gray) 100%); background-size: cover; box-shadow: inset 0 10px 20px rgba(0,0,0,0.03); }
.why-choose-subtitle { color: white; text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 15px; line-height: 1.4; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.why-choose-title { display: inline-block; background-color: var(--dark-green-bg); color: white; padding: 12px 35px; border-radius: 30px; font-size: 26px; margin-bottom: 30px; font-weight: 900; box-shadow: 0 4px 15px rgba(0,0,0,0.15); }

.why-choose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-card { background-color: #f7fdfa; border-radius: 16px; padding: 20px 10px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.why-card h4 { font-size: 14px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; line-height: 1.3; order: 1; }
.why-icon { width: 70px; margin: 0 auto 12px; display: block; order: 2; }
.why-icon img { width: 100%; height: auto; display: block; object-fit: contain; }
.why-card p { font-size: 12px; color: #555; margin-bottom: 0; line-height: 1.3; order: 3; }


/* =========================================
   When to use this service Section
========================================= */
.when-to-use-bg { background-color: #eef2f1; background-image: none; padding: 50px 20px; position: relative; z-index: 1; overflow: hidden; }
.when-to-use-title { color: var(--primary-green); font-size: 26px; font-weight: 900; text-align: center; margin-bottom: 30px; position: relative; z-index: 2; text-shadow: none; }

.speech-bubble { background: #000000; border-radius: 12px; padding: 25px 20px; margin-bottom: 20px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border: none; box-shadow: 0 8px 25px rgba(0,0,0,0.15); z-index: 2; overflow: hidden; min-height: 260px; text-decoration: none; }
.bubble-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; margin: 0 !important; }
.bubble-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bubble-icon::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%); z-index: 2; }

.bubble-text { font-size: 18px; font-weight: 800; color: #ffffff; line-height: 1.4; text-align: left; position: relative; z-index: 3; background-color: transparent; padding: 0; width: 100%; max-width: 85%; border: none; box-shadow: none; text-shadow: 0 2px 5px rgba(0,0,0,0.6); flex-grow: 1; }

.when-to-use-bg .speech-bubble:nth-child(3) { flex-direction: column; }
.when-to-use-bg .speech-bubble:nth-child(3) .bubble-text { text-align: left; }


/* =========================================
   Reviews Section (Carousel)
========================================= */
.reviews-bg { background-color: #f8fafc; padding-top: 50px; padding-bottom: 20px; }
.reviews-title { font-size: 28px; font-weight: 900; color: #0f172a; margin-bottom: 35px; line-height: 1.3; text-align: center; }

.reviews-carousel-wrapper { position: relative; width: 100%; padding-bottom: 35px; }
.reviews-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 15px; padding: 10px 0 25px; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.reviews-carousel::-webkit-scrollbar { display: none; }

.review-card { flex: 0 0 85%; scroll-snap-align: center; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 30px 20px; box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03); display: flex; flex-direction: column; }
.review-flag { font-size: 20px; margin-bottom: 6px; }
.review-demo { font-size: 13px; color: #475569; margin-bottom: 12px; font-weight: 700;}
.review-stars { display: none !important; }

.review-tag { display: inline-block; background-color: #334a5e; color: white; font-size: 11px; padding: 6px 16px; border-radius: 20px; margin: 0 auto 25px; font-weight: bold; }
.review-divider { border: 0; height: 1px; background: #e2e8f0; margin-bottom: 25px; }
.review-headline { font-size: 17px; font-weight: 900; color: #0f172a; line-height: 1.5; display: inline; background: linear-gradient(transparent 60%, #fceea6 60%); text-align: left; }
.review-body { font-size: 15px; color: #475569; line-height: 1.6; margin-top: 15px; text-align: left; }

.carousel-indicators { position: absolute; bottom: 0; left: 0; width: 100%; display: flex; justify-content: center; gap: 8px; }
.carousel-indicators .indicator { display: block; width: 30px; height: 4px; background-color: #cbd5e1; border-radius: 2px; transition: background-color 0.3s ease; }
.carousel-indicators .indicator.active { background-color: var(--primary-green); }


/* =========================================
   About T2OC Section
========================================= */
.about-t2oc-section { background-color: var(--bg-white); }
.about-image-container::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); pointer-events: none;}
.about-content-wrapper { padding: 20px; margin-top: -20px; position: relative; z-index: 2; }
.about-title { font-size: 30px; font-weight: 900; color: #1a202c; display: inline-block; position: relative; z-index: 1; margin-bottom: 30px; }
.about-title::after { content: ''; position: absolute; left: -5px; right: -15px; bottom: 2px; height: 12px; background-color: #fceea6; z-index: -1; border-radius: 4px; }
.about-item { position: relative; padding-left: 18px; margin-bottom: 25px; }
.about-item::before { content: ''; position: absolute; left: 0; top: 2px; bottom: 2px; width: 4px; background-color: var(--mint-green); border-radius: 2px; }
.about-item p { font-size: 15px; font-weight: 800; color: #1a202c; line-height: 1.6; }


/* =========================================
   How it works Section
========================================= */
.step-card { background: #ffffff; border-radius: 16px; padding: 25px 20px; box-shadow: 0 4px 15px rgba(15,23,42,0.04); margin-bottom: 20px; }
.step-header { text-align: center; margin-bottom: 20px; }
.step-title { font-size: 24px; font-weight: 900; color: #0f172a; margin-bottom: 5px; }
.step-line { width: 30px; height: 3px; background-color: #0f172a; margin: 0 auto; border-radius: 2px;}
.step-main-img { width: 30%; max-width: 160px; height: auto; border-radius: 8px; margin: 0 auto 20px auto; display: block; }
.step-headline { font-size: 22px; font-weight: 900; color: #0f172a; text-align: center; margin-bottom: 15px; }
.step-divider { border: 0; height: 1px; background: #cbd5e1; margin-bottom: 15px; }
.step-desc { font-size: 15px; color: #475569; line-height: 1.6; text-align: left; }


/* =========================================
   Pricing Section
========================================= */
.pricing-section { background: linear-gradient(135deg, var(--pricing-blue-start) 0%, var(--pricing-blue-end) 100%); padding: 50px 20px; color: white; text-align: center; }
.pricing-headline { font-size: 38px; font-weight: 900; margin-bottom: 5px; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.pricing-subheadline { font-size: 16px; font-weight: 600; margin-bottom: 25px; }

.pricing-card { background: white; color: #111827; border-radius: 16px; padding: 30px 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); margin-bottom: 15px; text-align: left; }
.pricing-amount { font-size: 48px; font-weight: 900; text-align: center; color: #0f172a; line-height: 1; margin-bottom: 5px; }
.pricing-amount span { font-size: 28px; font-weight: bold; }
.pricing-tax { text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 20px; }
.pricing-notes { font-size: 15px; color: #374151; line-height: 1.5; margin-bottom: 25px; font-weight: 600; }
.pricing-notes p { margin-bottom: 5px; }

.insurance-block { text-align: center; }
.insurance-block h3 { font-size: 22px; font-weight: 900; color: #3b1c1c; margin-bottom: 10px; }
.insurance-block p { font-size: 15px; color: #1f2937; margin-bottom: 10px; }
.insurance-block ul { list-style: none; display: inline-block; text-align: left; margin-bottom: 15px; }
.insurance-block li { font-size: 15px; font-weight: 600; margin-bottom: 5px; position: relative; padding-left: 15px; }
.insurance-block li::before { content: '●'; position: absolute; left: 0; color: #1f2937; font-size: 10px; top: 3px; }
.insurance-note { font-size: 13px; color: #4b5563; text-align: left; line-height: 1.4; }

.payment-card { background: white; border-radius: 16px; padding: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.payment-icons-wrapper { line-height: 2; text-align: center;}
.pay-badge { display: inline-block; font-size: 11px; font-weight: bold; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; margin: 2px; color: #333; }


/* =========================================
   FAQs Section
========================================= */
.faq-section { background-color: var(--faq-bg); padding: 50px 20px; }
.faq-icon { margin-bottom: 10px; }
.faq-headline { font-size: 32px; font-weight: 900; color: #111827; margin-bottom: 30px; }
.faq-container { border-top: 1px solid var(--faq-border); }
.faq-item { border-bottom: 1px solid var(--faq-border); }
.faq-item summary { display: flex; align-items: flex-start; padding: 20px 0; cursor: pointer; font-size: 17px; font-weight: bold; color: #111827; position: relative; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q-num { font-weight: 900; margin-right: 10px; flex-shrink: 0; font-size: 18px;}
.faq-q-text { padding-right: 30px; line-height: 1.4; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 30px; color: var(--pricing-blue-end); font-weight: normal; transition: transform 0.2s ease; }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 0 20px 0; font-size: 15px; color: #4b5563; line-height: 1.6; }


/* =========================================
   Clinic Info & Footer Section
========================================= */
.clinic-info-new { background-color: var(--light-green); padding: 50px 20px 30px; font-family: 'Helvetica Neue', Arial, sans-serif; }
.info-block { position: relative; padding-left: 15px; margin-bottom: 40px; }
.info-accent-bar { position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px; background-color: var(--mint-green); border-radius: 2px; }
.info-heading { font-size: 18px; font-weight: 900; color: var(--text-main); margin-bottom: 20px; line-height: 1.3; }
.info-row { margin-bottom: 15px; line-height: 1.5; }
.info-label { display: block; font-size: 12px; font-weight: 800; color: var(--text-main); margin-bottom: 2px; }
.info-val { display: block; font-size: 13px; color: var(--text-main); }
.info-desc { font-size: 12px; color: var(--text-main); margin-top: 20px; margin-bottom: 25px; line-height: 1.5; }
.info-link { display: block; font-size: 12px; color: var(--text-main); text-decoration: none; word-break: break-all; }

.disclaimer-section { background-color: var(--bg-white); padding: 40px 20px; position: relative; }
.disclaimer-section .info-accent-bar { left: 20px; }
.disclaimer-section .info-heading { padding-left: 15px; }
.disclaimer-list { list-style: none; padding-left: 0; margin-top: 15px; }
.disclaimer-list li { font-size: 13px; font-weight: 700; color: var(--text-main); margin-bottom: 12px; position: relative; padding-left: 20px; line-height: 1.5; }
.disclaimer-list li::before { content: '●'; position: absolute; left: 0; top: -1px; color: var(--mint-green); font-size: 10px; }

.site-footer { background-color: var(--mint-green); padding: 30px 20px; text-align: left; padding-bottom: 120px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 15px; }
.footer-links-bottom { margin-bottom: 0; }
.footer-links a { color: var(--bg-white); text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.3; }
.footer-divider { color: var(--bg-white); margin: 0 10px; font-size: 12px; opacity: 0.8; }
.footer-subtext { display: block; font-size: 9px; font-weight: normal; margin-top: 2px; opacity: 0.9; }
.clinic-info { display: none !important; }

