.information-page,
.policy-page {
    background: var(--paper);
}

.about-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: url("ego-bmw-city.webp") center 58% / cover no-repeat;
}
.about-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,13,22,.94) 0%, rgba(5,13,22,.76) 48%, rgba(5,13,22,.14) 85%),
        linear-gradient(180deg, rgba(5,13,22,.08), rgba(5,13,22,.56));
}
.about-hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 40px));
    margin-left: clamp(24px, 8vw, 145px);
}
.about-hero h1 {
    max-width: 750px;
    margin: 18px 0 20px;
    font-size: clamp(48px, 6.5vw, 88px);
    line-height: .96;
    letter-spacing: -.06em;
}
.about-hero p {
    max-width: 650px;
    color: #d8dee1;
    font-size: 16px;
    line-height: 1.75;
}
.about-hero-actions,
.about-final-cta > div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 31px;
}
.primary-link,
.secondary-link {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}
.primary-link { color: #fff; background: var(--green-dark); }
.secondary-link { color: inherit; border: 1px solid currentColor; background: transparent; }
.primary-link:hover { background: #7d4b24; }
.secondary-link:hover { color: #e2b77e; }
.experience-seal {
    position: absolute;
    z-index: 2;
    right: clamp(28px, 7vw, 120px);
    bottom: 55px;
    width: 150px;
    height: 150px;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--navy);
    background: var(--sand);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.experience-seal strong { font-size: 43px; line-height: 1; }
.experience-seal span { max-width: 90px; margin-top: 7px; font-size: 10px; font-weight: 900; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }

.about-introduction {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(35px, 8vw, 120px);
    padding: 100px clamp(28px, 8vw, 140px);
    background: #fff;
}
.about-introduction h2,
.value-heading h2,
.about-partner-copy h2,
.company-section-heading h2,
.about-final-cta h2,
.policy-hero h1 {
    margin: 14px 0 0;
    color: var(--navy);
    font-size: clamp(36px, 4.5vw, 61px);
    line-height: 1.02;
    letter-spacing: -.05em;
}
.about-introduction p {
    max-width: 760px;
    margin: 0;
    color: #4f5b64;
    font-size: 17px;
    line-height: 1.8;
}

.value-section { padding: 95px clamp(24px, 6vw, 100px) 110px; }
.value-heading { max-width: 720px; margin-bottom: 40px; }
.value-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.value-card {
    grid-column: span 2;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 45px rgba(12,25,40,.05);
}
.value-card:nth-child(4) { grid-column: 2 / span 2; }
.value-card > span { color: var(--green-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.value-card h3 { max-width: 310px; margin: auto 0 13px; color: var(--navy); font-size: 23px; line-height: 1.12; letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.about-partner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 650px;
    color: #fff;
    background: var(--navy);
}
.about-partner-photo {
    min-height: 650px;
    background:
        linear-gradient(90deg, transparent 75%, var(--navy)),
        url("ego-bmw-interior.webp") center / cover no-repeat;
}
.about-partner-copy {
    align-self: center;
    padding: 75px clamp(30px, 7vw, 110px) 75px clamp(35px, 5vw, 80px);
}
.about-partner-copy .eyebrow { color: #e2b77e; }
.about-partner-copy h2 { color: #fff; }
.about-partner-copy > p { color: #c4cdd2; font-size: 15px; line-height: 1.75; }
.partner-points { display: grid; gap: 10px; margin: 27px 0; color: #e7ebed; font-size: 13px; }
.about-partner-copy > a { display: inline-flex; padding-bottom: 5px; color: #e2b77e; border-bottom: 1px solid #e2b77e; font-size: 12px; font-weight: 900; text-decoration: none; }

.company-section {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(40px, 8vw, 120px);
    padding: 105px clamp(28px, 8vw, 140px);
    background: #fff;
    scroll-margin-top: 25px;
}
.company-section-heading p { max-width: 530px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.company-card { padding: 35px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(12,25,40,.08); }
.company-identity { display: flex; align-items: center; gap: 19px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.company-identity img { width: 78px; height: 78px; object-fit: contain; background: #fff; border: 2px solid var(--green); border-radius: 50%; }
.company-identity div { display: grid; gap: 5px; }
.company-identity span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.company-identity strong { color: var(--navy); font-size: 24px; }
.company-card dl { margin: 10px 0 24px; }
.company-card dl > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.company-card dt { color: var(--muted); font-size: 11px; font-weight: 800; }
.company-card dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.company-card dd a { color: inherit; }
.map-link { display: inline-flex; min-height: 46px; align-items: center; padding: 0 19px; color: #fff; background: var(--green-dark); font-size: 11px; font-weight: 900; text-decoration: none; }

.about-final-cta {
    padding: 95px clamp(28px, 10vw, 180px);
    color: #fff;
    background: linear-gradient(115deg, #14283b, #0c1928 72%);
}
.about-final-cta .eyebrow { color: #e2b77e; }
.about-final-cta h2 { max-width: 900px; color: #fff; }
.about-final-cta > p { max-width: 680px; color: #c2cbd0; font-size: 15px; line-height: 1.7; }

.policy-hero {
    padding: 90px clamp(28px, 12vw, 200px);
    color: #fff;
    background: linear-gradient(115deg, #14283b, #0c1928);
}
.policy-hero .eyebrow { color: #e2b77e; }
.policy-hero h1 { color: #fff; }
.policy-hero p { max-width: 760px; margin: 20px 0 15px; color: #d3d9dd; font-size: 16px; line-height: 1.7; }
.policy-hero small { color: #aeb9bf; }
.policy-layout {
    width: min(1240px, calc(100% - 40px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    margin: 60px auto 90px;
}
.policy-content { min-width: 0; padding: 45px; background: #fff; border: 1px solid var(--line); }
.policy-content section + section { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--line); }
.policy-content h2, .consent-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 26px; letter-spacing: -.03em; }
.policy-content p, .consent-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.cookie-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; }
.cookie-table { width: 100%; border-collapse: collapse; text-align: left; }
.cookie-table th { padding: 11px; color: var(--navy); background: var(--sand); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.cookie-table td { padding: 13px 11px; border-bottom: 1px solid var(--line); color: #4b565e; font-size: 12px; line-height: 1.5; vertical-align: top; }
.cookie-table code { color: var(--navy); font-weight: 800; }
.consent-card {
    position: sticky;
    top: 20px;
    align-self: start;
    display: grid;
    gap: 12px;
    padding: 28px;
    background: var(--cream);
    border: 1px solid var(--line);
    box-shadow: 0 16px 45px rgba(12,25,40,.08);
}
.consent-card .cookie-primary { color: #fff; background: var(--navy); border-color: var(--navy); }
.consent-card .cookie-secondary { color: var(--navy); border-color: var(--navy); }
.consent-card small { color: var(--muted); font-size: 10px; line-height: 1.5; }

@media (max-width: 950px) {
    .about-introduction,
    .about-partner,
    .company-section { grid-template-columns: 1fr; }
    .value-grid { grid-template-columns: 1fr 1fr; }
    .value-card, .value-card:nth-child(4) { grid-column: auto; }
    .value-card:last-child { grid-column: 1 / -1; }
    .about-partner-photo { min-height: 440px; background-image: linear-gradient(180deg, transparent 70%, var(--navy)), url("ego-bmw-interior.webp"); }
    .policy-layout { grid-template-columns: 1fr; }
    .consent-card { position: static; }
}

@media (max-width: 690px) {
    .about-hero { min-height: 670px; background-position: 62% center; }
    .about-hero-content { margin: -30px auto 0; }
    .about-hero h1 { font-size: 47px; }
    .about-hero p { font-size: 14px; }
    .about-hero-actions, .about-final-cta > div { align-items: stretch; flex-direction: column; }
    .primary-link, .secondary-link { justify-content: center; }
    .experience-seal { right: 20px; bottom: 22px; width: 112px; height: 112px; }
    .experience-seal strong { font-size: 32px; }
    .experience-seal span { font-size: 8px; }
    .about-introduction, .value-section, .company-section, .about-final-cta { padding: 62px 20px; }
    .about-introduction { gap: 25px; }
    .about-introduction p { font-size: 15px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-card, .value-card:last-child { grid-column: auto; min-height: 235px; }
    .about-partner-photo { min-height: 330px; }
    .about-partner-copy { padding: 58px 20px; }
    .company-card { padding: 23px 18px; }
    .company-card dl > div { grid-template-columns: 1fr; gap: 5px; }
    .company-identity strong { font-size: 19px; }
    .policy-hero { padding: 65px 20px; }
    .policy-layout { width: calc(100% - 24px); margin: 35px auto 60px; }
    .policy-content { padding: 28px 18px; }
    .cookie-table { min-width: 670px; }
}
