*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1a3c34;--primary-blue-light: #2d5a4e;--primary-blue-dark: #0f2e27;--accent-green: #16A34A;--accent-green-light: #22C55E;--accent-green-dark: #15803D;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--green-50: #F0FDF4;--font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);font-size:1rem;line-height:1.75;color:var(--gray-800);background-color:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-width:320px}a{color:inherit;text-decoration:none}.site-header{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(26,60,52,.08);position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000000a}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem;height:56px}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.05rem;color:#1a3c34;letter-spacing:-.02em;white-space:nowrap}.logo-dot{width:10px;height:10px;border-radius:50%;background:#16a34a;display:inline-block;flex-shrink:0}.nav-desktop{display:none;align-items:center;gap:.5rem}.nav-link{text-decoration:none;color:#374151;font-weight:500;padding:.4rem .65rem;border-radius:.375rem;transition:all .2s;white-space:nowrap;font-size:.9rem}.nav-link:hover{color:#1a3c34;background-color:#f0faf7}.nav-cta{background:#1a3c34;color:#fff!important;padding:.4rem .8rem;border-radius:.5rem;font-weight:600;font-size:.85rem;box-shadow:0 1px 3px #1a3c344d;transition:all .2s}.nav-cta:hover{background:#0f2e27;transform:translateY(-1px);box-shadow:0 4px 8px #1a3c3440}.dropdown{position:relative;display:inline-block}.dropdown-toggle{background:none;border:none;color:#374151;font-weight:500;padding:.4rem .65rem;border-radius:.375rem;cursor:pointer;transition:all .2s;font-size:.9rem;white-space:nowrap;font-family:inherit}.dropdown-toggle:hover{color:#1a3c34;background-color:#f0faf7}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;padding:.5rem 0}.dropdown:hover .dropdown-menu,.dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:.6rem 1rem;color:#374151;text-decoration:none;font-size:.875rem;transition:all .2s;white-space:nowrap}.dropdown-menu a:hover{background-color:#f0faf7;color:#1a3c34}.mobile-toggle{display:flex;flex-direction:column;gap:3px;background:none;border:none;padding:.5rem;cursor:pointer}.mobile-toggle span{width:20px;height:2px;background-color:#374151;transition:all .3s}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-mobile{position:fixed;top:56px;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);border-bottom:1px solid rgba(26,60,52,.08);padding:1rem;display:flex;flex-direction:column;gap:.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s;z-index:40;max-height:calc(100vh - 56px);overflow-y:auto}.nav-mobile.open{transform:translateY(0);opacity:1;visibility:visible}.nav-mobile a{padding:.75rem 1rem;text-decoration:none;color:#374151;border-radius:.375rem;transition:all .2s}.nav-mobile a:hover{background-color:#f0faf7;color:#1a3c34}.mobile-overlay{position:fixed;inset:56px 0 0;background:#00000080;opacity:0;visibility:hidden;transition:all .3s;z-index:35}.mobile-overlay.active{opacity:1;visibility:visible}body.mobile-menu-open{overflow:hidden!important;position:fixed!important;width:100%!important}.nav-mobile details{border:none;background:none}.nav-mobile summary{padding:.75rem 1rem;color:#374151;border-radius:.375rem;cursor:pointer;font-weight:500;list-style:none;display:flex;align-items:center;justify-content:space-between}.nav-mobile summary:hover{background-color:#f0faf7;color:#1a3c34}.nav-mobile summary::marker{display:none}.nav-mobile summary:after{content:"▶";font-size:.75rem;color:#6b7280;transition:transform .2s}.nav-mobile details[open] summary:after{transform:rotate(90deg)}.mobile-submenu{margin-left:1rem;margin-top:.25rem;border-left:2px solid #e5e7eb;padding-left:1rem}.mobile-submenu a{padding:.5rem 1rem;font-size:.875rem;color:#6b7280;display:block}.mobile-submenu a:hover{background-color:#f0faf7;color:#1a3c34}@media (min-width: 1080px){.nav-desktop{display:flex!important}.mobile-toggle,.nav-mobile{display:none}}.skip-link{position:absolute;top:-40px;left:0;background:#1a3c34;color:#fff;padding:8px;z-index:100;transition:top .3s}.skip-link:focus{top:0}.site-footer{background:#1a3c34;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-col h4{font-weight:600;margin-bottom:1rem;font-size:.95rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.5rem}.footer-col a{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.5rem;text-align:center;color:#ffffff80;font-size:.82rem}.footer-countries{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.footer-countries a{color:#ffffff80;font-size:.8rem;transition:color .2s}.footer-countries a:hover{color:#6ee7a0}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.hp-hero{background:linear-gradient(160deg,#1a3c34e0,#2d5a4ed9 60%,#1a3c34e6),url(/images/landing/hero-doctor.jpg) center/cover no-repeat;padding:3rem 1.5rem 2.5rem;text-align:center;color:#fff;position:relative;overflow:hidden}.hp-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2}.hp-hero-badge{display:inline-block;background:#ffffff1f;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.3rem 1rem;font-size:.8rem;margin-bottom:1.2rem;letter-spacing:.3px}.hp-hero h1{font-size:clamp(2.2rem,6vw,4.2rem);font-weight:900;line-height:1.05;margin-bottom:.75rem;letter-spacing:-.03em}.hp-hero h1 em{color:#6ee7a0;font-style:normal}.hp-hero-sub{font-size:clamp(.88rem,2.5vw,1.05rem);color:#fffc;max-width:580px;margin:0 auto 1.2rem;line-height:1.55}.hp-hero-ctas{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.hp-hero-cta-primary{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;background:#fff;color:#1a3c34;padding:.6rem 1.4rem;border-radius:10px;font-weight:700;font-size:.88rem;text-decoration:none;box-shadow:0 4px 20px #00000026;transition:all .2s}.hp-hero-cta-primary:hover{transform:translateY(-2px)}.hp-hero-cta-secondary{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;background:transparent;color:#fff;padding:.6rem 1.4rem;border-radius:10px;font-weight:600;font-size:.88rem;text-decoration:none;border:1.5px solid rgba(255,255,255,.3);transition:all .2s}.hp-hero-cta-secondary:hover{border-color:#fff9}.hp-cat-grid{max-width:1100px;margin:-1.5rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:0 1.5rem;position:relative;z-index:3}.hp-cat-card{text-decoration:none;border-radius:16px;overflow:hidden;position:relative;aspect-ratio:4/3;display:block}.hp-cat-card img{width:100%;height:100%;object-fit:cover}.hp-cat-card-label{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center}.trust-bar{background:#1a3c34;padding:.7rem 0;overflow:hidden;margin-top:1.2rem}.trust-bar-inner{display:flex;animation:hp-marquee 25s linear infinite;width:max-content}.trust-bar-items{display:flex;gap:3rem;padding:0 1.5rem;color:#ffffffb3;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;white-space:nowrap}@keyframes hp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-section{padding:3.5rem 1.5rem;max-width:1100px;margin:0 auto}.hp-section-alt{background:#f8faf9}.hp-section-header{text-align:center;margin-bottom:2.5rem}.hp-section-badge{display:inline-block;padding:.35rem .9rem;background:#dcfce7;color:#166534;border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:.75rem}.hp-section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;color:#111827;margin:0 0 .5rem;letter-spacing:-.03em}.hp-section-subtitle{color:#6b7280;max-width:550px;margin:0 auto;font-size:.95rem}.hp-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto}.hp-article-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s,box-shadow .25s;display:block}.hp-article-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.hp-article-card-thumb{height:200px;position:relative;overflow:hidden;border-radius:16px 16px 0 0}.hp-article-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hp-article-card-body{padding:1.1rem 1.25rem 1.25rem}.hp-article-card-body h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .4rem;line-height:1.3}.hp-article-card-body p{color:#6b7280;font-size:.82rem;line-height:1.5;margin:0}.hp-article-card-link{display:inline-flex;align-items:center;gap:.3rem;color:#16a34a;font-weight:700;font-size:.82rem;margin-top:.6rem}.hp-browse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;max-width:1100px;margin:0 auto}.hp-browse-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}.hp-browse-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014;border-color:#bbf7d0}.hp-browse-card-icon{font-size:1.8rem;margin-bottom:.6rem}.hp-browse-card h3{font-size:1.05rem;font-weight:700;color:#1a3c34;margin:0 0 .3rem}.hp-browse-card p{color:#6b7280;font-size:.85rem;line-height:1.5;margin:0}@media (max-width: 768px){.hp-hero{padding:2rem 1rem 1.8rem!important}.hp-hero h1{font-size:2.2rem!important}.hp-cat-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem!important;gap:.6rem!important;scrollbar-width:none}.hp-cat-grid::-webkit-scrollbar{display:none}.hp-cat-grid>a{flex:0 0 70%;scroll-snap-align:start;aspect-ratio:16/10!important}.hp-articles-grid{grid-template-columns:1fr!important}.hp-browse-grid{grid-template-columns:1fr 1fr!important}}@media (max-width: 480px){.hp-cat-grid>a{flex:0 0 80%}.hp-browse-grid{grid-template-columns:1fr!important}}
