/* A focused public front door: direct contact, real people, then selected services. */
.home-page{padding-top:28px;padding-bottom:24px;background:#fff}
.home-hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);align-items:center;gap:38px;padding:42px;border-radius:26px;background:#102c43;color:#fff}
.home-eyebrow{font-size:12px;letter-spacing:2px;line-height:1.6;color:#b7d0e0;margin-bottom:22px}
.home-hero h1{font-family:inherit;font-size:clamp(34px,3.7vw,48px);line-height:1.3;letter-spacing:-.7px;font-weight:650;overflow-wrap:anywhere}
.home-hero h1>span{display:block;color:#abd2ef;margin-top:4px}
.home-lead{font-size:16px;line-height:1.75;max-width:490px;color:#d6e2eb;margin-top:22px}
.home-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:27px}
.home-hero-actions>.button{font-size:16px;background:#fff;color:#102c43;border-radius:12px;min-height:52px;padding:13px 26px}
.home-hero-actions>.button:hover{background:#e0effa}.home-secondary{display:inline-flex;align-items:center;gap:12px;min-height:48px;font-size:15px;color:#e7f0f7}.home-secondary>.ui-icon{width:18px}
.home-team{min-width:0;border-left:1px solid #ffffff26;padding-left:30px}
.home-team-heading{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:20px}
.home-team-heading h2{font-family:inherit;font-size:21px;font-weight:500;line-height:1.5;color:#fff}
.home-team-heading>a{font-size:14px;color:#bed8e9;padding:3px 0;min-height:30px}
.home-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}
.home-team-person{min-width:0;display:block}.home-team-person .photo{aspect-ratio:4/5;border-radius:10px;background:#e8eef2}
.home-team-person .fallback{font-size:14px;line-height:1.4;overflow-wrap:anywhere;padding:4px}
.home-team-person>strong{display:block;font-size:15px;font-weight:500;line-height:1.4;margin-top:10px;overflow-wrap:anywhere;color:#fff}
.home-team-person>span{display:block;font-size:14px;line-height:1.4;margin-top:6px;color:#bcd0df;overflow-wrap:anywhere}
.home-team-person:hover .photo{outline:2px solid #abd2ef;outline-offset:3px}
.home-catalogue{padding-top:26px;padding-bottom:8px}
.home-selection{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:23px}
.home-selection>p{font-size:16px;color:#52677a}.home-selection .home-area-choice{margin:0;width:440px;max-width:100%;background:#eef2f6}
.home-catalogue .priority-services{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:24px;align-items:stretch}
.home-catalogue .priority-services[data-priority-area="abroad"]{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)}
.home-catalogue .priority-services h2{font-size:20px;margin-bottom:16px;font-weight:600}
.home-catalogue .priority-needs{padding:23px;border:1px solid #e0e5eb;border-radius:20px;background:#f7f9fb}
.home-catalogue .priority-links{display:block;border:0;border-radius:0;background:transparent}
.home-catalogue .priority-links .home-need{display:grid;grid-template-columns:32px minmax(0,1fr) 16px;gap:12px;padding:14px 0;border:0;border-top:1px solid #e0e6ed;min-height:68px;background:transparent;color:#16324b}
.home-catalogue .priority-links .home-need:first-child{border-top:0}
.home-catalogue .priority-services[data-priority-area="france"] .home-need:first-child{color:#993e2d}
.home-need-symbol{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#e7edf4;color:#476580}.home-need-symbol>.ui-icon{width:18px;height:18px}
.home-catalogue .priority-services[data-priority-area="france"] .home-need:first-child .home-need-symbol{background:#f8e9e4;color:#993e2d}
.home-catalogue .priority-business{display:flex;flex-direction:column;padding-top:23px;min-width:0}.home-catalogue .priority-products{flex:1;gap:16px}
.home-catalogue .priority-product{border-radius:20px;padding:24px;min-height:274px;background:#153b5a;border-color:#153b5a}
.home-catalogue .priority-product[data-service="investment"]{background:#fff;color:#16324b;border-color:#bfd0de;border-top:4px solid #38688f;padding-top:21px}
.home-catalogue .priority-product:hover{background:#204967}.home-catalogue .priority-product[data-service="investment"]:hover{background:#f3f7fb}
.home-product-symbol{display:flex;align-items:center;margin-bottom:23px;color:#bedcee}.home-product-symbol>.ui-icon{width:30px;height:30px}.home-catalogue .priority-product[data-service="investment"] .home-product-symbol{color:#38688f}
.home-catalogue .priority-product-label{font-size:23px;line-height:1.4}.home-catalogue .priority-product p{font-size:16px;line-height:1.7;margin:13px 0 24px}.home-catalogue .priority-product-action{padding-top:17px;border-top:1px solid #ffffff30;font-size:15px}
.home-catalogue .priority-product[data-service="investment"] .priority-product-action{border-color:#dce5ec}
.home-catalogue .priority-more{border-top:1px solid #e3e9ef;margin-top:25px;padding-top:15px;font-size:14px}
@media(min-width:1400px){.home-hero{padding:48px;gap:44px}.home-team-grid{gap:14px}}
@media(max-width:1050px){.home-hero{grid-template-columns:minmax(0,1fr);gap:28px}.home-team{border-left:0;border-top:1px solid #ffffff26;padding:23px 0 0;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.7fr);gap:25px;align-items:center}.home-team-heading{margin:0}.home-team-person .photo{aspect-ratio:1/1}.home-lead{max-width:650px}.home-catalogue .priority-services,.home-catalogue .priority-services[data-priority-area="abroad"]{grid-template-columns:1fr}.home-catalogue .priority-business{padding-top:0}.home-catalogue .priority-links{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.home-catalogue .priority-links .home-need:nth-child(2){border-top:0}.home-catalogue .priority-product{min-height:240px}}
@media(max-width:800px){.home-page{padding-top:12px;background:#f2f4f7}.home-hero{padding:25px 22px;border-radius:23px;gap:24px}.home-eyebrow{margin-bottom:15px;font-size:12px;letter-spacing:1.4px}.home-hero h1{font-size:clamp(31px,8.6vw,39px);line-height:1.3;letter-spacing:-.5px}.home-lead{font-size:16px;line-height:1.65;margin-top:15px}.home-hero-actions{margin-top:21px;gap:20px}.home-hero-actions>.button{min-height:49px;padding:11px 22px}.home-team{display:block;padding-top:18px}.home-team-heading{flex-direction:row;justify-content:space-between;align-items:start;gap:14px;margin-bottom:14px}.home-team-heading h2{font-size:16px;line-height:1.5}.home-team-heading>a{font-size:14px;line-height:1.5;padding:0;white-space:nowrap}.home-team-grid{gap:10px}.home-team-person>strong{font-size:14px;line-height:1.35;margin-top:8px}.home-team-person>span{font-size:14px;line-height:1.35;margin-top:4px}.home-team-person .photo{border-radius:8px}.home-catalogue{padding-top:21px}.home-selection{display:block;margin-bottom:19px}.home-selection>p{font-size:15px;margin:0 0 9px}.home-selection .home-area-choice{width:100%}.home-catalogue .priority-services{gap:21px}.home-catalogue .priority-services h2{font-size:20px;margin-bottom:12px}.home-catalogue .priority-needs{padding:19px;background:#fff;border-radius:20px}.home-catalogue .priority-links{grid-template-columns:1fr;gap:0}.home-catalogue .priority-links .home-need{min-height:61px;font-size:16px;padding:13px 0}.home-catalogue .priority-links .home-need:nth-child(2){border-top:1px solid #e0e6ed}.home-catalogue .priority-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-catalogue .priority-product{padding:19px 16px;min-height:270px}.home-catalogue .priority-product[data-service="investment"]{padding-top:16px}.home-product-symbol{margin-bottom:16px}.home-product-symbol>.ui-icon{width:26px;height:26px}.home-catalogue .priority-product-label{font-size:20px;overflow-wrap:anywhere}.home-catalogue .priority-product p{font-size:16px;margin:12px 0 19px}.home-catalogue .priority-product-action{font-size:14px;gap:8px;flex-wrap:wrap}.home-catalogue .priority-more{margin-top:21px}}
@media(max-width:359px){.home-hero{padding:23px 17px}.home-hero h1{font-size:31px}.home-team-heading{flex-direction:column;gap:5px}.home-team-grid{gap:8px}.home-catalogue .priority-products{grid-template-columns:1fr}.home-catalogue .priority-product{min-height:0}.home-team-person>span{font-size:14px}}

/* Visitor residence is a main product, separate from the talent categories. */
.priority-products .priority-product.priority-visitor{grid-column:1/-1;min-height:0;background:#f2f7fb;color:#16324b;border:1px solid #bfd0de;padding:22px}
.priority-products .priority-product.priority-visitor p{color:#435d74;margin:10px 0 16px}
.priority-products .priority-product.priority-visitor .home-product-symbol{color:#38688f;margin-bottom:12px}
.priority-products .priority-product.priority-visitor .priority-product-action{border-color:#dce5ec;padding-top:12px}
.priority-products .priority-product.priority-visitor:hover{background:#e6f0f8}
