/* =====================================
   ANASAYFA — premium dönüşüm düzeni
===================================== */

.page--home-landing .home-main {
    padding: 0;
    background: #f7f8fa;
}

/* ----- Hero (kayıt / page-header ile aynı koyu konsept) ----- */
.home-hero-pro {
    position: relative;
    overflow: hidden;
    padding: calc(var(--header-height, 88px) + clamp(0.75rem, 2vw, 1.25rem)) 0 clamp(2rem, 5vw, 3.5rem);
    background: #00122e;
    color: #fff;
}

.home-hero-pro::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 22px 22px;
    background-position: 100% 0;
    -webkit-mask-image: linear-gradient(to left, #000 18%, transparent 65%);
    mask-image: linear-gradient(to left, #000 18%, transparent 65%);
    opacity: 0.85;
}

.home-hero-pro::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(0, 18, 46, 0.2) 0%, rgba(0, 18, 46, 0.05) 45%, rgba(0, 18, 46, 0.35) 100%);
}

.home-hero-pro .container-fluid {
    position: relative;
    z-index: 1;
}

.home-hero-pro__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.home-hero-pro__badge {
    display: inline-block;
    margin: 0 0 14px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 77, 0, 0.55);
    background: rgba(255, 77, 0, 0.12);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff9233;
}

.home-hero-pro__title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 14px;
}

.home-hero-pro__title-accent {
    color: #ff4d00;
}

.home-hero-pro__lead {
    margin: 0 0 22px;
    font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.88);
    max-width: 36rem;
}

.home-hero-pro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.home-hero-pro__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: filter 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.home-hero-pro__btn--primary {
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(255, 77, 0, 0.3);
}

.home-hero-pro__btn--primary:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

.home-hero-pro__btn--secondary {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.38);
}

.home-hero-pro__btn--secondary:hover {
    border-color: #ff4d00;
    color: #ff9233 !important;
}

.home-hero-pro__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    max-width: 28rem;
}

.home-hero-pro__trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.88);
}

.home-hero-pro__trust i {
    color: #ff4d00;
    font-size: 1.05rem;
    flex-shrink: 0;
}

/* Hero görsel — çoklu cihaz (masaüstü, tablet, mobil) */
.home-hero-pro__visual {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-pro__glow {
    position: absolute;
    inset: 8% 2%;
    background: radial-gradient(circle, rgba(255, 77, 0, 0.24) 0%, transparent 62%);
    pointer-events: none;
}

.home-hero-pro__devices {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 380px;
    margin: 0 auto;
}

.home-hero-pro__mock {
    position: absolute;
    pointer-events: none;
}

/* iMac (arkada, geniş) */
.home-hero-pro__mock--imac {
    left: -2%;
    bottom: 14%;
    width: 88%;
    max-width: 460px;
    z-index: 1;
}

.home-hero-pro__mock-frame--imac {
    padding: 11px 11px 14px;
    border-radius: 16px;
}

.home-hero-pro__imac-stand {
    width: 34%;
    height: 10px;
    margin: 6px auto 0;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, #cbd5e1, #94a3b8);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.15);
}

.home-hero-pro__mock--laptop {
    left: 6%;
    bottom: 10%;
    width: 62%;
    max-width: 340px;
    z-index: 2;
}

.home-hero-pro__mock--tablet {
    right: -4%;
    top: 12%;
    width: 40%;
    max-width: 200px;
    z-index: 3;
    transform: rotate(-3deg);
}

.home-hero-pro__mock--phone {
    right: 8%;
    bottom: 2%;
    width: 22%;
    max-width: 104px;
    z-index: 4;
}

.home-hero-pro__mock-frame {
    background: linear-gradient(145deg, #e2e8f0, #f1f5f9);
    border-radius: 14px;
    padding: 10px 10px 12px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.home-hero-pro__mock-frame--tablet {
    padding: 8px 8px 10px;
    border-radius: 12px;
}

.home-hero-pro__mock-frame--phone {
    padding: 10px 8px 12px;
    border-radius: 18px;
    background: linear-gradient(145deg, #334155, #0f172a);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.home-hero-pro__mock-notch {
    width: 28%;
    height: 5px;
    margin: 0 auto 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
}

.home-hero-pro__mock-chrome {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    padding: 6px 8px 8px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 0;
}

.home-hero-pro__mock-chrome--compact {
    padding: 5px 6px 6px;
    border-radius: 6px 6px 0 0;
}

.home-hero-pro__mock-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
}

.home-hero-pro__mock-chrome > .home-hero-pro__mock-dot:nth-child(1) {
    background: #ef4444;
}

.home-hero-pro__mock-chrome > .home-hero-pro__mock-dot:nth-child(2) {
    background: #fbbf24;
}

.home-hero-pro__mock-chrome > .home-hero-pro__mock-dot:nth-child(3) {
    background: #22c55e;
}

.home-hero-pro__mock-url {
    margin-left: auto;
    font-size: 9px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.04em;
}

.home-hero-pro__mock-chrome--compact .home-hero-pro__mock-url {
    display: none;
}

.home-hero-pro__mock-viewport {
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-top: 0;
}

.home-hero-pro__mock-viewport--shot {
    position: relative;
    background: #0b1220;
    min-height: 120px;
}

.home-hero-pro__screen-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 118px;
    object-fit: cover;
    object-position: top center;
}

.home-hero-pro__mock-frame--imac .home-hero-pro__mock-viewport--shot {
    min-height: 132px;
}

.home-hero-pro__mock-frame--tablet .home-hero-pro__mock-viewport--shot {
    min-height: 0;
    aspect-ratio: 720 / 900;
    width: 100%;
}

.home-hero-pro__mock-frame--tablet .home-hero-pro__screen-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
}

.home-hero-pro__mock-frame--phone .home-hero-pro__mock-viewport--shot {
    min-height: 0;
    aspect-ratio: 520 / 940;
    width: 100%;
    border-radius: 10px;
}

.home-hero-pro__mock-frame--phone .home-hero-pro__screen-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
}

.home-hero-pro__shot-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff4d00;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 77, 0, 0.22);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.home-hero-pro__shot-badge--sm {
    font-size: 7px;
    padding: 2px 6px;
}

.home-hero-pro__fallback {
    min-height: 118px;
}

.home-hero-pro__mock-frame--tablet .home-hero-pro__mock-viewport {
    border-radius: 0 0 6px 6px;
}

.home-hero-pro__mock-frame--phone .home-hero-pro__mock-viewport {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero-pro__page {
    padding: 8px;
    min-height: 118px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 55%);
}

.home-hero-pro__mock-frame--tablet .home-hero-pro__page {
    min-height: 132px;
    padding: 7px;
}

.home-hero-pro__mock-frame--phone .home-hero-pro__page {
    min-height: 148px;
    padding: 6px;
}

.home-hero-pro__page-badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff4d00;
    background: rgba(255, 77, 0, 0.12);
    border: 1px solid rgba(255, 77, 0, 0.2);
}

.home-hero-pro__page-badge--sm {
    font-size: 7px;
    padding: 2px 6px;
}

.home-hero-pro__page-bar {
    height: 6px;
    width: 72%;
    border-radius: 4px;
    background: linear-gradient(90deg, #e2e8f0, #cbd5e1);
    margin-bottom: 8px;
}

.home-hero-pro__page-hero {
    height: 28px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: linear-gradient(120deg, #00122e 0%, #0f172a 40%, #ff4d00 160%);
    opacity: 0.92;
}

.home-hero-pro__page-row {
    display: flex;
    gap: 5px;
}

.home-hero-pro__page-row span {
    flex: 1;
    height: 22px;
    border-radius: 6px;
    background: #e2e8f0;
}

.home-hero-pro__page-row span:nth-child(2) {
    background: #f1f5f9;
}

.home-hero-pro__page--plans {
    background: linear-gradient(180deg, #fff7ed 0%, #fff 50%);
}

.home-hero-pro__page-cards {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-hero-pro__page-card {
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(255, 77, 0, 0.2);
    background: linear-gradient(90deg, rgba(255, 77, 0, 0.08), #fff);
}

.home-hero-pro__page-card:nth-child(2) {
    opacity: 0.92;
}

.home-hero-pro__page-card:nth-child(3) {
    opacity: 0.85;
}

.home-hero-pro__page--trust {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 45%);
}

.home-hero-pro__page-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-bottom: 6px;
}

.home-hero-pro__page-trust-grid span {
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.home-hero-pro__page-trust-aside {
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff5eb, #fff);
    border: 1px solid rgba(255, 77, 0, 0.18);
}

.home-hero-pro__pop {
    position: absolute;
    z-index: 4;
    top: 4%;
    right: 4%;
    max-width: 140px;
    padding: 8px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    color: #ff4d00;
    box-shadow: 0 12px 28px rgba(255, 77, 0, 0.2);
    border: 1px solid rgba(255, 77, 0, 0.2);
    text-align: center;
    line-height: 1.3;
}

/* ----- Logo bar ----- */
.home-logo-bar {
    padding: clamp(1.25rem, 2.5vw, 2rem) 0;
    background: #f7f8fa;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.home-logo-bar .container-fluid-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-logo-bar__lead {
    margin: 0 0 16px;
    font-size: 0.9375rem;
    color: #64748b;
    font-weight: 600;
}

.home-logo-bar__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.home-logo-bar__item {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

/* ----- Features ----- */
.home-features {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #f7f8fa;
}

.home-features .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-features__head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.home-features__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #ff4d00;
}

.home-features__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.home-features__card {
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.1rem 1.35rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-features__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.home-features__ico {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 77, 0, 0.12);
    color: #ff4d00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.home-features__card-title {
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.25;
}

.home-features__card-desc {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #64748b;
}

.home-features__actions {
    text-align: center;
}

.home-features__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 14px;
    border: 2px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #0f172a !important;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
}

.home-features__more:hover {
    border-color: #ff4d00;
    color: #ff4d00 !important;
}

/* ----- Process 4 steps ----- */
.home-process {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #fff;
}

.home-process .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-process__head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.home-process__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #ff4d00;
}

.home-process__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    font-weight: 900;
    color: #0f172a;
}

.home-process__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 6px 4px;
    margin-bottom: 1.5rem;
}

.home-process__step {
    flex: 1 1 140px;
    min-width: 120px;
    max-width: 200px;
    text-align: center;
    background: #f7f8fa;
    border-radius: 20px;
    padding: 1.1rem 0.75rem 1.2rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    position: relative;
}

.home-process__num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff4d00, #ff7a3d);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-process__ico {
    display: block;
    font-size: 1.4rem;
    color: #ff4d00;
    margin: 22px 0 10px;
}

.home-process__st {
    display: block;
    font-weight: 800;
    font-size: 0.875rem;
    color: #0f172a;
    margin-bottom: 6px;
}

.home-process__sd {
    display: block;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #64748b;
}

.home-process__arrow {
    display: flex;
    align-items: center;
    color: #ff4d00;
    font-size: 1.1rem;
    padding: 0 2px;
}

.home-process__actions {
    text-align: center;
}

.home-process__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 14px;
    border: 2px solid #ff4d00;
    color: #ff4d00 !important;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
    background: #fff;
}

.home-process__cta:hover {
    background: #fff5f0;
}

/* ----- Pricing block header ----- */
.home-pricing {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #f7f8fa;
}

.home-pricing .container-fluid-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-pricing__head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.home-pricing__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #ff4d00;
}

.home-pricing__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    font-weight: 900;
    color: #0f172a;
}

.home-pricing__footer {
    margin: clamp(1.25rem, 2.5vw, 1.75rem) auto 0;
    max-width: 42rem;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.plans-premium-grid--home {
    max-width: 960px;
}

/* ----- Stats ----- */
.home-stats {
    padding: clamp(1.5rem, 3vw, 2.25rem) 0;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.home-stats .container-fluid-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-stats__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 20px);
}

.home-stats__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    font-weight: 800;
    color: #334155;
    line-height: 1.3;
}

.home-stats__item i {
    font-size: 1.5rem;
    color: #ff4d00;
    flex-shrink: 0;
}

/* ----- Testimonials ----- */
.home-testi {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #f7f8fa;
}

.home-testi .container-fluid-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-testi__head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.home-testi__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #ff4d00;
}

.home-testi__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 900;
    color: #0f172a;
}

.home-testi__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
    align-items: stretch;
}

.home-testi__card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    padding: 1.35rem 1.25rem 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.home-testi__stars {
    color: #ff4d00;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.home-testi__quote {
    margin: 0 0 16px;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #475569;
    flex: 1 1 auto;
}

.home-testi__who {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.home-testi__avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 77, 0, 0.12);
    color: #ff4d00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.home-testi__avatar--favicon {
    padding: 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.home-testi__avatar--favicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-testi__name {
    display: block;
    font-weight: 800;
    font-size: 0.875rem;
    color: #0f172a;
}

.home-testi__role {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
}

.home-testi__site {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #ff4d00;
    text-decoration: none;
}

.home-testi__site:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .home-testi__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-testi__grid {
        grid-template-columns: 1fr;
    }
}

/* SEO paketleri (footer-seo-boost): ana sayfada main doğrudan çocuk; footer’daki breakout margin yok */
.page--home-landing .home-main > .footer-seo-boost-outer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* ----- Final CTA ----- */
.home-final-cta {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
    background: #f7f8fa;
}

.home-final-cta .container-fluid-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.home-final-cta__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: stretch;
    background: linear-gradient(135deg, rgba(255, 77, 0, 0.1) 0%, rgba(255, 200, 160, 0.09) 100%);
    border: 1px solid rgba(255, 77, 0, 0.16);
    border-radius: 26px;
    padding: clamp(1.25rem, 2.5vw, 1.85rem) clamp(1.15rem, 2.5vw, 2rem);
    box-shadow: 0 20px 48px rgba(255, 77, 0, 0.09);
}

.home-final-cta__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-final-cta__visual {
    position: relative;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}

.home-final-cta__window {
    position: absolute;
    inset: 16% 10%;
    border-radius: 12px;
    background: #fff;
    border: 2px solid rgba(37, 99, 235, 0.28);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

.home-final-cta__rocket {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    font-size: 2.5rem;
    color: #ff4d00;
    filter: drop-shadow(0 6px 12px rgba(255, 77, 0, 0.35));
    z-index: 1;
}

.home-final-cta__title {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.home-final-cta__lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
}

.home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
}

.home-final-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
}

.home-final-cta__btn--primary {
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(255, 77, 0, 0.28);
}

.home-final-cta__btn--secondary {
    background: #fff;
    color: #475569 !important;
    border: 2px solid rgba(15, 23, 42, 0.12);
}

.home-final-cta__btn--secondary:hover {
    border-color: #ff4d00;
    color: #ff4d00 !important;
}

@media (max-width: 991.98px) {
    .home-hero-pro__inner {
        grid-template-columns: 1fr;
    }

    .home-hero-pro__visual {
        order: -1;
        min-height: 300px;
    }

    .home-hero-pro__devices {
        height: 300px;
        max-width: 460px;
    }

    .home-hero-pro__mock--imac {
        width: 84%;
        max-width: 400px;
        bottom: 16%;
    }

    .home-hero-pro__mock--tablet {
        transform: rotate(-2deg) scale(0.94);
    }

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

    .home-process__arrow {
        display: none;
    }

    .home-process__steps {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home-process__step {
        max-width: none;
    }

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

    .home-final-cta__card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .home-final-cta__actions {
        justify-content: center;
    }

    .home-final-cta__visual {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .home-hero-pro__devices {
        height: 260px;
        max-width: 100%;
    }

    .home-hero-pro__mock--imac {
        width: 80%;
        left: -4%;
        bottom: 18%;
    }

    .home-hero-pro__mock--laptop {
        width: 58%;
        left: 4%;
    }

    .home-hero-pro__mock--tablet {
        width: 42%;
        right: -6%;
    }

    .home-hero-pro__mock--phone {
        width: 24%;
        right: 2%;
    }

    .home-hero-pro__trust {
        grid-template-columns: 1fr;
    }

    .home-features__grid {
        grid-template-columns: 1fr;
    }

    .home-process__steps {
        grid-template-columns: 1fr;
    }

    .home-stats__row {
        grid-template-columns: 1fr;
    }

    .home-final-cta__actions {
        flex-direction: column;
    }

    .home-final-cta__btn {
        width: 100%;
        justify-content: center;
    }
}
