.contact-page{background:#F4F0F0;min-height:100vh;padding:60px 0 80px}.contact-wrap{max-width:760px;margin:0 auto;padding:0 24px}.contact-head{text-align:center;margin-bottom:40px}.contact-head h1{font-family:'Gabarito',sans-serif;font-weight:800;font-size:clamp(28px,5vw,48px);color:#210B50;line-height:1.15;margin-bottom:12px}.contact-head p{font-family:'Barlow',sans-serif;font-size:17px;color:#4b3a7a;line-height:1.6;margin:0}.contact-form-box{background:#fff;border:1.5px solid #D5C8F0;border-radius:16px;box-shadow:4px 4px 0 0 #2b1559;padding:40px 36px;overflow:hidden}.contact-form-box iframe{display:block;width:100%;border:none}.contact-anim-logo{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:32px}.cal-ring-wrap{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center}.cal-ring{position:absolute;inset:0;border-radius:50%;background:conic-gradient(  #A033FA 0deg,#D5C8F0 120deg,#A033FA 240deg,#D5C8F0 360deg  );animation:calSpin 6s linear infinite;-webkit-mask:radial-gradient(circle,transparent 36px,black 37px);mask:radial-gradient(circle,transparent 36px,black 37px)}@keyframes calSpin{to{transform:rotate(360deg)}}.cal-circle{width:80px;height:80px;border-radius:50%;background:#A033FA;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;animation:calPulse 3s ease-in-out infinite;box-shadow:0 0 0 0 rgba(160,51,250,0.4)}@keyframes calPulse{0%,100%{box-shadow:0 0 0 0 rgba(160,51,250,0.4);transform:scale(1)}50%{box-shadow:0 0 0 10px rgba(160,51,250,0);transform:scale(1.04)}}.cal-svg{width:50px;height:50px;display:block}.cal-arc{stroke-dasharray:145;stroke-dashoffset:0;animation:calArc 3.5s ease-in-out infinite}@keyframes calArc{0%{stroke-dashoffset:145;opacity:0.4}40%{stroke-dashoffset:0;opacity:1}60%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:145;opacity:0.4}}.cal-arrow{animation:calArrow 3.5s ease-in-out infinite}@keyframes calArrow{0%,30%{opacity:0}50%,65%{opacity:1}100%{opacity:0}}.cal-brand{font-family:'Gabarito',sans-serif;font-size:20px;letter-spacing:1px;color:#210B50}.cal-brand span{color:#A033FA;font-weight:400}.cal-tagline{font-family:'Barlow',sans-serif;font-size:13px;color:#9F33FF;letter-spacing:2px;text-transform:uppercase;opacity:0.7;animation:calFade 3s ease-in-out infinite}@keyframes calFade{0%,100%{opacity:0.4}50%{opacity:0.9}}.cal-divider{width:60px;height:2px;background:linear-gradient(90deg,transparent,#D5C8F0,transparent);margin:0 auto 28px;border-radius:2px}@media (max-width:600px){.contact-page{padding:36px 0 60px}.contact-wrap{padding:0 16px}.contact-form-box{padding:24px 16px;border-radius:12px}.cal-ring-wrap{width:80px;height:80px}.cal-circle{width:66px;height:66px}.cal-ring{-webkit-mask:radial-gradient(circle,transparent 29px,black 30px);mask:radial-gradient(circle,transparent 29px,black 30px)}.cal-svg{width:42px;height:42px}.cal-brand{font-size:17px}}