:root{--paper:#fff;--stone:#f2f3f1;--night:#0b0c0d;--ink:#121417;--ink-2:#3d4349;--ink-3:#6b7278;--hairline:#1214171f;--hairline-strong:#12141766;--teal:#0f8296;--teal-deep:#0e3a47;--teal-bright:#2bb3c4;--night-ink:#f6f6f4;--night-dim:#f6f6f4d1;--night-faint:#f6f6f48f;--night-hairline:#f6f6f429;--sans:"Poppins", "IBM Plex Sans Arabic", "Noto Sans", system-ui, -apple-system, sans-serif;--fs-display:clamp(2.3rem, 5.4vw, 4.1rem);--fs-h2:clamp(1.65rem, 3vw, 2.4rem);--fs-lead:clamp(1rem, 1.15vw, 1.125rem);--fs-body:1rem;--fs-small:.875rem;--fs-eyebrow:.75rem;--radius:14px;--radius-lg:18px;--shadow-1:0 1px 3px #0b0c0d0a, 0 8px 22px #0b0c0d0f;--shadow-2:0 2px 6px #0b0c0d0f, 0 18px 38px #0b0c0d1a;--sp-section:clamp(5.5rem, 13vh, 9.5rem);--gutter:clamp(1.25rem, 4.5vw, 4rem);--okuma-en:1400px;--okuma-bosluk:clamp(1.25rem, 3vw, 2.5rem);--container:1680px;--bg:var(--paper);--ink-dim:var(--ink-2);--accent:var(--teal);--line:var(--hairline)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{height:100%}body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:var(--fs-body);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background:var(--night);color:var(--paper)}:focus-visible{outline:2px solid var(--teal);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ekg path{stroke-dashoffset:0;opacity:.8;animation:none!important}}.route-fallback{min-height:60vh}.eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--teal);white-space:nowrap;align-items:center;gap:.75rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--teal);flex-shrink:0;width:7px;height:7px}.ledger{justify-content:space-between;align-items:baseline;gap:1.5rem;margin-bottom:clamp(2rem,5vh,3.2rem);display:flex}.ledger__meta{font-size:var(--fs-eyebrow);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap;font-weight:500}a.ledger__meta{color:var(--ink-2);transition:color .2s}a.ledger__meta:hover{color:var(--teal)}.ekg{display:block;overflow:visible}.ekg path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:220;stroke-dashoffset:220px;animation:3.2s linear infinite ekgDraw}@keyframes ekgDraw{0%{stroke-dashoffset:220px;opacity:0}12%{opacity:1}62%{stroke-dashoffset:0;opacity:1}84%{opacity:1}to{stroke-dashoffset:0;opacity:0}}.btn{border:1px solid var(--night);background:var(--night);color:var(--paper);font-family:var(--sans);letter-spacing:.01em;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.7rem;padding:1.05rem 2.2rem;font-size:.8125rem;font-weight:600;transition:background .25s,color .25s,border-color .25s,transform .15s;display:inline-flex}.btn:hover{background:var(--teal-deep);border-color:var(--teal-deep)}.btn:active{transform:translateY(1px)}.btn--ghost{border-color:var(--hairline-strong);color:var(--ink);background:0 0}.btn--ghost:hover{background:var(--teal-deep);border-color:var(--teal-deep);color:var(--paper)}.btn:disabled{opacity:.55;cursor:default}.hero .btn--primary,.section--night .btn--primary{background:var(--paper);border-color:var(--paper);color:var(--night)}.hero .btn--primary:hover,.section--night .btn--primary:hover{background:var(--teal-bright);border-color:var(--teal-bright);color:var(--night)}.hero .btn--ghost,.section--night .btn--ghost{color:var(--night-ink);background:0 0;border-color:#f6f6f499}.hero .btn--ghost:hover,.section--night .btn--ghost:hover{background:var(--paper);border-color:var(--paper);color:var(--night)}.nav{z-index:50;width:100%;transition:background .35s,box-shadow .35s,transform .4s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;top:0;left:0}.nav__bar{max-width:var(--container);height:112px;padding:0 var(--gutter);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;transition:height .35s;display:flex}.nav--scrolled{-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);box-shadow:0 1px 0 var(--hairline);background:#ffffffeb}.nav--scrolled:not(.nav--light){background:#0b0c0dd1;box-shadow:0 1px #f6f6f424}.nav--scrolled .nav__bar{height:82px}.nav__brand{flex:none;align-items:center;margin-inline-start:clamp(2rem,4.25vw,5rem);transition:opacity .25s,transform .25s;display:inline-flex}.nav__brand-logo{width:112px;height:112px;transition:width .35s,height .35s;display:block}.nav--scrolled .nav__brand-logo{width:76px;height:76px}.nav__brand:hover{opacity:.88;transform:translateY(-1px)}.nav__links{flex:1;justify-content:center;align-items:center;gap:clamp(1.1rem,2.2vw,2.2rem);display:flex}.nav__item{letter-spacing:.01em;color:#f6f6f4e0;white-space:nowrap;padding:.3rem 0;font-size:.78125rem;font-weight:500;transition:color .2s;position:relative}.nav__item:after{content:"";background:var(--teal-bright);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav__item:hover{color:#fff}.nav__item:hover:after{transform-origin:0;transform:scaleX(1)}.nav__cta{color:var(--night);letter-spacing:.01em;white-space:nowrap;background:#fff;border-radius:8px;padding:.72rem 1.5rem;font-size:.75rem;font-weight:600;transition:background .2s,color .2s}.nav__cta:hover{background:var(--teal-bright)}.nav--light .nav__brand,.nav--light .nav__item,.nav--light .nav__toggle,.nav--light .nav__lang{color:var(--ink)}.nav--light .nav__brand strong,.nav--light .nav__logo-icon{color:var(--teal)}.nav--light .nav__item{color:#121417c7}.nav--light .nav__item:hover{color:var(--ink)}.nav--light .nav__cta{background:var(--night);color:#fff}.nav--light .nav__cta:hover{background:var(--teal-deep)}.nav--light.nav--scrolled{background:#ffffffeb}.nav--open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b0c0df7}.nav--open.nav--light{background:#fffffffa}.nav--light .nav__toggle-line{background:var(--ink)}.nav--light .nav__panel-label{color:#12141780}.nav--light .nav__panel-item{color:var(--ink)}.nav--light .nav__panel-cta{background:var(--night);color:#fff}.nav__toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:none}.nav__toggle-box{width:22px;height:14px;position:relative}.nav__toggle-line{background:#fff;width:22px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),top .35s cubic-bezier(.4,0,.2,1);position:absolute;left:0}.nav__toggle-line:first-child{top:3px}.nav__toggle-line:nth-child(2){top:11px}.nav--open .nav__toggle-line:first-child{top:7px;transform:rotate(45deg)}.nav--open .nav__toggle-line:nth-child(2){top:7px;transform:rotate(-45deg)}.nav__panel{padding:0 var(--gutter);opacity:0;flex-direction:column;gap:.1rem;max-height:0;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .3s,padding .4s;display:flex;overflow:hidden}.nav--open .nav__panel{opacity:1;max-height:420px;padding:.3rem var(--gutter) 1.2rem}.nav__panel-label{letter-spacing:.28em;text-transform:uppercase;color:var(--night-faint);padding:.6rem 0;font-size:.6875rem;font-weight:600}.nav__panel-item{letter-spacing:.06em;text-transform:uppercase;color:#fff;padding:.5rem 0;font-size:1.05rem;font-weight:500;transition:opacity .2s}.nav__panel-item:hover{opacity:.5}.nav__panel-cta{color:var(--night);text-align:center;letter-spacing:.16em;text-transform:uppercase;background:#fff;border-radius:8px;margin-top:.8rem;padding:.9rem 1rem;font-size:.78125rem;font-weight:600}.hero{--ink:var(--night-ink);--ink-dim:var(--night-dim);background:var(--night);width:100%;height:100svh;min-height:640px;position:relative;overflow:hidden}.hero__bg{z-index:0;background:var(--night);position:absolute;inset:0}.hero__video{object-fit:cover;filter:contrast(1.05)brightness(.82)saturate(1.15);width:100%;height:100%;position:absolute;inset:0}.hero__canvas{position:absolute;inset:0}.hero__bg-fallback{background:var(--night);position:absolute;inset:0}.hero__scrim{z-index:1;pointer-events:none;background:#090b0c75;position:absolute;inset:0}.hero__content{z-index:3;max-width:900px;padding:0 var(--gutter) clamp(2rem, 6vh, 4rem);flex-direction:column;justify-content:center;gap:1.5rem;height:100%;display:flex;position:relative}.hero__eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--night-dim);align-items:center;gap:.75rem;font-weight:600;display:inline-flex}.hero__eyebrow:before{content:"";background:var(--teal-bright);flex-shrink:0;width:7px;height:7px}.hero__title{font-size:var(--fs-display);letter-spacing:-.018em;color:var(--night-ink);text-shadow:0 2px 26px #0000008c;font-weight:600;line-height:1.12}.hero__title-accent{color:var(--teal-bright);font-weight:600}.hero__subtitle,.hero__eyebrow{text-shadow:0 1px 14px #00000080}.hero__title-line{will-change:transform, opacity;display:block}.hero__subtitle{max-width:54ch;font-size:var(--fs-lead);color:#f6f6f4eb;font-weight:400;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:.7rem;display:flex}.hero__scroll{z-index:3;letter-spacing:.2em;text-transform:uppercase;color:var(--night-dim);flex-direction:column;align-items:center;gap:.55rem;font-size:.6875rem;font-weight:500;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll .ekg{color:var(--teal-bright)}.section{background:var(--paper);padding:var(--sp-section) var(--gutter);scroll-margin-top:76px;position:relative}.section>*{max-width:var(--container);margin-left:auto;margin-right:auto}.section--stone{background:var(--stone)}.section--night{--ink:var(--night-ink);--ink-dim:var(--night-dim);--hairline:var(--night-hairline);background:var(--night);color:var(--night-ink)}.section--night .eyebrow{color:var(--teal-bright)}.section--night .eyebrow:before{background:var(--teal-bright)}.section--night .ledger__meta{color:var(--night-faint)}.section__title{font-size:var(--fs-h2);letter-spacing:-.018em;color:var(--ink);max-width:24ch;font-weight:600;line-height:1.14}.section__lead{max-width:60ch;font-size:var(--fs-lead);color:var(--ink-2);margin-top:1.4rem;font-weight:400;line-height:1.75}.section--night .section__title{color:var(--night-ink)}.section--night .section__lead{color:var(--night-dim)}.section__foot{justify-content:flex-end;margin-top:clamp(2.2rem,5vh,3.4rem);display:flex}.link-arrow{font-size:var(--fs-small);letter-spacing:.04em;color:var(--ink);white-space:nowrap;font-weight:600;transition:color .25s}.link-arrow:hover{color:var(--teal)}.reveal{opacity:0;transition:opacity .6s,transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.reveal--in{opacity:1;transform:none}.stagger>*{opacity:0;transition:opacity .6s,transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i,0) * 80ms);transform:translateY(24px)}.stagger.reveal--in>*{opacity:1;transform:none}.section>.post-grid,.post-grid--spaced{margin-top:clamp(2.4rem,6vh,4rem)}.approach{background:var(--paper);padding:var(--sp-section) var(--gutter)}.approach>*{max-width:var(--container);margin-left:auto;margin-right:auto}.approach__intro{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(3rem,8vh,5rem);display:grid}.approach__title{font-size:var(--fs-h2);letter-spacing:-.018em;color:var(--ink);margin-top:1.4rem;font-weight:600;line-height:1.14}.approach__lead{font-size:var(--fs-lead);color:var(--ink-2);margin-top:1.4rem;font-weight:400;line-height:1.75}.approach__media{aspect-ratio:4/3;border-radius:var(--radius-lg);box-shadow:var(--shadow-2);background-position:50%;background-size:cover}.approach__steps{grid-template-columns:repeat(4,1fr);gap:clamp(1rem,1.8vw,1.5rem);display:grid}.approach__step{border-top:1px solid var(--hairline);padding-top:1.1rem}.approach__step-t{letter-spacing:-.005em;color:var(--ink);margin:0 0 .6rem;font-size:1.0625rem;font-weight:600}.approach__step-d{font-size:var(--fs-small);color:var(--ink-2);font-weight:400;line-height:1.7}.science{--ink:var(--night-ink);--ink-dim:var(--night-dim);background:var(--night);min-height:100svh;color:var(--night-ink);padding:var(--sp-section) var(--gutter);align-items:center;display:flex;position:relative;overflow:hidden}.science__stage{background:#060708;position:absolute;inset:0;overflow:hidden}.science .hero__canvas{position:absolute;inset:0}.science .hero__bg-fallback{background:#060708}.science__inner{z-index:2;width:100%;max-width:var(--container);pointer-events:none;margin:0 auto;position:relative}.science__copy{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#050708a8;max-width:620px;padding:clamp(1.8rem,3.2vw,3rem)}.science__copy .eyebrow{color:var(--teal-bright)}.science__copy .eyebrow:before{background:var(--teal-bright)}.science__copy .section__title{color:var(--night-ink);text-shadow:0 2px 22px #0009}.science__copy .section__lead{color:var(--night-dim);text-shadow:0 1px 12px #0000008c}.science__copy .ekg{color:var(--teal-bright);margin-top:2rem}.science__points{margin:1.8rem 0 0;padding:0;list-style:none}.science__points li{color:#f6f6f4e6;letter-spacing:.02em;text-shadow:0 1px 10px #0000008c;align-items:baseline;gap:1rem;padding:.55rem 0;font-size:.9375rem;font-weight:400;display:flex}.science__points li:before{content:"";background:var(--teal-bright);flex-shrink:0;width:6px;height:6px;transform:translateY(-2px)}.cta{background:var(--teal-deep);color:#fff;padding:var(--sp-section) var(--gutter);scroll-margin-top:76px;position:relative}.cta .eyebrow{color:#fff}.cta .eyebrow:before{background:var(--teal-bright)}.cta .ledger__meta{color:#ffffffa6}.cta__inner{flex-direction:column;align-items:flex-start;max-width:780px;margin:0 auto;display:flex}.cta__title{font-size:var(--fs-h2);letter-spacing:-.018em;color:#fff;margin-top:1.4rem;font-weight:600;line-height:1.14}.cta .hero__title-accent{color:var(--teal-bright)}.cta__lead{max-width:56ch;font-size:var(--fs-lead);color:#ffffffd9;margin-top:1.3rem;font-weight:400;line-height:1.75}.cta__form-wrap{flex-direction:column;width:100%;margin-top:clamp(2rem,5vh,3rem);display:flex}.cta__form{grid-template-columns:1fr 1fr auto;align-items:end;gap:clamp(1.2rem,3vw,2.5rem);width:100%;display:grid}.cta__input{color:#fff;width:100%;font:inherit;font-size:var(--fs-body);background:0 0;border:none;border-bottom:2px solid #ffffff8c;border-radius:0;padding:.85rem .1rem;transition:border-color .25s}.cta__input::placeholder{color:#fff9}.cta__input:focus{border-bottom-color:var(--teal-bright);outline:none}.cta .btn--primary{color:var(--teal-deep);background:#fff;border-color:#fff}.cta .btn--primary:hover{background:var(--night);border-color:var(--night);color:#fff}.cta__consent{color:#ffffffd9;cursor:pointer;align-items:flex-start;gap:.7rem;max-width:52ch;margin-top:1.6rem;font-size:.8125rem;line-height:1.6;display:flex}.cta__consent input{accent-color:#fff;flex-shrink:0;width:15px;height:15px;margin-top:.2rem}.cta__consent a{color:#fff;text-underline-offset:3px;text-decoration:underline}.cta__error{font-size:var(--fs-small);color:#ffd3c9;margin-top:1rem;font-weight:500}.cta__success{border-radius:var(--radius);background:#ffffff1a;align-items:center;gap:1.1rem;margin-top:2rem;padding:1.4rem 1.8rem;display:inline-flex}.cta__success-icon{width:34px;height:34px;color:var(--teal-deep);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.cta__success strong{color:#fff;font-weight:600}.cta__success p{font-size:var(--fs-small);color:#ffffffd9;margin-top:.2rem}.cta__meta{letter-spacing:.06em;color:#ffffffd9;flex-wrap:wrap;gap:clamp(1.2rem,4vw,3rem);width:100%;margin-top:clamp(2.4rem,6vh,3.6rem);font-size:.8125rem;font-weight:500;display:flex}.footer{--ink:var(--night-ink);--ink-dim:var(--night-dim);background:var(--night);padding:clamp(3.5rem, 8vh, 6rem) var(--gutter) 2rem}.footer>*{max-width:var(--container);margin-left:auto;margin-right:auto}.footer__logo{width:clamp(190px,24vw,310px);height:auto;display:block}.footer__top{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-top:1.4rem;padding:clamp(2rem,5vh,3rem) 0 clamp(2.4rem,6vh,3.6rem);display:flex}.footer__brand{max-width:300px}.footer__tag{font-size:var(--fs-small);color:var(--night-dim);font-weight:400;line-height:1.7}.footer__cols{flex-wrap:wrap;gap:clamp(2rem,5vw,4.5rem);display:flex}.footer__col{flex-direction:column;gap:.65rem;display:flex}.footer__col-h{letter-spacing:.18em;text-transform:uppercase;color:var(--night-faint);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.footer__link{font-size:var(--fs-small);color:var(--night-dim);font-weight:400;transition:color .2s}.footer__link:hover{color:var(--teal-bright)}.footer__bottom{border-top:1px solid var(--night-hairline);color:var(--night-faint);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.6rem;font-size:.78125rem;font-weight:400;display:flex}.route-page{background:var(--paper);padding-top:76px}.route-page--teal{background:var(--teal-deep)}.page{min-height:100vh;padding:clamp(8rem, 18vh, 11rem) var(--gutter) var(--sp-section);background:var(--paper)}.page--hero{padding-top:clamp(6.5rem,12vh,8rem)}.page__inner{max-width:var(--container);margin:0 auto}.page__title{font-size:var(--fs-h2);letter-spacing:-.018em;color:var(--ink);max-width:24ch;margin-top:1.3rem;font-weight:600;line-height:1.14}.page__lead{max-width:60ch;font-size:var(--fs-lead);color:var(--ink-2);margin-top:1.3rem;font-weight:400;line-height:1.75}.filters{flex-wrap:wrap;gap:.5rem;margin:clamp(2rem,5vh,3rem) 0 clamp(2.4rem,6vh,3.4rem);display:flex}.filter{font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;background:var(--stone);color:var(--ink-2);cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.15rem;font-size:.75rem;font-weight:500;transition:background .2s,color .2s}.filter:hover{color:var(--ink);background:#e6e8e5}.filter--active,.filter--active:hover{background:var(--teal-deep);color:var(--paper)}.post-grid{grid-template-columns:repeat(4,1fr);gap:clamp(1.6rem,3vw,2.6rem) clamp(1.2rem,2vw,2rem);display:grid}.post-grid--page{scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100vw;padding-bottom:2rem;padding-left:max(var(--gutter), calc((100vw - var(--container)) / 2));padding-right:max(var(--gutter), calc((100vw - var(--container)) / 2));-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:clamp(1rem,2vw,1.5rem);margin-bottom:-2rem;display:flex;overflow-x:auto;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.post-grid--page::-webkit-scrollbar{display:none}.post-grid--page .post-card{scroll-snap-align:center;flex:0 0 clamp(340px,42vw,440px)}.post-card{border-radius:var(--radius-lg);background:var(--night);min-height:clamp(420px,45vw,540px);box-shadow:var(--shadow-1);flex-direction:column;text-decoration:none;transition:box-shadow .45s,transform .45s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.post-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 22px 44px #0b0c0d40}.post-card:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0507080f 0%,#05070880 42%,#050708e0 68%,#050708f0 100%);position:absolute;inset:0}.post-card__media{z-index:0;position:absolute;inset:0}.post-card__img{background-position:50%;background-size:cover;transition:transform .8s;position:absolute;inset:0}.post-card:hover .post-card__img{transform:scale(1.05)}.post-card__body{z-index:2;color:#fff;text-shadow:0 1px 10px #0507088c;flex-direction:column;margin-top:auto;padding:2rem 1.5rem;display:flex;position:relative}.post-card__cat{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-bright);margin-bottom:.8rem;font-size:.6875rem;font-weight:600}.post-card__t{color:#fff;margin-top:0;font-size:clamp(1.15rem,2vw,1.35rem);font-weight:600;line-height:1.3}.post-card__d{font-size:var(--fs-small);color:#ffffffeb;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.post-card__tags{color:var(--teal-bright);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.7rem;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}.post-card__more{color:#fff;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:.8125rem;font-weight:600;display:inline-flex}.post-card__more:after{content:"→";font-family:var(--sans);opacity:.9}@media (width<=600px){.post-grid{grid-template-columns:1fr}.post-card{min-height:340px}}.article{max-width:100%}.article-hero{width:100%;height:auto;min-height:clamp(340px,46vh,520px);max-width:var(--container);background-position:50%;background-size:cover;background-color:var(--night);border-radius:clamp(14px,1.6vw,22px);justify-content:center;align-items:center;margin:0 auto 2.5rem;display:flex;position:relative;overflow:hidden}.article-hero__scrim{z-index:1;background:linear-gradient(#0b0c0d66,#0b0c0dd9);position:absolute;inset:0}.article-hero__content{z-index:2;text-align:center;color:#fff;width:100%;max-width:800px;padding:clamp(2.25rem,4vw,3.25rem) clamp(1.25rem,4vw,2.5rem);position:relative}.article-hero__content .article__title{color:#fff;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.5rem)}.article-hero__content .article__meta,.article-hero__content .article__author-row,.article-hero__content .article__author-name{color:#ffffffd9}.article-hero__content .btn-share{color:#fff;border-color:#ffffff4d}.article-hero__content .btn-share:hover{background:#ffffff1a;border-color:#fff9}.article-hero__content .article__cat-pill{color:var(--teal-bright);background:#0f82964d}.article__back{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);margin-bottom:2.5rem;font-size:.75rem;font-weight:600;transition:color .2s;display:inline-block}.article__back:hover{color:var(--teal)}.article__tags{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.article__cat-pill{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#0f82961a;border-radius:100px;padding:6px 14px;font-size:.7rem;font-weight:700;display:inline-block}.article__title{letter-spacing:-.02em;color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.15}.article__author-row{color:var(--ink-3);justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;display:flex}.article__author-img{object-fit:cover;border-radius:50%;width:32px;height:32px}.article__author-name{color:var(--ink);font-weight:600}.article__share-actions{justify-content:center;align-items:center;gap:.8rem;margin-bottom:0;display:flex}.btn-share{color:var(--ink);font-family:var(--sans);cursor:pointer;background:0 0;border:1px solid #12141726;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.btn-share:hover{background:var(--stone);border-color:#1214174d}.btn-share svg{opacity:.8}.article__body{width:100%;margin:0 auto;padding:0}.article__related{margin-top:var(--sp-section);padding-top:0}.article__related .ledger{margin-bottom:clamp(2rem,5vh,3rem)}.prose{color:#2e343a;font-size:1.075rem;font-weight:400;line-height:1.76}@media (width<=640px){.prose{font-size:1.0625rem}}.prose p{margin-bottom:1.8rem}.prose h1,.prose h2,.prose h3{letter-spacing:-.01em;line-height:1.3}.prose h1{color:#072b34;font-weight:700}.prose h2{color:#0a6d80;margin:3rem 0 1rem;font-weight:700}.prose h3{color:#b06a1f;margin:2.3rem 0 .85rem;font-weight:700}.prose h4{color:#4a5560;margin:2rem 0 .75rem;font-weight:700}.prose>h2:first-child{margin-top:0}.prose h2+h3{margin-top:1.3rem}.prose h1{font-size:1.6rem}.prose h2{font-size:1.55rem}.prose h3{font-size:1.18rem}.prose ul,.prose ol{margin:0 0 1.8rem 1.2rem}.prose li{margin-bottom:.5rem}.prose strong{color:#123039;font-weight:700}.prose ul li::marker{color:#0a6d80}.prose ol li::marker{color:#0a6d80;font-weight:700}.prose blockquote{border-left:3px solid var(--teal);color:var(--ink);margin:2.5rem 0;padding-left:1.5rem;font-size:1.15rem;font-style:italic}.prose img{border-radius:var(--radius);max-width:100%;height:auto;margin:2.5rem 0}.prose table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.98rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--hairline);text-align:start;vertical-align:top;padding:.7rem .9rem}.prose thead th{color:#0a6d80;background:#0f829614;font-weight:700}.prose tbody tr:nth-child(2n){background:#12141706}.prose a{color:var(--teal);text-underline-offset:3px;text-decoration:underline}.program-features{margin:3.5rem 0}.program-features__title{font-size:var(--fs-h2);letter-spacing:-.015em;color:var(--ink);text-align:center;margin-bottom:2rem;font-weight:600}.program-features__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.program-features__card{background:var(--paper);border:1px solid var(--hairline);border-radius:var(--radius-lg);align-items:flex-start;gap:1.1rem;padding:1.6rem 1.4rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 14px #12141705}.program-features__card:hover{box-shadow:var(--shadow-2);border-color:#0f829640;transform:translateY(-4px)}.program-features__icon{width:28px;height:28px;color:var(--teal-bright);background:#0f829614;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:-2px;display:flex}.program-features__text{color:var(--ink-2);margin:0;font-size:.9375rem;font-weight:500;line-height:1.6}.program-cta{margin-top:3rem}.detail-links{flex-direction:column;gap:.6rem;display:flex}.detail-link{background:var(--stone);font-size:var(--fs-body);color:var(--ink);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;font-weight:500;transition:background .25s,color .25s;display:flex}.detail-link:hover{background:var(--teal-deep);color:var(--paper)}.detail-link__arrow{color:var(--ink-3);font-weight:400;transition:color .25s,transform .25s}.detail-link:hover .detail-link__arrow{color:var(--paper);transform:translate(4px)}.info-list{flex-direction:column;gap:.6rem;max-width:720px;margin-top:clamp(2rem,5vh,3rem);display:flex}.info-item{background:var(--stone);color:var(--ink);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.3rem;font-weight:500;transition:background .25s,color .25s;display:flex}.info-item:hover{background:var(--teal-deep);color:var(--paper)}.info-item__arrow{color:var(--ink-3);font-weight:400;transition:color .25s}.info-item:hover .info-item__arrow{color:var(--paper)}.test-embed{background:var(--stone);flex-direction:column;min-height:100vh;padding-top:76px;display:flex}.test-embed__bar{padding:1rem var(--gutter);background:var(--paper);box-shadow:var(--shadow-1);z-index:1;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.test-embed__title{color:var(--ink);font-weight:600;font-size:var(--fs-small);letter-spacing:.02em;text-align:center;flex:1}.test-embed__frame{background:var(--stone);border:0;flex:1;width:100%;min-height:calc(100vh - 140px)}.skeleton{background:#12141712;border-radius:8px;animation:1.3s ease-in-out infinite alternate skeletonPulse}@keyframes skeletonPulse{0%{opacity:1}to{opacity:.45}}.skeleton--title{max-width:30rem;height:2.6rem;margin:1.2rem 0 .9rem}.skeleton--line{height:.95rem;margin-bottom:.7rem}.skeleton--line:nth-child(odd){max-width:92%}.skeleton--cover{aspect-ratio:2;margin:1.6rem 0 2rem}@media (width<=1080px){.post-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=960px){.approach__intro{grid-template-columns:1fr;align-items:start}.approach__media{aspect-ratio:16/9}.approach__steps{grid-template-columns:repeat(2,1fr)}.science__inner{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.nav__bar{grid-template-columns:1fr auto 1fr;gap:.75rem;height:92px;display:grid}.nav--scrolled .nav__bar{height:72px}.nav__brand{grid-column:1;justify-self:start;margin-inline-start:0}.nav__brand-logo{width:84px;height:84px}.nav--scrolled .nav__brand-logo{width:66px;height:66px}.nav__links,.nav__cta{display:none}.nav__end{grid-column:2;justify-self:center}.nav__toggle{grid-column:3;justify-self:end;width:44px;height:44px;display:inline-flex}.nav__toggle-box,.nav__toggle-line{width:24px}.nav--open .nav__panel{max-height:calc(100svh - 92px);overflow-y:auto}.nav--open.nav--scrolled .nav__panel{max-height:calc(100svh - 72px)}.hero__content{justify-content:flex-end;padding-bottom:6.5rem}.hero__title{font-size:clamp(1.9rem,8.4vw,3rem)}.cta__form{grid-template-columns:1fr;gap:1.4rem}}@media (width<=640px){.post-grid{grid-template-columns:1fr}.hero__content{text-align:center;align-items:center}.hero__actions{flex-direction:column;align-items:stretch;width:min(100%,340px)}.hero__actions .btn{width:100%}.approach__steps{grid-template-columns:1fr}.ledger{flex-direction:column;align-items:flex-start;gap:.6rem}.footer__top{flex-direction:column;gap:2.4rem}}.nav__end{align-items:center;gap:clamp(.6rem,1.4vw,1.1rem);display:flex}.prose-notice{border-left:3px solid var(--teal);background:var(--stone);font-size:var(--fs-small);color:var(--ink-2);border-radius:0 10px 10px 0;margin:0 0 2rem;padding:.9rem 1.1rem}[dir=rtl] .post-card__more:after{content:"←"}[dir=rtl] .prose-notice{border-left:none;border-right:3px solid var(--teal);border-radius:10px 0 0 10px}[dir=rtl] .prose blockquote{border-left:none;border-right:3px solid var(--teal);padding-left:0;padding-right:1.5rem}[dir=rtl] .program-scope__list li,[dir=rtl] .science__points li{padding-left:0}[dir=rtl] .program-scope__list li{padding-right:1.3rem}[dir=rtl] .program-scope__list li:before{left:auto;right:0}[lang=ar] .eyebrow,[lang=ar] .ledger__meta,[lang=ar] .btn,[lang=ar] .nav__item,[lang=ar] .nav__cta,[lang=ar] .nav__brand,[lang=ar] .post-card__cat,[lang=ar] .post-card__more,[lang=ar] .filter,[lang=ar] .footer__col-h,[lang=ar] .footer__logo,[lang=ar] .article__cat,[lang=ar] .article__meta,[lang=ar] .hero__eyebrow,[lang=ar] .hero__scroll,[lang=ar] .hero__title,[lang=ar] .section__title,[lang=ar] .page__title,[lang=ar] .cta__title,[lang=ar] .approach__title,[lang=ar] .approach__step-t,[lang=ar] .nav__panel-label,[lang=ar] .nav__panel-item,[lang=ar] .langsel__btn,[lang=ar] .langsel__code,[lang=ar] .test-embed__title{letter-spacing:0}[lang=ar] .eyebrow,[lang=ar] .ledger__meta,[lang=ar] .post-card__cat,[lang=ar] .footer__col-h,[lang=ar] .article__cat{text-transform:none;font-size:.8125rem}.langsel{position:relative}.langsel__btn{color:#f6f6f4eb;font-family:var(--sans);letter-spacing:.02em;cursor:pointer;background:0 0;border:1px solid #f6f6f447;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.75rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.langsel__btn:hover{background:#f6f6f41f;border-color:#f6f6f480}.nav--light .langsel__btn{border-color:var(--hairline);color:var(--ink)}.nav--light .langsel__btn:hover{background:var(--stone);border-color:var(--hairline-strong)}.langsel__globe{flex-shrink:0;width:15px;height:15px}.langsel__caret{opacity:.8;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .2s}.langsel__caret--up{transform:rotate(180deg)}.langsel__menu{top:calc(100% + .55rem);z-index:60;background:var(--paper);min-width:190px;box-shadow:var(--shadow-2);border-radius:14px;margin:0;padding:.4rem;list-style:none;animation:.16s ease-out langselIn;position:absolute;inset-inline-end:0}@keyframes langselIn{0%{opacity:0;transform:translateY(-4px)}}.langsel__opt{width:100%;color:var(--ink);font-family:var(--sans);text-align:start;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:.7rem;padding:.6rem .7rem;font-size:.9375rem;font-weight:500;transition:background .15s;display:flex}.langsel__opt:hover{background:var(--stone)}.langsel__opt--on{background:var(--teal-deep);color:#fff}.langsel__opt--on:hover{background:var(--teal-deep)}.langsel__code{letter-spacing:.08em;opacity:.65;min-width:1.6rem;font-size:.6875rem;font-weight:700}.langsel--panel{width:100%;margin-top:1rem}.langsel--panel .langsel__btn{border-color:#f6f6f44d;border-radius:10px;justify-content:flex-start;width:100%;padding:.7rem .9rem}.nav--light .langsel--panel .langsel__btn{border-color:var(--hairline)}.langsel--panel .langsel__menu{min-width:0;box-shadow:none;background:#f6f6f414;margin-top:.4rem;position:static}.nav--light .langsel--panel .langsel__menu{background:var(--stone)}.nav--light .langsel--panel .langsel__opt{color:var(--ink)}.langsel--panel .langsel__opt{color:var(--night-ink)}.langsel--panel .langsel__opt--on{color:#fff}.test-embed__note{color:var(--ink-3);margin-top:.15rem;font-size:.75rem;font-weight:400;display:block}.faq-groups{flex-direction:column;gap:2.75rem;margin-top:2.5rem;display:flex}.faq-block__title{color:var(--ink);letter-spacing:-.01em;margin:0 0 1rem;font-size:1.35rem;font-weight:600}.faq-group{flex-direction:column;gap:.6rem;display:flex}.faq-item{border-radius:var(--radius);background:var(--paper);border:1px solid #1214171a;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item.is-open{box-shadow:var(--shadow-1);border-color:#0f829659}.faq-item__q{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.25rem;font-family:inherit;font-size:1.02rem;font-weight:600;line-height:1.4;display:flex}.faq-item__q:hover{color:var(--teal)}.faq-item__icon{background:var(--stone);width:1.6rem;height:1.6rem;color:var(--teal);border-radius:50%;flex:none;place-items:center;font-size:1.15rem;font-weight:400;line-height:1;display:grid}.faq-item__a{color:var(--ink-2,#3d4349);max-width:62ch;padding:0 1.25rem 1.2rem;font-size:.98rem;line-height:1.7}.service-faq{border-top:1px solid #12141714;margin-top:3.5rem;padding-top:2rem}.service-faq__title{margin:.4rem 0 1.4rem;font-size:1.5rem;font-weight:600}.doc-prose strong{color:var(--ink)}.doc-prose h2{color:var(--ink);border-top:1px solid #12141714;margin-top:2.4rem;padding-top:1.4rem;font-size:1.5rem;font-weight:600}.doc-prose ul{margin:.6rem 0 1.2rem;padding-left:1.2rem}.doc-prose li{margin-bottom:.35rem}@media (prefers-color-scheme:dark){.faq-item{border-color:#ffffff1f}}.btn--whatsapp{color:#fff;background:#25d366;border-color:#25d366}.btn--whatsapp:hover{background:#1eb457;border-color:#1eb457}.btn--ghost{color:var(--ink);background:0 0;border:1px solid #12141733}.btn--ghost:hover{border-color:var(--teal);color:var(--teal)}.contact-hero{padding-top:1rem}.contact-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.contact-channels{margin-top:3rem}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-top:1.4rem;display:grid}.contact-card{border-radius:var(--radius);background:var(--paper);border:1px solid #1214171a;flex-direction:column;gap:.35rem;padding:1.25rem 1.35rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}a.contact-card:hover{box-shadow:var(--shadow-1);border-color:#0f829666}.contact-card__label{text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-size:.72rem;font-weight:600}.contact-card__value{color:var(--ink);font-size:1.02rem;font-weight:500}.contact-form-section{margin-top:3.5rem;scroll-margin-top:90px}.contact-form__title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:600}.contact-form{grid-template-columns:repeat(2,1fr);gap:1.1rem 1.25rem;max-width:760px;display:grid}.contact-field{flex-direction:column;gap:.4rem;display:flex}.contact-field--full{grid-column:1/-1}.contact-field>span{color:var(--ink-2,#3d4349);font-size:.86rem;font-weight:500}.contact-field input,.contact-field select,.contact-field textarea{width:100%;font:inherit;color:var(--ink);background:var(--paper);border:1px solid #1214172e;border-radius:10px;padding:.7rem .85rem;transition:border-color .15s}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--teal);outline:none}.contact-form__hp{clip-path:inset(50%);opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.contact-consent{align-items:flex-start;gap:.55rem;font-size:.9rem;display:flex}.contact-consent input{margin-top:.2rem}.contact-location{margin-top:3.5rem;margin-bottom:3rem}.contact-location__grid{grid-template-columns:1.6fr 1fr;align-items:stretch;gap:1.5rem;margin-top:1.4rem;display:grid}.contact-location__map{border-radius:var(--radius);min-height:320px;overflow:hidden}.contact-location__map iframe{border:0;width:100%;height:100%;min-height:320px;display:block}.contact-location__info{flex-direction:column;justify-content:center;gap:1.25rem;display:flex}.contact-location__addr{color:var(--ink);margin:.4rem 0 0;line-height:1.6}.contact-fab{z-index:50;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:56px;height:56px;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 6px 20px #25d36673}.contact-fab:hover{background:#1eb457}@media (width<=720px){.contact-form,.contact-location__grid{grid-template-columns:1fr}.contact-hero__actions .btn{flex:100%}}@media (prefers-color-scheme:dark){.contact-card,.contact-field input,.contact-field select,.contact-field textarea{border-color:#ffffff24}}.service-cta{margin-top:2.5rem}.clinic__intro{width:100%;max-width:1320px}.clinic__stage{margin-top:clamp(2.4rem,6vh,4rem)}.clinic__video-wrap{aspect-ratio:16/9;border-radius:var(--radius-lg);box-shadow:var(--shadow-2);background:#000;position:relative;overflow:hidden}.clinic__video{object-fit:cover;width:100%;height:100%;display:block}.clinic__play{font-family:inherit;font-size:var(--fs-small);letter-spacing:.02em;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0c0d8c;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:.55rem;padding:.6rem 1.05rem;font-weight:600;transition:background .25s,border-color .25s,opacity .25s;display:inline-flex;position:absolute;inset-block-end:1rem;inset-inline-end:1rem}.clinic__play:hover{background:#0b0c0dc7;border-color:#ffffff80}.clinic__play:focus-visible{outline:2px solid var(--teal-bright);outline-offset:3px}.clinic__play-icon{font-size:.7rem;line-height:1}.clinic__play.is-playing{opacity:.45}.clinic__play.is-playing:hover,.clinic__play.is-playing:focus-visible{opacity:1}.clinic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,1.25vw,1.2rem);width:100%;max-width:1320px;margin-top:clamp(2rem,4.5vh,3rem);display:grid}.clinic-shot{border-radius:var(--radius);aspect-ratio:4/3;background:#f6f6f40f;border:1px solid #f6f6f41a;margin:0;position:relative;overflow:hidden;box-shadow:0 14px 34px #0003}.clinic-shot__img{object-fit:cover;width:100%;height:100%;transition:transform .8s;display:block}.clinic-shot:hover .clinic-shot__img{transform:scale(1.05)}.article+.clinic-grid,.page>.clinic-grid{max-width:960px;margin-inline:auto;margin-bottom:var(--sp-section);padding-inline:var(--gutter);grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=900px){.clinic-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.clinic-grid{grid-template-columns:1fr}.clinic__play-text{display:none}.clinic__play{padding:.65rem .85rem}}@media (prefers-reduced-motion:reduce){.clinic-shot__img{transition:none}.clinic-shot:hover .clinic-shot__img{transform:none}}.contact-location__photo{border-radius:var(--radius);aspect-ratio:4/3;box-shadow:var(--shadow-1);overflow:hidden}.contact-location__photo img{object-fit:cover;width:100%;height:100%;display:block}.contact-testnote{border:1px solid var(--hairline);border-inline-start:3px solid var(--teal);border-radius:var(--radius);background:var(--stone);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0 0;padding:.95rem 1.15rem;display:flex}.contact-testnote strong{font-size:var(--fs-small);letter-spacing:.01em;color:var(--ink);display:block}.contact-testnote p{font-size:var(--fs-small);color:var(--ink-2);margin:.25rem 0 0}.footer__iletisim{font-style:normal;font-size:var(--fs-small);color:var(--night-faint);flex-direction:column;gap:.4rem;max-width:34ch;margin-top:1.4rem;line-height:1.6;display:flex}.footer__adres{color:var(--night-faint)}.footer__iletisim .footer__link{color:var(--night-dim);transition:color .2s}.footer__iletisim .footer__link:hover{color:var(--night-ink)}.article-body{width:100%;max-width:var(--okuma-en);padding-inline:var(--okuma-bosluk);margin-inline:auto;display:flow-root}.page__inner--doc{max-width:var(--okuma-en);padding-inline:var(--okuma-bosluk)}.page__inner--doc .article-body{padding-inline:0}.article__body .article-body{padding-inline:var(--okuma-bosluk)}.article-body>div{display:contents}.article-figure-wrap{margin:2.2rem 0}.article-figure{margin:0}.article-figure img{aspect-ratio:4/3;object-fit:cover;background:#f1efec;border-radius:14px;width:100%;height:auto;display:block}.article-figure-wrap--full img{aspect-ratio:16/9}.article-figure figcaption{color:#6f767d;margin-top:.7rem;font-size:.875rem;font-style:italic;line-height:1.55}@media (width>=860px){.article-figure-wrap--left,.article-figure-wrap--right{width:min(36%,320px);margin-top:.45rem;margin-bottom:1.25rem}.article-figure-wrap--left{float:left;margin-left:0;margin-right:1.8rem}.article-figure-wrap--right{float:right;margin-left:1.8rem;margin-right:0}.article-figure-wrap--full{clear:both}}@media (width<=859px){.article-figure-wrap--left,.article-figure-wrap--right{float:none;width:100%;margin-left:0;margin-right:0}}.article-figure-wrap--wide{width:100%;margin-left:0;transform:none}.article-figure-wrap--wide img{aspect-ratio:16/9}@media (width<=640px){.article-figure-wrap{margin:2rem 0}.article-figure img{border-radius:10px}}.article-body:after{content:"";clear:both;display:table}.wa-fab{z-index:60;color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex;position:fixed;bottom:clamp(1rem,2.5vw,1.75rem);right:clamp(1rem,2.5vw,1.75rem);box-shadow:0 6px 20px #25d36659,0 2px 6px #0000001f}.wa-fab:hover{background:#1eb457;transform:translateY(-2px)}.wa-fab:focus-visible{outline-offset:3px;outline:3px solid #0a6d80}@media (width<=640px){.wa-fab{gap:0;padding:.9rem}.wa-fab__metin{display:none}}[dir=rtl] .wa-fab{left:clamp(1rem,2.5vw,1.75rem);right:auto}@media (prefers-reduced-motion:reduce){.wa-fab{transition:none}.wa-fab:hover{transform:none}}
