.contact-page { --contact-radius: 22px; color: var(--text, #1f2937); }
.contact-breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: #64748b; font-size: .78rem; }
.contact-breadcrumb a { transition: color .2s ease; }
.contact-breadcrumb a:hover { color: var(--primary, #c63130); }
.contact-breadcrumb [class*="i-lucide"] { width: 14px; height: 14px; }
.contact-hero { position: relative; display: grid; min-height: 380px; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); overflow: hidden; border: 1px solid rgba(148, 163, 184, .18); border-radius: 28px; background: linear-gradient(135deg, color-mix(in srgb, var(--primary, #c63130) 9%, var(--muted, #fff)) 0%, var(--muted, #fff) 55%, rgba(248, 250, 252, .75) 100%); box-shadow: 0 24px 55px rgba(15, 23, 42, .08); }
.contact-hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(100, 116, 139, .14) 1px, transparent 1px); background-size: 24px 24px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.contact-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 55px 56px; }
.contact-eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 7px; border-radius: 999px; background: color-mix(in srgb, var(--primary, #c63130) 10%, transparent); padding: 7px 12px; color: var(--primary, #c63130); font-size: .78rem; font-weight: 750; }
.contact-eyebrow [class*="i-lucide"] { width: 17px; height: 17px; }
.contact-hero h1, .advice-intro h1 { margin-top: 18px; font-size: clamp(1.65rem, 4vw, 2.65rem); font-weight: 900; line-height: 1.5; letter-spacing: -.03em; }
.contact-hero__content > p, .advice-intro p { max-width: 680px; margin-top: 14px; color: #64748b; font-size: .92rem; line-height: 2.05; }
.contact-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.contact-primary-action, .contact-secondary-action { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; padding: 10px 18px; font-size: .85rem; font-weight: 750; }
.contact-primary-action [class*="i-lucide"], .contact-secondary-action [class*="i-lucide"] { width: 18px; height: 18px; }
.contact-secondary-action { border: 1px solid rgba(148, 163, 184, .32); background: var(--muted, #fff); color: #475569; transition: border-color .2s, color .2s; }
.contact-secondary-action:hover { border-color: var(--primary, #c63130); color: var(--primary, #c63130); }
.contact-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 340px; }
.contact-hero__icon { position: relative; z-index: 2; display: flex; width: 112px; height: 112px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.75); border-radius: 35px; background: linear-gradient(145deg, var(--primary, #c63130), #9f2424); color: white; box-shadow: 0 28px 50px color-mix(in srgb, var(--primary, #c63130) 28%, transparent); transform: rotate(-5deg); }
.contact-hero__icon span { width: 52px; height: 52px; transform: rotate(5deg); }
.contact-hero__orbit { position: absolute; border: 1px dashed color-mix(in srgb, var(--primary, #c63130) 30%, transparent); border-radius: 50%; }
.contact-hero__orbit--one { width: 210px; height: 210px; }
.contact-hero__orbit--two { width: 290px; height: 290px; opacity: .55; }
.contact-hero__dot { position: absolute; width: 15px; height: 15px; border: 4px solid var(--muted, #fff); border-radius: 50%; background: var(--primary, #c63130); box-shadow: 0 6px 16px rgba(15,23,42,.14); }
.contact-hero__dot--one { top: 23%; right: 19%; }
.contact-hero__dot--two { bottom: 22%; left: 20%; }
.contact-section { padding-top: 70px; }
.contact-section-heading { max-width: 640px; margin: 0 auto 30px; text-align: center; }
.contact-section-heading > span { color: var(--primary, #c63130); font-size: .78rem; font-weight: 800; }
.contact-section-heading h2 { margin-top: 7px; font-size: clamp(1.25rem, 3vw, 1.8rem); font-weight: 850; }
.contact-section-heading p { margin-top: 8px; color: #64748b; font-size: .84rem; }
.contact-methods-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-method-card { display: flex; min-height: 150px; align-items: flex-start; gap: 16px; border: 1px solid rgba(148,163,184,.22); border-radius: var(--contact-radius); background: var(--muted, #fff); padding: 22px; box-shadow: 0 10px 30px rgba(15,23,42,.045); transition: transform .2s, border-color .2s, box-shadow .2s; }
.contact-method-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary, #c63130) 28%, transparent); box-shadow: 0 17px 38px rgba(15,23,42,.075); }
.contact-method-card__icon { display: flex; width: 48px; height: 48px; flex: 0 0 48px; align-items: center; justify-content: center; border-radius: 15px; }
    .contact-method-card__icon span {
        width: 23px;
        height: 23px;
        padding: 1px 3px
    }
.contact-method-card__icon--phone { background: rgba(34,197,94,.11); color: #16a34a; }
.contact-method-card__icon--support { background: rgba(59,130,246,.11); color: #2563eb; }
.contact-method-card__icon--management { background: rgba(168,85,247,.11); color: #9333ea; }
.contact-method-card__icon--email {
    background: #c631300f;
    color: #c63130;
}
.contact-method-card__label { display: block; color: #64748b; font-size: .76rem; font-weight: 650; }
.contact-method-card a { display: block; width: fit-content; max-width: 100%; margin-top: 7px; color: var(--primary, #c63130); font-size: .98rem; font-weight: 850; overflow-wrap: anywhere; }
.contact-method-card p { margin-top: 8px; color: #64748b; font-size: .77rem; line-height: 1.8; }
.contact-location-section { padding-top: 18px; }
.contact-location-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(148,163,184,.22); border-radius: var(--contact-radius); background: var(--muted, #fff); padding: 24px; box-shadow: 0 10px 30px rgba(15,23,42,.045); }
.contact-location-card__content { display: flex; align-items: flex-start; gap: 15px; }
.contact-location-card__icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(245,158,11,.12);
    color: #d97706;
    padding: 26px 20px;
}
.contact-location-card__icon span { width: 23px; height: 23px; }
.contact-location-card address { max-width: 700px; margin-top: 7px; font-size: .86rem; font-style: normal; line-height: 1.9; }
.contact-socials { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: #64748b; font-size: .75rem; }
.contact-socials .box-soci { display: flex; gap: 8px; }
.contact-advice-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; border-radius: 24px; background: linear-gradient(120deg, #252525, #3b2828); padding: 30px 34px; color: #fff; box-shadow: 0 20px 45px rgba(15,23,42,.15); }
.contact-advice-banner__small { color: rgba(255,255,255,.62); font-size: .76rem; }
.contact-advice-banner h2 { margin-top: 6px; font-size: 1.2rem; font-weight: 850; }
.contact-advice-banner p { margin-top: 7px; color: rgba(255,255,255,.68); font-size: .8rem; }
.advice-intro { display: flex; align-items: center; gap: 22px; border: 1px solid rgba(148,163,184,.2); border-radius: 26px; background: linear-gradient(135deg, color-mix(in srgb, var(--primary, #c63130) 7%, var(--muted, #fff)), var(--muted, #fff)); padding: 32px 36px; box-shadow: 0 16px 40px rgba(15,23,42,.055); }
.advice-intro__icon { display: flex; width: 82px; height: 82px; flex: 0 0 82px; align-items: center; justify-content: center; border-radius: 25px; background: var(--primary, #c63130); color: white; box-shadow: 0 18px 34px color-mix(in srgb, var(--primary, #c63130) 22%, transparent); }
.advice-intro__icon span { width: 36px; height: 36px; }
.advice-intro h1 { margin-top: 10px; font-size: clamp(1.45rem, 3vw, 2.05rem); }
.advice-intro p { margin-top: 8px; }
.advice-content { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 20px; padding-top: 22px; }
.advice-form-card, .advice-sidebar__card { border: 1px solid rgba(148,163,184,.22); border-radius: var(--contact-radius); background: var(--muted, #fff); box-shadow: 0 12px 34px rgba(15,23,42,.055); }
.advice-form-card { padding: 26px; }
.advice-form-card__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid rgba(148,163,184,.17); }
.advice-form-card__header span:first-child { color: #64748b; font-size: .75rem; }
.advice-form-card__header h2 { margin-top: 5px; font-size: 1.08rem; font-weight: 850; }
.advice-form-card__step { border-radius: 999px; background: rgba(34,197,94,.1); padding: 7px 11px; color: #15803d; font-size: .7rem; white-space: nowrap; }
.advice-alert { margin-top: 18px; }
.advice-form { padding-top: 22px; }
.advice-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.advice-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.advice-field--full { grid-column: 1 / -1; }
.advice-field label { color: #334155; font-size: .79rem; font-weight: 750; }
.advice-field label span { color: var(--primary, #c63130); }
.advice-field__control { position: relative; display: flex; align-items: center; border: 1px solid rgba(148,163,184,.38); border-radius: 13px; background: color-mix(in srgb, var(--muted, #fff) 93%, #f8fafc); transition: border-color .2s, box-shadow .2s; }
.advice-field__control:focus-within { border-color: var(--primary, #c63130); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #c63130) 11%, transparent); }
.advice-field__control > span { width: 19px; height: 19px; flex: 0 0 19px; margin-right: 13px; color: #94a3b8; }
.advice-field__control input, .advice-field__control textarea { width: 100%; border: 0; background: transparent; padding: 12px; color: inherit; font-size: .84rem; outline: none; }
.advice-field__control--textarea { align-items: flex-start; }
.advice-field__control--textarea > span { margin-top: 14px; }
.advice-field__control textarea { min-height: 145px; resize: vertical; line-height: 1.9; }
.advice-field__error, .advice-validation-summary { min-height: 17px; color: #dc2626; font-size: .72rem; }
.advice-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(148,163,184,.17); }
.advice-form__footer p { display: flex; align-items: center; gap: 7px; color: #64748b; font-size: .71rem; }
.advice-form__footer p span { width: 17px; height: 17px; color: #16a34a; }
.advice-submit { display: inline-flex; min-width: 145px; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; padding: 11px 20px; }
.advice-submit span { width: 18px; height: 18px; }
.advice-sidebar { display: flex; flex-direction: column; gap: 16px; }
.advice-sidebar__card { padding: 22px; }
.advice-sidebar__card h2 { font-size: .96rem; font-weight: 850; }
.advice-steps { display: flex; flex-direction: column; gap: 20px; margin-top: 21px; }
.advice-steps li { position: relative; display: flex; gap: 11px; }
.advice-steps li:not(:last-child)::after { position: absolute; top: 31px; right: 14px; width: 1px; height: calc(100% + 8px); background: rgba(148,163,184,.28); content: ""; }
.advice-steps li > span { position: relative; z-index: 1; display: flex; width: 29px; height: 29px; flex: 0 0 29px; align-items: center; justify-content: center; border-radius: 9px; background: color-mix(in srgb, var(--primary, #c63130) 10%, var(--muted, #fff)); color: var(--primary, #c63130); font-size: .74rem; font-weight: 850; }
.advice-steps strong { font-size: .79rem; }
.advice-steps p { margin-top: 4px; color: #64748b; font-size: .7rem; line-height: 1.75; }
.advice-sidebar__card--help { display: flex; align-items: flex-start; gap: 12px; background: color-mix(in srgb, var(--primary, #c63130) 5%, var(--muted, #fff)); }
.advice-sidebar__card--help > span { width: 25px; height: 25px; flex: 0 0 25px; color: var(--primary, #c63130); }
.advice-sidebar__card--help strong { font-size: .8rem; }
.advice-sidebar__card--help p { margin-top: 5px; color: #64748b; font-size: .7rem; line-height: 1.7; }
.advice-sidebar__card--help a { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; color: var(--primary, #c63130); font-size: .72rem; font-weight: 750; }
.advice-sidebar__card--help a span { width: 15px; height: 15px; }
@media (max-width: 900px) { .contact-hero { grid-template-columns: 1fr; } .contact-hero__content { padding: 42px 30px; } .contact-hero__visual { display: none; } .advice-content { grid-template-columns: 1fr; } .advice-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .contact-hero { min-height: 0; border-radius: 21px; } .contact-hero__content { padding: 31px 20px; } .contact-hero__content > p { font-size: .82rem; } .contact-hero__actions { flex-direction: column; } .contact-methods-grid { grid-template-columns: 1fr; } .contact-section { padding-top: 48px; } .contact-method-card { min-height: 0; padding: 18px; } .contact-location-card, .contact-advice-banner { align-items: stretch; flex-direction: column; } .contact-socials { align-items: flex-start; } .contact-advice-banner { padding: 25px 20px; } .advice-intro { align-items: flex-start; padding: 24px 19px; } .advice-intro__icon { width: 54px; height: 54px; flex-basis: 54px; border-radius: 17px; } .advice-intro__icon span { width: 25px; height: 25px; } .advice-form-card { padding: 19px 15px; } .advice-form-card__header, .advice-form__footer { align-items: stretch; flex-direction: column; } .advice-form__grid, .advice-sidebar { grid-template-columns: 1fr; } .advice-submit { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .contact-method-card, .contact-secondary-action, .advice-field__control { transition: none; } }
