*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0f1419;--secondary-color: #1a2332;--tertiary-color: #4d9d50;--accent-color: #1d748e;--accent-hover: #17637a;--text-primary: #1a1a1a;--text-secondary: #5a5a5a;--text-light: #e0e0e0;--text-muted: #444;--background-light: #faf9f7;--background-cream: #f5f3ef;--background-dark: #0f1419;--border-color: #e5e3df;--success-color: #27ae60}html{scroll-behavior:smooth;font-size:16px}body{font-family:Noto Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100;line-height:1.7;color:var(--text-primary);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:700}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}p{margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}a{color:var(--accent-color);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--accent-hover)}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.btn{display:inline-block;padding:1.125rem 2.5rem;font-size:1rem;font-weight:600;text-align:center;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;letter-spacing:.02em;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn:hover:before{transform:translate(0)}.btn-primary{background-color:var(--accent-color);color:var(--text-light);font-weight:700}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #d4a57440;color:var(--text-light)}.btn-secondary{background-color:transparent;color:var(--text-muted);border:2px solid rgb(121,121,121)}.btn-secondary:hover{background-color:#ffffff1a;border-color:var(--accent-hover)}section{padding:clamp(4rem,10vw,8rem) 0}.section-title{position:relative;display:inline-block;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.4;letter-spacing:-.03em;color:var(--primary-color);background:linear-gradient(135deg,#0a2e38,#134652,#1a3a40);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05))}.section-title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#134652 0%,#134652 30%,transparent 100%);border-radius:2px;animation:slideIn .6s cubic-bezier(.4,0,.2,1) forwards}.section-title-on-dark{background:linear-gradient(135deg,#4e8d9c,#6cb8c7,#011518);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title-on-dark:after{background:linear-gradient(135deg,#4e8d9c,#6cb8c7,#011518);left:50%;transform:translate(-50%)}@keyframes slideIn{0%{width:0;opacity:0}to{width:60px;opacity:1}}.section-title-centered{display:block;text-align:center}.section-title-centered:after{left:50%;transform:translate(-50%)}.section-title-accent{position:relative;padding-left:24px}.section-title-accent:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,var(--accent-color) 0%,var(--accent-hover) 100%);border-radius:3px}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.1;letter-spacing:-.04em;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#ffffffd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2)) drop-shadow(0 4px 16px rgba(0,0,0,.1))}.heading-with-line{position:relative;padding-bottom:1.5rem;margin-bottom:2rem}.heading-with-line:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--accent-color) 0%,rgba(212,165,116,.3) 50%,transparent 100%)}.heading-badge{display:inline-flex;align-items:center;gap:.75rem}.heading-badge:before{content:"";width:8px;height:8px;background:var(--accent-color);border-radius:50%;box-shadow:0 0 0 4px #d4a57433;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #d4a57433}50%{box-shadow:0 0 0 8px #d4a5741a}}@media (max-width: 768px){html{font-size:15px}p{font-size:1rem}section{padding:clamp(3rem,8vw,5rem) 0}.section-title:after{width:45px}@keyframes slideIn{to{width:45px}}}
