:root{--dest-blue:#084f70;--dest-dark:#080a0f;--dest-muted:#627080;--dest-line:#e6ebef;--dest-soft:#f4f7f9}
.destinations-page{background:#fff;color:var(--dest-dark);padding:132px 0 90px;min-height:70vh}
.destinations-shell{width:min(1320px,calc(100% - 64px));margin:0 auto}
.destinations-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 38px;color:#7b8793;font-size:14px}
.destinations-breadcrumb a{color:var(--dest-blue);text-decoration:none}
.destinations-heading{max-width:1180px;margin:0 auto 42px;text-align:center}
.destinations-eyebrow{display:block;color:var(--dest-blue);font-size:12px;font-weight:700;letter-spacing:.18em;margin-bottom:12px}
.destinations-heading h1{font-size:clamp(30px,2.9vw,44px);line-height:1.1;letter-spacing:-.03em;margin:0 0 16px;font-weight:700}
.country-hero h1{font-size:clamp(40px,5vw,72px);line-height:1.02;letter-spacing:-.04em;margin:0 0 20px;font-weight:700}
.destinations-heading p{max-width:700px;font-size:18px;line-height:1.55;color:var(--dest-muted);margin:0 auto}
@media(min-width:1051px){.destinations-heading h1{white-space:nowrap}}
.country-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.country-card{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;padding:22px;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#f6f8fa,#e8eef2);border:1px solid var(--dest-line);color:var(--dest-dark);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.country-card:after{content:"";position:absolute;z-index:-1;inset:auto -45px -70px auto;width:190px;height:190px;border-radius:50%;background:rgba(8,79,112,.08)}
.country-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(4,32,46,.13);border-color:rgba(8,79,112,.28);color:var(--dest-dark)}
.country-card--photo{background-position:center;background-size:cover;color:#fff;border:0}
.country-card--photo:hover{color:#fff}
.country-card__flag{display:block;width:92px;height:64px;object-fit:cover;border-radius:10px;box-shadow:0 10px 22px rgba(0,0,0,.14);transform:translateY(15px)}
.country-card__code{align-self:flex-end;font-size:12px;font-weight:700;letter-spacing:.12em;opacity:.7}
.country-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.country-card__bottom strong{font-size:25px;line-height:1.1}
.country-card__arrow{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:var(--dest-blue);color:#fff;font-size:22px}
.country-card--photo .country-card__arrow{background:#fff;color:var(--dest-blue)}
.country-hero{position:relative;isolation:isolate;min-height:430px;border-radius:32px;padding:64px;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,#072f43,#0a5d82);color:#fff}
.country-hero--photo{background-position:center;background-size:cover}
.country-hero__flag{position:absolute;right:6%;top:50%;transform:translateY(-50%);width:min(36%,340px);max-height:230px;object-fit:cover;border-radius:22px;box-shadow:0 24px 50px rgba(0,0,0,.28);opacity:.96}
.country-hero__content{position:relative;z-index:1;max-width:680px}
.country-hero h1{color:#fff}
.country-hero .destinations-eyebrow{color:#b9dbea}
.country-hero p{font-size:19px;line-height:1.6;margin:0;max-width:650px;color:rgba(255,255,255,.84)}
.country-info{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.55fr);gap:64px;padding:44px 48px;border:1px solid var(--dest-line);border-radius:28px;background:#f7f9fa}
.country-info h1{font-size:clamp(30px,3.2vw,46px);line-height:1.08;letter-spacing:-.035em;margin:0 0 28px}
.country-info dl{margin:0}
.country-info dl div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:13px 0;border-top:1px solid #dfe6ea}
.country-info dt{color:var(--dest-muted);font-weight:400}
.country-info dd{margin:0;font-weight:700;color:var(--dest-dark)}
.country-info__text{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;padding-top:4px}
.country-info__text p{font-size:17px;line-height:1.75;color:#394957;margin:0 0 18px}
.country-info__text p:last-child{margin-bottom:0}
.popular-routes{padding:72px 0 0}
.popular-routes__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}
.popular-routes h2{font-size:clamp(30px,3.5vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 12px}
.popular-routes__heading p{font-size:17px;color:var(--dest-muted);margin:0}
.destinations-back{white-space:nowrap;color:var(--dest-blue);font-weight:700;text-decoration:none;padding:12px 0}
.destinations-back-row{margin-top:48px;text-align:left}
.popular-routes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.route-link-card{display:flex;align-items:center;gap:16px;min-height:96px;border:1px solid var(--dest-line);border-radius:18px;padding:18px 20px;color:var(--dest-dark);text-decoration:none;background:#fff;transition:.22s ease}
.route-link-card:hover{border-color:var(--dest-blue);box-shadow:0 12px 30px rgba(4,32,46,.1);transform:translateY(-2px);color:var(--dest-dark)}
.route-link-card__pin{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#eaf2f6;color:var(--dest-blue);font-weight:700}
.route-link-card span:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0}
.route-link-card small{font-size:13px;color:var(--dest-muted)}
.route-link-card strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.route-link-card__arrow{margin-left:auto;color:var(--dest-blue);font-size:21px}
.popular-routes__empty{padding:24px;border-radius:16px;background:var(--dest-soft);color:var(--dest-muted)}
.country-route-group--return{padding-top:64px}
@media(max-width:1050px){.country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-routes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.destinations-page{padding:96px 0 64px}.destinations-shell{width:calc(100% - 28px)}.destinations-breadcrumb{margin-bottom:25px;overflow:auto;white-space:nowrap}.destinations-heading{margin-bottom:28px}.destinations-heading h1{font-size:28px}.country-hero h1{font-size:38px}.destinations-heading p,.country-hero p{font-size:16px}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.country-card{min-height:190px;padding:16px;border-radius:18px}.country-card__flag{width:70px;height:48px}.country-card__bottom strong{font-size:18px}.country-card__arrow{width:34px;height:34px;flex-basis:34px;font-size:18px}.country-hero{min-height:440px;padding:30px 24px;border-radius:24px}.country-hero__flag{width:170px;right:-20px;top:24%;opacity:.48}.country-info{grid-template-columns:1fr;gap:26px;padding:28px 22px;border-radius:22px}.country-info h1{font-size:30px;margin-bottom:22px}.country-info dl div{grid-template-columns:112px 1fr;gap:12px}.country-info__text{padding-top:0}.country-info__text p{font-size:16px;line-height:1.65}.popular-routes{padding-top:48px}.popular-routes__heading{display:block}.destinations-back{display:inline-block;margin-top:12px}.popular-routes__grid{grid-template-columns:1fr}.route-link-card{min-height:84px}}
@media(max-width:390px){.country-grid{grid-template-columns:1fr}.country-card{min-height:180px}}
