:root{--color-primary:#322a26cf;--color-primary-dark:#423224;--color-primary-light:#333;--color-secondary:#2d1f13;--color-accent:#666;--color-background:#fff;--color-card:#fff;--color-text:#c5a059;--color-text-light:#333;--color-text-muted:#666;--color-border:#e0e0e0;--color-success:#121336e6;--color-gray-100:#f5f5f5;--color-gray-200:#e5e5e5;--color-gray-300:#e9af71;--color-gray-400:#a3a3a3;--color-gray-500:#737373;--color-gray-600:#525252;--color-gray-700:#404040;--color-gray-800:#262626;--color-gray-900:#171717;--font-sans:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--radius:12px;--radius-sm:8px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #00000026;--transition:all .3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0000;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}.handwriting-container{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.handwriting-svg{width:100%;height:300vh;position:absolute;top:0;left:0}.handwriting-path{fill:none;stroke:var(--color-gray-200);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:15000;stroke-dashoffset:15000px}.container{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.section{z-index:1;padding:80px 0;position:relative}.section-title{font-family:var(--font-serif);color:var(--color-secondary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:500}.section-subtitle{color:var(--color-text-light);text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.btn{border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.btn-outline{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-white{color:var(--color-secondary);border:2px solid var(--color-border);background:#fff}.btn-white:hover{background:var(--color-gray-100);transform:translateY(-2px)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 16px}.handwriting-path{stroke-width:1.5px}}
