.hero {
    padding: 34px 0 22px;
}
.hero-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 28px;
    padding: 48px 52px;
    border-radius: 40px;
    color: #fff;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 38%), linear-gradient(135deg, #fa4d80 0%, #6f4ce9 56%, #1e255e 100%);
    box-shadow: 0 36px 90px rgba(101, 48, 129, 0.28);
}
.hero-shell::before {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.hero-shell::after {
    content: '';
    position: absolute;
    left: -60px;
    top: -120px;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.hero-copy h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.02;
    margin: 18px 0;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.hero-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 28px;
}
.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}
.hero-cta-row .btn-secondary-outline {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.hero-cta-row .btn-secondary-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.hero-app-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 420px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}
.hero-app-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 20px;
}
.hero-app-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
}
.hero-app-card span {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}
.hero-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-character-new {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    filter: drop-shadow(0 28px 60px rgba(17, 24, 39, 0.30));
}
.hero-alert-card {
    position: absolute;
    z-index: 2;
    width: min(260px, 46%);
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(18px);
}
.hero-alert-top {
    top: 18px;
    left: 0;
}
.hero-alert-bottom {
    right: 0;
    bottom: 24px;
}
.hero-alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}
.hero-alert-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.3;
}
.hero-alert-card p {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.7;
    font-size: 14px;
}
.hero-mini-users {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.hero-mini-users span {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 700;
}

.platforms {
    padding: 36px 0 48px;
}
.platforms .section-title {
    justify-content: center;
    margin-bottom: 26px;
}
.platforms-grid { gap: 18px; }
.platform-item {
    min-width: 118px;
    padding: 16px 18px;
    background: var(--bg-white);
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.show-all-btn { margin-top: 28px; }

.satisfaction {
    padding: 8px 0 56px;
}
.satisfaction-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 320px;
    gap: 20px;
    align-items: stretch;
}
.satisfaction-card,
.satisfaction-profile {
    background: var(--bg-white);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.satisfaction-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.satisfaction-visual {
    min-height: 120px;
    padding: 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.satisfaction-visual-support {
    background: linear-gradient(135deg, rgba(250, 77, 128, 0.16), rgba(111, 76, 233, 0.16));
}
.visual-chip {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.76);
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 700;
}
.satisfaction-visual-payment {
    background: linear-gradient(135deg, rgba(18, 184, 134, 0.12), rgba(59, 130, 246, 0.14));
}
.visual-pill {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.86);
    color: var(--text-dark);
    font-weight: 700;
}
.satisfaction-visual-delivery {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(91, 52, 213, 0.86));
}
.delivery-line {
    display: block;
    width: 120px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.30);
}
.delivery-line.short { width: 76px; }
.delivery-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
}
.satisfaction-card h3,
.satisfaction-profile h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}
.satisfaction-card p,
.satisfaction-profile p {
    color: var(--text-gray);
    line-height: 1.8;
}
.satisfaction-profile {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.satisfaction-profile-media {
    max-height: 240px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(250, 77, 128, 0.18), rgba(111, 76, 233, 0.18));
}
.satisfaction-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-kicker {
    display: inline-flex;
    align-self: flex-start;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(233, 30, 99, 0.10);
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.profile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.profile-stats div {
    padding: 16px;
    border-radius: 20px;
    background: var(--bg-main);
}
.profile-stats strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
}
.profile-stats span {
    color: var(--text-gray);
    font-size: 14px;
}

.why-us {
    padding: 16px 0 56px;
}
.why-us-redesign {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(260px, 380px);
    gap: 20px;
    align-items: stretch;
}
.why-us-feature-card,
.why-us-preview-card {
    background: var(--bg-white);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.why-us-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.feature-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(250, 77, 128, 0.14), rgba(111, 76, 233, 0.20));
    color: var(--primary);
}
.why-us-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
}
.why-us-feature-card p {
    color: var(--text-gray);
    line-height: 1.8;
}
.why-us-preview-card {
    position: relative;
    grid-row: span 2;
    padding: 0;
    overflow: hidden;
    display: block;
    color: #fff;
}
.why-us-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-us-preview-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0.78));
}
.preview-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
}
.preview-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.preview-content strong {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
}
.preview-content span {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.service-highlights { padding: 0 0 60px; }
.service-highlight-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.service-highlight-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 340px;
    padding: 24px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 70px rgba(15, 23, 42, 0.16);
}
.highlight-visual {
    min-height: 130px;
    padding: 18px;
    border-radius: 22px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.highlight-chip {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 600;
}
.service-highlight-card h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}
.service-highlight-card p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}
.service-highlight-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
}
.service-tone-instagram { background: linear-gradient(160deg, #fa4d80 0%, #ef476f 45%, #3a1c71 100%); }
.service-tone-rose { background: linear-gradient(160deg, #ff6b6b 0%, #ff8e53 48%, #a83279 100%); }
.service-tone-violet { background: linear-gradient(160deg, #6f4ce9 0%, #8b5cf6 48%, #1f2937 100%); }
.service-tone-sky { background: linear-gradient(160deg, #0ea5e9 0%, #2563eb 45%, #172554 100%); }
.service-tone-dark { background: linear-gradient(160deg, #111827 0%, #312e81 50%, #7c3aed 100%); }

.audience-showcase {
    padding: 4px 0 68px;
}
.audience-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
}
.audience-copy p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.9;
    margin-bottom: 18px;
}
.audience-list {
    display: grid;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}
.audience-list li {
    position: relative;
    padding-left: 28px;
    color: var(--text-gray);
    line-height: 1.7;
}
.audience-list li::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(233, 30, 99, 0.12);
    color: var(--primary);
    font-weight: 700;
}
.audience-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.audience-card,
.audience-mini-card {
    background: var(--bg-white);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.audience-card-wide { grid-column: span 2; }
.audience-card-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--bg-main);
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}
.audience-card h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 18px;
}
.audience-bars {
    display: grid;
    gap: 12px;
}
.audience-bar-row {
    display: grid;
    gap: 8px;
}
.audience-bar-copy {
    display: flex;
    justify-content: space-between;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}
.audience-bar {
    height: 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.audience-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fa4d80, #7c3aed);
}
.audience-country-list {
    display: grid;
    gap: 10px;
}
.audience-country-list div {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: var(--bg-main);
}
.audience-country-list span {
    width: 48px;
    height: 38px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(233, 30, 99, 0.12);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}
.audience-country-list strong { font-size: 15px; }
.audience-country-list em {
    color: var(--text-gray);
    font-style: normal;
    font-weight: 700;
}
.audience-curve {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 12px;
    min-height: 140px;
    margin-bottom: 16px;
}
.audience-curve span {
    display: block;
    border-radius: 22px 22px 10px 10px;
    background: linear-gradient(180deg, rgba(250, 77, 128, 0.22), rgba(111, 76, 233, 0.72));
}
.audience-curve span:nth-child(1) { height: 60px; }
.audience-curve span:nth-child(2) { height: 94px; }
.audience-curve span:nth-child(3) { height: 130px; }
.audience-curve span:nth-child(4) { height: 110px; }
.audience-card-wide p {
    color: var(--text-gray);
    line-height: 1.8;
}
.audience-mini-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 160px;
}
.audience-mini-card strong {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--text-dark);
}
.audience-mini-card span {
    color: var(--text-gray);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.testimonials {
    padding: 40px 0 64px;
}
.testimonials-head {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}
.testimonial-avatar-row {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
}
.testimonial-avatar-row span {
    width: 72px;
    height: 72px;
    margin-left: -10px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--bg-white);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
    background: var(--bg-white);
}
.testimonial-avatar-row span:first-child { margin-left: 0; }
.testimonial-avatar-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.review-card {
    background: var(--bg-white);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.review-card-featured {
    background: linear-gradient(160deg, rgba(250, 77, 128, 0.10), rgba(111, 76, 233, 0.10));
}
.review-text {
    font-size: 15px;
    line-height: 1.9;
}

.faq {
    padding: 24px 0 64px;
}
.faq-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 28px;
    align-items: start;
}
.faq-illustration {
    position: sticky;
    top: 120px;
    min-height: 540px;
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 38%), linear-gradient(160deg, #fa4d80 0%, #6f4ce9 52%, #1e255e 100%);
    box-shadow: 0 36px 90px rgba(111, 76, 233, 0.22);
}
.faq-illustration img {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
}
.faq-figure-badge {
    position: absolute;
    left: 20px;
    right: 20px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    backdrop-filter: blur(14px);
    font-weight: 700;
}
.faq-badge-top { top: 24px; }
.faq-badge-bottom { bottom: 24px; }
.faq-panel {
    background: var(--bg-white);
    border-radius: 34px;
    padding: 32px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.faq-panel-text { margin-bottom: 24px; }
.faq-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}
.faq-item { border-radius: 22px; }
.faq-question { padding: 20px 22px; }
.faq-answer p { padding: 0 22px 22px 68px; }

.app-showcase {
    padding: 0 0 68px;
}
.app-showcase-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 24px;
    padding: 46px;
    border-radius: 38px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 32%), linear-gradient(145deg, #1b133c 0%, #27216b 52%, #5b34d5 100%);
    color: #fff;
    box-shadow: 0 40px 100px rgba(55, 48, 163, 0.22);
}
.app-showcase-card::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}
.app-showcase-copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
}
.app-showcase-copy p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.9;
    margin-bottom: 24px;
}
.app-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 700;
}
.store-badge:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.app-phones {
    position: relative;
    min-height: 380px;
}
.phone-mockup {
    position: absolute;
    width: 210px;
    height: 390px;
    border-radius: 32px;
    padding: 12px;
    background: linear-gradient(180deg, #101322 0%, #1b1f38 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(8, 15, 52, 0.28);
}
.phone-mockup-back {
    left: 10%;
    top: 22px;
    transform: rotate(-10deg);
}
.phone-mockup-front {
    right: 6%;
    bottom: 0;
    transform: rotate(8deg);
}
.phone-notch {
    width: 96px;
    height: 14px;
    margin: 0 auto 14px;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, 0.08);
}
.phone-screen {
    height: calc(100% - 28px);
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(250, 77, 128, 0.12), rgba(255, 255, 255, 0.04));
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.phone-pill {
    display: inline-flex;
    align-self: flex-start;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.phone-stat strong {
    display: block;
    font-size: 36px;
    font-weight: 800;
}
.phone-stat span { color: rgba(255, 255, 255, 0.76); }
.phone-bars {
    display: grid;
    gap: 10px;
    margin-top: auto;
}
.phone-bars span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}
.phone-bars span:nth-child(1) { width: 84%; }
.phone-bars span:nth-child(2) { width: 62%; }
.phone-bars span:nth-child(3) { width: 74%; }
.phone-order-card {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    display: grid;
    gap: 6px;
}
.phone-order-card strong { font-size: 14px; }
.phone-order-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}
.phone-order-card.muted {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.08);
}
.phone-float-card {
    position: absolute;
    left: 24%;
    bottom: 18px;
    z-index: 2;
    max-width: 220px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
}
.phone-float-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}
.phone-float-card span {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.blog {
    padding: 0 0 64px;
}
.blog-header {
    align-items: flex-end;
    margin-bottom: 28px;
}
.blog-header > div {
    display: grid;
    gap: 6px;
}
.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.blog-card {
    border-radius: 30px;
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}
.blog-thumb { height: 240px; }
.blog-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
}
.blog-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: var(--text-gray);
    font-size: 13px;
}
.blog-category-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(233, 30, 99, 0.10);
    color: var(--primary);
    font-weight: 700;
}
.blog-info p {
    color: var(--text-gray);
    line-height: 1.8;
}
.blog-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 700;
}
.blog-card:hover .blog-card-cta i { transform: translateX(4px); }

