

        *{margin:0;
            padding:0;
            box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI',Roboto,Helvetica,Arial,sans-serif;
            line-height:1.6;
            color:#1e293b;
            background:#fff;
            overflow-x:hidden}.container{max-width:1200px;
            margin:0 auto;
            padding:0 16px}header{background:white;
            padding:16px 0;
            position:relative;
            z-index:100;
            border-bottom:1px solid #e2e8f0}.header-container{max-width:1200px;
            margin:0 auto;
            padding:0 16px;
            display:flex;
            align-items:center;
            justify-content:space-between}.logo{display:flex;
            align-items:center;
            gap:12px;
            color:#1e293b;
            text-decoration:none;
            font-size:18px;
            font-weight:700;
            transition:opacity .2s}.logo:hover{opacity:.8}.logo-icon{width:40px;
            height:40px;
            border-radius:10px;
            box-shadow:0 2px 10px rgba(0,0,0,.1)}.logo-text{background:linear-gradient(135deg,#B8D4FF 0%,#6B7FE8 100%);
            -webkit-background-clip:text;
            -webkit-text-fill-color:transparent;
            background-clip:text}.desktop-nav{display:none;
            align-items:center;
            gap:24px}@media (min-width:768px){.desktop-nav{display:flex}}.nav-link{color:#64748b;
            text-decoration:none;
            font-size:14px;
            font-weight:500;
            transition:color .2s}.nav-link:hover{color:#1e293b}.nav-download-btn{background:#6B7FE8;
            color:white;
            padding:8px 16px;
            border-radius:8px;
            text-decoration:none;
            font-weight:600;
            font-size:14px;
            transition:all .2s}.nav-download-btn:hover{background:#5968d8}.lang-selector-wrapper{position:relative}.lang-selector{appearance:none;
            background:white;
            border:1px solid #cbd5e1;
            border-radius:8px;
            padding:8px 32px 8px 12px;
            font-size:14px;
            cursor:pointer;
            transition:border-color .2s}.lang-selector:hover{border-color:#6B7FE8}.lang-selector-arrow{position:absolute;
            right:8px;
            top:50%;
            transform:translateY(-50%);
            pointer-events:none;
            width:16px;
            height:16px;
            color:#64748b}.mobile-menu-btn{display:block;
            padding:8px;
            background:none;
            border:none;
            cursor:pointer;
            transition:background .2s;
            border-radius:8px}.mobile-menu-btn:hover{background:#f1f5f9}@media (min-width:768px){.mobile-menu-btn{display:none}}.menu-icon{width:24px;
            height:24px;
            display:block}.menu-icon.hidden{display:none}.mobile-menu{display:none;
            border-top:1px solid #e2e8f0;
            background:white;
            padding:16px}.mobile-menu.active{display:block}@media (min-width:768px){.mobile-menu{display:none !important}}.mobile-menu-items{display:flex;
            flex-direction:column;
            gap:8px}.mobile-menu-link{padding:12px 16px;
            color:#1e293b;
            text-decoration:none;
            border-radius:8px;
            transition:background .2s;
            font-weight:500}.mobile-menu-link:hover{background:#f1f5f9}.mobile-download-btn{padding:12px 16px;
            background:#6B7FE8;
            color:white;
            text-decoration:none;
            border-radius:8px;
            text-align:center;
            font-weight:600;
            transition:background .2s}.mobile-download-btn:hover{background:#5968d8}.mobile-lang-wrapper{padding:8px 16px}.mobile-lang-selector{width:100%;
            appearance:none;
            background:white;
            border:1px solid #cbd5e1;
            border-radius:8px;
            padding:8px 12px;
            font-size:14px;
            cursor:pointer}.hero{background:#1e293b;
            background-size:cover;
            background-position:center;
            padding:100px 0 60px;
            color:white;
            text-align:center;
            position:relative}.hero h1{font-size:32px;
            font-weight:800;
            margin-bottom:12px;
            line-height:1.2}.hero p{font-size:16px;
            margin-bottom:24px;
            opacity:.95;
            max-width:600px;
            margin-left:auto;
            margin-right:auto}.hero-stats{display:flex;
            justify-content:center;
            gap:12px;
            flex-wrap:wrap}.stat-badge{background:rgba(255,255,255,.2);
            backdrop-filter:blur(10px);
            padding:8px 16px;
            border-radius:20px;
            font-size:14px;
            font-weight:600}.toc{background:#f8fafc;
            padding:16px 0}.toc-title{font-size:16px;
            font-weight:700;
            margin-bottom:16px;
            color:#1e293b}.toc-nav{display:grid;
            gap:8px}.toc-nav a{background:white;
            border-radius:8px;
            padding:14px 16px;
            text-decoration:none;
            font-weight:600;
            font-size:15px;
            color:#1e293b;
            display:flex;
            align-items:center;
            gap:10px;
            min-height:48px;
            box-shadow:0 1px 3px rgba(0,0,0,.1);
            transition:all .2s ease}.toc-nav a:hover{background:#f8fafc;
            transform:translateY(-1px);
            box-shadow:0 2px 5px rgba(0,0,0,.15)}.toc-emoji{font-size:18px}.toc-count{margin-left:auto;
            font-size:13px;
            color:#64748b;
            font-weight:500}.summary{padding:20px 0;
            background:white}.summary h2{font-size:28px;
            font-weight:700;
            margin-bottom:12px;
            line-height:1.2;
            background:linear-gradient(135deg,#B8D4FF 0%,#6B7FE8 100%);
            -webkit-background-clip:text;
            -webkit-text-fill-color:transparent;
            background-clip:text}.summary-text{font-size:16px;
            line-height:1.4;
            color:#475569;
            margin-bottom:32px}.must-sees{background:#f1f5f9;
            padding:20px;
            border-radius:12px;
            border-left:4px solid #6B7FE8}.must-sees h3{font-size:18px;
            font-weight:700;
            margin-bottom:12px;
            color:#1e293b}.must-sees ul{list-style:none}.must-sees li{padding:6px 0;
            padding-left:24px;
            position:relative}.must-sees li::before{content:"⭐";
            font-size:14px;
            position:absolute;
            left:0;
            top:6px}.tour-cta{margin:40px 0}.tour-cta-header{text-align:center;
            margin-bottom:16px}.tour-cta-header h3{font-size:20px;
            font-weight:700;
            color:#1e293b;
            line-height:1.2}.tour-cta-content{display:grid;
            gap:16px}.tour-image{width:100%;
            height:auto;
            border-radius:12px;
            box-shadow:0 4px 15px rgba(0,0,0,.1)}.tour-usps{list-style:none;
            margin-bottom:16px}.tour-usps li{padding:6px 0;
            display:flex;
            align-items:center;
            gap:10px;
            font-size:14px;
            line-height:1.4;
            color:#1e293b;
            font-weight:500}.tour-usps li::before{content:"✓";
            color:#22c55e;
            font-weight:700;
            font-size:18px;
            flex-shrink:0}.ai-guide-final{padding:40px 0;
            background:linear-gradient(135deg,#f0f4ff 0%,#e8edff 100%)}.ai-guide-final h2{font-size:28px;
            font-weight:700;
            margin-bottom:16px;
            line-height:1.2;
            background:linear-gradient(135deg,#B8D4FF 0%,#6B7FE8 100%);
            -webkit-background-clip:text;
            -webkit-text-fill-color:transparent;
            background-clip:text;
            text-align:center}.ai-guide-final-content{display:grid;
            gap:24px;
            max-width:800px;
            margin:0 auto}.ai-guide-final-image{width:100%;
            height:auto;
            border-radius:12px;
            box-shadow:0 4px 15px rgba(0,0,0,.1)}.ai-guide-final-features{list-style:none}.ai-guide-final-features li{padding:10px 0;
            display:flex;
            align-items:flex-start;
            gap:12px;
            font-size:15px;
            line-height:1.4;
            color:#1e293b}.ai-guide-final-features li::before{content:"✓";
            color:#22c55e;
            font-weight:700;
            font-size:20px;
            flex-shrink:0}.ai-guide-final-cta{text-align:center}.btn-primary{background:#6B7FE8;
            color:white;
            padding:14px 24px;
            border-radius:50px;
            text-decoration:none;
            font-weight:700;
            font-size:16px;
            text-align:center;
            transition:all .3s ease;
            box-shadow:0 4px 15px rgba(107,127,232,.3);
            display:block}.btn-primary:hover{transform:translateY(-2px);
            box-shadow:0 6px 20px rgba(107,127,232,.4)}.btn-secondary{background:white;
            color:#6B7FE8;
            padding:14px 24px;
            border-radius:50px;
            text-decoration:none;
            font-weight:600;
            font-size:16px;
            text-align:center;
            transition:all .3s ease;
            border:2px solid #6B7FE8;
            display:block}.btn-secondary:hover{background:rgba(107,127,232,.05)}.waypoints{padding:20px 0}.waypoint{margin-bottom:0;
            max-width:100%;
            overflow:hidden}.waypoint-image{width:100%;
            max-width:100%;
            height:auto;
            display:block}.waypoint-content{padding:0}.waypoint-header{margin-bottom:12px;
            padding:16px 20px 0 20px}.waypoint-title{font-size:24px;
            font-weight:700;
            color:#1e293b;
            margin:0;
            word-break:break-word;
            overflow-wrap:break-word}.waypoint-description{font-size:15px;
            line-height:1.4;
            color:#475569;
            margin-bottom:0;
            padding:0 20px 16px 20px;
            word-break:break-word;
            overflow-wrap:break-word}.waypoint-info{background:#f8fafc;
            margin-bottom:0;
            padding:16px 20px;
            display:grid;
            gap:12px}.info-row{display:grid;
            grid-template-columns:100px 1fr;
            gap:12px;
            align-items:flex-start}.info-label{font-weight:600;
            color:#64748b;
            font-size:14px}.info-value{color:#1e293b;
            font-size:14px;
            word-break:break-word;
            overflow-wrap:break-word}.info-value a{color:#6B7FE8;
            text-decoration:none;
            font-weight:500}.info-value a:hover{text-decoration:underline}.price-free{color:#22c55e;
            font-weight:700}.price-paid{color:#ef4444;
            font-weight:700}.tips-section{background:#fef3c7;
            padding:24px;
            border-radius:12px;
            margin:40px 0;
            border-left:4px solid #f59e0b}.tips-section h3{font-size:20px;
            font-weight:700;
            margin-bottom:12px;
            color:#92400e}.tips-section p{font-size:15px;
            line-height:1.7;
            color:#78350f}footer{background:#1e293b;
            color:white;
            padding:32px 0;
            text-align:center;
            margin-top:60px}footer a{color:#B8D4FF;
            text-decoration:none}footer a:hover{text-decoration:underline}.waypoint-nav-sticky{position:sticky;
            top:0;
            z-index:100;
            background:white;
            border-bottom:1px solid #e2e8f0;
            box-shadow:0 2px 8px rgba(0,0,0,.08);
            margin:0 0 20px 0}.waypoint-nav-scroll{display:flex;
            overflow-x:auto;
            overflow-y:hidden;
            scroll-behavior:smooth;
            -webkit-overflow-scrolling:touch;
            scrollbar-width:none;
            padding:12px 16px;
            gap:8px}.waypoint-nav-scroll::-webkit-scrollbar{display:none}.waypoint-nav-item{flex-shrink:0;
            padding:8px 16px;
            background:#f1f5f9;
            border-radius:20px;
            font-size:14px;
            font-weight:600;
            color:#475569;
            text-decoration:none;
            white-space:nowrap;
            transition:all .2s ease;
            border:2px solid transparent}.waypoint-nav-item:hover{background:#e2e8f0;
            color:#1e293b}.waypoint-nav-item.active{background:#6B7FE8;
            color:white;
            border-color:#6B7FE8}@media (min-width:768px){.hero h1{font-size:48px}.hero p{font-size:20px}.tour-cta-content{grid-template-columns:300px 1fr;
                align-items:center}.tour-buttons{grid-template-columns:1fr 1fr}.info-row{grid-template-columns:140px 1fr}.toc-list{grid-template-columns:1fr 1fr}.waypoint-nav-scroll{padding:12px 40px}.waypoint{max-width:900px;
                margin-left:auto;
                margin-right:auto;
                margin-bottom:60px}.waypoint-image{max-width:500px;
                border-radius:12px;
                box-shadow:0 4px 15px rgba(0,0,0,.1);
                margin:0 auto}.toc .container,.summary .container,.waypoints>.container,.tips-section{max-width:900px;
                margin-left:auto;
                margin-right:auto}}@media (min-width:1024px){.container{padding:0 40px}}