/* HRC Contact Page - Design System */
.hrc-page * { box-sizing: border-box; }
.hrc-page { font-family: 'Figtree', sans-serif; color: #112337; line-height: 1.6; }
.hrc-page a { color: inherit; text-decoration: none; }

/* ─── TOP BAR ─── */
.site-topbar { background: #5E88B5; padding: 7px 40px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.site-topbar a { color: rgba(255,255,255,0.9); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 6px; transition: color 0.15s; }
.site-topbar a:hover { color: #fff; }
.topbar-icon { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.85; }
.topbar-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.3); }
.topbar-social { display: flex; align-items: center; gap: 12px; margin-left: 4px; }
.topbar-social a { opacity: 0.8; }
.topbar-social a:hover { opacity: 1; }
.topbar-social svg { width: 14px; height: 14px; }

/* ─── NAV ─── */
.site-nav { background: #fff; border-bottom: 1px solid #e8f0f8; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 72px; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(17,35,55,0.06); }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 46px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: #112337; padding: 6px 13px; border-radius: 5px; transition: background 0.15s, color 0.15s; display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.nav-links a:hover { background: #DEEEFF; color: #112337; }
.nav-links a.active { color: #5E88B5; font-weight: 600; }
.nav-chevron { width: 10px; height: 10px; opacity: 0.5; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-icon-btn { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #3d5a73; transition: background 0.15s, color 0.15s; }
.nav-icon-btn:hover { background: #DEEEFF; color: #5E88B5; }
.nav-icon-btn svg { width: 18px; height: 18px; }
.nav-search-btn { width: 36px; height: 36px; border-radius: 50%; background: #112337; display: flex; align-items: center; justify-content: center; color: white; transition: background 0.15s; }
.nav-search-btn:hover { background: #5E88B5; }
.nav-search-btn svg { width: 16px; height: 16px; }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 6px; font-family: 'Figtree', sans-serif; font-size: 15px; font-weight: 600; border: 2px solid transparent; cursor: pointer; transition: all 0.18s; text-decoration: none; }
.btn-primary { background: #5E88B5; color: #fff; border-color: #5E88B5; }
.btn-primary:hover { background: #4a729f; border-color: #4a729f; }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.85); }
.btn-outline { background: transparent; color: #112337; border-color: #d4e4f4; }
.btn-outline:hover { border-color: #5E88B5; color: #5E88B5; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ─── HERO ─── */
.hero { background: linear-gradient(rgba(17,35,55,0.72), rgba(17,35,55,0.72)), url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=1600&q=80') center top/cover no-repeat; background-color: #1c3a55; padding: 80px 40px; }
.hero-inner { max-width: 1140px; margin: 0 auto; }
.hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #DEEEFF; margin-bottom: 18px; opacity: 0.85; }
.hero h1 { font-size: clamp(44px, 5.5vw, 68px); font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.01em; }
.hero-sub { font-size: 17px; color: rgba(222,238,255,0.78); max-width: 500px; margin-bottom: 32px; line-height: 1.65; font-weight: 400; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-klarna { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; padding: 7px 14px; margin-bottom: 20px; }
.hero-klarna .klarna-logo-sm { font-size: 11px; font-weight: 900; color: #17120E; background: #FFB3D1; padding: 2px 8px 3px; border-radius: 4px; letter-spacing: -0.01em; }
.hero-klarna span.kl-text { font-size: 13px; color: rgba(255,255,255,0.9); font-weight: 500; }
.rating-bar { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.rating-item { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; padding: 8px 14px; }
.rating-item img { height: 26px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 1; }
.rating-item .rating-stars { display: flex; gap: 2px; }
.rating-item .rating-stars svg { width: 13px; height: 13px; fill: #f4b942; }
.rating-item .rating-score { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9); }

/* ─── CONTACT OPTIONS ─── */
.contact-options-wrap { background: #f5f9fd; padding: 0 40px; }
.contact-options-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(-40px); }
.contact-opt-card { background: #fff; border: 1px solid #d4e4f4; padding: 32px 28px; display: flex; flex-direction: column; gap: 12px; transition: border-color 0.18s, box-shadow 0.18s; position: relative; cursor: pointer; }
.contact-opt-card:first-child { border-radius: 10px 0 0 10px; }
.contact-opt-card:last-child { border-radius: 0 10px 10px 0; }
.contact-opt-card:not(:first-child) { border-left: none; }
.contact-opt-card:hover { border-color: #5E88B5; box-shadow: 0 4px 24px rgba(94,136,181,0.14); z-index: 2; border-left: 1px solid #5E88B5; }
.contact-opt-icon { width: 42px; height: 42px; background: #DEEEFF; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-opt-icon svg { width: 19px; height: 19px; color: #5E88B5; }
.contact-opt-title { font-size: 16px; font-weight: 700; color: #112337; }
.contact-opt-desc { font-size: 13.5px; color: #3d5a73; line-height: 1.55; }
.contact-opt-link { font-size: 13.5px; font-weight: 600; color: #5E88B5; display: flex; align-items: center; gap: 5px; margin-top: auto; }
.contact-opt-link svg { width: 13px; height: 13px; }

/* ─── FORM + SIDEBAR ─── */
.form-section { background: #f5f9fd; padding: 0 40px 80px; }
.form-section-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.form-card { background: #fff; border: 1px solid #d4e4f4; border-radius: 10px; padding: 44px; }
.form-card-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b8ba4; margin-bottom: 10px; }
.form-card-title { font-size: 24px; font-weight: 800; color: #112337; letter-spacing: -0.01em; margin-bottom: 8px; }
.form-card-sub { font-size: 14px; color: #3d5a73; margin-bottom: 28px; }
.pt-label { font-size: 13px; font-weight: 600; color: #112337; margin-bottom: 9px; }
.pt-row { display: flex; border-radius: 6px; overflow: hidden; border: 1px solid #d4e4f4; margin-bottom: 26px; }
.pt-option { flex: 1; }
.pt-option input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.pt-option label { display: block; padding: 10px 14px; font-size: 13.5px; font-weight: 500; color: #3d5a73; text-align: center; cursor: pointer; transition: background 0.15s, color 0.15s; border-right: 1px solid #d4e4f4; }
.pt-option:last-child label { border-right: none; }
.pt-option input:checked + label { background: #DEEEFF; color: #112337; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 12.5px; font-weight: 600; color: #112337; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 13px; border: 1px solid #d4e4f4; border-radius: 6px; font-family: 'Figtree', sans-serif; font-size: 14px; color: #112337; background: #fff; transition: border-color 0.15s, box-shadow 0.15s; appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #5E88B5; box-shadow: 0 0 0 3px rgba(94,136,181,0.14); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b8ba4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.response-bar { display: flex; align-items: center; gap: 10px; background: #f0faf4; border: 1px solid #b2ddc0; border-radius: 6px; padding: 11px 15px; margin-bottom: 18px; }
.response-dot { width: 8px; height: 8px; background: #3aa863; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 3px rgba(58,168,99,0.2); }
.response-bar span { font-size: 13px; color: #236e3e; font-weight: 500; }
.form-submit { width: 100%; justify-content: center; font-size: 15.5px; padding: 14px; }
.form-note { font-size: 12px; color: #6b8ba4; text-align: center; margin-top: 12px; }
.form-klarna { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: #FFF5FA; border: 1px solid #FFD6EE; border-radius: 8px; margin-bottom: 14px; }
.klarna-logo-sm { font-size: 12px; font-weight: 900; color: #17120E; background: #FFB3D1; padding: 2px 8px 3px; border-radius: 4px; flex-shrink: 0; letter-spacing: -0.01em; }
.form-klarna span { font-size: 13px; color: #444; line-height: 1.35; }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card { background: #fff; border: 1px solid #d4e4f4; border-radius: 10px; padding: 26px; }
.sidebar-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b8ba4; margin-bottom: 16px; }
.sidebar-contact-items { display: flex; flex-direction: column; gap: 14px; }
.sidebar-contact-item { display: flex; align-items: flex-start; gap: 11px; }
.sidebar-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; color: #5E88B5; margin-top: 2px; }
.sidebar-contact-item a, .sidebar-contact-item span { font-size: 13.5px; color: #112337; font-weight: 500; line-height: 1.4; }
.sidebar-contact-item a:hover { color: #5E88B5; }
.quote-card { background: #112337; border-radius: 10px; padding: 26px; position: relative; }
.quote-mark { font-size: 44px; line-height: 1; color: rgba(255,255,255,0.12); font-family: Georgia, serif; position: absolute; top: 14px; left: 22px; }
.quote-text { font-size: 14px; color: rgba(255,255,255,0.88); line-height: 1.65; font-style: italic; margin-top: 20px; position: relative; }
.quote-author { margin-top: 16px; font-size: 12.5px; color: rgba(222,238,255,0.6); font-weight: 500; font-style: normal; }
.steps-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b8ba4; margin-bottom: 14px; }
.sidebar-steps { display: flex; flex-direction: column; }
.sidebar-step { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #d4e4f4; }
.sidebar-step:last-child { border-bottom: none; padding-bottom: 0; }
.step-num { width: 24px; height: 24px; border-radius: 50%; background: #DEEEFF; color: #5E88B5; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.step-title { font-size: 13.5px; font-weight: 700; color: #112337; margin-bottom: 2px; }
.step-desc { font-size: 12.5px; color: #3d5a73; line-height: 1.45; }

/* ─── MAPS SECTION ─── */
.maps-section { background: #112337; padding: 0; }
.maps-tabs { display: flex; max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.maps-tab { flex: 1; padding: 14px 24px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.55); text-align: center; cursor: pointer; border: 2px solid rgba(255,255,255,0.15); border-radius: 6px; margin: 16px 8px; background: rgba(255,255,255,0.06); transition: all 0.18s; }
.maps-tab.active { color: #fff; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); }
.maps-tab:hover { color: #fff; background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }
.map-panel { display: none; }
.map-panel.active { display: block; }
.map-panel iframe { width: 100%; height: 400px; border: 0; display: block; }

/* ─── TIMELINE ─── */
.timeline-section { padding: 80px 40px; background: #fff; }
.timeline-inner { max-width: 1140px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #5E88B5; margin-bottom: 12px; }
.section-title { font-size: clamp(24px, 3vw, 34px); font-weight: 800; color: #112337; letter-spacing: -0.02em; margin-bottom: 10px; }
.section-sub { font-size: 16px; color: #3d5a73; max-width: 600px; line-height: 1.6; margin-bottom: 52px; }
.timeline-track { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.timeline-track::before { content: ''; position: absolute; top: 27px; left: calc(12.5% + 14px); right: calc(12.5% + 14px); height: 2px; background: #d4e4f4; }
.timeline-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; }
.tl-num { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid #d4e4f4; color: #6b8ba4; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; z-index: 1; }
.timeline-step.active .tl-num { background: #112337; border-color: #112337; color: #fff; }
.tl-title { font-size: 15.5px; font-weight: 700; color: #112337; margin-bottom: 8px; }
.tl-desc { font-size: 13.5px; color: #3d5a73; line-height: 1.55; }

/* ─── FAQ ─── */
.faq-section { padding: 80px 40px; background: #f5f9fd; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-inner .section-title { text-align: center; }
.faq-inner .section-sub { margin: 0 auto; text-align: center; }
.faq-list { margin-top: 40px; border: 1px solid #d4e4f4; border-radius: 10px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #d4e4f4; background: #fff; }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; padding: 20px 22px; font-family: 'Figtree', sans-serif; font-size: 15px; font-weight: 600; color: #112337; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: background 0.15s; }
.faq-q:hover { background: #f5f9fd; }
.faq-toggle { width: 22px; height: 22px; border-radius: 50%; background: #DEEEFF; color: #5E88B5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.15s, color 0.15s, transform 0.2s; }
.faq-toggle svg { width: 10px; height: 10px; }
.faq-a { font-size: 14px; color: #3d5a73; line-height: 1.65; padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 22px 20px; }
.faq-item.open .faq-toggle { background: #112337; color: #fff; transform: rotate(45deg); }

/* ─── CTA ─── */
.cta-section { background: #DEEEFF; padding: 80px 40px; }
.cta-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.cta-inner h2 { font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; color: #112337; letter-spacing: -0.02em; margin: 10px 0 14px; line-height: 1.2; }
.cta-inner p { font-size: 15.5px; color: #3d5a73; line-height: 1.65; margin-bottom: 34px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ─── */
.site-footer { background: #DEEEFF; border-top: 1px solid #c4d9f0; }
.footer-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.footer-top { display: grid; grid-template-columns: 250px 1fr 1fr 1fr; gap: 44px; padding: 52px 0 36px; }
.footer-touch h3 { font-size: 15px; font-weight: 800; color: #112337; margin-bottom: 18px; }
.footer-touch-item { display: flex; align-items: center; gap: 9px; margin-bottom: 11px; }
.footer-touch-item svg { width: 15px; height: 15px; color: #5E88B5; flex-shrink: 0; }
.footer-touch-item a { font-size: 13.5px; color: #112337; font-weight: 500; transition: color 0.15s; }
.footer-touch-item a:hover { color: #5E88B5; }
.footer-hours { margin-top: 24px; }
.footer-hours h4 { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b8ba4; margin-bottom: 6px; }
.footer-hours p { font-size: 13px; color: #112337; font-weight: 500; }
.footer-hours span { font-weight: 700; }
.footer-col h4 { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b8ba4; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.footer-col a { font-size: 13.5px; color: #112337; transition: color 0.15s; }
.footer-col a:hover { color: #5E88B5; }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; border-top: 1px solid #c4d9f0; }
.footer-logos { display: flex; align-items: center; gap: 18px; }
.footer-logos img { height: 26px; opacity: 0.6; filter: grayscale(10%); }
.footer-copy { font-size: 12.5px; color: #6b8ba4; }
