:root{--primary-color: #1e3a8a;--secondary-color: #f0f9ff;--accent-color: #f59e0b;--bg-color: #ffffff;--text-color: #1e40af;--white-color: #ffffff;--divider-color: #1e3a8a1a;--dark-divider-color: #ffffff1a;--error-color: #dc2626;--default-font: "Outfit", sans-serif;--winter-gradient: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);--ice-gradient: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:var(--default-font);font-size:16px;font-weight:400;line-height:1.6;color:var(--text-color);background:var(--bg-color)}::-webkit-scrollbar-track{background-color:var(--secondary-color);border-left:1px solid var(--secondary-color)}::-webkit-scrollbar{width:7px;background-color:var(--secondary-color)}::-webkit-scrollbar-thumb{background:var(--accent-color)}::-moz-selection{color:var(--white-color);background-color:var(--accent-color)}::selection{color:var(--white-color);background-color:var(--accent-color)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}p{line-height:1.6;margin-bottom:1rem}.btn-default{display:inline-block;padding:12px 30px;background:var(--primary-color);color:var(--white-color);text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.btn-default:hover{background:var(--accent-color);transform:translateY(-2px)}.section-title{margin-bottom:40px}.section-title h3{position:relative;display:inline-block;font-size:14px;font-weight:400;line-height:1em;text-transform:capitalize;color:var(--primary-color);padding-left:16px;margin-bottom:10px}.section-title h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);background:var(--accent-color);border-radius:50%;width:6px;height:6px}.section-title h1{font-size:60px;font-weight:600;line-height:1.1em;letter-spacing:-.02em;margin-bottom:0;cursor:none}.section-title h2{font-size:46px;font-weight:600;line-height:1.2em;letter-spacing:-.02em;margin-bottom:0;cursor:none}.section-title p{margin-top:20px;margin-bottom:0}.section-title-center{width:100%;max-width:860px;margin:0 auto 40px;text-align:center}.section-title-center p{max-width:700px;margin-left:auto;margin-right:auto}.dark-section .section-title h3,.dark-section .section-title h1,.dark-section .section-title h2,.dark-section .section-title p,.dark-section .section-title-content p{color:var(--white-color)}@media (max-width: 768px){.section-title h1{font-size:40px}.section-title h2{font-size:32px}.section-title h3{font-size:13px}.section-title-center{margin-bottom:30px}}@media (max-width: 480px){.section-title h1{font-size:32px}.section-title h2{font-size:28px}.section-title h3{font-size:12px}.section-title{margin-bottom:30px}.section-title-center{margin-bottom:25px}}.btn-highlighted{background:var(--accent-color);color:var(--primary-color)}.btn-highlighted:hover{background:var(--primary-color);color:var(--white-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}.section{padding:60px 0}}@media (min-width: 1200px){.container{max-width:1200px!important;margin:0 auto!important;padding:0 20px}}
