*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#2c2c2c;background-color:#f5f2eb;display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Merriweather",Georgia,serif;font-weight:700;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}ul{margin-bottom:1rem}li::marker{content:""}a{color:#4a5d4c;text-decoration:none;transition:color .2s ease}a:hover{color:#3a4a3c}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2, 1fr)}@media (max-width: 576px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3, 1fr)}@media (max-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 576px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4, 1fr)}@media (max-width: 768px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 576px){.grid--4{grid-template-columns:1fr}}.text-center{text-align:center}.text-muted{color:#6b6560}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.mb-xxl{margin-bottom:5rem}.pt-0{padding-top:0 !important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn--primary{background-color:#4a5d4c;color:#fff}.btn--primary:hover{background-color:#3a4a3c;color:#fff}.btn--secondary{background-color:#eae5d9;color:#2c2c2c;border:1px solid #d4cfc4}.btn--secondary:hover{background-color:#ddd8ca;color:#2c2c2c}.btn--outline{background-color:rgba(0,0,0,0);color:#4a5d4c;border:2px solid #4a5d4c}.btn--outline:hover{background-color:#4a5d4c;color:#fff}.card{background-color:#eae5d9;border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.card--large{padding:2rem}.card--large .card__icon{width:64px;height:64px;font-size:2rem;margin-bottom:1.5rem}.card--large .card__title{font-size:1.5rem}.card--large .card__text{font-size:1.125rem}.card__icon{width:48px;height:48px;background-color:#4a5d4c;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff;font-size:1.5rem}.card__title{font-size:1.25rem;margin-bottom:.5rem}.card__text{color:#6b6560;margin-bottom:0}.hero{min-height:80vh;display:flex;align-items:center;padding:5rem 0}@media (max-width: 768px){.hero{min-height:auto;padding:3rem 0}}.hero__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem}@media (max-width: 768px){.hero__inner{flex-direction:column-reverse;text-align:center;gap:2rem}}.hero__content{max-width:700px;flex:1}.hero__image{flex:1;max-width:400px;display:flex;justify-content:center}.hero__image img{width:100%;height:auto;max-width:320px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}@media (max-width: 768px){.hero__image img{max-width:200px}}.hero__image img .section-title{font-size:2rem;margin-bottom:.5rem}.hero__image img .section-subtitle{font-size:1.125rem;color:#6b6560;margin-bottom:2rem}.hero__image img .badge-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__image img .badge{background-color:#eae5d9;color:#2c2c2c;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s ease}.hero__image img .badge:hover{background-color:#4a5d4c;color:#fff}.hero__title{font-size:3rem;margin-bottom:1.5rem}@media (max-width: 576px){.hero__title{font-size:2.25rem}}.hero__subtitle{font-size:1.25rem;color:#6b6560;margin-bottom:2rem}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.hero__buttons{justify-content:center}}.page-header{padding:3rem 0;background-color:#eae5d9;margin-bottom:2rem}.page-header__title{margin-bottom:.5rem}.page-header__subtitle{color:#6b6560;margin-bottom:0}.contact-links{display:flex;flex-direction:column;gap:1.5rem;max-width:400px}.contact-link{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background-color:#eae5d9;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.contact-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);color:#4a5d4c}.contact-link__icon{width:48px;height:48px;background-color:#4a5d4c;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.contact-link__text{display:flex;flex-direction:column}.contact-link__text strong{color:#2c2c2c}.contact-link__text span{color:#6b6560;font-size:.875rem}