﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn-primary {
    background-color: hsl(221.21deg 83.19% 53.33%) !important;
    border-color: hsl(221.21deg 83.19% 53.33%) !important;
}

li span {
    font-size:14px !important;
}

.list-icon-item {
    display: flex;
    align-items: center;
}


.list-icon-item svg {
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.text-logo {
    font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.06em;
    text-transform: none;
    color: #111;
    font-size: clamp(2rem, 2vw, 2rem);
}

.logo-lockup h1 {
    margin-bottom: 0;
    line-height: 1.1;
}

.logo-tagline {
    display: block;
    margin-top: 0;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    color: #6c757d;
    line-height: 1;
}

li.BlueTick strong {
    margin-left: 40px;
}

li.BlueTick {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='url(%23a)' rx='12'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7.5 12 3 3 6-6'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='12' x2='12' y1='0' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231967e2'/%3E%3Cstop offset='1' stop-color='%23134daa'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat 0;
}

/* STRIPE BUTTONS */
.BuyButton-container span {
    flex:none !important;
}


.LeftAlligned {
    text-align: left !important;
}


.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: flex;
        align-items: flex-start; /* prevents vertical overlap */
        gap: 12px; /* controls spacing between icon & text */
        margin-bottom: 12px;
        line-height: 1.4;
    }

        /* SVG icon */
        .feature-list li::before {
            content: "";
            flex-shrink: 0; /* prevents icon shrinking */
            width: 20px;
            height: 20px;
            margin-top: 2px; /* aligns with first line of text */
            background: url("icon.svg") no-repeat center / contain;
        }

/* Responsive scaling */
@media (max-width: 480px) {
    .feature-list li::before {
        width: 16px;
        height: 16px;
    }
}
