﻿/* ===== PRO-HOSTING approved interface refresh 2026-08 ===== */
:root {
  --ph-red: #f90b3e;
  --ph-red-dark: #cf0732;
  --ph-graphite: #171719;
  --ph-graphite-2: #101012;
  --ph-ink: #111318;
  --ph-muted: #68707e;
  --ph-canvas: #f4f6fa;
  --ph-border: #dfe3ea;
  --ph-radius: 14px;
}

body {
  color: var(--ph-ink);
  background: var(--ph-canvas) !important;
  -webkit-font-smoothing: antialiased;
}

.ph-layout,
.pho-layout {
  background: var(--ph-canvas);
}

.pho-sidebar {
  width: 260px;
  background-color: var(--ph-graphite-2);
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px),
    linear-gradient(155deg, #1b1b1e 0%, #141416 48%, #0d0d0f 100%);
  background-size: auto, auto;
  border-right: 1px solid rgba(255,255,255,.1);
  box-shadow: inset -1px 0 rgba(255,255,255,.025);
}

.pho-sidebar::before {
  content: "";
  position: absolute;
  inset: 220px 0 105px;
  opacity: .38;
  background:
    linear-gradient(90deg, transparent 11%, rgba(255,255,255,.028) 11% 12%, transparent 12% 88%, rgba(255,255,255,.028) 88% 89%, transparent 89%),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255,255,255,.035) 29px 30px);
  mask-image: linear-gradient(transparent, #000 18%, #000 84%, transparent);
  animation: none;
  pointer-events: none;
}

.pho-sidebar::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left: 22px;
  bottom: 58px;
  width: 216px;
  height: 210px;
  opacity: .96;
  background: url('/wp-content/themes/palitra-themes/assets/img/ph-mascot-gesture.webp') center bottom / contain no-repeat;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.4));
  box-shadow: none;
  animation: none;
  pointer-events: none;
}

.pho-brand {
  margin-bottom: 36px;
}

.pho-brand img {
  display: block;
  max-width: 194px;
}

.pho-menu {
  gap: 8px;
}

.pho-menu li {
  position: relative;
}

.pho-menu li > a,
.pho-menu li > span.active {
  position: relative;
  display: block;
  padding: 12px 14px 12px 17px;
  color: #aeb3bd;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.pho-menu li > a:hover,
.pho-menu li > span.active {
  color: #fff;
  background: #29292d;
  border-color: rgba(255,255,255,.055);
}

.pho-menu li > span.active::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--ph-red);
}

.pho-sidebar-footer {
  position: relative;
  z-index: 6;
  color: #85858d;
  opacity: 1;
  font-size: 11px;
}

.pho-content {
  padding-left: clamp(1.25rem, 2.4vw, 2.75rem) !important;
  padding-right: clamp(1.25rem, 2.4vw, 2.75rem) !important;
}

.pho-content h1 {
  color: #0c0e12;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.pho-content h2,
.pho-content h3,
.pho-content h4,
.pho-content h5,
.pho-content h6 {
  font-weight: 700;
}

.pho-content h1::after,
.pho-content h2::after,
.pho-content h3::after {
  background: var(--ph-red);
  box-shadow: none;
}

.ph-rating-updated {
  color: #626a77;
  background: #fff;
  border-color: #d9dee7;
  box-shadow: 0 2px 8px rgba(17,19,24,.035);
}

.ph-product-card .card {
  height: 100%;
  padding: 14px !important;
  background: #fff;
  border: 1px solid var(--ph-border) !important;
  border-radius: var(--ph-radius) !important;
  box-shadow: 0 7px 20px rgba(17,19,24,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ph-product-card .card:hover {
  transform: translateY(-3px);
  border-color: #cfd4dd !important;
  box-shadow: 0 14px 30px rgba(17,19,24,.08);
}

.ph-product-card .position-absolute.top-0.start-0,
.ph-product-card .badge.bg-danger {
  background: var(--ph-red) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.ph-product-card img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 104px !important;
  margin: 24px auto 8px;
}

.ph-product-card .woocommerce-loop-product__title {
  color: #121419;
  font-weight: 700;
}

/* Footer / country links: same material system as the desktop sidebar. */
.ph-country-links {
  color: #fff;
  background-color: var(--ph-graphite-2);
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px),
    linear-gradient(155deg, #1b1b1e 0%, #141416 48%, #0d0d0f 100%);
  background-size: auto, auto;
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.ph-country-links::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 36px 36px;
}

.ph-country-links h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.ph-country-links h3::after {
  background: var(--ph-red);
}

.ph-country-links a,
.ph-country-links .mt-3 a {
  color: #e7e7ea !important;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 7px;
  box-shadow: none;
  text-decoration-color: rgba(249,11,62,.5);
  text-underline-offset: 4px;
}

.ph-country-links a:hover,
.ph-country-links .mt-3 a:hover {
  color: #fff !important;
  background: #29292d !important;
  border-color: rgba(255,255,255,.07);
  box-shadow: none;
  transform: translateY(-1px);
  text-decoration-color: var(--ph-red);
}

/* Current footer markup: same graphite material as the left sidebar. */
body .ph-sidebar-footer {
  color: #fff;
  background-color: var(--ph-graphite-2) !important;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px),
    linear-gradient(155deg, #1b1b1e 0%, #141416 48%, #0d0d0f 100%) !important;
  background-size: auto, auto !important;
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

body .ph-sidebar-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

body .ph-sidebar-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1560px);
}

body .ph-sidebar-footer__list {
  gap: 10px 22px;
}

body .ph-sidebar-footer__link {
  position: relative;
  padding: 12px 14px 12px 19px;
  color: #e7e7ea !important;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body .ph-sidebar-footer__link::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border-radius: 50%;
  background: var(--ph-red);
  box-shadow: 0 0 8px rgba(249,11,62,.55);
}

body .ph-sidebar-footer__link:hover,
body .ph-sidebar-footer__link:focus {
  color: #fff !important;
  background: #29292d !important;
  border-color: rgba(255,255,255,.07);
  transform: translateY(-1px);
}

/* ===== Home page / approved editorial layout ===== */
.ph-home-page .pho-content {
  padding-top: 0 !important;
}

.ph-home-page .pho-content > .woocommerce {
  width: 100%;
  max-width: none !important;
  margin-inline: auto;
}

.ph-home-page .ph-home-cats {
  position: relative;
  padding: clamp(1.5rem, 3vw, 3rem) 0 2rem;
}

.ph-home-page .ph-home-cats::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 280px;
  height: 180px;
  opacity: .6;
  background-image:
    linear-gradient(rgba(17,19,24,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,24,.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent, #000);
  pointer-events: none;
}

.ph-home-page .ph-home-cats > .container-fluid {
  position: relative;
  z-index: 1;
  padding-inline: 0;
}

.ph-home-page .ph-home-cats h1 {
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: clamp(2rem, 3.5vw, 3.25rem) !important;
  font-size: clamp(2rem, 2.3vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

@media (min-width: 1400px) {
  .ph-home-page .ph-home-cats h1 {
    white-space: nowrap;
  }
}

.ph-home-page .ph-home-cats h1::after {
  bottom: -16px;
  width: 72px;
  height: 4px;
}

.ph-home-page .ph-home-cats .row {
  --bs-gutter-x: clamp(1rem, 1.7vw, 1.5rem);
  --bs-gutter-y: clamp(1rem, 1.7vw, 1.5rem);
}

.ph-home-page .ph-home-cats .ph-tile {
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background-color: #111318;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  box-shadow: 0 16px 36px rgba(17,19,24,.12);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ph-home-page .ph-home-cats .ph-tile::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 58%);
  pointer-events: none;
}

.ph-home-page .ph-home-cats .ph-tile:hover {
  color: #fff;
  border-color: rgba(249,11,62,.55);
  box-shadow: 0 20px 42px rgba(17,19,24,.18);
  transform: translateY(-3px);
}

.ph-home-page .ph-home-cats .ph-tile__overlay {
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(249,11,62,.2), transparent 52%),
    linear-gradient(180deg, rgba(12,14,18,.14) 0%, rgba(12,14,18,.42) 45%, rgba(12,14,18,.92) 100%);
}

.ph-home-page .ph-home-cats .ph-tile__top {
  top: 18px;
  left: 18px;
  right: 18px;
}

.ph-home-page .ph-home-cats .ph-pill {
  padding: .5rem .72rem;
  color: #f1f1f3;
  background: rgba(15,16,19,.7);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.ph-home-page .ph-home-cats .ph-go {
  width: 38px;
  height: 38px;
  color: #fff;
  background: rgba(15,16,19,.7);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;
  backdrop-filter: blur(10px);
}

.ph-home-page .ph-home-cats .ph-tile:hover .ph-go {
  background: var(--ph-red);
  border-color: var(--ph-red);
  transform: translateX(2px);
}

.ph-home-page .ph-home-cats .ph-tile__bottom {
  left: clamp(20px, 2vw, 30px);
  right: clamp(20px, 2vw, 30px);
  bottom: clamp(20px, 2vw, 28px);
}

.ph-home-page .ph-home-cats .ph-tile__title {
  margin-bottom: .45rem;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.75rem);
  font-weight: 700;
  letter-spacing: -.025em;
  text-shadow: 0 8px 22px rgba(0,0,0,.48);
}

.ph-home-page .ph-home-cats .ph-tile__desc {
  max-width: 46ch;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  line-height: 1.48;
}

.ph-home-page .ph-home-cats .ph-tile--xl { --minh: 500px; }
.ph-home-page .ph-home-cats .ph-tile--wide { --minh: 238px; }
.ph-home-page .ph-home-cats .ph-tile--sm { --minh: 238px; }

.ph-home-page .ph-section {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.5vw, 2.35rem) !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid var(--ph-border);
  border-radius: var(--ph-radius) !important;
  box-shadow: 0 8px 26px rgba(17,19,24,.045);
}

.ph-home-page .ph-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 54px;
  height: 3px;
  background: var(--ph-red);
  border-radius: 0 0 3px 3px;
}

.ph-home-page .ph-section h2 {
  margin-top: 0;
  color: #15171c;
  letter-spacing: -.025em;
}

.ph-home-page .ph-section h2::after,
.ph-home-page .ph-section h3::after {
  display: none;
}

.ph-home-page .ph-section h3 {
  margin-top: 0;
}

.ph-home-page .ph-section .row > [class*="col-"] {
  position: relative;
}

.ph-home-page .ph-section .row > [class*="col-"] + [class*="col-"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eceef2;
}

.ph-home-page .ph-section > .d-flex > span[style] {
  width: 4px !important;
  background: var(--ph-red) !important;
}

.ph-home-page .ph-icon {
  width: 42px;
  height: 42px;
  color: var(--ph-red);
  background: rgba(249,11,62,.06);
  border-color: rgba(249,11,62,.15);
  border-radius: 10px;
}

.ph-home-page .ph-icon i {
  color: var(--ph-red);
}

.ph-home-page .ph-section a:not(.btn) {
  color: #17191e !important;
  text-decoration-color: rgba(249,11,62,.45) !important;
  text-underline-offset: 4px;
}

.ph-home-page .ph-section a:not(.btn):hover {
  color: var(--ph-red) !important;
  text-decoration-color: var(--ph-red) !important;
}

.ph-home-page .ph-section:last-of-type {
  background:
    linear-gradient(135deg, rgba(249,11,62,.035), transparent 45%),
    #fff !important;
}

/* Homepage information sections */
.ph-home-page .ph-section--directions,
.ph-home-page .ph-section--methodology,
.ph-home-page .ph-section--tasks,
.ph-home-page .ph-section--cta {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(17,19,24,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,24,.025) 1px, transparent 1px) !important;
  background-size: 32px 32px !important;
}

.ph-home-page .ph-section--directions > h2,
.ph-home-page .ph-section--tasks > h2 {
  margin-bottom: 1.6rem !important;
}

.ph-home-page .ph-section--directions .row,
.ph-home-page .ph-section--methodology .row {
  --bs-gutter-x: .8rem;
  --bs-gutter-y: .8rem;
}

.ph-home-page .ph-section--directions .row > [class*="col-"],
.ph-home-page .ph-section--methodology .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 1.2rem;
  background: rgba(247,248,250,.88);
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ph-home-page .ph-section.ph-section--directions .row > [class*="col-"]::before {
  content: "0" counter(ph-direction);
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 1.35rem;
  color: var(--ph-red);
  background: none;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.ph-home-page .ph-section--directions .row {
  counter-reset: ph-direction;
}

.ph-home-page .ph-section--directions .row > [class*="col-"] {
  counter-increment: ph-direction;
}

.ph-home-page .ph-section--directions .row > [class*="col-"]:hover,
.ph-home-page .ph-section--methodology .row > [class*="col-"]:hover {
  z-index: 2;
  background: #fff;
  border-color: rgba(249,11,62,.3);
  box-shadow: 0 12px 28px rgba(17,19,24,.08);
  transform: translateY(-3px);
}

.ph-home-page .ph-section--directions h3 {
  margin-bottom: .65rem !important;
}

.ph-home-page .ph-section--directions h3 a {
  text-decoration: none !important;
}

.ph-home-page .ph-section--directions h3 a::after {
  content: "\2197";
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-left: .45rem;
  color: var(--ph-red);
  background: rgba(249,11,62,.07);
  border: 1px solid rgba(249,11,62,.14);
  border-radius: 7px;
  font-size: .75rem;
  vertical-align: 2px;
}

.ph-home-page .ph-section--directions p,
.ph-home-page .ph-section--methodology p:last-child {
  color: #69717e !important;
  line-height: 1.62;
}

.ph-home-page .ph-section--methodology .row > [class*="col-"] {
  padding: 1.25rem;
}

.ph-home-page .ph-section--methodology .row > [class*="col-"]::before {
  display: none;
}

.ph-home-page .ph-section--methodology .d-flex.align-items-start {
  height: 100%;
}

.ph-home-page .ph-section--methodology .fw-semibold {
  margin-bottom: .45rem !important;
  color: #17191e;
  font-size: 1rem;
}

.ph-home-page .ph-section--tasks .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.ph-home-page .ph-section--tasks .row > [class*="col-"] {
  padding: 1.25rem 1.35rem;
  background: rgba(247,248,250,.88);
  border: 1px solid #e7e9ee;
  border-radius: 12px;
}

.ph-home-page .ph-section--tasks .row > [class*="col-"]::before {
  display: none;
}

.ph-home-page .ph-section--tasks p {
  position: relative;
  margin: 0 !important;
  padding: .68rem 0 .68rem 1.25rem;
  border-bottom: 1px solid #e7e9ee;
  line-height: 1.5;
}

.ph-home-page .ph-section--tasks p:last-child {
  border-bottom: 0;
}

.ph-home-page .ph-section--tasks p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 6px;
  height: 6px;
  background: var(--ph-red);
  border-radius: 2px;
  box-shadow: 0 0 0 4px rgba(249,11,62,.07);
}

.ph-home-page .ph-section.ph-section--cta {
  padding-block: clamp(1.75rem, 3vw, 2.5rem) !important;
  background:
    radial-gradient(520px 190px at 5% 50%, rgba(249,11,62,.09), transparent 65%),
    linear-gradient(120deg, #fff 0%, #fff 66%, #f7f8fa 100%) !important;
  border-color: var(--ph-border);
  box-shadow: 0 12px 30px rgba(17,19,24,.075);
}

.ph-home-page .ph-section.ph-section--cta::before {
  width: 72px;
}

.ph-home-page .ph-section--cta h2 {
  color: #15171c !important;
}

.ph-home-page .ph-section--cta p {
  color: #68707e !important;
}

.ph-home-page .ph-section--cta .d-flex.gap-2 {
  padding-left: 1rem;
}

.ph-home-page .ph-section--cta .btn-dark {
  color: #fff;
  background: #202227;
  border-color: #202227;
}

.ph-home-page .ph-section--cta .btn-outline-dark {
  color: #202227;
  background: transparent;
  border-color: #202227;
}

.ph-home-page .ph-section--cta .btn-dark:hover,
.ph-home-page .ph-section--cta .btn-outline-dark:hover {
  color: #fff;
  background: var(--ph-red);
  border-color: var(--ph-red);
}

@media (max-width: 767.98px) {
  .ph-home-page .ph-section--directions .row > [class*="col-"],
  .ph-home-page .ph-section--methodology .row > [class*="col-"],
  .ph-home-page .ph-section--tasks .row > [class*="col-"] {
    padding: 1rem;
  }

  .ph-home-page .ph-section--cta .d-flex.gap-2 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .ph-home-page .ph-section .row > [class*="col-"]::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .ph-home-page .ph-home-cats .ph-tile--xl { --minh: 380px; }
  .ph-home-page .ph-home-cats .ph-tile--wide,
  .ph-home-page .ph-home-cats .ph-tile--sm { --minh: 270px; }
}

@media (max-width: 767.98px) {
  .ph-home-page {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .ph-home-page .pho-content {
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    padding-inline: .85rem !important;
  }

  .ph-home-page .pho-content > .woocommerce {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ph-home-page .ph-home-cats {
    padding-top: 1.25rem;
  }

  .ph-home-page .ph-home-cats h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  .ph-home-page .ph-home-cats .ph-tile--xl,
  .ph-home-page .ph-home-cats .ph-tile--wide,
  .ph-home-page .ph-home-cats .ph-tile--sm {
    --minh: 270px;
  }
}

@media (max-width: 991.98px) {
  .pho-topbar,
  .pho-mobile-sidebar {
    background: linear-gradient(155deg, #1b1b1e, #101012);
  }

  .pho-mobile-sidebar::before,
  .pho-mobile-sidebar::after,
  .pho-topbar::before,
  .pho-topbar::after {
    animation: none;
  }
}

@media (max-height: 760px) and (min-width: 992px) {
  .pho-sidebar::after {
    top: auto;
    right: auto;
    width: 155px;
    height: 150px;
    left: 48px;
    bottom: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pho-sidebar::after {
    background-image: url('/wp-content/themes/palitra-themes/assets/img/ph-mascot-v2.png');
  }

  .ph-product-card .card,
  .pho-menu li > a {
    transition: none;
  }
}

/* ===== Open editorial sections / v11 ===== */
/* Use more of the available canvas across the site. */
.pho-content {
  padding-left: clamp(.8rem, 1.25vw, 1.5rem) !important;
  padding-right: clamp(.8rem, 1.25vw, 1.5rem) !important;
}

.pho-content > .woocommerce,
.pho-content > .container,
.pho-content > .container-fluid {
  width: 100%;
  max-width: none !important;
}

.pho-content .container,
.pho-content .container-fluid {
  max-width: none !important;
}

/* Remove the nested white-panel look on the homepage. */
.ph-home-page .ph-section--directions,
.ph-home-page .ph-section--methodology,
.ph-home-page .ph-section--tasks {
  overflow: visible;
  padding: clamp(1.4rem, 2vw, 2.1rem) 0 !important;
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
}

.ph-home-page .ph-section--directions::before,
.ph-home-page .ph-section--methodology::before,
.ph-home-page .ph-section--tasks::before {
  left: 0;
  width: 58px;
}

.ph-home-page .ph-section--directions > h2,
.ph-home-page .ph-section--tasks > h2,
.ph-home-page .ph-section--methodology > .d-flex {
  margin-left: 0;
  padding-left: 0;
}

.ph-home-page .ph-section--directions .row,
.ph-home-page .ph-section--methodology .row,
.ph-home-page .ph-section--tasks .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-inline: 0;
  border-top: 1px solid #dfe3e9;
  border-bottom: 1px solid #dfe3e9;
}

.ph-home-page .ph-section--directions .row > [class*="col-"],
.ph-home-page .ph-section--methodology .row > [class*="col-"],
.ph-home-page .ph-section--tasks .row > [class*="col-"] {
  position: relative;
  min-height: 100%;
  padding: clamp(1.25rem, 1.8vw, 2rem);
  background: transparent;
  border: 0;
  border-right: 1px solid #dfe3e9;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.ph-home-page .ph-section--directions .row > [class*="col-"]:last-child,
.ph-home-page .ph-section--methodology .row > [class*="col-"]:last-child,
.ph-home-page .ph-section--tasks .row > [class*="col-"]:last-child {
  border-right: 0;
}

.ph-home-page .ph-section--directions .row > [class*="col-"]:hover,
.ph-home-page .ph-section--methodology .row > [class*="col-"]:hover {
  background: rgba(255,255,255,.52);
  border-color: #dfe3e9;
  box-shadow: none;
  transform: none;
}

.ph-direction-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 2.5rem;
  color: var(--ph-red);
  background:
    linear-gradient(135deg, rgba(249,11,62,.11), rgba(249,11,62,.025)),
    #fff;
  border: 1px solid rgba(249,11,62,.19);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(17,19,24,.07);
}

.ph-direction-icon i {
  font-size: 1.55rem;
  line-height: 1;
}

.ph-home-page .ph-section.ph-section--directions .row > [class*="col-"]::before {
  position: absolute;
  top: 2rem;
  left: auto;
  right: 1.6rem;
  width: auto;
  margin: 0;
  color: #aeb4bf;
  font-size: .7rem;
}

.ph-home-page .ph-section--directions h3 a::after {
  width: auto;
  height: auto;
  margin-left: .35rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.ph-home-page .ph-section--methodology .d-flex.align-items-start {
  display: block !important;
}

.ph-home-page .ph-section--methodology .ph-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(17,19,24,.055);
}

.ph-home-page .ph-section--methodology .ph-icon i {
  font-size: 1.55rem;
}

.ph-home-page .ph-section--tasks .row > [class*="col-"] {
  padding-top: 1.4rem;
}

.ph-task-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: .8rem;
  color: var(--ph-red);
  background: rgba(249,11,62,.06);
  border: 1px solid rgba(249,11,62,.15);
  border-radius: 13px;
}

.ph-task-icon i {
  font-size: 1.3rem;
  line-height: 1;
}

.ph-home-page .ph-section--tasks p {
  padding: .75rem 0 .75rem 1.15rem;
  border-bottom-color: #e3e6eb;
}

@media (max-width: 1199.98px) {
  .ph-home-page .ph-section--directions .row > [class*="col-"],
  .ph-home-page .ph-section--methodology .row > [class*="col-"] {
    border-bottom: 1px solid #dfe3e9;
  }
}

@media (max-width: 767.98px) {
  html,
  body,
  .ph-layout,
  .ph-home-page,
  .ph-home-page .pho-content,
  .ph-home-page .pho-content > .woocommerce,
  .ph-home-page .ph-home-cats,
  .ph-home-page .ph-home-cats > .container-fluid {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  html,
  body,
  .ph-layout,
  .ph-home-page {
    overflow-x: hidden !important;
  }

  .pho-content {
    padding-inline: .7rem !important;
  }

  .ph-home-page .ph-home-cats h1 {
    width: 100%;
    max-width: calc(100vw - 1.4rem) !important;
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    overflow-wrap: anywhere;
  }

  .ph-home-page .ph-home-cats .row {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .ph-home-page .ph-section--directions .row > [class*="col-"],
  .ph-home-page .ph-section--methodology .row > [class*="col-"],
  .ph-home-page .ph-section--tasks .row > [class*="col-"] {
    padding: 1.25rem .2rem;
    border-right: 0;
    border-bottom: 1px solid #dfe3e9;
  }

  .ph-direction-icon,
  .ph-home-page .ph-section--methodology .ph-icon {
    margin-bottom: 1.25rem;
  }
}
