/* ==========================================================================
   Customer Care page — page-specific styles (loaded only on this template)
   Prefix: cc-
   ========================================================================== */

.cc-page { color: #555555; font-family: 'Work Sans', sans-serif; overflow: hidden; }
.cc-page h1, .cc-page h2, .cc-page h3, .cc-page h4 { font-family: 'Work Sans', sans-serif; color: #30383B; }
.cc-page p { font-family: 'Roboto', sans-serif; font-weight: 300; color: #6b6b6b; }

.cc-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

.cc-icon svg { width: 28px; height: 28px; display: block; }

/* ---------- Top banner (matches sitewide .inner-banner convention) ---------- */
.cc-banner { position: relative; overflow: hidden; }
.cc-banner img { width: 100%; height: 340px; object-fit: cover; display: block; }

/* ---------- Hero ---------- */
.cc-hero { padding: 45px 0 55px; background: #ffffff; }
.cc-hero-intro { max-width: 760px; }

.cc-eyebrow { display: flex; align-items: center; text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 2px; color: #30383B; margin-bottom: 18px; }
.cc-eyebrow-bar { display: inline-block; width: 28px; height: 3px; background: #FFB42E; margin-right: 10px; border-radius: 2px; }

.cc-hero-title { font-size: 46px; font-weight: 700; letter-spacing: 2px; margin-bottom: 18px; line-height: 1.1; }
.cc-hero-desc { font-size: 16px; line-height: 26px; margin-bottom: 35px; max-width: 560px; }

.cc-highlights { display: flex; flex-wrap: wrap; gap: 22px 34px; }
.cc-highlight { display: flex; align-items: center; gap: 10px; }
.cc-highlight .cc-icon { flex: none; width: 26px; height: 26px; color: #FFB42E; display: flex; align-items: center; justify-content: center; }
.cc-highlight .cc-icon svg { width: 26px; height: 26px; }
.cc-highlight-text { font-size: 13px; font-weight: 600; color: #30383B; line-height: 1.3; }

/* ---------- Section heading ---------- */
.cc-section-heading { text-align: center; max-width: 560px; margin: 0 auto 45px; }
.cc-section-heading h2 { font-size: 30px; font-weight: 700; letter-spacing: 3px; margin-bottom: 12px; position: relative; padding-bottom: 16px; }
.cc-section-heading h2::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 40px; height: 3px; background: #FFB42E; border-radius: 2px; }
.cc-section-heading p { font-size: 14px; margin-bottom: 0; }

/* ---------- Policies ---------- */
.cc-policies { padding: 50px 0 45px; background: #F7F7F7; }
.cc-policy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cc-card { background: #ffffff; border: 1px solid #E5E5E5; border-radius: 16px; padding: 40px; box-shadow: 0 10px 30px rgba(48,56,59,0.06); display: flex; flex-direction: column; }
.cc-card-icon { width: 56px; height: 56px; color: #FFB42E; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; margin-left: -4px; }
.cc-card-icon svg { width: 52px; height: 52px; }
.cc-card h3 { font-size: 20px; font-weight: 700; letter-spacing: 1px; margin-bottom: 6px; }
.cc-card-subtitle { color: #FFB42E; font-weight: 600; font-size: 14px; margin-bottom: 14px; min-height: 1px; }
.cc-card p { font-size: 14px; line-height: 22px; margin-bottom: 20px; }
.cc-checklist { list-style: none; margin: 0 0 28px; padding: 0; flex: 1; }
.cc-checklist li { position: relative; padding-left: 26px; font-size: 14px; color: #444444; margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-weight: 300; }
.cc-checklist li::before { content: '\2713'; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; line-height: 14px; text-align: center; border: 1.5px solid #FFB42E; border-radius: 50%; color: #FFB42E; font-size: 10px; font-weight: 700; box-sizing: border-box; }
.cc-card-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; }
.cc-card-btn svg { width: 16px; height: 16px; }

/* ---------- Notice ---------- */
.cc-notice-wrap { padding: 0 0 23px; background: #F7F7F7; }
.cc-notice { display: flex; align-items: flex-start; gap: 16px; background: #FFF4E0; border: 1px solid #FBDDAE; border-radius: 14px; padding: 26px 30px; }
.cc-notice-icon { flex: none; width: 30px; height: 30px; color: #FFB42E; display: flex; align-items: center; justify-content: center; }
.cc-notice-icon svg { width: 26px; height: 26px; }
.cc-notice-text h4 { font-size: 15px; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }
.cc-notice-text p { font-size: 13px; line-height: 22px; margin-bottom: 0; color: #6b6b6b; }

/* ---------- Need Assistance ---------- */
.cc-assistance { padding: 22px 0 25px; background: #ffffff; }
.cc-assistance-grid { display: flex; gap: 36px; align-items: stretch; background: #F7F7F7; border: 1px solid #E5E5E5; border-radius: 20px; padding: 28px; }
.cc-assistance-left { flex: 0 0 46%; max-width: 46%; }
.cc-assistance-right { flex: 1; }
.cc-assistance-left h2 { font-size: 28px; font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; }
.cc-assistance-left p { font-size: 14px; line-height: 24px; margin-bottom: 14px; }
.cc-contact-item { display: flex; align-items: center; gap: 12px; margin: 12px 0; font-size: 14px; font-family: 'Roboto', sans-serif; font-weight: 300; color: #30383B; }
.cc-contact-item .cc-icon { flex: none; width: 24px; height: 24px; color: #FFB42E; display: flex; align-items: center; justify-content: center; }
.cc-contact-item .cc-icon svg { width: 22px; height: 22px; }
.cc-contact-item div { line-height: 1.4; }
.cc-contact-item strong { display: block; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; color: #30383B; margin-bottom: 1px; font-family: 'Work Sans', sans-serif; font-weight: 600; }

.cc-assistance-buttons { display: flex; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.cc-assistance-buttons .button { display: inline-flex; align-items: center; gap: 8px; }
.cc-assistance-buttons .button svg { width: 16px; height: 16px; }

.cc-btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 15px 25px; border-radius: 25px; border: 2px solid #FFB42E; color: #FFB42E; background: #ffffff; text-transform: uppercase; font-weight: 600; font-size: 13px; font-family: 'Work Sans', sans-serif; transition: all 0.2s linear; }
.cc-btn-outline svg { width: 16px; height: 16px; }
.cc-btn-outline:hover { background: #FFB42E; color: #ffffff; }

.cc-map-holder { width: 100%; height: 100%; min-height: 260px; border-radius: 16px; overflow: hidden; border: 1px solid #E5E5E5; box-shadow: 0 10px 30px rgba(48,56,59,0.06); }
.cc-map-holder iframe { width: 100%; height: 100%; min-height: 260px; display: block; }

/* ---------- Why Choose ---------- */
.cc-why { padding: 20px 0 60px; background: #F7F7F7; }
.cc-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.cc-why-item { text-align: center; }
.cc-why-item .cc-icon { width: 44px; height: 44px; color: #FFB42E; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.cc-why-item .cc-icon svg { width: 40px; height: 40px; }
.cc-why-item h4 { font-size: 14px; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }
.cc-why-item p { font-size: 13px; line-height: 20px; margin-bottom: 0; }

/* ---------- Bottom CTA ---------- */
.cc-cta { background: #FFB42E; padding: 34px 0; }
.cc-cta-inner { display: flex; align-items: center; gap: 24px; }
.cc-cta-icon { flex: none; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,0.25); color: #ffffff; display: flex; align-items: center; justify-content: center; }
.cc-cta-icon svg { width: 26px; height: 26px; }
.cc-cta-text { flex: 1; }
.cc-cta-text h3 { color: #ffffff; font-size: 18px; font-weight: 700; letter-spacing: 1px; margin-bottom: 4px; }
.cc-cta-text p { color: rgba(255,255,255,0.9); font-size: 13px; line-height: 20px; margin-bottom: 0; }
.cc-cta-btn { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 15px 28px; border-radius: 25px; background: #ffffff; color: #FFB42E !important; text-transform: uppercase; font-weight: 700; font-size: 13px; font-family: 'Work Sans', sans-serif; transition: all 0.2s linear; }
.cc-cta-btn svg { width: 16px; height: 16px; }
.cc-cta-btn:hover { background: #30383B; color: #ffffff !important; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.cc-why-grid { grid-template-columns: 1fr 1fr; }
}

@media only screen and (max-width: 900px) {
	.cc-banner img { height: 220px; }
	.cc-policy-cards { grid-template-columns: 1fr; }
	.cc-assistance-grid { flex-direction: column; }
	.cc-assistance-left, .cc-assistance-right { flex: 0 0 100%; max-width: 100%; }
	.cc-map-holder { margin-top: 30px; min-height: 300px; }
	.cc-cta-inner { flex-wrap: wrap; text-align: center; justify-content: center; }
	.cc-cta-text { flex: 0 0 100%; margin: 10px 0; }

	/* Tighter vertical rhythm on smaller screens */
	.cc-hero { padding: 45px 0 35px; }
	.cc-policies { padding: 35px 0 30px; }
	.cc-section-heading { margin-bottom: 30px; }
	.cc-notice-wrap { padding: 0 0 30px; }
	.cc-assistance { padding: 30px 0 40px; }
	.cc-assistance-grid { padding: 22px; border-radius: 16px; }
	.cc-why { padding: 40px 0 45px; }
}

@media only screen and (max-width: 600px) {
	.cc-hero-title { font-size: 32px; }
	.cc-highlights { flex-direction: column; align-items: flex-start; gap: 14px; }
	.cc-why-grid { grid-template-columns: 1fr; }
	.cc-assistance-buttons { flex-direction: column; }
	.cc-assistance-buttons .button, .cc-btn-outline { width: 100%; justify-content: center; }
	.cc-notice { flex-direction: column; }
}
