:root{--orange:#ff7a00;--bg:#fff7f0;--ink:#111}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,Arial,sans-serif;margin:0;background:#fff;color:#111}
header{display:flex;justify-content:space-between;align-items:center;padding:16px 8%;background:var(--orange);color:#fff;position:sticky;top:0;z-index:1000}
.brand{display:flex;align-items:center;gap:10px}
.brand-name{font-weight:700;font-size:20px;color:#fff;letter-spacing:.5px}
@media (max-width:680px){.brand-name{display:none}}
header nav a{color:#fff;margin-left:20px;text-decoration:none;font-weight:700}
.logo-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fff;color:#ff7a00;text-decoration:none;font-weight:900;letter-spacing:.5px;font-size:22px;line-height:1;border:1px solid rgba(255,255,255,.35);box-shadow:0 6px 16px rgba(255,122,0,.35), inset 0 1px 0 rgba(255,255,255,.25)}
.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:60px 8%;background:var(--bg);gap:22px}
.hero-text h1{font-size:42px;color:var(--orange);margin:0 0 10px}
.hero-text p{color:#333;font-size:18px;margin:0 0 10px}
.hero img{width:100%;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.15);border:1px solid #ffd9b8}
.services{padding:60px 8%;background:#fff}
.services h2{text-align:center;color:var(--orange);font-size:32px;margin:0 0 30px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.card{border:1px solid #eee;border-radius:12px;padding:20px;box-shadow:0 8px 20px rgba(0,0,0,.05);background:#fff}
.card img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:10px;border:1px solid #f1f1f1}
.btn-quote{display:inline-block;margin-top:10px;padding:10px 14px;border-radius:10px;background:var(--orange);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 8px 18px rgba(255,122,0,.25)}
.btn-quote:hover{filter:brightness(.95)}
.deals{padding:50px 8%;background:var(--bg);border-top:1px solid #ffe3cc;border-bottom:1px solid #ffe3cc}
.deals h2{color:var(--orange);margin:0 0 14px}
.deal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.deal{background:#fff;border:1px solid #ffe3cc;border-radius:12px;padding:16px}
.about{background:#fff}
.about .container{padding:60px 8%}
.about h2{color:#ff7a00;font-size:32px;margin:0 0 16px}
.about .two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}
.about .two-col img{width:100%;height:100%;min-height:340px;object-fit:cover;border-radius:16px;border:1px solid #ffe3cc;box-shadow:0 12px 28px rgba(0,0,0,.06)}
.about p{color:#374151;line-height:1.7}
.career .container{padding:60px 8%}
.career .two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}
.career .two-col img{width:100%;height:100%;min-height:360px;object-fit:cover;border-radius:16px;border:1px solid #ffe3cc;box-shadow:0 12px 28px rgba(0,0,0,.06)}
label{font-weight:700;color:#374151;font-size:14px}
.contact-form,.ojt-form{background:#fff;border:1px solid #ffe3cc;border-radius:16px;padding:22px;box-shadow:0 12px 28px rgba(0,0,0,.06);max-width:100%}
.contact-form input,.contact-form select,.contact-form textarea,.ojt-form input,.ojt-form select,.ojt-form textarea{width:100%;padding:14px 12px;border-radius:12px;border:1.5px solid #e6e6e6;font-size:16px;background:#fff;transition:border-color .15s,box-shadow .15s;margin-bottom:10px}
.contact-form textarea,.ojt-form textarea{min-height:140px;resize:vertical}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.ojt-form input:focus,.ojt-form select:focus,.ojt-form textarea:focus{outline:none;border-color:#ff7a00;box-shadow:0 0 0 3px rgba(255,122,0,.18)}
.contact .container{padding:60px 8%}
.contact h2{margin:0 0 14px;color:#ff7a00;font-size:32px}
.contact p{margin:0 0 18px}
.contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gallery{padding:60px 8%;background:#f9f9f9}
.gallery h2{text-align:center;color:#ff7a00;font-size:32px;margin:0 0 30px}
.photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.photos img{width:100%;height:200px;object-fit:cover;border-radius:10px;border:1px solid #eee;background:#fff}
footer{padding:30px 8%;background:#ff7a00;color:#fff;text-align:center}
#whatsapp-btn{position:fixed;bottom:24px;right:24px;background-color:#25d366;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:1000;transition:transform .2s ease,box-shadow .2s ease}
#whatsapp-btn img{width:35px;height:35px}
#whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,0.4)}
@media (max-width:900px){
  .hero{grid-template-columns:1fr}
  .about .two-col{grid-template-columns:1fr}
  .career .two-col{grid-template-columns:1fr}
  .contact-form .row{grid-template-columns:1fr}
  .about .two-col img{min-height:220px}
  .career .two-col img{min-height:240px}
}
