/* Safir Cloud Hotspot — satış odaklı animasyonlar */

@keyframes hs-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes hs-pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(62, 146, 204, 0.45); }
    70% { box-shadow: 0 0 0 12px rgba(62, 146, 204, 0); }
    100% { box-shadow: 0 0 0 0 rgba(62, 146, 204, 0); }
}

@keyframes hs-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes hs-network-drift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-24px, -16px); }
}

@keyframes hs-slide-in-left {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes hs-scale-in {
    from { opacity: 0; transform: scale(0.94); }
    to { opacity: 1; transform: scale(1); }
}

.cloud-hero--sales {
    padding: clamp(2rem, 4vw, 3.25rem) 0 clamp(1.75rem, 3vw, 2.75rem);
    overflow: hidden;
}

/* Ana sayfa — CLS önleme: hero ve bölümler anında görünür */
.cloud-hero--home .hs-hero-anim,
.cloud-hero--home .hs-hero-visual-wrap,
.cloud-hero--hotspot .hs-hero-anim,
.cloud-hero--5651 .hs-hero-anim,
.cloud-hero--hotspot .hs-hero-visual-wrap,
.cloud-hero--5651 .hs-hero-visual-wrap {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

.cloud-hero--home .hs-float,
.cloud-hero--home .hs-hero-glow,
.cloud-hero--home .hs-cta-pulse,
.cloud-hero--hotspot .hs-float,
.cloud-hero--5651 .hs-float,
.cloud-hero--hotspot .hs-hero-glow,
.cloud-hero--5651 .hs-hero-glow,
.cloud-hero--hotspot .hs-cta-pulse,
.cloud-hero--5651 .hs-cta-pulse {
    animation: none !important;
}

#landing-home .hs-reveal,
#landing-home .cloud-trust-bar,
#landing-home .cloud-landing-nav,
#landing-hotspot .hs-trust-sales .hs-reveal,
#landing-hotspot .cloud-landing-nav,
#landing-5651 .hs-trust-sales .hs-reveal,
#landing-5651 .cloud-landing-nav {
    opacity: 1;
    transform: none;
    transition: none;
}

.cloud-hero--split .cloud-hero-inner--sales {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.32fr);
    gap: clamp(1.5rem, 2.8vw, 2.5rem);
    align-items: center;
    max-width: min(1400px, 100% - 1.5rem);
    margin: 0 auto;
    padding: 0 1rem;
}

.cloud-hero--sales .container.cloud-hero-inner--sales {
    max-width: min(1400px, 100% - 1.5rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.cloud-hero-inner--sales {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.32fr);
    gap: clamp(1.5rem, 2.8vw, 2.5rem);
    align-items: center;
    isolation: isolate;
}

.hs-hero-content {
    position: relative;
    z-index: 2;
    max-width: 32rem;
    min-width: 0;
    text-align: left;
}

.hs-hero-anim {
    opacity: 0;
    animation: hs-slide-in-left 0.65s ease both;
}

.hs-hero-anim--1 { animation-delay: 0.05s; }
.hs-hero-anim--2 { animation-delay: 0.12s; }
.hs-hero-anim--3 { animation-delay: 0.2s; }
.hs-hero-anim--4 { animation-delay: 0.28s; }
.hs-hero-anim--5 { animation-delay: 0.36s; }
.hs-hero-anim--6 { animation-delay: 0.44s; }

.hs-hero-content h1 {
    font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.15;
}

.hs-hero-content .cloud-hero-text {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    max-width: 36rem;
}

.hs-sales-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 1rem 0 0.5rem;
}

.hs-sales-pill {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(6px);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hs-sales-pill .cloud-icon-badge {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0;
}

.hs-sales-pill .cloud-icon-badge svg {
    width: 1.25rem;
    height: 1.25rem;
}

.cloud-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 8px 20px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.65);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cloud-icon-badge--sm {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 11px;
}

.cloud-icon-badge--sm svg {
    width: 1.2rem;
    height: 1.2rem;
}

.cloud-icon-badge--md {
    width: 2.75rem;
    height: 2.75rem;
}

.cloud-icon-badge--md svg {
    width: 1.35rem;
    height: 1.35rem;
}

.cloud-icon-badge--lg {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 16px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 10px 24px rgba(15, 23, 42, 0.16);
}

.cloud-icon-badge--lg svg {
    width: 1.65rem;
    height: 1.65rem;
}

.cloud-icon-badge--branded {
    background: linear-gradient(145deg, #eef2ff 0%, #818cf8 55%, #6366f1 100%);
    color: #312e81;
}

.cloud-icon-badge--multi-auth {
    background: linear-gradient(145deg, #ecfdf5 0%, #6ee7b7 55%, #10b981 100%);
    color: #065f46;
}

.cloud-icon-badge--default {
    background: linear-gradient(145deg, #f1f5f9 0%, #cbd5e1 100%);
    color: var(--cloud-navy);
}

.hs-sales-pill:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.hs-sales-pill:hover .cloud-icon-badge {
    transform: scale(1.08);
    transition: transform 0.2s ease;
}

.hs-fade-up {
    animation: hs-fade-up 0.65s ease both;
}

.hs-delay-1 { animation-delay: 0.08s; }
.hs-delay-2 { animation-delay: 0.16s; }
.hs-delay-3 { animation-delay: 0.24s; }
.hs-delay-4 { animation-delay: 0.32s; }
.hs-delay-5 { animation-delay: 0.4s; }

.hs-hero-network {
    opacity: 0.35;
    animation: hs-network-drift 28s linear infinite alternate;
}

.hs-sales-pill:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.hs-sales-pill--portal {
    border-color: rgba(126, 200, 247, 0.55);
}

.hs-sales-pill--auth {
    border-color: rgba(52, 211, 153, 0.45);
}

.hs-sales-pill-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1.1rem;
}

.hs-sales-pill-body strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.hs-sales-pill-body span {
    display: block;
    font-size: 0.8125rem;
    opacity: 0.88;
    line-height: 1.45;
}

.hs-hero-visual-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    animation: hs-scale-in 0.75s ease 0.2s both;
}

.hs-hero-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.hs-float {
    animation: hs-float 6s ease-in-out infinite;
    will-change: transform;
}

.hs-hero-infographic {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(78vh, 680px);
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    background: #fff;
}

.hs-hero-marketing-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.hs-hero-glow {
    position: absolute;
    inset: -12%;
    background: radial-gradient(circle at 50% 45%, rgba(126, 200, 247, 0.22), transparent 58%);
    pointer-events: none;
    z-index: -1;
}

.cloud-hero--split .cloud-hero-highlights {
    margin-top: 0.75rem;
}

.cloud-hero--split .cloud-hero-highlights li {
    animation: hs-slide-in-left 0.5s ease both;
}

.cloud-hero--split .cloud-hero-highlights li:nth-child(1) { animation-delay: 0.42s; }
.cloud-hero--split .cloud-hero-highlights li:nth-child(2) { animation-delay: 0.48s; }
.cloud-hero--split .cloud-hero-highlights li:nth-child(3) { animation-delay: 0.54s; }
.cloud-hero--split .cloud-hero-highlights li:nth-child(4) { animation-delay: 0.6s; }

.hs-hero-caption {
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.75;
    letter-spacing: 0.02em;
}

.hs-cta-pulse {
    animation: hs-pulse-ring 2.4s ease infinite;
}

/* Trust sales strip */
.hs-trust-sales {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
}

.hs-trust-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 1.75rem;
}

.hs-trust-head h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--cloud-navy);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.hs-trust-head p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.55;
}

.hs-trust-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.hs-trust-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.75rem 0.9rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #dbeafe;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hs-trust-stat .cloud-icon-badge {
    margin-bottom: 0.55rem;
}

.hs-trust-stat:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    box-shadow: 0 10px 24px rgba(10, 36, 99, 0.08);
}

.hs-trust-stat:hover .cloud-icon-badge {
    transform: scale(1.06);
}

.hs-trust-stat strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--cloud-navy);
    margin-bottom: 0.25rem;
}

.hs-trust-stat span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #64748b;
}

.hs-trust-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    margin-bottom: 1.15rem;
}

.hs-trust-feature {
    position: relative;
    padding: 1.5rem 1.35rem 1.25rem;
    border-radius: 18px;
    background: linear-gradient(155deg, #fff 0%, #eff6ff 100%);
    border: 1px solid #bfdbfe;
    box-shadow: 0 14px 36px rgba(10, 36, 99, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.hs-trust-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cloud-blue), #7ec8f7, var(--cloud-blue));
    background-size: 200% 100%;
    animation: hs-shimmer 4s linear infinite;
}

.hs-trust-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(10, 36, 99, 0.12);
}

.hs-trust-feature .cloud-icon-badge {
    margin-bottom: 0.85rem;
}

.hs-trust-feature:hover .cloud-icon-badge {
    transform: scale(1.05);
}

.hs-trust-benefit-tag {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(62, 146, 204, 0.12);
    color: #1e5f9e;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hs-trust-feature-icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--cloud-navy);
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.hs-trust-feature h3 {
    font-size: 1.15rem;
    color: var(--cloud-navy);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.hs-trust-feature p {
    margin: 0 0 1rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
}

.hs-trust-feature-cta,
.btn-trust-cta {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--cloud-blue);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hs-trust-feature-cta:hover,
.btn-trust-cta:hover {
    color: var(--cloud-navy);
    transform: translateX(3px);
}

.hs-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.hs-trust-card {
    padding: 1.1rem 1rem;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hs-trust-card .cloud-icon-badge {
    margin-bottom: 0.7rem;
}

.hs-trust-card:hover .cloud-icon-badge {
    transform: scale(1.08);
}

.hs-trust-card-icon {
    display: block;
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
}

.hs-trust-card strong {
    display: block;
    font-size: 0.875rem;
    color: var(--cloud-navy);
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.hs-trust-card span {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.45;
}

.hs-trust-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cloud-navy) 0%, #1e5f9e 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(10, 36, 99, 0.18);
}

.hs-trust-bar-text strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.hs-trust-bar-text span {
    display: block;
    font-size: 0.875rem;
    opacity: 0.9;
    line-height: 1.45;
}

.hs-trust-bar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hs-trust-card:hover {
    transform: translateY(-4px);
    border-color: #93c5fd;
    box-shadow: 0 10px 28px rgba(10, 36, 99, 0.08);
}

.cloud-icon-badge--cloud-mgmt {
    background: linear-gradient(145deg, #e0f2fe 0%, #38bdf8 55%, #0284c7 100%);
    color: #0c4a6e;
}

.cloud-icon-badge--logging5651 {
    background: linear-gradient(145deg, #d1fae5 0%, #34d399 55%, #059669 100%);
    color: #064e3b;
}

.cloud-icon-badge--kvkk {
    background: linear-gradient(145deg, #ecfdf5 0%, #4ade80 55%, #16a34a 100%);
    color: #14532d;
}

.cloud-icon-badge--firewall {
    background: linear-gradient(145deg, #f1f5f9 0%, #94a3b8 55%, #64748b 100%);
    color: #1e293b;
}

.cloud-icon-badge--panel {
    background: linear-gradient(145deg, #dbeafe 0%, #60a5fa 55%, #2563eb 100%);
    color: #1e3a8a;
}

.cloud-icon-badge--deploy {
    background: linear-gradient(145deg, #ffedd5 0%, #fb923c 55%, #ea580c 100%);
    color: #7c2d12;
}

.cloud-icon-badge--support {
    background: linear-gradient(145deg, #ede9fe 0%, #a78bfa 55%, #7c3aed 100%);
    color: #4c1d95;
}

/* Scroll reveal */
.hs-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hs-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Sayfa içi menü — site header altında yapışır (5651, hotspot, ana sayfa) */
#landing-hotspot .cloud-landing-nav,
#landing-5651 .cloud-landing-nav,
#landing-home .cloud-landing-nav,
.cloud-hero--hotspot + .hs-trust-sales ~ .cloud-landing-nav,
.cloud-hero--5651 + .hs-trust-sales ~ .cloud-landing-nav {
    position: sticky;
    top: var(--portal-top-offset, 7rem);
    z-index: 40;
    box-shadow: 0 4px 20px rgba(10, 36, 99, 0.08);
}

/* Hotspot sayfa içi menü — ikonlu */
.cloud-landing-nav--icons .cloud-landing-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
}

.cloud-landing-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    opacity: 0.85;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.cloud-landing-nav-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.cloud-landing-nav--icons .cloud-landing-nav-link:hover .cloud-landing-nav-icon,
.cloud-landing-nav--icons .cloud-landing-nav-link.is-active .cloud-landing-nav-icon {
    opacity: 1;
}

.cloud-landing-nav--icons .cloud-landing-nav-link.is-active .cloud-landing-nav-icon {
    transform: scale(1.08);
}

/* Hotspot Nedir — logo filigranı */
.hs-what-is-section {
    position: relative;
    overflow: hidden;
}

.hs-what-is-inner {
    position: relative;
    z-index: 1;
}

.hs-what-is-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}

.hs-what-is-watermark img {
    width: min(480px, 72%);
    max-width: 100%;
    height: auto;
    opacity: 0.07;
    filter: saturate(0.85);
    user-select: none;
}

.hs-what-is-inner .cloud-section-title,
.hs-what-is-inner .cloud-prose {
    position: relative;
    z-index: 1;
}

/* Nasıl Çalışır — adım akışı */
.hs-steps-sales {
    position: relative;
    overflow: hidden;
}

.hs-steps-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2.25rem;
}

.hs-steps-head .cloud-section-title,
.hs-steps-head .cloud-section-desc {
    margin-left: auto;
    margin-right: auto;
}

.hs-steps-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    position: relative;
}

.hs-steps-flow::before {
    content: '';
    position: absolute;
    top: 2.65rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, rgba(62, 146, 204, 0.15), rgba(62, 146, 204, 0.55), rgba(62, 146, 204, 0.15));
    pointer-events: none;
    z-index: 0;
}

.hs-step-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 16px;
    padding: 1.35rem 1.25rem 1.25rem;
    box-shadow: 0 8px 28px rgba(10, 36, 99, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hs-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(10, 36, 99, 0.1);
    border-color: rgba(62, 146, 204, 0.25);
}

.hs-step-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.hs-step-index {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--cloud-blue);
    opacity: 0.85;
}

.hs-step-tag {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(62, 146, 204, 0.12);
    color: var(--cloud-navy);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hs-step-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: var(--cloud-navy);
    line-height: 1.3;
}

.hs-step-card p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
}

.hs-steps-cta {
    margin-top: 2rem;
    padding: 1.35rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.04), rgba(62, 146, 204, 0.08));
    border: 1px solid rgba(62, 146, 204, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hs-steps-cta p {
    margin: 0;
    max-width: 36rem;
    color: #475569;
    font-size: 0.9375rem;
}

/* İşletme Yönetim Paneli */
.hs-panel-sales {
    position: relative;
}

.hs-panel-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2.25rem;
}

.hs-panel-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.hs-panel-infographic-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f7ff 0%, #fff 50%, #e8f4fc 100%);
    border: 1px solid rgba(62, 146, 204, 0.18);
    box-shadow:
        0 24px 56px rgba(10, 36, 99, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hs-panel-infographic-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(62, 146, 204, 0.12), transparent 55%);
    pointer-events: none;
}

.hs-panel-visual:hover .hs-panel-infographic-wrap {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 32px 64px rgba(10, 36, 99, 0.16);
}

.hs-panel-infographic {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.hs-panel-frame {
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.1);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(10, 36, 99, 0.12);
}

.hs-panel-frame-bar {
    display: flex;
    gap: 0.35rem;
    padding: 0.65rem 0.85rem;
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    border-bottom: 1px solid #e2e8f0;
}

.hs-panel-frame-bar span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.hs-panel-frame-bar span:first-child {
    background: #f87171;
}

.hs-panel-frame-bar span:nth-child(2) {
    background: #fbbf24;
}

.hs-panel-frame-bar span:nth-child(3) {
    background: #34d399;
}

.hs-panel-screenshot {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.hs-panel-highlights {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hs-panel-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(62, 146, 204, 0.1);
    color: var(--cloud-navy);
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid rgba(62, 146, 204, 0.15);
}

.hs-panel-highlight-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--cloud-blue);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.2);
    animation: hs-dot-pulse 2s ease-in-out infinite;
}

@keyframes hs-dot-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.85); }
}

.hs-panel-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.hs-panel-module {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.05rem 1rem;
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 14px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    overflow: hidden;
}

.hs-panel-module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--cloud-blue), var(--cloud-navy));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.hs-panel-module:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(10, 36, 99, 0.1);
    border-color: rgba(62, 146, 204, 0.25);
}

.hs-panel-module:hover::before {
    opacity: 1;
}

.hs-panel-module-icon {
    flex-shrink: 0;
    position: relative;
}

.hs-panel-module-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 146, 204, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.hs-panel-module:hover .hs-panel-module-icon::after {
    opacity: 1;
}

.hs-icon-anim .cloud-icon-badge {
    position: relative;
    z-index: 1;
    animation: hs-icon-float 3.2s ease-in-out infinite;
}

.hs-icon-anim--1 .cloud-icon-badge { animation-delay: 0s; }
.hs-icon-anim--2 .cloud-icon-badge { animation-delay: 0.4s; }
.hs-icon-anim--3 .cloud-icon-badge { animation-delay: 0.8s; }
.hs-icon-anim--4 .cloud-icon-badge { animation-delay: 1.2s; }

@keyframes hs-icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.hs-panel-module:hover .hs-icon-anim .cloud-icon-badge {
    animation: hs-icon-bounce 0.55s ease;
}

@keyframes hs-icon-bounce {
    0%, 100% { transform: scale(1); }
    40% { transform: scale(1.12) translateY(-2px); }
    70% { transform: scale(0.96); }
}

.hs-panel-module-body {
    min-width: 0;
}

.hs-panel-badge {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.08), rgba(62, 146, 204, 0.14));
    color: var(--cloud-navy);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(62, 146, 204, 0.2);
}

.hs-panel-module .cloud-icon-badge {
    flex-shrink: 0;
}

.hs-panel-module h3 {
    margin: 0 0 0.3rem;
    font-size: 0.925rem;
    color: var(--cloud-navy);
    line-height: 1.35;
}

.hs-panel-module p {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.55;
}

.hs-panel-bar {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: var(--cloud-navy);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hs-panel-bar-text strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.hs-panel-bar-text span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.82);
}

.cloud-icon-badge--discover,
.cloud-icon-badge--sessions,
.cloud-icon-badge--coupon,
.cloud-icon-badge--portal-settings,
.cloud-icon-badge--devices,
.cloud-icon-badge--profiles,
.cloud-icon-badge--pms,
.cloud-icon-badge--reports {
    background: linear-gradient(145deg, rgba(62, 146, 204, 0.16), rgba(10, 36, 99, 0.08));
    color: var(--cloud-navy);
}

/* Kimler Kullanır — sektör grid */
.hs-segments-sales {
    position: relative;
}

.hs-segments-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2rem;
}

.hs-segments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-segment-card {
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 14px;
    padding: 1.25rem 1.15rem 1.15rem;
    box-shadow: 0 6px 22px rgba(10, 36, 99, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hs-segment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(10, 36, 99, 0.09);
    border-color: rgba(62, 146, 204, 0.22);
}

.hs-segment-card .cloud-icon-badge--segment {
    margin-bottom: 0.75rem;
    background: linear-gradient(145deg, rgba(62, 146, 204, 0.16), rgba(10, 36, 99, 0.08));
    color: var(--cloud-navy);
}

.hs-segment-card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.975rem;
    color: var(--cloud-navy);
    line-height: 1.35;
}

.hs-segment-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.55;
}

/* Doğrulama yöntemleri — satış odaklı */
.hs-auth-hub-visual {
    display: block;
    position: relative;
    margin: 0 auto 1.75rem;
    max-width: 920px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(10, 36, 99, 0.1);
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
}

.hs-auth-hub-visual:hover {
    box-shadow: 0 20px 56px rgba(62, 146, 204, 0.22);
    transform: translateY(-2px);
    text-decoration: none;
}

.hs-auth-hub-visual-img {
    display: block;
    width: 100%;
    height: auto;
}

.hs-auth-hub-visual-cta {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    background: var(--cloud-blue);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.2);
}

.hs-auth-sales {
    position: relative;
}

.hs-auth-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 1.75rem;
}

.hs-auth-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.hs-auth-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1rem 0.85rem;
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(10, 36, 99, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hs-auth-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(10, 36, 99, 0.08);
}

.hs-auth-stat strong {
    font-size: 1rem;
    color: var(--cloud-navy);
    line-height: 1.2;
}

.hs-auth-stat span {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
}

.hs-auth-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.hs-auth-feature {
    position: relative;
    background: linear-gradient(145deg, #fff 0%, #f4f9fd 100%);
    border: 1px solid rgba(62, 146, 204, 0.2);
    border-radius: 16px;
    padding: 1.5rem 1.35rem 1.35rem;
    box-shadow: 0 10px 32px rgba(10, 36, 99, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hs-auth-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cloud-navy), var(--cloud-blue));
}

.hs-auth-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(10, 36, 99, 0.12);
}

.hs-auth-benefit-tag {
    display: inline-block;
    margin: 0.65rem 0 0.45rem;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background: rgba(10, 36, 99, 0.08);
    color: var(--cloud-navy);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hs-auth-feature h3 {
    margin: 0 0 0.45rem;
    font-size: 1.125rem;
    color: var(--cloud-navy);
}

.hs-auth-feature p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
}

.hs-auth-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.hs-auth-card {
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 14px;
    padding: 1.15rem 1rem 1rem;
    box-shadow: 0 6px 20px rgba(10, 36, 99, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hs-auth-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(10, 36, 99, 0.09);
    border-color: rgba(62, 146, 204, 0.22);
}

.hs-auth-card-tag {
    display: inline-block;
    margin: 0.55rem 0 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--cloud-blue);
    letter-spacing: 0.02em;
}

.hs-auth-card h3 {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    color: var(--cloud-navy);
    line-height: 1.35;
}

.hs-auth-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
}

.hs-auth-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.04), rgba(62, 146, 204, 0.1));
    border: 1px solid rgba(62, 146, 204, 0.18);
}

.hs-auth-bar-text strong {
    display: block;
    font-size: 1rem;
    color: var(--cloud-navy);
    margin-bottom: 0.2rem;
}

.hs-auth-bar-text span {
    font-size: 0.875rem;
    color: #475569;
}

.cloud-icon-badge--auth {
    background: linear-gradient(145deg, rgba(62, 146, 204, 0.16), rgba(10, 36, 99, 0.08));
    color: var(--cloud-navy);
}

.cloud-icon-badge--auth-whatsapp {
    background: linear-gradient(145deg, rgba(37, 211, 102, 0.18), rgba(18, 140, 126, 0.1));
    color: #128c7e;
}

.cloud-icon-badge--auth-instant {
    background: linear-gradient(145deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.1));
    color: #b45309;
}

#landing-hotspot .cloud-card,
#landing-hotspot .cloud-step,
#landing-hotspot .cloud-why-card {
    transition: transform 0.22s, box-shadow 0.22s;
}

#landing-hotspot .cloud-card:hover,
#landing-hotspot .cloud-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(10, 36, 99, 0.1);
}

#landing-hotspot .cloud-step {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#landing-hotspot .cloud-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#landing-hotspot .cloud-cta-bar,
#landing-hotspot .cloud-cta-footer {
    position: relative;
    overflow: hidden;
}

#landing-hotspot .cloud-cta-bar::before,
#landing-hotspot .cloud-cta-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: hs-shimmer 6s linear infinite;
    pointer-events: none;
}

.hs-infra-section .cloud-split-visual img {
    transition: transform 0.35s ease;
}

.hs-infra-section:hover .cloud-split-visual img {
    transform: scale(1.02);
}

/* Firewall & router altyapı — marka grid */
.hs-infra-sales {
    position: relative;
    overflow: hidden;
}

.hs-infra-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.75rem, 3.5vw, 3rem);
    align-items: start;
}

.hs-infra-content .cloud-eyebrow {
    display: block;
    margin-bottom: 0.65rem;
}

.hs-infra-checklist {
    margin-top: 1.1rem;
}

.hs-infra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.hs-infra-brands-wrap {
    background: linear-gradient(145deg, #fff 0%, #f4f9fd 100%);
    border: 1px solid rgba(62, 146, 204, 0.18);
    border-radius: 18px;
    padding: 1.25rem 1.15rem 1.15rem;
    box-shadow: 0 20px 48px rgba(10, 36, 99, 0.1);
}

.hs-infra-brands-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(10, 36, 99, 0.08);
}

.hs-infra-brands-label {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cloud-blue);
}

.hs-infra-brands-head strong {
    font-size: 0.875rem;
    color: var(--cloud-navy);
}

.hs-infra-brands {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.hs-infra-brand {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.8rem;
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 12px;
    border-top: 3px solid var(--hs-brand-color, var(--cloud-blue));
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hs-infra-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(10, 36, 99, 0.08);
    border-color: rgba(62, 146, 204, 0.25);
}

.hs-infra-brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: color-mix(in srgb, var(--hs-brand-color, var(--cloud-blue)) 12%, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hs-infra-brand-icon img {
    max-width: 2rem;
    max-height: 1.35rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hs-infra-brand-monogram {
    font-size: 1rem;
    font-weight: 800;
    color: var(--hs-brand-color, var(--cloud-navy));
    line-height: 1;
}

.hs-infra-brand-body strong {
    display: block;
    font-size: 0.875rem;
    color: var(--cloud-navy);
    line-height: 1.25;
}

.hs-infra-brand-body span {
    display: block;
    font-size: 0.6875rem;
    color: #64748b;
    line-height: 1.35;
    margin-top: 0.1rem;
}

.hs-infra-brand-check {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hs-infra-brands-note {
    margin: 0.95rem 0 0;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.5;
    text-align: center;
}

.hs-infra-brand--mikrotik { --hs-brand-color: #2563eb; }
.hs-infra-brand--ubiquiti { --hs-brand-color: #0559c9; }
.hs-infra-brand--fortinet { --hs-brand-color: #ee3124; }
.hs-infra-brand--cisco { --hs-brand-color: #049fd9; }
.hs-infra-brand--sophos { --hs-brand-color: #003da5; }
.hs-infra-brand--pfsense { --hs-brand-color: #f97316; }
.hs-infra-brand--juniper { --hs-brand-color: #84bd00; }
.hs-infra-brand--huawei { --hs-brand-color: #cf0a2c; }
.hs-infra-brand--zyxel { --hs-brand-color: #008fd4; }
.hs-infra-brand--tplink { --hs-brand-color: #4acbd6; }

/* Hotspot sistem özellikleri */
.hs-features-sales {
    position: relative;
}

.hs-features-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2rem;
}

.hs-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-feature-card {
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 14px;
    padding: 1.25rem 1.15rem 1.15rem;
    box-shadow: 0 6px 22px rgba(10, 36, 99, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hs-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(10, 36, 99, 0.1);
    border-color: rgba(62, 146, 204, 0.22);
}

.hs-feature-icon {
    margin-bottom: 0.65rem;
}

.hs-feature-icon .cloud-icon-badge--feature {
    background: linear-gradient(145deg, rgba(62, 146, 204, 0.16), rgba(10, 36, 99, 0.08));
    color: var(--cloud-navy);
}

.hs-feature-badge {
    display: inline-block;
    margin-bottom: 0.4rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: rgba(10, 36, 99, 0.07);
    color: var(--cloud-navy);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hs-feature-card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.975rem;
    color: var(--cloud-navy);
    line-height: 1.35;
}

.hs-feature-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.55;
}

.hs-features-bar {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: var(--cloud-navy);
    color: #fff;
}

.hs-features-bar-text strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.hs-features-bar-text span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.82);
}

/* Neden Safir Cloud Hotspot */
.hs-why-sales {
    position: relative;
}

.hs-why-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2rem;
}

.hs-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-why-card {
    background: #fff;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-radius: 14px;
    padding: 1.25rem 1.15rem 1.15rem;
    box-shadow: 0 6px 22px rgba(10, 36, 99, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    overflow: hidden;
}

.hs-why-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cloud-blue), transparent);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.hs-why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(10, 36, 99, 0.1);
    border-color: rgba(62, 146, 204, 0.22);
}

.hs-why-card:hover::after {
    opacity: 1;
}

.hs-why-icon {
    margin-bottom: 0.65rem;
}

.hs-why-icon .cloud-icon-badge--why {
    background: linear-gradient(145deg, rgba(62, 146, 204, 0.18), rgba(10, 36, 99, 0.08));
    color: var(--cloud-navy);
}

.hs-why-badge {
    display: inline-block;
    margin-bottom: 0.4rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: rgba(10, 36, 99, 0.07);
    color: var(--cloud-navy);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hs-why-card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.975rem;
    color: var(--cloud-navy);
    line-height: 1.35;
}

.hs-why-card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.55;
}

.hs-why-bar {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.04), rgba(62, 146, 204, 0.1));
    border: 1px solid rgba(62, 146, 204, 0.18);
}

.hs-why-bar-text strong {
    display: block;
    font-size: 1rem;
    color: var(--cloud-navy);
    margin-bottom: 0.2rem;
}

.hs-why-bar-text span {
    font-size: 0.875rem;
    color: #475569;
}

.hs-why-bar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

/* Hotspot teklif formu — merkez + SSS alt */
.hs-lead-form-hero {
    position: relative;
    background: linear-gradient(180deg, #f4f9fd 0%, #fff 45%, #fff 100%);
    overflow: hidden;
}

.hs-lead-form-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(62, 146, 204, 0.12), transparent 55%);
    pointer-events: none;
}

.hs-lead-form-wrap {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto;
}

.hs-lead-form-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.hs-lead-form-head .cloud-section-desc {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.hs-lead-form-highlights {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.hs-lead-form-highlights li {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(62, 146, 204, 0.12);
    border: 1px solid rgba(62, 146, 204, 0.2);
    color: var(--cloud-navy);
    font-size: 0.8125rem;
    font-weight: 600;
}

.hs-lead-form-card {
    background: #fff;
    border: 1px solid rgba(62, 146, 204, 0.2);
    border-radius: 20px;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow:
        0 24px 60px rgba(10, 36, 99, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    position: relative;
}

.hs-lead-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--cloud-navy), var(--cloud-blue), #5eb8e8);
}

.hs-lead-form-trust {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
}

.hs-faq-below-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 1.75rem;
}

.hs-faq-below-list {
    max-width: 44rem;
    margin: 0 auto;
}

.hs-faq-below-list--rich {
    max-width: 52rem;
}

.hs-faq-form-item {
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 0.5rem;
}

.hs-faq-form-item[open] {
    border-color: rgba(62, 146, 204, 0.28);
    box-shadow: 0 8px 24px rgba(10, 36, 99, 0.07);
}

.hs-faq-form-item summary {
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 0.15rem 0;
}

.hs-faq-form-item p {
    font-size: 0.875rem;
    line-height: 1.55;
}

.hs-faq-form-item .faq-answer-body {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
    padding-bottom: 0.35rem;
}

.hs-faq-form-item .faq-answer-body p {
    margin: 0;
}

.hs-faq-form-item .faq-answer-body a {
    color: #3e92cc;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hs-faq-form-item .faq-answer-body a:hover {
    color: #0a2463;
}

#landing-hotspot .cloud-lead-form--embedded {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

#landing-hotspot .cloud-lead-form--hero .cloud-form-grid--compact {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#landing-hotspot .cloud-lead-form--embedded .form-group label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cloud-navy);
}

#landing-hotspot .cloud-lead-form--embedded input,
#landing-hotspot .cloud-lead-form--embedded select,
#landing-hotspot .cloud-lead-form--embedded textarea {
    font-size: 0.9375rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    border-color: rgba(10, 36, 99, 0.12);
}

#landing-hotspot .cloud-lead-form--embedded input:focus,
#landing-hotspot .cloud-lead-form--embedded select:focus,
#landing-hotspot .cloud-lead-form--embedded textarea:focus {
    border-color: var(--cloud-blue);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.15);
}

#landing-hotspot .cloud-form-actions--hero {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

#landing-hotspot .hs-lead-submit {
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 700;
    padding: 0.85rem 1.25rem;
    box-shadow: 0 8px 24px rgba(10, 36, 99, 0.18);
}

#landing-hotspot .cloud-form-actions--hero .btn-whatsapp {
    width: 100%;
    justify-content: center;
}

@media (max-width: 992px) {
    .cloud-hero--split .cloud-hero-inner--sales,
    .cloud-hero-inner--sales {
        grid-template-columns: 1fr;
    }

    .cloud-hero--sales .container.cloud-hero-inner--sales {
        margin-left: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .hs-hero-content {
        max-width: none;
        z-index: 2;
        text-align: left;
    }

    .hs-sales-pills {
        grid-template-columns: 1fr;
    }

    .hs-hero-visual-wrap {
        order: 2;
        width: 100%;
        max-width: min(640px, 100%);
        margin: 1rem auto 0;
    }

    .hs-hero-infographic {
        max-height: none;
    }

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

    .hs-trust-featured {
        grid-template-columns: 1fr;
    }

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

    .hs-trust-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs-steps-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-steps-flow::before {
        display: none;
    }

    .hs-panel-showcase {
        grid-template-columns: 1fr;
    }

    .hs-infra-split {
        grid-template-columns: 1fr;
    }

    .hs-panel-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

    .hs-auth-featured {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 520px) {
    .hs-trust-stats {
        grid-template-columns: 1fr;
    }

    .hs-trust-grid {
        grid-template-columns: 1fr;
    }

    .hs-steps-flow,
    .hs-panel-modules,
    .hs-segments-grid,
    .hs-auth-stats,
    .hs-auth-grid,
    .hs-infra-brands,
    .hs-features-grid,
    .hs-why-grid {
        grid-template-columns: 1fr;
    }

    .hs-auth-bar,
    .hs-features-bar,
    .hs-why-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs-why-bar-actions {
        width: 100%;
    }

    #landing-hotspot .cloud-lead-form--hero .cloud-form-grid--compact {
        grid-template-columns: 1fr;
    }

    .hs-steps-cta,
    .hs-panel-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .cloud-hero--sales .cloud-hero-actions .btn-lg {
        width: 100%;
    }
}

/* —— 5651 arşivleme bölümü —— */
.hs-archive-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 42%, #f1f5f9 100%);
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.hs-archive-head {
    max-width: 42rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.hs-archive-head .cloud-section-title {
    margin-bottom: 0.75rem;
}

.hs-archive-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.hs-archive-stat {
    text-align: center;
    padding: 1rem 0.75rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.05);
}

.hs-archive-stat strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--cloud-navy, #0a2463);
    letter-spacing: -0.02em;
}

.hs-archive-stat span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.hs-archive-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0 auto 2.25rem;
    padding: 0;
    max-width: 900px;
}

.hs-archive-flow-step {
    flex: 1 1 140px;
    min-width: 120px;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 1rem 0.85rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(10, 36, 99, 0.04);
}

.hs-archive-flow-num {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
    background: var(--cloud-gradient, linear-gradient(135deg, #0a2463, #3e92cc));
}

.hs-archive-flow-body strong {
    display: block;
    font-size: 0.875rem;
    color: var(--cloud-navy, #0a2463);
}

.hs-archive-flow-body span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.35;
}

.hs-archive-flow-connector {
    flex: 0 0 1.25rem;
    align-self: center;
    height: 2px;
    margin: 0 -0.15rem;
    background: linear-gradient(90deg, #3e92cc, #0a2463);
    opacity: 0.35;
    list-style: none;
}

.hs-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.hs-archive-card {
    position: relative;
    padding: 1.35rem 1.25rem 1.4rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(10, 36, 99, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hs-archive-card:hover {
    transform: translateY(-3px);
    border-color: rgba(62, 146, 204, 0.35);
    box-shadow: 0 12px 32px rgba(10, 36, 99, 0.1);
}

.hs-archive-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.hs-archive-card .cloud-icon-badge--lg {
    width: 2.75rem;
    height: 2.75rem;
}

.hs-archive-badge {
    flex-shrink: 0;
    padding: 0.2rem 0.55rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--cloud-navy, #0a2463);
    background: var(--cloud-light, #e8f4fc);
    border-radius: 999px;
}

.hs-archive-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--cloud-navy, #0a2463);
    line-height: 1.3;
}

.hs-archive-card p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .hs-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-archive-flow-connector {
        display: none;
    }

    .hs-archive-flow {
        gap: 0.65rem;
    }

    .hs-archive-flow-step {
        flex: 1 1 calc(50% - 0.35rem);
    }
}

@media (max-width: 560px) {
    .hs-archive-stats {
        grid-template-columns: 1fr;
    }

    .hs-archive-grid {
        grid-template-columns: 1fr;
    }

    .hs-archive-flow-step {
        flex: 1 1 100%;
    }
}

.hs-auth-bar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    flex-shrink: 0;
}

.hs-auth-card--link,
.hs-auth-feature--link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hs-auth-card--link:hover,
.hs-auth-feature--link:hover {
    text-decoration: none;
    color: inherit;
}

.hs-auth-card-more {
    display: inline-block;
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cloud-blue);
}

/* —— Hotspot doğrulama hub / yöntem sayfaları —— */
.cloud-hero--auth {
    padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(0.75rem, 1.5vw, 1.25rem);
    background: linear-gradient(165deg, #f8fbff 0%, #fff 55%);
    border-bottom: 1px solid rgba(62, 146, 204, 0.12);
}

.cloud-hero--auth .cloud-hero-bg {
    opacity: 0.45;
}

.cloud-hero-inner--auth {
    display: grid;
    gap: 1.25rem;
    align-items: center;
}

@media (min-width: 900px) {
    .cloud-hero-inner--auth {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 2rem;
    }
}

.cloud-auth-hero-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0 0 0.85rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.cloud-auth-hero-crumb a {
    color: var(--cloud-blue);
    font-weight: 500;
    text-decoration: none;
}

.cloud-auth-hero-crumb a:hover {
    text-decoration: underline;
}

.cloud-auth-hero-crumb [aria-current="page"] {
    color: var(--cloud-navy);
    font-weight: 600;
}

.cloud-auth-hero-head {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cloud-auth-hero-icon {
    margin-bottom: 0.15rem;
}

.cloud-auth-hero-icon .cloud-icon-badge--lg {
    width: 3rem;
    height: 3rem;
}

.cloud-hero--auth h1 {
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
    line-height: 1.2;
    margin: 0;
}

.cloud-hero--auth .cloud-hero-text {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 38rem;
}

.cloud-auth-hero-points {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.cloud-auth-hero-points li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9375rem;
    color: #334155;
}

.cloud-auth-hero-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--cloud-blue);
}

.cloud-auth-hero-actions {
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cloud-auth-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-auth-hero-img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(10, 36, 99, 0.1);
}

.hs-auth-trust-strip {
    background: var(--cloud-navy);
    color: #e2e8f0;
    padding: 0.65rem 0;
}

.hs-auth-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.hs-auth-trust-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.hs-auth-trust-list li::before {
    content: '';
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--cloud-blue);
}

.cloud-auth-subnav {
    position: sticky;
    top: var(--portal-top-offset, 0);
    z-index: 35;
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(10, 36, 99, 0.05);
}

.cloud-auth-subnav .container {
    position: relative;
}

.cloud-auth-subnav-scroll {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.6rem 0;
    mask-image: linear-gradient(90deg, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 96%, transparent);
}

.cloud-auth-subnav-scroll::-webkit-scrollbar {
    display: none;
}

.cloud-auth-subnav-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem 0.4rem 0.55rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.cloud-auth-subnav-link:hover {
    color: var(--cloud-navy);
    border-color: rgba(62, 146, 204, 0.45);
    background: #f8fafc;
    text-decoration: none;
}

.cloud-auth-subnav-link.is-active {
    color: #fff;
    background: var(--cloud-blue);
    border-color: var(--cloud-blue);
}

.cloud-auth-subnav-link.is-active .cloud-icon-badge {
    color: #fff;
}

.cloud-auth-subnav-icon {
    display: flex;
    line-height: 0;
}

.cloud-auth-subnav-icon .cloud-icon-badge--sm {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.15rem;
}

.cloud-auth-subnav-label {
    line-height: 1.2;
}

.cloud-auth-page .hs-auth-head {
    text-align: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.cloud-auth-page .hs-auth-grid--hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .cloud-auth-page .hs-auth-grid--hub {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cloud-auth-page .hs-auth-grid--hub {
        grid-template-columns: 1fr;
    }

    .cloud-auth-hero-actions .btn {
        width: 100%;
        text-align: center;
    }
}

.hs-auth-comparison-wrap {
    overflow-x: auto;
}

.hs-auth-comparison-table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.hs-auth-comparison-table th,
.hs-auth-comparison-table td {
    padding: 0.65rem 0.75rem;
    text-align: center;
    border-bottom: 1px solid rgba(62, 146, 204, 0.15);
}

.hs-auth-comparison-table thead th {
    background: var(--cloud-light);
    color: var(--cloud-navy);
    font-weight: 600;
}

.hs-auth-comparison-table tbody th {
    text-align: left;
    color: var(--cloud-navy);
    font-weight: 600;
}

.hs-auth-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-auth-step-item {
    display: flex;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(62, 146, 204, 0.18);
    box-shadow: 0 8px 24px rgba(10, 36, 99, 0.05);
}

.hs-auth-step-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cloud-blue);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
}

.hs-auth-step-body h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: var(--cloud-navy);
}

.hs-auth-step-body p {
    margin: 0;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.55;
}

.hs-auth-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-auth-related-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(62, 146, 204, 0.2);
    text-decoration: none;
    color: var(--cloud-navy);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.hs-auth-related-card:hover {
    border-color: var(--cloud-blue);
    box-shadow: 0 8px 24px rgba(62, 146, 204, 0.15);
    text-decoration: none;
    color: var(--cloud-navy);
}

.hs-auth-related-card span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cloud-blue);
}

.hs-auth-visual-block {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(10, 36, 99, 0.1);
}

.hs-auth-infographic {
    display: block;
    width: 100%;
    height: auto;
}

.cloud-auth-hero-visual--portal .cloud-auth-hero-img {
    max-width: 380px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(10, 36, 99, 0.18);
}

.hs-auth-infographic-section .hs-auth-visual-block {
    margin-top: 1.25rem;
}

.hs-auth-portal-frame {
    max-width: 720px;
    margin: 0 auto;
    padding: 0.75rem;
    background: linear-gradient(145deg, #e8f4fc 0%, #fff 100%);
    border-radius: 20px;
    border: 1px solid rgba(62, 146, 204, 0.2);
    box-shadow: 0 16px 48px rgba(10, 36, 99, 0.1);
}

.hs-auth-portal-frame--sms {
    background: linear-gradient(160deg, #0a2463 0%, #1a4a8a 45%, #e8f4fc 100%);
    padding: 1.25rem;
}

.hs-auth-portal-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

@media (max-width: 900px) {
    .hs-auth-step-list,
    .hs-auth-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hs-fade-up,
    .hs-float,
    .hs-hero-anim,
    .cloud-hero--split .cloud-hero-highlights li,
    .hs-hero-visual-wrap,
    .hs-cta-pulse,
    .hs-trust-feature::before,
    #landing-hotspot .cloud-cta-bar::before,
    #landing-hotspot .cloud-cta-footer::before,
    .hs-icon-anim .cloud-icon-badge,
    .hs-panel-highlight-dot {
        animation: none;
    }

    .hs-reveal,
    #landing-hotspot .cloud-step,
    .hs-hero-anim,
    .hs-hero-visual-wrap {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* --- Safir Cloud İndirmeler (uzak bağlantı) --- */
.cloud-hero--indirme {
    padding: 2.5rem 0 3rem;
    overflow: hidden;
}

.cloud-hero-bg--indirme {
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgba(62, 146, 204, 0.35), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(239, 68, 68, 0.12), transparent 50%),
        linear-gradient(135deg, #0a2463 0%, #1e5f9e 50%, #0a2463 100%);
}

.cloud-hero-inner--indirme {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 380px);
    gap: 2rem 2.5rem;
    align-items: center;
}

.cloud-indirme-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud-indirme-hero-logo-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
    max-width: 340px;
}

.cloud-indirme-platform-chips {
    margin: 1rem 0 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: var(--muted, #64748b);
    padding-top: 1rem;
    border-top: 1px solid var(--border, #e2e8f0);
}

.cloud-indirme-logo-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    width: 100%;
    max-width: 340px;
}

.cloud-indirme-logo-mosaic-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 0.5rem 0.35rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.remote-tool-logo {
    display: block;
    line-height: 0;
}

.remote-tool-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.remote-tool-logo--nav img {
    max-height: 22px;
    max-width: 72px;
}

.remote-tool-logo--sm img {
    max-height: 28px;
    max-width: 90px;
}

.remote-tool-logo--md img {
    max-height: 36px;
    max-width: 110px;
}

.remote-tool-logo--lg img {
    max-height: 48px;
    max-width: 140px;
}

.btn-indirme-dl,
.btn-indirme-dl-card {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.cloud-indirme-nav {
    background: #fff;
    border-bottom: 1px solid rgba(62, 146, 204, 0.2);
    box-shadow: 0 4px 20px rgba(10, 36, 99, 0.06);
    position: sticky;
    top: 0;
    z-index: 20;
}

.cloud-indirme-nav-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0.75rem 0;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.cloud-indirme-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cloud-navy, #0A2463);
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid rgba(62, 146, 204, 0.2);
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.cloud-indirme-nav-link:hover {
    background: #fff;
    border-color: var(--cloud-blue, #3E92CC);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(62, 146, 204, 0.15);
}

.cloud-indirme-nav-link.is-active {
    background: var(--cloud-navy, #0A2463);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(10, 36, 99, 0.25);
}

.cloud-indirme-nav-link.is-active .remote-tool-logo img {
    filter: brightness(1.1);
}

.cloud-indirme-nav-icon {
    display: flex;
    opacity: 0.85;
}

.cloud-indirme-nav-label {
    line-height: 1.2;
}

.hs-indirme-trust-strip {
    background: linear-gradient(90deg, rgba(10, 36, 99, 0.04), rgba(62, 146, 204, 0.1));
    border-bottom: 1px solid rgba(62, 146, 204, 0.12);
    padding: 0.85rem 0;
}

.hs-indirme-trust-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--cloud-navy, #0A2463);
}

.hs-indirme-trust-list li::before {
    content: "✓ ";
    color: var(--cloud-blue, #3E92CC);
    font-weight: 700;
}

.hs-indirme-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.hs-indirme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.hs-indirme-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.35rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    box-shadow: 0 4px 20px rgba(10, 36, 99, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}

.hs-indirme-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--indirme-accent, linear-gradient(135deg, #3E92CC, #0A2463));
    opacity: 0.85;
}

.hs-indirme-card--featured {
    border-color: rgba(62, 146, 204, 0.45);
    box-shadow: 0 8px 32px rgba(62, 146, 204, 0.15);
}

.hs-indirme-card--link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(10, 36, 99, 0.14);
    border-color: rgba(62, 146, 204, 0.35);
    text-decoration: none;
}

.hs-indirme-card-logo {
    margin-bottom: 0.15rem;
}

.hs-indirme-card-tag {
    align-self: flex-start;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--cloud-blue, #3E92CC);
    background: rgba(62, 146, 204, 0.1);
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
}

.hs-indirme-card h3 {
    font-size: 1.125rem;
    margin: 0;
    color: var(--cloud-navy, #0A2463);
}

.hs-indirme-card p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted, #64748b);
    flex: 1;
    line-height: 1.55;
}

.hs-indirme-card-platforms {
    font-size: 0.6875rem;
    color: var(--muted, #64748b);
    letter-spacing: 0.02em;
}

.hs-indirme-card-more {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cloud-blue, #3E92CC);
    margin-top: 0.35rem;
}

.hs-indirme-comparison-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid var(--border, #e2e8f0);
    background: #fff;
    box-shadow: 0 4px 20px rgba(10, 36, 99, 0.06);
}

.hs-indirme-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.hs-indirme-comparison-table th,
.hs-indirme-comparison-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border, #e2e8f0);
}

.hs-indirme-comparison-table thead th {
    background: var(--cloud-navy, #0A2463);
    color: #fff;
    font-weight: 600;
    font-size: 0.8125rem;
}

.hs-indirme-comparison-table tbody th {
    font-weight: 600;
    color: var(--cloud-navy, #0A2463);
    background: #f8fafc;
    white-space: nowrap;
}

.hs-indirme-comparison-table tbody tr:last-child th,
.hs-indirme-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.hs-indirme-dl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.hs-indirme-dl-card {
    padding: 1.35rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.05);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.hs-indirme-dl-card:hover {
    box-shadow: 0 8px 28px rgba(62, 146, 204, 0.12);
}

.hs-indirme-dl-card--primary {
    border-color: var(--cloud-blue, #3E92CC);
    box-shadow: 0 0 0 2px rgba(62, 146, 204, 0.15);
    background: linear-gradient(180deg, #fff 0%, rgba(62, 146, 204, 0.04) 100%);
}

.hs-indirme-dl-card-top {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.hs-indirme-dl-os {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f1f5f9 center/20px no-repeat;
    flex-shrink: 0;
}

.hs-indirme-dl-os.hs-indirme-os--windows {
    background-color: #0078d4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 5.5L10.5 4.2v7.6H3V5.5zm0 8.9h7.5v7.6L3 20.9V14.4zm9-10.1L21 3v8.4h-9V4.3zm0 10.1h9V21l-9-1.6v-7.1z'/%3E%3C/svg%3E");
}

.hs-indirme-dl-os.hs-indirme-os--macos {
    background-color: #555;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.7 19.5c-.8 1.5-1.7 3-3.1 3-1.2 0-1.6-.8-3.1-.8-1.5 0-2 .8-3.2.8-1.4 0-2.3-1.5-3.1-3C4.2 16.5 3 13.2 3 10.5c0-4.2 2.7-6.4 5.3-6.4 1.4 0 2.5.9 3.2.9.7 0 2-.9 3.4-.9 1.2 0 2.3.6 3.1 1.7-2.7 1.5-2.3 5.4.4 6.5-.5 1.3-1.1 2.6-1.8 3.8zM15.5 4.5c.6-.8 1.1-1.8 1-2.9-1 .1-2.2.7-2.9 1.5-.6.7-1.1 1.8-1 2.8 1.1.1 2.2-.6 2.9-1.4z'/%3E%3C/svg%3E");
}

.hs-indirme-dl-os.hs-indirme-os--linux {
    background-color: #333;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 3C7 3 3 6.5 3 11c0 2.2 1 4.2 2.6 5.5L5 21l3.5-1.5c1 .3 2.1.5 3.5.5 5 0 9-3.5 9-8s-4-9-9-9z'/%3E%3C/svg%3E");
}

.hs-indirme-dl-os.hs-indirme-os--mobile {
    background-color: #34a853;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cline x1='12' y1='18' x2='12' y2='18'/%3E%3C/svg%3E");
}

.hs-indirme-dl-os.hs-indirme-os--web {
    background-color: #4285f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.hs-indirme-dl-os.hs-indirme-os--other {
    background-color: var(--cloud-blue, #3E92CC);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}

.hs-indirme-dl-platform {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cloud-blue, #3E92CC);
}

.hs-indirme-dl-card h3 {
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.4;
    color: var(--cloud-navy, #0A2463);
}

.hs-indirme-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    max-width: 760px;
    margin-inline: auto;
}

.hs-indirme-step-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 1.25rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--border, #e2e8f0);
    box-shadow: 0 2px 12px rgba(10, 36, 99, 0.04);
}

.hs-indirme-step-num {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cloud-navy, #0A2463), var(--cloud-blue, #3E92CC));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.hs-indirme-step-body h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--cloud-navy, #0A2463);
}

.hs-indirme-step-body p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted, #64748b);
    line-height: 1.55;
}

.hs-indirme-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.85rem;
}

.hs-indirme-related-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hs-indirme-related-card:hover {
    border-color: var(--cloud-blue, #3E92CC);
    box-shadow: 0 6px 20px rgba(62, 146, 204, 0.12);
    text-decoration: none;
}

.hs-indirme-related-logo {
    display: flex;
    justify-content: center;
}

.hs-indirme-related-more {
    font-size: 0.8125rem;
    color: var(--cloud-blue, #3E92CC);
    font-weight: 600;
    text-align: center;
}

@media (max-width: 992px) {
    .cloud-hero-inner--indirme {
        grid-template-columns: 1fr;
    }

    .cloud-indirme-hero-visual {
        order: -1;
    }

    .cloud-indirme-logo-mosaic {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cloud-indirme-nav-list {
        padding-bottom: 0.85rem;
    }

    .hs-indirme-grid {
        grid-template-columns: 1fr;
    }
}
