/* Block: pp-v2-info-section
 * Extracted from css/product-solutions-v2.css + css/agent-accounts-2026.css
 * Variables and the legacy section-padding neutralizer are scoped to the
 * block root (.pp-v2-info-section) so each block is self-contained and configurable.
 */

@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

.pp-v2-info-section {
      --pp-black: #000000;
      --pp-dark: #151515;
      --pp-dark-card: #212121;
      --pp-dark-bg: #1f1f1f;
      --pp-border-dark: #404040;
      --pp-border-light: #d8d8d8;
      --pp-green: #1ea482;
      --pp-green-bold: #0b9b8a;
      --pp-gray: #8e8e8e;
      --pp-gray-light: #d8d8d8;
      --pp-white: #ffffff;
      --pp-beige: #FAFAFA;
      --pp-content-max: 1200px;
      --pp-font-heading: 'Manrope', sans-serif;
      --pp-font-body: 'Inter', sans-serif;
      --pp-font-mono: 'Inconsolata', 'JetBrains Mono', monospace;
}

.pp-v2-info-section:not(.container) {

      padding: var(--pp-section-pad, 0px) !important;
}

.pp-v2-info-section .pp-v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--pp-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .15s;
    white-space: nowrap;
}

.pp-v2-info-section .pp-v2-btn:hover {
    opacity: .85;
}

.pp-v2-info-section .pp-v2-btn--primary {
    background: var(--pp-black);
    color: var(--pp-white);
    border: none;
    min-width: 186px;
}

.pp-v2-info-section .pp-v2-btn.pp-v2-btn--primary:hover {
    background: var(--pp-black);
    color: var(--pp-white);
    opacity: 1;
    animation: pp-v2-btn-bounce .45s ease;
}

@keyframes pp-v2-btn-bounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-4px);
    }

    55% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

.pp-v2-info-section .pp-v2-btn--outline {
    background: transparent;
    color: var(--pp-black);
    border: 2px solid var(--pp-black);
    background-color: var(--pp-white);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.pp-v2-info-section .pp-v2-btn.pp-v2-btn--outline:hover {
    background-color: var(--pp-black);
    color: var(--pp-white);
    border-color: var(--pp-black);
    opacity: 1;
}

.pp-v2-info-section .pp-v2-image-block {
    width: 100%;
    border-radius: 4px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100% 50px, 14.28% 100%;
}

.pp-v2-info-section .pp-v2-image-block--dark {
    background-color: var(--pp-dark-bg);
    background-image:
        linear-gradient(rgba(64, 64, 64, 0.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(64, 64, 64, 0.45) 1px, transparent 1px);
    border: 1px solid var(--pp-border-dark);
}

.pp-v2-info-section .pp-v2-image-block--light {
    background-color: #f0f0f0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pp-v2-info-section .pp-v2-image-block>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

.pp-v2-info-section .pp-v2-image-block:has(> img) {
    min-height: 0 !important;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}


.pp-v2-info-section {
    background: var(--pp-white);
    --pp-section-pad: 0;
}

.pp-v2-info-section--two-col {
    border-bottom: 1px solid var(--pp-border-light);
}

.pp-v2-info-section--two-col .pp-v2-info-section__container {
    border-left: 1px solid var(--pp-border-light);
    border-right: 1px solid var(--pp-border-light);
}

.pp-v2-info-section--frontend-backend {
    position: relative;
    background-color: var(--pp-beige);
}

.pp-v2-info-section--scheduler-rails {
    position: relative;
}

.pp-v2-info-section__container {
    background-color: var(--pp-white);
    max-width: var(--pp-content-max);
    margin: 0 auto;
    padding: 60px 0;
    padding-bottom: 22px;
    border-left: 1px solid var(--pp-border-light);
    border-right: 1px solid var(--pp-border-light);
}

.pp-v2-info-section--scheduler-rails .pp-v2-info-section__container {
    padding-bottom: 48px;
}

.pp-v2-info-section__header {
    text-align: center;
    margin-bottom: 32px;
}

.pp-v2-info-section__pre-title {
    display: block;
    font-family: var(--pp-font-body);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--pp-gray);
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.pp-v2-info-section__title,
.pp-v2-info-section__header h2 {
    font-family: var(--pp-font-heading);
    font-weight: 600;
    font-size: 45px;
    line-height: 65px;
    letter-spacing: -2px;
    color: var(--pp-black);
    margin: 0 0 12px;
}

.pp-v2-info-section__title-highlight {
    color: var(--pp-green-bold);
}

.pp-v2-info-section__subtitle {
    font-family: var(--pp-font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--pp-black);
    margin: 0 auto 16px;
    max-width: 878px;
    text-wrap: pretty;
}

.pp-v2-info-section__subtitle code {
    font-family: 'JetBrains Mono', var(--pp-font-mono);
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--pp-black);
}

.pp-v2-info-section__body {
    margin-top: 30px;
}

.pp-v2-info-section__body .pp-v2-image-block {
    min-height: 481px;
    margin: 0 auto;
    max-width: 1024px;
}

.pp-v2-info-section--two-col .pp-v2-info-section__body {
    display: flex;
    gap: 40px;
    align-items: stretch;
    padding: 0 20px 24px;
}

.pp-v2-info-section--two-col .pp-v2-image-block {
    flex: 0 0 712px;
    min-height: 400px;
    max-width: none;
    margin: 0;
}

.pp-v2-info-section__list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0 60px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.pp-v2-info-section__list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0;
    border-bottom: 1px solid var(--pp-border-light);
}

.pp-v2-info-section--two-col .pp-v2-info-section__list li {
    border-bottom: none;
}

.pp-v2-info-section__list li:last-child {
    border-bottom: none;
}

.pp-v2-info-section__list strong {
    font-family: var(--pp-font-heading);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--pp-black);
}

.pp-v2-info-section__list span {
    font-family: var(--pp-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #4b4b4b;
}

.pp-v2-info-section__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 32px;
    flex-wrap: wrap;
    border-top: 1px solid var(--pp-border-light);
}

.pp-v2-info-section__footer p {
    font-family: var(--pp-font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--pp-black);
    margin: 0;
}

.pp-v2-frontend-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    border-left: 1px solid var(--pp-border-light);
    border-top: 1px solid var(--pp-border-light);
}

.pp-v2-info-section--frontend-backend .pp-v2-frontend-showcase {
    border-left: none;
    border-right: none;
}

.pp-v2-info-section .grid_lines_container{
    background: #fff;
    border-bottom: 1px solid #d8d8d8; 
}

.pp-v2-info-section .grid_lines_container > div{
    max-width: 1200px; 
    margin-left: auto!important;
    margin-right: auto!important;
    border-bottom: none!important;
    
}

section.pp-v2-info-section.pp-v2-info-section--scheduler-rails .pp-v2-info-section__header {
    border: 1px solid #d8d8d8;
    margin: 0;
    padding: 50px 0 40px;
    background: #fff;
}

section.pp-v2-info-section.pp-v2-info-section--scheduler-rails    {
    background-color: #fafafa;
}

.pp-v2-frontend-showcase__column {
    display: flex;
    flex-direction: column;
}

.pp-v2-frontend-showcase__column--left {
    border-right: 1px solid var(--pp-border-light);
}

.pp-v2-frontend-showcase__column--left .pp-v2-frontend-showcase__card:first-child {
    border-bottom: 1px solid var(--pp-border-light);
}

.pp-v2-frontend-showcase__card {
    padding: 20px 12px 12px;
}

.pp-v2-frontend-showcase__column--left .pp-v2-frontend-showcase__card {
    min-height: 510px;
}

.pp-v2-frontend-showcase__card--tall {
    min-height: 946px;
}

.pp-v2-frontend-showcase__media {
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: var(--pp-white);
}

.pp-v2-frontend-showcase__media img {
    display: block;
    width: 100%;
    height: auto;
}

.pp-v2-frontend-showcase__media--booking,
.pp-v2-frontend-showcase__media--conflict {
    max-width: 427px;
}

.pp-v2-frontend-showcase__media--event {
    max-width: 413px;
}

.pp-v2-frontend-showcase__copy {
    max-width: 427px;
    margin: 16px auto 0;
}

.pp-v2-frontend-showcase__copy h3 {
    margin: 0 0 10px;
    font-family: var(--pp-font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--pp-black);
}

.pp-v2-frontend-showcase__copy p {
    margin: 0;
    font-family: var(--pp-font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--pp-black);
}

@media (max-width: 1024px) {
  .pp-v2-info-section__container {
          padding: 0 24px;
      }

  .pp-v2-info-section--notetaker-triggers .pp-v2-info-section__container {
          padding: 0;
      }

  .pp-v2-info-section--notetaker-triggers .pp-v2-info-section__header {
          padding: 0 24px;
      }

  .pp-v2-info-section--two-col .pp-v2-info-section__body {
          flex-direction: column;
          padding: 0 0 24px;
      }

  .pp-v2-info-section--two-col .pp-v2-image-block {
          flex: 0 0 auto;
          width: 100%;
          min-height: 0;
      }

  .pp-v2-info-section__list {
          padding: 0;
      }

  .pp-v2-frontend-showcase {
          grid-template-columns: 1fr;
          border-right: 1px solid var(--pp-border-light);
      }

  .pp-v2-frontend-showcase__column--left {
          border-right: none;
      }

  .pp-v2-frontend-showcase__column--left .pp-v2-frontend-showcase__card,
      .pp-v2-frontend-showcase__card--tall {
          min-height: 0;
      }

  .pp-v2-frontend-showcase__copy h3 {
          font-size: 16px;
          line-height: 20px;
      }

  .pp-v2-frontend-showcase__copy p {
          font-size: 14px;
          line-height: 20px;
      }

}

@media (max-width: 768px) {
  .pp-v2-compare__body .pp-v2-image-block {
          min-height: 240px;
      }

  .pp-v2-info-section__title,
  .pp-v2-info-section__header h2 {
          font-size: 32px;
          line-height: 42px;
      }

  .pp-v2-info-section--two-col .pp-v2-image-block {
          flex: 0 0 auto;
          width: 100%;
          min-height: 0;
      }

  .pp-v2-info-section__body .pp-v2-image-block {
          min-height: 260px;
      }

  .pp-v2-frontend-showcase__card {
          padding: 16px;
      }

  .pp-v2-frontend-showcase__copy {
          margin-top: 14px;
      }

  .pp-v2-frontend-showcase__copy h3 {
          font-size: 16px;
          line-height: 20px;
      }

  .pp-v2-frontend-showcase__copy p {
          font-size: 14px;
          line-height: 20px;
      }

}

section.pp-v2-info-section--notetaker-triggers .pp-v2-info-section__subtitle {
    max-width: 1010px;
}

.pp-v2-info-section.pp-v2-info-section--notetaker-triggers + .pp-v2-cards-grid .pp-v2-cards-grid__title{
    margin-bottom: 10px;
}