:root{--color-yellow: #FFD600;--color-yellow-hover: #E6C200;--color-yellow-light: #FFF8D6;--color-black: #1A1A1A;--color-black-light: #2D2D2D;--color-white: #FFFFFF;--color-gray-50: #FAFAFA;--color-gray-100: #F5F5F5;--color-gray-200: #E5E5E5;--color-gray-400: #A3A3A3;--color-gray-600: #525252;--color-gray-700: #404040;--font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1200px;--header-height: 72px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 30px rgba(0,0,0,.12)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden;max-width:100%;width:100%;position:relative;overscroll-behavior-x:none}body{font-family:var(--font-family);color:var(--color-black);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100%;width:100%;position:relative;overflow-wrap:break-word;word-wrap:break-word;overscroll-behavior-x:none}#root{overflow-x:hidden;max-width:100%;width:100%;min-width:0}.app-root{overflow-x:hidden;max-width:100%;width:100%;min-width:0;position:relative}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px;box-sizing:border-box;min-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:1rem;padding:14px 32px;border-radius:var(--radius-sm);transition:all .2s ease;white-space:normal;text-align:center;max-width:100%;box-sizing:border-box}.btn-yellow{background:var(--color-yellow);color:var(--color-black)}.btn-yellow:hover{background:var(--color-yellow-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-black{background:var(--color-black);color:var(--color-white)}.btn-black:hover{background:var(--color-black-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--color-black);border:2px solid var(--color-black)}.btn-outline:hover{background:var(--color-black);color:var(--color-white)}.btn-lg{font-size:1.125rem;padding:18px 40px;border-radius:var(--radius-md)}.section{padding:80px 0;max-width:100%;overflow-x:clip}.section-title{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:16px}.section-subtitle{font-size:1.125rem;color:var(--color-gray-600);max-width:640px;margin-bottom:48px}.section-header{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;min-width:0;padding:0;box-sizing:border-box}.section-header .section-title,.section-header .section-subtitle{overflow-wrap:break-word;width:100%;box-sizing:border-box}.phone-icon{display:inline-block;width:20px;height:20px}@media(max-width:768px){.section{padding:56px 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.btn-lg{font-size:1rem;padding:16px 28px}.container{padding:0 16px}}@media(max-width:480px){.section-title{font-size:1.5rem}.btn{font-size:.9375rem;padding:12px 24px}.btn-lg{font-size:.9375rem;padding:14px 24px;width:100%}}
