/* Editorial information pages, using the storefront's shared header and footer. */

:root {
    --info-ink: #172033;
    --info-muted: #64748b;
    --info-blue: #0051bb;
    --info-line: #dbe6f6;
}

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 100px;
}

body.info-page {
    margin: 0;
    color: var(--info-ink);
    background: linear-gradient(180deg, #edf4ff 0, #f8fbff 640px, #f5f9ff 100%);
    font-family: Montserrat, sans-serif;
    line-height: 1.65;
}

.info-page [hidden] {
    display: none!important;
}

.info-page .info-shell {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.info-skip {
    position: fixed;
    z-index: 500;
    top: 8px;
    left: 16px;
    padding: 12px 20px;
    border-radius: 12px;
    color: #fff!important;
    background: #0051bb;
    transform: translateY(-150%);
}

.info-skip:focus {
    transform: none;
}

.info-page .cmn-site-header {
    border-bottom-color: #cadbf3;
    background: #fff;
}

.info-page .cmn-header-menu a:hover {
    background: #0051bb;
    color: #fff!important;
    box-shadow: none;
}

.info-page .cmn-header-actions {
    border-color: #bfd2ee;
    background: rgba(245, 249, 255, .97);
    box-shadow: 0 10px 26px rgba(30, 64, 175, .1), inset 0 1px 0 #fff;
}

.info-page .cmn-header-account-icon {
    border-color: #b8cff0;
    background: linear-gradient(145deg, #f8fbff, #dfeaff);
    color: #0051bb;
}

.info-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 64px;
    padding-block: 16px;
    color: var(--info-muted);
    font-size: 11px;
}

.info-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--info-muted)!important;
    text-decoration: none;
}

.info-breadcrumb>span {
    overflow-wrap: anywhere;
}

.page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: center;
    gap: 36px;
    min-height: 340px;
    padding: 8px 0 8px;
}

.hero-copy {
    min-width: 0;
    padding-right: 16px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    margin-bottom: 0px;
    border: 1px solid #cbdcf5;
    border-radius: 99px;
    background: #eaf2ff;
    color: #0051bb;
    font-size: 10px;
    font-weight: 700;
}

.info-page .page-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(24px, 3.8vw, 24px)!important;
    color: #000!important;
    font-weight: 700!important;
    overflow-wrap: anywhere;
}

.info-page .info-intro {
    max-width: 540px;
    margin: 0 0 26px;
    color: #64748b!important;
    font-size: 15px!important;
}

.info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid #0051bb;
    border-radius: 13px;
    color: #fff!important;
    background: #0051bb;
    box-shadow: 0 8px 20px rgba(0, 81, 187, .15);
    text-decoration: none;
    text-align: center;
    font: 600 13px/1.5 Montserrat, sans-serif;
    cursor: pointer;
    transition: background .2s, transform .2s, box-shadow .2s;
}

.info-button:hover {
    background: #003f94;
    color: #fff!important;
    box-shadow: 0 12px 26px rgba(0, 81, 187, .22);
    transform: translateY(-2px);
}

.info-button:focus-visible,
.info-tabs a:focus-visible,
.faq-question:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
}

.info-button:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}

.info-button i {
    font-size: 18px;
}

.info-art {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 300px;
    overflow: hidden;
    border: 1px solid #d5e3f7;
    border-radius: 32px;
    background: radial-gradient(circle at 75% 15%, #d0e2ff, transparent 55%), linear-gradient(145deg, #fff, #e8f1ff);
}

.art-orbit {
    position: absolute;
    width: 235px;
    height: 235px;
    border: 1px solid #c2d8f8;
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(255, 255, 255, .4), 0 0 0 64px rgba(255, 255, 255, .22);
}

.about-art img {
    position: relative;
    width: 250px;
    height: 250px;
    max-width: 78%;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(30, 64, 175, .18));
    transform: rotate(-8deg);
}

.art-label {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 22px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid #d5e3f7;
    border-radius: 9px;
    background: rgba(255, 255, 255, .95);
    color: #0051bb;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
}

.art-sticker {
    position: absolute;
    right: 20px;
    bottom: 66px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 13px 16px;
    border-radius: 12px;
    background: #0051bb;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 25px #0051bb25;
    transform: rotate(-7deg);
}

.art-note {
    position: absolute;
    bottom: 20px;
    color: #536889;
    font-size: 10px;
    font-weight: 600;
}

.message-bubble {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 78%;
    margin: 0 25px 16px 0;
    padding: 17px;
    border: 1px solid #d5e3f7;
    border-radius: 18px 18px 18px 4px;
    background: #fff;
    box-shadow: 0 12px 28px #0051bb0d;
    transform: rotate(-3deg);
}

.message-bubble strong {
    display: block;
    font-size: 14px;
}

.info-page .message-bubble small {
    display: block;
    margin-bottom: 3px;
    font-size: 9px!important;
    color: #64748b!important;
    letter-spacing: .08em;
}

.message-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    height: 38px;
    border-radius: 12px;
    background: #edf4ff;
    color: #0051bb;
    font-size: 20px;
}

.message-reply {
    margin: 0 0 0 25px;
    border-color: #0051bb;
    border-radius: 18px 18px 4px 18px;
    color: #fff;
    background: #0051bb;
    transform: rotate(3deg);
}

.info-page .message-reply small {
    color: #c8ddff!important;
}

.question-mark {
    position: relative;
    color: #0051bb;
    font-size: 190px;
    font-weight: 800;
    line-height: 1;
    transform: rotate(-12deg);
    text-shadow: 7px 9px 0 #bfd7fa;
}

.faq-art-tag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #d5e3f7;
    border-radius: 12px;
    background: #fff;
    color: #23406a;
    font-size: 12px;
    box-shadow: 0 8px 22px #0051bb0c;
}

.tag-one {
    bottom: 40px;
    left: 22px;
    transform: rotate(-6deg);
}

.tag-two {
    right: 22px;
    top: 115px;
    transform: rotate(8deg);
}

.hero-simple {
    grid-template-columns: 1fr;
    min-height: 20px;
}

.info-tabs {
    display: flex;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    padding: 6px;
    margin: 0 0 28px;
    border: 1px solid var(--info-line);
    border-radius: 16px;
    background: #fff;
}

.info-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 11px;
    color: #52627a!important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.info-tabs a[aria-current="page"] {
    background: #0051bb;
    color: #fff!important;
    box-shadow: 0 6px 15px #0051bb22;
}

.info-tabs a:not([aria-current]):hover {
    background: #eff6ff;
}

.info-page .info-main {
    margin-bottom: 72px;
}

.reading-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.reading-layout:not(:has(.reading-aside)) {
    grid-template-columns: minmax(0, 1fr);
}

.article-card,
.contact-card {
    min-width: 0;
    padding: 36px;
    border: 1px solid var(--info-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 32px #0051bb08;
}

.content {
    color: #526077;
    font-size: 14px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.content> :first-child {
    margin-top: 0;
}

.content> :last-child {
    margin-bottom: 0;
}

.content :is(h1, h2, h3, h4, h5, h6) {
    margin: 30px 0 12px;
    color: #172554;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.4px;
}

.content h2 {
    padding-top: 20px;
    border-top: 1px solid #eaf0f8;
}

.content h2:first-child {
    padding-top: 0;
    border-top: 0;
}

.content p {
    margin: 0 0 16px;
}

.content li {
    margin: 8px 0;
}

.content li::marker {
    color: #0051bb;
}

.content a {
    color: #0051bb;
    text-underline-offset: 3px;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.content blockquote {
    margin: 24px 0;
    padding: 16px 20px;
    border-left: 3px solid #0051bb;
    border-radius: 0 12px 12px 0;
    background: #eff6ff;
}

.content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.content td,
.content th {
    padding: 10px;
    border: 1px solid var(--info-line);
}

.updated {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #edf2f9;
    color: #8290a4!important;
    font-size: 10px!important;
}

.reading-aside {
    position: sticky;
    top: 100px;
    min-width: 0;
    display: grid;
    gap: 14px;
}

.story-card {
    padding: 26px;
    border-radius: 24px;
    background: radial-gradient(circle at 100% 0, #245eb2, transparent 60%), linear-gradient(145deg, #274fb9, #1e3a8a);
    color: #fff;
}

.info-page .story-card h2 {
    margin: 18px 0 12px;
    color: #fff!important;
    font-size: 24px!important;
    line-height: 1.3!important;
}

.info-page .story-card p {
    margin: 0 0 22px;
    color: #cfddf3!important;
    font-size: 12px!important;
    line-height: 1.8!important;
}

.help-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff30;
    border-radius: 14px;
    background: #ffffff10;
    color: #bfdbfe;
    font-size: 24px;
}

.info-button-light {
    width: 100%;
    background: #fff;
    color: #0051bb!important;
    border-color: #fff;
    box-shadow: none;
}

.info-button-light:hover {
    background: #eaf2ff;
    color: #0051bb!important;
}

.aside-shop-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px;
    min-height: 54px;
    border: 1px solid var(--info-line);
    border-radius: 15px;
    background: #fff;
    color: #314968!important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.aside-shop-link>span {
    flex: 1;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.about-features>div {
    padding: 22px;
    border: 1px solid var(--info-line);
    border-radius: 20px;
    background: #fff;
}

.about-features i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: #0051bb;
    background: #eff6ff;
    font-size: 22px;
}

.about-features span {
    color: #7a8ca7;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
}

.info-page .about-features h2 {
    max-width: 250px;
    margin: 8px 0 0;
    font-size: 17px!important;
    line-height: 1.5!important;
}

.faq-search-field {
    margin: 26px 0 18px;
}

.faq-search-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
}

.faq-search-control {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 12px;
    border: 1px solid #cdddf4;
    border-radius: 14px;
    background: #f8fbff;
    color: #0051bb;
}

.faq-search-control:focus-within {
    border-color: #0051bb;
    box-shadow: 0 0 0 3px #0051bb12;
}

.faq-search-control input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172033;
    font: 14px Montserrat, sans-serif;
}

.faq-search-control button {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: 0;
    border-radius: 10px;
    background: #eaf2ff;
    color: #0051bb;
    cursor: pointer;
}

.faq-count {
    margin: 9px 0 0;
    color: #7a8ca7!important;
    font-size: 11px!important;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid #e0e9f5;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.faq-item[open] {
    border-color: #a8c7f3;
    background: #f9fbff;
    box-shadow: 0 8px 24px #0051bb06;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    min-height: 68px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question>span:nth-child(2) {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.faq-number {
    color: #94a7c3;
    font-size: 11px;
    font-weight: 600;
}

.faq-icon {
    position: relative;
    flex: 0 0 28px;
    height: 28px;
    border-radius: 9px;
    background: #edf4ff;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    background: #0051bb;
    border-radius: 2px;
}

.faq-icon::after {
    transform: rotate(90deg);
    transition: transform .2s;
}

.faq-item[open] .faq-icon::after {
    transform: rotate(0);
}

.faq-answer {
    padding: 0 58px 20px 45px;
    font-size: 13px;
    line-height: 1.85;
}

.faq-empty {
    padding: 28px 12px;
    text-align: center;
}

.faq-empty>i {
    color: #93b2db;
    font-size: 32px;
}

.faq-empty h2 {
    font-size: 20px;
}

.contact-reading {
    margin-bottom: 24px;
}

.contact-reading .article-card {
    padding: 22px 28px;
}

.contact-reading .updated {
    display: none;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 24px;
    align-items: start;
}

.contact-card-heading {
    margin-bottom: 26px;
}

.contact-card h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.contact-card-heading p {
    color: var(--info-muted);
    font-size: 13px;
}

.contact-form {
    display: grid;
    gap: 18px;
    scroll-margin-top: 100px;
}

.contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-field {
    min-width: 0;
}

.contact-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #d8e3f3;
    border-radius: 12px;
    background: #f8fbff;
    color: #172033;
    font: 14px/1.6 Montserrat, sans-serif;
    outline: 0;
    transition: border-color .2s, box-shadow .2s;
}

.contact-field input {
    min-height: 48px;
}

.contact-field textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    background: #fff;
    border-color: #0051bb;
    box-shadow: 0 0 0 3px #0051bb12;
}

.contact-submit {
    justify-self: start;
}

.contact-side {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.contact-info {
    padding: 28px;
    border: 1px solid #204987;
    border-radius: 24px;
    background: radial-gradient(circle at 100% 0, #245eb2, transparent 60%), linear-gradient(145deg, #172554, #1e3a8a);
    color: #fff;
}

.info-page .contact-info-title {
    margin: 0 0 10px;
    color: #fff!important;
    font-size: 22px!important;
}

.info-page .contact-info-sub {
    margin: 0 0 24px;
    color: #cfddf3!important;
    font-size: 12px!important;
    line-height: 1.8!important;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #ffffff18;
}

.contact-info-item>span:last-child {
    min-width: 0;
}

.contact-info-icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    height: 42px;
    border: 1px solid #ffffff20;
    border-radius: 12px;
    background: #ffffff0d;
    color: #bfdbfe;
    font-size: 21px;
}

.contact-info-label {
    display: block;
    margin-bottom: 3px;
    color: #aac5ed;
    font-size: 10px;
}

.contact-info-value {
    color: #fff!important;
    font-size: 12px;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.map-card {
    overflow: hidden;
    border: 1px solid var(--info-line);
    border-radius: 22px;
    background: #eaf2ff;
}

.map-card iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.contact-alert,
.contact-errors,
.captcha-notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #a7f3d0;
    border-radius: 12px;
    color: #087443;
    background: #ecfdf3;
    font-size: 12px;
}

.contact-errors {
    border-color: #fecdd3;
    background: #fff1f2;
    color: #be123c;
}

.contact-errors ul {
    margin: 0;
    padding-left: 18px;
}

.captcha-notice {
    margin: 0;
    border-color: #bfdbfe;
    color: #0051bb;
    background: #eff6ff;
}

.recaptcha-disclosure {
    color: #8290a4!important;
    font-size: 10px!important;
    line-height: 1.6!important;
}

.recaptcha-disclosure a {
    color: #64748b;
}

.grecaptcha-badge {
    visibility: hidden;
}

.info-page .cmn-footer {
    background: radial-gradient(circle at 88% -12%, #60a5fa33, transparent 31%), linear-gradient(145deg, #172554, #1e3a8a 56%, #172554);
}

.info-page .cmn-footer-btn-primary {
    background: #fff!important;
    color: #0051bb!important;
}

@media(max-width:991px) {
    .page-hero {
        gap: 24px;
    }
    .info-art {
        height: 280px;
    }
    .reading-layout {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 18px;
    }
    .article-card,
    .contact-card {
        padding: 26px;
    }
    .story-card {
        padding: 22px;
    }
    .contact-layout {
        gap: 18px;
    }
}

@media(max-width:760px) {
    .info-page .info-shell {
        width: calc(100% - 32px);
    }
    .info-breadcrumb {
        min-height: 54px;
        font-size: 10px;
    }
    .page-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        padding: 0px 0 0px;
    }
    .hero-copy {
        padding: 0;
    }
    .info-page .page-hero h1 {
        font-size: 34px!important;
        letter-spacing: -.9px;
    }
    .eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
    }
    .info-page .info-intro {
        margin-bottom: 20px;
        font-size: 14px!important;
    }
    .info-art {
        height: 240px;
        border-radius: 24px;
    }
    .about-art img {
        width: 215px;
        height: 215px;
    }
    .art-sticker {
        bottom: 48px;
        font-size: 12px;
    }
    .art-label {
        top: 16px;
        left: 16px;
    }
    .question-mark {
        font-size: 155px;
    }
    .message-bubble {
        width: 75%;
        padding: 14px;
    }
    .message-bubble strong {
        font-size: 13px;
    }
    .info-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        margin-bottom: 22px;
        gap: 4px;
        padding: 5px;
    }
    .info-tabs a {
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        min-height: 58px;
        padding: 8px 4px;
        font-size: 10px;
        text-align: center;
        line-height: 1.4;
    }
    .info-tabs a i {
        font-size: 19px;
    }
    .reading-layout,
    .contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .reading-aside {
        position: static;
    }
    .info-page .info-main {
        margin-bottom: 40px;
    }
    .article-card,
    .contact-card {
        padding: 22px;
        border-radius: 20px;
    }
    .about-features {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        margin-bottom: 18px;
    }
    .about-features>div {
        position: relative;
        padding: 18px 18px 18px 80px;
    }
    .about-features i {
        position: absolute;
        top: 22px;
        left: 18px;
        margin: 0;
    }
    .info-page .about-features h2 {
        max-width: none;
        font-size: 15px!important;
    }
    .faq-question {
        padding: 15px 12px;
        gap: 8px;
        font-size: 12px;
    }
    .faq-answer {
        padding: 0 16px 18px;
    }
    .faq-search-control input {
        font-size: 16px;
    }
    .faq-search-control {
        padding-inline: 10px;
        gap: 6px;
    }
    .contact-field input,
    .contact-field textarea {
        font-size: 16px;
    }
    .contact-row {
        grid-template-columns: minmax(0, 1fr);
    }
    .contact-submit {
        width: 100%;
    }
    .contact-info {
        padding: 24px;
    }
    .content {
        font-size: 13px;
    }
    .info-button {
        min-height: 46px;
    }
    .hero-simple {
        min-height: 0;
    }
}

@media(max-width:360px) {
    .info-page .info-shell {
        width: calc(100% - 24px);
    }
    .info-page .page-hero h1 {
        font-size: 30px!important;
    }
    .article-card,
    .contact-card,
    .contact-info {
        padding: 18px;
    }
    .info-tabs a {
        font-size: 9px;
    }
    .message-bubble {
        width: 85%;
        gap: 8px;
        padding: 12px;
    }
    .message-bubble strong {
        font-size: 11px;
    }
}


/* Contact form feedback uses the shared toast component. */

.info-page .contact-card-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf1f7;
}

.contact-form-icon {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #edf4ff;
    color: #2453b9;
    font-size: 25px;
}

.contact-form-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #7083a0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .7px;
}

.info-page .contact-card-heading h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
}

.info-page .contact-card-heading p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
}

.contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
}

.contact-form-footer>span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7a889b;
    font-size: 11px;
    line-height: 1.5;
}

.info-page .contact-form-footer .contact-submit {
    width: auto;
    margin: 0;
    min-height: 46px;
    border-radius: 12px;
    flex-shrink: 0;
}

.contact-form .contact-errors[hidden] {
    display: none;
}

@media (max-width: 600px) {
    .info-page .contact-card-heading {
        gap: 12px;
    }
    .contact-form-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 22px;
    }
    .info-page .contact-card-heading h2 {
        font-size: 19px;
    }
    .contact-form-footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .info-page .contact-form-footer .contact-submit {
        width: 100%;
    }
    .contact-form-footer>span {
        justify-content: center;
    }
}

@media(prefers-reduced-motion:reduce) {
    .info-page .info-button,
    .info-page .faq-item,
    .info-page .faq-icon::after {
        transition: none;
    }
}