@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

.woocommerce-account .pvl-commerce-main,
.woocommerce-account .pvl-commerce-main * {
    box-sizing: border-box;
}

.woocommerce-account .pvl-commerce-main {
    --pv-bg: #ffffff;
    --pv-surface: #ffffff;
    --pv-surface2: #f0f1f5;
    --pv-surface3: #e8eaf0;
    --pv-border: #e2e5ee;
    --pv-border-strong: #d0d4e0;
    --pv-orange: #f5921c;
    --pv-orange-soft: #fff8f0;
    --pv-orange-glow: rgba(249, 115, 22, .25);
    --pv-orange-dark: #c2500a;
    --pv-mid-orange: #ffe0be;
    --pv-gold: #f59e0b;
    --pv-green: #059669;
    --pv-green-soft: #ecfdf5;
    --pv-blue: #2563eb;
    --pv-blue-soft: #eff6ff;
    --pv-text: #111827;
    --pv-text2: #374151;
    --pv-muted: #6b7280;
    --pv-subtle: #9ca3af;
    background: var(--pv-bg);
    font-family: "Segoe UI", Calibri, Arial, sans-serif;
}

.woocommerce-account,
.woocommerce-account body,
.woocommerce-account .pvl-commerce-main,
.woocommerce-account .pvl-commerce-main input,
.woocommerce-account .pvl-commerce-main select,
.woocommerce-account .pvl-commerce-main textarea,
.woocommerce-account .pvl-commerce-main button {
    font-family: "Segoe UI", Calibri, Arial, sans-serif;
}

.woocommerce-account .pvl-header,
.woocommerce-account .pvl-nav,
.woocommerce-account .pvl-nav a,
.woocommerce-account .pvl-account-chip,
.woocommerce-account .pvl-account-dropdown a {
    font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.woocommerce-account .pvl-commerce-hero {
    background: linear-gradient(135deg, var(--pv-orange-soft), var(--pv-mid-orange) 140%);
    border-bottom: 0;
    margin: 0 calc(50% - 50vw);
    padding: 56px max(24px, calc((100vw - 1180px) / 2)) 48px;
}

.woocommerce-account .pvl-commerce-hero .d-kicker {
    color: var(--pv-orange);
    font-family: "Segoe UI", Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.woocommerce-account .pvl-commerce-hero .d-kicker span {
    display: none;
}

.woocommerce-account .pvl-commerce-hero h1 {
    color: #1a1a1a;
    font-family: "Segoe UI", Calibri, Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 10px;
    max-width: 760px;
}

.woocommerce-account .pvl-commerce-hero p:last-child {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.woocommerce-account .pvl-commerce-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    max-width: 1180px;
    padding: 40px 24px 60px;
}

.woocommerce-account .pvl-commerce-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.pv-account-page-body {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 220px minmax(0, 1fr);
}

.pv-account-nav {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 84px;
}

.pv-account-nav-head {
    background: var(--pv-surface2);
    border-bottom: 1px solid var(--pv-border);
    padding: 14px 18px;
}

.pv-account-nav-title {
    color: var(--pv-subtle);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pv-account-nav-item {
    align-items: center;
    border-bottom: 1px solid var(--pv-border);
    color: var(--pv-muted);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    padding: 10px 18px;
    text-decoration: none;
    transition: all .15s ease;
}

.pv-account-nav-item:last-child {
    border-bottom: 0;
}

.pv-account-nav-item:hover {
    background: var(--pv-surface2);
    color: var(--pv-text2);
}

.pv-account-nav-item.active {
    background: var(--pv-orange-soft);
    color: var(--pv-orange);
    font-weight: 600;
}

.pv-account-nav-icon {
    flex: 0 0 18px;
    font-size: 15px;
    text-align: center;
}

.pv-account-nav-badge {
    background: var(--pv-orange);
    border-radius: 20px;
    color: #fff;
    font-size: 9.5px;
    font-weight: 700;
    margin-left: auto;
    padding: 1px 6px;
}

.pv-account-welcome {
    align-items: center;
    background: linear-gradient(135deg, #fff8f3, #fff4ee);
    border: 1px solid #fcd9c0;
    border-radius: 14px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 18px 22px;
}

.pv-account-greeting {
    color: var(--pv-text2);
    font-size: 14px;
    margin-bottom: 3px;
}

.pv-account-greeting strong {
    color: var(--pv-text);
    font-weight: 700;
}

.pv-account-desc {
    color: var(--pv-muted);
    font-size: 12px;
    line-height: 1.5;
}

.pv-account-desc a,
.pv-account-greeting a {
    color: var(--pv-orange);
    font-weight: 600;
}

.pv-account-welcome-actions {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.pv-account-btn {
    border-radius: 9px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.pv-account-btn-outline {
    border: 1.5px solid var(--pv-orange);
    color: var(--pv-orange);
}

.pv-account-btn-solid {
    background: var(--pv-orange);
    box-shadow: 0 2px 6px var(--pv-orange-glow);
    color: #fff;
}

.pv-account-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
}

.pv-account-stat {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    transition: all .15s ease;
}

.pv-account-stat:hover {
    border-color: var(--pv-border-strong);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.pv-account-stat strong {
    color: var(--pv-muted);
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.pv-account-stat strong.tone-orange {
    color: var(--pv-orange);
}

.pv-account-stat strong.tone-blue {
    color: var(--pv-blue);
}

.pv-account-stat strong.tone-green {
    color: var(--pv-green);
}

.pv-account-stat span {
    color: var(--pv-subtle);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pv-account-section-title {
    align-items: center;
    color: var(--pv-text);
    display: flex;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    margin: 0 0 12px;
}

.pv-account-sim-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 22px;
}

.pv-account-sim-card {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    padding: 18px 20px;
    position: relative;
    transition: all .2s ease;
}

.pv-account-sim-card:hover {
    border-color: var(--pv-border-strong);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.pv-account-sim-card.active-access {
    border-color: var(--pv-orange);
}

.pv-account-sim-card.active-access::before {
    background: linear-gradient(90deg, var(--pv-orange), var(--pv-gold));
    content: "";
    height: 3px;
    inset: 0 0 auto;
    position: absolute;
}

.pv-account-sim-card.expired-access {
    opacity: .78;
}

.pv-account-sim-top {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.pv-account-sim-icon {
    align-items: center;
    background: var(--pv-orange-soft);
    border-radius: 10px;
    color: var(--pv-orange);
    display: flex;
    flex: 0 0 38px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.pv-account-sim-top strong {
    color: var(--pv-text);
    flex: 1;
    font-size: 13.5px;
    font-weight: 700;
}

.pv-pill {
    border-radius: 20px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    white-space: nowrap;
}

.p-active {
    background: var(--pv-green-soft);
    color: var(--pv-green);
}

.p-expired {
    background: var(--pv-surface2);
    color: var(--pv-subtle);
}

.pv-account-sim-meta {
    color: var(--pv-muted);
    display: grid;
    font-size: 11.5px;
    gap: 3px;
}

.pv-account-progress {
    background: var(--pv-surface3);
    border-radius: 2px;
    height: 4px;
    overflow: hidden;
}

.pv-account-progress i {
    background: linear-gradient(90deg, var(--pv-orange), var(--pv-gold));
    display: block;
    height: 100%;
}

.pv-account-sim-actions {
    display: flex;
    gap: 8px;
}

.pv-account-launch,
.pv-account-renew {
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 700;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
}

.pv-account-launch {
    background: var(--pv-orange);
    color: #fff;
    flex: 1;
}

.pv-account-renew {
    background: var(--pv-orange-soft);
    border: 1.5px solid #fcd9c0;
    color: var(--pv-orange);
}

.pv-account-panel {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    margin-bottom: 22px;
    overflow: hidden;
}

.pv-account-panel-head,
.pv-account-order-row {
    align-items: center;
    border-bottom: 1px solid var(--pv-border);
    display: flex;
    gap: 12px;
    padding: 13px 18px;
}

.pv-account-panel-head {
    justify-content: space-between;
}

.pv-account-panel-head a {
    color: var(--pv-orange);
    font-size: 11.5px;
    font-weight: 500;
}

.pv-account-order-row {
    color: var(--pv-text2);
    text-decoration: none;
    transition: background .12s ease;
}

.pv-account-order-row:last-child {
    border-bottom: 0;
}

.pv-account-order-row:hover {
    background: #fafbfd;
}

.pv-account-order-row .order-id {
    color: var(--pv-muted);
    flex: 0 0 74px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
}

.pv-account-order-row strong {
    color: var(--pv-text);
    flex: 1;
    font-size: 12.5px;
}

.pv-account-order-row span:not(.order-id) {
    color: var(--pv-subtle);
    font-size: 11px;
}

.pv-account-order-row b {
    color: var(--pv-text2);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
}

.pv-account-order-row em {
    background: var(--pv-green-soft);
    border-radius: 20px;
    color: var(--pv-green);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    padding: 2px 8px;
}

.pv-account-content-area .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.pv-account-content-area,
.pv-account-content-area p,
.pv-account-content-area address,
.pv-account-content-area .woocommerce,
.pv-account-content-area .woocommerce-info,
.pv-account-content-area .woocommerce-message,
.pv-account-content-area .woocommerce-error,
.pv-account-content-area .pv-account-access {
    color: var(--pv-text);
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.pv-account-content-area h1,
.pv-account-content-area h2,
.pv-account-content-area h3,
.pv-account-content-area h4,
.pv-account-content-area legend,
.pv-account-content-area .woocommerce-column__title,
.pv-account-content-area .woocommerce-order-details__title,
.pv-account-content-area .woocommerce-Address-title h2,
.pv-account-content-area .pv-account-access h2,
.pv-account-content-area .pv-account-access h3 {
    color: var(--pv-text);
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 10px;
}

.pv-account-content-area .pv-account-access > h2 {
    font-size: 28px;
}

.pv-account-content-area .pv-account-access > p {
    color: var(--pv-muted);
    font-size: 14px;
    margin: 0 0 18px;
    max-width: 920px;
}

.pv-account-content-area .pv-account-access div[style],
.pv-account-content-area .pv-account-access div[style] div[style] {
    border-color: var(--pv-border) !important;
    border-radius: 14px !important;
    background: var(--pv-surface) !important;
    color: var(--pv-text) !important;
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.pv-account-content-area .pv-account-access strong[style],
.pv-account-content-area .pv-account-access span[style] {
    color: var(--pv-text) !important;
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.pv-account-content-area .pv-account-access span[style] {
    color: var(--pv-muted) !important;
}

.pv-account-content-area table,
.pv-account-content-area .woocommerce-Addresses,
.pv-account-content-area form {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    overflow: hidden;
    padding: 16px;
}

.pv-account-content-area .woocommerce-Addresses {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-account-content-area .woocommerce-Address {
    background: var(--pv-surface);
    border: 1px solid var(--pv-border);
    border-radius: 14px;
    padding: 20px;
}

.pv-account-content-area .woocommerce-Address-title {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.pv-account-content-area .woocommerce-Address-title h2 {
    font-size: 22px;
}

.pv-account-content-area .woocommerce-Address-title a,
.pv-account-content-area .edit {
    color: var(--pv-orange);
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.pv-account-content-area address {
    color: var(--pv-text2);
    font-style: normal;
}

.pv-account-content-area table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
}

.pv-account-content-area table th {
    background: var(--pv-surface2);
    color: var(--pv-subtle);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 12px 14px;
    text-transform: uppercase;
}

.pv-account-content-area table td {
    border-top: 1px solid var(--pv-border);
    color: var(--pv-text2);
    font-size: 12.5px;
    padding: 12px 14px;
}

.pv-account-content-area form label,
.pv-account-content-area .form-row label {
    color: var(--pv-text2);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
}

.pv-account-content-area input.input-text,
.pv-account-content-area input[type="text"],
.pv-account-content-area input[type="email"],
.pv-account-content-area input[type="password"],
.pv-account-content-area input[type="tel"],
.pv-account-content-area input[type="url"],
.pv-account-content-area input[type="number"],
.pv-account-content-area select,
.pv-account-content-area textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid #cfd6df;
    border-radius: 10px;
    color: var(--pv-text);
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    padding: 0 15px;
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.pv-account-content-area textarea {
    min-height: 130px;
    padding: 14px 15px;
    resize: vertical;
}

.pv-account-content-area input.input-text:focus,
.pv-account-content-area input[type="text"]:focus,
.pv-account-content-area input[type="email"]:focus,
.pv-account-content-area input[type="password"]:focus,
.pv-account-content-area input[type="tel"]:focus,
.pv-account-content-area input[type="url"]:focus,
.pv-account-content-area input[type="number"]:focus,
.pv-account-content-area select:focus,
.pv-account-content-area textarea:focus {
    border-color: var(--pv-orange);
    outline: 3px solid rgba(255, 91, 31, .16);
    background-color: #fff;
    box-shadow: 0 12px 26px rgba(255, 91, 31, .08);
}

.pv-account-content-area .button,
.pv-account-content-area button.button,
.pv-account-content-area input.button {
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ff7a2d, var(--pv-orange));
    font-family: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 900;
    min-height: 52px;
    padding: 0 22px;
    box-shadow: 0 14px 30px rgba(255, 91, 31, .2);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pv-account-content-area .button:hover,
.pv-account-content-area button.button:hover,
.pv-account-content-area input.button:hover {
    background: #e94f1b;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(255, 91, 31, .24);
}

.pv-account-content-area .woocommerce-info {
    border-top-color: var(--pv-orange);
}

@media (max-width: 900px) {
    .pv-account-page-body,
    .pv-account-stats,
    .pv-account-sim-grid {
        grid-template-columns: 1fr;
    }

    .pv-account-side {
        display: none;
    }

    .pv-account-welcome,
    .pv-account-order-row {
        align-items: stretch;
        display: grid;
    }

    .pv-account-welcome-actions {
        flex-wrap: wrap;
    }

    .woocommerce-account .pvl-header {
        height: auto;
        min-height: 64px;
    }

    .pv-account-content-area .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}
