/* ============ OTO EKSPERTİZ (.oe-) — garantiliarabam teması ============ */
.oe{--red:#cc0033;--red-d:#a4002a;--red-l:#ff2e5e;--ink:#16202c;--ink2:#3a4656;--muted:#6b7585;
  --soft:#f6f8fb;--line:#e7ebf1;--val:#0a7d3c;--rad:16px;--rad-s:10px;
  --sh:0 10px 30px rgba(20,30,45,.08);--sh-lg:0 22px 55px rgba(20,30,45,.15)}
.oe *{box-sizing:border-box}
.oe{color:var(--ink);font-family:'Inter',-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}
.oe a{text-decoration:none;color:inherit}
.oe .wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 22px}
.oe h1,.oe h2,.oe h3,.oe h4{line-height:1.18;color:var(--ink);font-weight:800;margin:0}
.oe .hl{color:var(--red)}

/* buttons */
.oe-btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;font-weight:700;font-size:15px;
  padding:12px 22px;border-radius:var(--rad-s);border:1.5px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap}
.oe-btn.p{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(204,0,51,.26)}
.oe-btn.p:hover{background:var(--red-d);transform:translateY(-2px);color:#fff}
.oe-btn.g{background:#fff;color:var(--ink);border-color:var(--line)}
.oe-btn.g:hover{border-color:var(--red);color:var(--red)}
.oe-btn.w{background:#fff;color:var(--red)}
.oe-btn.lg{padding:15px 28px;font-size:16px}
.oe-btn.sm{padding:9px 16px;font-size:14px}
.oe-btn.block{width:100%}

/* hero */
.oe-hero{position:relative;padding:60px 0 64px;background:
  radial-gradient(820px 380px at 86% -10%,rgba(204,0,51,.10),transparent 60%),
  radial-gradient(640px 320px at -6% 20%,rgba(204,0,51,.06),transparent 60%),#fff}
.oe-hero .badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);
  color:var(--ink2);font-weight:600;font-size:13px;padding:7px 14px;border-radius:999px;box-shadow:var(--sh)}
.oe-hero .badge .dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(204,0,51,.15)}
.oe-hero h1{font-size:46px;letter-spacing:-.5px;margin:16px 0 14px}
.oe-hero .lead{font-size:19px;color:var(--ink2);max-width:620px}
.oe-hero-cta{display:flex;gap:13px;margin-top:26px;flex-wrap:wrap}
.oe-hero-stats{display:flex;gap:32px;margin-top:30px;flex-wrap:wrap}
.oe-hero-stats div{display:flex;flex-direction:column}
.oe-hero-stats b{font-size:26px;color:var(--red);font-weight:800}
.oe-hero-stats span{font-size:13px;color:var(--muted)}

/* section */
.oe-sec{padding:66px 0}
.oe-sec.soft{background:var(--soft)}
.oe-head{text-align:center;max-width:680px;margin:0 auto 44px}
.oe-kicker{display:inline-block;font-weight:800;font-size:13px;letter-spacing:1.4px;text-transform:uppercase;color:var(--red);margin-bottom:10px}
.oe-head h2{font-size:34px}
.oe-head p{color:var(--ink2);font-size:17px;margin-top:10px}

/* steps */
.oe-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.oe-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:30px 24px;box-shadow:var(--sh)}
.oe-step .no{position:absolute;top:-15px;right:22px;width:32px;height:32px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:700}
.oe-step .ic{font-size:30px;margin-bottom:12px}
.oe-step h3{font-size:19px;margin-bottom:6px}
.oe-step p{color:var(--ink2);margin:0}

/* paket kartları */
.oe-cat{margin-bottom:46px}
.oe-cat-head{margin-bottom:20px}
.oe-cat-head h3{font-size:24px}
.oe-cat-head p{color:var(--muted);margin:4px 0 0}
.oe-pakets{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.oe-pakets.few{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:none}
.oe-paket{display:flex;flex-direction:column;background:#fff;border:1.5px solid var(--line);border-radius:var(--rad);padding:24px 22px;transition:.2s;position:relative}
.oe-paket:hover{transform:translateY(-4px);box-shadow:var(--sh-lg);border-color:rgba(204,0,51,.3)}
.oe-paket.one{border-color:var(--red);box-shadow:0 16px 40px rgba(204,0,51,.14)}
.oe-paket .tag{position:absolute;top:-13px;left:22px;background:var(--red);color:#fff;font-weight:700;font-size:11px;padding:5px 12px;border-radius:999px}
.oe-paket h4{font-size:19px;margin-bottom:10px}
.oe-paket .fiyat{display:flex;align-items:flex-end;gap:3px;margin-bottom:16px}
.oe-paket .fiyat .amt{font-size:34px;font-weight:800;color:var(--ink);line-height:1}
.oe-paket .fiyat .cur{font-size:18px;font-weight:700;color:var(--red);margin-bottom:4px}
.oe-paket ul{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.oe-paket li{position:relative;padding-left:26px;color:var(--ink2);font-size:14px}
.oe-paket li::before{content:"";position:absolute;left:0;top:3px;width:17px;height:17px;border-radius:50%;background:rgba(10,125,60,.12);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a7d3c' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E");background-size:11px;background-position:center;background-repeat:no-repeat}
.oe-paket li.more{padding-left:0;color:var(--muted);font-size:13px}
.oe-paket li.more::before{display:none}

/* bayi arama */
.oe-search{display:flex;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:16px;box-shadow:var(--sh);margin-bottom:30px}
.oe-search input,.oe-search select{flex:1;min-width:180px;padding:12px 14px;border:1.5px solid var(--line);border-radius:var(--rad-s);font-size:15px;font-family:inherit;color:var(--ink)}
.oe-search input:focus,.oe-search select:focus{outline:none;border-color:var(--red)}

/* il grid */
.oe-iller{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.oe-il{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:var(--rad-s);padding:12px 14px;transition:.15s;font-weight:600}
.oe-il:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px);box-shadow:var(--sh)}
.oe-il .c{background:var(--soft);color:var(--muted);font-size:12px;font-weight:700;padding:2px 9px;border-radius:999px}
.oe-il:hover .c{background:rgba(204,0,51,.1);color:var(--red)}

/* bayi kartları */
.oe-il-group{margin-bottom:34px}
.oe-il-group>h3{font-size:21px;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--line);display:flex;align-items:center;gap:10px}
.oe-il-group>h3 .n{font-size:13px;font-weight:600;color:var(--muted);background:var(--soft);padding:2px 10px;border-radius:999px}
.oe-bayiler{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.oe-bayi{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:22px;transition:.2s}
.oe-bayi:hover{transform:translateY(-4px);box-shadow:var(--sh-lg)}
.oe-bayi h4{font-size:17px;margin-bottom:6px}
.oe-bayi .konum{color:var(--red);font-weight:600;font-size:13px;margin-bottom:10px}
.oe-bayi .adres{color:var(--ink2);font-size:14px;margin-bottom:6px;display:flex;gap:8px}
.oe-bayi .meta{color:var(--muted);font-size:13px;margin-bottom:14px}
.oe-bayi .acts{display:flex;gap:8px;margin-top:auto;flex-wrap:wrap}
.oe-tse{display:inline-flex;align-items:center;gap:6px;background:rgba(10,125,60,.08);color:var(--val);font-weight:600;font-size:12px;padding:4px 10px;border-radius:999px}

/* bayi detay */
.oe-detay{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}
.oe-card{background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:26px;box-shadow:var(--sh)}
.oe-info-row{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}
.oe-info-row:last-child{border-bottom:0}
.oe-info-row b{min-width:130px;color:var(--muted);font-weight:600}
.oe-map{width:100%;height:300px;border:0;border-radius:var(--rad);display:block}
.oe-detay-acts{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

/* sss */
.oe-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.oe-faq details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.oe-faq summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.oe-faq summary::-webkit-details-marker{display:none}
.oe-faq summary::after{content:"+";color:var(--red);font-size:22px;font-weight:400;transition:.2s}
.oe-faq details[open] summary::after{transform:rotate(45deg)}
.oe-faq details[open] summary{border-bottom:1px solid var(--line)}
.oe-faq .a{padding:16px 22px;color:var(--ink2)}

/* cta şerit */
.oe-cta{background:linear-gradient(135deg,var(--red),var(--red-d));color:#fff;padding:60px 0;text-align:center}
.oe-cta h2{color:#fff;font-size:32px}
.oe-cta p{font-size:18px;opacity:.92;margin:10px 0 26px}
.oe-cta .oe-hero-cta{justify-content:center}

/* breadcrumb */
.oe-bc{background:var(--soft);border-bottom:1px solid var(--line);padding:14px 0;font-size:14px;color:var(--muted)}
.oe-bc a:hover{color:var(--red)}

/* responsive */
@media(max-width:980px){
  .oe-hero h1{font-size:36px}
  .oe-pakets{grid-template-columns:repeat(2,1fr)}
  .oe-bayiler{grid-template-columns:repeat(2,1fr)}
  .oe-detay{grid-template-columns:1fr}
}
@media(max-width:680px){
  .oe-steps{grid-template-columns:1fr}
  .oe-pakets,.oe-bayiler{grid-template-columns:1fr}
  .oe-hero h1{font-size:30px}
  .oe-head h2{font-size:26px}
  .oe-sec{padding:48px 0}
}

/* ============ RANDEVU FORM ============ */
.oe-formwrap{max-width:1140px;margin:0 auto}
.oe-form{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.oe-form .oe-field{grid-column:span 2}
.oe-form .oe-field.half{grid-column:span 3}
.oe-form .full{grid-column:1/-1}
.oe-field{display:flex;flex-direction:column;gap:6px}
.oe-field label{font-weight:600;font-size:14px;color:var(--ink2)}
.oe-field label .req{color:var(--red)}
.oe-field input,.oe-field select,.oe-field textarea{padding:12px 14px;border:1.5px solid var(--line);border-radius:var(--rad-s);font-size:15px;font-family:inherit;color:var(--ink);background:#fff;width:100%}
.oe-field input:focus,.oe-field select:focus,.oe-field textarea:focus{outline:none;border-color:var(--red)}
.oe-field textarea{resize:vertical;min-height:84px}
.oe-field .err{color:var(--red);font-size:13px}
.oe-kvkk{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--ink2);cursor:pointer}
.oe-kvkk input{margin-top:3px;width:18px;height:18px;accent-color:var(--red)}
.oe-alert{background:#fff4f6;border:1px solid rgba(204,0,51,.3);color:var(--red);padding:12px 16px;border-radius:var(--rad-s);margin-bottom:18px;font-size:14px}
.oe-alert ul{margin:6px 0 0;padding-left:18px}
.oe-ozet{background:var(--soft);border:1px solid var(--line);border-radius:var(--rad);padding:16px 20px;margin-bottom:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.oe-ozet .it{display:flex;flex-direction:column}
.oe-ozet .k{color:var(--muted);font-size:12px}
.oe-ozet b{font-size:16px}
/* success */
.oe-ok{max-width:720px;margin:0 auto;text-align:center}
.oe-ok-ic{width:60px;height:60px;border-radius:50%;background:rgba(10,125,60,.1);display:grid;place-items:center;margin:0 auto 12px}
.oe-ok-ic svg{width:32px;height:32px;stroke:var(--val)}
.oe-ok h1{font-size:26px;margin-bottom:7px}
.oe-ok>p{color:var(--ink2);font-size:16px;margin-bottom:18px}
.oe-ok-card{background:#fff;border:1px solid var(--line);border-radius:var(--rad);box-shadow:var(--sh);padding:18px 22px;text-align:left;margin-bottom:18px}
.oe-ok-ref{display:inline-block;background:rgba(204,0,51,.08);color:var(--red);font-weight:700;padding:5px 14px;border-radius:999px;margin-bottom:12px;font-size:13px}
.oe-ok-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 26px}
.oe-ok-grid>div{display:flex;flex-direction:column;padding:9px 0;border-bottom:1px solid var(--line)}
.oe-ok-grid>div:nth-last-child(-n+2){border-bottom:0}
.oe-ok-grid .k{font-size:12px;color:var(--muted)}
.oe-ok-grid b{font-size:15px;color:var(--ink)}
@media(max-width:560px){.oe-ok-grid{grid-template-columns:1fr}.oe-ok-grid>div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.oe-ok-grid>div:last-child{border-bottom:0}}
@media(max-width:860px){.oe-form{grid-template-columns:repeat(2,1fr)}.oe-form .oe-field,.oe-form .oe-field.half{grid-column:span 1}}
@media(max-width:560px){.oe-form{grid-template-columns:1fr}.oe-form .oe-field,.oe-form .oe-field.half,.oe-form .full{grid-column:auto}}

/* ============ İL AKORDİYON (bayiler browse) ============ */
.oe-ilacc-list{display:flex;flex-direction:column;gap:10px}
.oe-ilacc{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;transition:.2s}
.oe-ilacc[open]{box-shadow:var(--sh);border-color:rgba(204,0,51,.3)}
.oe-ilacc>summary{cursor:pointer;padding:15px 20px;font-weight:700;font-size:17px;list-style:none;
  display:flex;align-items:center;gap:12px;user-select:none}
.oe-ilacc>summary::-webkit-details-marker{display:none}
.oe-ilacc>summary:hover{background:var(--soft)}
.oe-ilacc[open]>summary{background:var(--soft);border-bottom:1px solid var(--line)}
.oe-ilacc-name{margin-right:auto;display:flex;align-items:center;gap:9px}
.oe-ilacc-name::before{content:"📍";font-size:14px}
.oe-ilacc-cnt{font-size:13px;font-weight:600;color:var(--muted);background:var(--soft);padding:3px 12px;border-radius:999px}
.oe-ilacc[open] .oe-ilacc-cnt{background:rgba(204,0,51,.1);color:var(--red)}
.oe-ilacc>summary::after{content:"+";color:var(--red);font-size:24px;font-weight:400;transition:.2s;line-height:1}
.oe-ilacc[open]>summary::after{transform:rotate(45deg)}
.oe-ilacc .oe-bayiler{padding:18px}

.oe-ilacc{scroll-margin-top:84px}

/* ============ MODAL (KVKK vb.) ============ */
.oe .oe-link{color:var(--red);font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.oe .oe-link:hover{color:var(--red-d);text-decoration:underline}
.oe-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}
.oe-modal[hidden]{display:none}
.oe-modal-bg{position:absolute;inset:0;background:rgba(16,22,32,.55);backdrop-filter:blur(2px)}
.oe-modal-box{position:relative;background:#fff;border-radius:16px;max-width:660px;width:100%;max-height:86vh;display:flex;flex-direction:column;box-shadow:var(--sh-lg);overflow:hidden}
.oe-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 22px;border-bottom:1px solid var(--line)}
.oe-modal-head h3{font-size:19px}
.oe-modal-close{background:none;border:0;font-size:30px;line-height:1;cursor:pointer;color:var(--muted);padding:0 4px}
.oe-modal-close:hover{color:var(--red)}
.oe-modal-body{padding:22px;overflow-y:auto;color:var(--ink2);font-size:14.5px;line-height:1.7}
.oe-modal-body h4{font-size:15px;margin:16px 0 6px;color:var(--ink);font-weight:700}
.oe-modal-body p{margin:0 0 10px}
.oe-modal-foot{padding:14px 22px;border-top:1px solid var(--line);text-align:right}
