/* contact.css */
.ct-banner-copy { text-align:center; }
.ct-banner-copy h1 { font-size:clamp(36px,6vw,72px); color:#fff; margin:12px 0 16px; }
.ct-banner-copy p { font-size:20px; color:rgba(255,255,255,0.85); max-width:560px; margin:0 auto; }
.ct-trust-bar { background:var(--navy-deep); padding:20px 0; border-bottom:2px solid var(--teal); }
.ct-trust-inner { display:grid; grid-template-columns:repeat(4,1fr); text-align:center; gap:0; }
.ct-trust-item { padding:0 20px; border-right:1px solid rgba(255,255,255,0.08); }
.ct-trust-item:last-child { border-right:none; }
.ct-trust-item strong { display:block; font-size:32px; font-weight:800; color:var(--teal); line-height:1; margin-bottom:6px; }
.ct-trust-item span { font-size:12px; color:rgba(255,255,255,0.65); }
.ct-form-wrap h2 { font-size:clamp(24px,3vw,36px); font-weight:800; color:var(--navy-deep); margin:0 0 12px; }
.ct-form-intro { font-size:15px; color:var(--muted); line-height:1.7; margin:0 0 28px; }
.contact-form em { color:var(--teal); font-style:normal; }
.ct-details-panel { display:flex; flex-direction:column; gap:24px; }
.ct-expect-card { background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:28px; }
.ct-expect-card h3 { font-size:18px; font-weight:700; color:var(--navy-deep); margin:0 0 20px; }
.ct-expect-item { display:flex; gap:16px; align-items:flex-start; margin-bottom:18px; }
.ct-expect-item:last-child { margin-bottom:0; }
.ct-expect-num { width:32px; height:32px; min-width:32px; border-radius:50%; background:var(--navy-deep); color:#fff; font-size:13px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.ct-expect-item strong { font-size:14px; font-weight:700; color:var(--navy-deep); display:block; margin-bottom:4px; }
.ct-expect-item p { font-size:13px; color:var(--muted); line-height:1.6; margin:0; }
.ct-quick-links { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; }
.ct-quick-links h3 { font-size:16px; font-weight:700; color:var(--navy-deep); margin:0 0 14px; }
.ct-quick-link { display:block; font-size:14px; font-weight:600; color:var(--navy); padding:8px 0; border-bottom:1px solid var(--line); transition:color 0.18s; }
.ct-quick-link:last-child { border-bottom:none; }
.ct-quick-link:hover { color:var(--teal); }
.ct-why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:48px; }
.ct-why-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px 24px; border-top:4px solid var(--teal); transition:box-shadow 0.22s; }
.ct-why-card:hover { box-shadow:var(--shadow); }
.ct-why-icon { font-size:28px; margin-bottom:14px; }
.ct-why-card h3 { font-size:16px; font-weight:700; color:var(--navy-deep); margin:0 0 10px; }
.ct-why-card p { font-size:13px; color:var(--muted); line-height:1.7; margin:0; }
@media (max-width:1120px) { .ct-trust-inner { grid-template-columns:repeat(2,1fr); gap:16px; } .ct-trust-item { border-right:none; } .ct-why-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:760px) { .ct-trust-inner,.ct-why-grid { grid-template-columns:1fr; } }
