/* ═══════════════════════════════════════════════
   Health 1 Medical PC — Shared Stylesheet
   Bootstrap 4.1 + Custom
   Colors: Red #C8102E | Navy #1D2B53
   ═══════════════════════════════════════════════ */

:root {
  --red:  #C8102E;
  --navy: #1D2B53;
  --light-bg: #F9FAFB;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1e293b; background: #fff; }

/* ── Top Bar ── */
.top-bar { background: var(--navy); color: #fff; font-size: 0.83rem; padding: 10px 0; }
.top-bar a { color: #fff; text-decoration: none; }
.top-bar .hablamos { font-weight: 800; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ── Navbar ── */
.main-nav { background: rgba(255,255,255,0.97); border-bottom: 1px solid rgba(0,0,0,0.07); backdrop-filter: blur(8px); padding: 14px 0; }
.brand-logo { font-size: 1.45rem; font-weight: 800; font-style: italic; letter-spacing: -0.03em; color: var(--navy); text-decoration: none; }
.brand-logo:hover { text-decoration: none; color: var(--navy); }
.brand-logo .num-1 { color: var(--red); font-size: 2rem; line-height: 1; }
.nav-link { font-size: 0.8rem !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.07em; color: #334155 !important; padding: 6px 12px !important; }
.nav-link:hover, .nav-link.active { color: var(--red) !important; }
.btn-book { background: var(--red); color: #fff !important; border-radius: 50px; padding: 10px 26px !important; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.03em; box-shadow: 0 8px 24px rgba(200,16,46,0.25); transition: background 0.2s; }
.btn-book:hover { background: #a50e26; color: #fff !important; }
.navbar-toggler { border: none; }

/* ── Page Hero Banner ── */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #14203e 100%); padding: 72px 0 64px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: rgba(255,255,255,0.03); clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); }
.page-hero .badge-pill { background: rgba(200,16,46,0.2); color: #ff8097; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 50px; padding: 6px 18px; display: inline-block; margin-bottom: 16px; }
.page-hero h1 { font-size: 3rem; font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 16px; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 560px; line-height: 1.7; }
@media (max-width: 768px) { .page-hero h1 { font-size: 2rem; } .page-hero { padding: 48px 0 40px; } }

/* ── Breadcrumb ── */
.page-breadcrumb { background: #f1f5f9; border-bottom: 1px solid #e2e8f0; padding: 12px 0; }
.page-breadcrumb .breadcrumb { margin: 0; background: transparent; padding: 0; font-size: 0.82rem; }
.page-breadcrumb .breadcrumb-item a { color: var(--navy); text-decoration: none; font-weight: 600; }
.page-breadcrumb .breadcrumb-item.active { color: var(--red); font-weight: 700; }

/* ── Section Helpers ── */
.section-badge { display: inline-block; background: rgba(200,16,46,0.1); color: var(--red); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; }
.section-h2 { font-size: 2.4rem; font-weight: 900; color: var(--navy); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
@media (max-width: 768px) { .section-h2 { font-size: 1.8rem; } }
.section-divider { width: 72px; height: 5px; background: var(--red); border-radius: 4px; margin-bottom: 24px; }
.section-divider.center { margin-left: auto; margin-right: auto; }
.lead-text { font-size: 1.05rem; color: #475569; line-height: 1.75; }

/* ── Buttons ── */
.btn-red { background: var(--red); color: #fff; border-radius: 16px; padding: 14px 32px; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 28px rgba(200,16,46,0.25); text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; }
.btn-red:hover { background: #a50e26; color: #fff; text-decoration: none; transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; border-radius: 16px; padding: 14px 32px; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 28px rgba(29,43,83,0.2); text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; }
.btn-navy:hover { background: #14203e; color: #fff; text-decoration: none; transform: translateY(-2px); }
.btn-outline-red { border: 2px solid var(--red); color: var(--red); border-radius: 16px; padding: 12px 28px; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 0.2s; }
.btn-outline-red:hover { background: var(--red); color: #fff; text-decoration: none; }

/* ── Cards ── */
.service-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 32px; box-shadow: 0 4px 24px rgba(29,43,83,0.05); transition: all 0.25s; height: 100%; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(29,43,83,0.1); border-color: rgba(200,16,46,0.2); }
.service-icon { width: 56px; height: 56px; background: var(--navy); color: #fff; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 20px; transition: background 0.2s; flex-shrink: 0; }
.service-card:hover .service-icon { background: var(--red); }
.service-card h4 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.service-card p { font-size: 0.875rem; color: #64748b; margin: 0; line-height: 1.6; }

/* ── Trust Bar ── */
.trust-bar { background: var(--navy); padding: 60px 0; position: relative; }
.trust-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--red), transparent); }
.trust-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 28px; transition: all 0.3s; height: 100%; }
.trust-card:hover { background: rgba(255,255,255,0.15); transform: translateY(-4px); }
.trust-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; flex-shrink: 0; }
.trust-icon.blue { background: #3b82f6; box-shadow: 0 6px 18px rgba(59,130,246,0.4); }
.trust-icon.green { background: #10b981; box-shadow: 0 6px 18px rgba(16,185,129,0.4); }
.trust-icon.red { background: var(--red); box-shadow: 0 6px 18px rgba(200,16,46,0.4); }
.trust-icon.purple { background: #8b5cf6; box-shadow: 0 6px 18px rgba(139,92,246,0.4); }
.trust-title { font-size: 1.1rem; font-weight: 900; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.trust-sub { font-size: 0.83rem; color: rgba(255,255,255,0.65); font-weight: 500; }

/* ── Insurance Grid ── */
.insurance-card { background: #fff; border: 2px solid #e2e8f0; border-radius: 16px; padding: 20px 24px; text-align: center; font-weight: 700; font-size: 0.85rem; color: var(--navy); transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; height: 72px; }
.insurance-card:hover { border-color: var(--red); color: var(--red); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(200,16,46,0.1); }
.insurance-card i { color: var(--red); font-size: 1.1rem; }

/* ── Provider Cards ── */
.provider-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 28px; overflow: hidden; box-shadow: 0 4px 24px rgba(29,43,83,0.06); transition: all 0.3s; }
.provider-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(29,43,83,0.12); }
.provider-card .provider-img { width: 100%; height: 280px; object-fit: cover; object-position: top; }
.provider-card .provider-body { padding: 28px; }
.provider-name { font-size: 1.3rem; font-weight: 900; color: var(--navy); margin-bottom: 4px; }
.provider-title { font-size: 0.72rem; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.provider-badge { background: rgba(200,16,46,0.08); color: var(--red); font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; display: inline-block; margin: 3px; }
.specialty-list { list-style: none; padding: 0; margin: 16px 0 0; }
.specialty-list li { padding: 6px 0; border-bottom: 1px solid #f1f5f9; font-size: 0.875rem; color: #475569; display: flex; align-items: center; gap: 10px; }
.specialty-list li:last-child { border-bottom: none; }
.specialty-list li i { color: var(--red); font-size: 0.8rem; }

/* ── CTA Banner ── */
.cta-banner { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
.cta-banner::after { content: ''; position: absolute; bottom: -40px; right: -40px; width: 300px; height: 300px; border-radius: 50%; border: 2px solid rgba(200,16,46,0.15); }
.cta-banner h2 { font-size: 2.4rem; font-weight: 900; color: #fff; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 1.05rem; margin-bottom: 0; }
@media (max-width: 768px) { .cta-banner h2 { font-size: 1.8rem; } }

/* ── Contact Info ── */
.contact-info-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; font-size: 1rem; }
.contact-info-row i { color: var(--red); margin-top: 3px; font-size: 1rem; width: 20px; text-align: center; }

/* ── Location Card ── */
.location-card { background: #fff; border-radius: 32px; padding: 40px; box-shadow: 0 12px 48px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.05); }
@media (max-width: 768px) { .location-card { padding: 24px 20px; } }
.map-wrapper { border-radius: 28px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.1); border: 6px solid #fff; }
.map-wrapper iframe { width: 100%; height: 480px; border: none; display: block; }

/* ── Form Styles ── */
.booking-form { background: #fff; border-radius: 28px; padding: 40px; box-shadow: 0 12px 48px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
@media (max-width: 768px) { .booking-form { padding: 24px 20px; } }
.form-control { border: 2px solid #e2e8f0; border-radius: 12px; padding: 12px 16px; font-size: 0.95rem; color: #1e293b; transition: border-color 0.2s; }
.form-control:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(29,43,83,0.08); outline: none; }
.form-label { font-weight: 700; font-size: 0.85rem; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em; }
.form-group { margin-bottom: 20px; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231D2B53' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }

/* ── Checklist ── */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; font-size: 0.95rem; color: #334155; border-bottom: 1px solid #f1f5f9; }
.check-list li:last-child { border-bottom: none; }
.check-list li i { color: var(--red); margin-top: 2px; flex-shrink: 0; }

/* ── Rounded Image ── */
.rounded-section-img { border-radius: 24px; object-fit: cover; box-shadow: 0 16px 48px rgba(0,0,0,0.1); border: 6px solid #fff; width: 100%; }

/* ── PT Section ── */
.pt-dark { background: var(--navy); padding: 80px 0; }
.pt-inner { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 28px; padding: 48px; }
@media (max-width: 768px) { .pt-inner { padding: 28px 20px; } }

/* ── Footer ── */
.site-footer { background: var(--navy); color: #fff; padding: 72px 0 32px; }
.footer-brand { font-size: 1.7rem; font-weight: 800; font-style: italic; color: #fff; letter-spacing: -0.02em; margin-bottom: 18px; text-decoration: none; display: inline-block; }
.footer-brand:hover { color: #fff; text-decoration: none; }
.footer-brand .num-1 { color: var(--red); font-size: 2.2rem; line-height: 1; }
.footer-desc { color: #94a3b8; font-size: 0.88rem; line-height: 1.7; max-width: 320px; margin-bottom: 24px; }
.social-btn { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.07); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-right: 8px; transition: all 0.2s; text-decoration: none; }
.social-btn:hover { background: var(--red); color: #fff; text-decoration: none; transform: translateY(-2px); }
.footer-heading { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.footer-links a:hover { color: var(--red); }
.footer-contact-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.88rem; color: #94a3b8; }
.footer-contact-row i { color: var(--red); margin-top: 2px; width: 16px; text-align: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; margin-top: 48px; }
.footer-bottom p, .footer-bottom a { color: #475569; font-size: 0.8rem; text-decoration: none; }
.footer-bottom a:hover { color: #94a3b8; }

/* ── Utility ── */
.main-office-badge { background: var(--red); color: #fff; font-size: 0.63rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.15em; padding: 4px 12px; border-radius: 50px; }
.text-red { color: var(--red); }
.text-navy { color: var(--navy); }
.bg-light-gray { background: #f8fafc; }
.rounded-card-img { border-radius: 24px; object-fit: cover; box-shadow: 0 16px 40px rgba(0,0,0,0.1); border: 6px solid #fff; width: 100%; }

/* ── Homepage Hero ── */
.hero-section { background: linear-gradient(135deg, #fff 60%, #f1f5f9 100%); padding: 72px 0 80px; overflow: hidden; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(200,16,46,0.1); color: var(--red); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 6px 16px; border-radius: 50px; margin-bottom: 24px; }
.hero-h1 { font-size: 3.8rem; font-weight: 900; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 20px; }
@media (max-width: 768px) { .hero-h1 { font-size: 2.4rem; } }
.hero-h1 .line-navy { color: var(--navy); display: block; }
.hero-h1 .line-red  { color: var(--red);  display: block; }
.hero-sub { font-size: 1.1rem; color: #475569; line-height: 1.7; margin-bottom: 32px; max-width: 500px; }
.hero-checklist { margin-bottom: 40px; }
.hero-checklist li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); margin-bottom: 10px; font-size: 0.95rem; }
.hero-checklist li i { color: var(--red); font-size: 1.1rem; }
.btn-primary-custom { background: var(--navy); color: #fff; border-radius: 16px; padding: 16px 36px; font-weight: 700; font-size: 1rem; border: none; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 12px 32px rgba(29,43,83,0.2); transition: all 0.2s; text-decoration: none; }
.btn-primary-custom:hover { background: #14203e; color: #fff; text-decoration: none; transform: translateY(-2px); }
.btn-outline-custom { border: 2px solid rgba(29,43,83,0.2); color: var(--navy); border-radius: 16px; padding: 14px 36px; font-weight: 700; font-size: 1rem; display: inline-block; transition: all 0.2s; text-decoration: none; }
.btn-outline-custom:hover { background: rgba(29,43,83,0.05); color: var(--navy); text-decoration: none; }
.hero-img-wrap { position: relative; }
.hero-img { width: 100%; max-height: 560px; object-fit: cover; border-radius: 40px 100px 40px 40px; box-shadow: 0 24px 64px rgba(0,0,0,0.15); border: 4px solid #fff; }
.floating-card { position: absolute; background: #fff; border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.05); padding: 16px 20px; z-index: 10; }
.floating-card.top-left { top: 40px; left: -24px; }
.floating-card.bottom-right { bottom: -20px; right: -16px; max-width: 260px; }
.star-row { color: #facc15; font-size: 0.85rem; }
.card-label { font-size: 0.65rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; }
.card-icon-red { width: 50px; height: 50px; background: var(--red); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.4rem; flex-shrink: 0; box-shadow: 0 6px 18px rgba(200,16,46,0.3); }
@media (max-width: 991px) { .floating-card.top-left { left: 0; top: 16px; } .floating-card.bottom-right { right: 0; } .hero-img-wrap { margin-bottom: 32px; } }

/* ── Injuries Section (homepage) ── */
.injuries-section { background: #f8fafc; padding: 100px 0; }
.info-card-floating { position: absolute; bottom: -28px; right: -24px; background: #fff; border-radius: 24px; padding: 24px 28px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.05); max-width: 280px; }
@media (max-width: 991px) { .info-card-floating { position: static; max-width: 100%; margin-top: 20px; border-radius: 20px; } .injuries-section { padding: 64px 0; } }
.injury-item { display: flex; gap: 20px; margin-bottom: 32px; }
.injury-icon { width: 56px; height: 56px; background: var(--navy); color: #fff; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; transition: background 0.2s; box-shadow: 0 6px 18px rgba(29,43,83,0.2); }
.injury-icon:hover { background: var(--red); }
.injury-item h4 { font-size: 1rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 6px; }
.injury-item p { font-size: 0.9rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ── Providers (homepage) ── */
.providers-section { background: #fff; padding: 100px 0; }
.provider-img-wrap { display: inline-block; position: relative; margin-bottom: 24px; }
.provider-img-wrap::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; background: rgba(200,16,46,0.15); opacity: 0; transition: opacity 0.3s; }
.provider-img-wrap:hover::before { opacity: 1; }
.provider-img { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.12); transition: transform 0.3s; }
.provider-img-wrap:hover .provider-img { transform: scale(1.04); }
.provider-name { font-size: 1.2rem; font-weight: 900; color: var(--navy); text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 4px; }
.provider-title { font-size: 0.72rem; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; }
@media (max-width: 575px) { .provider-img { width: 170px; height: 170px; } }

/* ── Services Section (homepage) ── */
.services-section { background: #f8fafc; padding: 100px 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }

/* ── PT Section (homepage) ── */
.pt-section { background: var(--navy); padding: 100px 0; overflow: hidden; }
.pt-inner { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 36px; padding: 60px; }
@media (max-width: 768px) { .pt-inner { padding: 36px 24px; } }
.pt-badge { display: inline-block; background: var(--red); color: #fff; font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.18em; padding: 6px 18px; border-radius: 50px; margin-bottom: 24px; }
.pt-h2 { font-size: 3rem; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
@media (max-width: 768px) { .pt-h2 { font-size: 2rem; } }
.pt-h2 em { color: var(--red); font-style: italic; }
.pt-sub { color: #94a3b8; font-size: 1rem; line-height: 1.7; margin-bottom: 36px; max-width: 480px; }
.pt-img { border-radius: 24px; object-fit: cover; width: 100%; height: 460px; border: 4px solid rgba(255,255,255,0.1); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.btn-light-outline { color: #fff; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: color 0.2s; }
.btn-light-outline:hover { color: var(--red); text-decoration: none; }

/* ── Reviews (homepage) ── */
.reviews-section { background: #fff; padding: 100px 0; }
.review-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 24px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: box-shadow 0.2s; height: 100%; }
.review-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.review-stars { color: #facc15; margin-bottom: 16px; }
.review-text { color: #475569; font-style: italic; line-height: 1.7; margin-bottom: 24px; font-size: 0.95rem; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(200,16,46,0.1); color: var(--red); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; }
.reviewer-name { font-weight: 800; color: var(--navy); font-size: 0.95rem; }
.btn-write-review { background: var(--navy); color: #fff; border-radius: 16px; padding: 12px 28px; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 8px 24px rgba(29,43,83,0.2); text-decoration: none; transition: background 0.2s; }
.btn-write-review:hover { background: #14203e; color: #fff; text-decoration: none; }

/* ── Location Section (homepage) ── */
.location-section { background: #f8fafc; padding: 100px 0; }

/* ── PT Dark Section ── */
.pt-dark { background: var(--navy); padding: 80px 0; }
