/* Extracted from answer.html block 1 */
/* Answer page upgrade */
.answer-page {
    padding: 0 0 82px 210px;
    background: #ffffff;
    color: #102033;
}
.answer-page .container {
    width: min(100% - 32px, 1200px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.answer-hero {
    padding: 210px 0 40px;
    text-align: center;
}
.answer-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid #c8dceb;
    border-radius: 8px;
    background: #eaf4ff;
    color: #1d5789;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}
.answer-hero h1 {
    max-width: 900px;
    margin: 0 auto 14px;
    color: #102033;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}
.answer-hero p {
    max-width: 830px;
    margin: 0 auto;
    color: #3b4d61;
    font-size: 18px;
    line-height: 1.6;
}
.answer-fast {
    max-width: 1120px;
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.answer-fast__card {
    min-height: 116px;
    padding: 18px;
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #f7fbff;
}
.answer-fast__card strong {
    display: block;
    margin-bottom: 8px;
    color: #1d5789;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}
.answer-fast__card span {
    color: #3b4d61;
    font-size: 14px;
    line-height: 1.45;
}
.answer-layout {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}
.answer-faq {
    display: grid;
    gap: 12px;
}
.answer-faq__group-title {
    margin: 28px 0 4px;
    color: #102033;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}
.answer-faq__group-title:first-child {
    margin-top: 0;
}
.answer-faq details {
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 32, 51, .05);
    overflow: hidden;
}
.answer-faq summary {
    position: relative;
    display: block;
    padding: 18px 54px 18px 20px;
    color: #102033;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    cursor: pointer;
}
.answer-faq summary::-webkit-details-marker {
    display: none;
}
.answer-faq summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf4ff;
    color: #1d5789;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}
.answer-faq details[open] summary::after {
    content: "-";
}
.answer-faq p {
    margin: 0;
    padding: 0 20px 18px;
    color: #3b4d61;
    font-size: 16px;
    line-height: 1.58;
}
.answer-aside {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 24px;
}
.answer-proof-card,
.answer-photo-card,
.answer-cta-card {
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 32, 51, .07);
    overflow: hidden;
}
.answer-proof-card {
    padding: 20px;
    background: #f5f8fb;
}
.answer-proof-card h2,
.answer-photo-card h2,
.answer-cta-card h2 {
    margin: 0 0 12px;
    color: #102033;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: none;
}
.answer-proof-card ul {
    margin: 0;
    padding: 0;
}
.answer-proof-card li {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 28px;
    border-top: 1px solid #dbe7ed;
    color: #263a4d;
    font-size: 15px;
    line-height: 1.45;
}
.answer-proof-card li:first-child {
    border-top: 0;
}
.answer-proof-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1d5789;
    box-shadow: inset 0 0 0 4px #eaf4ff;
}
.answer-photo-card__photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #dbe7ed;
}
.answer-photo-card__image {
    position: relative;
    display: block;
    min-height: 180px;
    overflow: hidden;
    background: #eaf4ff;
}
.answer-photo-card__image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .25s ease;
}
.answer-photo-card__image:hover img {
    transform: scale(1.04);
}
.answer-photo-card__label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #1d5789;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(16, 32, 51, .12);
}
.answer-photo-card__label--after {
    background: #1d5789;
    color: #ffffff;
}
.answer-photo-card__body,
.answer-cta-card {
    padding: 20px;
}
.answer-photo-card p,
.answer-cta-card p {
    margin: 0 0 16px;
    color: #3b4d61;
    font-size: 15px;
    line-height: 1.55;
}
.answer-cta-card a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    background: #1d5789;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}
.answer-bottom {
    max-width: 1120px;
    margin: 26px auto 0;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #f5f8fb;
}
.answer-bottom p {
    margin: 0;
    color: #3b4d61;
    font-size: 16px;
    line-height: 1.55;
}
.answer-bottom a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    background: #1d5789;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 990px) {
    .answer-page { padding: 0 50px 70px; }
    .answer-page .container { width: 100%; padding-left: 0; padding-right: 0; }
    .answer-hero { padding-top: 150px; }
    .answer-hero h1 { font-size: 34px; }
    .answer-fast { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .answer-layout { grid-template-columns: 1fr; }
    .answer-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .answer-cta-card { grid-column: 1 / -1; }
    .answer-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .answer-page { padding: 0 0 56px; }
    .answer-page .container { width: min(100% - 20px, 1200px); }
    .answer-hero { padding-top: 112px; }
    .answer-hero h1 { font-size: 28px; }
    .answer-hero p { font-size: 16px; }
    .answer-fast,
    .answer-aside { grid-template-columns: 1fr; }
    .answer-faq summary { font-size: 17px; padding-right: 48px; }
    .answer-photo-card__photos { grid-template-columns: 1fr; }
    .answer-photo-card__image,
    .answer-photo-card__image img { min-height: 220px; height: 230px; }
}
