:root{--ink:#21332d;--green:#4f7565;--sage:#a9bfae;--cream:#f5f0e7;--paper:#fffdf9;--plum:#542f43;--line:rgba(33,51,45,.14);--shadow:0 24px 60px rgba(30,46,40,.12);--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Montserrat,Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}body.loading{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;width:100%;height:auto}.container{width:min(1180px,calc(100% - 48px));margin:auto}.section{padding:120px 0}.eyebrow{display:inline-flex;gap:10px;align-items:center;color:var(--green);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:22px}.eyebrow:before{content:"";width:32px;height:1px;background:currentColor}.eyebrow.light{color:#dfe9e2}h1,h2,h3,h4,p{margin-top:0}h1,h2{letter-spacing:-.045em;line-height:1.08}h2{font-size:clamp(38px,5vw,64px);font-weight:600}h2 em{font-style:normal;color:var(--green)}.btn{display:inline-flex;justify-content:space-between;align-items:center;min-width:210px;padding:17px 20px;border:0;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:.35s var(--ease)}.btn span{font-size:18px}.btn-light{background:var(--cream);color:var(--ink)}.btn-light:hover{background:#fff;transform:translateY(-3px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--plum);transform:translateY(-3px)}.text-link{display:inline-flex;gap:28px;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:7px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.preloader{position:fixed;inset:0;z-index:9999;background:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:opacity .7s,visibility .7s}.preloader.hide{opacity:0;visibility:hidden}.preloader-mark{position:relative;font-size:56px;font-weight:600;margin-bottom:12px}.preloader-mark i,.logo-mark i{position:absolute;width:17px;height:26px;border:1px solid var(--sage);border-radius:100% 0 100% 0;transform:rotate(-32deg);right:-12px;top:0}.preloader strong{font-size:12px;letter-spacing:.34em}.preloader small{opacity:.55;font-size:9px;letter-spacing:.18em;margin-top:8px}.header{position:absolute;z-index:100;top:0;left:0;width:100%;color:#fff}.header.scrolled{position:fixed;background:rgba(255,253,249,.94);color:var(--ink);box-shadow:0 8px 40px rgba(23,40,33,.08);backdrop-filter:blur(14px);animation:drop .45s var(--ease)}@keyframes drop{from{transform:translateY(-100%)}to{transform:none}}.header.scrolled .topbar{display:none}.topbar{border-bottom:1px solid rgba(255,255,255,.16);font-size:10px;text-transform:uppercase;letter-spacing:.11em}.topbar-inner{height:38px;display:flex;justify-content:space-between;align-items:center}.topbar a{margin-left:26px}.nav-wrap{height:90px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:14px;line-height:1}.logo-mark{position:relative;font-size:35px;font-weight:500}.logo>span:last-child{display:flex;flex-direction:column;gap:7px}.logo b{font-size:14px;letter-spacing:.27em}.logo small{font-size:7px;letter-spacing:.18em;opacity:.72}.nav{display:flex;gap:28px}.nav a{font-size:11px;font-weight:600;position:relative}.nav a:after{content:"";position:absolute;height:1px;background:currentColor;left:0;right:100%;bottom:-8px;transition:.3s}.nav a:hover:after{right:0}.nav-cta{display:flex;gap:14px;align-items:center;border:1px solid rgba(255,255,255,.4);padding:12px 16px;font-size:10px;font-weight:700;text-transform:uppercase}.header.scrolled .nav-cta{border-color:var(--line)}.menu-toggle{display:none;border:0;background:none;color:currentColor;padding:10px}.menu-toggle span{display:block;width:26px;height:1px;background:currentColor;margin:7px}.hero{height:min(900px,100vh);min-height:720px;position:relative;color:#fff;background:var(--ink)}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;visibility:hidden;transition:opacity 1s var(--ease);background-image:var(--bg);background-size:cover;background-position:center}.slide.active{opacity:1;visibility:visible}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,36,30,.88) 0%,rgba(20,36,30,.5) 55%,rgba(20,36,30,.12) 100%)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:110px}.hero h1{max-width:820px;font-size:clamp(52px,7.4vw,94px);font-weight:500;margin-bottom:26px}.hero p{max-width:580px;font-size:17px;color:rgba(255,255,255,.78)}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:22px}.play-link{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:700;text-transform:uppercase}.play-link i{width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center;font-size:9px;font-style:normal}.hero-bottom{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);display:flex;justify-content:space-between;align-items:flex-end}.slide-controls{display:flex;gap:8px}.slide-controls button{width:48px;height:3px;padding:0;background:rgba(255,255,255,.25);border:0;cursor:pointer}.slide-controls button span{display:block;width:0;height:100%;background:#fff}.slide-controls button.active span{animation:progress 6s linear forwards}@keyframes progress{to{width:100%}}.hero-note{display:flex;gap:16px;align-items:center}.hero-note strong{font-size:32px;font-weight:400}.hero-note span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;line-height:1.5}.consultation{background:var(--cream);padding:82px 0}.consultation-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:80px;align-items:center}.consult-copy h2{font-size:44px;margin-bottom:18px}.consult-copy p{color:#64716c}.mini-contact{display:flex;gap:15px;align-items:center;margin-top:30px}.mini-contact>span{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.mini-contact div{display:flex;flex-direction:column}.mini-contact small{font-size:9px;text-transform:uppercase;letter-spacing:.14em}.mini-contact a{font-weight:700}.consult-form{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;padding:38px;box-shadow:var(--shadow)}.consult-form label{display:flex;flex-direction:column;gap:8px}.consult-form label span{font-size:9px;text-transform:uppercase;font-weight:700;letter-spacing:.12em}.consult-form input,.consult-form select,.consult-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);padding:8px 0 11px;outline:none;background:transparent;color:var(--ink);resize:none}.consult-form input:focus,.consult-form select:focus,.consult-form textarea:focus{border-color:var(--green)}.full{grid-column:1/-1}.alert{grid-column:1/-1;padding:12px 16px;font-size:12px}.alert.success{background:#e3f1e7;color:#245536}.alert.error{background:#fae8e4;color:#923e35}.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about-visual{position:relative;padding-left:48px}.image-frame{overflow:hidden;aspect-ratio:4/5}.image-frame img{height:100%;object-fit:cover;filter:saturate(.75)}.about-badge{position:absolute;right:-36px;bottom:46px;background:var(--plum);color:#fff;padding:22px 26px;display:flex;gap:14px;align-items:center}.about-badge b{font-size:24px}.about-badge span{font-size:9px;text-transform:uppercase;letter-spacing:.12em}.vertical-copy{position:absolute;transform:rotate(-90deg);left:-96px;top:48%;font-size:8px;letter-spacing:.24em}.about-copy h2{font-size:clamp(38px,4vw,56px)}.about-copy>p{color:#66716d}.about-copy>p:first-of-type{font-size:16px;color:var(--ink)}.about-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:30px;margin-top:36px}.about-stat{max-width:160px;display:flex;flex-direction:column}.about-stat strong{font-size:18px;color:var(--green)}.about-stat span{font-size:9px;text-transform:uppercase;letter-spacing:.1em}.services{background:#edf1ec}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:55px}.section-head h2{margin-bottom:0}.section-head>p{max-width:390px;color:#62716b}.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-card{position:relative;min-height:400px;padding:34px 28px;background:var(--paper);border-right:1px solid var(--line);transition:.45s var(--ease)}.service-card:hover{background:var(--ink);color:#fff;transform:translateY(-10px)}.service-no{font-size:10px;opacity:.5}.service-icon{font-size:52px;color:var(--green);margin:58px 0 25px}.service-card h3{font-size:18px}.service-card p{font-size:12px;opacity:.7}.service-card>a{position:absolute;right:26px;bottom:25px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.reasons{background:var(--ink);color:#fff}.reasons-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px}.reasons-intro h2{font-size:clamp(40px,4.6vw,62px)}.reasons-intro h2 em{color:var(--sage)}.reasons-intro p{max-width:440px;color:rgba(255,255,255,.55);margin-bottom:38px}.reason-item{display:grid;grid-template-columns:45px 1fr 40px;gap:22px;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.14);align-items:center}.reason-item>span{font-size:10px;color:var(--sage)}.reason-item h3{margin:0 0 7px;font-size:18px}.reason-item p{margin:0;color:rgba(255,255,255,.5);font-size:12px}.reason-item i{font-style:normal;font-size:20px}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-copy{position:sticky;top:130px;align-self:start}.faq-copy p{color:#68736f}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;display:grid;grid-template-columns:40px 1fr 30px;gap:20px;align-items:center;text-align:left;border:0;background:none;padding:27px 0;color:var(--ink);cursor:pointer}.faq-item button span{font-size:9px;color:var(--green)}.faq-item button b{font-size:16px}.faq-item button i{font-size:25px;font-weight:300;font-style:normal;transition:.3s}.faq-answer{display:grid;grid-template-rows:0fr;transition:.5s var(--ease)}.faq-answer p{overflow:hidden;margin:0;padding:0 60px;color:#68736f;font-size:13px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding-bottom:28px}.faq-item.open button i{transform:rotate(45deg)}.blog{background:var(--cream)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-image{display:block;aspect-ratio:4/3;overflow:hidden;position:relative}.post-image img{height:100%;object-fit:cover;transition:.7s var(--ease)}.post-image span{position:absolute;right:0;bottom:0;background:var(--paper);padding:13px 18px;font-size:10px;font-weight:700;text-transform:uppercase}.post-card:hover img{transform:scale(1.05)}.post-meta{display:flex;justify-content:space-between;margin:20px 0 12px;font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--green)}.post-card h3{font-size:20px;line-height:1.4}.post-card p{font-size:12px;color:#67736d}.testimonials{background:var(--plum);color:#fff}.testimonial-head{text-align:center}.testimonial-head h2 em{color:#e7bdc9}.testimonial-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.testimonial-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:35px}.stars{color:#e6c477;font-size:10px;letter-spacing:5px}.testimonial-card blockquote{font-size:14px;line-height:1.9;margin:26px 0 35px}.client{display:flex;gap:14px;align-items:center}.client>span{width:45px;height:45px;background:var(--cream);color:var(--plum);border-radius:50%;display:grid;place-items:center;font-weight:700}.client div{display:flex;flex-direction:column}.client strong{font-size:12px}.client small{font-size:9px;opacity:.55}.insta-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.insta-head h2{font-size:36px;margin:0}.insta-head p{max-width:420px}.insta-head a{color:var(--green);font-weight:700}.insta-grid{display:grid;grid-template-columns:repeat(4,1fr)}.insta-grid a{position:relative;aspect-ratio:1;overflow:hidden}.insta-grid img{height:100%;object-fit:cover;transition:.6s}.insta-grid span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(32,51,44,.5);color:#fff;font-size:35px;opacity:0;transition:.3s}.insta-grid a:hover img{transform:scale(1.08)}.insta-grid a:hover span{opacity:1}.footer{background:#192a24;color:#fff;padding-top:90px}.footer-top{display:flex;justify-content:space-between;align-items:end;padding-bottom:70px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-top h2{font-size:clamp(36px,4.7vw,62px);margin:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:65px;padding:70px 0}.light-logo{margin-bottom:25px}.footer-brand p{color:rgba(255,255,255,.5);max-width:300px}.footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--sage);margin-bottom:25px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid a,.footer-grid span{font-size:12px;color:rgba(255,255,255,.65)}.footer-grid a:hover{color:#fff}.admin-link{margin-top:10px;font-size:9px!important;opacity:.45}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;justify-content:space-between;font-size:9px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em}.whatsapp{position:fixed;z-index:90;bottom:22px;right:22px;background:#2f9d63;color:#fff;border-radius:30px;padding:12px 17px;display:flex;align-items:center;gap:8px;box-shadow:0 10px 30px rgba(20,70,42,.3);font-size:11px;font-weight:700}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.section{padding:90px 0}.nav,.nav-cta{display:none}.menu-toggle{display:block}.nav.open{display:flex;position:absolute;left:0;right:0;top:90px;background:var(--paper);color:var(--ink);padding:30px 24px;flex-direction:column;gap:20px;box-shadow:var(--shadow)}.topbar{display:none}.consultation-grid,.about-grid,.reasons-grid,.faq-grid{grid-template-columns:1fr;gap:60px}.consult-copy{text-align:center}.consult-copy .mini-contact{justify-content:center}.service-grid{grid-template-columns:1fr 1fr}.reasons-intro{max-width:650px}.faq-copy{position:static}.testimonial-track{grid-template-columns:1fr;max-width:700px;margin-left:auto;margin-right:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.about-visual{max-width:600px}.section-head{align-items:flex-start;gap:25px;flex-direction:column}.blog-grid{gap:18px}}
@media(max-width:680px){.container{width:min(100% - 30px,1180px)}.section{padding:72px 0}.header .nav-wrap{height:72px}.logo b{font-size:11px}.logo-mark{font-size:30px}.hero{min-height:680px;height:100svh}.hero-content{padding-top:80px}.hero h1{font-size:46px}.hero p{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-note{display:none}.hero-bottom{bottom:24px}.consultation{padding:64px 0}.consultation-grid{gap:35px}.consult-copy h2{font-size:36px}.consult-form{padding:25px 20px;grid-template-columns:1fr}.consult-form label,.consult-form .full{grid-column:1}.about-grid{gap:45px}.about-visual{padding-left:20px;padding-right:18px}.about-badge{right:0;bottom:25px}.vertical-copy{display:none}.about-copy h2,h2{font-size:38px}.about-bottom{align-items:flex-start;flex-direction:column;gap:28px}.service-grid{grid-template-columns:1fr}.service-card{min-height:300px}.service-icon{margin:35px 0 18px}.reasons-grid{gap:40px}.reason-item{grid-template-columns:32px 1fr 25px}.faq-grid{gap:35px}.faq-item button{grid-template-columns:28px 1fr 22px;gap:10px}.faq-answer p{padding-left:38px;padding-right:20px}.blog-grid{grid-template-columns:1fr;gap:42px}.insta-head{align-items:flex-start;flex-direction:column}.insta-grid{grid-template-columns:1fr 1fr}.footer-top{align-items:flex-start;flex-direction:column;gap:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 25px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{gap:10px;flex-direction:column}.whatsapp span{display:none}.whatsapp{width:46px;height:46px;padding:0;justify-content:center}.topbar{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.slide,.post-image img{transition:none}.slide-controls button.active span{animation:none;width:100%}}

/* Emre Uzun örneğine yaklaştırılmış kurumsal diyetisyen görünümü */
:root{--ink:#263b34;--green:#527e6a;--sage:#a9cbb9;--cream:#f7f4ef;--paper:#fff;--plum:#527e6a}
.header{background:#fff;color:#333;position:relative}.header.scrolled{position:fixed}.topbar{background:#527e6a;color:#fff;border:0}.topbar-inner{height:42px}.nav-wrap{height:156px}.logo-mark{color:#62c84b;font-size:50px}.logo b{font-size:15px;color:#222}.logo small{color:#555;opacity:1}.nav{gap:34px}.nav a{font-size:12px}.nav-cta{position:absolute;left:0;bottom:0;transform:translateY(50%);z-index:4;border:0;background:#fff;padding:10px 32px 10px 74px;box-shadow:0 4px 20px rgba(0,0,0,.08);color:#334c42}.nav-cta:before{content:"☎";position:absolute;left:32px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#527e6a;color:#fff}.header.scrolled .nav-wrap{height:84px}.header.scrolled .nav-cta{position:static;transform:none;background:#527e6a;color:#fff;padding:13px 18px}.header.scrolled .nav-cta:before{display:none}
.hero{height:720px;min-height:720px;background:#21362e;margin:0 15px;overflow:hidden}.slides{right:33%;}.slide{background-position:center}.hero-shade{background:linear-gradient(90deg,rgba(16,36,29,.8),rgba(19,40,32,.16))}.hero-copy{position:absolute;left:max(15px,calc((100vw - 1180px)/2));bottom:70px;width:min(620px,50vw);z-index:2}.hero-kicker{display:block;font-size:16px;letter-spacing:.24em;margin-bottom:12px}.hero-copy h1{font-size:46px;line-height:1.12;letter-spacing:-.025em;text-transform:uppercase;margin:0 0 22px;max-width:640px}.hero-copy p{font-size:15px;line-height:1.8;font-weight:600;max-width:520px;color:#fff}.hero-more{display:inline-flex;align-items:center;gap:35px;border:1px solid rgba(255,255,255,.6);padding:14px 22px;margin-top:14px;font-size:11px;font-weight:700;text-transform:uppercase}.hero-consult{position:absolute;z-index:5;right:16px;top:84px;width:41%;max-width:515px;bottom:0;background:#527e6a;color:#fff;border-radius:25px 25px 0 0;padding:48px 48px 34px;overflow:auto}.hero-consult .consult-copy{text-align:center}.hero-consult .consult-copy>span{font-size:9px;letter-spacing:.18em;opacity:.75}.hero-consult h2{font-size:38px;line-height:1.2;letter-spacing:-.025em;font-weight:500;margin:10px 0 15px}.hero-consult .consult-copy p{font-size:14px;line-height:1.6;color:#fff;margin-bottom:28px}.hero-consult .consult-form{display:flex;flex-direction:column;gap:14px;background:none;padding:0;box-shadow:none}.hero-consult .consult-form label{display:block}.hero-consult .consult-form input,.hero-consult .consult-form select{height:56px;border:1px solid rgba(255,255,255,.55);border-radius:30px;padding:0 24px;color:#fff;background:transparent}.hero-consult .consult-form input::placeholder{color:rgba(255,255,255,.9)}.hero-consult .consult-form select{appearance:none}.hero-consult .consult-form option{color:#222}.hero-consult .consult-form button{height:55px;border:0;border-radius:30px;background:#fff;color:#345348;font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:center;gap:22px;cursor:pointer}.hero .slide-controls{position:absolute;left:32px;bottom:25px;z-index:8}.hero .slide-controls button{background:rgba(255,255,255,.35)}.hero .slide-controls button.active span{background:#fff}.hero-bottom{display:none}
.about{padding-top:150px}.about-copy h2,.section-head h2,.faq-copy h2{letter-spacing:-.035em}.service-card{border-radius:4px}.services{background:#f5f7f3}.reasons{background:#527e6a}.testimonials{background:#385e4e}.footer{background:#28473b}
@media(max-width:980px){.nav-wrap{height:100px}.hero{margin:0;height:auto;min-height:0;padding-bottom:0;overflow:visible}.slides{position:relative;right:auto;height:620px}.hero-copy{left:30px;bottom:55px;width:70vw}.hero-consult{position:relative;right:auto;top:auto;width:calc(100% - 30px);max-width:none;margin:-20px auto 0;border-radius:22px;padding:45px}.hero .slide-controls{bottom:auto;top:575px}.about{padding-top:110px}.nav-cta{display:none}}
@media(max-width:680px){.header{position:relative}.nav-wrap{height:78px}.logo-mark{font-size:34px}.hero{margin:0}.slides{height:570px}.hero-copy{left:20px;bottom:45px;width:calc(100% - 40px)}.hero-kicker{font-size:10px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:13px}.hero-more{padding:11px 16px}.hero-consult{width:100%;margin:0;border-radius:0;padding:40px 20px}.hero-consult h2{font-size:31px}.hero-consult .consult-form{grid-template-columns:1fr}.hero .slide-controls{top:535px;left:20px}.about{padding-top:75px}}

/* Screenshot_1 referansındaki header ve slider kompozisyonu */
.header{position:relative;background:#fff;color:#353b3a}
.topbar{height:36px;background:#f7f7f6;color:#263d35;border-top:3px solid #527e6a;border-bottom:1px solid #dedfdd}
.topbar-inner{height:33px}
.top-contact,.top-links{height:100%;display:flex;align-items:center}
.top-contact a{margin:0 30px 0 0;font-size:13px;font-weight:400;letter-spacing:.01em;text-transform:none;display:flex;align-items:center;gap:8px;color:#555d5a}
.top-contact a i,.top-links a i{color:#527e6a;font-style:normal;font-size:14px}
.top-links{border-left:1px solid #dedfdd}
.top-links>.consult-status,.top-links>.top-appointment{height:100%;display:flex;align-items:center;gap:9px;padding:0 18px;border-right:1px solid #dedfdd;font-size:11px;font-weight:400;color:#555d5a}
.consult-status i{width:7px;height:7px;border-radius:50%;background:#42a775;box-shadow:0 0 0 4px rgba(66,167,117,.12);animation:statusPulse 2s ease-in-out infinite}
.top-links>.consult-status{font-weight:500}
.top-links>.top-appointment{font-weight:600;color:#355b4b;letter-spacing:.025em}
.top-links>.top-appointment{padding-left:7px}
.appointment-icon{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(82,126,106,.1);color:#527e6a}
.appointment-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.top-appointment b{font-size:15px;font-weight:400;transition:transform .25s}
.top-appointment:hover b{transform:translateX(4px)}
@keyframes statusPulse{0%,100%{box-shadow:0 0 0 4px rgba(66,167,117,.12)}50%{box-shadow:0 0 0 7px rgba(66,167,117,.04)}}
.nav-wrap{height:108px}
.logo{min-width:208px}
.logo-mark{font-size:47px}
.logo b{font-size:16px}
.logo small{font-size:9px}
.nav{gap:0;flex:1;justify-content:center}
.nav a{padding:0 16px;border-right:1px solid #e5e6e4;font-size:12px;font-weight:700;text-transform:uppercase;color:#555d5a}
.nav a:last-child{border:0}
.nav a b{color:#527e6a;font-size:13px}
.header-actions{display:flex;align-items:center;gap:14px}
.nav-cta,.header.scrolled .nav-cta{position:static;transform:none;display:flex;background:#24cf6a;color:#fff;border:0;border-radius:30px;box-shadow:0 10px 24px rgba(36,207,106,.24);padding:16px 23px;font-size:11px;white-space:nowrap}
.nav-cta:before,.header.scrolled .nav-cta:before{display:none}
.search-btn{width:46px;height:46px;border:1px solid #e1e4e2;background:#fff;color:#243b33;border-radius:50%;box-shadow:0 7px 20px rgba(30,50,42,.09);font-size:20px;cursor:pointer}
.header.scrolled .nav-wrap{height:76px}
.header.scrolled .topbar{display:none}
.hero{height:680px;min-height:680px;margin:0;background:#182d27}
.slides{inset:0;right:0}
.hero-shade{background:linear-gradient(90deg,rgba(24,45,38,.92) 0%,rgba(24,45,38,.62) 44%,rgba(24,45,38,.38) 100%)}
.hero-copy{left:max(70px,calc((100vw - 1480px)/2));bottom:90px;width:48%;max-width:650px}
.hero-kicker{font-size:10px;font-weight:700;letter-spacing:.22em;color:#b8d8c6}
.hero-copy h1{font-size:54px;line-height:1.1;font-weight:700;text-transform:none;letter-spacing:-.045em}
.hero-copy p{font-size:13px;font-weight:500;max-width:520px;color:rgba(255,255,255,.74)}
.hero-more{min-width:230px;justify-content:space-between;padding:15px 20px}
.hero-consult{right:max(70px,calc((100vw - 1480px)/2));top:65px;bottom:65px;width:36%;max-width:470px;border-radius:18px;padding:34px 38px;background:rgba(82,126,106,.95);box-shadow:0 24px 70px rgba(12,30,23,.28)}
.hero-consult h2{font-size:32px;margin:7px 0 10px}
.hero-consult .consult-copy p{font-size:12px;margin-bottom:20px}
.hero-consult .consult-form{gap:10px}
.hero-consult .consult-form input,.hero-consult .consult-form select{height:48px}
.hero-consult .consult-form button{height:48px}
.hero-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:transparent;color:#fff;font-size:19px;cursor:pointer}
.hero-prev{left:30px}.hero-next{right:30px}
.hero-count{position:absolute;z-index:8;right:38px;bottom:30px;color:#fff;display:flex;flex-direction:column;gap:9px;font-size:9px;letter-spacing:.09em}
.hero-count span{font-weight:700}
.hero .slide-controls{left:auto;right:175px;bottom:34px}
@media(max-width:1180px){.nav a{padding:0 9px;font-size:11px}.header-actions .nav-cta{padding:13px 15px;font-size:10px}.search-btn{width:42px;height:42px}.logo{min-width:180px}.hero-consult{right:45px}.hero-copy{left:70px}}
@media(max-width:980px){.top-links{display:none}.nav-wrap{height:84px}.header-actions{margin-left:auto;margin-right:12px}.header-actions .search-btn{display:none}.header-actions .nav-cta{display:flex}.hero{height:auto;min-height:0}.slides{height:610px}.hero-copy{left:60px;bottom:65px;width:65%}.hero-consult{position:relative;right:auto;top:auto;bottom:auto;width:calc(100% - 60px);max-width:none;margin:-25px auto 0;border-radius:18px;padding:42px}.hero-arrow{top:300px}.hero-count{display:none}.hero .slide-controls{left:60px;right:auto;top:570px;bottom:auto}}
@media(max-width:680px){.topbar{display:none}.nav-wrap{height:75px}.logo{min-width:0}.logo-mark{font-size:32px}.logo b{font-size:10px}.logo small{font-size:5px}.header-actions .nav-cta{display:none}.slides{height:560px}.hero-copy{left:20px;bottom:55px;width:calc(100% - 40px)}.hero-copy h1{font-size:38px}.hero-copy p{font-size:12px}.hero-consult{width:100%;margin:0;border-radius:0;padding:38px 20px}.hero-arrow{top:270px;width:38px;height:38px}.hero-prev{left:12px}.hero-next{right:12px}.hero .slide-controls{left:20px;top:525px}}

/* Animasyonlu logolu yüzde sayaçlı açılış ekranı */
.preloader-logo{display:flex;align-items:center;gap:20px;animation:logoBreath 1.8s ease-in-out infinite}
.preloader-monogram{position:relative;font-size:68px;font-weight:500;line-height:1}
.preloader-monogram i{position:absolute;width:18px;height:28px;border:1px solid var(--sage);border-radius:100% 0 100% 0;transform:rotate(-32deg);right:-10px;top:-5px}
.preloader-name{display:flex;flex-direction:column;gap:10px}
.preloader-name b{font-size:19px;letter-spacing:.3em}
.preloader-name small{font-size:8px;letter-spacing:.23em;opacity:.62;margin:0}
.preloader-progress{width:290px;height:2px;background:rgba(255,255,255,.13);margin-top:42px;overflow:hidden}
.preloader-progress span{display:block;width:0;height:100%;background:var(--sage);transition:width .08s linear}
.preloader .preloader-count{font-size:15px;letter-spacing:.12em;margin-top:15px;font-variant-numeric:tabular-nums}
.preloader .preloader-slogan{opacity:.48;font-size:8px;letter-spacing:.2em;margin-top:12px;text-transform:uppercase}
@keyframes logoBreath{0%,100%{transform:scale(1);opacity:.85}50%{transform:scale(1.035);opacity:1}}
@media(max-width:480px){.preloader-logo{gap:14px}.preloader-monogram{font-size:52px}.preloader-name b{font-size:14px}.preloader-name small{font-size:6px}.preloader-progress{width:240px}}

/* Tüm site için ortak 1490px içerik genişliği */
.container{width:min(1490px,calc(100% - 48px))}
.hero{width:min(1490px,calc(100% - 30px));margin-left:auto;margin-right:auto}
.hero-copy{left:70px}
.hero-consult{right:70px}
.insta-grid{width:min(1490px,calc(100% - 30px));margin-left:auto;margin-right:auto}
@media(max-width:1180px){.hero-copy{left:70px}.hero-consult{right:45px}}
@media(max-width:980px){.hero{width:calc(100% - 30px)}.hero-copy{left:60px}.hero-consult{right:auto}.insta-grid{width:calc(100% - 30px)}}
@media(max-width:680px){.container{width:calc(100% - 30px)}.hero{width:100%}.hero-copy{left:20px}.insta-grid{width:100%}}

/* WhatsApp SVG ve B2A mantığında tam ekran arama popup'ı */
.wa-icon{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.nav-cta{gap:9px}.whatsapp .wa-icon{width:20px;height:20px}
.search-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.search-open{overflow:hidden}
.search-overlay{visibility:hidden;position:fixed;z-index:10020;inset:0;display:grid;place-items:center;padding:90px 24px 40px;background:rgba(16,34,28,.94);opacity:0;backdrop-filter:blur(7px);transition:visibility .35s ease,opacity .35s ease}
.search-overlay:before{position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(110,171,143,.2),transparent 44%);content:"";pointer-events:none}
.search-overlay.open{visibility:visible;opacity:1}
.search-close{position:absolute;top:35px;right:clamp(25px,4vw,65px);width:48px;height:48px;border:0;background:transparent;color:#fff;cursor:pointer;transition:transform .25s}
.search-close:hover{transform:rotate(90deg)}
.search-close span{position:absolute;top:23px;left:8px;width:32px;height:2px;background:currentColor}.search-close span:first-child{transform:rotate(45deg)}.search-close span:last-child{transform:rotate(-45deg)}
.search-dialog{position:relative;width:min(850px,100%);text-align:center;transform:translateY(28px);transition:transform .45s var(--ease)}
.search-overlay.open .search-dialog{transform:none}
.search-dialog>p{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 15px;color:#a9d4bf;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.search-dialog>p:before,.search-dialog>p:after{width:30px;height:1px;background:currentColor;content:""}
.search-dialog h2{margin:0 0 30px;color:#fff;font-size:clamp(38px,5vw,66px);font-weight:600;letter-spacing:-.05em}
.search-form{display:grid;grid-template-columns:minmax(0,1fr) 90px;width:100%;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.3)}
.search-form input{min-width:0;height:86px;border:0;outline:0;padding:0 32px;background:#fff;color:#263b34;font:500 15px Montserrat,Arial,sans-serif}
.search-form input::placeholder{color:#8b9691}
.search-form button{display:grid;place-items:center;border:0;background:#527e6a;color:#fff;cursor:pointer}.search-form button svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}
.search-suggestions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:24px}.search-suggestions span{color:#9faaa5;font-size:10px;font-weight:600;text-transform:uppercase}.search-suggestions button{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 13px;background:transparent;color:#e8efeb;font:600 10px Montserrat,Arial,sans-serif;cursor:pointer}.search-suggestions button:hover{background:#fff;color:#294338}
.search-results{display:none;margin-top:12px;background:#fff;text-align:left;max-height:240px;overflow:auto}.search-results.has-results{display:block}.search-result{display:flex;justify-content:space-between;gap:20px;padding:14px 20px;border-top:1px solid #e7ece9;color:#263b34;cursor:pointer}.search-result:first-child{border-top:0}.search-result:hover{background:#f1f6f3}.search-result b{font-size:12px}.search-result span{font-size:10px;color:#7b8983}.search-empty{padding:20px;color:#738079;text-align:center;font-size:12px}
@media(max-width:700px){.search-overlay{padding:75px 18px 30px}.search-close{top:18px;right:16px}.search-dialog h2{font-size:38px}.search-form{grid-template-columns:minmax(0,1fr) 66px}.search-form input{height:68px;padding:0 18px;font-size:12px}.search-suggestions span{width:100%}}

/* Sayfa full width, tüm içerik kolonları maksimum 1490px */
.hero{width:100%;max-width:none;margin-left:0;margin-right:0}
.hero-copy{left:max(24px,calc((100vw - 1490px)/2))}
.hero-consult{right:max(24px,calc((100vw - 1490px)/2))}
@media(max-width:1180px){.hero-copy{left:45px}.hero-consult{right:45px}}
@media(max-width:980px){.hero{width:100%}.hero-copy{left:45px}.hero-consult{right:auto}}
@media(max-width:680px){.hero-copy{left:20px}}

/* Ana navigasyon ve Hizmetlerimiz açılır menüsü */
.nav{height:100%;align-items:stretch}
.nav>.nav-link,.nav>.nav-item>.nav-link{height:100%;display:flex;align-items:center;white-space:nowrap}
.nav>.nav-link,.nav>.nav-item>.nav-link{border-right:0}
.nav>.nav-link:not(:last-child):before,.nav>.nav-item:after{content:"";position:absolute;right:0;top:50%;width:1px;height:24px;background:#dfe2df;transform:translateY(-50%)}
.nav-item{position:relative;display:flex;align-items:stretch}
.service-dropdown{visibility:hidden;position:absolute;z-index:250;top:100%;left:0;width:285px;padding:18px 0;background:#202c26;box-shadow:0 22px 45px rgba(18,36,29,.25);opacity:0;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}
.has-dropdown:hover .service-dropdown,.has-dropdown:focus-within .service-dropdown{visibility:visible;opacity:1;transform:none}
.nav .service-dropdown a{display:block;border:0;padding:10px 20px;color:rgba(255,255,255,.8);font-size:13px;font-weight:400;text-transform:none;line-height:1.45;transition:background .2s,color .2s}
.nav .service-dropdown a:after{display:none}
.nav .service-dropdown a:hover{background:rgba(255,255,255,.06);color:#fff}
.nav .service-dropdown a.current{text-decoration:underline;text-underline-offset:5px;color:#fff}
@media(max-width:1280px){.nav a.nav-link{padding-left:8px;padding-right:8px;font-size:10px}}
@media(max-width:980px){.nav.open{top:84px;max-height:calc(100vh - 84px);overflow-y:auto}.nav{height:auto;align-items:stretch}.nav>.nav-link,.nav>.nav-item>.nav-link{height:auto;width:100%;padding:8px 0;border:0}.nav>.nav-link:before,.nav>.nav-item:after{display:none}.nav-item{display:block}.service-dropdown{display:none;visibility:visible;position:static;width:100%;padding:8px 0;margin:5px 0 8px;background:#202c26;box-shadow:none;opacity:1;transform:none}.has-dropdown.open .service-dropdown{display:block}.nav .service-dropdown a{padding:9px 15px;color:rgba(255,255,255,.8)}}
@media(max-width:680px){.nav.open{top:75px;max-height:calc(100vh - 75px)}}

/* Yeni şeffaf marka logosu */
.logo img{width:245px;height:98px;object-fit:contain;object-position:center}
.preloader-logo img{width:min(440px,80vw);height:auto;filter:brightness(0) invert(1);opacity:.94}
.light-logo img{width:290px;height:auto;filter:brightness(0) invert(1);opacity:.92}
@media(max-width:1180px){.logo img{width:205px;height:86px}}
@media(max-width:680px){.logo img{width:158px;height:66px}.preloader-logo img{width:min(330px,82vw)}.light-logo img{width:240px;height:auto}}

/* Rafine açık mega menü */
.service-dropdown{left:-155px;width:780px;padding:0;display:grid;grid-template-columns:255px 1fr;border:1px solid #e6ebe7;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 28px 70px rgba(28,51,41,.16);overflow:hidden}
.mega-intro{padding:32px 28px;background:linear-gradient(145deg,#365f4f,#527e6a);color:#fff}
.mega-intro>span{font-size:9px;font-weight:700;letter-spacing:.18em;color:#cde2d6}.mega-intro h3{margin:13px 0 14px;font-size:21px;line-height:1.35}.mega-intro p{margin:0 0 25px;color:rgba(255,255,255,.7);font-size:11px;line-height:1.75}.nav .mega-intro>a{display:inline-flex;align-items:center;gap:15px;padding:0 0 7px;border-bottom:1px solid rgba(255,255,255,.45);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase}.mega-intro>a b{font-size:15px}
.mega-links{display:grid;grid-template-columns:1fr 1fr;padding:18px}.nav .mega-links>a{display:grid;grid-template-columns:27px 1fr 16px;align-items:center;gap:9px;min-height:68px;padding:10px 12px;border:0;border-bottom:1px solid #edf0ee;color:#31473e;text-transform:none;transition:background .2s}.nav .mega-links>a:nth-last-child(-n+2){border-bottom:0}.nav .mega-links>a:hover{background:#f3f7f4;color:#355f4e}.mega-links>a>i{font-style:normal;font-size:8px;color:#8da599}.mega-links>a>span{font-size:12px;font-weight:600}.mega-links>a small{display:block;margin-top:3px;color:#8a9690;font-size:8px;font-weight:400}.mega-links>a>b{font-size:13px;font-weight:400;color:#779287}

/* Daha sade ve güçlü slider/form görünümü */
.hero{height:720px;min-height:720px;background:#274238}
.slide{background-position:right center}
.hero-shade{background:linear-gradient(90deg,rgba(23,45,37,.9) 0%,rgba(23,45,37,.7) 36%,rgba(23,45,37,.18) 72%,rgba(23,45,37,.12) 100%)}
.hero-copy{bottom:100px;width:40%;max-width:590px}.hero-kicker{display:inline-flex;align-items:center;gap:12px;padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:30px;background:rgba(255,255,255,.07);backdrop-filter:blur(7px);letter-spacing:.15em}.hero-copy h1{margin-top:20px;font-size:58px;line-height:1.05}.hero-copy p{max-width:470px;font-size:14px;line-height:1.85}.hero-more{border-radius:2px;background:#fff;color:#29473a;border-color:#fff;box-shadow:0 12px 28px rgba(13,31,24,.2)}
.hero-consult{top:54px;bottom:54px;width:400px;max-width:400px;padding:30px 32px;border-radius:20px;background:rgba(255,255,255,.96);color:#263d34;box-shadow:0 30px 80px rgba(19,42,32,.3);backdrop-filter:blur(14px);overflow:visible}
.hero-consult:before{content:"";position:absolute;left:32px;right:32px;top:0;height:4px;border-radius:0 0 4px 4px;background:#527e6a}.hero-consult .consult-copy{text-align:left}.hero-consult .consult-copy>span{color:#527e6a;font-weight:700}.hero-consult h2{font-size:30px;color:#263d34}.hero-consult .consult-copy p{color:#718078;font-size:11px}.hero-consult .consult-form{gap:11px}.hero-consult .consult-form input,.hero-consult .consult-form select{height:48px;border:1px solid #dde6e1;border-radius:8px;padding:0 16px;background:#f6f8f6;color:#304a3f}.hero-consult .consult-form input::placeholder{color:#849089}.hero-consult .consult-form input:focus,.hero-consult .consult-form select:focus{border-color:#527e6a;background:#fff;box-shadow:0 0 0 3px rgba(82,126,106,.09)}.hero-consult .consult-form button{height:50px;border-radius:8px;background:#527e6a;color:#fff;box-shadow:0 12px 24px rgba(82,126,106,.22)}.hero-consult .consult-form button:hover{background:#365f4f}
.hero-arrow{background:rgba(255,255,255,.08);backdrop-filter:blur(6px)}
@media(max-width:980px){.service-dropdown{width:100%;grid-template-columns:1fr;border-radius:8px}.mega-intro{display:none}.mega-links{grid-template-columns:1fr;padding:8px}.nav .mega-links>a{min-height:58px}.nav .mega-links>a:nth-last-child(-n+2){border-bottom:1px solid #edf0ee}.hero{height:auto;min-height:0}.slides{height:650px}.hero-copy{width:60%;bottom:75px}.hero-consult{width:calc(100% - 60px);max-width:none;margin:-20px auto 0;padding:38px;bottom:auto}.hero .slide-controls{top:610px}}
@media(max-width:680px){.slides{height:600px}.hero-copy{width:calc(100% - 40px);bottom:60px}.hero-copy h1{font-size:40px}.hero-consult{width:100%;margin:0;border-radius:0;padding:38px 20px}.hero .slide-controls{top:560px}}

/* Slider metni, zarif aksiyon ve premium görüşme formu */
.hero-copy p{max-width:560px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.9}
.hero-more{min-width:235px;padding:8px 9px 8px 20px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;box-shadow:none;backdrop-filter:blur(7px)}
.hero-more span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#355e4e;font-size:17px;transition:transform .3s var(--ease)}
.hero-more:hover{border-color:#fff;background:rgba(255,255,255,.12)}.hero-more:hover span{transform:rotate(-35deg)}
.hero-consult{padding:28px 30px}
.consult-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px 6px 7px;border-radius:999px;background:#edf4f0;color:#527e6a}
.consult-badge i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#527e6a;color:#fff;font-style:normal;font-size:10px}
.consult-badge span{font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero-consult h2{margin:13px 0 8px;font-size:29px;line-height:1.18}.hero-consult .consult-copy p{margin-bottom:15px;font-size:10px;line-height:1.65}
.hero-consult .consult-form{gap:8px}
.hero-consult .consult-form label{gap:4px}
.hero-consult .consult-form label>span{padding-left:2px;color:#6f7d76;font-size:8px;font-weight:600;letter-spacing:.04em;text-transform:none}
.hero-consult .consult-form input,.hero-consult .consult-form select{height:43px;border-color:#e1e8e4;border-radius:10px;padding:0 14px;background:#f8faf8;font-size:11px}
.hero-consult .consult-form button{height:48px;margin-top:3px;border-radius:999px;justify-content:space-between;padding:5px 6px 5px 20px;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:none}
.hero-consult .consult-form button i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#527e6a;font-style:normal;font-size:15px;transition:transform .3s}
.hero-consult .consult-form button:hover i{transform:rotate(-35deg)}
.form-privacy{display:flex;align-items:center;justify-content:center;gap:6px;color:#8b9690;font-size:7px;line-height:1.4;text-align:center}.form-privacy:before{content:"✓";width:14px;height:14px;border-radius:50%;display:grid;place-items:center;background:#edf4f0;color:#527e6a;font-size:8px}
.hero-consult{width:450px;max-width:450px;padding-left:34px;padding-right:34px}
.consult-badge span{font-size:9px}
.hero-consult h2{font-size:32px}
.hero-consult .consult-copy p{font-size:12px}
.hero-consult .consult-form label>span{font-size:9px}
.hero-consult .consult-form input,.hero-consult .consult-form select{font-size:12px}
.hero-consult .consult-form button{font-size:11px}
.form-privacy{font-size:8px}
@media(max-width:680px){.hero-copy p{font-size:12px;line-height:1.75}.hero-consult{padding:34px 20px}.hero-consult h2{font-size:28px}}
@media(max-width:980px){.hero-consult{width:calc(100% - 60px);max-width:none}}
@media(max-width:680px){.hero-consult{width:100%;max-width:none}}
.hero-consult .consult-form input:not(:placeholder-shown):invalid{border-color:#c97970;background:#fff8f7}
.hero-consult .consult-form input:not(:placeholder-shown):valid{border-color:#9fc4b2}
.form-success-state{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px;text-align:center}
.form-success-state>i{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin-bottom:20px;background:#527e6a;color:#fff;box-shadow:0 12px 30px rgba(82,126,106,.24);font-size:26px;font-style:normal}
.form-success-state>span{color:#527e6a;font-size:9px;font-weight:700;letter-spacing:.16em}
.form-success-state h3{margin:10px 0 10px;color:#263d34;font-size:25px}
.form-success-state p{margin:0 0 15px;color:#43584f;font-size:13px;font-weight:600;line-height:1.6}
.form-success-state small{max-width:310px;color:#849089;font-size:9px;line-height:1.7}

/* Slider metin okunabilirliği */
.hero-shade{background:linear-gradient(90deg,rgba(20,42,34,.96) 0%,rgba(20,42,34,.82) 34%,rgba(20,42,34,.38) 64%,rgba(20,42,34,.12) 100%)}
.hero-copy h1{color:#fff;font-weight:700;text-shadow:0 3px 22px rgba(9,25,18,.38)}
.hero-copy p{color:#fff;font-weight:500;text-shadow:0 2px 12px rgba(8,24,17,.5)}
.hero-kicker{color:#fff;font-weight:700;text-shadow:0 1px 8px rgba(8,24,17,.4)}

/* Ankara ve 5 yıllık deneyim odaklı Hakkımızda alanı */
.about{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8faf8 100%)}
.about:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;left:-250px;top:80px;background:rgba(82,126,106,.055)}
.about-grid{position:relative;grid-template-columns:.92fr 1.08fr;gap:120px}
.about-visual{padding:24px 0 0 24px}
.about-visual:before{content:"";position:absolute;inset:0 45px 45px 0;border-radius:180px 180px 22px 22px;background:#e6efe9}
.about .image-frame{position:relative;z-index:1;aspect-ratio:4/5;border-radius:180px 180px 22px 22px;box-shadow:0 28px 65px rgba(31,58,46,.15)}
.about .image-frame img{height:100%;object-fit:cover;object-position:70% center;filter:saturate(.78) contrast(.98)}
.about .about-badge{z-index:3;right:-25px;bottom:75px;min-width:135px;padding:20px 22px;border-radius:15px;background:#527e6a;box-shadow:0 20px 40px rgba(45,82,66,.25)}
.about-badge b{font-size:36px;line-height:1}.about-badge b sup{font-size:16px}.about-badge span{font-size:9px;line-height:1.5}
.about-location{position:absolute;z-index:3;left:-18px;bottom:28px;display:flex;align-items:center;gap:11px;padding:12px 16px;border:1px solid #e1e9e4;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 15px 35px rgba(34,61,50,.12);backdrop-filter:blur(8px)}
.about-location i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eef4f0;color:#527e6a;font-style:normal}.about-location span{display:flex;flex-direction:column;color:#344c42;font-size:10px;font-weight:700}.about-location small{color:#8a9690;font-size:7px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.about-copy h2{max-width:720px;font-size:clamp(40px,4.1vw,60px);line-height:1.12}.about-copy>p{max-width:690px;font-size:13px;line-height:1.9}.about-copy>p:first-of-type{font-size:15px}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;margin-top:26px}.about-highlights span{display:flex;align-items:center;gap:9px;color:#40564c;font-size:11px;font-weight:600}.about-highlights i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eaf2ed;color:#527e6a;font-size:10px;font-style:normal}
.about-bottom{align-items:stretch;gap:14px}.about-address{flex:1;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:11px;padding:13px 15px;border:1px solid #e0e8e3;border-radius:12px;background:#fff}.about-address>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#527e6a;color:#fff;font-style:normal}.about-address>span{font-size:9px;line-height:1.55;color:#596a62}.about-address small{display:block;margin-bottom:2px;color:#527e6a;font-size:7px;font-weight:700;letter-spacing:.1em}.about-address>b{color:#527e6a;font-size:15px}.about-contact-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border-radius:12px;background:#263f35;color:#fff;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.about-contact-link span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:14px}
@media(max-width:980px){.about-grid{grid-template-columns:1fr;gap:70px}.about-visual{max-width:620px;margin:auto}.about-copy{max-width:760px;margin:auto}}
@media(max-width:680px){.about-visual{padding:12px 10px 0}.about .image-frame{border-radius:100px 100px 18px 18px}.about-visual:before{inset:0 30px 35px 0;border-radius:100px 100px 18px 18px}.about .about-badge{right:0;bottom:68px}.about-location{left:0}.about-highlights{grid-template-columns:1fr}.about-bottom{flex-direction:column}.about-address{width:100%}.about-contact-link{width:100%}}
section[id]{scroll-margin-top:110px}

/* Hakkımızda tipografi dengesi */
.about-copy>.eyebrow{font-size:12px}
.about-copy h2{font-size:clamp(36px,3.25vw,49px);line-height:1.17}
.about-copy>p{font-size:15px;line-height:1.9}
.about-copy>p:first-of-type{font-size:16px}
.about-highlights span{font-size:12px}
.about-address>span{font-size:10px}
.about-address small{font-size:8px}
.about-contact-link{font-size:10px}
.about-highlights{margin-top:32px;padding-top:25px;border-top:1px solid #e1e8e4;gap:14px 24px}
.about-highlights span{min-height:34px}
@media(max-width:680px){.about-copy h2{font-size:35px}.about-copy>p,.about-copy>p:first-of-type{font-size:14px}}

/* Hakkımızda alanı için katmanlı geliş animasyonu */
.about-visual.reveal{opacity:0;transform:translate3d(-55px,25px,0) scale(.965);filter:blur(5px);transition:opacity 1s var(--ease),transform 1.05s var(--ease),filter .9s ease}
.about-copy.reveal{opacity:0;transform:translate3d(55px,20px,0);filter:blur(4px);transition:opacity .95s .08s var(--ease),transform 1s .08s var(--ease),filter .8s .08s ease}
.about-visual.reveal.visible,.about-copy.reveal.visible{opacity:1;transform:none;filter:none}
.about .image-frame{clip-path:inset(0 0 100% 0 round 180px 180px 22px 22px);transition:clip-path 1.2s .12s var(--ease)}
.about-visual.visible .image-frame{clip-path:inset(0 0 0 0 round 180px 180px 22px 22px)}
.about .about-badge,.about-location{opacity:0;transform:translateY(18px) scale(.9);transition:opacity .55s .75s var(--ease),transform .65s .75s var(--ease)}
.about-visual.visible .about-badge,.about-visual.visible .about-location{opacity:1;transform:none}
.about-highlights span{opacity:0;transform:translateY(15px);transition:opacity .5s var(--ease),transform .55s var(--ease)}
.about-copy.visible .about-highlights span{opacity:1;transform:none}
.about-copy.visible .about-highlights span:nth-child(1){transition-delay:.35s}.about-copy.visible .about-highlights span:nth-child(2){transition-delay:.43s}.about-copy.visible .about-highlights span:nth-child(3){transition-delay:.51s}.about-copy.visible .about-highlights span:nth-child(4){transition-delay:.59s}.about-copy.visible .about-highlights span:nth-child(5){transition-delay:.67s}.about-copy.visible .about-highlights span:nth-child(6){transition-delay:.75s}
@media(prefers-reduced-motion:reduce){.about-visual.reveal,.about-copy.reveal,.about-highlights span,.about .about-badge,.about-location{opacity:1;transform:none;filter:none;transition:none}.about .image-frame{clip-path:none;transition:none}}

/* Animasyonlu hizmet carousel */
.services{position:relative;overflow:hidden;background:#eef3ef}
.services:before{content:"";position:absolute;right:-150px;top:-180px;width:500px;height:500px;border:1px solid rgba(82,126,106,.1);border-radius:50%}
.service-carousel{position:relative}.service-head-side{max-width:430px}.service-head-side>p{margin-bottom:20px;color:#607068;font-size:14px;line-height:1.8}
.service-arrows{display:flex;justify-content:flex-end;gap:9px}.service-arrows button{width:46px;height:46px;border:1px solid #cfdad3;border-radius:50%;display:grid;place-items:center;background:transparent;color:#355e4e;font-size:18px;cursor:pointer;transition:.3s var(--ease)}.service-arrows button:hover{border-color:#527e6a;background:#527e6a;color:#fff;transform:translateY(-2px)}
.service-viewport{overflow:hidden;margin-top:8px}.service-track{display:flex;transition:transform .8s var(--ease);will-change:transform}
.service-slide{position:relative;flex:0 0 25%;min-height:390px;padding:31px 28px;border-right:1px solid #dbe4de;background:rgba(255,255,255,.76);overflow:hidden;transition:background .4s var(--ease),color .4s var(--ease),transform .4s var(--ease)}
.service-slide:before{content:"";position:absolute;inset:auto -70px -110px auto;width:210px;height:210px;border-radius:50%;background:rgba(82,126,106,.07);transition:.45s var(--ease)}
.service-slide:hover{z-index:2;background:#345e4d;color:#fff;transform:translateY(-8px)}.service-slide:hover:before{background:rgba(255,255,255,.07);transform:scale(1.25)}
.service-slide>span{font-size:10px;font-weight:700;letter-spacing:.12em;color:#82968c}.service-slide>i{position:absolute;right:27px;top:27px;width:42px;height:42px;border:1px solid #d7e1db;border-radius:50%;display:grid;place-items:center;color:#527e6a;font-size:17px;font-style:normal;transition:.4s}
.service-slide:hover>span{color:#b8d2c5}.service-slide:hover>i{border-color:rgba(255,255,255,.35);color:#fff;transform:rotate(-90deg)}
.service-slide h3{max-width:250px;margin:85px 0 17px;color:#263e34;font-size:23px;line-height:1.28;letter-spacing:-.025em;transition:color .4s}.service-slide:hover h3{color:#fff}
.service-slide p{min-height:80px;margin-bottom:28px;color:#697970;font-size:13px;line-height:1.8;transition:color .4s}.service-slide:hover p{color:rgba(255,255,255,.73)}
.service-slide>a{position:absolute;left:28px;bottom:28px;display:flex;align-items:center;gap:20px;padding-bottom:5px;border-bottom:1px solid #9db0a6;color:#405d50;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.service-slide:hover>a{border-color:rgba(255,255,255,.45);color:#fff}.service-slide>a b{font-size:15px}
.service-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.service-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#b9c8c0;cursor:pointer;transition:.3s}.service-dots button.active{width:28px;border-radius:10px;background:#527e6a}
@media(max-width:1100px){.service-slide{flex-basis:50%}}
@media(max-width:680px){.service-head-side{max-width:none}.service-arrows{justify-content:flex-start}.service-slide{flex-basis:100%;min-height:360px}.service-slide h3{margin-top:65px;font-size:22px}.service-slide p{font-size:13px}.service-dots{margin-top:24px}}
@media(prefers-reduced-motion:reduce){.service-track,.service-slide,.service-slide:before{transition:none}}

/* Görselli hizmet kartları */
.service-slide{min-height:450px;padding:0 0 24px;background:#fff}
.service-slide:before{z-index:1}
.service-image{position:relative;height:205px;overflow:hidden;background:#dfe9e3}
.service-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,49,39,.06),rgba(25,49,39,.36))}
.service-image img{height:100%;object-fit:cover;filter:saturate(.82);transition:transform .75s var(--ease),filter .5s}
.service-slide:hover .service-image img{transform:scale(1.075);filter:saturate(.95)}
.service-slide>span{z-index:2;position:absolute;left:20px;top:18px;padding:6px 9px;border-radius:30px;background:rgba(255,255,255,.9);color:#456455;backdrop-filter:blur(6px)}
.service-slide>span{display:none}
.service-slide>i{z-index:2;top:17px;right:19px;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.9);backdrop-filter:blur(6px)}
.service-slide h3{position:relative;z-index:2;margin:24px 28px 12px;font-size:22px}
.service-slide p{position:relative;z-index:2;min-height:62px;margin:0 28px 16px;font-size:12px}
.service-slide>a{z-index:2}
.service-slide:hover{background:#345e4d}.service-slide:hover>i{background:rgba(52,94,77,.85)}
@media(max-width:680px){.service-slide{min-height:430px}.service-image{height:195px}.service-slide h3{margin-top:22px}}

/* Sade ve rafine Neden Birlikte alanı */
.reasons{position:relative;background:#fff;color:#2b4238;overflow:hidden}
.reasons:before{content:"";position:absolute;left:50%;top:0;width:1px;height:65px;background:linear-gradient(#c9d9d0,transparent)}
.reasons-heading{max-width:900px;margin:0 auto 70px;text-align:center}.reasons-heading .eyebrow{justify-content:center}.reasons-heading h2{margin-bottom:22px;color:#2b4238;font-size:clamp(38px,4vw,57px);font-weight:500;line-height:1.16}.reasons-heading h2 em{color:#739d89}.reasons-heading>p{max-width:710px;margin:0 auto;color:#718078;font-size:14px;line-height:1.85}
.reason-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.reason-card{position:relative;padding:34px 26px 30px;border:1px solid #e2e9e5;border-radius:16px;background:#fff;text-align:center;transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .45s}
.reason-card:hover{transform:translateY(-9px);border-color:#cbdcd3;box-shadow:0 22px 50px rgba(43,72,59,.1)}
.reason-icon{width:62px;height:62px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;background:#e5f0ea;color:#527e6a;transition:.4s var(--ease)}.reason-card:nth-child(even) .reason-icon{background:#527e6a;color:#fff}.reason-card:hover .reason-icon{transform:rotate(-7deg) scale(1.06)}
.reason-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.reason-card h3{min-height:54px;margin:0 0 14px;color:#345146;font-size:17px;line-height:1.35}.reason-card p{margin:0;color:#718078;font-size:12px;line-height:1.85}
.reason-card:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:3px;border-radius:3px 3px 0 0;background:#527e6a;transform:translateX(-50%);transition:width .4s var(--ease)}.reason-card:hover:after{width:65px}
.reason-cards .reason-card:nth-child(2){transition-delay:.08s}.reason-cards .reason-card:nth-child(3){transition-delay:.16s}.reason-cards .reason-card:nth-child(4){transition-delay:.24s}
@media(max-width:1050px){.reason-cards{grid-template-columns:1fr 1fr}.reason-card h3{min-height:auto}}
@media(max-width:600px){.reasons-heading{margin-bottom:45px}.reasons-heading h2{font-size:35px}.reasons-heading>p{font-size:13px}.reason-cards{grid-template-columns:1fr}.reason-card{padding:30px 24px}.reason-card p{font-size:13px}}

/* Neden Birlikte tipografi okunabilirliği */
.reasons-heading .eyebrow{font-size:12px}
.reasons-heading h2{max-width:790px;margin-left:auto;margin-right:auto;font-size:clamp(32px,3.2vw,46px);line-height:1.2}
.reasons-heading>p{color:#52655c;font-size:15px;line-height:1.9}
.reason-card h3{color:#29463a;font-size:18px}
.reason-card p{color:#52675d;font-size:14px;line-height:1.8}
@media(max-width:600px){.reasons-heading h2{font-size:32px}.reasons-heading>p{font-size:14px}.reason-card h3{font-size:18px}.reason-card p{font-size:14px}}

/* Bize Sorun popup formu */
.faq-support{border:0;padding:0;background:transparent;text-align:left;cursor:pointer}.faq-support b{color:#355e4e;font-size:11px}.faq-support:hover>i{transform:rotate(8deg) scale(1.06)}.faq-support>i{transition:.3s var(--ease)}
body.question-modal-open{overflow:hidden}
.question-modal{visibility:hidden;position:fixed;z-index:10030;inset:0;display:grid;place-items:center;padding:35px 20px;background:rgba(20,40,32,.86);opacity:0;backdrop-filter:blur(7px);transition:visibility .35s,opacity .35s}.question-modal.open{visibility:visible;opacity:1}
.question-modal-close{position:absolute;z-index:2;right:clamp(20px,4vw,60px);top:28px;width:46px;height:46px;border:0;background:transparent;color:#fff;cursor:pointer;transition:transform .3s}.question-modal-close:hover{transform:rotate(90deg)}.question-modal-close span{position:absolute;left:8px;top:22px;width:30px;height:2px;background:currentColor}.question-modal-close span:first-child{transform:rotate(45deg)}.question-modal-close span:last-child{transform:rotate(-45deg)}
.question-modal-card{width:min(720px,100%);max-height:calc(100vh - 70px);overflow:auto;border-radius:20px;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.3);transform:translateY(30px) scale(.97);transition:transform .5s var(--ease)}.question-modal.open .question-modal-card{transform:none}
.question-modal-head{padding:36px 42px 25px;background:#eef4f0}.question-modal-head>span{color:#527e6a;font-size:9px;font-weight:700;letter-spacing:.16em}.question-modal-head h2{margin:9px 0 10px;color:#294439;font-size:32px;line-height:1.18}.question-modal-head p{margin:0;color:#687970;font-size:12px}
.question-form{display:flex;flex-direction:column;gap:15px;padding:28px 42px 34px}.question-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.question-form label{display:flex;flex-direction:column;gap:6px}.question-form label>span{color:#66766e;font-size:9px;font-weight:600}.question-form input,.question-form textarea{width:100%;border:1px solid #dce6e0;border-radius:10px;outline:0;padding:12px 14px;background:#f8faf8;color:#31483e;font-size:12px;resize:vertical}.question-form input:focus,.question-form textarea:focus{border-color:#527e6a;background:#fff;box-shadow:0 0 0 3px rgba(82,126,106,.09)}
.question-form>button{height:50px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:5px 6px 5px 20px;background:#527e6a;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.question-form>button i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#527e6a;font-style:normal;font-size:16px}.question-form>small{text-align:center;color:#8a9690;font-size:8px}
.question-modal-success{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px;text-align:center}.question-modal-success>i{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin-bottom:22px;background:#527e6a;color:#fff;font-size:30px;font-style:normal}.question-modal-success>span{color:#527e6a;font-size:9px;font-weight:700;letter-spacing:.16em}.question-modal-success h2{margin:10px 0;color:#294439;font-size:34px}.question-modal-success p{max-width:430px;color:#607068;font-size:13px;line-height:1.8}
@media(max-width:600px){.question-modal{padding:16px}.question-modal-close{top:9px;right:8px}.question-modal-card{max-height:calc(100vh - 32px);border-radius:14px}.question-modal-head{padding:28px 22px 20px}.question-modal-head h2{font-size:27px}.question-form{padding:23px 22px 28px}.question-form-row{grid-template-columns:1fr}.question-modal-success{min-height:380px;padding:30px 22px}}

/* SSS altındaki danışan yorumları */
.testimonials{
  position:relative;
  isolation:isolate;
  background:linear-gradient(135deg,#f8f3ea 0%,#f1e9dc 48%,#e9f0eb 100%);
  color:#2b4339;
  overflow:hidden;
}
.testimonials:before,.testimonials:after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
  will-change:transform;
}
.testimonials:before{
  right:-130px;
  bottom:-190px;
  width:520px;
  height:520px;
  border:1px solid rgba(82,126,106,.17);
  background:radial-gradient(circle,rgba(125,168,147,.18),rgba(125,168,147,0) 68%);
  animation:testimonialOrbOne 13s ease-in-out infinite alternate;
}
.testimonials:after{
  left:-170px;
  top:-220px;
  width:470px;
  height:470px;
  border:1px solid rgba(190,156,110,.15);
  background:radial-gradient(circle,rgba(222,195,154,.2),rgba(222,195,154,0) 70%);
  animation:testimonialOrbTwo 16s ease-in-out infinite alternate;
}
@keyframes testimonialOrbOne{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-70px,-38px,0) scale(1.12)}
}
@keyframes testimonialOrbTwo{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(85px,45px,0) scale(.9)}
}
.testimonial-head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:50px;text-align:left}.testimonial-head h2{margin:0;color:#294439;font-size:clamp(38px,4vw,56px);font-weight:500}.testimonial-head h2 em{color:#739d89}
.rating-summary{display:flex;align-items:center;gap:17px;padding:16px 20px;border:1px solid #d3e0d9;border-radius:14px;background:rgba(255,255,255,.65)}.rating-summary>strong{color:#2d4b3e;font-size:35px;line-height:1}.rating-summary>div{display:flex;flex-direction:column}.rating-summary span{color:#d5a83d;font-size:13px;letter-spacing:3px}.rating-summary small{margin-top:4px;color:#718078;font-size:8px}
.testimonial-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}
.testimonial-card{position:relative;min-height:355px;padding:30px;border:1px solid #dce6e0;border-radius:18px;background:#fff;color:#334c41;box-shadow:0 12px 35px rgba(39,68,55,.06);transition:transform .45s var(--ease),box-shadow .45s var(--ease)}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(39,68,55,.12)}
.testimonial-top{display:flex;align-items:flex-start;justify-content:space-between}.testimonial-top>i{color:#dce9e2;font-family:Georgia,serif;font-size:70px;font-style:normal;line-height:.65}.stars{color:#d5a83d;font-size:12px;letter-spacing:4px}
.testimonial-card blockquote{margin:25px 0 35px;color:#53685e;font-size:14px;line-height:1.9}
.testimonial-card .client{position:absolute;left:30px;right:30px;bottom:27px;padding-top:20px;border-top:1px solid #e6ece8}.testimonial-card .client>span{background:#527e6a;color:#fff}.testimonial-card .client strong{color:#304b3f;font-size:12px}.testimonial-card .client small{color:#849089}.testimonial-card .client>b{margin-left:auto;padding:6px 9px;border-radius:20px;background:#edf4f0;color:#527e6a;font-size:7px;font-weight:700}
.testimonial-track .testimonial-card:nth-child(1){transition-delay:.04s}.testimonial-track .testimonial-card:nth-child(2){transition-delay:.16s}.testimonial-track .testimonial-card:nth-child(3){transition-delay:.28s}
@media(max-width:980px){.testimonial-head{align-items:flex-start;flex-direction:column}.testimonial-track{grid-template-columns:1fr}.testimonial-card{min-height:300px}.rating-summary{align-self:flex-start}}
@media(max-width:600px){.testimonial-head h2{font-size:35px}.testimonial-card{padding:25px;min-height:340px}.testimonial-card blockquote{font-size:13px}.testimonial-card .client{left:25px;right:25px}.testimonial-card .client>b{display:none}}
@media(prefers-reduced-motion:reduce){.testimonials:before,.testimonials:after{animation:none}}

/* Sizin İçin Farkımız altındaki SSS alanı */
.faq{position:relative;background:#f3f7f4}
.faq:before{content:"";position:absolute;left:0;top:0;width:36%;height:100%;background:#e8f0eb}
.faq-grid{position:relative;grid-template-columns:.72fr 1.28fr;gap:90px}
.faq-copy{padding:28px 38px 28px 0}.faq-copy h2{color:#294439;font-size:clamp(38px,4vw,56px)}.faq-copy h2 em{color:#739d89}.faq-copy>p{max-width:430px;color:#596c63;font-size:14px;line-height:1.9}
.faq-support{display:flex;align-items:center;gap:13px;margin-top:32px}.faq-support>i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#527e6a;color:#fff;font-style:normal;font-size:18px}.faq-support>span{display:flex;flex-direction:column}.faq-support small{color:#7b8a83;font-size:9px}.faq-support a{color:#355e4e;font-size:11px;font-weight:700}
.accordion{padding:10px 0}.faq-item{margin-bottom:10px;border:1px solid #dce6e0;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq-item.open{border-color:#bfd2c7;box-shadow:0 15px 35px rgba(45,75,62,.08)}
.faq-item button{padding:22px 23px;grid-template-columns:34px 1fr 36px;gap:13px}.faq-item button span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#edf3ef;color:#527e6a;font-size:9px}.faq-item button b{color:#334d42;font-size:15px}.faq-item button i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f0f4f1;color:#527e6a;font-size:20px}.faq-answer p{padding-left:70px;padding-right:65px;color:#5c7066;font-size:13px;line-height:1.85}.faq-item.open .faq-answer p{padding-bottom:23px}
@media(max-width:980px){.faq:before{display:none}.faq-grid{grid-template-columns:1fr;gap:35px}.faq-copy{padding:0}.faq-copy>p{max-width:620px}}
@media(max-width:600px){.faq-copy h2{font-size:36px}.faq-item button{padding:18px 15px;grid-template-columns:29px 1fr 30px}.faq-item button b{font-size:13px}.faq-answer p{padding-left:57px;padding-right:20px;font-size:13px}}

/* SSS - belirgin Bize Sorun çağrısı */
.faq-support{
  position:relative;
  width:min(100%,390px);
  min-height:92px;
  margin-top:34px;
  padding:17px 20px;
  gap:17px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  background:linear-gradient(135deg,#527e6a 0%,#355e4e 100%);
  box-shadow:0 18px 38px rgba(42,82,65,.2);
  color:#fff;
  overflow:hidden;
  transition:transform .35s var(--ease),box-shadow .35s var(--ease);
}
.faq-support:after{
  content:"";
  position:absolute;
  right:-30px;
  top:-46px;
  width:125px;
  height:125px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
}
.faq-support>i{
  position:relative;
  z-index:1;
  flex:0 0 54px;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.14);
  font-size:22px;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.06);
}
.faq-support>span{position:relative;z-index:1;gap:3px}
.faq-support small{color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.01em}
.faq-support b{color:#fff;font-size:14px;font-weight:700;letter-spacing:.01em}
.faq-support:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 46px rgba(42,82,65,.28);
}
.faq-support:focus-visible{outline:3px solid rgba(82,126,106,.25);outline-offset:4px}
@media(max-width:600px){
  .faq-support{width:100%;min-height:84px;padding:14px 16px}
  .faq-support>i{flex-basis:48px;width:48px;height:48px}
  .faq-support b{font-size:13px}
}

/* Kapsamlı kurumsal footer */
.footer{position:relative;padding:0;background:#1e3029;color:#fff;overflow:hidden}
.footer:before{content:"";position:absolute;right:-220px;top:-260px;width:620px;height:620px;border:1px solid rgba(255,255,255,.035);border-radius:50%;pointer-events:none}
.footer .container{position:relative}
.footer-signature{min-height:180px;display:flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-signature p{margin:0;color:#fff;font-size:21px;font-weight:500;letter-spacing:-.025em}
.footer-signature>a{width:310px;filter:brightness(0) invert(1);opacity:.92}
.footer-signature img{max-height:94px;object-fit:contain}
.footer-main{display:grid;grid-template-columns:1.35fr .9fr .85fr 1.05fr;gap:65px;padding:65px 0 72px}
.footer-main h3{margin:0 0 27px;color:#fff;font-size:18px;font-weight:600}
.footer-contact{display:flex;flex-direction:column;align-items:flex-start}
.footer-info{display:grid;grid-template-columns:24px 1fr;gap:11px;margin-bottom:13px;color:rgba(255,255,255,.8)}
.footer-info>i{width:20px;height:20px;margin-top:5px;color:#9ec3af}
.footer-info svg,.footer-whatsapp-box svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-info>span{display:flex;min-width:0;flex-direction:column}
.footer-info small{color:rgba(255,255,255,.5);font-size:11px}
.footer-info b{max-width:340px;color:rgba(255,255,255,.9);font-size:13px;font-weight:500;line-height:1.65;overflow-wrap:anywhere}
.footer-info:hover b{color:#fff}
.footer-whatsapp-box{display:flex;align-items:center;gap:13px;margin-top:16px;padding:13px 17px 13px 11px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.82);font-size:13px;line-height:1.65;transition:.3s var(--ease)}
.footer-whatsapp-box>i{width:43px;height:43px;padding:10px;border-radius:9px;background:#39a85b;color:#fff;box-shadow:0 7px 18px rgba(29,128,68,.25)}
.footer-whatsapp-box b{color:#fff;font-weight:600}.footer-whatsapp-box:hover{transform:translateY(-3px);background:rgba(255,255,255,.09)}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-links h3{margin-bottom:18px}
.footer-links a{color:rgba(255,255,255,.74);font-size:13px;line-height:1.65;transition:.25s}
.footer-links a:hover{color:#b7dbc7;transform:translateX(4px)}
.footer-links .admin-link{margin-top:4px!important;font-size:11px!important;opacity:.55}
.footer-posts{display:flex;flex-direction:column}
.footer-posts>a{display:flex;flex-direction:column;padding:0 0 15px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-posts strong{color:rgba(255,255,255,.9);font-size:13px;line-height:1.5}
.footer-posts small{margin-top:5px;color:rgba(255,255,255,.5);font-size:10px}
.footer-posts span{margin-top:8px;color:#a9d3bd;font-size:10px;font-weight:600}
.footer-posts>a:hover strong{color:#fff}.footer-posts>a:hover span{color:#cae3d5}
.footer-bottom{min-height:72px;padding:21px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:35px;color:rgba(255,255,255,.6);font-size:11px;text-transform:none;letter-spacing:0}
.footer-socials{display:flex;align-items:center;gap:23px}
.footer-socials a{position:relative;color:rgba(255,255,255,.76);font-size:12px;font-weight:500}
.footer-socials a:before{content:"•";margin-right:6px;color:#9fcbb4}.footer-socials a:hover{color:#fff}
@media(max-width:1100px){.footer-main{grid-template-columns:1.25fr 1fr 1fr;gap:45px}.footer-posts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-posts h3{grid-column:1/-1}.footer-posts>a{margin:0}}
@media(max-width:760px){.footer-signature{min-height:155px;align-items:flex-start;flex-direction:column;padding:38px 0;gap:22px}.footer-signature p{font-size:18px}.footer-signature>a{width:245px}.footer-main{grid-template-columns:1fr 1fr;gap:48px 30px;padding:50px 0}.footer-contact{grid-column:1/-1}.footer-posts{grid-template-columns:1fr;grid-column:1/-1;gap:13px}.footer-posts h3{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-socials{flex-wrap:wrap;gap:13px 20px}}
@media(max-width:480px){.footer-main{grid-template-columns:1fr}.footer-links,.footer-posts{grid-column:1}.footer-signature>a{width:220px}.footer-info b{font-size:12px}.footer-whatsapp-box{width:100%}}

/* Çerez bildirimi ve politika sayfaları */
.cookie-banner{position:fixed;z-index:10020;left:24px;right:24px;bottom:22px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;width:min(1080px,calc(100% - 48px));margin:auto;padding:21px 24px 21px 28px;border:1px solid rgba(82,126,106,.2);border-left:4px solid #527e6a;border-radius:14px;background:rgba(255,253,249,.98);color:#294439;box-shadow:0 22px 70px rgba(24,52,41,.22);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transform:translateY(25px);transition:opacity .45s var(--ease),transform .45s var(--ease),visibility .45s}
.cookie-banner.show{opacity:1;visibility:visible;transform:none}
.cookie-copy strong{display:block;margin-bottom:4px;color:#294439;font-size:14px}.cookie-copy p{margin:0;color:#66786f;font-size:11px;line-height:1.7}.cookie-copy a{color:#527e6a;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;align-items:center;gap:9px}.cookie-actions button{height:42px;padding:0 17px;border-radius:999px;font-size:10px;font-weight:700;cursor:pointer;transition:.25s}
.cookie-settings{border:1px solid #cddbd3;background:transparent;color:#47685a}.cookie-accept{border:1px solid #527e6a;background:#527e6a;color:#fff}.cookie-actions button:hover{transform:translateY(-2px)}
.policy-page{min-height:100vh;background:#f5f7f4;color:#294439}.policy-header{background:#1e3029}.policy-nav{min-height:105px;display:flex;align-items:center;justify-content:space-between;gap:30px}.policy-logo{width:270px;filter:brightness(0) invert(1)}.policy-back{color:rgba(255,255,255,.8);font-size:12px;font-weight:600}.policy-back:hover{color:#fff}
.policy-service-menu{position:relative;align-self:stretch;display:flex;align-items:center}.policy-service-menu>a{color:rgba(255,255,255,.85);font-size:11px;font-weight:600;text-transform:uppercase}.policy-service-menu>a b{margin-left:6px;color:#a9cbb9}.policy-service-menu>div{visibility:hidden;position:absolute;z-index:20;left:50%;top:82%;width:270px;padding:13px;background:#fff;box-shadow:0 22px 50px rgba(10,28,20,.28);opacity:0;transform:translate(-50%,12px);transition:.25s}.policy-service-menu:hover>div,.policy-service-menu:focus-within>div{visibility:visible;opacity:1;transform:translate(-50%,0)}.policy-service-menu>div a{display:block;padding:8px 11px;color:#52685e;font-size:11px}.policy-service-menu>div a:hover{background:#edf3ef;color:#355e4e}
.policy-hero{padding:75px 0 65px;background:#e8f0eb}.policy-hero .eyebrow{margin-bottom:18px}.policy-hero h1{max-width:800px;margin:0;color:#294439;font-size:clamp(40px,5vw,68px);font-weight:500}.policy-content{width:min(920px,calc(100% - 48px));margin:0 auto;padding:75px 0 95px}.policy-content .updated{display:inline-flex;margin-bottom:36px;padding:8px 13px;border-radius:999px;background:#e7efea;color:#527e6a;font-size:10px;font-weight:600}.policy-content h2{margin:42px 0 14px;color:#2e4c3f;font-size:25px;letter-spacing:-.02em}.policy-content p,.policy-content li{color:#596c63;font-size:14px;line-height:1.9}.policy-content ul{padding-left:20px}.policy-contact{margin-top:45px;padding:25px 28px;border-radius:14px;background:#e8f0eb}.policy-contact h2{margin-top:0}.policy-footer{padding:28px 0;background:#1e3029;color:rgba(255,255,255,.6);font-size:11px}.policy-footer .container{display:flex;justify-content:space-between;gap:25px}.policy-footer a{color:#fff}
@media(max-width:760px){.cookie-banner{left:15px;right:15px;bottom:15px;width:calc(100% - 30px);grid-template-columns:1fr;padding:18px;border-left-width:3px}.cookie-actions{width:100%}.cookie-actions button{flex:1;padding:0 10px}.policy-nav{min-height:85px}.policy-logo{width:180px}.policy-service-menu{display:none}.policy-back{font-size:10px}.policy-hero{padding:55px 0}.policy-content{width:calc(100% - 34px);padding:55px 0 75px}.policy-content p,.policy-content li{font-size:13px}.policy-footer .container{flex-direction:column}}

/* Hakkımızda iç sayfası */
.inner-header{position:relative;background:#fff;color:#33443d}
.inner-header .nav>.nav-link:after,.inner-header .nav>.nav-item>.nav-link:after{top:calc(50% + 13px);bottom:auto;left:14px;right:calc(100% - 14px);height:2px;background:#527e6a}
.inner-header .nav>.nav-link:hover:after,.inner-header .nav>.nav-item>.nav-link:hover:after{right:14px}
.inner-header .nav-link.active{color:#527e6a}
.inner-header .nav>.nav-link.active:after,.inner-header .nav>.nav-item>.nav-link.active:after{left:14px;right:14px;top:calc(50% + 13px);bottom:auto;height:2px;background:#527e6a}
.about-page{background:#fff}
.about-page-hero{position:relative;min-height:390px;display:flex;align-items:center;background:linear-gradient(115deg,rgba(31,53,44,.97),rgba(58,93,77,.88)),url('../images/hero-diyetisyen-v2.png') center 34%/cover;color:#fff;overflow:hidden}
.about-page-hero:before{content:"";position:absolute;right:-130px;top:-300px;width:680px;height:680px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.about-page-hero:after{content:"";position:absolute;right:80px;bottom:-290px;width:450px;height:450px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.about-page-hero .container{position:relative;z-index:1}.about-hero-copy{padding:68px 0 62px}.about-hero-copy h1{max-width:850px;margin:0 0 18px;font-size:clamp(43px,4.6vw,65px);font-weight:500}.about-hero-copy h1 em{color:#b5d4c3;font-style:normal}.about-hero-copy p{max-width:650px;margin:0;color:rgba(255,255,255,.73);font-size:15px;line-height:1.8}
.about-breadcrumb{position:absolute;right:0;bottom:24px;display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.5);font-size:9px;backdrop-filter:blur(6px)}.about-breadcrumb span{color:#a9cbb9}.about-breadcrumb b{color:rgba(255,255,255,.88);font-weight:500}
.about-story{padding:95px 0;background:#fff}.about-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px}.about-story-visual{position:relative;padding:0 35px 45px 0}.about-main-photo{height:630px;border-radius:4px 68px 4px 4px;overflow:hidden}.about-main-photo img{height:100%;object-fit:cover;object-position:center top}.about-experience{position:absolute;right:-15px;bottom:0;display:flex;align-items:center;gap:14px;padding:21px 25px;background:#527e6a;color:#fff;box-shadow:0 20px 45px rgba(52,91,74,.2)}.about-experience strong{font-size:32px;line-height:1}.about-experience span{font-size:9px;line-height:1.5;text-transform:uppercase;letter-spacing:.1em}.about-photo-line{position:absolute;left:-25px;bottom:80px;width:1px;height:150px;background:#aec7ba}
.about-story-copy h2{margin-bottom:25px;color:#294439;font-size:clamp(38px,3.7vw,54px);font-weight:500}.about-story-copy h2 em{color:#739d89}.about-story-copy p{color:#61736a;font-size:14px;line-height:1.9}.about-story-copy .about-lead{color:#334d42;font-size:15px;font-weight:500}.about-signature{display:flex;align-items:center;gap:20px;margin-top:30px;padding-top:24px;border-top:1px solid #e0e8e3}.about-signature img{width:210px}.about-signature span{padding-left:20px;border-left:1px solid #dce6e0;color:#7b8982;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.about-values{position:relative;padding:95px 0;background:#f1f5f2;overflow:hidden}.about-values:after{content:"";position:absolute;left:-180px;bottom:-250px;width:520px;height:520px;border:1px solid rgba(82,126,106,.1);border-radius:50%}.about-values-head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:45px}.about-values-head h2{max-width:790px;margin:0;color:#294439;font-size:clamp(36px,3.6vw,51px);font-weight:500}.about-values-head h2 em{color:#739d89}
.about-value-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.about-value-card{position:relative;min-height:350px;padding:28px 25px;border:1px solid #dce6e0;border-radius:15px;background:#fff;transition:.4s var(--ease)}.about-value-card>span{color:#9aaca3;font-size:9px}.about-value-card>i{width:54px;height:54px;margin:48px 0 24px;border-radius:50%;display:grid;place-items:center;background:#e8f0eb;color:#527e6a;font-size:22px;font-style:normal}.about-value-card h3{color:#304b3f;font-size:17px}.about-value-card p{color:#65766e;font-size:12px;line-height:1.85}.about-value-card:hover{transform:translateY(-9px);border-color:#bcd0c5;box-shadow:0 22px 48px rgba(42,74,60,.1)}.about-value-card:hover>i{background:#527e6a;color:#fff}
.about-clinic{padding:95px 0;background:#527e6a;color:#fff}.about-clinic-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:85px}.about-clinic-copy h2{max-width:700px;color:#fff;font-size:clamp(38px,3.8vw,54px);font-weight:500}.about-clinic-copy p{max-width:690px;margin-bottom:32px;color:rgba(255,255,255,.7);font-size:14px;line-height:1.9}.about-clinic-card{padding:38px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.08);box-shadow:0 28px 60px rgba(31,67,51,.2)}.about-clinic-card>span{color:#c2dfd0;font-size:9px;font-weight:700;letter-spacing:.15em}.about-clinic-card h3{margin:15px 0 19px;font-size:17px;line-height:1.7}.about-clinic-card>a{display:inline-block;margin-bottom:30px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.45);font-size:11px;font-weight:600}.about-clinic-card>div{display:flex;flex-direction:column;padding-top:23px;border-top:1px solid rgba(255,255,255,.14)}.about-clinic-card small{color:rgba(255,255,255,.55);font-size:9px}.about-clinic-card div a{font-size:16px;font-weight:600}
.about-page-footer{padding:45px 0;background:#1e3029;color:#fff}.about-page-footer .container{display:flex;align-items:center;justify-content:space-between;gap:35px}.about-footer-logo{width:250px;filter:brightness(0) invert(1)}.about-page-footer div div{display:flex;gap:22px}.about-page-footer div div a,.about-page-footer span{color:rgba(255,255,255,.6);font-size:10px}.about-page-footer div div a:hover{color:#fff}
@media(max-width:1100px){.about-story-grid{gap:65px}.about-main-photo{height:590px}.about-value-grid{grid-template-columns:1fr 1fr}.about-clinic-grid{gap:60px}}
@media(max-width:980px){.inner-header .nav>.nav-link:after,.inner-header .nav>.nav-item>.nav-link:after{display:none}}
@media(max-width:800px){.inner-header .header-actions{display:none}.about-page-hero{min-height:350px}.about-story-grid,.about-clinic-grid{grid-template-columns:1fr}.about-story-visual{max-width:620px}.about-story-copy{max-width:720px}.about-values-head{align-items:flex-start;flex-direction:column}.about-page-footer .container{align-items:flex-start;flex-direction:column}.about-clinic-grid{gap:45px}}
@media(max-width:560px){.about-hero-copy{padding:55px 0 35px}.about-hero-copy h1{font-size:39px}.about-hero-copy p{font-size:14px}.about-breadcrumb{position:static;width:max-content;margin-bottom:20px;padding:7px 11px}.about-story{padding:72px 0}.about-story-grid{gap:50px}.about-main-photo{height:500px}.about-experience{right:0}.about-signature{align-items:flex-start;flex-direction:column}.about-signature span{padding:0;border:0}.about-values,.about-clinic{padding:72px 0}.about-value-grid{grid-template-columns:1fr}.about-value-card{min-height:300px}.about-value-card>i{margin:35px 0 20px}.about-clinic-card{padding:28px 23px}.about-footer-logo{width:215px}.about-page-footer div div{flex-wrap:wrap}}

/* Hizmetlerimiz iç sayfası */
.services-page-hero{position:relative;min-height:390px;display:flex;align-items:center;background:linear-gradient(115deg,rgba(31,53,44,.97),rgba(67,104,87,.88)),url('https://images.unsplash.com/photo-1490645935967-10de6ba17061?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;overflow:hidden}.services-page-hero:after{content:"";position:absolute;right:-170px;top:-230px;width:600px;height:600px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.services-page-hero .container{position:relative;z-index:1}.services-hero-copy{padding:68px 0 62px}.services-hero-copy h1{margin:0 0 18px;font-size:clamp(46px,5vw,68px);font-weight:500}.services-hero-copy p{max-width:680px;margin:0;color:rgba(255,255,255,.75);font-size:15px;line-height:1.85}
.service-jump{position:sticky;z-index:80;top:84px;border-top:1px solid #edf1ef;border-bottom:1px solid #dbe5df;background:rgba(255,255,255,.97);box-shadow:0 9px 25px rgba(35,62,50,.07);backdrop-filter:blur(12px);transition:top .3s}.service-jump .container{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.service-jump .container::-webkit-scrollbar{display:none}.service-jump a{flex:0 0 auto;padding:17px 18px;border-right:1px solid #e3e9e5;color:#52685e;font-size:10px;font-weight:600;white-space:nowrap}.service-jump a:hover{background:#edf3ef;color:#355e4e}
@media(max-width:1180px){.service-jump{top:122px;z-index:85}.service-jump a{padding:14px 16px}}
@media(max-width:600px){.service-jump{top:116px}}
.service-details{padding:100px 0}.service-details-head{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:end;margin-bottom:75px}.service-details-head .eyebrow{grid-column:1/-1;margin-bottom:0}.service-details-head h2{margin:0;color:#294439;font-size:clamp(38px,4vw,55px);font-weight:500}.service-details-head p{max-width:530px;margin:0;color:#63766c;font-size:14px;line-height:1.9}
.service-detail-list{display:flex;flex-direction:column;gap:105px}.service-detail{scroll-margin-top:75px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:85px}.service-detail.reverse .service-detail-image{order:2}.service-detail-image{position:relative;height:470px;overflow:hidden;border-radius:4px 55px 4px 4px}.service-detail-image img{height:100%;object-fit:cover;transition:transform .8s var(--ease)}.service-detail:hover .service-detail-image img{transform:scale(1.035)}.service-detail-image>span{position:absolute;left:18px;top:18px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#527e6a;font-size:10px;font-weight:700}
.service-detail-copy>span{color:#739d89;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.17em}.service-detail-copy h2{margin:10px 0 20px;color:#294439;font-size:clamp(34px,3.3vw,48px);font-weight:500}.service-detail-copy>p{color:#62746b;font-size:14px;line-height:1.9}.service-detail-copy ul{display:grid;gap:9px;margin:24px 0 30px;padding:22px 0;border-top:1px solid #e0e8e3;border-bottom:1px solid #e0e8e3;list-style:none}.service-detail-copy li{position:relative;padding-left:24px;color:#465f54;font-size:12px}.service-detail-copy li:before{content:"✓";position:absolute;left:0;color:#527e6a;font-weight:700}.service-detail-copy>a{display:inline-flex;align-items:center;gap:35px;padding-bottom:7px;border-bottom:1px solid #527e6a;color:#355e4e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.service-process{padding:95px 0;background:#294439;color:#fff}.service-process-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.service-process-head h2{max-width:660px;margin:0;color:#fff;font-size:clamp(38px,4vw,54px);font-weight:500}.service-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.13)}.service-process-grid article{min-height:265px;padding:34px;background:#294439}.service-process-grid span{color:#a9cbb9;font-size:10px}.service-process-grid h3{margin:55px 0 14px;font-size:17px}.service-process-grid p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.85}
.service-cta{padding:75px 0;background:#e7efe9}.service-cta .container{display:flex;align-items:center;justify-content:space-between;gap:45px}.service-cta span:first-child{color:#527e6a;font-size:9px;font-weight:700;letter-spacing:.16em}.service-cta h2{margin:12px 0 0;color:#294439;font-size:clamp(34px,3.6vw,50px);font-weight:500}.service-cta .btn{background:#527e6a;color:#fff}
@media(max-width:900px){.service-details-head,.service-detail{grid-template-columns:1fr}.service-detail-list{gap:80px}.service-detail.reverse .service-detail-image{order:0}.service-detail-image{height:440px}.service-detail-copy{max-width:720px}.service-process-grid{grid-template-columns:1fr}.service-process-grid article{min-height:220px}.service-process-grid h3{margin-top:35px}.service-cta .container{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.services-page-hero{min-height:350px}.services-hero-copy{padding:55px 0 35px}.services-hero-copy h1{font-size:40px}.service-details{padding:72px 0}.service-details-head{margin-bottom:55px}.service-detail-list{gap:65px}.service-detail{gap:34px}.service-detail-image{height:350px;border-radius:4px 35px 4px 4px}.service-process{padding:72px 0}.service-process-head{align-items:flex-start;flex-direction:column}.service-cta{padding:60px 0}}

/* Ayrı hizmet detay sayfaları */
.mega-links a.current{background:#e6f0ea!important;color:#294439!important}.mega-links a.current i,.mega-links a.current b{color:#527e6a!important}.mega-links a.current small{color:#6d8177!important}.single-service-hero{position:relative;min-height:560px;display:flex;align-items:center;background:#294439;color:#fff;overflow:hidden}.single-service-bg{position:absolute;inset:0;background-position:center;background-size:cover;opacity:.34}.single-service-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,49,39,.97) 0%,rgba(28,55,44,.78) 48%,rgba(28,55,44,.18) 100%)}.single-service-hero .container{position:relative;z-index:1}.single-service-hero-copy{max-width:790px;padding:95px 0}.single-service-hero-copy>span{color:#b5d4c3;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em}.single-service-hero-copy h1{margin:13px 0 22px;font-size:clamp(52px,6vw,82px);font-weight:500}.single-service-hero-copy p{max-width:690px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.85}.single-service-hero-copy>a{display:inline-flex;gap:35px;margin-top:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.55);font-size:10px;font-weight:700;text-transform:uppercase}
.single-service-intro{padding:100px 0}.single-service-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.single-service-intro h2{margin:0;color:#294439;font-size:clamp(38px,4vw,55px);font-weight:500}.single-service-intro-grid>div:last-child{padding-top:32px}.single-service-intro p{color:#63766c;font-size:14px;line-height:1.95}.single-service-intro .single-lead{color:#334d42;font-size:16px;font-weight:500}
.single-service-audience{padding:90px 0;background:#f0f5f1}.single-audience-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.single-audience-head h2{max-width:650px;margin:0;color:#294439;font-size:clamp(38px,4vw,53px);font-weight:500}.single-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.single-audience-grid article{min-height:185px;padding:24px;border:1px solid #dce6e0;border-radius:13px;background:#fff}.single-audience-grid span{color:#83a493;font-size:9px}.single-audience-grid p{margin:60px 0 0;color:#3e594d;font-size:13px;font-weight:600;line-height:1.65}
.single-service-benefits{padding:100px 0}.single-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.single-benefits-image{height:580px;overflow:hidden;border-radius:4px 60px 4px 4px}.single-benefits-image img{height:100%;object-fit:cover}.single-benefits-copy h2{margin:0 0 30px;color:#294439;font-size:clamp(38px,4vw,54px);font-weight:500}.single-benefits-copy>div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid #e0e8e3}.single-benefits-copy>div b{color:#83a493;font-size:10px}.single-benefits-copy>div span{color:#405b4f;font-size:13px;font-weight:600}.single-benefits-copy .btn{margin-top:30px}
.single-service-process{padding:90px 0;background:#294439;color:#fff}.single-process-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:45px}.single-process-title h2{max-width:690px;margin:0;color:#fff;font-size:clamp(37px,4vw,52px);font-weight:500}.single-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.14)}.single-process-grid article{min-height:260px;padding:32px;background:#294439}.single-process-grid b{color:#a9cbb9;font-size:10px}.single-process-grid h3{margin:58px 0 13px;font-size:18px}.single-process-grid p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.85}
.single-service-faq{padding:95px 0;background:#f7f4ef}.single-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.single-faq-grid h2{color:#294439;font-size:clamp(38px,4vw,53px);font-weight:500}.single-faq-grid>div:first-child{position:sticky;top:120px;align-self:start}
@media(max-width:900px){.single-service-hero{min-height:500px}.single-service-intro-grid,.single-benefits-grid,.single-faq-grid{grid-template-columns:1fr;gap:50px}.single-audience-grid{grid-template-columns:1fr 1fr}.single-benefits-image{height:480px}.single-process-grid{grid-template-columns:1fr}.single-process-grid article{min-height:210px}.single-process-grid h3{margin-top:35px}.single-faq-grid>div:first-child{position:static}}
@media(max-width:560px){.single-service-hero{min-height:460px}.single-service-hero-copy{padding:72px 0 55px}.single-service-hero-copy h1{font-size:43px}.single-service-hero-copy p{font-size:14px}.single-service-intro,.single-service-benefits{padding:72px 0}.single-service-intro-grid{gap:20px}.single-service-intro-grid>div:last-child{padding-top:0}.single-service-audience,.single-service-process,.single-service-faq{padding:72px 0}.single-audience-head,.single-process-title{align-items:flex-start;flex-direction:column}.single-audience-grid{grid-template-columns:1fr}.single-audience-grid article{min-height:150px}.single-audience-grid p{margin-top:38px}.single-benefits-image{height:380px}.single-process-grid article{min-height:190px}}

/* Hizmet detay sayfaları - sade ve uyumlu ikinci düzen */
.single-service-hero{min-height:390px}
.single-service-hero:after{background:linear-gradient(105deg,rgba(31,53,44,.97) 0%,rgba(51,84,69,.86) 62%,rgba(51,84,69,.38) 100%)}
.single-service-hero-copy{max-width:760px;padding:68px 0 62px}
.single-service-hero-copy>span{font-size:9px;letter-spacing:.18em}
.single-service-hero-copy h1{margin:10px 0 17px;font-size:clamp(43px,4.7vw,65px)}
.single-service-hero-copy p{max-width:650px;font-size:14px;line-height:1.8}
.single-service-hero-copy>a{margin-top:10px;padding:10px 0;font-size:9px}
.single-service-hero .about-breadcrumb{bottom:24px;padding:8px 12px;font-size:9px}

.single-service-intro{position:relative;padding:88px 0;background:#fff}
.single-service-intro:before{content:"";position:absolute;left:0;top:0;width:31%;height:100%;background:#f4f7f5}
.single-service-intro-grid{position:relative;grid-template-columns:.8fr 1.2fr;gap:105px}
.single-service-intro-grid>div:first-child{padding:25px 0}
.single-service-intro h2{font-size:clamp(35px,3.4vw,49px)}
.single-service-intro-grid>div:last-child{padding:28px 35px;border-left:1px solid #d7e2dc}
.single-service-intro p{font-size:13px;line-height:1.9}
.single-service-intro .single-lead{font-size:15px;line-height:1.85}

.single-service-audience{padding:82px 0;background:#eef3f0}
.single-audience-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:end;margin-bottom:38px}
.single-audience-head .eyebrow{margin:0}
.single-audience-head h2{max-width:720px;font-size:clamp(35px,3.5vw,49px)}
.single-audience-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.single-audience-grid article{min-height:0;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:17px;padding:20px 22px;border:0;border-radius:10px;background:rgba(255,255,255,.82);box-shadow:0 7px 25px rgba(41,68,57,.035);transition:.3s var(--ease)}
.single-audience-grid article:hover{transform:translateX(5px);background:#fff}
.single-audience-grid span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e5eee9;color:#527e6a}
.single-audience-grid p{margin:0;font-size:13px;font-weight:500}

.single-service-benefits{padding:88px 0;background:#fff}
.single-benefits-grid{grid-template-columns:.85fr 1.15fr;gap:80px}
.single-benefits-image{height:510px;border-radius:3px 45px 3px 3px;box-shadow:18px 18px 0 #e7efe9}
.single-benefits-copy{padding:10px 0}
.single-benefits-copy h2{font-size:clamp(35px,3.5vw,49px)}
.single-benefits-copy>div{grid-template-columns:36px 1fr;padding:15px 0}
.single-benefits-copy>div b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#edf3ef}
.single-benefits-copy>div span{font-size:13px;font-weight:500}
.single-benefits-copy .btn{min-width:225px;padding:14px 18px}

.single-service-process{padding:82px 0;background:#527e6a}
.single-process-title{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:end;margin-bottom:38px}
.single-process-title .eyebrow{margin:0}
.single-process-title h2{max-width:720px;font-size:clamp(35px,3.5vw,49px)}
.single-process-grid{gap:14px;background:transparent}
.single-process-grid article{position:relative;min-height:230px;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.07)}
.single-process-grid b{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);color:#d6e8de}
.single-process-grid h3{margin:42px 0 11px;font-size:17px}
.single-process-grid p{font-size:12px;line-height:1.8}

.single-service-faq{padding:88px 0;background:#f8f6f1}
.single-faq-grid{grid-template-columns:.72fr 1.28fr;gap:80px}
.single-faq-grid h2{font-size:clamp(35px,3.5vw,49px)}
.single-faq-grid .faq-item{border-color:#dde6e1;background:rgba(255,255,255,.86)}
.single-faq-grid .faq-item.open{background:#fff}

@media(max-width:900px){
  .single-service-hero{min-height:365px}
  .single-service-intro:before{display:none}
  .single-service-intro-grid,.single-audience-head,.single-process-title{grid-template-columns:1fr;gap:25px}
  .single-service-intro-grid>div:last-child{padding:0;border-left:0}
  .single-benefits-grid{grid-template-columns:1fr;gap:55px}
  .single-benefits-image{max-width:650px}
}
@media(max-width:600px){
  .single-service-hero{min-height:350px}
  .single-service-hero-copy{padding:54px 0 35px}
  .single-service-hero-copy h1{font-size:39px}
  .single-service-hero .about-breadcrumb{position:static;width:max-content;margin-bottom:18px}
  .single-service-intro,.single-service-audience,.single-service-benefits,.single-service-process,.single-service-faq{padding:68px 0}
  .single-audience-grid{grid-template-columns:1fr}
  .single-audience-grid article{padding:17px}
  .single-benefits-image{height:360px;box-shadow:10px 10px 0 #e7efe9}
  .single-process-grid article{min-height:190px}
}

/* Kilo Verenler, Blog, S.S.S. ve İletişim iç sayfaları */
.editorial-hero{position:relative;min-height:390px;display:flex;align-items:center;background:linear-gradient(110deg,#294439 0%,#527e6a 100%);color:#fff;overflow:hidden}.editorial-hero:after{content:"";position:absolute;right:-140px;top:-250px;width:600px;height:600px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.editorial-hero .container{position:relative;z-index:1}.editorial-hero .container>div:first-child{max-width:780px;padding:68px 0 62px}.editorial-hero h1{margin:0 0 17px;font-size:clamp(43px,4.7vw,65px);font-weight:500}.editorial-hero p{max-width:670px;margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.85}.blog-hero{background:linear-gradient(110deg,#394f46,#6e8e7f)}.faq-page-hero{background:linear-gradient(110deg,#294439,#466e5d)}.contact-hero{background:linear-gradient(110deg,#294439,#658c79)}
.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.split-heading h2{margin:0;color:#294439;font-size:clamp(37px,3.8vw,52px);font-weight:500}.split-heading>p{margin:0;color:#63766c;font-size:14px;line-height:1.9}
.stories-intro{padding:85px 0 55px}.story-cards{padding:35px 0 90px;background:#f0f5f1}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-card{min-height:360px;display:flex;flex-direction:column;padding:30px;border:1px solid #dce6e0;border-radius:15px;background:#fff;box-shadow:0 15px 40px rgba(40,68,56,.05)}.story-rating{display:flex;justify-content:space-between}.story-rating span{color:#d3a63b;letter-spacing:3px}.story-rating b{color:#9cafa5;font-size:9px}.story-card blockquote{flex:1;margin:35px 0;color:#52685e;font-size:14px;line-height:1.9}.story-client{display:flex;align-items:center;gap:13px;padding-top:20px;border-top:1px solid #e4ebe7}.story-client i{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#527e6a;color:#fff;font-style:normal;font-weight:700}.story-client span{display:flex;flex-direction:column}.story-client strong{font-size:12px}.story-client small{color:#849089;font-size:8px}.story-method{padding:85px 0;background:#294439;color:#fff}.story-method>.container>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.story-method h2{max-width:720px;margin:0;color:#fff;font-size:clamp(36px,3.7vw,50px);font-weight:500}.story-method>.container>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.story-method article{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:11px}.story-method article b{color:#a9cbb9;font-size:10px}.story-method h3{margin:45px 0 12px;font-size:17px}.story-method article p{color:rgba(255,255,255,.58);font-size:12px;line-height:1.8}
.blog-page{padding:88px 0}.blog-page .split-heading{margin-bottom:55px}.blog-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.blog-page-card{overflow:hidden;border:1px solid #e0e7e3;border-radius:14px;background:#fff}.blog-page-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1.15fr .85fr}.blog-page-image{position:relative;display:block;height:300px;overflow:hidden}.featured .blog-page-image{height:100%;min-height:410px}.blog-page-image img{height:100%;object-fit:cover;transition:.7s}.blog-page-card:hover img{transform:scale(1.04)}.blog-page-image span{position:absolute;left:18px;top:18px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.92);color:#527e6a;font-size:8px;font-weight:700}.blog-page-card>div{padding:28px}.blog-page-card small{color:#86a091;font-size:9px}.blog-page-card h2{margin:9px 0 14px;color:#304b3f;font-size:23px;line-height:1.35}.blog-page-card p{color:#687970;font-size:12px;line-height:1.85}.blog-page-card>div>a{display:inline-block;margin-top:12px;padding-bottom:5px;border-bottom:1px solid #527e6a;color:#527e6a;font-size:9px;font-weight:700;text-transform:uppercase}
.faq-page{padding:88px 0;background:#f4f7f5}.faq-page-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:85px}.faq-page aside{position:sticky;top:110px;align-self:start}.faq-page h2{color:#294439;font-size:clamp(37px,3.7vw,51px);font-weight:500}.faq-page aside p{color:#64766d;font-size:13px;line-height:1.9}.faq-page aside .btn{margin-top:18px}.faq-page .faq-item{background:#fff}
.contact-page{padding:90px 0}.contact-page-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.contact-details h2{color:#294439;font-size:clamp(38px,3.8vw,52px);font-weight:500}.contact-details>p{color:#63766c;font-size:13px;line-height:1.9}.contact-details>a{display:flex;flex-direction:column;padding:18px 0;border-bottom:1px solid #e0e8e3}.contact-details small{color:#8a9a92;font-size:9px}.contact-details strong{margin-top:4px;color:#3b574a;font-size:13px;font-weight:600;line-height:1.65}.contact-page-form{display:flex;flex-direction:column;gap:17px;padding:38px;border-radius:17px;background:#527e6a;color:#fff;box-shadow:0 24px 55px rgba(42,82,65,.18)}.contact-page-form>span{font-size:9px;letter-spacing:.16em}.contact-page-form h2{margin:0 0 10px;color:#fff;font-size:34px}.contact-page-form>div{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact-page-form label{display:flex;flex-direction:column;gap:6px}.contact-page-form small{color:rgba(255,255,255,.68);font-size:9px}.contact-page-form input,.contact-page-form select{height:49px;padding:0 15px;border:1px solid rgba(255,255,255,.35);border-radius:8px;outline:0;background:rgba(255,255,255,.08);color:#fff;font-size:12px}.contact-page-form input::placeholder{color:rgba(255,255,255,.58)}.contact-page-form option{color:#333}.contact-page-form button{height:50px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff;color:#355e4e;font-size:11px;font-weight:700;cursor:pointer}.contact-map{padding:60px 0;background:#e9f0eb}.contact-map .container{display:flex;align-items:center;justify-content:space-between;gap:45px}.contact-map span{color:#527e6a;font-size:9px;font-weight:700;letter-spacing:.16em}.contact-map h2{margin:9px 0;color:#294439;font-size:35px;font-weight:500}.contact-map p{margin:0;color:#66786f;font-size:12px}.contact-map>a{padding-bottom:6px;border-bottom:1px solid #527e6a;color:#527e6a;font-size:10px;font-weight:700}
@media(max-width:900px){.split-heading,.faq-page-grid,.contact-page-grid{grid-template-columns:1fr;gap:45px}.story-grid{grid-template-columns:1fr}.story-card{min-height:300px}.story-method>.container>div:last-child{grid-template-columns:1fr}.blog-page-card.featured{display:block}.featured .blog-page-image{min-height:0;height:330px}.faq-page aside{position:static}.contact-page-grid{max-width:760px}.contact-map .container{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.editorial-hero{min-height:350px}.editorial-hero .container>div:first-child{padding:54px 0 35px}.editorial-hero h1{font-size:38px}.editorial-hero .about-breadcrumb{position:static;width:max-content;margin-bottom:18px}.stories-intro,.story-method,.blog-page,.faq-page,.contact-page{padding:68px 0}.blog-page-grid{grid-template-columns:1fr}.blog-page-card.featured{grid-column:auto}.blog-page-image,.featured .blog-page-image{height:250px}.contact-page-form{padding:28px 20px}.contact-page-form>div{grid-template-columns:1fr}.contact-map{padding:48px 0}}

@media(max-width:600px){
  .faq-page-grid{display:block!important;width:100%}
  .faq-page-grid>aside{width:100%;margin-bottom:38px}
  .faq-page-grid>div:last-child{display:flex;width:100%;flex-direction:column;gap:10px}
  .faq-page-grid .faq-item{display:block;width:100%;margin:0!important}
  .faq-page-grid .faq-item button{width:100%;grid-template-columns:28px minmax(0,1fr) 30px!important;gap:10px!important;padding:17px 14px!important}
  .faq-page-grid .faq-item button b{min-width:0;font-size:13px!important;line-height:1.55;overflow-wrap:anywhere}
  .faq-page-grid .faq-answer{width:100%}
  .faq-page-grid .faq-answer p{padding-right:18px!important;padding-left:52px!important;font-size:12px!important;line-height:1.8}
  .faq-page-grid .faq-item.open .faq-answer p{padding-bottom:20px!important}
  .single-faq-grid{display:block!important;width:100%}
  .single-faq-grid>div:first-child{width:100%;margin-bottom:36px}
  .single-faq-grid>div:last-child{display:flex;width:100%;flex-direction:column;gap:10px}
  .single-faq-grid .faq-item{display:block;width:100%;margin:0!important}
  .single-faq-grid .faq-item button{width:100%;grid-template-columns:28px minmax(0,1fr) 30px!important;gap:10px!important;padding:17px 14px!important}
  .single-faq-grid .faq-item button b{min-width:0;font-size:13px!important;line-height:1.55;overflow-wrap:anywhere}
  .single-faq-grid .faq-answer{width:100%}
  .single-faq-grid .faq-answer p{padding-right:18px!important;padding-left:52px!important;font-size:12px!important;line-height:1.8}
  .single-faq-grid .faq-item.open .faq-answer p{padding-bottom:20px!important}
}

/* Yasal sayfaların site tasarımıyla bütünleşen görünümü */
.legal-hero{background:linear-gradient(110deg,#294439 0%,#4f7565 100%)}
.policy-page .policy-content{width:min(960px,calc(100% - 48px));padding:82px 0 95px}
.policy-page .policy-content>.updated{margin-bottom:30px;padding:8px 14px;border:1px solid #dbe6e0;background:#edf3ef;color:#527e6a}
.policy-page .policy-content>p:first-of-type{padding:25px 28px;border-left:3px solid #527e6a;border-radius:0 10px 10px 0;background:#f1f5f2;color:#405b4f;font-size:15px;line-height:1.9}
.policy-page .policy-content h2{position:relative;margin:45px 0 15px;padding-left:20px;color:#2e4c3f;font-size:23px;font-weight:600}
.policy-page .policy-content h2:before{content:"";position:absolute;left:0;top:5px;width:4px;height:24px;border-radius:4px;background:#a9cbb9}
.policy-page .policy-content p,.policy-page .policy-content li{color:#596c63;font-size:14px;line-height:1.95}
.policy-page .policy-content li{margin-bottom:7px;padding-left:5px}
.policy-page .policy-contact{margin-top:50px;padding:30px 32px;border:1px solid #dce6e0;border-radius:14px;background:#eef4f0}
.policy-page .policy-contact h2{margin:0 0 10px;padding:0}.policy-page .policy-contact h2:before{display:none}.policy-page .policy-contact a{color:#527e6a;font-weight:600}
@media(max-width:600px){.policy-page .policy-content{width:calc(100% - 34px);padding:65px 0 75px}.policy-page .policy-content>p:first-of-type{padding:20px}.policy-page .policy-content h2{font-size:20px}.policy-page .policy-content p,.policy-page .policy-content li{font-size:13px}.policy-page .policy-contact{padding:24px 20px}}

/* Tüm site için mobil ve tablet navigasyonu */
.mobile-nav-meta{display:none}
.mobile-menu-backdrop{display:none}
@media(max-width:1180px){
  body.mobile-menu-open{overflow:hidden}
  body.mobile-menu-open .header{z-index:1100!important}
  .header,.inner-header{position:sticky!important;top:0!important;z-index:980!important;width:100%}
  .header .topbar{display:block!important;background:#527e6a;color:#fff}
  .header .topbar{height:44px;padding:0!important;line-height:1}
  .header .topbar-inner{height:44px;padding-top:0!important;padding-bottom:0!important;align-items:center;justify-content:center}
  .header .top-contact{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:22px}
  .header .top-contact a{height:100%;display:flex!important;align-items:center;gap:7px;margin:0!important;padding:0!important;color:#fff;font-size:13px;font-weight:500;line-height:1;letter-spacing:.01em;text-transform:none}
  .header .top-contact i{color:#d5e9de;font-size:13px;font-style:normal}
  .header .top-links{display:none}
  .header .nav-wrap,.inner-header .nav-wrap{height:78px!important}
  .header .logo{width:230px;max-width:48vw}
  .header .header-actions{display:flex!important;margin-left:auto}
  .header .header-actions .nav-cta{display:none!important}
  .header .search-btn{display:grid!important;width:42px;height:42px;margin:0 4px 0 0;border:1px solid #dce5e0;border-radius:50%;place-items:center;background:#fff;color:#355e4e}
  .header .search-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
  .header .menu-toggle{position:relative;z-index:1002;display:block!important;width:44px;height:42px;padding:8px;border:0;background:transparent;color:#355e4e}
  .header .menu-toggle span{width:26px;height:2px;margin:5px auto;background:currentColor;transition:.3s}
  .mobile-menu-open .header .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-open .header .menu-toggle span:nth-child(2){opacity:0}
  .mobile-menu-open .header .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .header .nav{position:fixed!important;z-index:1001;left:0!important;right:auto!important;top:0!important;width:min(410px,88vw)!important;height:100dvh!important;max-height:none!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:92px 24px 24px!important;background:#fff!important;color:#294439!important;box-shadow:24px 0 60px rgba(20,42,33,.2)!important;overflow-y:auto!important;visibility:hidden;opacity:0;transform:translateX(-105%);transition:transform .42s var(--ease),opacity .3s,visibility .42s}
  .header .nav.open{visibility:visible;opacity:1;transform:none}
  .header .nav>.nav-link,.header .nav>.nav-item>.nav-link{height:auto!important;min-height:48px;width:100%;padding:13px 3px!important;border-bottom:1px solid #e7ece9!important;color:#304b3f!important;font-size:13px!important;font-weight:600!important}
  .header .nav>.nav-link:before,.header .nav>.nav-item:after,.header .nav-link:after{display:none!important}
  .header .nav-item{display:block!important}
  .header .service-dropdown{display:none!important;visibility:visible!important;position:static!important;width:100%!important;padding:8px!important;margin:3px 0 10px!important;background:#eef3f0!important;box-shadow:none!important;opacity:1!important;transform:none!important}
  .header .has-dropdown.open .service-dropdown{display:block!important}
  .header .mega-intro{display:none!important}
  .header .mega-links{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
  .header .mega-links a{min-height:42px!important;padding:9px 10px!important;border-bottom:1px solid #dce6e0!important;color:#3f5d50!important}
  .header .mega-links a i{display:none}.header .mega-links a span{font-size:11px}.header .mega-links a small{font-size:8px;color:#7a8d83}.header .mega-links a b{color:#719481}
  .mobile-nav-meta{display:flex;margin-top:auto;padding-top:24px;flex-direction:column}
  .mobile-nav-meta>span{margin-bottom:10px;color:#89a397;font-size:8px;font-weight:700;letter-spacing:.15em}
  .mobile-nav-meta>a{display:flex;align-items:center;justify-content:space-between;padding:9px 0;color:#52685e;font-size:11px;border-bottom:1px solid #edf1ef}
  .mobile-nav-meta>a b{color:#729682}
  .mobile-menu-backdrop{position:fixed;z-index:1090;inset:0;display:block;border:0;background:rgba(23,43,35,.57);opacity:0;visibility:hidden;transition:.35s;backdrop-filter:blur(3px)}
  .mobile-menu-open .mobile-menu-backdrop{opacity:1;visibility:visible}
  .header.scrolled .topbar{display:block!important}
  .header.scrolled{position:sticky!important;top:0!important}
  .container{width:min(100% - 36px,1490px)}
}
@media(max-width:600px){
  .header .top-contact{gap:20px;justify-content:center}
  .header .top-contact a{font-size:12px}
  .header .top-contact a span{white-space:nowrap}
  .header .logo{width:190px;max-width:48vw}
  .header .nav-wrap,.inner-header .nav-wrap{height:72px!important}
  .header .search-btn{width:38px;height:38px}
  .header .menu-toggle{width:40px;height:38px}
  .header .nav{width:91vw!important;padding:82px 19px 20px!important}
}

@media(max-width:480px){
  .footer-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:42px 20px!important}
  .footer-contact,.footer-posts{grid-column:1/-1!important}
  .footer-links{grid-column:auto!important;min-width:0}
  .footer-links h3{font-size:15px}
  .footer-links a{font-size:11px;overflow-wrap:anywhere}
}
@media(max-width:400px){
  .header .top-contact{gap:10px;justify-content:center}
  .header .top-contact a{gap:4px;font-size:10px}
  .header .top-contact i{font-size:11px}
}

@media(max-width:1180px){
  .header .nav{padding-top:122px!important;border-radius:0 22px 22px 0;background:linear-gradient(180deg,#f3f7f4 0 102px,#fff 102px)!important}
  .header .nav:before{content:"";position:absolute;left:23px;top:23px;width:245px;height:62px;background:url('../images/sudenaz-altinbas-logo.png') left center/contain no-repeat}
  .header .nav:after{content:"UZMAN DİYETİSYEN · ANKARA";position:absolute;left:24px;right:24px;top:94px;height:auto;padding-top:8px;border-top:1px solid #d9e4de;color:#779084;font-size:7px;font-weight:700;letter-spacing:.18em}
  .header .nav>.nav-link,.header .nav>.nav-item>.nav-link{min-height:50px!important;padding:14px 9px!important;border-bottom:1px solid #e8eeea!important;border-radius:8px;transition:background .25s,color .25s,padding .25s}
  .header .nav>.nav-link:hover,.header .nav>.nav-link.active,.header .nav>.nav-item>.nav-link:hover,.header .nav>.nav-item>.nav-link.active{padding-left:14px!important;background:#edf4f0!important;color:#527e6a!important}
  .header .nav>.nav-link.active:before,.header .nav>.nav-item>.nav-link.active:before{content:"";display:block!important;position:absolute;left:0;top:50%;width:3px;height:22px;border-radius:3px;background:#527e6a;transform:translateY(-50%)}
  .header .services-toggle b{margin-left:auto;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e4ede8;color:#527e6a}
  .header .service-dropdown{border-radius:10px!important}
  .mobile-nav-meta{margin-top:22px!important;padding:20px 14px 5px!important;border-radius:12px;background:#f2f6f3}
  .mobile-nav-meta>span{color:#527e6a}
  .mobile-nav-meta>a{padding:10px 0!important;border-color:#dfe8e3!important}
  .mobile-nav-meta>a:last-child{border-bottom:0!important}
  .mobile-nav-meta>a b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#527e6a;box-shadow:0 4px 12px rgba(45,78,63,.08)}
}
@media(max-width:600px){
  .header .nav{padding:112px 17px 18px!important;border-radius:0 17px 17px 0}
  .header .nav:before{left:18px;top:20px;width:215px;height:55px}
  .header .nav:after{left:18px;right:18px;top:84px}
}
@media(min-width:601px) and (max-width:1180px) and (orientation:landscape){
  .header .nav{width:390px!important;padding-top:78px!important}
  .header .nav>.nav-link,.header .nav>.nav-item>.nav-link{min-height:42px;padding:10px 3px!important}
  .mobile-nav-meta{padding-top:16px}
}

@media(max-width:980px){
  .hero-arrow{top:555px!important;bottom:auto!important;transform:none!important;width:40px;height:40px;background:rgba(28,55,44,.58);border-color:rgba(255,255,255,.55);backdrop-filter:blur(8px)}
  .hero-prev{left:auto!important;right:72px!important}
  .hero-next{right:22px!important}
}
@media(max-width:680px){
  .hero-arrow{top:502px!important;width:38px;height:38px;font-size:16px}
  .hero-prev{right:66px!important}
  .hero-next{right:18px!important}
  .hero-copy{top:50%!important;bottom:auto!important;transform:translateY(-51%)!important}
}

/* Blog detay ve gelişmiş iletişim */
.article-hero{position:relative;min-height:500px;display:flex;align-items:center;background:#294439;color:#fff;overflow:hidden}.article-hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;opacity:.3}.article-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,52,42,.98),rgba(39,72,58,.72),rgba(39,72,58,.2))}.article-hero .container{position:relative;z-index:1}.article-hero .container>div:first-child{max-width:900px;padding:85px 0}.article-hero .container>div:first-child>span{color:#b7d6c5;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.article-hero h1{margin:13px 0 20px;font-size:clamp(42px,4.8vw,67px);font-weight:500;line-height:1.15}.article-hero p{max-width:730px;margin:0;color:rgba(255,255,255,.74);font-size:15px;line-height:1.85}.article-content{width:min(1050px,calc(100% - 48px));display:grid;grid-template-columns:170px 1fr;gap:65px;margin:auto;padding:85px 0 100px}.article-share{position:sticky;top:110px;align-self:start;display:flex;flex-direction:column}.article-share span{margin-bottom:14px;color:#8da097;font-size:8px;font-weight:700;letter-spacing:.13em}.article-share a{padding:9px 0;border-bottom:1px solid #e2e9e5;color:#527e6a;font-size:10px}.article-body{max-width:760px}.article-lead{margin-bottom:40px;padding:24px 27px;border-left:3px solid #527e6a;background:#f1f5f2;color:#3d594c!important;font-size:16px!important;font-weight:500}.article-body section{margin-bottom:38px}.article-body h2{margin-bottom:13px;color:#294439;font-size:27px;font-weight:600;letter-spacing:-.025em}.article-body p{color:#5e7167;font-size:14px;line-height:2}.article-note{margin:45px 0 30px;padding:25px 28px;border:1px solid #dce6e0;border-radius:12px;background:#eef4f0}.article-note strong{color:#355e4e}.article-note p{margin:6px 0 0;font-size:12px}.article-body>.btn{min-width:240px}
.contact-quick{padding:0;background:#fff}.contact-quick .container{display:grid;grid-template-columns:repeat(3,1fr);transform:translateY(-1px)}.contact-quick article{display:grid;grid-template-columns:35px 1fr;padding:27px 30px;border-right:1px solid #dfe7e2;background:#f2f6f3}.contact-quick article>span{grid-row:1/3;color:#85a294;font-size:9px}.contact-quick small{color:#8b9b93;font-size:9px}.contact-quick strong{margin-top:5px;color:#385347;font-size:12px;line-height:1.65}.contact-map-detail{padding:85px 0;background:#eef3f0}.contact-map-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:38px}.contact-map-head h2{margin:0;color:#294439;font-size:clamp(38px,3.8vw,52px);font-weight:500}.contact-map-head>div:last-child p{color:#60736a;font-size:13px;line-height:1.9}.contact-map-head>div:last-child a{display:inline-block;padding-bottom:5px;border-bottom:1px solid #527e6a;color:#527e6a;font-size:10px;font-weight:700}.contact-map-frame{height:470px;overflow:hidden;border-radius:15px;box-shadow:0 18px 45px rgba(41,68,57,.1)}.contact-map-frame iframe{width:100%;height:100%;border:0;filter:saturate(.75)}
@media(max-width:800px){.article-content{grid-template-columns:1fr;gap:30px}.article-share{position:static;flex-direction:row;gap:18px}.article-share span{width:100%}.article-share{flex-wrap:wrap}.article-share a{padding:4px 0}.contact-quick .container{grid-template-columns:1fr}.contact-quick article{border-right:0;border-bottom:1px solid #dfe7e2}.contact-map-head{grid-template-columns:1fr;gap:25px}}
@media(max-width:600px){.article-hero{min-height:390px}.article-hero .container>div:first-child{padding:58px 0 38px}.article-hero h1{font-size:37px}.article-hero p{font-size:13px}.article-hero .about-breadcrumb{position:static;width:max-content;margin-bottom:18px}.article-content{width:calc(100% - 34px);padding:65px 0 75px}.article-lead{padding:20px;font-size:14px!important}.article-body h2{font-size:23px}.article-body p{font-size:13px}.contact-map-detail{padding:68px 0}.contact-map-frame{height:360px}}

/* Gerçek site içi arama sonuçları */
.search-results{max-height:330px;border-radius:0 0 12px 12px;box-shadow:0 20px 45px rgba(27,52,42,.14)}
.search-result{display:grid;grid-template-columns:105px 1fr;gap:2px 18px;align-items:center;padding:14px 18px}
.search-result small{grid-row:1/3;color:#739785;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.search-result b{font-size:12px;line-height:1.4}.search-result span{overflow:hidden;color:#718078;font-size:9px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:600px){.search-result{grid-template-columns:1fr;gap:3px}.search-result small{grid-row:auto}.search-result span{white-space:normal}}

/* Sayfa başına dön */
.back-to-top{position:fixed;z-index:170;right:24px;bottom:82px;width:45px;height:45px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;background:#294f40;color:#fff;box-shadow:0 12px 28px rgba(26,61,46,.24);opacity:0;visibility:hidden;transform:translateY(14px);cursor:pointer;transition:opacity .3s,visibility .3s,transform .3s,background .3s}
.back-to-top.show{opacity:1;visibility:visible;transform:none}.back-to-top:hover{background:#527e6a;transform:translateY(-3px)}.back-to-top span{font-size:20px;line-height:1}
@media(max-width:600px){.back-to-top{right:18px;bottom:76px;width:42px;height:42px}}

/* B2A mantığında rafine mobil çekmece */
.mobile-menu-heading{display:none}
@media(max-width:1180px){
  .header .nav{padding:0 20px 0!important;border-radius:0!important;background:#fff!important;overflow-y:auto!important;justify-content:flex-start!important;align-content:flex-start!important;scroll-padding-top:0}
  .header .nav:before,.header .nav:after{display:none!important}
  .mobile-menu-heading{position:sticky;z-index:5;top:0;display:flex;flex:0 0 84px;align-items:flex-start;justify-content:space-between;margin:0 -20px 7px;padding:8px 20px 10px;border-bottom:1px solid #e2e9e5;background:#fff}
  .mobile-menu-heading img{display:block;width:210px;height:58px;margin:0;object-fit:contain;object-position:left top}
  .mobile-menu-heading .mobile-menu-close{margin-top:6px}
  .mobile-menu-close{position:relative;z-index:20;flex:0 0 40px;width:40px;height:40px;border:1px solid #d7e2dc;border-radius:50%;background:#f5f8f6;color:#355e4e;cursor:pointer;pointer-events:auto}
  .mobile-menu-close span{position:absolute;left:10px;top:19px;width:19px;height:2px;background:currentColor}
  .mobile-menu-close span:first-child{transform:rotate(45deg)}.mobile-menu-close span:last-child{transform:rotate(-45deg)}
  .header .nav>.nav-link,.header .nav>.nav-item>.nav-link{min-height:52px!important;padding:16px 2px!important;border-bottom:1px solid #e5ebe7!important;border-radius:0!important;background:transparent!important;color:#304b3f!important;font-size:13px!important;font-weight:700!important}
  .header .nav>.nav-link:hover,.header .nav>.nav-link.active,.header .nav>.nav-item>.nav-link:hover,.header .nav>.nav-item>.nav-link.active{padding-left:2px!important;background:transparent!important;color:#527e6a!important}
  .header .nav>.nav-link.active:before,.header .nav>.nav-item>.nav-link.active:before{display:none!important}
  .header .services-toggle b{width:30px;height:30px;margin-left:auto;border:1px solid #dbe5df;background:#f3f7f4}
  .header .service-dropdown{margin:0 0 9px!important;padding:7px 12px!important;border-radius:0!important;background:#f1f5f3!important}
  .header .mega-links a{min-height:43px!important;padding:10px 2px!important}
  .mobile-nav-meta{flex:0 0 auto;margin:20px -20px 0!important;padding:23px 20px 25px!important;border-radius:0!important;background:linear-gradient(135deg,#345c4b,#203e32 58%,#294f40)!important;color:#fff}
  .mobile-nav-meta>span{margin-bottom:13px;color:#b8ddc9!important;font-size:9px}
  .mobile-nav-meta>a{min-height:39px;padding:9px 0!important;border-color:rgba(255,255,255,.13)!important;color:#e7f0eb!important;font-size:11px!important}
  .mobile-nav-meta>a:first-of-type{min-height:47px;margin-bottom:9px;padding:0 14px!important;border:0!important;border-radius:5px;background:#25b85a;color:#fff!important;font-weight:700;justify-content:center;gap:12px}
  .mobile-nav-meta>a:first-of-type b{background:rgba(255,255,255,.18);color:#fff}
  .mobile-nav-meta>a b{background:rgba(255,255,255,.1);color:#d8ebe1;box-shadow:none}
  .mobile-menu-open .header .menu-toggle{visibility:hidden}
}

@media(max-width:1180px){
  .header .service-dropdown{max-height:none!important;overflow:visible!important}
  .header .mega-links{display:block!important;width:100%!important}
  .header .mega-links a{display:grid!important;grid-template-columns:minmax(0,1fr) 26px!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:54px!important;padding:10px 3px!important;border-bottom:1px solid #dbe5df!important;white-space:normal!important}
  .header .mega-links a:last-child{border-bottom:0!important}
  .header .mega-links a>i{display:none!important}
  .header .mega-links a>span{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;color:#345246!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important}
  .header .mega-links a>span small{display:block!important;width:100%!important;margin:0!important;color:#7b8d84!important;font-size:9px!important;font-weight:400!important;line-height:1.4!important;white-space:normal!important}
  .header .mega-links a>b{display:grid!important;width:25px!important;height:25px!important;place-items:center!important;align-self:center!important;border-radius:50%!important;background:#fff!important;color:#527e6a!important;font-size:10px!important;font-weight:600!important}
  .header .mega-links a.current{background:#e4eee8!important}
  .header .has-dropdown.open>.services-toggle b{transform:rotate(45deg)}
  .header .services-toggle b{transition:transform .25s}
}
@media(max-width:600px){
  .header .nav{padding:0 17px!important}
  .mobile-menu-heading{height:78px;min-height:78px;margin:0 -17px 7px;padding:10px 17px}
  .mobile-menu-heading img{width:190px;height:53px}
  .mobile-nav-meta{margin-right:-17px!important;margin-left:-17px!important;padding:20px 17px 22px!important}
}
