/*
Theme Name: Technotoise
Theme URI: https://technotoise.com
Author: Technotoise
Author URI: https://technotoise.com
Description: Official WordPress theme for Technotoise — PAN India Recruitment & Staffing Agency. Pixel-perfect conversion from the custom HTML design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: technotoise
Tags: recruitment, staffing, corporate, custom-menu, featured-images, threaded-comments
*/

/* ============================================================
   TECHNOTOISE — GLOBAL DESIGN SYSTEM
   Color palette extracted from logo teal/navy + gold accent
   ============================================================ */
:root{
  /* Primary — Deep Navy Teal */
  --c900:#0B1D2E;
  --c800:#0F2D45;
  --c700:#154263;
  --c600:#1A5480;
  --c500:#1E6A9F;
  --c400:#2E88C8;
  --c200:#A8D4EF;
  --c100:#D4EAFA;
  --c50: #EBF5FC;

  /* Accent — Gold/Amber */
  --g700:#B07D0A;
  --g500:#D4A017;
  --g400:#E8B92A;
  --g200:#F5E09A;
  --g50: #FDF8E7;

  /* Neutrals */
  --ink:#0B1D2E;
  --ink2:#2D4A5E;
  --ink3:#5E7A8C;
  --ink4:#8FA8B8;
  --surface:#FFFFFF;
  --surface2:#F2F7FB;
  --surface3:#E8F0F6;
  --bg:#F7FAFD;
  --border:#D0DDE8;
  --border2:#E0EAF2;

  /* Type */
  --serif:'DM Serif Display',Georgia,serif;
  --sans:'Plus Jakarta Sans',system-ui,sans-serif;

  /* Radii */
  --r4:4px;--r8:8px;--r12:12px;--r16:16px;--r24:24px;

  /* Shadows */
  --sh1:0 1px 3px rgba(11,29,46,.06),0 1px 2px rgba(11,29,46,.04);
  --sh2:0 4px 16px rgba(11,29,46,.08),0 2px 6px rgba(11,29,46,.05);
  --sh3:0 12px 40px rgba(11,29,46,.12),0 4px 16px rgba(11,29,46,.06);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--surface);color:var(--ink);line-height:1.6;font-size:16px;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button,input,select,textarea{font-family:var(--sans)}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.2}

/* ============================================================ UTILITY */
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}
.reveal.vis{opacity:1;transform:none}
.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.18s}.reveal-d3{transition-delay:.26s}
.reveal-d4{transition-delay:.34s}.reveal-d5{transition-delay:.42s}.reveal-d6{transition-delay:.50s}
.tag{display:inline-flex;align-items:center;padding:.2rem .7rem;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.tag-green{background:var(--c50);color:var(--c600)}
.tag-gold{background:var(--g50);color:var(--g700)}
.eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--c400);margin-bottom:.6rem;display:block}
.section-pad{padding:88px 0}
.section-pad-sm{padding:60px 0}
.section-bg{background:var(--surface2)}
.section-dark{background:var(--c800)}
.text-center{text-align:center}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.flex{display:flex}.flex-center{align-items:center}.flex-between{justify-content:space-between}
.gap8{gap:8px}.gap12{gap:12px}.gap16{gap:16px}.gap24{gap:24px}

/* ============================================================ BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:.7rem 1.6rem;border-radius:var(--r8);font-size:.88rem;font-weight:700;cursor:pointer;border:none;transition:all .2s cubic-bezier(.22,1,.36,1);white-space:nowrap}
.btn-primary{background:var(--c700);color:#fff}
.btn-primary:hover{background:var(--c600);transform:translateY(-2px);box-shadow:var(--sh2)}
.btn-gold{background:var(--g500);color:var(--ink)}
.btn-gold:hover{background:var(--g400);transform:translateY(-2px);box-shadow:0 4px 16px rgba(212,160,23,.35)}
.btn-outline{background:transparent;color:var(--c700);border:2px solid var(--c700)}
.btn-outline:hover{background:var(--c700);color:#fff;transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}
.btn-outline-white:hover{background:rgba(255,255,255,.12);border-color:#fff}
.btn-lg{padding:.85rem 2rem;font-size:.95rem}
.btn-sm{padding:.45rem 1.1rem;font-size:.8rem}

/* ============================================================ NAV */
#main-nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s}
#main-nav .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:68px}
.nav-transparent{background:transparent}
.nav-solid{background:var(--c900);box-shadow:var(--sh2)}
.nav-logo{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:1.35rem;color:#fff}
.nav-logo-icon{width:36px;height:36px;background:var(--g500);border-radius:var(--r8);display:flex;align-items:center;justify-content:center}
.nav-logo-icon svg{width:22px;height:22px}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-link,.nav-links > li > a,.nav-links > li > span{padding:.5rem .85rem;color:rgba(255,255,255,.85);font-size:.84rem;font-weight:500;border-radius:var(--r8);transition:all .2s;position:relative;cursor:pointer;display:inline-block}
.nav-link:hover,.nav-link.active-link,.nav-links > li > a:hover{color:#fff;background:rgba(255,255,255,.1)}
.nav-dropdown{position:relative}
.nav-dropdown > a::after,.nav-dropdown > span::after{content:' ▾';font-size:.7rem}
.nav-dropdown-menu,.sub-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;background:var(--c900);border:1px solid rgba(255,255,255,.1);border-radius:var(--r12);padding:.5rem;opacity:0;pointer-events:none;transform:translateY(-8px);transition:all .2s;z-index:100;list-style:none}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:hover .sub-menu{opacity:1;pointer-events:auto;transform:none}
.nav-dropdown-item,.sub-menu li a{display:block;padding:.55rem 1rem;color:rgba(255,255,255,.8);font-size:.82rem;border-radius:var(--r8);transition:.15s}
.nav-dropdown-item:hover,.sub-menu li a:hover{background:rgba(255,255,255,.08);color:#fff}
.nav-cta{display:flex;gap:10px;align-items:center}
.nav-phone{color:rgba(255,255,255,.75);font-size:.8rem;font-weight:600}
.nav-phone:hover{color:#fff}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{width:22px;height:2px;background:#fff;border-radius:2px;transition:.3s;display:block}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;background:var(--c900);padding:1rem;z-index:999;max-height:calc(100vh - 68px);overflow-y:auto}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:.7rem 1rem;color:rgba(255,255,255,.85);font-size:.9rem;border-radius:var(--r8)}
.mobile-menu a:hover{background:rgba(255,255,255,.08)}
.mobile-menu .mm-heading{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--c400);padding:.5rem 1rem .2rem}

/* ============================================================ HERO */
.hero{min-height:100vh;background:linear-gradient(135deg,var(--c900) 0%,var(--c800) 40%,var(--c700) 100%);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:68px}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.hero::after{content:'';position:absolute;right:-200px;top:50%;transform:translateY(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(30,106,159,.25) 0%,transparent 70%)}
.hero-content{position:relative;z-index:2;max-width:680px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:.4rem 1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;color:var(--g400);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}
.hero-badge svg{width:14px;height:14px}
.hero h1{font-size:clamp(2.4rem,5vw,3.8rem);color:#fff;line-height:1.1;margin-bottom:1.25rem}
.hero h1 em{color:var(--g400);font-style:normal}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.72);margin-bottom:2rem;line-height:1.7;max-width:560px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:3rem}
.hero-stats{display:flex;gap:0;flex-wrap:wrap}
.hero-stat{padding:0 28px 0 0;border-right:1px solid rgba(255,255,255,.15)}
.hero-stat:first-child{padding-left:0}
.hero-stat:last-child{border-right:none}
.hero-stat-num{font-family:var(--serif);font-size:1.8rem;color:#fff;line-height:1}
.hero-stat-label{font-size:.72rem;color:rgba(255,255,255,.55);margin-top:2px}
.hero-right{position:relative;z-index:2}
.hero-card-float{background:rgba(255,255,255,.06);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:var(--r16);padding:1.5rem}
.hero-card-title{color:rgba(255,255,255,.9);font-weight:700;font-size:.9rem;margin-bottom:1rem}
.hero-card-item{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.75);font-size:.83rem}
.hero-card-item:last-child{border-bottom:none}
.hero-card-dot{width:8px;height:8px;border-radius:50%;background:var(--g400);flex-shrink:0}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}

/* ============================================================ TRUST BAR */
.trust-bar{background:#fff;border-bottom:1px solid var(--border2);padding:16px 0}
.trust-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;color:var(--ink2);font-size:.83rem;font-weight:600}
.trust-item svg{color:var(--c500);flex-shrink:0}
.trust-divider{width:1px;height:24px;background:var(--border);flex-shrink:0}

/* ============================================================ AUDIENCE SPLIT */
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.audience-card{border-radius:var(--r16);padding:2.5rem;position:relative;overflow:hidden}
.audience-card-employer{background:linear-gradient(135deg,var(--c800),var(--c600));color:#fff}
.audience-card-candidate{background:var(--surface2);border:1px solid var(--border2)}
.audience-card h3{font-size:1.5rem;margin-bottom:.75rem}
.audience-card-employer h3{color:#fff}
.audience-card-candidate h3{color:var(--ink)}
.audience-card p{font-size:.9rem;margin-bottom:1.5rem;line-height:1.65}
.audience-card-employer p{color:rgba(255,255,255,.75)}
.audience-card-candidate p{color:var(--ink2)}
.audience-card-features{margin-bottom:2rem}
.audience-feature{display:flex;align-items:center;gap:.6rem;font-size:.84rem;margin-bottom:.5rem}
.audience-card-employer .audience-feature{color:rgba(255,255,255,.8)}
.audience-card-candidate .audience-feature{color:var(--ink2)}
.check-circle{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.check-circle-gold{background:var(--g500)}
.check-circle-teal{background:var(--c500)}

/* ============================================================ SERVICES */
.service-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);padding:1.75rem;transition:all .3s cubic-bezier(.22,1,.36,1);cursor:pointer}
.service-card:hover{border-color:var(--c500);box-shadow:var(--sh3);transform:translateY(-6px)}
.service-icon{width:52px;height:52px;border-radius:var(--r12);background:var(--c50);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.service-icon svg{width:26px;height:26px;color:var(--c600)}
.service-card h3{font-size:1.05rem;color:var(--ink);margin-bottom:.5rem}
.service-card p{font-size:.84rem;color:var(--ink3);line-height:1.65;margin-bottom:1rem}
.service-link{font-size:.8rem;font-weight:700;color:var(--c600);display:flex;align-items:center;gap:4px}
.service-link svg{transition:transform .2s}
.service-card:hover .service-link svg{transform:translateX(4px)}

/* ============================================================ PROCESS */
.process-track{display:flex;gap:0;position:relative}
.process-track::before{content:'';position:absolute;top:28px;left:28px;right:28px;height:2px;background:linear-gradient(90deg,var(--c500),var(--g500));z-index:0}
.process-step{flex:1;text-align:center;position:relative;z-index:1}
.process-num{width:56px;height:56px;border-radius:50%;background:var(--c700);color:#fff;font-family:var(--serif);font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:3px solid #fff;box-shadow:var(--sh2)}
.process-step h4{font-size:.88rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}
.process-step p{font-size:.78rem;color:var(--ink3);line-height:1.5}

/* ============================================================ STATS */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border2)}
.stat-box{background:#fff;padding:2.5rem 1.5rem;text-align:center}
.stat-num{font-family:var(--serif);font-size:2.8rem;color:var(--c700);line-height:1}
.stat-plus{color:var(--g500)}
.stat-label{font-size:.8rem;color:var(--ink3);margin-top:.4rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600}

/* ============================================================ TESTIMONIALS */
.testimonial-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);padding:2rem;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:.5rem;right:1.5rem;font-family:var(--serif);font-size:5rem;color:var(--c100);line-height:1}
.testimonial-text{font-size:.9rem;color:var(--ink2);line-height:1.7;margin-bottom:1.25rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--c100);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:var(--c700);flex-shrink:0}
.testimonial-name{font-weight:700;font-size:.88rem;color:var(--ink)}
.testimonial-role{font-size:.76rem;color:var(--ink3)}
.stars{color:var(--g500);font-size:.9rem;margin-bottom:.75rem}

/* ============================================================ CONTACT FORM */
.contact-form-wrap{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);padding:2.5rem;box-shadow:var(--sh2)}
.form-group{margin-bottom:1.1rem}
.form-label{display:block;font-size:.82rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}
.form-label .req{color:#e53e3e}
.form-control{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--r8);font-size:.88rem;color:var(--ink);background:#fff;transition:border-color .2s}
.form-control:focus{outline:none;border-color:var(--c500);box-shadow:0 0 0 3px var(--c50)}
.form-control::placeholder{color:var(--ink4)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235E7A8C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
textarea.form-control{resize:vertical;min-height:110px}
.form-submit{width:100%;padding:.85rem;background:var(--c700);color:#fff;border:none;border-radius:var(--r8);font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.form-submit:hover{background:var(--c600);transform:translateY(-1px);box-shadow:var(--sh2)}
.form-success{display:none;background:#f0fdf4;border:1.5px solid #86efac;border-radius:var(--r12);padding:1.5rem;text-align:center}
.form-success h3{color:#15803d;font-size:1.1rem;margin-bottom:.4rem}
.form-success p{color:#166534;font-size:.88rem}
.form-error-msg{color:#dc2626;font-size:.78rem;margin-top:.25rem;display:none}

/* ============================================================ BLOG */
.blog-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);overflow:hidden;transition:all .3s}
.blog-card:hover{box-shadow:var(--sh3);transform:translateY(-4px)}
.blog-img{height:200px;background:linear-gradient(135deg,var(--c800),var(--c500));position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:1.25rem}
.blog-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(11,29,46,.7))}
.blog-category{position:relative;z-index:1}
.blog-body{padding:1.5rem}
.blog-date{font-size:.73rem;color:var(--ink3);margin-bottom:.5rem;display:flex;align-items:center;gap:4px}
.blog-title{font-size:1rem;font-family:var(--serif);color:var(--ink);margin-bottom:.6rem;line-height:1.35}
.blog-title a:hover{color:var(--c600)}
.blog-excerpt{font-size:.83rem;color:var(--ink3);line-height:1.65;margin-bottom:1rem}
.blog-read-more{font-size:.8rem;font-weight:700;color:var(--c600);display:flex;align-items:center;gap:4px}

/* ============================================================ JOBS SECTION */
.job-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r12);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:.25s;flex-wrap:wrap}
.job-card:hover{border-color:var(--c400);box-shadow:var(--sh2)}
.job-title{font-weight:700;font-size:.95rem;color:var(--ink);margin-bottom:.25rem}
.job-meta{display:flex;gap:8px;flex-wrap:wrap}
.job-pill{display:inline-flex;align-items:center;gap:4px;padding:.2rem .65rem;background:var(--surface2);border-radius:20px;font-size:.73rem;color:var(--ink3);font-weight:600}

/* ============================================================ FAQ */
.faq-item{border-bottom:1px solid var(--border2)}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;cursor:pointer;font-weight:600;color:var(--ink);font-size:.95rem;gap:1rem}
.faq-icon{width:26px;height:26px;border-radius:50%;background:var(--c50);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.25s}
.faq-icon svg{transition:transform .25s}
.faq-item.open .faq-icon{background:var(--c600)}
.faq-item.open .faq-icon svg{transform:rotate(45deg);color:#fff}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.open .faq-answer{max-height:300px}
.faq-answer-inner{padding:0 0 1.25rem;font-size:.88rem;color:var(--ink3);line-height:1.7}

/* ============================================================ FOOTER */
footer{background:var(--c900);color:rgba(255,255,255,.75)}
.footer-top{padding:64px 0 48px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand{margin-bottom:1.5rem}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}
.footer-logo-icon{width:32px;height:32px;background:var(--g500);border-radius:var(--r8);display:flex;align-items:center;justify-content:center}
.footer-logo-name{font-family:var(--serif);font-size:1.2rem;color:#fff}
.footer-desc{font-size:.84rem;line-height:1.7;max-width:280px;color:rgba(255,255,255,.6)}
.footer-social{display:flex;gap:8px;margin-top:1.25rem}
.footer-social a{width:36px;height:36px;border-radius:var(--r8);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:.2s}
.footer-social a:hover{background:var(--c600);border-color:var(--c500)}
.footer-social a svg{width:16px;height:16px;color:rgba(255,255,255,.7)}
.footer-col h4{font-size:.72rem;font-weight:800;color:rgba(255,255,255,.4);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}
.footer-links li{margin-bottom:.5rem}
.footer-links a{font-size:.84rem;color:rgba(255,255,255,.6);transition:.15s}
.footer-links a:hover{color:#fff}
.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.84rem;color:rgba(255,255,255,.6);margin-bottom:.6rem}
.footer-contact-item svg{flex-shrink:0;margin-top:2px;color:var(--g400)}
.footer-contact-item a{color:rgba(255,255,255,.6)}
.footer-contact-item a:hover{color:#fff}
.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.4)}
.footer-legal{display:flex;gap:16px}
.footer-legal a{font-size:.78rem;color:rgba(255,255,255,.4)}
.footer-legal a:hover{color:rgba(255,255,255,.7)}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px}

/* ============================================================ WHATSAPP */
.wa-float{position:fixed;bottom:28px;right:28px;z-index:800;display:flex;align-items:center;gap:10px}
.wa-btn{width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);animation:wa-pulse 3s infinite;cursor:pointer;transition:.2s}
.wa-btn:hover{transform:scale(1.08)}
.wa-btn svg{width:28px;height:28px;fill:#fff}
@keyframes wa-pulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 36px rgba(37,211,102,.65)}}
.wa-label{background:#fff;border-radius:var(--r8);padding:.4rem .8rem;font-size:.78rem;font-weight:700;color:var(--ink);box-shadow:var(--sh2);white-space:nowrap}

/* ============================================================ STICKY CTA BAR (mobile) */
.sticky-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:799;background:var(--c900);border-top:1px solid rgba(255,255,255,.1);padding:.6rem 1rem;gap:8px}
.sticky-cta-bar a{flex:1;text-align:center;padding:.6rem;border-radius:var(--r8);font-size:.82rem;font-weight:700}
.sticky-cta-call{background:var(--g500);color:var(--ink)}
.sticky-cta-wa{background:#25D366;color:#fff}

/* ============================================================ PAGE HERO (inner pages) */
.page-hero{padding:140px 0 72px;background:linear-gradient(135deg,var(--c900),var(--c700))}
.page-hero h1{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem)}
.page-hero p{color:rgba(255,255,255,.7);font-size:1rem;margin-top:.75rem;max-width:560px}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.78rem;color:rgba(255,255,255,.5);margin-bottom:.75rem;list-style:none}
.breadcrumb a{color:rgba(255,255,255,.5)}
.breadcrumb a:hover{color:rgba(255,255,255,.8)}
.breadcrumb-sep{color:rgba(255,255,255,.3)}
.breadcrumb li::after{content:'/';color:rgba(255,255,255,.3);margin-left:.5rem}
.breadcrumb li:last-child::after{display:none}

/* ============================================================ ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-image-wrap{position:relative}
.about-image-wrap .img-main{background:linear-gradient(135deg,var(--c700),var(--c500));border-radius:var(--r16);height:400px;display:flex;align-items:center;justify-content:center}
.about-badge-float{position:absolute;bottom:-20px;right:-20px;background:#fff;border-radius:var(--r12);padding:1rem 1.25rem;box-shadow:var(--sh3)}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.team-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);overflow:hidden;text-align:center;padding:1.5rem 1rem}
.team-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--c700),var(--c400));margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.5rem;color:#fff}
.team-name{font-weight:700;font-size:.9rem;color:var(--ink);margin-bottom:.25rem}
.team-role{font-size:.76rem;color:var(--ink3);line-height:1.4;margin-bottom:.75rem}
.team-social{display:flex;justify-content:center;gap:6px}
.team-social a{width:28px;height:28px;border-radius:6px;background:var(--surface2);display:flex;align-items:center;justify-content:center;transition:.2s}
.team-social a:hover{background:var(--c100)}
.team-social a svg{width:14px;height:14px;color:var(--ink3)}

/* ============================================================ VALUE PROPS */
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.value-card{background:#fff;border:1px solid var(--border2);border-radius:var(--r16);padding:2rem}
.value-num{font-family:var(--serif);font-size:2.5rem;color:var(--c200);line-height:1;margin-bottom:.5rem}
.value-title{font-weight:700;color:var(--ink);margin-bottom:.4rem}
.value-text{font-size:.84rem;color:var(--ink3);line-height:1.65}

/* ============================================================ BLOG PAGE */
.blog-full-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}
.blog-sidebar .widget{background:#fff;border:1px solid var(--border2);border-radius:var(--r12);padding:1.25rem;margin-bottom:1.25rem}
.widget-title{font-weight:700;font-size:.88rem;color:var(--ink);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--c50)}
.recent-post{display:flex;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border2)}
.recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.recent-post-img{width:54px;height:54px;border-radius:var(--r8);background:linear-gradient(135deg,var(--c700),var(--c400));flex-shrink:0;overflow:hidden}
.recent-post-img img{width:100%;height:100%;object-fit:cover}
.recent-post-title{font-size:.8rem;font-weight:600;color:var(--ink);line-height:1.4;margin-bottom:.2rem}
.recent-post-date{font-size:.72rem;color:var(--ink3)}
.category-list{list-style:none}
.category-list li{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--border2);font-size:.84rem}
.category-list li:last-child{border-bottom:none}
.category-list a{color:var(--ink2);transition:.15s}
.category-list a:hover{color:var(--c600)}
.cat-count{background:var(--c50);color:var(--c600);border-radius:12px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}

/* Single Post */
.entry-content{font-size:.95rem;line-height:1.8;color:var(--ink2)}
.entry-content h2,.entry-content h3{font-family:var(--serif);color:var(--ink);margin:1.5rem 0 .75rem}
.entry-content p{margin-bottom:1rem}
.entry-content ul,.entry-content ol{padding-left:1.5rem;margin-bottom:1rem}
.entry-content ul{list-style:disc}
.entry-content ol{list-style:decimal}
.entry-content img{border-radius:var(--r12);margin:1.5rem 0}
.entry-content a{color:var(--c600)}
.entry-content a:hover{text-decoration:underline}
.post-meta{display:flex;gap:16px;font-size:.8rem;color:var(--ink3);margin-bottom:2rem;flex-wrap:wrap}
.post-thumbnail{border-radius:var(--r16);overflow:hidden;margin-bottom:2rem;height:400px}
.post-thumbnail img{width:100%;height:100%;object-fit:cover}

/* Archive */
.archive-header{padding:80px 0 40px;background:linear-gradient(135deg,var(--c900),var(--c700))}
.archive-header h1{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem)}
.archive-header p{color:rgba(255,255,255,.7);margin-top:.5rem}
.posts-navigation{display:flex;gap:12px;justify-content:center;margin-top:3rem}
.posts-navigation .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r8);background:var(--surface2);color:var(--ink);font-weight:600;font-size:.88rem;transition:.2s}
.posts-navigation .page-numbers:hover,.posts-navigation .page-numbers.current{background:var(--c700);color:#fff}

/* ============================================================ JOBS FILTER */
.jobs-filter-bar{background:#fff;border:1px solid var(--border2);border-radius:var(--r12);padding:1.25rem;margin-bottom:1.5rem;display:flex;gap:12px;flex-wrap:wrap}
.jobs-filter-bar input,.jobs-filter-bar select{flex:1;min-width:160px}
.jobs-list{display:flex;flex-direction:column;gap:12px}

/* ============================================================ CONTACT PAGE */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}

/* ============================================================ GENERIC PAGE */
.page-content-wrap{padding:80px 0}
.page-content-wrap .entry-content{max-width:780px}

/* ============================================================ RESPONSIVE */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr}.hero-right{display:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .team-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  .hero{padding:100px 0 60px}
  .hero h1{font-size:2rem}
  .hero-stats{gap:16px}
  .hero-stat{padding:0 16px 0 0}
  .audience-grid,.about-grid,.grid2,.grid3,.grid4,.blog-full-grid,.process-track{grid-template-columns:1fr}
  .process-track::before{display:none}
  .stats-grid{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .section-pad{padding:60px 0}
  .wa-label{display:none}
  .sticky-cta-bar{display:flex}
  body{padding-bottom:56px}
  .trust-bar-inner{justify-content:center}
  .trust-divider{display:none}
  .hero-btns .btn{flex:1;justify-content:center}
  .footer-bottom{flex-direction:column;text-align:center}
  .value-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .container{padding:0 16px}
  .hero h1{font-size:1.75rem}
  .stat-num{font-size:2rem}
  .team-grid{grid-template-columns:1fr}
}

/* ============================================================ WP ALIGNMENT HELPERS */
.wp-block-image{margin:1.5rem 0}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.alignleft{float:left;margin-right:1.5rem;margin-bottom:1rem}
.alignright{float:right;margin-left:1.5rem;margin-bottom:1rem}
.clearfix::after{content:'';display:table;clear:both}
