:root {
  --pp-ink: #082f3e;
  --pp-ink-soft: #41606a;
  --pp-teal: #007f8b;
  --pp-cyan: #24b7c5;
  --pp-mist: #edf8f7;
  --pp-sand: #f3ead8;
  --pp-gold: #cda75a;
  --pp-white: #ffffff;
  --pp-line: rgba(8, 47, 62, .12);
  --pp-shadow: 0 24px 70px rgba(8, 47, 62, .13);
  --pp-radius: 28px;
  --pp-max: 1200px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body.portfolio-page {
  margin: 0;
  background: #fff;
  color: var(--pp-ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.portfolio-page * { box-sizing: border-box; }
body.portfolio-page h1,
body.portfolio-page h2,
body.portfolio-page h3,
body.portfolio-page h4 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
body.portfolio-page p { color: var(--pp-ink-soft); line-height: 1.75; }
body.portfolio-page a { text-decoration: none; }
body.portfolio-page img { max-width: 100%; }

.pp-skip {
  position: fixed; left: 18px; top: -80px; z-index: 10000;
  padding: 12px 18px; background: var(--pp-ink); color: #fff; border-radius: 0 0 12px 12px;
}
.pp-skip:focus { top: 0; }
.pp-shell { position: relative; isolation: isolate; width: 100%; max-width: 100vw; overflow-x: clip; }
.pp-container { width: min(calc(100% - 40px), var(--pp-max)); margin: 0 auto; }
.pp-section { padding: 104px 0; position: relative; }
.pp-section--tight { padding: 76px 0; }
.pp-section--mist { background: var(--pp-mist); }
.pp-section--ink { background: var(--pp-ink); color: #fff; }
.pp-section--ink p, .pp-section--ink .pp-eyebrow { color: rgba(255,255,255,.72); }
.pp-section--sand { background: #f9f5ec; }
.pp-grid { display: grid; gap: 30px; }
.pp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.pp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pp-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  color: var(--pp-teal); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.pp-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.pp-title { margin: 0; color: var(--pp-ink); font-size: clamp(38px, 5.2vw, 74px); line-height: 1.02; }
.pp-section-title { margin: 0 0 20px; color: var(--pp-ink); font-size: clamp(32px, 4vw, 54px); line-height: 1.08; }
.pp-lead { margin: 24px 0 0; max-width: 750px; font-size: clamp(18px, 2vw, 22px); }
.pp-center { text-align: center; }
.pp-center .pp-lead { margin-left: auto; margin-right: auto; }
.pp-center .pp-eyebrow::before { display: none; }

.pp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px;
  background: var(--pp-ink); color: #fff !important; font-size: 15px; font-weight: 800;
  box-shadow: 0 12px 28px rgba(8,47,62,.18); transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.pp-btn::after { content: "\2192"; font-size: 19px; transition: transform .25s ease; }
.pp-btn:hover, .pp-btn:focus { background: var(--pp-teal); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,127,139,.25); }
.pp-btn:hover::after, .pp-btn:focus::after { transform: translateX(4px); }
.pp-btn--light { background: #fff; color: var(--pp-ink) !important; }
.pp-btn--outline { background: transparent; color: var(--pp-ink) !important; border-color: rgba(8,47,62,.22); box-shadow: none; }
.pp-btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.pp-hero {
  min-height: 720px; display: flex; align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(36,183,197,.18), transparent 29%),
    radial-gradient(circle at 8% 85%, rgba(205,167,90,.14), transparent 25%),
    linear-gradient(135deg, #f9fdfc 0%, #edf8f7 52%, #fff 100%);
}
.pp-hero::before {
  content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -180px;
  border: 1px solid rgba(0,127,139,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,127,139,.035), 0 0 0 140px rgba(0,127,139,.025);
}
.pp-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.pp-hero__grid > * { min-width: 0; }
.pp-hero__copy { position: relative; z-index: 2; padding: 92px 0; }
.pp-hero__copy .pp-title { max-width: 820px; }
.pp-hero__visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.pp-hero__halo { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(36,183,197,.11)); box-shadow: var(--pp-shadow); }
.pp-hero__visual img { position: relative; z-index: 2; width: min(100%, 470px); max-height: 570px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(8,47,62,.17)); }
.pp-hero__visual--photo img { border-radius: 220px 220px 32px 32px; max-height: 600px; object-fit: cover; }
.pp-hero__badge {
  position: absolute; z-index: 3; right: 0; bottom: 70px; max-width: 210px;
  padding: 18px 22px; border-radius: 18px; background: rgba(255,255,255,.9); color: var(--pp-ink);
  font-weight: 800; line-height: 1.35; box-shadow: 0 18px 45px rgba(8,47,62,.16); backdrop-filter: blur(12px);
}
.pp-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; color: var(--pp-ink-soft); font-size: 14px; }
.pp-breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(8,47,62,.4); }
.pp-breadcrumbs a { color: var(--pp-teal); }

.pp-credibility { background: var(--pp-ink); color: #fff; }
.pp-credibility__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.pp-credibility__item { padding: 28px 34px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; font-weight: 700; line-height: 1.5; }
.pp-credibility__item:last-child { border-right: 0; }

.pp-card {
  position: relative; display: flex; flex-direction: column; min-height: 100%; overflow: hidden;
  border: 1px solid var(--pp-line); border-radius: var(--pp-radius); background: #fff;
  box-shadow: 0 18px 55px rgba(8,47,62,.08); transition: transform .3s ease, box-shadow .3s ease;
}
.pp-card:hover { transform: translateY(-8px); box-shadow: var(--pp-shadow); }
.pp-card__media { height: 340px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f5fbfa, #e4f3f2); }
.pp-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 24px; transition: transform .5s ease; }
.pp-card:hover .pp-card__media img { transform: scale(1.04); }
.pp-card__media--photo img { object-fit: cover; padding: 0; }
.pp-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.pp-card__body h3 { margin: 0 0 12px; color: var(--pp-ink); font-size: 25px; }
.pp-card__body p { margin: 0 0 24px; }
.pp-card__link { margin-top: auto; color: var(--pp-teal); font-weight: 800; }
.pp-card__link::after { content: " \2192"; }
.pp-card__tag { position: absolute; z-index: 2; left: 20px; top: 20px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--pp-ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.pp-feature-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.pp-feature-list li { position: relative; padding-left: 34px; color: var(--pp-ink); font-weight: 600; line-height: 1.55; }
.pp-feature-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: rgba(0,127,139,.12); color: var(--pp-teal); font-size: 13px; font-weight: 900; }
.pp-media-panel { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--pp-radius); background: linear-gradient(145deg, #e9f8f7, #fff); box-shadow: var(--pp-shadow); }
.pp-media-panel img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; padding: 35px; }
.pp-media-panel--photo img { object-fit: cover; padding: 0; }

.pp-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.pp-stat { padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--pp-line); }
.pp-stat strong { display: block; margin-bottom: 9px; color: var(--pp-teal); font: 800 34px/1 "Manrope", sans-serif; }
.pp-stat h3 { margin: 0 0 9px; font-size: 20px; }
.pp-stat p { margin: 0; font-size: 15px; }

.pp-table-wrap { overflow-x: auto; border: 1px solid var(--pp-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(8,47,62,.07); }
.pp-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.pp-table th, .pp-table td { padding: 20px 22px; border-bottom: 1px solid var(--pp-line); vertical-align: top; }
.pp-table thead th { background: var(--pp-ink); color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.pp-table tbody th { color: var(--pp-ink); font-weight: 800; }
.pp-table tbody tr:last-child th, .pp-table tbody tr:last-child td { border-bottom: 0; }

.pp-faq { display: grid; gap: 13px; max-width: 900px; margin: 42px auto 0; }
.pp-faq details { border: 1px solid var(--pp-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(8,47,62,.05); }
.pp-faq summary { position: relative; cursor: pointer; padding: 22px 60px 22px 24px; color: var(--pp-ink); font: 700 17px/1.45 "Manrope", sans-serif; list-style: none; }
.pp-faq summary::-webkit-details-marker { display: none; }
.pp-faq summary::after { content: "+"; position: absolute; right: 23px; top: 50%; transform: translateY(-50%); color: var(--pp-teal); font-size: 26px; }
.pp-faq details[open] summary::after { content: "\2212"; }
.pp-faq details p, .pp-faq details ul { margin: 0; padding: 0 24px 24px; }
.pp-faq details ul { padding-left: 48px; color: var(--pp-ink-soft); line-height: 1.7; }

.pp-carousel { position: relative; margin-top: 46px; }
.pp-carousel__controls { display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 18px; }
.pp-carousel__button { width: 48px; height: 48px; border: 1px solid var(--pp-line); border-radius: 50%; background: #fff; color: var(--pp-ink); cursor: pointer; font-size: 22px; }
.pp-carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 46%); gap: 20px; overflow-x: auto; padding: 4px 4px 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.pp-expert { scroll-snap-align: start; display: grid; grid-template-columns: 125px 1fr; gap: 22px; padding: 26px; border: 1px solid var(--pp-line); border-radius: 24px; background: #fff; }
.pp-expert img { width: 125px; height: 125px; border-radius: 50%; object-fit: cover; }
.pp-expert h3 { margin: 4px 0 10px; font-size: 22px; }
.pp-expert p { margin: 0 0 16px; font-size: 15px; }
.pp-expert__links { display: flex; flex-wrap: wrap; gap: 8px 15px; }
.pp-expert__links a { color: var(--pp-teal); font-size: 14px; font-weight: 800; }

.pp-cta { overflow: hidden; border-radius: 34px; background: linear-gradient(125deg, var(--pp-ink), #075c68); color: #fff; box-shadow: var(--pp-shadow); }
.pp-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding: 58px 64px; }
.pp-cta h2 { margin: 0 0 12px; color: #fff; font-size: clamp(30px, 4vw, 48px); }
.pp-cta p { margin: 0; color: rgba(255,255,255,.72); max-width: 720px; }

.pp-form { padding: 34px; border: 1px solid var(--pp-line); border-radius: var(--pp-radius); background: #fff; box-shadow: var(--pp-shadow); }
.pp-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pp-field--full { grid-column: 1 / -1; }
.pp-field label { display: block; margin-bottom: 8px; color: var(--pp-ink); font-weight: 800; }
.pp-field input, .pp-field textarea {
  width: 100%; border: 1px solid rgba(8,47,62,.2); border-radius: 14px; background: #fbfdfd;
  color: var(--pp-ink); font: inherit; padding: 15px 16px; outline: none;
}
.pp-field textarea { min-height: 145px; resize: vertical; }
.pp-field input:focus, .pp-field textarea:focus { border-color: var(--pp-teal); box-shadow: 0 0 0 4px rgba(0,127,139,.1); }
.pp-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 22px; }
.pp-form .pp-btn { border: 0; cursor: pointer; }

.pp-blog-card { overflow: hidden; border-radius: 22px; background: #fff; border: 1px solid var(--pp-line); }
.pp-blog-card img { width: 100%; height: 225px; object-fit: cover; }
.pp-blog-card__body { padding: 24px; }
.pp-blog-card__meta { color: var(--pp-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pp-blog-card h3 { margin: 12px 0 0; font-size: 21px; line-height: 1.35; }
.pp-blog-card h3 a { color: var(--pp-ink); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

body.portfolio-page #lte-nav-affix-wrapper { min-height: 94px; opacity: 1; position: relative; z-index: 500; }
body.portfolio-page #lte-nav-wrapper { position: relative; z-index: 500; background: #fff; box-shadow: 0 8px 30px rgba(8,47,62,.08); }
body.portfolio-page #lte-nav-wrapper > .elementor { opacity: 1; filter: none; }
body.portfolio-page #lte-nav-wrapper .lte-ul-nav > li > a { padding-left: 10px; padding-right: 10px; font-size: 14px; }
body.portfolio-page #lte-nav-wrapper .lte-ul-nav > li.current-menu-item > a { color: var(--pp-teal) !important; }
body.portfolio-page .lte-footer-wrapper { margin-top: 0; }
.pp-menu-fallback { display: none; }
.pp-nav { position: relative; z-index: 800; height: 100px; background: #fff; box-shadow: 0 8px 30px rgba(8,47,62,.08); }
.pp-nav__inner { width: min(calc(100% - 48px), 1360px); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.pp-nav__logo { flex: 0 0 auto; }
.pp-nav__logo img { display: block; width: 150px; height: auto; }
.pp-nav__desktop { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.pp-nav__link { position: relative; color: var(--pp-ink) !important; font-size: 14px; font-weight: 600; white-space: nowrap; }
.pp-nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--pp-teal); transition: right .25s ease; }
.pp-nav__link:hover::after, .pp-nav__link:focus::after, .pp-nav__link.is-active::after { right: 0; }
.pp-nav__cart { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--pp-mist); color: var(--pp-ink) !important; }
.pp-nav__mobile { display: none; margin-left: auto; }
.pp-nav__mobile summary { display: grid; gap: 5px; width: 32px; padding: 5px 0; cursor: pointer; list-style: none; }
.pp-nav__mobile summary::-webkit-details-marker { display: none; }
.pp-nav__mobile summary span { display: block; width: 30px; height: 2px; background: var(--pp-ink); }
.pp-nav__mobile nav { position: absolute; top: 100px; left: 0; right: 0; display: grid; padding: 18px 24px 26px; background: #fff; box-shadow: 0 20px 40px rgba(8,47,62,.14); }
.pp-nav__mobile nav a { padding: 12px 0; border-bottom: 1px solid var(--pp-line); color: var(--pp-ink); font-weight: 700; }
.pp-nav__mobile nav a:last-child { border-bottom: 0; }

@media (max-width: 1199px) {
  .pp-nav__inner { width: min(calc(100% - 36px), 1360px); }
  .pp-nav__desktop { gap: 16px; }
  .pp-nav__link { font-size: 13px; }
  .pp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-hero__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .pp-carousel__track { grid-auto-columns: 70%; }
}

@media (max-width: 991px) {
  .pp-nav { height: 88px; }
  .pp-nav__logo img { width: 145px; }
  .pp-nav__desktop, .pp-nav__cart { display: none; }
  .pp-nav__mobile { display: block; }
  .pp-nav__mobile nav { top: 88px; }
  .pp-section { padding: 80px 0; }
  .pp-hero { min-height: auto; }
  .pp-hero__grid, .pp-grid--2 { grid-template-columns: 1fr; }
  .pp-hero__copy { width: 100%; max-width: 100%; padding: 72px 0 10px; text-align: center; overflow: hidden; }
  .pp-hero__copy .pp-lead { margin-left: auto; margin-right: auto; }
  .pp-hero__copy .pp-btn-row { justify-content: center; }
  .pp-breadcrumbs { justify-content: center; }
  .pp-hero__visual { min-height: 470px; }
  .pp-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-credibility__inner { grid-template-columns: 1fr; }
  .pp-credibility__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .pp-credibility__item:last-child { border-bottom: 0; }
  .pp-cta__inner { grid-template-columns: 1fr; padding: 45px; text-align: center; }
  .pp-cta__inner .pp-btn { justify-self: center; }
  body.portfolio-page .lte-navbar-custom-mobile.pp-mobile-open { display: block !important; opacity: 1; visibility: visible; transform: translateX(0); }
  body.pp-nav-open { overflow: hidden; }
  body.portfolio-page #lte-nav-wrapper .elementor-element-fc38a46 { display: flex !important; flex-direction: row !important; align-items: center !important; min-height: 100px; width: 100%; padding: 14px 20px !important; }
  body.portfolio-page #lte-nav-wrapper .elementor-element-fc38a46 > .e-con-inner { display: flex !important; flex-direction: row !important; align-items: center !important; width: 100%; }
  body.portfolio-page #lte-nav-wrapper .elementor-element-f27cd55 { display: block !important; width: auto !important; }
  body.portfolio-page #lte-nav-wrapper .elementor-element-cd8d9a3,
  body.portfolio-page #lte-nav-wrapper .elementor-element-ff4d8b9 { display: none !important; }
  body.portfolio-page #lte-nav-wrapper .elementor-element-7f32f8f { display: block !important; width: auto !important; position: absolute !important; right: 20px; top: 31px; z-index: 5; }
  body.portfolio-page #lte-nav-wrapper .lte-navbar-toggle-custom { display: inline-flex !important; flex-direction: column; justify-content: center; }
  body.portfolio-page #lte-nav-wrapper .lte-navbar-toggle-custom .icon-bar { display: block !important; background: var(--pp-ink) !important; }
  body.portfolio-page .pp-menu-fallback { position: absolute; z-index: 700; top: 33px; right: 20px; display: grid; gap: 5px; width: 30px; padding: 3px 0; border: 0; background: transparent; cursor: pointer; }
  body.portfolio-page .pp-menu-fallback span { display: block; width: 30px; height: 2px; background: var(--pp-ink); }
}

@media (max-width: 767px) {
  .pp-nav, .pp-nav__inner, .pp-shell, .pp-shell main { max-width: 100vw; }
  .pp-nav__inner { width: calc(100vw - 36px); }
  .pp-container { width: min(calc(100% - 28px), var(--pp-max)); }
  .pp-section { padding: 64px 0; }
  .pp-section--tight { padding: 52px 0; }
  .pp-title { font-size: clamp(38px, 12vw, 58px); }
  .pp-hero .pp-container { width: 100% !important; max-width: 100% !important; padding-left: 16px; padding-right: 16px; }
  .pp-hero__grid { display: block !important; }
  .pp-hero__copy { width: min(calc(100vw - 72px), 330px) !important; max-width: min(calc(100vw - 72px), 330px) !important; margin: 0 auto; }
  .pp-hero .pp-title { width: 100%; max-width: 100%; font-size: clamp(34px, 9.5vw, 42px); overflow-wrap: break-word; word-break: normal; }
  .pp-hero .pp-lead { width: 100%; max-width: 100%; font-size: 17px; overflow-wrap: break-word; word-break: normal; }
  .pp-grid--3, .pp-grid--4, .pp-stat-grid { grid-template-columns: 1fr; }
  .pp-hero__visual { min-height: 400px; }
  .pp-hero__halo { width: 340px; height: 340px; }
  .pp-hero__visual img { max-height: 420px; }
  .pp-hero__badge { right: 8px; bottom: 35px; max-width: 175px; font-size: 13px; }
  .pp-card__media { height: 310px; }
  .pp-media-panel { min-height: 410px; }
  .pp-carousel__track { grid-auto-columns: 90%; }
  .pp-expert { grid-template-columns: 1fr; text-align: center; }
  .pp-expert img { margin: auto; }
  .pp-expert__links { justify-content: center; }
  .pp-cta__inner { padding: 36px 24px; }
  .pp-form { padding: 24px 18px; }
  .pp-form__grid { grid-template-columns: 1fr; }
  .pp-field--full { grid-column: auto; }
  .g-recaptcha { transform: scale(.88); transform-origin: left center; }
}

@media (max-width: 420px) {
  .pp-btn { width: 100%; }
  .pp-btn-row { display: grid; }
  .pp-hero__visual { min-height: 350px; }
  .pp-carousel__track { grid-auto-columns: 96%; }
}
