.site-header-section,
.ast-flex {
  position: static;
}

.site-header-primary-section-left.site-header-section.ast-flex {
  height: 40px;
}

#primary {
  margin: 0;
  padding: 0;
}

.custom-logo {
  border-width: 0;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493 {
  padding: 0;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  padding-top: 8px;
}

.photo-pricing-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.photo-pricing-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.photo-pricing-intro h2 {
  margin-bottom: 10px;
  font-size: 7rem;
  white-space: nowrap;
}

.photo-pricing-intro p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.4;
  opacity: 0.8;
}

.photo-pricing-category {
  margin-bottom: 70px;
}

.photo-pricing-category-title {
  margin: 0 0 24px;
  font-size: 5rem;
  text-align: center;
}

.photo-pricing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.photo-pricing-grid .photo-pricing-card {
  width: calc(33.333% - 24px);
  margin: 0 12px 24px;
  box-sizing: border-box;
}

.photo-pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 45px 28px 34px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.photo-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.photo-pricing-card.featured {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.photo-pricing-badge {
  position: absolute;
  top: 36px;
  right: -25px;
  width: 195px;
  padding: 8px 10px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  background: #f4f4f4;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transform: rotate(35deg);
  z-index: 2;
}

.photo-pricing-card h4 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
}

.photo-pricing-card li {
  margin-left: 15px;
}

.photo-pricing-price {
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 700;
}

.photo-pricing-subtitle {
  margin-bottom: 22px;
  font-size: 1rem;
  line-height: 1.4;
}

.photo-pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 28px;
  text-align: left;
}

.photo-pricing-card ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

.photo-pricing-card ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.photo-pricing-button {
  display: inline-block;
  min-width: 190px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.7rem;
  transition: all 0.25s ease;
  border: 1px solid #111;
}

.photo-pricing-button,
.photo-pricing-button:link,
.photo-pricing-button:visited,
.photo-pricing-button:hover,
.photo-pricing-button:active,
.photo-pricing-button:focus,
.photo-pricing-button:focus-visible {
  text-decoration: none !important;
}

.photo-pricing-button.primary {
  background: #111;
  color: #fff;
}

.photo-pricing-button.primary:hover {
  background: #000;
  color: #fff;
}

.photo-pricing-button.secondary {
  background: transparent;
  color: #111;
}

.photo-pricing-button.secondary:hover {
  background: #111;
  color: #fff;
}

.photo-pricing-extra {
  text-align: center;
  padding: 30px 20px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.photo-pricing-extra h3 {
  margin-bottom: 10px;
}

.photo-pricing-extra p {
  margin: 0;
  font-size: 1rem;
  opacity: 0.85;
}

@media (max-width: 980px) {
  .photo-pricing-grid .photo-pricing-card {
    width: calc(50% - 24px);
  }
}

@media (max-width: 768px) {
  .photo-pricing-badge {
    top: 16px;
    right: -10px;
    width: 100px;
    font-size: 0.62rem;
  }

  .photo-pricing-button {
    min-width: 0;
    width: auto;
    padding: 14px 20px;
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: nowrap;
  }

  .photo-pricing-intro h2 {
    font-size: 3.0rem;
    line-height: 1.4;
  }

  .photo-pricing-category-title {
    font-size: 3rem;
  }

  .photo-pricing-card {
    padding: 28px 22px;
  }

  .photo-pricing-price {
    font-size: 1.8rem;
  }

  .photo-pricing-grid .photo-pricing-card {
    width: calc(100% - 24px);
  }
}

#page {
  padding-top: 0;
}

.ast-main-header-wrap.main-header-bar-wrap {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.n2-ss-layer.n2-ow.n-uc-EHlm1Eec1w26 {
  padding-top: 0;
}

.main-header-bar {
  padding: 0;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  text-align: right;
}

.site-header a * {
  padding-top: 0;
}

.ast-logo-title-inline .ast-site-identity {
  margin-top: 0;
}

.n2-ss-slider-controls.n2-ss-slider-controls-above {
  margin-top: -2em;
}

.wp-block-heading.has-fit-text.has-text-color.has-link-color.wp-elements-88018c990848852f87ce904b8d4c0fff {
  margin-bottom: 0px;
}

.entry-content>:last-child {
  padding: 15px;
}

.entry-content p {
  margin-bottom: 33px;
}



h1 {
  margin-top: 0px;
  padding: 0px;
  margin: 0px;
}