:root{--bg: #F7F2EB;--surface: #FCF9F5;--surface2: #F2EDE4;--border: #DED9D1;--text: #2A2825;--text2: #6B6560;--accent: #8B3A1E;--green: #3D5A4E;--yellow: #D4A017;--red: #7A2E1A;--blue: #4A7FB5;--font-scale: 1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:calc(1rem * var(--font-scale));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:calc(2.2rem * var(--font-scale))}h2{font-size:calc(1.8rem * var(--font-scale))}h3{font-size:calc(1.3rem * var(--font-scale))}p,div,label,input,textarea,select,button{font-size:calc(.9rem * var(--font-scale))}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg: #F7F2EB;--surface: #FCF9F5;--border: #DED9D1;--text: #2A2825;--text2: #6B6560;--accent: #8B3A1E;--green: #3D5A4E;--font-scale: 1}body{background:var(--bg);color:var(--text);margin:0;padding:0;font-size:calc(1rem * var(--font-scale));line-height:1.6}.app-container{min-height:100vh}.max-w-5xl{max-width:64rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-32{padding-top:8rem}.pb-20{padding-bottom:5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.items-start{align-items:flex-start}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.border-b{border-bottom:1px solid var(--border)}.border{border:1px solid var(--border)}.border-2{border:2px solid var(--border)}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.w-full{width:100%}.text-white{color:#fff}.text-center{text-align:center}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke}.duration-200{transition-duration:.2s}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.pl-4{padding-left:1rem}@media(min-width:768px){.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.cta-button{background:var(--accent);color:#fff!important;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-decoration:none;display:inline-block;cursor:pointer}.secondary-button{background:transparent;border:1px solid var(--border);color:var(--text);padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-decoration:none;display:inline-block;cursor:pointer}.policy-container{font-family:DM Sans,system-ui,sans-serif}.policy-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:.5rem;line-height:1.2}.policy-content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.policy-content h3{font-family:DM Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;line-height:1.3}.policy-content h4{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.35rem}.policy-content p{margin-bottom:1rem;line-height:1.8}.policy-content ul,.policy-content ol{margin-left:1.5rem;margin-bottom:1rem;line-height:1.8}.policy-content li{margin-bottom:.5rem}.policy-content strong{font-weight:600}.policy-content em{font-style:italic}.policy-content code{background-color:#0000000d;padding:.2rem .4rem;border-radius:2px;font-family:Monaco,Courier New,monospace;font-size:.9rem}.policy-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.policy-content table th,.policy-content table td{border:1px solid var(--border);padding:.75rem;text-align:left}.policy-content table th{background-color:var(--surface2);font-weight:600}.policy-content hr{margin:2rem 0;border:none;border-top:1px solid var(--border)}@media(max-width:768px){.policy-content h1{font-size:1.6rem}.policy-content h2{font-size:1.2rem}.policy-content h3{font-size:1rem}.policy-container{padding:30px 15px}}
