.af-page{background:#fff;color:var(--cb-text);font-size:16px;line-height:1.7;overflow-x:hidden}
.af-page .cb-container{max-width:920px}
.af-section{padding:56px 0}
.af-section--soft{background:#ECFDF5}
.af-section--alt{background:#EEF2FF}
.af-section+.af-section{border-top:1px solid rgba(0,0,0,0.04)}
.af-page h1,.af-page h2,.af-page h3{margin:0 0 16px;color:var(--cb-blue);letter-spacing:-0.01em}
.af-page h1{font-size:40px;line-height:1.12;max-width:780px}
.af-page h2{font-size:26px;line-height:1.25;padding-bottom:14px;border-bottom:3px solid #CCFBF1;position:relative}
.af-page h2::after{content:"";position:absolute;bottom:-3px;left:0;width:52px;height:3px;background:#0D9488;border-radius:2px}
.af-page h3{font-size:18px;line-height:1.3;margin-top:24px;color:#115E59}
.af-page p{color:var(--cb-muted);font-size:16px;line-height:1.7;margin:0 0 14px}
.af-page p strong{color:var(--cb-text)}
.af-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#94A3B8;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}
.af-breadcrumb a{color:#0D9488}
.af-hero{background:linear-gradient(135deg,#ECFEFF 0%,#F0FDF4 40%,#fff 100%);border-bottom:2px solid #CCFBF1}
.af-hero__inner{padding-top:52px;padding-bottom:40px}
.af-hero__meta{font-size:14px!important;color:#115E59!important;margin:0 0 16px!important;display:inline-block;background:#CCFBF1;padding:4px 14px;border-radius:20px;font-weight:600}
.af-hero__intro{font-size:18px!important;color:var(--cb-text)!important;max-width:780px;margin-bottom:16px!important;line-height:1.6!important}
.af-alert{padding:18px 22px;border-radius:10px;font-size:15px;line-height:1.55;margin:20px 0}
.af-alert--warning{background:#FFFBEB;border:1px solid #FDE68A;border-left:4px solid #F59E0B;color:#92400E}
.af-note{padding:16px 20px;background:#EEF2FF;border-radius:10px;border-left:4px solid #4F46E5;font-size:15px;color:var(--cb-muted);margin:18px 0;line-height:1.55}
.af-note--warn{background:#FFFBEB;border-left-color:#F59E0B;color:#92400E}
.af-highlight{background:linear-gradient(135deg,#ECFDF5 0%,#F0FDF4 100%);border:1px solid #A7F3D0;border-radius:12px;padding:24px 28px;margin:20px 0}
.af-highlight h3{color:#115E59;margin:0 0 10px}
.af-highlight p{margin:0;font-size:15px}
.af-list{padding-left:20px;margin:10px 0 18px;color:var(--cb-muted);line-height:1.7}
.af-list li{margin-bottom:6px}
.af-table-wrap{overflow-x:auto;margin:20px 0;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid var(--cb-border)}
.af-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5}
.af-table th,.af-table td{padding:13px 18px;border:1px solid var(--cb-border);text-align:left;vertical-align:top}
.af-table th{background:#0D9488;color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.05em}
.af-table td{color:var(--cb-muted)}
.af-table tr:nth-child(even) td{background:#F9FAFB}
.af-table tr:hover td{background:#ECFDF5}
.af-faq__list{max-width:780px;margin:0 auto}
.af-faq__item{border:1px solid var(--cb-border);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff}
.af-faq__item summary{padding:16px 20px;font-weight:700;font-size:16px;color:var(--cb-blue);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}
.af-faq__item summary::-webkit-details-marker{display:none}
.af-faq__item summary::after{content:"+";font-size:20px;font-weight:700;color:#0D9488;transition:transform 0.25s ease;margin-left:12px;flex-shrink:0}
.af-faq__item[open] summary{background:#ECFDF5;color:#0D9488}
.af-faq__item[open] summary::after{content:"\u2212";transform:rotate(180deg)}
.af-faq__item p{padding:0 20px 18px;margin:0;color:var(--cb-muted);font-size:15px;line-height:1.6}
.af-summary{max-width:780px;margin:0 auto;padding:28px 24px;background:#EEF2FF;border-radius:14px;border:1px solid #C7D2FE}
.af-summary__links{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.af-summary__links a{color:var(--cb-blue-2);font-weight:700;font-size:16px;padding:6px 0;border-bottom:1px solid var(--cb-border)}
.af-final-cta{background:linear-gradient(135deg,#0F766E 0%,#0D9488 100%);color:#fff;text-align:center;padding:52px 0 48px}
.af-final-cta h2{color:#fff;border-bottom:none;padding-bottom:0;margin-bottom:20px}
.af-final-cta h2::after{display:none}
.af-final-cta__links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.af-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:999px;font-weight:700;font-size:15px;text-align:center;text-decoration:none;transition:all 0.2s}
.af-button--primary{background:#0891B2;color:#fff;box-shadow:0 2px 8px rgba(8,145,178,0.25)}
.af-button--primary:hover{background:#0E7490;color:#fff;transform:translateY(-1px)}
.af-button--secondary{background:rgba(255,255,255,0.1);color:#fff;border:1px solid rgba(255,255,255,0.25)}
@media(max-width:768px){.af-section{padding:40px 0}.af-page h1{font-size:28px}.af-page h2{font-size:22px}.af-hero__inner{padding-top:36px;padding-bottom:32px}.af-highlight{padding:18px 20px}.af-final-cta__links{flex-direction:column;align-items:center}.af-button{width:100%;max-width:300px}}
@media(max-width:480px){.af-section{padding:28px 0}.af-page h1{font-size:24px}.af-page h2{font-size:19px}}
