.cv-faq { max-width:1000px; padding:60px 28px 90px; margin:auto; }
.seo-loading-shell>header { display:flex; align-items:center; justify-content:space-between; height:74px; padding:0 5vw; background:white; border-bottom:1px solid #dce6e8; }
.seo-loading-shell nav { display:flex; gap:24px; }.seo-loading-shell nav a { color:#147d76; text-decoration:none; }
.cv-faq h2 { font-size:32px; margin:16px 0 30px; }
.cv-faq details { padding:20px 0; border-bottom:1px solid #dce6e8; }
.cv-faq summary { cursor:pointer; font-weight:600; color:#163d4e; }
.cv-faq p { line-height:1.8; color:#58717e; margin:15px 0 0; }
.cv-faq>a { display:inline-block; margin-top:25px; color:#117d72; }
.seo-page { font-family:Arial,Helvetica,sans-serif; margin:0; background:#f7faf9; color:#0b2536; line-height:1.7; }
.seo-page * { box-sizing:border-box; }
.seo-page header,.seo-page footer { max-width:1100px; padding:22px 28px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.seo-page header img { object-fit:contain; }
.seo-page main { max-width:900px; margin:auto; padding:0 28px; }
.seo-page section { padding:35px 0; border-bottom:1px solid #dce6e8; }
.seo-page .seo-hero { padding:75px 0 60px; }
.seo-page h1 { font-size:clamp(36px,6vw,62px); letter-spacing:-2px; line-height:1.08; margin:20px 0; max-width:720px; }
.seo-page h2 { font-size:28px; line-height:1.25; }
.seo-page p,.seo-page li { color:#4f6978; }
.seo-page li { margin-bottom:20px; }
.seo-hero>span { color:#147d76; font-weight:700; font-size:12px; letter-spacing:2px; }
.seo-page .seo-button { display:inline-block; color:white; background:#147d76; border-radius:8px; padding:12px 20px; text-decoration:none; font-weight:600; }
.seo-page a { color:#147d76; }
.seo-hero small { display:block; margin-top:18px; color:#58717e; }
.seo-questions details { padding:15px 0; }.seo-questions summary { cursor:pointer; font-weight:700; }
.seo-end { margin-bottom:35px; }.seo-page footer { font-size:13px; }
@media(max-width:500px) { .seo-page header { padding:18px; }.seo-page header .seo-button { font-size:12px; padding:9px 12px; }.seo-page main { padding:0 20px; }.seo-page h1 { letter-spacing:-1px; }.cv-faq h2 { font-size:26px; } }

.cv-faq summary { display:flex; align-items:center; justify-content:space-between; gap:20px; list-style:none; }
.cv-faq summary::-webkit-details-marker { display:none; }
.cv-faq summary::after { content:'+'; flex-shrink:0; font-size:24px; font-weight:400; transition:transform .24s ease; }
.cv-faq details[open] summary::after { transform:rotate(45deg); }
.cv-faq summary:focus-visible { outline:2px solid #147d76; outline-offset:6px; border-radius:2px; }
@media(prefers-reduced-motion:reduce) { .cv-faq summary::after { transition:none; } }
