* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f5f3ef;
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 1.4;
    overflow-x: hidden;
}

.pc-container {
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    line-height: 1.3;
}


.pc-title-large,
.pc-title,
h2,
.pc-h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}


a {
    text-decoration: none;
    transition: all 0.25s ease;
}

.pc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(#e5932e,#d17f1a);
    padding: 14px 28px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: white !important;
    line-height: 1;
    transition: 0.2s;
    border: none;
    cursor: poLato;
}

.pc-btn-primary i {
    transition: transform 0.2s;
    font-size: 1.1rem;
}

.pc-btn-primary:hover {
    background-color: #d63a17;
}

.pc-btn-primary:hover i {
    transform: translateX(5px) rotate(45deg);
}


.pc-subtitle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 16px;
    color: #e7af6a;
}

.pc-subtitle-white {
    color: #fff;
}

.pc-subtitle-white .pc-subtitle-icon {
    filter: brightness(0) invert(1);
}

.pc-subtitle-icon {
    width: 24px;
    height: 6px;
    object-fit: contain;
}


.pc-tag {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
}


.pc-card,
.pc-block-white {
    background-color: #141315;
    border-radius: 10px;
    padding: 28px;
    transition: 0.2s;
    height: 100%;
    border: 1px solid #ffffff14;
}

.pc-card p {
    color: #ccc !important;
}

.pc-card img {
    height: 46px;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 50%;
    background: #e7af6a;
    object-fit: contain;
}

.pc-dark-block {
    background-color: #FFFFFF1A;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    padding: 28px;
}


.pc-marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: #e7af6a;
    padding: 16px 0;
    width: 100%;
}

.pc-marquee-content {
    display: inline-block;
    animation: pc-marqueeScroll 48s linear infinite;
}

.pc-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: -0.2px;
    margin-right: 48px;
}

.pc-marquee-item img {
    width: 20px;
    height: 20px;
    filter: brightness(1) invert(1);
}

@keyframes pc-marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.pc-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 28px 0;
}

.pc-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: white;
}

.pc-logo img {
    height: 36px;
    width: auto;
}

.pc-menu {
    display: flex;
    gap: 42px;
    align-items: center;
}

.pc-menu a {
    color: white;
    font-weight: 500;
    font-size: 1rem;
}

.pc-menu a:hover {
    color: #e7af6a;
}

.pc-mobile-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: poLato;
}

@media (max-width: 900px) {
    .pc-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 320px;
        height: 100vh;
        background: #161616;
        flex-direction: column;
        justify-content: center;
        gap: 32px;
        transition: 0.3s;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
        z-index: 100;
        padding: 40px 30px;
    }

    .pc-menu.active {
        right: 0;
    }

    .pc-mobile-toggle {
        display: block;
    }

    .pc-menu a {
        color: white;
        font-size: 1.3rem;
    }

    .pc-close-menu {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 28px;
        color: white;
        cursor: poLato;
    }
}


.pc-banner {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0f0f0f;
    padding: 140px 0 100px;
    position: relative;
}

.pc-banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.pc-banner .pc-subtitle {
    justify-content: center;
}

.pc-banner h1 {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin: 20px 0 20px;
    letter-spacing: -0.02em;
}

.pc-banner-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    margin-bottom: 32px;
}

.pc-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 32px 0 40px;
}

.pc-banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.pc-about-grid,
.pc-why-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.pc-about-left,
.pc-why-left {
    flex: 1;
}

.pc-about-right,
.pc-why-right {
    flex: 1;
}



.pc-about-img img,
.pc-about-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.pc-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.pc-feature-link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    color: #e7af6a;
}

.pc-feature-link i {
    transition: 0.2s;
}

.pc-feature-link:hover i {
    transform: translateX(4px) rotate(45deg);
}

.pc-why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.pc-why-cards img {
    height: 36px;
    filter: brightness(1) invert(0);
    margin-bottom: 15px;
}

.pc-for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 48px;
}

footer {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0a0a0a;
    color: #ccc;
    padding: 60px 0 30px;
}

.pc-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.pc-footer-col {
    flex: 1;
    min-width: 160px;
}

.pc-footer-col h4 {
    text-transform: uppercase;
}

.pc-footer-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.pc-footer-logo img {
    height: 32px;
}

.pc-footer-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #aaa;
}

.pc-footer-links a,
.pc-footer-menu a {
    display: block;
    margin-bottom: 12px;
    color: #ddd;
    font-size: 0.9rem;
}

.pc-footer-links a:hover,
.pc-footer-menu a:hover {
    color: #e7af6a;
}

.pc-footer-contact p {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.pc-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 24px;
    text-align: left;
    font-size: 0.8rem;
    color: #aaa;
}



.pc-page-hero {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0f0f0f;
    padding: 160px 0 80px;
    margin-top: 0;
    position: relative;
}

.pc-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pc-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: 0.2s;
}

.pc-breadcrumbs a:hover {
    color: #e7af6a;
}

.pc-breadcrumbs .pc-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.pc-breadcrumbs .pc-current {
    color: white;
    font-weight: 500;
}

.pc-page-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
}


.pc-contact-section {
    padding: 90px 0;

}

.pc-contact-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.pc-contact-info {
    flex: 1.1;
    background: #141315;
    border-radius: 20px;
    padding: 44px 36px;
    border: 1px solid #ffffff14;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);
}

.pc-contact-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.pc-info-desc {
    color: #ccc;
    margin-bottom: 42px;
    line-height: 1.5;
}

.pc-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.pc-info-icon {
    width: 52px;
    height: 52px;
    background: #f5f3ef;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-info-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(1) invert(1);
}

.pc-info-content h4 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #161616;
}

.pc-info-content p,
.pc-info-content a {
    color: #ccc;
    font-weight: 500;
    transition: 0.2s;
}

.pc-info-content a:hover {
    color: #e7af6a;
}


.pc-contact-form-side {
    flex: 1.5;
    background: #141315;
    border-radius: 20px;
    border: 1px solid #ffffff14;
    padding: 44px 40px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);
}

.pc-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pc-form-group {
    flex: 1;
    margin-bottom: 20px;
}

.pc-form-group.full-width {
    width: 100%;
}

.pc-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #ccc;
}

.pc-form-group input,
.pc-form-group select,
.pc-form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e2e0db;
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    transition: 0.2s;
    background: #fff;
}

.pc-form-group input:focus,
.pc-form-group select:focus,
.pc-form-group textarea:focus {
    outline: none;
    border-color: #e7af6a;
    box-shadow: 0 0 0 3px rgba(239, 72, 35, 0.1);
}

.pc-form-group textarea {
    resize: vertical;
    min-height: 110px;
}

.pc-submit-btn {
    background: #e7af6a;
    border: none;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 8px;
}

.pc-submit-btn i {
    transition: transform 0.2s;
}

.pc-submit-btn:hover {
    background: #d63a17;
}

.pc-submit-btn:hover i {
    transform: translateX(5px) rotate(45deg);
}

.pc-thankyou-message {
    margin-top: 24px;
    padding: 14px 20px;
    background: #e8f5e9;
    border-radius: 60px;
    color: #2e7d32;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: auto;
    animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .pc-contact-grid {
        flex-direction: column;
    }

    .pc-page-hero h1 {
        font-size: 2.3rem;
    }

    .pc-contact-info,
    .pc-contact-form-side {
        padding: 32px 24px;
    }
}


.pc-page-hero {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0f0f0f;
    padding: 160px 0 80px;
    position: relative;
}

.pc-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pc-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: 0.2s;
}

.pc-breadcrumbs a:hover {
    color: #e7af6a;
}

.pc-breadcrumbs .pc-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.pc-breadcrumbs .pc-current {
    color: white;
    font-weight: 500;
}

.pc-page-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
}


.pc-about-section {
    padding: 90px 0;
}

.pc-about-grid {
    display: flex;
    gap: 70px;
    align-items: center;
    flex-wrap: wrap;
}

.pc-about-content {
    flex: 1;
}

.pc-about-image {
    flex: 1;
}

.pc-about-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
}

.pc-subtitle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 16px;
    color: #e7af6a;
}

.pc-subtitle-icon {
    width: 24px;
    height: 6px;
    object-fit: contain;
}

.pc-about-content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fff;
    letter-spacing: -0.02em;
}

.pc-about-text p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ccc;
    font-size: 1rem;
}

.pc-text-accent {
    font-weight: 600;
    color: #e7af6a;
}


.pc-dark-about {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0a0a0a;
    color: white;
}

.pc-dark-about .pc-about-content h2 {
    color: white;
}

.pc-dark-about .pc-about-text p {
    color: rgba(255, 255, 255, 0.85);
}

.pc-dark-about .pc-subtitle {
    color: #e7af6a;
}

.pc-stats-row {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pc-stat-item {
    flex: 1;
    border-left: 3px solid #e7af6a;
    padding-left: 20px;
}

.pc-stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 8px;
}

.pc-stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
}

@media (max-width: 900px) {
    .pc-page-hero h1 {
        font-size: 2.3rem;
    }

    .pc-about-grid {
        flex-direction: column;
        gap: 40px;
    }

    .pc-about-content h2 {
        font-size: 1.9rem;
    }

    .pc-stats-row {
        flex-direction: column;
        gap: 24px;
    }
}




.pc-page-hero {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0f0f0f;
    padding: 160px 0 80px;
    position: relative;
}

.pc-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pc-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: 0.2s;
}

.pc-breadcrumbs a:hover {
    color: #e7af6a;
}

.pc-breadcrumbs .pc-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.pc-breadcrumbs .pc-current {
    color: white;
    font-weight: 500;
}

.pc-page-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
}


.pc-capabilities-section {
    padding: 90px 0;
}

.pc-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.pc-section-header .pc-subtitle {
    justify-content: center;
}

.pc-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pc-section-desc {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.5;
}


.pc-capabilities-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pc-capability-item {
    display: flex;
    gap: 50px;
    align-items: center;
    background: #141315;
    border-radius: 20px;
    border: 1px solid #ffffff14;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s;
}

.pc-capability-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}

.pc-capability-icon {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background: #f5f3ef;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-capability-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(1) invert(1);
}

.pc-capability-content {
    flex: 1;
}

.pc-capability-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.pc-capability-desc {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.pc-feature-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.pc-feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #2c2c2c;
    background: #f5f3ef;
    padding: 6px 14px;
    border-radius: 40px;
}

.pc-feature-list li i {
    color: #e7af6a;
    font-size: 0.75rem;
}


.pc-capability-item.reverse {
    flex-direction: row-reverse;
}


.pc-cta-section {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0a0a0a;
    padding: 90px 0;
    text-align: center;
}

.pc-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.pc-cta-content h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pc-cta-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    margin-bottom: 35px;
    line-height: 1.5;
}

.pc-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.pc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #e7af6a;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: white !important;
    transition: 0.2s;
}

.pc-btn-primary i {
    transition: transform 0.2s;
}

.pc-btn-primary:hover {
    background-color: #d63a17;
}

.pc-btn-primary:hover i {
    transform: translateX(5px) rotate(45deg);
}

.pc-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 30px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: white !important;
    transition: 0.2s;
}

.pc-btn-outline:hover {
    border-color: #e7af6a;
    background: rgba(239, 72, 35, 0.1);
}

@media (max-width: 900px) {
    .pc-page-hero h1 {
        font-size: 2.3rem;
    }

    .pc-capability-item {
        flex-direction: column !important;
        text-align: center;
        padding: 30px 24px;
    }

    .pc-capability-icon {
        margin-bottom: 10px;
    }

    .pc-feature-list {
        justify-content: center;
    }

    .pc-section-header h2 {
        font-size: 2rem;
    }

    .pc-cta-content h2 {
        font-size: 2rem;
    }
}



.pc-page-hero {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #0f0f0f;
    padding: 160px 0 60px;
    position: relative;
}

.pc-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pc-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: 0.2s;
}

.pc-breadcrumbs a:hover {
    color: #e7af6a;
}

.pc-breadcrumbs .pc-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.pc-breadcrumbs .pc-current {
    color: white;
    font-weight: 500;
}

.pc-page-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: white;

    letter-spacing: -0.02em;
}

.pc-update-date {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}


.pc-legal-section {
    padding: 70px 0;
}

.pc-legal-content {
    max-width: 980px;
    margin: 0 auto;
    background: #141315;
    border: 1px solid #ffffff14;
    border-radius: 24px;
    padding: 50px 56px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

.pc-legal-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 32px 0 16px;
    letter-spacing: -0.01em;
}

.pc-legal-content h2:first-of-type {
    margin-top: 0;
}

.pc-legal-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin: 28px 0 12px;
}

.pc-legal-content p {
    line-height: 1.65;
    color: #ccc;
    margin-bottom: 18px;
    font-size: 1rem;
}

.pc-legal-content ul,
.pc-legal-content ol {
    margin: 16px 0 20px 28px;
    line-height: 1.65;
    color: #ccc;
}

.pc-legal-content li {
    margin-bottom: 10px;
}

.pc-legal-content strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.pc-legal-divider {
    height: 1px;
    background: #e2e0db;
    margin: 32px 0;
}

.pc-contact-block {
    padding: 24px 28px;
    border-radius: 16px;
    margin: 32px 0 0;
    border: 1px solid #ffffff14;
}

.pc-contact-block p {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .pc-page-hero h1 {
        font-size: 2rem;
    }

    .pc-legal-content {
        padding: 32px 24px;
    }

    .pc-legal-content h2 {
        font-size: 1.5rem;
    }
}





































@media (max-width: 900px) {

    .pc-features-grid,
    .pc-why-cards,
    .pc-for-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pc-about-grid,
    .pc-why-grid {
        flex-direction: column;
    }

    .pc-banner h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {

    .pc-features-grid,
    .pc-why-cards,
    .pc-for-grid {
        grid-template-columns: 1fr;
    }

    .pc-info-content p,
    .pc-info-content a {
        font-size: 14px;
        font-weight: 400;
    }

    .pc-about-grid {
        flex-direction: column !important;
        gap: 40px !important;
    }
}

section {
    padding: 80px 0;
    background: #141315;
}

.pc-dark-section {
    background: url('../img/dark-section.png') center/cover no-repeat;
    background-color: #111;
    color: white;
}

.pc-dark-section .pc-subtitle {
    color: #e7af6a;
}

.pc-dark-section h2,
.pc-dark-section .pc-title {
    color: white;
}

.pc-dark-section .pc-card {
    background: #141315;
    backdrop-filter: blur(4px);
    color: white;
    border: 1px solid #ffffff14;
}

.pc-link-arrow {
    color: #e7af6a;
}