@import"https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-primary: #E8541E;--color-primary-dark: #C2410C;--color-secondary: #D92B2B;--color-secondary-dark: #A81F1F;--color-accent: #F5A623;--color-warm-bg: #FFF8F3;--color-white: #FFFFFF;--color-text-dark: #2B2320;--color-text-muted: #6B5E58;--color-border: #F0E4DC;--color-success: #2E7D32;--color-error: #D92B2B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;max-width:100vw;overflow-x:hidden!important}body{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#2b2320;background-color:#fff;width:100%;max-width:100vw;overflow-x:hidden!important;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,Plus Jakarta Sans,sans-serif;color:#2b2320;font-weight:700;line-height:1.25;margin-bottom:.75rem}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3.25rem}}h2{font-size:1.75rem}@media (min-width: 768px){h2{font-size:2.5rem}}h3{font-size:1.35rem}@media (min-width: 768px){h3{font-size:2rem}}h4{font-size:1.15rem}@media (min-width: 768px){h4{font-size:1.5rem}}h5{font-size:1rem}@media (min-width: 768px){h5{font-size:1.25rem}}p{margin-bottom:1rem;color:#6b5e58;line-height:1.65}p:last-child{margin-bottom:0}a{color:#e8541e;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#c2410c}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1200px){.container{padding-left:2rem;padding-right:2rem}}.section{padding:3rem 0}@media (min-width: 768px){.section{padding:4rem 0}}.section--warm{background-color:#fff8f3}.section--white{background-color:#fff}.section--dark{background-color:#2b2320;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--dark p{color:#fffc}.section-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.section-header .section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;background-color:#e8541e1f;color:#c2410c;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.section-header .section-title{margin-bottom:.75rem}.section-header .section-subtitle{font-size:1.125rem;color:#6b5e58}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .25s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;outline:none}.btn:focus-visible{outline:2px solid #E8541E;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--primary{background:linear-gradient(135deg,#E8541E 0%,#C2410C 100%);color:#fff;box-shadow:0 4px 14px #e8541e59}.btn--primary:hover{background:linear-gradient(135deg,#C2410C 0%,#A03408 100%);transform:translateY(-2px);box-shadow:0 6px 20px #e8541e73;color:#fff}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:linear-gradient(135deg,#D92B2B 0%,#A81F1F 100%);color:#fff;box-shadow:0 4px 14px #d92b2b59}.btn--secondary:hover{background:linear-gradient(135deg,#A81F1F 0%,#8A1515 100%);transform:translateY(-2px);box-shadow:0 6px 20px #d92b2b73;color:#fff}.btn--outline{background-color:transparent;border-color:#e8541e;color:#e8541e}.btn--outline:hover{background-color:#e8541e;color:#fff;transform:translateY(-2px)}.btn--outline-white{background-color:transparent;border-color:#fffc;color:#fff}.btn--outline-white:hover{background-color:#fff;color:#2b2320;transform:translateY(-2px)}.btn--white{background-color:#fff;color:#e8541e;box-shadow:0 8px 20px #2b23201a}.btn--white:hover{background-color:#fff8f3;transform:translateY(-2px);box-shadow:0 16px 36px #2b23201f}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:.95rem 2rem;font-size:1.125rem;font-weight:700}.btn--full{width:100%}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge--primary{background-color:#e8541e1f;color:#c2410c}.badge--secondary{background-color:#d92b2b1f;color:#d92b2b}.badge--success{background-color:#e8f5e9;color:#2e7d32}.badge--accent{background-color:#f5a6232e;color:#925805}.progress-bar{width:100%;height:8px;background-color:#f0e4dc;border-radius:9999px;overflow:hidden;position:relative}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#E8541E 0%,#D92B2B 100%);border-radius:9999px;transition:width .8s cubic-bezier(.4,0,.2,1)}.progress-bar--lg{height:12px}.form-group{margin-bottom:1.25rem;text-align:left}.form-label{display:block;font-size:.875rem;font-weight:600;color:#2b2320;margin-bottom:.5rem}.form-label .required{color:#d92b2b;margin-left:2px}.form-control{width:100%;padding:.75rem 1rem;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#2b2320;background-color:#fff;border:1.5px solid #F0E4DC;border-radius:10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::placeholder{color:#9e8e87}.form-control:focus{outline:none;border-color:#e8541e;box-shadow:0 0 0 3px #e8541e26}.form-control.is-invalid{border-color:#d92b2b;background-color:#fff9f9}.form-control.is-invalid:focus{box-shadow:0 0 0 3px #d92b2b26}textarea.form-control{resize:vertical;min-height:110px}select.form-control{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B5E58' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:2.5rem}.form-error{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#d92b2b;margin-top:.35rem;font-weight:500}.form-hint{font-size:.75rem;color:#9e8e87;margin-top:.25rem}.grid{display:grid;gap:1.5rem}.grid--2-cols{grid-template-columns:1fr}@media (min-width: 768px){.grid--2-cols{grid-template-columns:repeat(2,1fr)}}.grid--3-cols{grid-template-columns:1fr}@media (min-width: 768px){.grid--3-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.grid--3-cols{grid-template-columns:repeat(3,1fr)}}.grid--4-cols{grid-template-columns:1fr}@media (min-width: 576px){.grid--4-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.grid--4-cols{grid-template-columns:repeat(4,1fr)}}.card{background-color:#fff;border:1px solid #F0E4DC;border-radius:16px;box-shadow:0 4px 8px #2b232014;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;overflow:hidden;display:flex;flex-direction:column}.card:hover{box-shadow:0 8px 20px #2b23201a;border-color:#e8541e4d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#FFF8F3}::-webkit-scrollbar-thumb{background:#D9C8BE;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#E8541E}
