:root{--primary:#0ea5e9;--primary-dark:#0284c7;--secondary:#f97316;--accent:#8b5cf6;--success:#22c55e;--danger:#ef4444;--text:#1e293b;--text-muted:#64748b;--bg:#fff;--bg-secondary:#f8fafc;--bg-gradient:linear-gradient(135deg,#0ea5e9,#8b5cf6);--card-shadow:0 10px 40px rgba(0,0,0,.1);--shadow:0 4px 6px rgba(0,0,0,.07);--shadow-lg:0 10px 25px rgba(0,0,0,.1);--border:#e2e8f0;--radius:16px;--radius-lg:24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans,sans-serif;background:var(--bg-secondary);color:var(--text);line-height:1.8}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-size:1.75rem;font-weight:700;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav{display:flex;gap:2rem;flex-wrap:wrap}.nav a{color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.nav a:hover{color:var(--primary)}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .2s}.nav a:hover:after{width:100%}.main{min-height:calc(100vh - 200px);padding:2rem 0}.footer{background:var(--text);color:#fff;padding:3rem 0 2rem;margin-top:4rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-links a{color:#fff;text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.disclaimer{background:hsla(0,0%,100%,.1);padding:1.25rem;border-radius:var(--radius);margin-bottom:1.5rem;font-size:.85rem;line-height:1.7}.disclaimer p{margin-bottom:.5rem}.disclaimer p:last-child{margin-bottom:0}.copyright{font-size:.85rem;opacity:.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s;border:none}.btn-primary{background:var(--bg-gradient);color:#fff;box-shadow:0 4px 15px rgba(14,165,233,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,.4)}.btn-secondary{background:var(--bg);color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-cta{position:relative}.pr-label{background:var(--secondary);color:#fff;font-size:.65rem;padding:.15rem .4rem;border-radius:4px;margin-left:.5rem}.section{margin-bottom:4rem}.section-title{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;border-radius:2px}.hero,.section-title:after{background:var(--bg-gradient)}.hero{color:#fff;padding:5rem 0;margin-bottom:3rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero .container{position:relative;z-index:1}.hero h1{font-size:2.75rem;margin-bottom:1.5rem;font-weight:700}.hero p{font-size:1.2rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.8}.destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.destination-card{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;text-decoration:none;color:var(--text);box-shadow:var(--shadow);transition:all .3s;border:1px solid transparent}.destination-card:hover{transform:translateY(-8px);box-shadow:var(--card-shadow);border-color:var(--primary)}.destination-card h3{font-size:1.5rem;color:var(--primary);margin-bottom:.75rem}.destination-description{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.destination-highlights{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-tag{background:var(--bg-secondary);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;color:var(--text-muted)}.agency-card{background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;margin-bottom:1.5rem;position:relative;transition:all .3s}.agency-card:hover{box-shadow:var(--card-shadow)}.agency-card .rank-badge{position:absolute;top:-15px;left:1.5rem}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;font-weight:700;font-size:.9rem;box-shadow:var(--shadow)}.rank-1{background:linear-gradient(135deg,gold,#ffed4a);color:#000}.rank-2{background:linear-gradient(135deg,silver,#e8e8e8);color:#000}.rank-3{background:linear-gradient(135deg,#cd7f32,#daa06d);color:#fff}.rank-badge:not(.rank-1):not(.rank-2):not(.rank-3){background:var(--text-muted);color:#fff}.agency-content h3{font-size:1.5rem;margin-bottom:.25rem}.agency-content h3 a{color:var(--text);text-decoration:none;transition:color .2s}.agency-content h3 a:hover{color:var(--primary)}.agency-company{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.agency-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.25rem;padding:1.25rem;background:var(--bg-secondary);border-radius:var(--radius)}.spec .label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.spec .value{font-weight:600;font-size:1rem}.agency-description{margin-bottom:1.25rem;color:var(--text-muted);line-height:1.7}.agency-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:var(--bg-secondary);padding:.35rem .85rem;border-radius:20px;font-size:.85rem;color:var(--text-muted)}.agency-actions{display:flex;gap:1rem;flex-wrap:wrap}.detail-page{background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.5rem}.detail-page h1{font-size:2rem;margin-bottom:.5rem}.detail-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.detail-section{margin-bottom:2.5rem}.detail-section h2{font-size:1.25rem;margin-bottom:1rem;color:var(--text);padding-bottom:.5rem;border-bottom:2px solid var(--bg-secondary)}.pros-cons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.cons,.pros{padding:1.5rem;border-radius:var(--radius)}.pros{background:#ecfdf5;border-left:4px solid var(--success)}.cons{background:#fef2f2;border-left:4px solid var(--danger)}.cons h3,.pros h3{font-size:1rem;margin-bottom:1rem}.cons ul,.pros ul{list-style:none}.cons li,.pros li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.pros li:before{content:"\2713";color:var(--success)}.cons li:before,.pros li:before{position:absolute;left:0;font-weight:700}.cons li:before{content:"\2717";color:var(--danger)}.guide-content{background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.5rem}.guide-content h1{font-size:2rem;margin-bottom:.5rem;color:var(--primary)}.guide-description{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.guide-content h2{font-size:1.35rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text)}.guide-content h3{font-size:1.15rem;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.guide-content ol,.guide-content ul{margin-left:1.5rem;margin-bottom:1rem}.guide-content li{margin-bottom:.5rem}.guide-content p{margin-bottom:1rem}.guide-list{display:grid;grid-gap:1.25rem;gap:1.25rem}.guide-item{background:var(--bg);padding:1.75rem;border-radius:var(--radius);box-shadow:var(--shadow);transition:all .3s}.guide-item:hover{box-shadow:var(--card-shadow);transform:translateY(-4px)}.guide-item h3 a{color:var(--primary);text-decoration:none;font-size:1.15rem}.guide-item h3 a:hover{text-decoration:underline}.guide-item p{color:var(--text-muted);font-size:.95rem;margin-top:.5rem}.category-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.category-link{background:var(--bg);padding:1.75rem;border-radius:var(--radius);text-decoration:none;color:var(--text);box-shadow:var(--shadow);transition:all .3s;text-align:center;border:2px solid transparent}.category-link:hover{box-shadow:var(--card-shadow);transform:translateY(-4px);border-color:var(--primary)}.category-link h3{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem}.category-link p{font-size:.9rem;color:var(--text-muted)}.cta-section{background:var(--bg-gradient);padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;margin:3rem 0;color:#fff}.cta-section h3{font-size:1.5rem;margin-bottom:1rem}.cta-section p{opacity:.9;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section .btn-primary{background:#fff;color:var(--primary);box-shadow:none}.cta-section .btn-primary:hover{background:hsla(0,0%,100%,.9)}.cta-section .btn-secondary{background:transparent;border-color:hsla(0,0%,100%,.5);color:#fff}.cta-section .btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.breadcrumb{margin-bottom:1.5rem;font-size:.9rem}.breadcrumb a{color:var(--text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--primary)}.breadcrumb span{color:var(--text-muted);margin:0 .5rem}@media (max-width:768px){.header .container{flex-direction:column;align-items:flex-start}.nav{width:100%;justify-content:flex-start;gap:1rem}.hero{padding:3rem 0}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.section-title{font-size:1.5rem}.detail-page,.guide-content{padding:1.5rem}.agency-specs{grid-template-columns:1fr 1fr}.destination-grid{grid-template-columns:1fr}}