/* ============================================================
   INNERLUXES Location pages — design ported from the locations
   layout the owner approved. Scoped under .sp-page so it never
   touches the shared INNERLUXES header/footer.
   Typography: Sumana (headings) + Open Sans (body). Accent #005eb8.
   ============================================================ */

.sp-page{
  --font-family:"Open Sans";
  --font-family-header:"Sumana";
  --line-height-normal:1.35;
  font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#3b3c3d;
  background:#fff;
  line-height:1.35;
}
.sp-page .container{max-width:1238px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;width:100%}
@media (max-width:767px){.sp-page .container{padding-left:16px;padding-right:16px}}

.sp-page p{font-size:18px;line-height:1.78;margin:0 0 18px}
@media (max-width:767px){.sp-page p{font-size:16px;margin-bottom:12px}}

.sp-page h1{color:#004484;font-family:"Sumana",Georgia,serif;font-size:48px;font-weight:400;line-height:1.13;margin:.5em 0 1em}
@media (max-width:1599px){.sp-page h1{font-size:40px}}
@media (max-width:1279px){.sp-page h1{font-size:36px}}
@media (max-width:1023px){.sp-page h1{font-size:32px}}
@media (max-width:767px){.sp-page h1{font-size:30px}}
.sp-page h1 strong{font-weight:inherit!important}

.sp-page h2{color:#004484;font-family:"Sumana",Georgia,serif;font-size:36px;font-weight:400;line-height:1.28;margin:128px 0 1em}
@media (max-width:1599px){.sp-page h2{font-size:32px}}
@media (max-width:1279px){.sp-page h2{font-size:30px}}
@media (max-width:1023px){.sp-page h2{font-size:28px}}
@media (max-width:767px){.sp-page h2{font-size:26px}}
.sp-page h2:where(:not(.no-square)){position:relative;z-index:1}
.sp-page h2:where(:not(.no-square)):before{background-color:#e5f3ff;content:"";display:block;height:90px;left:-24px;position:absolute;top:-32px;width:90px;z-index:-1}
@media (max-width:1023px){.sp-page h2:where(:not(.no-square)):before{left:-16px;width:82px}}
@media (max-width:767px){.sp-page h2:where(:not(.no-square)):before{height:72px;width:64px}}
.sp-page h2 strong{font-weight:inherit!important}

.sp-page h3{color:#222;font-family:"Open Sans",sans-serif;font-size:26px;font-weight:600;line-height:1.28;margin:1em 0}
@media (max-width:1599px){.sp-page h3{font-size:24px}}
@media (max-width:1279px){.sp-page h3{font-size:22px}}
@media (max-width:1023px){.sp-page h3{font-size:20px}}
.sp-page h4{color:#222;font-family:"Open Sans",sans-serif;font-size:22px;font-weight:600;line-height:1.28;margin:1em 0}

.sp-page ul:where(:not([class])){list-style-type:none!important;margin:12px 0;padding:0}
.sp-page ul:where(:not([class])) li{font-size:18px;line-height:1.78;margin-bottom:10px;padding-left:18px;position:relative}
@media (max-width:767px){.sp-page ul:where(:not([class])) li{font-size:16px}}
.sp-page ul:where(:not([class])) li:before{background-color:#005eb8;content:"";display:block;height:8px;left:0;position:absolute;top:13px;width:8px}
@media (max-width:767px){.sp-page ul:where(:not([class])) li:before{top:10px}}

.sp-page a{color:inherit;text-decoration:none}
.sp-page a:where(:not([class])){text-decoration:underline;text-decoration-color:#005eb8;text-underline-offset:2px;transition:color .12s ease-in-out}
.sp-page a:where(:not([class])):hover{color:#005eb8}

/* ---- Buttons ---- */
.sp-page .btn-default{background:#005eb8;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.35;max-width:100%;min-width:200px;outline:none;padding:15.5px 10px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out,color .2s ease-in-out .1s,border-color .2s ease-in-out;white-space:normal;width:auto}
.sp-page .btn-default:hover{background-color:#004688;color:#fff}
.sp-page .btn-white{background-color:transparent;border:2px solid #005eb8;color:#005eb8;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.35;max-width:100%;min-width:200px;outline:none;padding:15.5px 10px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;white-space:normal;width:auto}
.sp-page .btn-white:hover{background-color:#005eb8;color:#fff}

/* ---- Breadcrumbs ---- */
.sp-page .breadcrumbs{font-size:12px}
.sp-page .breadcrumbs__list{line-height:1.35;list-style:none;margin:0;overflow-x:auto;padding:20px 0;white-space:nowrap}
@media (max-width:767px){.sp-page .breadcrumbs__list{padding:16px 0}}
.sp-page .breadcrumbs__item{display:inline-block;margin-left:0}
.sp-page .breadcrumbs__item-link{color:#717171;text-decoration:none}
.sp-page .breadcrumbs__item-link:hover{color:#005eb8}
.sp-page .breadcrumbs__item:last-child .breadcrumbs__item-link{pointer-events:none}
.sp-page .breadcrumbs__sep{color:#717171;display:inline-block;font-size:10px;padding:0 8px;transform:translateY(-1px)}

/* ---- Simple page wrapper ---- */
.sp-page.simple-page{margin-bottom:60px}
.sp-page .sp-content{background-color:#fff}
.sp-page .sp-title{margin-top:.2em}

/* ============================================================
   text-image (Our Geography / coverage) — ported verbatim
   ============================================================ */
.sp-page .ti-wrapper{padding-bottom:72px;padding-top:72px}
@media (max-width:1599px){.sp-page .ti-wrapper{padding-bottom:56px;padding-top:56px}}
@media (max-width:1279px){.sp-page .ti-wrapper{padding-bottom:48px;padding-top:48px}}
@media (max-width:767px){.sp-page .ti-wrapper{padding-bottom:32px;padding-top:32px}}
.sp-page .ti-title{color:#004485;font-family:"Sumana",Georgia,serif;font-size:36px;font-weight:400;line-height:1.28;margin:0 0 16px;text-align:center}
@media (max-width:1599px){.sp-page .ti-title{font-size:32px}}
@media (max-width:1279px){.sp-page .ti-title{font-size:30px}}
@media (max-width:1023px){.sp-page .ti-title{font-size:28px}}
@media (max-width:767px){.sp-page .ti-title{font-size:26px;margin-bottom:8px}}
.sp-page .ti-title:before{display:none}
.sp-page .ti-description{font-size:16px;line-height:1.5;margin:0 auto 32px;max-width:902px;text-align:center}
@media (max-width:1023px){.sp-page .ti-description{font-size:14px}}
.sp-page .ti-description p{font-size:inherit;line-height:1.7;margin:0;text-align:center}
.sp-page .ti-items{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
@media (max-width:767px){.sp-page .ti-items{display:block;gap:0}}
.sp-page .ti-items-description{flex:0 0 340px;text-align:center}
@media (max-width:1199px){.sp-page .ti-items-description{flex:0 0 calc(33.33% - 16px)}}
@media (max-width:767px){.sp-page .ti-items-description{margin-top:24px;width:100%}}
.sp-page .ti-items-description:first-child{margin-top:0}
.sp-page .ti-items-description p{font-size:16px;line-height:1.63;margin-bottom:0}
@media (max-width:1023px){.sp-page .ti-items-description p{font-size:14px}}
.sp-page .ti-items-description-title p{font-size:18px;font-weight:600;line-height:1.44}
@media (max-width:1023px){.sp-page .ti-items-description-title p{font-size:16px}}
.sp-page .ti-items-description-bullets{margin-top:8px}
.sp-page .ti-items-description-bullets p{position:relative;padding-left:18px;text-align:left;display:inline-block;line-height:1.56}
.sp-page .ti-items-description-bullets p:before{background-color:#005eb8;content:"";height:8px;left:0;position:absolute;top:8px;width:8px}
.sp-page .ti-image{padding-top:56px}
@media (max-width:1599px){.sp-page .ti-image{padding-top:34px}}
.sp-page .ti-image-inner{margin:auto;max-width:1128px;position:relative}
@media (max-width:767px){.sp-page .ti-image-inner{margin:0 -16px}}
.sp-page .ti-dotmap{position:relative;width:100%;line-height:0;min-height:120px}
.sp-page .ti-dotmap canvas{display:block;width:100%}
/* interactive coverage pins (pulsing + hover tooltip, no addresses) */
.sp-page .ti-pin{position:absolute;width:12px;height:12px;cursor:pointer;z-index:2}
.sp-page .ti-pin:hover{z-index:60}
.sp-page .ti-pin-dot{position:relative;width:12px;height:12px;border-radius:50%;background:#005eb8;border:1.5px solid #fff;box-shadow:0 1px 3px 0 #00000040;transition:transform .15s ease;z-index:1}
.sp-page .ti-pin-dot:after{content:"";position:absolute;inset:-1.5px;border-radius:50%;background:#005eb8;opacity:.18;animation:ti-ping 2.2s ease-out infinite}
.sp-page .ti-pin:hover .ti-pin-dot{transform:scale(1.35)}
@keyframes ti-ping{0%{transform:scale(1);opacity:.28}100%{transform:scale(2.0);opacity:0}}
.sp-page .ti-pin-tip{position:absolute;bottom:150%;left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border-radius:4px;box-shadow:0 4px 12px 0 #00000026;padding:10px 12px;width:220px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;z-index:5;font-size:12px;line-height:1.5;color:#3b3c3d;text-align:left}
.sp-page .ti-pin-tip b{display:block;color:#005eb8;font-size:16px;font-weight:600;margin-bottom:4px}
.sp-page .ti-pin:hover .ti-pin-tip,.sp-page .ti-pin.is-open .ti-pin-tip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.sp-page .ti-pin.is-open{z-index:60}
.sp-page .ti-pin.is-open .ti-pin-dot{transform:scale(1.35)}
@media (max-width:900px){
  .sp-page .ti-pin{width:8px;height:8px}
  .sp-page .ti-pin-dot{width:8px;height:8px;border-width:1px}
}
@media (max-width:767px){
  .sp-page .ti-image{padding-top:28px}
  .sp-page .ti-image-inner{margin:0}
  .sp-page .ti-pin-tip{width:66vw;max-width:280px;left:50%;right:auto;transform:translateX(-50%) translateY(6px);font-size:11px;padding:8px 10px;box-shadow:0 6px 18px 0 #00000033}
  .sp-page .ti-pin-tip b{font-size:14px}
  .sp-page .ti-pin:hover .ti-pin-tip,.sp-page .ti-pin.is-open .ti-pin-tip{transform:translateX(-50%) translateY(0)}
}
body:not(.light) .sp-page .ti-pin-tip{background:#1e1c18;color:#c4bfb6}
body:not(.light) .sp-page .ti-pin-tip b{color:#60a5fa}

/* ============================================================
   offices (Contact / coverage) — ported verbatim
   ============================================================ */
.sp-page .offices-wrapper{margin:30px 0 20px}
@media (min-width:1024px){.sp-page .offices-wrapper{margin-bottom:10px}}
.sp-page .offices-snippet{display:flex;flex-wrap:wrap}
.sp-page .offices-snippet .office-column{flex:1 1 30%;margin-top:30px;max-width:33.33%;padding-bottom:30px}
@media (min-width:1024px){.sp-page .offices-snippet .office-column:not(:nth-child(3n)){margin-right:30px}}
@media (max-width:1023px){.sp-page .offices-snippet .office-column{flex:1 1 45%;max-width:50%}}
@media (max-width:767px){.sp-page .offices-snippet .office-column{flex:1 1 100%;margin-top:0;max-width:100%;padding-bottom:20px}}
.sp-page .offices-snippet .office-continent{align-items:center;display:flex;line-height:1.35;margin-bottom:28px}
@media (max-width:1023px){.sp-page .offices-snippet .office-continent{margin-bottom:18px}}
.sp-page .offices-snippet .office-continent .office-continent-title{color:#2b2826;flex-grow:1;font-size:18px;font-weight:600}
.sp-page .offices-snippet .office-continent .office-continent-title p{margin-bottom:0}
.sp-page .offices-snippet .office-row{color:#2b2826;font-size:16px;line-height:1.75;margin-bottom:20px}
.sp-page .offices-snippet .office-row:last-child{margin-bottom:0}
.sp-page .offices-snippet .office-row b,.sp-page .offices-snippet .office-row strong{font-weight:600}
.sp-page .offices-snippet .office-row p{font-size:16px;margin-bottom:0}
.sp-page .offices-snippet .office-row a{color:inherit;text-decoration:none}
.sp-page .offices-snippet .office-row a:hover{text-decoration:underline}
.sp-page .office-ico{width:22px;height:22px;color:#005eb8;flex:0 0 auto;margin-right:10px;vertical-align:middle}

/* ============================================================
   contact form (cuf) — ported verbatim
   ============================================================ */
.sp-page .form-input,.sp-page .form-textarea{border:1px solid #949494;border-radius:1px;color:#464749;font:inherit;font-size:16px;line-height:1.5;padding:10px 12px;width:100%;transition:border-color .1s ease-in-out}
.sp-page .form-textarea{line-height:1.63;padding:12px;display:block}
.sp-page .form-input:focus,.sp-page .form-textarea:focus{border-color:#005eb8;outline:none}
.sp-page .form-input::placeholder,.sp-page .form-textarea::placeholder{color:#7a7a7a;font-size:14px}
.sp-page .form-input-wrapper,.sp-page .form-textarea-wrapper{position:relative;margin-bottom:0}
.sp-page .form-textarea-wrapper{margin-bottom:24px}
.sp-page .form-element-label{background-image:linear-gradient(0deg,#ffffff59 7px,#fff 0);border-radius:0 0 4px 4px;color:#7a7a7a;cursor:text;display:block;font-size:12px;left:8px;line-height:1.2;margin-bottom:0;opacity:0;padding:0 4px;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease-out,transform .2s ease-out,color .1s ease-in-out;z-index:3}
.sp-page .form-input:not(:placeholder-shown)~.form-element-label,.sp-page .form-textarea:not(:placeholder-shown)~.form-element-label{opacity:1;transform:translateY(-6px)}
.sp-page .form-input:focus~.form-element-label,.sp-page .form-textarea:focus~.form-element-label{color:#005eb8}
.sp-page .form-radio-group-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:4px 0 12px}
.sp-page .form-radio-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px}
.sp-page .form-radio-group-label{color:#3b3c3d;font-size:16px;line-height:1.5}
.sp-page .form-radio-label{align-items:center;color:#3b3c3d;cursor:pointer;display:flex;font-size:16px;gap:8px;line-height:1.5;margin:0;position:relative}
.sp-page .form-radio-label input[type=radio]{height:0;opacity:0;position:absolute;width:0}
.sp-page .form-radio-checkmark{border:1.5px solid #949494;border-radius:50%;display:inline-block;flex:0 0 auto;height:16px;position:relative;width:16px}
.sp-page .form-radio-checkmark:after{background-color:#005eb8;border-radius:50%;content:"";height:9px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}
.sp-page .form-radio-label input[type=radio]:checked~.form-radio-checkmark{border-color:#005eb8}
.sp-page .form-radio-label input[type=radio]:checked~.form-radio-checkmark:after{opacity:1}
body:not(.light) .sp-page .form-radio-group-label,body:not(.light) .sp-page .form-radio-label{color:#c4bfb6}
body:not(.light) .sp-page .form-element-label{background:#15130f;color:#9aa3ab}
.sp-page .cuf-wrapper{background-color:#d6efff;background-repeat:no-repeat;background-size:cover;margin:48px 0;padding:48px 0}
@media (max-width:1023px){.sp-page .cuf-wrapper{padding:32px 0}}
@media (max-width:767px){.sp-page .cuf-wrapper{padding:16px 0}}
.sp-page .cuf-content{align-items:stretch;display:flex;margin:0 auto;max-width:1138px}
@media (max-width:767px){.sp-page .cuf-content{display:block}}
.sp-page .cuf-form-wrapper{box-shadow:0 0 102px -52px #3c49563d;display:flex;flex:1 1 75%;flex-direction:column}
.sp-page .cuf-form{background:#fff;flex:1;padding:32px 40px}
@media (max-width:767px){.sp-page .cuf-form{padding:24px}}
.sp-page .contact-form-title{color:#222;font-family:"Open Sans",sans-serif;font-size:24px;font-weight:600;line-height:1.28;margin:0}
@media (max-width:1023px){.sp-page .contact-form-title{font-size:18px}}
.sp-page .contact-form-description{color:#222;font-size:16px;line-height:1.5;margin:8px 0 0}
.sp-page .contact-form-text{margin-bottom:20px}
.sp-page .contact-form-user-inputs{display:flex;flex-wrap:wrap;margin:8px -16px 24px 0}
.sp-page .contact-form-user-inputs .form-input-wrapper{flex:1 1 40%;margin:16px 16px 0 0;min-width:240px}
.sp-page .contact-form-field{margin-top:16px}
.sp-page .contact-form-submit-btn{background-image:linear-gradient(90deg,#ffe17a,#f5bd00);background-size:150%;border:none;color:#222;cursor:pointer;display:block;font-size:20px;font-weight:600;line-height:1.5;margin:14px auto 0;min-width:146px;padding:2px;transition:background .25s ease;width:fit-content}
.sp-page .contact-form-submit-btn:hover{background-position:50%}
.sp-page .contact-form-submit-btn-text{border:1px solid #fff4cf;display:block;padding:6px 22px}
.sp-page .cuf-messenger{align-items:flex-start;background-color:#feffff54;display:flex;flex:1 1 25%;justify-content:center;padding:24px 32px}
@media (max-width:767px){.sp-page .cuf-messenger{display:block}}
.sp-page .messenger-block-elements{display:flex;flex-direction:column;gap:6px;min-width:190px}
.sp-page .messenger-link{align-items:center;color:#222;display:flex;font-size:16px;gap:12px;padding:12px 8px;text-decoration:none;border-bottom:1px solid #cfe4f7}
.sp-page .messenger-link:last-child{border-bottom:none}
.sp-page .messenger-link:hover{color:#005eb8}
.sp-page .messenger-link svg{width:24px;height:24px;color:#005eb8;flex:0 0 auto}

/* ---- Share ---- */
.sp-page .page-share{display:flex;flex-direction:row;align-items:center;margin:40px 0 0}
.sp-page .page-share-desc{font-size:16px;margin-right:15px;margin-bottom:0}
.sp-page .page-share-link{align-items:center;border-radius:50%;box-shadow:0 2px 8px 0 #0000002b;color:#0065c5;display:inline-flex;height:40px;justify-content:center;margin-right:10px;transition:all .2s ease;width:40px}
.sp-page .page-share-link:hover{background-color:#005eb8;box-shadow:0 2px 16px 0 #0000003d;color:#fff}
.sp-page .page-share-link svg{width:18px;height:18px}

/* ============================================================
   Dark mode (INNERLUXES palette)
   ============================================================ */
body:not(.light) .sp-page{background:#1a1814;color:#c4bfb6}
body:not(.light) .sp-page h1,body:not(.light) .sp-page h2,body:not(.light) .sp-page h3,body:not(.light) .sp-page h4,body:not(.light) .sp-page .ti-title{color:#e8e4dc}
body:not(.light) .sp-page h2:where(:not(.no-square)):before{background-color:#243447}
body:not(.light) .sp-page .offices-snippet .office-continent .office-continent-title,body:not(.light) .sp-page .offices-snippet .office-row,body:not(.light) .sp-page .contact-form-title,body:not(.light) .sp-page .contact-form-description{color:#e8e4dc}
body:not(.light) .sp-page .cuf-wrapper{background-color:#15212e}
body:not(.light) .sp-page .cuf-form,body:not(.light) .sp-page .messenger-link{background:#1e1c18;color:#e8e4dc}
body:not(.light) .sp-page .form-input,body:not(.light) .sp-page .form-textarea{background:#15130f;border-color:#2c3a48;color:#e8e4dc}
body:not(.light) .sp-page ul:where(:not([class])) li:before,body:not(.light) .sp-page .ti-items-description-bullets p:before{background-color:#60a5fa}

/* ============================================================
   s-icons icon font (ported) — exact share/contact glyphs
   ============================================================ */
@font-face{
  font-family:s-icons;font-style:normal;font-weight:400;font-display:swap;
  src:url(/assets/fonts/s-icons.woff) format("woff"),url(/assets/fonts/s-icons.ttf) format("truetype");
}
.sp-page [class^="icon-s-"],.sp-page [class*=" icon-s-"]{
  font-family:s-icons!important;font-style:normal;font-weight:400;font-variant:normal;
  text-transform:none;line-height:1;speak:none;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.sp-page .icon-s-envelope:before{content:"\e903"}
.sp-page .icon-s-facebook:before{content:"\e904"}
.sp-page .icon-s-linkedin:before{content:"\e907"}
.sp-page .icon-s-phone:before{content:"\e909"}
.sp-page .icon-s-twitter:before{content:"\e90e"}
.sp-page .icon-s-chat:before{content:"\e91c"}
.sp-page .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/* page-share — exact reference alignment */
.sp-page .page-share{display:flex;flex-direction:row;align-items:center;margin:40px 0 0}
.sp-page .page-share-desc{font-size:18px;line-height:40px;margin-right:15px;margin-bottom:0}
.sp-page .page-share-link{border-radius:50%;box-shadow:0 2px 8px 0 #0000002b;color:#0065c5;display:inline-block;font-size:22px;height:40px;line-height:44px;margin-right:10px;text-align:center;width:40px;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease}
.sp-page .page-share-link:hover{background-color:#005eb8;box-shadow:0 2px 16px 0 #0000003d;color:#fff}

/* contact-row + messenger icons via s-icons */
.sp-page .office-ico-i{color:#005eb8;font-size:18px;margin-right:10px;vertical-align:middle}
.sp-page .messenger-link i{color:#005eb8;font-size:22px;width:24px;text-align:center}
body:not(.light) .sp-page .office-ico-i,body:not(.light) .sp-page .messenger-link i{color:#60a5fa}

/* office rows — flag + location + phone + email (reference offices format) */
.sp-page .office-flag{display:inline-block;width:25px;height:17px;vertical-align:middle;margin-right:8px;box-shadow:0 0 0 1px #0000001f}
.sp-page .offices-snippet .office-row-address{margin-bottom:10px}
.sp-page .offices-snippet .office-row-phone-1,.sp-page .offices-snippet .office-row-phone-2{margin-bottom:2px}
.sp-page .offices-snippet .office-row-phone-1 a,.sp-page .offices-snippet .office-row-phone-2 a,.sp-page .offices-snippet .office-row-email a{color:inherit;text-decoration:none}
.sp-page .offices-snippet .office-row-phone-1 a:hover,.sp-page .offices-snippet .office-row-phone-2 a:hover,.sp-page .offices-snippet .office-row-email a:hover{text-decoration:underline}

/* phone country picker (flag + dial code dropdown) */
.sp-page .lp-phone-wrap{position:relative}
.sp-page .lp-flagSel{position:absolute;left:1px;top:1px;bottom:1px;display:flex;align-items:center;gap:3px;padding:0 8px 0 10px;cursor:pointer;border-right:1px solid #d6dde4;z-index:2;user-select:none;background:#fff}
.sp-page .lp-selFlag{font-size:18px;line-height:1}
.sp-page .lp-selCode{font-size:15px;color:#464749}
.sp-page .lp-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #8a949e;margin-left:2px}
.sp-page .lp-phone-wrap .lp-phone-input{padding-left:82px}
.sp-page .lp-phone-wrap .form-element-label{left:82px}
.sp-page .lp-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #c4d3e0;box-shadow:0 8px 24px #00000024;z-index:30;border-radius:2px;overflow:hidden}
.sp-page .lp-dropdown.lp-open{display:block}
.sp-page .lp-search{width:100%;border:none;border-bottom:1px solid #e3edf7;padding:10px 12px;font-size:14px;outline:none;box-sizing:border-box}
.sp-page .lp-list{list-style:none;margin:0;padding:0;max-height:210px;overflow-y:auto}
.sp-page .lp-list li{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;font-size:14px;color:#222}
.sp-page .lp-list li:hover{background:#f0f7ff}
.sp-page .lp-li-name{flex:1}
.sp-page .lp-li-code{color:#6c7a88}
.sp-page .lp-noresult{color:#999;cursor:default}
body:not(.light) .sp-page .lp-flagSel{background:#15130f}
body:not(.light) .sp-page .lp-selCode{color:#c4bfb6}
body:not(.light) .sp-page .lp-dropdown{background:#1e1c18;border-color:#2c3a48}
body:not(.light) .sp-page .lp-search{background:#15130f;color:#e8e4dc;border-color:#2c3a48}
body:not(.light) .sp-page .lp-list li{color:#e8e4dc}
body:not(.light) .sp-page .lp-list li:hover{background:#243447}

/* intl-tel-input wrapper (reference phone country selector) */
.sp-page .iti{display:block;width:100%}
.sp-page .iti .form-input{width:100%}
.sp-page .iti__country-list{z-index:40}
body:not(.light) .sp-page .iti__country-list{background:#1e1c18;color:#e8e4dc}
body:not(.light) .sp-page .iti__country.iti__highlight{background:#243447}
body:not(.light) .sp-page .iti__dial-code{color:#9aa3ab}

/* ============================================================
   NIGHT MODE — comprehensive fixes for the whole location page
   ============================================================ */
body:not(.light) .sp-page{background:#1a1814;color:#c4bfb6}
body:not(.light) .sp-page .sp-content{background-color:transparent}
body:not(.light) .sp-page .ti-title{color:#e8e4dc}
body:not(.light) .sp-page .ti-description,body:not(.light) .sp-page .ti-items-description p{color:#c4bfb6}
body:not(.light) .sp-page .a-wysiwyg,body:not(.light) .sp-page p{color:#c4bfb6}
/* map pins in dark */
body:not(.light) .sp-page .ti-pin-dot{background:#60a5fa;border-color:#1a1814}
body:not(.light) .sp-page .ti-pin-dot:after{background:#60a5fa}
/* breadcrumbs + share in dark */
body:not(.light) .sp-page .breadcrumbs__item-link{color:#9aa3ab}
body:not(.light) .sp-page .page-share-desc{color:#c4bfb6}
body:not(.light) .sp-page .page-share-link{background:#1e1c18;color:#60a5fa;box-shadow:0 2px 8px 0 #00000050}
body:not(.light) .sp-page .page-share-link:hover{background:#005eb8;color:#fff}
/* intl-tel-input phone picker in dark */
body:not(.light) .sp-page .iti__selected-flag{background:transparent}
body:not(.light) .sp-page .iti--separate-dial-code .iti__selected-flag{background:#15130f}
body:not(.light) .sp-page .iti__selected-dial-code{color:#e8e4dc}
body:not(.light) .sp-page .iti__country-list{background:#1e1c18;border-color:#2c3a48;color:#e8e4dc;box-shadow:0 4px 16px #00000060}
body:not(.light) .sp-page .iti__country{color:#e8e4dc}
body:not(.light) .sp-page .iti__country.iti__highlight{background:#243447}
body:not(.light) .sp-page .iti__dial-code{color:#9aa3ab}
body:not(.light) .sp-page .iti__divider{border-color:#2c3a48}
/* form + office text in dark */
body:not(.light) .sp-page .office-row-address p,body:not(.light) .sp-page .offices-snippet .office-row{color:#c4bfb6}
body:not(.light) .sp-page .office-continent-title p{color:#e8e4dc}
body:not(.light) .sp-page .contact-form-description p{color:#c4bfb6}

/* file upload field (reference contact form — drag & drop) */
.sp-page .form-upload-input-wrapper{background-color:#f7f9fa;background-image:linear-gradient(90deg,#949494 6px,transparent 0),linear-gradient(90deg,#949494 6px,transparent 0),linear-gradient(180deg,#949494 6px,transparent 0),linear-gradient(180deg,#949494 6px,transparent 0);background-position:-3px top,-3px bottom,left -3px,right -3px;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:8px 1px,8px 1px,1px 8px,1px 8px;border-radius:1px;margin:0 0 24px;padding:9px 12px;transition:background-color .24s ease}
.sp-page .form-upload-input-wrapper.dragover{background-color:#f2f9fe;background-image:none;border:1px dashed #115689;padding:8px 11px}
.sp-page .form-upload-input-row{align-items:center;display:flex}
.sp-page .form-upload-img{align-items:center;background:#d6ebff;border-radius:50%;display:inline-flex;justify-content:center;height:26px;width:26px;margin-right:8px;flex:0 0 auto}
.sp-page .form-upload-img svg{width:16px;height:16px;color:#005eb8}
.sp-page .form-upload-input-row{flex-wrap:nowrap}
.sp-page .form-upload-text{color:#555;display:inline-block;flex:1 1 auto;font-size:14px;line-height:1.7;margin:0 8px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sp-page .form-upload-text label{color:#005eb8;cursor:pointer;display:inline;font-size:14px;line-height:1.7;margin:0;text-decoration:underline}
@media (max-width:520px){.sp-page .form-upload-text{white-space:normal}}
.sp-page .form-upload-input{display:none}
.sp-page .form-upload-input-files{display:flex;flex-wrap:wrap}
.sp-page .form-upload-input-files:not(:empty){margin-bottom:8px}
.sp-page .cf-file-chip{display:inline-flex;align-items:center;gap:6px;background:#e5f2fe;border-radius:3px;padding:3px 8px;margin:0 6px 6px 0;font-size:13px;color:#005eb8;max-width:100%}
.sp-page .cf-file-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}
.sp-page .cf-file-chip button{background:none;border:none;color:#5a6b7a;cursor:pointer;font-size:15px;line-height:1;padding:0}
.sp-page .cf-upload-tip{margin-left:auto;position:relative;width:18px;height:18px;border:1px solid #b9c2cc;border-radius:50%;color:#777;font-size:11px;display:inline-flex;align-items:center;justify-content:center;cursor:default;flex:0 0 auto}
.sp-page .cf-upload-tip-content{display:none;position:absolute;right:0;bottom:150%;width:280px;background:#fff;border:1px solid #ccc;box-shadow:0 0 8px #00000026;padding:10px 12px;font-size:12px;line-height:1.5;color:#555;z-index:10;border-radius:2px;text-align:left}
.sp-page .cf-upload-tip-content span{display:block;margin-bottom:4px}
.sp-page .cf-upload-tip:hover .cf-upload-tip-content,.sp-page .cf-upload-tip:focus .cf-upload-tip-content{display:block}
body:not(.light) .sp-page .form-upload-input-wrapper{background-color:#15130f}
body:not(.light) .sp-page .form-upload-text{color:#9aa3ab}
body:not(.light) .sp-page .form-upload-img{background:#1b2b3a}
body:not(.light) .sp-page .cf-file-chip{background:#243447;color:#cfe0f0}
body:not(.light) .sp-page .cf-upload-tip-content{background:#1e1c18;border-color:#2c3a48;color:#c4bfb6}

/* ============================================================
   Contact Us links — style like the trust-bullet links
   ("quality management"): blue + underline. Loaded last so it
   wins over any styles-page.css / office-row inherit rules.
   ============================================================ */
.sp-page .offices-snippet .office-row a,
.sp-page .offices-snippet .office-row-phone-1 a,
.sp-page .offices-snippet .office-row-phone-2 a,
.sp-page .offices-snippet .office-row-email a{color:#005eb8;text-decoration:underline;text-decoration-color:#005eb8;text-underline-offset:2px;transition:color .12s ease-in-out}
.sp-page .offices-snippet .office-row a:hover{color:#004688;text-decoration:underline}
body:not(.light) .sp-page .offices-snippet .office-row a,
body:not(.light) .sp-page .offices-snippet .office-row-phone-1 a,
body:not(.light) .sp-page .offices-snippet .office-row-phone-2 a,
body:not(.light) .sp-page .offices-snippet .office-row-email a{color:#60a5fa;text-decoration-color:#60a5fa}
body:not(.light) .sp-page .offices-snippet .office-row a:hover{color:#8cc2ff}

/* ============================================================
   BULLETPROOF reference form-focus + link-underline
   (force reference style, kill any INNERLUXES sky-blue glow /
   3px-offset underline leaking from styles-page.css / styles.css)
   ============================================================ */
.sp-page .form-input,.sp-page .form-textarea,
.sp-page .iti input[type="tel"]{box-shadow:none !important;outline:none !important}
.sp-page .form-input:focus,.sp-page .form-textarea:focus,
.sp-page .form-input:focus-visible,.sp-page .form-textarea:focus-visible,
.sp-page .iti input[type="tel"]:focus,
.sp-page .form-input-wrapper:focus-within,.sp-page .form-textarea-wrapper:focus-within{
  border-color:#005eb8 !important;box-shadow:none !important;outline:none !important;background-color:#fff;
}
.sp-page .a-wysiwyg a,
.sp-page .offices-snippet .office-row a,
.sp-page .offices-snippet .office-row-phone-1 a,
.sp-page .offices-snippet .office-row-phone-2 a,
.sp-page .offices-snippet .office-row-email a{
  text-decoration:underline !important;text-decoration-color:#005eb8 !important;
  text-decoration-thickness:auto !important;text-underline-offset:2px !important;
}
body:not(.light) .sp-page .form-input:focus,body:not(.light) .sp-page .form-textarea:focus,
body:not(.light) .sp-page .iti input[type="tel"]:focus{background-color:#15130f !important;border-color:#005eb8 !important}
