:root{
  --navy:#1a2340;
  --blue:#1a73e8;
  --blue2:#1558c0;
  --orange:#f97316;
  --orange2:#ea6c0a;
  --bg:#f8faff;
  --white:#ffffff;
  --gray:#f4f6fb;
  --border:#e2e8f5;
  --text:#1a2340;
  --text2:#4a5568;
  --text3:#718096;
  --rad:12px;
  --sh:0 2px 16px rgba(26,35,64,.08);
  --sh2:0 8px 40px rgba(26,35,64,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Inter",sans-serif;background:var(--white);color:var(--text);font-size:15px;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{max-width:1180px;margin:0 auto;padding:0 24px}

/* ── TOPBAR ── */
.topbar{background:var(--navy);padding:8px 0}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.topbar-left{display:flex;gap:20px;align-items:center}
.topbar-left a{color:rgba(255,255,255,.75);font-size:12.5px;display:flex;align-items:center;gap:5px}
.topbar-left a svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.topbar-left a:hover{color:#fff}
.topbar-right{display:flex;gap:10px;align-items:center}
.topbar-right a{color:rgba(255,255,255,.7);font-size:13px}
.topbar-right a:hover{color:var(--orange)}
.topbar-social svg{width:15px;height:15px;fill:currentColor}

/* ── NAVBAR ── */
.navbar{background:#fff;border-bottom:1.5px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:var(--sh)}
.nav-inner{display:flex;align-items:center;gap:20px;height:70px}
.nav-logo{display:flex;align-items:center;gap:12px;margin-right:auto}
.logo-mark{width:44px;height:44px;background:linear-gradient(135deg,var(--blue),var(--blue2));border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 10px rgba(26,115,232,.3)}
.logo-mark svg{width:22px;height:22px;fill:#fff}
.logo-text-main{font-family:"Plus Jakarta Sans",sans-serif;font-size:16px;font-weight:800;color:var(--navy);line-height:1.1}
.logo-text-sub{font-size:10.5px;color:var(--text3);font-weight:500;letter-spacing:.03em}
.nav-links{display:flex;gap:4px;align-items:center}
.nav-links a{padding:8px 14px;border-radius:8px;font-size:15px;font-weight:500;color:var(--text2);transition:.15s;white-space:nowrap}
.nav-links a:hover{background:var(--bg);color:var(--blue)}
.nav-links a.active{color:var(--blue);font-weight:600}
.nav-cta{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;border-radius:9px;font-size:13.5px;font-weight:700;box-shadow:0 3px 10px rgba(249,115,22,.3);white-space:nowrap}
.nav-cta svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.nav-cta:hover{background:linear-gradient(135deg,var(--orange2),#c2570a)}
.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:4px}
.hamburger span{display:block;width:22px;height:2.5px;background:var(--navy);border-radius:2px}

/* ── SCREENS ── */
.page{display:none}.page.active{display:block}

/* ── HERO ── */
/*.hero{background:linear-gradient(135deg,#eef4ff 0%,#f8faff 50%,#fff5ee 100%);padding:80px 0 60px;position:relative;overflow:hidden}*/
.hero{
    /* Light overlay */
background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("https://royalitpark.org/boda-systems/assets/img/hero-bg.jpg") center center / cover no-repeat;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.hero::before{content:"";position:absolute;top:-60px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(26,115,232,.06),transparent 70%);border-radius:50%}
.hero::after{content:"";position:absolute;bottom:-40px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(249,115,22,.05),transparent 70%);border-radius:50%}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(26,115,232,.1);color:var(--blue);font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:18px;letter-spacing:.04em;text-transform:uppercase}
.hero-badge svg{width:12px;height:12px;fill:currentColor}
.hero h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;font-weight:800;color:var(--navy);line-height:1.15;margin-bottom:20px}
.hero h1 span{color:var(--blue)}
.hero h1 em{color:var(--orange);font-style:normal}
.hero-desc{font-size:16.5px;color:#fff;line-height:1.7;margin-bottom:32px;max-width:500px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}
.btn-primary{display:inline-flex;align-items:center;gap:7px;padding:13px 28px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:10px;font-size:14px;font-weight:700;box-shadow:0 4px 14px rgba(26,115,232,.3)}
.btn-primary:hover{background:linear-gradient(135deg,var(--blue2),#0d47a1)}
.btn-primary svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.btn-outline{display:inline-flex;align-items:center;gap:7px;padding:13px 28px;border:2px solid var(--navy);color:var(--navy);border-radius:10px;font-size:14px;font-weight:700}
.btn-outline:hover{background:var(--navy);color:#fff}
.btn-outline svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.hero-stats{display:flex;gap:28px;flex-wrap:wrap}
.hero-stat .num{font-family:"Plus Jakarta Sans",sans-serif;font-size:28px;font-weight:800;color:var(--navy)}
.hero-stat .num span{color:var(--blue)}
.hero-stat .lbl{font-size:12px;color:var(--text3);margin-top:2px}
.stat-divider{width:1px;background:var(--border)}
.hero-visual{position:relative;z-index:1}
.hero-card{background:#fff;border-radius:20px;box-shadow:var(--sh2);padding:28px;border:1.5px solid var(--border)}
.hero-card-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:18px;display:flex;align-items:center;gap:8px}
.hero-card-title svg{width:18px;height:18px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.svc-card{background:var(--bg);border:1.5px solid var(--border);border-radius:10px;padding:14px;transition:.15s}
.svc-card:hover{border-color:var(--blue);background:#eef4ff}
.svc-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.svc-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.svc-title{font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:3px}
.svc-desc{font-size:11px;color:var(--text3);line-height:1.5}
.float-badge{position:absolute;background:#fff;border-radius:12px;box-shadow:var(--sh2);padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--navy);border:1.5px solid var(--border)}
.float-badge svg{width:16px;height:16px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;flex-shrink:0}
.fb1{top:-20px;left:-20px}
.fb2{bottom:-16px;right:-16px}

/* ── SECTION COMMONS ── */
.section{padding:70px 0}
.section-alt{background:var(--bg)}
.sec-label{display:inline-flex;align-items:center;gap:6px;background:rgba(249,115,22,.1);color:var(--orange);font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:14px;letter-spacing:.06em;text-transform:uppercase}
.sec-label svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.sec-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:36px;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:14px}
.sec-title span{color:var(--blue)}
.sec-title em{color:var(--orange);font-style:normal}
.sec-desc{font-size:16px;color:var(--text2);max-width:620px;line-height:1.7;margin-bottom:40px}
.sec-center{text-align:center}
.sec-center .sec-desc{margin:0 auto 40px}

/* ── ABOUT SECTION ── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-img-wrap{position:relative}
.about-img-main{width:100%;border-radius:20px;object-fit:cover;height:440px;box-shadow:var(--sh2)}
.about-img-badge{position:absolute;bottom:24px;left:-24px;background:#fff;border-radius:14px;box-shadow:var(--sh2);padding:16px 20px;border:1.5px solid var(--border)}
.about-img-badge .big{font-family:"Plus Jakarta Sans",sans-serif;font-size:32px;font-weight:800;color:var(--blue);line-height:1}
.about-img-badge .txt{font-size:11.5px;color:var(--text3);margin-top:3px;line-height:1.4}
.about-img-badge2{position:absolute;top:24px;right:-20px;background:linear-gradient(135deg,var(--orange),var(--orange2));border-radius:12px;padding:12px 16px;color:#fff}
.about-img-badge2 .big2{font-family:"Plus Jakarta Sans",sans-serif;font-size:22px;font-weight:800;line-height:1}
.about-img-badge2 .txt2{font-size:11px;opacity:.9;margin-top:2px}
.about-list{display:flex;flex-direction:column;gap:14px;margin:24px 0 32px}
.about-list-item{display:flex;gap:12px;align-items:flex-start}
.al-icon{width:36px;height:36px;border-radius:9px;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.al-icon svg{width:17px;height:17px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round}
.al-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:3px}
.al-desc{font-size:14px;color:var(--text3);line-height:1.5}

/* ── SERVICES ── */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.serv-card{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:28px;box-shadow:var(--sh);transition:.2s;position:relative;overflow:hidden}
.serv-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--blue2))}
.serv-card:hover{transform:translateY(-4px);box-shadow:var(--sh2);border-color:rgba(26,115,232,.2)}
.serv-card.orange::before{background:linear-gradient(90deg,var(--orange),var(--orange2))}
.serv-icon{width:52px;height:52px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.serv-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.serv-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px}
.serv-desc{font-size:16px;color:var(--text2);line-height:1.7;margin-bottom:18px}
.serv-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--blue)}
.serv-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.serv-link:hover{color:var(--blue2)}

/* ── INDUSTRIES ── */
.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ind-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:22px;text-align:center;transition:.2s;box-shadow:var(--sh)}
.ind-card:hover{transform:translateY(-3px);box-shadow:var(--sh2);border-color:rgba(26,115,232,.2)}
.ind-icon{width:54px;height:54px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center}
.ind-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.ind-title{font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;}
.ind-desc{font-size: 16px;
    color: var(--text2);
    line-height: 1.7;
    margin-bottom: 18px;}

/* ── STATS BANNER ── */
.stats-banner{background:linear-gradient(135deg,var(--navy),#1a3a6e);padding:60px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.stat-box{text-align:center;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.05)}
.stat-box .snum{font-family:"Plus Jakarta Sans",sans-serif;font-size:44px;font-weight:800;color:#fff;line-height:1}
.stat-box .snum span{color:var(--orange)}
.stat-box .stxt{font-size:16px;color:rgba(255,255,255,.65);margin-top:6px}

/* ── TESTIMONIALS ── */
.testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.testi-card{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:30px;box-shadow:var(--sh)}
.testi-stars{display:flex;gap:3px;margin-bottom:16px}
.testi-stars svg{width:16px;height:16px;fill:var(--orange)}
.testi-text{font-size:16px;color:var(--text2);line-height:1.75;margin-bottom:20px}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-av{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}
.testi-name{font-size:14px;font-weight:700;color:var(--navy)}
.testi-role{font-size:12px;color:var(--text3);margin-top:2px}

/* ── CTA BAND ── */
.cta-band{background:linear-gradient(135deg,#eef4ff,#fff5ee);padding:70px 0;border-top:1.5px solid var(--border);border-bottom:1.5px solid var(--border)}
.cta-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:32px;font-weight:800;color:var(--navy);margin-bottom:10px}
.cta-title span{color:var(--blue)}
.cta-desc{font-size:15px;color:var(--text2)}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}

/* ── CAREER ── */
.career-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.job-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:24px;box-shadow:var(--sh);transition:.2s}
.job-card:hover{border-color:var(--blue);box-shadow:var(--sh2)}
.job-hd{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px;gap:10px}
.job-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:16px;font-weight:700;color:var(--navy)}
.job-badge{display:inline-flex;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}
.job-full{background:#d1fae5;color:#065f46}
.job-part{background:#dbeafe;color:#1e40af}
.job-contract{background:#fef3c7;color:#92400e}
.job-dept{font-size:12.5px;color:var(--text3);margin-bottom:10px;display:flex;align-items:center;gap:5px}
.job-dept svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.job-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.job-tag{background:var(--bg);border:1px solid var(--border);color:var(--text2);font-size:11.5px;padding:3px 9px;border-radius:6px}
.job-apply{display:inline-flex;align-items:center;gap:5px;padding:8px 18px;background:var(--blue);color:#fff;border-radius:8px;font-size:13px;font-weight:700}
.job-apply:hover{background:var(--blue2)}
.job-apply svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

/* ── CONTACT ── */
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px}
.contact-form{background:#fff;border:1.5px solid var(--border);border-radius:18px;padding:36px;box-shadow:var(--sh)}
.contact-form h3{font-family:"Plus Jakarta Sans",sans-serif;font-size:22px;font-weight:800;color:var(--navy);margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);margin-bottom:6px}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1.5px solid var(--border);border-radius:9px;padding:10px 14px;font-size:14px;color:var(--text);background:var(--bg);outline:none;font-family:"Inter",sans-serif;transition:.15s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);background:#fff}
.form-group textarea{height:120px;resize:vertical;line-height:1.6}
.form-submit{width:100%;padding:13px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif}
.form-submit:hover{background:linear-gradient(135deg,var(--blue2),#0d47a1)}
.contact-info{display:flex;flex-direction:column;gap:18px}
.ci-box{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:22px;box-shadow:var(--sh);display:flex;gap:14px;align-items:flex-start}
.ci-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.ci-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);margin-bottom:4px}
.ci-val{font-size:14.5px;font-weight:600;color:var(--navy)}
.ci-sub{font-size:12.5px;color:var(--text3);margin-top:2px}
.map-box{background:var(--bg);border:1.5px solid var(--border);border-radius:14px;overflow:hidden;height:200px;display:flex;align-items:center;justify-content:center;color:var(--text3);font-size:13px;margin-top:18px}

/* ── PAGE HERO (inner pages) ── */
.page-hero{background:linear-gradient(135deg,var(--navy) 0%,#1a3a6e 100%);padding:60px 0;margin-bottom:0}
.page-hero-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;font-weight:800;color:#fff;margin-bottom:12px}
.page-hero-bread{display:flex;align-items:center;gap:8px;font-size:13.5px;color:rgba(255,255,255,.6)}
.page-hero-bread a{color:rgba(255,255,255,.8)}
.page-hero-bread a:hover{color:#fff}
.page-hero-bread svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

/* ── CLIENTS ── */
.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:40px}
.client-box{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh);transition:.2s}
.client-box:hover{border-color:var(--blue);box-shadow:var(--sh2)}
.client-box span{font-family:"Plus Jakarta Sans",sans-serif;font-size:18px;font-weight:800;color:var(--navy);text-align:center}
.client-sectors{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.sector-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:24px;box-shadow:var(--sh)}
.sector-title{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px;display:flex;align-items:center;gap:8px}
.sector-title svg{width:17px;height:17px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round}
.sector-desc{font-size:16px;color:var(--text3);line-height:1.6}

/* ── FOOTER ── */
footer{background:var(--navy);padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:.5fr .5fr 1fr 1.5fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand{margin-bottom:0}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.footer-logo-mark{width:40px;height:40px;background:linear-gradient(135deg,var(--blue),var(--blue2));border-radius:9px;display:flex;align-items:center;justify-content:center}
.footer-logo-mark svg{width:20px;height:20px;fill:#fff}
.footer-logo-text{font-family:"Plus Jakarta Sans",sans-serif;font-size:14.5px;font-weight:800;color:#fff;line-height:1.2}
.footer-logo-text small{display:block;font-size:10px;color:rgba(255,255,255,.45);font-weight:400;font-family:"Inter",sans-serif}
.footer-desc{font-size:13.5px;color:rgba(255,255,255,.55);line-height:1.75;margin-bottom:20px}
.footer-socials{display:flex;gap:10px}
.footer-social{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:.15s}
.footer-social:hover{background:var(--blue);color:#fff}
.footer-social svg{width:16px;height:16px;fill:currentColor}
.footer-col h4{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:16px;color:rgba(255,255,255,.55);display:flex;align-items:center;gap:5px}
.footer-col ul li a svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;flex-shrink:0}
.footer-col ul li a:hover{color:#fff}
.footer-contact-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}
.footer-contact-item svg{width:16px;height:16px;fill:none;stroke:rgba(255,255,255,.5);stroke-width:2;stroke-linecap:round;flex-shrink:0;margin-top:2px}
.footer-contact-item span{font-size:13.5px;color:rgba(255,255,255,.55);line-height:1.5}
.footer-contact-item a{color:rgba(255,255,255,.7);font-size:16px}
.footer-contact-item a:hover{color:var(--orange)}
.footer-newsletter{margin-top:20px}
.footer-newsletter h5{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5);margin-bottom:10px}
.newsletter-row{display:flex;gap:8px}
.newsletter-row input{flex:1;border:1.5px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:8px;padding:9px 13px;font-size:13px;color:#fff;outline:none;font-family:"Inter",sans-serif}
.newsletter-row input::placeholder{color:rgba(255,255,255,.3)}
.newsletter-row input:focus{border-color:var(--blue)}
.newsletter-row button{padding:9px 16px;background:var(--orange);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:"Inter",sans-serif}
.newsletter-row button:hover{background:var(--orange2)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:16px;color:rgba(255,255,255,.4)}
.footer-bottom a{color:rgba(255,255,255,.5);font-size:16px}
.footer-bottom a:hover{color:#fff}
.footer-bottom-links{display:flex;gap:20px}

/* ── MOBILE NAV ── */
.mobile-nav{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background:#fff;z-index:2000;box-shadow:var(--sh2);transition:left .28s ease;overflow-y:auto}
.mobile-nav.open{left:0}
.mobile-nav-hd{padding:20px;border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.mobile-close{width:34px;height:34px;border-radius:8px;border:1.5px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text)}
.mobile-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.mobile-links{padding:14px}
.mobile-links a{display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:500;color:var(--text);margin-bottom:4px}
.mobile-links a:hover,.mobile-links a.active{background:var(--bg);color:var(--blue);font-weight:700}
.mobile-links a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1999;display:none}
.mobile-overlay.show{display:block}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:40px}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr;gap:30px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .services-grid{grid-template-columns:1fr 1fr}
  .industries-grid{grid-template-columns:1fr 1fr}
  .cta-inner{grid-template-columns:1fr;text-align:center}
  .cta-actions{justify-content:center}
}
@media(max-width:768px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  .hero h1{font-size:32px}
  .sec-title{font-size:26px}
  .services-grid{grid-template-columns:1fr}
  .industries-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .testi-grid{grid-template-columns:1fr}
  .career-grid{grid-template-columns:1fr}
  .clients-grid{grid-template-columns:repeat(3,1fr)}
  .client-sectors{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .topbar-right{display:none}
  .form-row{grid-template-columns:1fr}
  .about-img-badge{left:10px}
  .about-img-badge2{right:10px}
  .page-hero-title{font-size:28px}
}