/* ══ components.css — Envision Consultancy ════════════════ */

/* ══ PUBLIC HERO ═══════════════════════════════════════════ */
.pub-hero { background:var(--navy); padding:80px 48px 64px; text-align:center; position:relative; overflow:hidden; }
.pub-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 65% 40%,rgba(184,148,58,.14) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 15% 80%,rgba(184,148,58,.08) 0%,transparent 60%); }
.pub-hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(184,148,58,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(184,148,58,.06) 1px,transparent 1px); background-size:50px 50px; }
.pub-hero-content { position:relative; z-index:2; max-width:680px; margin:0 auto; }
.pub-eyebrow { font-family:'DM Mono',monospace; font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:18px; display:inline-flex; align-items:center; gap:10px; }
.pub-eyebrow::before,.pub-eyebrow::after { content:''; width:24px; height:1px; background:var(--gold); opacity:.6; }
.pub-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(34px,5vw,58px); font-weight:300; color:#fff; margin-bottom:16px; }
.pub-hero h1 em { color:var(--gold); font-style:italic; }
.pub-hero-sub { font-size:15px; font-weight:300; color:rgba(255,255,255,.55); line-height:1.85; margin-bottom:32px; max-width:520px; margin-left:auto; margin-right:auto; }
.pub-hero-cta { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ══ PUBLIC SECTIONS ════════════════════════════════════════ */
.pub-section { padding:64px 48px; }
.pub-section-inner { max-width:1180px; margin:0 auto; }
.pub-section-hd { margin-bottom:40px; }
.pub-eye { font-family:'DM Mono',monospace; font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:10px; display:flex; align-items:center; gap:10px; }
.pub-eye::before { content:''; width:22px; height:1.5px; background:var(--gold); opacity:.6; }
.pub-section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(24px,3vw,40px); font-weight:600; color:var(--navy); margin-bottom:8px; }
.pub-section-sub { font-size:13px; color:var(--muted); max-width:500px; line-height:1.8; }

/* ══ SERVICE CARDS (home/inquiry selectable) ════════════════ */
.svc-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:16px; }
.svc-card { background:var(--surface); border:2px solid var(--border); border-radius:var(--radius); padding:24px 18px; transition:var(--transition); position:relative; overflow:hidden; cursor:pointer; box-shadow:var(--shadow); }
.svc-card::after { content:''; position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(90deg,var(--gold),var(--gold-lt)); transform:scaleX(0); transform-origin:left; transition:transform .3s ease; }
.svc-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:var(--gold); }
.svc-card:hover::after { transform:scaleX(1); }
.svc-card.selected { border-color:var(--gold); background:var(--gold-pale); }
.svc-card.selected::after { transform:scaleX(1); }
.svc-tick { position:absolute; top:10px; right:10px; width:22px; height:22px; border-radius:50%; background:var(--gold); color:var(--navy); display:none; align-items:center; justify-content:center; font-size:11px; font-weight:700; }
.svc-card.selected .svc-tick { display:flex; }
.svc-icon { margin-bottom:12px; display:block; }
.svc-icon svg { display:block; }
.svc-name { font-family:'Cormorant Garamond',serif; font-size:16px; font-weight:600; margin-bottom:6px; color:var(--navy); }
.svc-desc { font-size:12px; color:var(--muted); line-height:1.7; }
.svc-card-link { display:block; text-decoration:none; }
.svc-link-arrow { font-size:12px; color:var(--gold); margin-top:10px; font-weight:600; opacity:0; transition:var(--transition); }
.svc-card-link:hover .svc-link-arrow { opacity:1; }

/* ══ INQUIRY FORM ═══════════════════════════════════════════ */
.inq-layout { display:grid; grid-template-columns:1fr 1.6fr; gap:52px; align-items:start; }
.inq-left-title { font-family:'Cormorant Garamond',serif; font-size:clamp(20px,2.5vw,32px); font-weight:600; color:var(--navy); margin-bottom:12px; }
.inq-left-sub { font-size:13px; color:var(--muted); line-height:1.85; margin-bottom:24px; }
.inq-feat { display:flex; gap:12px; margin-bottom:14px; align-items:flex-start; }
.inq-feat-icon { width:38px; height:38px; border-radius:9px; background:var(--gold-pale); border:2px solid rgba(184,148,58,.3); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.inq-feat-text strong { display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:2px; }
.inq-feat-text span { font-size:12px; color:var(--muted); }
.inq-form-wrap { background:var(--bg); border-radius:var(--radius); padding:28px; border:2px solid var(--border-md); box-shadow:var(--shadow); }
.svc-summary { background:var(--gold-pale); border:2px solid rgba(184,148,58,.4); border-radius:7px; padding:10px 14px; margin-bottom:16px; font-size:12px; color:var(--slate); display:none; }
.svc-summary strong { color:var(--gold); }

/* ══ INQUIRY STEP CARDS ═════════════════════════════════════ */
.inq-step-card { background:var(--surface); border:2px solid var(--border-md); border-radius:var(--radius); padding:26px 28px; margin-bottom:18px; box-shadow:var(--shadow); }
.inq-step-header { display:flex; align-items:center; gap:14px; margin-bottom:4px; }
.inq-step-num { width:34px; height:34px; border-radius:50%; background:var(--navy); color:var(--gold); display:flex; align-items:center; justify-content:center; font-family:'DM Mono',monospace; font-size:14px; font-weight:700; flex-shrink:0; border:2px solid rgba(184,148,58,.4); }
.inq-step-title { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:600; color:var(--navy); }
.inq-step-sub { font-size:12px; color:var(--muted); margin-top:1px; }
.inq-step-badge { margin-left:auto; background:var(--gold); color:var(--navy); font-size:11px; font-weight:700; padding:3px 10px; border-radius:12px; font-family:'DM Mono',monospace; display:none; }

/* ══ INQUIRY SERVICE CARDS ══════════════════════════════════ */
.inq-svc-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:16px; }
.inq-svc-card { background:var(--surface); border:2px solid var(--border-md); border-radius:9px; padding:16px 14px 14px; cursor:pointer; transition:all .2s ease; position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:flex-start; gap:10px; box-shadow:0 1px 4px rgba(27,42,74,.06); }
.inq-svc-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--gold),var(--gold-lt)); transform:scaleX(0); transform-origin:left; transition:transform .25s ease; }
.inq-svc-card:hover { border-color:var(--gold); transform:translateY(-2px); box-shadow:0 6px 20px rgba(27,42,74,.1); }
.inq-svc-card:hover::before,.inq-svc-card.selected::before { transform:scaleX(1); }
.inq-svc-card.selected { border-color:var(--gold); background:var(--gold-pale); }
.inq-svc-tick { position:absolute; top:9px; right:9px; width:20px; height:20px; border-radius:50%; background:var(--gold); color:var(--navy); display:none; align-items:center; justify-content:center; font-size:10px; font-weight:800; }
.inq-svc-card.selected .inq-svc-tick { display:flex; }
.inq-svc-icon { width:38px; height:38px; border-radius:8px; background:var(--gold-pale); border:1.5px solid rgba(184,148,58,.3); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all .2s ease; }
.inq-svc-card:hover .inq-svc-icon,.inq-svc-card.selected .inq-svc-icon { background:var(--gold); border-color:var(--gold-lt); }
.inq-svc-card:hover .inq-svc-icon svg path,.inq-svc-card:hover .inq-svc-icon svg rect,.inq-svc-card:hover .inq-svc-icon svg line,.inq-svc-card:hover .inq-svc-icon svg circle,.inq-svc-card:hover .inq-svc-icon svg polyline,
.inq-svc-card.selected .inq-svc-icon svg path,.inq-svc-card.selected .inq-svc-icon svg rect,.inq-svc-card.selected .inq-svc-icon svg line,.inq-svc-card.selected .inq-svc-icon svg circle,.inq-svc-card.selected .inq-svc-icon svg polyline { stroke:var(--navy); }
.inq-svc-name { font-family:'Cormorant Garamond',serif; font-size:15px; font-weight:600; color:var(--navy); line-height:1.2; }

/* Inquiry submit row */
.inq-submit-row { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; padding:16px 0 4px; }
.inq-submit-note { font-size:12px; color:var(--muted); max-width:380px; line-height:1.7; }
.inq-success { background:#d1f2e4; border:2px solid #7ec8a0; border-left:5px solid var(--success); border-radius:10px; padding:20px 22px; margin-bottom:28px; font-size:14px; color:var(--success); }
.inq-error   { background:#fde8e8; border:2px solid #e8a0a0; border-left:5px solid var(--danger);  border-radius:10px; padding:14px 18px; margin-bottom:20px; font-size:13px; color:var(--danger); }

/* ══ STATS BAR ══════════════════════════════════════════════ */
.hero-stats-bar { background:var(--navy); border-top:2px solid rgba(255,255,255,.08); display:grid; grid-template-columns:repeat(4,1fr); }
.hero-stat { padding:32px 24px; text-align:center; border-right:1.5px solid rgba(255,255,255,.1); transition:background .25s; }
.hero-stat:last-child { border-right:none; }
.hero-stat:hover { background:rgba(184,148,58,.08); }
.hero-stat-num { font-family:'Cormorant Garamond',serif; font-size:44px; font-weight:600; color:var(--gold); line-height:1; margin-bottom:6px; }
.hero-stat-label { font-size:11px; color:rgba(255,255,255,.45); letter-spacing:1.5px; text-transform:uppercase; }

/* ══ ENGAGEMENT / SPECIALIST CARDS ═════════════════════════ */
.eng-card { background:var(--surface); border:2px solid var(--border); border-radius:var(--radius); padding:20px; margin-bottom:14px; transition:var(--transition); border-left:5px solid var(--border); box-shadow:var(--shadow); }
.eng-card:hover { box-shadow:var(--shadow-md); border-left-color:var(--gold); border-color:var(--border-md); }
.eng-card-header { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:10px; }
.eng-card-title { font-size:15px; font-weight:600; font-family:'Cormorant Garamond',serif; color:var(--navy); }
.eng-card-meta { font-size:11px; color:var(--muted); margin-top:3px; font-family:'DM Mono',monospace; }
.eng-card-badges { display:flex; gap:5px; flex-wrap:wrap; flex-shrink:0; }
.eng-card-body { font-size:13px; color:var(--muted); line-height:1.7; margin-bottom:12px; }
.eng-card-footer { display:flex; gap:7px; flex-wrap:wrap; }
.spec-card { background:var(--surface); border:2px solid var(--border); border-radius:var(--radius); padding:20px; display:flex; gap:14px; transition:var(--transition); box-shadow:var(--shadow); }
.spec-card:hover { box-shadow:var(--shadow-md); border-color:var(--gold); }
.spec-av { width:52px; height:52px; border-radius:50%; flex-shrink:0; background:linear-gradient(135deg,var(--gold),var(--gold-lt)); display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:700; color:var(--navy); border:2.5px solid var(--gold-lt); }
.spec-name { font-size:15px; font-weight:600; font-family:'Cormorant Garamond',serif; }
.spec-hl { font-size:12px; color:var(--muted); margin:2px 0 8px; }
.spec-chips { display:flex; gap:5px; flex-wrap:wrap; }
.spec-chip { font-size:10px; padding:3px 9px; border-radius:10px; background:rgba(184,148,58,.1); color:var(--gold); border:1.5px solid rgba(184,148,58,.35); font-family:'DM Mono',monospace; }
.avail-dot { display:inline-block; width:8px; height:8px; border-radius:50%; margin-right:4px; }
.avail-available { background:var(--success); }
.avail-busy { background:var(--warning); }
.avail-unavailable { background:var(--muted); }

/* ══ EXPERTISE / ROLE PICKERS ═══════════════════════════════ */
.expertise-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:8px; }
.exp-chip { display:block; cursor:pointer; }
.exp-chip input { display:none; }
.exp-chip span { display:block; padding:8px 12px; border:2px solid var(--border); border-radius:20px; font-size:12px; font-weight:500; color:var(--muted); transition:var(--transition); text-align:center; }
.exp-chip input:checked ~ span { background:var(--gold); color:var(--navy); border-color:var(--gold-lt); }
.exp-chip span:hover { border-color:var(--gold); color:var(--gold); background:var(--gold-pale); }
.role-picker { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:16px; }
.role-pick-radio { display:none; }
.role-pick-radio + label { display:flex; flex-direction:column; align-items:center; gap:6px; padding:14px 8px; border:2px solid var(--border-md); border-radius:9px; cursor:pointer; font-size:12px; font-weight:600; color:var(--muted); transition:var(--transition); text-align:center; }
.role-pick-radio + label .ri { font-size:22px; }
.role-pick-radio:checked + label,.role-pick-radio + label:hover { border-color:var(--gold); color:var(--gold); background:var(--gold-pale); }

/* ══ AUTH PAGE ══════════════════════════════════════════════ */
.login-page { background:var(--bg); }
.auth-page-wrap { display:grid; grid-template-columns:1fr 1fr; min-height:100vh; padding-top:var(--nav-h); }
.auth-left-panel { background:var(--navy); position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:60px 52px; }
.auth-left-bg { position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 70% 40%,rgba(184,148,58,.15) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 10% 80%,rgba(184,148,58,.08) 0%,transparent 60%); }
.auth-left-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(184,148,58,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(184,148,58,.05) 1px,transparent 1px); background-size:50px 50px; }
.auth-left-content { position:relative; z-index:2; }
.auth-left-brand { font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:600; color:var(--gold); margin-bottom:28px; letter-spacing:.5px; }
.auth-left-brand span { color:#fff; font-weight:300; }
.auth-left-title { font-family:'Cormorant Garamond',serif; font-size:clamp(30px,3.5vw,48px); font-weight:300; color:#fff; line-height:1.15; margin-bottom:16px; }
.auth-left-title em { color:var(--gold); font-style:italic; }
.auth-left-sub { color:rgba(255,255,255,.5); font-size:14px; line-height:1.8; margin-bottom:32px; }
.auth-left-services { display:flex; flex-direction:column; gap:11px; margin-bottom:32px; }
.auth-left-svc { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.65); font-size:13px; }
.auth-left-svc-dot { color:var(--gold); font-size:10px; flex-shrink:0; }
.auth-left-links { display:flex; gap:10px; flex-wrap:wrap; margin-top:8px; }
.auth-right-panel { display:flex; align-items:center; justify-content:center; padding:48px 40px; background:var(--bg); overflow-y:auto; }
.auth-box { width:100%; max-width:440px; }
.auth-tabs { display:flex; border-bottom:2px solid var(--border-md); margin-bottom:28px; }
.auth-tab { flex:1; padding:12px 10px; font-size:13px; font-weight:600; background:none; border:none; cursor:pointer; color:var(--muted); border-bottom:3px solid transparent; margin-bottom:-2px; transition:var(--transition); font-family:'DM Sans',sans-serif; text-align:center; }
.auth-tab:hover { color:var(--navy); background:rgba(184,148,58,.05); }
.auth-tab.active { color:var(--gold); border-bottom-color:var(--gold); background:rgba(184,148,58,.06); }
.auth-panel { display:none; }
.auth-panel.active { display:block; }
.auth-panel-title { font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:600; color:var(--navy); margin-bottom:4px; margin-top:4px; }
.auth-panel-sub { font-size:13px; color:var(--muted); margin-bottom:22px; }
.auth-notice { padding:12px 15px; border-radius:7px; font-size:13px; font-weight:500; margin-bottom:18px; border-left:4px solid; }
.auth-notice-error   { background:#fde8e8; color:var(--danger); border-color:var(--danger); border-top:1.5px solid #e8a0a0; border-right:1.5px solid #e8a0a0; border-bottom:1.5px solid #e8a0a0; }
.auth-notice-warning { background:#fef3cd; color:var(--warning); border-color:var(--warning); border-top:1.5px solid #e0b870; border-right:1.5px solid #e0b870; border-bottom:1.5px solid #e0b870; }
.auth-notice-success { background:#d1f2e4; color:var(--success); border-color:var(--success); border-top:1.5px solid #7ec8a0; border-right:1.5px solid #7ec8a0; border-bottom:1.5px solid #7ec8a0; }
.auth-switch-link { font-size:12px; color:var(--muted); margin-top:16px; text-align:center; line-height:1.8; }
.auth-switch-link a { color:var(--gold); font-weight:600; }
.auth-mini-tabs { display:flex; border-bottom:2px solid var(--border); margin-bottom:22px; }
.auth-mini-tab { padding:9px 16px; font-size:13px; font-weight:600; background:none; border:none; cursor:pointer; color:var(--muted); border-bottom:2.5px solid transparent; margin-bottom:-2px; transition:var(--transition); font-family:'DM Sans',sans-serif; }
.auth-mini-tab.active { color:var(--gold); border-bottom-color:var(--gold); }
.auth-card { background:var(--surface); border:2px solid var(--border); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.auth-card-hd { background:var(--navy); padding:18px 24px; display:flex; align-items:center; gap:12px; border-bottom:2px solid rgba(184,148,58,.25); }
.auth-card-hd-icon { font-size:22px; }
.auth-card-hd-title { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:600; color:#fff; }
.auth-card-hd-sub { font-size:12px; color:rgba(255,255,255,.45); margin-top:2px; }
.auth-card-body { padding:24px; }
.auth-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:900px; margin:0 auto; }
.access-denied { background:#fde8e8; border:2px solid #e8a0a0; border-left:5px solid var(--danger); border-radius:var(--radius); padding:18px 22px; display:flex; align-items:center; gap:12px; color:var(--danger); font-size:14px; margin-bottom:20px; }

/* ══ SERVICES PAGE ══════════════════════════════════════════ */
.svc-hero { background:var(--navy); padding:110px 48px 72px; text-align:center; position:relative; overflow:hidden; }
.svc-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 65% 40%,rgba(184,148,58,.14) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(184,148,58,.07) 0%,transparent 60%); }
.svc-hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(184,148,58,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(184,148,58,.06) 1px,transparent 1px); background-size:50px 50px; }
.svc-hero-inner { position:relative; z-index:2; max-width:700px; margin:0 auto; }
.svc-hero-eyebrow { font-family:'DM Mono',monospace; font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:16px; display:inline-flex; align-items:center; gap:10px; }
.svc-hero-eyebrow::before,.svc-hero-eyebrow::after { content:''; width:24px; height:1.5px; background:var(--gold); opacity:.6; }
.svc-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(36px,5vw,62px); font-weight:300; color:#fff; line-height:1.1; margin-bottom:16px; }
.svc-hero h1 em { color:var(--gold); font-style:italic; }
.svc-hero p { color:rgba(255,255,255,.55); font-size:15px; line-height:1.85; max-width:500px; margin:0 auto 32px; }
.svc-hero-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.why-strip { background:var(--surface); border-top:2px solid var(--border); border-bottom:2px solid var(--border); padding:44px 48px; }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; max-width:1160px; margin:0 auto; }
.why-item { display:flex; gap:14px; align-items:flex-start; }
.why-icon { width:46px; height:46px; border-radius:10px; flex-shrink:0; background:var(--gold-pale); border:2px solid rgba(184,148,58,.3); display:flex; align-items:center; justify-content:center; }
.why-title { font-family:'Cormorant Garamond',serif; font-size:17px; font-weight:600; color:var(--navy); margin-bottom:4px; }
.why-desc  { font-size:12px; color:var(--muted); line-height:1.7; }
.services-section { padding:72px 48px 56px; max-width:1200px; margin:0 auto; }
.section-header { text-align:center; margin-bottom:52px; }
.section-eyebrow { font-family:'DM Mono',monospace; font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:12px; display:flex; align-items:center; justify-content:center; gap:12px; }
.section-eyebrow::before,.section-eyebrow::after { content:''; width:28px; height:1.5px; background:var(--gold); opacity:.6; }
.section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(28px,3.5vw,46px); font-weight:600; color:var(--navy); line-height:1.15; }
.section-title em { color:var(--gold); font-style:italic; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:22px; }
.service-card { background:var(--surface); border:2px solid var(--border-md); border-radius:10px; padding:30px 24px 24px; position:relative; overflow:hidden; transition:all .24s ease; display:flex; flex-direction:column; box-shadow:var(--shadow); }
.service-card::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(90deg,var(--gold),var(--gold-lt)); transform:scaleX(0); transform-origin:left; transition:transform .3s ease; }
.service-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); border-color:var(--gold); }
.service-card:hover::before { transform:scaleX(1); }
.service-icon-box { width:52px; height:52px; border-radius:12px; margin-bottom:18px; background:var(--gold-pale); border:2px solid rgba(184,148,58,.3); display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.service-card:hover .service-icon-box { background:var(--gold); border-color:var(--gold-lt); }
.service-icon-box svg { display:block; }
.service-card:hover .service-icon-box svg path,.service-card:hover .service-icon-box svg rect,.service-card:hover .service-icon-box svg circle,.service-card:hover .service-icon-box svg polyline,.service-card:hover .service-icon-box svg line { stroke:var(--navy); }
.service-name { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:600; color:var(--navy); margin-bottom:10px; line-height:1.2; }
.service-desc { font-size:13px; color:var(--muted); line-height:1.78; flex:1; margin-bottom:20px; }
.service-footer { display:flex; align-items:center; justify-content:space-between; gap:8px; padding-top:16px; border-top:2px solid var(--border); margin-top:auto; }
.service-tag { font-family:'DM Mono',monospace; font-size:10px; font-weight:600; letter-spacing:.5px; text-transform:uppercase; padding:4px 10px; border-radius:12px; background:rgba(184,148,58,.12); color:var(--gold); border:1.5px solid rgba(184,148,58,.35); }
.service-cta { font-size:12px; font-weight:600; color:var(--gold); text-decoration:none; white-space:nowrap; opacity:0; transition:opacity .22s ease; }
.service-card:hover .service-cta { opacity:1; }
.cta-band { background:var(--navy); border:2px solid rgba(184,148,58,.25); border-radius:12px; padding:56px 48px; text-align:center; margin:8px auto 72px; max-width:1160px; position:relative; overflow:hidden; }
.cta-band::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 60% at 70% 30%,rgba(184,148,58,.16) 0%,transparent 70%); }
.cta-band-inner { position:relative; z-index:2; }
.cta-band h3 { font-family:'Cormorant Garamond',serif; font-size:clamp(26px,3vw,40px); font-weight:300; color:#fff; margin-bottom:12px; }
.cta-band h3 em { color:var(--gold); font-style:italic; }
.cta-band p { color:rgba(255,255,255,.5); font-size:14px; line-height:1.8; max-width:480px; margin:0 auto 28px; }
.cta-band-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ══ INQUIRY HERO ════════════════════════════════════════════ */
.inq-hero { background:var(--navy); padding:110px 48px 60px; text-align:center; position:relative; overflow:hidden; }
.inq-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 60% 40%,rgba(184,148,58,.14) 0%,transparent 70%); }
.inq-hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(184,148,58,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(184,148,58,.05) 1px,transparent 1px); background-size:50px 50px; }
.inq-hero-inner { position:relative; z-index:2; max-width:640px; margin:0 auto; }
.inq-hero-eyebrow { font-family:'DM Mono',monospace; font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:14px; display:inline-flex; align-items:center; gap:10px; }
.inq-hero-eyebrow::before,.inq-hero-eyebrow::after { content:''; width:24px; height:1.5px; background:var(--gold); opacity:.6; }
.inq-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(32px,5vw,56px); font-weight:300; color:#fff; line-height:1.1; margin-bottom:14px; }
.inq-hero h1 em { color:var(--gold); font-style:italic; }
.inq-hero p { color:rgba(255,255,255,.55); font-size:14px; line-height:1.85; max-width:480px; margin:0 auto; }

/* ══ RESPONSIVE — single consolidated block ═══════════════ */
@media (max-width:1024px) { .auth-page-wrap { grid-template-columns:1fr 1.2fr; } }

@media (max-width:900px) {
  .hero-stats-bar { grid-template-columns:1fr 1fr; }
  .why-grid { grid-template-columns:1fr 1fr; }
  .auth-grid { grid-template-columns:1fr; }
  .inq-svc-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:768px) {
  /* Public sections */
  .pub-section { padding:48px 20px; }
  .pub-hero { padding:60px 20px 48px; }
  .inq-layout { grid-template-columns:1fr; gap:24px; }
  .svc-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .svc-card { padding:16px 14px; }
  .inq-step-card { padding:18px 16px; }
  .inq-form-wrap { padding:18px 16px; }
  .inq-svc-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  /* Services page */
  .svc-hero { padding:90px 20px 48px; }
  .svc-hero h1 { font-size:32px; }
  .svc-hero-btns { flex-direction:column; align-items:center; }
  .svc-hero-btns .btn { width:100%; max-width:280px; justify-content:center; }
  .why-strip { padding:28px 16px; }
  .why-grid { grid-template-columns:1fr 1fr; gap:18px; }
  .services-section { padding:36px 16px 32px; }
  .services-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .service-card { padding:20px 16px 16px; }
  .cta-band { margin:0 16px 40px; padding:30px 20px; }
  .cta-band-btns { flex-direction:column; align-items:center; }
  .cta-band-btns .btn { width:100%; max-width:280px; justify-content:center; }
  /* Inquiry hero */
  .inq-hero { padding:90px 20px 48px; }
  .inq-submit-row { flex-direction:column; align-items:stretch; }
  .inq-submit-row .btn { width:100%; justify-content:center; }
  /* Auth */
  .auth-page-wrap { grid-template-columns:1fr; }
  .auth-left-panel { display:none; }
  .auth-right-panel { padding:90px 20px 40px; align-items:flex-start; min-height:100vh; }
  .auth-box { max-width:100%; }
  .auth-tab { padding:10px 4px; font-size:11px; }
  .auth-grid { grid-template-columns:1fr; }
  /* Cards */
  .eng-card { padding:14px; }
  .eng-card-header { flex-direction:column; gap:8px; }
  .spec-card { flex-direction:column; }
  /* Footer */
  .site-footer { padding:36px 20px 0; }
  .footer-inner { grid-template-columns:1fr; gap:28px; }
  .footer-cols  { grid-template-columns:1fr 1fr; gap:16px; }
}

@media (max-width:480px) {
  .services-grid { grid-template-columns:1fr; }
  .inq-svc-grid { grid-template-columns:repeat(2,1fr); gap:8px; }
  .why-grid { grid-template-columns:1fr; }
  .footer-cols { grid-template-columns:1fr; }
  .hero-stats-bar { grid-template-columns:1fr 1fr; }
  .svc-count-badge { display:none; }
}
/* ══ FOOTER CONTACT LINKS ═══════════════════════════════════ */
.footer-contact a {
  color: var(--gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: inherit;
  transition: var(--transition);
}
.footer-contact a:hover {
  color: var(--gold-lt);
  text-decoration: underline;
}


