*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.pt-hero-image{
  font-family:var(--pt-font-body,system-ui,sans-serif);
  background:var(--pt-bg,#0f172a);
  color:var(--pt-text,#f8fafc);
  line-height:1.65;
  min-height:100vh;
}
.pt-topbar{
  position:absolute;top:0;left:0;right:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.1rem clamp(1rem,4vw,2.5rem);
}

.pt-logo-top {
  max-height: 70px;
  opacity: 1;
}
.pt-logo-footer {
  max-height: 86px;
  opacity: 0.85;
}


.pt-logo{display:inline-flex;align-items:center}
.pt-logo-text{font-weight:700;font-size:1rem;color:#fff;text-decoration:none;letter-spacing:.04em}
.pt-topbar-nav a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.88rem;font-weight:600}
.pt-topbar-nav a:hover{color:#fff}
.pt-hero{
  position:relative;min-height:88vh;display:flex;align-items:flex-end;
  background-size:cover;background-position:center center;
}
.pt-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.55) 55%,rgba(var(--pt-bg-rgb,15,23,42),1) 100%);
}
.pt-hero-inner{
  position:relative;z-index:2;width:100%;max-width:920px;
  padding:0 clamp(1.25rem,5vw,3rem) 4.5rem;
}
.pt-eyebrow{
  font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;
  color:rgba(255,255,255,.72);margin-bottom:.85rem;font-weight:600;
}
.pt-hero-inner h1{
  font-family:var(--pt-font-heading,Georgia,serif);
  font-size:clamp(2rem,5.5vw,3.5rem);font-weight:600;line-height:1.08;
  margin-bottom:1.5rem;
  min-width:50vw;
}
.pt-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:700;
  font-size:.92rem;background:var(--pt-accent,#38bdf8);color:#0f172a;
  transition:transform .15s ease,box-shadow .15s ease;
}
.pt-btn:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(var(--pt-accent-rgb,56,189,248),.35)}
.pt-btn-hero{background:#fff;color:#111827}
.pt-main{background:var(--pt-bg,#0f172a);padding:3rem 0 4rem}
.pt-hero-image-layout.pt-grid-layout{
  display:grid;
  grid-template-columns:1fr minmax(0,70vw) 1fr;
  column-gap:1.75rem;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  align-items:start;
}
.pt-hero-image-layout .pt-sidebar-ad{
  grid-column:1;
  justify-self:end;
  width:160px;
  max-width:100%;
  padding:0.15rem 0 0;
}
.pt-hero-image-layout .pt-sidebar-ad[hidden]{display:none !important}
.pt-hero-image-layout .pt-sidebar-ad:not([hidden]){display:block}
.pt-sidebar-ad-inner{
  width:100%;
  min-height:600px;
  max-height:600px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  overflow:hidden;
}
.pt-sidebar-ad-inner img,
.pt-sidebar-ad-inner iframe,
.pt-sidebar-ad-inner ins{
  max-width:100%;
  display:block;
}
.pt-hero-image-layout .pt-article{
  grid-column:2;
  max-width:70vw;
  width:100%;
  margin:0;
  padding:0 clamp(1.25rem,5vw,2rem);
}
.pt-article{
  max-width:720px;margin:0 auto;padding:0 clamp(1.25rem,5vw,2rem);
}
.pt-section{margin-bottom:2rem}
.pt-section h2{
  font-family:var(--pt-font-heading,Georgia,serif);
  font-size:1.35rem;font-weight:600;color:#fff;margin-bottom:1.25rem;
}
.pt-prose,.pt-prose p,.pt-body,.pt-body p{
  font-family:var(--pt-font-body,inherit);
  color:#fff;
}
.pt-prose p,.pt-body p{margin-bottom:1.25rem}
.pt-body{font-size:1.05rem}
.pt-body h2.pt-md-h,.pt-prose h2.pt-md-h{
  font-family:var(--pt-font-heading,Georgia,serif);
  font-size:1.25rem;font-weight:700;color:#fff;
  margin:2rem 0 .35rem;letter-spacing:.01em;
}
.pt-body h3.pt-md-h,.pt-prose h3.pt-md-h{
  font-family:var(--pt-font-heading,Georgia,serif);
  font-size:1.05rem;font-weight:600;color:rgba(255,255,255,.85);
  margin:1.5rem 0 .25rem;
}
.pt-muted{opacity:.7}
.pt-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:2rem}
.pt-phone{color:var(--pt-accent,#38bdf8);font-weight:600}
.pt-social-row{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}
.pt-footer .pt-social-row{margin-top:.45rem}
.pt-social{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:rgba(var(--pt-accent-rgb,56,189,248),.12);color:var(--pt-accent,#38bdf8);
  text-decoration:none;font-size:1rem;
}


.pt-footer{
  background:var(--pt-bg,#0a1628);color:var(--pt-text-muted,#94a3b8);
  text-align:center;border-top:1px solid rgba(255,255,255,.08);
}
.pt-logo-footer{margin-bottom:.35rem;opacity:.9}
.pt-footer-copy{font-size:.82rem;color:var(--pt-text-muted,rgba(248,250,252,.55))}
.pt-powered{margin-top:.75rem;font-size:.72rem;opacity:.45}
@media(max-width:800px){
  .pt-hero-image-layout.pt-grid-layout{
    display:block;
    max-width:720px;
    margin:0 auto;
    padding:0 clamp(1.25rem,5vw,2rem);
  }
  .pt-hero-image-layout .pt-sidebar-ad{display:none !important}
  .pt-hero-image-layout .pt-article{padding:0}
}
@media(max-width:640px){
  .pt-hero{min-height:78vh}
}

/* ── Floating Chat Widget ── */
.pt-chat-widget {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  font-family: var(--pt-font-body, system-ui, -apple-system, sans-serif);
}

.pt-chat-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--pt-accent, #38bdf8);
  color: #0f172a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s ease;
}

.pt-chat-toggle:hover {
  transform: scale(1.06);
  background: #fff;
}

.pt-chat-toggle.pt-chat-active {
  transform: rotate(90deg);
  background: #ef4444;
  color: #fff;
}

.pt-chat-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 360px;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 10rem);
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.pt-chat-open .pt-chat-window {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.pt-chat-header {
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.pt-chat-header-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
}

.pt-chat-header-info strong {
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--pt-font-heading, inherit);
}

.pt-chat-status {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pt-chat-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.pt-chat-close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.15s ease;
  line-height: 1;
}

.pt-chat-close:hover {
  color: #fff;
}

/* Override form card within chat widget to fit nicely */
.pt-chat-widget .pt-form-card {
  margin: 0;
  padding: 1.5rem 1.5rem 1.75rem;
  border: none;
  background: transparent;
  box-shadow: none;
  overflow-y: auto;
  flex: 1;
}

.pt-chat-widget .pt-form-group {
  margin-bottom: 1rem;
}

.pt-chat-widget .pt-form-group label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}

.pt-chat-widget .pt-form-group input,
.pt-chat-widget .pt-form-group textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pt-chat-widget .pt-form-group input:focus,
.pt-chat-widget .pt-form-group textarea:focus {
  border-color: var(--pt-accent, #38bdf8);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.pt-chat-widget .pt-error-text {
  text-align: left;
}

.pt-chat-widget .pt-btn-submit {
  padding: 0.6rem 1.25rem;
  font-size: 0.82rem;
  border-radius: 8px;
}

/* Adjust size on mobile devices */
@media (max-width: 480px) {
  .pt-chat-widget {
    bottom: 1.25rem;
    right: 1.25rem;
  }
  .pt-chat-window {
    bottom: 72px;
    width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 8rem);
  }
}

