.iphtech-button-primary {
    background: var(--iphtech-orange);
}

.iphtech-button-brand {
    background: var(--iphtech-brand);
    color: var(--iphtech-surface);
    box-shadow: 0 4px 16px var(--iphtech-brand-glow);
}

.iphtech-button-brand:hover {
    background: var(--iphtech-brand-dark);
    color: var(--iphtech-surface);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--iphtech-brand-glow);
}

.iphtech-button-primary:hover {
    background: var(--iphtech-orange-dark);
    color: var(--iphtech-surface);
    box-shadow: 0px 0px 10px var(--iphtech-orange-light);
}

.iphtech-button-ghost {
    background: var(--iphtech-surface-2);
    color: var(--iphtech-ink-2);
    border: 1px solid var(--iphtech-border);
}

.iphtech-button-ghost:hover {
    background: var(--iphtech-surface-3);
    color: var(--iphtech-ink);
}

.iphtech-button-small {
    padding: .46rem 1rem !important;
    font-size: .75rem !important;
    border-radius: var(--iphtech-radius-sm) !important;
}

.iphtech-button-large {
    padding: .9rem 2rem !important;
    font-size: .95rem !important;
    border-radius: 12px !important;
}
