/* ===== Contact page ===== */
.nct-hero{position:relative;width:100%;min-height:520px;overflow:hidden;background:#f8f6f2}.nct-hero-bg{position:absolute;inset:0;z-index:0}.nct-hero-image{width:100%;height:100%;object-fit:cover;object-position:72% center;display:block}.nct-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(248,246,242,1) 0%,rgba(248,246,242,.92) 25%,rgba(248,246,242,.6) 50%,rgba(248,246,242,0) 72%);pointer-events:none}.nct-hero-content{position:relative;z-index:1;display:flex;align-items:center;padding:40px 0}.nct-hero-content .container-fluid{width:100%;max-width:1400px;margin:0 auto;padding-left:60px;padding-right:60px}.nct-hero-text{max-width:440px}.nct-hero-eyebrow{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#2563eb;margin-bottom:20px;display:inline-block}.nct-hero-headline{margin:0 0 16px}.nct-hero-line{display:block;font-family:"Playfair Display",Georgia,serif;font-size:42px;font-weight:700;line-height:1.2;color:#111827;letter-spacing:-0.02em}.nct-hero-line-em{color:#2563eb;font-style:italic}.nct-hero-desc{font-family:Inter,sans-serif;font-size:14px;line-height:1.7;color:#6b7280;max-width:380px}.nct-hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px;flex-wrap:wrap}.nct-hero-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#2563eb;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;border:none;border-radius:50px;text-decoration:none}.nct-hero-btn-primary:hover{background:#1d4ed8;color:#fff;text-decoration:none}.nct-hero-btn-secondary{display:inline-flex;align-items:center;gap:10px;color:#374151;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none}.nct-hero-btn-secondary:hover{color:#2563eb}

/* Contact section */
.nct-contact{padding:48px 0 64px;background:#fff}
.nct-contact .container-1400{width:100%;max-width:1400px;margin-right:auto;margin-left:auto;padding-right:60px;padding-left:60px}
.nct-contact-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:start}
.nct-contact-head{margin-bottom:24px}
.nct-sec-eyebrow{font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#2563eb;display:block;margin-bottom:10px}
.nct-contact-title{font-family:"Playfair Display",Georgia,serif;font-size:30px;font-weight:700;color:#0f172a;margin:0 0 10px;letter-spacing:-0.01em}
.nct-contact-desc{font-family:Inter,sans-serif;font-size:14px;line-height:1.7;color:#64748b;margin:0}
.nct-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:28px}
.nct-contact-field{display:flex;flex-direction:column;gap:6px}
.nct-contact-field--full{grid-column:1/-1}
.nct-contact-field label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#334155}
.nct-contact-field input,.nct-contact-field textarea{font-family:Inter,sans-serif;font-size:14px;color:#1e293b;padding:11px 14px;border:1.5px solid #dbe3ee;border-radius:8px;background:#fff;outline:none;transition:border-color .15s ease}
.nct-contact-field input:focus,.nct-contact-field textarea:focus{border-color:#2563eb}
.nct-contact-field textarea{resize:vertical}
.nct-assess-submit{display:block;padding:14px 36px;background:#2563eb;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:background .2s ease;grid-column:1/-1;justify-self:start}
.nct-assess-submit:hover{background:#1d4ed8}
.nct-contact-thanks{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#16a34a;text-align:center;padding:18px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin:0;grid-column:1/-1}

.nct-contact-offices{background:#f7f9fc;border:1px solid #eef2f7;border-radius:16px;padding:28px}
.nct-contact-offices-title{font-family:"Playfair Display",Georgia,serif;font-size:22px;font-weight:700;color:#0f172a;margin:0 0 20px}
.nct-office{border-bottom:1px solid #eef2f7;padding:16px 0}
.nct-office:last-child{border-bottom:0;padding-bottom:0}
.nct-office-label{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#2563eb;display:block;margin-bottom:4px}
.nct-office-city{font-family:"Playfair Display",Georgia,serif;font-size:17px;font-weight:700;color:#1e293b;margin:0 0 4px}
.nct-office-addr{font-family:Inter,sans-serif;font-size:13px;line-height:1.6;color:#64748b;margin:0 0 6px}
.nct-office-contact{font-family:Inter,sans-serif;font-size:13px;line-height:1.6;color:#334155;margin:0}

/* Related */
.nct-related{padding:48px 0 64px;background:#f7f9fc}
.nct-related .container-1400{width:100%;max-width:1400px;margin-right:auto;margin-left:auto;padding-right:60px;padding-left:60px}
.nct-rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px}
.nct-rel-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:28px 24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.nct-rel-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(15,23,42,.08);border-color:#dbeafe;text-decoration:none}
.nct-rel-label{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#2563eb;margin-bottom:10px}
.nct-rel-title{font-family:"Playfair Display",Georgia,serif;font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px}
.nct-rel-text{font-family:Inter,sans-serif;font-size:13px;line-height:1.6;color:#64748b;margin:0 0 16px;flex-grow:1}
.nct-svc-more{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#2563eb}

@media (max-width: 991px){.nct-hero{height:auto}.nct-hero-bg{position:relative;height:320px}.nct-hero-overlay{background:linear-gradient(to bottom,rgba(248,246,242,1) 0%,rgba(248,246,242,.6) 60%,rgba(248,246,242,0) 100%)}.nct-hero-text{padding:24px}.nct-hero-line{font-size:32px}.nct-hero-content .container-fluid{padding-left:24px;padding-right:24px}}
@media (max-width: 991px){.nct-contact{padding:36px 0 48px}.nct-contact .container-1400{padding-right:0;padding-left:0}.nct-contact-grid{grid-template-columns:1fr;gap:32px}.nct-related{padding:36px 0 48px}.nct-rel-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 991px){.nct-related .container-1400{padding-right:0;padding-left:0}}
@media (max-width: 767px){.nct-hero-bg{height:280px}}
@media (max-width: 575px){.nct-hero-line{font-size:26px}.nct-hero-bg{height:240px}.nct-contact{padding:28px 0 40px}.nct-related{padding:28px 0 40px}.nct-contact-form{grid-template-columns:1fr;padding:20px}.nct-contact-title{font-size:26px}.nct-rel-grid{grid-template-columns:1fr}}
@media (max-width: 991px){.page-section > .container-1400{padding-right:0;padding-left:0}}
