/* =====================================
   FOOTER — Minimal
===================================== */

.brand-footer {
    background: var(--bg-secondary);
    padding: 0 0 48px;
}

/* —— Premium dark footer (Blaxn ana site) —— */
.brand-footer--premium-dark {
    --footer-accent: #ff4d00;
    background: #0b1120;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0;
}

/* Kayıt: SEO paket kartları — koyu footer içinde açık tema token’ları */
.brand-footer--premium-dark .footer-seo-boost.footer-seo-boost--cards {
    --kl-text: #1d1d1f;
    --kl-text-secondary: #475569;
    --kl-border: rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #1d1d1f;
}

.footer-wrapper {
    width: 100%;
    text-align: center;
}

/* =============================
   FOOTER — SEO Growth Engine (kayıt formu CTA), koyu gradyan + desen
============================= */

/* Kayıt footer’ı: üst container-fluid padding’ini dengeleyerek koyu şeridi viewport’a yay */
.footer-seo-boost-outer {
    width: calc(100% + 2 * var(--space-fluid-x, 20px));
    max-width: none;
    margin-left: calc(-1 * var(--space-fluid-x, 20px));
    margin-right: calc(-1 * var(--space-fluid-x, 20px));
    box-sizing: border-box;
}

.footer-seo-boost {
    padding: 2rem 0 1.75rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    background-color: #0a0a0c;
    background-image:
        radial-gradient(ellipse 110% 55% at 50% -15%, rgba(255, 255, 255, 0.07), transparent 52%),
        repeating-linear-gradient(
            125deg,
            transparent 0,
            transparent 9px,
            rgba(255, 255, 255, 0.028) 9px,
            rgba(255, 255, 255, 0.028) 10px
        ),
        linear-gradient(165deg, #050506 0%, #1a1a1f 42%, #0d0d10 100%);
}

.footer-seo-boost__inner {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(16px, 4vw, 48px);
    box-sizing: border-box;
}

.footer-seo-boost__title {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f4f4f5;
    line-height: 1.25;
}

.footer-seo-boost__lead {
    margin: 0 auto 22px;
    max-width: 40em;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #a1a1aa;
}

.footer-seo-boost__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
    align-items: stretch;
}

@media (min-width: 768px) {
    .footer-seo-boost__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

.footer-seo-boost__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    align-items: stretch;
}

.footer-seo-boost__badge {
    display: inline-block;
    align-self: flex-start;
    margin: 0 0 10px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary, #f24405);
    background: rgba(242, 68, 5, 0.1);
    padding: 5px 11px;
    border-radius: 999px;
    line-height: 1.2;
}

.footer-seo-boost__plan-name {
    margin: 0 0 8px;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    line-height: 1.25;
}

.footer-seo-boost__price {
    margin: 0 0 12px;
    font-size: clamp(1.3rem, 2.4vw, 1.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--primary, #f24405);
    line-height: 1.2;
}

.footer-seo-boost__summary {
    margin: 0 0 12px;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--text-secondary);
}

.footer-seo-boost__bullets {
    margin: 0 0 18px;
    padding-left: 1.2rem;
    flex: 1 1 auto;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--text-secondary);
    text-align: left;
}

.footer-seo-boost__bullets li {
    margin-bottom: 6px;
}

.footer-seo-boost__bullets li:last-child {
    margin-bottom: 0;
}

.footer-seo-boost__cta {
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
}

.footer-seo-boost__cta:hover {
    text-decoration: none;
}

.footer-seo-boost__note {
    margin: 18px auto 0;
    max-width: 48em;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #9ca3af;
}

/* =============================
   ÖDEME LOGOLARI — statik sıra (kayma yok); opsiyonel sticky alt şerit
============================= */

.footer-payment-logos-wrap {
    margin-bottom: 0;
    padding: 1rem 0 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    background: rgba(15, 23, 42, 0.94);
}

.brand-footer--premium-dark .footer-payment-logos-wrap {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.footer-payment-logos-wrap--sticky {
    position: sticky;
    bottom: 0;
    z-index: 70;
    margin-bottom: 0;
    padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-payment-logos-outer {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(16px, 4vw, 48px);
    box-sizing: border-box;
}

.footer-payment-logos-pill {
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    box-sizing: border-box;
}

.footer-payment-logos-pill--static {
    border-radius: 20px;
}

.footer-payment-logos-slider {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.footer-payment-logos-slider--static {
    overflow: visible;
}

.footer-payment-logos-track {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
    gap: 16px;
    width: max-content;
    padding: 6px 12px;
    animation: footer-payment-logos-scroll 32s linear infinite;
}

.footer-payment-logos-track--static {
    animation: none;
    width: 100%;
    max-width: 960px;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}

.footer-payment-logos-pill:hover .footer-payment-logos-track:not(.footer-payment-logos-track--static) {
    animation-play-state: paused;
}

@keyframes footer-payment-logos-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-payment-logos-track:not(.footer-payment-logos-track--static) {
        animation: none;
    }

    .footer-payment-logos-pill:hover .footer-payment-logos-track:not(.footer-payment-logos-track--static) {
        animation-play-state: running;
    }
}

.footer-payment-logos-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-payment-logos-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 52px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.06),
        0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.footer-payment-logos-tile:hover {
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05);
}

.footer-payment-logos-item img {
    max-height: 30px;
    max-width: 92px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.35s ease;
}

.footer-payment-logos-tile:hover img {
    filter: grayscale(0%);
}

.footer-payment-logos-text {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.02em;
    filter: grayscale(100%);
    transition: filter 0.35s ease;
}

.footer-payment-logos-tile:hover .footer-payment-logos-text {
    filter: grayscale(0%);
}

.footer-payment-logos-fallback {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.2;
    max-width: 88px;
}

.footer-payment-logos-fallback--hidden {
    display: none;
}

.footer-payment-logos-item--fallback .footer-payment-logos-fallback--hidden {
    display: block;
}

.footer-payment-logos-item--fallback img {
    display: none;
}

/* =============================
   TOP
============================= */

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.15fr;
    gap: 48px;
    justify-items: start;
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 2.75rem);
}

.brand-footer--premium-dark .footer-top {
    justify-items: start;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-col:not(:last-child) {
    padding-right: 48px;
    border-right: 1px solid var(--border-light);
}

.brand-footer--premium-dark .footer-col:not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.08);
}

.footer-contact-card {
    align-items: stretch;
}

.footer-contact-card__inner {
    width: 100%;
    max-width: 320px;
    border-radius: 18px;
    border: 1px solid var(--border-light);
    background: #fff;
    padding: 16px 16px 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brand-footer--premium-dark .footer-contact-card__inner {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 40px rgba(0, 0, 0, 0.25);
}

.footer-contact-card__row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-weight: 600;
}

.brand-footer--premium-dark .footer-contact-card__row {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact-card__row i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 68, 5, 0.08);
    color: var(--primary);
    border: 1px solid rgba(242, 68, 5, 0.12);
    flex-shrink: 0;
}

.brand-footer--premium-dark .footer-contact-card__row i {
    background: rgba(255, 77, 0, 0.18);
    border-color: rgba(255, 77, 0, 0.35);
    color: #ff4d00;
}

.footer-contact-card__row a {
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
}

.brand-footer--premium-dark .footer-contact-card__row a {
    color: #fff;
}

.footer-contact-card__row a:hover {
    color: var(--primary);
}

.brand-footer--premium-dark .footer-contact-card__row a:hover {
    color: #ff9233;
}

.footer-contact-card__btn {
    margin-top: 8px;
    width: 100%;
    border-radius: 999px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}

.footer-contact-card__btn i {
    color: inherit;
}

.footer-contact-card__btn:hover,
.footer-contact-card__btn:focus {
    color: #fff;
}

.footer-contact-card__btn:hover,
.footer-contact-card__btn:focus {
    /* only background changes; text/icon stay white */
    background: var(--primary-dark, #d93d04);
    border-color: var(--primary-dark, #d93d04);
}

.footer-brand__mark {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1.1rem;
}

.footer-brand__mark--logo {
    gap: 0;
}

.footer-brand__logo-img {
    height: 52px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
}

.footer-brand__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ff4d00 0%, #ff6a28 100%);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 10px 28px rgba(255, 77, 0, 0.35);
}

.footer-brand__word {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.brand-footer--premium-dark .footer-brand__word {
    color: #fff;
}

.footer-brand__tagline {
    max-width: 22rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-secondary);
    text-align: left;
    margin: 0 0 1.25rem;
}

.brand-footer--premium-dark .footer-brand__tagline {
    color: rgba(255, 255, 255, 0.72);
}

.footer-brand__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-brand__social-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-brand__social-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.15rem;
}

.footer-brand__social-btn:hover {
    background: rgba(255, 77, 0, 0.2);
    border-color: rgba(255, 77, 0, 0.45);
    color: #fff;
    transform: translateY(-2px);
}

.footer-brand__social-btn--instagram {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    gap: 10px;
    text-decoration: none;
}

.footer-brand__social-btn--instagram i {
    font-size: 1.25rem;
    line-height: 1;
}

.footer-brand__social-handle {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    white-space: nowrap;
}

.footer-col h6 {
    position: relative;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff4d00;
    margin: 0 0 22px;
    padding-top: 14px;
}

.footer-col h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff4d00, rgba(255, 77, 0, 0.25));
}

.footer-col a:not(.footer-contact-card__btn) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
    transition: color var(--ease);
    width: fit-content;
    text-align: left;
}

.brand-footer--premium-dark .footer-col a:not(.footer-contact-card__btn) {
    color: rgba(255, 255, 255, 0.78);
}

.footer-col__chev {
    font-size: 0.7rem;
    opacity: 0.9;
    flex-shrink: 0;
}

.footer-col a:not(.footer-contact-card__btn) .bi:not(.footer-col__chev) {
    font-size: 1em;
    opacity: 0.85;
    flex-shrink: 0;
}

.footer-col a:not(.footer-contact-card__btn):hover {
    color: var(--primary);
}

.brand-footer--premium-dark .footer-col a:not(.footer-contact-card__btn):hover {
    color: #ff9233;
}

/* =============================
   DIVIDERS
============================= */

.footer-divider {
    height: 1px;
    background: var(--border-light);
    margin: 0;
}

.brand-footer--premium-dark .footer-divider {
    background: rgba(255, 255, 255, 0.08);
    margin: 0;
}

.footer-divider-small {
    height: 1px;
    background: var(--border-light);
    margin: 32px auto;
    max-width: 600px;
}

/* =============================
   NEWSLETTER BLOCK
============================= */

.footer-newsletter {
    background: #1d1d1f;
    color: #f5f5f7;
    border-radius: var(--radius);
    padding: 40px 48px;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: center;
}

.newsletter-left {
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.newsletter-right {
    padding-left: 48px;
}

.newsletter-left h6,
.newsletter-right h6 {
    font-size: 15px;
    font-weight: 600;
    color: #f5f5f7;
    margin-bottom: 8px;
}

.newsletter-left p,
.newsletter-right p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 20px;
}

.newsletter-cta {
    display: flex;
    gap: 12px;
}

.btn-primary {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    background: var(--primary);
    color: #fff;
    border: none;
    text-decoration: none;
    transition: background var(--ease), opacity var(--ease);
}

.btn-primary:hover {
    background: var(--primary-dark);
    color: #fff;
}

.btn-outline {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f5f5f7;
    text-decoration: none;
    transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.newsletter-input-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.newsletter-input-row input {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #f5f5f7;
    transition: border-color var(--ease);
}

.newsletter-input-row input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input-row input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.newsletter-input-row button {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    border: none;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
    transition: background var(--ease);
}

.newsletter-input-row button:not(:disabled):hover {
    background: var(--primary-dark);
}

.newsletter-input-row button .bi {
    margin-right: 6px;
    vertical-align: -0.15em;
}

.newsletter-input-row button:disabled {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.newsletter-consent input {
    margin-top: 2px;
    accent-color: var(--primary);
}

.newsletter-consent span {
    line-height: 1.4;
}

.newsletter-consent a {
    color: var(--primary-light);
    text-decoration: none;
    transition: color var(--ease);
}

.newsletter-consent a:hover {
    color: #fff;
}

.newsletter-success {
    margin-top: 12px;
    font-size: 13px;
    color: var(--primary-light);
}

/* =============================
   BOTTOM
============================= */

.footer-bottom {
    text-align: center;
}

.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-item .bi {
    font-size: 1rem;
    opacity: 0.8;
}

.contact-divider {
    width: 1px;
    height: 16px;
    background: var(--border);
}

.footer-contact a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    transition: color var(--ease);
}

.footer-contact a:hover {
    color: var(--primary-dark);
}

.footer-address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 560px;
    margin: 0 auto 24px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-tertiary);
    text-align: center;
}

.footer-address .bi {
    margin-top: 2px;
    font-size: 1rem;
    opacity: 0.8;
    flex-shrink: 0;
}

.footer-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 13px;
    color: var(--text-secondary);
}
.footer-lang-switcher__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: var(--text);
    margin-right: 0.25rem;
}
.footer-lang-switcher__sep {
    color: var(--border);
    user-select: none;
}
.footer-lang-switcher__link {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}
.footer-lang-switcher__link:hover {
    color: var(--primary);
}
.footer-lang-switcher__link.is-active {
    color: var(--primary);
    font-weight: 700;
    background: rgba(242, 68, 5, 0.08);
}

.footer-copyright {
    font-size: 12px;
    color: var(--text-tertiary);
}

/* =============================
  DARK BAR (screenshot style)
============================= */

.footer-darkbar {
    background: #0b1423;
    color: rgba(255, 255, 255, 0.92);
    padding: 18px 0 14px;
}

.brand-footer--premium-dark .footer-darkbar {
    background: #070d18;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(1.35rem, 3vw, 1.75rem) 0 1rem;
}

.footer-darkbar__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.footer-darkbar__grid {
    display: grid;
    grid-template-columns: 1.6fr auto 1fr auto 1fr;
    gap: 22px;
    align-items: center;
}

.footer-darkbar__sep {
    width: 1px;
    height: 54px;
    background: rgba(255, 255, 255, 0.14);
}

.footer-darkbar__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.footer-darkbar__ico {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(242, 68, 5, 0.95);
    flex-shrink: 0;
}

.brand-footer--premium-dark .footer-darkbar__ico {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff4d00 0%, #ff6a28 100%);
    border: none;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 8px 22px rgba(255, 77, 0, 0.28);
}

.footer-darkbar__t {
    font-weight: 900;
    letter-spacing: -0.01em;
    font-size: 0.875rem;
    margin-bottom: 2px;
}

.brand-footer--premium-dark .footer-darkbar__t {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.92);
}

.footer-darkbar__d {
    font-size: 0.8125rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
}

.footer-darkbar__copy {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 1100px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col:not(:last-child) {
        border-right: none;
        padding-right: 0;
    }

    .newsletter-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .newsletter-left {
        border-right: none;
        padding-right: 0;
    }

    .newsletter-right {
        padding-left: 0;
    }

    .contact-divider {
        display: none;
    }

    .footer-darkbar__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-darkbar__sep {
        display: none;
    }

    .newsletter-consent span {
        white-space: normal;
    }

    .newsletter-input-row {
        flex-direction: column;
    }

    /* E-posta ve telefon yan yana kalsın */
    .footer-contact {
        flex-direction: row;
        gap: 24px;
    }
}

/* Mobil — footer alt alta, tamamı ortalı */
@media (max-width: 768px) {
    .brand-footer {
        padding: 48px 0 32px;
    }

    .brand-footer--premium-dark {
        padding: 32px 0 24px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-brand__tagline {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .brand-footer--premium-dark .footer-col h6::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-col a:not(.footer-contact-card__btn) {
        justify-content: center;
    }

    .brand-footer--premium-dark .footer-contact-card {
        align-items: center;
        width: 100%;
    }

    .brand-footer--premium-dark .footer-contact-card__inner {
        max-width: 400px;
    }

    .footer-contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-address {
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }
}
