/*
Theme Name: SAM Manpower
Theme URI: https://sammanpower.com
Author: SAM Manpower & Career Services LLP
Description: Custom WordPress theme for SAM Manpower & Career Services LLP — a recruitment agency landing page built for speed and 30-day hiring.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sam-manpower
*/

/* ==========================================================================
   0. Reset & Base
   ========================================================================== */
:root{
	--navy:#152B52;
	--navy-2:#1E3E75;
	--blue:#2F5FD6;
	--blue-dark:#1E45AC;
	--bg:#FFFFFF;
	--bg-soft:#F3F6FC;
	--bg-soft-2:#EAF0FB;
	--text:#1B2430;
	--text-muted:#5B6474;
	--border:#E4E9F2;
	--white:#FFFFFF;
	--radius-lg:16px;
	--radius-md:12px;
	--radius-sm:8px;
	--shadow-sm:0 2px 10px rgba(21,43,82,0.06);
	--shadow-md:0 12px 30px rgba(21,43,82,0.10);
	--font-head:'Sora', sans-serif;
	--font-body:'Inter', sans-serif;
}

*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; }
body{
	margin:0;
	font-family:var(--font-body);
	color:var(--text);
	background:var(--bg);
	font-size:16px;
	line-height:1.6;
	-webkit-font-smoothing:antialiased;
	overflow-x:hidden;
}
body.nav-open{ overflow:hidden; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ font-family:var(--font-head); color:var(--navy); line-height:1.2; margin:0 0 .5em; font-weight:700; }
h1{ font-size:clamp(2.1rem, 4vw, 3.2rem); }
h2{ font-size:clamp(1.7rem, 3vw, 2.4rem); }
h3{ font-size:1.15rem; }
p{ margin:0 0 1em; color:var(--text-muted); }
.container{ max-width:1180px; margin:0 auto; padding:0 24px; }
.container-narrow{ max-width:820px; }
.section{ padding:80px 0; }
.screen-reader-text{ position:absolute; clip:rect(1px,1px,1px,1px); overflow:hidden; height:1px; width:1px; }
:focus-visible{ outline:3px solid var(--blue); outline-offset:2px; }

@media (prefers-reduced-motion: reduce){
	*{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ==========================================================================
   1. Buttons & badges
   ========================================================================== */
.btn{
	display:inline-flex; align-items:center; justify-content:center; gap:8px;
	padding:14px 26px; border-radius:var(--radius-sm); font-weight:600; font-size:.95rem;
	border:1px solid transparent; transition:transform .15s ease, box-shadow .15s ease, background .2s ease;
	white-space:nowrap;
}
.btn svg{ width:18px; height:18px; }
.btn-primary{ background:var(--blue); color:#fff; box-shadow:0 8px 20px rgba(47,95,214,.25); }
.btn-primary:hover{ background:var(--blue-dark); transform:translateY(-2px); }
.btn-outline{ background:#fff; color:var(--blue); border-color:var(--blue); }
.btn-outline:hover{ background:var(--bg-soft-2); transform:translateY(-2px); }
.btn-outline-light{ background:rgba(255,255,255,.08); color:#fff; border-color:rgba(255,255,255,.5); backdrop-filter:blur(4px); }
.btn-outline-light:hover{ background:rgba(255,255,255,.18); transform:translateY(-2px); }
.btn-sm{ padding:10px 20px; font-size:.88rem; }

.eyebrow-badge{
	display:inline-flex; align-items:center; gap:8px; padding:7px 16px;
	border-radius:999px; background:rgba(255,255,255,.12); color:#fff;
	font-size:.78rem; font-weight:600; letter-spacing:.03em; text-transform:uppercase;
	border:1px solid rgba(255,255,255,.25); margin-bottom:20px;
}
.eyebrow-badge svg{ width:14px; height:14px; }
.eyebrow-badge-light{ background:rgba(255,255,255,.14); }
.section .eyebrow-badge:not(.eyebrow-badge-light){ background:var(--bg-soft-2); color:var(--blue-dark); border-color:var(--bg-soft-2); }

.icon-badge{
	width:52px; height:52px; border-radius:14px; background:var(--bg-soft-2);
	display:flex; align-items:center; justify-content:center; color:var(--blue); margin-bottom:18px;
}
.icon-badge svg{ width:24px; height:24px; }
.icon-badge-sm{ width:44px; height:44px; border-radius:12px; }
.icon-badge-sm svg{ width:20px; height:20px; }

.text-link{ display:inline-flex; align-items:center; gap:6px; color:var(--blue); font-weight:600; font-size:.9rem; }
.text-link svg{ width:15px; height:15px; transition:transform .15s ease; }
.text-link:hover svg{ transform:translateX(3px); }
.text-accent{ color:var(--blue); }

/* ==========================================================================
   2. Header
   ========================================================================== */
.site-header{
	position:sticky; top:0; z-index:100; background:#fff; border-bottom:1px solid var(--border);
}
#about, #employers, #payroll, #sam-assured{ scroll-margin-top:92px; }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; height:76px; }
.header-cta{ display:flex; align-items:center; gap:10px; }
.site-branding{ flex-shrink:0; }
.site-branding .custom-logo-link,
.site-logo{ display:flex; align-items:center; line-height:0; }
.site-logo img,
.site-branding .custom-logo{
	max-height:58px;
	max-width:220px;
	width:auto;
	height:auto;
	object-fit:contain;
}
.footer-logo-link{
	display:inline-block;
	margin-bottom:10px;
	line-height:0;
}
.footer-logo-link img,
.footer-logo-link .custom-logo{
	max-height:56px;
	max-width:200px;
	width:auto;
	background:#fff;
	padding:6px 10px;
	border-radius:8px;
	object-fit:contain;
}
.nav-menu{ display:flex; gap:32px; }
.nav-menu a{ font-weight:600; font-size:.95rem; color:var(--text); padding:8px 2px; position:relative; }
.nav-menu li.current-menu-item a, .nav-menu a:hover{ color:var(--blue); }
.nav-menu li.current-menu-item a::after{
	content:''; position:absolute; left:0; right:0; bottom:-4px; height:2px; background:var(--blue); border-radius:2px;
}
.menu-toggle{ display:none; background:none; border:0; width:36px; height:30px; flex-direction:column; justify-content:space-between; padding:2px 0; flex-shrink:0; }
.menu-toggle span{ display:block; height:2px; background:var(--navy); border-radius:2px; }
.mobile-nav-cta{ display:none; }

.breadcrumbs{ margin-bottom:18px; }
.breadcrumb-list{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:6px; margin:0; padding:0; list-style:none; font-size:.8rem; }
.breadcrumb-list li{ display:flex; align-items:center; gap:6px; color:rgba(255,255,255,.7); }
.breadcrumb-list li + li::before{ content:'›'; color:rgba(255,255,255,.45); font-size:1rem; line-height:1; }
.breadcrumb-list a{ color:rgba(255,255,255,.75); font-weight:500; transition:color .15s ease; }
.breadcrumb-list a:hover{ color:#fff; }
.breadcrumb-list li[aria-current="page"]{ color:#fff; font-weight:600; }

.legal-content .legal-block{ margin-bottom:28px; }
.legal-content h2{ font-family:var(--font-head); color:var(--navy); font-size:1.2rem; margin:0 0 10px; }
.legal-content p{ margin:0; color:var(--text-muted); }

/* ==========================================================================
   Hiring requirement form
   ========================================================================== */
.hiring-form{ background:var(--bg-soft); border:1px solid var(--border); border-radius:var(--radius-lg); padding:32px; box-shadow:var(--shadow-sm); }
.form-grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:0 20px; }
.hiring-form p{ margin:0 0 18px; }
.hiring-form label{ display:block; margin-bottom:7px; color:var(--navy); font-size:.9rem; font-weight:600; }
.hiring-form label span{ color:var(--blue); }
.hiring-form input, .hiring-form select, .hiring-form textarea{ width:100%; border:1px solid var(--border); border-radius:var(--radius-sm); background:#fff; color:var(--text); font:inherit; padding:11px 12px; }
.hiring-form textarea{ resize:vertical; }
.hiring-form input:focus, .hiring-form select:focus, .hiring-form textarea:focus{ border-color:var(--blue); outline:2px solid rgba(47,95,214,.15); }
.form-submit{ margin:8px 0 0 !important; }
.form-honeypot{ position:absolute; left:-9999px; }
.form-notice{ margin-bottom:20px; padding:14px 20px; border-radius:var(--radius-sm); font-weight:600; display:flex; align-items:center; gap:10px; font-size:1rem; }
.form-notice svg{ width:20px; height:20px; flex-shrink:0; }
.form-notice-success{ background:#e9f8ef; color:#176c3b; border:1px solid #bce7cb; }
.form-notice-error{ background:#fff0f0; color:#9f2525; border:1px solid #f1c4c4; }

/* ==========================================================================
   3. Hero
   ========================================================================== */
.hero{
	position:relative; padding:130px 0 100px; color:#fff; text-align:center; overflow:hidden;
	background:linear-gradient(180deg, #35405A 0%, #232C41 100%);
	background-size:cover; background-position:center;
}
.hero::before{
	content:''; position:absolute; inset:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="20" cy="20" r="1.4" fill="white" opacity="0.08"/></svg>');
}
.hero-overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(21,32,54,.75), rgba(21,32,54,.9)); }
.hero-inner{ position:relative; max-width:820px; }
.hero-title{ color:#fff; margin-bottom:20px; }
.hero-sub{ color:rgba(255,255,255,.82); max-width:640px; margin:0 auto 34px; font-size:1.05rem; }
.hero-actions{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ==========================================================================
   4. Stats strip
   ========================================================================== */
.stats-strip{ background:var(--bg-soft); padding:44px 0; border-bottom:1px solid var(--border); }
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; }
.stat-item{ display:flex; flex-direction:column; gap:4px; }
.stat-num{ font-family:var(--font-head); font-weight:800; font-size:1.8rem; color:var(--navy); }
.stat-label{ font-size:.78rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:.05em; }

/* ==========================================================================
   5. Section heads & grids
   ========================================================================== */
.section-head{ text-align:center; max-width:640px; margin:0 auto 50px; }
.section-head-left{ text-align:left; margin:0 0 40px; max-width:640px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }

/* Focus cards */
.focus-card, .why-card{
	background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg);
	padding:32px 28px; box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;
}
.focus-card:hover, .why-card:hover, .service-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.focus-card h3{ margin-bottom:8px; }
.focus-section{ background:var(--bg-soft); }

/* Services */
.service-card{
	background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg);
	padding:30px 26px; transition:transform .2s ease, box-shadow .2s ease;
}
.service-card h3{ margin-bottom:8px; font-size:1.05rem; }
.service-card p{ font-size:.92rem; margin-bottom:16px; }

/* ==========================================================================
   6. Recruitment journey
   ========================================================================== */
.journey-section{ background:var(--bg-soft); }
.journey-track{
	display:grid; grid-template-columns:repeat(6,1fr); gap:16px; background:#fff;
	border-radius:var(--radius-lg); padding:36px 24px; box-shadow:var(--shadow-sm); position:relative;
}
.journey-step{ text-align:center; padding:0 6px; }
.journey-icon{
	width:52px; height:52px; border-radius:50%; background:var(--bg-soft-2); color:var(--blue);
	display:flex; align-items:center; justify-content:center; margin:0 auto 12px; transition:background .2s, color .2s;
}
.journey-icon svg{ width:22px; height:22px; }
.journey-step.is-active .journey-icon{ background:var(--blue); color:#fff; }
.journey-step-num{ display:block; font-size:.68rem; font-weight:700; color:var(--blue); letter-spacing:.05em; text-transform:uppercase; margin-bottom:4px; }
.journey-step strong{ display:block; font-family:var(--font-head); font-size:.95rem; color:var(--navy); margin-bottom:4px; }
.journey-step p{ font-size:.78rem; margin:0; }

/* ==========================================================================
   7. SAM Assured
   ========================================================================== */
.assured-section{ background:linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color:#fff; }
.assured-inner{ display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.assured-copy h2{ color:#fff; }
.assured-copy p{ color:rgba(255,255,255,.8); }
.assured-steps{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.assured-step{
	background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.15); border-radius:var(--radius-md);
	padding:20px; display:flex; align-items:center; gap:14px; transition:background .2s;
}
.assured-step svg{ width:26px; height:26px; flex-shrink:0; color:#9DB6F5; }
.assured-step span{ font-family:var(--font-head); font-weight:700; font-size:.9rem; }
.assured-step small{ font-family:var(--font-body); font-weight:400; color:rgba(255,255,255,.65); font-size:.75rem; }
.assured-step.is-active{ background:var(--blue); border-color:var(--blue); }
.assured-step.is-active svg{ color:#fff; }

/* ==========================================================================
   7b. Payroll section (home page)
   ========================================================================== */
.payroll-section{ background:var(--bg-soft); }
.payroll-inner{ display:grid; grid-template-columns:1.2fr 1fr; gap:56px; align-items:center; }
.payroll-copy h2{ margin-bottom:16px; }
.payroll-checklist{ display:flex; flex-direction:column; gap:12px; margin:24px 0 30px; }
.payroll-checklist li{ display:flex; align-items:center; gap:10px; font-weight:600; color:var(--navy); font-size:.95rem; }
.payroll-checklist svg{ width:18px; height:18px; color:var(--blue); flex-shrink:0; }
.payroll-stats-card{
	background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg);
	padding:36px 28px; box-shadow:var(--shadow-md); display:grid; grid-template-columns:1fr 1fr; gap:28px;
}
.payroll-stat{ display:flex; flex-direction:column; gap:4px; text-align:center; padding:14px 8px; border-radius:var(--radius-md); background:var(--bg-soft-2); }
.payroll-stat .stat-num{ font-size:1.5rem; }

/* Payroll queries for existing employees */
.employee-query-section{ background:#fff; }
.employee-query-section .eyebrow-badge{ background:var(--bg-soft-2); color:var(--blue-dark); border-color:var(--bg-soft-2); }
.employee-query-card{ padding:28px; background:var(--bg-soft); border:1px solid var(--border); border-radius:var(--radius-lg); }
.employee-query-card > svg{ width:28px; height:28px; color:var(--blue); margin-bottom:16px; }
.employee-query-card h3{ margin-bottom:8px; }
.employee-query-card p{ margin:0; font-size:.92rem; }
.employee-query-action{ text-align:center; margin-top:32px; }
.employee-query-action .btn svg{ width:18px; height:18px; }
.employee-query-action p{ max-width:620px; margin:14px auto 0; font-size:.82rem; }

/* ==========================================================================
   8. Testimonials
   ========================================================================== */
.testimonials-section{ background:var(--bg-soft); }
.testimonial-card{
	background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); padding:30px; box-shadow:var(--shadow-sm);
}
.testimonial-card > p{ color:var(--text); font-style:italic; margin-bottom:20px; }
.testimonial-author{ display:flex; align-items:center; gap:12px; }
.author-avatar{
	width:42px; height:42px; border-radius:50%; background:var(--blue); color:#fff;
	display:flex; align-items:center; justify-content:center; font-weight:700; font-family:var(--font-head); flex-shrink:0;
}
.testimonial-author strong{ display:block; font-size:.9rem; color:var(--navy); }
.testimonial-author span{ font-size:.78rem; color:var(--text-muted); }

/* ==========================================================================
   9. Partnering / image section
   ========================================================================== */
.partner-inner{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.partner-media img, .partner-media-placeholder{
	width:100%; aspect-ratio:4/3; border-radius:var(--radius-lg); object-fit:cover; box-shadow:var(--shadow-md);
}
.partner-media-placeholder{ background:linear-gradient(135deg, var(--bg-soft-2), var(--border)); }
.partner-copy h2{ margin-bottom:16px; }
.partner-stats{ display:flex; gap:40px; margin-top:24px; }
.partner-stats .stat-num{ font-size:1.6rem; }
.partner-cta{ margin-top:24px; }

/* ==========================================================================
   10. FAQ
   ========================================================================== */
.faq-item{ border-bottom:1px solid var(--border); }
.faq-question{
	width:100%; background:none; border:0; padding:20px 4px; display:flex; align-items:center; justify-content:space-between;
	font-family:var(--font-head); font-weight:600; font-size:1rem; color:var(--navy); text-align:left;
}
.faq-toggle-icon{ font-size:1.4rem; color:var(--blue); transition:transform .2s ease; flex-shrink:0; margin-left:16px; }
.faq-question[aria-expanded="true"] .faq-toggle-icon{ transform:rotate(45deg); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-answer p{ padding:0 4px 20px; margin:0; }

/* ==========================================================================
   11. Blog
   ========================================================================== */
.blog-card{ background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease; }
.blog-card-thumb{ display:block; aspect-ratio:16/10; background:var(--bg-soft-2); overflow:hidden; }
.blog-card-thumb img{ width:100%; height:100%; object-fit:cover; }
.blog-thumb-placeholder{ display:flex; width:100%; height:100%; align-items:center; justify-content:center; color:var(--border); }
.blog-card-body{ padding:22px; }
.blog-category{ font-size:.72rem; font-weight:700; color:var(--blue); text-transform:uppercase; letter-spacing:.05em; }
.blog-card-body h3{ font-size:1.05rem; margin:8px 0 14px; }
.blog-card-body h3 a{ color:var(--navy); }
.blog-card-body h3 a:hover{ color:var(--blue); }

/* ==========================================================================
   12. CTA band (interior pages)
   ========================================================================== */
.cta-band{ background:var(--bg-soft-2); }
.cta-band-inner{ text-align:center; max-width:560px; }
.cta-band-inner h2{ margin-bottom:8px; }

/* ==========================================================================
   13. Page hero (interior pages)
   ========================================================================== */
.page-hero{ position:relative; background:linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color:#fff; padding:110px 0 80px; text-align:center; overflow:hidden; }
.page-hero-inner{ position:relative; max-width:720px; margin:0 auto; }
.page-hero-inner h1{ color:#fff; }
.page-hero-inner p{ color:rgba(255,255,255,.82); font-size:1.05rem; }
.page-hero-simple{ padding:80px 0 60px; }

/* ==========================================================================
   14. Footer
   ========================================================================== */
.site-footer{
	position:relative;
	background:linear-gradient(160deg, var(--navy) 0%, #0f1f3d 100%);
	color:rgba(255,255,255,.82);
	border-top:3px solid transparent;
	border-image:linear-gradient(90deg, var(--blue), #6b9fff, var(--blue)) 1;
	padding-top:36px;
}
.footer-inner{
	display:grid;
	grid-template-columns:1.1fr 1.9fr;
	gap:40px;
	padding-bottom:28px;
	align-items:start;
}
.footer-brand-col{ max-width:340px; }
.footer-tagline{
	font-size:.88rem;
	line-height:1.55;
	color:rgba(255,255,255,.65);
	margin:0 0 18px;
}
.footer-contact-list{
	display:flex;
	flex-direction:column;
	gap:12px;
}
.footer-contact-list li{
	display:flex;
	align-items:flex-start;
	gap:10px;
	font-size:.84rem;
	line-height:1.5;
	color:rgba(255,255,255,.72);
}
.footer-contact-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border-radius:8px;
	background:rgba(255,255,255,.08);
	color:#9db6f5;
	flex-shrink:0;
}
.footer-contact-icon svg{ width:15px; height:15px; }
.footer-contact-list a{
	color:rgba(255,255,255,.88);
	font-weight:500;
	word-break:break-word;
	transition:color .15s ease;
}
.footer-contact-list a:hover{ color:#fff; }
.footer-social{ margin-top:20px; }
.footer-social-label{
	display:block;
	font-size:.72rem;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:rgba(255,255,255,.5);
	margin-bottom:10px;
}
.footer-social-list{
	display:flex;
	align-items:center;
	gap:10px;
}
.footer-social-list a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:10px;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.12);
	color:#fff;
	transition:background .15s ease, transform .15s ease, border-color .15s ease;
}
.footer-social-list a svg{ width:18px; height:18px; }
.footer-social-list a:hover{
	background:var(--blue);
	border-color:var(--blue);
	transform:translateY(-2px);
}
.footer-links-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:24px;
}
.footer-widget-title{
	font-size:.78rem;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 14px;
}
.footer-links{
	display:flex;
	flex-direction:column;
	gap:9px;
}
.footer-links a{
	font-size:.86rem;
	color:rgba(255,255,255,.68);
	transition:color .15s ease, transform .15s ease;
}
.footer-links a:hover{
	color:#fff;
	transform:translateX(3px);
}
.footer-social-text{
	font-size:.84rem;
	line-height:1.5;
	color:rgba(255,255,255,.65);
	margin:0 0 14px;
}
.footer-social-inline{ margin-top:0; }
.footer-social-inline .footer-social-list a{
	width:auto;
	height:auto;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	color:rgba(255,255,255,.75);
}
.footer-social-inline .footer-social-list a:hover{
	background:none;
	border:none;
	color:#fff;
	transform:translateY(-2px);
}
.footer-social-inline .footer-social-list a svg{ width:22px; height:22px; }
.footer-bottom{
	border-top:1px solid rgba(255,255,255,.1);
	padding:12px 0;
	background:rgba(0,0,0,.12);
}
.footer-bottom-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	flex-wrap:wrap;
}
.footer-copyright{
	margin:0;
	font-size:.78rem;
	color:rgba(255,255,255,.5);
}
.footer-bottom-links{
	display:flex;
	align-items:center;
	gap:16px;
}
.footer-bottom-links a{
	font-size:.78rem;
	color:rgba(255,255,255,.55);
	font-weight:500;
}
.footer-bottom-links a:hover{ color:#fff; }

/* ==========================================================================
   15. Contact page
   ========================================================================== */
.contact-info-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:40px; }
.contact-card{ padding:24px; text-align:center; }
.contact-card .icon-badge{ margin:0 auto 16px; }
.contact-card h4{ margin:0 0 8px; color:var(--navy); font-size:1rem; }
.contact-card p{ margin:0; }
.contact-card a{ color:var(--blue); font-weight:600; text-decoration:none; word-break:break-word; }
.contact-card a:hover{ text-decoration:underline; }

/* ==========================================================================
   16. Responsive
   ========================================================================== */
@media (max-width: 1024px){
	.header-inner{ gap:16px; }
	.nav-menu{ gap:20px; }
	.grid-4{ grid-template-columns:repeat(2,1fr); }
	.journey-track{ grid-template-columns:repeat(3,1fr); row-gap:28px; }
	.assured-inner, .partner-inner, .payroll-inner{ grid-template-columns:1fr; }
	.partner-media{ order:-1; }
	.footer-inner{ grid-template-columns:1fr; gap:28px; }
	.footer-links-grid{ grid-template-columns:repeat(2,1fr); }
	.footer-social-col{ grid-column:1 / -1; }
	.contact-info-cards{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 782px){
	.container{ padding:0 16px; }
	.header-inner{ height:64px; gap:12px; }
	.site-logo img,
	.site-branding .custom-logo{ max-height:42px; }
	.footer-logo-link img,
	.footer-logo-link .custom-logo{ max-height:46px; padding:5px 8px; }
	.menu-toggle{ display:flex; }
	.header-cta{ display:none; }

	.main-navigation{
		position:fixed; top:64px; left:0; right:0; bottom:0; z-index:99;
		background:#fff; overflow-y:auto; -webkit-overflow-scrolling:touch;
		opacity:0; visibility:hidden; pointer-events:none;
		transition:opacity .2s ease, visibility .2s ease;
	}
	.main-navigation.is-open{ opacity:1; visibility:visible; pointer-events:auto; }
	.nav-menu{
		display:flex; flex-direction:column; gap:0;
		transform:none; opacity:1; pointer-events:auto;
	}
	.nav-menu li{ border-top:1px solid var(--border); }
	.nav-menu a{ display:block; padding:16px 20px; font-size:1rem; }
	.nav-menu li.current-menu-item a::after{ display:none; }
	.mobile-nav-cta{
		display:flex; flex-direction:column; gap:10px;
		padding:16px 20px 28px; border-top:1px solid var(--border);
	}
	.mobile-nav-cta .btn{ width:100%; white-space:normal; justify-content:center; }

	.grid-3, .grid-4{ grid-template-columns:1fr; }
	.stats-grid{ grid-template-columns:repeat(2,1fr); gap:20px; }
	.journey-track{ grid-template-columns:repeat(2,1fr); padding:28px 16px; }
	.assured-steps{ grid-template-columns:1fr; }
	.payroll-stats-card{ grid-template-columns:repeat(2,1fr); gap:16px; padding:24px 16px; }
	.partner-stats{ flex-direction:column; gap:16px; align-items:flex-start; }
	.footer-inner{ grid-template-columns:1fr; gap:24px; padding-bottom:20px; }
	.footer-links-grid{ grid-template-columns:1fr; }
	.footer-social-col{ grid-column:auto; }
	.footer-bottom-inner{ flex-direction:column; text-align:center; }
	.site-footer{ padding-top:28px; }
	.form-grid{ grid-template-columns:1fr; }
	.contact-info-cards{ grid-template-columns:1fr; }

	.section{ padding:56px 0; }
	.section-head{ margin-bottom:36px; }
	.section-head-left{ text-align:left; margin:0 0 28px; }
	.hero{ padding:88px 0 60px; }
	.hero-sub{ font-size:1rem; }
	.hero-actions{ flex-direction:column; align-items:stretch; gap:12px; }
	.hero-actions .btn, .page-hero-inner .hero-actions .btn, .cta-band-inner .btn{ width:100%; }
	.page-hero{ padding:72px 0 48px; }
	.page-hero-simple{ padding:56px 0 40px; }
	.page-hero-inner p{ font-size:.98rem; }
	.hiring-form, .candidate-form{ padding:22px 16px; }
	.btn{ white-space:normal; }
	.btn-lg{ width:100%; padding:14px 20px; font-size:1rem; }
	.radio-options{ flex-direction:column; }
	.radio-card{ width:100%; }
	.focus-card, .why-card, .service-card{ padding:24px 20px; }
	.employee-query-action .btn{ width:100%; }
}

@media (max-width: 480px){
	.container{ padding:0 14px; }
	.stats-grid{ gap:14px; }
	.stat-num{ font-size:1.45rem; }
	.stat-label{ font-size:.72rem; }
	.journey-track{ grid-template-columns:1fr; }
	.payroll-stats-card{ grid-template-columns:1fr; }
	.stats-strip{ padding:32px 0; }
	.assured-step{ padding:16px; }
	.partner-stats .stat-num{ font-size:1.35rem; }
	.form-notice{ font-size:.92rem; padding:12px 14px; }
	.file-upload-ui{ padding:18px 14px; }
	.breadcrumb-list{ font-size:.75rem; }
}
/* ==========================================================================
   16. Candidate Registration Form & File Upload Styling
   ========================================================================== */
.candidate-form { background: #ffffff; border: 1px solid var(--border); border-radius: 12px; padding: 36px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.form-section-header { border-bottom: 2px solid var(--bg-soft); margin: 32px 0 20px; padding-bottom: 8px; }
.form-section-header:first-child { margin-top: 0; }
.form-section-header h3 { font-size: 1.15rem; color: var(--navy); margin: 0; display: flex; align-items: center; gap: 8px; }

.full-width { grid-column: 1 / -1; }
.field-hint { display: block; font-weight: normal; color: var(--text-muted); font-size: 0.82rem; margin-top: 2px; }

.radio-group-container { margin-bottom: 12px; }
.group-label { font-weight: 600; color: var(--navy); display: block; margin-bottom: 10px; font-size: 0.95rem; }
.radio-options { display: flex; flex-wrap: wrap; gap: 14px; }
.radio-card { display: flex; align-items: center; gap: 10px; background: var(--bg-soft); border: 1px solid var(--border); padding: 12px 18px; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; user-select: none; }
.radio-card:hover { border-color: var(--blue); background: rgba(37, 99, 235, 0.03); }
.radio-card input[type="radio"] { accent-color: var(--blue); width: 18px; height: 18px; cursor: pointer; margin: 0; }
.radio-label { font-size: 0.92rem; font-weight: 500; color: var(--text-main); }

.file-field-group { margin-top: 20px; }
.file-upload-wrapper { position: relative; margin-top: 6px; }
.file-upload-wrapper input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 2; }
.file-upload-ui { border: 2px dashed #cbd5e1; background: #f8fafc; border-radius: 10px; padding: 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s ease; }
.file-upload-wrapper:hover .file-upload-ui { border-color: var(--blue); background: #eff6ff; }
.upload-icon { width: 40px; height: 40px; color: var(--blue); background: rgba(37, 99, 235, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.upload-icon svg { width: 20px; height: 20px; }
.upload-text { font-size: 0.92rem; font-weight: 500; color: var(--navy); }
.file-name-preview { font-size: 0.85rem; color: #16a34a; font-weight: 600; word-break: break-all; }
.file-name-preview.has-file { margin-top: 6px; padding: 4px 10px; background: #dcfce7; border-radius: 4px; border: 1px solid #bbf7d0; }

.conditional-upload-box { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 10px; padding: 20px; margin-top: 10px; transition: all 0.3s ease; }
.hidden-field { display: none; }

.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
