*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans',sans-serif;color:#333;line-height:1.6;overflow-x:hidden;background:#fff}
h1,h2,h3,h4{font-family:'Lexend',sans-serif;line-height:1.25;color:#0D5C63}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font:inherit;cursor:pointer;border:none;background:none}

.vr-wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}

.vr-disclaimer{position:fixed;top:0;left:0;width:100%;background:#1a1a1a;color:#fff;font-size:.75rem;z-index:1000;padding:6px 0;text-align:center}
.vr-disclaimer .vr-wrap{display:flex;align-items:center;justify-content:center;gap:8px}
.vr-disclaimer-icon{color:#F2B705;font-size:1rem;flex-shrink:0}

.vr-header{position:sticky;top:28px;left:0;width:100%;background:#fff;z-index:900;transition:box-shadow .3s}
.vr-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.vr-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.vr-logo{font-family:'Lexend',sans-serif;font-size:1.3rem;font-weight:700;color:#0D5C63;display:flex;align-items:center;gap:6px}
.vr-logo span{color:#F2B705}
.vr-burger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}
.vr-burger span{display:block;height:2px;background:#0D5C63;border-radius:2px;transition:transform .3s,opacity .3s}
.vr-burger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.vr-burger-open span:nth-child(2){opacity:0}
.vr-burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.vr-nav{display:flex;align-items:center;gap:28px}
.vr-nav a{font-size:.9rem;font-weight:500;color:#333;transition:color .2s}
.vr-nav a:hover{color:#0D5C63}

.vr-hero{background:linear-gradient(135deg,#0D5C63,#073d42);padding:100px 0 90px;text-align:center;color:#fff}
.vr-badge{display:inline-block;background:rgba(242,183,5,.15);color:#F2B705;font-size:.8rem;font-weight:600;padding:6px 18px;border-radius:50px;margin-bottom:20px;letter-spacing:.5px;text-transform:uppercase}
.vr-hero h1{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:18px;max-width:720px;margin-left:auto;margin-right:auto}
.vr-hero-sub{font-size:1.1rem;color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 32px;line-height:1.7}
.vr-btn{display:inline-block;background:#F2B705;color:#1a1a1a;font-family:'Lexend',sans-serif;font-size:.95rem;font-weight:600;padding:14px 36px;border-radius:8px;transition:background .2s,transform .2s;border:none;cursor:pointer}
.vr-btn:hover{background:#d9a204;transform:translateY(-2px)}

.vr-cards{padding:80px 0;background:#f8f9fa}
.vr-cards h2{text-align:center;font-size:2rem;margin-bottom:10px}
.vr-section-sub{text-align:center;color:#666;font-size:1rem;max-width:540px;margin:0 auto 48px}
.vr-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.vr-card{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:28px 24px;border-radius:10px;border-left:4px solid #F2B705;transition:box-shadow .25s}
.vr-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.07)}
.vr-card-num{font-family:'Lexend',sans-serif;font-size:2rem;font-weight:700;color:#0D5C63;line-height:1;flex-shrink:0;min-width:40px}
.vr-card-body h3{font-size:1.05rem;margin-bottom:6px}
.vr-card-body p{font-size:.9rem;color:#555;line-height:1.6}

.vr-about{padding:80px 0}
.vr-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.vr-about-img img{border-radius:14px;width:100%;object-fit:cover}
.vr-about-text h2{font-size:1.9rem;margin-bottom:16px}
.vr-about-text p{color:#555;margin-bottom:14px;line-height:1.7}

.vr-blog{padding:80px 0;background:#f8f9fa}
.vr-blog h2{text-align:center;font-size:2rem;margin-bottom:40px}
.vr-blog-list{display:flex;flex-direction:column;gap:24px}
.vr-blog-item{display:flex;gap:24px;background:#fff;border-radius:10px;overflow:hidden;transition:box-shadow .25s}
.vr-blog-item:hover{box-shadow:0 6px 24px rgba(0,0,0,.07)}
.vr-blog-item img{width:240px;min-height:180px;object-fit:cover;flex-shrink:0}
.vr-blog-item-body{padding:24px 24px 24px 0;display:flex;flex-direction:column;justify-content:center}
.vr-blog-tag{display:inline-block;background:rgba(13,92,99,.1);color:#0D5C63;font-size:.72rem;font-weight:600;padding:4px 12px;border-radius:50px;margin-bottom:10px;width:fit-content;text-transform:uppercase;letter-spacing:.3px}
.vr-blog-item-body h3{font-size:1.1rem;margin-bottom:8px}
.vr-blog-item-body p{font-size:.88rem;color:#555;line-height:1.6;margin-bottom:12px}
.vr-blog-link{color:#0D5C63;font-size:.85rem;font-weight:600;transition:color .2s}
.vr-blog-link:hover{color:#F2B705}
.vr-blog-more{text-align:center;margin-top:36px}
.vr-btn-outline{display:inline-block;border:2px solid #0D5C63;color:#0D5C63;font-family:'Lexend',sans-serif;font-size:.9rem;font-weight:600;padding:12px 32px;border-radius:8px;transition:background .2s,color .2s}
.vr-btn-outline:hover{background:#0D5C63;color:#fff}

.vr-faq{padding:80px 0}
.vr-faq h2{text-align:center;font-size:2rem;margin-bottom:40px}
.vr-faq-list{max-width:780px;margin:0 auto}
.vr-faq-item{border-bottom:1px solid #e5e5e5}
.vr-faq-q{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;gap:16px;width:100%}
.vr-faq-q span{font-family:'Lexend',sans-serif;font-size:1rem;font-weight:500;color:#333}
.vr-faq-icon{width:24px;height:24px;position:relative;flex-shrink:0}
.vr-faq-icon::before,.vr-faq-icon::after{content:'';position:absolute;background:#0D5C63;border-radius:2px;transition:transform .3s}
.vr-faq-icon::before{width:14px;height:2px;top:11px;left:5px}
.vr-faq-icon::after{width:2px;height:14px;top:5px;left:11px}
.vr-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.vr-faq-a p{padding:0 0 20px;color:#555;font-size:.9rem;line-height:1.7}
.vr-faq-active .vr-faq-icon::after{transform:rotate(90deg)}
.vr-faq-active .vr-faq-a{max-height:300px}

.vr-process{padding:80px 0;background:#f8f9fa}
.vr-process h2{text-align:center;font-size:2rem;margin-bottom:48px}
.vr-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.vr-step{background:#fff;padding:32px 20px;border-radius:10px;text-align:center;transition:box-shadow .25s}
.vr-step:hover{box-shadow:0 6px 24px rgba(0,0,0,.07)}
.vr-step-num{font-family:'Lexend',sans-serif;font-size:2.6rem;font-weight:700;color:#F2B705;margin-bottom:12px;line-height:1}
.vr-step h3{font-size:.95rem;margin-bottom:8px}
.vr-step p{font-size:.83rem;color:#555;line-height:1.6}

.vr-contact{padding:80px 0;display:grid;grid-template-columns:1fr 1fr;min-height:420px}
.vr-contact-info{background:#0D5C63;color:#fff;padding:48px 40px;border-radius:14px 0 0 14px;display:flex;flex-direction:column;justify-content:center}
.vr-contact-info h2{font-size:1.8rem;color:#fff;margin-bottom:24px}
.vr-contact-data{display:flex;flex-direction:column;gap:16px}
.vr-contact-data li{display:flex;align-items:center;gap:12px;font-size:.9rem;color:rgba(255,255,255,.9)}
.vr-contact-form{background:#fff;padding:48px 40px;border-radius:0 14px 14px 0;border:1px solid #e5e5e5;border-left:none;display:flex;flex-direction:column;justify-content:center;gap:18px}
.vr-field{display:flex;flex-direction:column;gap:6px}
.vr-field label{font-size:.8rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.3px}
.vr-field input,.vr-field textarea{padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-family:'DM Sans',sans-serif;font-size:.9rem;transition:border-color .2s;outline:none;background:#fafafa}
.vr-field input:focus,.vr-field textarea:focus{border-color:#0D5C63;background:#fff}
.vr-field textarea{resize:vertical;min-height:100px}

.vr-footer{background:#0D5C63;color:#fff;padding:60px 0 0}
.vr-footer-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:40px}
.vr-footer-col h4{font-size:1rem;margin-bottom:16px;color:#fff}
.vr-footer-col p{font-size:.85rem;color:rgba(255,255,255,.75);line-height:1.7}
.vr-footer-col ul{display:flex;flex-direction:column;gap:10px}
.vr-footer-col ul li a{font-size:.85rem;color:rgba(255,255,255,.75);transition:color .2s}
.vr-footer-col ul li a:hover{color:#F2B705}
.vr-footer-cnpj{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:12px}
.vr-footer-bottom{background:rgba(0,0,0,.15);padding:18px 0}
.vr-footer-bottom p{text-align:center;font-size:.78rem;color:rgba(255,255,255,.6)}

@media(max-width:992px){
.vr-process-grid{grid-template-columns:repeat(3,1fr)}
.vr-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
.vr-burger{display:flex}
.vr-nav{position:fixed;top:92px;left:0;width:100%;background:#fff;flex-direction:column;padding:24px 20px;gap:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-120%);transition:transform .3s;z-index:800}
.vr-nav-open{transform:translateY(0)}
.vr-nav a{font-size:1rem;padding:8px 0}
.vr-hero{padding:70px 0 60px}
.vr-hero h1{font-size:1.9rem}
.vr-hero-sub{font-size:.95rem}
.vr-cards,.vr-about,.vr-blog,.vr-faq,.vr-process{padding:50px 0}
.vr-cards-grid{grid-template-columns:1fr}
.vr-about-inner{grid-template-columns:1fr;gap:32px}
.vr-blog-item{flex-direction:column}
.vr-blog-item img{width:100%;min-height:160px}
.vr-blog-item-body{padding:20px}
.vr-process-grid{grid-template-columns:repeat(2,1fr)}
.vr-contact{grid-template-columns:1fr;padding:50px 20px}
.vr-contact-info{border-radius:14px 14px 0 0;padding:36px 28px}
.vr-contact-form{border-radius:0 0 14px 14px;border-left:1px solid #e5e5e5;padding:36px 28px}
.vr-footer-inner{grid-template-columns:1fr}
.vr-footer{padding:50px 0 0}
}
@media(max-width:480px){
.vr-hero h1{font-size:1.55rem}
.vr-cards h2,.vr-blog h2,.vr-faq h2,.vr-process h2{font-size:1.5rem}
.vr-process-grid{grid-template-columns:1fr}
.vr-btn{padding:12px 28px;font-size:.88rem}
}
