.tiktech-pcb-wrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 40px auto;
    padding: 42px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.14), transparent 34%),
        #050510;
    color: #f8fafc;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
}

.tiktech-pcb-wrap * {
    box-sizing: border-box;
}

.tiktech-pcb-bg-glow {
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    filter: blur(34px);
    opacity: 0.42;
}

.tiktech-pcb-bg-glow-one {
    top: -90px;
    right: 10%;
    background: #a855f7;
}

.tiktech-pcb-bg-glow-two {
    bottom: -120px;
    left: 8%;
    background: #ec4899;
}

.tiktech-pcb-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 30px;
}

.tiktech-pcb-kicker {
    margin: 0 0 10px;
    color: #c084fc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tiktech-pcb-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-shadow: 0 0 28px rgba(192, 132, 252, 0.32);
}

.tiktech-pcb-subtitle {
    max-width: 760px;
    margin: 18px 0 0;
    color: #d4d4d8;
    font-size: 17px;
    line-height: 1.65;
}

.tiktech-pcb-hero-card,
.tiktech-pcb-step,
.tiktech-pcb-services,
.tiktech-pcb-summary-inner {
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: rgba(18, 12, 34, 0.88);
    box-shadow:
        0 0 30px rgba(168, 85, 247, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
}

.tiktech-pcb-hero-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border-radius: 22px;
}

.tiktech-pcb-hero-card span,
.tiktech-pcb-hero-card small {
    color: #a1a1aa;
}

.tiktech-pcb-hero-card strong {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
}

.tiktech-pcb-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.tiktech-pcb-empty {
    padding: 26px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 22px;
    background: rgba(18, 12, 34, 0.88);
    box-shadow:
        0 0 30px rgba(168, 85, 247, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tiktech-pcb-empty h2 {
    margin: 0 0 10px;
    color: #ffffff;
}

.tiktech-pcb-empty p {
    margin: 0;
    color: #a1a1aa;
    line-height: 1.6;
}

.tiktech-pcb-builder {
    display: grid;
    gap: 16px;
}

.tiktech-pcb-step {
    padding: 18px;
    border-radius: 20px;
}

.tiktech-pcb-step-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.tiktech-pcb-step-head span {
    color: #ffffff;
    font-weight: 800;
}

.tiktech-pcb-step-head small {
    color: #a1a1aa;
}

.tiktech-pcb-select {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(192, 132, 252, 0.36);
    border-radius: 14px;
    background: rgba(5, 5, 16, 0.9);
    color: #f8fafc;
    outline: none;
    font-size: 15px;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tiktech-pcb-select:focus {
    border-color: rgba(216, 180, 254, 0.92);
    box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.16);
}

.tiktech-pcb-choice-preview {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid rgba(168, 85, 247, 0.18);
    border-radius: 16px;
    background: rgba(5, 5, 16, 0.52);
}

.tiktech-pcb-choice-thumb {
    display: block;
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    object-fit: cover;
    border-radius: 13px;
    border: 1px solid rgba(192, 132, 252, 0.34);
    background:
        radial-gradient(circle at 30% 20%, rgba(192, 132, 252, 0.26), transparent 50%),
        rgba(5, 5, 16, 0.82);
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.16);
}

.tiktech-pcb-choice-thumb-empty {
    display: block;
}

.tiktech-pcb-choice-copy {
    min-width: 0;
}

.tiktech-pcb-choice-copy strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
}

.tiktech-pcb-choice-copy small {
    display: block;
    margin-top: 4px;
    color: #c084fc;
    font-weight: 800;
}

.tiktech-pcb-services {
    padding: 22px;
    border-radius: 22px;
}

.tiktech-pcb-services h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 22px;
}

.tiktech-pcb-service {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 12px 0;
    padding: 14px;
    border: 1px solid rgba(168, 85, 247, 0.24);
    border-radius: 16px;
    background: rgba(5, 5, 16, 0.58);
    cursor: pointer;
}

.tiktech-pcb-service input {
    accent-color: #a855f7;
    transform: scale(1.1);
}

.tiktech-pcb-service strong {
    display: block;
    color: #ffffff;
}

.tiktech-pcb-service small {
    display: block;
    margin-top: 4px;
    color: #a1a1aa;
}

.tiktech-pcb-service em {
    color: #c084fc;
    font-style: normal;
    font-weight: 900;
}

.tiktech-pcb-summary {
    position: sticky;
    top: 24px;
}

.tiktech-pcb-summary-inner {
    padding: 24px;
    border-radius: 24px;
}

.tiktech-pcb-summary h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 26px;
}

.tiktech-pcb-selected {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    color: #a1a1aa;
}

.tiktech-pcb-selected p {
    margin: 0;
}

.tiktech-pcb-selected-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(168, 85, 247, 0.16);
    color: #e4e4e7;
    font-size: 13px;
    overflow: hidden;
}

.tiktech-pcb-selected-thumb {
    display: block;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    border-radius: 11px;
    object-fit: cover;
    border: 1px solid rgba(192, 132, 252, 0.34);
    background:
        radial-gradient(circle at 30% 20%, rgba(192, 132, 252, 0.26), transparent 50%),
        rgba(5, 5, 16, 0.82);
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.16);
}

.tiktech-pcb-selected-thumb-empty {
    display: block;
}

.tiktech-pcb-selected-meta {
    min-width: 0;
    overflow: hidden;
}

.tiktech-pcb-selected-meta small {
    display: block;
    margin-bottom: 3px;
    color: #a1a1aa;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tiktech-pcb-selected-item strong {
    display: block;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tiktech-pcb-selected-item em {
    grid-column: 2;
    display: block;
    margin-top: 3px;
    color: #c084fc;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.tiktech-pcb-price-row,
.tiktech-pcb-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(168, 85, 247, 0.18);
}

.tiktech-pcb-price-row span {
    color: #a1a1aa;
}

.tiktech-pcb-price-row strong {
    color: #ffffff;
}

.tiktech-pcb-total {
    align-items: center;
    margin-top: 6px;
    padding-top: 18px;
}

.tiktech-pcb-total span {
    color: #ffffff;
    font-weight: 900;
}

.tiktech-pcb-total strong {
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 0 24px rgba(192, 132, 252, 0.52);
}

.tiktech-pcb-button {
    width: 100%;
    margin-top: 18px;
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #7c3aed, #c084fc, #ec4899);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 0 24px rgba(192, 132, 252, 0.45);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.tiktech-pcb-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 34px rgba(192, 132, 252, 0.62);
}

.tiktech-pcb-note {
    margin: 14px 0 0;
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.55;
}

.tiktech-pcb-wrap img {
    max-width: 100%;
}

.tiktech-pcb-request-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.tiktech-pcb-request-card,
.tiktech-pcb-performance-card {
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: rgba(18, 12, 34, 0.88);
    box-shadow:
        0 0 30px rgba(168, 85, 247, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    border-radius: 24px;
    padding: 24px;
}

.tiktech-pcb-request-card h2,
.tiktech-pcb-performance-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
}

.tiktech-pcb-request-card p,
.tiktech-pcb-performance-card p {
    color: #a1a1aa;
    line-height: 1.65;
}

.tiktech-pcb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.tiktech-pcb-form-grid label {
    display: grid;
    gap: 7px;
}

.tiktech-pcb-form-grid label span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.tiktech-pcb-form-grid input,
.tiktech-pcb-form-grid select,
.tiktech-pcb-form-grid textarea {
    width: 100%;
    border: 1px solid rgba(192, 132, 252, 0.36);
    border-radius: 14px;
    background: rgba(5, 5, 16, 0.9);
    color: #f8fafc;
    outline: none;
    font-size: 15px;
}

.tiktech-pcb-form-grid input,
.tiktech-pcb-form-grid select {
    min-height: 50px;
    padding: 0 14px;
}

.tiktech-pcb-form-grid textarea {
    padding: 14px;
    resize: vertical;
}

.tiktech-pcb-form-grid input:focus,
.tiktech-pcb-form-grid select:focus,
.tiktech-pcb-form-grid textarea:focus {
    border-color: rgba(216, 180, 254, 0.92);
    box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.16);
}

.tiktech-pcb-full {
    grid-column: 1 / -1;
}

.tiktech-pcb-disabled-button {
    opacity: 0.72;
}

.tiktech-pcb-performance-card {
    position: sticky;
    top: 24px;
}

.tiktech-pcb-performance-level {
    padding: 14px 0;
    border-top: 1px solid rgba(168, 85, 247, 0.18);
}

.tiktech-pcb-performance-level strong {
    display: block;
    color: #ffffff;
    margin-bottom: 5px;
}

.tiktech-pcb-performance-level span {
    display: block;
    color: #a1a1aa;
    line-height: 1.55;
}

.tiktech-pcb-status {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(14px);
}

.tiktech-pcb-status::before {
    content: "";
    position: absolute;
    inset: -2px;
    pointer-events: none;
    opacity: 0.72;
}

.tiktech-pcb-status-success {
    border: 1px solid rgba(34, 197, 94, 0.58);
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), transparent 36%),
        radial-gradient(circle at bottom right, rgba(192, 132, 252, 0.18), transparent 38%),
        rgba(8, 20, 18, 0.92);
    box-shadow:
        0 0 34px rgba(34, 197, 94, 0.22),
        0 0 60px rgba(168, 85, 247, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tiktech-pcb-status-success::before {
    box-shadow: inset 0 0 48px rgba(34, 197, 94, 0.22);
}

.tiktech-pcb-status-error {
    border: 1px solid rgba(239, 68, 68, 0.58);
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.18), transparent 36%),
        radial-gradient(circle at bottom right, rgba(168, 85, 247, 0.14), transparent 38%),
        rgba(25, 8, 14, 0.92);
    box-shadow:
        0 0 34px rgba(239, 68, 68, 0.2),
        0 0 60px rgba(168, 85, 247, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tiktech-pcb-status-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
}

.tiktech-pcb-status-success .tiktech-pcb-status-icon {
    background: linear-gradient(135deg, #16a34a, #22c55e, #c084fc);
    box-shadow:
        0 0 24px rgba(34, 197, 94, 0.55),
        0 0 36px rgba(192, 132, 252, 0.26);
}

.tiktech-pcb-status-error .tiktech-pcb-status-icon {
    background: linear-gradient(135deg, #dc2626, #ef4444, #c084fc);
    box-shadow:
        0 0 24px rgba(239, 68, 68, 0.48),
        0 0 36px rgba(192, 132, 252, 0.22);
}

.tiktech-pcb-status h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.tiktech-pcb-status-success h2 {
    text-shadow:
        0 0 18px rgba(34, 197, 94, 0.55),
        0 0 30px rgba(192, 132, 252, 0.32);
}

.tiktech-pcb-status-error h2 {
    text-shadow:
        0 0 18px rgba(239, 68, 68, 0.5),
        0 0 30px rgba(192, 132, 252, 0.26);
}

.tiktech-pcb-status p {
    margin: 0;
    color: #e4e4e7;
    font-size: 17px;
    line-height: 1.65;
}

.tiktech-pcb-field-title {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.tiktech-pcb-check-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.tiktech-pcb-form-grid .tiktech-pcb-check-grid label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    border: 1px solid rgba(168, 85, 247, 0.28);
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(168, 85, 247, 0.08), rgba(236, 72, 153, 0.04)),
        rgba(5, 5, 16, 0.68);
    cursor: pointer;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.tiktech-pcb-form-grid .tiktech-pcb-check-grid label:hover {
    border-color: rgba(192, 132, 252, 0.55);
    background:
        linear-gradient(135deg, rgba(168, 85, 247, 0.16), rgba(236, 72, 153, 0.08)),
        rgba(5, 5, 16, 0.82);
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.14);
    transform: translateY(-1px);
}

.tiktech-pcb-form-grid .tiktech-pcb-check-grid input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(192, 132, 252, 0.72);
    border-radius: 6px;
    background: rgba(5, 5, 16, 0.95);
    box-shadow: inset 0 0 0 2px rgba(5, 5, 16, 0.95);
    cursor: pointer;
}

.tiktech-pcb-form-grid .tiktech-pcb-check-grid input[type="checkbox"]:checked {
    border-color: rgba(34, 197, 94, 0.9);
    background:
        linear-gradient(135deg, #22c55e, #a855f7);
    box-shadow:
        0 0 16px rgba(34, 197, 94, 0.34),
        inset 0 0 0 3px rgba(5, 5, 16, 0.75);
}

.tiktech-pcb-form-grid .tiktech-pcb-check-grid span {
    display: block;
    color: #e4e4e7;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.tiktech-pcb-manual-form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(168, 85, 247, 0.22);
}

.tiktech-pcb-manual-form-inner {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(168, 85, 247, 0.32);
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.16), transparent 38%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.10), transparent 42%),
        rgba(5, 5, 16, 0.76);
    box-shadow:
        0 0 24px rgba(168, 85, 247, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tiktech-pcb-manual-form-inner h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
    text-shadow: 0 0 18px rgba(192, 132, 252, 0.34);
}

.tiktech-pcb-manual-form-inner label {
    display: grid;
    gap: 7px;
}

.tiktech-pcb-manual-form-inner label span {
    display: block;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.tiktech-pcb-manual-form-inner input,
.tiktech-pcb-manual-form-inner textarea {
    width: 100%;
    border: 1px solid rgba(192, 132, 252, 0.42);
    border-radius: 14px;
    background: rgba(5, 5, 16, 0.94);
    color: #f8fafc;
    outline: none;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tiktech-pcb-manual-form-inner input {
    min-height: 48px;
    padding: 0 14px;
}

.tiktech-pcb-manual-form-inner textarea {
    min-height: 118px;
    padding: 14px;
    resize: vertical;
}

.tiktech-pcb-manual-form-inner input::placeholder,
.tiktech-pcb-manual-form-inner textarea::placeholder {
    color: rgba(228, 228, 231, 0.58);
}

.tiktech-pcb-manual-form-inner input:focus,
.tiktech-pcb-manual-form-inner textarea:focus {
    border-color: rgba(216, 180, 254, 0.95);
    box-shadow:
        0 0 0 4px rgba(168, 85, 247, 0.16),
        0 0 22px rgba(168, 85, 247, 0.18);
}

.tiktech-pcb-manual-form-inner .tiktech-pcb-button {
    margin-top: 4px;
}

.tiktech-pcb-option-cards a {
    min-height: 168px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.tiktech-pcb-option-cards a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(192, 132, 252, 0.28) !important;
}


.tiktech-pcb-seo-section {
    margin-top: 34px;
    padding: 30px;
    border: 1px solid rgba(168, 85, 247, 0.30);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.14), transparent 36%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.08), transparent 40%),
        rgba(10, 10, 24, 0.88);
    box-shadow:
        0 0 32px rgba(168, 85, 247, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tiktech-pcb-seo-section h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-shadow: 0 0 22px rgba(192, 132, 252, 0.28);
}

.tiktech-pcb-seo-section h3 {
    margin: 26px 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
}

.tiktech-pcb-seo-section p {
    max-width: 980px;
    margin: 0 0 16px;
    color: #d4d4d8;
    font-size: 16px;
    line-height: 1.75;
}

.tiktech-pcb-seo-section strong {
    color: #ffffff;
}

.tiktech-pcb-seo-section a {
    color: #c084fc;
    font-weight: 900;
    text-decoration: none;
}

.tiktech-pcb-seo-section a:hover {
    color: #f0abfc;
    text-decoration: underline;
}


.tiktech-pcb-home-widget {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 42px auto;
    padding: 34px;
    border: 1px solid rgba(168, 85, 247, 0.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.12), transparent 36%),
        rgba(5, 5, 16, 0.96);
    color: #f8fafc;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.tiktech-pcb-home-widget * {
    box-sizing: border-box;
}

.tiktech-pcb-home-widget-head {
    max-width: 980px;
    margin: 0 auto 24px;
    text-align: center;
}

.tiktech-pcb-home-widget-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-shadow: 0 0 26px rgba(192, 132, 252, 0.34);
}

.tiktech-pcb-home-widget-head p {
    margin: 16px auto 0;
    max-width: 850px;
    color: #d4d4d8;
    font-size: 16px;
    line-height: 1.7;
}

.tiktech-pcb-home-widget-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tiktech-pcb-home-widget-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 22px;
    border-radius: 22px;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease;
}

.tiktech-pcb-home-widget-card-purple {
    border: 1px solid rgba(168, 85, 247, 0.62);
    background: rgba(124, 58, 237, 0.18);
    box-shadow: 0 0 26px rgba(124, 58, 237, 0.20);
}

.tiktech-pcb-home-widget-card-blue {
    border: 1px solid rgba(96, 165, 250, 0.58);
    background: rgba(37, 99, 235, 0.16);
    box-shadow: 0 0 26px rgba(37, 99, 235, 0.18);
}

.tiktech-pcb-home-widget-card-green {
    border: 1px solid rgba(52, 211, 153, 0.58);
    background: rgba(5, 150, 105, 0.16);
    box-shadow: 0 0 26px rgba(5, 150, 105, 0.18);
}

.tiktech-pcb-home-widget-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 38px rgba(192, 132, 252, 0.28);
}

.tiktech-pcb-home-widget-card span {
    display: block;
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tiktech-pcb-home-widget-card strong {
    display: block;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.12;
}

.tiktech-pcb-home-widget-card p {
    margin: 0;
    color: #d4d4d8;
    font-size: 14px;
    line-height: 1.6;
}

.tiktech-pcb-home-widget-card em {
    display: inline-flex;
    justify-content: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 900;
}

.tiktech-pcb-home-widget-local {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(168, 85, 247, 0.24);
    border-radius: 18px;
    background: rgba(5, 5, 16, 0.58);
    color: #d4d4d8;
    text-align: center;
    line-height: 1.6;
}

.tiktech-pcb-home-widget-local strong {
    color: #ffffff;
}

@media (max-width: 980px) {
    .tiktech-pcb-home-widget-grid {
        grid-template-columns: 1fr;
    }

    .tiktech-pcb-home-widget {
        padding: 24px;
        border-radius: 22px;
    }

    .tiktech-pcb-home-widget-card {
        min-height: auto;
    }


    .tiktech-pcb-option-cards {
        grid-template-columns: 1fr !important;
    }

    .tiktech-pcb-option-cards a {
        min-height: auto;
    }

    .tiktech-pcb-wrap {
        padding: 24px;
        border-radius: 22px;
    }

    .tiktech-pcb-hero,
    .tiktech-pcb-grid,
    .tiktech-pcb-request-grid {
        grid-template-columns: 1fr;
    }

    .tiktech-pcb-summary {
        position: relative;
        top: auto;
    }
}

@media (max-width: 560px) {
    .tiktech-pcb-wrap {
        margin: 24px auto;
        padding: 18px;
    }

    .tiktech-pcb-service {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tiktech-pcb-service em {
        grid-column: 2;
    }

    .tiktech-pcb-total strong {
        font-size: 28px;
    }

    .tiktech-pcb-form-grid {
        grid-template-columns: 1fr;
    }

    .tiktech-pcb-status {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tiktech-pcb-status-icon {
        margin: 0 auto;
    }

    .tiktech-pcb-check-grid {
        grid-template-columns: 1fr;
    }
}