/* Pack And Go: shared visual system. Bootstrap is retained for existing grids. */
:root {
  --pg-navy: #262262;
  --pg-orange: #f1592a;
  --pg-orange-dark: #ba3710;
  --pg-ink: #242438;
  --pg-muted: #646472;
  --pg-paper: #f6f5f1;
  --pg-line: #dededc;
  --pg-white: #fff;
  --pg-space-1: 8px;
  --pg-space-2: 16px;
  --pg-space-3: 24px;
  --pg-space-4: 32px;
  --pg-space-5: 48px;
  --pg-space-6: 72px;
  --pg-space-7: 104px;
}
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 112px; }
@media (max-width: 1100px) { html:not(.pg-js) .pg-site-header { position: static; } }
body { margin: 0; color: var(--pg-ink); font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: var(--pg-white); -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
svg { vertical-align: middle; }
a { color: var(--pg-navy); text-underline-offset: 4px; transition: color .16s, background-color .16s, border-color .16s; }
a:hover, a:focus { color: var(--pg-orange-dark); }
button, input, select, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--pg-orange); outline-offset: 4px; }
.btn:focus-visible { outline: 3px solid var(--pg-orange); outline-offset: 4px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
[hidden] { display: none !important; }
#main-content:focus { outline: none; }
h1, h2, h3, h4, h5, h6 { color: var(--pg-navy); font-family: inherit; font-weight: 650; line-height: 1.2; margin: 0 0 24px; letter-spacing: -.035em; overflow-wrap: break-word; }
h1 { font-size: clamp(32px, 4vw, 54px); }
h2 { font-size: clamp(26px, 2.8vw, 38px); }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
p { margin: 0 0 24px; }
big { font-size: inherit; }
small { font-size: 14px; }
strong, b { font-weight: 650; }
.container { width: calc(100% - 80px); max-width: 1240px; padding-right: 0; padding-left: 0; }
.row { margin-right: -16px; margin-left: -16px; }
[class*="col-"] { padding-right: 16px; padding-left: 16px; min-width: 0; }
.orange { color: var(--pg-orange-dark); }
.blue { color: var(--pg-navy); }
.pt30, .pt40 { padding-top: 48px; }
.pb30, .pb40 { padding-bottom: 48px; }
.mb15 { margin-bottom: 16px; }
.mb40 { margin-bottom: 32px; }
.center { text-align: center; }
.span12 { min-width: 0; }
.pg-eyebrow { display: block; color: var(--pg-muted); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px; }
.btn, .btn-primary, input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; background: var(--pg-navy); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.45; white-space: normal; text-decoration: none; box-shadow: none; }
.btn:hover, .btn:focus, .btn-primary:hover, input[type="submit"]:hover { color: #fff; background: var(--pg-navy); border-color: var(--pg-navy); text-decoration: none; }
.btn:disabled, button:disabled { opacity: .6; cursor: wait; }
.pg-skip { position: fixed; left: 16px; top: -100px; padding: 12px 20px; color: #fff; background: var(--pg-navy); z-index: 200; }
.pg-skip:focus { top: 8px; color: #fff; }
.pg-site-header { position: sticky; top: -38px; background: #fff; z-index: 80; border-bottom: 1px solid var(--pg-line); }
.pg-utility { background: var(--pg-navy); color: #e5e4f3; font-size: 11px; letter-spacing: .035em; }
.pg-utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 20px; }
.pg-utility-inner > span { font-weight: 600; }
#contactBloc { display: flex; align-items: center; gap: 24px; }
.pg-utility a { color: #fff; text-decoration: none; }
.pg-utility a:hover { text-decoration: underline; }
.pg-availability { font-size: 11px; }
.pg-nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pg-nav .navbar-brand { float: none; height: auto; padding: 0; margin: 0; flex-shrink: 0; }
.navbar-brand img { display: block; width: 194px; height: auto; }
.pg-nav-list { list-style: none; display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; }
.pg-nav-list > li { position: relative; }
.pg-nav .firstLevel { display: flex; align-items: center; gap: 9px; padding: 16px 12px; min-height: 48px; background: transparent; color: var(--pg-ink); border: 0; text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.pg-nav .firstLevel:hover, .pg-nav .firstLevel.active { color: var(--pg-orange-dark); }
.pg-chevron { display: inline-block; border: solid currentColor; border-width: 0 1.5px 1.5px 0; padding: 2.5px; transform: rotate(45deg) translateY(-2px); }
.pg-nav .pg-nav-cta { background: var(--pg-navy); color: #fff; margin-left: 14px; padding: 13px 19px; border-radius: 4px; }
.pg-nav .pg-nav-cta.active { color: #fff; }
.pg-nav .pg-nav-cta:hover { background: var(--pg-orange); color: #211e42; }
.subMenu { position: absolute; top: calc(100% - 1px); left: 0; min-width: 248px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--pg-line); border-top: 3px solid var(--pg-orange); background: #fff; box-shadow: 0 14px 28px #2622620d; z-index: 85; display: none; }
.subMenu a { display: block; padding: 11px 13px; color: var(--pg-ink); font-size: 14px; text-decoration: none; border-radius: 2px; }
.subMenu a:hover { background: var(--pg-paper); color: var(--pg-orange-dark); }
.pg-submenu-open > .subMenu { display: block; }
html:not(.pg-js) .pg-has-submenu:hover > .subMenu, html:not(.pg-js) .pg-has-submenu:focus-within > .subMenu { display: block; }
.pg-menu-toggle, .pg-mobile-contact { display: none; }
.pg-footer { color: var(--pg-muted); background: var(--pg-paper); padding: 68px 0 0; font-size: 14px; }
.pg-footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.1fr); gap: 48px; padding-bottom: 48px; }
.pg-footer-grid > * { min-width: 0; }
.pg-footer-grid::before, .pg-footer-grid::after, .pg-nav::before, .pg-nav::after, .pg-utility-inner::before, .pg-utility-inner::after, #footerRights::before, #footerRights::after { display: none; }
.pg-footer-brand > a { display: inline-block; margin-bottom: 24px; }
.pg-footer-brand img { display: block; width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.pg-footer-brand p { font-size: 13px; line-height: 1.85; margin: 0; }
.pg-footer h2 { color: var(--pg-navy); font-size: 16px; letter-spacing: 0; margin: 12px 0 24px; }
.pg-footer a { color: var(--pg-navy); text-decoration: none; }
.pg-footer a:hover { color: var(--pg-orange-dark); text-decoration: underline; }
.pg-footer-links { list-style: none; margin: 0; padding: 0; }
.pg-footer-links li { margin: 0 0 12px; }
.pg-footer address { line-height: 1.8; }
.socialNetwork { display: flex; gap: 6px; margin-top: 20px; }
.pg-footer .socialNetwork { flex-wrap: wrap; }
.socialNetwork > a { display: inline-flex; align-items: center; justify-content: center; width: 40px; min-height: 44px; border: 1px solid var(--pg-line); }
#footerRights { display: flex; align-items: center; gap: 24px; padding-top: 24px; padding-bottom: 32px; border-top: 1px solid var(--pg-line); font-size: 11px; }
.pg-service-next .btn { background: #fff; color: var(--pg-navy); }
.pg-service-next .btn:hover { background: var(--pg-orange); color: #211e42; border-color: var(--pg-orange); }
#footerRights p { margin: 0 auto 0 0; }
.whatsapp-button { position: fixed; bottom: 20px; left: 20px; z-index: 70; display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 12px 17px; background: #176448; color: #fff; border: 2px solid #fff; border-radius: 30px; font-size: 13px; font-weight: 600; box-shadow: 0 3px 10px #0002; text-decoration: none; }
.whatsapp-button:hover, .whatsapp-button:focus { color: #fff; background: #104c35; text-decoration: none; }
body.pg-form-focus .whatsapp-button { visibility: hidden; }
.form-control { min-height: 52px; height: auto; padding: 12px 14px; border: 1px solid #b8b8c3; border-radius: 3px; box-shadow: none; background: #fff; color: var(--pg-ink); font-size: 16px; }
.form-control:focus { border-color: var(--pg-navy); box-shadow: 0 0 0 3px #26226212; }
textarea.form-control { resize: vertical; min-height: 150px; }
label { color: var(--pg-ink); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.form-group { margin-bottom: 24px; }
.form-control::placeholder { color: var(--pg-muted); }
.form-control[aria-invalid="true"] { border-color: #b82b28; }
.result:empty { display: none; }
.result { margin: 16px 0; }
.result:focus { outline: 2px solid var(--pg-orange); outline-offset: 5px; }
.alert { border-radius: 3px; line-height: 1.6; }
.panel { border: 0; border-bottom: 1px solid var(--pg-line); border-radius: 0; box-shadow: none; }
.panel-default > .panel-heading { background: var(--pg-paper); padding: 0; border: 0; border-radius: 0; }
.panel-title { margin: 0; font-size: 15px; letter-spacing: 0; }
.accordion-toggle { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; color: var(--pg-navy); text-decoration: none; }
.accordion-toggle::after { content: "+"; font-size: 24px; font-weight: 400; }
.accordion-toggle[aria-expanded="true"]::after { content: "−"; }
.accordion-toggle i { display: none; }
.panel-body { padding: 24px; }
.pg-js .panel-collapse:not(.in) { display: none; }
html:not(.pg-js) .panel-collapse { display: block; height: auto; }
html:not(.pg-js) .tab-content > .tab-pane { display: block; opacity: 1; margin-bottom: 32px; }
.iconList { margin: 20px 0; padding: 0; }
.iconList li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid var(--pg-line); }
.iconList li::before { content: ""; position: absolute; left: 0; top: 24px; height: 4px; width: 4px; background: var(--pg-orange); }
.pg-site table { max-width: 100%; }
@media (min-width: 1101px) { .pg-menu { display: block !important; } }
@media (max-width: 1100px) {
  .pg-nav { min-height: 82px; flex-wrap: wrap; gap: 0; }
  .pg-menu-toggle { display: inline-flex; align-items: center; gap: 13px; position: static; margin: 0; padding: 12px; min-height: 46px; border: 1px solid var(--pg-line); border-radius: 3px; font-size: 13px; font-weight: 600; color: var(--pg-navy); }
  .pg-menu-lines { position: relative; width: 20px; height: 12px; border-block: 1.5px solid currentColor; }
  .pg-menu-lines::after { content: ""; position: absolute; top: 4px; left: 0; width: 20px; border-top: 1.5px solid currentColor; }
  .pg-js .pg-menu { display: none; }
  .pg-js .pg-menu.pg-menu-open { display: block; }
  .pg-menu { flex-basis: 100%; padding: 8px 0 24px; max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior: contain; }
  .pg-nav-list { display: block; }
  .pg-nav-list > li { border-bottom: 1px solid var(--pg-line); }
  .pg-nav .firstLevel { width: 100%; padding: 14px 8px; font-size: 15px; justify-content: space-between; }
  .pg-nav .pg-nav-cta { margin: 12px 0; padding: 14px 18px; }
  .subMenu { position: static; min-width: 0; border: 0; border-left: 2px solid var(--pg-orange); box-shadow: none; margin: 0 0 16px 8px; padding: 0 8px; }
  .pg-mobile-contact { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 24px; font-size: 13px; }
  .pg-mobile-contact a { padding: 5px 0; }
  .pg-footer-grid { gap: 32px; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .row { margin-left: -12px; margin-right: -12px; }
  [class*="col-"] { padding-left: 12px; padding-right: 12px; }
  .pg-site-header { top: -32px; }
  .pg-utility-inner { min-height: 32px; font-size: 9px; gap: 10px; }
  .pg-utility-motto, .pg-availability { display: none; }
  .pg-utility #contactBloc { font-size: 10px; }
  .pg-nav { min-height: 78px; }
  .navbar-brand img { width: 163px; }
  .pg-menu-toggle { font-size: 12px; padding: 10px; gap: 10px; }
  .pg-footer { padding-top: 48px; padding-bottom: 48px; }
  .pg-footer-grid { gap: 32px 24px; }
  .pg-footer-brand { grid-column: 1 / -1; }
  .pg-footer .footerWidget { grid-column: 1 / -1; }
  .pg-footer h2 { margin-bottom: 16px; }
  .pg-footer-links a { display: inline-block; padding: 4px 0; }
  #footerRights { flex-wrap: wrap; gap: 12px 24px; padding-bottom: 24px; }
  #footerRights p { flex-basis: 100%; }
  .whatsapp-button { left: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: 50px; height: 50px; padding: 10px; justify-content: center; }
  .whatsapp-button span { display: none; }
  .pt30, .pt40 { padding-top: 32px; }
  .pb30, .pb40 { padding-bottom: 32px; }
  h1, h2 { letter-spacing: -.035em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .pg-site-header, .pg-footer, .whatsapp-button { display: none; }
  .pg-js .panel-collapse, .tab-content > .tab-pane { display: block !important; opacity: 1; }
}
