/* Anasayfa — Default.aspx (general.css sonrası yüklenir) */

/* main.css: section { padding: 85px 0 } — anasayfa kendi boşluklarını kullanır */
main.page-home > section {
    padding-top: 0;
    padding-bottom: 0;
}
.page-home > section {
    scroll-margin-top: 92px;
}
html:has(main.page-home) {
    scroll-padding-top: 92px;
}
body.home-nav-sticky {
    padding-top: var(--home-header-h, 72px);
}

/* —— Hero —— */
#top.page-home-hero {
    margin-bottom: 0;
}
#top.page-home-hero .dots-control-carousel {
    display: none !important;
}
.page-home-hero .hero-slide {
    position: relative;
    min-height: max(520px, calc(100vh - 72px));
    height: auto;
    display: flex;
    align-items: center;
}
.page-home-hero .hero-slide.full-vh {
    height: auto;
    min-height: max(520px, calc(100vh - 72px));
}
.page-home-hero .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 20, 28, 0.35) 0%, rgba(12, 20, 28, 0.72) 100%);
    z-index: 1;
    pointer-events: none;
}
.page-home-hero .hero-slide.bg-mask::after {
    display: none !important;
}
.page-home-hero .hero-slide .container-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
}
.page-home-hero .hero-slide .vertical-align {
    display: block;
    height: auto;
}
.page-home-hero .hero-slide .vertical-align > .container {
    display: block;
    vertical-align: initial;
}
.page-home-hero .full-slider.intro {
    min-height: inherit;
}
.page-home-hero .hero-content {
    margin-top: 0;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.page-home-hero .hero-eyebrow,
.description-slide .hero-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
}
.page-home-hero .hero-title,
.description-slide .hero-title {
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 1rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.page-home-hero .hero-sub,
.description-slide .hero-sub {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    max-width: 720px;
    margin: 0 auto 0.85rem;
}
.page-home-hero .hero-sub strong,
.description-slide .hero-sub strong { color: #fff; font-weight: 600; }
.page-home-hero .hero-stat,
.description-slide .hero-stat {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 0.5rem;
    letter-spacing: 0.02em;
}
.page-home-hero .hero-cta-row,
.description-slide .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 1.75rem;
}
.page-home-hero .hero-cta-row a,
.description-slide .hero-cta-row a {
    text-decoration: none !important;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 0.95rem;
    line-height: 1.2;
}
.page-home-hero .btn-hero-primary,
.description-slide .btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(145deg, #c69c6d 0%, #a67c4d 100%);
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.page-home-hero .btn-hero-primary:hover,
.description-slide .btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(198, 156, 109, 0.45);
    color: #fff !important;
}
.page-home-hero .btn-hero-outline,
.page-home-hero .btn-hero-outline,
.description-slide .btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.2s, border-color 0.2s;
}
.page-home-hero .btn-hero-outline:hover,
.description-slide .btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff !important;
}
.page-home-hero .btn-hero-gsm,
.description-slide .btn-hero-gsm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border: 2px solid #c69c6d;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    background: rgba(198, 156, 109, 0.25);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.page-home-hero .btn-hero-gsm:hover,
.description-slide .btn-hero-gsm:hover {
    background: #c69c6d;
    border-color: #c69c6d;
    color: #fff !important;
    transform: translateY(-2px);
}

/* —— Bölüm başlıkları —— */
.page-home .home-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}
.page-home .home-section-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.65rem;
    line-height: 1.25;
}
.page-home .home-section-header p {
    color: #5a6b7a;
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
}
.page-home .home-section-header--on-dark h2 { color: #fff; }
.page-home .home-section-header--on-dark p { color: rgba(255, 255, 255, 0.85); }

.page-home .home-features-head {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

/* Özellik kartları — into-slider çakışma düzeltmesi */
.page-home .into-slider.section-features {
    padding-top: 0;
    margin-top: 0;
}
.page-home .into-slider .container-fluid {
    padding-top: 0;
}
.page-home .section-features .feature-card h3,
.page-home .section-features .feature-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.75rem 0 0.5rem;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.page-home .section-features .feature-card h3::after,
.page-home .section-features .feature-card h4::after {
    margin-left: auto;
    margin-right: auto;
}
.page-home .section-features .feature-card p {
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: none;
}

/* —— Giriş —— */
.page-home .home-intro {
    padding: 3.75rem 0 6rem;
    background: #fff;
    overflow: hidden;
}
.page-home .home-intro > .container {
    max-width: 1180px;
}
.page-home .home-intro-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem 2rem;
}
.page-home .home-intro-main {
    flex: 1 1 420px;
    min-width: 0;
    max-width: 100%;
}
.page-home .home-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a67c4d;
    margin-bottom: 0.75rem;
}
.page-home .home-intro h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0 0 1rem;
}
.page-home .home-intro-main p {
    color: #555;
    line-height: 1.75;
    margin: 0 0 1rem;
    font-size: 1.02rem;
}
.page-home .home-intro-main a {
    color: #a67c4d;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(166, 124, 77, 0.4);
    transition: color 0.2s, border-color 0.2s;
}
.page-home .home-intro-main a:hover {
    color: #c69c6d;
    border-bottom-color: #c69c6d;
}
.page-home .home-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.5rem;
}
.page-home .btn-home-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(145deg, #c69c6d 0%, #a67c4d 100%);
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.page-home .btn-home-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(198, 156, 109, 0.4);
    color: #fff !important;
}
.page-home .btn-home-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border: 2px solid #c69c6d;
    background: #fff;
    color: #a67c4d !important;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.page-home .btn-home-outline:hover {
    background: #c69c6d;
    color: #fff !important;
}
.page-home .home-intro-stats {
    flex: 0 1 340px;
    width: 100%;
    max-width: 360px;
    min-width: 0;
    margin-left: auto;
    align-self: center;
    box-sizing: border-box;
    background: linear-gradient(145deg, #2c3e50 0%, #3d5266 100%);
    border-radius: 14px;
    padding: 1.35rem 1.35rem;
    color: #fff;
    box-shadow: 0 12px 32px rgba(44, 62, 80, 0.18);
}
.page-home .home-intro-stats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1.25rem;
}
.page-home .home-intro-stats li {
    padding: 0.65rem 0.25rem;
    border-bottom: none;
}
.page-home .home-intro-stats strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    color: #c69c6d;
    line-height: 1.2;
}
.page-home .home-intro-stats span {
    display: block;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0.15rem;
    line-height: 1.35;
}

/* —— Hizmet / proje kartları —— */
.page-home .home-block {
    padding: 5.5rem 0 4.5rem;
}
.page-home .home-block.home-block-alt {
    margin-top: 0;
}
.page-home .home-block-alt {
    background: #f4f6f8;
}
.page-home .home-block .section-title {
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin: 0 0 0.5rem;
}
.page-home .home-block .section-lead {
    text-align: center;
    color: #666;
    max-width: 680px;
    margin: 0 auto 2.25rem;
    line-height: 1.65;
    font-size: 1.02rem;
}
.page-home .home-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.page-home .home-card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.page-home .home-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    border: 1px solid #e8e8e8;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.page-home .home-block-alt .home-card {
    border-color: #e2e6ea;
}
.page-home .home-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
    border-color: rgba(198, 156, 109, 0.4);
}
.page-home .home-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(198, 156, 109, 0.15);
    color: #a67c4d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}
.page-home .home-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.5rem;
    line-height: 1.35;
}
.page-home .home-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.page-home .home-card-more {
    margin-top: 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c69c6d;
}
.page-home .home-card:hover .home-card-more { color: #a67c4d; }

/* GSM şeridi */
.page-home .home-gsm-strip {
    background: linear-gradient(135deg, rgba(198, 156, 109, 0.14) 0%, rgba(198, 156, 109, 0.05) 100%);
    border-top: 1px solid rgba(198, 156, 109, 0.22);
    border-bottom: 1px solid rgba(198, 156, 109, 0.22);
    padding: 1.35rem 0;
}
.page-home .home-gsm-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    text-align: center;
}
.page-home .home-gsm-strip strong { color: #2c3e50; }
.page-home .home-gsm-strip a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #a67c4d;
    text-decoration: none;
}
.page-home .home-gsm-strip a:hover { color: #c69c6d; }

/* Güven şeridi */
.page-home .home-trust {
    padding: 1.35rem 0 1.75rem;
    background: #f4f6f8;
    border-bottom: 1px solid #e8ecef;
}
.page-home .home-trust > .container {
    max-width: 1180px;
}
.page-home .home-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
}
.page-home .home-trust-list li {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
}
.page-home .home-trust-list i {
    color: #c69c6d;
    margin-right: 6px;
}

/* Neden biz */
.page-home .home-why {
    padding: 4.5rem 0;
    background: #fff;
}
.page-home .home-why .section-title,
.page-home .home-why .section-lead,
.page-home .home-process .section-title,
.page-home .home-process .section-lead,
.page-home .home-references .section-title,
.page-home .home-references .section-lead,
.page-home .home-testimonials .section-title,
.page-home .home-testimonials .section-lead {
    text-align: center;
}
.page-home .home-why .section-lead,
.page-home .home-process .section-lead,
.page-home .home-references .section-lead,
.page-home .home-testimonials .section-lead {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    line-height: 1.65;
    margin-bottom: 2rem;
}
.page-home .home-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.page-home .home-why-card {
    text-align: center;
    padding: 1.75rem 1.25rem;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fafbfc;
}
.page-home .home-why-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(198, 156, 109, 0.15);
    color: #a67c4d;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}
.page-home .home-why-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.5rem;
}
.page-home .home-why-card p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* Süreç */
.page-home .home-process {
    padding: 4.5rem 0;
    background: #f4f6f8;
}
.page-home .home-process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.page-home .home-process-steps li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 1.35rem 1.15rem;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.page-home .home-process-steps .step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, #c69c6d, #a67c4d);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}
.page-home .home-process-steps h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.35rem;
}
.page-home .home-process-steps p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

/* Referanslar */
.page-home .home-references {
    padding: 4.5rem 0;
}
.page-home .home-references .section-lead a {
    color: #a67c4d;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-home .home-references .section-lead a:hover {
    color: #c69c6d;
}
.page-home .ref-card-body h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #1a1a1a;
    line-height: 1.4;
}

/* Yorumlar */
.page-home .home-testimonials {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f5 100%);
}
/* main.css `header { position:absolute; width:100% }` — site menüsü; bölüm başlığı değil */
.page-home .home-testimonials-header {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    z-index: auto;
    background: transparent;
    border-bottom: none;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.25rem;
}
.page-home .home-testimonials-header .section-title {
    margin-bottom: 0.5rem;
}
.page-home .home-testimonials-badges {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.25rem;
}
.page-home .home-testimonials-badges li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4a5c6a;
    background: #fff;
    border: 1px solid #e4e8ec;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
}
.page-home .home-testimonials-badges i {
    color: #c69c6d;
}
.page-home .home-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}
.page-home .home-testimonial-card {
    position: relative;
    margin: 0;
    padding: 1.65rem 1.5rem 1.4rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ecef;
    box-shadow: 0 8px 28px rgba(44, 62, 80, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.page-home .home-testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 0.65rem;
    right: 1.1rem;
    font-size: 3.5rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(198, 156, 109, 0.2);
    pointer-events: none;
}
.page-home .home-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(44, 62, 80, 0.1);
    border-color: rgba(198, 156, 109, 0.35);
}
.page-home .home-testimonial-rating {
    display: flex;
    gap: 3px;
    margin-bottom: 0.65rem;
}
.page-home .home-testimonial-rating i {
    color: #c69c6d;
    font-size: 0.85rem;
}
.page-home .home-testimonial-tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a67c4d;
    background: rgba(198, 156, 109, 0.12);
    border-radius: 6px;
    padding: 0.25rem 0.55rem;
    margin-bottom: 0.75rem;
}
.page-home .home-testimonial-card blockquote {
    margin: 0;
    padding: 0;
    border: none;
    flex: 1;
}
.page-home .home-testimonial-card blockquote p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}
/* main.css `footer { padding-top:80px; background:#000 }` kart alt bilgisine de uygulanıyordu */
.page-home .home-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: auto;
    padding: 1rem 0 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    text-align: left !important;
    border-top: 1px solid #eef1f4;
}
.page-home .home-testimonial-avatar {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #c69c6d 0%, #a67c4d 100%);
    letter-spacing: 0.02em;
}
.page-home .home-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.page-home .home-testimonial-meta strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2c3e50;
}
.page-home .home-testimonial-meta > span {
    font-size: 0.85rem;
    color: #6b7c8a;
}
.page-home .home-testimonials-cta {
    text-align: center;
    margin: 2rem 0 0;
}
.page-home .home-testimonials-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #a67c4d;
    text-decoration: none;
    padding: 0.65rem 1.25rem;
    border: 2px solid rgba(198, 156, 109, 0.45);
    border-radius: 8px;
    transition: background 0.2s, color 0.2s, gap 0.2s;
}
.page-home .home-testimonials-cta a:hover {
    background: #c69c6d;
    color: #fff;
    border-color: #c69c6d;
    gap: 12px;
}

/* SEO metin */
.page-home .home-seo-text {
    padding: 3.25rem 0 2.5rem;
    background: #fff;
    border-top: 1px solid #eee;
}
.page-home .home-seo-text p:last-child {
    margin-bottom: 0;
}
.page-home .home-seo-text-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem;
    text-align: center;
}
.page-home .home-seo-text p {
    max-width: 820px;
    margin: 0 auto 0.85rem;
    color: #555;
    line-height: 1.75;
    font-size: 0.98rem;
    text-align: center;
}
.page-home .home-seo-text a {
    color: #a67c4d;
    font-weight: 600;
}
.page-home .section-cta-band p a {
    color: #e8c9a0;
    text-decoration: underline;
}

/* Blog + CTA */
.page-home .section-son-yazilar {
    padding: 4rem 0 3.75rem;
    background: #f8f9fa;
}
.page-home .section-son-yazilar .section-title {
    margin-top: 0;
}
.page-home .son-yazilar-more {
    margin: 2rem 0 0;
}
.page-home .section-cta-band {
    padding: 3.5rem 0;
}
.page-home .section-cta-band .cta-band-inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.page-home .section-cta-band h2 {
    color: #fff;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    margin: 0 0 0.65rem;
}
.page-home .section-cta-band .btn-cta-primary {
    margin-top: 0.25rem;
}

/* Bölümler arası boşluk */
.page-home > section {
    position: relative;
}
/* Hero ile içerik arasında net geçiş */
.page-home .home-trust {
    border-top: 1px solid #e8ecef;
}

@media (max-width: 1100px) {
    .page-home .home-intro-main {
        flex: 1 1 100%;
    }
    .page-home .home-intro-stats {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
}
@media (max-width: 991px) {
    .page-home .home-intro-stats ul {
        grid-template-columns: 1fr 1fr;
    }
    .page-home .home-card-grid,
    .page-home .home-card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .page-home .home-why-grid { grid-template-columns: 1fr; }
    .page-home .home-process-steps { grid-template-columns: repeat(2, 1fr); }
    .page-home .home-testimonials-badges { flex-direction: column; align-items: center; }
    .page-home-hero .hero-slide,
    .page-home-hero .hero-slide.full-vh {
        min-height: max(480px, calc(100vh - 64px));
    }
}
@media (max-width: 767px) {
    .page-home .home-testimonials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .page-home .home-card-grid,
    .page-home .home-card-grid.cols-4 { grid-template-columns: 1fr; }
    .page-home .home-intro-stats ul {
        grid-template-columns: 1fr;
    }
    .page-home .home-intro-stats li {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .page-home .home-intro-stats li:last-child { border-bottom: none; }
    .page-home .home-intro {
        padding: 2.5rem 0 3.25rem;
    }
    .page-home .home-block,
    .page-home .home-why,
    .page-home .home-process,
    .page-home .home-references,
    .page-home .home-testimonials,
    .page-home .section-son-yazilar,
    .page-home .section-cta-band { padding: 2.75rem 0; }
    .page-home .home-block { padding-top: 3.25rem; }
    .page-home .home-gsm-strip { padding: 1rem 0; }
    .page-home .home-gsm-strip-inner { flex-direction: column; gap: 0.5rem; }
    .page-home .home-seo-text { padding: 2rem 0 2.5rem; }
    .page-home .home-process-steps { grid-template-columns: 1fr; }
    .page-home .home-trust-list { flex-direction: column; align-items: center; }
    .page-home-hero .hero-cta-row,
    .description-slide .hero-cta-row { flex-direction: column; align-items: stretch; }
    .page-home-hero .hero-cta-row a,
    .description-slide .hero-cta-row a { justify-content: center; width: 100%; }
}
