:root {
    --pg-navy: #0c1f3f;
    --pg-teal: #0d9488;
    --pg-teal-dark: #0f766e;
    --pg-slate: #64748b;
    --pg-border: #e2e8f0;
    --pg-surface: #f8fafc;
}

.pg-navbar {
    background: rgba(12, 31, 63, 0.96);
    backdrop-filter: blur(10px);
}

.pg-footer {
    margin-top: auto;
}

/* ── Hero banner ── */
.pg-hero-banner {
    position: relative;
    padding: 6rem 0 0;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(8, 20, 42, 0.94) 0%, rgba(10, 55, 78, 0.9) 45%, rgba(13, 120, 110, 0.86) 100%),
        var(--pg-hero-image) center/cover no-repeat;
    overflow: hidden;
}

.pg-hero-banner__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pg-hero-banner__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}

.pg-hero-banner__orb--1 {
    width: 320px;
    height: 320px;
    top: -80px;
    right: 8%;
    background: rgba(13, 148, 136, 0.55);
}

.pg-hero-banner__orb--2 {
    width: 240px;
    height: 240px;
    bottom: 18%;
    left: -60px;
    background: rgba(56, 189, 248, 0.35);
}

.pg-hero-banner__orb--3 {
    width: 180px;
    height: 180px;
    top: 42%;
    right: 38%;
    background: rgba(255, 255, 255, 0.12);
}

.pg-hero-banner__grid {
    position: absolute;
    inset: 0;
    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: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 85%);
}

.pg-hero-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.9rem 0.45rem 0.55rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.pg-hero-banner__badge-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    background: #fff;
    border-radius: 6px;
    padding: 2px;
}

.pg-hero-banner__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.pg-hero-banner__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.pg-hero-banner__company {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.pg-hero-banner__since {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 600;
}

.pg-hero-banner__title {
    font-size: clamp(2.1rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.pg-hero-banner__subtitle {
    font-size: 1.12rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
    margin-bottom: 0.85rem;
    line-height: 1.65;
}

.pg-hero-banner__intro {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 540px;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.pg-hero-banner__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.pg-hero-banner__tag {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(13, 148, 136, 0.28);
    border: 1px solid rgba(13, 148, 136, 0.45);
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.pg-hero-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pg-hero-banner__panel {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 1.5rem;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.pg-hero-banner__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.pg-hero-banner__panel-label {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.pg-hero-banner__panel-live {
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.22);
    border: 1px solid rgba(16, 185, 129, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    color: #a7f3d0;
}

.pg-hero-banner__metrics {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.pg-hero-banner__metric {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pg-hero-banner__metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(13, 148, 136, 0.35);
    color: #fff;
}

.pg-hero-banner__metric-icon svg {
    width: 20px;
    height: 20px;
}

.pg-hero-banner__metric strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.15rem;
}

.pg-hero-banner__metric span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    line-height: 1.4;
}

.pg-hero-banner__concerns {
    margin-bottom: 1.15rem;
}

.pg-hero-banner__concerns-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.55rem;
}

.pg-hero-banner__concern-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.pg-hero-banner__chip {
    padding: 0.35rem 0.7rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--pg-navy);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.pg-hero-banner__chip:hover {
    background: #fff;
    color: var(--pg-teal-dark);
    transform: translateY(-1px);
}

.pg-hero-banner__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.pg-hero-banner__contact-item {
    display: block;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    background: rgba(12, 31, 63, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.pg-hero-banner__contact-item:hover {
    background: rgba(12, 31, 63, 0.65);
    color: #fff;
}

.pg-hero-banner__contact-item span {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.2rem;
}

.pg-hero-banner__contact-item strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
}

.pg-hero-banner__strip {
    position: relative;
    margin-top: 3.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 20, 42, 0.55);
    backdrop-filter: blur(10px);
}

.pg-hero-banner__strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.35rem 0;
}

.pg-hero-banner__strip-item {
    text-align: center;
    padding: 0.5rem;
}

.pg-hero-banner__strip-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.pg-hero-banner__strip-item span {
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Home pillars ── */
.pg-home-pillars {
    padding: 4rem 0 3rem;
    background: #fff;
}

.pg-home-pillars__head {
    margin-bottom: 2.5rem;
}

.pg-pillar-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    border-radius: 20px;
    border: 1px solid var(--pg-border);
    background: var(--pg-surface);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pg-pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    border-color: rgba(13, 148, 136, 0.3);
}

.pg-pillar-card--featured {
    background: linear-gradient(160deg, var(--pg-navy) 0%, #0f4f6e 100%);
    border-color: transparent;
    color: #fff;
}

.pg-pillar-card--featured h3,
.pg-pillar-card--featured p {
    color: #fff;
}

.pg-pillar-card--featured p {
    color: rgba(255, 255, 255, 0.78);
}

.pg-pillar-card--featured .pg-pillar-card__icon {
    background: rgba(13, 148, 136, 0.45);
    color: #fff;
}

.pg-pillar-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 14px;
    background: rgba(13, 148, 136, 0.12);
    color: var(--pg-teal-dark);
}

.pg-pillar-card__icon svg {
    width: 24px;
    height: 24px;
}

.pg-pillar-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pg-navy);
    margin-bottom: 0.65rem;
}

.pg-pillar-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--pg-slate);
}

.pg-intro-banner {
    padding: 2rem 2.25rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #eef6f5 0%, #fff 55%, #f0f9ff 100%);
    border: 1px solid var(--pg-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.pg-section-count {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(13, 148, 136, 0.1);
    color: var(--pg-teal-dark);
    font-size: 0.82rem;
    font-weight: 800;
}

.pg-about-feature {
    padding: 0.25rem 0;
}

.pg-about-feature__list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.pg-about-feature__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    font-size: 0.92rem;
    color: var(--pg-slate);
    line-height: 1.6;
}

.pg-about-feature__list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(13, 148, 136, 0.12);
    color: var(--pg-teal-dark);
}

.pg-about-feature__list-icon svg {
    width: 16px;
    height: 16px;
}

.pg-about-panel {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.pg-about-panel--accent {
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, #fff 100%);
    border-color: rgba(13, 148, 136, 0.22);
}

.pg-about-panel__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(13, 148, 136, 0.12);
    color: var(--pg-teal-dark);
}

.pg-about-panel__icon svg {
    width: 22px;
    height: 22px;
}

.pg-about-panel--stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    text-align: center;
}

.pg-about-panel__stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pg-navy);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.pg-about-panel__stat span {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--pg-slate);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pg-portfolio-cta__content {
    flex: 1;
    min-width: 240px;
}

.pg-portfolio-cta__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
}

.pg-portfolio-cta__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.pg-portfolio-cta__meta a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.pg-portfolio-cta__meta a:hover {
    text-decoration: underline;
}

.pg-portfolio-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.pg-portfolio-section {
    padding: 4.5rem 0;
}

.pg-portfolio-intro {
    background: var(--pg-surface);
}

.pg-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pg-teal);
    margin-bottom: 0.75rem;
}

.pg-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pg-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--pg-navy);
    margin: 0;
}

.pg-lead {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--pg-slate);
    margin: 0;
}

.pg-body-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--pg-slate);
}

.pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.35rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.pg-btn--primary {
    background: var(--pg-teal);
    color: #fff;
}

.pg-btn--primary:hover {
    background: var(--pg-teal-dark);
    color: #fff;
}

.pg-btn--light {
    background: #fff;
    color: var(--pg-navy);
}

.pg-btn--light:hover {
    background: #f1f5f9;
    color: var(--pg-navy);
}

.pg-btn--outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

.pg-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.pg-btn--outline-dark {
    background: transparent;
    color: var(--pg-navy);
    border-color: var(--pg-border);
}

.pg-btn--outline-dark:hover {
    background: var(--pg-surface);
    color: var(--pg-navy);
}

.pg-contact-form__label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pg-navy);
    margin-bottom: 0.45rem;
}

.pg-contact-form__label span {
    color: var(--pg-teal);
}

.pg-contact-form__input {
    width: 100%;
    border: 1px solid var(--pg-border);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    color: var(--pg-navy);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pg-contact-form__input:focus {
    outline: none;
    border-color: rgba(13, 148, 136, 0.55);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.pg-contact-form__textarea {
    resize: vertical;
    min-height: 140px;
}

.pg-facts-list a {
    color: var(--pg-teal-dark);
    text-decoration: none;
}

.pg-facts-list a:hover {
    text-decoration: underline;
}

.pg-concern-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--pg-border);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pg-concern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(13, 148, 136, 0.35);
    color: inherit;
}

.pg-concern-card__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef6f5 100%);
    padding: 1.5rem;
}

.pg-concern-card__logo {
    max-width: 88px;
    max-height: 88px;
    object-fit: contain;
}

.pg-concern-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pg-concern-card__name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--pg-navy);
    margin-bottom: 0.35rem;
}

.pg-concern-card__tagline {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--pg-teal);
    margin-bottom: 0.65rem;
}

.pg-concern-card__text {
    font-size: 0.92rem;
    color: var(--pg-slate);
    line-height: 1.65;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.pg-concern-card__link {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pg-teal-dark);
}

.pg-empty-card,
.pg-content-card,
.pg-about-panel {
    background: #fff;
    border: 1px solid var(--pg-border);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pg-empty-card {
    text-align: center;
    color: var(--pg-slate);
    padding: 3rem 1.5rem;
}

.pg-portfolio-about-snippet {
    background: var(--pg-surface);
}

.pg-about-panels {
    display: grid;
    gap: 1rem;
}

.pg-about-panel h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--pg-navy);
    margin-bottom: 0.65rem;
}

.pg-about-panel p {
    margin: 0;
    color: var(--pg-slate);
    line-height: 1.7;
}

.pg-portfolio-cta {
    padding: 0 0 4.5rem;
}

.pg-portfolio-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.25rem 2.5rem;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--pg-navy) 0%, #0a4f6e 50%, var(--pg-teal-dark) 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(12, 31, 63, 0.25);
}

.pg-portfolio-cta__inner h3 {
    margin: 0 0 0.35rem;
    font-weight: 800;
}

.pg-portfolio-cta__inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.pg-page-hero {
    padding: 4.5rem 0 2rem;
    background: linear-gradient(180deg, #eef6f5 0%, #fff 100%);
}

.pg-page-hero__title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--pg-navy);
    margin: 0.5rem 0;
}

.pg-page-hero__sub {
    color: var(--pg-slate);
    font-size: 1.05rem;
    margin: 0;
}

.pg-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: var(--pg-slate);
    margin-bottom: 1.25rem;
}

.pg-breadcrumb a {
    color: var(--pg-teal-dark);
    text-decoration: none;
}

.pg-concern-hero {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.pg-concern-hero__logo {
    width: 84px;
    height: 84px;
    object-fit: contain;
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    border: 1px solid var(--pg-border);
}

.pg-content-card__brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--pg-border);
}

.pg-content-card__brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.pg-content-card__brand strong {
    font-size: 1.1rem;
    color: var(--pg-navy);
}

.pg-rich-text {
    color: var(--pg-slate);
    line-height: 1.8;
}

.pg-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pg-facts-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px dashed var(--pg-border);
    font-size: 0.92rem;
}

.pg-facts-list li:last-child {
    border-bottom: none;
}

.pg-facts-list span {
    color: var(--pg-slate);
}

.pg-facts-list strong {
    color: var(--pg-navy);
}

@media (max-width: 991px) {
    .pg-hero-banner {
        padding-top: 5rem;
    }

    .pg-hero-banner__strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-hero-banner__contact {
        grid-template-columns: 1fr;
    }

    .pg-about-panel--stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pg-portfolio-section {
        padding: 3.5rem 0;
    }

    .pg-hero-banner {
        padding-top: 4.5rem;
    }

    .pg-hero-banner__panel {
        margin-top: 0.5rem;
    }

    .pg-hero-banner__strip-inner {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        padding: 1rem 0;
    }

    .pg-hero-banner__strip-item strong {
        font-size: 1.25rem;
    }

    .pg-intro-banner {
        padding: 1.5rem;
    }

    .pg-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pg-concern-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .pg-portfolio-cta__inner {
        padding: 1.5rem;
    }

    .pg-portfolio-cta__actions {
        width: 100%;
    }

    .pg-portfolio-cta__actions .pg-btn {
        flex: 1;
        min-width: 140px;
    }
}
