.contact-page{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(21,69,217,.05) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(99,102,241,.06) 0,transparent 45%),#f8fafc;display:flex;flex-direction:column}.contact-section{flex:1 1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem}@media (max-width:768px){.contact-section{padding:6rem 1rem 3rem}}.contact-grid{display:grid;grid-template-columns:1.1fr 1.3fr;grid-gap:2.5rem;gap:2.5rem;max-width:1200px;width:100%;margin:0 auto;align-items:stretch}@media (max-width:950px){.contact-grid{grid-template-columns:1fr}}.contact-form-card,.contact-info-card{background:rgba(255,255,255,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:3rem;box-shadow:0 25px 50px -12px rgba(9,17,36,.09),0 0 0 1px rgba(9,17,36,.02);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.contact-form-card:hover,.contact-info-card:hover{transform:translateY(-2px);box-shadow:0 30px 60px -10px rgba(9,17,36,.12),0 0 0 1px rgba(9,17,36,.03)}@media (max-width:500px){.contact-form-card,.contact-info-card{padding:2rem 1.5rem}}.contact-info-card h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;line-height:1.1}.contact-info-card p.intro-text{font-size:1.05rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem}.credentials-list{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:auto}.cred-item{display:flex;gap:1.25rem;align-items:flex-start}.cred-icon{background:linear-gradient(135deg,#1545d9,#4f46e5);color:#ffffff;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(21,69,217,.15);flex-shrink:0}.cred-details h3{font-size:.9rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .35rem}.cred-details a,.cred-details p{font-size:.98rem;color:#1e293b;line-height:1.5;margin:0;text-decoration:none;font-weight:600}.cred-details a{display:block;color:#1545d9;transition:color .2s ease}.cred-details a:hover{color:#4f46e5}.contact-form-card h2{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0 0 1.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em}.form-input,.form-textarea{width:100%;padding:.8rem 1.1rem;background:rgba(241,245,249,.8);border:1px solid rgba(226,232,240,.8);border-radius:12px;font-family:inherit;font-size:.95rem;color:#0f172a;outline:none;transition:all .2s ease}.form-input:focus,.form-textarea:focus{background:#ffffff;border-color:#1545d9;box-shadow:0 0 0 4px rgba(21,69,217,.08)}.form-textarea{min-height:120px;resize:vertical}.form-submit-btn{background:linear-gradient(135deg,#1545d9,#4f46e5);color:#ffffff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 10px 20px rgba(21,69,217,.2);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;margin-top:.5rem}.form-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(21,69,217,.25);background:linear-gradient(135deg,#1d4ed8,#4338ca)}.form-submit-btn:disabled{opacity:.7;cursor:wait}.success-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;margin-auto:auto}.success-stage h3{font-size:1.6rem;font-weight:800;color:#0f172a;margin:1.5rem 0 .5rem}.success-stage p{color:#64748b;font-size:.98rem;line-height:1.6;margin-bottom:2rem;max-width:320px}.success-action-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:.88rem;font-weight:700;padding:8px 20px;border-radius:99px;cursor:pointer;transition:all .2s ease}.success-action-btn:hover{background:#e2e8f0;color:#0f172a}.recent-submissions-section{max-width:1200px;width:100%;margin:3rem auto 0}.submissions-header-btn{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 10px rgba(0,0,0,.02);width:100%;padding:1rem 2rem;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:inherit;font-size:.95rem;color:#334155;font-weight:700;transition:all .2s ease}.submissions-header-btn:hover{background:#ffffff;box-shadow:0 6px 14px rgba(0,0,0,.04)}.submissions-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem;animation:fadeInDown .3s ease}.submission-item{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.02)}.sub-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:6px}.sub-name{font-weight:700;color:#0f172a;font-size:.95rem}.sub-email{color:#64748b;font-size:.85rem;font-weight:500}.sub-date{font-size:.78rem;color:#94a3b8;display:flex;align-items:center;gap:4px}.sub-subject{font-weight:700;color:#1e293b;font-size:1rem;margin-bottom:.5rem}.sub-message{color:#475569;font-size:.92rem;line-height:1.5;background:#f8fafc;padding:1rem;border-radius:8px;border-left:3px solid #1545d9;margin:0;white-space:pre-wrap}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}