/* Dom Bosco Metais — Home V2
   Escopo propositalmente restrito à página inicial para não alterar páginas internas. */
.home-rebrand {
    --db-text: #333333;
    --db-blue: #067dbf;
    --db-blue-dark: #032d3d;
    --db-blue-deep: #021f2a;
    --db-soft: #f4f7f8;
    --db-line: #dce5e9;
    --db-white: #ffffff;
    --db-whatsapp: #25d366;
    --db-shadow: 0 18px 50px rgba(3, 45, 61, .12);
    margin: 0;
    color: var(--db-text);
    background: var(--db-white);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.home-rebrand *,
.home-rebrand *::before,
.home-rebrand *::after { box-sizing: border-box; }
.home-rebrand img { display: block; max-width: 100%; }
.home-rebrand a { text-decoration: none; }
.home-rebrand button,
.home-rebrand input,
.home-rebrand select,
.home-rebrand textarea { font: inherit; }
.home-rebrand h1,
.home-rebrand h2,
.home-rebrand h3,
.home-rebrand p { margin-top: 0; }

.home-rebrand .db-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* Header */
.home-rebrand .db-header {
    position: relative;
    z-index: 200;
    background: #fff;
    border-top: 4px solid var(--db-blue-dark);
}
.home-rebrand .db-header__main { padding: 18px 0; }
.home-rebrand .db-header__row {
    display: flex;
    align-items: center;
    gap: 28px;
}
.home-rebrand .db-brand { flex: 0 0 250px; }
.home-rebrand .db-brand img { width: 220px; height: auto; }
.home-rebrand .db-header__contacts {
    margin-left: auto;
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.home-rebrand .db-contact-link {
    min-width: 230px;
    display: grid;
    padding: 10px 15px;
    border: 1px solid var(--db-line);
    border-radius: 12px;
    color: var(--db-text);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.home-rebrand .db-contact-link:hover {
    transform: translateY(-2px);
    border-color: var(--db-blue);
    box-shadow: 0 8px 26px rgba(3,45,61,.08);
}
.home-rebrand .db-contact-link__label {
    color: var(--db-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.home-rebrand .db-contact-link strong {
    font-family: 'Open Sans', sans-serif;
    color: var(--db-blue-dark);
    font-size: 20px;
    line-height: 1.35;
}
.home-rebrand .db-contact-link small { color: #6f7c82; font-size: 11px; }
.home-rebrand .db-contact-link--whatsapp { border-color: rgba(37, 211, 102, .42); }
.home-rebrand .db-contact-link--whatsapp .db-contact-link__label { color: #128c4b; }

.home-rebrand .db-header__nav {
    border-top: 1px solid var(--db-line);
    border-bottom: 1px solid var(--db-line);
    background: #fff;
}
.home-rebrand .db-main-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 58px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-rebrand .db-main-menu > li { position: relative; }
.home-rebrand .db-main-menu > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    color: var(--db-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.home-rebrand .db-main-menu > li > a:hover,
.home-rebrand .db-main-menu > li > a[aria-current="page"] { color: var(--db-blue); }
.home-rebrand .db-main-menu > li > a[aria-current="page"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--db-blue);
}
.home-rebrand .db-menu-item--has-children { display: flex; align-items: center; }
.home-rebrand .db-submenu-toggle {
    border: 0;
    background: transparent;
    color: var(--db-blue);
    padding: 5px;
    cursor: pointer;
}
.home-rebrand .db-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--db-line);
    box-shadow: var(--db-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
}
.home-rebrand .db-menu-item--has-children:hover .db-submenu,
.home-rebrand .db-menu-item--has-children.is-open .db-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.home-rebrand .db-submenu a {
    display: block;
    padding: 10px 12px;
    color: var(--db-text);
    font-size: 13px;
    font-weight: 700;
}
.home-rebrand .db-submenu a:hover { background: var(--db-soft); color: var(--db-blue); }
.home-rebrand .db-menu-toggle { display: none; }

/* Hero */
.home-rebrand .db-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--db-blue-dark);
    isolation: isolate;
}
.home-rebrand .db-hero__media,
.home-rebrand .db-hero__media img,
.home-rebrand .db-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.home-rebrand .db-hero__media { z-index: -3; }
.home-rebrand .db-hero__media img { object-fit: cover; object-position: center; }
.home-rebrand .db-hero__overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(3,45,61,.96) 0%, rgba(3,45,61,.88) 42%, rgba(3,45,61,.35) 72%, rgba(3,45,61,.18) 100%);
}
.home-rebrand .db-hero__content {
    min-height: 620px;
    display: flex;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
}
.home-rebrand .db-hero__copy { width: min(690px, 63%); }
.home-rebrand .db-eyebrow,
.home-rebrand .db-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--db-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.home-rebrand .db-hero .db-eyebrow { color: #77d2ff; }
.home-rebrand .db-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(42px, 5.1vw, 72px);
    line-height: .98;
    letter-spacing: -.035em;
    font-weight: 900;
    text-transform: none;
}
.home-rebrand .db-hero p {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.86);
    font-size: 20px;
    line-height: 1.55;
}
.home-rebrand .db-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-rebrand .db-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.home-rebrand .db-btn:hover { transform: translateY(-2px); }
.home-rebrand .db-btn--primary { background: var(--db-blue); color: #fff; }
.home-rebrand .db-btn--primary:hover { background: #056ca5; color: #fff; }
.home-rebrand .db-btn--outline { border-color: rgba(255,255,255,.78); color: #fff; background: rgba(255,255,255,.04); }
.home-rebrand .db-btn--outline:hover { background: #fff; color: var(--db-blue-dark); }
.home-rebrand .db-btn--dark { background: var(--db-blue-dark); color: #fff; }
.home-rebrand .db-btn--light { background: #fff; color: var(--db-blue-dark); }
.home-rebrand .db-btn--outline-dark { border-color: var(--db-blue-dark); color: var(--db-blue-dark); }
.home-rebrand .db-btn--outline-dark:hover { background: var(--db-blue-dark); color: #fff; }
.home-rebrand .db-hero__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.home-rebrand .db-hero__whatsapp i { color: #5af28f; font-size: 22px; }

/* Proof strip */
.home-rebrand .db-proof-strip { background: #fff; border-bottom: 1px solid var(--db-line); }
.home-rebrand .db-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-rebrand .db-proof-strip__grid > div {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 28px;
    border-right: 1px solid var(--db-line);
}
.home-rebrand .db-proof-strip__grid > div:first-child { border-left: 1px solid var(--db-line); }
.home-rebrand .db-proof-strip strong { color: var(--db-blue-dark); font-size: 20px; line-height: 1.25; }
.home-rebrand .db-proof-strip span { margin-top: 5px; color: #77868d; font-size: 13px; }

/* Generic sections */
.home-rebrand .db-section { padding: 96px 0; }
.home-rebrand .db-section-heading { max-width: 760px; margin-bottom: 48px; }
.home-rebrand .db-section-heading h2,
.home-rebrand .db-history h2,
.home-rebrand .db-quote h2,
.home-rebrand .db-classifications h2 {
    margin-bottom: 18px;
    color: var(--db-blue-dark);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.025em;
    font-weight: 800;
}
.home-rebrand .db-section-heading p,
.home-rebrand .db-classifications p,
.home-rebrand .db-history p,
.home-rebrand .db-quote__intro > p { color: #68767c; font-size: 17px; line-height: 1.7; }
.home-rebrand .db-section-heading--light h2 { color: #fff; }
.home-rebrand .db-section-heading--light .db-kicker { color: #79d5ff; }
.home-rebrand .db-section-cta { margin-top: 36px; }

/* Materials */
.home-rebrand .db-materials { background: var(--db-soft); }
.home-rebrand .db-material-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.home-rebrand .db-material-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    color: var(--db-text);
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(3, 45, 61, .045);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.home-rebrand .db-material-card:hover {
    transform: translateY(-7px);
    border-color: rgba(6, 125, 191, .34);
    box-shadow: 0 22px 46px rgba(3, 45, 61, .13);
}
.home-rebrand .db-material-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dfe8ec;
}
.home-rebrand .db-material-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,45,61,0) 52%, rgba(3,45,61,.25) 100%);
    pointer-events: none;
}
.home-rebrand .db-material-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.home-rebrand .db-material-card:hover .db-material-card__media img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.02);
}
.home-rebrand .db-material-card__index {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    padding: 0 10px;
    color: #fff;
    background: rgba(3,45,61,.88);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}
.home-rebrand .db-material-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 26px 28px;
}
.home-rebrand .db-material-card h3 {
    margin: 0 0 12px;
    color: var(--db-blue-dark);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}
.home-rebrand .db-material-card p {
    flex: 1;
    min-height: 90px;
    margin-bottom: 22px;
    color: #68767c;
    font-size: 14px;
    line-height: 1.65;
}
.home-rebrand .db-text-link { color: var(--db-blue); font-size: 13px; font-weight: 900; }
.home-rebrand .db-text-link i { margin-left: 7px; transition: transform .2s ease; }
.home-rebrand a:hover .db-text-link i,
.home-rebrand .db-text-link:hover i { transform: translateX(5px); }
.home-rebrand .db-text-link--large { display: inline-block; margin-top: 20px; font-size: 15px; }

/* Journeys */
.home-rebrand .db-journeys { background: var(--db-blue-dark); }
.home-rebrand .db-journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-rebrand .db-journey-card { min-height: 500px; padding: 48px; border: 1px solid rgba(255,255,255,.13); }
.home-rebrand .db-journey-card--sell { background: var(--db-blue); }
.home-rebrand .db-journey-card--buy { background: rgba(255,255,255,.06); }
.home-rebrand .db-journey-card__tag { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-rebrand .db-journey-card h3 { margin: 70px 0 18px; color: #fff; font-size: 42px; line-height: 1.1; font-weight: 800; }
.home-rebrand .db-journey-card p { max-width: 520px; color: rgba(255,255,255,.84); font-size: 17px; }
.home-rebrand .db-journey-card ul { margin: 28px 0 36px; padding: 0; list-style: none; }
.home-rebrand .db-journey-card li { position: relative; margin-bottom: 9px; padding-left: 22px; color: #fff; font-size: 14px; }
.home-rebrand .db-journey-card li::before { content: '—'; position: absolute; left: 0; color: #8ad9ff; }

/* Classifications */
.home-rebrand .db-classifications { background: #fff; }
.home-rebrand .db-classifications__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.home-rebrand .db-classifications__intro { position: sticky; top: 30px; }
.home-rebrand .db-classification-list { border-top: 1px solid var(--db-line); }
.home-rebrand .db-classification-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    padding: 26px 0;
    border-bottom: 1px solid var(--db-line);
}
.home-rebrand .db-classification-row strong { color: var(--db-blue-dark); font-size: 20px; }
.home-rebrand .db-classification-row span { color: #65747a; font-size: 14px; line-height: 1.7; }

/* Differentials */
.home-rebrand .db-differentials {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 10%, rgba(6,125,191,.07), transparent 28%),
        var(--db-soft);
}
.home-rebrand .db-differential-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.home-rebrand .db-differential-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 26px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(3,45,61,.04);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.home-rebrand .db-differential-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--db-blue), #39afe9);
    transform: scaleX(.28);
    transform-origin: left center;
    transition: transform .3s ease;
}
.home-rebrand .db-differential-card::after {
    content: '';
    position: absolute;
    right: -54px;
    top: -54px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(6,125,191,.045);
    transition: transform .35s ease, background .35s ease;
}
.home-rebrand .db-differential-card:hover {
    transform: translateY(-6px);
    border-color: rgba(6,125,191,.28);
    box-shadow: 0 20px 44px rgba(3,45,61,.11);
}
.home-rebrand .db-differential-card:hover::before { transform: scaleX(1); }
.home-rebrand .db-differential-card:hover::after {
    transform: scale(1.16);
    background: rgba(6,125,191,.07);
}
.home-rebrand .db-differential-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.home-rebrand .db-differential-card__number {
    padding-top: 4px;
    color: #9babb2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}
.home-rebrand .db-differential-card__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--db-blue);
    background: #eef8fd;
    border: 1px solid #d7ecf7;
    border-radius: 15px;
    transition: color .28s ease, background .28s ease, transform .28s ease;
}
.home-rebrand .db-differential-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.home-rebrand .db-differential-card__icon .db-svg-fill {
    fill: currentColor;
    stroke: none;
}
.home-rebrand .db-differential-card:hover .db-differential-card__icon {
    color: #fff;
    background: var(--db-blue);
    transform: translateY(-2px) rotate(-2deg);
}
.home-rebrand .db-differential-card__content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}
.home-rebrand .db-differential-card h3 {
    margin: 0 0 13px;
    color: var(--db-blue-dark);
    font-size: 25px;
    line-height: 1.15;
    font-weight: 800;
}
.home-rebrand .db-differential-card p {
    margin: 0;
    color: #69777d;
    font-size: 14px;
    line-height: 1.72;
}

/* History */
.home-rebrand .db-history { padding: 104px 0; background: #fff; }
.home-rebrand .db-history__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.home-rebrand .db-history__year { color: var(--db-blue); font-size: clamp(110px, 16vw, 220px); line-height: .75; letter-spacing: -.075em; font-weight: 900; opacity: .12; }
.home-rebrand .db-history__content { max-width: 650px; }
.home-rebrand .db-history__content .db-btn { margin-top: 14px; }

/* Quote */
.home-rebrand .db-quote { padding: 100px 0; background: var(--db-blue-dark); }
.home-rebrand .db-quote__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.home-rebrand .db-quote h2 { color: #fff; }
.home-rebrand .db-quote .db-kicker { color: #79d5ff; }
.home-rebrand .db-quote__intro > p { color: rgba(255,255,255,.72); }
.home-rebrand .db-quote__direct { display: grid; gap: 10px; margin-top: 34px; }
.home-rebrand .db-quote__direct > a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
}
.home-rebrand .db-quote__direct i { width: 26px; color: #78d9ff; font-size: 22px; text-align: center; }
.home-rebrand .db-quote__direct span { display: grid; }
.home-rebrand .db-quote__direct small { color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.home-rebrand .db-quote__direct strong { font-family: 'Open Sans', sans-serif; font-size: 17px; }

.home-rebrand .db-quote-form { padding: 38px; background: #fff; border-radius: 12px; box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.home-rebrand .db-intent-fieldset { margin: 0 0 26px; padding: 0; border: 0; }
.home-rebrand .db-intent-fieldset legend { margin-bottom: 12px; color: var(--db-blue-dark); font-size: 14px; font-weight: 800; }
.home-rebrand .db-intent-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.home-rebrand .db-intent-options label { cursor: pointer; }
.home-rebrand .db-intent-options input { position: absolute; opacity: 0; pointer-events: none; }
.home-rebrand .db-intent-options span {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--db-line);
    border-radius: 7px;
    color: #5d6b72;
    font-size: 13px;
    font-weight: 800;
}
.home-rebrand .db-intent-options input:checked + span { color: #fff; background: var(--db-blue); border-color: var(--db-blue); }
.home-rebrand .db-intent-options input:focus-visible + span { outline: 3px solid rgba(6,125,191,.2); outline-offset: 2px; }
.home-rebrand .db-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.home-rebrand .db-field { display: grid; gap: 7px; }
.home-rebrand .db-field--full { grid-column: 1 / -1; }
.home-rebrand .db-field label { color: var(--db-blue-dark); font-size: 12px; font-weight: 800; }
.home-rebrand .db-field input,
.home-rebrand .db-field select,
.home-rebrand .db-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--db-text);
    background: #fff;
    border: 1px solid #cbd8dd;
    border-radius: 7px;
    outline: none;
}
.home-rebrand .db-field textarea { min-height: 126px; resize: vertical; }
.home-rebrand .db-field input:focus,
.home-rebrand .db-field select:focus,
.home-rebrand .db-field textarea:focus { border-color: var(--db-blue); box-shadow: 0 0 0 3px rgba(6,125,191,.10); }
.home-rebrand .db-btn--submit { width: 100%; margin-top: 22px; border: 0; cursor: pointer; }
.home-rebrand .db-btn--submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.home-rebrand .db-form-note { margin: 12px 0 0; color: #7a888e; font-size: 11px; text-align: center; }
.home-rebrand .db-form-status { min-height: 20px; margin: 8px 0 0; color: var(--db-blue-dark); font-size: 12px; text-align: center; }

/* Footer */
.home-rebrand .db-footer { padding: 72px 0 0; background: var(--db-blue-deep); color: #fff; }
.home-rebrand .db-footer__top { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.15fr; gap: 48px; padding-bottom: 56px; }
.home-rebrand .db-footer__brand img { width: 190px; filter: brightness(0) invert(1); opacity: .92; }
.home-rebrand .db-footer__brand p { max-width: 330px; margin-top: 24px; color: rgba(255,255,255,.6); font-size: 13px; }
.home-rebrand .db-footer h2 { margin-bottom: 18px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-rebrand .db-footer ul { margin: 0; padding: 0; list-style: none; }
.home-rebrand .db-footer li { margin-bottom: 8px; }
.home-rebrand .db-footer a { color: rgba(255,255,255,.68); font-size: 13px; }
.home-rebrand .db-footer a:hover { color: #fff; }
.home-rebrand .db-footer__contact { display: grid; align-content: start; gap: 8px; }
.home-rebrand .db-footer__contact h2 { margin-bottom: 10px; }
.home-rebrand .db-footer__contact i { width: 18px; color: #79d5ff; }
.home-rebrand .db-footer__contact p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.home-rebrand .db-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.46); font-size: 11px; }

/* Floating contacts */
.home-rebrand .db-floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 180;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 17px;
    color: #fff;
    background: var(--db-whatsapp);
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    font-size: 13px;
    font-weight: 800;
}
.home-rebrand .db-floating-whatsapp i { font-size: 20px; }
.home-rebrand .db-mobile-actions { display: none; }

@media (max-width: 1024px) {
    .home-rebrand .db-shell { width: min(100% - 36px, 960px); }
    .home-rebrand .db-header__contacts { display: none; }
    .home-rebrand .db-menu-toggle {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 12px;
        color: #fff;
        background: var(--db-blue);
        border: 0;
        border-radius: 6px;
        font-weight: 800;
        cursor: pointer;
    }
    .home-rebrand .db-header__nav { display: none; }
    .home-rebrand .db-header__nav.is-open { display: block; }
    .home-rebrand .db-main-menu { display: block; padding: 10px 0; }
    .home-rebrand .db-main-menu > li > a { width: 100%; min-height: 44px; }
    .home-rebrand .db-main-menu > li > a[aria-current="page"]::after { display: none; }
    .home-rebrand .db-menu-item--has-children { display: grid; grid-template-columns: 1fr auto; }
    .home-rebrand .db-submenu-toggle { padding: 12px 14px; }
    .home-rebrand .db-submenu { grid-column: 1 / -1; position: static; display: none; min-width: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 2px solid var(--db-blue); }
    .home-rebrand .db-menu-item--has-children.is-open .db-submenu { display: block; }

    .home-rebrand .db-hero__copy { width: min(700px, 76%); }
    .home-rebrand .db-material-grid,
    .home-rebrand .db-differential-grid { grid-template-columns: repeat(2, 1fr); }
    .home-rebrand .db-proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .home-rebrand .db-proof-strip__grid > div { border-bottom: 1px solid var(--db-line); }
    .home-rebrand .db-classifications__layout,
    .home-rebrand .db-history__grid,
    .home-rebrand .db-quote__layout { grid-template-columns: 1fr; }
    .home-rebrand .db-classifications__intro { position: static; }
    .home-rebrand .db-history__year { font-size: 150px; }
    .home-rebrand .db-footer__top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .home-rebrand { padding-bottom: 64px; }
    .home-rebrand .db-shell { width: min(100% - 30px, 720px); }
    .home-rebrand .db-header__main { padding: 10px 0; }
    .home-rebrand .db-brand { flex-basis: auto; }
    .home-rebrand .db-brand img { width: 155px; }
    .home-rebrand .db-menu-toggle span { display: none; }

    .home-rebrand .db-hero,
    .home-rebrand .db-hero__content { min-height: 610px; }
    .home-rebrand .db-hero__content { align-items: flex-end; padding-top: 110px; padding-bottom: 44px; }
    .home-rebrand .db-hero__copy { width: 100%; }
    .home-rebrand .db-hero__overlay { background: linear-gradient(180deg, rgba(3,45,61,.30) 0%, rgba(3,45,61,.82) 48%, rgba(3,45,61,.98) 100%); }
    .home-rebrand .db-hero__media img { object-position: 62% center; }
    .home-rebrand .db-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .home-rebrand .db-hero p { font-size: 17px; line-height: 1.55; }
    .home-rebrand .db-hero__actions { display: grid; }
    .home-rebrand .db-hero__actions .db-btn { width: 100%; }
    .home-rebrand .db-hero__whatsapp { font-size: 12px; }

    .home-rebrand .db-proof-strip__grid { grid-template-columns: 1fr 1fr; }
    .home-rebrand .db-proof-strip__grid > div { min-height: 96px; padding: 16px; border-right: 1px solid var(--db-line); }
    .home-rebrand .db-proof-strip strong { font-size: 16px; }
    .home-rebrand .db-proof-strip span { font-size: 11px; }

    .home-rebrand .db-section { padding: 70px 0; }
    .home-rebrand .db-section-heading { margin-bottom: 34px; }
    .home-rebrand .db-section-heading h2,
    .home-rebrand .db-history h2,
    .home-rebrand .db-quote h2,
    .home-rebrand .db-classifications h2 { font-size: 34px; }
    .home-rebrand .db-material-grid,
    .home-rebrand .db-differential-grid,
    .home-rebrand .db-journey-grid { grid-template-columns: 1fr; }
    .home-rebrand .db-material-card__body { padding: 22px 22px 24px; }
    .home-rebrand .db-material-card p { min-height: 0; }
    .home-rebrand .db-differential-card { min-height: 285px; }
    .home-rebrand .db-differential-card__content { padding-top: 46px; }
    .home-rebrand .db-journey-card { min-height: 0; padding: 32px 24px; }
    .home-rebrand .db-journey-card h3 { margin-top: 45px; font-size: 34px; }
    .home-rebrand .db-classification-row { grid-template-columns: 1fr; gap: 8px; }
    .home-rebrand .db-history { padding: 72px 0; }
    .home-rebrand .db-history__grid { gap: 30px; }
    .home-rebrand .db-history__year { font-size: 105px; }
    .home-rebrand .db-quote { padding: 70px 0; }
    .home-rebrand .db-quote__layout { gap: 40px; }
    .home-rebrand .db-quote-form { padding: 24px 18px; }
    .home-rebrand .db-intent-options,
    .home-rebrand .db-form-grid { grid-template-columns: 1fr; }
    .home-rebrand .db-field--full { grid-column: auto; }
    .home-rebrand .db-footer { padding-top: 55px; }
    .home-rebrand .db-footer__top { grid-template-columns: 1fr; gap: 34px; }
    .home-rebrand .db-footer__bottom { display: grid; }
    .home-rebrand .db-floating-whatsapp { display: none; }
    .home-rebrand .db-mobile-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 190;
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 64px;
        background: #fff;
        border-top: 1px solid var(--db-line);
        box-shadow: 0 -8px 22px rgba(3,45,61,.10);
    }
    .home-rebrand .db-mobile-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: var(--db-blue-dark);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .home-rebrand .db-mobile-actions a:first-child { color: #fff; background: var(--db-whatsapp); }
}

@media (prefers-reduced-motion: reduce) {
    .home-rebrand *,
    .home-rebrand *::before,
    .home-rebrand *::after { scroll-behavior: auto !important; transition: none !important; }
}