:root {
--nw-dark: #0a1628;
--nw-blue: #0f4da8;
--nw-cyan: #6aa9ec;
--nw-teal: #35608f;
--nw-light: #f0f4f9;
--nw-font-display: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--nw-font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--nw-font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
} .nw-hero {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: var(--nw-dark);
margin-bottom: 0;
padding: clamp(88px, 11vw, 140px) 0 clamp(80px, 10vw, 120px);
box-sizing: border-box;
}
.nw-hero::after {
content: '';
position: absolute;
left: 0; right: 0; bottom: 0;
height: 1px;
background: rgba(255, 255, 255, 0.12);
}
.nw-hero-bg { display: none; }
.nw-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 820px; margin: 0 auto; }
.nw-hero-badge {
display: inline-flex; align-items: center; gap: 12px;
font-family: var(--nw-font-body);
font-size: 0.74rem; font-weight: 600; color: var(--nw-cyan);
letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 28px;
}
.nw-hero-badge::before,
.nw-hero-badge::after {
content: '';
width: 26px; height: 1px;
background: rgba(106, 169, 236, 0.5);
}
.nw-badge-dot { display: none; }
.nw-hero-title {
font-family: var(--nw-font-display); font-size: clamp(2.1rem, 4.6vw, 3.4rem);
font-weight: 500; color: #ffffff; line-height: 1.08; margin-bottom: 20px; letter-spacing: -0.03em;
text-wrap: balance;
}
.nw-title-accent {
color: #a9d0f8;
}
.nw-hero-desc {
font-family: var(--nw-font-body); font-size: clamp(0.98rem, 1.8vw, 1.1rem);
font-weight: 400; color: rgba(226, 232, 240, 0.78); line-height: 1.8; max-width: 600px; margin: 0 auto;
} .hc {
position: relative;
font-family: var(--nw-font-body);
color: #334155;
background:
radial-gradient(900px 500px at 88% -2%, rgba(106, 169, 236, 0.08), transparent 60%),
radial-gradient(820px 520px at -5% 30%, rgba(15, 77, 168, 0.06), transparent 60%),
linear-gradient(180deg, #f7f9fc 0%, #eef2f8 60%, #eef2f8 100%);
overflow: hidden;
} .hc::before {
content: '';
position: absolute; inset: 0;
background-image: radial-gradient(circle at 1px 1px, rgba(10, 22, 40, 0.045) 1px, transparent 0);
background-size: 24px 24px;
-webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
pointer-events: none; z-index: 0;
}
.hc-inner {
position: relative; z-index: 1;
max-width: 1200px; margin: 0 auto; padding: 72px 28px 96px;
} .hc-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.hc-head-kicker {
display: inline-flex; align-items: center; gap: 9px;
font-family: var(--nw-font-mono); font-size: 0.72rem; font-weight: 500;
letter-spacing: 0.22em; text-transform: uppercase; color: var(--nw-teal);
margin-bottom: 18px;
}
.hc-head-kicker::before {
content: ''; width: 26px; height: 1px;
background: linear-gradient(90deg, transparent, var(--nw-cyan));
}
.hc-head-kicker::after {
content: ''; width: 26px; height: 1px;
background: linear-gradient(90deg, var(--nw-cyan), transparent);
}
.hc-head h2 {
font-family: var(--nw-font-display); font-weight: 600;
font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.15;
letter-spacing: -0.03em; color: var(--nw-dark); margin: 0 0 26px;
}
.hc-head h2 em { font-style: normal; color: var(--nw-blue); }
.hc-search { position: relative; max-width: 600px; margin: 0 auto; }
.hc-search-icon {
position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
width: 21px; height: 21px; color: #98a0ac; stroke-width: 2.2; pointer-events: none; z-index: 2;
}
.hc-search input {
width: 100%; box-sizing: border-box;
font-family: var(--nw-font-body); font-size: 1.04rem; font-weight: 500; color: var(--nw-dark);
background: #ffffff; border: 1px solid #e2e8f1; border-radius: 4px;
padding: 18px 54px 18px 52px; outline: none;
box-shadow: 0 18px 40px -26px rgba(10, 22, 40, 0.5);
transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.hc-search input::placeholder { color: #98a0ac; font-weight: 400; }
.hc-search input:focus {
border-color: rgba(106, 169, 236, 0.55);
box-shadow: 0 0 0 4px rgba(106, 169, 236, 0.12), 0 18px 40px -22px rgba(106, 169, 236, 0.4);
}
.hc-search-clear {
position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
width: 44px; height: 44px; min-width: 44px; min-height: 44px; border: 0; border-radius: 3px;
background: #f0ece4; color: #67707e; cursor: pointer;
display: none; align-items: center; justify-content: center; z-index: 2;
transition: background 0.2s ease, color 0.2s ease;
}
.hc-search-clear:hover { background: #e2e8f1; color: var(--nw-dark); }
.hc-search.has-value .hc-search-clear { display: inline-flex; }
.hc-chips { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 18px; }
.hc-chips-label { font-family: var(--nw-font-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: #98a0ac; margin-right: 4px; }
.hc-chip {
font-family: var(--nw-font-body); font-size: 0.82rem; font-weight: 600;
color: #46505e; background: rgba(255, 255, 255, 0.7); border: 1px solid #e2e8f1;
border-radius: 999px; padding: 10px 14px; min-height: 44px; cursor: pointer;
display: inline-flex; align-items: center;
transition: all 0.2s ease;
}
.hc-chip:hover { color: var(--nw-blue); border-color: rgba(15, 77, 168, 0.35); transform: translateY(-1px); } .hc-layout { display: grid; grid-template-columns: 248px 1fr; gap: 60px; align-items: start; } .hc-rail { position: sticky; top: 96px; align-self: start; }
.hc-rail-title {
font-family: var(--nw-font-mono); font-size: 0.7rem; font-weight: 500;
letter-spacing: 0.2em; text-transform: uppercase; color: #98a0ac;
padding: 0 0 14px 18px; margin-bottom: 6px;
}
.hc-rail-list { position: relative; display: flex; flex-direction: column; } .hc-rail-list::before {
content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px;
background: linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.04));
border-radius: 2px;
}
.hc-rail-item {
position: relative; display: flex; align-items: center; gap: 12px;
padding: 11px 14px 11px 18px; border: 0; background: none; width: 100%;
text-align: left; cursor: pointer; border-radius: 3px;
color: #67707e; transition: color 0.2s ease, background 0.2s ease;
}
.hc-rail-item::before {
content: ''; position: absolute; left: -1px; top: 50%; transform: translateY(-50%) scaleY(0);
width: 4px; height: 22px; border-radius: 4px;
background: linear-gradient(180deg, var(--nw-blue), var(--nw-cyan));
transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.hc-rail-no { font-family: var(--nw-font-mono); font-size: 0.74rem; font-weight: 500; color: #dcd6c9; transition: color 0.2s ease; }
.hc-rail-name { font-size: 0.92rem; font-weight: 600; line-height: 1.3; flex: 1; }
.hc-rail-count {
font-family: var(--nw-font-mono); font-size: 0.68rem; color: #dcd6c9;
background: rgba(15,23,42,0.04); border-radius: 6px; padding: 2px 6px; transition: all 0.2s ease;
}
.hc-rail-item:hover { color: var(--nw-dark); background: rgba(255,255,255,0.6); }
.hc-rail-item:hover .hc-rail-no { color: var(--nw-cyan); }
.hc-rail-item.is-active { color: var(--nw-dark); }
.hc-rail-item.is-active::before { transform: translateY(-50%) scaleY(1); }
.hc-rail-item.is-active .hc-rail-no { color: var(--nw-blue); }
.hc-rail-item.is-active .hc-rail-name { font-weight: 600; }
.hc-rail-item.is-active .hc-rail-count { background: rgba(15, 77, 168,0.1); color: var(--nw-blue); }
.hc-rail-item.is-dim { opacity: 0.35; } .hc-content { min-width: 0; }
.hc-bar {
display: flex; align-items: center; justify-content: space-between; gap: 16px;
padding: 0 2px 14px; margin-bottom: 8px; flex-wrap: wrap;
}
.hc-bar-count { font-family: var(--nw-font-mono); font-size: 0.76rem; letter-spacing: 0.03em; color: #67707e; }
.hc-bar-count strong { color: var(--nw-dark); }
.hc-expand {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--nw-font-body); font-size: 0.82rem; font-weight: 600; color: #46505e;
background: #ffffff; border: 1px solid #e2e8f1; border-radius: 999px; padding: 8px 15px; cursor: pointer;
transition: all 0.2s ease;
}
.hc-expand:hover { color: var(--nw-blue); border-color: rgba(15, 77, 168,0.3); }
.hc-expand svg { width: 14px; height: 14px; stroke-width: 2.4; transition: transform 0.3s ease; }
.hc-expand.all-open svg { transform: rotate(180deg); } .hc-cat { scroll-margin-top: 92px; padding-top: 52px; }
.hc-cat:first-of-type { padding-top: 22px; }
.hc-cat-head { position: relative; display: flex; align-items: flex-start; gap: 22px; margin-bottom: 10px; }
.hc-cat-index {
font-family: var(--nw-font-display); font-weight: 550; font-size: 3.4rem; line-height: 0.82;
letter-spacing: -0.04em; color: rgba(106, 169, 236,0.12);
-webkit-text-stroke: 1.4px rgba(106, 169, 236,0.45); flex-shrink: 0;
transform: translateY(-2px);
}
.hc-cat-meta { padding-top: 4px; min-width: 0; }
.hc-cat-kicker { font-family: var(--nw-font-mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--nw-teal); }
.hc-cat-title {
font-family: var(--nw-font-display); font-weight: 600; font-size: clamp(1.45rem, 2.5vw, 1.95rem);
letter-spacing: -0.03em; color: var(--nw-dark); margin: 6px 0 8px; line-height: 1.12;
}
.hc-cat-sub { font-size: 0.97rem; color: #67707e; line-height: 1.6; max-width: 58ch; margin: 0; } .hc-list { margin-top: 26px; }
.hc-item { border-top: 1px solid rgba(15,23,42,0.09); }
.hc-item:last-child { border-bottom: 1px solid rgba(15,23,42,0.09); }
.hc-item.is-hidden { display: none; }
.hc-q {
display: flex; align-items: center; gap: 18px; width: 100%;
background: none; border: 0; padding: 21px 6px; cursor: pointer; text-align: left;
}
.hc-q-no {
font-family: var(--nw-font-mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.02em;
color: #98a0ac; flex-shrink: 0; width: 30px; padding-top: 2px; transition: color 0.2s ease;
}
.hc-q-text {
flex: 1; min-width: 0; overflow-wrap: break-word;
font-family: var(--nw-font-display); font-weight: 600; font-size: 1.04rem;
letter-spacing: -0.012em; color: var(--nw-dark); line-height: 1.45;
transition: color 0.2s ease;
}
.hc-q-toggle {
flex-shrink: 0; position: relative; width: 44px; height: 44px; border-radius: 50%;
border: 1px solid #d8e0ec; background: #ffffff;
transition: border-color 0.25s ease, background 0.3s ease, transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.hc-q-toggle::before, .hc-q-toggle::after {
content: ''; position: absolute; left: 50%; top: 50%; background: #46505e; border-radius: 2px;
transition: background 0.25s ease, transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.hc-q-toggle::before { width: 11px; height: 1.6px; transform: translate(-50%, -50%); }
.hc-q-toggle::after  { width: 1.6px; height: 11px; transform: translate(-50%, -50%); }
.hc-q:hover .hc-q-no { color: var(--nw-cyan); }
.hc-q:hover .hc-q-text { color: var(--nw-blue); }
.hc-q:hover .hc-q-toggle { border-color: var(--nw-cyan); }
.hc-item.is-open .hc-q-text { color: var(--nw-blue); }
.hc-item.is-open .hc-q-no { color: var(--nw-blue); }
.hc-item.is-open .hc-q-toggle {
border-color: transparent; transform: rotate(180deg);
background: linear-gradient(135deg, var(--nw-blue), var(--nw-cyan));
box-shadow: 0 8px 18px -7px rgba(15, 77, 168,0.6);
}
.hc-item.is-open .hc-q-toggle::before, .hc-item.is-open .hc-q-toggle::after { background: #ffffff; }
.hc-item.is-open .hc-q-toggle::after { transform: translate(-50%, -50%) scaleY(0); }  .hc-a {
display: grid;
grid-template-rows: 0fr;
overflow: hidden;
transition: grid-template-rows 0.32s cubic-bezier(0.16,1,0.3,1);
}
.hc-item.is-open .hc-a { grid-template-rows: 1fr; }
.hc-a > .hc-a-in {
overflow: hidden;
min-height: 0;
}
.hc-a-in {
position: relative;
padding: 0 6px 0 48px;
font-size: 0.99rem;
line-height: 1.78;
color: #3f4d61;
}
.hc-item.is-open .hc-a-in {
padding: 2px 6px 26px 48px;
}
.hc-a-in::before {
content: ''; position: absolute; left: 22px; top: 4px; bottom: 26px; width: 1.5px; border-radius: 2px;
background: linear-gradient(180deg, var(--nw-cyan), rgba(106, 169, 236,0));
opacity: 0;
transition: opacity 0.2s ease;
}
.hc-item.is-open .hc-a-in::before { opacity: 1; }
.hc-a-in p { margin: 0 0 13px; }
.hc-a-in p:last-child { margin-bottom: 0; }
.hc-a-in strong { color: var(--nw-dark); font-weight: 600; }
.hc-a-in a,
.hc-a-in a:link,
.hc-a-in a:visited {
color: var(--nw-blue) !important; font-weight: 600; text-decoration: none !important;
background-image: linear-gradient(180deg, transparent 92%, rgba(15, 77, 168,0.32) 92%);
transition: background-image 0.25s ease;
}
.hc-a-in a:hover,
.hc-a-in a:focus,
.hc-a-in a:active {
color: var(--nw-blue) !important;
background-image: linear-gradient(180deg, transparent 84%, rgba(15, 77, 168,0.5) 84%);
}
.hc-a-in ul { margin: 12px 0 14px; padding: 0; list-style: none; }
.hc-a-in ul li { position: relative; padding-left: 20px; margin-bottom: 9px; list-style: none !important; }
.hc-a-in ul li::marker { content: '' !important; }
.hc-a-in ul li::before {
content: ''; position: absolute; left: 2px; top: 10px; width: 6px; height: 6px; border-radius: 50%;
background: linear-gradient(135deg, var(--nw-blue), var(--nw-cyan));
}
.hc-tag {
display: inline-block; font-family: var(--nw-font-mono); font-size: 0.72rem; font-weight: 600;
color: var(--nw-blue); background: rgba(15, 77, 168,0.08); border-radius: 5px; padding: 2px 8px; margin-right: 6px;
} .hc-note {
display: flex; gap: 11px; margin: 15px 0 4px; padding: 13px 15px; border-radius: 3px;
background: linear-gradient(135deg, rgba(15, 77, 168,0.05), rgba(106, 169, 236,0.05));
border: 1px solid rgba(106, 169, 236,0.18); font-size: 0.92rem; line-height: 1.6;
}
.hc-note svg { flex-shrink: 0; width: 17px; height: 17px; color: var(--nw-blue); margin-top: 2px; stroke-width: 2.2; } .hc-empty { display: none; text-align: center; padding: 56px 24px; max-width: 460px; margin: 0 auto; }
.hc.is-empty .hc-empty { display: block; }
.hc.is-empty .hc-bar { border-color: transparent; }
.hc-empty-icon {
width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 4px; background: #ffffff;
border: 1px solid #e2e8f1; display: flex; align-items: center; justify-content: center; color: #98a0ac;
}
.hc-empty-icon svg { width: 28px; height: 28px; stroke-width: 1.8; }
.hc-empty h3 { font-family: var(--nw-font-display); font-size: 1.2rem; font-weight: 600; color: var(--nw-dark); margin: 0 0 8px; }
.hc-empty p { color: #67707e; font-size: 0.96rem; line-height: 1.6; margin: 0 0 22px; }
.hc-empty-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hc-btn {
display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px;
font-family: var(--nw-font-body); font-size: 0.9rem; font-weight: 600; cursor: pointer;
text-decoration: none !important; border: 0; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hc-btn-primary,
.hc-btn-primary:link,
.hc-btn-primary:visited { background: linear-gradient(135deg, var(--nw-blue), var(--nw-cyan)); color: #fff !important; box-shadow: 0 12px 26px -10px rgba(15, 77, 168,0.5); }
.hc-btn-primary:hover,
.hc-btn-primary:focus,
.hc-btn-primary:active { transform: translateY(-2px); color: #fff !important; }
.hc-btn-ghost,
.hc-btn-ghost:link,
.hc-btn-ghost:visited { background: #fff; color: #46505e !important; border: 1px solid #e2e8f1; }
.hc-btn-ghost:hover,
.hc-btn-ghost:focus,
.hc-btn-ghost:active { color: #46505e !important; } .hc-cta {
margin-top: 80px; padding: 44px;
border-radius: 6px;
background:
radial-gradient(circle at 0 0, rgba(42, 98, 196,0.2), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(45,212,191,0.2), transparent 55%),
linear-gradient(145deg, #020617, #020f2a 40%, #0b1f4a 100%);
color: #e5edff; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
box-shadow: 0 30px 60px -24px rgba(2,12,40,0.7); border: 1px solid rgba(148,163,184,0.22);
position: relative; overflow: hidden;
}
.hc-cta::before {
content: ''; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px;
border: 1px solid rgba(106, 169, 236,0.18); border-radius: 50%;
}
.hc-cta::after {
content: ''; position: absolute; right: 10px; top: 10px; width: 130px; height: 130px;
border: 1px solid rgba(106, 169, 236,0.12); border-radius: 50%;
}
.hc-cta-text { position: relative; z-index: 1; }
.hc-cta-kicker { font-family: var(--nw-font-mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--nw-cyan); }
.hc-cta h3 { font-family: var(--nw-font-display); font-size: 1.45rem; font-weight: 600; color: #fff; margin: 10px 0 8px; letter-spacing: -0.01em; }
.hc-cta p { margin: 0; color: rgba(226,232,240,0.82); font-size: 0.97rem; line-height: 1.6; max-width: 520px; }
.hc-cta-actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; }
.hc-cta-btn {
display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 999px;
font-family: var(--nw-font-body); font-size: 0.94rem; font-weight: 600; white-space: normal; line-height: 1.35; text-align: center;
text-decoration: none !important; border: 0; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hc-cta-btn-primary,
.hc-cta-btn-primary:link,
.hc-cta-btn-primary:visited { background: linear-gradient(135deg, var(--nw-blue), var(--nw-cyan)); color: #fff !important; box-shadow: 0 14px 28px -10px rgba(15, 77, 168,0.55); }
.hc-cta-btn-primary:hover,
.hc-cta-btn-primary:focus,
.hc-cta-btn-primary:active { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(15, 77, 168,0.65); color: #fff !important; }
.hc-cta-btn-ghost,
.hc-cta-btn-ghost:link,
.hc-cta-btn-ghost:visited { background: rgba(255,255,255,0.08); color: #e5edff !important; border: 1px solid rgba(255,255,255,0.2); }
.hc-cta-btn-ghost:hover,
.hc-cta-btn-ghost:focus,
.hc-cta-btn-ghost:active { background: rgba(255,255,255,0.14); transform: translateY(-2px); color: #e5edff !important; }
.hc-cta-btn-wa,
.hc-cta-btn-wa:link,
.hc-cta-btn-wa:visited { background: #25d366; color: #fff !important; box-shadow: 0 14px 28px -10px rgba(37,211,102,0.5); }
.hc-cta-btn-wa:hover,
.hc-cta-btn-wa:focus,
.hc-cta-btn-wa:active { background: #20bd5a; transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(37,211,102,0.6); color: #fff !important; } @keyframes hcRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hc-head, .hc-rail, .hc-bar { animation: hcRise 0.6s cubic-bezier(0.16,1,0.3,1) both; }
.hc-rail { animation-delay: 0.08s; }
.hc-bar { animation-delay: 0.12s; }
@media (prefers-reduced-motion: reduce) {
.hc-head, .hc-rail, .hc-bar { animation: none; }
.hc-a { transition: none; }
} #hc .hc-q {
display: flex !important; width: 100% !important; max-width: 100%;
box-sizing: border-box; min-width: 0; min-height: 0;
white-space: normal !important; text-transform: none !important; letter-spacing: normal;
-webkit-appearance: none; appearance: none;
}
#hc .hc-q-text {
white-space: normal !important; text-transform: none !important;
overflow-wrap: break-word; word-break: break-word; min-width: 0; text-align: left;
}
#hc .hc-cat-title,
#hc .hc-cat-sub {
text-transform: none !important; overflow-wrap: break-word;
}
#hc .hc-a-in,
#hc .hc-a-in p,
#hc .hc-a-in li,
#hc .hc-a-in a {
text-transform: none !important; overflow-wrap: break-word; word-break: break-word;
} @media (max-width: 960px) {
.hc-inner { padding: 56px 18px 80px; }
.hc-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
.hc-rail {
position: sticky; top: 64px; z-index: 20; margin: 0 -18px; min-width: 0;
padding: 12px 4px; background: #f7f9fc;
border-bottom: 1px solid rgba(15,23,42,0.07);
}
.hc-rail-title { display: none; }
.hc-rail-list { flex-direction: row; overflow-x: auto; gap: 6px; padding: 0 14px; scrollbar-width: none; }
.hc-rail-list::-webkit-scrollbar { display: none; }
.hc-rail-list::before { display: none; }
.hc-rail-item { flex-shrink: 0; width: auto; min-height: 44px; padding: 10px 16px; border-radius: 999px; border: 1px solid #e2e8f1; background: #fff; gap: 8px; }
.hc-rail-item::before { display: none; }
.hc-rail-name { white-space: nowrap; }
.hc-rail-count { display: none; }
.hc-rail-item.is-active { background: linear-gradient(135deg, rgba(15, 77, 168,0.1), rgba(106, 169, 236,0.1)); border-color: rgba(15, 77, 168,0.3); }
.hc-cat:first-of-type { padding-top: 28px; }
.hc-cat-index { font-size: 2.6rem; }
.hc-cta { grid-template-columns: 1fr; padding: 30px; }
.hc-cta-actions { width: 100%; flex-wrap: wrap; }
.hc-cta-btn { flex: 1 1 100%; justify-content: center; white-space: normal; line-height: 1.35; }
}
@media (max-width: 560px) {
.hc-cat-head { gap: 14px; }
.hc-cat-index { font-size: 2.1rem; }
.hc-q { gap: 12px; padding: 18px 2px; }
.hc-q-no { width: 26px; font-size: 0.68rem; }
.hc-q-text { font-size: 0.98rem; }
.hc-a-in { padding-left: 32px; }
.hc-item.is-open .hc-a-in { padding-left: 32px; }
.hc-a-in::before { left: 12px; }
}