.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);color:var(--white);background:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}.navbar.scrolled{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.75rem 0;box-shadow:0 10px 30px -10px #0000001a;color:var(--primary)}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.logo-container-circle{width:55px;height:55px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:6px;box-shadow:0 4px 15px #0003;overflow:hidden;transition:all .3s ease}.navbar.scrolled .logo-container-circle{width:45px;height:45px;box-shadow:0 4px 10px #0000001a}.logo-img{height:100%;width:auto;object-fit:contain}.logo-accent{color:var(--secondary)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-weight:500;font-size:.95rem;transition:all .3s ease;padding:.5rem 0;position:relative}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--secondary);transition:all .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--secondary)}.nav-socials{display:flex;gap:1rem;margin-left:1rem}.nav-socials a:hover{color:var(--secondary)}.menu-btn{display:none;color:inherit}@media (max-width: 768px){.menu-btn{display:block}.nav-links{position:absolute;top:100%;left:0;width:100%;background-color:var(--white);flex-direction:column;padding:2rem;gap:1.5rem;color:var(--primary);transform:translateY(-100%);opacity:0;pointer-events:none;transition:var(--transition);border-bottom:1px solid var(--gray-200)}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:all}}.footer{background-color:var(--primary);color:var(--white);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem}.footer-logo-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo-img{height:60px;width:auto}.footer-logo{font-size:1.8rem;font-weight:800}.footer-logo span{color:var(--secondary)}.footer p{color:#cbd5e1;max-width:300px;line-height:1.7}.footer-socials{display:flex;gap:1rem;margin-top:1.5rem}.footer h4{font-size:1.2rem;margin-bottom:1.5rem;position:relative}.footer h4:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background-color:var(--secondary)}.footer ul{display:flex;flex-direction:column;gap:1rem}.footer ul li{display:flex;align-items:center;gap:.75rem;color:#cbd5e1;transition:var(--transition)}.footer ul li a:hover{color:var(--secondary);padding-left:5px}.admin-link{font-size:.8rem;opacity:.5;margin-top:1rem;display:block}.admin-link:hover{opacity:1}.footer-bottom{border-top:1px solid #1e293b;padding:1.5rem 0;font-size:.9rem;color:#94a3b8}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center}.footer-legal{display:flex;gap:2rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom .container{flex-direction:column;gap:1rem;text-align:center}}.hero{position:relative;height:90vh;display:flex;align-items:center;background-image:url(/hero_south_india.png);background-size:cover;background-position:center;color:var(--white);text-align:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0006,#0009)}.hero-content{position:relative;z-index:1;max-width:800px}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero h1 .highlight{color:var(--secondary)}.hero p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.hero-btns{display:flex;gap:1.5rem;justify-content:center}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1.1rem}.package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.package-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--gray-200)}.package-image{position:relative;height:250px}.package-image img{width:100%;height:100%;object-fit:cover}.package-tag{position:absolute;top:1rem;left:1rem;background-color:var(--secondary);color:var(--white);padding:.4rem 1rem;border-radius:2rem;font-size:.8rem;font-weight:600}.package-details{padding:1.5rem}.package-details h3{font-size:1.4rem;margin-bottom:.5rem}.package-details .duration{color:var(--text-light);margin-bottom:1.5rem}.package-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--gray-100)}.package-footer .price{display:flex;align-items:center;font-weight:700;font-size:1.2rem;color:var(--primary)}.btn-text{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--secondary)}.view-all{text-align:center}.why-choose-us{background-color:var(--gray-50)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{background:var(--white);padding:2.5rem 2rem;border-radius:1rem;text-align:center;box-shadow:var(--shadow);transition:var(--transition)}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:64px;height:64px;background-color:var(--gray-100);color:var(--secondary);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}.feature-item h3{margin-bottom:1rem}.feature-item p{color:var(--text-light);font-size:.95rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-btns{flex-direction:column}}.packages-hero{background-color:var(--primary);color:var(--white);padding:10rem 0 5rem;text-align:center}.packages-hero h1{font-size:3rem;margin-bottom:1rem}.filter-bar{margin-bottom:3rem;display:flex;flex-direction:column;gap:1.5rem;background:var(--white);padding:1.5rem;border-radius:1rem;box-shadow:var(--shadow)}.filter-title{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--primary)}.filter-options{display:flex;flex-wrap:wrap;gap:.75rem}.filter-btn{padding:.5rem 1.25rem;border-radius:2rem;border:1px solid var(--gray-200);background:var(--gray-50);font-weight:500;transition:var(--transition)}.filter-btn:hover{background:var(--gray-100)}.filter-btn.active{background:var(--secondary);color:var(--white);border-color:var(--secondary)}.category-label{font-size:.75rem;color:var(--secondary);font-weight:700;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.packages-listing .duration{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.no-results{text-align:center;padding:5rem 0;color:var(--text-light);font-size:1.2rem}@media (max-width: 768px){.packages-hero h1{font-size:2.5rem}}.pkg-hero{height:60vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding-bottom:5rem;color:var(--white)}.pkg-hero-content{position:relative;z-index:1}.pkg-category{background:var(--secondary);padding:.4rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:700;margin-bottom:1rem;display:inline-block}.pkg-hero h1{font-size:3.5rem;margin-bottom:1rem}.pkg-meta{display:flex;gap:2rem;font-weight:600}.pkg-meta span{display:flex;align-items:center;gap:.5rem}.pkg-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.tabs{display:flex;border-bottom:1px solid var(--gray-200);margin-bottom:2.5rem}.tab-btn{padding:1rem 2rem;font-weight:700;color:var(--text-light);border-bottom:3px solid transparent;transition:var(--transition)}.tab-btn.active{color:var(--secondary);border-bottom-color:var(--secondary)}.pkg-info h3{font-size:1.5rem;margin-bottom:1.25rem}.pkg-info p{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.itinerary-list{display:flex;flex-direction:column;gap:2rem}.itinerary-item{display:flex;gap:1.5rem;position:relative}.itinerary-item:after{content:"";position:absolute;top:40px;left:20px;bottom:-20px;width:2px;background:var(--gray-200)}.itinerary-item:last-child:after{display:none}.day-circle{width:42px;height:42px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;flex-shrink:0;z-index:1}.itinerary-text h4{font-size:1.2rem;margin-bottom:.5rem}.inc-exc-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.inc-box,.exc-box{background:var(--gray-50);padding:2rem;border-radius:1rem}.inc-box h3,.exc-box h3{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;margin-bottom:1.5rem}.inc-box ul li,.exc-box ul li{margin-bottom:.75rem;color:var(--text-light);font-size:.95rem;list-style:disc;margin-left:1.2rem}.booking-card{background:var(--white);border-radius:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);overflow:hidden;position:sticky;top:100px;margin-bottom:2rem}.booking-header{background-color:var(--gray-50);padding:2rem;border-bottom:1px solid var(--gray-200)}.price-tag .from{display:block;font-size:.9rem;color:var(--text-light);margin-bottom:.25rem}.price-tag .amount{display:flex;align-items:flex-end;gap:.25rem;color:var(--primary);font-weight:800;font-size:2.2rem}.price-tag .amount small{font-size:1rem;color:var(--text-light);font-weight:400;padding-bottom:.5rem}.booking-form-area{padding:2rem}.booking-form-area h3{margin-bottom:1.5rem;font-size:1.2rem}.pkg-highlight-section{margin-bottom:2rem}.highlight-container{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.highlight-img{width:100%;border-radius:12px;box-shadow:var(--shadow);transition:var(--transition)}.highlight-img:hover{transform:scale(1.02)}.success-card{padding:3rem 2rem;text-align:center;border-color:var(--secondary);background:linear-gradient(135deg,#fff,#fff8e1)}.success-icon{color:var(--secondary);margin-bottom:1.5rem}.success-content h3{font-size:1.8rem;margin-bottom:1rem;color:var(--primary)}.success-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.success-content .note{font-size:.9rem;padding:1rem;background:rgba(var(--secondary-rgb),.1);border-radius:.5rem;margin-top:2rem}.secure-text{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.85rem;color:var(--text-light)}.help-card{background:var(--primary);color:var(--white);padding:2rem;border-radius:1.5rem;text-align:center}.help-card h3{margin-bottom:1rem}.help-card p{color:#cbd5e1;font-size:.9rem;margin-bottom:1.5rem}.call-btn{background:var(--white);color:var(--primary);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem}@media (max-width: 992px){.pkg-grid{grid-template-columns:1fr}.booking-card{position:static}}@media (max-width: 768px){.pkg-hero h1{font-size:2.5rem}.inc-exc-grid{grid-template-columns:1fr}}.mt-4{margin-top:3rem}.agreement-sec{margin:1.5rem 0;padding:1rem;background:var(--gray-50);border-radius:.8rem;border:1px solid var(--gray-200)}.checkbox-container{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer;font-size:.9rem;color:var(--text-light);line-height:1.4}.checkbox-container input{margin-top:.2rem;width:18px;height:18px;cursor:pointer;accent-color:var(--secondary)}.btn-link{background:none;border:none;padding:0;color:var(--secondary);font-weight:700;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:inherit}.agreement-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.agreement-modal-content{background:var(--white);width:100%;max-width:700px;height:85vh;border-radius:1.5rem;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.agreement-modal-content .modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;background:var(--white)}.agreement-modal-content .modal-header h2{font-size:1.4rem;color:var(--primary);margin:0}.agreement-modal-content .close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;transition:var(--transition)}.agreement-modal-content .close-btn:hover{color:#f44}.agreement-text{padding:2.5rem;overflow-y:auto!important;line-height:1.8;color:var(--text-light);position:relative;scrollbar-width:thin;scrollbar-color:#ffc107 #f1f5f9}.agreement-text::-webkit-scrollbar{width:10px}.agreement-text::-webkit-scrollbar-track{background:#f1f5f9}.agreement-text::-webkit-scrollbar-thumb{background:#ffc107;border-radius:10px;border:3px solid #f1f5f9}.agreement-text::-webkit-scrollbar-thumb:hover{background:#e6af06}.agreement-header-pro{text-align:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.effective-date{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.agreement-header-pro h3{color:var(--primary);font-size:1.1rem;letter-spacing:.5px}.agreement-section{margin-bottom:1rem}.agreement-text h4{color:var(--primary);font-size:.95rem;margin:0 0 .5rem;border-bottom:none;display:block;background:var(--gray-50);padding:.3rem .6rem;border-left:4px solid var(--secondary);font-weight:800}.agreement-text p{margin-bottom:.6rem;font-size:.95rem;color:var(--text-main);text-align:justify}.agreement-text ul{margin-bottom:.8rem;padding-left:1.2rem}.agreement-text li{margin-bottom:.4rem;font-size:.95rem;list-style:square}.agreement-text strong{color:var(--primary)}.agreement-modal-content .modal-footer{padding:1.5rem 2rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end;background:var(--gray-50)}@media (max-width: 600px){.agreement-modal-overlay{padding:1rem}.agreement-modal-content .modal-header h2{font-size:1.1rem}}.contact-hero{background-color:var(--primary);color:var(--white);padding:10rem 0 5rem;text-align:center}.contact-hero h1{font-size:3rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.contact-info h2{font-size:2rem;margin-bottom:1.5rem}.contact-info>p{color:var(--text-light);margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.method{display:flex;align-items:center;gap:1.5rem}.method-icon{width:50px;height:50px;background:var(--gray-50);color:var(--secondary);display:flex;align-items:center;justify-content:center;border-radius:12px}.method h4{font-size:1.1rem;margin-bottom:.25rem}.method p{color:var(--text-light)}.contact-form-container{background:var(--white);padding:3rem;border-radius:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:.5rem;font-family:inherit;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 4px #f973161a}.w-full{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.about-hero{background-color:var(--primary);color:var(--white);padding:10rem 0 5rem;text-align:center}.about-hero h1{font-size:3rem}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-image img{border-radius:2rem;box-shadow:var(--shadow-lg)}.story-text h2{font-size:2.5rem;margin-bottom:1.5rem}.story-text p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.mission-vision{background-color:var(--gray-50)}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mv-card{background:var(--white);padding:4rem;border-radius:2rem;text-align:center;box-shadow:var(--shadow)}.mv-icon{color:var(--secondary);margin-bottom:1.5rem}.mv-card h3{font-size:1.8rem;margin-bottom:1rem}.mv-card p{color:var(--text-light);font-size:1.1rem}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:800px;margin:0 auto}.value-item{text-align:center}.value-icon{width:70px;height:70px;background:var(--gray-100);color:var(--secondary);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}@media (max-width: 768px){.story-grid,.mv-grid,.values-grid{grid-template-columns:1fr;gap:3rem}}.gallery-page{padding-top:80px;background:var(--gray-50);min-height:100vh}.gallery-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1516483638261-f4dbaf036963?auto=format&fit=crop&q=80);background-size:cover;background-position:center;color:#fff;padding:6rem 0;text-align:center}.gallery-hero h1{font-size:3.5rem;margin-bottom:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:4rem 0}.gallery-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-md);cursor:pointer;transition:var(--transition)}.gallery-card:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.gallery-media-wrapper{position:relative;height:250px;overflow:hidden}.gallery-media-wrapper img,.gallery-media-wrapper .video-thumb{width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffc107cc;color:#000;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery-info{padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.gallery-info h3{margin:0;font-size:1.1rem}.media-type{font-size:.75rem;background:var(--gray-100);padding:.25rem .75rem;border-radius:1rem;font-weight:600}.media-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000e6}.modal-body{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:1rem;overflow:hidden}.modal-body img,.modal-body video{max-width:100%;max-height:80vh;display:block}.modal-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#fff;border:none;border-radius:50%;padding:.5rem;cursor:pointer}.modal-info{padding:1.5rem;background:#fff}.modal-info h2{margin:0;font-size:1.25rem}.admin-login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(#0000004d,#00000080),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;padding:2rem;position:relative;overflow:hidden}.admin-login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,193,7,.1) 0%,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-card{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3.5rem 3rem;border-radius:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 25px 50px -12px #00000080,inset 0 0 20px #fff3;width:100%;max-width:450px;text-align:center;transform-style:preserve-3d;perspective:1000px}.login-card:hover{box-shadow:0 30px 60px -12px #0009}.login-card img{filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));transition:transform .3s ease}.login-card img:hover{transform:translateZ(30px) scale(1.1)}.login-card h2{margin-bottom:2.5rem;color:#1e293b;font-size:1.75rem;font-weight:800;letter-spacing:-.025em;text-transform:uppercase}.admin-dashboard{display:flex;min-height:100vh;background:linear-gradient(#ffffffe6,#fffc),url(https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed}.admin-sidebar{width:260px;background:#1e293bd9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:var(--white);display:flex;flex-direction:column;padding:2rem 0;position:fixed;height:100vh;border-right:1px solid rgba(255,255,255,.1);z-index:100}.sidebar-header{padding:0 2rem;margin-bottom:3rem}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.sidebar-nav button{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;color:#cbd5e1;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden}.sidebar-nav button:after{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--secondary);transform:translate(-100%);transition:transform .3s ease}.sidebar-nav button:hover,.sidebar-nav button.active{color:var(--white);background-color:#ffffff1a;padding-left:2.25rem}.sidebar-nav button.active:after{transform:translate(0)}.logout-btn{margin-top:auto;padding:1rem 2rem;color:#ef4444;display:flex;align-items:center;gap:1rem}.admin-main{flex:1;margin-left:260px;padding:2rem 3rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.admin-user{display:flex;align-items:center;gap:1rem}.avatar{width:40px;height:40px;background-color:var(--secondary);color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.stat-card{background:var(--white);padding:2rem;border-radius:1rem;display:flex;align-items:center;gap:1.5rem;box-shadow:var(--shadow)}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-info p{color:var(--text-light);font-size:.9rem;margin-bottom:.25rem}.stat-info h4{font-size:1.5rem;font-weight:800}.box{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 30px -5px #0000000d;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}.box:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px -10px #00000026}.box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1.25rem 1rem;color:#1e293b;font-weight:700;border-bottom:2px solid rgba(0,0,0,.05);background:#ffffff4d;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}td{padding:1.25rem 1rem;border-bottom:1px solid var(--gray-100)}.status{padding:.25rem .75rem;border-radius:2rem;font-size:.8rem;font-weight:700}.status.paid{background-color:#dcfce7;color:#166534}.status.pending{background-color:#fef3c7;color:#92400e}.action-btn{padding:.6rem;color:#64748b;transition:all .2s ease;border-radius:.5rem;margin:0 .25rem}.action-btn:hover{color:var(--primary);background-color:#ffc1071a;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.action-btn.tr-btn:hover{color:#ef4444;background-color:#ef44441a}@media (max-width: 1024px){.stats-grid{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-main{margin-left:0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-container{background:var(--white);width:100%;max-width:800px;max-height:90vh;border-radius:1.5rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem}.close-btn{border:none;background:none;cursor:pointer;color:var(--text-light);transition:var(--transition)}.close-btn:hover{color:#000}.modal-form{padding:2rem;overflow-y:auto}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.85rem;font-weight:600;color:var(--text-light)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:.75rem;font-size:.95rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #ffc1071a}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;background-color:var(--gray-50);border-top:1px solid var(--gray-100)}.legal-page .page-header{padding:10rem 0 5rem;text-align:center;color:#fff;background-size:cover;background-position:center;position:relative;margin-bottom:2rem}.legal-page .page-header h1{font-size:3.5rem;font-weight:800;text-shadow:0 4px 10px rgba(0,0,0,.3)}.legal-content{background:#fff;padding:3rem;border-radius:2rem;box-shadow:0 10px 40px #0000000d}@media (max-width: 768px){.legal-page .page-header h1{font-size:2.5rem}.legal-content{padding:2rem}}:root{--primary: #000000;--secondary: #ffc107;--accent: #ffdb70;--background: #ffffff;--text: #111111;--text-light: #666666;--white: #ffffff;--gray-50: #f9f9f9;--gray-100: #eeeeee;--gray-200: #dddddd;--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition: all .3s ease;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--background);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:var(--transition);text-align:center}.btn-primary{background-color:var(--secondary);color:var(--white)}.btn-primary:hover{background-color:#ea580c;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{border:2px solid var(--secondary);color:var(--secondary)}.btn-outline:hover{background-color:var(--secondary);color:var(--white)}
