:root{--oe-navy:#071f44;--oe-navy2:#0b3269;--oe-orange:#ff9100;--oe-orange2:#ffab2f;--oe-text:#10203f;--oe-muted:#657187;--oe-bg:#f5f8fc;--oe-border:#e4eaf2;--oe-white:#fff;--oe-radius:18px;--oe-shadow:0 18px 55px rgba(7,31,68,.12)}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Inter,Arial,sans-serif;color:var(--oe-text);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.oe-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.oe-topbar{background:var(--oe-navy);color:#dfe9f7;font-size:13px}.oe-topbar .oe-container{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 0}.oe-topbar span{display:inline-flex;align-items:center;gap:7px;margin-right:18px}.oe-header{background:#fff;box-shadow:0 8px 28px rgba(7,31,68,.08);position:relative;z-index:10}.oe-header-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.oe-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--oe-navy);font-size:25px}.oe-logo-mark{width:44px;height:44px;border:3px solid var(--oe-navy);border-radius:14px;display:grid;place-items:center;color:var(--oe-orange)}.oe-logo small{display:block;font-size:11px;font-weight:600;color:var(--oe-muted);margin-top:-6px}.oe-nav ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.oe-nav a{font-size:14px;font-weight:700;color:var(--oe-text)}.oe-nav .current-menu-item>a,.oe-nav a:hover{color:var(--oe-orange)}.oe-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:13px 20px;font-weight:800;font-size:14px;transition:.2s;border:0;cursor:pointer}.oe-btn-primary{background:linear-gradient(135deg,var(--oe-orange),var(--oe-orange2));color:#fff;box-shadow:0 10px 25px rgba(255,145,0,.24)}.oe-btn-primary:hover{transform:translateY(-2px)}.oe-btn-dark{background:var(--oe-navy);color:#fff}.oe-btn-outline{border:1px solid rgba(255,255,255,.35);color:#fff}.oe-hero{background:linear-gradient(90deg,#061d40 0%,#0b3269 48%,#edf2f8 48%,#edf2f8 100%);overflow:hidden}.oe-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:470px;align-items:center}.oe-hero-content{color:#fff;padding:58px 34px 58px 0}.oe-badge{display:inline-flex;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800;letter-spacing:.04em;color:#dfe9f7}.oe-hero h1{font-size:54px;line-height:1.04;margin:18px 0 16px;color:#fff}.oe-hero h1 span{color:var(--oe-orange)}.oe-hero p{max-width:560px;color:#d8e6f8;font-size:17px}.oe-hero-checks{display:flex;flex-wrap:wrap;gap:20px;margin:26px 0;color:#fff;font-weight:700;font-size:14px}.oe-metrics{display:flex;gap:14px;margin-top:24px}.oe-metric{border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:14px 22px;min-width:170px}.oe-metric strong{display:block;color:var(--oe-orange);font-size:23px}.oe-hero-media{position:relative;min-height:470px;background:linear-gradient(rgba(10,28,57,.08),rgba(10,28,57,.08)),url('https://images.unsplash.com/photo-1632823471565-1ecdf5c9512b?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;border-bottom-left-radius:28px}.oe-form-card{position:absolute;left:24px;top:32px;width:300px;background:#fff;border-radius:20px;box-shadow:var(--oe-shadow);padding:24px}.oe-form-card h3{margin:0 0 16px;font-size:19px}.oe-form-card input,.oe-form-card select{width:100%;height:44px;border:1px solid var(--oe-border);border-radius:10px;margin-bottom:10px;padding:0 12px;color:var(--oe-text)}.oe-form-card button{width:100%;margin-top:4px}.oe-form-note{font-size:11px;color:var(--oe-muted);text-align:center;margin-top:10px}.oe-section{padding:54px 0}.oe-section-soft{background:var(--oe-bg)}.oe-title{text-align:center;margin:0 0 25px}.oe-title h2{font-size:30px;line-height:1.2;margin:0;color:var(--oe-navy)}.oe-title p{margin:6px 0 0;color:var(--oe-muted)}.oe-feature-strip{margin-top:-32px;position:relative;z-index:3}.oe-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--oe-border);border-radius:14px;box-shadow:0 12px 30px rgba(7,31,68,.08);overflow:hidden}.oe-feature{padding:22px 18px;display:flex;align-items:flex-start;gap:12px;border-right:1px solid var(--oe-border)}.oe-feature:last-child{border-right:0}.oe-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--oe-navy);background:#f1f6ff;font-weight:900;flex:0 0 auto}.oe-feature strong{display:block;color:var(--oe-navy);font-size:14px}.oe-feature small{color:var(--oe-muted)}.oe-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:20px}.oe-card{background:#fff;border:1px solid var(--oe-border);border-radius:var(--oe-radius);box-shadow:0 12px 35px rgba(7,31,68,.06)}.oe-package{position:relative;padding:32px}.oe-package.featured{border-color:var(--oe-orange);transform:translateY(-8px)}.oe-ribbon{position:absolute;left:0;right:0;top:0;background:var(--oe-orange);color:#fff;text-align:center;font-size:12px;font-weight:800;border-radius:var(--oe-radius) var(--oe-radius) 0 0;padding:7px}.oe-package h3{text-align:center;font-size:24px;margin:12px 0 0;color:var(--oe-navy)}.oe-package p{text-align:center;color:var(--oe-muted);margin:0 0 10px}.oe-price{text-align:center;font-size:34px;font-weight:900;color:var(--oe-navy);margin:12px 0 20px}.oe-package ul{list-style:none;margin:0 0 24px;padding:0}.oe-package li{margin:9px 0;font-size:14px}.oe-package li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;background:var(--oe-navy);color:#fff;border-radius:50%;font-size:11px;margin-right:8px}.oe-package .oe-btn{width:100%}.oe-services{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.oe-service{padding:22px 12px;text-align:center}.oe-service .oe-icon{margin:0 auto 10px}.oe-service strong{font-size:13px;color:var(--oe-navy)}.oe-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:stretch}.oe-step{text-align:center;padding:18px 10px;position:relative}.oe-step-num{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--oe-border);display:grid;place-items:center;margin:0 auto 10px;font-weight:900;color:var(--oe-navy)}.oe-step strong{display:block;font-size:13px;color:var(--oe-navy)}.oe-step p{font-size:12px;color:var(--oe-muted);margin:4px 0 0}.oe-two{display:grid;grid-template-columns:1fr 1.35fr;gap:24px}.oe-report,.oe-reviews{padding:24px}.oe-report-preview{display:grid;grid-template-columns:150px 1fr;gap:16px;background:#f8fbff;border:1px solid var(--oe-border);border-radius:14px;padding:16px}.oe-report-status{background:#fff;border-radius:12px;padding:14px}.oe-report-status strong{font-size:28px;color:#11a35a}.oe-car-diagram{min-height:170px;border-radius:12px;background:radial-gradient(circle at 50% 50%, #fff 0 40%, #edf5ff 41% 100%);border:1px dashed #c6d3e6;position:relative}.oe-car-diagram:before{content:'🚗';position:absolute;font-size:86px;left:50%;top:50%;transform:translate(-50%,-50%)}.oe-google-grid{display:grid;grid-template-columns:170px repeat(3,1fr);gap:14px}.oe-rating{text-align:center;padding:22px}.oe-rating strong{font-size:44px;color:var(--oe-navy)}.oe-stars{color:#ffb000;letter-spacing:2px}.oe-review{padding:18px}.oe-review-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.oe-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#dfe9f7,#fff);display:grid;place-items:center;font-weight:900;color:var(--oe-navy)}.oe-review p{font-size:13px;color:var(--oe-text);margin:10px 0}.oe-g{float:right;color:#4285f4;font-weight:900}.oe-admin-preview{background:linear-gradient(135deg,#061d40,#0b3269);color:#fff;border-radius:18px;padding:28px;display:grid;grid-template-columns:.8fr 1.4fr;gap:24px}.oe-admin-preview h2{font-size:28px;margin:0 0 8px}.oe-admin-preview ul{padding:0;margin:18px 0;list-style:none}.oe-admin-preview li{margin:8px 0}.oe-admin-preview li:before{content:'✓';color:#24d184;margin-right:8px}.oe-dashboard{background:#fff;color:var(--oe-text);border-radius:14px;padding:18px}.oe-dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.oe-dash-tile{border:1px solid var(--oe-border);border-radius:12px;padding:16px;min-height:90px}.oe-dash-tile span{display:block;color:var(--oe-muted);font-size:12px}.oe-dash-tile strong{display:block;color:var(--oe-navy);margin-top:8px}.oe-blog-faq{display:grid;grid-template-columns:1fr 1fr;gap:28px}.oe-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.oe-post-card{overflow:hidden}.oe-post-thumb{height:130px;background:linear-gradient(135deg,#dfe9f7,#b8cbe5);display:grid;place-items:center;font-size:42px}.oe-post-body{padding:16px}.oe-post-body small{color:var(--oe-orange);font-weight:800}.oe-post-body h3{font-size:16px;line-height:1.3;margin:8px 0;color:var(--oe-navy)}.oe-faq-item{border:1px solid var(--oe-border);border-radius:10px;margin-bottom:10px;background:#fff;overflow:hidden}.oe-faq-q{width:100%;background:#fff;border:0;text-align:left;padding:15px 18px;font-weight:800;color:var(--oe-navy);cursor:pointer}.oe-faq-q:after{content:'+';float:right}.oe-faq-item.active .oe-faq-q:after{content:'−'}.oe-faq-a{display:none;padding:0 18px 16px;color:var(--oe-muted)}.oe-faq-item.active .oe-faq-a{display:block}.oe-cta{background:linear-gradient(135deg,#061d40,#0b3269);border-radius:18px;color:#fff;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.oe-cta h2{font-size:30px;margin:0}.oe-cta p{margin:4px 0 0;color:#dfe9f7}.oe-footer{background:#061d40;color:#dfe9f7;padding:44px 0 18px}.oe-footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:30px}.oe-footer h3,.oe-footer h4{color:#fff;margin:0 0 14px}.oe-footer ul{list-style:none;padding:0;margin:0}.oe-footer li{margin:8px 0;color:#b9c8dc;font-size:14px}.oe-copy{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:16px;color:#9fb0c8;font-size:13px;display:flex;justify-content:space-between}.oe-mobile-toggle{display:none}.oe-page-hero{background:linear-gradient(135deg,#061d40,#0b3269);color:#fff;padding:70px 0}.oe-content{padding:54px 0}.oe-content article{max-width:850px;margin:auto}.oe-content h1{color:var(--oe-navy)}.oe-toast{position:fixed;right:22px;bottom:22px;background:#0baa63;color:#fff;padding:14px 18px;border-radius:10px;z-index:99;box-shadow:var(--oe-shadow)}@media(max-width:1024px){.oe-hero-grid,.oe-two,.oe-admin-preview,.oe-blog-faq{grid-template-columns:1fr}.oe-hero{background:#061d40}.oe-hero-media{border-radius:0;min-height:420px}.oe-form-card{position:relative;left:auto;top:auto;margin:26px auto}.oe-feature-grid{grid-template-columns:repeat(2,1fr)}.oe-packages{grid-template-columns:1fr}.oe-services{grid-template-columns:repeat(2,1fr)}.oe-steps{grid-template-columns:repeat(2,1fr)}.oe-google-grid{grid-template-columns:1fr}.oe-dashboard-grid,.oe-posts{grid-template-columns:1fr}.oe-footer-grid{grid-template-columns:1fr 1fr}.oe-nav{display:none}.oe-mobile-toggle{display:inline-flex}.oe-header-row{height:auto;padding:16px 0}.oe-cta{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.oe-topbar .oe-container{display:block}.oe-hero h1{font-size:38px}.oe-metrics,.oe-hero-checks{display:block}.oe-metric{margin-bottom:12px}.oe-feature-grid,.oe-footer-grid{grid-template-columns:1fr}.oe-feature{border-right:0;border-bottom:1px solid var(--oe-border)}.oe-copy{display:block}.oe-btn{width:100%;margin-bottom:8px}}
/* v1.0.2 SVG icon system */
.oe-svg{width:42px;height:42px;border-radius:12px;display:inline-grid;place-items:center;color:var(--oe-navy);background:#f1f6ff;flex:0 0 auto}.oe-svg svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.oe-logo-mark .oe-svg{width:44px;height:44px;background:transparent;color:var(--oe-orange);border:0}.oe-logo-mark .oe-svg svg{width:30px;height:30px}.oe-topbar .oe-svg{width:18px;height:18px;background:transparent;color:#dfe9f7;border-radius:0}.oe-topbar .oe-svg svg{width:15px;height:15px}.oe-topbar a,.oe-topbar span{display:inline-flex;align-items:center;gap:7px}.oe-btn .oe-svg{width:18px;height:18px;background:transparent;color:currentColor;border-radius:0}.oe-btn .oe-svg svg{width:17px;height:17px}.oe-hero-checks span{display:inline-flex;align-items:center;gap:8px}.oe-hero-checks .oe-svg{width:22px;height:22px;background:rgba(255,255,255,.1);color:#fff}.oe-hero-checks .oe-svg svg{width:14px;height:14px}.oe-feature>.oe-svg{margin-top:2px}.oe-service .oe-svg{margin:0 auto 10px}.oe-dashboard-grid .oe-svg{width:34px;height:34px;margin-bottom:10px}.oe-dashboard-grid .oe-svg svg{width:18px;height:18px}.oe-footer li .oe-svg{width:17px;height:17px;background:transparent;color:#dfe9f7;border-radius:0;vertical-align:middle;margin-right:4px}.oe-footer li .oe-svg svg{width:15px;height:15px}.oe-google-mark{float:right;width:20px;height:20px;background:transparent;border-radius:0;color:#4285f4}.oe-google-mark svg{width:19px;height:19px;stroke-width:1.4}.oe-mobile-toggle .oe-svg{width:24px;height:24px;background:transparent;color:var(--oe-navy)}.oe-social-letter,.oe-footer-social a{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.25);font-size:12px;font-weight:800}.oe-footer-social{display:flex;gap:8px;margin-top:18px}.oe-car-diagram{display:grid;place-items:center}.oe-car-diagram:before{content:none}.oe-car-diagram .oe-svg{width:120px;height:120px;background:transparent;color:#90a9c9}.oe-car-diagram .oe-svg svg{width:110px;height:110px;stroke-width:1.1}.oe-post-svg{width:64px;height:64px;background:transparent;color:#90a9c9}.oe-post-svg svg{width:58px;height:58px}.oe-post-thumb{font-size:0}.oe-report-img{width:100%;border-radius:14px;border:1px solid var(--oe-border)}
@media(max-width:1024px){.oe-nav{position:absolute;left:0;right:0;top:100%;background:#fff;padding:18px 24px;box-shadow:0 20px 35px rgba(7,31,68,.12)}.oe-nav ul{display:block}.oe-nav li{margin:12px 0}.oe-header{position:relative}.oe-header-btn{display:none}.oe-mobile-toggle{border:0;background:#f1f6ff;border-radius:10px;padding:10px;align-items:center;justify-content:center}}

/* v1.0.5 sürüm görünürlüğü ve cache düzeltmeleri */
.oe-service .oe-svg{width:42px;height:42px;background:#f0f5ff;border-radius:13px;display:grid;place-items:center;margin:0 auto 12px}.oe-service .oe-svg svg{width:24px;height:24px}.oe-service strong{display:block;line-height:1.45}.oe-package h3{text-transform:none}.oe-package li{font-size:13px;line-height:1.4}.oe-admin-preview{display:none!important}

/* v1.0.5 admin version badge */
.oe-admin-version-badge{display:inline-flex;align-items:center;height:38px;padding:0 14px;border:1px solid #dbe4f0;background:#fff;border-radius:10px;color:#0b2a55;font-weight:700;margin-right:10px;}

/* v1.0.6 Google yorumları tek alan düzeltmesi */
.oe-reviews-only{grid-template-columns:1fr}.oe-reviews-only .oe-reviews{padding:34px}.oe-reviews-only .oe-google-grid{grid-template-columns:190px repeat(3,1fr)}.oe-google-mark svg{width:20px;height:20px;stroke:none;fill:currentColor}.oe-google-mark{background:transparent!important;color:#4285f4!important;float:right;width:22px;height:22px}.oe-svg svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.oe-icon-google svg{fill:currentColor;stroke:none}.oe-review{min-height:210px}.oe-rating{display:flex;flex-direction:column;justify-content:center}@media(max-width:1024px){.oe-reviews-only .oe-google-grid{grid-template-columns:1fr}}


/* v1.0.7 - geniş paket düzeni ve tam geniş Google yorumları */
.oe-packages-container{width:min(1460px,calc(100% - 48px));}
.oe-packages{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;align-items:stretch;}
.oe-package{padding:34px 28px;display:flex;flex-direction:column;min-height:560px;}
.oe-package.featured{transform:none;box-shadow:0 20px 55px rgba(255,145,0,.15);}
.oe-package h3{font-size:27px;margin-top:16px;}
.oe-package p{font-size:15px;min-height:25px;}
.oe-price{font-size:35px;line-height:1.18;margin:14px 0 20px;word-break:normal;}
.oe-package ul{flex:1;margin-bottom:24px;}
.oe-package li{display:flex;align-items:flex-start;gap:9px;font-size:14px;line-height:1.35;margin:9px 0;}
.oe-package li:before{flex:0 0 18px;margin:2px 0 0 0;}
.oe-package .oe-btn{margin-top:auto;min-height:50px;}
.oe-reviews-only{grid-template-columns:1fr!important;}
.oe-reviews-only.oe-container{width:min(1180px,calc(100% - 48px));}
.oe-reviews-only .oe-reviews{padding:40px;}
.oe-reviews-only .oe-google-grid{grid-template-columns:220px repeat(3,minmax(0,1fr));gap:18px;}
.oe-reviews-only .oe-review{min-height:240px;}
@media(max-width:1320px){.oe-packages{grid-template-columns:repeat(3,minmax(0,1fr));}.oe-package{min-height:auto;}}
@media(max-width:900px){.oe-packages-container{width:min(100% - 32px,720px);}.oe-packages{grid-template-columns:repeat(2,minmax(0,1fr));}.oe-reviews-only .oe-google-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:640px){.oe-packages{grid-template-columns:1fr;}.oe-package{padding:28px 22px;}.oe-reviews-only .oe-reviews{padding:24px;}.oe-reviews-only .oe-google-grid{grid-template-columns:1fr;}}

/* v1.0.8 - paket daha fazla, hizmet ikon yükleme, blog/SSS alt alta, CTA ve iletişim düzeni */
.oe-packages-container{width:min(1520px,calc(100% - 48px));}
.oe-package{min-height:520px;max-height:none;}
.oe-package-list{min-height:238px;max-height:238px;overflow:hidden;position:relative;}
.oe-package-list .oe-package-more[hidden]{display:none!important;}
.oe-package-list.expanded{max-height:none;overflow:visible;}
.oe-package-list.expanded .oe-package-more{display:contents;}
.oe-more-toggle{border:0;background:#f4f7fc;color:var(--oe-navy);font-weight:800;border-radius:10px;padding:10px 12px;margin:-4px 0 16px;cursor:pointer;width:100%;transition:.18s;}
.oe-more-toggle:hover{background:#e8eef8;color:var(--oe-orange);}
.oe-uploaded-icon{overflow:hidden;background:#f1f6ff;}
.oe-uploaded-icon img{width:24px;height:24px;object-fit:contain;display:block;}
.oe-service .oe-uploaded-icon img{width:30px;height:30px;}
.oe-services{grid-template-columns:repeat(8,minmax(0,1fr));align-items:stretch;}
.oe-service{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.oe-blog-faq-stacked{display:grid;grid-template-columns:1fr;gap:36px;}
.oe-section-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;}
.oe-section-headline h2{margin:0;color:var(--oe-navy);font-size:30px;line-height:1.15;}
.oe-section-headline p{margin:7px 0 0;color:var(--oe-muted);}
.oe-all-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--oe-border);border-radius:999px;padding:10px 15px;color:var(--oe-navy);font-weight:800;background:#fff;white-space:nowrap;}
.oe-all-link:hover{border-color:var(--oe-orange);color:var(--oe-orange);}
.oe-posts-minimal{grid-template-columns:repeat(3,minmax(0,1fr));}
.oe-posts-minimal .oe-post-card{border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(7,31,68,.06);}
.oe-posts-minimal .oe-post-thumb{height:165px;background:#dbe7f7;}
.oe-posts-minimal .oe-post-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.oe-posts-minimal .oe-post-body{padding:18px;min-height:120px;}
.oe-posts-minimal .oe-post-body h3{font-size:18px;line-height:1.3;}
.oe-faq-block{max-width:1040px;margin:0 auto;width:100%;}
.oe-faq-block .oe-faq-item{border-radius:12px;box-shadow:0 8px 24px rgba(7,31,68,.04);}
.oe-cta-pro{display:grid;grid-template-columns:1.1fr .9fr auto;align-items:center;padding:34px 36px;background:radial-gradient(circle at 85% 50%,rgba(255,145,0,.22),transparent 28%),linear-gradient(135deg,#061d40,#0b3269);}
.oe-cta-kicker{display:inline-block;color:#ffbf69;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:12px;margin-bottom:8px;}
.oe-cta-contact{display:grid;gap:8px;}
.oe-cta-mini{display:flex;align-items:center;gap:8px;color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);border-radius:12px;padding:9px 11px;font-weight:700;font-size:13px;}
.oe-cta-mini .oe-svg{width:19px;height:19px;background:transparent;color:#ffbf69;border-radius:0;}
.oe-cta-actions{display:flex;flex-direction:column;gap:10px;min-width:245px;}
.oe-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;}
.oe-contact-card{padding:28px;}
.oe-contact-list{display:grid;gap:12px;margin-top:18px;}
.oe-contact-line{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--oe-border);border-radius:14px;background:#fff;}
.oe-contact-line .oe-svg{width:36px;height:36px;}
.oe-contact-line strong{display:block;color:var(--oe-navy);}
.oe-contact-line span,.oe-contact-line a{color:var(--oe-text);}
.oe-contact-form input,.oe-contact-form textarea{width:100%;border:1px solid var(--oe-border);border-radius:12px;min-height:48px;padding:12px;margin-bottom:12px;font-family:inherit;}
.oe-contact-form textarea{min-height:130px;}
@media(max-width:1320px){.oe-services{grid-template-columns:repeat(4,minmax(0,1fr));}.oe-package-list{max-height:none;min-height:0}.oe-package{min-height:auto}.oe-more-toggle{display:none}.oe-package-more[hidden]{display:contents!important}}
@media(max-width:1024px){.oe-cta-pro{grid-template-columns:1fr;}.oe-cta-actions{width:100%;}.oe-posts-minimal{grid-template-columns:1fr 1fr}.oe-contact-grid{grid-template-columns:1fr}}
@media(max-width:640px){.oe-services{grid-template-columns:repeat(2,minmax(0,1fr));}.oe-section-headline{display:block}.oe-all-link{margin-top:12px}.oe-posts-minimal{grid-template-columns:1fr}.oe-cta-pro{padding:26px 20px}.oe-cta-mini{font-size:12px}}

/* v1.0.10 - Paket hizalama, marka logo ve yönetilebilir buton düzeni */
.oe-logo{min-width:180px}
.oe-logo img.oe-brand-logo-img{display:block;width:auto;max-width:260px;max-height:58px;object-fit:contain}
.oe-logo-text-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.oe-footer-logo-img{display:block;width:auto;max-width:230px;max-height:70px;object-fit:contain;margin-bottom:14px;background:#fff;border-radius:6px;padding:6px}
.oe-footer-title-fallback{display:none}
.oe-packages-container{width:min(1500px,calc(100% - 32px))}
.oe-packages{grid-template-columns:repeat(5,minmax(230px,1fr));align-items:stretch;gap:22px}
.oe-package{display:flex;flex-direction:column;height:100%;min-height:640px;padding:40px 26px 32px;overflow:hidden}
.oe-package.featured{transform:none}
.oe-package h3{font-size:27px;min-height:34px;margin-top:12px}
.oe-package p{min-height:24px;font-size:15px}
.oe-price{font-size:36px;line-height:1.12;min-height:86px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal}
.oe-package-list{min-height:245px;margin-bottom:18px}
.oe-package-list li{line-height:1.35;display:flex;align-items:flex-start;gap:8px}
.oe-package li:before{flex:0 0 18px;margin-right:0;margin-top:1px}
.oe-package-actions{margin-top:auto;display:grid;gap:14px;width:100%}
.oe-more-toggle{width:100%;border:0;border-radius:10px;background:#f3f6fb;color:var(--oe-navy);font-weight:900;padding:12px 14px;cursor:pointer;transition:.2s}
.oe-more-toggle:hover{background:#e9eff8}
.oe-package-actions .oe-btn{width:100%;min-height:52px}
.oe-services{grid-template-columns:repeat(8,minmax(130px,1fr));overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}
.oe-service{min-width:130px;min-height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}
.oe-uploaded-icon img{width:32px;height:32px;object-fit:contain;display:block}
@media(max-width:1400px){.oe-packages{grid-template-columns:repeat(5,minmax(210px,1fr));gap:18px}.oe-package{padding:36px 22px 30px}.oe-price{font-size:32px}}
@media(max-width:1180px){.oe-packages{grid-template-columns:repeat(3,minmax(240px,1fr))}.oe-package{min-height:590px}.oe-services{grid-template-columns:repeat(4,1fr);overflow:visible}}
@media(max-width:760px){.oe-packages{grid-template-columns:1fr}.oe-package{min-height:auto}.oe-package-list{min-height:auto}.oe-services{grid-template-columns:repeat(2,1fr)}.oe-logo img.oe-brand-logo-img{max-width:190px}}


/* v1.0.10 - Blog alanı premium 3 kart, eşit ölçü ve hover efektleri */
.oe-blog-block{width:100%;}
.oe-blog-block .oe-section-headline{align-items:center;margin-bottom:22px;}
.oe-blog-block .oe-section-headline h2{font-size:34px;letter-spacing:-.02em;}
.oe-posts-minimal{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:stretch;}
.oe-post-card-pro{position:relative;overflow:hidden;border-radius:20px!important;background:#fff;border:1px solid var(--oe-border);box-shadow:0 16px 38px rgba(7,31,68,.08)!important;transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;min-height:318px;}
.oe-post-card-pro:hover{transform:translateY(-7px);box-shadow:0 26px 60px rgba(7,31,68,.16)!important;border-color:rgba(255,145,0,.38);}
.oe-post-card-pro a{display:flex;flex-direction:column;height:100%;}
.oe-post-thumb-bg{height:178px!important;position:relative;display:grid;place-items:center;background-color:#dfe9f7;background-size:cover;background-position:center;border-bottom:1px solid var(--oe-border);overflow:hidden;}
.oe-post-thumb-bg:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,24,55,.05),rgba(5,24,55,.48));opacity:.78;transition:opacity .24s ease;}
.oe-post-card-pro:hover .oe-post-thumb-bg:before{opacity:.55;}
.oe-post-thumb-bg:after{content:'';position:absolute;inset:-10%;background:inherit;background-size:cover;background-position:center;transform:scale(1);transition:transform .42s ease;z-index:0;}
.oe-post-card-pro:hover .oe-post-thumb-bg:after{transform:scale(1.08);}
.oe-post-thumb-bg .oe-svg,.oe-post-thumb-bg .oe-post-svg{position:relative;z-index:2;width:58px;height:58px;background:rgba(255,255,255,.88);color:var(--oe-navy);border-radius:18px;box-shadow:0 10px 30px rgba(7,31,68,.12);}
.oe-post-date{position:absolute;left:16px;bottom:14px;z-index:3;display:inline-flex;align-items:center;min-height:28px;padding:6px 11px;border-radius:999px;background:rgba(255,145,0,.96);color:#fff!important;font-weight:900;font-size:12px;letter-spacing:.01em;box-shadow:0 8px 18px rgba(255,145,0,.22);}
.oe-post-card-pro .oe-post-body{padding:20px!important;min-height:140px!important;display:flex;flex-direction:column;justify-content:space-between;gap:14px;}
.oe-post-card-pro .oe-post-body h3{font-size:20px!important;line-height:1.25!important;margin:0!important;color:var(--oe-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px;}
.oe-post-readmore{display:inline-flex;align-items:center;color:var(--oe-orange);font-weight:900;font-size:14px;transition:transform .2s ease;}
.oe-post-card-pro:hover .oe-post-readmore{transform:translateX(4px);}
.oe-faq-block{margin-top:8px;}
@media(max-width:1024px){.oe-posts-minimal{grid-template-columns:repeat(3,minmax(220px,1fr))!important;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.oe-post-card-pro{min-width:260px;scroll-snap-align:start}}
@media(max-width:760px){.oe-posts-minimal{grid-template-columns:1fr!important;overflow:visible}.oe-post-card-pro{min-width:0}.oe-blog-block .oe-section-headline{display:block}.oe-blog-block .oe-all-link{margin-top:14px}.oe-post-thumb-bg{height:190px!important}}


/* v1.0.14 - Blog tarih rozetleri kaldırıldı */
.oe-services{
    display:flex !important;
    flex-wrap:nowrap !important;
    justify-content:center;
    align-items:stretch;
    gap:14px;
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
    overflow-x:visible;
    padding-bottom:0;
}
.oe-services .oe-service{
    flex:0 0 150px;
    min-width:150px;
    max-width:150px;
    min-height:134px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:20px 12px;
}
.oe-services .oe-service .oe-icon,
.oe-service .oe-service-icon-img{
    margin-bottom:10px;
}
.oe-service .oe-service-icon-img{
    width:42px;
    height:42px;
    object-fit:contain;
    display:block;
    padding:7px;
    border-radius:12px;
    background:#f1f6ff;
}
.oe-services .oe-service strong{
    display:block;
    line-height:1.35;
    min-height:38px;
}
@media(max-width:1320px){
    .oe-services{
        justify-content:flex-start;
        overflow-x:auto;
        scroll-snap-type:x proximity;
        padding:0 0 10px;
        -webkit-overflow-scrolling:touch;
    }
    .oe-services .oe-service{scroll-snap-align:start;}
}
@media(max-width:760px){
    .oe-services{
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto;
    }
    .oe-services .oe-service{
        flex-basis:145px;
        min-width:145px;
        max-width:145px;
    }
}

/* v1.0.14 - Blog kartlarında tarih/etiket rozeti kaldırıldı */
.oe-post-card-pro .oe-post-thumb{overflow:hidden;}
.oe-post-card-pro .oe-post-thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,28,66,0) 0%,rgba(2,28,66,.08) 100%);opacity:.65;pointer-events:none;}
.oe-post-card-pro:hover .oe-post-thumb::after{opacity:.35;}


/* v1.0.15 - Hizmetler 4+4 düzen, ikon solda */
.oe-services{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:16px !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow:visible !important;
    padding-bottom:0 !important;
}
.oe-services .oe-service{
    min-width:0 !important;
    max-width:none !important;
    width:100% !important;
    min-height:92px !important;
    height:92px !important;
    padding:18px 20px !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
    text-align:left !important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.oe-services .oe-service:hover{
    transform:translateY(-4px);
    border-color:rgba(255,145,0,.45);
    box-shadow:0 18px 42px rgba(7,31,68,.12);
}
.oe-services .oe-service .oe-icon,
.oe-services .oe-service .oe-service-icon-img{
    flex:0 0 44px !important;
    width:44px !important;
    height:44px !important;
    margin:0 !important;
}
.oe-services .oe-service strong{
    min-height:0 !important;
    line-height:1.28 !important;
    font-size:14px !important;
    text-align:left !important;
}
@media(max-width:1024px){
    .oe-services{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        max-width:760px !important;
    }
}
@media(max-width:560px){
    .oe-services{
        grid-template-columns:1fr !important;
        max-width:100% !important;
    }
    .oe-services .oe-service{
        height:auto !important;
        min-height:82px !important;
    }
}


/* v1.0.16 - Hizmet kartları: ikon en solda, yazı ikonun hemen yanında */
.oe-services{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:16px !important;
    max-width:1180px !important;
}
.oe-services .oe-service{
    position:relative !important;
    height:82px !important;
    min-height:82px !important;
    padding:16px 18px 16px 76px !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:left !important;
    gap:0 !important;
}
.oe-services .oe-service .oe-svg,
.oe-services .oe-service .oe-icon,
.oe-services .oe-service .oe-uploaded-icon,
.oe-services .oe-service .oe-service-icon-img{
    position:absolute !important;
    left:18px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    flex:none !important;
    width:44px !important;
    height:44px !important;
    margin:0 !important;
}
.oe-services .oe-service .oe-service-icon-img,
.oe-services .oe-service .oe-uploaded-icon img{
    width:44px !important;
    height:44px !important;
    object-fit:contain !important;
}
.oe-services .oe-service strong{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    min-height:0 !important;
    text-align:left !important;
    line-height:1.28 !important;
    font-size:15px !important;
    font-weight:800 !important;
    color:var(--oe-navy) !important;
}
@media(max-width:1024px){
    .oe-services{grid-template-columns:repeat(2,minmax(0,1fr)) !important;max-width:760px !important;}
}
@media(max-width:560px){
    .oe-services{grid-template-columns:1fr !important;max-width:100% !important;}
    .oe-services .oe-service{height:78px !important;min-height:78px !important;padding-left:74px !important;}
}

/* v1.0.17 - Footer polish */
.oe-footer{padding:58px 0 22px;}
.oe-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr 1.15fr 1fr;gap:36px;align-items:start;}
.oe-footer p{font-size:17px;line-height:1.7;color:#dfe9f7;max-width:320px;margin:14px 0 0;}
.oe-footer h4{font-size:28px;margin-bottom:18px;line-height:1.1;}
.oe-footer h3{font-size:30px;}
.oe-footer ul{display:grid;gap:12px;}
.oe-footer li{margin:0;font-size:17px;line-height:1.55;color:#dfe9f7;}
.oe-footer a{color:#dfe9f7;transition:.2s;}
.oe-footer a:hover{color:#fff;}
.oe-footer-grid > div:not(:first-child){padding-top:6px;}
.oe-footer-logo-img{max-width:260px;max-height:78px;border-radius:10px;padding:8px;margin-bottom:18px;}
.oe-footer-social{margin-top:24px;}
.oe-footer-social a{width:34px;height:34px;font-size:13px;}
.oe-footer-contact ul,.oe-footer-hours ul{gap:10px;}
.oe-footer-contact li a,.oe-footer-hours li,.oe-footer-address{display:flex;align-items:flex-start;gap:10px;}
.oe-footer-contact li .oe-svg,.oe-footer-hours li .oe-svg,.oe-footer-address .oe-svg{width:20px;height:20px;margin-top:3px;margin-right:0;flex:0 0 20px;}
.oe-footer-contact li span,.oe-footer-hours li span,.oe-footer-address span{display:block;line-height:1.6;}
.oe-footer-hours ul li:nth-child(2){color:#cbd7e9;}
.oe-copy{margin-top:36px;padding-top:20px;font-size:15px;align-items:center;gap:16px;}
@media(max-width:1180px){
  .oe-footer-grid{grid-template-columns:repeat(3,1fr);gap:28px;}
}
@media(max-width:760px){
  .oe-footer-grid{grid-template-columns:1fr 1fr;gap:24px;}
  .oe-footer h4{font-size:22px;}
  .oe-footer li,.oe-footer p{font-size:15px;}
}
@media(max-width:560px){
  .oe-footer-grid{grid-template-columns:1fr;}
  .oe-copy{display:block;}
  .oe-copy span+span{display:block;margin-top:8px;}
}

/* v1.0.18 - Blog alanı görsel/renk/efekt iyileştirme */
.oe-blog-block{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:30px;
  border:1px solid #e6edf7;
  background:linear-gradient(135deg,#ffffff 0%,#f9fbff 58%,#f3f8ff 100%);
  box-shadow:0 18px 55px rgba(7,31,68,.08);
}
.oe-blog-block:before,
.oe-blog-block:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.oe-blog-block:before{
  width:240px;height:240px;right:-90px;top:-90px;
  background:radial-gradient(circle,rgba(255,145,0,.12) 0%,rgba(255,145,0,0) 70%);
}
.oe-blog-block:after{
  width:220px;height:220px;left:-110px;bottom:-110px;
  background:radial-gradient(circle,rgba(11,50,105,.10) 0%,rgba(11,50,105,0) 72%);
}
.oe-blog-block > *{position:relative;z-index:1;}
.oe-blog-block .oe-section-headline{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:26px;
}
.oe-blog-block .oe-section-headline h2{font-size:38px;line-height:1.06;margin-bottom:8px;}
.oe-blog-block .oe-section-headline p{font-size:18px;line-height:1.5;max-width:620px;}
.oe-blog-block .oe-all-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 20px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dde6f3;
  color:var(--oe-navy);
  font-weight:800;
  box-shadow:0 10px 24px rgba(7,31,68,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.oe-blog-block .oe-all-link:hover{
  transform:translateY(-2px);
  background:var(--oe-orange);
  color:#fff;
  border-color:var(--oe-orange);
  box-shadow:0 14px 30px rgba(255,145,0,.24);
}
.oe-posts-minimal{gap:24px!important;}
.oe-post-card-pro{
  min-height:385px;
  border-radius:24px!important;
  box-shadow:0 16px 45px rgba(7,31,68,.10)!important;
  border-color:#e7edf6;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
}
.oe-post-card-pro:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 24px 60px rgba(7,31,68,.17)!important;
}
.oe-post-thumb-bg{
  height:210px!important;
  background-position:center center!important;
  border-bottom:0;
}
.oe-post-card-pro .oe-post-thumb{position:relative;}
.oe-post-card-pro .oe-post-thumb::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,24,55,.06) 0%,rgba(5,24,55,.26) 100%);
  z-index:1;
}
.oe-post-card-pro .oe-post-thumb::after{
  content:'';
  position:absolute;
  left:0;right:0;bottom:0;
  height:68px;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 100%);
  z-index:1;
}
.oe-post-thumb-bg .oe-svg,.oe-post-thumb-bg .oe-post-svg{z-index:2;}
.oe-post-card-pro .oe-post-body{
  position:relative;
  padding:22px 22px 24px!important;
  min-height:150px!important;
  background:#fff;
}
.oe-post-card-pro .oe-post-body h3{
  font-size:18px!important;
  line-height:1.32!important;
  min-height:74px;
}
.oe-post-readmore{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin-top:auto;
  padding:10px 14px;
  border-radius:999px;
  background:#fff6ea;
  color:var(--oe-orange);
  font-size:14px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(255,145,0,.15);
  transition:transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.oe-post-card-pro:hover .oe-post-readmore{
  transform:none;
  background:var(--oe-orange);
  color:#fff;
  box-shadow:0 10px 24px rgba(255,145,0,.24);
}
@media(max-width:1024px){
  .oe-blog-block{padding:28px;}
  .oe-blog-block .oe-section-headline{display:block;}
  .oe-blog-block .oe-all-link{margin-top:14px;}
}
@media(max-width:760px){
  .oe-blog-block{padding:24px 18px;}
  .oe-blog-block .oe-section-headline h2{font-size:32px;}
  .oe-blog-block .oe-section-headline p{font-size:16px;}
  .oe-post-card-pro{min-height:0;}
  .oe-post-thumb-bg{height:200px!important;}
  .oe-post-card-pro .oe-post-body h3{min-height:0;}
}


/* v1.0.19 - Google yorumları tüm temiz yorumlar yatay akış */
.oe-reviews-only .oe-google-grid,
.oe-google-grid{
  display:flex !important;
  align-items:stretch;
  gap:16px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:6px 4px 18px;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
}
.oe-google-grid .oe-rating{
  flex:0 0 190px;
  position:sticky;
  left:0;
  z-index:2;
  background:#fff;
}
.oe-google-grid .oe-review{
  flex:0 0 300px;
  min-height:230px;
  scroll-snap-align:start;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.oe-google-grid .oe-review:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(7,31,68,.12);
  border-color:rgba(255,145,0,.28);
}
.oe-review p{
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.oe-reviews > p:last-child{
  margin-top:12px;
}
@media(max-width:640px){
  .oe-google-grid .oe-rating{position:relative;left:auto;flex-basis:170px;}
  .oe-google-grid .oe-review{flex-basis:270px;}
}


/* v1.0.20 - Google yorumları taşma yapmadan full-width, geçişli ve kontrollü */
.oe-reviews-only{
  width:100%;
  max-width:none !important;
  padding-left:0;
  padding-right:0;
}
.oe-reviews-only .oe-reviews{
  width:min(1500px, calc(100% - 48px));
  margin:0 auto;
  padding:46px !important;
  border:0;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 15%, rgba(255,145,0,.16), transparent 28%),
    radial-gradient(circle at 92% 0%, rgba(66,133,244,.16), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f6faff 44%,#eef5ff 100%);
  box-shadow:0 24px 70px rgba(7,31,68,.12);
  overflow:hidden;
}
.oe-reviews-only .oe-reviews h2{
  font-size:34px;
  line-height:1.1;
  margin-bottom:10px;
}
.oe-reviews-only .oe-reviews > p:first-of-type{
  font-size:17px;
  color:var(--oe-muted);
  margin-bottom:24px;
}
.oe-reviews-only .oe-google-grid,
.oe-google-grid{
  display:grid !important;
  grid-template-columns:220px repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  overflow:visible !important;
  padding:0 !important;
  scroll-snap-type:none !important;
}
.oe-google-grid .oe-rating{
  position:relative !important;
  left:auto !important;
  z-index:1;
  min-height:250px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.oe-google-grid .oe-review{
  min-width:0 !important;
  width:auto !important;
  min-height:250px;
  padding:22px;
  background:#fff;
  border:1px solid #dfe8f5;
  border-radius:18px;
  box-shadow:0 12px 34px rgba(7,31,68,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.oe-google-grid .oe-review:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(7,31,68,.13);
  border-color:rgba(255,145,0,.35);
}
.oe-review p{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:14px;
  line-height:1.65;
}
.oe-review-more{
  grid-column:1 / -1;
  justify-self:center;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--oe-orange),var(--oe-orange2));
  color:#fff;
  font-weight:900;
  padding:14px 22px;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(255,145,0,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.oe-review-more:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(255,145,0,.32);
}
.oe-reviews > p:last-child{
  text-align:center;
  margin-top:18px;
}
body{overflow-x:hidden;}
@media(max-width:1180px){
  .oe-reviews-only .oe-google-grid,.oe-google-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .oe-google-grid .oe-rating{grid-column:1 / -1;min-height:190px;}
}
@media(max-width:700px){
  .oe-reviews-only .oe-reviews{width:calc(100% - 28px);padding:28px 18px !important;border-radius:22px;}
  .oe-reviews-only .oe-google-grid,.oe-google-grid{grid-template-columns:1fr !important;}
  .oe-google-grid .oe-review{min-height:0;}
}


/* v1.0.21 - Google yorumları gerçek carousel */
.oe-reviews-only{
  width:100%;
  max-width:none !important;
  padding-left:0;
  padding-right:0;
}
.oe-reviews-only .oe-reviews{
  width:min(1500px, calc(100% - 48px));
  margin:0 auto;
  padding:46px !important;
  border:0;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 15%, rgba(255,145,0,.15), transparent 28%),
    radial-gradient(circle at 92% 0%, rgba(66,133,244,.15), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f6faff 44%,#eef5ff 100%);
  box-shadow:0 24px 70px rgba(7,31,68,.12);
  overflow:hidden;
}
.oe-google-carousel-wrap{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:20px;
  align-items:stretch;
}
.oe-google-carousel-wrap .oe-rating{
  min-height:270px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  z-index:2;
}
.oe-google-carousel{
  position:relative;
  min-width:0;
}
.oe-google-viewport{
  overflow:hidden;
  width:100%;
  padding:2px;
}
.oe-google-track{
  display:flex;
  gap:18px;
  transition:transform .45s ease;
  will-change:transform;
}
.oe-google-track .oe-review{
  flex:0 0 calc((100% - 36px) / 3);
  min-height:270px;
  padding:22px;
  background:#fff;
  border:1px solid #dfe8f5;
  border-radius:18px;
  box-shadow:0 12px 34px rgba(7,31,68,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.oe-google-track .oe-review:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(7,31,68,.13);
  border-color:rgba(255,145,0,.35);
}
.oe-google-track .oe-review p{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:14px;
  line-height:1.65;
}
.oe-review-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:var(--oe-navy);
  font-size:32px;
  line-height:1;
  font-weight:800;
  box-shadow:0 12px 28px rgba(7,31,68,.16);
  cursor:pointer;
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.oe-review-nav:hover{
  background:var(--oe-orange);
  color:#fff;
}
.oe-review-prev{left:-14px;}
.oe-review-next{right:-14px;}
.oe-reviews > p:last-child{
  text-align:center;
  margin-top:18px;
}
body{overflow-x:hidden;}
@media(max-width:1180px){
  .oe-google-carousel-wrap{grid-template-columns:1fr;}
  .oe-google-carousel-wrap .oe-rating{min-height:190px;}
  .oe-google-track .oe-review{flex-basis:calc((100% - 18px) / 2);}
}
@media(max-width:700px){
  .oe-reviews-only .oe-reviews{width:calc(100% - 28px);padding:28px 18px !important;border-radius:22px;}
  .oe-google-track .oe-review{flex-basis:100%;min-height:0;}
  .oe-review-prev{left:6px;}
  .oe-review-next{right:6px;}
}


/* v1.0.22 - Google yorumları alt kart full genişlik */
.oe-reviews-only{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.oe-reviews-only .oe-reviews{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  border-radius:0 !important;
  padding:58px max(32px, calc((100vw - 1500px) / 2)) !important;
  box-shadow:none !important;
}
.oe-google-carousel-wrap{
  width:100%;
  max-width:1500px;
  margin:0 auto;
}
.oe-reviews-only .oe-reviews > h2,
.oe-reviews-only .oe-reviews > p:first-of-type,
.oe-reviews-only .oe-reviews > p:last-child{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:700px){
  .oe-reviews-only .oe-reviews{
    padding:36px 18px !important;
  }
}

/* v1.0.26 - Blog bloğu da v1.0.22 Google yorumları gibi full genişlik */
.oe-blog-faq-stacked{
  width:100% !important;
  max-width:none !important;
}
.oe-blog-block{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
  padding:42px max(24px, calc((100vw - 1180px) / 2)) !important;
}
.oe-blog-block .oe-section-headline,
.oe-blog-block .oe-posts-minimal{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.oe-blog-block .oe-section-headline{
  margin-bottom:26px !important;
}
.oe-blog-block .oe-posts-minimal{
  width:100%;
}
@media(max-width:760px){
  .oe-blog-block{
    padding:28px 16px !important;
  }
}


/* v1.0.27 - Footer çalışma saatleri kaldırıldı */
.oe-footer-grid{
  grid-template-columns:1.35fr 1fr 1fr 1fr 1.25fr !important;
}
@media(max-width:1180px){
  .oe-footer-grid{grid-template-columns:repeat(3,1fr) !important;}
}
@media(max-width:760px){
  .oe-footer-grid{grid-template-columns:1fr 1fr !important;}
}
@media(max-width:560px){
  .oe-footer-grid{grid-template-columns:1fr !important;}
}

/* v1.0.28 - Hero form kaldırıldı, yarısı görsel yarısı metin */
.oe-hero-grid{grid-template-columns:1fr 1fr;gap:0;min-height:500px;}
.oe-hero-content{padding:62px 42px 62px 0;}
.oe-hero-media{
  position:relative;
  min-height:500px;
  border-bottom-left-radius:28px;
  overflow:hidden;
}
.oe-hero-media:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(7,31,68,.18), rgba(7,31,68,.18));
}
.oe-hero-image-panel{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  padding:26px;
}
.oe-hero-image-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--oe-navy);
  font-size:14px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(7,31,68,.18);
}
.oe-hero-image-badge .oe-svg{margin:0;}
.oe-form-card{display:none !important;}
@media(max-width:1024px){
  .oe-hero-grid{grid-template-columns:1fr;min-height:auto;}
  .oe-hero-content{padding:48px 0 32px;}
  .oe-hero-media{min-height:340px;border-bottom-left-radius:0;border-top-left-radius:0;}
}
@media(max-width:640px){
  .oe-hero-content{padding:38px 0 26px;}
  .oe-hero-media{min-height:260px;}
  .oe-hero-image-panel{padding:18px;}
  .oe-hero-image-badge{font-size:13px;min-height:42px;padding:0 15px;}
}

/* v1.0.29 - Topbar toparlandı, ikonlar ve WhatsApp alanı düzeltildi */
.oe-topbar{
  background:var(--oe-navy);
  color:#e7eef8;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.oe-topbar .oe-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px 24px;
  padding:10px 0;
  flex-wrap:wrap;
}
.oe-topbar-left,
.oe-topbar-right{
  display:flex;
  align-items:center;
  gap:10px 18px;
  flex-wrap:wrap;
}
.oe-topbar-item,
.oe-topbar a,
.oe-topbar span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f2f6fd;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
}
.oe-topbar-item:hover,
.oe-topbar a:hover{color:#ffcf7a;}
.oe-topbar .oe-svg{
  width:18px;
  height:18px;
  background:transparent;
  color:#ffffff;
  border-radius:0;
  flex:0 0 18px;
}
.oe-topbar .oe-svg svg{
  width:17px;
  height:17px;
  stroke-width:1.9;
}
.oe-topbar-wa .oe-svg{color:#25d366;}
.oe-topbar-social{
  width:30px;
  height:30px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
}
.oe-topbar-right{justify-content:flex-end;}
@media(max-width:1024px){
  .oe-topbar .oe-container{padding:10px 0;}
  .oe-topbar-right{gap:8px 14px;}
}
@media(max-width:680px){
  .oe-topbar-left,
  .oe-topbar-right{width:100%;justify-content:flex-start;}
  .oe-topbar-item,
  .oe-topbar a,
  .oe-topbar span{font-size:13px;}
}


/* v1.0.30 - Ayrı randevu sayfası */
.oe-appointment-hero h1{
  font-size:48px;
  line-height:1.1;
  margin:16px 0 10px;
  color:#fff;
}
.oe-appointment-hero p{
  max-width:760px;
  color:#dbe7f7;
  font-size:18px;
}
.oe-appointment-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:26px;
  align-items:start;
}
.oe-appointment-info,
.oe-appointment-form-card{
  padding:32px;
  border-radius:22px;
}
.oe-appointment-info h2,
.oe-appointment-form-card h2{
  margin:0 0 12px;
  color:var(--oe-navy);
}
.oe-appointment-contact{
  display:grid;
  gap:12px;
  margin-top:24px;
}
.oe-appointment-contact a,
.oe-appointment-contact div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid var(--oe-border);
  border-radius:14px;
  background:#fff;
}
.oe-appointment-contact .oe-svg{
  width:34px;
  height:34px;
}
.oe-appointment-form{
  display:grid;
  gap:14px;
}
.oe-appointment-form label{
  display:grid;
  gap:7px;
  font-weight:700;
  color:var(--oe-navy);
}
.oe-appointment-form input,
.oe-appointment-form textarea{
  width:100%;
  border:1px solid var(--oe-border);
  border-radius:13px;
  min-height:50px;
  padding:13px 14px;
  font-family:inherit;
  font-size:15px;
  color:var(--oe-text);
  background:#fff;
}
.oe-appointment-form textarea{
  min-height:135px;
  resize:vertical;
}
.oe-appointment-form .oe-btn{
  width:max-content;
  min-width:230px;
  min-height:52px;
}
.oe-form-alert{
  padding:13px 15px;
  border-radius:12px;
  margin:0 0 16px;
  font-weight:700;
}
.oe-form-success{
  background:#e9fff3;
  color:#08763f;
  border:1px solid #bcefd1;
}
.oe-form-error{
  background:#fff0f0;
  color:#9c1c1c;
  border:1px solid #ffd0d0;
}
@media(max-width:900px){
  .oe-appointment-grid{grid-template-columns:1fr;}
  .oe-appointment-hero h1{font-size:36px;}
}
@media(max-width:560px){
  .oe-appointment-info,
  .oe-appointment-form-card{padding:22px;}
  .oe-appointment-form .oe-btn{width:100%;}
}


/* v1.0.31 - Topbar kompakt, ikonlar temiz ve yakın */
.oe-topbar{
  min-height:40px !important;
}
.oe-topbar .oe-container{
  min-height:40px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  flex-wrap:nowrap !important;
}
.oe-topbar-left,
.oe-topbar-right{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  flex-wrap:nowrap !important;
}
.oe-topbar-left{flex:0 0 auto;}
.oe-topbar-right{flex:0 0 auto;justify-content:flex-start !important;}
.oe-topbar-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  white-space:nowrap !important;
  font-size:13px !important;
  font-weight:700 !important;
}
.oe-topbar .oe-svg{
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
  background:transparent !important;
  border:0 !important;
  color:#dfe9f7 !important;
  margin:0 !important;
}
.oe-topbar .oe-svg svg{
  width:16px !important;
  height:16px !important;
  stroke-width:2 !important;
}
.oe-topbar-wa .oe-svg{
  color:#25d366 !important;
}
.oe-topbar-social{
  width:26px !important;
  height:26px !important;
  display:inline-grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
}
.oe-topbar-social .oe-svg{
  width:15px !important;
  height:15px !important;
  color:#fff !important;
}
.oe-topbar-social .oe-svg svg{
  width:15px !important;
  height:15px !important;
}
.oe-icon-youtube svg,
.oe-icon-facebook svg,
.oe-icon-linkedin svg{
  fill:none;
  stroke:currentColor;
}
.oe-topbar a:hover,
.oe-topbar-item:hover{
  color:#ffcf7a !important;
}
.oe-topbar a:hover .oe-svg{
  color:#ffcf7a !important;
}
.oe-topbar-wa:hover .oe-svg{
  color:#25d366 !important;
}
@media(max-width:1180px){
  .oe-topbar .oe-container{justify-content:flex-start !important;overflow-x:auto;scrollbar-width:none;padding:0 12px !important;}
  .oe-topbar .oe-container::-webkit-scrollbar{display:none;}
}
@media(max-width:680px){
  .oe-topbar-left,.oe-topbar-right{gap:12px !important;}
  .oe-topbar-item{font-size:12px !important;}
}


/* v1.0.32 - Hero ikon satırı toparlandı, metrik kartlar kaldırıldı */
.oe-metrics,
.oe-metric{display:none !important;}
.oe-hero-grid{
  align-items:stretch !important;
}
.oe-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.oe-hero-checks{
  display:flex !important;
  flex-wrap:wrap;
  gap:12px !important;
  margin:26px 0 0 !important;
}
.oe-hero-check-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 16px 0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:0;
}
.oe-hero-check-item .oe-svg{
  width:28px !important;
  height:28px !important;
  flex:0 0 28px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.08);
  color:#ffffff !important;
  border-radius:999px !important;
}
.oe-hero-check-item .oe-svg svg{
  width:16px !important;
  height:16px !important;
  stroke-width:1.9 !important;
}
.oe-hero-check-item span{
  line-height:1;
  white-space:nowrap;
}
.oe-hero-media{
  min-height:500px !important;
  background-position:center center !important;
  background-size:cover !important;
}
.oe-hero-image-panel{
  align-items:flex-end !important;
  justify-content:flex-start !important;
}
.oe-hero-image-badge{
  backdrop-filter:blur(8px);
}
@media(max-width:900px){
  .oe-hero-checks{
    gap:10px !important;
  }
  .oe-hero-check-item{
    font-size:14px;
    min-height:44px;
    padding:0 14px 0 10px;
  }
}
@media(max-width:640px){
  .oe-hero-checks{
    display:grid !important;
    grid-template-columns:1fr;
  }
  .oe-hero-check-item{
    width:100%;
    justify-content:flex-start;
  }
}

/* v1.0.33 - Hero görsel alanı sağ yarıyı tam doldursun */
.oe-hero > .oe-container.oe-hero-grid{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
}
.oe-hero-content{
  padding-left:max(24px, calc((100vw - 1180px) / 2)) !important;
  padding-right:38px !important;
}
.oe-hero-media{
  width:100% !important;
  min-height:520px !important;
  border-bottom-left-radius:0 !important;
  border-top-left-radius:0 !important;
  border-radius:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.oe-hero-image-panel{
  width:100%;
  height:100%;
}
@media(max-width:1024px){
  .oe-hero > .oe-container.oe-hero-grid{
    width:min(1180px, calc(100% - 32px)) !important;
    margin-inline:auto !important;
    grid-template-columns:1fr !important;
  }
  .oe-hero-content{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .oe-hero-media{
    border-radius:0 0 22px 22px !important;
    min-height:340px !important;
  }
}

/* v1.0.34 - Hero sol ve sağ arasında boşluk/gri şerit kaldırıldı */
.oe-hero{
  background:none !important;
}
.oe-hero-content{
  background:#061d40 !important;
}
.oe-hero-media{
  background-color:#edf2f8 !important;
}


/* v1.0.35 - Hero görsel üstündeki Profesyonel Ekspertiz badge kaldırıldı */
.oe-hero-image-badge{display:none !important;}


/* v1.0.36 - Hero etiket kaldırıldı, ikonlu kartlar yerine tek sıra düz metin */
.oe-badge{
  display:none !important;
}
.oe-hero-checks-plain{
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  margin:24px 0 0 !important;
  color:#ffffff !important;
  font-size:17px !important;
  font-weight:700 !important;
  flex-wrap:nowrap !important;
}
.oe-hero-checks-plain .oe-hero-check-item,
.oe-hero-checks-plain .oe-svg{
  display:none !important;
}
.oe-hero-checks-plain span{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  opacity:.98;
}
.oe-hero-checks-plain span + span::before{
  content:"•";
  display:inline-block;
  margin:0 14px;
  color:rgba(255,255,255,.70);
  font-weight:700;
}
@media(max-width:1024px){
  .oe-hero-checks-plain{
    font-size:15px !important;
  }
}
@media(max-width:680px){
  .oe-hero-checks-plain{
    display:block !important;
    font-size:14px !important;
    line-height:1.9 !important;
  }
  .oe-hero-checks-plain span{
    display:block !important;
  }
  .oe-hero-checks-plain span + span::before{
    content:none !important;
    margin:0 !important;
  }
}


/* v1.0.37 - Üst özellik kartları toparlandı, tek satır ve admin ikon yükleme desteği */
.oe-feature-strip{
  margin-top:-30px;
}
.oe-feature-grid{
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:0 !important;
  align-items:stretch;
}
.oe-feature{
  min-height:108px;
  padding:18px 18px !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}
.oe-feature > div{
  min-width:0;
}
.oe-feature strong{
  display:block;
  font-size:15px !important;
  line-height:1.35 !important;
  margin:0 0 4px;
}
.oe-feature small{
  display:block;
  font-size:13px !important;
  line-height:1.5 !important;
}
.oe-feature .oe-svg{
  width:44px !important;
  height:44px !important;
  flex:0 0 44px !important;
  margin:0 !important;
  border-radius:14px !important;
}
.oe-feature .oe-svg svg{
  width:22px !important;
  height:22px !important;
}
.oe-feature .oe-uploaded-icon img{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
}
@media(max-width:1024px){
  .oe-feature-grid{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:640px){
  .oe-feature-grid{
    grid-template-columns:1fr !important;
  }
  .oe-feature{
    min-height:auto;
    padding:16px !important;
  }
}


/* v1.0.38 - Özellik kartları gerçekten toparlandı */
.oe-feature-strip{
  margin-top:-34px !important;
  position:relative;
  z-index:4;
}
.oe-feature-strip .oe-container.oe-feature-grid{
  width:min(1400px, calc(100% - 28px)) !important;
  max-width:1400px !important;
  margin-inline:auto !important;
  padding:0 !important;
  background:#fff !important;
  border:1px solid #dfe7f1 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 14px 38px rgba(7,31,68,.08) !important;
}
.oe-feature-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:0 !important;
}
.oe-feature{
  min-height:92px !important;
  padding:14px 16px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  background:#fff !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.oe-feature + .oe-feature{
  border-left:1px solid #e6edf6 !important;
}
.oe-feature .oe-svg{
  width:38px !important;
  height:38px !important;
  flex:0 0 38px !important;
  border-radius:12px !important;
  margin:0 !important;
  background:#f1f5fb !important;
}
.oe-feature .oe-svg svg{
  width:18px !important;
  height:18px !important;
}
.oe-feature .oe-uploaded-icon img{
  width:20px !important;
  height:20px !important;
}
.oe-feature > div{
  min-width:0 !important;
}
.oe-feature strong{
  display:block !important;
  font-size:13px !important;
  line-height:1.28 !important;
  margin:0 0 2px !important;
  color:var(--oe-navy) !important;
}
.oe-feature small{
  display:block !important;
  font-size:12px !important;
  line-height:1.35 !important;
  color:#66758f !important;
}
@media(max-width:1180px){
  .oe-feature-strip .oe-container.oe-feature-grid{
    width:min(100% - 24px, 1100px) !important;
  }
  .oe-feature-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .oe-feature:nth-child(2n+1){
    border-left:0 !important;
  }
  .oe-feature:nth-child(n+3){
    border-top:1px solid #e6edf6 !important;
  }
}
@media(max-width:640px){
  .oe-feature-grid{
    grid-template-columns:1fr !important;
  }
  .oe-feature{
    min-height:auto !important;
    padding:14px !important;
  }
  .oe-feature + .oe-feature{
    border-left:0 !important;
    border-top:1px solid #e6edf6 !important;
  }
  .oe-feature strong{font-size:14px !important;}
  .oe-feature small{font-size:12px !important;}
}


/* v1.0.40 - Sayfa bazlı özel HTML/CSS/JS içerik desteği */
.oe-custom-page-content{
  width:100%;
}
.oe-custom-page-content > *:first-child{
  margin-top:0;
}
.oe-custom-page-content > *:last-child{
  margin-bottom:0;
}


/* v1.0.41 - Blog arşivi ve single sidebar tasarımı */
.oe-blog-hero{
  background:linear-gradient(135deg,#061d40,#0b3269);
  color:#fff;
  padding:58px 0 46px;
}
.oe-blog-hero h1{
  max-width:980px;
  margin:8px 0 0;
  color:#fff;
  font-size:42px;
  line-height:1.15;
}
.oe-blog-hero p{
  max-width:760px;
  color:#dbe7f7;
  font-size:17px;
  margin:12px 0 0;
}
.oe-blog-crumb{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#e8f0fb;
  font-size:13px;
  font-weight:800;
}
.oe-single-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.oe-single-meta span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#e8f0fb;
  font-size:13px;
  font-weight:700;
}
.oe-blog-layout-section{
  background:#f5f8fc;
  padding:46px 0 60px;
}
.oe-blog-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:start;
}
.oe-archive-list{
  display:grid;
  gap:22px;
}
.oe-archive-post-card{
  overflow:hidden;
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  min-height:210px;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.oe-archive-post-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 55px rgba(7,31,68,.12);
  border-color:rgba(255,145,0,.28);
}
.oe-archive-thumb{
  display:block;
  min-height:210px;
  background:linear-gradient(135deg,#dfe9f7,#b8cbe5);
  overflow:hidden;
}
.oe-archive-thumb img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  display:block;
  transition:transform .32s ease;
}
.oe-archive-post-card:hover .oe-archive-thumb img{
  transform:scale(1.04);
}
.oe-archive-thumb span{
  height:100%;
  min-height:210px;
  display:grid;
  place-items:center;
}
.oe-archive-post-body{
  padding:24px 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.oe-post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
}
.oe-post-meta span,
.oe-post-meta a{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#fff6ea;
  color:var(--oe-orange);
  font-size:12px;
  font-weight:900;
}
.oe-archive-post-body h2{
  margin:0 0 10px;
  color:var(--oe-navy);
  font-size:24px;
  line-height:1.25;
}
.oe-archive-post-body p{
  color:var(--oe-muted);
  margin:0 0 16px;
}
.oe-readmore-link{
  width:max-content;
  color:var(--oe-orange);
  font-weight:900;
}
.oe-blog-sidebar{
  position:sticky;
  top:22px;
  display:grid;
  gap:18px;
}
.oe-sidebar-card,
.oe-widget{
  background:#fff;
  border:1px solid var(--oe-border);
  border-radius:18px;
  box-shadow:0 12px 35px rgba(7,31,68,.06);
  padding:22px;
}
.oe-sidebar-card h3,
.oe-widget-title{
  margin:0 0 15px;
  color:var(--oe-navy);
  font-size:20px;
  line-height:1.2;
}
.oe-sidebar-search form,
.oe-widget form{
  display:flex;
  gap:8px;
}
.oe-sidebar-search input[type="search"],
.oe-widget input[type="search"]{
  width:100%;
  min-height:44px;
  border:1px solid var(--oe-border);
  border-radius:12px;
  padding:0 12px;
}
.oe-sidebar-search input[type="submit"],
.oe-widget input[type="submit"]{
  border:0;
  border-radius:12px;
  background:var(--oe-orange);
  color:#fff;
  font-weight:800;
  padding:0 14px;
}
.oe-sidebar-posts{
  display:grid;
  gap:13px;
}
.oe-sidebar-post{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
}
.oe-sidebar-post-thumb{
  width:68px;
  height:58px;
  border-radius:12px;
  overflow:hidden;
  background:#eef4fb;
  display:grid;
  place-items:center;
}
.oe-sidebar-post-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.oe-sidebar-post-thumb .oe-svg{
  width:34px;
  height:34px;
  background:transparent;
  color:#90a9c9;
}
.oe-sidebar-post strong{
  display:block;
  color:var(--oe-navy);
  font-size:13px;
  line-height:1.35;
}
.oe-sidebar-post small{
  display:block;
  color:var(--oe-muted);
  font-size:12px;
  margin-top:3px;
}
.oe-sidebar-cats{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:9px;
}
.oe-sidebar-cats a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:40px;
  padding:0 12px;
  border-radius:12px;
  background:#f6f9fd;
  color:var(--oe-navy);
  font-weight:800;
}
.oe-sidebar-cats em{
  font-style:normal;
  font-size:12px;
  color:var(--oe-muted);
}
.oe-sidebar-cta{
  background:linear-gradient(135deg,#061d40,#0b3269);
  color:#fff;
}
.oe-sidebar-cta span{
  color:#ffcf7a;
  font-weight:900;
  font-size:13px;
}
.oe-sidebar-cta h3{
  color:#fff;
  margin-top:8px;
}
.oe-sidebar-cta p{
  color:#dbe7f7;
  margin:0 0 16px;
}
.oe-single-content{
  overflow:hidden;
}
.oe-single-featured img{
  width:100%;
  height:auto;
  max-height:460px;
  object-fit:cover;
  display:block;
}
.oe-single-body{
  padding:34px;
}
.oe-single-body h2,
.oe-single-body h3,
.oe-single-body h4{
  color:var(--oe-navy);
  line-height:1.25;
}
.oe-single-body p{
  color:#26344f;
  font-size:16px;
  line-height:1.8;
}
.oe-single-body img{
  border-radius:16px;
}
.oe-empty-posts{
  padding:28px;
}
.navigation.pagination{
  margin-top:8px;
}
.nav-links{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.nav-links .page-numbers{
  min-width:40px;
  min-height:40px;
  display:inline-grid;
  place-items:center;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--oe-border);
  color:var(--oe-navy);
  font-weight:800;
  padding:0 12px;
}
.nav-links .current{
  background:var(--oe-orange);
  border-color:var(--oe-orange);
  color:#fff;
}
@media(max-width:1024px){
  .oe-blog-layout{
    grid-template-columns:1fr;
  }
  .oe-blog-sidebar{
    position:relative;
    top:auto;
    grid-template-columns:1fr 1fr;
  }
  .oe-sidebar-cta{
    grid-column:1 / -1;
  }
}
@media(max-width:760px){
  .oe-blog-hero h1{
    font-size:32px;
  }
  .oe-archive-post-card{
    grid-template-columns:1fr;
  }
  .oe-archive-thumb,
  .oe-archive-thumb img,
  .oe-archive-thumb span{
    min-height:220px;
  }
  .oe-blog-sidebar{
    grid-template-columns:1fr;
  }
  .oe-single-body{
    padding:24px 20px;
  }
}


/* v1.0.42 - Blog breadcrumb ve başlık boyutları düzenlendi */
.oe-blog-hero{
  padding:42px 0 36px !important;
}
.oe-blog-hero h1{
  max-width:920px !important;
  margin:16px 0 0 !important;
  font-size:34px !important;
  line-height:1.22 !important;
  letter-spacing:-.02em;
}
.oe-blog-archive-hero h1{
  font-size:36px !important;
}
.oe-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px;
  color:#dbe7f7;
  font-size:13px;
  font-weight:700;
}
.oe-breadcrumb a,
.oe-breadcrumb strong,
.oe-breadcrumb span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
}
.oe-breadcrumb a{
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  color:#eef5ff;
  transition:.2s;
}
.oe-breadcrumb a:hover{
  background:rgba(255,145,0,.18);
  border-color:rgba(255,145,0,.35);
  color:#fff;
}
.oe-breadcrumb strong{
  max-width:520px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,145,0,.16);
  border:1px solid rgba(255,145,0,.24);
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.oe-breadcrumb span{
  color:rgba(255,255,255,.55);
}
.oe-single-meta{
  margin-top:16px !important;
}
.oe-single-meta span{
  min-height:30px !important;
  font-size:12px !important;
}
@media(max-width:760px){
  .oe-blog-hero{
    padding:34px 0 30px !important;
  }
  .oe-blog-hero h1,
  .oe-blog-archive-hero h1{
    font-size:28px !important;
  }
  .oe-breadcrumb{
    font-size:12px;
  }
  .oe-breadcrumb strong{
    max-width:260px;
  }
}


/* v1.0.43 - Sayfa özel HTML front çıktısı düzeltildi */
.oe-custom-page-wrapper{
  width:100%;
}
.oe-custom-page-wrapper .oe-container{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}


/* v1.0.44 - Blog hero title küçültüldü, breadcrumb kart görünümü kaldırıldı */
.single-post .oe-blog-hero{
  padding:34px 0 30px !important;
}
.single-post .oe-blog-hero h1{
  max-width:1180px !important;
  margin:0 0 14px !important;
  font-size:30px !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
}
.single-post .oe-single-meta{
  display:none !important;
}
.single-post .oe-breadcrumb{
  margin:0 !important;
  gap:7px !important;
  font-size:13px !important;
  color:rgba(255,255,255,.76) !important;
}
.single-post .oe-breadcrumb a,
.single-post .oe-breadcrumb strong,
.single-post .oe-breadcrumb span{
  min-height:auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:rgba(255,255,255,.78) !important;
  font-weight:700 !important;
}
.single-post .oe-breadcrumb a:hover{
  color:#fff !important;
}
.single-post .oe-breadcrumb strong{
  max-width:none !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  color:#ffcf7a !important;
}
.single-post .oe-breadcrumb span{
  color:rgba(255,255,255,.45) !important;
}
@media(min-width:1025px){
  .single-post .oe-blog-hero h1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
@media(max-width:760px){
  .single-post .oe-blog-hero h1{
    font-size:25px !important;
    white-space:normal !important;
  }
}


/* v1.0.45 - Özel HTML kullanıldığında breadcrumb/title korunur */
.oe-page-hero-clean{
  padding:42px 0 36px !important;
}
.oe-page-hero-clean h1{
  margin:14px 0 0;
  color:#fff;
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.015em;
}
.oe-page-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:700;
}
.oe-page-breadcrumb a,
.oe-page-breadcrumb strong,
.oe-page-breadcrumb span{
  display:inline-flex;
  align-items:center;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.oe-page-breadcrumb a{
  color:rgba(255,255,255,.78);
}
.oe-page-breadcrumb a:hover{
  color:#fff;
}
.oe-page-breadcrumb strong{
  color:#ffcf7a;
  max-width:620px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.oe-page-breadcrumb span{
  color:rgba(255,255,255,.45);
}
.oe-custom-page-wrapper{
  width:100%;
}
@media(max-width:760px){
  .oe-page-hero-clean{
    padding:34px 0 30px !important;
  }
  .oe-page-hero-clean h1{
    font-size:28px;
  }
  .oe-page-breadcrumb{
    font-size:12px;
  }
  .oe-page-breadcrumb strong{
    max-width:260px;
  }
}


/* v1.0.46 - Yukarı çık butonu ve sidebar rastgele 10 resimli yazı */
.oe-back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:120;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--oe-orange),var(--oe-orange2));
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(255,145,0,.32);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}
.oe-back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.oe-back-to-top:hover{
  box-shadow:0 18px 44px rgba(255,145,0,.42);
  transform:translateY(-3px);
}
.oe-back-to-top .oe-svg{
  width:22px !important;
  height:22px !important;
  background:transparent !important;
  color:#fff !important;
  border-radius:0 !important;
}
.oe-back-to-top .oe-svg svg{
  width:22px !important;
  height:22px !important;
  stroke-width:2.3 !important;
}
.oe-sidebar-posts{
  gap:10px !important;
}
.oe-sidebar-post{
  grid-template-columns:76px minmax(0,1fr) !important;
  gap:12px !important;
  padding:8px;
  border-radius:14px;
  transition:background .2s ease, transform .2s ease;
}
.oe-sidebar-post:hover{
  background:#f6f9fd;
  transform:translateX(2px);
}
.oe-sidebar-post-thumb{
  width:76px !important;
  height:62px !important;
  border-radius:12px !important;
  background:#eef4fb url('https://ekspertizfiyatlari.gen.tr/wp-content/uploads/2026/06/default.avif') center/cover no-repeat !important;
}
.oe-sidebar-post-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
}
.oe-sidebar-post strong{
  font-size:13px !important;
  line-height:1.3 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:640px){
  .oe-back-to-top{
    right:16px;
    bottom:16px;
    width:44px;
    height:44px;
  }
}


/* v1.0.47 - Öne çıkan görsel olmayan yazılar için varsayılan görsel */
.oe-single-featured img{
  width:100%;
  height:auto;
  max-height:460px;
  object-fit:cover;
  display:block;
}
.oe-archive-thumb img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  display:block;
}


/* v1.0.49 - Sidebar kırık görsel fallback düzeltmesi */
.oe-sidebar-post-thumb{
  background-image:none !important;
  background-color:#eef4fb !important;
}
.oe-sidebar-post-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  border:0 !important;
}
.oe-sidebar-post-thumb img.oe-image-fallback-loaded{
  object-position:center center;
}


/* v1.0.50 - Footer menüleri WordPress Menü konumlarından yönetilir */
.oe-footer-menu{
  list-style:none;
  padding:0;
  margin:0;
}
.oe-footer-menu li{
  margin:8px 0;
}
.oe-footer-menu a{
  color:#b9c8dc;
  font-size:14px;
  transition:color .2s ease, transform .2s ease;
}
.oe-footer-menu a:hover{
  color:#fff;
}
.oe-footer-menu-column h4{
  color:#fff;
  margin:0 0 14px;
}


/* v1.0.51 - Footer menü boşlukları ve yazı oranları toparlandı */
.oe-footer{
  padding:42px 0 18px !important;
  background:#061d40 !important;
}
.oe-footer .oe-container{
  width:min(1180px, calc(100% - 36px)) !important;
}
.oe-footer-grid{
  display:grid !important;
  grid-template-columns:1.28fr .92fr 1.02fr .92fr 1.35fr !important;
  gap:34px !important;
  align-items:start !important;
}
.oe-footer-logo-img{
  max-width:210px !important;
  width:auto !important;
  height:auto !important;
  display:block !important;
  margin:0 0 18px !important;
}
.oe-footer-title-fallback{
  display:none !important;
}
.oe-footer p{
  margin:0 !important;
  max-width:250px !important;
  color:#d9e5f5 !important;
  font-size:16px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
}
.oe-footer h4,
.oe-footer-menu-column h4,
.oe-footer-contact h4{
  color:#fff !important;
  margin:0 0 16px !important;
  font-size:23px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  letter-spacing:-.01em !important;
}
.oe-footer ul,
.oe-footer-menu,
.oe-footer-contact ul{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  display:grid !important;
  gap:9px !important;
}
.oe-footer li,
.oe-footer-menu li,
.oe-footer-contact li{
  margin:0 !important;
  padding:0 !important;
  color:#c8d6e9 !important;
  font-size:14px !important;
  line-height:1.35 !important;
}
.oe-footer-menu a,
.oe-footer li a,
.oe-footer-contact a,
.oe-footer-contact li{
  display:inline-flex !important;
  align-items:flex-start !important;
  gap:9px !important;
  color:#c8d6e9 !important;
  font-size:14px !important;
  line-height:1.38 !important;
  font-weight:500 !important;
  text-decoration:none !important;
}
.oe-footer-menu a:hover,
.oe-footer li a:hover,
.oe-footer-contact a:hover{
  color:#fff !important;
}
.oe-footer-contact .oe-svg,
.oe-footer li .oe-svg{
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
  margin:2px 2px 0 0 !important;
  background:transparent !important;
  color:#dce8f7 !important;
  border-radius:0 !important;
}
.oe-footer-contact .oe-svg svg,
.oe-footer li .oe-svg svg{
  width:15px !important;
  height:15px !important;
  stroke-width:1.8 !important;
}
.oe-footer-address span{
  max-width:230px !important;
  display:inline-block !important;
}
.oe-footer-social{
  display:flex !important;
  gap:9px !important;
  margin-top:20px !important;
}
.oe-footer-social a{
  width:34px !important;
  height:34px !important;
  border-radius:50% !important;
  display:inline-grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  background:rgba(255,255,255,.04) !important;
}
.oe-copy{
  margin-top:34px !important;
  padding-top:16px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:#9fb0c8 !important;
  font-size:13px !important;
}
@media(max-width:1100px){
  .oe-footer-grid{
    grid-template-columns:1fr 1fr 1fr !important;
    gap:28px !important;
  }
}
@media(max-width:760px){
  .oe-footer-grid{
    grid-template-columns:1fr 1fr !important;
    gap:24px !important;
  }
  .oe-footer h4,
  .oe-footer-menu-column h4,
  .oe-footer-contact h4{
    font-size:20px !important;
  }
}
@media(max-width:560px){
  .oe-footer-grid{
    grid-template-columns:1fr !important;
  }
  .oe-footer p{
    max-width:none !important;
  }
}


/* v1.0.52 - Randevu admin görünümü, footer tasarım linki, site haritası */
.oe-copy a{
  color:#9fb0c8;
  transition:color .2s ease;
}
.oe-copy a:hover{
  color:#fff;
}
.oe-copy-links{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.oe-sitemap-section{
  background:#f5f8fc;
}
.oe-sitemap-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.oe-sitemap-card{
  padding:28px;
}
.oe-sitemap-card-wide{
  grid-column:1 / -1;
}
.oe-sitemap-card h2{
  color:var(--oe-navy);
  margin:0 0 16px;
  font-size:26px;
}
.oe-sitemap-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
}
.oe-sitemap-card li a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--oe-border);
  color:var(--oe-navy);
  font-weight:700;
}
.oe-sitemap-card li a:hover{
  border-color:rgba(255,145,0,.35);
  color:var(--oe-orange);
}
@media(max-width:760px){
  .oe-sitemap-grid{
    grid-template-columns:1fr;
  }
  .oe-sitemap-card-wide{
    grid-column:auto;
  }
  .oe-sitemap-card ul{
    grid-template-columns:1fr;
  }
}


/* v1.0.53 - Footer sosyal medya ikonları gerçek logo olarak düzeltildi */
.oe-footer-social{
  display:flex !important;
  gap:12px !important;
  margin-top:22px !important;
  align-items:center !important;
}
.oe-footer-social a{
  width:40px !important;
  height:40px !important;
  border-radius:12px !important;
  display:inline-grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  font-size:0 !important;
  background:rgba(255,255,255,.08) !important;
  box-shadow:0 10px 25px rgba(0,0,0,.16) !important;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}
.oe-footer-social a:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.24) !important;
  filter:saturate(1.1) !important;
}
.oe-footer-social .oe-svg{
  width:22px !important;
  height:22px !important;
  background:transparent !important;
  color:#fff !important;
  border-radius:0 !important;
  margin:0 !important;
}
.oe-footer-social .oe-svg svg{
  width:22px !important;
  height:22px !important;
  stroke-width:1.9 !important;
}
.oe-footer-social-facebook{background:#4267B2 !important;}
.oe-footer-social-instagram{background:linear-gradient(135deg,#515BD4,#DD2A7B,#FEDA77) !important;}
.oe-footer-social-youtube{background:#FF0000 !important;}
.oe-footer-social-whatsapp{background:#25D366 !important;}
.oe-footer-social-youtube .oe-svg svg,
.oe-footer-social-facebook .oe-svg svg{
  fill:none;
  stroke:currentColor;
}


/* v1.0.54 - Site haritası ağaç görünümü */
.oe-page-subtitle{
  margin:10px 0 0;
  color:#c9d7ea;
  font-size:17px;
  line-height:1.65;
  max-width:760px;
}
.oe-sitemap-tree-section{
  background:#f4f8fd;
}
.oe-sitemap-intro-card{
  max-width:860px;
  margin:0 auto 22px;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(10,32,66,.08);
  border-radius:22px;
  padding:26px 28px;
  box-shadow:0 16px 40px rgba(12,35,72,.06);
}
.oe-sitemap-intro-card h2{
  margin:0 0 10px;
  color:var(--oe-navy);
  font-size:30px;
}
.oe-sitemap-intro-card p{
  margin:0;
  color:#5e728c;
  font-size:16px;
  line-height:1.7;
}
.oe-sitemap-tree-wrap{
  max-width:1100px;
  margin:0 auto;
}
.oe-sitemap-tree-root{
  position:relative;
  padding-top:84px;
}
.oe-sitemap-root-badge{
  position:relative;
  z-index:2;
  width:max-content;
  margin:0 auto 30px;
  padding:14px 28px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--oe-navy) 0%, #103c7b 100%);
  color:#fff;
  font-size:24px;
  font-weight:800;
  letter-spacing:-.02em;
  box-shadow:0 14px 35px rgba(7,32,74,.16);
}
.oe-sitemap-tree-root::before{
  content:"";
  position:absolute;
  top:58px;
  left:50%;
  width:2px;
  height:38px;
  transform:translateX(-50%);
  background:#cad7e8;
}
.oe-sitemap-branches{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  position:relative;
}
.oe-sitemap-branches::before{
  content:"";
  position:absolute;
  top:-14px;
  left:25%;
  right:25%;
  height:2px;
  background:#cad7e8;
}
.oe-sitemap-branch{
  position:relative;
  background:#fff;
  border:1px solid rgba(10,32,66,.08);
  border-radius:24px;
  padding:24px 22px 22px;
  box-shadow:0 18px 42px rgba(12,35,72,.07);
}
.oe-sitemap-branch::before{
  content:"";
  position:absolute;
  top:-16px;
  left:50%;
  width:2px;
  height:16px;
  transform:translateX(-50%);
  background:#cad7e8;
}
.oe-sitemap-branch-wide{
  grid-column:1 / -1;
}
.oe-sitemap-branch-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
  padding-bottom:14px;
  border-bottom:1px solid #edf2f8;
}
.oe-sitemap-branch-head h3{
  margin:0;
  color:var(--oe-navy);
  font-size:30px;
  line-height:1.1;
}
.oe-sitemap-branch-head span{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:#eef5ff;
  color:#43658d;
  font-size:13px;
  font-weight:700;
}
.oe-sitemap-tree-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 16px;
}
.oe-sitemap-tree-list-posts{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.oe-sitemap-tree-list li{
  position:relative;
  padding-left:18px;
}
.oe-sitemap-tree-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:17px;
  width:10px;
  height:2px;
  background:#cedaea;
}
.oe-sitemap-tree-list li::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:2px;
  height:100%;
  background:#cedaea;
}
.oe-sitemap-tree-list li:last-child::after{
  height:17px;
}
.oe-sitemap-tree-list a{
  display:flex;
  align-items:center;
  min-height:36px;
  padding:10px 14px;
  border-radius:14px;
  background:#fbfdff;
  border:1px solid #e3ebf4;
  color:var(--oe-navy);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
  transition:all .2s ease;
}
.oe-sitemap-tree-list a:hover{
  color:var(--oe-orange);
  border-color:rgba(255,145,0,.32);
  background:#fffaf4;
  transform:translateX(2px);
}
@media(max-width:900px){
  .oe-sitemap-branches{
    grid-template-columns:1fr;
  }
  .oe-sitemap-branches::before{
    display:none;
  }
  .oe-sitemap-branch-wide{
    grid-column:auto;
  }
}
@media(max-width:680px){
  .oe-page-subtitle{
    font-size:15px;
  }
  .oe-sitemap-root-badge{
    font-size:20px;
    padding:12px 20px;
  }
  .oe-sitemap-intro-card,
  .oe-sitemap-branch{
    border-radius:18px;
    padding:20px 18px;
  }
  .oe-sitemap-branch-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .oe-sitemap-branch-head h3{
    font-size:24px;
  }
  .oe-sitemap-tree-list,
  .oe-sitemap-tree-list-posts{
    grid-template-columns:1fr;
  }
}


/* v1.0.55 - Site haritası kartları kaldırıldı, çizgiler kırmızı yapıldı */
.oe-sitemap-tree-section{
  --oe-sitemap-line:#dc2d24;
}
.oe-sitemap-tree-root::before,
.oe-sitemap-branches::before,
.oe-sitemap-branch::before,
.oe-sitemap-tree-list li::before,
.oe-sitemap-tree-list li::after{
  background:var(--oe-sitemap-line) !important;
}
.oe-sitemap-root-badge{
  background:linear-gradient(135deg,#d81d17 0%, #ff4a2c 100%) !important;
  box-shadow:0 14px 35px rgba(216,29,23,.18) !important;
}
.oe-sitemap-branches{
  gap:26px 34px;
}
.oe-sitemap-branch{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 0 0 14px !important;
}
.oe-sitemap-branch::before{
  top:-18px !important;
  height:18px !important;
}
.oe-sitemap-branch-head{
  margin-bottom:12px !important;
  padding-bottom:10px !important;
  border-bottom:none !important;
}
.oe-sitemap-branch-head h3{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:31px !important;
}
.oe-sitemap-branch-head h3::before{
  content:"";
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--oe-sitemap-line);
  box-shadow:0 0 0 6px rgba(220,45,36,.10);
}
.oe-sitemap-branch-head span{
  background:#fff1f0 !important;
  color:#b62b25 !important;
}
.oe-sitemap-tree-list{
  gap:6px 26px !important;
}
.oe-sitemap-tree-list li{
  padding-left:20px !important;
}
.oe-sitemap-tree-list li::before{
  top:15px !important;
  width:12px !important;
  height:2px !important;
}
.oe-sitemap-tree-list li:last-child::after{
  height:15px !important;
}
.oe-sitemap-tree-list a{
  min-height:unset !important;
  padding:6px 0 6px 8px !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  font-size:14px !important;
  font-weight:700 !important;
  box-shadow:none !important;
}
.oe-sitemap-tree-list a:hover{
  background:transparent !important;
  border:none !important;
  color:#dc2d24 !important;
  transform:translateX(4px) !important;
}
@media(max-width:680px){
  .oe-sitemap-branch{
    padding-left:8px !important;
  }
  .oe-sitemap-branch-head h3{
    font-size:25px !important;
  }
}


/* v1.0.56 - Site haritası açıklama balonu kaldırıldı */
.oe-sitemap-intro-card{
  display:none !important;
}
.oe-sitemap-tree-root{
  padding-top:60px !important;
}
.oe-sitemap-tree-root::before{
  top:34px !important;
}


/* v1.0.58 - PageSpeed ince ayarları */
.oe-brand-logo-img,
.oe-footer-logo-img{
  aspect-ratio:auto;
}
.oe-archive-thumb,
.oe-archive-thumb img{
  aspect-ratio:16 / 9;
}
.oe-sidebar-post-thumb,
.oe-sidebar-post-thumb img{
  aspect-ratio:76 / 62;
}
.oe-single-featured img{
  aspect-ratio:16 / 9;
}
