.filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-weight:500;font-size:.875rem;height:2.25rem;padding-left:.75rem;padding-right:.75rem;border:2px solid var(--border);background:0 0;color:var(--foreground);cursor:pointer;transition:all .2s ease;text-decoration:none}.filter-btn:hover{background:var(--muted);border-color:var(--primary)}.filter-btn--country.filter-btn--active{background:var(--brand-coral);border-color:var(--brand-coral);color:#fff}.filter-btn--destination.filter-btn--active{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.destination-content{display:grid;gap:2rem}@media (min-width:768px){.destination-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.destination-content{grid-template-columns:repeat(3,1fr)}}.destination-content>h2{grid-column:1/-1;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0;padding-bottom:.75rem;border-bottom:2px solid var(--brand-coral);display:flex;align-items:center;gap:.75rem}.destination-content>h2:nth-of-type(2){border-bottom-color:var(--brand-teal)}.destination-content>h2:nth-of-type(3){border-bottom-color:var(--brand-golden)}.destination-content>h2:nth-of-type(4){border-bottom-color:var(--brand-coral)}.destination-content>h2:nth-of-type(5){border-bottom-color:var(--brand-teal)}.destination-content>h2:before{content:"";display:inline-block;width:2.5rem;height:2.5rem;border-radius:50%;background:color-mix(in srgb,var(--brand-coral) 15%,transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23F27059' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1.25rem;flex-shrink:0}.destination-content>h2:nth-of-type(2):before{background-color:color-mix(in srgb,var(--brand-teal) 15%,transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2300A896' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4'/%3E%3C/svg%3E")}.destination-content>h2:nth-of-type(3):before{background-color:color-mix(in srgb,var(--brand-golden) 15%,transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23F5A623' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4'/%3E%3C/svg%3E")}.destination-content>h2:nth-of-type(4):before{background-color:color-mix(in srgb,var(--brand-coral) 15%,transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23F27059' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E")}.destination-content>h2:nth-of-type(5):before{background-color:color-mix(in srgb,var(--brand-teal) 15%,transparent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2300A896' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.destination-content>p{grid-column:1/-1;color:var(--muted-foreground);font-size:1.125rem;line-height:1.75;margin:0;max-width:80ch}.destination-content>ul{grid-column:1/-1;display:grid;gap:1rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.destination-content>ul{grid-template-columns:repeat(2,1fr)}}.destination-content>ul>li{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.75rem;transition:all .2s ease}.destination-content>ul>li:hover{border-color:var(--brand-coral);box-shadow:0 4px 12px #0000000d}.destination-content>ul>li:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:.125rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23F27059' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.destination-content>ul>li strong{color:var(--foreground);font-weight:600}.destination-content>h3{grid-column:1/-1;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--foreground);margin:.5rem 0 0;padding-left:.5rem;border-left:3px solid var(--brand-teal)}.destination-content>h3+p{margin-top:-.5rem;padding-left:.75rem}