/* Altınova İnşaat — İnşaat Rehberi (altinovainsaat.net uyumlu) */
:root {
    --alt-ink: #0a192f;
    --alt-ink-soft: #141f33;
    --alt-blue: #0b50a1;
    --alt-blue-deep: #083d7a;
    --alt-blue-hover: #0d62c4;
    --alt-gold: #c9a227;
    --alt-gold-light: #e8c547;
    --alt-gold-deep: #9a7b1a;
    --alt-surface: #f8fafc;
    --alt-line: #e2e8f0;
    --alt-muted: #64748b;
    --alt-body: #475569;
    --alt-radius: 12px;
    --alt-radius-lg: 16px;
    --alt-shadow: 0 12px 40px rgba(10, 25, 47, 0.08);
    --alt-shadow-lg: 0 24px 60px rgba(10, 25, 47, 0.12);
    --alt-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --alt-font: 'Inter', 'Segoe UI', sans-serif;
    --alt-display: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    width: 100%;
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
    font-family: var(--alt-font);
    font-size: 16px;
    line-height: 1.65;
    color: var(--alt-body);
    background: var(--alt-surface);
    -webkit-font-smoothing: antialiased;
}

body.rehber-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; transition: color 0.25s var(--alt-ease), background 0.25s var(--alt-ease), transform 0.25s var(--alt-ease), border-color 0.25s var(--alt-ease); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--alt-display);
    color: var(--alt-ink);
    font-weight: 700;
}

/* —— Scroll progress —— */
.rehber-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--alt-gold), var(--alt-gold-light));
    z-index: 9999;
    transition: width 0.1s linear;
}

/* —— Navbar —— */
.rehber-navbar {
    background: var(--alt-ink);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1050;
    border-bottom: 3px solid var(--alt-gold);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.rehber-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rehber-brand__logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s var(--alt-ease);
}

.rehber-brand:hover .rehber-brand__logo {
    transform: scale(1.02);
}

.rehber-brand__text {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    border-left: 2px solid rgba(201, 162, 39, 0.45);
}

.rehber-brand__name {
    font-family: var(--alt-display);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.1;
}

.rehber-brand__tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 2px;
}

.rehber-toggler {
    border: none;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rehber-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.rehber-nav-list { gap: 4px; }

.rehber-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 8px;
}

.rehber-nav-link:hover,
.rehber-nav-link.is-active {
    color: var(--alt-gold-light);
    background: rgba(255, 255, 255, 0.06);
}

.rehber-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--alt-gold) 0%, var(--alt-gold-deep) 100%);
    color: var(--alt-ink);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35);
}

.rehber-btn-cta:hover {
    color: var(--alt-ink);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.45);
}

/* —— Hero —— */
.rehber-hero {
    position: relative;
    background:
        linear-gradient(135deg, rgba(10, 25, 47, 0.92) 0%, rgba(11, 80, 161, 0.78) 100%),
        url('https://altinovainsaat.net/uploads/banner.jpg') center/cover no-repeat;
    padding: 88px 0 120px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.rehber-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(201, 162, 39, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.rehber-hero .container { position: relative; z-index: 2; }

.rehber-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--alt-gold-light);
    margin-bottom: 16px;
    padding: 8px 16px;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: 50px;
}

.rehber-hero__title {
    font-family: var(--alt-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.rehber-hero__desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.rehber-search {
    max-width: 560px;
    margin: 0 auto;
}

.rehber-search__wrap {
    display: flex;
    background: #fff;
    border-radius: var(--alt-radius-lg);
    overflow: hidden;
    box-shadow: var(--alt-shadow-lg);
    border: 2px solid transparent;
    transition: border-color 0.25s var(--alt-ease);
}

.rehber-search__wrap:focus-within {
    border-color: var(--alt-gold);
}

.rehber-search__input {
    flex: 1;
    border: none;
    padding: 0 22px;
    height: 58px;
    font-size: 15px;
    font-family: var(--alt-font);
    outline: none;
    background: transparent;
}

.rehber-search__btn {
    background: linear-gradient(135deg, var(--alt-blue) 0%, var(--alt-blue-deep) 100%);
    color: #fff;
    border: none;
    padding: 0 28px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.25s var(--alt-ease);
}

.rehber-search__btn:hover {
    background: linear-gradient(135deg, var(--alt-blue-hover) 0%, var(--alt-blue) 100%);
}

/* —— Trust strip —— */
.rehber-trust {
    margin-top: -48px;
    position: relative;
    z-index: 10;
    padding: 0 0 40px;
}

.rehber-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: #fff;
    border-radius: var(--alt-radius-lg);
    padding: 24px 28px;
    box-shadow: var(--alt-shadow);
    border: 1px solid var(--alt-line);
}

.rehber-trust__item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-align: left;
}

.rehber-trust__icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 80, 161, 0.08);
    color: var(--alt-blue);
    border-radius: 10px;
    font-size: 16px;
}

.rehber-trust__text {
    font-size: 13px;
    font-weight: 600;
    color: var(--alt-ink);
    line-height: 1.3;
}

/* —— Main content area —— */
.rehber-main {
    flex: 1;
    padding-bottom: 60px;
}

.rehber-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.rehber-section-head__title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid var(--alt-gold);
}

.rehber-section-head__count {
    font-size: 13px;
    font-weight: 600;
    color: var(--alt-muted);
}

/* —— Categories —— */
.rehber-cats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 48px;
}

.rehber-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 12px;
    background: #fff;
    border: 1px solid var(--alt-line);
    border-radius: var(--alt-radius-lg);
    color: var(--alt-ink);
    text-align: center;
    box-shadow: 0 2px 8px rgba(10, 25, 47, 0.04);
    transition: all 0.3s var(--alt-ease);
}

.rehber-cat:hover,
.rehber-cat.is-active {
    border-color: var(--alt-blue);
    transform: translateY(-4px);
    box-shadow: var(--alt-shadow);
    color: var(--alt-blue);
}

.rehber-cat.is-active {
    background: linear-gradient(180deg, rgba(11, 80, 161, 0.04) 0%, #fff 100%);
    border-color: var(--alt-gold);
}

.rehber-cat__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 80, 161, 0.08);
    color: var(--alt-blue);
    border-radius: 12px;
    font-size: 20px;
    transition: all 0.3s var(--alt-ease);
}

.rehber-cat:hover .rehber-cat__icon,
.rehber-cat.is-active .rehber-cat__icon {
    background: var(--alt-blue);
    color: #fff;
}

.rehber-cat__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

/* —— Article cards —— */
.rehber-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.rehber-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--alt-radius-lg);
    overflow: hidden;
    border: 1px solid var(--alt-line);
    box-shadow: 0 2px 12px rgba(10, 25, 47, 0.04);
    height: 100%;
    color: inherit;
    transition: all 0.35s var(--alt-ease);
}

.rehber-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--alt-shadow);
    border-color: rgba(201, 162, 39, 0.35);
}

.rehber-card__img {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.rehber-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--alt-ease);
}

.rehber-card:hover .rehber-card__img img {
    transform: scale(1.06);
}

.rehber-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rehber-card__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--alt-blue);
    background: rgba(11, 80, 161, 0.08);
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.rehber-card__title {
    font-family: var(--alt-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--alt-ink);
    line-height: 1.4;
    margin-bottom: 16px;
    flex: 1;
}

.rehber-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--alt-line);
    font-size: 12px;
    color: var(--alt-muted);
    font-weight: 500;
}

.rehber-card__read {
    font-weight: 700;
    color: var(--alt-blue);
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rehber-card:hover .rehber-card__read {
    color: var(--alt-gold-deep);
}

/* —— Empty state —— */
.rehber-empty {
    text-align: center;
    padding: 64px 24px;
    background: #fff;
    border-radius: var(--alt-radius-lg);
    border: 1px dashed var(--alt-line);
}

.rehber-empty__icon {
    font-size: 48px;
    color: var(--alt-line);
    margin-bottom: 16px;
}

.rehber-empty__title {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

/* —— Pagination —— */
.rehber-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.rehber-pagination a,
.rehber-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: var(--alt-ink);
    background: #fff;
    border: 1px solid var(--alt-line);
}

.rehber-pagination a:hover {
    border-color: var(--alt-blue);
    color: var(--alt-blue);
}

.rehber-pagination .is-active {
    background: var(--alt-blue);
    border-color: var(--alt-blue);
    color: #fff;
}

/* —— CTA band —— */
.rehber-cta {
    margin-top: 64px;
    background: var(--alt-ink);
    border-radius: var(--alt-radius-lg);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--alt-shadow-lg);
}

.rehber-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--alt-gold), var(--alt-gold-light));
}

.rehber-cta__inner {
    padding: 48px 44px;
    position: relative;
    z-index: 2;
}

.rehber-cta__bg-icon {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-size: 180px;
    color: rgba(255, 255, 255, 0.03);
    transform: rotate(-12deg);
    pointer-events: none;
}

.rehber-cta__title {
    font-family: var(--alt-display);
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.rehber-cta__title em {
    font-style: normal;
    color: var(--alt-gold-light);
}

.rehber-cta__desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 24px;
    max-width: 560px;
    line-height: 1.7;
}

.rehber-cta__features {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rehber-cta__features li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.rehber-cta__features li i {
    color: var(--alt-gold-light);
}

.rehber-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--alt-ink);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 8px;
    margin-top: 28px;
}

.rehber-cta__btn:hover {
    background: var(--alt-gold);
    color: var(--alt-ink);
    transform: translateY(-2px);
}

/* —— Detail page —— */
.rehber-detail-hero {
    background:
        linear-gradient(135deg, rgba(10, 25, 47, 0.95) 0%, rgba(20, 31, 51, 0.92) 100%),
        url('https://altinovainsaat.net/uploads/banner.jpg') center/cover no-repeat;
    padding: 72px 0 100px;
    color: #fff;
    text-align: center;
}

.rehber-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
}

.rehber-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
}

.rehber-breadcrumb a:hover {
    color: var(--alt-gold-light);
}

.rehber-detail-hero__tag {
    display: inline-block;
    background: rgba(201, 162, 39, 0.15);
    color: var(--alt-gold-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 50px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    margin-bottom: 20px;
}

.rehber-detail-hero__title {
    font-family: var(--alt-display);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    max-width: 860px;
    margin: 0 auto 16px;
    letter-spacing: -0.02em;
}

.rehber-detail-hero__meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.rehber-detail-hero__meta i {
    color: var(--alt-gold);
    margin-right: 4px;
}

.rehber-article-wrap {
    max-width: 820px;
    margin: -56px auto 48px;
    padding: 0 16px;
    position: relative;
    z-index: 10;
}

.rehber-article {
    background: #fff;
    border-radius: var(--alt-radius-lg);
    padding: clamp(28px, 5vw, 52px);
    box-shadow: var(--alt-shadow-lg);
    border: 1px solid var(--alt-line);
}

.rehber-article__featured {
    border-radius: var(--alt-radius);
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.08);
}

.rehber-article__featured img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.rehber-article__content {
    font-size: 17px;
    line-height: 1.85;
    color: var(--alt-body);
}

.rehber-article__content h1,
.rehber-article__content h2,
.rehber-article__content h3 {
    font-family: var(--alt-display);
    color: var(--alt-ink);
    margin-top: 36px;
    margin-bottom: 16px;
}

.rehber-article__content h2 {
    font-size: 1.5rem;
    padding-left: 16px;
    border-left: 4px solid var(--alt-gold);
}

.rehber-article__content p { margin-bottom: 20px; }

.rehber-article__content ul,
.rehber-article__content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.rehber-article__content li { margin-bottom: 8px; }

.rehber-article__content a {
    color: var(--alt-blue);
    font-weight: 600;
    border-bottom: 1px solid rgba(11, 80, 161, 0.25);
}

.rehber-article__content a:hover {
    color: var(--alt-gold-deep);
    border-bottom-color: var(--alt-gold);
}

.rehber-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 24px;
    background: var(--alt-surface);
    border: 1px solid var(--alt-line);
    border-radius: var(--alt-radius);
    flex-wrap: wrap;
}

.rehber-author__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--alt-blue) 0%, var(--alt-blue-deep) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.rehber-author__info { flex: 1; min-width: 200px; }

.rehber-author__name {
    font-family: var(--alt-display);
    font-weight: 700;
    color: var(--alt-ink);
    margin-bottom: 4px;
    font-size: 15px;
}

.rehber-author__desc {
    font-size: 13px;
    color: var(--alt-muted);
    margin: 0;
    line-height: 1.5;
}

.rehber-author__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid var(--alt-blue);
    color: var(--alt-blue);
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
}

.rehber-author__btn:hover {
    background: var(--alt-blue);
    color: #fff;
}

/* Related articles */
.rehber-related {
    max-width: 1140px;
    margin: 0 auto 48px;
    padding: 0 16px;
}

.rehber-related__title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 4px solid var(--alt-gold);
}

.rehber-related .rehber-grid {
    grid-template-columns: repeat(3, 1fr);
}

.rehber-related .rehber-card__img {
    height: 160px;
}

/* Share sidebar */
.rehber-share {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rehber-share__btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
}

.rehber-share__btn--wa { background: #25D366; }
.rehber-share__btn--fb { background: #1877F2; }
.rehber-share__btn--li { background: #0A66C2; }

.rehber-share__btn:hover {
    transform: translateX(4px);
    color: #fff;
}

/* —— Footer —— */
.rehber-footer {
    background: var(--alt-ink);
    color: rgba(255, 255, 255, 0.65);
    margin-top: auto;
    border-top: 4px solid var(--alt-gold);
    position: relative;
    overflow: hidden;
}

.rehber-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.03) 0%, transparent 25%),
        radial-gradient(circle at 10% 90%, rgba(11, 80, 161, 0.12) 0%, transparent 25%);
    pointer-events: none;
}

.rehber-footer__inner {
    position: relative;
    z-index: 2;
    padding: 72px 0 0;
}

.rehber-footer__logo {
    height: 48px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.rehber-footer__desc {
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 24px;
    max-width: 340px;
}

.rehber-footer__social {
    display: flex;
    gap: 8px;
}

.rehber-footer__social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}

.rehber-footer__social a:hover {
    background: var(--alt-gold);
    color: var(--alt-ink);
    transform: translateY(-3px);
}

.rehber-footer__heading {
    font-family: var(--alt-display);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
}

.rehber-footer__heading::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: var(--alt-gold);
    margin-top: 8px;
    border-radius: 2px;
}

.rehber-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rehber-footer__links li { margin-bottom: 10px; }

.rehber-footer__links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.rehber-footer__links a i {
    font-size: 11px;
    opacity: 0.5;
}

.rehber-footer__links a:hover {
    color: #fff;
    padding-left: 4px;
}

.rehber-footer__links a:hover i {
    color: var(--alt-gold-light);
    opacity: 1;
}

.rehber-footer__contact {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--alt-radius);
    padding: 22px;
}

.rehber-footer__contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.rehber-footer__contact-item:last-child { margin-bottom: 0; }

.rehber-footer__contact-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.12);
    color: var(--alt-gold-light);
    border-radius: 8px;
    font-size: 14px;
}

.rehber-footer__contact-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2px;
}

.rehber-footer__contact-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.4;
}

a.rehber-footer__contact-value:hover {
    color: var(--alt-gold-light);
}

.rehber-footer__bottom {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
    padding: 22px 0;
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.rehber-footer__bottom a {
    color: rgba(255, 255, 255, 0.45);
    margin-left: 16px;
}

.rehber-footer__bottom a:hover {
    color: var(--alt-gold-light);
}

/* —— Mobile bar & float widget —— */
.rehber-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--alt-line);
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    z-index: 2000;
    justify-content: space-around;
    box-shadow: 0 -4px 20px rgba(10, 25, 47, 0.08);
}

.rehber-mobile-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: var(--alt-muted);
    flex: 1;
}

.rehber-mobile-bar__item i { font-size: 18px; }

.rehber-mobile-bar__item.is-active,
.rehber-mobile-bar__item--cta {
    color: var(--alt-blue);
}

.rehber-mobile-bar__item--cta {
    background: linear-gradient(135deg, var(--alt-gold) 0%, var(--alt-gold-deep) 100%);
    color: var(--alt-ink) !important;
    border-radius: 50px;
    margin: -8px 8px 0;
    padding: 8px 12px;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35);
}

.rehber-float-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1500;
}

.rehber-float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 6px 20px rgba(10, 25, 47, 0.2);
}

.rehber-float-btn--phone {
    background: linear-gradient(135deg, var(--alt-blue) 0%, var(--alt-blue-deep) 100%);
    animation: rehberPulse 2.5s infinite;
}

.rehber-float-btn--wa { background: #25D366; }

.rehber-float-btn:hover {
    transform: scale(1.08);
    color: #fff;
}

@keyframes rehberPulse {
    0% { box-shadow: 0 0 0 0 rgba(11, 80, 161, 0.45); }
    70% { box-shadow: 0 0 0 14px rgba(11, 80, 161, 0); }
    100% { box-shadow: 0 0 0 0 rgba(11, 80, 161, 0); }
}

/* —— 404 —— */
.rehber-404 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.rehber-404__card {
    background: #fff;
    border-radius: var(--alt-radius-lg);
    padding: 56px 48px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    box-shadow: var(--alt-shadow);
    border: 1px solid var(--alt-line);
}

.rehber-404__code {
    font-family: var(--alt-display);
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--alt-blue) 0%, var(--alt-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.rehber-404__title {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.rehber-404__desc {
    color: var(--alt-muted);
    margin-bottom: 28px;
    font-size: 15px;
}

.rehber-404__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--alt-blue) 0%, var(--alt-blue-deep) 100%);
    color: #fff;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
}

.rehber-404__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(11, 80, 161, 0.35);
}

/* —— Responsive —— */
@media (max-width: 991px) {
    .rehber-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rehber-cats {
        grid-template-columns: repeat(3, 1fr);
    }

    .rehber-grid,
    .rehber-related .rehber-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rehber-cta__inner {
        padding: 36px 28px;
        text-align: center;
    }

    .rehber-cta__features {
        justify-content: center;
    }

    .rehber-cta::before {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        bottom: auto;
    }

    .rehber-share { display: none; }
}

@media (max-width: 767px) {
    .rehber-hero { padding: 64px 0 96px; }

    .rehber-trust { margin-top: -36px; }

    .rehber-trust__grid {
        grid-template-columns: 1fr 1fr;
        padding: 18px;
        gap: 12px;
    }

    .rehber-trust__item {
        justify-content: flex-start;
    }

    .rehber-cats {
        grid-template-columns: repeat(2, 1fr);
    }

    .rehber-grid,
    .rehber-related .rehber-grid {
        grid-template-columns: 1fr;
    }

    .rehber-mobile-bar { display: flex; }

    .rehber-float-widget {
        bottom: 88px;
        right: 16px;
    }

    .rehber-footer {
        padding-bottom: 72px;
    }

    .rehber-footer__desc { max-width: 100%; }

    .rehber-footer,
    .rehber-footer__heading::after {
        text-align: center;
    }

    .rehber-footer__heading::after {
        margin-left: auto;
        margin-right: auto;
    }

    .rehber-footer__links a {
        justify-content: center;
    }

    .rehber-footer__social {
        justify-content: center;
    }

    .rehber-footer__contact-item {
        text-align: left;
    }

    .rehber-author {
        text-align: center;
        justify-content: center;
    }

    .rehber-author__info { min-width: 100%; }

    .rehber-article { padding: 24px 20px; }

    .rehber-brand__text { display: none; }
}

@media (max-width: 480px) {
    .rehber-cats {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .rehber-cat {
        padding: 16px 8px;
    }

    .rehber-cat__label {
        font-size: 11px;
    }
}
