*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--bp-main:#8E4585;--bp-pop:#D4A574;--bp-deep:#2C1A2E;--bp-pale:#FBF6F0;--bp-copy:#3D3D3D;--bp-muted:#8A8A8A;--bp-line:#E8E0D8}
body{font-family:'Nunito Sans',sans-serif;font-weight:400;color:var(--bp-copy);line-height:1.8;background:#fff}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:600;color:var(--bp-deep)}
img{max-width:100%;height:auto;display:block;border-radius:12px}
a{text-decoration:none;color:var(--bp-main);transition:color .3s}
a:hover{color:var(--bp-pop)}
.bp-container{max-width:1120px;margin:0 auto;padding:0 28px}
.bp-section-title{font-size:2.1rem;margin-bottom:32px}
.bp-section-title-center{text-align:center}
.bp-btn{display:inline-block;padding:13px 30px;border-radius:24px;background:var(--bp-main);color:#fff;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:background .3s}
.bp-btn:hover{background:var(--bp-pop);color:#fff}
.bp-header{position:fixed;top:0;left:0;width:100%;height:62px;background:rgba(255,255,255,.95);z-index:1000;border-bottom:1px solid var(--bp-line);transition:box-shadow .3s}
.bp-header.scrolled{box-shadow:0 2px 16px rgba(44,26,46,.08)}
.bp-header-inner{display:flex;align-items:center;justify-content:space-between;height:62px}
.bp-logo{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;color:var(--bp-main)}
.bp-logo:hover{color:var(--bp-deep)}
.bp-nav{display:flex;align-items:center;gap:22px}
.bp-nav-link{font-size:.9rem;font-weight:500;color:var(--bp-copy)}
.bp-nav-link:hover{color:var(--bp-main)}
.bp-nav-cta{padding:8px 20px;border-radius:24px;background:var(--bp-main);color:#fff}
.bp-nav-cta:hover{background:var(--bp-pop);color:#fff}
.bp-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.bp-menu-toggle span{width:24px;height:2px;background:var(--bp-deep);border-radius:2px;transition:transform .3s}
.bp-hero{padding-top:62px;background:var(--bp-pale)}
.bp-hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:68px 0}
.bp-hero-badge{display:inline-block;font-size:.85rem;font-weight:600;color:var(--bp-pop);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}
.bp-hero-title{font-size:2.6rem;line-height:1.2;margin-bottom:20px}
.bp-hero-subtitle{font-size:1.05rem;color:var(--bp-muted);margin-bottom:32px;line-height:1.7}
.bp-hero-image img{width:100%;height:auto;border-radius:12px}
.bp-sobre{padding:68px 0}
.bp-sobre-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.bp-sobre-image img{width:100%;border-radius:12px}
.bp-sobre-text p{margin-bottom:16px;font-size:.97rem}
.bp-servicos{padding:68px 0;background:var(--bp-pale)}
.bp-servicos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bp-card{background:#fff;border-radius:14px;padding:36px 28px;text-align:center;border:1px solid var(--bp-line);transition:transform .3s}
.bp-card:hover{transform:translateY(-4px)}
.bp-card-icon{font-size:2.2rem;display:block;margin-bottom:16px}
.bp-card-title{font-size:1.25rem;margin-bottom:12px}
.bp-card-desc{font-size:.9rem;color:var(--bp-muted);line-height:1.7}
.bp-processo{padding:68px 0}
.bp-processo-steps{max-width:720px;margin:0 auto}
.bp-step{display:flex;align-items:flex-start;gap:28px;margin-bottom:40px}
.bp-step-reverse{flex-direction:row-reverse;text-align:right}
.bp-step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--bp-main);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700}
.bp-step-title{font-size:1.15rem;margin-bottom:6px}
.bp-step-desc{font-size:.92rem;color:var(--bp-muted);line-height:1.7}
.bp-blog{padding:68px 0;background:var(--bp-pale)}
.bp-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bp-blog-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--bp-line);transition:transform .3s;display:flex;flex-direction:column}
.bp-blog-card:hover{transform:translateY(-3px)}
.bp-blog-card img{border-radius:0;width:100%;height:200px;object-fit:cover}
.bp-blog-title{padding:20px 20px 12px;font-size:1.05rem;line-height:1.4}
.bp-blog-link{padding:0 20px 20px;font-size:.88rem;font-weight:600;color:var(--bp-main);margin-top:auto}
.bp-faq{padding:68px 0}
.bp-faq-list{max-width:720px;margin:0 auto}
.bp-faq-item{border-bottom:1px solid var(--bp-line)}
.bp-faq-question{width:100%;text-align:left;padding:20px 0;background:none;border:none;font-family:'Nunito Sans',sans-serif;font-size:1rem;font-weight:600;color:var(--bp-deep);cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.bp-faq-question::after{content:'+';font-size:1.4rem;font-weight:300;color:var(--bp-main);transition:transform .3s}
.bp-faq-item.active .bp-faq-question::after{transform:rotate(45deg)}
.bp-faq-question:hover{color:var(--bp-main)}
.bp-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s}
.bp-faq-item.active .bp-faq-answer{max-height:200px;padding-bottom:20px}
.bp-faq-answer p{font-size:.93rem;color:var(--bp-muted);line-height:1.7}
.bp-contato{padding:68px 0;background:var(--bp-pale)}
.bp-contato-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:44px;align-items:start}
.bp-form-group{margin-bottom:16px}
.bp-input{width:100%;padding:13px 18px;border-radius:8px;border:1px solid var(--bp-line);font-family:'Nunito Sans',sans-serif;font-size:.93rem;color:var(--bp-copy);background:#fff}
.bp-input:focus{outline:none;border-color:var(--bp-main)}
.bp-textarea{resize:vertical;min-height:120px}
.bp-contato-info{padding-top:8px}
.bp-contato-info-title{font-size:1.3rem;margin-bottom:18px}
.bp-contato-info p{font-size:.92rem;margin-bottom:12px;line-height:1.7}
.bp-contato-mapa{margin-top:24px}
.bp-mapa-placeholder{background:#fff;border:1px solid var(--bp-line);border-radius:12px;padding:32px;text-align:center;font-size:.95rem;color:var(--bp-muted)}
.bp-footer{padding-top:44px;padding-bottom:32px;background:var(--bp-deep);color:rgba(255,255,255,.8)}
.bp-footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}
.bp-footer-title{font-size:1.1rem;color:#fff;margin-bottom:16px}
.bp-footer-link{display:block;font-size:.88rem;color:rgba(255,255,255,.7);margin-bottom:10px}
.bp-footer-link:hover{color:var(--bp-pop)}
.bp-footer-text{font-size:.88rem;margin-bottom:8px;color:rgba(255,255,255,.7)}
.bp-footer-bottom{padding-top:28px;text-align:center}
.bp-footer-disclaimer{font-size:.78rem;color:rgba(255,255,255,.5);margin-bottom:8px}
.bp-footer-copy{font-size:.82rem;color:rgba(255,255,255,.6)}
.bp-page-content{padding-top:100px;padding-bottom:68px;min-height:60vh}
.bp-breadcrumb{font-size:.85rem;color:var(--bp-muted);margin-bottom:32px}
.bp-breadcrumb a{color:var(--bp-main);font-weight:500}
.bp-breadcrumb span{margin:0 8px;color:var(--bp-line)}
.bp-article-header{margin-bottom:36px}
.bp-article-header h1{font-size:2.2rem;line-height:1.25;margin-bottom:12px}
.bp-article-header .bp-article-meta{font-size:.88rem;color:var(--bp-muted)}
.bp-article-img{width:100%;height:auto;border-radius:12px;margin-bottom:36px}
.bp-article-body h2{font-size:1.5rem;margin-top:36px;margin-bottom:16px}
.bp-article-body h3{font-size:1.2rem;margin-top:28px;margin-bottom:12px}
.bp-article-body p{font-size:.97rem;margin-bottom:18px;line-height:1.85}
.bp-article-body ul,.bp-article-body ol{margin:0 0 18px 24px;font-size:.97rem;line-height:1.85}
.bp-article-body li{margin-bottom:6px}
.bp-article-body strong{color:var(--bp-deep)}
.bp-blog-listing{padding-top:100px;padding-bottom:68px}
.bp-blog-listing h1{font-size:2.2rem;text-align:center;margin-bottom:12px}
.bp-blog-listing .bp-blog-listing-desc{text-align:center;color:var(--bp-muted);font-size:1rem;margin-bottom:44px}
.bp-blog-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bp-blog-card-item{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--bp-line);transition:transform .3s;display:flex;flex-direction:column}
.bp-blog-card-item:hover{transform:translateY(-3px)}
.bp-blog-card-thumb{width:100%;height:220px;object-fit:cover;border-radius:0}
.bp-blog-card-info{padding:24px 22px;flex:1;display:flex;flex-direction:column}
.bp-blog-card-title{font-size:1.1rem;line-height:1.4;margin-bottom:10px}
.bp-blog-card-excerpt{font-size:.9rem;color:var(--bp-muted);line-height:1.7;margin-bottom:18px;flex:1}
.bp-blog-card-link{font-size:.88rem;font-weight:600;color:var(--bp-main);display:inline-block}
.bp-blog-card-link:hover{color:var(--bp-pop)}
@media(max-width:768px){
.bp-menu-toggle{display:flex}
.bp-nav{display:none;position:absolute;top:62px;left:0;width:100%;background:#fff;flex-direction:column;padding:24px 28px;gap:16px;border-bottom:1px solid var(--bp-line);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.bp-nav.open{display:flex}
.bp-hero-inner{grid-template-columns:1fr;gap:32px;padding:48px 0}
.bp-hero-title{font-size:2rem}
.bp-sobre-grid{grid-template-columns:1fr;gap:32px}
.bp-servicos-grid{grid-template-columns:1fr;gap:20px}
.bp-step,.bp-step-reverse{flex-direction:row;text-align:left}
.bp-blog-grid{grid-template-columns:1fr;gap:20px}
.bp-contato-grid{grid-template-columns:1fr;gap:32px}
.bp-footer-grid{grid-template-columns:1fr;gap:28px}
.bp-section-title{font-size:1.7rem}
.bp-page-content{padding-top:82px}
.bp-article-header h1{font-size:1.6rem}
.bp-article-body h2{font-size:1.3rem}
.bp-blog-listing{padding-top:82px}
.bp-blog-listing h1{font-size:1.6rem}
.bp-blog-card-list{grid-template-columns:1fr;gap:20px}
}
