/* ===== Peak64 Contact Page ===== */

.pk-contact-page
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'SF Pro', 'Segoe UI', sans-serif;
}

.pk-contact-inner
{
    max-width: 1120px;
    margin: 0 auto;
}

/* Hero */

.pk-contact-badge
{
    font-size: 11px;

    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding: 4px 11px;

    letter-spacing: .16em;
    text-transform: uppercase;

    color: rgba(255,255,255,.7);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 78, 205, .16), rgba(107, 104, 255, .12));

    gap: 8px;
}

.pk-contact-badge-dot
{
    width: 7px;
    height: 7px;

    border-radius: 999px;
    background: #f2df45;
    box-shadow: 0 0 10px rgba(242,223,69,.9);
}

.pk-contact-hero h1
{
    font-size: clamp(30px, 4vw, 38px);
    line-height: 1.15;

    margin: 0 0 12px;
}

.pk-contact-hero p
{
    font-size: 15px;
    line-height: 1.8;

    max-width: 560px;
    margin: 0 0 22px;

    color: rgba(255,255,255,.75);
}

.pk-contact-meta
{
    font-size: 13px;

    display: flex;
    flex-wrap: wrap;

    color: rgba(255,255,255,.7);

    gap: 14px;
}

.pk-contact-meta span
{
    display: inline-flex;
    align-items: center;

    gap: 6px;
}

/* Grid layout */

.pk-contact-grid
{
    display: grid;

    margin-top: 40px;

    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 32px;
}

/* Left column – info cards */

.pk-contact-info
{
    display: grid;

    gap: 18px;
}

.pk-contact-card
{
    padding: 18px 20px;

    border: 1px solid #252538;
    border-radius: 18px;
    background: #0b0b12;
}

.pk-contact-card h2,
.pk-contact-card h3
{
    font-size: 16px;

    margin: 0 0 8px;
}

.pk-contact-card p
{
    font-size: 14px;
    line-height: 1.7;

    margin: 0 0 8px;

    color: rgba(255,255,255,.75);
}

.pk-contact-list
{
    font-size: 14px;

    margin: 10px 0 0;
    padding: 0;

    list-style: none;

    color: rgba(255,255,255,.8);
}

.pk-contact-list li + li
{
    margin-top: 4px;
}

.pk-contact-list a
{
    transition: border-color .15s ease, color .15s ease;
    text-decoration: none;

    color: #f5f5ff;
    border-bottom: 1px solid transparent;
}

.pk-contact-list a:hover
{
    color: #ff4ecd;
    border-color: rgba(255,78,205,.7);
}

/* Right column – form wrapper */

.pk-contact-form-wrapper
{
    padding: 22px 20px 24px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: radial-gradient(circle at top left, rgba(255,78,205,.16), rgba(5,5,9,.97));
    box-shadow: 0 18px 40px rgba(0,0,0,.7);
}

.pk-contact-form-title
{
    font-size: 17px;

    margin: 0 0 6px;
}

.pk-contact-form-sub
{
    font-size: 13px;

    margin: 0 0 18px;

    color: rgba(255,255,255,.75);
}

/* ===== WPForms styling inside contact card ===== */

.pk-contact-form-wrapper .wpforms-container
{
    margin: 0;
}

.pk-contact-form-wrapper .wpforms-form
{
    /* darker, softer field grey */
    --pk-field-bg: #1a1b26;          /* idle */
    --pk-field-border: rgba(255,255,255,.22);
    --pk-field-border-focus: rgba(255,78,205,.9);
    --pk-label: #f5f5ff;
    --pk-help: rgba(255,255,255,.7);
    --pk-text: #f5f5ff;
    --pk-placeholder: rgba(255,255,255,.55);
}



/* Labels */

.pk-contact-form-wrapper .wpforms-field-label,
.pk-contact-form-wrapper .wpforms-field-label-inline
{
    font-size: 13px;

    color: var(--pk-label) !important;
}

.pk-contact-form-wrapper .wpforms-required-label
{
    color: #ff9b47 !important;  /* little orange * */
}

.pk-contact-form-wrapper .wpforms-field-description
{
    font-size: 12px;

    color: var(--pk-help) !important;
}

/* “First / Last” sub-labels under name fields */

.pk-contact-form-wrapper .wpforms-field-sublabel
{
    font-size: 11px;

    color: rgba(255,255,255,.65) !important;
}

/* Inputs */

.pk-contact-form-wrapper input[type='text'],
.pk-contact-form-wrapper input[type='email'],
.pk-contact-form-wrapper input[type='tel'],
.pk-contact-form-wrapper input[type='number'],
.pk-contact-form-wrapper select,
.pk-contact-form-wrapper textarea
{
    font-family: inherit;
    font-size: 14px;

    padding: 9px 11px;

    color: var(--pk-text) !important;
    border: 1px solid var(--pk-field-border) !important;
    border-radius: 10px;
    outline: none;
    background: var(--pk-field-bg) !important;
    box-shadow: none !important;

    caret-color: #ff9b47;
}

.pk-contact-form-wrapper input::placeholder,
.pk-contact-form-wrapper textarea::placeholder
{
    color: var(--pk-placeholder);
}

.pk-contact-form-wrapper textarea
{
    min-height: 140px;

    resize: vertical;
}

/* Focus state */

.pk-contact-form-wrapper input[type='text']:focus,
.pk-contact-form-wrapper input[type='email']:focus,
.pk-contact-form-wrapper input[type='tel']:focus,
.pk-contact-form-wrapper input[type='number']:focus,
.pk-contact-form-wrapper select:focus,
.pk-contact-form-wrapper textarea:focus
{
    color: var(--pk-text) !important;
    border-color: var(--pk-field-border-focus) !important;
    /* slightly brighter focus bg than idle */
    background: #1f202b !important;
    box-shadow: 0 0 0 1px rgba(255,78,205,.6) !important;
}

/* Submit button */

.pk-contact-form-wrapper button[type='submit'],
.pk-contact-form-wrapper .wpforms-submit
{
    font-size: 14px;
    font-weight: 600;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;

    cursor: pointer;
    transition: transform .13s ease-out, box-shadow .13s ease-out;

    color: #120815 !important;
    border: none;
    border-radius: 999px !important;
    background: linear-gradient(120deg,#ff4ecd,#ff9b47) !important;
    box-shadow: 0 14px 30px rgba(255,78,205,.5);
}

.pk-contact-form-wrapper button[type='submit']:hover,
.pk-contact-form-wrapper .wpforms-submit:hover
{
    transform: translateY(-1px);

    box-shadow: 0 18px 40px rgba(255,78,205,.7);
}

.pk-contact-small-note
{
    font-size: 11px;

    margin-top: 10px;

    color: rgba(255,255,255,.7);
}

/* Responsive */

@media (max-width: 900px)
{
    .pk-contact-grid
    {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 600px)
{
    .pk-contact-page
    {
        padding-top: 60px;
        padding-bottom: 72px;
    }
}
