.contact-page{position:relative;min-height:calc(100vh - 120px);width:100%;padding:clamp(1.5rem,4vw,4rem);background:linear-gradient(135deg,#fdfcff,#eef1f8 50%,#f6f7fb);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2.5rem;overflow:hidden}.contact-page:after,.contact-page:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(120px);opacity:.5;z-index:0}.contact-page:before{top:-120px;left:-120px;background:#ffe3df}.contact-page:after{bottom:-150px;right:-150px;background:#e2f1ff}.contact-page .contact-stack{width:100%;max-width:1200px;margin:0 auto;z-index:1;align-items:stretch}.contact-map{flex:1 1 auto;width:100%;max-width:none;margin:0;border-radius:24px;overflow:hidden;box-shadow:0 22px 40px rgba(15,23,42,.12);min-height:380px}.contact-map iframe{width:100%;height:100%;border:0;display:block}.contact-card{position:relative;background:#fff!important;color:#0f1424!important;border:1px solid #e2e6f1;border-radius:28px!important;box-shadow:0 24px 40px rgba(15,23,42,.12);overflow:hidden}.contact-card:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;background:linear-gradient(120deg,rgba(255,170,146,.5),rgba(189,199,255,.4));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.contact-card .MuiCardContent-root{display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:1}.contact-card .contact-title{font-weight:700;letter-spacing:.02em;color:#0f1424}.contact-card .contact-subtitle{color:#62687b}.contact-card .contact-highlights{display:flex;flex-direction:column;gap:1rem}.contact-card .contact-highlight{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:1rem 1.25rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#f6f7fb}.contact-card .contact-highlight-title{font-weight:600;color:#0f1424}.contact-card .contact-highlight-text{color:#62687b}.contact-card .contact-highlight-pill{padding:.35rem .95rem;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#ff6a5c;font-weight:600}.contact-card .contact-note{padding:.85rem 1.1rem;border-radius:16px;border:1px solid #ffd3c6;background:#fff5f2;color:#5d6374}.contact-card .contact-actions{margin-top:.25rem}.contact-card .contact-submit{align-self:flex-start;padding:.9rem 2.4rem;border-radius:999px;background:linear-gradient(90deg,#ff6a5c,#ff9371);color:#fff;font-weight:600;text-transform:none;box-shadow:0 18px 32px rgba(255,106,92,.25)}.info-card{flex:0 0 360px}.info-card .contact-detail{color:#4d5163;font-size:.95rem}.info-card .contact-detail a{color:inherit;text-decoration:none}.info-card .contact-divider{border-color:rgba(15,23,42,.08);margin:1.25rem 0}.info-card .social-button{background:#f5f6fb;border:1px solid rgba(15,23,42,.08);color:#0f1424;transition:transform .2s ease,box-shadow .2s ease}.info-card .social-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(15,23,42,.12);background:#fff}@media(max-width:900px){.contact-map{min-height:320px;aspect-ratio:16/9}.info-card{flex:1 1 auto}}@media(max-width:600px){.contact-map{min-height:240px;aspect-ratio:4/3}}