.visiting-cards-page{min-height:100vh;background:var(--paper);color:var(--ink)}.vc-hero{position:relative;background:var(--paper);border-bottom:1px solid var(--line-strong)}.vc-hero-inner{max-width:1400px;margin:0 auto;padding:clamp(48px,8vw,96px) 32px}.vc-hero--tight .vc-hero-inner{padding:clamp(36px,6vw,60px) 32px clamp(32px,5vw,48px)}.vc-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:22px;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--grey)}.vc-breadcrumb a{color:var(--grey);text-decoration:none}.vc-breadcrumb a:hover{color:var(--reg-blue)}.vc-breadcrumb .current{color:var(--ink);font-weight:600}.vc-back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:18px}.vc-back-link:hover{color:var(--reg-blue)}.vc-hero-title{margin-top:18px;font-family:var(--font-display);font-weight:800;font-stretch:112%;line-height:1.02;letter-spacing:-.02em;font-size:clamp(2.6rem,7vw,4.8rem);text-transform:uppercase}.vc-hero-title--sm{font-size:clamp(2rem,5.5vw,3.4rem);text-transform:none}.vc-hero-sub{margin-top:16px;max-width:52ch;font-size:1.08rem;line-height:1.65;color:var(--ink-soft)}.vc-section{border-bottom:1px solid var(--line-strong);background:var(--paper)}.vc-section:last-child{border-bottom:none}.vc-section-inner{max-width:1400px;margin:0 auto;padding:clamp(48px,7vw,88px) 32px}.vc-section-header{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:36px}.vc-section-title{font-size:clamp(1.9rem,4.5vw,2.9rem);line-height:1.05}.category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--ink-soft)}.category-placeholder svg{width:44px;height:44px}.category-content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.featured-badge{flex-shrink:0;font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:var(--paper-2);border:1px solid var(--line-strong);padding:3px 6px}.category-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--line)}.category-price{display:inline-flex;align-items:baseline;gap:6px;font-family:var(--font-mono);font-size:1.05rem;font-weight:600;color:var(--ink)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-strong)}.feature-card{display:flex;flex-direction:column;gap:14px;padding:26px 24px;border-right:1px solid var(--line)}.feature-card:nth-child(4n){border-right:none}.feature-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;color:var(--safety-orange);background:var(--paper-2);border:1px solid var(--line-strong)}.feature-icon svg{width:22px;height:22px}.feature-card h3{font-family:var(--font-display);font-stretch:112%;font-weight:800;font-size:1.08rem}.feature-card p{font-size:.9rem;line-height:1.55;color:var(--ink-soft);margin:0}.page-loader{min-height:70vh;display:flex;align-items:center;justify-content:center;background:var(--paper)}.loader{width:42px;height:42px;border:3px solid var(--line);border-top-color:var(--ink);border-radius:0;animation:vc-spin .9s linear infinite}@keyframes vc-spin{to{transform:rotate(1turn)}}.vc-center{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:48px 20px;text-align:center;background:var(--paper)}.vc-center-title{font-size:clamp(1.6rem,4vw,2.2rem)}.vc-empty{border:1px solid var(--line);background:var(--paper-2);padding:48px 24px;text-align:center}.vc-empty p{color:var(--ink-soft)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(2n){border-right:none}.feature-card:nth-child(n+3){border-top:1px solid var(--line)}}@media (max-width:640px){.vc-hero-inner,.vc-section-inner{padding-left:18px;padding-right:18px}.features-grid{grid-template-columns:1fr}.feature-card,.feature-card:nth-child(2n),.feature-card:nth-child(4n){border-right:none}.feature-card+.feature-card{border-top:1px solid var(--line)}}