/*
Theme Name: ROAD HR Custom Theme
Theme URI: https://websalty.com
Author: Websalty
Author URI: https://websalty.com
Description: Premium B2B HR Consulting custom theme for ROAD HR.
Version: 1.0
Text Domain: roadhr
*/

:root {
  --purple: #6c3287;
  --purple-dark: #521f6b;
  --purple-light: #f5eff8;
  --purple-mid: #e8d8f0;
  --green: #10b981;
  --green-light: #ecfdf5;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-700: #334155;
  --font: 'Plus Jakarta Sans', sans-serif;
  --r: 12px;
  --r-lg: 20px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray-700); background: var(--white); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

/* ─── HEADER ─── */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-200); transition: box-shadow 0.3s; }
header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.nav { display: flex; align-items: center; height: 72px; gap: 0; }
.logo { display: flex; align-items: center; margin-right: auto; }
.logo img { height: 30px; }
.logo-text { font-size: 1.35rem; font-weight: 800; color: var(--dark); letter-spacing: -0.03em; }
.logo-text span { color: var(--purple); }

nav.main { display: flex; gap: 2px; margin-right: 20px; }
nav.main a { font-size: 0.82rem; font-weight: 600; color: var(--gray-500); padding: 8px 14px; border-radius: 6px; transition: all 0.2s; letter-spacing: 0.01em; }
nav.main a:hover, nav.main a.active { color: var(--dark); background: var(--gray-100); }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { display: flex; background: var(--gray-100); border-radius: 8px; padding: 3px; gap: 2px; }
.lang-btn { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; padding: 5px 10px; border: none; background: transparent; color: var(--gray-400); cursor: pointer; border-radius: 6px; transition: all 0.2s; }
.lang-btn.active { background: var(--white); color: var(--purple); box-shadow: 0 1px 3px rgba(0,0,0,0.1); }

.btn-nav { display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; font-weight: 700; padding: 9px 18px; border-radius: 8px; border: none; cursor: pointer; background: var(--purple); color: var(--white); transition: all 0.2s; letter-spacing: 0.01em; }
.btn-nav:hover { background: var(--purple-dark); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.25s; }

.mobile-nav { display: none; position: fixed; inset: 0; background: var(--white); z-index: 199; flex-direction: column; padding: 88px 28px 40px; gap: 4px; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.mobile-nav.open { opacity: 1; pointer-events: all; display: flex; }
.mobile-nav a { font-size: 1.4rem; font-weight: 700; color: var(--dark); padding: 14px 0; border-bottom: 1px solid var(--gray-200); }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-size: 0.875rem; font-weight: 700; padding: 13px 24px; border-radius: var(--r); cursor: pointer; transition: all 0.2s var(--ease); border: none; letter-spacing: 0.01em; }
.btn-primary { background: var(--purple); color: var(--white); }
.btn-primary:hover { background: var(--purple-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(108,50,135,0.25); }
.btn-secondary { background: var(--white); color: var(--dark); border: 1.5px solid var(--gray-200); }
.btn-secondary:hover { border-color: var(--purple); color: var(--purple); background: var(--purple-light); }
.btn-white { background: var(--white); color: var(--purple); }
.btn-white:hover { background: var(--purple-light); }

/* ─── LABELS / TAGS ─── */
.label { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 50px; }
.label-purple { background: var(--purple-light); color: var(--purple); }
.label-green { background: var(--green-light); color: var(--green); }
.label-gray { background: var(--gray-100); color: var(--gray-500); border: 1px solid var(--gray-200); }
.label-white { background: rgba(255,255,255,0.15); color: var(--white); }

/* ─── SECTION HEADER ─── */
.sec-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.sec-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--purple); border-radius: 2px; }
.sec-h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--dark); letter-spacing: -0.03em; line-height: 1.15; }
.sec-sub { font-size: 1rem; color: var(--gray-500); line-height: 1.7; margin-top: 12px; }

/* ─── HERO ─── */
.hero { padding: 148px 0 80px; background: var(--white); position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; top: 0; right: 0; width: 55%; height: 100%; background: linear-gradient(135deg, #faf7fc 0%, #f0e6f7 100%); clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%); z-index: 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge-row { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.hero-h1 { font-size: clamp(2.6rem, 4.5vw, 3.8rem); font-weight: 800; color: var(--dark); letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 22px; }
.hero-h1 em { font-style: normal; color: var(--purple); background: linear-gradient(135deg, var(--purple), #9b4fc4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-desc { font-size: 1.05rem; color: var(--gray-500); line-height: 1.75; max-width: 460px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-trust { display: flex; align-items: center; gap: 16px; padding-top: 28px; border-top: 1px solid var(--gray-200); }
.avatars { display: flex; }
.avatars img { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--white); margin-left: -10px; object-fit: cover; }
.avatars img:first-child { margin-left: 0; }
.trust-text { font-size: 0.82rem; font-weight: 600; color: var(--gray-500); }
.trust-text strong { color: var(--dark); }

/* Hero right panel */
.hero-right { position: relative; }
.hero-panel { background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--gray-200); box-shadow: 0 4px 40px rgba(108,50,135,0.08); overflow: hidden; }
.hero-panel-top { background: var(--purple); padding: 28px 32px; }
.hero-panel-top h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.hero-panel-top p { font-size: 0.83rem; color: rgba(255,255,255,0.7); }
.hero-services { padding: 8px 0; }
.hero-service { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; border-bottom: 1px solid var(--gray-200); transition: background 0.2s; cursor: pointer; }
.hero-service:last-child { border-bottom: none; }
.hero-service:hover { background: var(--purple-light); }
.hero-service-left { display: flex; align-items: center; gap: 14px; }
.hero-service-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--purple-light); color: var(--purple); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-service-icon svg { width: 17px; height: 17px; }
.hero-service-name { font-size: 0.88rem; font-weight: 700; color: var(--dark); }
.hero-service-sub { font-size: 0.75rem; color: var(--gray-400); margin-top: 1px; }
.hero-service-arrow { color: var(--gray-400); transition: all 0.2s; }
.hero-service:hover .hero-service-arrow { color: var(--purple); transform: translateX(3px); }
.hero-service-arrow svg { width: 16px; height: 16px; }

.hero-badge-float { position: absolute; bottom: -18px; left: -24px; background: var(--white); border-radius: var(--r); border: 1px solid var(--gray-200); box-shadow: 0 8px 24px rgba(0,0,0,0.1); padding: 14px 20px; display: flex; align-items: center; gap: 12px; z-index: 2; }
.badge-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge-icon svg { width: 18px; height: 18px; }
.badge-text .n { font-size: 1.1rem; font-weight: 800; color: var(--dark); line-height: 1; }
.badge-text .s { font-size: 0.72rem; color: var(--gray-400); margin-top: 2px; }

/* ─── CLIENTS ─── */
.clients { padding: 28px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); background: var(--white); }
.clients-inner { display: flex; align-items: center; gap: 0; }
.clients-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-400); white-space: nowrap; padding-right: 32px; border-right: 1px solid var(--gray-200); margin-right: 32px; flex-shrink: 0; }
.clients-logos { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.client-name { font-size: 0.92rem; font-weight: 700; color: var(--gray-300); letter-spacing: 0.02em; transition: color 0.2s; cursor: default; }
.client-name:hover { color: var(--gray-400); }

/* ─── EXPERTISE ─── */
.expertise { padding: 100px 0; background: var(--gray-50); }
.exp-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 24px; }
.exp-header-left { max-width: 540px; }

.exp-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 1px; background: var(--gray-200); border-radius: var(--r-lg); overflow: hidden; }
.exp-card { background: var(--white); padding: 36px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background 0.25s; }
.exp-card:hover { background: #fdf9ff; }
.exp-card-featured { background: var(--dark); }
.exp-card-featured:hover { background: #1a2540; }
.exp-num { font-size: 3.5rem; font-weight: 800; line-height: 1; color: var(--gray-200); position: absolute; top: 28px; right: 28px; letter-spacing: -0.04em; pointer-events: none; user-select: none; }
.exp-card-featured .exp-num { color: rgba(255,255,255,0.06); }
.exp-icon-wrap { width: 44px; height: 44px; border-radius: 10px; background: var(--purple-light); color: var(--purple); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.exp-icon-wrap svg { width: 21px; height: 21px; }
.exp-card-featured .exp-icon-wrap { background: rgba(255,255,255,0.1); color: var(--white); }
.exp-tags-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.exp-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 50px; background: var(--purple-light); color: var(--purple); }
.exp-card-featured .exp-tag { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); }
.exp-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; line-height: 1.25; }
.exp-card-featured h3 { color: var(--white); font-size: 1.5rem; }
.exp-card p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; flex-grow: 1; margin-bottom: 24px; }
.exp-card-featured p { color: rgba(255,255,255,0.5); }
.exp-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 700; color: var(--purple); margin-top: auto; transition: gap 0.2s; }
.exp-link:hover { gap: 10px; }
.exp-link svg { width: 15px; height: 15px; }
.exp-card-featured .exp-link { color: rgba(255,255,255,0.8); }

/* ─── METHODOLOGY ─── */
.methodology { padding: 100px 0; background: var(--white); }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.method-left .sec-sub { max-width: 400px; margin-bottom: 32px; }
.method-steps { display: flex; flex-direction: column; gap: 0; }
.m-step { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--gray-200); transition: all 0.2s; }
.m-step:last-child { border-bottom: none; }
.m-step:hover { padding-left: 6px; }
.m-step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--purple-light); color: var(--purple); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 800; flex-shrink: 0; transition: all 0.2s; }
.m-step:hover .m-step-num { background: var(--purple); color: var(--white); }
.m-step-body h4 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.m-step-body p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.65; }

.method-right { background: var(--dark); border-radius: var(--r-lg); padding: 40px; position: relative; overflow: hidden; }
.method-right::before { content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(108,50,135,0.3) 0%, transparent 70%); border-radius: 50%; }
.method-stat { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.method-stat:last-child { border-bottom: none; padding-bottom: 0; }
.method-stat:first-child { padding-top: 0; }
.method-stat-num { font-size: 2.8rem; font-weight: 800; color: var(--white); letter-spacing: -0.04em; line-height: 1; }
.method-stat-num span { color: var(--purple); font-size: 2rem; }
.method-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-top: 4px; }
.method-right-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 28px; }

/* ─── QUIZ ─── */
.quiz-section { padding: 100px 0; background: var(--gray-50); }
.quiz-card { display: grid; grid-template-columns: 1fr 1.3fr; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: 0 4px 40px rgba(0,0,0,0.06); }
.quiz-left { background: var(--purple); padding: 52px 44px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.quiz-left::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 280px; height: 280px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.quiz-left::before { content: ''; position: absolute; top: -40px; right: 20px; width: 160px; height: 160px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.quiz-left h2 { font-size: 1.8rem; font-weight: 800; color: var(--white); margin-bottom: 14px; line-height: 1.2; position: relative; z-index: 1; }
.quiz-left p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 32px; position: relative; z-index: 1; }
.quiz-features { display: flex; flex-direction: column; gap: 11px; position: relative; z-index: 1; }
.quiz-feat { display: flex; align-items: center; gap: 10px; font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.quiz-feat svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

.quiz-right { background: var(--white); padding: 52px 44px; }
.quiz-progress { display: flex; gap: 6px; margin-bottom: 32px; }
.q-dot { height: 3px; flex: 1; background: var(--gray-200); border-radius: 2px; transition: background 0.3s; }
.q-dot.on { background: var(--purple); }

.quiz-step { display: none; }
.quiz-step.active { display: block; animation: qFade 0.3s var(--ease); }
@keyframes qFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.quiz-q { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 20px; }
.quiz-opts { display: flex; flex-direction: column; gap: 8px; }
.q-opt { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 15px 20px; background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: var(--r); font-family: var(--font); font-size: 0.875rem; font-weight: 600; color: var(--dark); cursor: pointer; text-align: left; transition: all 0.2s; }
.q-opt:hover { border-color: var(--purple); background: var(--purple-light); color: var(--purple); }
.q-opt svg { width: 15px; height: 15px; color: var(--gray-400); transition: all 0.2s; transform: translateX(-4px); opacity: 0; }
.q-opt:hover svg { color: var(--purple); opacity: 1; transform: translateX(0); }

.quiz-input { width: 100%; padding: 14px 18px; background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: var(--r); font-family: var(--font); font-size: 0.9rem; color: var(--dark); outline: none; transition: all 0.2s; margin-bottom: 10px; display: block; }
.quiz-input:focus { border-color: var(--purple); background: var(--white); box-shadow: 0 0 0 3px rgba(108,50,135,0.08); }
.quiz-submit { width: 100%; padding: 15px; background: var(--purple); color: var(--white); border: none; border-radius: var(--r); font-family: var(--font); font-size: 0.9rem; font-weight: 700; cursor: pointer; transition: all 0.2s; margin-top: 4px; }
.quiz-submit:hover { background: var(--purple-dark); }
.quiz-back-btn { background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 0.78rem; font-weight: 600; color: var(--gray-400); padding: 0; margin-top: 12px; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
.quiz-back-btn:hover { color: var(--dark); }

.quiz-success { display: none; text-align: center; padding: 30px 0; }
.quiz-success.show { display: block; }
.quiz-success-ico { width: 56px; height: 56px; border-radius: 50%; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.quiz-success-ico svg { width: 26px; height: 26px; color: var(--green); }
.quiz-success h3 { font-size: 1.3rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.quiz-success p { font-size: 0.875rem; color: var(--gray-500); }

/* ─── SHOP ─── */
.shop { padding: 100px 0; background: var(--white); }
.shop-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; gap: 24px; }
.shop-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 24px; }
.shop-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: all 0.25s; }
.shop-card:hover { border-color: var(--purple); box-shadow: 0 8px 32px rgba(108,50,135,0.1); transform: translateY(-3px); }
.shop-card-main { grid-row: span 2; }
.shop-img { aspect-ratio: 16/9; overflow: hidden; background: var(--gray-100); }
.shop-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.shop-card:hover .shop-img img { transform: scale(1.04); }
.shop-body { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.shop-type { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple); margin-bottom: 8px; }
.shop-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.shop-card-main h3 { font-size: 1.25rem; }
.shop-card p { font-size: 0.83rem; color: var(--gray-500); line-height: 1.65; flex-grow: 1; margin-bottom: 20px; }
.shop-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--gray-200); margin-top: auto; }
.shop-price { font-size: 1.3rem; font-weight: 800; color: var(--dark); }
.shop-card-main .shop-price { font-size: 1.6rem; }
.shop-link { font-size: 0.8rem; font-weight: 700; color: var(--purple); display: flex; align-items: center; gap: 5px; transition: gap 0.2s; }
.shop-link:hover { gap: 8px; }
.shop-link svg { width: 14px; height: 14px; }

/* ─── CERTS CTA ─── */
.certs { padding: 0 0 100px; background: var(--white); }
.certs-box { background: var(--dark); border-radius: var(--r-lg); padding: 48px 52px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.certs-box::after { content: ''; position: absolute; right: -60px; top: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(108,50,135,0.2) 0%, transparent 70%); border-radius: 50%; }
.certs-text h2 { font-size: 1.6rem; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.certs-text p { font-size: 0.875rem; color: rgba(255,255,255,0.45); max-width: 440px; margin-bottom: 24px; }
.cert-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.cert-pill { font-size: 0.75rem; font-weight: 700; padding: 7px 16px; border-radius: 50px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.1); letter-spacing: 0.02em; }
.certs-right { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; position: relative; z-index: 1; }

/* ─── FOOTER ─── */
footer { background: var(--gray-50); border-top: 1px solid var(--gray-200); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 48px; margin-bottom: 44px; }
.footer-logo { font-size: 1.25rem; font-weight: 800; color: var(--dark); letter-spacing: -0.03em; margin-bottom: 12px; }
.footer-logo span { color: var(--purple); }
.footer-desc { font-size: 0.82rem; color: var(--gray-400); line-height: 1.7; max-width: 280px; }
.f-col-title { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); margin-bottom: 16px; }
.f-col ul li { margin-bottom: 10px; }
.f-col ul li a { font-size: 0.83rem; color: var(--gray-500); transition: color 0.2s; font-weight: 500; }
.f-col ul li a:hover { color: var(--purple); }
.newsletter-input-row { display: flex; gap: 0; }
.newsletter-input-row input { flex: 1; padding: 11px 16px; background: var(--white); border: 1px solid var(--gray-200); border-right: none; border-radius: var(--r) 0 0 var(--r); font-family: var(--font); font-size: 0.82rem; outline: none; }
.newsletter-input-row input:focus { border-color: var(--purple); }
.newsletter-input-row button { padding: 11px 18px; background: var(--purple); color: var(--white); border: none; border-radius: 0 var(--r) var(--r) 0; cursor: pointer; font-family: var(--font); font-size: 0.82rem; font-weight: 700; transition: background 0.2s; }
.newsletter-input-row button:hover { background: var(--purple-dark); }
.footer-sub { padding-top: 24px; border-top: 1px solid var(--gray-200); display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 0.75rem; color: var(--gray-400); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.75rem; color: var(--gray-400); transition: color 0.2s; }
.footer-legal a:hover { color: var(--purple); }

/* ─── REVEAL ─── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero::after { display: none; }
  .hero-desc { max-width: 100%; }
  .exp-grid { grid-template-columns: 1fr 1fr; }
  .exp-card-featured { grid-column: span 2; }
  .method-grid { grid-template-columns: 1fr; gap: 48px; }
  .method-right { display: grid; grid-template-columns: repeat(3, 1fr); }
  .method-stat { padding: 0 28px; border-bottom: none; border-right: 1px solid rgba(255,255,255,0.08); }
  .method-stat:last-child { border-right: none; }
  .method-right-label { grid-column: 1 / -1; margin-bottom: 16px; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .shop-card-main { grid-column: span 2; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .certs-box { grid-template-columns: 1fr; }
  .quiz-card { grid-template-columns: 1fr; }
  .quiz-left { padding: 40px 36px; }
}
@media (max-width: 768px) {
  nav.main, .btn-nav, .lang-toggle { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 110px 0 60px; }
  .hero-h1 { font-size: 2.4rem; }
  .hero-badge-float { display: none; }
  .exp-grid { grid-template-columns: 1fr; }
  .exp-card-featured { grid-column: span 1; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card-main { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-sub { flex-direction: column; align-items: flex-start; gap: 12px; }
  .exp-header, .shop-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .method-right { display: flex; flex-direction: column; }
  .method-stat { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.08); border-right: none; }
  .quiz-right { padding: 36px 24px; }
  .certs-box { padding: 36px 28px; }
	.logo-grid { 
        display: grid !important; 
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 24px !important; 
        width: 100%;
    }
    .logo-grid img { max-height: 24px !important; margin: 0 auto !important; }

    /* EKSPERTIZA KARTICE: Prisiljavamo ih da idu jedna ispod druge u punoj širini */
    .exp-grid { 
        display: flex !important; 
        flex-direction: column !important; 
        gap: 24px !important; 
    }
    .exp-card { 
        width: 100% !important; 
    }
  section { padding: 72px 0; }
}
</style>