:root{--brand: #f7981d;--brand-dark: #d97e0a;--black: #000000;--white: #ffffff;--gray-light: #f5f5f5;--gray-text: #555555;--gray-border: #e0e0e0;--shadow-card: 0 4px 24px rgba(0,0,0,.1);--shadow-btn: 0 6px 20px rgba(247,152,29,.35);--shadow-hdr: 0 2px 12px rgba(0,0,0,.08);--radius: 14px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit;border:none}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:999px;font-weight:700;font-size:15px;transition:background .2s,transform .15s,box-shadow .2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand);color:var(--white);box-shadow:var(--shadow-btn)}.btn-primary:hover{background:var(--brand-dark)}.btn-wa{background:#25d366;color:var(--white);box-shadow:0 6px 20px #25d36659;font-size:16px;padding:16px 32px}.btn-wa:hover{background:#1ebe5d}.section-title{text-align:center;font-size:clamp(1.6rem,5vw,2.4rem);font-weight:700;margin-bottom:10px}.section-sub{text-align:center;color:var(--gray-text);font-size:16px;max-width:580px;margin:0 auto 48px;line-height:1.6}.header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:var(--shadow-hdr)}.header-inner{max-width:1140px;margin:0 auto;height:68px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:48px;width:auto;display:block}.nav-desktop{display:flex;align-items:center;gap:28px}.nav-desktop a{color:#222;font-size:14px;font-weight:600;white-space:nowrap;transition:color .15s}.nav-desktop a:hover{color:var(--brand)}.hamburguer{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px;color:#222;border-radius:8px;flex-shrink:0;transition:background .15s}.hamburguer:hover{background:var(--gray-light)}.nav-mobile{display:flex;flex-direction:column;background:var(--white);border-top:1px solid var(--gray-border);box-shadow:0 8px 24px #0000001a;position:absolute;left:0;right:0;z-index:99}.nav-mobile a{display:block;padding:16px 24px;font-size:15px;font-weight:600;color:#222;text-align:center;border-bottom:1px solid var(--gray-border);transition:background .15s,color .15s}.nav-mobile a:last-child{border-bottom:none}.nav-mobile a:hover{background:var(--gray-light);color:var(--brand)}@media(max-width:768px){.nav-desktop{display:none}.hamburguer{display:flex}.header-inner{justify-content:space-between}}@media(min-width:769px){.header-inner{justify-content:center}}.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000073 60%,#0000008c)}.hero-content{position:relative;z-index:1;width:100%;max-width:700px;padding:80px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.hero h1{font-size:clamp(2rem,8vw,3.4rem);font-weight:700;color:var(--white);line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-accent{color:var(--brand);display:block}.hero-sub{font-size:17px;color:#ffffffe0;line-height:1.6;max-width:460px;text-shadow:0 1px 6px rgba(0,0,0,.3)}.services{padding:72px 20px;background:var(--white)}.services .section-title{margin-bottom:40px}.cards-grid{display:grid;gap:24px;grid-template-columns:1fr}.service-card{border-radius:var(--radius);overflow:hidden;background:var(--white);box-shadow:var(--shadow-card);border:1px solid var(--gray-border);display:flex;flex-direction:column}.card-photo{width:100%;aspect-ratio:16 / 10;overflow:hidden}.card-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}.service-card:hover .card-photo img{transform:scale(1.04)}.card-body{padding:22px 20px;flex:1;text-align:center}.card-body h3{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--black)}.card-body p{color:var(--gray-text);font-size:14px;line-height:1.65}.how{position:relative;padding:72px 20px;background-image:url(/hero.jpeg);background-size:cover;background-position:center;background-attachment:scroll;color:var(--white)}.how:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#00000080,#00000094);pointer-events:none}.how-inner{position:relative;z-index:1}.how-title{display:inline-block;background:var(--white);color:var(--brand);font-size:clamp(1.3rem,4vw,1.8rem);font-weight:700;padding:6px 16px;border-radius:6px;margin-bottom:40px}.how-steps{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}.how-step h4{font-size:16px;font-weight:700;color:var(--white);margin-bottom:6px;text-shadow:0 2px 6px rgba(0,0,0,.9),0 0 3px rgba(0,0,0,.75);paint-order:stroke fill;-webkit-text-stroke:.4px rgba(0,0,0,.55)}.how-step p{font-size:14px;color:#ffffffd9;line-height:1.65;text-shadow:0 2px 6px rgba(0,0,0,.9),0 0 3px rgba(0,0,0,.75)}.how-highlight{display:inline-block;width:fit-content;margin:0 auto;font-size:16px;font-weight:600;font-style:italic;color:#1f1f1f;padding:12px 22px;border-radius:var(--radius-sm);background:#fff;line-height:1.5}.how-highlight-wrap{text-align:center}.about{padding:88px 20px;background:var(--white)}.about-inner{display:grid;gap:56px;align-items:center}.about-photo-wrap{position:relative;width:100%}.about-photo-accent{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:var(--brand);transform:translate(-18px,18px);z-index:0}.about-photo-img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:20px;object-fit:cover;box-shadow:0 18px 40px #00000026}.about-text{display:flex;flex-direction:column;gap:40px;max-width:540px;margin:0 auto}.about-block{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.about-accent-line{width:48px;height:4px;border-radius:2px;background:var(--brand);margin-bottom:14px}.about-text .label{display:inline-block;color:#1a1a1a;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.about-text h2{font-size:clamp(1.9rem,4vw,2.4rem);font-weight:700;margin-bottom:20px;line-height:1.15;color:var(--black)}.about-accent-word{color:var(--brand)}.about-text p{color:#4a4a4a;font-size:17px;line-height:1.75;max-width:520px}.contact{padding:72px 20px;background:var(--white)}.contact-inner{max-width:680px;margin:0 auto}.contact .section-sub{margin-bottom:14px}.contact-wa{text-align:center;margin-bottom:40px}.contact-wa p{color:var(--gray-text);font-size:15px;line-height:1.6;margin-bottom:20px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#333}.form-group input,.form-group textarea{width:100%;padding:13px 16px;border-radius:var(--radius-sm);border:1.5px solid var(--gray-border);font-family:Poppins,sans-serif;font-size:14px;color:var(--black);outline:none;resize:vertical;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand)}.form-divider{display:flex;align-items:center;gap:12px;margin:28px 0;color:var(--gray-text);font-size:13px}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:var(--gray-border)}.contact-direct{margin-top:16px;text-align:center;font-size:13px;color:var(--gray-text)}.contact-direct a{color:var(--gray-text);font-weight:600;transition:color .15s}.contact-direct a:hover{color:var(--brand)}.footer{background:var(--black);color:#ffffffbf;padding:48px 0 0}.footer-inner{display:grid;gap:32px;padding-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand strong{color:var(--white);font-size:17px;font-weight:700}.footer-brand p{font-size:13px;line-height:1.6;max-width:320px}.footer-socials{display:flex;gap:16px;margin-top:4px}.footer-socials a{color:#ffffff8c;display:flex;align-items:center;transition:color .15s}.footer-socials a:hover{color:var(--brand)}.footer-contact{font-size:13px;line-height:2.1}.footer-contact a{color:#ffffffbf;transition:color .15s}.footer-contact a:hover{color:var(--brand)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px;display:flex;flex-direction:column;gap:8px;font-size:12px;color:#fff6}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#fff6;transition:color .15s}.footer-links a:hover{color:var(--brand)}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.hero{min-height:640px}.hero-content{padding:110px 24px}.hero h1{font-size:3.4rem}.cards-grid{grid-template-columns:repeat(3,1fr)}.about-inner{grid-template-columns:45fr 55fr}.footer-inner{grid-template-columns:1.4fr 1fr;align-items:start}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
