:root {
  --it-bg: #07131f;
  --it-bg-2: #0b2232;
  --it-paper: #f5f7f8;
  --it-white: #fff;
  --it-text: #102033;
  --it-muted: #5e6d7b;
  --it-line: #dfe6ea;
  --it-cyan: #0d8c95;
  --it-mint: #7af1bd;
  --it-accent: #b8ff5a;
  --it-radius: 22px;
  --it-radius-lg: 30px;
  --it-shadow: 0 18px 48px rgba(16, 32, 51, .09);
}

/* Divi page reset for shortcode-generated pages. */
body.itphm-page #main-content .container {
  width: 100%;
  max-width: none;
  padding-top: 0;
}
body.itphm-page #main-content .container::before { display: none; }
body.itphm-page #left-area { width: 100%; padding: 0; }
body.itphm-page #sidebar { display: none; }
body.itphm-page article.page { margin: 0; padding: 0; }
body.itphm-page .et_post_meta_wrapper { display: none; }
body.itphm-page .entry-content { padding: 0; }

.itphm-site,
.itphm-site * { box-sizing: border-box; }

.itphm-site {
  width: 100%;
  overflow: clip;
  color: var(--it-text);
  background: var(--it-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

.itphm-site section:not(.itphm-hero):not(.itphm-subhero):not(.itphm-mini-footer) {
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.itphm-site h1,
.itphm-site h2,
.itphm-site h3,
.itphm-site p { margin: 0; padding: 0; }

.itphm-site h1,
.itphm-site h2,
.itphm-site h3 {
  color: inherit;
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: -.04em;
}

.itphm-site a { text-decoration: none; }
.itphm-site svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.itphm-shell { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.itphm-section { padding: 104px 0; }
.itphm-soft { background: #eaf0f2; }
.itphm-dark { color: var(--it-white); background: var(--it-bg); }
.itphm-lead { color: var(--it-muted); font-size: 18px; }
.itphm-lead.light-text { color: #aabac4; }

.itphm-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--it-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.itphm-kicker.dark { color: var(--it-cyan); }

.itphm-hero,
.itphm-subhero {
  color: var(--it-white);
  background: linear-gradient(135deg, #06101b 0%, #0b2232 68%, #0b3940 100%);
}

.itphm-hero { min-height: 700px; padding: 110px 0 88px; }
.itphm-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.itphm-hero h1 { max-width: 820px; font-size: clamp(58px, 7vw, 98px); line-height: .94; }
.itphm-hero h1 em,
.itphm-subhero h1 em { color: var(--it-accent); font-style: normal; }
.itphm-hero-copy > p { max-width: 720px; margin-top: 28px; color: #b6c5ce; font-size: 18px; }
.itphm-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.itphm-hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; color: #91a6b3; font-size: 12px; font-weight: 700; }
.itphm-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.itphm-hero-meta svg { color: var(--it-mint); }

.itphm-hero-panel {
  padding: 42px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--it-radius-lg);
  background: #0c2333;
  box-shadow: 0 24px 60px rgba(0,0,0,.20);
}
.itphm-brand-mark { color: var(--it-white); font-size: 62px; font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.itphm-brand-mark span { color: var(--it-accent); }
.itphm-hero-panel > p { margin-top: 15px; color: #99adb9; }
.itphm-status-list { display: grid; gap: 14px; margin-top: 34px; }
.itphm-status-list span { display: flex; align-items: center; gap: 11px; color: #d9e5ea; font-size: 14px; font-weight: 700; }
.itphm-status-list i { width: 8px; height: 8px; border-radius: 50%; background: var(--it-mint); }

.itphm-subhero { padding: 110px 0 96px; }
.itphm-subhero h1 { max-width: 980px; font-size: clamp(50px, 6.3vw, 88px); line-height: .98; }
.itphm-subhero p { max-width: 740px; margin-top: 27px; color: #b6c5ce; font-size: 18px; }

.itphm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}
.itphm-button-primary { color: #07131f !important; background: var(--it-accent); }
.itphm-button-ghost { color: var(--it-white) !important; border-color: rgba(255,255,255,.24); background: transparent; }
.itphm-button-light { color: #07131f !important; background: var(--it-white); }
.itphm-button:hover { opacity: .9; }

.itphm-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.itphm-heading h2,
.itphm-feature-grid h2,
.itphm-split h2,
.itphm-contact-copy h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1; }
.itphm-heading > p { color: var(--it-muted); font-size: 17px; }
.itphm-heading.invert > p { color: #a7b7c1; }

.itphm-grid { display: grid; gap: 18px; }
.itphm-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.itphm-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.itphm-card {
  padding: 30px;
  border: 1px solid var(--it-line);
  border-radius: var(--it-radius);
  background: var(--it-white);
  box-shadow: var(--it-shadow);
}
.itphm-card h3 { margin-bottom: 13px; font-size: 24px; }
.itphm-card p { color: var(--it-muted); font-size: 14px; }
.itphm-card .itphm-link { margin-top: 24px; }
.itphm-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; border-radius: 13px; color: var(--it-cyan); background: #def6f4; }
.itphm-icon svg { width: 23px; height: 23px; }
.itphm-link { display: inline-flex; align-items: center; gap: 7px; color: var(--it-cyan) !important; font-size: 13px; font-weight: 800; }
.itphm-link.light { color: var(--it-accent) !important; margin-top: 26px; }
.dark-card { color: var(--it-white); border-color: rgba(255,255,255,.12); background: #0d2333; box-shadow: none; }
.dark-card p { color: #a9bac4; }
.itphm-plan { display: inline-block; margin-bottom: 26px; color: var(--it-accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; }

.itphm-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.itphm-split > div:first-child > p { margin-top: 24px; color: #a7b7c1; font-size: 17px; }
.itphm-soft .itphm-split > div:first-child > p { color: var(--it-muted); }
.itphm-steps { display: grid; }
.itphm-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.itphm-steps article:first-child { padding-top: 0; }
.itphm-steps article > span { color: var(--it-accent); font-weight: 900; }
.itphm-steps h3 { margin-bottom: 7px; color: var(--it-white); font-size: 28px; }
.itphm-steps p { color: #97aab6; }
.light-steps article { border-bottom-color: #cdd8dd; }
.light-steps article > span { color: var(--it-cyan); }
.light-steps h3 { color: var(--it-text); }
.light-steps p { color: var(--it-muted); }

.itphm-feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.itphm-feature-grid > div:first-child > p { margin-top: 24px; }
.itphm-feature-box { padding: 45px; border-radius: var(--it-radius-lg); color: var(--it-white); background: var(--it-bg-2); }
.itphm-feature-box p { color: #aabac4; }
.itphm-check-panel { padding: 38px; border-radius: var(--it-radius-lg); color: var(--it-white); background: var(--it-bg); }
.itphm-check-panel.light-panel { color: var(--it-text); border: 1px solid var(--it-line); background: var(--it-white); }
.itphm-check-panel h3 { margin-bottom: 25px; font-size: 28px; }
.itphm-check-panel ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.itphm-check-panel li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.itphm-check-panel li svg { flex: 0 0 auto; margin-top: 4px; color: var(--it-mint); }
.light-panel li svg { color: var(--it-cyan); }

.itphm-project { padding: 40px; border: 1px solid var(--it-line); border-radius: var(--it-radius-lg); background: var(--it-white); }
.itphm-project > span { color: var(--it-cyan); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.itphm-project h2 { margin-top: 18px; font-size: 38px; line-height: 1.06; }
.itphm-project > p { margin-top: 20px; color: var(--it-muted); }
.itphm-project ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 27px 0 0; list-style: none; }
.itphm-project li { padding: 8px 12px; border-radius: 999px; color: #365064; background: #edf3f5; font-size: 12px; font-weight: 700; }

.itphm-about-box { display: grid; gap: 13px; }
.itphm-about-box > div { display: grid; grid-template-columns: 55px 120px 1fr; gap: 15px; align-items: center; padding: 22px; border: 1px solid var(--it-line); border-radius: 16px; background: var(--it-white); }
.itphm-about-box strong { color: var(--it-cyan); font-size: 21px; }
.itphm-about-box span { font-weight: 900; }
.itphm-about-box p { color: var(--it-muted); font-size: 13px; }
.itphm-location-note { display: flex; align-items: center; gap: 8px; margin-top: 35px !important; color: var(--it-muted); font-weight: 700; }
.itphm-location-note svg { color: var(--it-cyan); }

.itphm-cta-section { padding-top: 0; background: var(--it-paper); }
.itphm-cta { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 56px; border-radius: var(--it-radius-lg); color: var(--it-white); background: linear-gradient(115deg, #0b7881, #0a3040 70%); }
.itphm-cta h2 { max-width: 780px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1; }
.itphm-contact-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; padding-top: 28px; color: var(--it-muted); font-size: 13px; font-weight: 700; }
.itphm-contact-strip a { display: inline-flex; align-items: center; gap: 8px; color: var(--it-cyan) !important; }

.itphm-contact-section { color: var(--it-white); background: var(--it-bg); }
.itphm-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.itphm-contact-copy > p { margin-top: 24px; color: #9eb0ba; }
.itphm-contact-details { display: grid; gap: 15px; margin-top: 38px; }
.itphm-contact-details > a,
.itphm-detail { display: flex; align-items: center; gap: 14px; color: var(--it-white) !important; }
.itphm-contact-details > a > span,
.itphm-detail > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: var(--it-mint); }
.itphm-contact-details small { display: block; color: #8095a2; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.itphm-form-card { padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--it-radius-lg); background: #0c2232; }
.itphm-contact-form { display: grid; gap: 17px; }
.itphm-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.itphm-contact-form label { display: grid; gap: 7px; color: #becbd2; font-size: 12px; font-weight: 800; }
.itphm-contact-form input,
.itphm-contact-form select,
.itphm-contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; outline: 0; color: var(--it-white); background: #102c3e; font: inherit; }
.itphm-contact-form select option { color: #111; }
.itphm-contact-form textarea { resize: vertical; }
.itphm-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px !important; color: #93a7b3 !important; font-weight: 500 !important; }
.itphm-consent input { width: 17px; height: 17px; padding: 0; }
.itphm-contact-form .itphm-button { justify-self: start; border: 0; cursor: pointer; }
.itphm-hp-field { position: absolute; left: -10000px; }
.itphm-alert { margin-bottom: 17px; padding: 13px 15px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.itphm-alert.success { color: #c9ffe4; background: #113b31; }
.itphm-alert.error { color: #ffd5d5; background: #412226; }

.itphm-mini-footer { padding: 31px 0; color: #899ca8; background: #050d15; border-top: 1px solid rgba(255,255,255,.08); }
.itphm-mini-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.itphm-mini-footer strong { display: block; color: var(--it-white); }
.itphm-mini-footer span { font-size: 12px; }
.itphm-mini-meta { display: flex; flex-wrap: wrap; gap: 20px; }
.itphm-mini-meta a { color: #adbdc6 !important; font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .itphm-hero { min-height: auto; }
  .itphm-hero-grid,
  .itphm-heading,
  .itphm-split,
  .itphm-feature-grid,
  .itphm-contact-grid { grid-template-columns: 1fr; }
  .itphm-hero-grid,
  .itphm-feature-grid,
  .itphm-contact-grid { gap: 48px; }
  .itphm-heading { gap: 22px; }
  .itphm-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .itphm-split { gap: 55px; }
  .itphm-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .itphm-shell { width: min(100% - 28px, 1160px); }
  .itphm-section { padding: 76px 0; }
  .itphm-hero { padding: 78px 0 65px; }
  .itphm-subhero { padding: 80px 0 70px; }
  .itphm-hero h1 { font-size: clamp(50px, 15vw, 69px); }
  .itphm-subhero h1 { font-size: clamp(44px, 13vw, 62px); }
  .itphm-hero-copy > p,
  .itphm-subhero p { font-size: 16px; }
  .itphm-actions { flex-direction: column; }
  .itphm-button { width: 100%; }
  .itphm-hero-panel { padding: 29px; }
  .itphm-brand-mark { font-size: 52px; }
  .itphm-grid-3,
  .itphm-grid-2 { grid-template-columns: 1fr; }
  .itphm-heading h2,
  .itphm-feature-grid h2,
  .itphm-split h2,
  .itphm-contact-copy h2 { font-size: 43px; }
  .itphm-card,
  .itphm-project { padding: 26px; }
  .itphm-feature-box,
  .itphm-check-panel,
  .itphm-form-card { padding: 27px; }
  .itphm-about-box > div { grid-template-columns: 45px 1fr; }
  .itphm-about-box p { grid-column: 1 / -1; }
  .itphm-cta { padding: 35px 25px; }
  .itphm-cta h2 { font-size: 41px; }
  .itphm-field-row { grid-template-columns: 1fr; }
  .itphm-contact-form .itphm-button { width: 100%; }
  .itphm-mini-footer-inner { align-items: flex-start; flex-direction: column; }
}

body.itphm-page #main-footer { display: none; }

/* Version 3 service catalogue components — static and lightweight. */
.itphm-service-groups { align-items: stretch; }
.itphm-service-group {
  position: relative;
  padding: 36px;
  border: 1px solid var(--it-line);
  border-radius: var(--it-radius);
  background: var(--it-white);
}
.itphm-service-group > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 34px;
  padding: 0 11px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--it-cyan);
  background: #def6f4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.itphm-service-group h3 { margin-bottom: 18px; font-size: 29px; }
.itphm-service-group ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}
.itphm-service-group li {
  position: relative;
  padding-left: 20px;
  color: var(--it-muted);
  font-size: 14px;
}
.itphm-service-group li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--it-cyan);
  transform: translateY(-50%);
}
.itphm-center-link { display: flex; justify-content: center; margin-top: 42px; }
.itphm-tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.itphm-tag-cloud span {
  padding: 10px 14px;
  border: 1px solid #d5e0e4;
  border-radius: 999px;
  color: #365064;
  background: var(--it-white);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 680px) {
  .itphm-service-group { padding: 27px; }
  .itphm-service-group h3 { font-size: 25px; }
  .itphm-center-link .itphm-button { width: 100%; }
}
