:root{
    --oc-red:#e30613;
    --oc-dark:#111827;
    --oc-text:#1f2937;
    --oc-muted:#6b7280;
    --oc-line:#e5e7eb;
    --oc-bg:#f7f7f8;
    --oc-soft:#fff5f5;
    --oc-green:#16a34a;
    --oc-white:#ffffff;
    --oc-radius:18px;
    --oc-shadow:0 10px 30px rgba(0,0,0,.06);
}

*{box-sizing:border-box}

body.oc-resv-body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--oc-text);
    background:var(--oc-bg);
}

.oc-resv-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 18px 40px;
}

.oc-resv-top{
    background:#fff;
    border-bottom:1px solid var(--oc-line);
}

.oc-resv-top-in{
    max-width:1180px;
    margin:0 auto;
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.oc-resv-logo{
    display:flex;
    align-items:center;
    gap:14px;
}

.oc-resv-logo img{
    height:58px;
    width:auto;
    display:block;
}

.oc-resv-hotline{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--oc-dark);
    text-decoration:none;
}

.oc-resv-hotline-icon{
    width:50px;
    height:50px;
    border:2px solid var(--oc-red);
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--oc-red);
    font-size:22px;
    flex:0 0 50px;
}

.oc-resv-hotline-text strong{
    display:block;
    font-size:20px;
    color:var(--oc-red);
    line-height:1.1;
}

.oc-resv-hotline-text span{
    display:block;
    font-size:14px;
    color:var(--oc-muted);
    margin-top:4px;
}

.oc-page-hero{
    text-align:center;
    padding:28px 0 18px;
}

.oc-page-hero h1{
    margin:0 0 10px;
    font-size:28px;
    font-weight:800;
    color:var(--oc-dark);
}

.oc-page-hero p{
    margin:0 auto;
    max-width:720px;
    font-size:16px;
    line-height:1.6;
    color:#374151;
}

.oc-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin:22px 0 26px;
}

.oc-feature{
    background:#fff;
    border:1px solid var(--oc-line);
    border-radius:16px;
    padding:16px 14px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-height:84px;
}

.oc-feature-icon{
    font-size:24px;
    color:var(--oc-red);
    flex:0 0 auto;
    line-height:1;
}

.oc-feature strong{
    display:block;
    font-size:16px;
    margin-bottom:5px;
    color:var(--oc-dark);
}

.oc-feature span{
    display:block;
    font-size:14px;
    color:var(--oc-muted);
    line-height:1.45;
}

.oc-card{
    background:#fff;
    border:1px solid var(--oc-line);
    border-radius:22px;
    box-shadow:var(--oc-shadow);
    padding:28px;
    margin-bottom:22px;
}

.oc-card-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:18px;
}

.oc-card-title h2{
    margin:0;
    font-size:22px;
    font-weight:800;
    color:var(--oc-dark);
}

.oc-mini-note{
    font-size:14px;
    color:var(--oc-muted);
}

.oc-seg-tabs{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-bottom:18px;
}

.oc-tab{
    height:68px;
    border-radius:14px;
    border:2px solid var(--oc-line);
    background:#fff;
    color:var(--oc-dark);
    font-size:22px;
    font-weight:800;
    cursor:pointer;
}

.oc-tab.active{
    background:var(--oc-red);
    border-color:var(--oc-red);
    color:#fff;
}

.oc-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.oc-field{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.oc-field label{
    font-size:15px;
    font-weight:700;
    color:var(--oc-dark);
}

.oc-control{
    height:58px;
    border:1px solid #dcdfe4;
    border-radius:12px;
    background:#fff;
    padding:0 16px;
    font-size:16px;
    color:var(--oc-dark);
    outline:none;
    width:100%;
}

.oc-info-band{
    margin:18px 0;
    background:#fff5f5;
    border:1px solid #ffd7db;
    border-radius:14px;
    padding:16px 18px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#7f1d1d;
}

.oc-info-band b{
    color:#991b1b;
    display:block;
    margin-bottom:4px;
}

.oc-submit{
    margin-top:20px;
    width:100%;
    height:62px;
    border:none;
    border-radius:14px;
    background:var(--oc-red);
    color:#fff;
    font-size:22px;
    font-weight:800;
    cursor:pointer;
}

.oc-legal{
    margin-top:18px;
    padding:18px;
    border:1px solid var(--oc-line);
    border-radius:18px;
    background:#fff;
}

.oc-legal h3{
    margin:0 0 12px;
    font-size:18px;
}

.oc-legal-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:14px;
}

.oc-legal-item{
    font-size:14px;
    line-height:1.5;
    color:#374151;
}

.oc-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    color:#374151;
}

.oc-footer-band{
    margin-top:22px;
    background:var(--oc-red);
    color:#fff;
    border-radius:18px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.oc-footer-band strong{
    display:block;
    font-size:18px;
    margin-bottom:4px;
}

.oc-footer-band span{
    font-size:14px;
    opacity:.95;
}

.oc-summary-strip{
    display:grid;
    grid-template-columns:2fr 1.2fr 1fr auto;
    gap:12px;
    background:#fff;
    border:1px solid var(--oc-line);
    border-radius:18px;
    padding:16px;
    margin-bottom:18px;
    box-shadow:var(--oc-shadow);
}

.oc-summary-chip{
    background:#fff;
    border:1px solid var(--oc-line);
    border-radius:14px;
    padding:14px;
}

.oc-summary-chip small{
    display:block;
    color:var(--oc-muted);
    font-size:13px;
    margin-bottom:6px;
}

.oc-summary-chip strong{
    display:block;
    font-size:18px;
    color:var(--oc-dark);
}

.oc-edit-btn{
    height:56px;
    padding:0 20px;
    border:1px solid var(--oc-red);
    color:var(--oc-red);
    background:#fff;
    border-radius:14px;
    font-weight:800;
    font-size:15px;
    cursor:pointer;
}

.oc-vehicle-card{
    background:#fff;
    border:1px solid var(--oc-line);
    border-radius:22px;
    padding:26px;
    box-shadow:var(--oc-shadow);
}

.oc-vehicle-top{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:22px;
    align-items:start;
}

.oc-vehicle-photo{
    width:100%;
    max-width:320px;
    display:block;
}

.oc-badge{
    display:inline-block;
    background:var(--oc-red);
    color:#fff;
    font-size:13px;
    font-weight:800;
    padding:8px 12px;
    border-radius:10px;
    margin-bottom:10px;
}

.oc-vehicle-head h2{
    margin:0 0 6px;
    font-size:42px;
    line-height:1.05;
    color:var(--oc-dark);
}

.oc-vehicle-sub{
    font-size:28px;
    font-weight:700;
    color:#374151;
    margin-bottom:16px;
}

.oc-vehicle-tags{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.oc-tag{
    border:1px solid var(--oc-line);
    background:#fff;
    border-radius:12px;
    padding:14px 16px;
    font-size:17px;
    font-weight:700;
    color:#1f2937;
}

.oc-mini-pricing{
    margin-top:18px;
    border:1px solid #ffd7db;
    background:var(--oc-soft);
    border-radius:12px;
    padding:15px 18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    font-size:18px;
}

.oc-mini-pricing b{
    color:var(--oc-red);
}

.oc-price-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:18px;
}

.oc-price-box{
    border-radius:18px;
    padding:24px;
    text-align:center;
    min-height:160px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:10px;
}

.oc-price-box.office{
    border:2px solid #f1b7bd;
    background:#fff;
}

.oc-price-box.pay{
    background:var(--oc-red);
    color:#fff;
}

.oc-price-box .title{
    font-size:20px;
    font-weight:800;
}

.oc-price-box .amount{
    font-size:34px;
    font-weight:900;
    line-height:1.05;
}

.oc-price-box .note{
    font-size:16px;
    color:inherit;
    opacity:.92;
}

.oc-green-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:#eaf8ee;
    color:var(--oc-green);
    font-weight:800;
    font-size:15px;
    margin:0 auto;
}

.oc-section-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    font-size:20px;
    font-weight:800;
    color:var(--oc-dark);
}

.oc-box-grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.oc-status-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.oc-status-card{
    border:1px solid var(--oc-line);
    border-radius:16px;
    padding:18px;
    background:#fff;
}

.oc-status-card strong{
    display:block;
    font-size:18px;
    margin-bottom:6px;
}

.oc-status-card span{
    display:block;
    font-size:14px;
    line-height:1.5;
    color:var(--oc-muted);
}

.oc-status-ok{
    color:var(--oc-green);
    font-weight:800;
}

.oc-customer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin-bottom:18px;
}

.oc-customer-box{
    border:1px solid var(--oc-line);
    border-radius:14px;
    background:#fff;
    padding:14px 16px;
}

.oc-customer-box small{
    display:block;
    font-size:13px;
    color:var(--oc-muted);
    margin-bottom:8px;
}

.oc-customer-box strong{
    display:block;
    font-size:18px;
    color:var(--oc-dark);
}

.oc-alert-soft{
    border:1px solid #dfe3eb;
    background:#f8fafc;
    border-radius:14px;
    padding:14px 16px;
    color:#475569;
    font-size:14px;
    line-height:1.5;
}

.oc-bottom-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-top:20px;
}

.oc-btn{
    height:64px;
    border-radius:16px;
    font-size:19px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    cursor:pointer;
}

.oc-btn-whatsapp{
    border:2px solid #b8e6c6;
    background:#fff;
    color:#16a34a;
}

.oc-btn-main{
    background:var(--oc-red);
    color:#fff;
    border:none;
}

@media(max-width:980px){
    .oc-features,
    .oc-legal-grid,
    .oc-status-grid,
    .oc-customer-grid{
        grid-template-columns:1fr 1fr;
    }

    .oc-summary-strip,
    .oc-form-grid,
    .oc-box-grid-2,
    .oc-vehicle-top{
        grid-template-columns:1fr;
    }

    .oc-vehicle-head h2{font-size:34px}
    .oc-vehicle-sub{font-size:24px}
}

@media(max-width:760px){
    .oc-resv-top-in{
        padding:14px;
        gap:10px;
    }

    .oc-resv-logo img{
        height:46px;
    }

    .oc-resv-hotline-icon{
        width:42px;
        height:42px;
        font-size:18px;
        flex-basis:42px;
    }

    .oc-resv-hotline-text strong{
        font-size:16px;
    }

    .oc-resv-hotline-text span{
        font-size:12px;
    }

    .oc-resv-wrap{
        padding:0 12px 26px;
    }

    .oc-page-hero{
        padding:20px 0 10px;
    }

    .oc-page-hero h1{
        font-size:24px;
    }

    .oc-page-hero p{
        font-size:14px;
    }

    .oc-features,
    .oc-legal-grid,
    .oc-status-grid,
    .oc-customer-grid,
    .oc-vehicle-tags,
    .oc-price-grid,
    .oc-bottom-actions{
        grid-template-columns:1fr;
    }

    .oc-card,
    .oc-vehicle-card{
        padding:18px;
        border-radius:18px;
    }

    .oc-tab{
        height:58px;
        font-size:16px;
    }

    .oc-submit{
        height:58px;
        font-size:18px;
    }

    .oc-vehicle-head h2{
        font-size:24px;
    }

    .oc-vehicle-sub{
        font-size:19px;
    }

    .oc-mini-pricing{
        grid-template-columns:1fr;
        font-size:16px;
    }

    .oc-price-box .amount{
        font-size:28px;
    }

    .oc-footer-band{
        flex-direction:column;
        align-items:flex-start;
    }
}


/* ==========================================================
   V3 - REFERANS GORSELE YAKIN KOMPAKT REZERVASYON GIRISI
   ========================================================== */

.oc-feature-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--oc-red);
}

.oc-feature-icon svg,
.oc-valet-icon svg{
    width:30px;
    height:30px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.oc-valet-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:var(--oc-red);
}


/* Desktop referansa daha yakın */

.oc-page-hero{
    padding-top:34px;
    padding-bottom:8px;
}

.oc-page-hero h1{
    font-size:38px;
    letter-spacing:-.025em;
}

.oc-page-hero p{
    font-size:17px;
}

.oc-features{
    margin-top:18px;
    margin-bottom:28px;
}

.oc-feature{
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    min-height:64px;
    padding:7px 18px;
    align-items:center;
}

.oc-feature + .oc-feature{
    border-left:1px solid #ddd;
}

.oc-card{
    max-width:1080px;
    margin-left:auto;
    margin-right:auto;
}

.oc-legal,
.oc-footer-band{
    max-width:1080px;
    margin-left:auto;
    margin-right:auto;
}


/* ==========================================================
   MOBIL
   Referanstaki gibi her seyi dev bloklara cevirmiyoruz
   ========================================================== */

@media(max-width:760px){

    body.oc-resv-body{
        background:#f7f7f8 !important;
    }


    /* HEADER */

    .oc-resv-top-in{
        min-height:66px !important;
        padding:9px 14px !important;
    }

    .oc-resv-logo img{
        height:39px !important;
        max-width:155px !important;
        object-fit:contain !important;
    }

    .oc-resv-hotline{
        gap:7px !important;
    }

    .oc-resv-hotline-icon{
        width:34px !important;
        height:34px !important;
        flex-basis:34px !important;
        font-size:15px !important;
    }

    .oc-resv-hotline-text strong{
        font-size:14px !important;
        white-space:nowrap !important;
    }

    .oc-resv-hotline-text span{
        margin-top:2px !important;
        font-size:9px !important;
        text-align:right !important;
    }


    /* ANA SAYFA BASLIK */

    .oc-resv-wrap{
        padding:0 12px 22px !important;
    }

    .oc-page-hero{
        padding:21px 8px 8px !important;
    }

    .oc-page-hero h1{
        margin-bottom:6px !important;
        font-size:25px !important;
        line-height:1.08 !important;
        letter-spacing:-.025em !important;
    }

    .oc-page-hero p{
        max-width:330px !important;
        font-size:12.5px !important;
        line-height:1.45 !important;
    }


    /* 4 GUVEN UNSURU - TEK SATIR */

    .oc-features{
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        gap:0 !important;

        margin:13px 0 15px !important;

        background:transparent !important;
    }

    .oc-feature{
        min-width:0 !important;
        min-height:62px !important;

        padding:5px 5px !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        gap:5px !important;

        border:0 !important;
        border-radius:0 !important;

        background:transparent !important;
        box-shadow:none !important;
    }

    .oc-feature + .oc-feature{
        border-left:1px solid #dedede !important;
    }

    .oc-feature-icon{
        width:26px !important;
        height:26px !important;
        flex:0 0 26px !important;
    }

    .oc-feature-icon svg{
        width:24px !important;
        height:24px !important;
    }

    .oc-feature strong{
        margin:0 !important;
        font-size:8.7px !important;
        line-height:1.15 !important;
        white-space:nowrap !important;
    }

    .oc-feature span{
        margin-top:3px !important;
        font-size:7.2px !important;
        line-height:1.15 !important;
        white-space:nowrap !important;
    }


    /* ANA FORM KARTI */

    .oc-card{
        padding:15px !important;
        margin-bottom:12px !important;

        border-radius:14px !important;

        box-shadow:0 4px 18px rgba(0,0,0,.055) !important;
    }

    .oc-card-title{
        margin-bottom:12px !important;
    }

    .oc-card-title h2{
        font-size:17px !important;
    }

    .oc-mini-note{
        font-size:10px !important;
    }


    /* BIREYSEL / KURUMSAL */

    .oc-seg-tabs{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:8px !important;
        margin-bottom:14px !important;
    }

    .oc-tab{
        height:48px !important;
        padding:0 5px !important;

        border-radius:7px !important;

        font-size:11.5px !important;
        line-height:1.1 !important;
        font-weight:850 !important;
    }


    /* FORM ALANLARI 2 SUTUN */

    .oc-form-grid{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:11px !important;
    }

    .oc-field{
        min-width:0 !important;
        gap:5px !important;
    }

    .oc-field label{
        font-size:11px !important;
        font-weight:750 !important;
    }

    .oc-control{
        width:100% !important;
        min-width:0 !important;
        height:48px !important;

        padding:0 10px !important;

        border-radius:7px !important;

        font-size:12px !important;
    }


    /* VALE BANDI */

    .oc-info-band{
        min-height:56px !important;

        margin:12px 0 !important;
        padding:9px 11px !important;

        border-radius:7px !important;

        align-items:center !important;
        gap:9px !important;
    }

    .oc-valet-icon{
        width:34px !important;
        height:34px !important;
        flex-basis:34px !important;
    }

    .oc-valet-icon svg{
        width:22px !important;
        height:22px !important;
    }

    .oc-info-band b{
        margin-bottom:2px !important;
        font-size:10.5px !important;
    }

    .oc-info-band{
        font-size:9.5px !important;
        line-height:1.3 !important;
    }


    /* ANA BUTON */

    .oc-submit{
        height:48px !important;

        margin-top:13px !important;

        border-radius:6px !important;

        font-size:13px !important;
        font-weight:850 !important;
    }


    /* YASAL BOLUM */

    .oc-legal{
        margin-top:12px !important;
        padding:13px !important;

        border-radius:12px !important;
    }

    .oc-legal h3{
        margin-bottom:8px !important;
        font-size:13px !important;
    }

    .oc-legal-grid{
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        gap:0 !important;

        margin-bottom:10px !important;
    }

    .oc-legal-item{
        min-width:0 !important;
        padding:0 6px !important;

        font-size:7px !important;
        line-height:1.35 !important;
    }

    .oc-legal-item + .oc-legal-item{
        border-left:1px solid #e5e5e5 !important;
    }

    .oc-check{
        gap:6px !important;
        padding-top:8px !important;

        border-top:1px solid #eee !important;

        font-size:8.5px !important;
    }

    .oc-check input{
        width:13px !important;
        height:13px !important;
        margin:0 !important;
    }


    /* ALT SSL BANT */

    .oc-footer-band{
        min-height:62px !important;

        margin-top:12px !important;

        padding:10px 13px !important;

        display:flex !important;
        flex-direction:row !important;
        align-items:center !important;
        justify-content:space-between !important;

        border-radius:9px !important;
    }

    .oc-footer-band strong{
        margin:0 0 2px !important;
        font-size:10px !important;
    }

    .oc-footer-band span{
        font-size:7.5px !important;
    }

}


/* COK DAR TELEFON */

@media(max-width:380px){

    .oc-feature{
        flex-direction:column !important;
        text-align:center !important;
    }

    .oc-feature strong{
        font-size:7.8px !important;
    }

    .oc-feature span{
        font-size:6.5px !important;
    }

    .oc-form-grid{
        gap:7px !important;
    }

    .oc-control{
        font-size:11px !important;
        padding:0 7px !important;
    }

}



/* ========================================================
   REZERVASYON GIRIS V4 - REFERANS DUZEN
   ======================================================== */

.oc-resv-brand{
    display:flex;
    align-items:center;
    gap:9px;
    text-decoration:none;
    color:#10131a;
}

.oc-resv-brand img{
    width:43px !important;
    height:43px !important;
    object-fit:contain;
}

.oc-resv-brand span{
    font-size:21px;
    font-weight:800;
    line-height:1;
    letter-spacing:-.04em;
    white-space:nowrap;
}

.oc-resv-brand span b{
    color:#e30613;
}

.oc-resv-hotline-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:#e30613;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}


/* GUVEN SATIRI */

.oc-features{
    max-width:920px;
    margin-left:auto;
    margin-right:auto;
}

.oc-feature-copy{
    min-width:0;
}

.oc-feature-icon{
    color:#e30613 !important;
}

.oc-feature-icon svg{
    fill:none !important;
    stroke:#e30613 !important;
}


/* Submit */

.oc-submit{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.oc-submit svg{
    width:23px;
    height:23px;
    fill:none;
    stroke:#fff;
    stroke-width:2;
}


/* ========================================================
   MOBIL
   ======================================================== */

@media(max-width:760px){

    /* HEADER */

    .oc-resv-top-in{
        min-height:63px !important;
        padding:8px 13px !important;
    }

    .oc-resv-brand{
        gap:6px !important;
    }

    .oc-resv-brand img{
        width:34px !important;
        height:34px !important;
    }

    .oc-resv-brand span{
        font-size:15px !important;
    }

    .oc-resv-hotline-icon{
        width:31px !important;
        height:31px !important;
        flex-basis:31px !important;
    }

    .oc-resv-hotline-icon svg{
        width:18px !important;
        height:18px !important;
    }

    .oc-resv-hotline-text strong{
        font-size:12.5px !important;
    }

    .oc-resv-hotline-text span{
        font-size:8px !important;
    }


    /* BASLIK */

    .oc-page-hero{
        padding:18px 0 6px !important;
    }

    .oc-page-hero h1{
        font-size:23px !important;
        margin-bottom:7px !important;
    }

    .oc-page-hero p{
        max-width:305px !important;
        font-size:11.5px !important;
        line-height:1.4 !important;
    }


    /* 4 GUVEN UNSURU */

    .oc-features{
        width:100% !important;

        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;

        margin:12px 0 14px !important;
    }

    .oc-feature{
        min-width:0 !important;
        min-height:53px !important;

        padding:3px 5px !important;

        display:grid !important;
        grid-template-columns:22px minmax(0,1fr) !important;

        align-items:center !important;
        justify-content:initial !important;

        gap:4px !important;
    }

    .oc-feature + .oc-feature{
        border-left:1px solid #dcdcdc !important;
    }

    .oc-feature-icon{
        width:22px !important;
        height:22px !important;
        flex:none !important;
    }

    .oc-feature-icon svg{
        width:21px !important;
        height:21px !important;
    }

    .oc-feature-copy{
        min-width:0 !important;
    }

    .oc-feature strong{
        display:block !important;

        margin:0 !important;

        font-size:7px !important;
        line-height:1.15 !important;
        font-weight:800 !important;

        white-space:normal !important;
        word-break:normal !important;
    }

    .oc-feature span{
        display:block !important;

        margin-top:2px !important;

        font-size:6.5px !important;
        line-height:1.15 !important;

        white-space:normal !important;
    }


    /* KART */

    .oc-card{
        padding:14px !important;
        border-radius:13px !important;
    }

    .oc-card-title h2{
        font-size:16px !important;
    }

    .oc-mini-note{
        font-size:9px !important;
    }


    /* BIREYSEL / KURUMSAL */

    .oc-seg-tabs{
        gap:7px !important;
    }

    .oc-tab{
        height:44px !important;
        font-size:10.5px !important;
    }


    /* FORMLAR */

    .oc-form-grid{
        gap:9px !important;
    }

    .oc-field label{
        font-size:10px !important;
    }

    .oc-control{
        height:44px !important;
        font-size:11px !important;
        padding:0 9px !important;
    }


    /* VALE */

    .oc-info-band{
        min-height:50px !important;
        margin:10px 0 !important;
        padding:7px 9px !important;
    }

    .oc-valet-icon{
        width:31px !important;
        height:31px !important;
        flex-basis:31px !important;
    }

    .oc-info-band b{
        font-size:9.5px !important;
    }

    .oc-info-band{
        font-size:8.7px !important;
    }


    /* DEVAM BUTONU */

    .oc-submit{
        height:46px !important;
        margin-top:11px !important;

        font-size:11.5px !important;
    }

    .oc-submit svg{
        width:18px !important;
        height:18px !important;
    }

}


/* 360PX VE ALTI */

@media(max-width:380px){

    .oc-resv-brand span{
        font-size:13px !important;
    }

    .oc-resv-hotline-text strong{
        font-size:11px !important;
    }

    .oc-feature{
        grid-template-columns:19px minmax(0,1fr) !important;
        gap:3px !important;
        padding:3px !important;
    }

    .oc-feature-icon,
    .oc-feature-icon svg{
        width:18px !important;
        height:18px !important;
    }

    .oc-feature strong{
        font-size:6.4px !important;
    }

    .oc-feature span{
        font-size:5.8px !important;
    }

}

