/**
 * Contact page — presentation only (Figma Make palette).
 * Scoped under .contact-page-figma to avoid leaking globals.
 */
.contact-page-figma .text-gradient-soft {
    background: linear-gradient(to right, #fb923c, #f87171);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-page-figma .hero-contact {
    background: #030712;
    padding: 5rem 0;
}

.contact-page-figma .badge-contact {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(249, 115, 22, 0.3);
    color: #fb923c;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.contact-page-figma .contact-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.1;
}

.contact-page-figma .contact-hero-lead {
    font-size: 1.125rem;
    color: #9ca3af;
    line-height: 1.6;
}

.contact-page-figma .btn-gradient {
    background: linear-gradient(to right, #f97316, #dc2626);
    border: 0;
    color: #fff;
}

.contact-page-figma .btn-gradient:hover {
    filter: brightness(1.05);
    color: #fff;
}

.contact-page-figma .section-tiles {
    padding: 3rem 0;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
}

.contact-page-figma .tile-card {
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}

.contact-page-figma .tile-card:hover {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.07),
        0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.contact-page-figma .tile-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page-figma .tile-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.contact-page-figma .tile-icon-wrap--sales {
    background: #eff6ff;
    color: #2563eb;
}

.contact-page-figma .tile-icon-wrap--support {
    background: #faf5ff;
    color: #9333ea;
}

.contact-page-figma .tile-icon-wrap--partner {
    background: #f0fdf4;
    color: #16a34a;
}

.contact-page-figma .tile-body {
    line-height: 1.6;
}

.contact-page-figma .tile-cta {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ea580c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.contact-page-figma .tile-cta:hover {
    color: #c2410c;
}

.contact-page-figma .tile-cta svg {
    width: 14px;
    height: 14px;
}

.contact-page-figma .eyebrow-form {
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-transform: uppercase;
    color: #f97316;
}

.contact-page-figma .contact-form-heading {
    font-size: 1.75rem;
    font-weight: 900;
}

.contact-page-figma .form-control:focus,
.contact-page-figma .form-select:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.25);
}

.contact-page-figma .support-row {
    border: 1px solid #f3f4f6 !important;
    background: #f9fafb !important;
}

.contact-page-figma .support-row:hover {
    background: rgba(255, 247, 237, 0.4) !important;
}

.contact-page-figma .support-row .support-icon {
    width: 36px;
    height: 36px;
    background: #ffedd5;
    color: #ea580c;
}

.contact-page-figma .support-row:hover .support-title {
    color: #ea580c;
}

.contact-page-figma .support-icon svg {
    width: 16px;
    height: 16px;
}

.contact-page-figma .support-desc {
    font-size: 0.75rem;
    line-height: 1.45;
}

.contact-page-figma .contact-map-embed {
    height: 208px;
}

.contact-page-figma .contact-map-embed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page-figma .btn-gradient svg {
    width: 16px;
    height: 16px;
}

.contact-page-figma .section-offices {
    padding: 4rem 0;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
}

.contact-page-figma .office-card {
    border: 1px solid #f3f4f6 !important;
}

.contact-page-figma .office-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ea580c;
    background: #fff7ed;
    padding: 2px 8px;
    border-radius: 999px;
}

.contact-page-figma .office-email {
    color: #2563eb;
}

.contact-page-figma .success-panel {
    background: #f0fdf4;
    border-color: #bbf7d0 !important;
}

.contact-page-figma .success-panel svg {
    width: 48px;
    height: 48px;
}

.contact-page-figma .globe-heading-icon {
    width: 20px;
    height: 20px;
    color: #f97316;
}

.contact-page-figma .office-line-icon {
    width: 14px;
    height: 14px;
}

.contact-page-figma .office-line-icon--muted {
    color: #9ca3af;
}
