/* ========================================
   Contato Page - Warm/Amber Color Scheme
   ======================================== */
.ct-page{background:#fff;color:var(--cb-text);font-size:16px;line-height:1.7;overflow-x:hidden}
.ct-page .cb-container{max-width:920px}
.ct-section{padding:56px 0}
.ct-section--soft{background:#FFFAF5}
.ct-section--alt{background:#F5F0FF}
.ct-section+.ct-section{border-top:1px solid rgba(0,0,0,0.04)}
.ct-page h1,.ct-page h2,.ct-page h3{margin:0 0 16px;color:var(--cb-blue);letter-spacing:-0.01em}
.ct-page h1{font-size:40px;line-height:1.12;max-width:780px}
.ct-page h2{font-size:26px;line-height:1.25;padding-bottom:14px;border-bottom:3px solid #FDE68A;position:relative}
.ct-page h2::after{content:"";position:absolute;bottom:-3px;left:0;width:52px;height:3px;background:#F59E0B;border-radius:2px}
.ct-page h3{font-size:18px;line-height:1.3;margin-top:24px;color:#92400E}
.ct-page p{color:var(--cb-muted);font-size:16px;line-height:1.7;margin:0 0 14px}
.ct-page p strong{color:var(--cb-text)}
.ct-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}
.ct-breadcrumb a{color:#D97706}
.ct-hero{background:linear-gradient(135deg,#FFFBEB 0%,#FFF7ED 40%,#fff 100%);border-bottom:2px solid #FDE68A}
.ct-hero__inner{padding-top:52px;padding-bottom:40px}
.ct-hero__meta{font-size:14px!important;color:#92400E!important;margin:0 0 16px!important;display:inline-block;background:#FEF3C7;padding:4px 14px;border-radius:20px;font-weight:600}
.ct-hero__intro{font-size:18px!important;color:var(--cb-text)!important;max-width:780px;margin-bottom:16px!important;line-height:1.6!important}
.ct-alert{padding:18px 22px;border-radius:10px;font-size:15px;line-height:1.55;margin:20px 0}
.ct-alert--warning{background:#FFFBEB;border:1px solid #FDE68A;border-left:4px solid #F59E0B;color:#92400E}
.ct-note{padding:16px 20px;background:#F5F0FF;border-radius:10px;border-left:4px solid #7C3AED;font-size:15px;color:var(--cb-muted);margin:18px 0;line-height:1.55}
.ct-note--warn{background:#FFFBEB;border-left-color:#F59E0B;color:#92400E}
.ct-list{padding-left:20px;margin:10px 0 18px;color:var(--cb-muted);line-height:1.7}
.ct-list li{margin-bottom:6px}
.ct-table-wrap{overflow-x:auto;margin:20px 0;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid var(--cb-border)}
.ct-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5}
.ct-table th,.ct-table td{padding:13px 18px;border:1px solid var(--cb-border);text-align:left;vertical-align:top}
.ct-table th{background:var(--cb-green);color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.05em}
.ct-table td{color:var(--cb-muted)}
.ct-table tr:nth-child(even) td{background:#F9FAFB}
.ct-table tr:hover td{background:#EAF8EF}
.ct-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:20px 0}
.ct-card{border:1px solid var(--cb-border);border-radius:12px;padding:22px 24px;background:#FFFAF5;transition:box-shadow 0.2s}
.ct-card:hover{box-shadow:0 4px 16px rgba(245,158,11,0.12)}
.ct-card h3{margin:0 0 8px;font-size:17px;color:#92400E}
.ct-card p{margin:0;font-size:14px;color:var(--cb-muted)}
.ct-card a{color:#D97706;font-weight:700}
.ct-faq__list{max-width:780px;margin:0 auto}
.ct-faq__item{border:1px solid var(--cb-border);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff}
.ct-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;transition:background 0.15s}
.ct-faq__item summary::-webkit-details-marker{display:none}
.ct-faq__item summary::after{content:"+";font-size:20px;font-weight:700;color:#D97706;transition:transform 0.25s ease;margin-left:12px;flex-shrink:0}
.ct-faq__item[open] summary{background:#FFFAF5;color:#D97706}
.ct-faq__item[open] summary::after{content:"\u2212";transform:rotate(180deg)}
.ct-faq__item p{padding:0 20px 18px;margin:0;color:var(--cb-muted);font-size:15px;line-height:1.6}
.ct-summary{max-width:780px;margin:0 auto;padding:28px 24px;background:#F5F0FF;border-radius:14px;border:1px solid #DDD6FE}
.ct-summary__links{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.ct-summary__links a{color:var(--cb-blue-2);font-weight:700;font-size:16px;padding:6px 0;border-bottom:1px solid var(--cb-border)}
.ct-final-cta{background:linear-gradient(135deg,#065F46 0%,#047857 100%);color:#fff;text-align:center;padding:52px 0 48px}
.ct-final-cta h2{color:#fff;border-bottom:none;padding-bottom:0;margin-bottom:20px}
.ct-final-cta h2::after{display:none}
.ct-final-cta__links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.ct-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}
.ct-button--primary{background:#D97706;color:#fff;box-shadow:0 2px 8px rgba(217,119,6,0.25)}
.ct-button--primary:hover{background:#B45309;color:#fff;transform:translateY(-1px)}
.ct-button--secondary{background:rgba(255,255,255,0.1);color:#fff;border:1px solid rgba(255,255,255,0.25)}
@media(max-width:768px){.ct-section{padding:40px 0}.ct-page h1{font-size:28px}.ct-page h2{font-size:22px}.ct-hero__inner{padding-top:36px;padding-bottom:32px}.ct-cards{grid-template-columns:1fr}.ct-final-cta__links{flex-direction:column;align-items:center}.ct-button{width:100%;max-width:300px}}
@media(max-width:480px){.ct-section{padding:28px 0}.ct-page h1{font-size:24px}.ct-page h2{font-size:19px}}
