*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto',Arial,Tahoma,sans-serif;font-size:14px;line-height:1.4}
.myhide{display:none}
.logo{display:flex;align-items:center;gap:10px;font-family:'Arial',sans-serif;text-decoration:none;color:inherit}
.logo__icon{position:relative;width:40px;height:40px;background:linear-gradient(135deg,#ff6b35 0,#ff8e53 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.logo__tower{width:6px;height:16px;background:#fff;position:relative;border-radius:1px 1px 0 0}
.logo__tower::before{content:'';position:absolute;top:-3px;left:-2px;width:10px;height:4px;background:#fff;border-radius:2px 2px 0 0}
.logo__wave{position:absolute;bottom:0;left:0;width:100%;height:6px;background:rgba(255,255,255,0.8);border-radius:3px 3px 0 0}
.logo__text{display:flex;flex-direction:column;line-height:1}
.logo__title{font-size:1.2em;font-weight:700;color:#ff6b35}
.logo__subtitle{font-size:0.7em;font-weight:300;color:#a0a0a0;text-transform:uppercase;letter-spacing:.5px}
.back-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:rgba(255,255,255,0.15);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);box-shadow:0 4px 15px rgba(0,0,0,0.1)}
.back-button:hover{background:rgba(255,255,255,0.25);transform:translateX(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.15);color:#fff;text-decoration:none}
.back-button svg{transition:transform .3s ease}
.back-button:hover svg{transform:translateX(-3px)}
@media (max-width:768px){.back-button{margin-bottom:12px;align-self:flex-start;order:-1;width:94%;justify-content:center}
.banner{flex-direction:column;align-items:center;gap:15px}}
@media (min-width:769px){.banner{flex-direction:row;justify-content:space-between;align-items:center;padding:15px 4%;min-height:70px}
.welcome{width:auto;flex:1;text-align:left}
.welcome h1{font-size:1.8rem;text-align:left;background:linear-gradient(45deg,#fff,#ecf0f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}
.site-title{color:#fff;font-size:1.4rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,0.3);margin:0;line-height:1.2;letter-spacing:.5px;text-transform:uppercase}
@media (min-width:769px){.site-title{font-size:1.8rem;background:linear-gradient(45deg,#fff,#ecf0f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}}
.contacts{width:auto;flex:1;grid-template-columns:repeat(4,1fr);max-width:650px;gap:13px}
.contact-link{padding:5px 13px;font-size:.9rem}}
@media (min-width:1024px){.welcome h1{font-size:2.2rem;background:linear-gradient(45deg,#fff,#ecf0f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.contacts{width:auto;flex:1;grid-template-columns:repeat(3,1fr);max-width:700px;gap:10px}
.contact-link{padding:5px 13px;font-size:1rem}}
@media (min-width:1180px){.contacts{width:auto;flex:1;grid-template-columns:repeat(4,1fr);max-width:750px;gap:5px}
.contact-link{padding:7px 10px;font-size:1.1rem}}
@media (min-width:1280px){.contacts{width:auto;flex:1;grid-template-columns:repeat(7,1fr);max-width:750px;gap:5px}
.contact-link{padding:8px 10px;font-size:1rem}}
@media (min-width:1380px){.contacts{grid-template-columns:repeat(7,1fr);max-width:982px}}
@media (min-width:1480px){.contacts{grid-template-columns:repeat(6,1fr);max-width:962px}}
.welcome{width:100%;text-align:center}
.welcome h1{font-family:'Roboto',cursive;color:#fff;font-size:1.4rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,0.3);margin:0;line-height:1.2;letter-spacing:.5px;text-transform:uppercase}
.site-title{font-family:'Roboto',cursive;color:#fff;font-size:1.4rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,0.3);margin:0;line-height:1.2;letter-spacing:.5px;text-transform:uppercase}
@media (min-width:769px){.site-title{font-size:1.8rem;text-align:left;background:linear-gradient(45deg,#fff,#ecf0f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}}
@media (min-width:1060px){.site-title{font-size:2.2rem}}
.contacts .contact-link{display:flex;align-items:center;gap:6px}
.contacts .contact-link svg{opacity:.8;transition:opacity .3s ease}
.contacts .contact-link:hover svg{opacity:1}
@media (max-width:768px){.logo__icon{width:32px;height:32px}
.logo__title{font-size:1em}
.logo__subtitle{font-size:.6em}}
.banner{background:linear-gradient(135deg,#2c3e50 0,#3498db 100%);padding:10px 15px;display:flex;flex-direction:column;align-items:center;gap:10px;min-height:auto;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.contacts{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;justify-content:center}
.contact-link{display:flex;align-items:center;justify-content:center;padding:6px 8px;background:linear-gradient(135deg,#fff 0,#f8f9fa 100%);border-radius:20px;text-decoration:none;color:#2c3e50;font-weight:600;font-size:.8rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.15);min-height:32px;border:1px solid rgba(255,255,255,0.3);position:relative;overflow:hidden}
.contact-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left .5s}
.contact-link:hover{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(231,76,60,0.4)}
.contact-link:hover::before{left:100%}
.contact-link[href*="t.me"]:hover{background:linear-gradient(135deg,#0088cc 0,#006699 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,136,204,0.4)}
.contact-link[href*="whatsapp"]:hover{background:linear-gradient(135deg,#25d366 0,#128c7e 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(37,211,102,0.4)}
.contact-link[href*="max.ru"]:hover{background:linear-gradient(135deg,#0078d7 0,#005a9e 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,120,215,0.4)}
.contact-link[href*="imo:"]:hover{background:linear-gradient(135deg,#ff7e5f 0,#feb47b 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,126,95,0.4)}
.contact-link[href*="msteams:"]:hover{background:linear-gradient(135deg,#6264a7 0,#4b4e8c 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(98,100,167,0.4)}
.contact-link[href^="mailto:"]:hover{background:linear-gradient(135deg,#e67e22 0,#d35400 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(230,126,34,0.4)}
.contact-link[href^="tel:"]:hover{background:linear-gradient(135deg,#27ae60 0,#219a52 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(39,174,96,0.4)}
.contact-link:hover{background:rgba(0,0,0,0.1);color:inherit;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,0.1)}
@media (min-width:481px)and (max-width:768px){.banner{padding:12px 20px;gap:12px;background:linear-gradient(135deg,#2c3e50 0,#2980b9 100%)}
.welcome h1{font-size:1.6rem}
.contacts{grid-template-columns:repeat(3,1fr);gap:10px}
.contact-link{padding:8px 10px;font-size:.85rem}}
@media (min-width:481px){.contacts{grid-template-columns:repeat(3,1fr);max-width:500px}
.contact-link{font-size:.85rem;padding:8px 10px}
.welcome{text-align:center}}
@media (max-width:480px){.banner{padding:8px 10px;gap:8px;background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.welcome h1{font-size:1.2rem}
.contacts{grid-template-columns:repeat(2,1fr);gap:6px}
.contact-link{padding:5px 6px;font-size:.75rem;min-height:28px}}
@media (max-width:360px){.banner{padding:5px 8px;background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.welcome h1{font-size:1.1rem}
.contacts{grid-template-columns:1fr;gap:5px;max-width:200px}
.contact-link{padding:4px 8px;font-size:.8rem;border-radius:15px}}
@media (max-height:500px)and (orientation:landscape){.banner{flex-direction:row;justify-content:space-between;padding:5px 15px;min-height:50px;background:linear-gradient(135deg,#2c3e50 0,#2980b9 100%)}
.welcome{width:auto;flex:1}
.contacts{width:auto;flex:2;grid-template-columns:repeat(4,1fr);max-width:none}
.welcome h1{font-size:1.1rem;text-align:left}}
@media (min-width:769px){.banner{flex-direction:row;justify-content:space-between;align-items:center;padding:15px 4%;min-height:70px;background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.welcome{width:auto;flex:1}
.welcome h1{text-transform:uppercase;font-size:1.8rem;text-align:left;background:linear-gradient(45deg,#fff,#ecf0f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}
.contacts{width:auto;flex:1;grid-template-columns:repeat(3,1fr);max-width:700px;gap:13px}
.contact-link{padding:6px 13px;font-size:.9rem}}
@media (min-width:1024px){.banner{background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.contacts{width:auto;flex:1;grid-template-columns:repeat(4,1fr);max-width:700px;gap:13px}}
@media (min-width:1124px){.banner{background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.contacts{width:auto;flex:1;grid-template-columns:repeat(5,1fr);max-width:700px;gap:13px}}
@media (min-width:1224px){.banner{background:linear-gradient(135deg,#2c3e50 0,#3498db 100%)}
.contacts{width:auto;flex:1;grid-template-columns:repeat(6,1fr);max-width:700px;gap:13px}}
.banner.alternative{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%)}
.banner.alternative .welcome h1{background:linear-gradient(45deg,#fff,#fef9e7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.banner.alternative .contact-link:hover{background:linear-gradient(135deg,#2c3e50 0,#34495e 100%);box-shadow:0 4px 15px rgba(44,62,80,0.4)}
@media (prefers-color-scheme:dark){.banner{background:linear-gradient(135deg,#1a2530 0,#2c3e50 100%)}
.contact-link{background:linear-gradient(135deg,#34495e 0,#2c3e50 100%);color:#ecf0f1;border:1px solid rgba(255,255,255,0.1)}
.contact-link:hover{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);color:#fff}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
.banner{animation:fadeInDown .6s ease-out}#content #wrap #contacts ul{display:flex;flex-wrap:wrap;padding-top:10px}#content #wrap #contacts ul li{color:#8e8e8e;text-decoration:none;padding:0 5px}#content #wrap #contacts ul li a{display:inline-block;color:#fff;text-decoration:none;padding:9px 5px;font-weight:400;font-size:115%}#content #wrap #contacts ul li a span{display:inline-block;background-color:hsl(0,79%,46%);border-radius:10px;box-shadow:hsl(0,92%,5%) 1px 2px;padding:5px 9px}#content #wrap nav #menu{background-color:#95161f;padding-right:15px}#content #wrap #menu ul{display:flex;flex-wrap:wrap;float:right}#content #wrap #menu ul li{color:#8e8e8e;text-decoration:none;padding:0 2px}#content #wrap #menu ul li a{display:inline-block;color:#fff;text-decoration:none;padding:9px 5px;font-weight:700;font-size:115%}#content #wrap #menu ul li a:hover{color:#8e8e8e}
@media (max-width:500px){#content #wrap #menu ul li a{padding:7px 4px}}
.tour-title{font-family:'Roboto',cursive;margin-top:24px;text-align:center;font-size:2.5rem;color:#2c3e50;margin-bottom:40px;font-weight:700;line-height:1.2;text-transform:uppercase}
.tour-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:30px;grid-template-areas:"main gallery" "main description"}
.main-photo{grid-area:main}
.photo-gallery{grid-area:gallery;display:grid;grid-template-columns:1fr 1fr;gap:15px}
.tour-description{grid-area:description}
.program-section{padding:40px 0;background:#f8f9fa}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.section-header{text-align:center;margin-bottom:40px}
.section-header h2{font-family:'Roboto',cursive;margin-top:24px;font-size:2.5rem;color:#2c3e50;font-weight:700;line-height:1.2;text-transform:uppercase}
.points-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.point{background:#fff; border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}
.point:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}
.point img,.point video{width:100%;height:200px;object-fit:cover;display:block}
.point video{background-color:#000}
.point p{padding:15px;margin:0;font-size:1rem;font-weight:400;color:#2c3e50;text-align:center;background:#fff}
@media (max-width:1024px){.section-header h2{font-size:2.2rem}
.points-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}}
@media (max-width:768px){.program-section{padding:30px 0}
.container{padding:0 15px}
.section-header{margin-bottom:30px}
.section-header h2{font-size:1.8rem}
.points-grid{grid-template-columns:1fr;gap:20px;max-width:500px;margin:0 auto}
.point img{height:180px}
.point p{padding:15px;font-size:1.1rem}}
@media (max-width:480px){.program-section{padding:20px 0}
.section-header h2{font-size:1.5rem;margin-bottom:20px}
.points-grid{gap:15px}
.point img{height:150px}
.point p{padding:12px;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.point{animation:fadeInUp .6s ease-out}
.point:first-child{animation-delay:.1s}
.point:nth-child(2){animation-delay:.2s}
.point:nth-child(3){animation-delay:.3s}
.point:nth-child(4){animation-delay:.4s}
.point:nth-child(5){animation-delay:.5s}
.point:nth-child(6){animation-delay:.6s}
.point:nth-child(7){animation-delay:.7s}
.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:20px}
.video-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.1);transition:transform .3s ease,box-shadow .3s ease}
.video-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}
.responsive-video{width:100%;height:200px;object-fit:cover;display:block}
@media (max-width:768px){.video-grid{grid-template-columns:1fr;gap:20px;max-width:500px;margin:0 auto}
.responsive-video{height:180px}}
@media (max-width:480px){.responsive-video{height:150px}}
.featured-image{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.15);transition:transform .3s ease;cursor:pointer}
.featured-image:hover{transform:scale(1.02)}
.gallery-item img{width:100%;height:120px;object-fit:cover;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.1)}
.gallery-item img:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.2)}
.tour-description{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.1)}
.tour-description p{font-size:1.1rem;line-height:1.5;color:#555;margin-bottom:5px}
.tour-description p:last-child{margin-bottom:0}
@media (max-width:1024px){.tour-title{font-size:2.2rem;margin-bottom:30px}
.tour-grid{gap:20px}
.featured-image{height:400px}
.gallery-item img{height:100px}}
@media (max-width:768px){.tour-section{padding:30px 0}
.container{padding:0 15px}
.tour-title{font-size:1.8rem;margin-bottom:25px}
.tour-grid{grid-template-columns:1fr;grid-template-areas:"main" "gallery" "description";gap:20px}
.featured-image{height:300px}
.photo-gallery{grid-template-columns:repeat(4,1fr);gap:10px}
.gallery-item img{height:80px}
.tour-description{padding:20px}
.tour-description p{font-size:1rem}}
@media (max-width:480px){.tour-title{font-size:1.5rem}
.featured-image{height:250px}
.photo-gallery{grid-template-columns:repeat(2,1fr)}
.gallery-item img{height:100px}
.tour-description{padding:15px}
.tour-description p{font-size:.95rem;line-height:1.6}}
@media (min-width:361px)and (max-width:400px){.point img{height:140px}
.point p{padding:12px;font-size:.95rem}
.section-header{margin-bottom:5px}
.section-header h2{font-size:1.1rem;margin-top:1px;margin-bottom:1px}}
@media (max-width:360px){.container{padding-left:10px;padding-right:10px}
.points-grid{grid-template-columns:1fr;gap:12px}
.point img{height:120px}
.point p{padding:10px;font-size:.9rem}
.program-section{margin-bottom:5px;padding:5px}
.section-header h2{font-size:1.3rem;margin-top:10px;margin-bottom:15px}
.responsive-video{height:120px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.tour-grid>*{animation:fadeIn .6s ease-out}#content #wrap #programm{background-color:#eef;padding:10px}#content #wrap #programm h2{color:#020b02;font-size:200%;font-weight:700;margin:0 auto;padding:10px;text-align:center}#content #wrap #programm #points{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0;margin:0;width:99%;height:100%}#content #programm #points .point{min-height:200px;width:22%;height:auto;margin:1.5%}#content #programm #points .point img{margin:2px;width:98%;height:auto;padding:3px;box-shadow:0 5px 6px 0 #b2b2b2,2px 0 3px 0 #b2b2b2,-2px 0 3px -2px #b2b2b2}#content #programm #points .point p{color:#282d33;font-size:100%;font-weight:400;padding:7px 2px;text-align:center}
@media (max-width:635px){#content #wrap #programm #points{justify-content:center}#content #programm #points .point{width:210px}#content #programm #points .point img{padding:5px}}
@media (min-width:1200px){#content #programm #points .point{width:25%}#content #programm #points .point img{padding:5px}}
.pricing-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:15px}
.price-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.08);border:1px solid #e9ecef;transition:all .2s ease}
.price-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.12);transform:translateY(-2px)}
.card-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #f1f3f4}
.card-ico{font-size:1.3rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;flex-shrink:0}
.card-head h3{margin:0;font-size:1.1rem;color:#2c3e50;font-weight:600;line-height:1.3}
.price-options{display:flex;flex-direction:column;gap:16px}
.price-option{background:#f8f9fa;border-radius:8px;padding:14px;border-left:3px solid #dc0d0d}
.option-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.option-name{font-size:.95rem;font-weight:600;color:#2c3e50}
.option-tag{background:#dc0d0d;color:#fff;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500}
.option-tag.premium{background:#ff6b00}
.price-option p{margin:0 0 8px;color:#6c757d;font-size:.85rem}
.price-main{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}
.price-amount{font-size:1.3rem;font-weight:700;color:#dc0d0d}
.price-desc{font-size:.8rem;color:#6c757d}
.price-note{font-size:.75rem;color:#5e5e5e;font-style:italic}
.expenses{display:flex;flex-direction:column;gap:10px}
.expense-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f8f9fa;border-radius:6px}
.expense-name{font-size:.9rem;color:#2c3e50}
.expense-cost{font-size:.9rem;font-weight:600;color:#1e7e34; text-align: right;}
.currency-hint{margin-top:10px;font-size:.7rem;color:#5e5e5e;text-align:center}
.duration{text-align:center;padding:10px 0}
.duration-time{font-size:1.8rem;font-weight:700;color:#ff6b00;margin-bottom:4px}
.duration-text{font-size:.85rem;color:#6c757d}
.services{display:flex;flex-direction:column;gap:12px}
.service-item{display:flex;align-items:center;gap:10px;padding:10px;background:#f8f9fa;border-radius:8px}
.service-ico{font-size:1rem;flex-shrink:0}
.service-info{flex:1;display:flex;justify-content:space-between;align-items:center}
.service-title{font-size:.9rem;font-weight:500;color:#2c3e50;width:80%;padding-right: 2px;}
.service-desc{font-size:.9rem;font-weight:500;color:#2c3e50;padding-right:4px}
.service-price{font-size:.85rem;font-weight:600;color:#0b5e9e;padding:0 1px}
@media (max-width:1024px){.pricing-compact{grid-template-columns:repeat(2,1fr);gap:16px;padding:12px}}
@media (max-width:768px){.pricing-compact{grid-template-columns:1fr;gap:14px;padding:10px}
.price-card{padding:16px}
.card-head{gap:10px;margin-bottom:16px}
.card-ico{width:32px;height:32px;font-size:1.1rem}
.card-head h3{font-size:1rem}
.price-option{padding:12px}
.price-amount{font-size:1.2rem}
.duration-time{font-size:1.6rem}}
@media (max-width:360px){.pricing-compact{padding:8px;gap:12px}
.price-card{padding:14px;border-radius:10px}
.card-head{flex-direction:column;text-align:center;gap:8px}
.option-head{flex-direction:column;gap:6px;align-items:flex-start}
.price-main{flex-direction:column;gap:4px}
.service-info{flex-direction:column;align-items:flex-start;gap:2px}
.service-price{font-size:.8rem}}
.price-card{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
.disclaimer-card {
  background: #fef9e7;
  border-left: 5px solid #f1c40f;
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
}
.disclaimer-card.compact{padding:25px}
.disclaimer-card.compact .disclaimer-header{margin-bottom:15px}
.disclaimer-card.compact .disclaimer-icon{width:40px;height:40px;font-size:1.4rem}
.footer{background:linear-gradient(135deg,#1a1d23 0,#2d3436 100%);padding:30px 0 20px;position:relative;overflow:hidden}
.footer__container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.footer__brand{text-align:left}
.footer__title{font-family:'Roboto',cursive;text-transform:uppercase;color:#fcfbfb;font-size:1.4em;font-weight:700;margin:0 0 5px;letter-spacing:-.5px}
.footer__tagline{color:#a0a0a0;font-size:.85em;margin:0;font-weight:300}
.contact-links{display:flex;gap:25px;align-items:center}
.contact-link{display:flex;align-items:center;gap:8px;color:#e0e0e0;text-decoration:none;font-size:.9em;font-weight:400;padding:8px 12px;border-radius:8px;transition:all .3s cubic-bezier(0.4,0,0.2,1);background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1)}
.contact-link:hover{color:#ff6b35;background:rgba(255,107,53,0.1);border-color:rgba(255,107,53,0.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,0.2)}
.contact-link svg{transition:transform .3s ease}
.contact-link:hover svg{transform:scale(1.1)}
.footer__copyright{text-align:right}
.footer__copyright p{color:#888;font-size:.8em;margin:0;font-weight:300}
@media (max-width:968px){.footer__container{grid-template-columns:1fr;gap:20px;text-align:center}
.footer__brand{text-align:center}
.contact-links{justify-content:center;flex-wrap:wrap;gap:15px}
.footer__copyright{text-align:center}}
@media (max-width:480px){.footer{padding:25px 0 15px}
.contact-links{flex-direction:column;gap:10px}
.contact-link{width:200px;justify-content:center}}
.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);animation:fadeIn .3s ease}
.modal-content{display:block;margin:auto;max-width:95%;max-height:95%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.5);animation:zoomIn .3s ease}
.close{position:fixed;top:20px;right:30px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;z-index:10001;background:rgba(0,0,0,0.5);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}
.close:hover{color:#fff;background:rgba(0,0,0,0.8)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:translate(-50%,-50%) scale(0.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@media (max-width:768px){.modal-content{max-width:98%;max-height:98%}
.close{top:10px;right:15px;font-size:30px;width:40px;height:40px}}
.practical-info{padding:10px 0;background:linear-gradient(180deg,#fff 0,#f8fafd 100%);margin:10px 0}
.practical-info .section-header{text-align:center;margin-bottom:60px}
.practical-info .section-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:15px}
.practical-info .section-subtitle{color:#7f8c8d;font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1300px;margin:0 auto}
.info-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.06);border:1px solid #eef2f7;transition:all .4s cubic-bezier(0.175,0.885,0.32,1.1);display:flex;flex-direction:column;height:100%}
.info-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.1);border-color:#d5e3ff}
.info-icon{font-size:3rem;margin-bottom:20px;opacity:.9}
.info-card h3{color:#2c3e50;margin-bottom:20px;font-size:1.5rem;border-bottom:2px solid #f0f4f8;padding-bottom:10px}
.info-schedule .schedule-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px;background:#f8fafc;border-radius:8px}
.schedule-day{font-weight:600;color:#2c3e50}
.schedule-time{font-weight:700;color:#27ae60;font-size:1.1rem}
.schedule-note{margin-top:20px;padding:15px;background:#fff9e6;border-left:4px solid #f1c40f;border-radius:0 8px 8px 0}
.badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700;margin-bottom:8px}
.badge-important{background:#f1c40f;color:#000}
.info-address p{margin-bottom:10px;line-height:1.6}
.address-chinese{font-family:"Noto Sans SC","Segoe UI",sans-serif;color:#666;font-size:.95rem;margin:10px 0}
.map-link{display:inline-flex;align-items:center;margin:20px 0 10px;padding:12px 20px;background:#4285f4;color:#fff !important;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s}
.map-link:hover{background:#3367d6;text-decoration:none}
.coord-note{font-size:.85rem;color:#95a5a6;font-family:monospace}
.tip-item{display:flex;align-items:flex-start;margin-bottom:18px}
.tip-icon{font-size:1.5rem;margin-right:15px;flex-shrink:0;opacity:.8}
.tip-content{flex-grow:1;line-height:1.5}
@media (max-width:1100px){.info-grid{grid-template-columns:repeat(2,1fr);gap:25px}}
@media (max-width:768px){.practical-info{padding:50px 0}
.info-grid{grid-template-columns:1fr;gap:20px}
.info-card{padding:25px}
.practical-info .section-header h2{font-size:2rem}}
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.cta-button{display:inline-block;padding:15px 30px;margin:10px;border-radius:8px;text-decoration:none;font-weight:700;transition:transform .3s}
.cta-button:hover{transform:scale(1.05)}
.realistic-schedule{margin-top:2rem}
.schedule-table{width:100%;border-collapse:collapse;margin-bottom:2.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);border-radius:8px;overflow:hidden}
.schedule-table thead{background-color:#4a6fa5;color:#fff}
.schedule-table th{padding:16px 20px;text-align:left;font-weight:600;border:none}
.schedule-table tbody tr{border-bottom:1px solid #eaeaea;transition:background-color .2s}
.schedule-table tbody tr:hover{background-color:#f9f9f9}
.schedule-table td{padding:18px 20px;vertical-align:top;border:none}
.schedule-table td:first-child{font-weight:600;color:#2c3e50;white-space:nowrap;width:140px}
.schedule-table td:nth-child(2){font-weight:500;color:#34495e}
.schedule-table td:nth-child(3){color:#666;font-size:.95em}
.schedule-tip{display:inline-block;background-color:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:.9em;font-weight:600;margin-bottom:5px}
.schedule-notes{background-color:#f8f9fa;border-left:4px solid #4a6fa5;padding:1.5rem;border-radius:0 8px 8px 0}
.schedule-notes h3{margin-top:0;color:#2c3e50;font-size:1.2em}
.schedule-notes ul{padding-left:1.2rem;margin-bottom:0}
.schedule-notes li{margin-bottom:.5rem;line-height:1.5}
.schedule-notes li:last-child{margin-bottom:0}
@media (max-width:768px){.schedule-table{display:block;overflow-x:auto}
.schedule-table td:first-child{width:auto;white-space:normal}
.schedule-table td{padding:14px 12px}}
.compare-toggle-btn{margin:10px;padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s}
.compare-toggle-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}#disableCompareBtn{background:#f44336}#disableCompareBtn:hover{background:#d32f2f}
.tour-card{will-change:transform,opacity}
.tour-card.visible{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.video-container{position:relative;display:inline-block;width:100%}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:rgba(0,0,0,0.7);border:2px solid #fff;color:#fff;font-size:24px;cursor:pointer;z-index:10;transition:background .3s;display:flex;align-items:center;justify-content:center}
.play-btn:hover{background:#27ae60}
.site-subtitle{color:#fff;font-size:1.1rem;font-weight:400;margin:4px 0 0;line-height:1.3;letter-spacing:.5px;text-align:left}
@media (max-width:768px){.site-subtitle{text-align:center;font-size:1rem}}
@media (min-width:769px){.site-subtitle{font-size:1rem}}
@media (min-width:1024px){.site-subtitle{font-size:1.1rem}}
.related-tours{margin:60px 0}
.related-tours h2{font-size:2rem;color:#2c3e50;margin-bottom:30px;text-align:center;font-weight:700;text-transform:uppercase}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:20px}
.related-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;border:1px solid #eef2f7}
.related-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.12);border-color:#d5e3ff}
.related-card-image{width:100%;height:180px;object-fit:cover;background-color:#f0f7f0}
.related-card-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}
.related-card h3{margin:0 0 10px;font-size:1.3rem;color:#2c3e50;font-weight:600}
.related-card p{margin:0 0 15px;color:#6c757d;line-height:1.5;font-size:.95rem;flex-grow:1}
.related-card .btn-details{align-self:flex-start;background:#1e7e34;color:#fff;padding:8px 16px;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .3s ease;border:none;display:inline-block}
.related-card .btn-details:hover{background:#155d27}
@media (max-width:768px){.related-tours h2{font-size:1.6rem}
.related-grid{gap:20px}
.related-card-image{height:150px}}