/* Buttons */
.btn-primary {
    display: inline-block;
    padding: 14px 35px;
    /* Reduced padding */
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-primary), var(--gold-light), var(--gold-primary));
    background-size: 300% 100%;
    color: #050505;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 2px;
    border-radius: 30px;
    /* Soft rounded corners */
    border: 1px solid var(--gold-light);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    /* Ensure responsiveness */
    white-space: normal;
    /* Allow text to wrap if needed on small screens */
    text-align: center;
    transition: all 0.5s ease;
    box-shadow: 0 0 15px var(--gold-shadow);
}

.btn-primary:hover {
    background-position: 100% 0;
    box-shadow: 0 0 30px var(--gold-shadow), inset 0 0 10px rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

.btn-primary.small {
    padding: 10px 25px;
    font-size: 0.8rem;
}

.btn-primary.large {
    padding: 16px 50px;
    /* Comfortable padding for single line */
    font-size: 1rem;
    letter-spacing: 1px;
    width: auto;
    min-width: 280px;
    line-height: normal;
    text-align: center;
}

@media (max-width: 480px) {
    .btn-primary.large {
        padding: 14px 20px;
        /* Reduced padding for mobile */
        min-width: auto;
        /* Allow it to shrink if needed */
        width: 90%;
        /* Take up most width but leave margin */
        font-size: 0.9rem;
    }
}

/* Cards */
.pain-card {
    background: rgba(10, 10, 10, 0.9);
    padding: 50px;
    position: relative;
    padding: 50px;
    position: relative;
    border-radius: 30px;
    /* Soft rounded corners */
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

/* Reverted to scanline effect */
.pain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: 0.5s;
}

.pain-card:hover::before {
    left: 100%;
}

.pain-card:hover {
    box-shadow: 0 0 25px rgba(197, 160, 40, 0.2);
    border-color: var(--gold-primary);
    transform: translateY(-5px);
}

.pain-card.amateur {
    border-top: 1px solid #444;
    opacity: 0.7;
}

.pain-card.strategic {
    border: 1px solid var(--gold-dark);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(40, 35, 20, 0.4) 0%, rgba(10, 10, 10, 0.95) 100%);
    transform: scale(1.05);
    z-index: 10;
}

.pain-card h3 {
    font-family: var(--font-heading);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.pain-card ul li {
    margin-bottom: 10px;
    color: var(--text-secondary);
    position: relative;
    padding-left: 20px;
}

.pain-card.strategic ul li::before {
    content: '✓';
    color: var(--gold-primary);
    position: absolute;
    left: 0;
}

.pain-card.amateur ul li::before {
    content: '✕';
    color: #555;
    position: absolute;
    left: 0;
}

/* Services Cards */
.service-card {
    background: rgba(10, 10, 10, 0.5);
    padding: 40px 30px;
    border: 1px solid var(--glass-border);
    transition: 0.4s;
    text-align: left;
    border-radius: 30px;
}

.service-card:hover {
    border-color: var(--gold-dark);
    transform: translateY(-5px);
    background: rgba(20, 20, 20, 0.8);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.service-card h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.service-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

/* Instagram Gold Icon */
.instagram-link {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}

.icon-instagram-gold {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--text-primary);
    /* Solid color matching text */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: transform 0.3s ease;
}

.icon-instagram-gold:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px var(--gold-primary));
}

.btn-primary.compact {
    padding: 12px 30px;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
}