:root {
    --sd-orange: #ff5a00;
    --sd-ink: #0d1b2d;
    --sd-text: #5d6878;
    --sd-muted: #667383;
    --sd-line: #e8edf2;
    --sd-soft: #f5f8fa;
    --sd-fish: #d8eaf4;
    --sd-radius: 16px;
    --sd-shadow: 0 14px 34px rgba(18, 34, 51, .07);
}

/* Astra / conteúdo da página: o header e o footer continuam a cargo do tema. */
.sdinst-page #primary,
.sdinst-page .site-main,
.sdinst-page .entry-content,
.sdinst-page .ast-article-single,
.sdinst-page article.page {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.sdinst-page .site-content > .ast-container,
.sdinst-page .site-content .ast-container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sdinst-page .entry-header,
.sdinst-page .page-title,
.sdinst-page .entry-title {
    display: none !important;
}

.sdinst-page .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}

.sdinst-about,
.sdinst-about * {
    box-sizing: border-box;
}

.sdinst-about {
    color: var(--sd-ink);
    font-family: inherit;
    overflow: hidden;
}

.sdinst-about p,
.sdinst-about h1,
.sdinst-about h2,
.sdinst-about h3,
.sdinst-about figure {
    margin-top: 0;
}

.sdinst-about img {
    display: block;
    width: 100%;
    height: auto;
}

.sdinst-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.sdinst-wrap {
    width: min(100% - 48px, 1120px);
    margin-inline: auto;
}

.sdinst-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 24px;
    font-size: 12px;
    line-height: 1.3;
    color: #7d8995;
}

.sdinst-breadcrumb a {
    color: #697684;
    text-decoration: none;
}

.sdinst-breadcrumb a:hover {
    color: var(--sd-orange);
}

.sdinst-kicker {
    margin-bottom: 14px;
    color: #52657a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.sdinst-about h1,
.sdinst-about h2,
.sdinst-about h3 {
    color: var(--sd-ink);
    letter-spacing: -.045em;
}

.sdinst-about h1 {
    margin-bottom: 19px;
    max-width: 530px;
    font-size: clamp(44px, 4.35vw, 66px);
    line-height: .98;
    font-weight: 700;
}

.sdinst-about h2 {
    margin-bottom: 18px;
    font-size: clamp(31px, 3.1vw, 44px);
    line-height: 1.03;
    font-weight: 700;
}

.sdinst-about h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

.sdinst-about p {
    color: var(--sd-text);
    font-size: 16px;
    line-height: 1.55;
}

/* HERO */
.sdinst-hero {
    position: relative;
    min-height: 420px;
    background-color: #f8fbfd;
    background-image:
        url('../img/fish-school.svg'),
        radial-gradient(circle at 79% 19%, rgba(214, 235, 246, .36), transparent 32%),
        linear-gradient(90deg, #fbfdff 0%, #f9fcfe 55%, #ffffff 100%);
    background-position: center top, center, center;
    background-size: 1500px auto, cover, cover;
    background-repeat: no-repeat;
}

.sdinst-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(330px, .92fr) 150px;
    gap: 42px;
    align-items: center;
    padding: 36px 0 42px;
}

.sdinst-hero-copy {
    padding-top: 5px;
}

.sdinst-hero .sdinst-lead {
    max-width: 505px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.52;
}

.sdinst-hero-media {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(18, 35, 52, .09);
    aspect-ratio: 3 / 2;
    background: #eef2f4;
}

.sdinst-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sdinst-handnote {
    position: relative;
    justify-self: end;
    transform: rotate(-3deg);
    color: #b7d3e3;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
}

.sdinst-handnote span {
    display: block;
    width: 70px;
    height: 2px;
    margin: 11px auto 0;
    background: #a9cadc;
    transform: rotate(-10deg);
    border-radius: 999px;
}

/* QUEM SOMOS */
.sdinst-section {
    padding: 70px 0;
    background: #fff;
}

.sdinst-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 92px;
    align-items: center;
}

.sdinst-copy p {
    max-width: 590px;
    margin-bottom: 13px;
}

.sdinst-copy p:last-child {
    margin-bottom: 0;
}

.sdinst-media-card {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1.45 / 1;
    box-shadow: var(--sd-shadow);
    background: #edf1f3;
}

.sdinst-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SOLUÇÕES */
.sdinst-solutions {
    padding-top: 54px;
    padding-bottom: 58px;
    background:
        linear-gradient(90deg, rgba(240, 247, 251, .55), rgba(255, 255, 255, .45) 50%, rgba(238, 246, 250, .62)),
        #f8fafb;
}

.sdinst-section-heading-split {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 26px;
}

.sdinst-section-heading-split h2 {
    margin-bottom: 0;
}

.sdinst-heading-note {
    max-width: 520px;
    margin-bottom: 9px !important;
}

.sdinst-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sdinst-card {
    min-height: 185px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(226, 233, 238, .9);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 6px 22px rgba(32, 52, 70, .035);
}

.sdinst-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.48;
}

.sdinst-iconbox {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #fff3ec;
    color: var(--sd-orange);
}

.sdinst-iconbox svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

/* PROCESSO */
.sdinst-process-section {
    padding-top: 54px;
    padding-bottom: 52px;
}

.sdinst-process-section h2 {
    margin-bottom: 34px;
}

.sdinst-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.sdinst-step {
    position: relative;
    padding-top: 2px;
}

.sdinst-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -20px;
    width: 28px;
    height: 1px;
    background: #dce4ea;
}

.sdinst-step-no {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--sd-orange);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.sdinst-step h3 {
    margin-bottom: 8px;
    font-size: 17px;
    letter-spacing: -.025em;
}

.sdinst-step p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.45;
}

/* INTERCALAR */
.sdinst-interlude {
    padding: 24px 0;
    background-color: #f5fbff;
    background-image:
        url('../img/fish-school.svg'),
        linear-gradient(90deg, #f3faff, #fbfdff 52%, #f1f8fc);
    background-position: center 54%, center;
    background-size: 1500px auto, cover;
    background-repeat: no-repeat;
    border-top: 1px solid #edf3f6;
    border-bottom: 1px solid #edf3f6;
}

.sdinst-interlude-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    min-height: 90px;
}

.sdinst-interlude-grid > p:last-child {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.45;
}

.sdinst-interlude-title {
    position: relative;
    justify-self: center;
    margin-bottom: 0 !important;
    color: #223650 !important;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: 25px !important;
    line-height: 1.2 !important;
    transform: rotate(-1.4deg);
}

.sdinst-interlude-title strong {
    font-weight: 700;
}

.sdinst-interlude-title span {
    display: block;
    width: 55px;
    height: 3px;
    margin-top: 7px;
    background: var(--sd-orange);
    transform: rotate(-3deg);
    border-radius: 99px;
}

/* CATÁLOGOS */
.sdinst-catalogs {
    padding: 40px 0 46px;
    background: #fff;
}

.sdinst-catalogs-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 80px;
    align-items: center;
}

.sdinst-catalogs h2 {
    margin-bottom: 13px;
    font-size: clamp(31px, 3vw, 42px);
}

.sdinst-catalogs p:not(.sdinst-kicker) {
    margin-bottom: 16px;
}

.sdinst-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 47px;
    padding: 11px 20px;
    border-radius: 9px;
    background: var(--sd-orange);
    color: #fff !important;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(255, 90, 0, .18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.sdinst-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sdinst-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 90, 0, .24);
    filter: brightness(.98);
}

.sdinst-book {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    background: #fff3ec;
    color: var(--sd-orange);
}

.sdinst-book svg {
    width: 72px;
    height: 72px;
    fill: currentColor;
}

@media (max-width: 1100px) {
    .sdinst-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
        gap: 34px;
    }

    .sdinst-handnote {
        display: none;
    }

    .sdinst-split {
        gap: 55px;
    }
}

@media (max-width: 850px) {
    .sdinst-wrap {
        width: min(100% - 38px, 720px);
    }

    .sdinst-hero {
        min-height: 0;
        background-size: 1150px auto, cover, cover;
    }

    .sdinst-hero-grid,
    .sdinst-split,
    .sdinst-section-heading-split,
    .sdinst-catalogs-grid,
    .sdinst-interlude-grid {
        grid-template-columns: 1fr;
    }

    .sdinst-hero-grid {
        padding: 30px 0 48px;
        gap: 30px;
    }

    .sdinst-hero-copy {
        max-width: 650px;
    }

    .sdinst-hero-media {
        width: min(100%, 620px);
        justify-self: start;
    }

    .sdinst-section,
    .sdinst-process-section {
        padding: 55px 0;
    }

    .sdinst-split {
        gap: 32px;
    }

    .sdinst-media-card {
        width: min(100%, 620px);
    }

    .sdinst-section-heading-split {
        gap: 6px;
        margin-bottom: 26px;
    }

    .sdinst-heading-note {
        max-width: 650px;
        margin-bottom: 0 !important;
    }

    .sdinst-card-grid {
        grid-template-columns: 1fr;
    }

    .sdinst-card {
        min-height: 0;
    }

    .sdinst-process {
        grid-template-columns: 1fr 1fr;
        gap: 30px 42px;
    }

    .sdinst-step::after {
        display: none;
    }

    .sdinst-interlude-grid {
        gap: 10px;
        text-align: center;
    }

    .sdinst-interlude-title {
        justify-self: center;
    }

    .sdinst-interlude-title span {
        margin-inline: auto;
    }

    .sdinst-book {
        justify-self: start;
        width: 120px;
        height: 120px;
    }

    .sdinst-catalogs-grid {
        gap: 28px;
    }
}

@media (max-width: 560px) {
    .sdinst-wrap {
        width: min(100% - 30px, 520px);
    }

    .sdinst-breadcrumb {
        padding-top: 18px;
        font-size: 11px;
    }

    .sdinst-kicker {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .sdinst-about h1 {
        font-size: clamp(38px, 11.2vw, 48px);
        line-height: .99;
    }

    .sdinst-about h2,
    .sdinst-catalogs h2 {
        font-size: 31px;
        line-height: 1.04;
    }

    .sdinst-about h1 br,
    .sdinst-about h2 br,
    .sdinst-catalogs h2 br {
        display: none;
    }

    .sdinst-about p,
    .sdinst-hero .sdinst-lead {
        font-size: 15px;
    }

    .sdinst-hero-grid {
        padding: 24px 0 38px;
    }

    .sdinst-hero-media,
    .sdinst-media-card {
        border-radius: 13px;
    }

    .sdinst-section,
    .sdinst-process-section,
    .sdinst-solutions {
        padding: 44px 0;
    }

    .sdinst-process-section h2 {
        margin-bottom: 27px;
    }

    .sdinst-process {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sdinst-step {
        display: grid;
        grid-template-columns: 43px 1fr;
        column-gap: 14px;
        align-items: start;
    }

    .sdinst-step-no {
        grid-row: 1 / span 2;
        margin-bottom: 0;
    }

    .sdinst-step h3,
    .sdinst-step p {
        grid-column: 2;
    }

    .sdinst-step h3 {
        margin-top: 2px;
    }

    .sdinst-interlude {
        padding: 24px 0;
        background-size: 1000px auto, cover;
    }

    .sdinst-interlude-title {
        font-size: 22px !important;
    }

    .sdinst-catalogs {
        padding: 36px 0 42px;
    }

    .sdinst-book {
        width: 105px;
        height: 105px;
        border-radius: 20px;
    }

    .sdinst-book svg {
        width: 58px;
        height: 58px;
    }

    .sdinst-btn {
        width: 100%;
        max-width: 275px;
    }
}


/* ==========================================================
   CONTACTOS
   ========================================================== */
.sdinst-contact,
.sdinst-contact * {
    box-sizing: border-box;
}

.sdinst-contact {
    color: var(--sd-ink);
    font-family: inherit;
    overflow: hidden;
}

.sdinst-contact h1,
.sdinst-contact h2,
.sdinst-contact h3,
.sdinst-contact p {
    margin-top: 0;
}

.sdinst-contact h1,
.sdinst-contact h2,
.sdinst-contact h3 {
    color: var(--sd-ink);
    letter-spacing: -.045em;
}

.sdinst-contact h1 {
    margin-bottom: 17px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: .98;
    font-weight: 700;
}

.sdinst-contact h2 {
    margin-bottom: 18px;
    font-size: clamp(31px, 3.15vw, 44px);
    line-height: 1.03;
    font-weight: 700;
}

.sdinst-contact h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 700;
}

.sdinst-contact p {
    color: var(--sd-text);
    font-size: 16px;
    line-height: 1.52;
}

.sdinst-contact-hero {
    min-height: 330px;
    background-color: #f8fbfd;
    background-image:
        url('../img/fish-school.svg'),
        radial-gradient(circle at 78% 16%, rgba(214, 235, 246, .34), transparent 34%),
        linear-gradient(90deg, #fbfdff 0%, #f8fcfe 60%, #fff 100%);
    background-position: center -60px, center, center;
    background-size: 1500px auto, cover, cover;
    background-repeat: no-repeat;
}

.sdinst-contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 80px;
    align-items: center;
    padding: 54px 0 58px;
}

.sdinst-contact-lead {
    max-width: 610px;
    margin-bottom: 0;
    font-size: 18px !important;
}

.sdinst-visit-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border: 1px solid rgba(224, 232, 238, .9);
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--sd-shadow);
}

.sdinst-visit-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff1e8;
    color: var(--sd-orange);
}

.sdinst-visit-mark svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.sdinst-visit-card span {
    display: block;
    margin-bottom: 4px;
    color: #607084;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.sdinst-visit-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--sd-ink);
    font-size: 21px;
    line-height: 1.1;
}

.sdinst-visit-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.45;
}

.sdinst-contact-main {
    padding: 58px 0 62px;
    background: #fff;
}

.sdinst-contact-heading {
    margin-bottom: 27px;
}

.sdinst-contact-heading h2 {
    margin-bottom: 0;
}

.sdinst-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sdinst-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 315px;
    padding: 26px;
    border: 1px solid #e5ebef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 50, 68, .055);
}

.sdinst-contact-card-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 50%;
}

.sdinst-contact-card-icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.sdinst-contact-card-icon-orange {
    background: var(--sd-orange);
    color: #fff;
}

.sdinst-contact-card-icon-wa {
    background: #25d366;
    color: #fff;
}

.sdinst-contact-label {
    margin-bottom: 5px !important;
    color: #405166 !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .02em;
}

.sdinst-contact-card > p:not(.sdinst-contact-label) {
    margin-bottom: 19px;
    font-size: 14px;
}

.sdinst-contact-card h3 + p,
.sdinst-contact-card .sdinst-address {
    flex-grow: 1;
}

.sdinst-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .18s ease, filter .18s ease;
}

.sdinst-contact-btn:hover {
    transform: translateY(-1px);
    filter: brightness(.98);
}

.sdinst-contact-btn svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.sdinst-contact-btn-orange {
    background: var(--sd-orange);
}

.sdinst-contact-btn-wa {
    background: #25b95a;
}

.sdinst-address {
    color: #46576a !important;
    font-size: 14px !important;
}

.sdinst-route-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: auto;
}

.sdinst-route-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 46px;
    padding: 8px 10px;
    border: 1px solid #d9e6ef;
    border-radius: 8px;
    background: #f7fbfe;
    color: #126dc2 !important;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 800;
    text-decoration: none !important;
}

.sdinst-route-actions a:hover {
    background: #eef7fd;
}

.sdinst-route-actions svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.sdinst-quote-band {
    padding: 48px 0;
    background:
        linear-gradient(90deg, rgba(242, 247, 250, .96), rgba(249, 251, 252, .98)),
        #f5f8fa;
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4;
}

.sdinst-quote-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 70px;
    align-items: center;
}

.sdinst-quote-grid h2 {
    margin-bottom: 14px;
}

.sdinst-quote-grid > div:first-child > p:not(.sdinst-kicker) {
    max-width: 700px;
    margin-bottom: 17px;
}

.sdinst-quote-grid small {
    display: block;
    margin-top: 12px;
    color: #687587;
    font-size: 12px;
    line-height: 1.45;
}

.sdinst-quote-art {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 150px;
    height: 150px;
    border: 3px solid var(--sd-orange);
    border-radius: 26px;
    color: var(--sd-orange);
    transform: rotate(1.5deg);
}

.sdinst-quote-art svg {
    width: 76px;
    height: 76px;
    fill: currentColor;
}

.sdinst-contact-choices {
    padding: 44px 0 52px;
    background: #fff;
}

.sdinst-contact-choices h2 {
    margin-bottom: 24px;
}

.sdinst-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sdinst-choice-card {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border: 1px solid #e4eaef;
    border-radius: 15px;
    background: #fff;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: 0 7px 20px rgba(28, 49, 68, .035);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sdinst-choice-card:hover {
    transform: translateY(-2px);
    border-color: #f3c7ae;
    box-shadow: 0 12px 26px rgba(28, 49, 68, .065);
}

.sdinst-choice-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 13px;
    background: #fff3ec;
    color: var(--sd-orange);
}

.sdinst-choice-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.sdinst-choice-copy strong,
.sdinst-choice-copy small,
.sdinst-choice-copy em {
    display: block;
}

.sdinst-choice-copy strong {
    margin-bottom: 5px;
    color: var(--sd-ink);
    font-size: 18px;
    line-height: 1.2;
}

.sdinst-choice-copy small {
    margin-bottom: 13px;
    color: #637184;
    font-size: 14px;
    line-height: 1.4;
}

.sdinst-choice-copy em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--sd-orange);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.sdinst-choice-copy em svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 900px) {
    .sdinst-contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 40px 0 48px;
    }

    .sdinst-visit-card {
        width: min(100%, 520px);
    }

    .sdinst-contact-cards {
        grid-template-columns: 1fr;
    }

    .sdinst-contact-card {
        min-height: 0;
    }

    .sdinst-quote-grid {
        grid-template-columns: 1fr 160px;
        gap: 35px;
    }
}

@media (max-width: 650px) {
    .sdinst-contact-hero {
        min-height: 0;
        background-size: 1050px auto, cover, cover;
    }

    .sdinst-contact h1 {
        font-size: clamp(42px, 13vw, 56px);
    }

    .sdinst-contact h2 {
        font-size: 31px;
    }

    .sdinst-contact-lead,
    .sdinst-contact p {
        font-size: 15px !important;
    }

    .sdinst-contact-hero-grid {
        padding: 30px 0 40px;
    }

    .sdinst-contact-main {
        padding: 44px 0;
    }

    .sdinst-visit-card {
        grid-template-columns: 48px 1fr;
        padding: 20px;
    }

    .sdinst-visit-mark {
        width: 48px;
        height: 48px;
    }

    .sdinst-contact-card {
        padding: 22px;
    }

    .sdinst-route-actions {
        grid-template-columns: 1fr;
    }

    .sdinst-quote-band {
        padding: 42px 0;
    }

    .sdinst-quote-grid {
        grid-template-columns: 1fr;
    }

    .sdinst-quote-grid h2 br {
        display: none;
    }

    .sdinst-quote-art {
        justify-self: start;
        width: 108px;
        height: 108px;
        border-width: 2px;
        border-radius: 20px;
    }

    .sdinst-quote-art svg {
        width: 58px;
        height: 58px;
    }

    .sdinst-contact-choices {
        padding: 40px 0 46px;
    }

    .sdinst-choice-grid {
        grid-template-columns: 1fr;
    }

    .sdinst-choice-card {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 20px;
    }

    .sdinst-choice-icon {
        width: 54px;
        height: 54px;
    }

    .sdinst-btn {
        width: 100%;
        max-width: 285px;
    }
}
