.hero-section { position: relative; overflow: hidden; background: #eaf7f8; }
.hero-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.45); left: -160px; top: -230px; }
.hero-section::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(221,180,49,.10); right: -140px; bottom: -170px; }
.hero-section .container { position: relative; z-index: 1; }
.hero-copy h1 { font-size: clamp(2.35rem, 5vw, 4.4rem); line-height: 1.18; font-weight: 950; letter-spacing: -.05em; margin-bottom: 1.2rem; }
.hero-lead { font-size: 1.18rem; color: #547076; max-width: 680px; }
.hero-visual-wrap { position: relative; max-width: 620px; margin: auto; }
.hero-illustration { width: 100%; filter: drop-shadow(0 22px 24px rgba(18,57,67,.12)); }
.floating-note { position: absolute; display: flex; align-items: center; gap: .55rem; background: rgba(255,255,255,.94); padding: .7rem 1rem; border-radius: 14px; box-shadow: var(--italmed-shadow); font-weight: 800; }
.floating-note span:first-child { color: var(--italmed-primary); }
.note-one { left: 1%; top: 20%; }
.note-two { right: 2%; bottom: 8%; }
.topic-pills { display: flex; flex-wrap: wrap; gap: .55rem; }
.topic-pills a { background: #78979b; color: #fff; border-radius: 999px; padding: .32rem .82rem; font-size: .9rem; box-shadow: 0 5px 12px rgba(18,57,67,.12); }
.hero-search { display: flex; border: 1px solid rgba(72,167,184,.28); background: #fff; border-radius: 18px; padding: .55rem; box-shadow: var(--italmed-shadow); }
.hero-search input { flex: 1; min-width: 0; border: 0; padding: .7rem .9rem; outline: 0; background: transparent; }
.hero-search button { min-width: 170px; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

.benefits-section { background: #fff; }
.feature-card { height: 100%; padding: 1.7rem; border: 1.5px solid var(--italmed-primary); border-radius: 20px; text-align: center; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--italmed-shadow); }
.feature-icon { width: 64px; height: 64px; margin: 0 auto 1rem; display: grid; place-items: center; color: var(--italmed-primary); border: 2px solid var(--italmed-primary); border-radius: 50%; font-size: 1.55rem; font-weight: 900; }
.feature-card h3 { font-size: 1.08rem; font-weight: 900; }
.feature-card p { color: var(--italmed-muted); font-size: .95rem; margin: 0; }

.doctors-showcase-section { background: #fbfdfd; }
.doctor-showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 360px)); justify-content: center; gap: 1.5rem; }
.doctor-showcase-card { overflow: hidden; background: #fff; border-radius: 24px; border: 1px solid rgba(72,167,184,.2); box-shadow: var(--italmed-shadow); }
.doctor-photo-frame { min-height: 250px; display: grid; place-items: center; position: relative; background: linear-gradient(140deg, #eaf4f6, #f8fbfc); }
.doctor-photo-frame img { width: 150px; height: 150px; border-radius: 32px; object-fit: cover; background: #dce8ed; }
.verified-ribbon { position: absolute; top: 18px; right: 18px; background: #388b5e; color: #fff; border-radius: 999px; padding: .3rem .75rem; font-size: .8rem; font-weight: 850; }
.doctor-showcase-body { padding: 1.4rem; }
.doctor-showcase-body h3 { font-size: 1.35rem; font-weight: 900; }
.doctor-specialty { color: var(--italmed-muted); }
.doctor-meta { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: #536a70; font-size: .9rem; }

.stats-section { background: #fff; padding: 28px 0 60px; }
.stats-grid { background: #fff; border-radius: 20px; }
.stat-item { text-align: center; padding: 1.4rem; border-inline-end: 1px solid #bed6da; }
.stats-grid > div:last-child .stat-item { border-inline-end: 0; }
.stat-item strong { display: block; color: var(--italmed-primary); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; font-weight: 950; }
.stat-item span { color: var(--italmed-ink); font-weight: 750; }

.journey-section { background: #eaf7f8; position: relative; overflow: hidden; }
.journey-section::before { content: "FAST"; position: absolute; left: 5%; top: 28%; font-size: 8rem; color: rgba(255,255,255,.5); font-weight: 950; }
.journey-section .container { position: relative; z-index: 1; }
.journey-accordion .accordion-item, .faq-large .accordion-item { border: 1px solid var(--italmed-primary); border-radius: 15px !important; overflow: hidden; margin-bottom: .8rem; background: transparent; }
.journey-accordion .accordion-button, .faq-large .accordion-button { font-weight: 850; background: rgba(255,255,255,.72); box-shadow: none; }
.journey-accordion .accordion-button:not(.collapsed), .faq-large .accordion-button:not(.collapsed) { color: var(--italmed-ink); background: #fff; }
.step-number { width: 33px; height: 33px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--italmed-primary); color: #fff; margin-inline-end: .7rem; }

.pricing-section { background: #fff; }
.pricing-card { height: 100%; border: 3px solid var(--italmed-primary); border-radius: 22px; padding: 2rem; text-align: center; background: #fff; }
.pricing-card.featured { background: var(--italmed-primary); color: #fff; box-shadow: var(--italmed-shadow); transform: translateY(-10px); }
.pricing-label { display: inline-block; color: var(--italmed-accent-dark); font-weight: 900; margin-bottom: .7rem; }
.pricing-card.featured .pricing-label { color: #fff4c8; }
.pricing-card h3 { font-size: 1.4rem; font-weight: 900; }
.price { font-size: 3rem; line-height: 1.2; font-weight: 950; margin: 1rem 0; color: var(--italmed-ink); }
.pricing-card.featured .price { color: #fff; }
.price-word { font-size: 2.2rem; }
.pricing-card ul { list-style: none; padding: 0; margin: 1.4rem 0; text-align: start; }
.pricing-card li { margin: .65rem 0; }
.pricing-card li::before { content: "✓"; margin-inline-end: .55rem; color: var(--italmed-primary); font-weight: 900; }
.pricing-card.featured li::before { color: #fff4c8; }

.values-section { background: #f9fcfc; }
.value-quote { height: 100%; background: #fff; border-radius: 20px; padding: 1.6rem; box-shadow: 0 14px 34px rgba(18,57,67,.08); border: 1px solid #e0ebed; margin: 0; }
.stars { color: var(--italmed-accent); letter-spacing: .12em; margin-bottom: .7rem; }
.value-quote p { color: #536a70; }
.value-quote footer { font-weight: 850; color: var(--italmed-primary-dark); }

.faq-home-section { background: #fff; }
.faq-large { max-width: 1100px; margin: auto; }

.resources-preview-section { background: #f8fbfc; }
.resource-card { height: 100%; overflow: hidden; background: #fff; border-radius: 22px; box-shadow: var(--italmed-shadow); }
.resource-image { height: 170px; display: grid; place-items: center; font-size: 4rem; font-weight: 950; color: rgba(255,255,255,.9); }
.resource-a { background: linear-gradient(135deg, #3f9fb1, #1d6673); }
.resource-b { background: linear-gradient(135deg, #d9b437, #ad8517); }
.resource-c { background: linear-gradient(135deg, #6b8e93, #345e65); }
.resource-body { padding: 1.5rem; }
.resource-body > span { color: var(--italmed-accent-dark); font-weight: 850; font-size: .85rem; }
.resource-body h3 { font-size: 1.2rem; font-weight: 900; margin-top: .5rem; }
.resource-body p { color: var(--italmed-muted); }

.seo-section { background: #fff; padding-top: 50px; }
.seo-section h2 { font-size: 1.7rem; font-weight: 900; }
.seo-section p { color: #50676d; }
