:root{
    --ody-red:#cf1f4d;
    --ody-red-dark:#a90d35;
    --ody-ink:#18202b;
    --ody-muted:#667085;
    --ody-line:#e7e9ef;
    --ody-soft:#f5f7fb;
    --ody-blue:#08224a;
    --ody-green:#19b36b;
    --ody-radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ody-ink);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.ody-container,.container{min(1540px, calc(100% - 80px));margin:auto}

.ody-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.ody-logo-image {
    display: block;
    width: auto;
    height: 58px;
    max-width: 220px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .ody-logo-image {
        height: 44px;
        max-width: 180px;
    }
}

.ody-header{position:fixed;left:0;right:0;top:0;z-index:1000;padding:34px 0 0;pointer-events:none}
.ody-header-shell{width:min(1520px,calc(100% - 210px));min-height:92px;margin:auto;background:#fff;border-radius:999px;display:flex;align-items:center;gap:34px;padding:0 48px;box-shadow:0 18px 45px rgba(14,22,36,.12);pointer-events:auto}
.ody-logo{display:flex;align-items:center;gap:11px;flex:0 0 auto}
.ody-logo-mark{width:52px;height:30px;position:relative;display:inline-block}
.ody-logo-mark:before,.ody-logo-mark:after{content:"";position:absolute;top:0;width:30px;height:30px;border-radius:50%;background:repeating-radial-gradient(circle at 50% 50%,var(--ody-red) 0 2px,transparent 2px 4px)}
.ody-logo-mark:before{left:0}
.ody-logo-mark:after{right:0}
.ody-logo-text{font-size:34px;font-weight:800;letter-spacing:-1px;color:#20242a}
.ody-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}
.ody-nav-item{position:relative}
.ody-nav a,.ody-nav-item>a{font-size:18px;font-weight:600;color:#060b13;display:flex;align-items:center;gap:6px;white-space:nowrap}
.ody-nav-item>a span{width:8px;height:8px;border-right:2px solid var(--ody-red);border-bottom:2px solid var(--ody-red);transform:rotate(45deg);margin-top:-5px}
.ody-nav-item:hover>a,.ody-location-link:hover{color:var(--ody-red)}
.ody-nav-item:hover>a span{transform:rotate(225deg);margin-top:4px}
.ody-location-link:before{content:"";width:17px;height:17px;border:2px solid var(--ody-red);border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:inline-block;margin-right:4px}
.ody-mega{position:absolute;top:52px;left:50%;transform:translateX(-50%) translateY(12px);width:610px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:8px;padding:30px 40px;display:grid;grid-template-columns:1fr 1fr;gap:46px;box-shadow:0 24px 55px rgba(17,24,39,.16);opacity:0;visibility:hidden;transition:.2s;z-index:30}
.ody-nav-item:hover .ody-mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.ody-mega:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}
.ody-mega strong{display:block;font-size:19px;color:#20242a;margin-bottom:18px}
.ody-mega a{display:block;font-size:18px;font-weight:400;color:#343a45;margin:0 0 22px;white-space:normal}
.ody-mega a:hover{color:var(--ody-red)}
.ody-mega-small{width:320px;grid-template-columns:1fr}
.ody-mega-two{width:650px}
.ody-appointment{height:52px;padding:0 29px;background:var(--ody-red);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.ody-appointment:hover{background:var(--ody-red-dark);color:#fff}
.ody-menu-button{display:none;width:44px;border:0;background:transparent;padding:0;flex-direction:column;justify-content:center;gap:5px}
.ody-menu-button span{display:block;width:24px;height:3px;background:#23272f;border-radius:6px;margin:auto}

.ody-hero{min-height:780px;position:relative;display:flex;align-items:end;overflow:hidden;background:linear-gradient(115deg,rgba(8,34,74,.92),rgba(207,31,77,.88)),var(--hero-img,none) center/cover no-repeat;color:#fff;padding:190px 0 85px}
.ody-hero:after{content:"";position:absolute;inset:auto -5% -20% -5%;height:300px;background:radial-gradient(ellipse at center,rgba(255,255,255,.2),transparent 65%)}
.ody-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,680px) 1fr;gap:80px;align-items:end}
.ody-kicker{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:10px 14px;font-weight:700;margin-bottom:22px}
.ody-kicker:before{content:"";width:8px;height:8px;background:#fff;border-radius:50%}
.ody-hero h1{font-size:72px;line-height:.98;margin:0 0 24px;font-weight:800;letter-spacing:0}
.ody-hero p{font-size:20px;line-height:1.65;margin:0 0 34px;color:rgba(255,255,255,.86);max-width:610px}
.ody-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.ody-btn{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 24px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}
.ody-btn-primary{background:#fff;color:var(--ody-red)}
.ody-btn-red{background:var(--ody-red);color:#fff}
.ody-btn-outline{border-color:rgba(255,255,255,.5);color:#fff}
.ody-hero-card{background:rgba(255,255,255,.94);color:var(--ody-ink);border-radius:8px;padding:26px;box-shadow:0 22px 70px rgba(0,0,0,.22)}
.ody-hero-card strong{display:block;font-size:22px;margin-bottom:8px}
.ody-hero-card span{display:block;color:var(--ody-muted);line-height:1.6}
.ody-hero-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.ody-hero-card-grid div{background:var(--ody-soft);border-radius:8px;padding:16px;text-align:center}
.ody-hero-card-grid b{display:block;color:var(--ody-red);font-size:26px}
.ody-hero-card-grid small{color:var(--ody-muted);font-weight:700}

.ody-section{padding:78px 0;overflow:hidden}
.ody-section-soft{background:var(--ody-soft)}
.ody-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.ody-section-head span{color:var(--ody-red);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:1px}
.ody-section-head h2{font-size:40px;line-height:1.15;margin:8px 0 0;color:#20242a;letter-spacing:0}
.ody-section-head p{max-width:470px;color:var(--ody-muted);line-height:1.7;margin:0}
.ody-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ody-info-card,.ody-product-card,.ody-support-card,.ody-blog-card{background:#fff;border:1px solid var(--ody-line);border-radius:8px;box-shadow:0 14px 34px rgba(20,28,42,.06);overflow:hidden;transition:.25s}
.ody-info-card:hover,.ody-product-card:hover,.ody-support-card:hover,.ody-blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(20,28,42,.11)}
.ody-card-image{height:210px;background:linear-gradient(135deg,#eef2f8,#fff),var(--img,none) center/cover no-repeat}
.ody-product-card .ody-card-image{height:185px}
.ody-card-body{padding:22px}
.ody-card-body h3{font-size:20px;line-height:1.25;margin:0 0 10px}
.ody-card-body p{color:var(--ody-muted);line-height:1.65;margin:0 0 16px}
.ody-card-body span{color:var(--ody-red);font-weight:800}

.ody-about{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.ody-about-visual{min-height:470px;border-radius:8px;background:linear-gradient(180deg,rgba(8,34,74,.08),rgba(207,31,77,.12)),var(--img,none) center/cover no-repeat;position:relative}
.ody-about-badge{position:absolute;right:28px;bottom:28px;background:#fff;border-radius:8px;padding:24px;width:min(360px,calc(100% - 56px));box-shadow:0 20px 50px rgba(20,28,42,.18)}
.ody-about-badge strong{display:block;font-size:28px;color:var(--ody-red);margin-bottom:6px}
.ody-about h2{font-size:42px;line-height:1.12;margin:0 0 18px}
.ody-about p{color:var(--ody-muted);line-height:1.8;font-size:17px}
.ody-check-list{display:grid;gap:14px;margin-top:24px}
.ody-check-list div{display:flex;gap:12px;align-items:flex-start}
.ody-check-list b{width:28px;height:28px;border-radius:50%;background:#eaf8f1;color:var(--ody-green);display:flex;align-items:center;justify-content:center;flex:0 0 auto}

.ody-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:process}
.ody-process-card{counter-increment:process;background:#fff;border:1px solid var(--ody-line);border-radius:8px;padding:26px;position:relative;min-height:210px}
.ody-process-card:before{content:counter(process,decimal-leading-zero);display:block;color:var(--ody-red);font-size:42px;font-weight:800;margin-bottom:22px;opacity:.22}
.ody-process-card h3{font-size:20px;margin:0 0 10px}
.ody-process-card p{color:var(--ody-muted);line-height:1.6;margin:0}

.ody-brand-strip{background:#fff;border-block:1px solid var(--ody-line);padding:34px 0}
.ody-brand-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.ody-brand{min-height:82px;border:1px solid var(--ody-line);border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;padding:14px;font-weight:800;color:#2d3440}
.ody-brand img{max-height:42px;object-fit:contain}

.ody-cta{background:linear-gradient(100deg,var(--ody-blue),var(--ody-red));color:#fff;padding:46px 0}
.ody-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.ody-cta h2{font-size:34px;line-height:1.2;margin:0 0 8px}
.ody-cta p{margin:0;color:rgba(255,255,255,.84)}

.ody-footer{background:#101720;color:#d7dee9;padding-bottom:0}
.ody-footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;padding:60px 0}
.ody-footer-logo{margin-bottom:20px}
.ody-footer .ody-logo-text{color:#fff}
.ody-footer p{color:#aeb9c8;line-height:1.7;margin:0}
.ody-footer h3{font-size:18px;margin:0 0 18px;color:#fff}
.ody-footer a{display:block;color:#aeb9c8;margin-bottom:12px}
.ody-footer a:hover{color:#fff}
.ody-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;display:flex;justify-content:space-between;gap:20px;color:#91a0b3;font-size:13px}
.ody-mobile-contact{display:none}

[data-reveal]{opacity:1;transform:none}

@media(max-width:1200px){
    .ody-header-shell{width:calc(100% - 42px);padding:0 30px;gap:22px}
    .ody-nav{gap:18px}
    .ody-nav a,.ody-nav-item>a{font-size:16px}
}
@media(max-width:980px){
    .ody-header{position:sticky;top:0;padding:10px 0}
    .ody-header-shell{width:calc(100% - 44px);height:64px;min-height:64px;padding:0 18px;border-radius:999px;overflow:hidden}
    .ody-logo{height:48px;overflow:hidden}
    .ody-logo-image{width:auto;height:44px;max-width:180px;object-fit:contain}
    .ody-logo-mark{width:40px;height:24px}
    .ody-logo-mark:before,.ody-logo-mark:after{width:24px;height:24px}
    .ody-logo-text{font-size:25px}
    .ody-menu-button{display:flex;margin-left:auto}
    .ody-appointment{display:none}
    .ody-nav{position:absolute;left:22px;right:22px;top:72px;background:#fff;border-radius:8px;box-shadow:0 18px 45px rgba(14,22,36,.14);display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px}
    .ody-nav.is-open{display:flex}
    .ody-nav-item>a,.ody-nav>a{height:44px;padding:0 10px;font-size:16px}
    .ody-mega{position:static;transform:none;width:auto;box-shadow:none;border:0;border-radius:8px;background:var(--ody-soft);padding:16px;grid-template-columns:1fr;display:none;opacity:1;visibility:visible}
    .ody-nav-item:hover .ody-mega{display:none;transform:none}
    .ody-nav-item.is-submenu-open .ody-mega{display:grid}
    .ody-nav-item.is-submenu-open>a span{transform:rotate(225deg);margin-top:4px}
    .ody-mega a{font-size:15px;margin-bottom:12px}
    .ody-hero{min-height:auto;padding:130px 0 56px}
    .ody-hero-grid,.ody-about{grid-template-columns:1fr;gap:34px}
    .ody-hero h1{font-size:48px}
    .ody-section-head{display:block}
    .ody-section-head p{margin-top:14px}
    .ody-card-grid,.ody-process{grid-template-columns:repeat(2,1fr)}
    .ody-brand-row{grid-template-columns:repeat(3,1fr)}
    .ody-footer-main{grid-template-columns:1fr 1fr}
    .ody-footer-bottom{display:block;padding-bottom:88px}
    .ody-mobile-contact{position:fixed;left:22px;right:22px;bottom:10px;z-index:1200;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #d5d8df;border-radius:12px;box-shadow:0 12px 35px rgba(14,22,36,.2);overflow:hidden}
    .ody-mobile-contact a{height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#5e6270;font-size:12px;font-weight:800}
    .ody-mobile-contact a+a{border-left:1px solid #d5d8df}
    .ody-contact-icon{font-size:24px;color:var(--ody-red);line-height:1}
}
@media(max-width:620px){
    .ody-container,.container{width:calc(100% - 28px)}
    .ody-header-shell{width:calc(100% - 46px)}
    .ody-hero h1{font-size:40px}
    .ody-hero p{font-size:17px}
    .ody-hero-card-grid,.ody-card-grid,.ody-process,.ody-brand-row,.ody-footer-main{grid-template-columns:1fr}
    .ody-section{padding:54px 0}
    .ody-section-head h2,.ody-about h2{font-size:31px}
    .ody-about-visual{min-height:360px}
    .ody-cta-inner{display:block}
    .ody-cta .ody-btn{margin-top:20px}
}


/* ===============================
   ODYOSEM HERO SLIDER - FINAL
   =============================== */

.ody-hero-with-slider {
    min-height: 880px;
    padding: 185px 0 90px;
    align-items: center;
}

.ody-hero-with-slider .ody-container {
    width: min(1540px, calc(100% - 180px));
}

.ody-hero-with-slider .ody-hero-grid {
    grid-template-columns: minmax(0, 610px) minmax(0, 820px);
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.ody-hero-with-slider .ody-hero-left {
    max-width: 610px;
}

.ody-hero-with-slider .ody-hero-left h1 {
    font-size: 72px;
    line-height: .98;
    margin-bottom: 26px;
    letter-spacing: -1px;
}

.ody-hero-with-slider .ody-hero-left p {
    max-width: 610px;
    font-size: 20px;
    line-height: 1.65;
}

.ody-hero-slider-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

.ody-hero-slider {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: visible;
}

.ody-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 30px 85px rgba(15, 23, 42, .34);
    transform: translateX(18px) scale(.985);
    transition: opacity .45s ease, transform .45s ease;
    background: linear-gradient(135deg, rgba(8,34,74,.72), rgba(207,31,77,.74));
}

.ody-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
    z-index: 2;
}

.ody-hero-slide picture,
.ody-hero-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.ody-hero-slide img {
    object-fit: cover;
}

.ody-hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #ac949433
}

.ody-hero-slide-content {
    position: absolute;
    z-index: 3;
    left: 58px;
    right: 58px;
    top: 112px;
    color: #fff;
}

.ody-hero-slide-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(216, 35, 104, .52);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    backdrop-filter: blur(12px);
}

.ody-hero-slide-content .ody-hero-slide-title {
    display: block;
    max-width: 850px;
    margin: 0 0 18px;
    padding: 0;

    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;

    text-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}

.ody-hero-slide-content p {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.92);
    font-size: 17px;
    line-height: 1.55;
}

.ody-hero-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 19px;
    border-radius: 11px;
    background: var(--ody-red);
    color: #fff;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(217, 35, 104, .28);
    transition: .25s ease;
}

.ody-hero-slide-btn:hover {
    color: #fff;
    background: var(--ody-red-dark);
    transform: translateY(-2px);
    text-decoration: none;
}

.ody-hero-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 0 18px 38px rgba(15,23,42,.26);
    transition: .25s ease;
    cursor: pointer;
}

.ody-hero-slider-arrow:hover {
    background: var(--ody-red);
    color: #fff;
}

.ody-hero-slider-prev {
    left: -30px;
}

.ody-hero-slider-next {
    right: -30px;
}

.ody-hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 5;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0;
}

.ody-hero-slider-dots button {
    width: 44px;
    height: 44px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ody-hero-slider-dots button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    transition: .25s ease;
}

.ody-hero-slider-dots button.active::before {
    background: var(--ody-red);
    transform: scale(1.18);
}

/* Büyük ekranlarda hedef görsele daha yakın genişlik */
@media(max-width: 1500px) {
    .ody-hero-with-slider .ody-container {
        width: min(1400px, calc(100% - 80px));
    }

    .ody-hero-with-slider .ody-hero-grid {
        grid-template-columns: minmax(0, 560px) minmax(0, 740px);
        gap: 58px;
    }

    .ody-hero-slider {
        height: 520px;
    }

    .ody-hero-with-slider .ody-hero-left h1 {
        font-size: 64px;
    }
}

@media(max-width: 1200px) {
    .ody-hero-with-slider .ody-container {
        width: calc(100% - 42px);
    }

    .ody-hero-with-slider .ody-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 36px;
    }

    .ody-hero-slider {
        height: 430px;
    }

    .ody-hero-slide-content {
        left: 36px;
        right: 34px;
        top: 62px;
    }

    .ody-hero-slider-prev {
        left: 14px;
    }

    .ody-hero-slider-next {
        right: 14px;
    }
}

@media(max-width: 980px) {
    .ody-hero-with-slider {
        min-height: auto;
        padding: 20px 0 58px;
    }

    .ody-hero-with-slider .ody-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ody-hero-with-slider .ody-hero-left {
        max-width: none;
    }

    .ody-hero-slider {
        height: 430px;
    }

    .ody-hero-slide {
        border-radius: 26px;
    }
}

@media(max-width: 620px) {
    .ody-hero-with-slider .ody-container {
        width: calc(100% - 28px);
    }

    .ody-hero-with-slider .ody-hero-left h1 {
        font-size: 30px;
    }

    .ody-hero-slider {
        height: 430px;
    }

    .ody-hero-slide-content {
        left: 24px;
        right: 24px;
        top: 54px;
    }

   .ody-hero-slide-content .ody-hero-slide-title {
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 26px;
        letter-spacing: -0.02em;
    }

    .ody-hero-slide-content p {
        font-size: 15px;
    }

    .ody-hero-slider-arrow {
        display: none;
    }

    .ody-hero-slider-dots {
        bottom: 22px;
    }
}

.ody-hero-slider-arrow span {
    display: block;
    color: #111827;
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    margin-top: -4px;
}

.ody-hero-slider-arrow:hover span {
    color: #fff;
}


    .ody-home-quick-wrap{
        position:relative;
        z-index:6;
        margin-top:-34px;
        padding:0 0 18px;
    }

    .ody-home-quick{
        background:#fff;
        border:1px solid #edf0f6;
        border-radius:24px;
        box-shadow:0 22px 55px rgba(15,23,42,.12);
        padding:16px;
    }

    .ody-home-quick-list{
        display:grid;
        grid-template-columns:repeat(9, 1fr);
        gap:12px;
    }

    .ody-home-quick-item{
        min-height:132px;
        border-radius:18px;
        background:linear-gradient(145deg,#0878b8,#005f9e);
        color:#fff;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:12px;
        text-align:center;
        padding:16px 10px;
        text-decoration:none;
        position:relative;
        overflow:hidden;
        transition:.22s ease;
    }

    .ody-home-quick-item:before{
        content:"";
        position:absolute;
        right:-34px;
        top:-34px;
        width:92px;
        height:92px;
        border-radius:50%;
        background:rgba(255,255,255,.10);
    }

    .ody-home-quick-item:after{
        content:"";
        position:absolute;
        left:14px;
        bottom:14px;
        width:34px;
        height:34px;
        border-radius:50%;
        background:rgba(255,255,255,.08);
        opacity:0;
        transition:.22s ease;
    }

    .ody-home-quick-item:hover{
        color:#fff;
        text-decoration:none;
        transform:translateY(-5px);
        box-shadow:0 18px 35px rgba(0,95,158,.22);
        background:linear-gradient(145deg,#d92368,#0878b8);
    }

    .ody-home-quick-item:hover:after{
        opacity:1;
    }

    .ody-home-quick-icon{
        width:44px;
        height:44px;
        border-radius:16px;
        background:rgba(255,255,255,.14);
        border:1px solid rgba(255,255,255,.20);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:23px;
        color:#fff;
        position:relative;
        z-index:2;
    }

    .ody-home-quick-title{
        min-height:34px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        font-size:12px;
        line-height:1.35;
        font-weight:950;
        text-transform:uppercase;
        letter-spacing:.2px;
        position:relative;
        z-index:2;
    }

    .ody-home-quick-more{
        display:none;
        margin-top:10px;
        color:rgba(255,255,255,.82);
        font-size:11px;
        font-weight:800;
        position:relative;
        z-index:2;
    }

    @media(max-width:1280px){
        .ody-home-quick-list{
            grid-template-columns:repeat(5, 1fr);
        }
    }

    @media(max-width:900px){
        .ody-home-quick-wrap{
            margin-top:-22px;
            padding-bottom:8px;
        }

        .ody-home-quick{
            border-radius:20px;
            padding:12px;
        }

        .ody-home-quick-list{
            display:flex;
            gap:10px;
            overflow-x:auto;
            scroll-snap-type:x mandatory;
            -webkit-overflow-scrolling:touch;
            padding-bottom:4px;
        }

        .ody-home-quick-list::-webkit-scrollbar{
            display:none;
        }

        .ody-home-quick-item{
            min-width:132px;
            min-height:108px;
            scroll-snap-align:start;
            border-radius:16px;
            padding:13px 9px;
        }

        .ody-home-quick-icon{
            width:38px;
            height:38px;
            border-radius:14px;
            font-size:20px;
        }

        .ody-home-quick-title{
            font-size:11px;
            min-height:30px;
        }
    }

    @media(max-width:520px){
        .ody-home-quick-wrap{
            margin-top:-16px;
        }

        .ody-home-quick{
            margin-left:-4px;
            margin-right:-4px;
        }

        .ody-home-quick-item{
            min-width:118px;
            min-height:96px;
            gap:9px;
        }

        .ody-home-quick-icon{
            width:34px;
            height:34px;
            font-size:18px;
        }

        .ody-home-quick-title{
            font-size:10px;
        }
    }
	
	
	
	/* =========================================================
   ANASAYFA HIZLI ERİŞİM - FINAL TASARIM
   Resimdeki gibi geniş, yatay, sıkışmayan yapı
   ========================================================= */

.ody-home-shortcuts-wrap{
    position:relative;
    z-index:12;
    margin-top:-48px;
    padding:0 0 44px;
}

.ody-home-shortcuts-wrap .ody-container{
    width:min(1540px, calc(100% - 120px));
}

.ody-home-shortcuts{
    background:#fff;
    border:1px solid rgba(226,232,240,.9);
    border-radius:30px;
    box-shadow:0 28px 80px rgba(15,23,42,.13);
    padding:34px 36px;
    display:grid;
    grid-template-columns:300px 1fr;
    gap:34px;
    align-items:center;
}

.ody-home-shortcuts-side{
    position:relative;
    min-height:170px;
    padding:8px 34px 8px 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ody-home-shortcuts-side:after{
    content:"";
    position:absolute;
    right:0;
    top:8px;
    bottom:8px;
    width:1px;
    background:linear-gradient(
        to bottom,
        rgba(15,23,42,0),
        rgba(15,23,42,.13),
        rgba(15,23,42,0)
    );
}

.ody-home-shortcuts-kicker{
    display:block;
    margin-bottom:10px;
    color:#d92368;
    font-size:13px;
    line-height:1.2;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.9px;
}

.ody-home-shortcuts-side h2{
    margin:0 0 12px;
    color:#172033;
    font-size:32px;
    line-height:1.08;
    font-weight:950;
    letter-spacing:-.4px;
}

.ody-home-shortcuts-side p{
    max-width:230px;
    margin:0;
    color:#667085;
    font-size:15px;
    line-height:1.75;
}

.ody-home-shortcuts-side:before{
    content:"";
    width:80px;
    height:34px;
    margin-top:20px;
    background:
        linear-gradient(90deg, transparent 0 10px, rgba(217,35,104,.12) 10px 11px, transparent 11px 22px),
        linear-gradient(135deg, transparent 0 38%, rgba(217,35,104,.18) 39% 43%, transparent 44% 100%);
    opacity:.8;
}

.ody-home-shortcuts-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:18px;
}

.ody-home-shortcut-card{
    min-height:82px;
    border-radius:17px;
    border:1px solid #edf0f6;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,23,42,.045);
    padding:14px 14px;
    display:grid;
    grid-template-columns:50px minmax(0, 1fr) 24px;
    align-items:center;
    gap:12px;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    transition:.22s ease;
}

.ody-home-shortcut-card:before{
    content:"";
    position:absolute;
    right:-18px;
    bottom:-20px;
    width:64px;
    height:64px;
    border-radius:50%;
    background:rgba(217,35,104,.045);
    transition:.22s ease;
}

.ody-home-shortcut-card:hover{
    transform:translateY(-4px);
    border-color:#f3cfe0;
    box-shadow:0 18px 38px rgba(15,23,42,.09);
    text-decoration:none;
}

.ody-home-shortcut-card:hover:before{
    background:rgba(217,35,104,.085);
}

.ody-home-shortcut-icon{
    width:48px;
    height:48px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    font-size:21px;
    position:relative;
    z-index:2;
}

.ody-home-shortcut-icon.is-blue{
    background:#eef5ff;
    color:#1769c2;
}

.ody-home-shortcut-icon.is-pink{
    background:#fff1f6;
    color:#d92368;
}

.ody-home-shortcut-title{
    display:block;
    min-width:0;
    color:#172033;
    font-size:14px;
    line-height:1.24;
    font-weight:950;
    position:relative;
    z-index:2;
}

.ody-home-shortcut-arrow{
    width:24px;
    height:24px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#172033;
    font-size:14px;
    background:#f8fafc;
    border:1px solid #eef2f7;
    flex:0 0 auto;
    position:relative;
    z-index:2;
    transition:.22s ease;
}

.ody-home-shortcut-card:hover .ody-home-shortcut-arrow{
    background:#172033;
    color:#fff;
    border-color:#172033;
}

/* Tablet */
@media(max-width:1280px){
    .ody-home-shortcuts-wrap .ody-container{
        width:min(1540px, calc(100% - 80px));
    }

    .ody-home-shortcuts{
        grid-template-columns:260px 1fr;
        padding:28px;
    }

    .ody-home-shortcuts-grid{
        grid-template-columns:repeat(4, minmax(0, 1fr));
    }
}

/* Mobil: alt alta yığılmasın, yatay kaydırmalı olsun */
@media(max-width:991px){
    .ody-home-shortcuts-wrap{
        margin-top:-24px;
        padding-bottom:30px;
    }

    .ody-home-shortcuts-wrap .ody-container{
        width:calc(100% - 28px);
    }

    .ody-home-shortcuts{
        display:block;
        border-radius:24px;
        padding:22px;
    }

    .ody-home-shortcuts-side{
        min-height:auto;
        padding:0 0 18px;
    }

    .ody-home-shortcuts-side:after{
        display:none;
    }

    .ody-home-shortcuts-side:before{
        display:none;
    }

    .ody-home-shortcuts-side h2{
        font-size:26px;
    }

    .ody-home-shortcuts-side p{
        max-width:100%;
        font-size:14px;
    }

    .ody-home-shortcuts-grid{
        display:flex;
        gap:12px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        padding-bottom:4px;
    }

    .ody-home-shortcuts-grid::-webkit-scrollbar{
        display:none;
    }

    .ody-home-shortcut-card{
        min-width:220px;
        min-height:78px;
        grid-template-columns:46px minmax(0, 1fr) 24px;
        scroll-snap-align:start;
        flex:0 0 auto;
    }

    .ody-home-shortcut-icon{
        width:44px;
        height:44px;
        font-size:19px;
    }

    .ody-home-shortcut-title{
        font-size:13px;
    }
}

/* Küçük mobil */
@media(max-width:520px){
    .ody-home-shortcuts-wrap{
        margin-top:-16px;
        padding-bottom:24px;
    }

    .ody-home-shortcuts{
        padding:18px;
        border-radius:22px;
    }

    .ody-home-shortcuts-kicker{
        font-size:12px;
    }

    .ody-home-shortcuts-side h2{
        font-size:24px;
    }

    .ody-home-shortcut-card{
        min-width:205px;
        min-height:74px;
        padding:12px;
    }

    .ody-home-shortcut-icon{
        width:40px;
        height:40px;
        border-radius:13px;
        font-size:18px;
    }

    .ody-home-shortcut-title{
        font-size:12.5px;
    }
}


.ody-home-shortcut-icon i{
    font-size:22px;
    line-height:1;
    color:inherit;
}

.ody-home-shortcuts-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:16px;
}

.ody-home-shortcut-card{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border:1px solid #e9edf5;
    border-radius:20px;
    padding:16px 18px;
    text-decoration:none;
    transition:all .25s ease;
    box-shadow:0 8px 24px rgba(18, 31, 71, 0.06);
    position:relative;
    min-height:92px;
}

.ody-home-shortcut-card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 32px rgba(18, 31, 71, 0.10);
    border-color:#d8dfef;
}

.ody-home-shortcut-image{
    width:56px;
    height:56px;
    min-width:56px;
    border-radius:16px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f7f9fc;
    border:1px solid #eef2f8;
}

.ody-home-shortcut-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.ody-home-shortcut-title{
    flex:1;
    font-size:17px;
    line-height:1.25;
    font-weight:700;
    color:#1c2746;
}

.ody-home-shortcut-arrow{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1c2746;
    background:#f5f7fb;
    border:1px solid #e8edf5;
    font-size:18px;
    transition:all .25s ease;
}

.ody-home-shortcut-card:hover .ody-home-shortcut-arrow{
    background:#e91e63;
    color:#fff;
    border-color:#e91e63;
}

@media (max-width: 1199px){
    .ody-home-shortcuts-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
}

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

@media (max-width: 575px){
    .ody-home-shortcuts-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:12px;
    }

    .ody-home-shortcut-card{
        padding:12px;
        min-height:84px;
        border-radius:16px;
        gap:10px;
    }

    .ody-home-shortcut-image{
        width:44px;
        height:44px;
        min-width:44px;
        border-radius:12px;
    }

    .ody-home-shortcut-title{
        font-size:14px;
        line-height:1.2;
    }

    .ody-home-shortcut-arrow{
        width:28px;
        height:28px;
        min-width:28px;
        font-size:14px;
    }
}

/* Ürün kart görselleri görünmüyorsa kesin çözüm */
.ody-product-card .ody-card-image,
.ody-info-card .ody-card-image,
.ody-blog-card .ody-card-image{
    width:100%;
    height:210px;
    min-height:210px;
    display:block;
    background-color:#f3f6fb;
    background-image:var(--img);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border-radius:18px 18px 0 0;
}

/* =========================================================
   PREMIUM MARKALAR ALANI
   ========================================================= */

.ody-brand-premium-section{
    background:#f7f9fd;
    padding:72px 0;
    overflow:hidden;
}

.ody-brand-premium-section .ody-container{
    width:min(1540px, calc(100% - 80px));
}

.ody-brand-premium-shell{
    position:relative;
    background:
        radial-gradient(circle at 8% 50%, rgba(217,35,104,.055), transparent 28%),
        radial-gradient(circle at 92% 52%, rgba(47,111,219,.06), transparent 30%),
        linear-gradient(180deg,#fff 0%,#fbfcff 100%);
    border:1px solid rgba(226,232,240,.9);
    border-radius:34px;
    padding:66px 70px 70px;
    box-shadow:0 32px 90px rgba(15,23,42,.09);
}

.ody-brand-premium-head{
    max-width:850px;
    margin:0 auto 46px;
    text-align:center;
}

.ody-brand-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    margin-bottom:18px;
}

.ody-brand-eyebrow span{
    width:44px;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(217,35,104,.45), transparent);
}

.ody-brand-eyebrow strong{
    color:#d92368;
    font-size:13px;
    font-weight:950;
    letter-spacing:5px;
    text-transform:uppercase;
}

.ody-brand-premium-head h2{
    margin:0 0 18px;
    color:#172033;
    font-size:52px;
    line-height:1.08;
    font-weight:950;
    letter-spacing:-1.2px;
}

.ody-brand-premium-head h2 strong{
    color:#d92368;
    font-weight:950;
}

.ody-brand-premium-head p{
    max-width:760px;
    margin:0 auto;
    color:#667085;
    font-size:18px;
    line-height:1.75;
}

.ody-brand-trust-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
    margin-top:30px;
}

.ody-brand-trust-row div{
    min-width:190px;
    min-height:54px;
    padding:0 22px;
    border-radius:14px;
    background:#fff;
    border:1px solid #edf0f6;
    box-shadow:0 12px 28px rgba(15,23,42,.045);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.ody-brand-trust-row i{
    color:#d92368;
    font-size:20px;
}

.ody-brand-trust-row span{
    color:#172033;
    font-size:15px;
    font-weight:900;
}

.ody-brand-premium-slider{
    position:relative;
}

.ody-brand-premium-viewport{
    overflow:hidden;
    padding:4px;
}

.ody-brand-premium-track{
    display:flex;
    gap:32px;
    transition:transform .35s ease;
    will-change:transform;
}

.ody-brand-premium-card{
    flex:0 0 calc((100% - 64px) / 3);
    min-height:330px;
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid #edf0f6;
    border-radius:28px;
    padding:34px 34px 30px;
    text-align:center;
    text-decoration:none;
    color:#172033;
    box-shadow:0 22px 55px rgba(15,23,42,.075);
    transition:.25s ease;
}

.ody-brand-premium-card:before{
    content:"";
    position:absolute;
    right:-56px;
    bottom:-56px;
    width:150px;
    height:150px;
    border-radius:50%;
    opacity:.18;
    transition:.25s ease;
}

.ody-brand-theme-1:before{
    background:#2f8ee5;
}

.ody-brand-theme-2:before{
    background:#d92368;
}

.ody-brand-theme-3:before{
    background:#8557e7;
}

.ody-brand-premium-card:hover{
    color:#172033;
    text-decoration:none;
    transform:translateY(-7px);
    box-shadow:0 32px 75px rgba(15,23,42,.13);
    border-color:#f1d8e4;
}

.ody-brand-premium-card:hover:before{
    opacity:.28;
    transform:scale(1.08);
}

.ody-brand-card-icon{
    width:56px;
    height:56px;
    margin:0 auto 28px;
    border-radius:50%;
    background:#f6f9ff;
    border:1px solid #edf0f6;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}

.ody-brand-theme-1 .ody-brand-card-icon{
    color:#2f8ee5;
    background:#eef7ff;
}

.ody-brand-theme-2 .ody-brand-card-icon{
    color:#d92368;
    background:#fff1f6;
}

.ody-brand-theme-3 .ody-brand-card-icon{
    color:#8557e7;
    background:#f5f0ff;
}

.ody-brand-card-icon i{
    font-size:22px;
}

.ody-brand-logo-area{
    height:86px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    position:relative;
    z-index:2;
}

.ody-brand-logo-area img{
    max-width:240px;
    max-height:72px;
    object-fit:contain;
    display:block;
}

.ody-brand-logo-area strong{
    color:#172033;
    font-size:36px;
    line-height:1;
    font-weight:950;
}

.ody-brand-premium-card h3{
    margin:0 0 12px;
    color:#172033;
    font-size:20px;
    font-weight:950;
    position:relative;
    z-index:2;
}

.ody-brand-premium-card p{
    min-height:58px;
    max-width:330px;
    margin:0 auto 24px;
    color:#667085;
    font-size:15px;
    line-height:1.65;
    position:relative;
    z-index:2;
}

.ody-brand-card-badge{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 16px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
    position:relative;
    z-index:2;
}

.ody-brand-theme-1 .ody-brand-card-badge{
    background:#eef7ff;
    color:#2f8ee5;
}

.ody-brand-theme-2 .ody-brand-card-badge{
    background:#fff1f6;
    color:#d92368;
}

.ody-brand-theme-3 .ody-brand-card-badge{
    background:#f5f0ff;
    color:#8557e7;
}

.ody-brand-card-badge i{
    font-size:15px;
}

.ody-brand-nav{
    position:absolute;
    top:50%;
    width:58px;
    height:58px;
    border-radius:50%;
    border:1px solid #f1d8e4;
    background:#fff;
    color:#172033;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 18px 40px rgba(15,23,42,.12);
    transform:translateY(-50%);
    z-index:5;
    transition:.22s ease;
    cursor:pointer;
}

.ody-brand-nav:hover{
    background:#d92368;
    color:#fff;
    border-color:#d92368;
}

.ody-brand-prev{
    left:-38px;
}

.ody-brand-next{
    right:-38px;
}

.ody-brand-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0;
    margin-top:34px;
}

.ody-brand-dots button{
    width:44px;
    height:44px;
    border-radius:999px;
    border:0;
    background:transparent;
    padding:0;
    cursor:pointer;
    transition:.22s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.ody-brand-dots button::before{
    content:"";
    width:12px;
    height:12px;
    border-radius:999px;
    background:#d9dee8;
    transition:.22s ease;
}

.ody-brand-dots button.active::before{
    width:16px;
    height:16px;
    background:#d92368;
}

/* Tablet */
@media(max-width:1200px){
    .ody-brand-premium-section .ody-container{
        width:calc(100% - 48px);
    }

    .ody-brand-premium-shell{
        padding:54px 42px 56px;
    }

    .ody-brand-premium-head h2{
        font-size:42px;
    }

    .ody-brand-premium-card{
        flex:0 0 calc((100% - 32px) / 2);
    }
}

/* Mobil */
@media(max-width:760px){
    .ody-brand-premium-section{
        padding:52px 0;
    }

    .ody-brand-premium-section .ody-container{
        width:calc(100% - 28px);
    }

    .ody-brand-premium-shell{
        border-radius:26px;
        padding:38px 18px 40px;
    }

    .ody-brand-eyebrow{
        gap:12px;
    }

    .ody-brand-eyebrow strong{
        font-size:11px;
        letter-spacing:2.5px;
    }

    .ody-brand-eyebrow span{
        width:26px;
    }

    .ody-brand-premium-head h2{
        font-size:31px;
    }

    .ody-brand-premium-head p{
        font-size:15px;
    }

    .ody-brand-trust-row{
        gap:10px;
        margin-top:22px;
    }

    .ody-brand-trust-row div{
        min-width:auto;
        width:100%;
        min-height:48px;
    }

    .ody-brand-premium-track{
        gap:16px;
    }

    .ody-brand-premium-card{
        flex:0 0 86%;
        min-height:300px;
        padding:28px 22px 24px;
    }

    .ody-brand-logo-area img{
        max-width:200px;
        max-height:64px;
    }

    .ody-brand-nav{
        display:none;
    }

    .ody-brand-dots{
        margin-top:24px;
    }
}

/* Mobilde markalar dokunarak kaydırılsın */
@media(max-width:760px){

    .ody-brand-premium-viewport{
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch;
        scroll-snap-type:x mandatory;
        padding:4px 0 8px;
    }

    .ody-brand-premium-viewport::-webkit-scrollbar{
        display:none;
    }

    .ody-brand-premium-track{
        transform:none !important;
        transition:none !important;
        gap:16px;
        padding:0 4px;
    }

    .ody-brand-premium-card{
        flex:0 0 84%;
        scroll-snap-align:center;
        scroll-snap-stop:always;
    }

    .ody-brand-dots{
        margin-top:18px;
    }
}

.ody-hero-slider{
    cursor:grab;
    touch-action:pan-y;
    user-select:none;
}

.ody-hero-slider.is-dragging{
    cursor:grabbing;
}

.ody-hero-slider picture,
.ody-hero-slider img{
    user-select:none;
    -webkit-user-drag:none;
}

.ody-team-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top right,
            rgba(22, 111, 178, 0.10),
            transparent 34%
        ),
        #f6f9fc;
}

.ody-team-heading {
    margin-bottom: 34px;
}

.ody-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.ody-team-card {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e0e8f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(14, 48, 82, 0.10);
}

.ody-team-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #eaf1f7;
}

.ody-team-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    object-fit: cover;
}

.ody-team-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(3, 29, 55, 0.58)
    );
    pointer-events: none;
}

.ody-team-image-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.93);
    color: #082849;
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.ody-team-image-badge i {
    color: #1476b8;
}

.ody-team-content {
    padding: 44px;
}

.ody-team-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: #1476b8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ody-team-content h3 {
    margin: 0 0 18px;
    color: #082849;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.15;
}

.ody-team-name a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.ody-team-name a:hover {
    color: #d51f55;
}

.ody-team-bio {
    max-width: 850px;
    margin: 0 0 24px;
    color: #556575;
    font-size: 16px;
    line-height: 1.8;
}

.ody-team-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.ody-team-specialties span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid #dce8f2;
    border-radius: 999px;
    background: #f4f8fb;
    color: #183a5a;
    font-size: 13px;
    font-weight: 700;
}

.ody-team-specialties i {
    color: #169767;
    font-size: 11px;
}

.ody-team-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.ody-team-details > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 17px;
    border: 1px solid #e2eaf1;
    border-radius: 16px;
    background: #fff;
}

.ody-team-details i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 10px;
    background: #eaf5fc;
    color: #1476b8;
}

.ody-team-details span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ody-team-details small {
    color: #7c8996;
    font-size: 12px;
    font-weight: 700;
}

.ody-team-details strong,
.ody-team-details a {
    color: #173958;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.ody-team-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: -8px 0 24px;
}

.ody-team-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce8f2;
    border-radius: 12px;
    background: #f4f8fb;
    color: #173958;
    text-decoration: none;
    transition: .2s ease;
}

.ody-team-social a:hover {
    border-color: #d51f55;
    background: #fff0f4;
    color: #d51f55;
    transform: translateY(-2px);
}

.ody-team-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 980px) {
    .ody-team-card {
        grid-template-columns: 1fr;
    }

    .ody-team-image,
    .ody-team-image img {
        min-height: 430px;
        max-height: 560px;
    }
}

@media (max-width: 680px) {
    .ody-team-card {
        border-radius: 20px;
    }

    .ody-team-image,
    .ody-team-image img {
        min-height: 360px;
    }

    .ody-team-content {
        padding: 26px 20px;
    }

    .ody-team-details {
        grid-template-columns: 1fr;
    }

    .ody-team-actions {
        flex-direction: column;
    }

    .ody-team-actions .ody-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* =====================================================
   ODYOSEM FOOTER GELİŞTİRMELERİ
===================================================== */

.ody-footer-about p {
    max-width: 360px;
    white-space: normal;
}

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

.ody-footer-column h3 {
    margin: 0 0 18px;
}

.ody-footer-column > a {
    margin-bottom: 10px;
}

.ody-footer-contact > a,
.ody-footer-contact-static {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.55;
}

.ody-footer-contact > a i,
.ody-footer-contact-static i {
    width: 18px;
    flex: 0 0 18px;
    margin-top: 3px;
    text-align: center;
}

.ody-footer-contact-static {
    margin-bottom: 10px;
}

.ody-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.ody-footer-social a {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    text-decoration: none;
    transition: 0.22s ease;
}

.ody-footer-social a:hover {
    border-color: rgba(70, 184, 226, 0.45);
    background: rgba(40, 155, 203, 0.18);
    color: #ffffff;
    transform: translateY(-2px);
}

.ody-footer-bottom-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.ody-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
}

.ody-footer-legal-links a {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
}

.ody-footer-legal-links a:hover {
    color: #ffffff;
}

.ody-mobile-contact .ody-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ody-mobile-contact .ody-contact-icon i {
    font-size: 17px;
}

@media (max-width: 760px) {
    .ody-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .ody-footer-legal-links {
        justify-content: flex-start;
        gap: 12px 16px;
    }
}

/* =====================================================
   ANA SAYFA SEO MAKALE ALANI
===================================================== */

.ody-home-seo-content {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(14, 111, 176, 0.08),
            transparent 28%
        ),
        #f6f9fc;
}

.ody-home-seo-article {
    max-width: 1080px;
    margin: 0 auto;
    padding: 55px;
    border: 1px solid #e1e9f0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(14, 48, 82, 0.08);
}

.ody-home-seo-header {
    max-width: 850px;
    margin-bottom: 38px;
}

.ody-home-seo-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    margin-bottom: 15px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eaf5fc;
    color: #0b70ac;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ody-home-seo-header h2 {
    margin: 0 0 18px;
    color: #082849;
    font-size: clamp(32px, 5vw, 49px);
    line-height: 1.13;
    letter-spacing: -0.03em;
}

.ody-home-seo-lead {
    margin: 0;
    color: #536779;
    font-size: 18px;
    line-height: 1.8;
}

.ody-home-seo-body h3 {
    margin: 38px 0 14px;
    color: #0a2e50;
    font-size: clamp(23px, 3vw, 30px);
    line-height: 1.3;
}

.ody-home-seo-body p {
    margin: 0 0 18px;
    color: #526474;
    font-size: 16px;
    line-height: 1.9;
}

.ody-home-seo-body strong {
    color: #193b58;
}

.ody-home-seo-body > p a {
    color: #0874b2;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ody-home-seo-body > p a:hover {
    color: #075a8a;
}

.ody-home-seo-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 48px;
    padding: 32px;
    border-radius: 24px;
    background:
        linear-gradient(
            125deg,
            #082849,
            #096ca8
        );
    color: #ffffff;
}

.ody-home-seo-cta span {
    display: block;
    margin-bottom: 8px;
    color: #83cdef;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ody-home-seo-cta h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 26px;
}

.ody-home-seo-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.ody-home-seo-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ody-home-seo-cta .ody-btn-outline {
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.ody-home-seo-cta .ody-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.ody-home-seo-faq {
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid #e4ebf1;
}

.ody-home-seo-faq > header {
    max-width: 750px;
    margin-bottom: 24px;
}

.ody-home-seo-faq > header > span {
    color: #0b70ac;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.ody-home-seo-faq > header h3 {
    margin: 8px 0 0;
}

.ody-home-seo-faq-list {
    display: grid;
    gap: 12px;
}

.ody-home-seo-faq-list details {
    overflow: hidden;
    border: 1px solid #dfe8ef;
    border-radius: 17px;
    background: #f9fbfd;
}

.ody-home-seo-faq-list summary {
    position: relative;
    padding: 19px 55px 19px 19px;
    color: #173958;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.ody-home-seo-faq-list summary::-webkit-details-marker {
    display: none;
}

.ody-home-seo-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #e5f3fb;
    color: #0874b2;
    font-size: 19px;
}

.ody-home-seo-faq-list details[open] summary::after {
    content: "−";
}

.ody-home-seo-faq-list details p {
    margin: 0;
    padding: 0 19px 20px;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 820px) {
    .ody-home-seo-content {
        padding: 60px 0;
    }

    .ody-home-seo-article {
        padding: 32px 25px;
        border-radius: 22px;
    }

    .ody-home-seo-cta {
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .ody-home-seo-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ody-home-seo-cta-actions .ody-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .ody-home-seo-content {
        padding: 45px 0;
    }

    .ody-home-seo-article {
        padding: 26px 19px;
    }

    .ody-home-seo-header h2 {
        font-size: 31px;
    }

    .ody-home-seo-lead {
        font-size: 16px;
    }

    .ody-home-seo-body p {
        font-size: 15px;
        line-height: 1.85;
    }
}


.slider-content .slide-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 800;
}

@media (max-width: 768px) {
    .slider-content .slide-title {
        font-size: 34px;
        line-height: 1.18;
    }
}


/* =====================================================
   ODYOSEM ANA SAYFA HARİTA ALANI
===================================================== */

.ody-location-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(217, 35, 104, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 88%,
            rgba(19, 70, 122, 0.08),
            transparent 30%
        ),
        #f5f7fb;
}

.ody-location-shell {
    display: grid;
    grid-template-columns:
        minmax(340px, 0.85fr)
        minmax(500px, 1.15fr);
    gap: 30px;
    align-items: stretch;
}

.ody-location-content {
    position: relative;
    padding: 44px;
    border: 1px solid #e5eaf1;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(15, 35, 60, 0.08);
}

.ody-location-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 44px;
    width: 90px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: #d92368;
}

.ody-location-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff1f6;
    color: #d92368;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ody-location-content h2 {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.ody-location-lead {
    margin: 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.8;
}

.ody-location-info-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.ody-location-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid #e9edf3;
    border-radius: 17px;
    background: #f8fafc;
}

.ody-location-info-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ffffff;
    color: #d92368;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(15, 35, 60, 0.07);
}

.ody-location-info-item > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ody-location-info-item small {
    color: #8790a0;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.ody-location-info-item strong,
.ody-location-info-item a {
    color: #1d2d43;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
    text-decoration: none;
}

.ody-location-info-item a:hover {
    color: #d92368;
}

.ody-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.ody-location-actions .ody-btn {
    min-height: 50px;
}

.ody-location-whatsapp {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 19px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: 0.2s ease;
}

.ody-location-whatsapp:hover {
    background: #1fbb59;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.ody-location-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 22px;
    padding: 13px 15px;
    border-left: 3px solid #d92368;
    border-radius: 10px;
    background: #fff7fa;
    color: #70798a;
    font-size: 12px;
    line-height: 1.6;
}

.ody-location-note i {
    margin-top: 3px;
    color: #d92368;
}

.ody-location-map {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 30px;
    background: #e9edf2;
    box-shadow: 0 25px 70px rgba(15, 35, 60, 0.12);
}

.ody-location-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: saturate(0.92) contrast(1.02);
}

.ody-location-map-badge {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: calc(100% - 150px);
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 35px rgba(15, 35, 60, 0.18);
    backdrop-filter: blur(10px);
}

.ody-location-map-badge-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #d92368;
    color: #ffffff;
    font-size: 18px;
}

.ody-location-map-badge > span:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ody-location-map-badge strong {
    color: #172033;
    font-size: 14px;
    font-weight: 900;
}

.ody-location-map-badge small {
    margin-top: 2px;
    color: #6f7888;
    font-size: 11px;
    line-height: 1.4;
}

.ody-location-map-link {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 20px;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    border-radius: 999px;
    background: #172033;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 35, 60, 0.22);
}

.ody-location-map-link:hover {
    background: #d92368;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .ody-location-shell {
        grid-template-columns: 1fr;
    }

    .ody-location-map {
        min-height: 500px;
    }
}

@media (max-width: 700px) {
    .ody-location-section {
        padding: 60px 0;
    }

    .ody-location-content {
        padding: 31px 23px;
        border-radius: 23px;
    }

    .ody-location-content::before {
        left: 23px;
    }

    .ody-location-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ody-location-actions .ody-btn,
    .ody-location-whatsapp {
        width: 100%;
    }

    .ody-location-map {
        min-height: 430px;
        border-width: 5px;
        border-radius: 23px;
    }

    .ody-location-map-badge {
        right: 14px;
        bottom: 72px;
        left: 14px;
        max-width: none;
    }

    .ody-location-map-link {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }
}


/* =====================================================
   ODYOSEM YENİ NESİL HAREKET SİSTEMİ
===================================================== */

html {
    scroll-behavior: smooth;
}

/*
 * JavaScript aktif olduğunda animasyon başlangıç durumu.
 */
html.ody-motion-ready [data-reveal] {
    --ody-reveal-x: 0px;
    --ody-reveal-y: 38px;
    --ody-reveal-scale: 0.985;
    --ody-reveal-delay: 0ms;

    opacity: 0;
    visibility: hidden;

    transform:
        translate3d(
            var(--ody-reveal-x),
            var(--ody-reveal-y),
            0
        )
        scale(var(--ody-reveal-scale));

    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0.9s;

    transition-delay:
        var(--ody-reveal-delay),
        var(--ody-reveal-delay),
        calc(var(--ody-reveal-delay) + 0.9s);

    backface-visibility: hidden;
}

/*
 * Görünür hâle gelen öğe.
 */
html.ody-motion-ready [data-reveal].is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);

    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s;

    transition-delay:
        var(--ody-reveal-delay),
        var(--ody-reveal-delay),
        0s;
}

/*
 * Farklı animasyon yönleri.
 */
html.ody-motion-ready [data-reveal="left"] {
    --ody-reveal-x: -48px;
    --ody-reveal-y: 0px;
}

html.ody-motion-ready [data-reveal="right"] {
    --ody-reveal-x: 48px;
    --ody-reveal-y: 0px;
}

html.ody-motion-ready [data-reveal="scale"] {
    --ody-reveal-x: 0px;
    --ody-reveal-y: 16px;
    --ody-reveal-scale: 0.94;
}

html.ody-motion-ready [data-reveal="fade"] {
    --ody-reveal-x: 0px;
    --ody-reveal-y: 0px;
    --ody-reveal-scale: 1;
}

/*
 * Bölüm başlıklarının alt çizgi animasyonu.
 */
.ody-section-head h2,
.ody-home-seo-header h2,
.ody-location-content h2 {
    position: relative;
}

.ody-section-head h2::after,
.ody-home-seo-header h2::after,
.ody-location-content h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #d92368,
            rgba(217, 35, 104, 0.2)
        );

    transform: scaleX(0);
    transform-origin: left center;

    transition:
        transform 0.8s
        cubic-bezier(0.22, 1, 0.36, 1)
        0.35s;
}

.ody-section-head.is-visible h2::after,
.ody-home-seo-header.is-visible h2::after,
.ody-location-content.is-visible h2::after {
    transform: scaleX(1);
}


/* =====================================================
   SAYFA İLERLEME ÇUBUĞU
===================================================== */

.ody-scroll-progress {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}

.ody-scroll-progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0 999px 999px 0;
    background:
        linear-gradient(
            90deg,
            #172033,
            #d92368,
            #ff759f
        );

    box-shadow:
        0 0 14px rgba(217, 35, 104, 0.48);

    transform-origin: left center;
}


/* =====================================================
   HEADER KAYDIRMA ETKİSİ
===================================================== */

.ody-header {
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.ody-header.is-scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 12px 38px rgba(18, 39, 63, 0.1);
    backdrop-filter: blur(14px);
}


/* =====================================================
   HERO GİRİŞ HAREKETLERİ
===================================================== */

.ody-hero-left .ody-kicker,
.ody-hero-left h1,
.ody-hero-left > p,
.ody-hero-left .ody-hero-actions {
    will-change: transform, opacity;
}

.ody-hero-slider-wrap.is-visible {
    animation:
        odyHeroFloat 7s ease-in-out 1.1s infinite;
}

@keyframes odyHeroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* =====================================================
   GÜVEN ŞERİDİ
===================================================== */

.ody-trust-ribbon {
    position: relative;
    z-index: 5;
    margin-top: -28px;
    padding-bottom: 45px;
}

.ody-trust-ribbon-shell {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 25px;
    align-items: center;

    padding: 24px 27px;

    border: 1px solid rgba(224, 228, 236, 0.9);
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 250, 253, 0.96)
        );

    box-shadow:
        0 24px 60px rgba(17, 38, 61, 0.11);

    backdrop-filter: blur(14px);
}

.ody-trust-ribbon-intro {
    display: flex;
    align-items: center;
    gap: 13px;
}

.ody-trust-ribbon-pulse {
    position: relative;

    width: 17px;
    height: 17px;
    flex: 0 0 17px;

    border-radius: 50%;
    background: #d92368;

    box-shadow:
        0 0 0 7px rgba(217, 35, 104, 0.1);
}

.ody-trust-ribbon-pulse::after {
    content: "";
    position: absolute;
    inset: -8px;

    border: 1px solid rgba(217, 35, 104, 0.35);
    border-radius: 50%;

    animation:
        odyTrustPulse 2.2s ease-out infinite;
}

@keyframes odyTrustPulse {
    0% {
        opacity: 0.8;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.65);
    }
}

.ody-trust-ribbon-intro div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ody-trust-ribbon-intro small {
    color: #d92368;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ody-trust-ribbon-intro strong {
    color: #172033;
    font-size: 16px;
    line-height: 1.3;
}

.ody-trust-ribbon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ody-trust-ribbon-item {
    display: flex;
    align-items: center;
    gap: 11px;

    min-width: 0;
    padding: 12px;

    border-left: 1px solid #e9edf3;
}

.ody-trust-ribbon-item > span {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #fff1f6,
            #ffffff
        );

    color: #d92368;
    font-size: 17px;

    box-shadow:
        0 9px 22px rgba(217, 35, 104, 0.09);
}

.ody-trust-ribbon-item div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ody-trust-ribbon-item strong {
    color: #172033;
    font-size: 16px;
    line-height: 1.35;
}

.ody-trust-ribbon-item small {
    color: #818a99;
    font-size: 16px;
    line-height: 18px;
}


/* =====================================================
   KART HOVER ETKİLERİ
===================================================== */

.ody-home-shortcut-card,
.ody-product-card,
.ody-info-card,
.ody-support-card,
.ody-blog-card,
.ody-team-card,
.ody-process-card,
.ody-brand-premium-card {
    position: relative;
    overflow: hidden;

    transition:
        transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.36s ease,
        border-color 0.36s ease;
}

.ody-home-shortcut-card::before,
.ody-product-card::before,
.ody-info-card::before,
.ody-support-card::before,
.ody-blog-card::before,
.ody-team-card::before,
.ody-process-card::before,
.ody-brand-premium-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -100%;
    left: -120%;

    width: 80%;
    height: 280%;

    background:
        linear-gradient(
            115deg,
            transparent 15%,
            rgba(255, 255, 255, 0.42) 48%,
            transparent 80%
        );

    transform: rotate(20deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.ody-home-shortcut-card > *,
.ody-product-card > *,
.ody-info-card > *,
.ody-support-card > *,
.ody-blog-card > *,
.ody-team-card > *,
.ody-process-card > *,
.ody-brand-premium-card > * {
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {

    .ody-home-shortcut-card:hover,
    .ody-product-card:hover,
    .ody-info-card:hover,
    .ody-support-card:hover,
    .ody-blog-card:hover,
    .ody-team-card:hover,
    .ody-process-card:hover,
    .ody-brand-premium-card:hover {
        transform: translateY(-9px);
        border-color: rgba(217, 35, 104, 0.22);
        box-shadow:
            0 25px 55px rgba(20, 43, 70, 0.13);
    }

    .ody-home-shortcut-card:hover::before,
    .ody-product-card:hover::before,
    .ody-info-card:hover::before,
    .ody-support-card:hover::before,
    .ody-blog-card:hover::before,
    .ody-team-card:hover::before,
    .ody-process-card:hover::before,
    .ody-brand-premium-card:hover::before {
        left: 150%;
    }

    .ody-product-card:hover .ody-card-image,
    .ody-info-card:hover .ody-card-image,
    .ody-blog-card:hover .ody-card-image {
        transform: scale(1.055);
    }
}

.ody-card-image {
    transition:
        transform 0.65s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* =====================================================
   HIZLI İŞLEM KARTLARI
===================================================== */

.ody-support-icon {
    width: 54px;
    height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            #fff0f5,
            #ffffff
        );

    color: #d92368;
    font-size: 22px;

    box-shadow:
        0 12px 30px rgba(217, 35, 104, 0.1);
}

.ody-support-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-top: 10px;

    color: #d92368;
    font-weight: 850;
}

.ody-support-link i {
    transition: transform 0.25s ease;
}

.ody-support-card:hover .ody-support-link i {
    transform: translateX(5px);
}


/* =====================================================
   SON CTA HAREKETİ
===================================================== */

.ody-cta-inner {
    position: relative;
    overflow: hidden;
}

.ody-cta-inner::after {
    content: "";
    position: absolute;
    top: -170px;
    right: -100px;

    width: 360px;
    height: 360px;

    border: 50px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;

    animation:
        odyCtaRing 10s linear infinite;
    pointer-events: none;
}

@keyframes odyCtaRing {
    to {
        transform: rotate(360deg);
    }
}


/* =====================================================
   ERİŞİLEBİLİRLİK
===================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    html.ody-motion-ready [data-reveal],
    html.ody-motion-ready [data-reveal].is-visible {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .ody-hero-slider-wrap.is-visible,
    .ody-trust-ribbon-pulse::after,
    .ody-cta-inner::after {
        animation: none;
    }

    .ody-home-shortcut-card,
    .ody-product-card,
    .ody-info-card,
    .ody-support-card,
    .ody-blog-card,
    .ody-team-card,
    .ody-process-card,
    .ody-brand-premium-card {
        transition: none;
    }
}


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

@media (max-width: 1150px) {

    .ody-trust-ribbon-shell {
        grid-template-columns: 1fr;
    }

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

    .ody-trust-ribbon-item:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 700px) {

    html.ody-motion-ready [data-reveal="left"],
    html.ody-motion-ready [data-reveal="right"] {
        --ody-reveal-x: 0px;
        --ody-reveal-y: 30px;
    }

    .ody-trust-ribbon {
        margin-top: -15px;
        padding-bottom: 35px;
    }

    .ody-trust-ribbon-shell {
        padding: 21px;
        border-radius: 20px;
    }

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

    .ody-trust-ribbon-item,
    .ody-trust-ribbon-item:nth-child(odd) {
        border-top: 1px solid #e9edf3;
        border-left: 0;
    }

    .ody-trust-ribbon-item:first-child {
        border-top: 0;
    }

    .ody-hero-slider-wrap.is-visible {
        animation: none;
    }
}


/* =========================================
   ANA SAYFA İŞİTME CİHAZI KARTLARI
========================================= */

.ody-home-product-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #edf0f6;
    border-radius: 18px;
    overflow: hidden;
    color: #172033;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ody-home-product-card:hover {
    color: #172033;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.11);
}

/* Görsel taşıyıcı */

.ody-home-product-image {
    width: 100%;
    height: 220px;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfe;
    border-bottom: 1px solid #edf0f6;
    overflow: hidden;
}

/* Resmi kırpmadan gösterir */

.ody-home-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 168px;
    object-fit: contain;
    object-position: center;
}

/* Kart içerik alanı */

.ody-home-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.ody-home-product-brand {
    display: block;
    margin-bottom: 8px;
    color: #d92368;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ody-home-product-title {
    display: block;
    margin-bottom: 18px;
    color: #172033;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.ody-home-product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #d92368;
    font-size: 14px;
    font-weight: 900;
}

.ody-home-product-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ody-home-product-card:hover .ody-home-product-link i {
    transform: translateX(4px);
}

/* Tablet */

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

/* Mobil */

@media (max-width: 640px) {
    .ody-home-products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ody-home-product-image {
        height: 220px;
        padding: 30px 24px;
    }

    .ody-home-product-image img {
        max-height: 160px;
    }

    .ody-home-product-body {
        padding: 18px 20px 20px;
    }

    .ody-home-product-title {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.32;
    }
}


/* =========================================
   ANA SAYFA HIZLI BAĞLANTILAR
========================================= */

.ody-home-shortcuts-wrap {
    padding: 18px 0 38px;
    background: #f8faff;
}

.ody-home-shortcuts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ody-home-shortcut-card {
    min-width: 0;
    min-height: 82px;
    padding: 14px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e7ebf3;
    border-radius: 18px;
    color: #172033;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ody-home-shortcut-card:hover {
    color: #172033;
    text-decoration: none;
    border-color: rgba(217, 35, 104, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

/* Sol ikon alanı */

.ody-home-shortcut-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1f6 0%, #f6f8ff 100%);
    border: 1px solid #f2e7ed;
    color: #d92368;
    font-size: 22px;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.ody-home-shortcut-card:hover .ody-home-shortcut-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #d92368, #a51855);
    transform: scale(1.05);
}

/* Başlık */

.ody-home-shortcut-title {
    min-width: 0;
    color: #172033;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 850;
}

/* Sağ ok */

.ody-home-shortcut-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border-radius: 50%;
    background: #f6f8fc;
    border: 1px solid #e5eaf2;
    color: #536078;
    font-size: 16px;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.ody-home-shortcut-card:hover .ody-home-shortcut-arrow {
    color: #ffffff;
    background: #172033;
    border-color: #172033;
    transform: translateX(3px);
}

/* Tablet */

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

/* Mobil */

@media (max-width: 640px) {
    .ody-home-shortcuts-wrap {
        padding: 18px 0 30px;
    }

    .ody-home-shortcuts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .ody-home-shortcut-card {
        min-height: 82px;
        padding: 11px;
        grid-template-columns: 42px minmax(0, 1fr) 28px;
        gap: 8px;
        border-radius: 15px;
    }

    .ody-home-shortcut-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 18px;
    }

    .ody-home-shortcut-title {
        font-size: 13px;
        line-height: 1.2;
    }

    .ody-home-shortcut-arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}



/* =========================================
   ODYOSEM FOOTER LOGO
========================================= */

.ody-footer .ody-footer-logo {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ody-footer .ody-footer-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 36px rgba(0, 0, 0, 0.28);
}

.ody-footer .ody-footer-logo-image {
    display: block;
    width: auto;
    height: 58px;
    max-width: 225px;
    object-fit: contain;
    border-radius: 12px;
}

/* Mobil görünüm */
@media (max-width: 640px) {

    .ody-footer-about {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ody-footer .ody-footer-logo {
        margin: 0 auto 18px;
        padding: 6px;
        border-radius: 18px;
    }

    .ody-footer .ody-footer-logo-image {
        width: auto;
        height: 54px;
        max-width: 210px;
        border-radius: 12px;
    }

    .ody-footer-about > p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .ody-footer-social {
        justify-content: center;
    }
}

/* ==================================================
   ODYOSEM MERKEZ TANITIM / GÜVEN KARTI
================================================== */

.ody-location-trust-section {
    position: relative;
    padding: 54px 0 72px;
    background:
        radial-gradient(
            circle at 12% 30%,
            rgba(217, 35, 104, 0.06),
            transparent 28%
        ),
        #f7f9fd;
}

.ody-location-trust-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.45fr);
    min-height: 510px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7ebf3;
    border-radius: 34px;
    box-shadow:
        0 30px 75px rgba(15, 23, 42, 0.12),
        0 8px 25px rgba(15, 23, 42, 0.05);
}


/* SOL GÖRSEL */

.ody-location-trust-visual {
    position: relative;
    min-width: 0;
    min-height: 510px;
    overflow: hidden;
    background: #172033;
}

.ody-location-trust-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ody-location-trust-card:hover .ody-location-trust-visual img {
    transform: scale(1.035);
}

.ody-location-image-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(8, 20, 43, 0.08) 0%,
            transparent 55%,
            rgba(255, 255, 255, 0.13) 100%
        ),
        linear-gradient(
            0deg,
            rgba(8, 20, 43, 0.15) 0%,
            transparent 38%
        );
}


/* GÖRSEL ÜZERİ TANIMA ROZETİ */

.ody-location-recognition-badge {
    position: absolute;
    z-index: 3;
    top: 42px;
    left: 38px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: calc(100% - 76px);
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(12px);
}

.ody-location-recognition-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff1f6;
    color: #d92368;
    font-size: 23px;
}

.ody-location-recognition-badge span:last-child {
    display: flex;
    flex-direction: column;
}

.ody-location-recognition-badge strong {
    color: #172033;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

.ody-location-recognition-badge small {
    margin-top: 2px;
    color: #d92368;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 850;
}


/* SAĞ İÇERİK */

.ody-location-trust-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 64px 66px 58px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(217, 35, 104, 0.055),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.98),
            #ffffff
        );
}

.ody-location-trust-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -12%;
    bottom: -12%;
    width: 150px;
    border-radius: 50%;
    background: #ffffff;
}


/* ÜST BAŞLIK */

.ody-location-eyebrow {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.ody-location-eyebrow span {
    color: #d92368;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 3px;
}

.ody-location-eyebrow i {
    width: 72px;
    height: 1px;
    display: block;
    background: linear-gradient(
        90deg,
        #d92368,
        rgba(217, 35, 104, 0)
    );
}


/* ANA BAŞLIK */

.ody-location-trust-content h2 {
    max-width: 830px;
    margin: 0;
    color: #172033;
    font-size: clamp(42px, 4.05vw, 67px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -2.4px;
}

.ody-location-trust-content h2 em {
    color: #d92368;
    font-style: normal;
}


/* AÇIKLAMA */

.ody-location-description {
    max-width: 820px;
    margin: 26px 0 33px;
    color: #58657a;
    font-size: 19px;
    line-height: 1.7;
}


/* ÖZELLİKLER */

.ody-location-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 38px;
}

.ody-location-feature {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 4px 24px;
    border-right: 1px solid #e9edf4;
}

.ody-location-feature:first-child {
    padding-left: 0;
}

.ody-location-feature:last-child {
    padding-right: 0;
    border-right: 0;
}

.ody-location-feature-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1f6;
    color: #d92368;
    font-size: 24px;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease;
}

.ody-location-feature:hover .ody-location-feature-icon {
    color: #ffffff;
    background: #d92368;
    transform: translateY(-3px);
}

.ody-location-feature strong {
    color: #172033;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
}


/* BUTONLAR */

.ody-location-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ody-location-btn {
    min-height: 62px;
    padding: 0 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.ody-location-btn i {
    font-size: 20px;
}

.ody-location-btn-primary {
    min-width: 250px;
    color: #ffffff;
    background: linear-gradient(135deg, #e22568, #c81555);
    border: 1px solid #d92368;
    box-shadow: 0 16px 32px rgba(217, 35, 104, 0.26);
}

.ody-location-btn-primary:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 21px 40px rgba(217, 35, 104, 0.34);
}

.ody-location-btn-outline {
    min-width: 210px;
    color: #172033;
    background: #ffffff;
    border: 2px solid #d92368;
}

.ody-location-btn-outline:hover {
    color: #ffffff;
    background: #d92368;
    text-decoration: none;
    transform: translateY(-3px);
}


/* TABLET */

@media (max-width: 1180px) {

    .ody-location-trust-card {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .ody-location-trust-content {
        padding: 54px 42px 50px;
    }

    .ody-location-trust-content h2 {
        font-size: 48px;
    }

    .ody-location-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ody-location-feature {
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #edf0f5;
    }

    .ody-location-feature:last-child {
        border-bottom: 0;
    }
}


/* MOBİL VE KÜÇÜK TABLET */

@media (max-width: 860px) {

    .ody-location-trust-section {
        padding: 32px 0 46px;
    }

    .ody-location-trust-card {
        display: flex;
        min-height: 0;
        flex-direction: column;
        border-radius: 24px;
    }

    .ody-location-trust-visual {
        min-height: 390px;
    }

    .ody-location-trust-visual img {
        min-height: 390px;
        object-position: center;
    }

    .ody-location-trust-content {
        padding: 42px 34px 38px;
    }

    .ody-location-trust-content::before {
        display: none;
    }

    .ody-location-trust-content h2 {
        font-size: 42px;
        letter-spacing: -1.4px;
    }
}


/* MOBİL */

@media (max-width: 640px) {

    .ody-location-trust-section {
        padding: 24px 0 38px;
    }

    .ody-location-trust-section .ody-container {
        width: calc(100% - 28px);
    }

    .ody-location-trust-card {
        border-radius: 22px;
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.11);
    }

    .ody-location-trust-visual {
        min-height: 310px;
    }

    .ody-location-trust-visual img {
        min-height: 360px;
        object-position: 50% center;
    }

    .ody-location-recognition-badge {
        top: 70%;
        left: 18px;
        max-width: calc(100% - 36px);
        padding: 10px 13px;
        border-radius: 14px;
    }

    .ody-location-recognition-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 19px;
        border-radius: 12px;
    }

    .ody-location-recognition-badge strong {
        font-size: 12px;
    }

    .ody-location-recognition-badge small {
        font-size: 11px;
    }

    .ody-location-trust-content {
        padding: 34px 22px 26px;
    }

    .ody-location-eyebrow {
        gap: 12px;
        margin-bottom: 17px;
    }

    .ody-location-eyebrow span {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .ody-location-eyebrow i {
        width: 38px;
    }

    .ody-location-trust-content h2 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1.1px;
    }

    .ody-location-description {
        margin: 19px 0 25px;
        font-size: 15px;
        line-height: 1.65;
    }

    .ody-location-features {
        margin-bottom: 28px;
    }

    .ody-location-feature {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
        padding: 11px 0;
    }

    .ody-location-feature-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .ody-location-feature strong {
        font-size: 14px;
        line-height: 1.4;
    }

    .ody-location-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ody-location-btn {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        padding: 0 20px;
        font-size: 15px;
    }
}


/* Odyosem merkez tanıtım alanını masaüstünde genişlet */
.ody-location-trust-section > .ody-container {
    width: min(1540px, calc(100% - 60px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1400px) {
    .ody-location-trust-card {
        grid-template-columns: minmax(480px, 0.9fr) minmax(0, 1.35fr);
        min-height: 560px;
    }

    .ody-location-trust-visual,
    .ody-location-trust-visual img {
        min-height: 560px;
    }

    .ody-location-trust-content {
        padding: 64px 72px;
    }
}
