.hero { min-height: 100svh; padding-top: 8.5rem; padding-bottom: 5rem; display: flex; align-items: center; overflow: clip; }
.hero__background { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__layer { position: absolute; inset: 0; will-change: transform; }
.hero__layer--radial { background: radial-gradient( circle at 78% 42%, var(--glow) 0%, rgba(255, 255, 255, 0.04) 14%, transparent 34% ); opacity: 1; }
.hero__layer--mist { background: radial-gradient( circle at 72% 48%, rgba(255, 255, 255, 0.03) 0%, transparent 20% ), radial-gradient( circle at 84% 34%, rgba(255, 255, 255, 0.02) 0%, transparent 16% ); opacity: 0.7; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr); gap: 4rem; align-items: center; }
.hero__content { max-width: 760px; }
.hero__eyebrow { margin-bottom: 1.25rem; }
.hero__title { max-width: 11ch; margin: 0 0 1.4rem; font-size: clamp(3rem, 5.2vw, 4.6rem); line-height: 1.06; letter-spacing: -0.045em; color: var(--text); }
.hero__lead { max-width: 62ch; margin: 0; font-size: 1.05rem; line-height: 1.82; color: var(--text-soft); }
.hero__actions { margin-top: 2rem; }
.hero__visual { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.hero__statement { position: relative; width: min(100%, 460px); padding: 1rem; text-align: center; overflow: hidden; will-change: transform; }
.hero__statement-text { margin: 0; font-size: clamp(1.4rem, 1.8vw, 2rem); line-height: 1.3; letter-spacing: -0.01em; color: var(--accent-2); opacity: 0.96; white-space: nowrap; }
.hero__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: linear-gradient(180deg, rgba(10, 12, 15, 0) 0%, var(--bg) 100%); pointer-events: none; }
@media (max-width: 1200px) {
    .hero__inner { grid-template-columns: 1fr; gap: 2.75rem; }
    .hero__visual { min-height: 220px; justify-content: flex-start; }
    .hero__statement { width: min(100%, 460px); padding: 0; text-align: left; }
}
@media (max-width: 768px) {
    .hero { min-height: auto; padding-top: 7rem; padding-bottom: 3rem; }
    .hero__title { font-size: clamp(2.5rem, 10.5vw, 3.7rem); line-height: 1.08; }
    .hero__lead { font-size: 1rem; line-height: 1.72; }
    .hero__visual { min-height: 160px; }
    .hero__statement { width: 100%; max-width: 360px; }
    .hero__statement-text { font-size: clamp(1.25rem, 6vw, 1.6rem); line-height: 1.5; }
}

/* =========================================================
   ABOUT SECTION
   ========================================================= */
.about { position: relative; padding-top: 2rem; padding-bottom: 8rem; }
.about__inner { border-top: 1px solid rgba(255, 255, 255, 0.07); padding-top: 4rem; }
.about__grid { display: grid; grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr); gap: 4.5rem; align-items: stretch; }
.about__side { display: flex; align-items: center; justify-content: flex-start; min-height: 100%; }
.about__side-title { margin: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 0.92; letter-spacing: -0.05em; color: var(--text); }
.about__side-title span { display: block; }
.about__main { max-width: 840px; }
.about__lead { margin: 0 0 2rem; font-size: clamp(1.8rem, 2.7vw, 2.8rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); text-wrap: balance; }
.about__text-wrap { max-width: 60ch; }
.about__text { margin: 0; font-size: 1.05rem; line-height: 1.92; color: var(--text-soft); }
.about__text + .about__text { margin-top: 1.35rem; }

/* =========================================================
   VISION QUOTE SECTION
   ========================================================= */
.vision-quote { padding-top: 4rem; padding-bottom: 8rem; }
.vision-quote__inner { max-width: 1180px; margin: 0 auto; padding: 2.5rem 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.vision-quote__label { display: inline-block; margin-bottom: 1.4rem; font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-2); }
.vision-quote__text { max-width: 28ch; margin: 0 auto; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.22; letter-spacing: -0.02em; color: var(--text); font-style: italic; text-wrap: balance; }
@media (max-width: 1080px) {
    .about__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .about__side { align-items: flex-start; }
    .about__side-title { font-size: clamp(2.4rem, 8vw, 4rem); line-height: 0.96; }
    .about__lead { font-size: clamp(1.7rem, 5vw, 2.2rem); }
    .vision-quote__text { max-width: 24ch; }
}
@media (max-width: 768px) {
    .about { padding-top: 3.5rem; padding-bottom: 5.5rem; }
    .about__inner { padding-top: 2.6rem; }
    .about__grid { gap: 1.8rem; }
    .about__side-title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
    .about__lead { margin-bottom: 1.4rem; font-size: clamp(1.55rem, 7vw, 2rem); line-height: 1.12; text-wrap: pretty; }
    .about__text { font-size: 1rem; line-height: 1.8; }
    .vision-quote { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .vision-quote__inner { padding: 1.8rem 0; }
    .vision-quote__text { max-width: 18ch; font-size: clamp(1.5rem, 7vw, 2.1rem); line-height: 1.28; }
}

/* =========================================================
   AREAS SECTION
   ========================================================= */
.areas { position: relative; padding-top: 4rem; padding-bottom: 8rem; }
.areas__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.areas__intro-left { width: min(100%, 68rem); }
.areas__title { max-width: 28ch; margin: 1rem 0 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.areas__controls { display: inline-flex; align-items: center; gap: 0.75rem; flex: 0 0 auto; }
.areas__control { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; padding: 0; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.03); color: var(--text); cursor: pointer; transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease, opacity 0.28s ease; }
.areas__control:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); transform: translateY(-1px); }
.areas__control:disabled { opacity: 0.35; cursor: default; transform: none; }
.areas__viewport { width: 100%; }
.areas__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch; }
.areas__grid.is-slider { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 0.25rem; scrollbar-width: none; cursor: grab; user-select: none; -webkit-user-select: none; }
.areas__grid.is-slider.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.areas__grid.is-slider.is-dragging .areas-card { pointer-events: none; }
.areas__grid.is-slider::-webkit-scrollbar { display: none; }
.areas-card { position: relative; display: flex; flex-direction: column; min-height: 23rem; height: 100%; padding: 2rem 1.8rem 2rem; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 1.75rem; background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 18px 40px rgba(0, 0, 0, 0.12); overflow: hidden; }
.areas__grid.is-slider .areas-card { flex: 0 0 calc((100% - 3rem) / 3); scroll-snap-align: start; }
.areas-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.035), transparent 30%); pointer-events: none; opacity: 0.65; }
.areas-card__index { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-width: 3rem; min-height: 3rem; margin-bottom: 2.4rem; padding: 0 0.9rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.03); font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; color: var(--accent-2); }
.areas-card__title { max-width: none; margin: 0 0 1.2rem; font-size: clamp(1.35rem, 1.6vw, 1.75rem); line-height: 1.16; letter-spacing: -0.03em; color: var(--text); text-wrap: pretty; }
.areas-card__text { max-width: 34ch; margin: 0; font-size: 1rem; line-height: 1.82; color: var(--text-soft); }
@media (max-width: 1080px) {
    .areas__intro { align-items: flex-start; flex-direction: column; margin-bottom: 2.2rem; }
    .areas__intro-left { width: 100%; }
    .areas__title { max-width: none; }
    .areas__grid { grid-template-columns: 1fr; }
    .areas__grid.is-slider .areas-card { flex: 0 0 calc(100% - 4rem); }
    .areas-card { min-height: auto; }
}
@media (max-width: 768px) {
    .areas { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .areas__intro { margin-bottom: 2rem; }
    .areas__title { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.12; }
    .areas__grid { gap: 1rem; }
    .areas__grid.is-slider { gap: 1rem; }
    .areas__grid.is-slider .areas-card { flex: 0 0 calc(100% - 1.5rem); }
    .areas-card { padding: 1.5rem 1.25rem 1.5rem; border-radius: 1.25rem; }
    .areas-card__index { margin-bottom: 1.5rem; }
    .areas-card__text { font-size: 0.98rem; line-height: 1.72; }
}

/* =========================================================
   PROCESS SECTION
   ========================================================= */
.process { position: relative; padding-top: 4rem; padding-bottom: 8rem; }
.process__grid { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr); gap: 4rem; align-items: start; }
.process__intro { position: sticky; top: 8rem; align-self: start; }
.process__title { margin: 1rem 0 0; font-size: clamp(2.4rem, 4.3vw, 4.4rem); line-height: 0.95; letter-spacing: -0.045em; color: var(--text); }
.process__title span { display: block; }
html[lang="en"] .process__title { font-size: clamp(2rem, 3.7vw, 3.7rem); line-height: 0.98; letter-spacing: -0.04em; }
.process__timeline-wrap { max-width: 860px; }
.process__timeline-lead { margin: 0 0 2rem; font-size: 1.02rem; line-height: 1.78; color: var(--text-soft); }
.process__timeline { position: relative; display: grid; gap: 2rem; padding-left: 2rem; }
.process__timeline::before { content: ''; position: absolute; left: 1rem; top: 0.5rem; bottom: 0.5rem; width: 1px; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.03) 0%, var(--accent) 18%, var(--accent) 82%, rgba(255, 255, 255, 0.03) 100% ); opacity: 0.65; }
.process-step { position: relative; display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: 1.5rem; align-items: start; }
.process-step__marker { position: relative; display: flex; align-items: flex-start; justify-content: center; z-index: 1; }
.process-step__number { display: inline-flex; align-items: center; justify-content: center; min-width: 3rem; min-height: 3rem; padding: 0 0.9rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 8px 24px rgba(0, 0, 0, 0.08); font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; color: var(--accent-2); }
.process-step__content { padding: 0.2rem 0 1.4rem; }
.process-step__title { margin: 0 0 0.9rem; font-size: clamp(1.35rem, 1.8vw, 1.7rem); line-height: 1.12; letter-spacing: -0.03em; color: var(--text); }
.process-step__text { max-width: 46ch; margin: 0; font-size: 1rem; line-height: 1.82; color: var(--text-soft); }
@media (max-width: 1080px) {
    .process__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .process__intro { position: relative; top: auto; }
    .process__title { font-size: clamp(2.4rem, 8vw, 4rem); line-height: 0.96; }
}
@media (max-width: 768px) {
    .process { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .process__title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
    .process__timeline { padding-left: 1.4rem; gap: 1.5rem; }
    .process__timeline::before { left: 0.7rem; }
    .process-step { grid-template-columns: 3.5rem minmax(0, 1fr); gap: 1rem; }
    .process-step__number { min-width: 2.5rem; min-height: 2.5rem; }
    .process-step__text { font-size: 0.98rem; line-height: 1.72; }
}

/* =========================================================
   MISSION QUOTE SECTION
   ========================================================= */
.mission-quote { padding-top: 3.4rem; /* ~ -15% */ padding-bottom: 8rem; }
.mission-quote__inner { max-width: 1180px; margin: 0 auto; padding: 2.5rem 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.mission-quote__label { display: inline-block; margin-bottom: 1.4rem; font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-2); }
.mission-quote__text { max-width: 42ch; /* szerszy blok */ margin: 0 auto; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.28; letter-spacing: -0.02em; color: var(--text); font-style: italic; }
.mission-quote__text span { display: block; }
@media (max-width: 768px) {
    .mission-quote { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .mission-quote__inner { padding: 1.8rem 0; }
    .mission-quote__text { max-width: 18ch; font-size: clamp(1.5rem, 7vw, 2.1rem); line-height: 1.28; }
}

/* =========================================================
   IMPACT SECTION
   ========================================================= */
.impact { position: relative; padding-top: 4rem; padding-bottom: 8rem; overflow: clip; }
.impact__background { position: absolute; inset: 0; pointer-events: none; }
.impact__glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.35; }
.impact__glow--primary { right: -12%; top: 10%; width: 38rem; height: 38rem; background: radial-gradient( circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 40%, transparent 70% ); }
.impact__glow--secondary { right: 12%; bottom: 8%; width: 26rem; height: 26rem; background: radial-gradient( circle, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.015) 40%, transparent 70% ); }

/* === UKŁAD === */
.impact__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; }
.impact__content { max-width: 920px; }

/* === TYTUŁ === */
.impact__title { max-width: 73%; margin: 1rem 0 1.8rem; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }

/* === TEKST === */
.impact__text-wrap { max-width: 62ch; }
.impact__text { margin: 0; font-size: 1.05rem; line-height: 1.92; color: var(--text-soft); }
.impact__text + .impact__text { margin-top: 1.4rem; }

/* === MOBILE === */
@media (max-width: 768px) {
    .impact { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .impact__title { max-width: 100%; font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.12; }
    .impact__text { font-size: 1rem; line-height: 1.8; }
}

/* =========================================================
   TEAM SECTION
   ========================================================= */
.team { position: relative; padding-top: 4rem; padding-bottom: 8rem; }
.team__intro { margin-bottom: 3rem; }
.team__intro-left { max-width: 82rem; /* + około 20% względem wcześniejszego bloku */ }
.team__title { max-width: 22ch; margin: 1rem 0 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.team__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; align-items: start; }
.team-card { position: relative; display: flex; flex-direction: column; min-height: 100%; }
.team-card__image-wrap { position: relative; margin-bottom: 1.5rem; min-height: 28rem; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.team-card__image-wrap::after { content: ''; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient( 180deg, rgba(10, 12, 15, 0) 0%, rgba(10, 12, 15, 0.45) 42%, rgba(10, 12, 15, 0.92) 100% ); pointer-events: none; }
.team-card__image { display: block; width: 100%; height: auto; object-fit: contain; filter: grayscale(100%); }
.team-card__content { width: 80%; margin-left: 10%; margin-right: 10%; display: flex; flex-direction: column; min-height: 12.5rem; }
.team-card__name { margin: 0 0 0.45rem; font-size: clamp(1.35rem, 1.7vw, 1.7rem); line-height: 1.12; letter-spacing: -0.03em; color: var(--text); }
.team-card__role { margin: 0 0 0.9rem; font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.5; color: var(--accent-2); }
.team-card__lead { margin: 0 0 1.25rem; font-size: 1rem; line-height: 1.55; color: var(--text-soft); }
.team-card__cta { display: inline-flex; align-items: center; gap: 0.6rem; width: fit-content; margin-top: auto; appearance: none; border: 0; padding: 0; background: transparent; font-family: var(--font-sans); font-size: 0.94rem; font-weight: 500; letter-spacing: 0.02em; color: var(--text); cursor: pointer; transition: color 0.28s ease, opacity 0.28s ease; }
.team-card__cta:hover { color: var(--accent-2); }
.team-card__cta span { display: inline-block; }
.team-card__cta-mark { width: 0.95rem; height: 0.95rem; object-fit: contain; flex: 0 0 auto; transform: translateX(0); transition: transform 0.28s ease, opacity 0.28s ease; }
.team-card__cta:hover .team-card__cta-mark { transform: translateX(4px); }

/* =========================================================
   TEAM MODALS
   ========================================================= */
.team-modal { position: fixed; inset: 0; z-index: 1600; opacity: 0; visibility: hidden; transition: opacity 0.28s ease, visibility 0.28s ease; }
.team-modal[hidden] { display: none; }
.team-modal.is-visible { opacity: 1; visibility: visible; }
.team-modal__backdrop { position: absolute; inset: 0; background: rgba(5, 7, 10, 0.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.28s ease; }
.team-modal.is-visible .team-modal__backdrop { opacity: 1; }
.team-modal__dialog { position: relative; z-index: 2; width: min(100% - 2rem, 44rem); max-height: calc(100dvh - 10vh); margin: 5vh auto 0; padding: 2rem 2rem 1.6rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1.75rem; background: linear-gradient(180deg, rgba(18, 22, 27, 0.96), rgba(12, 15, 19, 0.98)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 80px rgba(0, 0, 0, 0.35); overflow: hidden; transform: translateY(18px) scale(0.985); opacity: 0; display: flex; flex-direction: column; transition: transform 0.32s ease, opacity 0.32s ease; }
.team-modal.is-visible .team-modal__dialog { transform: translateY(0) scale(1); opacity: 1; }
.team-modal__close { position: absolute; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.04); color: var(--text); font-size: 1.5rem; cursor: pointer; transition: background 0.28s ease, transform 0.28s ease; }
.team-modal__close:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-1px); }
.team-modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding-right: 3rem; margin-bottom: 1.5rem; }
.team-modal__name { margin: 0 0 0.4rem; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.team-modal__role { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--accent-2); }
.team-modal__linkedin { display: inline-flex; align-items: center; justify-content: center; width: 2.9rem; height: 2.9rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.03); color: var(--text); font-family: var(--font-sans); font-size: 1rem; font-weight: 600; transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease; }
.team-modal__linkedin:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); transform: translateY(-1px); }
.team-modal__body { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding-right: 0.7rem; padding-bottom: 0.4rem; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.28) rgba(255, 255, 255, 0.04); }
.team-modal__body::-webkit-scrollbar { width: 0.55rem; }
.team-modal__body::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.035); border-radius: 999px; }
.team-modal__body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.22); border-radius: 999px; border: 2px solid rgba(18, 22, 27, 0.96); }
.team-modal__body::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.34); }
.team-modal__body::-webkit-scrollbar-button:single-button { height: 0.8rem; background-repeat: no-repeat; background-position: center; background-size: 0.42rem; }
.team-modal__body::-webkit-scrollbar-button:single-button:vertical:decrement { background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.45) 50%), linear-gradient(135deg, rgba(255,255,255,0.45) 50%, transparent 50%); }
.team-modal__body::-webkit-scrollbar-button:single-button:vertical:increment { background-image: linear-gradient(135deg, transparent 50%, rgba(255,255,255,0.45) 50%), linear-gradient(45deg, rgba(255,255,255,0.45) 50%, transparent 50%); }
.team-modal__bio { margin: 0; font-size: 1rem; line-height: 1.88; color: var(--text-soft); }
body.has-modal-open { overflow: hidden; }

/* === TEAM STATEMENT (quote aligned to first word) === */
.team__statement { margin-top: 4.5rem; display: flex; justify-content: center; }
.team__statement-line { display: inline-flex; align-items: flex-start; justify-content: center; gap: 0.35rem; max-width: 52rem; text-align: left; }
.team__statement-quote { flex: 0 0 auto; font-size: clamp(2.4rem, 3vw, 3.2rem); line-height: 0.9; color: rgba(255, 255, 255, 0.12); font-family: var(--font-serif); transform: translateY(-0.08em); }
.team__statement-text { margin: 0; font-size: clamp(1.4rem, 2vw, 1.8rem); line-height: 1.5; letter-spacing: -0.01em; color: var(--text); font-style: italic; text-wrap: balance; }
@media (max-width: 1080px) {
    .team__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .team-card__image-wrap { min-height: 22rem; justify-content: flex-start; }
    .team-card__content { width: 86%; margin-left: 7%; margin-right: 7%; }
}
@media (max-width: 768px) {
    .team { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .team__title { max-width: none; font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.12; }
    .team__grid { gap: 2rem; }
    .team-card__image-wrap { min-height: 18rem; margin-bottom: 1.1rem; }
    .team-card__content { width: 100%; margin-left: 0; margin-right: 0; min-height: auto; }
    .team-card__cta { margin-top: 0; }
    .team-modal__dialog { width: 100%; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; padding: 1.4rem 1.2rem 1rem; }
    .team-modal__header { padding-right: 3.2rem; margin-bottom: 1.2rem; }
    .team-modal__body { max-height: none; }
    .team__statement { margin-top: 2.8rem; }
    .team__statement-line { max-width: 24rem; gap: 0.25rem; }
    .team__statement-quote { font-size: clamp(1.8rem, 7vw, 2.3rem); transform: translateY(-0.04em); }
    .team__statement-text { font-size: clamp(1.2rem, 5.5vw, 1.5rem); line-height: 1.55; }
}

/* =========================================================
   CONTACT SECTION
   ========================================================= */
.contact { position: relative; padding-top: 1.6rem; padding-bottom: 8rem; }
.contact__inner { padding-top: 4rem; }
.contact__grid { position: relative; display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr); gap: 4rem; align-items: center; }
.contact__grid::before { content: ''; position: absolute; left: calc(minmax(280px, 0.72fr)); display: none; }

/* pionowa linia na wysokość całego wyższego bloku */
.contact__grid::after { content: ''; position: absolute; top: 0.3rem; bottom: 0.3rem; left: calc(41.86% + 2rem); /* pozycja wizualna między kolumnami */ width: 1px; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.03) 0%, var(--accent) 18%, var(--accent) 82%, rgba(255, 255, 255, 0.03) 100% ); opacity: 0.65; pointer-events: none; }
.contact__intro { align-self: start; }
.contact__title { max-width: 22ch; margin: 1rem 0 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.contact__main { max-width: 860px; padding-left: 2rem; padding-top: 0; align-self: center; transform: translateY(0.9rem); }
.contact__lead { max-width: 44ch; margin: 0 0 1.25rem; font-size: 1rem; line-height: 1.55; color: var(--text-soft); }
.contact__notice { max-width: 48ch; margin: 0 0 1.4rem; padding: 0.95rem 1.1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1rem; font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.6; }
.contact__notice--success { color: var(--text); background: rgba(255, 255, 255, 0.035); }
.contact__notice--error { color: var(--text); background: rgba(255, 255, 255, 0.025); }
.contact__cta { display: inline-flex; align-items: center; gap: 0.7rem; min-height: 3.5rem; padding: 0 1.35rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)); color: #0b0d10; font-family: var(--font-sans); font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 22px rgba(0, 0, 0, 0.1); transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease; }
.contact__cta:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 14px 28px rgba(0, 0, 0, 0.14), 0 0 26px var(--glow); }
.contact__cta-mark { width: 0.95rem; height: 0.95rem; object-fit: contain; flex: 0 0 auto; transform: translateX(0); transition: transform 0.28s ease; }
.contact__cta:hover .contact__cta-mark { transform: translateX(4px); }
@media (max-width: 1080px) {
    .contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .contact__grid::after { display: none; }
    .contact__title { font-size: clamp(2.2rem, 8vw, 4rem); line-height: 0.96; }
    .contact__main { padding-left: 0; padding-top: 0; transform: none; }
}
@media (max-width: 768px) {
    .contact { padding-top: 1.1rem; padding-bottom: 5.5rem; }
    .contact__inner { padding-top: 2.6rem; }
    .contact__title { max-width: none; font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.12; }
    .contact__lead { max-width: 44ch; font-size: 1rem; line-height: 1.55; }
}

/* =========================================================
   CONTACT MODAL
   ========================================================= */
.contact-modal { position: fixed; inset: 0; z-index: 1700; opacity: 0; visibility: hidden; transition: opacity 0.28s ease, visibility 0.28s ease; }
.contact-modal[hidden] { display: none; }
.contact-modal.is-visible { opacity: 1; visibility: visible; }
.contact-modal__backdrop { position: absolute; inset: 0; background: rgba(5, 7, 10, 0.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.28s ease; }
.contact-modal.is-visible .contact-modal__backdrop { opacity: 1; }
.contact-modal__dialog { position: relative; z-index: 2; width: min(100% - 2rem, 46rem); max-height: min(90vh, 48rem); margin: 5vh auto 0; padding: 2rem 2rem 1.6rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1.75rem; background: linear-gradient(180deg, rgba(18, 22, 27, 0.96), rgba(12, 15, 19, 0.98)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 80px rgba(0, 0, 0, 0.35); overflow: hidden; transform: translateY(18px) scale(0.985); opacity: 0; transition: transform 0.32s ease, opacity 0.32s ease; }
.contact-modal.is-visible .contact-modal__dialog { transform: translateY(0) scale(1); opacity: 1; }
.contact-modal__close { position: absolute; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.04); color: var(--text); font-size: 1.5rem; cursor: pointer; transition: background 0.28s ease, transform 0.28s ease; }
.contact-modal__close:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-1px); }
.contact-modal__header { padding-right: 3rem; margin-bottom: 1.5rem; }
.contact-modal__title { margin: 0; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.contact-modal__body { max-height: calc(90vh - 8rem); overflow-y: auto; padding-right: 0.4rem; }
.contact-modal__dialog { transition: transform 0.32s ease, opacity 0.32s ease, width 0.32s ease, max-width 0.32s ease, min-height 0.32s ease; }
.contact-modal__dialog.is-success-state { width: min(100% - 2rem, 34rem); min-height: 22rem; }
.contact-modal__panel { transition: opacity 0.28s ease, transform 0.28s ease; }
.contact-modal__panel[hidden] { display: none; }
.contact-modal__panel.is-leaving { opacity: 0; transform: translateY(8px); }
.contact-modal__panel.is-entering { opacity: 0; transform: translateY(8px); }
.contact-modal__panel.is-entering-active { opacity: 1; transform: translateY(0); }

/* =========================================================
   CONTACT SUCCESS STATE
   ========================================================= */
.contact-success { min-height: 18rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem 0.5rem; }
.contact-success__icon { display: inline-flex; align-items: center; justify-content: center; width: 4.5rem; height: 4.5rem; margin-bottom: 1.25rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)); color: var(--text); font-family: var(--font-sans); font-size: 1.5rem; font-weight: 600; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 28px rgba(0, 0, 0, 0.14); }
.contact-success__title { margin: 0 0 0.8rem; font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--text); }
.contact-success__text { max-width: 28ch; margin: 0; font-size: 1rem; line-height: 1.72; color: var(--text-soft); }

/* =========================================================
   CONTACT FORM
   ========================================================= */
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem 1rem; }
.contact-form__field { display: flex; flex-direction: column; gap: 0.5rem; }
.contact-form__field--full { grid-column: 1 / -1; }
.contact-form__field label { font-family: var(--font-sans); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.02em; color: var(--text); }
.contact-form__field input, .contact-form__field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1rem; background: rgba(255, 255, 255, 0.03); color: var(--text); font-family: var(--font-sans); font-size: 0.98rem; line-height: 1.5; padding: 0.95rem 1rem; outline: none; transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease; }
.contact-form__field textarea { min-height: 10rem; resize: vertical; }
.contact-form__field input:focus, .contact-form__field textarea:focus { border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.045); box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04); }
.contact-form__actions { margin-top: 1.4rem; }
.contact-form__submit { display: inline-flex; align-items: center; justify-content: center; min-height: 3.3rem; padding: 0 1.35rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)); color: #0b0d10; font-family: var(--font-sans); font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 22px rgba(0, 0, 0, 0.1); transition: transform 0.28s ease, box-shadow 0.28s ease; }
.contact-form__submit:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 14px 28px rgba(0, 0, 0, 0.14), 0 0 26px var(--glow); }
.contact-form__notice { margin: 0 0 1.2rem; padding: 0.95rem 1.1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1rem; font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.6; }
.contact-form__notice.is-success { color: var(--text); background: rgba(255, 255, 255, 0.035); }
.contact-form__notice.is-error { color: var(--text); background: rgba(255, 255, 255, 0.025); }
.contact-form__submit:disabled { opacity: 0.7; cursor: wait; }
@media (max-width: 768px) {
    .contact { padding-top: 2.5rem; padding-bottom: 5.5rem; }
    .contact__inner { padding-top: 2.6rem; }
    .contact__title { max-width: none; font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.12; }
    .contact__lead { font-size: 1rem; line-height: 1.8; }
    .contact__notice { margin: 0 0 1.4rem; padding: 0.95rem 1.1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1rem; font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.6; }
    .contact__notice--success { color: var(--text); background: rgba(255, 255, 255, 0.035); }
    .contact__notice--error { color: var(--text); background: rgba(255, 255, 255, 0.025); }
    .contact-modal__dialog { width: 100%; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; padding: 1.4rem 1.2rem 1rem; }
    .contact-modal__body { max-height: calc(100dvh - 7rem); }
    .contact-form__grid { grid-template-columns: 1fr; }
    .contact-modal__dialog.is-success-state { width: 100%; min-height: 100dvh; }
    .contact-success { min-height: calc(100dvh - 8rem); }
    .contact-success__text { max-width: 22ch; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { position: relative; padding-top: 1.75rem; padding-bottom: 2rem; }
.site-footer__inner { border-top: 1px solid rgba(255, 255, 255, 0.07); padding-top: 1.6rem; }
.site-footer__top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; margin-bottom: 1.35rem; }
.site-footer__brand { display: inline-flex; align-items: center; justify-self: start; flex: 0 0 auto; }
.site-footer__brand-logo { display: block; height: 2rem; width: auto; object-fit: contain; }
.site-footer__email { justify-self: center; font-family: var(--font-sans); font-size: 0.95rem; line-height: 1.5; color: var(--text-soft); transition: color 0.28s ease; }
.site-footer__email:hover { color: var(--text); }
.site-footer__socials { justify-self: end; display: inline-flex; align-items: center; gap: 0.65rem; flex-wrap: wrap; justify-content: flex-end; }
.site-footer__social-link { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.02); color: var(--text-soft); transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, transform 0.28s ease; }
.site-footer__social-link:hover { color: var(--text); border-color: rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.04); transform: translateY(-1px); }
.site-footer__social-link svg { width: 1.2rem; height: 1.2rem; display: block; }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.site-footer__copyright { margin: 0; font-family: var(--font-sans); font-size: 0.88rem; line-height: 1.5; color: var(--text-soft); }
.site-footer__privacy-link { justify-self: center; font-family: var(--font-sans); font-size: 0.9rem; line-height: 1.5; color: var(--text-soft); transition: color 0.28s ease; }
.site-footer__privacy-link:hover { color: var(--text); }
.site-footer__top-link { justify-self: end; display: inline-flex; align-items: center; gap: 0.55rem; appearance: none; border: 0; padding: 0; background: transparent; font-family: var(--font-sans); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; color: var(--text); cursor: pointer; transition: color 0.28s ease; }
.site-footer__top-link:hover { color: var(--accent-2); }
.site-footer__top-mark { width: 0.92rem; height: 0.92rem; object-fit: contain; flex: 0 0 auto; transform: rotate(-90deg) translateX(0); transition: transform 0.28s ease; }
.site-footer__top-link:hover .site-footer__top-mark { transform: rotate(-90deg) translateX(3px); }
@media (max-width: 1080px) {
    .site-footer__top, .site-footer__bottom { grid-template-columns: 1fr; gap: 0.95rem; }
    .site-footer__brand, .site-footer__email, .site-footer__socials, .site-footer__privacy-link, .site-footer__top-link { justify-self: flex-start; }
    .site-footer__socials { justify-content: flex-start; }
}
@media (max-width: 768px) {
    .site-footer { padding-top: 1.2rem; padding-bottom: 1.5rem; }
    .site-footer__inner { padding-top: 1.2rem; }
    .site-footer__brand-logo { height: 1.7rem; }
    .site-footer__top { margin-bottom: 1rem; }
    .site-footer__socials { gap: 0.55rem; }
    .site-footer__social-link { width: 2.2rem; height: 2.2rem; }
    .site-footer__social-link svg { width: 1.05rem; height: 1.05rem; }
}

/* =========================================================
   TEXT PAGE
   ========================================================= */
.text-page-main { background: #f6f7f8; color: #14171b; }
.text-page { position: relative; padding-top: 8.5rem; padding-bottom: 6rem; }
.text-page__inner { max-width: 58rem; margin: 0 auto; }
.text-page__header { margin-bottom: 2.5rem; }
.text-page__title { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -0.045em; color: #111418; }
.text-page__content { font-family: var(--font-sans); color: #20242a; }
.wysiwyg-content > *:first-child { margin-top: 0; }
.wysiwyg-content > *:last-child { margin-bottom: 0; }
.wysiwyg-content p { margin: 0 0 1.4rem; font-size: 1.05rem; line-height: 1.88; color: #2a2f36; }
.wysiwyg-content h2 { margin: 3rem 0 1rem; font-family: var(--font-sans); font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.14; letter-spacing: -0.03em; color: #111418; }
.wysiwyg-content h3 { margin: 2rem 0 0.9rem; font-family: var(--font-sans); font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.18; letter-spacing: -0.02em; color: #161a20; }
.wysiwyg-content strong { font-weight: 700; color: #111418; }
.wysiwyg-content em { font-style: italic; }
.wysiwyg-content u { text-decoration-thickness: 1px; text-underline-offset: 0.12em; }
.wysiwyg-content s { text-decoration-thickness: 1px; }
.wysiwyg-content sub, .wysiwyg-content sup { font-size: 0.72em; line-height: 0; position: relative; vertical-align: baseline; }
.wysiwyg-content sub { bottom: -0.25em; }
.wysiwyg-content sup { top: -0.45em; }
.wysiwyg-content a { color: #1d3f68; text-decoration: none; border-bottom: 1px solid rgba(29, 63, 104, 0.25); transition: color 0.28s ease, border-color 0.28s ease; }
.wysiwyg-content a:hover { color: #0d2745; border-color: rgba(13, 39, 69, 0.45); }
.wysiwyg-content ul, .wysiwyg-content ol { margin: 0 0 1.5rem; padding: 0; }
.wysiwyg-content ul { list-style: none; }
.wysiwyg-content ul li { position: relative; margin: 0 0 0.8rem; padding-left: 1.8rem; font-size: 1.03rem; line-height: 1.8; color: #2a2f36; }
.wysiwyg-content ul li::before { content: ''; position: absolute; left: 0; top: 0.72em; width: 0.8rem; height: 0.8rem; background-image: url('/___new/assets/img/logos/signet-silver.png'); background-repeat: no-repeat; background-position: center; background-size: contain; transform: translateY(-50%); }
.wysiwyg-content ol { counter-reset: text-page-counter; list-style: none; }
.wysiwyg-content ol li { position: relative; margin: 0 0 0.8rem; padding-left: 2rem; font-size: 1.03rem; line-height: 1.8; color: #2a2f36; counter-increment: text-page-counter; }
.wysiwyg-content ol li::before { content: counter(text-page-counter) "."; position: absolute; left: 0; top: 0; font-family: var(--font-sans); font-size: 0.98rem; font-weight: 600; color: #111418; }
.wysiwyg-content blockquote { position: relative; margin: 2.4rem auto; max-width: 52rem; padding-left: 2rem; font-family: var(--font-serif); font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.5; letter-spacing: -0.01em; color: #111418; font-style: italic; font-weight: 700; }
.wysiwyg-content blockquote::before { content: "“"; position: absolute; left: 0; top: -0.15rem; font-size: 2.1em; line-height: 1; color: rgba(17, 20, 24, 0.14); font-family: var(--font-serif); }
.text-page__figure { margin: 2rem auto; text-align: center; }
.text-page__figure .text-page__image + .text-page__figcaption { margin-top: 0; }
.text-page__image { display: block; max-width: 100%; height: auto; margin: 0 auto; border-radius: 0; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08); }
.text-page__figcaption { display: inline-block; margin: 0; padding: 0.55rem 0.9rem; background: rgba(17, 20, 24, 0.06); border-top: 1px solid rgba(17, 20, 24, 0.08); font-family: var(--font-sans); font-size: 0.82rem; line-height: 1.5; color: #5a6270; text-align: center; font-style: italic; }
.wysiwyg-content code { padding: 0.08rem 0.3rem; border-radius: 0.4rem; background: rgba(17, 20, 24, 0.06); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.92em; color: #111418; }
@media (max-width: 768px) {
    .text-page { padding-top: 7rem; padding-bottom: 4.5rem; }
    .text-page__header { margin-bottom: 2rem; }
    .text-page__title { font-size: clamp(2rem, 9vw, 2.7rem); line-height: 1.08; }
    .wysiwyg-content p, .wysiwyg-content ul li, .wysiwyg-content ol li { font-size: 1rem; line-height: 1.8; }
    .wysiwyg-content blockquote { padding-left: 1.4rem; font-size: clamp(1.2rem, 6vw, 1.45rem); }
}

/* =========================================================
   404 PAGE
   ========================================================= */
body.is-error-page { min-height: 100svh; display: flex; flex-direction: column; background: var(--bg); color: var(--text); }
body.is-error-page main { flex: 1 0 auto; display: flex; flex-direction: column; background: var(--bg); }
body.is-error-page .site-footer { margin-top: auto; }
.error-page { flex: 1 0 auto; width: 100%; min-height: calc(100svh - 13rem); padding: 8rem 0 5rem; display: flex; align-items: center; justify-content: center; overflow: clip; }
.error-page__inner { width: 100%; }
.error-page__content { width: min(100%, 760px); margin: 0 auto; text-align: center; }
.error-page__code { margin: 0 0 1rem; font-family: var(--font-sans); font-size: clamp(5rem, 13vw, 10rem); font-weight: 600; line-height: 0.9; letter-spacing: -0.08em; color: rgba(255,255,255,0.18); text-shadow: 0 0 40px rgba(255,255,255,0.08); }
.error-page__label { margin: 0 0 1.1rem; font-family: var(--font-sans); font-size: 0.82rem; font-weight: 500; line-height: 1.4; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-2); }
.error-page__title { max-width: 13ch; margin: 0 auto 1.35rem; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1.05; letter-spacing: -0.045em; color: #ffffff; }
.error-page__lead { max-width: 50ch; margin: 0 auto; font-size: 1.05rem; line-height: 1.82; color: rgba(255,255,255,0.82); }
.error-page__cta { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 3.5rem; margin-top: 2rem; padding: 0 1.35rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.68)); color: #0b0d10; font-family: var(--font-sans); font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 10px 22px rgba(0,0,0,0.1); transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease; }
.error-page__cta:visited { color: #0b0d10; }
.error-page__cta:hover { transform: translateY(-1px); background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.76)); color: #0b0d10; box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 14px 28px rgba(0,0,0,0.14), 0 0 26px var(--glow); }
@media (max-width: 768px) { .error-page { min-height: calc(100svh - 10rem); padding: 7rem 0 4rem; } .error-page__title { max-width: none; font-size: clamp(2.3rem, 10vw, 3.3rem); } .error-page__lead { font-size: 1rem; line-height: 1.72; } }

/* =========================================================
   COOKIE BANNER
   ========================================================= */
.cookie-widget { position: fixed; left: 1.25rem; bottom: 1.25rem; z-index: 3000; }
.cookie-trigger { position: fixed; left: 1.4rem; bottom: 1.4rem; z-index: 2100; display: inline-flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; background: rgba(10, 12, 15, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: rgba(255, 255, 255, 0.72); cursor: pointer; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.03); transition: transform 0.28s ease, border-color 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease; }
.cookie-trigger:hover { transform: translateY(-2px); color: rgba(255, 255, 255, 0.92); border-color: rgba(255, 255, 255, 0.22); background: rgba(16, 18, 22, 0.96); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), 0 0 18px rgba(255, 255, 255, 0.04); }
.cookie-widget__trigger span { font-size: 1.35rem; line-height: 1; }
.cookie-banner { position: fixed; inset: 0; z-index: 3001; display: flex; align-items: flex-end; justify-content: center; padding: 1.25rem; background: rgba(5, 7, 10, 0.36); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__panel { position: relative; width: min(100%, 58rem); padding: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1.5rem; background: linear-gradient(180deg, rgba(18, 22, 27, 0.98), rgba(10, 12, 15, 0.98)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 80px rgba(0, 0, 0, 0.36); color: var(--text); }
.cookie-banner__close { position: absolute; top: 0.8rem; right: 0.8rem; width: 2.4rem; height: 2.4rem; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.04); color: var(--text); cursor: pointer; }
.cookie-banner__title { max-width: 18ch; margin: 0 0 0.7rem; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.1; letter-spacing: -0.035em; }
.cookie-banner__text { max-width: 66ch; margin: 0; font-size: 0.98rem; line-height: 1.65; color: var(--text-soft); }
.cookie-banner__settings { display: grid; gap: 0.75rem; margin-top: 1.2rem; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 1rem; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 1rem; background: rgba(255, 255, 255, 0.025); }
.cookie-option strong { display: block; margin-bottom: 0.25rem; font-size: 0.95rem; color: var(--text); }
.cookie-option p { margin: 0; font-size: 0.88rem; line-height: 1.5; color: var(--text-soft); }
.cookie-option input { width: 1.15rem; height: 1.15rem; accent-color: var(--accent-2); }
.cookie-option__badge { font-size: 0.78rem; letter-spacing: 0.08em; color: var(--accent-2); }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.25rem; }
.cookie-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0 1.05rem; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 999px; background: rgba(255, 255, 255, 0.035); color: var(--text); font-family: var(--font-sans); font-size: 0.92rem; cursor: pointer; transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease; }
.cookie-btn:hover { transform: translateY(-1px); background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.16); }
.cookie-btn--primary { background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)); color: #0b0d10; }
.cookie-btn--primary:hover { background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)); color: #0b0d10; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 14px 28px rgba(0, 0, 0, 0.14), 0 0 26px var(--glow); }
.cookie-btn--ghost { color: var(--text-soft); }
.cookie-banner__settings[hidden], .cookie-btn[hidden] { display: none; }
.cookie-trigger__icon { width: 1.3rem; height: 1.3rem; display: block; }
@media (max-width: 768px) {
    .cookie-widget { left: 1rem; bottom: 1rem; }
    .cookie-banner { padding: 0.8rem; }
    .cookie-banner__panel { padding: 1.25rem; border-radius: 1.2rem; }
    .cookie-banner__actions { flex-direction: column; }
    .cookie-btn { width: 100%; }
}

