/* Shared public-site finish and homepage confidence/review sections. */
.confidence-section { display: grid; grid-template-columns: 1.1fr 2fr; gap: 40px; align-items: center; padding: 45px 20% 45px 6%; color: #0b2856; background: linear-gradient(90deg,#f8fbfff5 0%,#f8fbfff5 73%,#f8fbff00),url('/img/optimized/hero-opening.webp') right center/cover no-repeat; }
.confidence-intro>span { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.confidence-intro h2 { font-size: clamp(25px,2.2vw,36px); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; margin: 12px 0; }
.confidence-intro em { display: block; color: #064cc0; font-style: normal; }
.confidence-intro p { font-size: 14px; line-height: 1.6; margin: 0; }
.confidence-section .stats-strip { grid-template-columns: repeat(4,minmax(0,1fr)); background: transparent; box-shadow: none; border: 0; }
.confidence-section .stat-item { padding: 10px 12px; border-color: #cedbec; }
.confidence-section .stat-icon { color: #0b2856; width: 35px; height: 35px; margin-bottom: 8px; }
.confidence-section .stat-icon svg { width: 100%; height: 100%; }
.confidence-section .stat-number { font-size: clamp(25px,2.1vw,36px); font-weight: 800; letter-spacing: -.02em; }
.confidence-section .stat-number span { color: #f27900; }
.confidence-section .stat-label { font-size: 10px; font-weight: 400; color: #294568; opacity: 1; line-height: 1.5; letter-spacing: .04em; text-align: center; }
.connect-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; padding: 22px 6%; background: #fff; color: #0b2856; }
.connect-intro { margin-right: auto; }
.connect-intro strong { font-size: 15px; font-weight: 800; }
.connect-intro p { font-size: 12px; margin: 6px 0 0; }
.connect-strip .social-btn { padding: 15px 22px; min-height: 48px; background: #063b9f; color: #fff; font-size: 13px; font-weight: 600; box-shadow: 0 3px 10px #07347620; border-radius: 30px; border: 0; }
.connect-strip .social-btn-google { background: #eff5ff; color: #063b9f; border: 1px solid #ccddfa; }
.connect-strip .seo-discreet-wrap { padding: 0; margin: 0; flex: 1 1 220px; max-width: 340px; }
.connect-strip .seo-discreet { width: 100%; margin: 0; }
.connect-strip .seo-discreet details { margin: 0; }
.connect-strip .seo-discreet summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 14px 18px; border: 1px solid #c3d7f7; border-radius: 10px; background: #f3f7ff; box-shadow: 0 3px 12px #07347616; color: #063b9f; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.connect-strip .seo-discreet summary::-webkit-details-marker { display: none; }
.connect-strip .seo-discreet summary::after { content: '→'; display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: #063b9f; color: #fff; font-size: 17px; transition: transform .2s ease, background .2s ease; }
.connect-strip .seo-discreet summary:hover { border-color: #063b9f; background: #eaf2ff; }
.connect-strip .seo-discreet summary:hover::after { transform: translateX(3px); background: #f48600; }
.connect-strip .seo-discreet summary:focus-visible { outline: 3px solid #f48600; outline-offset: 3px; }
.connect-strip .seo-discreet details[open] summary::after { content: '−'; transform: none; }
.connect-strip .seo-discreet:has(details[open]) { position: relative; }
.connect-strip:has(details[open]) .seo-discreet-wrap { flex-basis: 100%; max-width: 100%; }
.reviews-section { padding: 50px 6%; color: #fff; background: linear-gradient(100deg,#071e40,#10366e 75%,#08234c); }
.reviews-layout { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.reviews-label { display: inline-block; padding: 8px 14px; border: 1px solid #7a9fd1; border-radius: 30px; color: #ffbc45; font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.reviews-copy h2 { margin: 18px 0 12px; font-size: clamp(30px,3vw,46px); line-height: 1.12; letter-spacing: -.025em; font-weight: 800; }
.reviews-copy h2 span { display: block; color: #91caff; }
.reviews-copy>p { font-size: 16px; line-height: 1.65; color: #d2e1f5; max-width: 520px; }
.reviews-score { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin: 25px 0; }
.reviews-score strong { font-size: 25px; font-weight: 800; }
.review-stars { color: #ffbf35; font-size: 23px; letter-spacing: 2px; }
.reviews-score>span:last-child { font-size: 13px; color: #d2e1f5; }
.reviews-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }
.reviews-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 14px 22px; border: 1px solid #829fc3; border-radius: 30px; color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; }
.reviews-actions .review-primary { background: #ff9600; color: #082550; border-color: #ff9600; box-shadow: 0 4px 14px #0002; }
.reviews-copy .reviews-note { font-size: 13px; color: #c1d5ef; }
.reviews-map { min-width: 0; }
.reviews-map iframe { width: 100%; height: 315px; border: 0; border-radius: 8px; background: #e5edf5; }
.reviews-address { display: flex; align-items: center; gap: 20px; justify-content: space-between; margin-top: 10px; border: 1px solid #5275a3; padding: 14px 18px; border-radius: 8px; }
.reviews-address p { font-size: 11px; color: #d2e1f5; line-height: 1.7; margin: 0; }
.reviews-address strong { font-weight: 600; color: #fff; }
.reviews-address a { color: #fff; font-size: 12px; white-space: nowrap; min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.reviews-section a:focus-visible,.connect-strip a:focus-visible { outline: 3px solid #ffae32; outline-offset: 4px; }
.page-footer.brand-footer { background: #03172f; padding: 40px 6% 24px; font-family: 'Raleway',sans-serif; }
.brand-footer .brand-footer-grid { align-items: start; gap: 40px; grid-template-columns: 1.1fr .8fr 1.1fr; }
.brand-footer .brand-footer-claim { min-height: 210px; border-left: 1px solid #45668b; padding: 24px 0 0 28px; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; }
.brand-footer .brand-footer-claim span { max-width: 145px; color: #b7cdef; font-size: 12px; text-transform: uppercase; letter-spacing: .25em; line-height: 2; }
.brand-footer .brand-footer-claim i { display: block; width: 32px; height: 3px; background: #ff9500; }
.brand-footer .footer-company { color: #fff; font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 15px; }
.brand-footer .brand-footer-slogan { font-size: 15px; line-height: 1.6; margin-bottom: 15px; }
.brand-footer .brand-footer-slogan::before { width: 32px; height: 2px; margin-bottom: 12px; }
.brand-footer .brand-footer-nav,.brand-footer .brand-footer-location { min-height: 0; padding-left: 28px; }
.brand-footer h2 { font-size: 20px; margin-bottom: 15px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.brand-footer .brand-contact { font-size: 15px; margin: 10px 0; }
.brand-footer .brand-icon { width: 36px; height: 36px; flex-basis: 36px; font-size: 21px; }
.brand-footer .brand-contact small { font-size: 11px; }
.brand-footer .brand-socials { margin-top: 15px; }
.brand-footer .brand-socials a { width: 44px; height: 44px; }
.brand-footer .brand-footer-nav a { font-size: 14px; min-height: 36px; }
.brand-footer .brand-address address { font-size: 14px; }
.brand-footer .brand-address address span { font-size: 12px; }
.brand-footer .brand-map { font-size: 13px; margin-top: 20px; padding: 12px 18px; min-height: 44px; }
.brand-footer .brand-footer-bottom { margin-top: 28px; padding-top: 18px; }
.page-hero h1 { font-weight: 800; letter-spacing: -.025em; text-wrap: balance; text-shadow: 0 2px 7px #0001; }
.page-hero p { font-weight: 400; }
@media (max-width: 1100px) {
    .confidence-section { padding-right: 6%; grid-template-columns: 1fr 2fr; gap: 20px; }
    .reviews-layout { gap: 28px; }
    .reviews-address { flex-wrap: wrap; gap: 4px; }
}
@media (max-width: 768px) {
    .confidence-section { grid-template-columns: 1fr; padding: 32px 8%; background: #f3f7fc; }
    .confidence-section .stats-strip { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 0; }
    .confidence-section .stat-item:nth-child(2) { border-right: 0; }
    .confidence-section .stat-number { font-size: 32px; }
    .connect-strip { padding: 24px 8%; gap: 12px; }
    .connect-intro { flex-basis: 100%; margin-bottom: 8px; }
    .connect-strip .social-btn { flex: 1 1 120px; justify-content: center; }
    .connect-strip .seo-discreet-wrap { max-width: 100%; flex-basis: 100%; }
    .reviews-section { padding: 36px 8%; }
    .reviews-layout { grid-template-columns: 1fr; }
    .reviews-copy h2 { font-size: 34px; }
    .reviews-copy>p { font-size: 15px; }
    .reviews-score { gap: 10px 15px; }
    .reviews-map iframe { height: 290px; }
    .page-footer.brand-footer { padding: 34px 8% 24px; }
    .brand-footer .brand-footer-grid { grid-template-columns: 1fr; gap: 25px; }
    .brand-footer .brand-footer-nav,.brand-footer .brand-footer-location { border-left: 0; border-top: 1px solid #45668b; padding: 24px 0 0; }
    .brand-footer .brand-footer-claim { min-height: 0; border-left: 0; border-top: 1px solid #45668b; padding: 24px 0 0; }
    .brand-footer .brand-footer-nav a { min-height: 44px; }
    .brand-footer .brand-footer-bottom { flex-direction: column; align-items: flex-start; }
    .brand-footer-bottom div { flex-wrap: wrap; }
}
