:root {
    --brand: #ee1527;
    --brand-dark: #a90013;
    --brand-deep: #70000d;
    --brand-soft: #fff0f2;
    --ink: #29272a;
    --muted: #6f696d;
    --line: #e8e0e3;
    --surface: #fff;
    --bg: #f8f5f6;
    --green: #25d366;
    --shadow: 0 22px 65px rgba(74, 33, 41, .10);
    --shadow-soft: 0 12px 35px rgba(74, 33, 41, .08);
    --radius: 22px;
    --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 10px 16px; color: #fff; background: var(--brand-dark); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 86px; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(69,43,49,.08); box-shadow: 0 4px 20px rgba(40, 23, 27, .04); transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header--overlay:not(.is-scrolled) { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); box-shadow: none; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 132px; height: 70px; object-fit: contain; }
.site-header--overlay:not(.is-scrolled) .brand img { filter: brightness(0) invert(1); }
.main-navigation { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.nav-link { position: relative; padding: 31px 0; color: var(--ink); text-decoration: none; font-size: .87rem; font-weight: 700; white-space: nowrap; }
.site-header--overlay:not(.is-scrolled) .nav-link { color: #fff; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-result, .nav-phone { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-weight: 800; font-size: .84rem; }
.nav-result { padding: 11px 16px; color: #fff; background: var(--brand-dark); border-radius: 8px; box-shadow: 0 8px 20px rgba(169,0,19,.16); }
.nav-result svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav-phone { color: var(--brand-dark); white-space: nowrap; }
.site-header--overlay:not(.is-scrolled) .nav-phone { color: #fff; }
.nav-phone svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-left: auto; background: transparent; border: 1px solid var(--line); border-radius: 9px; }
.nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; border-radius: 2px; }

.hero-banner { position: relative; min-height: min(760px, 100vh); display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--brand-deep); }
.hero-banner__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(31, 15, 18, .86) 0%, rgba(60, 22, 27, .62) 40%, rgba(30, 17, 19, .18) 100%), url('../img/company-building.jpg'); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-banner__content { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; min-height: min(760px, 100vh); padding-top: 145px; padding-bottom: 70px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: inline-block; color: var(--brand-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .70rem; font-weight: 800; }
.eyebrow-light { color: #ffb1b8; }
.hero-copy h1 { max-width: 700px; margin: 15px 0 22px; font-family: Manrope, sans-serif; font-size: clamp(2.55rem, 5.4vw, 5.25rem); line-height: 1.04; letter-spacing: -.06em; }
.hero-copy p { max-width: 565px; margin: 0 0 32px; color: rgba(255,255,255,.83); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-caption { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-caption__line { display: block; width: 42px; height: 1px; background: var(--brand); }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: .86rem; font-weight: 800; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 25px rgba(169,0,19,.2); }
.button-primary:hover { background: #d50e20; box-shadow: 0 15px 30px rgba(169,0,19,.28); }
.button-dark { color: #fff; background: var(--brand-dark); box-shadow: 0 12px 25px rgba(169,0,19,.15); }
.button-dark:hover { background: #82000f; }
.button-light { color: var(--brand-dark); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { color: var(--brand-dark); background: #fff; border-color: #fff; }
.button-block { width: 100%; }

.quick-actions { position: relative; z-index: 2; margin-top: -35px; }
.quick-actions__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-action { min-height: 103px; display: flex; align-items: center; gap: 13px; padding: 19px 21px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.quick-action:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quick-action__icon { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 12px; }
.quick-action__icon--green { color: #128c4f; background: #e9f9f0; }
.quick-action__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-action span:nth-child(2) { display: grid; gap: 1px; }
.quick-action strong { font-size: .90rem; }
.quick-action small { color: var(--muted); font-size: .75rem; }
.quick-action__arrow { margin-left: auto; color: var(--brand); font-size: 1.25rem; }

.results-section { padding: 112px 0 100px; }
.section-heading { max-width: 660px; margin-bottom: 42px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .catalog-copy h2, .company-intro__copy h2, .contact-info h2, .contact-form-card h2 { margin: 8px 0 10px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; letter-spacing: -.05em; }
.section-heading p, .catalog-copy p, .contact-info > p { margin: 0; color: var(--muted); }
.access-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.access-card { position: relative; display: flex; flex-direction: column; padding: 35px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.access-card--new { border-top: 4px solid var(--brand); }
.new-badge { position: absolute; top: 21px; right: 21px; padding: 5px 10px; color: #fff; background: var(--brand-dark); border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-heading { display: flex; align-items: center; gap: 14px; }
.card-icon { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 15px; }
.card-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-label { display: block; color: var(--brand-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.card-heading h3 { margin: 2px 0 0; font-family: Manrope, sans-serif; font-size: 1.28rem; line-height: 1.2; }
.card-description { min-height: 50px; margin: 22px 0 24px; color: var(--muted); font-size: .93rem; }
.access-form { display: grid; gap: 16px; margin-top: auto; }
.field-group { display: grid; gap: 7px; }
.field-group label { font-size: .82rem; font-weight: 800; }
.field-group input, .field-group textarea { width: 100%; min-height: 53px; padding: 0 15px; color: var(--ink); background: #fcfafb; border: 1px solid #ded7da; border-radius: 10px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.field-group textarea { min-height: 132px; padding-top: 13px; resize: vertical; }
.field-group input::placeholder, .field-group textarea::placeholder { color: #a29a9e; }
.field-group input:focus, .field-group textarea:focus { background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(238,21,39,.10); }
.input-with-action { position: relative; }
.input-with-action input { padding-right: 54px; }
.password-toggle { position: absolute; top: 50%; right: 8px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: 9px; transform: translateY(-50%); }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--brand-dark); background: var(--brand-soft); outline: none; }
.password-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.primary-button svg, .button-dark svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-feedback { min-height: 0; margin: -2px 0; color: var(--brand-dark); font-size: .82rem; font-weight: 700; }
.form-feedback:empty { display: none; }
.security-note { max-width: 760px; display: flex; align-items: center; gap: 12px; margin: 30px auto 0; padding: 15px 18px; color: #655d61; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 12px; font-size: .84rem; }
.security-note svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: #1e9a61; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.security-note p { margin: 0; }

.feature-section { padding: 100px 0; background: #fff; }
.feature-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 85px; }
.feature-image { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 460px; object-fit: cover; }
.feature-image--reception img { object-position: center; }
.feature-copy { max-width: 530px; }
.feature-copy h2 { margin: 9px 0 17px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.1; letter-spacing: -.055em; }
.feature-copy > p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.check-list { display: grid; gap: 10px; margin: 25px 0 27px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .91rem; }
.check-list li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 50%; font-size: .72rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); text-decoration: none; font-size: .87rem; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.catalog-section { padding: 92px 0; background: var(--brand-soft); }
.catalog-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.catalog-copy { max-width: 570px; }
.catalog-copy p { max-width: 480px; margin: 0 0 25px; }
.catalog-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-stats div { padding: 24px 12px; text-align: center; background: #fff; border: 1px solid rgba(169,0,19,.08); border-radius: 14px; box-shadow: 0 10px 25px rgba(169,0,19,.06); }
.catalog-stats strong { display: block; color: var(--brand-dark); font-family: Manrope, sans-serif; font-size: 2rem; line-height: 1; }
.catalog-stats span { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; line-height: 1.25; }
.home-cta { padding: 74px 0; color: #fff; background: linear-gradient(120deg, var(--brand-dark), #55000a); }
.home-cta__content, .inline-cta__content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.home-cta h2, .inline-cta h2 { max-width: 650px; margin: 8px 0 0; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.045em; }

.inner-hero { position: relative; min-height: 360px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--brand-deep); }
.inner-hero::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .45; }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45,8,13,.93), rgba(75,14,21,.52), rgba(36,13,15,.18)); }
.inner-hero--company::before { background-image: url('../img/company-building.jpg'); }
.inner-hero--catalog::before { background-image: url('../img/reception.jpg'); }
.inner-hero--downloads::before { background-image: url('../img/company-room-3.jpg'); }
.inner-hero--contact::before { background-image: url('../img/company-room-2.jpg'); }
.inner-hero__content { position: relative; z-index: 1; padding-top: 145px; padding-bottom: 58px; }
.inner-hero h1 { max-width: 820px; margin: 12px 0 15px; font-family: Manrope, sans-serif; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.06em; }
.inner-hero h1 strong { color: #ffb1b8; }
.inner-hero p { max-width: 600px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.inner-hero--detail { min-height: 315px; }
.breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; align-items: center; gap: 10px; min-height: 51px; color: var(--muted); font-size: .77rem; }
.breadcrumb a { color: var(--brand-dark); text-decoration: none; font-weight: 700; }
.section-pad { padding: 100px 0; }

.company-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 80px; align-items: center; }
.company-intro__copy { max-width: 620px; }
.rich-text { color: var(--muted); }
.rich-text p { margin: 0 0 16px; }
.rich-text strong, .rich-text b { color: var(--ink); }
.company-intro__visual { position: relative; }
.company-intro__visual > img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.visual-note { position: absolute; right: -22px; bottom: 24px; display: grid; padding: 18px 22px; color: #fff; background: var(--brand-dark); border-radius: 12px; box-shadow: var(--shadow-soft); }
.visual-note strong { font-family: Manrope, sans-serif; font-size: 2rem; line-height: 1; }
.visual-note small { margin-top: 4px; font-size: .72rem; }
.mission-section { padding: 93px 0; color: #fff; background: linear-gradient(120deg, #302b2e, #1f1d1e); }
.mission-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.mission-grid h2 { margin: 10px 0 16px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; letter-spacing: -.05em; }
.mission-grid > div > p { color: #d9d3d6; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 38px; }
.values-grid article { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.23); }
.values-grid span { color: #ff8b96; font-size: .75rem; font-weight: 800; }
.values-grid h3 { margin: 9px 0 4px; font-family: Manrope, sans-serif; font-size: 1.2rem; }
.values-grid p { margin: 0; color: #bfb7bb; font-size: .87rem; }
.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 17px; }
.gallery-grid img { width: 100%; height: 295px; object-fit: cover; border-radius: 15px; }
.gallery-grid img:first-child { height: 430px; grid-row: span 2; }
.inline-cta { padding: 63px 0; background: var(--brand-soft); }
.inline-cta--soft { border-top: 1px solid var(--line); }

.catalog-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 39px; }
.catalog-intro h2 { margin: 8px 0 6px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; letter-spacing: -.05em; }
.catalog-intro p { margin: 0; color: var(--muted); }
.catalog-search { margin-bottom: 26px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.catalog-search > label { display: block; margin-bottom: 7px; font-size: .80rem; font-weight: 800; }
.catalog-search > div { display: flex; gap: 10px; }
.catalog-search input { min-width: 0; flex: 1; height: 50px; padding: 0 15px; border: 1px solid #ded7da; border-radius: 9px; outline: 0; }
.catalog-search input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(238,21,39,.1); }
.catalog-search .button { min-height: 50px; }
.search-result { margin: 0 0 20px; color: var(--muted); font-size: .85rem; }
.exam-list { display: grid; gap: 12px; }
.exam-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(235px, .75fr) auto; align-items: center; gap: 30px; padding: 25px 28px; background: #fff; border: 1px solid var(--line); border-radius: 15px; transition: transform .2s, box-shadow .2s; }
.exam-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.exam-code { display: inline-block; padding: 4px 8px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 5px; font-family: ui-monospace, monospace; font-size: .70rem; font-weight: 800; letter-spacing: .06em; }
.exam-card h3 { margin: 8px 0 4px; font-family: Manrope, sans-serif; font-size: 1.12rem; line-height: 1.2; }
.exam-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.exam-meta { display: flex; gap: 26px; margin: 0; }
.exam-meta div { min-width: 88px; }
.exam-meta dt { color: var(--muted); font-size: .70rem; text-transform: uppercase; letter-spacing: .08em; }
.exam-meta dd { margin: 2px 0 0; font-size: .82rem; font-weight: 800; }
.exam-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); text-decoration: none; font-size: .79rem; font-weight: 800; white-space: nowrap; }
.exam-card__link span { transition: transform .2s; }
.exam-card__link:hover span { transform: translateX(4px); }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 34px; }
.pagination a { width: 35px; height: 35px; display: grid; place-items: center; color: var(--brand-dark); background: #fff; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; font-size: .82rem; font-weight: 800; }
.pagination a.is-current, .pagination a:hover { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.empty-state { padding: 60px 20px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.empty-state > span { color: var(--brand); font-size: 2.3rem; }
.empty-state h3 { margin: 7px 0 2px; font-family: Manrope, sans-serif; }
.empty-state p { margin: 0 0 17px; color: var(--muted); }

.detail-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.detail-header h2 { margin: 9px 0 4px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.05em; }
.detail-header p { margin: 0; color: var(--muted); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 55px; }
.detail-block { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.detail-block h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 1.18rem; }
.detail-sidebar { position: sticky; top: 105px; display: grid; gap: 11px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-soft); }
.detail-fact { padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.detail-fact span { display: block; color: var(--muted); font-size: .70rem; text-transform: uppercase; letter-spacing: .08em; }
.detail-fact strong { display: block; margin-top: 2px; font-size: .84rem; }

.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.download-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 15px; transition: transform .2s, box-shadow .2s; }
.download-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.download-card__image { position: relative; height: 175px; overflow: hidden; background: #f2e7e9; }
.download-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.download-card:hover .download-card__image img { transform: scale(1.04); }
.download-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 60%; background: linear-gradient(transparent, rgba(30,13,16,.4)); pointer-events: none; }
.download-card__image > span { position: absolute; z-index: 1; left: 15px; bottom: 13px; padding: 4px 8px; color: #fff; background: rgba(112,0,13,.76); border-radius: 5px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.download-card__body { flex: 1; display: flex; flex-direction: column; padding: 21px 20px 20px; }
.download-card__body h3 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 1.1rem; line-height: 1.2; }
.download-card__body p { flex: 1; margin: 0 0 16px; color: var(--muted); font-size: .83rem; }

.contact-page { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-info { max-width: 470px; }
.contact-info > p { margin: 0 0 27px; }
.contact-list { display: grid; gap: 13px; }
.contact-list > a, .contact-list__item { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.contact-list > a:hover strong { color: var(--brand-dark); }
.contact-list__icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 11px; }
.contact-list__icon--green { color: #148a4e; background: #e9f9f0; }
.contact-list__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-list > a > span:last-child, .contact-list__item > span:last-child { display: grid; }
.contact-list small { color: var(--muted); font-size: .70rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-size: .90rem; transition: color .2s; }
.hours-card { display: grid; gap: 4px; margin-top: 28px; padding: 18px; color: #fff; background: var(--brand-dark); border-radius: 12px; }
.hours-card span { color: #ffb1b8; font-size: .70rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.hours-card strong { font-size: .9rem; }
.contact-form-card { padding: 34px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form-card h2 { font-size: 2rem; }
.contact-form { display: grid; gap: 15px; margin-top: 23px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin: 14px 0; padding: 12px 15px; border-radius: 9px; font-size: .83rem; font-weight: 700; }
.notice--success { color: #12633b; background: #e7f8ef; }
.notice--error { color: #8a0011; background: #ffe8eb; }
.notice--info { color: #714e00; background: #fff5d9; }
.map-section { padding: 80px 0; background: var(--bg); }
.map-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.map-card h2 { margin: 8px 0 10px; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.05em; }
.map-card p { margin: 0 0 17px; color: var(--muted); }
.map-placeholder { min-height: 260px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--muted); background: radial-gradient(circle at 40% 45%, rgba(238,21,39,.13), transparent 10%), linear-gradient(135deg, #f5eaec, #fcf8f8); border-radius: 15px; }
.map-pin { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); box-shadow: 0 12px 22px rgba(169,0,19,.2); }
.map-pin svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: rotate(45deg); }

.site-footer { color: #ddd6d8; background: #242123; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta h2 { margin: 7px 0 5px; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.1; letter-spacing: -.05em; }
.footer-cta p { margin: 0; color: #bdb5b8; }
.footer-cta .button svg { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 38px; padding: 53px 0; }
.footer-brand img { width: 135px; height: 68px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 260px; margin: 12px 0 0; color: #aaa1a5; font-size: .83rem; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h3 { margin: 0 0 7px; color: #fff; font-size: .83rem; }
.footer-column a, .footer-column p { margin: 0; color: #aaa1a5; text-decoration: none; font-size: .80rem; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); color: #8e8589; font-size: .71rem; }
.floating-whatsapp { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 57px; height: 57px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 11px 30px rgba(15,79,43,.3); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.floating-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }

@media (max-width: 1080px) {
    .main-navigation { gap: 17px; }
    .nav-phone span { display: none; }
    .feature-layout, .company-intro__grid { gap: 50px; }
    .exam-card { grid-template-columns: minmax(0, 1fr) minmax(195px, .8fr) auto; gap: 19px; }
}
@media (max-width: 860px) {
    .site-header { height: 76px; }
    .brand img { width: 110px; height: 62px; }
    .nav-toggle { display: flex; }
    .nav-phone { display: none; }
    .main-navigation { position: fixed; top: 76px; right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 24px 30px; background: #fff; opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
    .main-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
    .nav-link { padding: 16px 0; border-bottom: 1px solid var(--line); }
    .site-header--overlay:not(.is-scrolled) .nav-link { color: var(--ink); }
    .nav-link::after { bottom: -1px; }
    .nav-result { justify-content: center; margin-top: 20px; }
    .quick-actions__grid, .access-grid, .feature-layout, .catalog-layout, .company-intro__grid, .mission-grid, .contact-layout, .map-card { grid-template-columns: 1fr; }
    .hero-banner, .hero-banner__content { min-height: 680px; }
    .hero-banner__content { align-items: flex-start; flex-direction: column; justify-content: flex-end; padding-bottom: 62px; }
    .hero-caption { margin-top: 40px; }
    .feature-copy, .company-intro__copy, .contact-info { max-width: none; }
    .feature-image img { height: 380px; }
    .catalog-layout { gap: 40px; }
    .mission-grid { gap: 40px; }
    .detail-grid { grid-template-columns: 1fr; gap: 30px; }
    .detail-sidebar { position: static; }
    .download-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-address { grid-column: 2 / -1; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 30px, var(--max)); }
    .hero-copy h1 { font-size: 2.75rem; }
    .hero-copy p { font-size: 1rem; }
    .quick-actions { margin-top: 0; padding-top: 15px; }
    .quick-actions__grid { gap: 9px; }
    .quick-action { min-height: 82px; padding: 14px; }
    .quick-action small { font-size: .70rem; }
    .results-section, .section-pad { padding: 70px 0; }
    .access-card { padding: 26px 21px; border-radius: 18px; }
    .card-description { min-height: 0; }
    .section-heading h2, .catalog-copy h2, .company-intro__copy h2, .contact-info h2 { font-size: 2.1rem; }
    .catalog-stats { gap: 8px; }
    .catalog-stats div { padding: 18px 6px; }
    .catalog-stats strong { font-size: 1.55rem; }
    .catalog-stats span { font-size: .68rem; }
    .inner-hero { min-height: 390px; }
    .inner-hero__content { padding-bottom: 42px; }
    .inner-hero h1 { font-size: 2.65rem; }
    .company-intro__visual > img { height: 330px; }
    .visual-note { right: 12px; bottom: 14px; }
    .values-grid { grid-template-columns: 1fr; gap: 20px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid img, .gallery-grid img:first-child { height: 200px; }
    .gallery-grid img:first-child { grid-column: 1 / -1; grid-row: auto; }
    .catalog-intro, .detail-header, .home-cta__content, .inline-cta__content, .footer-cta { align-items: flex-start; flex-direction: column; }
    .catalog-intro .button, .detail-header .button { width: 100%; }
    .catalog-search > div { align-items: stretch; flex-direction: column; }
    .catalog-search .button { width: 100%; }
    .exam-card { grid-template-columns: 1fr; gap: 16px; }
    .exam-meta { gap: 25px; }
    .exam-card__link { width: fit-content; }
    .download-grid { grid-template-columns: 1fr; }
    .download-card__image { height: 195px; }
    .form-row { grid-template-columns: 1fr; gap: 15px; }
    .contact-form-card { padding: 25px 18px; }
    .map-card { padding: 22px 18px; }
    .map-placeholder { min-height: 220px; }
    .footer-main { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-address { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
    .floating-whatsapp { right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
