@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#0d7377;--primary-dark:#0a5c5f;--accent:#c9a84c;--accent-light:#e8c97a;--bg:#f8fafb;--bg-alt:#fff;--text:#1a2e3a;--text-muted:#5a6f7f;--border:#e0e7ed;--shadow:#00000014;--shadow-lg:#0000001f;--overlay:#ffffffeb}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Cormorant Garamond,serif}a{color:inherit;text-decoration:none}.section-title{color:var(--text);text-align:center;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600}.section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:60px;height:3px;margin:0 auto 3rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}@media (width<=768px){section{padding:4rem 0}.container{padding:0 1rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}
