.contact-page-root{background-color:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex;overflow-x:hidden}.contact-hero-section{flex-direction:column;align-items:center;padding-top:clamp(6rem,10vw,8.5rem);padding-bottom:6rem;display:flex}.contact-hero-header{text-align:center;max-width:700px;margin-bottom:3.5rem}.contact-hero-title{letter-spacing:-.035em;color:var(--foreground-muted);font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:400;line-height:1.25}.contact-hero-title span{color:var(--foreground)}.contact-hero-title strong{color:var(--foreground);font-weight:600}.contact-dual-cards-grid{grid-template-columns:1.2fr .9fr;align-items:stretch;gap:1.75rem;width:100%;max-width:860px;margin:0 auto;display:grid}@media (max-width:768px){.contact-dual-cards-grid{grid-template-columns:1fr;max-width:480px}}.contact-dark-form-card{background:#111114;border-radius:28px;flex-direction:column;justify-content:center;padding:2.25rem 2rem;display:flex;box-shadow:0 15px 35px #00000026}.contact-form-inner{flex-direction:column;gap:1.25rem;display:flex}.form-group-item{flex-direction:column;gap:.5rem;display:flex}.form-item-label{color:#a1a1aa;font-size:.82rem;font-weight:500}.form-dark-input,.form-dark-textarea{color:#fff;background:#1c1c21;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.92rem;transition:all .25s}.form-dark-input:focus,.form-dark-textarea:focus{background:#232329;border-color:#ffffff4d}.form-dark-input::placeholder,.form-dark-textarea::placeholder{color:#52525b}.form-dark-textarea{resize:none}.form-submit-white-btn{color:#111;border-radius:var(--radius-pill);cursor:pointer;background:#fff;border:none;width:100%;margin-top:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;box-shadow:0 4px 15px #ffffff26}.form-submit-white-btn:hover{background:#f4f4f5;transform:translateY(-2px)}.contact-light-chat-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#f8fafc;border-radius:28px;flex-direction:column;justify-content:space-between;padding:2.25rem 2rem;transition:all .3s;display:flex}.contact-light-chat-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-3px)}.chat-card-top-content{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.chat-avatar-badge{border-radius:16px;width:52px;height:52px;box-shadow:0 4px 12px #0000001a}.chat-card-headline{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:400;line-height:1.5}.chat-card-headline strong{font-weight:600}.chat-duration-pill{border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--foreground-muted);background:#fff;padding:.4rem .85rem;font-size:.78rem;font-weight:500}.chat-card-bottom-action{margin-top:2rem}.chat-book-call-outline-btn{border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:var(--radius-pill);background:#fff;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 2px 6px #0000000a}.chat-book-call-outline-btn:hover{color:#fff;background:#111;border-color:#111;transform:translateY(-2px)}
