/* ============================================================
   Ziatan — Service pages (+ hub)
   ============================================================ */

/* Hub */
.zt-svc-hub-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.zt-svc-hub-card {
    display: block; padding: 32px 28px;
    background: linear-gradient(160deg, rgba(31,14,74,0.5), rgba(12,8,32,0.9));
    border: 1px solid var(--border-glass); border-radius: var(--radius-card);
    transition: transform var(--t-power), border-color var(--t-smooth), box-shadow var(--t-smooth);
}
.zt-svc-hub-card:hover { transform: translateY(-5px); border-color: var(--border-glass-hover); box-shadow: var(--shadow-card-hover); }
.zt-svc-hub-ic { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 15px; background: rgba(243,107,31,0.12); border: 1px solid rgba(243,107,31,0.28); color: var(--accent-primary-hi); margin-bottom: 18px; }
.zt-svc-hub-ic svg { width: 28px; height: 28px; }
.zt-svc-hub-card h3 { font-size: 21px; margin-bottom: 8px; }
.zt-svc-hub-card p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.6; }
.zt-svc-hub-go { display: inline-block; margin-top: 16px; color: var(--accent-primary-hi); font-weight: 700; font-size: 14px; }
@media (min-width: 720px) { .zt-svc-hub-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .zt-svc-hub-grid { grid-template-columns: repeat(3, 1fr); } }

/* Hero ZIP form */
.zt-svc-zip { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 520px; margin: 28px auto 0; }
.zt-svc-zip input {
    flex: 1 1 220px; min-width: 0; padding: 15px 20px;
    background: rgba(8,4,24,0.5); border: 1px solid var(--border-glass);
    border-radius: var(--radius-pill); color: var(--text-primary); font-size: 16px; font-family: var(--font-body);
    transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.zt-svc-zip input::placeholder { color: var(--text-muted); }
.zt-svc-zip input:focus { outline: none; border-color: var(--accent-primary); box-shadow: var(--shadow-glow-input); }
.zt-svc-callline { display: inline-block; margin-top: 14px; color: var(--text-muted); font-size: 14px; font-weight: 600; }
.zt-svc-callline:hover { color: var(--accent-primary-hi); }

/* Benefits */
.zt-svc-benefits { display: grid; grid-template-columns: 1fr; gap: 18px; }
.zt-svc-benefit { padding: 28px; background: rgba(255,255,255,0.03); border: 1px solid var(--border-glass-soft); border-radius: var(--radius-card); transition: transform var(--t-power), border-color var(--t-smooth); }
.zt-svc-benefit:hover { transform: translateY(-4px); border-color: var(--border-glass-hover); }
.zt-svc-benefit-ic { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(243,107,31,0.12); border: 1px solid rgba(243,107,31,0.28); color: var(--accent-primary-hi); margin-bottom: 16px; }
.zt-svc-benefit-ic svg { width: 25px; height: 25px; }
.zt-svc-benefit h3 { font-size: 18px; margin-bottom: 8px; }
.zt-svc-benefit p { color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
@media (min-width: 680px) { .zt-svc-benefits { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .zt-svc-benefits { grid-template-columns: repeat(4, 1fr); } }

/* Steps */
.zt-svc-steps-section { background: linear-gradient(180deg, var(--bg-primary), rgba(31,14,74,0.28)); }
.zt-svc-steps { display: grid; grid-template-columns: 1fr; gap: 20px; counter-reset: step; }
.zt-svc-step { padding: 30px 26px; background: rgba(255,255,255,0.03); border: 1px solid var(--border-glass-soft); border-radius: var(--radius-card); }
.zt-svc-step-n { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; background: var(--gradient-text-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.zt-svc-step h3 { font-size: 19px; margin: 14px 0 8px; }
.zt-svc-step p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.7; }
@media (min-width: 820px) { .zt-svc-steps { grid-template-columns: repeat(3, 1fr); } }

/* Carriers strip */
.zt-svc-carriers { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.zt-svc-carrier { flex: 0 1 150px; background: #fff; border-radius: var(--radius-md); height: 84px; display: grid; place-items: center; padding: 14px; border: 1px solid var(--border-glass); transition: transform var(--t-fast); }
.zt-svc-carrier:hover { transform: translateY(-3px); }
.zt-svc-carrier img { max-height: 48px; max-width: 140px; width: auto; object-fit: contain; }
.zt-svc-carrier-text { font-family: var(--font-display); font-weight: 800; color: #1a1535; font-size: 17px; }
.zt-svc-carriers-note { margin-top: 24px; text-align: center; color: var(--text-muted); font-size: 13.5px; }
.zt-svc-carriers-note a { color: var(--accent-primary-hi); font-weight: 700; }
@media (min-width: 640px) { .zt-svc-carriers { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1000px) { .zt-svc-carriers { grid-template-columns: repeat(6, 1fr); } }

/* FAQ */
.zt-svc-faq { max-width: 760px; margin: 0 auto; }
.zt-svc-faq-item { border: 1px solid var(--border-glass-soft); border-radius: var(--radius-md); margin-bottom: 12px; background: rgba(255,255,255,0.02); overflow: hidden; transition: border-color var(--t-fast), background var(--t-fast); }
.zt-svc-faq-item[open] { border-color: rgba(243,107,31,0.22); background: rgba(243,107,31,0.04); }
.zt-svc-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; cursor: pointer; font-family: var(--font-display); font-weight: 700; font-size: 16px; list-style: none; }
.zt-svc-faq-item summary::-webkit-details-marker { display: none; }
.zt-svc-faq-ic { flex: 0 0 auto; font-size: 22px; color: var(--accent-primary-hi); transition: transform var(--t-fast); }
.zt-svc-faq-item[open] .zt-svc-faq-ic { transform: rotate(45deg); }
.zt-svc-faq-body { padding: 0 22px 20px; }
.zt-svc-faq-body p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.75; }

/* CTA tcpa */
.zt-svc-tcpa { margin-top: 20px; color: var(--text-faint); font-size: 12px; line-height: 1.7; max-width: 560px; margin-left: auto; margin-right: auto; }
.zt-svc-tcpa a { color: var(--accent-primary-hi); text-decoration: underline; }

@media (max-width: 768px) {
    .zt-svc-step-n { background: none; -webkit-text-fill-color: currentColor; color: var(--accent-primary-hi); }
}

/* ---- Imagery pass: media row, animated icons, hub/benefit hover ---- */
.zt-media-copy .zt-eyebrow { margin-left: 0; margin-right: auto; }
.zt-media-copy .zt-btn { margin-top: 24px; }
.zt-svc-benefits--spaced { margin-top: 56px; }
.zt-svc-hub-ic, .zt-svc-benefit-ic { transition: transform var(--t-power), background var(--t-smooth), box-shadow var(--t-smooth); }
@media (hover: hover) {
    .zt-svc-hub-card:hover .zt-svc-hub-ic,
    .zt-svc-benefit:hover .zt-svc-benefit-ic { transform: translateY(-2px) scale(1.08) rotate(-4deg); background: rgba(243,107,31,0.2); box-shadow: 0 0 20px rgba(243,107,31,0.4); }
}
