/* Dom Bosco Metais — Contato V2 */
.contact-v2 main { overflow: hidden; }

.contact-v2 .contact-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(2,31,42,.97) 0%, rgba(3,45,61,.91) 48%, rgba(3,45,61,.64) 100%),
        url('../img/contato.jpg') center center / cover no-repeat;
}
.contact-v2 .contact-hero__inner { padding: 64px 0 76px; }
.contact-v2 .contact-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 54px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.contact-v2 .contact-breadcrumb a { color: rgba(255,255,255,.78); }
.contact-v2 .contact-breadcrumb a:hover { color: #fff; }
.contact-v2 .contact-hero__content { max-width: 760px; }
.contact-v2 .contact-hero .db-kicker { color: #79d5ff; }
.contact-v2 .contact-hero h1 { max-width: 760px; margin-bottom: 22px; color: #fff; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.contact-v2 .contact-hero p { max-width: 690px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.contact-v2 .contact-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.contact-v2 .contact-channels { padding: 104px 0 94px; background: #fff; }
.contact-v2 .contact-heading { max-width: 780px; margin-bottom: 48px; }
.contact-v2 .contact-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.contact-v2 .contact-heading h2 { margin-bottom: 16px; color: var(--db-blue-dark); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.contact-v2 .contact-heading p { margin-bottom: 0; color: #65747b; font-size: 17px; }
.contact-v2 .contact-channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--db-line); background: #fff; }
.contact-v2 .contact-channel-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 34px 28px 30px; color: var(--db-text); border-right: 1px solid var(--db-line); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.contact-v2 .contact-channel-card:last-child { border-right: 0; }
.contact-v2 .contact-channel-card:hover { z-index: 1; background: #f8fbfc; transform: translateY(-4px); box-shadow: 0 18px 45px rgba(3,45,61,.10); }
.contact-v2 .contact-channel-card--whatsapp { background: rgba(37,211,102,.045); }
.contact-v2 .contact-channel-card__icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 26px; color: var(--db-blue); background: #eef8fd; border-radius: 50%; font-size: 24px; }
.contact-v2 .contact-channel-card--whatsapp .contact-channel-card__icon { color: #128c4b; background: rgba(37,211,102,.12); }
.contact-v2 .contact-channel-card__eyebrow { margin-bottom: 8px; color: #839198; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-v2 .contact-channel-card strong { margin-bottom: 12px; color: var(--db-blue-dark); font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.22; }
.contact-v2 .contact-channel-card small { margin-top: auto; color: #748289; font-size: 12px; line-height: 1.65; }

.contact-v2 .contact-conversion { padding: 110px 0; background: var(--db-soft); }
.contact-v2 .contact-conversion__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.contact-v2 .contact-conversion__copy { padding-top: 18px; }
.contact-v2 .contact-conversion__copy h2 { max-width: 580px; margin-bottom: 24px; color: var(--db-blue-dark); font-size: clamp(36px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.contact-v2 .contact-conversion__copy > p { max-width: 570px; color: #68767c; font-size: 17px; line-height: 1.75; }
.contact-v2 .contact-conversion__benefits { margin-top: 45px; border-top: 1px solid #d5e0e4; }
.contact-v2 .contact-conversion__benefits > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 16px; padding: 22px 0; border-bottom: 1px solid #d5e0e4; }
.contact-v2 .contact-conversion__benefits span { grid-row: 1 / span 2; color: var(--db-blue); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.contact-v2 .contact-conversion__benefits strong { color: var(--db-blue-dark); font-size: 16px; }
.contact-v2 .contact-conversion__benefits p { margin: 5px 0 0; color: #75838a; font-size: 13px; line-height: 1.65; }
.contact-v2 .contact-conversion__direct { margin-top: 34px; padding: 23px 25px; color: #fff; background: var(--db-blue-dark); border-radius: 10px; }
.contact-v2 .contact-conversion__direct p { margin-bottom: 9px; color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .07em; }
.contact-v2 .contact-conversion__direct a { display: inline-flex; gap: 9px; align-items: center; color: #fff; font-size: 15px; font-weight: 900; }
.contact-v2 .contact-conversion__direct a i { color: #5be18d; font-size: 21px; }
.contact-v2 .contact-form-v2 { box-shadow: 0 25px 65px rgba(3,45,61,.13); }
.contact-v2 .db-intent-options--three { grid-template-columns: repeat(3, 1fr); }
.contact-v2 .contact-quantity-field { max-width: 100%; }

.contact-v2 .contact-location { padding: 100px 0; background: #fff; }
.contact-v2 .contact-location__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: stretch; }
.contact-v2 .contact-location__copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 0; }
.contact-v2 .contact-location__copy h2 { margin-bottom: 20px; color: var(--db-blue-dark); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.035em; }
.contact-v2 .contact-location__copy > p { max-width: 450px; color: #6f7d83; font-size: 16px; }
.contact-v2 .contact-location address { margin: 24px 0 30px; padding-left: 18px; border-left: 3px solid var(--db-blue); color: #56666d; font-style: normal; line-height: 1.8; }
.contact-v2 .contact-location address strong { color: var(--db-blue-dark); }
.contact-v2 .contact-map-wrap { min-height: 430px; overflow: hidden; border-radius: 16px; box-shadow: 0 18px 55px rgba(3,45,61,.12); background: #e9eef0; }
.contact-v2 .contact-map-wrap iframe { width: 100%; height: 100%; min-height: 430px; display: block; border: 0; }

@media (max-width: 1024px) {
    .contact-v2 .contact-hero { min-height: 470px; }
    .contact-v2 .contact-channel-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-v2 .contact-channel-card { border-bottom: 1px solid var(--db-line); }
    .contact-v2 .contact-channel-card:nth-child(2) { border-right: 0; }
    .contact-v2 .contact-channel-card:nth-child(3),
    .contact-v2 .contact-channel-card:nth-child(4) { border-bottom: 0; }
    .contact-v2 .contact-conversion__grid { grid-template-columns: 1fr; gap: 48px; }
    .contact-v2 .contact-conversion__copy { max-width: 760px; }
    .contact-v2 .contact-location__grid { grid-template-columns: 1fr; }
    .contact-v2 .contact-location__copy { padding-bottom: 0; }
}

@media (max-width: 767px) {
    .contact-v2 .contact-hero { min-height: auto; background-position: 62% center; }
    .contact-v2 .contact-hero__inner { padding: 38px 0 54px; }
    .contact-v2 .contact-breadcrumb { margin-bottom: 42px; }
    .contact-v2 .contact-hero h1 { font-size: 39px; }
    .contact-v2 .contact-hero p { font-size: 15px; }
    .contact-v2 .contact-hero__actions { display: grid; grid-template-columns: 1fr; }
    .contact-v2 .contact-channels,
    .contact-v2 .contact-conversion,
    .contact-v2 .contact-location { padding: 72px 0; }
    .contact-v2 .contact-heading { margin-bottom: 34px; text-align: left; }
    .contact-v2 .contact-heading h2 { font-size: 36px; }
    .contact-v2 .contact-channel-grid { grid-template-columns: 1fr; }
    .contact-v2 .contact-channel-card { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--db-line) !important; }
    .contact-v2 .contact-channel-card:last-child { border-bottom: 0 !important; }
    .contact-v2 .contact-conversion__copy h2 { font-size: 38px; }
    .contact-v2 .db-intent-options--three { grid-template-columns: 1fr; }
    .contact-v2 .contact-map-wrap,
    .contact-v2 .contact-map-wrap iframe { min-height: 330px; }
}
