.hero[data-astro-cid-jgctki6q]{isolation:isolate;min-height:min(88vh,820px);padding-block:clamp(4rem, 8vw, 6.5rem) calc(clamp(6rem, 10vw, 8.5rem) + var(--angle));background:linear-gradient(160deg, var(--navy-800), var(--navy-900));color:var(--on-dark);clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--angle)), 0 100%);align-items:center;display:flex;position:relative}.hero[data-astro-cid-jgctki6q] .hero__bg{z-index:-2;object-fit:cover;object-position:40% 60%;width:100%;height:100%;position:absolute;inset:0}.hero__overlay[data-astro-cid-jgctki6q]{z-index:-1;background:linear-gradient(#071427b8,#071427e6);position:absolute;inset:0}@media (width>=1000px){.hero[data-astro-cid-jgctki6q]{--photo-w:52%;--photo-skew:.22}.hero[data-astro-cid-jgctki6q] .hero__bg{width:var(--photo-w);clip-path:polygon(calc(var(--photo-skew) * 100%) 0, 100% 0, 100% 100%, 0 100%);left:auto}.hero__badges[data-astro-cid-jgctki6q]{max-width:26rem}.hero__overlay[data-astro-cid-jgctki6q]{background:linear-gradient(90deg,#07142700 60%,#07142740 100%),linear-gradient(#0000 55%,#0714278c)}.hero__overlay[data-astro-cid-jgctki6q]:before{content:"";top:0;bottom:0;left:calc(100% - var(--photo-w) - 10px);width:calc(var(--photo-w) * var(--photo-skew) + 10px);background:var(--orange-500);clip-path:polygon(calc(100% - 10px) 0,100% 0,10px 100%,0 100%);position:absolute}}.hero__content[data-astro-cid-jgctki6q]{position:relative}.hero[data-astro-cid-jgctki6q] h1[data-astro-cid-jgctki6q]{color:#fff;max-width:14ch}.hero[data-astro-cid-jgctki6q] h1[data-astro-cid-jgctki6q] .text-accent[data-astro-cid-jgctki6q]{display:block}.hero[data-astro-cid-jgctki6q] .lead[data-astro-cid-jgctki6q]{color:#cfd8e6;max-width:46ch;margin-top:1.5rem}.hero[data-astro-cid-jgctki6q] .btn-row[data-astro-cid-jgctki6q]{margin-top:2.25rem}.hero__badges[data-astro-cid-jgctki6q]{color:#fff;flex-wrap:wrap;gap:.75rem 1.75rem;margin-top:2.25rem;padding:0;font-weight:600;list-style:none;display:flex}.hero__badges[data-astro-cid-jgctki6q] li[data-astro-cid-jgctki6q]{align-items:center;gap:.5rem;display:inline-flex}.hero__badges[data-astro-cid-jgctki6q] svg{color:var(--orange-500)}.facts[data-astro-cid-jgctki6q]{z-index:2;margin-top:calc(-1*clamp(4.5rem,9vw,6.5rem));position:relative}.facts__grid[data-astro-cid-jgctki6q]{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.facts__item[data-astro-cid-jgctki6q]{border-bottom:1px solid var(--border);flex-direction:column-reverse;justify-content:flex-end;gap:.35rem;padding:1.5rem 1.25rem;display:flex}.facts__item[data-astro-cid-jgctki6q]:nth-child(odd){border-right:1px solid var(--border)}.facts__item[data-astro-cid-jgctki6q]:last-child:nth-child(odd){border-right:0;grid-column:1/-1}.facts__value[data-astro-cid-jgctki6q]{font-family:var(--font-display);color:var(--navy-800);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.facts__label[data-astro-cid-jgctki6q]{color:var(--text-muted);font-size:.95rem}@media (width>=900px){.facts__grid[data-astro-cid-jgctki6q]{grid-template-columns:none;grid-auto-columns:1fr;grid-auto-flow:column}.facts__item[data-astro-cid-jgctki6q],.facts__item[data-astro-cid-jgctki6q]:last-child:nth-child(odd){border-bottom:0;border-right:1px solid var(--border);grid-column:auto;padding:2rem}.facts__item[data-astro-cid-jgctki6q]:last-child{border-right:0}}.services[data-astro-cid-jgctki6q]{gap:1.75rem;display:grid}.service-card[data-astro-cid-jgctki6q]{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.service-card__media[data-astro-cid-jgctki6q]{aspect-ratio:16/9;position:relative;overflow:hidden}.service-card__media[data-astro-cid-jgctki6q] img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card[data-astro-cid-jgctki6q]:hover .service-card__media[data-astro-cid-jgctki6q] img{transform:scale(1.04)}.service-card__num[data-astro-cid-jgctki6q]{background:var(--orange-500);color:var(--navy-900);font-family:var(--font-display);clip-path:polygon(0 0,100% 0,calc(100% - 14px) 100%,0 100%);padding:.5rem 1.25rem .4rem 1rem;font-size:1.75rem;font-weight:700;line-height:1;position:absolute;bottom:0;left:0}.service-card__body[data-astro-cid-jgctki6q]{flex-direction:column;flex:1;gap:1.1rem;padding:2rem 1.75rem;display:flex}.service-card__body[data-astro-cid-jgctki6q] h3[data-astro-cid-jgctki6q]{text-transform:uppercase;color:var(--navy-800);font-size:clamp(1.75rem,3vw,2.25rem)}.service-card__body[data-astro-cid-jgctki6q]>p[data-astro-cid-jgctki6q]{color:var(--text-muted)}.service-card__body[data-astro-cid-jgctki6q] .link-arrow[data-astro-cid-jgctki6q]{margin-top:auto;padding-top:.5rem}@media (width>=900px){.services[data-astro-cid-jgctki6q]{grid-template-columns:repeat(2,1fr);gap:2rem}.service-card__body[data-astro-cid-jgctki6q]{padding:2.5rem 2.25rem}}.why[data-astro-cid-jgctki6q]{background:radial-gradient(circle at 100% 0%, #f973161f, transparent 40%), var(--navy-800)}.coverage__inner[data-astro-cid-jgctki6q]{align-items:center;gap:3rem;display:grid}.coverage__text[data-astro-cid-jgctki6q]{margin-top:1.25rem}.coverage__more[data-astro-cid-jgctki6q]{color:var(--text-muted);margin:1rem 0 2rem}.coverage__list[data-astro-cid-jgctki6q]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;padding:0;list-style:none;display:grid}.country[data-astro-cid-jgctki6q]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--navy-800);align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;display:flex}.country__code[data-astro-cid-jgctki6q]{border-radius:var(--radius-sm);background:var(--navy-800);color:#fff;min-width:2.4rem;height:1.75rem;font-family:var(--font-display);letter-spacing:.06em;place-items:center;font-size:.95rem;font-weight:700;display:grid}.country--home[data-astro-cid-jgctki6q]{border-color:var(--orange-500);box-shadow:inset 4px 0 0 var(--orange-500)}.country--home[data-astro-cid-jgctki6q] .country__code[data-astro-cid-jgctki6q]{background:var(--orange-500);color:var(--navy-900)}@media (width>=1000px){.coverage__inner[data-astro-cid-jgctki6q]{grid-template-columns:5fr 7fr;gap:4rem}}
