/* ═══════════════════════════════════════════════════════════════
   TechPro SA — Master Override
   MUST load after GeneratePress. Uses !important where GP fights.
   ═══════════════════════════════════════════════════════════════ */

/* --- RESET defaults --- */
body { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; color: #263140 !important; background: #fff !important; line-height: 1.7 !important; font-size: 16px !important; }
.site-content, #page .site-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.inside-article, .entry-content, .post-image { padding: 0 !important; }
.site-main, #primary { margin: 0 !important; max-width: 100% !important; }
.generate-columns-container, .page .inside-article { padding: 0 !important; }
a { color: #0095DA; transition: color 0.2s; text-decoration: none; }
a:hover { color: #0077b3; }
img { max-width: 100%; height: auto; }

/* --- Clean up inherited styles --- */
.inside-article, .entry-content, .post-image { padding: 0 !important; }

/* --- CONTAINER --- */
.container { max-width: 1280px !important; margin: 0 auto !important; padding-left: clamp(1rem, 3vw, 2rem) !important; padding-right: clamp(1rem, 3vw, 2rem) !important; box-sizing: border-box; width: 100%; }
.container--narrow { max-width: 800px !important; }

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif !important; color: #0A121D !important; font-weight: 700 !important; line-height: 1.25 !important; margin-top: 0; }
h1 { font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem) !important; }
h2 { font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.25rem) !important; }
h3 { font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem) !important; }
p { margin-bottom: 1rem; font-size: 1rem; }

/* ═══════════════════════════════════════
   HEADER (our custom, not GP's)
   ═══════════════════════════════════════ */
header.site-header { position: sticky !important; top: 0 !important; z-index: 1000 !important; background: #fff !important; box-shadow: 0 2px 8px rgba(10,18,29,0.08) !important; padding: 0 !important; display: block !important; }

.header-topbar { background: #0A121D !important; color: rgba(255,255,255,0.85) !important; font-size: 0.8125rem; padding: 8px 0; }
.header-topbar .container { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.header-topbar a, .header-topbar span { color: rgba(255,255,255,0.85) !important; display: inline-flex; align-items: center; gap: 6px; font-size: 0.8125rem; text-decoration: none !important; }
.header-topbar a:hover { color: #00B9AF !important; }
.topbar-social { display: flex; gap: 10px; }

.header-main { padding: 12px 0; background: #fff; }
.header-main .container { display: flex !important; align-items: center; justify-content: space-between; gap: 20px; }

.site-logo a { text-decoration: none !important; display: flex; align-items: center; }
.site-logo__text { font-size: 1.5rem !important; font-weight: 800 !important; color: #0095DA !important; letter-spacing: -0.02em; display: flex; flex-direction: column; line-height: 1.2; }
.site-logo__tagline { font-size: 0.7rem !important; color: #6c757d !important; font-weight: 400 !important; letter-spacing: 0.05em; text-transform: uppercase; }
.site-logo img, .custom-logo { max-height: 50px; width: auto; }

/* Our custom nav */
nav.main-navigation#site-navigation { display: none; }
.nav-menu { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex !important; align-items: center; gap: 2px; }
.nav-menu li { position: relative; list-style: none !important; }
.nav-menu li a { display: block !important; padding: 10px 16px !important; font-size: 0.9375rem !important; font-weight: 500 !important; color: #263140 !important; border-radius: 6px; transition: all 0.2s; text-decoration: none !important; background: none !important; }
.nav-menu li a:hover, .nav-menu li.current-menu-item > a, .nav-menu li.current_page_item > a { color: #0095DA !important; background: rgba(0,149,218,0.06) !important; }
.nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 220px; border-radius: 10px; box-shadow: 0 12px 40px rgba(10,18,29,0.15); padding: 8px; z-index: 100; }
.nav-menu li:hover > .sub-menu { display: block; animation: tpDropIn 0.25s ease; }
.nav-menu .sub-menu a { padding: 10px 14px !important; font-size: 0.875rem !important; }
@keyframes tpDropIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 992px) {
    nav.main-navigation#site-navigation { display: block !important; }
    .menu-toggle { display: none !important; }
}

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.menu-toggle { display: flex !important; align-items: center; justify-content: center; width: 44px; height: 44px; background: none !important; border: 2px solid #dee2e6 !important; border-radius: 8px; cursor: pointer; padding: 0 !important; }
.hamburger { display: flex; flex-direction: column; gap: 5px; width: 18px; }
.hamburger span { display: block; height: 2px; background: #263140; border-radius: 2px; transition: all 0.3s; }

.main-navigation.is-open { display: block !important; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid #e9ecef; box-shadow: 0 16px 40px rgba(10,18,29,0.12); padding: 16px; z-index: 999; }
.main-navigation.is-open .nav-menu { flex-direction: column; align-items: stretch; }
.main-navigation.is-open .sub-menu { position: static; box-shadow: none; display: block; padding-left: 16px; }

/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
.btn { display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px !important; font-family: 'Poppins', sans-serif !important; font-size: 0.9375rem !important; font-weight: 600 !important; border-radius: 8px !important; border: 2px solid transparent; cursor: pointer; text-decoration: none !important; transition: all 0.25s ease; white-space: nowrap; line-height: 1.4; box-sizing: border-box; }
.btn--primary { background: #0095DA !important; color: #fff !important; border-color: #0095DA !important; }
.btn--primary:hover { background: #0077b3 !important; border-color: #0077b3 !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,149,218,0.35); }
.btn--secondary { background: #00B9AF !important; color: #fff !important; border-color: #00B9AF !important; }
.btn--secondary:hover { background: #009e96 !important; color: #fff !important; }
.btn--accent, .btn--cta { background: #fd7e14 !important; color: #fff !important; border-color: #fd7e14 !important; }
.btn--accent:hover, .btn--cta:hover { background: #e56c07 !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(253,126,20,0.35); }
.btn--outline { background: transparent !important; color: #0095DA !important; border-color: #0095DA !important; }
.btn--outline:hover { background: #0095DA !important; color: #fff !important; }
.btn--whatsapp { background: #25d366 !important; color: #fff !important; border-color: #25d366 !important; }
.btn--whatsapp:hover { background: #1fb855 !important; color: #fff !important; }
.btn--dark { background: #0A121D !important; color: #fff !important; }
.btn--dark:hover { background: #263140 !important; color: #fff !important; }
.btn--sm { padding: 8px 18px !important; font-size: 0.8125rem !important; }
.btn--lg { padding: 16px 36px !important; font-size: 1.0625rem !important; }
.btn--block { display: flex !important; width: 100%; }

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.page-hero, .home-hero { background: linear-gradient(135deg, #0A121D 0%, #1a2d42 50%, #263140 100%) !important; color: #fff !important; padding: clamp(3.5rem, 7vw, 7rem) 0 !important; text-align: center; position: relative; overflow: hidden; }
.page-hero::before, .home-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 40%, rgba(0,149,218,0.15), transparent 60%), radial-gradient(circle at 70% 80%, rgba(0,185,175,0.1), transparent 50%); pointer-events: none; }
.page-hero .container, .home-hero .container { position: relative; z-index: 1; }
.page-hero__title, .home-hero h1 { color: #fff !important; font-size: clamp(2rem, 1.5rem + 3vw, 3.5rem) !important; margin-bottom: 16px; font-weight: 800 !important; }
.page-hero__subtitle, .page-hero p, .home-hero p { color: rgba(255,255,255,0.8) !important; font-size: clamp(1rem, 0.9rem + 0.5vw, 1.1875rem) !important; max-width: 640px; margin-left: auto; margin-right: auto; }
.page-hero--compact { padding: clamp(2rem, 4vw, 3.5rem) 0 !important; }
.home-hero__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.hero-trust { font-size: 0.875rem; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.hero-trust svg { vertical-align: -2px; margin-right: 4px; }

/* Service selector on hero */
.hero-services { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }
.hero-services a, .hero-services button { background: rgba(255,255,255,0.12) !important; color: #fff !important; border: 1px solid rgba(255,255,255,0.2) !important; padding: 10px 20px !important; border-radius: 8px; font-size: 0.875rem; font-weight: 500; transition: all 0.2s; backdrop-filter: blur(4px); text-decoration: none !important; cursor: pointer; }
.hero-services a:hover, .hero-services button:hover { background: rgba(0,149,218,0.5) !important; border-color: rgba(0,149,218,0.6) !important; }

/* ═══════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════ */
.stats-bar { background: #0095DA !important; color: #fff !important; padding: 28px 0; }
.stats-bar .container { display: flex !important; justify-content: center; gap: clamp(24px, 5vw, 72px); flex-wrap: wrap; text-align: center; }
.stats-bar__item { min-width: 100px; }
.stats-bar__item strong { display: block; font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem) !important; font-weight: 800 !important; }
.stats-bar__item span { font-size: 0.8125rem; opacity: 0.85; display: block; margin-top: 2px; }

/* ═══════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════ */
.section, section.section { padding: clamp(3rem, 6vw, 5rem) 0 !important; }
.section--gray { background: #f8f9fa !important; }
.section--dark { background: #0A121D !important; color: #fff !important; }
.section--dark h2, .section--dark h3 { color: #fff !important; }
.section__header { text-align: center; max-width: 700px; margin: 0 auto 40px; }
.section__header h2 { margin-bottom: 12px; }
.section__header p { color: #6c757d; font-size: 1.0625rem; }

/* ═══════════════════════════════════════
   SERVICE CARDS
   ═══════════════════════════════════════ */
.services-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important; gap: 24px !important; margin: 40px 0; }
.service-card { background: #fff !important; border: 1px solid #e9ecef !important; border-radius: 12px !important; padding: 28px !important; transition: all 0.3s ease; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(10,18,29,0.12) !important; border-color: #0095DA !important; }
.service-card__badge { position: absolute; top: 16px; right: 16px; font-size: 0.6875rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.service-card__badge--emergency { background: #dc3545 !important; color: #fff !important; }
.service-card__icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, rgba(0,149,218,0.08), rgba(0,185,175,0.08)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #0095DA; font-size: 24px; }
.service-card__category { font-size: 0.75rem; font-weight: 600; color: #00B9AF !important; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; display: block; }
.service-card__title { font-size: 1.1875rem !important; font-weight: 700 !important; margin-bottom: 8px; }
.service-card__title a { color: #0A121D !important; text-decoration: none !important; }
.service-card__title a:hover { color: #0095DA !important; }
.service-card__excerpt { color: #6c757d; font-size: 0.9rem; line-height: 1.65; flex: 1; margin-bottom: 16px; }
.service-card__meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.8125rem; color: #6c757d; margin-bottom: 16px; padding-top: 12px; border-top: 1px solid #f0f0f0; }
.service-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.service-card__price { font-weight: 700 !important; color: #0095DA !important; font-size: 0.9375rem; }
.service-card__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: #0095DA !important; font-size: 0.9rem; margin-top: auto; transition: gap 0.2s; text-decoration: none !important; }
.service-card__link:hover { gap: 10px; color: #0077b3 !important; }

/* ═══════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════ */
.how-it-works { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-top: 40px; counter-reset: step; }
.how-it-works__step { text-align: center; counter-increment: step; padding: 20px; }
.how-it-works__step::before { content: counter(step); display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #0095DA, #00B9AF) !important; color: #fff !important; font-size: 1.25rem; font-weight: 800; margin: 0 auto 16px; }
.how-it-works__step h3 { font-size: 1.0625rem !important; margin-bottom: 8px; }
.how-it-works__step p { color: #6c757d; font-size: 0.9rem; }

/* ═══════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════ */
.testimonials-slider { overflow: hidden; position: relative; }
.testimonial-card { background: #fff !important; border: 1px solid #e9ecef; border-radius: 12px; padding: 28px !important; }
.testimonial-card:hover { box-shadow: 0 8px 28px rgba(10,18,29,0.1); }
.testimonial-card__stars { display: flex; gap: 2px; margin-bottom: 16px; }
.testimonial-card__content { font-size: 0.9375rem; line-height: 1.7; color: #343a40 !important; font-style: italic; margin-bottom: 20px; border: none !important; padding: 0 !important; }
.testimonial-card blockquote { border: none !important; padding: 0 !important; margin: 0 0 20px 0 !important; font-style: italic; color: #343a40; line-height: 1.7; }
.testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #0095DA, #00B9AF); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; }
.testimonial-card__name { font-weight: 600 !important; color: #0A121D !important; font-size: 0.9375rem; font-style: normal !important; }
.testimonial-card__location, .testimonial-card__service { font-size: 0.8125rem; color: #6c757d !important; display: block; }
.testimonial-card__verified { display: inline-flex; align-items: center; gap: 4px; font-size: 0.75rem; color: #28a745 !important; margin-left: auto; }

/* ═══════════════════════════════════════
   FAQ ACCORDION
   ═══════════════════════════════════════ */
.faq-accordion { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #e9ecef; border-radius: 10px !important; margin-bottom: 10px; overflow: hidden; background: #fff; }
.faq-item__question { width: 100%; display: flex !important; justify-content: space-between; align-items: center; padding: 18px 24px !important; background: #fff !important; border: none !important; cursor: pointer; font-family: 'Poppins', sans-serif !important; font-size: 1rem !important; font-weight: 600 !important; color: #0A121D !important; text-align: left; transition: background 0.2s; }
.faq-item__question:hover { background: #f8f9fa !important; }
.faq-item__icon { font-size: 1.25rem; color: #0095DA !important; font-weight: 300; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-item.is-open .faq-item__icon { transform: rotate(45deg); }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.is-open .faq-item__answer { max-height: 600px; }
.faq-item__answer p { padding: 0 24px 20px !important; color: #6c757d; line-height: 1.7; margin: 0; }

/* ═══════════════════════════════════════
   CTA SECTIONS
   ═══════════════════════════════════════ */
.cta-section { background: linear-gradient(135deg, #0095DA, #00B9AF) !important; color: #fff !important; padding: clamp(3rem, 5vw, 4.5rem) 0; text-align: center; }
.cta-section h2 { color: #fff !important; }
.cta-section p { color: rgba(255,255,255,0.9) !important; font-size: 1.0625rem; margin-bottom: 24px; }
.cta-section .btn--primary { background: #fff !important; color: #0095DA !important; border-color: #fff !important; }
.cta-section .btn--primary:hover { background: #f0f8ff !important; }

/* Emergency CTA */
.emergency-cta { background: #0A121D !important; color: #fff !important; padding: 48px 0; }
.emergency-cta h2, .emergency-cta h3 { color: #fff !important; }

/* ═══════════════════════════════════════
   TRUST BADGES
   ═══════════════════════════════════════ */
.trust-badges { display: flex !important; justify-content: center; gap: 20px; flex-wrap: wrap; padding: 24px 0; }
.trust-badge { display: flex; align-items: center; gap: 8px; padding: 12px 20px; background: #f8f9fa; border-radius: 8px; font-size: 0.875rem; color: #263140; }
.trust-badge strong { color: #0095DA; }

/* ═══════════════════════════════════════
   SIDEBAR
   ═══════════════════════════════════════ */
.sidebar-card { background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 24px; margin-bottom: 20px; }
.sidebar-card h3 { font-size: 1.0625rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid #0095DA; }
.sidebar-card--cta { background: linear-gradient(135deg, #0A121D, #263140) !important; color: #fff !important; border: none !important; }
.sidebar-card--cta h3 { color: #fff !important; border-bottom-color: #00B9AF; }
.sidebar-card--cta p { color: rgba(255,255,255,0.8) !important; }

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.site-footer { background: #0A121D !important; color: rgba(255,255,255,0.7) !important; font-size: 0.9rem; padding: 0 !important; }
.site-footer a { color: rgba(255,255,255,0.65) !important; text-decoration: none !important; }
.site-footer a:hover { color: #00B9AF !important; }
.footer-cta { background: linear-gradient(135deg, #0095DA, #00B9AF) !important; text-align: center; padding: 48px 20px !important; }
.footer-cta h2 { color: #fff !important; font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem) !important; margin-bottom: 8px; }
.footer-cta p { color: rgba(255,255,255,0.9) !important; margin-bottom: 20px; }
.footer-main { padding: 60px 0 40px; }
.footer-grid { display: grid !important; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer-grid h3 { color: #fff !important; font-size: 0.9375rem !important; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-brand p { color: rgba(255,255,255,0.55) !important; line-height: 1.7; font-size: 0.875rem; }
.footer-grid ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-grid ul li { margin-bottom: 10px; padding: 0 !important; }
.footer-grid ul li a { font-size: 0.875rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; color: rgba(255,255,255,0.7); font-size: 0.875rem; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0 !important; }
.footer-bottom .container { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { margin: 0; font-size: 0.8125rem; color: rgba(255,255,255,0.4) !important; }
.footer-social { display: flex; gap: 12px; }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px; }
    .header-topbar { display: none !important; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════
   WHATSAPP WIDGET
   ═══════════════════════════════════════ */
.whatsapp-widget { position: fixed !important; bottom: 24px; right: 24px; z-index: 9998; }
.whatsapp-widget__btn { width: 60px !important; height: 60px !important; border-radius: 50% !important; background: #25d366 !important; color: #fff !important; border: none !important; cursor: pointer; display: flex !important; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.2s, box-shadow 0.2s; }
.whatsapp-widget__btn:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
.whatsapp-widget__popup { position: absolute; bottom: 72px; right: 0; width: 300px; background: #fff; border-radius: 14px; box-shadow: 0 16px 48px rgba(10,18,29,0.18); overflow: hidden; display: none; }
.whatsapp-widget__popup.is-open { display: block !important; animation: tpPopUp 0.3s ease; }
.whatsapp-widget__header { background: #25d366 !important; color: #fff; padding: 16px 20px; }
.whatsapp-widget__header h4 { margin: 0 !important; font-size: 0.9375rem; color: #fff !important; }
.whatsapp-widget__header p { margin: 4px 0 0; font-size: 0.8125rem; opacity: 0.9; }
.whatsapp-widget__body { padding: 16px 20px; }
.whatsapp-widget__body a { display: block; background: #25d366; color: #fff !important; text-align: center; padding: 12px; border-radius: 8px; font-weight: 600; text-decoration: none !important; }
.whatsapp-widget__close { position: absolute; top: 10px; right: 12px; background: none !important; border: none !important; color: rgba(255,255,255,0.7); cursor: pointer; font-size: 1.25rem; }
@keyframes tpPopUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile CTA Bar */
.mobile-cta-bar { display: none !important; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9997; background: #fff !important; box-shadow: 0 -2px 16px rgba(10,18,29,0.1); padding: 8px 12px; }
.mobile-cta-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.mobile-cta-bar__btn { display: flex !important; flex-direction: column; align-items: center; gap: 3px; padding: 8px 4px; border-radius: 8px; font-size: 0.6875rem; font-weight: 600; color: #263140 !important; text-decoration: none !important; }
.mobile-cta-bar__btn--whatsapp { color: #25d366 !important; }
.mobile-cta-bar__btn--call { color: #0095DA !important; }
.mobile-cta-bar__btn--quote { color: #fd7e14 !important; }

@media (max-width: 768px) {
    .mobile-cta-bar { display: block !important; }
    .whatsapp-widget { bottom: 84px; }
    body { padding-bottom: 76px !important; }
}

/* ═══════════════════════════════════════
   FORMS
   ═══════════════════════════════════════ */
input[type="text"], input[type="email"], input[type="tel"], input[type="date"],
input[type="url"], input[type="number"], select, textarea {
    width: 100%; padding: 12px 16px !important; border: 2px solid #dee2e6 !important; border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important; font-size: 0.9375rem !important; color: #263140 !important;
    transition: border-color 0.2s, box-shadow 0.2s; background: #fff !important;
}
input:focus, select:focus, textarea:focus {
    border-color: #0095DA !important; outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,149,218,0.12) !important;
}

/* ═══════════════════════════════════════
   PAGE CONTENT
   ═══════════════════════════════════════ */
.entry-content { max-width: 800px; margin: 0 auto; padding: 40px 20px !important; }
.entry-content h2 { margin-top: 2rem; margin-bottom: 1rem; }
.entry-content h3 { margin-top: 1.5rem; margin-bottom: 0.75rem; }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content a { color: #0095DA !important; text-decoration: underline; text-underline-offset: 3px; }

/* ═══════════════════════════════════════
   BREADCRUMBS
   ═══════════════════════════════════════ */
.breadcrumbs { font-size: 0.8125rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.breadcrumbs a { color: rgba(255,255,255,0.65) !important; text-decoration: none !important; }
.breadcrumbs a:hover { color: #fff !important; }

/* ═══════════════════════════════════════
   BACK TO TOP
   ═══════════════════════════════════════ */
.back-to-top { position: fixed; bottom: 88px; right: 24px; width: 42px; height: 42px; border-radius: 50%; background: #263140 !important; color: #fff !important; border: none !important; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: all 0.3s; z-index: 99; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: #0095DA !important; }

/* ═══════════════════════════════════════
   SCROLL ANIMATIONS
   ═══════════════════════════════════════ */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   SKIP LINK + PRINT
   ═══════════════════════════════════════ */
.skip-link { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); background: #0095DA; color: #fff; padding: 12px 24px; border-radius: 0 0 8px 8px; z-index: 10000; font-weight: 600; }
.skip-link:focus { top: 0; }

@media print {
    .site-header, .site-footer, .whatsapp-widget, .mobile-cta-bar, .back-to-top, .btn { display: none !important; }
    body { font-size: 12pt !important; color: #000 !important; }
}
