@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Текстові картки-підставки */
.b1 .alert.text-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 22px 20px 20px 24px;
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.b1 .alert.text-card p {
    margin: 0;
    position: relative;
    z-index: 1;
}

.b1 .alert.text-card b {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.35;
}

.b1 .alert.text-card::before {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 28px;
    line-height: 1;
    opacity: 0.85;
    z-index: 0;
}

.b1 .alert.text-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    z-index: 0;
}

.text-card--intro {
    background: linear-gradient(145deg, #faf5ff 0%, #f3e8ff 45%, #fce7f3 100%);
    color: #4c1d95;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.18);
}

.text-card--intro::before {
    content: '✨';
}

.text-card--intro::after {
    background: linear-gradient(90deg, #a855f7, #ec4899, #6366f1);
}

.text-card--intro b {
    color: #6b21a8;
}

.text-card--why {
    background: linear-gradient(145deg, #fff1f2 0%, #ffe4e6 50%, #fdf2f8 100%);
    color: #881337;
    box-shadow: 0 10px 30px rgba(244, 63, 94, 0.15);
}

.text-card--why::before {
    content: '💆';
}

.text-card--why::after {
    background: linear-gradient(90deg, #f43f5e, #ec4899, #fb7185);
}

.text-card--why b {
    color: #be123c;
}

.text-card--benefit {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 50%, #f0fdf4 100%);
    color: #14532d;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
}

.text-card--benefit::before {
    content: '🌿';
}

.text-card--benefit::after {
    background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7);
}

.text-card--gift {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 50%, #f5f3ff 100%);
    color: #1e3a8a;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.text-card--gift::before {
    content: '🎁';
}

.text-card--gift::after {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #6366f1);
}

.text-card--who {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 50%, #fff7ed 100%);
    color: #78350f;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15);
}

.text-card--who::before {
    content: '⭐';
}

.text-card--who::after {
    background: linear-gradient(90deg, #f59e0b, #f97316, #fb923c);
}

.text-card--who b {
    color: #b45309;
}