.pb-hero {
    background: radial-gradient(circle at top left, #22c55e 0%, #0ea5e9 100%);
    padding: clamp(72px, 12vw, 120px) 0;
    color: #ffffff;
}

.pb-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.pb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pb-hero__title {
    margin-top: 24px;
    font-size: clamp(2.3rem, 5vw, 3.6rem);
    line-height: 1.15;
    font-weight: 700;
}

.pb-hero__lead {
    margin-top: 24px;
    max-width: 640px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.pb-button-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-button--primary {
    background: #ffffff;
    color: #047857;
    box-shadow: 0 18px 32px rgba(4, 120, 87, 0.25);
}

.pb-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.pb-button:hover {
    transform: translateY(-2px);
}

.pb-section-metrics {
    background: #f8fafc;
    padding: clamp(60px, 10vw, 96px) 0;
}

.pb-metrics {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pb-metric {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.pb-metric__value {
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    color: #047857;
}

.pb-metric__label {
    display: block;
    margin-top: 8px;
    font-size: 0.95rem;
    color: #475569;
}

.pb-section-story {
    padding: clamp(80px, 11vw, 120px) 0;
    background: #ffffff;
}

.pb-story-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pb-story-card {
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
    background: #f8fafc;
    padding: 36px;
}

.pb-story-card--accent {
    background: linear-gradient(145deg, #0ea5e9, #22c55e);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 36px rgba(14, 165, 233, 0.3);
}

.pb-story-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.pb-story-text {
    color: inherit;
    line-height: 1.8;
    opacity: 0.9;
}

.pb-story-list {
    margin-top: 24px;
    padding-left: 20px;
    color: inherit;
    line-height: 1.7;
    opacity: 0.95;
}

.pb-story-signature {
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 24px;
}

.pb-story-signature__name {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
}

.pb-story-signature__role {
    display: block;
    font-size: 0.9rem;
    opacity: 0.7;
}

.pb-section-values {
    background: #f1f5f9;
    padding: clamp(80px, 10vw, 110px) 0;
}

.pb-values__title {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 48px;
    color: #0f172a;
}

.pb-values-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pb-value-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.pb-value-card__title {
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 12px;
}

.pb-value-card__text {
    line-height: 1.6;
    color: #475569;
}

.pb-section-cta {
    padding: clamp(84px, 12vw, 120px) 0;
    background: radial-gradient(circle at center, rgba(34, 197, 94, 0.12), rgba(14, 165, 233, 0.12));
    text-align: center;
}

.pb-cta__title {
    font-size: 2rem;
    color: #0f172a;
}

.pb-cta__subtitle {
    margin-top: 16px;
    color: #475569;
    font-size: 1rem;
}

.pb-guide-step {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.pb-guide-step__title {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 16px;
}

.pb-guide-step__text {
    color: #475569;
    line-height: 1.7;
}

.pb-guide-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pb-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: #0ea5e9;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
}

.pb-promotions-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #dbeafe 100%);
    padding: clamp(60px, 9vw, 100px) 0;
}

.pb-promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 32px;
}

.pb-promo-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12);
}

.pb-promo-card__header {
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
}

.pb-promo-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    background: #f8fafc;
}

.pb-promo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb-contact-details {
    background: #f8fafc;
    padding: clamp(60px, 9vw, 100px) 0;
}

.pb-contact-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pb-contact-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pb-contact-card--primary {
    background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 36px rgba(14, 165, 233, 0.3);
}

.pb-contact-card--accent {
    background: linear-gradient(135deg, #22c55e 0%, #166534 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 36px rgba(22, 101, 52, 0.35);
}

.pb-contact-card__title {
    font-size: 1.5rem;
    font-weight: 700;
}

.pb-contact-card__subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: inherit;
}

.pb-contact-card__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: inherit;
    opacity: 0.9;
}

.pb-contact-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.pb-contact-card__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.pb-contact-card__list a,
.pb-contact-card__list strong {
    color: inherit;
    font-weight: 600;
}

.pb-contact-channel {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.pb-contact-card--accent .pb-contact-channel {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.pb-contact-channel__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.12);
    padding: 10px;
}

.pb-contact-channel h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.pb-contact-channel a,
.pb-contact-channel span {
    display: block;
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.85;
}

.pb-form-section {
    background: #ffffff;
    padding: clamp(60px, 9vw, 120px) 0;
}

.pb-form-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: start;
}

.pb-form-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pb-form-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    color: #166534;
    font-weight: 500;
}

.pb-form-checklist li::before {
    content: '✔';
    margin-right: 8px;
    color: #10b981;
}

.pb-form-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
    padding: clamp(24px, 5vw, 36px);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pb-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pb-form-group--full {
    grid-column: 1 / -1;
}

.pb-form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
}

.pb-form-input,
.pb-form-textarea {
    width: 100%;
    border: 1px solid #cbd5f5;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 0.95rem;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pb-form-input:focus,
.pb-form-textarea:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}

.pb-form-textarea {
    resize: vertical;
    min-height: 140px;
}

.pb-form-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pb-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
}

.pb-footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(40px, 8vw, 72px) 24px;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pb-footer__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.pb-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
    font-size: 0.95rem;
    color: #475569;
}

.pb-footer__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pb-footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 9999px;
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
}

.pb-footer__icon svg {
    width: 14px;
    height: 14px;
}

.pb-footer__social {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
}

.pb-footer__social img {
    height: 56px;
    width: 56px;
    object-fit: contain;
}

.pb-footer__qr {
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 12px;
}

.pb-footer__qr img {
    height: 120px;
    width: 120px;
}

.pb-footer__bottom {
    background: #0f172a;
    color: #cbd5f5;
    padding: 16px 24px;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .pb-hero {
        text-align: center;
    }

    .pb-button-group {
        justify-content: center;
    }
}
