
    .otl{
        font-family:inherit;
        margin:0;padding:0;
        color:#1f2937;
        box-sizing:border-box;
    }
    .otl *{box-sizing:border-box}

    /* Sekme butonları */
    .otl-tabs{
        display:flex;
        flex-wrap:wrap;
        gap:6px;
        margin:0 0 14px;
        padding:0;
    }
    .otl-tab{
        display:inline-flex;
        align-items:center;
        gap:7px;
        padding:9px 14px;
        margin:0;
        font-family:inherit;
        font-size:13px;
        font-weight:600;
        color:#6b7280;
        background:#f3f4f6;
        border:1px solid transparent;
        border-radius:8px;
        cursor:pointer;
        transition:all .15s;
        white-space:nowrap;
    }
    .otl-tab:hover{background:#e5e7eb;color:#1f2937}
    .otl-tab.on{background:var(--otl-accent,#EA580C);color:#fff}
    .otl-tab.on .otl-tab-badge{background:rgba(255,255,255,.25);color:#fff}
    .otl-tab svg{width:14px;height:14px;flex-shrink:0}
    .otl-tab-chevron{
        margin-left:auto;
        display:none;
        transition:transform .2s;
    }
    .otl-tab.on .otl-tab-chevron{transform:rotate(180deg)}
    .otl-tab-badge{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-width:20px;
        padding:1px 7px;
        font-size:10.5px;
        font-weight:700;
        color:#4b5563;
        background:#fff;
        border-radius:10px;
        margin-left:2px;
    }

    .otl-panel{display:none;margin:0;padding:0}
    .otl-panel.on{display:block}

    /* ── AÇIKLAMA ── */
    .otl-desc{
        padding:20px 22px;
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:12px;
        font-size:14px;
        line-height:1.75;
        color:#374151;
    }
    .otl-desc h1,.otl-desc h2,.otl-desc h3,.otl-desc h4{
        color:#111827;margin:18px 0 8px;font-weight:700;line-height:1.3;
    }
    .otl-desc h1{font-size:19px}
    .otl-desc h2{font-size:17px}
    .otl-desc h3{font-size:15px}
    .otl-desc h4{font-size:14px}
    .otl-desc p{margin:0 0 12px}
    .otl-desc p:last-child{margin-bottom:0}
    .otl-desc ul,.otl-desc ol{margin:0 0 12px;padding-left:22px}
    .otl-desc li{margin:4px 0}
    .otl-desc img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}
    .otl-desc a{color:#EA580C;text-decoration:none}
    .otl-desc a:hover{text-decoration:underline}
    .otl-desc strong{color:#111827;font-weight:700}

    /* ── ÖZELLİKLER ── */
    .otl-specs{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:8px;
        margin:0;padding:0;
    }
    .otl-spec{
        display:flex;
        flex-direction:column;
        padding:12px 14px;
        margin:0;
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:10px;
        transition:border-color .15s;
    }
    .otl-spec:hover{border-color:#FDBA74}
    .otl-spec-key{
        font-size:11px;font-weight:600;color:#9ca3af;
        text-transform:uppercase;letter-spacing:.03em;
        margin:0 0 4px;line-height:1.2;
    }
    .otl-spec-val{font-size:13.5px;font-weight:600;color:#111827;line-height:1.4;margin:0}
    .otl-spec-val span{
        display:inline-block;padding:2px 8px;margin:2px 4px 2px 0;
        background:#f3f4f6;border-radius:4px;font-size:12px;font-weight:500;
    }

    /* ── YORUM LİNKİ (ürün ismi altı) ── */
    .otl-rev-link{
        display:inline-flex;align-items:center;gap:7px;
        margin:0;padding:0;
        font-family:inherit;font-size:13px;font-weight:500;
        color:#4b5563;text-decoration:none;cursor:pointer;
        background:none;border:none;
    }
    .otl-rev-link:hover{color:#EA580C}
    .otl-rev-link:hover .otl-rev-link-text{text-decoration:underline}
    .otl-rev-link-stars{display:inline-flex;align-items:center;gap:1px;color:#f59e0b;flex-shrink:0}
    .otl-rev-link-stars svg{width:13px;height:13px;display:block;flex-shrink:0}
    .otl-rev-link-empty{display:inline-flex;color:#e5e7eb}
    .otl-rev-link-empty svg{width:13px;height:13px;display:block;flex-shrink:0}
    .otl-rev-link-text{line-height:1.3}
    .otl-rev-link-avg{font-weight:700;color:#0F172A}

    /* ── YORUMLAR ── */
    .otl-rev{margin:0;padding:0}
    .otl-rev-head{
        display:flex;align-items:center;gap:18px;
        padding:16px 20px;margin:0 0 12px;
        background:#fff;
        border:1px solid #e5e7eb;border-radius:6px;
        border-left:4px solid #EA580C;
    }
    .otl-rev-score{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;min-width:100px}
    .otl-rev-score-num{font-size:30px;font-weight:800;color:#0F172A;line-height:1;margin:0;letter-spacing:-.02em}
    .otl-rev-score-stars{display:inline-flex;align-items:center;gap:1px;margin:5px 0 3px;color:#f59e0b}
    .otl-rev-score-stars svg{width:13px;height:13px;display:block;flex-shrink:0}
    .otl-rev-score-empty{display:inline-flex;color:#e5e7eb}
    .otl-rev-score-empty svg{width:13px;height:13px;display:block;flex-shrink:0}
    .otl-rev-score-count{font-size:11.5px;color:#6b7280;margin:0;font-weight:500}
    .otl-rev-divider{width:1px;align-self:stretch;background:#e5e7eb;flex-shrink:0}
    .otl-rev-bars{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
    .otl-rev-bar-row{display:flex;align-items:center;gap:8px;font-size:11.5px;color:#4b5563}
    .otl-rev-bar-row > svg{width:11px;height:11px;color:#f59e0b;flex-shrink:0;display:block}
    .otl-rev-bar-label{width:10px;font-weight:700;color:#374151;text-align:center}
    .otl-rev-bar-track{flex:1;height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}
    .otl-rev-bar-fill{height:100%;background:#EA580C;border-radius:3px}
    .otl-rev-bar-num{width:26px;text-align:right;font-weight:600;color:#9ca3af;font-size:11px}

    .otl-rev-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}
    .otl-rev-card{
        padding:14px 16px;margin:0;
        background:#fff;border:1px solid #e5e7eb;border-radius:6px;
        transition:border-color .15s;
    }
    .otl-rev-card:hover{border-color:#FDBA74}
    .otl-rev-top{
        display:flex;align-items:center;gap:10px;
        margin:0 0 8px;
    }
    .otl-rev-avatar{
        width:34px;height:34px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        background:#0F172A;color:#EA580C;border-radius:50%;
        font-size:13px;font-weight:700;
    }
    .otl-rev-info{flex:1;min-width:0}
    .otl-rev-name{font-size:13px;font-weight:700;color:#0F172A;margin:0;line-height:1.2}
    .otl-rev-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px;color:#9ca3af;margin-top:3px}
    .otl-rev-meta > span:first-child{font-weight:500}
    .otl-rev-verified{
        display:inline-flex;align-items:center;gap:3px;
        padding:1px 6px;font-size:10px;font-weight:600;
        color:#15803d;background:#DCFCE7;border-radius:3px;
    }
    .otl-rev-verified svg{width:10px;height:10px;flex-shrink:0;display:block}
    .otl-rev-stars{
        display:inline-flex;align-items:center;gap:1px;
        color:#f59e0b;flex-shrink:0;
    }
    .otl-rev-stars svg{width:12px;height:12px;display:block;flex-shrink:0}
    .otl-rev-star-empty{display:inline-flex;color:#e5e7eb}
    .otl-rev-star-empty svg{width:12px;height:12px;display:block;flex-shrink:0}
    .otl-rev-text{font-size:13px;color:#374151;line-height:1.6;margin:0}

    .otl-rev-load{
        display:flex;align-items:center;justify-content:center;gap:7px;
        width:100%;margin:12px 0 0;padding:11px 14px;
        font-family:inherit;font-size:13px;font-weight:700;
        color:#EA580C;background:#fff;
        border:1px solid #FDBA74;border-radius:6px;
        cursor:pointer;transition:background .15s;
    }
    .otl-rev-load:hover{background:#FFF7ED}
    .otl-rev-load svg{width:13px;height:13px;display:block;flex-shrink:0}

    /* ── BİLGİ KART KAPSAYICI ── */
    .otl-info{
        padding:0;margin:0;
        background:#fff;border:1px solid #e5e7eb;
        border-radius:6px;overflow:hidden;
    }
    .otl-info-hero{
        display:flex;align-items:center;gap:12px;
        padding:14px 18px;margin:0;
        background:#fff;
        border-bottom:1px solid #e5e7eb;
        border-left:4px solid #EA580C;
    }
    .otl-info-hero-ic{
        width:38px;height:38px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        background:#0F172A;color:#EA580C;
        border-radius:5px;
    }
    .otl-info-hero-ic svg{width:18px;height:18px;display:block}
    .otl-info-hero-txt{flex:1;min-width:0}
    .otl-info-hero-title{
        display:block;font-size:15.5px;font-weight:700;
        color:#0F172A;margin:0 0 2px;
        letter-spacing:-.01em;line-height:1.3;
    }
    .otl-info-hero-sub{display:block;font-size:12.5px;color:#64748b;margin:0;line-height:1.45;font-weight:400}
    .otl-info-body{padding:20px 22px;margin:0}
    .otl-info-intro{font-size:13.5px;line-height:1.7;color:#374151;margin:0 0 16px}
    .otl-info-intro strong{color:#111827;font-weight:700}

    .otl-info-grid{
        display:grid;grid-template-columns:repeat(2,1fr);
        gap:10px;margin:0 0 16px;padding:0;
    }
    .otl-info-item{
        display:flex;align-items:flex-start;gap:10px;
        padding:12px 14px;margin:0;
        background:#F9FAFB;border:1px solid #F3F4F6;border-radius:8px;
    }
    .otl-info-item-ic{
        width:28px;height:28px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        background:#FFF7ED;color:#EA580C;border-radius:7px;margin-top:1px;
    }
    .otl-info-item-ic svg{width:14px;height:14px}
    .otl-info-item-txt{flex:1;min-width:0}
    .otl-info-item-title{display:block;font-size:12.5px;font-weight:700;color:#111827;margin:0 0 3px;line-height:1.3}
    .otl-info-item-desc{display:block;font-size:11.5px;line-height:1.5;color:#6b7280;margin:0}

    .otl-info-note{
        padding:12px 14px;margin:0;
        background:#FFFBEB;border:1px solid #FDE68A;
        border-radius:8px;font-size:12px;color:#78350F;line-height:1.55;
    }
    .otl-info-note strong{color:#92400E;font-weight:700}

    .otl-info-steps{margin:0;padding:0;list-style:none;counter-reset:step}
    .otl-info-step{
        display:flex;align-items:flex-start;gap:12px;
        padding:10px 0;margin:0;counter-increment:step;
        border-bottom:1px dashed #F3F4F6;
    }
    .otl-info-step:last-child{border-bottom:none}
    .otl-info-step::before{
        content:counter(step);
        width:24px;height:24px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        font-size:11px;font-weight:700;
        color:#EA580C;background:#FFF7ED;
        border-radius:50%;margin-top:1px;
    }
    .otl-info-step-txt{flex:1;min-width:0;font-size:13px;line-height:1.55;color:#374151}
    .otl-info-step-txt strong{color:#111827;font-weight:600}

    /* ── LASTİK REHBERİ ── */
    .otl-guide-img{
        width:100%;display:block;
        background:#fff;border-bottom:1px solid #e5e7eb;
        padding:16px 22px;text-align:center;
    }
    .otl-guide-img img{max-width:100%;height:auto;display:block;margin:0 auto}
    .otl-guide-section{margin:0 0 22px;padding:0}
    .otl-guide-section:last-child{margin-bottom:0}
    .otl-guide-h{
        display:flex;align-items:center;gap:10px;
        margin:0 0 10px;padding:0;
        font-size:16px;font-weight:800;color:#111827;letter-spacing:-.01em;
    }
    .otl-guide-h::before{
        content:"";display:block;width:4px;height:18px;
        background:#EA580C;border-radius:2px;
    }
    .otl-guide-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
    .otl-guide-item{
        display:flex;gap:12px;align-items:flex-start;
        padding:13px 15px;margin:0;
        background:#F9FAFB;border:1px solid #F3F4F6;border-radius:9px;
    }
    .otl-guide-num{
        width:28px;height:28px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        font-size:12px;font-weight:800;color:#fff;background:#EA580C;
        border-radius:50%;margin-top:1px;
    }
    .otl-guide-body{flex:1;min-width:0}
    .otl-guide-title{display:block;font-size:13.5px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.35}
    .otl-guide-text{display:block;font-size:12.5px;color:#4b5563;margin:0;line-height:1.6}
    .otl-guide-text strong{color:#111827;font-weight:700}

    .otl-season-grid{
        display:grid;grid-template-columns:repeat(3,1fr);
        gap:10px;margin:0;padding:0;
    }
    .otl-season{
        padding:14px 16px;margin:0;
        background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;
        transition:all .15s;
    }
    .otl-season:hover{border-color:#FDBA74}
    .otl-season-h{
        display:flex;align-items:center;gap:8px;
        margin:0 0 8px;padding:0;
        font-size:14px;font-weight:800;color:#111827;
    }
    .otl-season-ic{
        width:32px;height:32px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        border-radius:8px;
    }
    .otl-season-ic svg{width:16px;height:16px}
    .otl-season.summer .otl-season-ic{background:#FEF3C7;color:#D97706}
    .otl-season.winter .otl-season-ic{background:#DBEAFE;color:#2563EB}
    .otl-season.all .otl-season-ic{background:#DCFCE7;color:#16A34A}
    .otl-season-text{font-size:12px;line-height:1.6;color:#4b5563;margin:0}
    .otl-season-text strong{color:#111827;font-weight:700}

    /* ── MONTAJ HİZMETİ ── */
    .otl-mount-stats{
        display:grid;grid-template-columns:repeat(4,1fr);
        gap:8px;margin:0 0 18px;padding:0;
    }
    .otl-mount-stat{
        padding:14px 12px 12px;margin:0;text-align:center;
        background:#fff;
        border:1px solid #e5e7eb;
        border-top:3px solid #EA580C;
        border-radius:3px;
    }
    .otl-mount-stat-num{
        display:block;font-size:22px;font-weight:800;
        color:#0F172A;line-height:1;margin:0 0 5px;letter-spacing:-.02em;
    }
    .otl-mount-stat-lbl{display:block;font-size:10.5px;color:#64748b;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.04em}

    .otl-mount-cards{
        display:grid;grid-template-columns:repeat(3,1fr);
        gap:10px;margin:0 0 18px;padding:0;
    }
    .otl-mount-card{
        position:relative;padding:16px;margin:0;
        background:#fff;border:1px solid #e5e7eb;border-radius:4px;
        transition:border-color .15s;overflow:hidden;
    }
    .otl-mount-card::before{
        content:"";position:absolute;top:0;left:0;right:0;height:3px;
        background:#EA580C;
    }
    .otl-mount-card:hover{border-color:#FDBA74}
    .otl-mount-card-ic{
        width:36px;height:36px;
        display:inline-flex;align-items:center;justify-content:center;
        background:#FFF7ED;color:#EA580C;border-radius:9px;margin:0 0 9px;
    }
    .otl-mount-card-ic svg{width:18px;height:18px}
    .otl-mount-card-t{display:block;font-size:13.5px;font-weight:800;color:#111827;margin:0 0 5px;line-height:1.3}
    .otl-mount-card-d{display:block;font-size:12px;color:#6b7280;line-height:1.55;margin:0}

    .otl-process{
        display:grid;grid-template-columns:repeat(4,1fr);
        gap:10px;margin:0;padding:0;list-style:none;counter-reset:proc;
    }
    .otl-process li{
        position:relative;padding:14px 12px;margin:0;
        counter-increment:proc;
        background:#F9FAFB;border:1px solid #F3F4F6;border-radius:10px;
    }
    .otl-process li::before{
        content:counter(proc);
        position:absolute;top:-10px;left:12px;
        width:26px;height:26px;
        display:inline-flex;align-items:center;justify-content:center;
        font-size:12px;font-weight:800;color:#fff;background:#EA580C;
        border-radius:50%;border:2px solid #fff;
    }
    .otl-process li > strong{
        display:block;font-size:12.5px;font-weight:800;color:#111827;
        margin:8px 0 4px;line-height:1.3;
    }
    .otl-process li > span{display:block;font-size:11.5px;color:#6b7280;line-height:1.5}

    /* ── MONTAJ NOKTALARI ── */
    .otl-points-banner{
        display:flex;align-items:center;justify-content:space-between;gap:14px;
        padding:16px 20px;margin:0 0 14px;
        background:#0F172A;
        color:#fff;border-radius:4px;flex-wrap:wrap;
        border-left:4px solid #EA580C;
    }
    .otl-points-banner-l{flex:1;min-width:0}
    .otl-points-banner-t{display:block;font-size:16px;font-weight:700;margin:0 0 4px;line-height:1.3;letter-spacing:-.01em}
    .otl-points-banner-s{display:block;font-size:12.5px;color:#94a3b8;margin:0;line-height:1.5}
    .otl-points-banner-r{display:flex;gap:18px;flex-shrink:0}
    .otl-points-banner-stat{text-align:center}
    .otl-points-banner-stat strong{display:block;font-size:22px;font-weight:800;line-height:1;color:#EA580C}
    .otl-points-banner-stat span{display:block;font-size:10.5px;color:#94a3b8;margin-top:3px;text-transform:uppercase;letter-spacing:.04em;font-weight:600}

    .otl-cities{
        display:grid;grid-template-columns:repeat(6,1fr);
        gap:6px;margin:0 0 14px;padding:14px;
        background:#F9FAFB;border:1px solid #F3F4F6;border-radius:10px;
    }
    .otl-city{
        display:flex;align-items:center;gap:5px;
        padding:7px 9px;margin:0;
        font-size:11.5px;font-weight:600;color:#374151;
        background:#fff;border:1px solid #e5e7eb;border-radius:6px;
        transition:all .15s;
    }
    .otl-city:hover{background:#FFF7ED;border-color:#FDBA74;color:#9A3412}
    .otl-city svg{width:10px;height:10px;color:#EA580C;flex-shrink:0}

    .otl-extra-services{
        display:grid;grid-template-columns:repeat(3,1fr);
        gap:10px;margin:0;padding:0;
    }
    .otl-extra{
        display:flex;align-items:center;gap:10px;
        padding:12px 14px;margin:0;
        background:#fff;border:1px solid #e5e7eb;border-radius:9px;
    }
    .otl-extra-ic{
        width:34px;height:34px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        background:#FFF7ED;color:#EA580C;border-radius:8px;
    }
    .otl-extra-ic svg{width:16px;height:16px}
    .otl-extra-t{font-size:13px;font-weight:700;color:#111827;line-height:1.3;margin:0;display:block}
    .otl-extra-s{font-size:11px;color:#6b7280;margin:2px 0 0;display:block}

    /* ── İLETİŞİM (Kargo & İade içinde) ── */
    .otl-contact{
        display:grid;grid-template-columns:repeat(3,1fr);
        gap:10px;margin:16px 0 0;padding:0;
    }
    .otl-contact-card{
        display:flex;align-items:center;gap:11px;
        padding:13px 14px;margin:0;
        text-decoration:none;color:inherit;
        background:#fff;border:1px solid #e5e7eb;border-radius:4px;
        transition:border-color .15s;
    }
    .otl-contact-card:hover{border-color:#EA580C}
    .otl-contact-ic{
        width:38px;height:38px;flex-shrink:0;
        display:inline-flex;align-items:center;justify-content:center;
        border-radius:9px;
    }
    .otl-contact-ic svg{width:18px;height:18px}
    .otl-contact.phone .otl-contact-card .otl-contact-ic{background:#FFF7ED;color:#EA580C}
    .otl-contact-card.wa .otl-contact-ic{background:#DCFCE7;color:#16A34A}
    .otl-contact-card.mail .otl-contact-ic{background:#DBEAFE;color:#2563EB}
    .otl-contact-card.phone .otl-contact-ic{background:#FFF7ED;color:#EA580C}
    .otl-contact-l{font-size:11px;color:#9ca3af;margin:0;display:block;font-weight:600;text-transform:uppercase;letter-spacing:.04em}
    .otl-contact-v{font-size:13.5px;color:#111827;font-weight:700;margin:2px 0 0;display:block;line-height:1.2}

    /* Tablet */
    @media(max-width:900px){
        .otl-specs{grid-template-columns:1fr}
        .otl-info-grid{grid-template-columns:1fr}
        .otl-season-grid{grid-template-columns:1fr}
        .otl-mount-stats{grid-template-columns:repeat(2,1fr)}
        .otl-mount-cards{grid-template-columns:1fr}
        .otl-process{grid-template-columns:repeat(2,1fr)}
        .otl-cities{grid-template-columns:repeat(4,1fr)}
        .otl-extra-services{grid-template-columns:1fr}
        .otl-contact{grid-template-columns:1fr}
        .otl-rev-head{flex-direction:column;align-items:stretch}
        .otl-rev-divider{width:auto;height:1px}
    }

    /* Mobil */
    @media(max-width:600px){
        .otl-tabs{flex-direction:column;gap:6px}
        .otl-tab{width:100%;justify-content:flex-start;padding:12px 14px;font-size:13.5px}
        .otl-tab-chevron{display:inline-flex;margin-left:auto;width:14px;height:14px}
        .otl-tab-badge{margin-left:4px}

        .otl-desc{padding:16px;font-size:13.5px}
        .otl-rev-head{padding:14px 16px}
        .otl-rev-score-num{font-size:26px}
        .otl-rev-score{min-width:0}
        .otl-cities{grid-template-columns:repeat(3,1fr)}

        .otl-info-hero{padding:12px 14px;gap:10px}
        .otl-info-hero-ic{width:34px;height:34px}
        .otl-info-hero-ic svg{width:16px;height:16px}
        .otl-info-hero-title{font-size:14.5px}
        .otl-info-hero-sub{font-size:12px}
        .otl-info-body{padding:16px}

        .otl-points-banner{padding:14px 16px}
        .otl-points-banner-t{font-size:15px}
    }
    