.appointment-section{position:relative;padding:3rem 1rem 1rem;overflow:hidden}.appointment-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.appointment-container{position:relative;max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.appointment-card{width:100%;max-width:900px;background:white;border-radius:24px;padding:3rem 2rem;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease}.appointment-card:hover{transform:translateY(-8px)}.appointment-header{text-align:center;margin-bottom:2.5rem}.icon-wrapper{display:inline-flex;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;margin-bottom:1.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(102,126,234,.7)}50%{transform:scale(1.05);box-shadow:0 0 0 15px rgba(102,126,234,0)}}.calendar-icon{width:40px;height:40px;color:white}.appointment-title{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem}.appointment-subtitle{font-size:1.125rem;color:#6b7280;font-weight:400}.iframe-container{position:relative;border-radius:16px;overflow:hidden;background:#f9fafb;box-shadow:inset 0 2px 4px rgba(0,0,0,.06);border:2px solid #e5e7eb}.appointment-iframe{width:100%;height:1200px;border:none;display:block}@media (max-width:768px){.appointment-section{padding:3rem 1rem 8rem}.appointment-card{padding:3rem 1.5rem;border-radius:20px}.appointment-title{font-size:1.875rem}.appointment-subtitle{font-size:1rem}.icon-wrapper{padding:.875rem}.calendar-icon{width:32px;height:32px}.appointment-iframe{height:1400px}}@media (max-width:1032px){.appointment-section{padding:5rem 1rem 1rem}}@media (max-width:639px){.appointment-section{padding:1rem 0}.appointment-card{padding:1.5rem .2rem}.appointment-title{font-size:1.5rem}.appointment-subtitle{font-size:.875rem}.appointment-iframe{height:1600px}}