﻿/*
Theme Name: Hongri Handbag B2B
Theme URI: https://hongri-bags.com
Author: Hongri Handbag
Description: Premium B2B WordPress theme for Dongguan Hongri Handbag Co., Ltd. — China + Cambodia dual-factory bag manufacturer. SEDEX 4P certified, 24 years OEM/ODM experience. SEO-optimized for overseas B2B lead generation.
Version: 1.0.0
License: GPL v2 or later
Text Domain: hongri
Tags: b2b, manufacturing, handbags, oem, odm, custom-header, responsive, seo

Hongri Handbag B2B Theme
*/

:root {
  --hr-navy: #0b1a2e;
  --hr-navy-light: #14273f;
  --hr-blue: #1a3555;
  --hr-gold: #c8963e;
  --hr-gold-light: #dab060;
  --hr-white: #ffffff;
  --hr-off-white: #f8f9fb;
  --hr-gray-50: #f5f6f8;
  --hr-gray-100: #eef0f3;
  --hr-gray-200: #dfe2e6;
  --hr-gray-300: #c5c9d0;
  --hr-gray-500: #727882;
  --hr-gray-700: #3a3f48;
  --hr-text: #1a1d22;
  --hr-text-light: #727882;
  --hr-success: #2e7d32;
  --hr-danger: #c0392b;
  --hr-radius: 10px;
  --hr-radius-lg: 16px;
  --hr-shadow: 0 4px 24px rgba(0,0,0,.06);
  --hr-shadow-lg: 0 12px 48px rgba(0,0,0,.10);
  --hr-transition: .3s cubic-bezier(.4,0,.2,1);
  --hr-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:80px; }
body { font-family:var(--hr-font); color:var(--hr-text); line-height:1.68; background:var(--hr-white); -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { max-width:100%; height:auto; }

.hr-container { max-width:1240px; margin:0 auto; padding:0 24px; }
.hr-container-sm { max-width:960px; margin:0 auto; padding:0 24px; }
.hr-section { padding:90px 0; }
.hr-section-dark { background:var(--hr-navy); color:var(--hr-white); }
.hr-section-gray { background:var(--hr-gray-50); }

/* Typography */
.hr-label { display:inline-block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:3px; color:var(--hr-gold); margin-bottom:14px; }
.hr-heading { font-weight:800; line-height:1.14; }
.hr-h1 { font-size:clamp(34px,5.5vw,60px); color:var(--hr-white); }
.hr-h2 { font-size:clamp(26px,3.8vw,42px); color:var(--hr-navy); }
.hr-h3 { font-size:clamp(20px,2.2vw,26px); }
.hr-section-dark .hr-h2, .hr-section-dark .hr-h3 { color:var(--hr-white); }
.hr-text { font-size:15px; color:var(--hr-text-light); line-height:1.7; }
.hr-section-dark .hr-text { color:rgba(255,255,255,.6); }
.hr-accent { color:var(--hr-gold); }
.hr-section-header { text-align:center; margin-bottom:56px; }
.hr-section-header .hr-text { max-width:620px; margin:8px auto 0; font-size:16px; }

/* Buttons */
.hr-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 30px; border-radius:6px; font-weight:600; font-size:14px; transition:var(--hr-transition); cursor:pointer; border:2px solid transparent; text-decoration:none; white-space:nowrap; }
.hr-btn-primary { background:var(--hr-gold); color:var(--hr-navy); border-color:var(--hr-gold); }
.hr-btn-primary:hover { background:var(--hr-gold-light); transform:translateY(-2px); box-shadow:0 8px 24px rgba(200,150,62,.35); }
.hr-btn-outline { background:transparent; border-color:rgba(255,255,255,.25); color:var(--hr-white); }
.hr-btn-outline:hover { background:var(--hr-white); color:var(--hr-navy); border-color:var(--hr-white); }
.hr-btn-outline-dark { background:transparent; border-color:var(--hr-gray-300); color:var(--hr-navy); }
.hr-btn-outline-dark:hover { background:var(--hr-navy); color:var(--hr-white); border-color:var(--hr-navy); }
.hr-btn-lg { padding:16px 38px; font-size:15px; }
.hr-btn-sm { padding:10px 18px; font-size:13px; }
.hr-btn-block { display:flex; width:100%; }
.hr-section-cta { text-align:center; margin-top:52px; }
.hr-section-cta .hr-text { margin-bottom:16px; }

/* Header */
.hr-header { position:fixed; top:0; left:0; width:100%; z-index:1000; padding:14px 0; transition:var(--hr-transition); }
.hr-header.scrolled { background:rgba(11,26,46,.96); backdrop-filter:blur(14px); padding:8px 0; box-shadow:0 2px 24px rgba(0,0,0,.25); }
.hr-header-inner { display:flex; align-items:center; justify-content:space-between; }
.hr-logo { display:flex; align-items:center; gap:8px; text-decoration:none; }
.hr-logo-mark { width:36px; height:36px; background:var(--hr-gold); border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--hr-navy); font-weight:900; font-size:16px; }
.hr-logo-text { font-size:20px; font-weight:800; color:var(--hr-white); letter-spacing:-.5px; }
.hr-logo-text span { color:var(--hr-gold); }
.hr-nav { display:flex; align-items:center; gap:28px; list-style:none; }
.hr-nav a { font-size:14px; font-weight:500; color:rgba(255,255,255,.78); text-decoration:none; transition:var(--hr-transition); position:relative; padding:4px 0; }
.hr-nav a:hover, .hr-nav a.active { color:var(--hr-gold); }
.hr-nav a::after { content:''; position:absolute; bottom:-2px; left:0; width:0; height:2px; background:var(--hr-gold); transition:width .3s; }
.hr-nav a:hover::after, .hr-nav a.active::after { width:100%; }
.hr-nav-toggle { display:none; background:none; border:none; color:var(--hr-white); font-size:22px; cursor:pointer; }

/* Hero */
.hr-hero { position:relative; min-height:100vh; display:flex; align-items:center; background:linear-gradient(160deg, #060e1e 0%, #0b1a2e 30%, #102540 60%, #0a1a30 100%); overflow:hidden; padding:120px 0 80px; }
.hr-hero::before { content:''; position:absolute; top:-30%; right:-15%; width:800px; height:800px; border-radius:50%; background:radial-gradient(circle, rgba(200,150,62,.07) 0%, transparent 70%); pointer-events:none; }
.hr-hero::after { content:''; position:absolute; bottom:-25%; left:-10%; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle, rgba(26,53,85,.35) 0%, transparent 70%); pointer-events:none; }
.hr-hero-content { position:relative; z-index:2; max-width:740px; }
.hr-hero-label { display:inline-block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:3px; color:var(--hr-gold); background:rgba(200,150,62,.1); padding:8px 20px; border-radius:20px; margin-bottom:22px; }
.hr-hero h1 { font-size:clamp(34px,5.5vw,58px); font-weight:800; color:var(--hr-white); line-height:1.12; margin-bottom:18px; }
.hr-hero h1 span { color:var(--hr-gold); }
.hr-hero-tagline { font-size:17px; color:rgba(255,255,255,.65); line-height:1.7; margin-bottom:34px; max-width:560px; }
.hr-hero-btns { display:flex; gap:14px; margin-bottom:56px; }
.hr-hero-stats { display:flex; gap:44px; }
.hr-stat { text-align:center; }
.hr-stat-num { font-size:34px; font-weight:800; color:var(--hr-gold); display:block; line-height:1; }
.hr-stat-num sub { font-size:18px; }
.hr-stat-label { font-size:11px; color:rgba(255,255,255,.45); margin-top:4px; display:block; text-transform:uppercase; letter-spacing:1.5px; }
.hr-hero-scroll { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:6px; color:rgba(255,255,255,.35); font-size:10px; letter-spacing:2px; z-index:2; animation:hrBounce 2s infinite; }
@keyframes hrBounce { 0%,100% { transform:translateX(-50%) translateY(0); } 50% { transform:translateX(-50%) translateY(-6px); } }

/* Card Grids */
.hr-grid-2 { display:grid; grid-template-columns:repeat(2, 1fr); gap:22px; }
.hr-grid-3 { display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; }
.hr-grid-4 { display:grid; grid-template-columns:repeat(4, 1fr); gap:22px; }

.hr-card { background:var(--hr-white); border-radius:var(--hr-radius-lg); padding:32px 26px; border:1px solid var(--hr-gray-200); transition:var(--hr-transition); text-align:center; }
.hr-card:hover { transform:translateY(-5px); box-shadow:var(--hr-shadow-lg); border-color:var(--hr-gold); }
.hr-card-icon { width:64px; height:64px; background:rgba(200,150,62,.08); border-radius:14px; display:flex; align-items:center; justify-content:center; margin:0 auto 18px; font-size:24px; color:var(--hr-gold); transition:var(--hr-transition); }
.hr-card:hover .hr-card-icon { background:var(--hr-navy); }
.hr-card h3 { font-size:17px; font-weight:700; margin-bottom:8px; color:var(--hr-navy); }
.hr-card p { font-size:13px; color:var(--hr-text-light); }
.hr-card-link { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:var(--hr-gold); text-decoration:none; margin-top:14px; transition:var(--hr-transition); }
.hr-card-link:hover { gap:10px; }

/* Product cards */
.hr-product { background:var(--hr-white); border-radius:var(--hr-radius-lg); overflow:hidden; box-shadow:var(--hr-shadow); transition:var(--hr-transition); position:relative; }
.hr-product:hover { transform:translateY(-5px); box-shadow:var(--hr-shadow-lg); }
.hr-product-badge { position:absolute; top:10px; left:10px; background:var(--hr-gold); color:var(--hr-navy); font-size:10px; font-weight:700; padding:4px 12px; border-radius:10px; z-index:2; }
.hr-product-badge.hot { background:var(--hr-danger); color:#fff; }
.hr-product-img { height:200px; background:var(--hr-gray-100); display:flex; align-items:center; justify-content:center; font-size:56px; color:var(--hr-gray-300); }
.hr-product-body { padding:18px; }
.hr-product-sku { font-size:11px; color:var(--hr-gray-500); display:block; margin-bottom:6px; }
.hr-product-body h3 { font-size:15px; font-weight:700; margin-bottom:6px; }
.hr-product-body p { font-size:12px; color:var(--hr-text-light); margin-bottom:10px; }
.hr-product-meta { display:flex; justify-content:space-between; font-size:11px; color:var(--hr-gray-500); margin-bottom:12px; }
.hr-product-meta i { color:var(--hr-gold); }

/* Split layout */
.hr-split { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.hr-split-img { position:relative; }
.hr-split-img-main { width:100%; height:380px; background:linear-gradient(135deg, var(--hr-navy), var(--hr-blue)); border-radius:var(--hr-radius-lg); display:flex; align-items:center; justify-content:center; font-size:90px; color:rgba(255,255,255,.12); }
.hr-split-badge { position:absolute; top:-16px; right:-16px; background:var(--hr-white); padding:18px 22px; border-radius:var(--hr-radius); box-shadow:var(--hr-shadow-lg); text-align:center; }
.hr-split-badge .hr-stat-num { font-size:26px; }
.hr-split-badge .hr-stat-label { font-size:10px; color:var(--hr-text-light); }
.hr-check-list { list-style:none; margin:20px 0; }
.hr-check-list li { display:flex; align-items:center; gap:10px; margin-bottom:10px; font-size:14px; }
.hr-check-list li i { color:var(--hr-success); font-size:16px; }

/* Timeline */
.hr-timeline { max-width:780px; margin:0 auto; position:relative; }
.hr-timeline::before { content:''; position:absolute; left:39px; top:0; bottom:0; width:2px; background:var(--hr-gray-200); }
.hr-timeline-step { display:flex; gap:30px; margin-bottom:36px; position:relative; }
.hr-timeline-step:last-child { margin-bottom:0; }
.hr-step-num { width:78px; height:78px; min-width:78px; background:linear-gradient(135deg, var(--hr-navy), var(--hr-blue)); color:var(--hr-white); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:700; z-index:1; }
.hr-step-content { padding-top:14px; }
.hr-step-content h3 { font-size:17px; font-weight:700; margin-bottom:6px; }
.hr-step-content p { font-size:13px; color:var(--hr-text-light); }

/* Testimonials */
.hr-testimonial { background:var(--hr-white); border-radius:var(--hr-radius-lg); padding:28px; box-shadow:var(--hr-shadow); transition:var(--hr-transition); }
.hr-testimonial:hover { transform:translateY(-3px); box-shadow:var(--hr-shadow-lg); }
.hr-testimonial-stars { color:var(--hr-gold); margin-bottom:10px; font-size:13px; }
.hr-testimonial p { font-size:14px; color:var(--hr-text); line-height:1.7; margin-bottom:16px; font-style:italic; }
.hr-testimonial-author strong { display:block; font-size:14px; color:var(--hr-navy); }
.hr-testimonial-author span { font-size:12px; color:var(--hr-text-light); }

/* Dual factory cards */
.hr-factory-card { background:var(--hr-white); border-radius:var(--hr-radius-lg); overflow:hidden; border:1px solid var(--hr-gray-200); transition:var(--hr-transition); }
.hr-factory-card:hover { box-shadow:var(--hr-shadow-lg); }
.hr-factory-card-header { padding:24px; text-align:center; }
.hr-factory-card-header .hr-flag { font-size:40px; display:block; margin-bottom:10px; }
.hr-factory-card-header h3 { font-size:20px; }
.hr-factory-card-body { padding:0 24px 20px; }
.hr-factory-card-body ul { list-style:none; }
.hr-factory-card-body ul li { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--hr-gray-100); font-size:13px; }
.hr-factory-card-body ul li span:last-child { font-weight:600; color:var(--hr-navy); }
.hr-factory-best-for { background:linear-gradient(135deg, var(--hr-gold), var(--hr-gold-light)); padding:12px 24px; text-align:center; font-size:12px; font-weight:700; color:var(--hr-navy); letter-spacing:1px; }

/* Cert grid */
.hr-cert-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; }
.hr-cert-item { display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); border-radius:var(--hr-radius); padding:16px 20px; transition:var(--hr-transition); }
.hr-cert-item:hover { background:rgba(255,255,255,.1); }
.hr-cert-icon { width:40px; height:40px; background:rgba(200,150,62,.15); border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--hr-gold); font-size:18px; }
.hr-cert-item strong { display:block; color:var(--hr-white); font-size:14px; }
.hr-cert-item span { font-size:12px; color:rgba(255,255,255,.5); }

/* Client logo wall */
.hr-client-wall { display:flex; flex-wrap:wrap; justify-content:center; gap:32px; align-items:center; }
.hr-client-wall .hr-client-logo { width:120px; height:50px; background:rgba(255,255,255,.06); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:12px; color:rgba(255,255,255,.35); font-weight:700; transition:var(--hr-transition); }
.hr-client-wall .hr-client-logo:hover { background:rgba(255,255,255,.12); color:var(--hr-gold); }

/* Form */
.hr-form-wrap { display:grid; grid-template-columns:1fr 1.2fr; gap:56px; }
.hr-form-card { background:var(--hr-white); border-radius:var(--hr-radius-lg); padding:36px; box-shadow:var(--hr-shadow-lg); border:1px solid var(--hr-gray-200); }
.hr-form-card h3 { font-size:20px; font-weight:700; margin-bottom:22px; }
.hr-form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.hr-form-group { margin-bottom:14px; }
.hr-form-group label { display:block; font-size:12px; font-weight:600; margin-bottom:5px; color:var(--hr-text); text-transform:uppercase; letter-spacing:.5px; }
.hr-form-group input, .hr-form-group select, .hr-form-group textarea { width:100%; padding:11px 14px; border:1px solid var(--hr-gray-300); border-radius:6px; font-size:14px; font-family:inherit; transition:var(--hr-transition); }
.hr-form-group input:focus, .hr-form-group select:focus, .hr-form-group textarea:focus { outline:none; border-color:var(--hr-gold); box-shadow:0 0 0 3px rgba(200,150,62,.1); }
.hr-file-label { display:flex; align-items:center; gap:8px; padding:12px 16px; border:2px dashed var(--hr-gray-300); border-radius:6px; cursor:pointer; font-size:13px; color:var(--hr-text-light); transition:var(--hr-transition); }
.hr-file-label:hover { border-color:var(--hr-gold); color:var(--hr-gold); }
.hr-feature-list { display:flex; flex-direction:column; gap:14px; }
.hr-feature-item { display:flex; gap:12px; }
.hr-feature-item i { font-size:18px; color:var(--hr-gold); width:22px; text-align:center; margin-top:2px; }
.hr-feature-item strong { display:block; font-size:14px; }
.hr-feature-item span { font-size:12px; color:var(--hr-text-light); }

/* FAQ */
.hr-faq { max-width:780px; margin:0 auto; }
.hr-faq-item { background:var(--hr-white); border-radius:var(--hr-radius); border:1px solid var(--hr-gray-200); margin-bottom:10px; overflow:hidden; }
.hr-faq-q { display:flex; justify-content:space-between; align-items:center; padding:16px 22px; cursor:pointer; font-weight:600; font-size:14px; }
.hr-faq-q i { color:var(--hr-gold); transition:transform .3s; font-size:12px; }
.hr-faq-item.active .hr-faq-q i { transform:rotate(45deg); }
.hr-faq-a { max-height:0; overflow:hidden; transition:max-height .3s; }
.hr-faq-item.active .hr-faq-a { max-height:260px; }
.hr-faq-a p { padding:0 22px 16px; font-size:13px; color:var(--hr-text-light); }

/* CTA banner */
.hr-cta { background:linear-gradient(135deg, var(--hr-navy), #0d1f38); text-align:center; }
.hr-cta-btns { display:flex; gap:14px; justify-content:center; margin-top:24px; }

/* Contact cards */
.hr-contact-card { text-align:center; padding:24px 16px; border:1px solid var(--hr-gray-200); border-radius:var(--hr-radius-lg); transition:var(--hr-transition); }
.hr-contact-card:hover { border-color:var(--hr-gold); box-shadow:var(--hr-shadow); transform:translateY(-3px); }
.hr-contact-icon { width:48px; height:48px; background:rgba(200,150,62,.08); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-size:18px; color:var(--hr-gold); }
.hr-contact-card h4 { font-size:15px; font-weight:700; margin-bottom:4px; }
.hr-contact-card p { font-size:12px; color:var(--hr-text-light); line-height:1.6; }

/* Footer */
.hr-footer { background:var(--hr-navy); color:rgba(255,255,255,.6); padding:56px 0 0; }
.hr-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.4fr; gap:36px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.07); }
.hr-footer-about .hr-logo-text { display:inline; margin-bottom:8px; }
.hr-footer-about p { font-size:12px; line-height:1.7; margin-bottom:14px; }
.hr-footer-social { display:flex; gap:8px; }
.hr-footer-social a { width:32px; height:32px; background:rgba(255,255,255,.07); border-radius:50%; display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.5); text-decoration:none; transition:var(--hr-transition); font-size:13px; }
.hr-footer-social a:hover { background:var(--hr-gold); color:var(--hr-navy); }
.hr-footer-col h4 { color:var(--hr-white); font-size:14px; font-weight:700; margin-bottom:14px; }
.hr-footer-col ul { list-style:none; }
.hr-footer-col ul li { margin-bottom:6px; }
.hr-footer-col ul li a { font-size:12px; color:rgba(255,255,255,.45); text-decoration:none; transition:var(--hr-transition); }
.hr-footer-col ul li a:hover { color:var(--hr-gold); }
.hr-footer-newsletter p { font-size:12px; margin-bottom:12px; }
.hr-newsletter-form { display:flex; }
.hr-newsletter-form input { flex:1; padding:10px 12px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.12); border-radius:6px 0 0 6px; color:#fff; font-size:12px; }
.hr-newsletter-form button { padding:10px 14px; background:var(--hr-gold); border:none; color:var(--hr-navy); font-weight:700; border-radius:0 6px 6px 0; cursor:pointer; transition:var(--hr-transition); }
.hr-newsletter-form button:hover { background:var(--hr-gold-light); }
.hr-footer-bottom { text-align:center; padding:18px 0; font-size:11px; }
.hr-footer-bottom a { color:var(--hr-gold); }

/* Floating */
.hr-back-top { position:fixed; bottom:24px; right:24px; width:42px; height:42px; background:var(--hr-navy); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; z-index:998; opacity:0; visibility:hidden; transition:var(--hr-transition); box-shadow:0 4px 12px rgba(0,0,0,.15); text-decoration:none; }
.hr-back-top.visible { opacity:1; visibility:visible; }
.hr-back-top:hover { background:var(--hr-gold); color:var(--hr-navy); }
.hr-whatsapp { position:fixed; bottom:24px; left:24px; width:50px; height:50px; background:#25D366; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; z-index:998; font-size:24px; box-shadow:0 4px 12px rgba(37,211,102,.4); transition:var(--hr-transition); text-decoration:none; animation:hrPulse 2s infinite; }
.hr-whatsapp:hover { transform:scale(1.1); }
@keyframes hrPulse { 0% { box-shadow:0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow:0 0 0 14px rgba(37,211,102,0); } 100% { box-shadow:0 0 0 0 rgba(37,211,102,0); } }

/* Animations */
.hr-fade-up { opacity:0; transform:translateY(28px); transition:opacity .6s ease, transform .6s ease; }
.hr-fade-up.visible { opacity:1; transform:translateY(0); }

/* Cambodia highlight */
.hr-highlight-box { background:linear-gradient(135deg, rgba(200,150,62,.08), rgba(200,150,62,.02)); border:1px solid rgba(200,150,62,.15); border-radius:var(--hr-radius-lg); padding:32px; }
.hr-tariff-table { width:100%; border-collapse:collapse; font-size:13px; }
.hr-tariff-table th { background:var(--hr-navy); color:var(--hr-white); padding:12px; text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:1px; }
.hr-tariff-table td { padding:10px 12px; border-bottom:1px solid var(--hr-gray-200); }
.hr-tariff-table tr:nth-child(even) td { background:var(--hr-gray-50); }
.hr-tariff-table .hr-tariff-save { color:var(--hr-success); font-weight:700; }

/* Responsive */
@media (max-width:1024px) {
  .hr-grid-3, .hr-grid-4 { grid-template-columns:repeat(2, 1fr); }
  .hr-split { grid-template-columns:1fr; gap:36px; }
  .hr-split-img { order:-1; }
  .hr-form-wrap { grid-template-columns:1fr; }
  .hr-footer-grid { grid-template-columns:1fr 1fr; }
  .hr-cert-grid { grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:768px) {
  .hr-section { padding:56px 0; }
  .hr-nav { position:fixed; top:0; right:-100%; width:270px; height:100vh; background:var(--hr-navy); flex-direction:column; padding:80px 24px 24px; gap:18px; transition:.3s; z-index:1001; }
  .hr-nav.open { right:0; }
  .hr-nav-toggle { display:block; }
  .hr-hero-stats { gap:16px; flex-wrap:wrap; }
  .hr-stat-num { font-size:26px; }
  .hr-grid-2, .hr-grid-3, .hr-grid-4 { grid-template-columns:1fr; }
  .hr-form-row { grid-template-columns:1fr; }
  .hr-timeline::before { left:22px; }
  .hr-step-num { width:48px; height:48px; min-width:48px; font-size:14px; }
  .hr-timeline-step { gap:18px; }
  .hr-footer-grid { grid-template-columns:1fr; }
  .hr-cta-btns, .hr-hero-btns { flex-direction:column; align-items:center; }
  .hr-cert-grid { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .hr-h1 { font-size:26px; }
  .hr-h2 { font-size:22px; }
}
