.elementor-1251 .elementor-element.elementor-element-d25d52a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1251 .elementor-element.elementor-element-512fdaa{width:100%;max-width:100%;}.elementor-1251 .elementor-element.elementor-element-42b861e{--display:flex;--min-height:150px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.05;}.elementor-1251 .elementor-element.elementor-element-42b861e:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-42b861e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-1251 .elementor-element.elementor-element-42b861e::before, .elementor-1251 .elementor-element.elementor-element-42b861e > .elementor-background-video-container::before, .elementor-1251 .elementor-element.elementor-element-42b861e > .e-con-inner > .elementor-background-video-container::before, .elementor-1251 .elementor-element.elementor-element-42b861e > .elementor-background-slideshow::before, .elementor-1251 .elementor-element.elementor-element-42b861e > .e-con-inner > .elementor-background-slideshow::before, .elementor-1251 .elementor-element.elementor-element-42b861e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1251 .elementor-element.elementor-element-161cabd{width:100%;max-width:100%;text-align:center;}.elementor-1251 .elementor-element.elementor-element-161cabd.elementor-element{--align-self:center;}.elementor-1251 .elementor-element.elementor-element-161cabd .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:600;color:var( --e-global-color-accent );}.elementor-1251 .elementor-element.elementor-element-f5b4474{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1251 .elementor-element.elementor-element-11a7d57 > .elementor-widget-container{padding:60px 0px 60px 0px;}.elementor-1251 .elementor-element.elementor-element-11a7d57{text-align:start;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-1251 .elementor-element.elementor-element-11a7d57 a{color:#0000FE;}.elementor-1251 .elementor-element.elementor-element-f970242{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ============================================================
   TOKENS
   ============================================================ */
.psr {
  --navy-deep: #012258;
  --navy:      #253161;
  --navy-mid:  #263D6F;
  --cyan:       #1AA7DD;
  --cyan-light: #3EB2DD;
  --surface:   #F4F7F9;
  --line:      #E2E8F0;
  --text:      #475569;
  --text-soft: #64748B;
  --white:     #FFFFFF;
  --error:     #D14343;

  --font-display: "Outfit", sans-serif;
  --font-body:    "Plus Jakarta Sans", sans-serif;

  --max:         1280px;
  --radius:      4px;
  --pad-x:       48px;

  --shadow-card: 0 1px 2px rgba(1,34,88,.06), 0 10px 30px rgba(1,34,88,.07);
  --shadow-cta:  0 8px 20px rgba(26,167,221,.30);
}


/* ============================================================
   RESET & BASE
   ============================================================ */
.psr,
.psr * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

.psr {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.psr h1,
.psr h2,
.psr h3,
.psr h4 { font-family: var(--font-display); color: var(--navy); }

.psr a   { color: inherit; text-decoration: none; }
.psr img { max-width: 100%; display: block; }

.psr :focus-visible {
  outline: 2px solid var(--cyan-light);
  outline-offset: 2px;
  border-radius: 2px;
}


/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.psr .wrap    { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.psr section  { padding: 120px 0; }
.psr .sec-head { max-width: 680px; margin-bottom: 64px; }
.psr .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }


/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.psr .eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--cyan);
  margin-bottom: 18px;
}

.psr .h2 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.psr .lead    { font-size: 19px; color: var(--text); max-width: 60ch; }
.psr .caption { font-size: 14px; font-weight: 500; color: var(--text-soft); }


/* ============================================================
   PLACEHOLDER (.ph)
   ============================================================ */
.psr .ph {
  position: relative;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #eef2f6 0 14px, #e7edf2 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-soft);
}

.psr .ph span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: .02em;
  padding: 8px 12px;
  max-width: 80%;
  line-height: 1.45;
}

.psr .ph::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed #c7d2dc;
  border-radius: 2px;
  pointer-events: none;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.psr .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
  padding: 16px 28px;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .18s ease;
}

.psr .btn:active { transform: scale(.98); }

/* Primary */
.psr .btn-primary             { background: var(--cyan); color: #fff; box-shadow: var(--shadow-cta); }
.psr .btn-primary:hover       { background: var(--cyan-light); }

/* Secondary */
.psr .btn-secondary           { background: transparent; border-color: var(--navy); color: var(--navy); }
.psr .btn-secondary:hover     { background: var(--surface); }
.psr .btn-secondary.on-dark   { border-color: rgba(255,255,255,.35); color: #fff; }
.psr .btn-secondary.on-dark:hover { background: rgba(255,255,255,.08); }

/* Ghost */
.psr .btn-ghost {
  padding: 0;
  background: none;
  border: none;
  color: var(--cyan);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: gap .18s ease, color .18s;
}

.psr .btn-ghost:hover       { color: var(--cyan-light); gap: 12px; }
.psr .btn-ghost svg         { width: 14px; height: 14px; }


/* ============================================================
   PROMO BAR
   ============================================================ */
.psr #promo          { display: none; background: var(--navy-deep); color: #fff; }
.psr #promo.active   { display: block; }

.psr #promo .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}

.psr #promo p  { font-size: 14px; font-weight: 500; text-align: center; }
.psr #promo b  { color: var(--cyan-light); font-weight: 700; }

.psr #promo button {
  position: absolute;
  right: var(--pad-x);
  background: none;
  border: none;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 4px;
}

.psr #promo button:hover { color: #fff; }


/* ============================================================
   HEADER & NAV
   ============================================================ */
.psr header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}

.psr header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px rgba(1,34,88,.04);
}

.psr .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

/* Brand */
.psr .brand           { display: flex; align-items: center; gap: 13px; }
.psr .brand img       { height: 100px; width: auto; }
.psr .brand .wordmark { display: flex; flex-direction: column; line-height: 1; }

.psr .brand .wordmark .p {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.01em;
  color: var(--navy);
}

.psr .brand .wordmark .s {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-top: 2px;
}

/* Nav links */
.psr .nav-links { display: flex; align-items: center; gap: 34px; }

.psr .nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  position: relative;
  padding: 4px 0;
}

.psr .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--cyan);
  transition: width .2s ease;
}

.psr .nav-links a:hover           { color: var(--cyan); }
.psr .nav-links a:hover::after    { width: 100%; }

/* Nav right */
.psr .nav-right { display: flex; align-items: center; gap: 20px; }

.psr .nav-phone {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}

.psr .nav-phone svg   { width: 15px; height: 15px; color: var(--cyan); }
.psr .menu-toggle     { display: none; background: none; border: none; cursor: pointer; color: var(--navy); }


/* ============================================================
   HERO
   ============================================================ */
.psr .hero {
  padding: 104px 0 110px;
  position: relative;
  overflow: hidden;
}

.psr .hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(26,167,221,.10), transparent 68%);
  pointer-events: none;
}

.psr .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  gap: 56px;
  align-items: center;
}

.psr .hero h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--navy);
}

.psr .hero h1 em { font-style: normal; color: var(--cyan); }

.psr .hero .sub   { margin-top: 28px; font-size: 19px; color: var(--text); max-width: 46ch; }

.psr .hero .micro {
  display: flex;
  gap: 26px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.psr .hero .micro span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--navy);
}

.psr .hero .micro svg { width: 18px; height: 18px; color: var(--cyan); flex: none; }

.psr .hero-cta {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.psr .hero-phone         { display: flex; flex-direction: column; line-height: 1.2; }
.psr .hero-phone .lbl    { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-soft); }
.psr .hero-phone a       { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--navy); }
.psr .hero-phone a:hover { color: var(--cyan); }

.psr .hero-media { position: relative; }

.psr .hero-media .frame {
  aspect-ratio: 4 / 3.4;
  border-radius: var(--radius);
  overflow: hidden;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}

.psr .hero-media .accent {
  position: absolute;
  left: -22px;
  bottom: -22px;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: var(--radius);
  background: repeating-linear-gradient(-66deg, var(--cyan) 0 12px, var(--cyan-light) 12px 24px);
  opacity: .9;
}


/* ============================================================
   BADGES BAR
   ============================================================ */
.psr .badges {
  background: var(--surface);
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.psr .badges .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }

.psr .badge     { display: flex; align-items: center; gap: 14px; }
.psr .badge svg { width: 26px; height: 26px; color: var(--navy); flex: none; }
.psr .badge b   { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--navy); line-height: 1.25; }


/* ============================================================
   SERVICES
   ============================================================ */
.psr .svc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 96px;
}

.psr .svc:last-child   { margin-bottom: 0; }
.psr .svc .media       { aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.psr .svc.flip .media  { order: 2; }

.psr .svc .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--cyan);
  letter-spacing: .05em;
  margin-bottom: 14px;
}

.psr .svc h3 { font-weight: 700; font-size: 30px; line-height: 1.2; letter-spacing: -.01em; margin-bottom: 16px; }
.psr .svc p  { font-size: 17.5px; color: var(--text); max-width: 44ch; margin-bottom: 26px; }

.psr .svc .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(26,167,221,.10);
  padding: 5px 11px;
  border-radius: 3px;
  margin-bottom: 18px;
}


/* ============================================================
   WHY US
   ============================================================ */
.psr .why      { background: var(--surface); }
.psr .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.psr .why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: var(--shadow-card);
  transition: transform .18s ease, box-shadow .18s ease;
}

.psr .why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(1,34,88,.06), 0 18px 40px rgba(1,34,88,.10);
}

.psr .why-card .ic {
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: rgba(26,167,221,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.psr .why-card .ic svg { width: 24px; height: 24px; color: var(--cyan); }
.psr .why-card h4      { font-weight: 600; font-size: 19px; margin-bottom: 10px; color: var(--navy); }
.psr .why-card p       { font-size: 15.5px; color: var(--text); }


/* ============================================================
   CAROUSEL (GALLERY)
   ============================================================ */
.psr .carousel { position: relative; }

.psr .carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.psr .carousel-track::-webkit-scrollbar { display: none; }

/* aspect-ratio: 4/3 added to prevent layout shift before images load */
.psr .carousel-track .slide {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  cursor: pointer;
}

.psr .carousel-track .slide .ph { aspect-ratio: 4 / 3; transition: transform .3s ease; }

.psr .carousel-track .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--navy);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.psr .carousel-track .slide:hover::before { opacity: .10; }
.psr .carousel-track .slide:hover .ph    { transform: scale(1.04); }

/* Controls */
.psr .carousel-ctrls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.psr .carousel-dots         { display: flex; gap: 8px; }
.psr .carousel-dots button  { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: background .2s, width .2s; }
.psr .carousel-dots button.active { background: var(--cyan); width: 22px; border-radius: 5px; }

.psr .carousel-arrows        { display: flex; gap: 10px; }
.psr .carousel-arrows button {
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
}

.psr .carousel-arrows button:hover    { border-color: var(--cyan); color: var(--cyan); }
.psr .carousel-arrows button:disabled { opacity: .35; cursor: not-allowed; }
.psr .carousel-arrows svg             { width: 20px; height: 20px; }


/* ============================================================
   REVIEWS
   ============================================================ */
.psr .reviews          { background: var(--navy-deep); color: #fff; }
.psr .reviews .h2      { color: #fff; }
.psr .reviews .eyebrow { color: var(--cyan-light); }
.psr .reviews .sec-head{ margin-bottom: 48px; }

.psr .reviews-embed {
  min-height: 300px;
  border: 1.5px dashed rgba(255,255,255,.22);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 32px;
}

.psr .reviews-embed .hint         { max-width: 46ch; }
.psr .reviews-embed .hint p       { color: #8FA0B3; font-size: 15px; }

.psr .reviews-embed .hint .tag {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--cyan-light);
  background: rgba(26,167,221,.12);
  border: 1px solid rgba(26,167,221,.3);
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 16px;
}


/* ============================================================
   ABOUT
   ============================================================ */
.psr .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.psr .about-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 160px 160px 120px;
  gap: 14px;
}

.psr .about-collage .a1   { grid-row: 1 / 3; }
.psr .about-collage .a2   { grid-column: 2; }
.psr .about-collage .a3   { grid-column: 2; }
.psr .about-collage .cell { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }

.psr .about-text p   { margin-bottom: 20px; font-size: 17px; }

.psr .about-text .sig {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.psr .about-text .sig b    { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--navy); display: block; }
.psr .about-text .sig span { font-size: 14px; color: var(--text-soft); }


/* ============================================================
   FAQ
   ============================================================ */
.psr .faq       { background: var(--surface); }
.psr .faq-list  { max-width: 820px; margin: 0 auto; }
.psr .faq-item  { border-bottom: 1px solid var(--line); }

.psr .faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--navy);
  white-space: normal;
  line-height: 1.4;
}

.psr .faq-q .chev           { flex: none; width: 22px; height: 22px; color: var(--cyan); transition: transform .25s ease; }
.psr .faq-item.open .chev   { transform: rotate(180deg); }
.psr .faq-a                 { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.psr .faq-a p               { padding: 0 0 26px; color: var(--text); font-size: 16.5px; max-width: 64ch; }


/* ============================================================
   FINAL CTA
   ============================================================ */
.psr .final {
  background: var(--navy-deep);
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -1px;
  padding: 148px 0 130px;
  clip-path: polygon(0 38px, 100% 0, 100% 100%, 0 100%);
}

.psr .final .eyebrow  { color: var(--cyan-light); }
.psr .final h2        { color: #fff; font-size: 46px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.psr .final p         { color: #B5C0CA; font-size: 19px; max-width: 48ch; margin: 20px auto 40px; }
.psr .final .actions  { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }


/* ============================================================
   CONTACT
   ============================================================ */
.psr .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }

.psr .contact-info h3 { font-size: 26px; font-weight: 700; margin-bottom: 8px; }

.psr .contact-info .map {
  margin-top: 26px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 230px;
}

.psr .contact-info .map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.9); }

/* Contact rows */
.psr .contact-rows { margin-top: 26px; display: flex; flex-direction: column; gap: 2px; }

.psr .crow             { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.psr .crow:last-child  { border-bottom: none; }

.psr .crow .ci {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: var(--surface);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psr .crow .ci svg    { width: 20px; height: 20px; color: var(--cyan); }
.psr .crow .lbl       { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-soft); }
.psr .crow .val       { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--navy); }
.psr .crow .val:hover { color: var(--cyan); }

/* Form card */
.psr .form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 40px;
}

.psr .form-card h3   { font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.psr .form-card .sub { font-size: 15px; color: var(--text-soft); margin-bottom: 26px; }
.psr .form-card .btn-primary { width: 100%; justify-content: center; margin-top: 6px; }

/* Fields */
.psr .field             { margin-bottom: 18px; }
.psr .field label       { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }

.psr .field input,
.psr .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 15px;
  transition: border-color .18s, box-shadow .18s;
}

.psr .field input:focus,
.psr .field textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(26,167,221,.12);
}

.psr .field textarea              { resize: vertical; min-height: 110px; }
.psr .field.err input,
.psr .field.err textarea          { border-color: var(--error); }
.psr .field .msg                  { display: none; color: var(--error); font-size: 12.5px; margin-top: 6px; font-weight: 500; }
.psr .field.err .msg              { display: block; }

/* Form success */
.psr .form-success      { display: none; text-align: center; padding: 30px 10px; }
.psr .form-success.show { display: block; }

.psr .form-success .check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(26,167,221,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.psr .form-success .check svg { width: 30px; height: 30px; color: var(--cyan); }
.psr .form-success h3         { margin-bottom: 8px; }
.psr .form-success p          { color: var(--text); font-size: 16px; }


/* ============================================================
   PAYMENT STRIP
   ============================================================ */
.psr .pay {
  background: var(--surface);
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.psr .pay .wrap  { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.psr .pay .lbl   { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--text-soft); }
.psr .pay .chips { display: flex; gap: 12px; flex-wrap: wrap; }

.psr .pay .chip {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 16px;
}

.psr .pay .chip.hi { border-color: var(--cyan); color: var(--cyan); }


/* ============================================================
   FOOTER
   ============================================================ */
.psr footer { background: var(--navy-deep); color: #B5C0CA; padding: 80px 0 32px; }

.psr .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 48px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.psr .foot-brand img   { height: 42px; margin-bottom: 20px; }
.psr .foot-brand p     { font-size: 14.5px; max-width: 32ch; margin-top: 16px; }
.psr .foot-brand .wm .p { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: #fff; letter-spacing: -.01em; }
.psr .foot-brand .wm .s { font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--cyan-light); margin-top: 2px; }

.psr .foot-col h5 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 18px;
}

.psr .foot-col a,
.psr .foot-col p       { display: block; font-size: 14.5px; color: #B5C0CA; margin-bottom: 11px; }
.psr .foot-col a:hover { color: var(--cyan-light); }
.psr .foot-col .strong { color: #fff; font-weight: 600; }

.psr .socials     { display: flex; gap: 12px; margin-top: 6px; }

.psr .socials a {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B5C0CA;
  transition: all .18s;
}

.psr .socials a:hover { border-color: var(--cyan-light); color: var(--cyan-light); }
.psr .socials svg     { width: 17px; height: 17px; }

.psr .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  flex-wrap: wrap;
  gap: 12px;
}

.psr .foot-bottom p,
.psr .foot-bottom .area { font-size: 13px; color: #8093A6; }


/* ============================================================
   MOBILE CTA BAR
   ============================================================ */
.psr .mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(1,34,88,.08);
}

.psr .mobile-bar .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 9px 14px env(safe-area-inset-bottom, 9px);
}

.psr .mobile-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 54px;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .04em;
}

.psr .mobile-bar .call { background: var(--cyan); color: #fff; }
.psr .mobile-bar .text { background: #fff; border: 1.5px solid var(--navy); color: var(--navy); }
.psr .mobile-bar svg   { width: 18px; height: 18px; }


/* ============================================================
   LIGHTBOX
   ============================================================ */
.psr .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(1,34,88,.86);
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.psr .lightbox.show      { display: flex; }
.psr .lightbox .lb-inner { max-width: 880px; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; }
.psr .lightbox .close    { position: absolute; top: 24px; right: 30px; color: #fff; background: none; border: none; font-size: 34px; cursor: pointer; line-height: 1; }


/* ============================================================
   MEDIA QUERIES
   ============================================================ */
@media (max-width: 1024px) {
  .psr { --pad-x: 32px; }

  .psr .hero h1             { font-size: 46px; }
  .psr .badges .wrap        { grid-template-columns: repeat(2, 1fr); gap: 22px 28px; }
  .psr .why-grid            { grid-template-columns: repeat(2, 1fr); }
  .psr .carousel-track .slide { flex: 0 0 calc((100% - 20px) / 2); }
  .psr .nav-links           { display: none; }
  .psr .nav-phone           { display: none; }
}

@media (max-width: 760px) {
  .psr { --pad-x: 24px; padding-bottom: 74px; }

  .psr section              { padding: 80px 0; }
  .psr .h2                  { font-size: 28px; }

  .psr .hero                { padding: 64px 0 72px; }
  .psr .hero-grid           { grid-template-columns: 1fr; gap: 40px; }
  .psr .hero h1             { font-size: 38px; }
  .psr .hero .sub           { font-size: 17px; }
  .psr .hero-media          { order: -1; }

  .psr .sec-head            { margin-bottom: 44px; }

  .psr .svc                 { grid-template-columns: 1fr; gap: 28px; margin-bottom: 64px; }
  .psr .svc.flip .media     { order: 0; }
  .psr .svc h3              { font-size: 26px; }

  .psr .why-grid            { grid-template-columns: 1fr; }

  .psr .carousel-track .slide { flex: 0 0 85%; }

  .psr .reviews-embed       { padding: 36px 22px; }

  .psr .about-grid          { grid-template-columns: 1fr; gap: 44px; }
  .psr .about-collage       { grid-template-rows: 130px 130px 100px; }

  .psr .final               { padding: 96px 0 86px; clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%); }
  .psr .final h2            { font-size: 32px; }

  .psr .contact-grid        { grid-template-columns: 1fr; gap: 34px; }
  .psr .form-card           { padding: 28px; }

  .psr .foot-grid           { grid-template-columns: 1fr 1fr; gap: 36px; }
  .psr .foot-brand          { grid-column: 1 / -1; }

  .psr .mobile-bar          { display: block; }

  .psr .pay .wrap           { gap: 16px; }
  .psr .faq-q               { font-size: 17px; padding: 20px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .psr * { scroll-behavior: auto !important; transition: none !important; }
}/* End custom CSS */