/*
Theme Name: Bhandal Cybernetics
Theme URI: https://bhandalcybernetics.com
Author: Bhandal Cybernetics LLC
Author URI: https://bhandalcybernetics.com
Description: Custom company website theme for Bhandal Cybernetics LLC — web design & digital services agency. Navy/cyan design with sections for services, pricing, about, and contact.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhandal-cybernetics
Requires at least: 5.0
Tested up to: 6.5
*/

/* ===== Base ===== */
:root{
  --navy:#12243f;
  --navy-2:#1d3a63;
  --cyan:#38bdf8;
  --cyan-soft:#e0f2fe;
  --ink:#20304a;
  --muted:#5b6b84;
  --bg:#f6f8fb;
  --card:#ffffff;
  --line:#e3e9f1;
  --accent:#f7941d;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
h1,h2,h3,h4{font-family:'Sora','Inter',sans-serif}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
a{color:var(--cyan);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

/* ===== Header ===== */
.site-header{background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:50}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:84px}
.site-logo{display:flex;align-items:center;gap:12px}
.site-logo img{height:64px;width:auto}
.site-logo .brand{font-weight:800;font-size:18px;color:#fff;line-height:1;font-family:'Sora'}
.site-logo .brand small{display:block;font-family:'Inter';font-size:9px;letter-spacing:2.5px;color:var(--cyan);font-weight:600;text-transform:uppercase}
.main-nav{display:flex;gap:26px;align-items:center}
.main-nav a{color:#e6ecf3;font-weight:500;font-size:15px}
.main-nav a:hover{color:var(--cyan);text-decoration:none}
.main-nav .btn.ghost{color:#fff!important;border-color:rgba(255,255,255,.45);background:transparent}
.main-nav .btn.ghost:hover{background:rgba(255,255,255,.1);color:#fff!important}
.btn{display:inline-block;background:var(--navy);color:#fff!important;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;transition:.2s;font-family:'Inter'}
.btn:hover{background:var(--navy-2);text-decoration:none}
.btn.ghost{background:transparent;color:var(--navy)!important;border:1.5px solid var(--navy)}
.btn.ghost:hover{background:var(--cyan-soft)}
.hamburger{display:none;background:none;border:none;font-size:26px;color:#fff;cursor:pointer}

/* ===== Hero ===== */
.hero{background:#0a0a0a;color:#fff;padding:72px 0 60px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-80px;top:-80px;width:340px;height:340px;background:radial-gradient(circle,rgba(56,189,248,.25),transparent 70%);border-radius:50%}
.hero .wrap{position:relative;z-index:2;display:flex;gap:50px;align-items:center}
.hero .hleft{flex:1.3}
.hero .hright{flex:0.7;display:flex;justify-content:center}
.hero .hright img{width:320px;max-width:65%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.35))}
.pill{display:inline-block;background:rgba(56,189,248,.15);color:var(--cyan);border:1px solid rgba(56,189,248,.4);padding:5px 14px;border-radius:30px;font-size:13px;font-weight:600;margin-bottom:18px}
.hero h1{font-size:44px;line-height:1.15;margin-bottom:16px;font-weight:800}
.hero h1 .hl{color:var(--cyan)}
.hero p{font-size:18px;color:#c7d4e6;max-width:540px;margin-bottom:28px}
.hero .btns{display:flex;gap:14px;flex-wrap:wrap}
.hero .btn{background:var(--cyan);color:var(--navy)!important}
.hero .btn.ghost{color:#fff!important;border-color:rgba(255,255,255,.5)}
.hero .btn.ghost:hover{background:rgba(255,255,255,.08);color:#fff!important}

/* ===== Trust strip ===== */
.trust{background:#fff;border-bottom:1px solid var(--line)}
.trust .wrap{display:flex;justify-content:space-between;gap:20px;padding:22px 20px;flex-wrap:wrap}
.trust .t{text-align:center;flex:1;min-width:120px}
.trust .t .n{font-family:'Sora';font-size:24px;font-weight:800;color:var(--navy)}
.trust .t .l{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}

/* ===== Sections ===== */
section{padding:64px 0}
.sec-title{text-align:center;margin-bottom:46px}
.sec-title .kicker{color:var(--cyan);font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:13px}
.sec-title h2{font-size:32px;color:var(--navy);margin-top:6px}
.sec-title p{color:var(--muted);max-width:620px;margin:10px auto 0}

/* ===== Services ===== */
.services{background:#fff}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.svc{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:26px;transition:.2s}
.svc:hover{transform:translateY(-4px)}
.svc .ic{width:52px;height:52px;border-radius:12px;background:var(--cyan-soft);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:14px}
.svc h3{font-size:18px;color:var(--navy);margin-bottom:8px}
.svc p{font-size:14.5px;color:var(--muted)}
.svc .price{display:inline-block;margin-top:12px;font-weight:700;color:var(--accent);font-size:14px}

/* ===== Steps ===== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{text-align:center;padding:20px 10px}
.step .num{width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-family:'Sora'}
.step h3{font-size:16px;color:var(--navy);margin-bottom:6px}
.step p{font-size:13.5px;color:var(--muted)}

/* ===== Pricing ===== */
.pricing{background:#fff}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.plan{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:30px;position:relative}
.plan.featured{background:var(--navy);border-color:var(--navy);color:#fff}
.plan.featured h3{color:#fff}
.plan.featured .amount{color:var(--cyan)}
.plan.featured .what li{color:#dbe6f5}
.plan .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--cyan);color:var(--navy);font-size:12px;font-weight:700;padding:4px 14px;border-radius:20px}
.plan h3{font-size:20px;color:var(--navy);margin-bottom:6px}
.plan .amount{font-size:34px;font-weight:800;color:var(--navy);font-family:'Sora'}
.plan .amount span{font-size:15px;font-weight:500;color:var(--muted)}
.plan .dsc{font-size:13.5px;color:var(--muted);margin:6px 0 16px}
.plan.featured .dsc{color:#bcd3ec}
.plan .what{list-style:none}
.plan .what li{font-size:14.5px;padding:6px 0;border-bottom:1px solid var(--line);display:flex;gap:8px}
.plan.featured .what li{border-color:rgba(255,255,255,.12)}
.plan .what li::before{content:"✓";color:var(--cyan);font-weight:700}
.plan .btn{margin-top:20px;width:100%;text-align:center}
.plan.featured .btn{background:var(--cyan);color:var(--navy)!important}

/* ===== Occasions ===== */
.occ{background:linear-gradient(135deg,#fff7ea,#ffe9cf);border:1px solid #f5d9b0;border-radius:16px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.occ h3{color:var(--navy);font-size:24px;margin-bottom:8px}
.occ p{color:#7a5a30;max-width:520px;font-size:15px}
.occ .celebs{color:var(--accent);font-weight:600;font-size:14px;margin-top:8px}
.occ .btn{flex-shrink:0}

/* ===== About ===== */
.about{background:#fff}
.about .grid{display:flex;gap:44px;align-items:center}
.about .img{flex:0 0 320px}
.about .img div{width:320px;max-width:100%;height:320px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:14px;text-align:center;background:linear-gradient(135deg,var(--navy),var(--navy-2));overflow:hidden}
.about .img img{width:100%;height:100%;object-fit:cover}
.about .txt{flex:1}
.about .txt h2{font-size:30px;color:var(--navy);margin-bottom:14px}
.about .txt p{color:var(--muted);margin-bottom:12px}

/* ===== Contact ===== */
.contact .grid{display:flex;gap:30px}
.cinfo{flex:1}
.cinfo .row{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line)}
.cinfo .row .ic{width:42px;height:42px;border-radius:10px;background:var(--cyan-soft);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.cinfo .row b{display:block;color:var(--navy)}
.cinfo .row span{color:var(--muted);font-size:14.5px}
.form{flex:1.2;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
.form label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin:14px 0 5px}
.form input,.form textarea,.form select,.form button[type=submit]{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:8px;font-size:14.5px;font-family:'Inter'}
.form button[type=submit]{background:var(--navy);color:#fff;font-weight:600;border:none;cursor:pointer}

/* ===== Footer ===== */
.site-footer{background:var(--navy);color:#b9c7da;padding:44px 0 24px}
.site-footer .wrap{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.site-footer h4{color:#fff;margin-bottom:12px;font-size:16px}
.site-footer p,.site-footer a{font-size:14px;color:#b9c7da}
.site-footer ul{list-style:none}
.site-footer ul li{margin-bottom:8px}
.site-footer .foot{width:100%;text-align:center;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:30px;font-size:13px;color:#8a9ab8}

@media(max-width:880px){
  .main-nav{display:none;flex-direction:column;position:absolute;top:84px;left:0;right:0;background:#0a0a0a;padding:20px;gap:16px;border-bottom:1px solid rgba(255,255,255,.1)}
  .main-nav.open{display:flex}
  .main-nav a{color:#e6ecf3}
  .hamburger{display:block}
  .hero .wrap{flex-direction:column;text-align:center}
  .hero p{margin:0 auto 24px}
  .hero h1{font-size:34px}
  .hero .btns{justify-content:center}
  .svc-grid,.price-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .about .grid{flex-direction:column}
  .contact .grid{flex-direction:column}
  .occ{flex-direction:column;text-align:center}
  .plan .btn{width:100%}
}
