:root {
  --pt-navy: #071c34;
  --pt-navy-2: #102b49;
  --pt-red: #cf3033;
  --pt-red-dark: #aa2226;
  --pt-cream: #f8f4ed;
  --pt-text: #172535;
  --pt-muted: #617080;
  --pt-line: #e6ddd2;
  --pt-white: #fff;
  --pt-shell: 1180px;
  --pt-radius: 12px;
  --pt-shadow: 0 18px 48px rgba(7, 28, 52, .12);
  --pt-header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--pt-header) + 18px); }
body {
  margin: 0;
  color: var(--pt-text);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.pt-shell { width: min(var(--pt-shell), calc(100% - 40px)); margin-inline: auto; }
.pt-main { min-height: 50vh; overflow: hidden; }

/* Global header */
.pt-site-header {
  position: sticky; top: 0; z-index: 999;
  background: var(--pt-navy); color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.admin-bar .pt-site-header { top: 32px; }
.pt-header-inner {
  min-height: var(--pt-header);
  display: grid;
  grid-template-columns: minmax(285px, 1.25fr) minmax(430px, 1.55fr) auto;
  align-items: center;
  gap: 28px;
}
.pt-logo-link, .pt-footer-logo { display: flex; align-items: center; text-decoration: none; }
.pt-logo-link .custom-logo { display: block; width: auto; max-width: 385px; max-height: 60px; }
.pt-brand-mark { font-size: 36px; color: var(--pt-red); margin-right: 12px; }
.pt-brand-copy { display: grid; line-height: 1.2; }
.pt-brand-copy strong { font: 600 25px Georgia, serif; }
.pt-brand-copy small { font-size: 11px; color: #c9d4df; }
.pt-primary-nav .pt-menu {
  list-style: none; display: flex; justify-content: center; align-items: center;
  gap: 26px; margin: 0; padding: 0;
}
.pt-primary-nav a {
  display: block; padding: 29px 0 24px;
  color: #fff; text-decoration: none; font-weight: 700; font-size: 14px;
  border-bottom: 3px solid transparent; transition: .2s;
}
.pt-primary-nav a:hover, .pt-primary-nav .current-menu-item > a { color: #fff; border-color: var(--pt-red); }
.pt-header-contact { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.pt-header-phone { color: #fff; text-decoration: none; font: 700 19px Georgia, serif; }
.pt-header-phone span { color: var(--pt-red); margin-right: 6px; }
.pt-header-cta, .pt-button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 19px; border-radius: 6px;
  background: var(--pt-red); color: #fff; text-decoration: none; font-weight: 800;
  box-shadow: 0 9px 24px rgba(207,48,51,.27); transition: .2s;
}
.pt-header-cta:hover, .pt-button:hover { background: var(--pt-red-dark); transform: translateY(-1px); }
.pt-menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.pt-menu-toggle span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

/* Global footer */
.pt-site-footer { background: var(--pt-navy); color: #d5dfe9; }
.pt-footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.25fr; gap: 52px; padding-block: 52px; }
.pt-footer-logo .custom-logo { max-width: 330px; max-height: 64px; width: auto; }
.pt-footer-brand p { font-size: 13px; max-width: 320px; color: #c5d0db; }
.pt-site-footer h3, .pt-site-footer .widget-title { margin: 0 0 14px; color: #fff; font: 600 20px Georgia, serif; }
.pt-footer-menu, .pt-footer-list, .pt-site-footer .widget ul { list-style: none; padding: 0; margin: 0; }
.pt-footer-menu li, .pt-footer-list li, .pt-site-footer .widget li { margin: 7px 0; }
.pt-site-footer a { color: #d5dfe9; text-decoration: none; }
.pt-site-footer a:hover { color: #fff; }
.pt-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 15px 0; text-align: center; color: #aab8c6; font-size: 12px; }

/* Blog, posts and regular pages */
.pt-page-heading, .pt-archive-header, .pt-empty { padding-block: 70px 35px; }
.pt-page-heading h1, .pt-archive-header h1, .pt-empty h1 { font: 600 clamp(38px,5vw,58px) Georgia,serif; margin: .2em 0; }
.pt-kicker { color: var(--pt-red); font-weight: 900; font-size: 12px; letter-spacing: .12em; }
.pt-blog-archive { background: #faf8f4; padding-bottom: 80px; }
.pt-blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 36px; }
.pt-post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.pt-post-card { background:#fff; border:1px solid var(--pt-line); border-radius:12px; overflow:hidden; box-shadow:0 12px 34px rgba(7,28,52,.08); }
.pt-post-card-image { display:block; aspect-ratio:16/10; background:#dde3e8; }
.pt-post-card-image img { width:100%; height:100%; object-fit:cover; }
.pt-post-card-body { padding:24px; }
.pt-post-card h2 { font:600 26px Georgia,serif; line-height:1.18; margin:8px 0; }
.pt-post-card h2 a { text-decoration:none; }
.pt-post-card p { color:var(--pt-muted); }
.pt-post-meta { font-size:12px; color:var(--pt-red); font-weight:800; }
.pt-text-link { color:var(--pt-red); font-weight:800; text-decoration:none; }
.pt-sidebar .widget { background:#fff; border:1px solid var(--pt-line); border-radius:10px; padding:22px; margin-bottom:20px; }
.pt-single-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:46px; padding-block:65px; }
.pt-single-post { max-width:820px; }
.pt-single-header h1 { font:600 clamp(40px,5vw,64px) Georgia,serif; line-height:1.1; }
.pt-single-thumb img { width:100%; border-radius:12px; }
.pt-entry-content { font-size:17px; }
.pt-entry-content h2, .pt-entry-content h3 { font-family:Georgia,serif; }
.pt-empty { text-align:center; padding-bottom:100px; }

/* Elementor design — selectors work with both classic and optimized DOM output. */
body.pt-elementor-ready .elementor { color: var(--pt-text); }
body.pt-elementor-ready .elementor .pt-anchor { height: 0 !important; margin: 0 !important; padding: 0 !important; scroll-margin-top: calc(var(--pt-header) + 20px); }
body.pt-elementor-ready .elementor .pt-section { position: relative; margin: 0 !important; }
body.pt-elementor-ready .elementor .pt-section > .elementor-container { width: min(var(--pt-shell), calc(100% - 40px)); max-width: var(--pt-shell) !important; margin-inline: auto; }
body.pt-elementor-ready .elementor .pt-section .elementor-widget-wrap { align-content: flex-start; }
body.pt-elementor-ready .elementor .pt-kicker-widget { margin-bottom: 9px !important; }
body.pt-elementor-ready .elementor .pt-kicker-widget .elementor-heading-title {
  color: var(--pt-red) !important; font: 900 12px/1.3 Inter,Arial,sans-serif !important;
  letter-spacing: .13em !important; text-transform: uppercase;
}
body.pt-elementor-ready .elementor .pt-display .elementor-heading-title {
  color: var(--pt-navy) !important; font-family: Georgia,'Times New Roman',serif !important;
  font-weight: 600 !important; line-height: 1.08 !important; letter-spacing: -.015em;
}
body.pt-elementor-ready .elementor .pt-section-title { text-align: center !important; margin: 0 auto 28px !important; }
body.pt-elementor-ready .elementor .pt-section-title .elementor-heading-title { text-align: center !important; }
body.pt-elementor-ready .elementor .pt-display.pt-section-title .elementor-heading-title { font-size: 42px !important; }

/* Hero */
body.pt-elementor-ready .elementor .pt-hero { background: var(--pt-navy) !important; color: #fff; overflow: hidden; }
body.pt-elementor-ready .elementor .pt-hero > .elementor-container {
  display: flex !important; width: 100% !important; max-width: none !important; min-height: 620px; margin: 0 !important;
}
body.pt-elementor-ready .elementor .pt-hero-copy {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex !important; flex-direction: column; justify-content: center; align-items: stretch;
  min-height: 620px;
  padding: 62px 48px 56px max(34px, calc((100vw - var(--pt-shell)) / 2)) !important;
  background: var(--pt-navy) !important;
}
body.pt-elementor-ready .elementor .pt-hero-copy::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: url('../images/hero-texture.jpg') center/cover no-repeat;
  opacity: .18; filter: grayscale(1) contrast(1.08);
}
body.pt-elementor-ready .elementor .pt-hero-copy::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(7,28,52,.99) 5%, rgba(7,28,52,.92) 60%, rgba(7,28,52,.70) 100%);
}
body.pt-elementor-ready .elementor .pt-hero-copy > .elementor-widget-wrap {
  padding: 0 !important; position: relative; z-index: 1;
  display: flex !important; flex-direction: column; justify-content: center;
}
body.pt-elementor-ready .elementor .pt-hero-copy > * { position: relative; z-index: 1; }
body.pt-elementor-ready .elementor .pt-hero-title,
body.pt-elementor-ready .elementor .pt-hero-title .elementor-widget-container,
body.pt-elementor-ready .elementor .pt-hero-title .elementor-heading-title { display:block !important; visibility:visible !important; opacity:1 !important; }
body.pt-elementor-ready .elementor .pt-hero-title .elementor-heading-title {
  color:#fff !important; -webkit-text-fill-color:#fff !important;
  max-width: 600px; margin: 0 0 23px !important;
  font-family: Georgia,'Times New Roman',serif !important;
  font-size: clamp(49px, 3.65vw, 61px) !important; font-weight:600 !important;
  line-height:1.055 !important; letter-spacing:-.022em !important;
}
body.pt-elementor-ready .elementor .pt-hero-text { max-width: 610px; margin-bottom: 17px !important; }
body.pt-elementor-ready .elementor .pt-hero-text, body.pt-elementor-ready .elementor .pt-hero-text p {
  color:#e1e8ef !important; font-size:16px !important; line-height:1.68 !important;
}
body.pt-elementor-ready .elementor .pt-hero-phone { margin: 5px 0 14px !important; }
body.pt-elementor-ready .elementor .pt-hero-phone .elementor-heading-title {
  color:#fff !important; -webkit-text-fill-color:#fff !important;
  font:700 38px/1.1 Georgia,serif !important; letter-spacing:.01em;
}
body.pt-elementor-ready .elementor .pt-hero-buttons { margin: 0 0 21px !important; }
body.pt-elementor-ready .elementor .pt-hero-buttons > .elementor-container { display:flex !important; gap:12px; width:100%; max-width:none !important; }
body.pt-elementor-ready .elementor .pt-hero-buttons .elementor-column { width:auto !important; flex:0 0 auto !important; }
body.pt-elementor-ready .elementor .pt-hero-buttons .elementor-column > .elementor-widget-wrap { padding:0 !important; }
body.pt-elementor-ready .elementor .pt-hero-buttons .elementor-button,
body.pt-elementor-ready .elementor .pt-contact-actions .elementor-button,
body.pt-elementor-ready .elementor .pt-about .elementor-button {
  min-width: 176px; padding:14px 21px !important; border-radius:6px !important;
  background:var(--pt-red) !important; border:1px solid var(--pt-red) !important;
  color:#fff !important; -webkit-text-fill-color:#fff !important; font-weight:800 !important;
  box-shadow:0 9px 24px rgba(207,48,51,.24) !important;
}
body.pt-elementor-ready .elementor .pt-hero-buttons .pt-button-outline .elementor-button {
  background:transparent !important; border-color:rgba(255,255,255,.78) !important; box-shadow:none !important;
}
body.pt-elementor-ready .elementor .pt-hero-benefits { margin-top: 0 !important; }
body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-items { display:flex !important; flex-wrap:wrap; gap:10px 22px; }
body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-item { margin:0 !important; color:#fff !important; font-size:13px; }
body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-text { color:#fff !important; }
body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-icon { color:var(--pt-red) !important; }
body.pt-elementor-ready .elementor .pt-hero-image { position:relative; overflow:hidden; min-height:620px; background:#c6c0ba; }
body.pt-elementor-ready .elementor .pt-hero-image::before {
  content:''; position:absolute; inset:0 auto 0 0; width:18%; z-index:2; pointer-events:none;
  background:linear-gradient(90deg, rgba(7,28,52,.65), transparent);
}
body.pt-elementor-ready .elementor .pt-hero-image > .elementor-widget-wrap { padding:0 !important; height:100%; }
body.pt-elementor-ready .elementor .pt-hero-image .elementor-widget-image,
body.pt-elementor-ready .elementor .pt-hero-image .elementor-widget-container,
body.pt-elementor-ready .elementor .pt-hero-image img { width:100% !important; height:100% !important; min-height:620px; }
body.pt-elementor-ready .elementor .pt-hero-image img { display:block; object-fit:cover !important; object-position:center 34% !important; }

/* About */
body.pt-elementor-ready .elementor .pt-about { background:#fff !important; padding:74px 0 76px !important; }
body.pt-elementor-ready .elementor .pt-about > .elementor-container { display:flex !important; align-items:center !important; }
body.pt-elementor-ready .elementor .pt-about-media { padding:0 28px 0 0 !important; }
body.pt-elementor-ready .elementor .pt-about-copy { padding:8px 0 0 28px !important; }
body.pt-elementor-ready .elementor .pt-about-media > .elementor-widget-wrap,
body.pt-elementor-ready .elementor .pt-about-copy > .elementor-widget-wrap { padding:0 !important; }
body.pt-elementor-ready .elementor .pt-about-photo img { display:block; width:100% !important; border-radius:12px !important; box-shadow:var(--pt-shadow) !important; }
body.pt-elementor-ready .elementor .pt-license-box {
  position:relative; z-index:3; max-width:245px; margin:-47px 14px 0 auto !important;
  padding:18px 18px !important; background:#fff !important; border-left:4px solid var(--pt-red) !important;
  box-shadow:0 12px 34px rgba(7,28,52,.14) !important;
}
body.pt-elementor-ready .elementor .pt-license-box .elementor-heading-title { color:var(--pt-navy) !important; font:700 16px/1.3 Inter,Arial,sans-serif !important; }
body.pt-elementor-ready .elementor .pt-about .pt-display .elementor-heading-title { font-size:48px !important; }
body.pt-elementor-ready .elementor .pt-about-text, body.pt-elementor-ready .elementor .pt-about-text p { color:#45515e !important; font-size:15px !important; line-height:1.72 !important; }
body.pt-elementor-ready .elementor .pt-about-checks .elementor-icon-list-icon { color:var(--pt-red) !important; }
body.pt-elementor-ready .elementor .pt-about-checks .elementor-icon-list-text { color:var(--pt-navy) !important; font-size:14px !important; }
body.pt-elementor-ready .elementor .pt-signature { margin:10px 0 17px !important; }
body.pt-elementor-ready .elementor .pt-signature .elementor-heading-title { color:var(--pt-navy) !important; font:italic 500 28px/1.1 Georgia,serif !important; }

/* Section titles */
body.pt-elementor-ready .elementor .pt-offer { background:var(--pt-cream) !important; padding:66px 0 72px !important; }
body.pt-elementor-ready .elementor .pt-card-row > .elementor-container { display:flex !important; align-items:stretch !important; width:100%; }

/* Offer cards: pseudo surface works even when Elementor removes widget-wrap. */
body.pt-elementor-ready .elementor .pt-offer .pt-card-column {
  position:relative; isolation:isolate; min-height:300px;
  display:flex !important; flex-direction:column; justify-content:flex-start;
  padding:34px 30px 31px !important; text-align:left;
}
body.pt-elementor-ready .elementor .pt-offer .pt-card-column::before {
  content:''; position:absolute; inset:7px; z-index:-1;
  background:#fff; border:1px solid var(--pt-line); border-radius:11px;
  box-shadow:0 12px 34px rgba(7,28,52,.075); transition:.2s;
}
body.pt-elementor-ready .elementor .pt-offer .pt-card-column:hover::before { transform:translateY(-4px); box-shadow:var(--pt-shadow); }
body.pt-elementor-ready .elementor .pt-offer .pt-card-column > .elementor-widget-wrap {
  height:100%; padding:0 !important; background:transparent !important;
  display:flex !important; flex-direction:column; align-content:flex-start;
}
body.pt-elementor-ready .elementor .pt-card-icon { margin-bottom:14px !important; }
body.pt-elementor-ready .elementor .pt-card-icon img { display:block; width:64px !important; height:64px !important; object-fit:contain !important; }
body.pt-elementor-ready .elementor .pt-card-title { margin-bottom:10px !important; }
body.pt-elementor-ready .elementor .pt-card-title .elementor-heading-title { color:var(--pt-navy) !important; font:600 22px/1.16 Georgia,serif !important; }
body.pt-elementor-ready .elementor .pt-card-text, body.pt-elementor-ready .elementor .pt-card-text p { color:#566372 !important; font-size:14px !important; line-height:1.58 !important; }
body.pt-elementor-ready .elementor .pt-card-link { margin-top:auto !important; }
body.pt-elementor-ready .elementor .pt-card-link .elementor-button { padding:0 !important; background:transparent !important; border:0 !important; color:var(--pt-red) !important; -webkit-text-fill-color:var(--pt-red) !important; box-shadow:none !important; font-weight:800 !important; }

/* Why */
body.pt-elementor-ready .elementor .pt-why { background:#fff !important; padding:58px 0 60px !important; }
body.pt-elementor-ready .elementor .pt-why .pt-card-column { position:relative; padding:20px 30px !important; text-align:center; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:flex-start !important; }
body.pt-elementor-ready .elementor .pt-why .pt-card-column::after {
  content:''; position:absolute; top:16px; bottom:16px; right:0; width:1px; background:#dfd5ca;
}
body.pt-elementor-ready .elementor .pt-why .pt-card-column:last-child::after { display:none; }
body.pt-elementor-ready .elementor .pt-why .pt-card-column > .elementor-widget-wrap { padding:0 !important; background:transparent !important; display:flex !important; flex-direction:column !important; align-items:center !important; width:100% !important; }
body.pt-elementor-ready .elementor .pt-why .pt-card-icon img { margin-inline:auto; width:54px !important; height:54px !important; }
body.pt-elementor-ready .elementor .pt-why .pt-card-title .elementor-heading-title { font-size:20px !important; text-align:center; }
body.pt-elementor-ready .elementor .pt-why .pt-card-text, body.pt-elementor-ready .elementor .pt-why .pt-card-text p { text-align:center; font-size:13px !important; }

/* Gallery */
body.pt-elementor-ready .elementor .pt-gallery { background:#f7f8fa !important; padding:60px 0 66px !important; }
body.pt-elementor-ready .elementor .pt-gallery .elementor-inner-section > .elementor-container { display:flex !important; width:100% !important; max-width:none !important; }
body.pt-elementor-ready .elementor .pt-gallery-item { position:relative; padding:7px !important; overflow:hidden; }
body.pt-elementor-ready .elementor .pt-gallery-item > .elementor-widget-wrap { position:relative; padding:0 !important; overflow:hidden; border-radius:9px; }
body.pt-elementor-ready .elementor .pt-gallery-image { margin:0 !important; }
body.pt-elementor-ready .elementor .pt-gallery-image img { display:block !important; width:100% !important; height:235px !important; object-fit:cover !important; border-radius:9px !important; }
body.pt-elementor-ready .elementor .pt-gallery-caption {
  position:relative !important; z-index:3 !important; margin:-58px 0 0 !important;
  padding:10px 12px 12px !important; min-height:58px;
  background:linear-gradient(90deg,rgba(7,28,52,.96),rgba(7,28,52,.60));
}
body.pt-elementor-ready .elementor .pt-gallery-caption .elementor-heading-title { color:#fff !important; font:600 16px/1.15 Georgia,serif !important; }

/* Blog on home */
body.pt-elementor-ready .elementor .pt-blog-home { background:#fff !important; padding:62px 0 68px !important; }

/* Contact */
body.pt-elementor-ready .elementor .pt-contact { background:var(--pt-cream) !important; padding:56px 0 50px !important; }
body.pt-elementor-ready .elementor .pt-contact > .elementor-container { display:flex !important; align-items:center !important; }
body.pt-elementor-ready .elementor .pt-contact-box { padding:10px 30px 10px 0 !important; }
body.pt-elementor-ready .elementor .pt-contact-portrait { padding:0 18px !important; text-align:center; align-self:flex-end; }
body.pt-elementor-ready .elementor .pt-contact-benefits { padding:4px 0 4px 30px !important; }
body.pt-elementor-ready .elementor .pt-contact-box > .elementor-widget-wrap,
body.pt-elementor-ready .elementor .pt-contact-portrait > .elementor-widget-wrap,
body.pt-elementor-ready .elementor .pt-contact-benefits > .elementor-widget-wrap { padding:0 !important; }
body.pt-elementor-ready .elementor .pt-contact .pt-display .elementor-heading-title { font-size:43px !important; }
body.pt-elementor-ready .elementor .pt-contact-list .elementor-icon-list-item { align-items:flex-start; margin-bottom:10px; }
body.pt-elementor-ready .elementor .pt-contact-list .elementor-icon-list-icon { color:var(--pt-red) !important; font-size:19px; }
body.pt-elementor-ready .elementor .pt-contact-list .elementor-icon-list-text { color:var(--pt-navy) !important; font-size:15px !important; }
body.pt-elementor-ready .elementor .pt-contact-actions { margin-top:18px !important; }
body.pt-elementor-ready .elementor .pt-contact-actions > .elementor-container { display:flex !important; gap:12px; max-width:none !important; }
body.pt-elementor-ready .elementor .pt-contact-actions .elementor-column { flex:0 0 auto !important; width:auto !important; }
body.pt-elementor-ready .elementor .pt-contact-actions .elementor-column > .elementor-widget-wrap { padding:0 !important; }
body.pt-elementor-ready .elementor .pt-contact-actions .pt-contact-secondary .elementor-button { background:var(--pt-navy) !important; border-color:var(--pt-navy) !important; }
body.pt-elementor-ready .elementor .pt-contact-photo img {
  display:block !important; width:100% !important; max-width:285px !important; aspect-ratio:1/1 !important;
  margin-inline:auto; object-fit:cover !important; border-radius:50% !important;
  border:7px solid #fff !important; box-shadow:var(--pt-shadow) !important;
}
body.pt-elementor-ready .elementor .pt-contact-portrait-title { margin:15px 0 0 !important; }
body.pt-elementor-ready .elementor .pt-contact-portrait-title .elementor-heading-title { color:var(--pt-navy) !important; font:600 24px/1.15 Georgia,serif !important; text-align:center; }
body.pt-elementor-ready .elementor .pt-contact-benefit { margin-bottom:15px !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit:last-child { margin-bottom:0 !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit > .elementor-container { display:flex !important; align-items:center !important; max-width:none !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit .elementor-column > .elementor-widget-wrap { padding:0 !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit-icon img { display:block; width:52px !important; height:52px !important; object-fit:contain !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit-title { margin:0 0 3px !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit-title .elementor-heading-title { color:var(--pt-navy) !important; font:700 17px/1.2 Inter,Arial,sans-serif !important; }
body.pt-elementor-ready .elementor .pt-contact-benefit-text, body.pt-elementor-ready .elementor .pt-contact-benefit-text p { color:#566372 !important; font-size:14px !important; line-height:1.48 !important; }

@media (max-width: 1180px) {
  .pt-header-inner { grid-template-columns: 1fr auto; }
  .pt-primary-nav { position:absolute; top:100%; left:0; right:0; background:var(--pt-navy); max-height:0; overflow:hidden; transition:max-height .25s; }
  .pt-primary-nav.is-open { max-height:520px; }
  .pt-primary-nav .pt-menu { display:block; padding:10px 24px 24px; }
  .pt-primary-nav a { padding:12px; border-bottom:1px solid rgba(255,255,255,.1); }
  .pt-menu-toggle { display:block; justify-self:end; grid-column:2; grid-row:1; margin-right:190px; }
  .pt-header-contact { grid-column:2; grid-row:1; }
  body.pt-elementor-ready .elementor .pt-hero-copy { padding-left:30px !important; padding-right:34px !important; }
}

@media (max-width: 1024px) {
  .pt-footer-grid { grid-template-columns:1fr 1fr; }
  .pt-blog-layout, .pt-single-layout { grid-template-columns:1fr; }
  .pt-sidebar { display:none; }
  body.pt-elementor-ready .elementor .pt-hero-title .elementor-heading-title { font-size:50px !important; }
  body.pt-elementor-ready .elementor .pt-about-media { padding-right:18px !important; }
  body.pt-elementor-ready .elementor .pt-about-copy { padding-left:18px !important; }
  body.pt-elementor-ready .elementor .pt-offer .pt-card-column { min-height:285px; padding:31px 25px !important; }
  body.pt-elementor-ready .elementor .pt-gallery-image img { height:220px !important; }
  body.pt-elementor-ready .elementor .pt-contact-box { padding-right:18px !important; }
  body.pt-elementor-ready .elementor .pt-contact-benefits { padding-left:18px !important; }
}

@media (max-width: 767px) {
  :root { --pt-header:70px; }
  .admin-bar .pt-site-header { top:46px; }
  .pt-shell { width:min(100% - 28px,var(--pt-shell)); }
  .pt-header-inner { grid-template-columns:1fr auto auto; gap:10px; }
  .pt-logo-link .custom-logo { max-width:215px; max-height:48px; }
  .pt-header-phone { display:none; }
  .pt-header-cta { padding:10px 13px; font-size:13px; }
  .pt-menu-toggle { margin:0; grid-column:2; }
  .pt-header-contact { grid-column:3; }
  .pt-footer-grid { grid-template-columns:1fr; gap:26px; }
  .pt-post-grid { grid-template-columns:1fr; }

  body.pt-elementor-ready .elementor .pt-section > .elementor-container { width:min(100% - 28px,var(--pt-shell)); }
  body.pt-elementor-ready .elementor .pt-hero > .elementor-container { display:flex !important; flex-direction:column; min-height:0; width:100% !important; }
  body.pt-elementor-ready .elementor .pt-hero-copy,
  body.pt-elementor-ready .elementor .pt-hero-image { width:100% !important; max-width:100% !important; min-height:0; }
  body.pt-elementor-ready .elementor .pt-hero-copy { padding:43px 22px 37px !important; }
  body.pt-elementor-ready .elementor .pt-hero-title .elementor-heading-title { font-size:40px !important; line-height:1.07 !important; }
  body.pt-elementor-ready .elementor .pt-hero-image .elementor-widget-image,
  body.pt-elementor-ready .elementor .pt-hero-image .elementor-widget-container,
  body.pt-elementor-ready .elementor .pt-hero-image img { min-height:0 !important; height:430px !important; }
  body.pt-elementor-ready .elementor .pt-hero-buttons > .elementor-container { flex-direction:column; }
  body.pt-elementor-ready .elementor .pt-hero-buttons .elementor-column { width:100% !important; }
  body.pt-elementor-ready .elementor .pt-hero-buttons .elementor-button { width:100%; }
  body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-items { display:grid !important; grid-template-columns:1fr 1fr; gap:10px; }

  body.pt-elementor-ready .elementor .pt-about > .elementor-container,
  body.pt-elementor-ready .elementor .pt-contact > .elementor-container { flex-direction:column !important; }
  body.pt-elementor-ready .elementor .pt-about-media,
  body.pt-elementor-ready .elementor .pt-about-copy,
  body.pt-elementor-ready .elementor .pt-contact-box,
  body.pt-elementor-ready .elementor .pt-contact-portrait,
  body.pt-elementor-ready .elementor .pt-contact-benefits { width:100% !important; max-width:100% !important; padding:0 !important; }
  body.pt-elementor-ready .elementor .pt-about { padding:55px 0 !important; }
  body.pt-elementor-ready .elementor .pt-about-copy { margin-top:34px; }
  body.pt-elementor-ready .elementor .pt-about .pt-display .elementor-heading-title,
  body.pt-elementor-ready .elementor .pt-contact .pt-display .elementor-heading-title,
  body.pt-elementor-ready .elementor .pt-display.pt-section-title .elementor-heading-title { font-size:35px !important; }

  body.pt-elementor-ready .elementor .pt-card-row > .elementor-container,
  body.pt-elementor-ready .elementor .pt-gallery .elementor-inner-section > .elementor-container { flex-wrap:wrap; }
  body.pt-elementor-ready .elementor .pt-card-column,
  body.pt-elementor-ready .elementor .pt-gallery-item { width:100% !important; max-width:100% !important; }
  body.pt-elementor-ready .elementor .pt-offer .pt-card-column { min-height:0; }
  body.pt-elementor-ready .elementor .pt-why .pt-card-column::after { top:auto; left:20px; right:20px; bottom:0; width:auto; height:1px; }
  body.pt-elementor-ready .elementor .pt-gallery-image img { height:270px !important; }

  body.pt-elementor-ready .elementor .pt-contact-portrait { margin:34px 0; order:2; }
  body.pt-elementor-ready .elementor .pt-contact-benefits { order:3; }
  body.pt-elementor-ready .elementor .pt-contact-actions > .elementor-container { flex-direction:column; }
  body.pt-elementor-ready .elementor .pt-contact-actions .elementor-column { width:100% !important; }
  body.pt-elementor-ready .elementor .pt-contact-actions .elementor-button { width:100%; }
  body.pt-elementor-ready .elementor .pt-contact-benefit > .elementor-container { flex-wrap:nowrap !important; }
}

@media (max-width: 480px) {
  body.pt-elementor-ready .elementor .pt-hero-benefits .elementor-icon-list-items { grid-template-columns:1fr; }
  body.pt-elementor-ready .elementor .pt-hero-phone .elementor-heading-title { font-size:31px !important; }
  body.pt-elementor-ready .elementor .pt-gallery-image img { height:235px !important; }
}
