.pc-contact-page {
    color: #071a38;
    background: #f5f8f8;
}

.pc-contact-hero {
    padding: 90px 0 125px;
    color: white;
    background:
        radial-gradient(circle at 75% 20%, rgba(109,221,210,.17), transparent 27%),
        linear-gradient(135deg, #071a38, #075c55);
}

.pc-hero-content {
    max-width: 800px;
    text-align: center;
}

.pc-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #087b70;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pc-label::before {
    width: 26px;
    height: 2px;
    content: "";
    background: currentColor;
}

.pc-label-light {
    color: #91e1d8;
}

.pc-contact-hero h1 {
    margin: 18px 0 13px;
    color: white;
    font-size: clamp(40px,6vw,66px);
    letter-spacing: -.045em;
}

.pc-contact-hero p {
    max-width: 650px;
    margin: auto;
    color: rgba(255,255,255,.73);
    line-height: 1.75;
}

.pc-contact-section {
    padding-bottom: 90px;
}

.pc-contact-layout {
    margin-top: -65px;
    position: relative;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: stretch;
    gap: 25px;
}

.pc-contact-information,
.pc-form-card {
    padding: clamp(27px,4vw,42px);
    background: white;
    border: 1px solid #dce7e5;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(7,26,56,.08);
}

.pc-contact-information h2,
.pc-form-heading h2 {
    margin: 11px 0;
    font-size: clamp(27px,4vw,39px);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.pc-contact-information > p,
.pc-form-heading p {
    color: #68778e;
    line-height: 1.7;
}

.pc-contact-methods {
    margin: 27px 0;
    display: grid;
    gap: 12px;
}

.pc-contact-methods article {
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #f6f9f9;
    border: 1px solid #e0e8e9;
    border-radius: 12px;
}

.pc-method-icon {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: white;
    background: #087b70;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 900;
}

.pc-contact-methods small,
.pc-contact-methods strong {
    display: block;
}

.pc-contact-methods small {
    margin-bottom: 3px;
    color: #8390a0;
    font-size: 10px;
    text-transform: uppercase;
}

.pc-contact-methods strong {
    overflow-wrap: anywhere;
    font-size: 13px;
}

.pc-dashboard-support {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #087b70;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.pc-help-tip {
    margin-top: 24px;
    padding: 16px;
    background: #fff8e7;
    border: 1px solid #f0dfb2;
    border-radius: 12px;
}

.pc-help-tip strong {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.pc-help-tip p {
    margin: 0;
    color: #77694a;
    font-size: 11px;
    line-height: 1.55;
}

.pc-flashes {
    margin: 20px 0;
}

.pc-contact-form {
    display: grid;
    gap: 17px;
}

.pc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.pc-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 850;
}

.pc-label-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.pc-label-row span {
    color: #8190a1;
    font-size: 11px;
}

.pc-field input,
.pc-field textarea {
    width: 100%;
    padding: 12px 13px;
    color: #071a38;
    background: white;
    border: 1px solid #cbd7dd;
    border-radius: 11px;
    outline: none;
    font: inherit;
}

.pc-field input {
    min-height: 49px;
}

.pc-field textarea {
    resize: vertical;
    line-height: 1.6;
}

.pc-field input:focus,
.pc-field textarea:focus {
    border-color: #087b70;
    box-shadow: 0 0 0 4px rgba(8,123,112,.10);
}

.pc-submit-button {
    min-height: 51px;
    color: white;
    background: #087b70;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.pc-submit-button:hover {
    background: #055c54;
}

.pc-submit-button:disabled {
    cursor: wait;
    opacity: .72;
}

.pc-privacy-note {
    margin: 0;
    color: #7b899a;
    font-size: 11px;
    text-align: center;
}

.pc-honeypot {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.pc-quick-help {
    padding: 0 0 85px;
}

.pc-help-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.pc-help-grid article {
    padding: 24px;
    background: white;
    border: 1px solid #dce7e5;
    border-radius: 15px;
}

.pc-help-grid article > span {
    color: #087b70;
    font-size: 11px;
    font-weight: 900;
}

.pc-help-grid h3 {
    margin: 12px 0 7px;
    font-size: 17px;
}

.pc-help-grid p {
    margin: 0;
    color: #68778e;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 850px) {
    .pc-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .pc-contact-hero {
        padding: 65px 0 105px;
    }

    .pc-contact-information,
    .pc-form-card {
        padding: 25px 19px;
    }

    .pc-form-row,
    .pc-help-grid {
        grid-template-columns: 1fr;
    }
}