:root{--primary-orange: #ff6b35;--secondary-orange: #f7931e;--dark-orange: #e55a2b;--light-orange: #ff8c5f;--white: #ffffff;--black: #000000;--gray-dark: #333333;--gray-medium: #666666;--gray-light: #dddddd;--success-bg: #d4edda;--success-text: #155724;--success-border: #c3e6cb;--error-bg: #f8d7da;--error-text: #721c24;--error-border: #f5c6cb;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:var(--primary-orange);text-decoration:none;transition:color .2s}a:hover{color:var(--dark-orange)}a:focus-visible{outline:2px solid var(--primary-orange);outline-offset:2px}button:focus-visible{outline:2px solid var(--primary-orange);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-orange);outline-offset:2px}.countdown-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.countdown{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;animation:fadeInScale .8s ease-out .5s both}.countdown-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff40;padding:2rem;border-radius:24px;width:120px;height:120px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.countdown-item:nth-child(1){animation:popIn .5s ease-out .6s both}.countdown-item:nth-child(2){animation:popIn .5s ease-out .7s both}.countdown-item:nth-child(3){animation:popIn .5s ease-out .8s both}.countdown-item:nth-child(4){animation:popIn .5s ease-out .9s both}.countdown-item:hover{transform:translateY(-5px) scale(1.15);box-shadow:0 8px 25px #0000004d;background:#ffffff59}.countdown-value{font-size:3.5rem;font-weight:800;color:#fff;line-height:1;font-family:Arial,sans-serif}.countdown-value.value-changed{animation:numberChange .4s ease-out}.countdown-label{font-size:1rem;color:#fff;margin-top:.5rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.countdown-cta-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out 1s both}.countdown-date{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.7rem 2rem;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;text-align:center;box-shadow:0 4px 15px #0003}.btn-register{background:#fff;color:#fc8a36;border:none;padding:.7rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;min-width:180px;margin-top:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.countdown{gap:1rem}.countdown-item{padding:1.5rem 2rem;min-width:100px;border-radius:20px}.countdown-value{font-size:2.5rem}.countdown-label{font-size:.9rem}.countdown-date{font-size:1rem;padding:.8rem 1.5rem}.countdown-cta-container{gap:1rem}.btn-register{padding:1rem 2rem;font-size:1rem;min-width:160px}}@media(max-width:480px){.countdown{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;max-width:320px}.countdown-item{padding:1.2rem 1rem;min-width:unset;width:100%;border-radius:16px}.countdown-value{font-size:2rem}.countdown-label{font-size:.75rem}.countdown-date{font-size:.9rem;padding:.7rem 1.2rem}.countdown-cta-container{flex-direction:column;gap:.8rem}.btn-register{padding:.9rem 1.8rem;font-size:.95rem;min-width:140px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes popIn{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes numberChange{0%{transform:scale(1);opacity:1}25%{transform:scale(1.2) translateY(-5px);opacity:.7}50%{transform:scale(.9) translateY(5px);opacity:.9}to{transform:scale(1) translateY(0);opacity:1}}.custom-dropdown{position:relative;width:100%}.custom-dropdown-toggle{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left}.custom-dropdown-toggle:hover{border-color:#fc8a36}.custom-dropdown-toggle.open{border-color:#fc8a36;box-shadow:0 0 0 3px #fc8a361a}.custom-dropdown-toggle .placeholder{color:#999}.dropdown-arrow{transition:transform .3s ease;color:#666;flex-shrink:0;margin-left:.5rem}.dropdown-arrow.open{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #fc8a36;border-radius:12px;box-shadow:0 4px 16px #00000026;z-index:1000;max-height:250px;overflow-y:auto;animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-item{width:100%;padding:.875rem 1rem;border:none;background:#fff;cursor:pointer;transition:background-color .2s ease;font-family:inherit;font-size:1rem;text-align:left;border-bottom:1px solid #f0f0f0}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item:hover{background-color:#fff5ed}.custom-dropdown-item.selected{background-color:#fc8a36;color:#fff;font-weight:600}.custom-dropdown-item.selected:hover{background-color:#e67a2a}.custom-dropdown-menu::-webkit-scrollbar{width:8px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#fc8a36;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#e67a2a}.app{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;width:100%;display:none;justify-content:center;align-items:center;padding:1.5rem 4rem;background:#ff8a1df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;box-shadow:0 2px 10px #0000001a}.nav-logo{position:absolute;left:4rem;display:flex;align-items:center}.nav-logo-image{height:70px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}.nav-menu{display:flex;gap:3rem}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;transition:opacity .3s ease;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link:hover{opacity:.8}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:top;justify-content:center;overflow:hidden;padding-top:0vh}.hero-background{position:absolute;inset:0;background:linear-gradient(180deg,#ff8a1d 0% 50%,#ffd68a);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-overlay{position:absolute;inset:0;background:transparent;z-index:2}.hero-content{position:relative;z-index:3;max-width:900px;width:100%;padding:0rem 2rem;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:.75rem}.logo-container{animation:fadeInDown .8s ease-out;margin-bottom:-10.5rem}.logo-image{height:500px;width:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.subheadline{font-size:1.5em;font-weight:500;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out .2s both}.countdown-heading{color:#fff;font-size:2.5rem;font-weight:700;margin:.5rem 0 .25rem;animation:fadeInUp .8s ease-out .4s both}.cta-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeInUp .8s ease-out .6s both;margin-top:.5rem}.cta-text{font-size:1.125rem;font-weight:600;color:#fff;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.2)}.btn-register{background:#fff;color:#fc8a36;border:none;padding:.7rem 3rem;font-size:1.2rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.btn-register:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-register:active{transform:translateY(0)}.bottom-text{font-size:1rem;font-weight:400;color:#fff;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out .8s both}.bottom-link{background:none;border:none;color:#fff;font-size:inherit;font-weight:600;text-decoration:underline;cursor:pointer;padding:0;transition:opacity .3s ease}.bottom-link:hover{opacity:.8}.dog-image{position:absolute;bottom:0;right:0;max-width:500px;height:auto;z-index:2;pointer-events:none;animation:slideInRight .3s ease-out .3s both}.why-patibi{background:linear-gradient(180deg,#ff8a1d 0% 50%,#ffd68a);padding:5rem 2rem;text-align:center}.section-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:3rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease;position:relative}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#fc8a36,#fda55e);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-4rem auto 1.5rem;box-shadow:0 4px 16px #fc8a3666}.feature-title{font-size:1.3rem;font-weight:700;color:#fc8a36;margin-bottom:1rem}.feature-description{font-size:1rem;color:#666;line-height:1.6}.about-section{background:linear-gradient(180deg,#ff8a1d 0% 50%,#ffd68a);padding:5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.about-content{max-width:900px;margin:0 auto}.about-text{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;text-shadow:0 1px 4px rgba(0,0,0,.2)}.about-text strong{font-weight:700}.about-image{position:absolute;bottom:0;left:0;max-width:400px;height:auto;pointer-events:none}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media(max-width:1200px){.navbar{padding:1.5rem 2rem}.nav-logo{left:2rem}.nav-logo-image{height:45px}.logo-image{height:130px}.dog-image{max-width:400px}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-title{font-size:2.5rem}}@media(max-width:968px){.nav-menu,.navbar{display:none}.hero{padding-top:20px}.hero-content{padding:1.5rem;margin-top:0}.logo-image{height:100px}.subheadline{font-size:1rem}.countdown-heading{font-size:1.5rem}.cta-text{font-size:1rem}.btn-register{padding:.9rem 2.5rem;font-size:1.1rem}.bottom-text{font-size:.875rem}.dog-image{max-width:300px}.features-grid{grid-template-columns:1fr;gap:3rem}.feature-card{padding:3rem 2rem 2rem}.section-title{font-size:2rem}.about-text{font-size:1.1rem}}@media(max-width:640px){.hero-content{padding:1rem;gap:1rem}.logo-image{height:90px}.subheadline{font-size:.875rem}.countdown-heading{font-size:1.25rem}.dog-image{max-width:250px}.section-title{font-size:1.75rem}.about-text{font-size:1rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.95rem}}.registration-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5rem 2rem}.registration-background{position:absolute;inset:0;background:linear-gradient(180deg,#ff8a1d 0% 50%,#ffd68a);z-index:1}.registration-overlay{position:absolute;inset:0;background:transparent;z-index:2}.registration-content-wrapper{position:relative;z-index:3;max-width:550px;width:100%;display:flex;align-items:center;justify-content:center}.registration-form-container{background:#fff;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 12px 48px #0003;width:100%}.registration-title{font-size:2rem;font-weight:800;color:#fc8a36;margin:0 0 .5rem;text-align:center}.registration-subtitle{font-size:.95rem;color:#666;margin:0 0 1.5rem;text-align:center;line-height:1.5}.registration-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;font-weight:600;color:#fc8a36}.form-group input,.form-group select,.form-group textarea{padding:.75rem .875rem;font-size:.95rem;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#fc8a36;box-shadow:0 0 0 3px #fc8a361a}.form-group textarea{resize:vertical;min-height:80px}.submit-btn{background:linear-gradient(135deg,#fc8a36,#fda55e);color:#fff;border:none;padding:.875rem 2rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #fc8a3666;margin-top:.25rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #fc8a3680}.submit-btn:active{transform:translateY(0)}.registration-cat-image{position:absolute;bottom:0;left:0;max-width:400px;height:auto;z-index:2;pointer-events:none;animation:slideInLeft .3s ease-out .3s both}.registration-doctor-image{position:absolute;bottom:0;right:0;max-width:400px;height:auto;z-index:2;pointer-events:none;animation:slideInRight .3s ease-out .3s both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@media(max-width:1200px){.registration-cat-image,.registration-doctor-image{max-width:300px}}@media(max-width:968px){.registration-section{padding:3rem 1.5rem;min-height:auto}.registration-content-wrapper{max-width:500px}.registration-form-container{padding:2rem 1.5rem}.registration-cat-image,.registration-doctor-image{max-width:250px}.registration-title{font-size:1.75rem}.registration-subtitle{font-size:.9rem}}@media(max-width:640px){.registration-section{padding:2rem 1rem}.registration-content-wrapper{max-width:100%}.registration-form-container{padding:1.5rem 1.25rem}.registration-cat-image,.registration-doctor-image{max-width:180px}.registration-title{font-size:1.5rem}.registration-subtitle{font-size:.85rem;margin-bottom:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem .8rem;font-size:.9rem}.form-group label{font-size:.85rem}.submit-btn{padding:.8rem 1.5rem;font-size:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{display:flex;background-color:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006;animation:slideUp .4s ease-out;position:relative}.modal-container-centered{background-color:#fff;border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006;animation:slideUp .4s ease-out;position:relative}.modal-animal-image{width:300px;object-fit:cover;flex-shrink:0}.modal-content{background-color:#fff;padding:2.5rem;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#fc8a36;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#e67a2a}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:2.2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.modal-close:hover{color:#fc8a36;background-color:#fc8a361a;transform:rotate(90deg)}.modal-title{color:#fc8a36;margin-bottom:.5rem;font-size:1.8rem;font-weight:700;padding-right:2rem;line-height:1.3;text-align:center}.modal-subtitle{color:#666;font-size:.95rem;margin-bottom:2rem;line-height:1.5;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.modal-overlay{padding:.5rem}.modal-container{flex-direction:column;max-height:95vh}.modal-container-centered{max-width:100%;max-height:95vh}.modal-animal-image{width:100%;height:200px;object-fit:cover}.modal-content{padding:2rem 1.5rem;border-radius:0 0 12px 12px}.modal-close{top:1rem;right:1rem;font-size:2rem;width:32px;height:32px}.modal-title{font-size:1.6rem;margin-bottom:1.5rem}}@media(max-width:480px){.modal-content{padding:1.5rem 1.2rem}.modal-title{font-size:1.4rem;margin-bottom:1.2rem;padding-right:2.5rem}}
