/* SarisanDijital.com - Custom homepage design */
body.home-724 {
    --h724-bg: #f4f6fb;
    --h724-surface: #ffffff;
    --h724-text: #0d1733;
    --h724-muted: #6b748b;
    --h724-line: rgba(13, 23, 51, .10);
    --h724-dark: #0a1023;
    --h724-dark-soft: #121a34;
    --h724-violet: #6d49ff;
    --h724-blue: #2f7bff;
    --h724-cyan: #29d4c3;
    --h724-pink: #ff4d87;
    --h724-shadow: 0 30px 80px rgba(22, 31, 68, .12);
    background: var(--h724-bg);
    color: var(--h724-text);
}

body.home-724 .wrapper {
    background: var(--h724-bg);
    overflow: clip;
}

body.home-724 main {
    display: block;
}

body.home-724 a,
body.home-724 button {
    -webkit-tap-highlight-color: transparent;
}

body.home-724 .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
}

body.home-724 .top--head-area {
    background: var(--h724-dark);
    color: rgba(255,255,255,.72);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

body.home-724 .top--head-area .top--head {
    min-height: 38px;
}

body.home-724 .top--head-area .item {
    color: rgba(255,255,255,.72);
    border-color: rgba(255,255,255,.10) !important;
    font-size: 12px;
    letter-spacing: .01em;
}

body.home-724 .top--head-area .item:hover {
    color: #fff;
}

body.home-724 header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(244, 246, 251, .82);
    border-bottom: 1px solid rgba(13, 23, 51, .07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.home-724 header .header {
    min-height: 76px;
}

body.home-724 header .logo img {
    max-width: 168px;
    height: auto;
}

body.home-724 header .navbar .nav-link {
    color: #303a54;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    transition: color .2s ease, background-color .2s ease;
}

body.home-724 header .navbar .nav-link:hover {
    color: var(--h724-violet);
    background: rgba(109, 73, 255, .07);
}

body.home-724 header .butto-login {
    min-height: 44px;
    padding-inline: 18px;
    border-radius: 13px;
    background: var(--h724-dark) !important;
    box-shadow: none !important;
}

body.home-724 header .cart {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #fff !important;
    color: var(--h724-dark) !important;
    border: 1px solid var(--h724-line);
    box-shadow: 0 10px 25px rgba(22,31,68,.08);
}

body.home-724 header .cart .counter {
    background: var(--h724-pink);
    color: #fff;
}

.home-724-main {
    position: relative;
}

.h724-hero {
    position: relative;
    padding: 86px 0 54px;
    isolation: isolate;
}

.h724-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 100%;
    z-index: -3;
    background:
        linear-gradient(rgba(13,23,51,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13,23,51,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.h724-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -180px;
    width: 940px;
    height: 580px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(109,73,255,.13), transparent 68%);
    filter: blur(10px);
    z-index: -2;
}

.h724-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    z-index: -1;
}

.h724-orb-one {
    width: 220px;
    height: 220px;
    left: -90px;
    top: 190px;
    background: radial-gradient(circle at 35% 35%, rgba(41,212,195,.34), rgba(41,212,195,0));
}

.h724-orb-two {
    width: 280px;
    height: 280px;
    right: -120px;
    top: 100px;
    background: radial-gradient(circle at 35% 35%, rgba(255,77,135,.22), rgba(255,77,135,0));
}

.h724-hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr);
    align-items: center;
    gap: 76px;
}

.h724-hero-copy {
    position: relative;
    z-index: 2;
}

.h724-eyebrow,
.h724-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--h724-violet);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.h724-eyebrow {
    padding: 10px 13px;
    margin-bottom: 24px;
    border: 1px solid rgba(109,73,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.74);
    box-shadow: 0 10px 24px rgba(35,44,86,.06);
}

.h724-live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #19c795;
    box-shadow: 0 0 0 5px rgba(25,199,149,.12);
}

.h724-live-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(25,199,149,.35);
    border-radius: inherit;
    animation: h724-ping 1.8s ease-out infinite;
}

@keyframes h724-ping {
    0% { transform: scale(.7); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: scale(1.55); opacity: 0; }
}

.h724-title {
    margin: 0;
    color: var(--h724-text);
    font-size: clamp(46px, 5.1vw, 76px);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 900;
}

.h724-title > span:not(.h724-title-small) {
    color: transparent;
    background: linear-gradient(105deg, var(--h724-violet) 0%, var(--h724-blue) 54%, var(--h724-cyan) 110%);
    -webkit-background-clip: text;
    background-clip: text;
}

.h724-title-small {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #36405a;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -.01em;
    font-weight: 700;
}

.h724-title-small i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--h724-violet);
    box-shadow: 0 10px 20px rgba(109,73,255,.22);
}

.h724-lead {
    max-width: 620px;
    margin: 28px 0 0;
    color: var(--h724-muted);
    font-size: 17px;
    line-height: 1.72;
}

.h724-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.h724-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    border: 0;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.h724-btn:hover {
    transform: translateY(-2px);
}

.h724-btn-primary {
    color: #fff;
    background: linear-gradient(115deg, var(--h724-violet), var(--h724-blue));
    box-shadow: 0 16px 32px rgba(79,93,255,.24);
}

.h724-btn-primary:hover {
    color: #fff;
    box-shadow: 0 20px 38px rgba(79,93,255,.32);
}

.h724-btn-ghost {
    color: var(--h724-text);
    background: rgba(255,255,255,.85);
    border: 1px solid var(--h724-line);
    box-shadow: 0 12px 28px rgba(22,31,68,.06);
}

.h724-btn-ghost:hover {
    border-color: rgba(109,73,255,.30);
    background: #fff;
}

.h724-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.h724-proof-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4d576d;
    font-size: 12px;
    font-weight: 700;
}

.h724-proof-item i {
    color: var(--h724-violet);
    font-size: 17px;
}

.h724-hero-visual {
    position: relative;
    min-height: 570px;
    perspective: 1200px;
}

.h724-console {
    position: absolute;
    inset: 24px 0 auto 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(109,73,255,.28), transparent 32%),
        radial-gradient(circle at 0 100%, rgba(41,212,195,.16), transparent 30%),
        var(--h724-dark);
    box-shadow: 0 44px 100px rgba(9,15,37,.27);
    transform: rotateY(-3deg) rotateX(1deg);
    transition: transform .25s ease;
}

.h724-console::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 35%);
}

.h724-console-topbar {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
}

.h724-console-dots {
    display: flex;
    gap: 6px;
}

.h724-console-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
}

.h724-console-dots span:first-child { background: #ff668f; }
.h724-console-dots span:nth-child(2) { background: #ffd25d; }
.h724-console-dots span:last-child { background: #43ddb4; }

.h724-console-label {
    margin-left: 18px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}

.h724-console-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-weight: 700;
}

.h724-console-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #37d7a2;
    box-shadow: 0 0 0 5px rgba(55,215,162,.10);
}

.h724-console-body {
    position: relative;
    z-index: 1;
    padding: 25px;
}

.h724-console-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.h724-console-heading span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.44);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.h724-console-heading strong {
    display: block;
    max-width: 330px;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.h724-pulse-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: #b9adff;
    background: rgba(109,73,255,.15);
    border: 1px solid rgba(166,148,255,.18);
    font-size: 21px;
}

.h724-flow-list {
    display: grid;
    gap: 10px;
    margin-top: 27px;
}

.h724-flow-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 86px 22px;
    align-items: center;
    gap: 13px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 17px;
    color: #fff;
    background: rgba(255,255,255,.045);
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.h724-flow-item:hover {
    color: #fff;
    transform: translateX(4px);
    background: rgba(255,255,255,.075);
    border-color: color-mix(in srgb, var(--platform-color) 40%, transparent);
}

.h724-flow-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--platform-color);
    font-size: 20px;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--platform-color) 28%, transparent);
}

.h724-flow-content {
    min-width: 0;
}

.h724-flow-content strong,
.h724-flow-content span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h724-flow-content strong {
    color: #fff;
    font-size: 13px;
}

.h724-flow-content span {
    margin-top: 4px;
    color: rgba(255,255,255,.45);
    font-size: 11px;
}

.h724-flow-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.h724-flow-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--platform-color), #fff);
}

.h724-flow-arrow {
    color: rgba(255,255,255,.35);
    transform: rotate(45deg);
}

.h724-console-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 12px;
}

.h724-metric-card {
    padding: 17px;
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.045);
}

.h724-metric-card span,
.h724-metric-card strong {
    display: block;
}

.h724-metric-card > span {
    color: rgba(255,255,255,.42);
    font-size: 11px;
}

.h724-metric-card strong {
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
}

.h724-metric-accent {
    background: linear-gradient(120deg, rgba(109,73,255,.22), rgba(47,123,255,.10));
}

.h724-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(13,23,51,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 44px rgba(22,31,68,.16);
    backdrop-filter: blur(12px);
}

.h724-float-card > i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #20c997;
    font-size: 18px;
}

.h724-float-card strong,
.h724-float-card span {
    display: block;
}

.h724-float-card strong {
    color: var(--h724-text);
    font-size: 12px;
}

.h724-float-card div > span {
    margin-top: 3px;
    color: var(--h724-muted);
    font-size: 10px;
}

.h724-float-card-one {
    left: -20px;
    bottom: 56px;
}

.h724-float-card-two {
    right: -42px;
    top: 91px;
}

.h724-mini-avatars {
    display: flex !important;
}

.h724-mini-avatars b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--h724-violet);
    font-size: 10px;
}

.h724-mini-avatars b:first-child { margin-left: 0; background: var(--h724-pink); }
.h724-mini-avatars b:nth-child(2) { background: var(--h724-blue); }
.h724-mini-avatars b:last-child { background: var(--h724-cyan); }

.h724-platform-section,
.h724-packages-section,
.h724-reviews-section,
.h724-faq-section,
.h724-blog-section,
.h724-article-section {
    position: relative;
    padding: 92px 0;
}

.h724-platform-section {
    padding-top: 52px;
}

.h724-section-head {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 34px;
}

.h724-section-head h2,
.h724-process-intro h2,
.h724-reviews-intro h2,
.h724-faq-intro h2 {
    margin: 12px 0 0;
    color: var(--h724-text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 900;
}

.h724-section-head p,
.h724-process-intro p,
.h724-reviews-intro > p,
.h724-faq-intro > p {
    margin: 0;
    color: var(--h724-muted);
    font-size: 15px;
    line-height: 1.7;
}

.h724-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.h724-platform-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 12px;
    min-height: 96px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--h724-line);
    border-radius: 20px;
    color: var(--h724-text);
    background: rgba(255,255,255,.76);
    box-shadow: 0 14px 36px rgba(22,31,68,.045);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.h724-platform-card::before {
    content: "";
    position: absolute;
    inset: auto -20px -55px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--platform-color) 11%, transparent);
    transition: transform .25s ease;
}

.h724-platform-card:hover {
    color: var(--h724-text);
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--platform-color) 35%, transparent);
    box-shadow: 0 22px 48px rgba(22,31,68,.10);
}

.h724-platform-card:hover::before {
    transform: scale(1.35);
}

.h724-platform-number {
    position: absolute;
    top: 9px;
    right: 12px;
    color: rgba(13,23,51,.17);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
}

.h724-platform-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: var(--platform-color);
    font-size: 20px;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--platform-color) 22%, transparent);
}

.h724-platform-text {
    min-width: 0;
}

.h724-platform-text strong,
.h724-platform-text span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h724-platform-text strong {
    font-size: 14px;
    font-weight: 800;
}

.h724-platform-text span {
    margin-top: 5px;
    color: var(--h724-muted);
    font-size: 11px;
}

.h724-platform-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #7b8498;
    background: #f1f3f8;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.h724-platform-card:hover .h724-platform-arrow {
    color: #fff;
    background: var(--platform-color);
    transform: translateX(2px);
}

.h724-trust-strip {
    padding: 8px 0 66px;
}

.h724-trust-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--h724-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(22,31,68,.07);
}

.h724-trust-live,
.h724-trust-item {
    min-height: 112px;
    padding: 22px 25px;
}

.h724-trust-live {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    background: linear-gradient(120deg, var(--h724-violet), var(--h724-blue));
}

.h724-trust-avatars {
    display: flex;
    flex: 0 0 auto;
}

.h724-trust-avatars img {
    width: 43px;
    height: 43px;
    margin-left: -10px;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,.85);
    border-radius: 50%;
}

.h724-trust-avatars img:first-child { margin-left: 0; }

.h724-trust-live span,
.h724-trust-live strong {
    display: block;
}

.h724-trust-live > div:last-child > span {
    color: rgba(255,255,255,.70);
    font-size: 11px;
}

.h724-trust-live strong {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
}

.h724-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-left: 1px solid var(--h724-line);
}

.h724-trust-item > i {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 13px;
    color: var(--h724-violet);
    background: rgba(109,73,255,.08);
    font-size: 19px;
}

.h724-trust-item span,
.h724-trust-item strong,
.h724-trust-item small {
    display: block;
}

.h724-trust-item strong {
    color: var(--h724-text);
    font-size: 13px;
}

.h724-trust-item small {
    margin-top: 4px;
    color: var(--h724-muted);
    font-size: 10px;
}

.h724-process-section {
    padding: 34px 0 72px;
}

.h724-process-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.55fr);
    gap: 62px;
    padding: 62px;
    overflow: hidden;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 0, rgba(109,73,255,.34), transparent 28%),
        radial-gradient(circle at 100% 100%, rgba(41,212,195,.16), transparent 26%),
        var(--h724-dark);
    box-shadow: 0 34px 78px rgba(10,16,35,.18);
}

.h724-process-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 36px 36px;
}

.h724-process-intro,
.h724-process-list {
    position: relative;
    z-index: 1;
}

.h724-section-kicker-light {
    color: #9f91ff;
}

.h724-process-intro h2 {
    color: #fff;
    font-size: clamp(34px, 3.4vw, 49px);
}

.h724-process-intro p {
    margin-top: 20px;
    color: rgba(255,255,255,.55);
}

.h724-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.h724-inline-link:hover {
    color: #bcb2ff;
}

.h724-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.h724-process-card {
    position: relative;
    min-height: 280px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.h724-process-card:hover {
    transform: translateY(-5px);
    border-color: rgba(159,145,255,.30);
    background: rgba(255,255,255,.07);
}

.h724-process-no {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(255,255,255,.15);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
}

.h724-process-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    color: #c6bcff;
    background: rgba(109,73,255,.14);
    border: 1px solid rgba(159,145,255,.16);
    font-size: 21px;
}

.h724-process-card h3 {
    margin: 38px 0 0;
    color: #fff;
    font-size: 19px;
    letter-spacing: -.02em;
}

.h724-process-card p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.48);
    font-size: 12px;
    line-height: 1.65;
}

.h724-packages-section {
    padding-top: 84px;
}

.h724-package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 14px;
}

.h724-package-card {
    position: relative;
    display: flex;
    min-height: 325px;
    flex-direction: column;
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--h724-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(22,31,68,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.h724-package-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -65px;
    top: 42px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--platform-color) 11%, transparent);
}

.h724-package-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--platform-color) 28%, transparent);
    box-shadow: 0 28px 60px rgba(22,31,68,.11);
}

.h724-package-featured {
    grid-column: span 2;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, color-mix(in srgb, var(--platform-color) 42%, transparent), transparent 38%),
        var(--h724-dark);
    border-color: rgba(255,255,255,.06);
}

.h724-package-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.h724-package-badge {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--platform-color);
    background: color-mix(in srgb, var(--platform-color) 10%, #fff);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.h724-package-featured .h724-package-badge {
    color: #fff;
    background: rgba(255,255,255,.10);
}

.h724-package-index {
    color: rgba(13,23,51,.22);
    font-size: 10px;
    font-weight: 900;
}

.h724-package-featured .h724-package-index {
    color: rgba(255,255,255,.26);
}

.h724-package-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 54px;
    height: 54px;
    margin-top: 28px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: var(--platform-color);
    font-size: 23px;
    box-shadow: 0 15px 30px color-mix(in srgb, var(--platform-color) 25%, transparent);
}

.h724-package-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.h724-package-platform {
    display: block;
    color: var(--platform-color);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.h724-package-featured .h724-package-platform {
    color: color-mix(in srgb, var(--platform-color) 55%, #fff);
}

.h724-package-card h3 {
    margin: 7px 0 0;
    color: var(--h724-text);
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.h724-package-featured h3 {
    color: #fff;
    font-size: 25px;
}

.h724-package-price {
    display: block;
    margin-top: 12px;
    color: var(--h724-text);
    font-size: 15px;
}

.h724-package-featured .h724-package-price {
    color: rgba(255,255,255,.72);
}

.h724-package-button {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 47px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding: 0 15px;
    border-radius: 14px;
    color: var(--h724-text);
    background: #f2f4f8;
    font-size: 11px;
    font-weight: 800;
    transition: color .2s ease, background-color .2s ease;
}

.h724-package-button:hover {
    color: #fff;
    background: var(--platform-color);
}

.h724-package-featured .h724-package-button {
    color: #fff;
    background: rgba(255,255,255,.10);
}

.h724-package-featured .h724-package-button:hover {
    background: var(--platform-color);
}

.h724-reviews-section {
    padding-top: 100px;
    background: #fff;
}

.h724-reviews-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.55fr);
    gap: 66px;
}

.h724-reviews-intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.h724-reviews-intro > p {
    margin-top: 20px;
}

.h724-rating-card {
    margin-top: 32px;
    padding: 22px;
    border: 1px solid var(--h724-line);
    border-radius: 20px;
    background: var(--h724-bg);
}

.h724-rating-stars {
    display: flex;
    gap: 4px;
    color: #ffad35;
}

.h724-rating-card strong,
.h724-rating-card span {
    display: block;
}

.h724-rating-card strong {
    margin-top: 14px;
    color: var(--h724-text);
    font-size: 14px;
}

.h724-rating-card span {
    margin-top: 6px;
    color: var(--h724-muted);
    font-size: 11px;
    line-height: 1.6;
}

.h724-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.h724-review-card {
    position: relative;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--h724-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(22,31,68,.05);
}

.h724-review-card:nth-child(3n + 1) {
    background: linear-gradient(145deg, #fff, #f6f3ff);
}

.h724-review-quote {
    color: var(--h724-violet);
    font-size: 25px;
}

.h724-review-card > p {
    margin: 20px 0 24px;
    color: #505a70;
    font-size: 13px;
    line-height: 1.72;
}

.h724-review-user {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--h724-line);
}

.h724-review-user img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.h724-review-user strong,
.h724-review-user span {
    display: block;
}

.h724-review-user strong {
    color: var(--h724-text);
    font-size: 12px;
}

.h724-review-user span {
    margin-top: 3px;
    color: var(--h724-muted);
    font-size: 9px;
}

.h724-review-stars {
    display: flex;
    gap: 2px;
    color: #ffad35;
    font-size: 9px;
}

.h724-faq-section {
    background: #fff;
    padding-top: 54px;
}

.h724-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.35fr);
    gap: 74px;
    padding-top: 44px;
    border-top: 1px solid var(--h724-line);
}

.h724-faq-intro > p {
    margin-top: 20px;
}

.h724-faq-help {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 15px;
    border-radius: 18px;
    color: #fff;
    background: var(--h724-dark);
}

.h724-faq-help > i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    color: #c3b9ff;
    background: rgba(109,73,255,.16);
    font-size: 19px;
}

.h724-faq-help strong,
.h724-faq-help span {
    display: block;
}

.h724-faq-help strong { font-size: 11px; }
.h724-faq-help span { margin-top: 4px; color: rgba(255,255,255,.50); font-size: 9px; }

.h724-faq-help a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.10);
}

.h724-faq-list {
    border-top: 1px solid var(--h724-line);
}

.h724-faq-item {
    border-bottom: 1px solid var(--h724-line);
}

.h724-faq-question {
    display: grid;
    width: 100%;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 0;
    border: 0;
    color: var(--h724-text);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.h724-faq-no {
    color: var(--h724-violet);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}

.h724-faq-question strong {
    font-size: 15px;
    line-height: 1.4;
}

.h724-faq-toggle {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--h724-text);
    background: var(--h724-bg);
    transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

.h724-faq-item.is-open .h724-faq-toggle {
    color: #fff;
    background: var(--h724-violet);
    transform: rotate(45deg);
}

.h724-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .28s ease, opacity .28s ease;
}

.h724-faq-answer > div {
    overflow: hidden;
    padding: 0 52px 0;
    color: var(--h724-muted);
    font-size: 13px;
    line-height: 1.75;
}

.h724-faq-item.is-open .h724-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.h724-faq-item.is-open .h724-faq-answer > div {
    padding-bottom: 24px;
}

.h724-blog-section {
    padding-top: 102px;
}

.h724-blog-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 235px);
    gap: 14px;
}

.h724-blog-card {
    position: relative;
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--h724-line);
    border-radius: 22px;
    color: var(--h724-text);
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease;
}

.h724-blog-card:hover {
    color: var(--h724-text);
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(22,31,68,.10);
}

.h724-blog-featured {
    grid-row: span 2;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
}

.h724-blog-image {
    min-height: 100%;
    overflow: hidden;
}

.h724-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.h724-blog-card:hover .h724-blog-image img {
    transform: scale(1.045);
}

.h724-blog-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 20px;
}

.h724-blog-date {
    color: var(--h724-violet);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.h724-blog-card h3 {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    color: var(--h724-text);
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: -.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.h724-blog-featured h3 {
    font-size: 24px;
    -webkit-line-clamp: 2;
}

.h724-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--h724-muted);
    font-size: 10px;
    font-weight: 800;
}

.h724-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 72px;
}

.h724-stat-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 13px;
    row-gap: 5px;
    min-height: 104px;
    padding: 18px;
    border-radius: 19px;
    color: #fff;
    background: var(--h724-dark);
}

.h724-stat-icon {
    display: grid;
    width: 44px;
    height: 44px;
    grid-row: span 2;
    place-items: center;
    border-radius: 13px;
    color: #bcb1ff;
    background: rgba(109,73,255,.14);
    font-size: 19px;
}

.h724-stat-card strong {
    align-self: end;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
}

.h724-stat-card > span {
    align-self: start;
    color: rgba(255,255,255,.58);
    font-size: 10px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
}

.h724-article-section {
    padding-top: 28px;
}

.h724-article-shell {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: 34px;
    border: 1px solid var(--h724-line);
    border-radius: 24px;
    background: #fff;
}

.h724-article-mark {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--h724-violet);
    background: rgba(109,73,255,.08);
    font-size: 22px;
}

.h724-article-content {
    color: #5c657a;
    font-size: 14px;
    line-height: 1.8;
}

.h724-article-content h1,
.h724-article-content h2,
.h724-article-content h3 {
    color: var(--h724-text);
    letter-spacing: -.025em;
}

.h724-article-content a {
    color: var(--h724-violet);
}

body.home-724 .footer--top {
    border: 0;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(110deg, var(--h724-violet), var(--h724-blue));
    box-shadow: 0 24px 60px rgba(79,93,255,.20);
}

body.home-724 .footer--top .text span,
body.home-724 .footer--top .text p,
body.home-724 .footer--top .action .item {
    color: #fff;
}

body.home-724 .footer--top .action .item {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
}

body.home-724 footer {
    margin-top: -52px;
    padding-top: 104px;
    background: var(--h724-dark);
}

body.home-724 footer .footer-about-desc,
body.home-724 footer .fn-item,
body.home-724 footer .copyright {
    color: rgba(255,255,255,.48);
}

body.home-724 footer .footer-nav-heading {
    color: #fff;
}

body.home-724 footer .fn-item:hover {
    color: #fff;
}

body.home-724 footer .fsocial-item {
    color: #fff;
    background: rgba(255,255,255,.07);
}

body.home-724 .footer-bottom {
    border-top-color: rgba(255,255,255,.07);
    background: rgba(0,0,0,.10);
}

[data-h724-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.2,.75,.25,1);
}

[data-h724-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .h724-hero-container {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
        gap: 42px;
    }

    .h724-float-card-two { right: -12px; }
    .h724-platform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .h724-package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .h724-process-shell { padding: 48px; gap: 42px; }
    .h724-process-card { padding: 20px; }
}

@media (max-width: 992px) {
    body.home-724 .container {
        width: min(100% - 34px, 900px);
    }

    .h724-hero {
        padding-top: 62px;
    }

    .h724-hero-container {
        grid-template-columns: 1fr;
    }

    .h724-hero-copy {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .h724-eyebrow,
    .h724-title-small,
    .h724-hero-actions,
    .h724-proof-row {
        justify-content: center;
    }

    .h724-lead {
        margin-inline: auto;
    }

    .h724-hero-visual {
        width: min(100%, 650px);
        margin: 0 auto;
    }

    .h724-console {
        inset-inline: 20px;
        transform: none;
    }

    .h724-float-card-one { left: 0; }
    .h724-float-card-two { right: 0; }

    .h724-section-head {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
    }

    .h724-section-head p {
        max-width: 680px;
    }

    .h724-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h724-trust-live { grid-column: span 2; }
    .h724-trust-item:nth-child(2) { border-left: 0; }
    .h724-trust-item:nth-child(4) { grid-column: span 2; border-left: 0; border-top: 1px solid var(--h724-line); }

    .h724-process-shell,
    .h724-reviews-layout,
    .h724-faq-layout {
        grid-template-columns: 1fr;
    }

    .h724-reviews-intro {
        position: static;
    }

    .h724-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 340px repeat(2, 220px);
    }

    .h724-blog-featured {
        grid-column: span 2;
        grid-row: auto;
        grid-template-columns: 1.1fr 1fr;
        grid-template-rows: 1fr;
    }

    .h724-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    body.home-724 .container {
        width: min(100% - 26px, 680px);
    }

    body.home-724 header .header {
        min-height: 66px;
    }

    .h724-hero {
        padding: 44px 0 34px;
    }

    .h724-title {
        font-size: clamp(40px, 12vw, 58px);
    }

    .h724-title-small {
        font-size: 13px;
    }

    .h724-lead {
        font-size: 15px;
        line-height: 1.65;
    }

    /* Mobilde canlı işlem merkezi tamamen gizlenir. */
    .h724-hero-visual {
        display: none !important;
        width: 0 !important;
        min-height: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .h724-proof-row {
        gap: 12px 18px;
    }

    .h724-console {
        inset-inline: 0;
    }

    .h724-console-body { padding: 20px; }
    .h724-console-heading strong { font-size: 21px; }
    .h724-flow-item { grid-template-columns: 43px minmax(0, 1fr) 20px; }
    .h724-flow-progress { display: none; }
    .h724-float-card-two { top: 78px; }
    .h724-float-card-one { bottom: 22px; }

    .h724-platform-section,
    .h724-packages-section,
    .h724-reviews-section,
    .h724-faq-section,
    .h724-blog-section,
    .h724-article-section {
        padding-block: 68px;
    }

    .h724-section-head h2,
    .h724-process-intro h2,
    .h724-reviews-intro h2,
    .h724-faq-intro h2 {
        font-size: clamp(31px, 9vw, 42px);
    }

    .h724-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .h724-platform-card { min-height: 88px; padding: 15px; grid-template-columns: 44px minmax(0,1fr) 31px; }
    .h724-platform-icon { width: 44px; height: 44px; }

    .h724-trust-grid { grid-template-columns: 1fr; }
    .h724-trust-live,
    .h724-trust-item,
    .h724-trust-item:nth-child(4) { grid-column: auto; border-left: 0; border-top: 1px solid var(--h724-line); }
    .h724-trust-live { border-top: 0; }

    .h724-process-shell { padding: 34px 24px; border-radius: 27px; }
    .h724-process-list { grid-template-columns: 1fr; }
    .h724-process-card { min-height: 210px; }
    .h724-process-card h3 { margin-top: 28px; }

    .h724-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .h724-package-featured { grid-column: span 2; }

    .h724-review-grid { grid-template-columns: 1fr; }
    .h724-review-card { min-height: 235px; }

    .h724-faq-layout { gap: 42px; }
    .h724-faq-question { min-height: 74px; grid-template-columns: 30px minmax(0,1fr) 34px; gap: 10px; }
    .h724-faq-question strong { font-size: 13px; }
    .h724-faq-answer > div { padding-left: 40px; padding-right: 6px; }

    .h724-blog-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 390px repeat(3, 190px);
    }

    .h724-blog-featured {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }

    .h724-blog-card:not(.h724-blog-featured) {
        grid-template-columns: 120px minmax(0,1fr);
    }

    .h724-stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 64px;
    }

    .h724-stat-card {
        min-height: 100px;
        padding: 18px 20px;
    }

    .h724-stat-card strong {
        font-size: 19px;
        line-height: 1.15;
    }

    .h724-stat-card > span {
        font-size: 11px;
        line-height: 1.4;
    }

    .h724-article-shell { grid-template-columns: 1fr; padding: 25px; }
}

@media (max-width: 520px) {
    .h724-eyebrow {
        font-size: 10px;
    }

    .h724-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .h724-btn {
        width: 100%;
    }

    .h724-proof-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
    }

    .h724-proof-item:last-child {
        grid-column: span 2;
        justify-content: center;
    }

    .h724-console-topbar { padding: 0 15px; }
    .h724-console-label { display: none; }
    .h724-console-heading strong { font-size: 18px; }
    .h724-flow-item { padding: 11px; }
    .h724-console-metrics { grid-template-columns: 1fr; }
    .h724-float-card { padding: 11px 12px; }
    .h724-float-card-two { display: none; }
    .h724-float-card-one { left: 12px; bottom: 0; }

    .h724-platform-grid { grid-template-columns: 1fr; }

    .h724-stat-card {
        grid-template-columns: 46px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 6px;
    }

    .h724-stat-icon {
        width: 46px;
        height: 46px;
    }

    .h724-package-grid { grid-template-columns: 1fr; }
    .h724-package-featured { grid-column: auto; }
    .h724-package-card { min-height: 300px; }

    .h724-blog-grid {
        grid-template-rows: 360px repeat(3, 175px);
    }

    .h724-blog-card:not(.h724-blog-featured) {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .h724-blog-content { padding: 16px; }
    .h724-blog-card h3 { font-size: 13px; }
    .h724-blog-featured h3 { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    [data-h724-reveal],
    .h724-live-dot::after,
    .h724-console,
    .h724-platform-card,
    .h724-package-card,
    .h724-blog-card {
        animation: none !important;
        transition: none !important;
    }

    [data-h724-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* ========================================================================== */
/* V39 — Anasayfa blog ve istatistik alanı renk / boşluk düzeltmesi          */
/* ========================================================================== */
body.home-724 section#blog.h724-blog-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 96px 0 92px;
    background:
        radial-gradient(circle at 12% 10%, rgba(109, 73, 255, .16), transparent 34%),
        radial-gradient(circle at 90% 4%, rgba(41, 212, 195, .10), transparent 30%),
        linear-gradient(135deg, #0a1023 0%, #11192f 58%, #0d2230 100%);
}

body.home-724 section#blog.h724-blog-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .62;
}

body.home-724 #blog .h724-section-head {
    align-items: end;
    margin-bottom: 38px;
}

body.home-724 #blog .h724-section-kicker {
    color: #9180ff;
}

body.home-724 #blog .h724-section-head h2 {
    color: #fff;
    text-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

body.home-724 #blog .h724-section-head p {
    color: rgba(231, 235, 249, .70);
}

body.home-724 #blog .h724-blog-grid {
    gap: 18px;
}

body.home-724 #blog .h724-blog-card {
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 20px 55px rgba(0,0,0,.18);
}

body.home-724 #blog .h724-blog-card:hover {
    box-shadow: 0 28px 68px rgba(0,0,0,.27);
}

body.home-724 #blog .h724-blog-date {
    color: var(--h724-violet);
}

body.home-724 #blog .h724-stats-grid {
    align-items: stretch;
    gap: 16px;
    margin-top: 36px;
    margin-bottom: 0;
}

body.home-724 #blog .h724-stat-card {
    min-height: 112px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    background: rgba(7, 13, 34, .82);
    box-shadow: 0 18px 42px rgba(0,0,0,.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.home-724 #blog .h724-stat-icon {
    color: #c8c0ff;
    background: rgba(109,73,255,.20);
}

body.home-724 #blog .h724-stat-card strong {
    color: #fff;
}

body.home-724 #blog .h724-stat-card > span {
    color: rgba(238,241,252,.62);
}

@media (max-width: 1024px) {
    body.home-724 section#blog.h724-blog-section {
        padding: 82px 0 78px;
    }

    body.home-724 #blog .h724-section-head {
        align-items: start;
    }
}

@media (max-width: 768px) {
    body.home-724 section#blog.h724-blog-section {
        padding: 68px 0 70px;
    }

    body.home-724 #blog .h724-section-head {
        margin-bottom: 28px;
    }

    body.home-724 #blog .h724-stats-grid {
        gap: 12px;
        margin-top: 26px;
        margin-bottom: 0;
    }

    body.home-724 #blog .h724-stat-card {
        min-height: 100px;
        padding: 18px 20px;
    }
}
