.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}.country-content,.destination-content{display:grid;gap:2rem}@media (min-width:768px){.country-content,.destination-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.country-content,.destination-content{grid-template-columns:repeat(3,1fr)}}.country-content>h2,.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}.country-content>h2:nth-of-type(2),.destination-content>h2:nth-of-type(2){border-bottom-color:var(--brand-teal)}.country-content>h2:nth-of-type(3),.destination-content>h2:nth-of-type(3){border-bottom-color:var(--brand-golden)}.country-content>h2:before,.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='M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1.25rem;flex-shrink:0}.country-content>h2:nth-of-type(2):before,.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='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E")}.country-content>h2:nth-of-type(3):before,.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='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")}.country-content>p,.destination-content>p{grid-column:1/-1;color:var(--muted-foreground);font-size:1.125rem;line-height:1.75;margin:0;max-width:80ch}.country-content>ul,.destination-content>ul{grid-column:1/-1;display:grid;gap:1rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.country-content>ul,.destination-content>ul{grid-template-columns:repeat(2,1fr)}}.country-content>ul>li,.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}.country-content>ul>li:hover,.destination-content>ul>li:hover{border-color:var(--brand-coral);box-shadow:0 4px 12px #0000000d}.country-content>ul>li:before,.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}.country-content>ul>li strong,.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}