/**handles:the-main**/
:root{--the-primary:#0e6ba8;--the-primary-dark:#0a4f7d;--the-primary-soft:#e8f2f9;--the-accent:#10b5a2;--the-accent-soft:#e2f7f4;--the-ink:#0f1e2e;--the-body:#37475a;--the-muted:#6b7c90;--the-line:#e6ecf2;--the-bg:#ffffff;--the-bg-soft:#f4f8fb;--the-bg-alt:#eef3f8;--the-star:#f5a524;--the-whatsapp:#25d366;--the-success:#16a34a;--the-error:#dc2626;--the-radius:14px;--the-radius-sm:9px;--the-radius-lg:22px;--the-shadow-sm:0 1px 2px rgba(15, 30, 46, .06),0 1px 3px rgba(15, 30, 46, .05);--the-shadow:0 6px 18px -6px rgba(15, 30, 46, .12),0 2px 6px rgba(15, 30, 46, .06);--the-shadow-lg:0 24px 48px -18px rgba(15, 30, 46, .22);--the-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--the-h1:clamp(1.9rem, 1.3rem + 2.4vw, 2.9rem);--the-h2:clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem);--the-container:1200px;--the-gap:clamp(1rem, .6rem + 1.6vw, 2rem);--the-header-h:72px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--the-font);font-size:17px;line-height:1.65;color:var(--the-body);background:var(--the-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--the-primary);text-decoration:none;transition:color .18s ease}a:hover{color:var(--the-primary-dark)}h1,h2,h3,h4{color:var(--the-ink);line-height:1.2;font-weight:750;letter-spacing:-.01em;margin:0 0 .6em}h1{font-size:var(--the-h1)}h2{font-size:var(--the-h2)}ul{margin:0;padding:0}:focus-visible{outline:3px solid var(--the-accent);outline-offset:2px;border-radius:4px}.the-container{width:100%;max-width:var(--the-container);margin-inline:auto;padding-inline:clamp(1rem,.4rem + 2vw,2rem)}.the-main{min-height:60vh}.the-skip-link{position:absolute;left:-999px;top:0;background:var(--the-primary);color:#fff;padding:.6rem 1rem;z-index:1000}.the-skip-link:focus{left:8px;top:8px}.the-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:650;font-size:.98rem;line-height:1;padding:.8rem 1.4rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-align:center}.the-btn svg{fill:currentColor}.the-btn--primary{background:var(--the-primary);color:#fff;box-shadow:0 6px 16px -6px rgba(14,107,168,.55)}.the-btn--primary:hover{background:var(--the-primary-dark);color:#fff;transform:translateY(-1px)}.the-btn--outline{background:#fff;color:var(--the-primary);border-color:var(--the-line)}.the-btn--outline:hover{border-color:var(--the-primary);color:var(--the-primary-dark)}.the-btn--whatsapp{background:var(--the-whatsapp);color:#fff}.the-btn--whatsapp:hover{background:#1da851;color:#fff}.the-btn--block{width:100%}.the-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--the-line);transition:box-shadow .25s ease,border-color .25s ease}.the-header::before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--the-primary),var(--the-accent))}.the-header.is-scrolled{border-bottom-color:transparent;box-shadow:0 8px 28px -14px rgba(15,30,46,.28)}.the-header__inner{display:flex;align-items:center;gap:1.5rem;min-height:var(--the-header-h)}.the-header__brand{flex-shrink:0}.the-logo{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.15rem;color:var(--the-ink);letter-spacing:-.02em}.the-logo__mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;flex-shrink:0;background:linear-gradient(135deg,var(--the-primary),var(--the-accent));color:#fff;font-weight:900;font-size:1.3rem}.the-logo--light{color:#fff}.the-nav{margin-inline:auto}.the-nav__list{display:flex;gap:.15rem;list-style:none;align-items:center}.the-nav__list a{position:relative;display:inline-flex;align-items:center;height:42px;padding:0 1rem;color:var(--the-ink);font-weight:600;font-size:.96rem;transition:color .18s ease}.the-nav__list a::after{content:"";position:absolute;left:1rem;right:1rem;bottom:8px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--the-primary),var(--the-accent));transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.the-nav__list a:hover{color:var(--the-primary)}.the-nav__list .current-menu-item>a::after,.the-nav__list .current-menu-parent>a::after,.the-nav__list .current_page_item>a::after,.the-nav__list a:hover::after{transform:scaleX(1)}.the-nav__list .current-menu-item>a,.the-nav__list .current-menu-parent>a,.the-nav__list .current_page_item>a{color:var(--the-primary)}.the-header__actions{flex-shrink:0}.the-header__actions{display:flex;align-items:center;gap:.75rem}.the-header__cta{padding:.65rem 1.15rem}.the-burger{display:none;flex-direction:column;gap:5px;width:42px;height:42px;padding:10px;background:0 0;border:1px solid var(--the-line);border-radius:10px;cursor:pointer}.the-burger span{height:2px;background:var(--the-ink);border-radius:2px;transition:.25s}.the-burger[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.the-burger[aria-expanded=true] span:nth-child(2){opacity:0}.the-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.the-mobile-nav{border-top:1px solid var(--the-line);padding:1rem;background:#fff}.the-mobile-nav__list{list-style:none;display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}.the-mobile-nav__list a{display:block;padding:.8rem .6rem;border-radius:10px;color:var(--the-ink);font-weight:600}.the-mobile-nav__list a:hover{background:var(--the-bg-soft)}.the-breadcrumbs{padding:1rem 0 .4rem}.the-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.86rem;color:var(--the-muted)}.the-breadcrumbs li+li::before{content:"/";margin-right:.4rem;color:var(--the-line)}.the-breadcrumbs a{color:var(--the-muted)}.the-breadcrumbs a:hover{color:var(--the-primary)}.the-breadcrumbs [aria-current] span{color:var(--the-ink);font-weight:600}.the-rating{display:inline-flex;align-items:center;gap:.35rem}.the-rating__stars{display:inline-flex}.the-star{fill:var(--the-line)}.the-star.is-full{fill:var(--the-star)}.the-star.is-half{fill:url(https://turkishhealthexperts.com/wp-content/themes/turkishhealthexperts/assets/css/#half)}.the-star.is-half{fill:var(--the-star);opacity:.55}.the-rating__value{font-weight:750;color:var(--the-ink)}.the-rating__count{color:var(--the-muted);font-size:.9rem}.the-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;font-weight:600;font-size:.9rem}.the-chip svg{fill:currentColor}.the-chip--spec{background:var(--the-primary-soft);color:var(--the-primary-dark)}.the-chip--city{background:var(--the-accent-soft);color:#0b7d70}.the-chip:hover{filter:brightness(.97)}.the-tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none}.the-tag{display:inline-block;padding:.3rem .7rem;border-radius:8px;font-size:.82rem;font-weight:550;background:var(--the-bg-alt);color:var(--the-body);border:1px solid transparent}a.the-tag:hover{background:var(--the-primary-soft);color:var(--the-primary-dark);border-color:rgba(14,107,168,.2)}.the-tag--more{background:0 0;color:var(--the-muted);font-weight:700}.the-grid{display:grid;gap:var(--the-gap)}.the-grid--3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.the-doc-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius);overflow:hidden;box-shadow:var(--the-shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.the-doc-card:hover{transform:translateY(-4px);box-shadow:var(--the-shadow);border-color:rgba(14,107,168,.35)}.the-doc-card__media{position:relative;aspect-ratio:1/1;background:var(--the-bg-alt);overflow:hidden}.the-doc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.the-doc-card:hover .the-doc-card__media img{transform:scale(1.05)}.the-doc-card__badge{position:absolute;top:.7rem;left:.7rem;background:rgba(15,30,46,.82);color:#fff;font-weight:700;font-size:.82rem;padding:.28rem .55rem;border-radius:8px;backdrop-filter:blur(4px)}.the-doc-card__rating{display:none;position:absolute;left:0;right:0;bottom:0;padding:1.5rem .7rem .5rem;background:linear-gradient(transparent,rgba(0,0,0,.72))}.the-doc-card__rating .the-star{width:14px;height:14px}.the-doc-card__rating .the-star.is-empty{fill:rgba(255,255,255,.45)}.the-doc-card__rating .the-rating__value{color:#fff}.the-doc-card__rating .the-rating__count{color:rgba(255,255,255,.8)}.the-doc-card__body{display:flex;flex-direction:column;gap:.55rem;padding:1.1rem 1.15rem 1.25rem;flex:1}.the-doc-card__name{font-size:1.12rem;margin:0}.the-doc-card__name a{color:var(--the-ink)}.the-doc-card__name a:hover{color:var(--the-primary)}.the-doc-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .7rem;font-size:.88rem;color:var(--the-muted)}.the-doc-card__spec{font-weight:600;color:var(--the-primary-dark)}.the-doc-card__city{display:inline-flex;align-items:center;gap:.25rem}.the-doc-card__city svg{fill:var(--the-muted)}.the-doc-card__cta{margin-top:auto}.the-doc{padding-bottom:4rem}.the-doc__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(1.5rem,1rem + 2vw,3rem);align-items:start;margin-top:1rem}.the-doc__side{position:sticky;top:calc(var(--the-header-h) + 16px);display:flex;flex-direction:column;gap:1rem}.the-doc-hero{display:grid;grid-template-columns:240px 1fr;gap:1.75rem;background:linear-gradient(180deg,var(--the-bg-soft),#fff);border:1px solid var(--the-line);border-radius:var(--the-radius-lg);padding:1.5rem;box-shadow:var(--the-shadow-sm)}.the-doc-hero__photo{position:relative}.the-doc-hero__photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--the-radius);background:var(--the-bg-alt)}.the-doc-hero__verified{position:absolute;bottom:.6rem;left:.6rem;right:.6rem;display:inline-flex;align-items:center;gap:.3rem;justify-content:center;background:rgba(16,181,162,.95);color:#fff;font-size:.78rem;font-weight:650;padding:.35rem .5rem;border-radius:8px}.the-doc-hero__verified svg{fill:#fff;flex-shrink:0}.the-doc-hero__name{font-size:clamp(1.55rem, 1.2rem + 1.6vw, 2.3rem);margin:0 0 .7rem}.the-doc-hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}.the-doc-hero__rating{margin-bottom:1rem}.the-doc-hero__rating .the-star{width:22px;height:22px}.the-doc-hero__expertise{margin-bottom:1.3rem}.the-doc-hero__expertise-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--the-muted);font-weight:700;margin-bottom:.5rem}.the-doc-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem}.the-doc-section{margin-top:2.25rem}.the-doc-section__title{font-size:var(--the-h2);position:relative;padding-bottom:.6rem;margin-bottom:1.2rem}.the-doc-section__title::after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--the-primary),var(--the-accent))}.the-prose{color:var(--the-body)}.the-prose p{margin:0 0 1.1em}.the-prose h2,.the-prose h3{margin-top:1.4em}.the-prose a{text-decoration:underline;text-underline-offset:2px}.the-prose ol,.the-prose ul{margin:0 0 1.1em;padding-left:1.4em}.the-prose li{margin:0 0 .5em;padding-left:.25em}.the-prose li::marker{color:var(--the-primary)}.the-prose li>ol,.the-prose li>ul{margin:.5em 0 0}.the-doc-contact{display:grid;gap:1.1rem;align-items:start}.the-doc-contact.has-map{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.the-contact-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin:0}.the-contact-row{display:flex;gap:.8rem;align-items:flex-start;padding:.85rem 1rem;background:var(--the-bg-soft);border:1px solid var(--the-line);border-radius:var(--the-radius-sm)}.the-contact-row__icon{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#fff;border:1px solid var(--the-line)}.the-contact-row__icon svg{fill:var(--the-primary)}.the-contact-row__body{display:flex;flex-direction:column;gap:.05rem;min-width:0}.the-contact-row__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--the-muted);font-weight:700}.the-contact-row__value{font-weight:600;color:var(--the-ink);line-height:1.45;overflow-wrap:anywhere}.the-contact-row__value a{color:var(--the-primary)}.the-doc-map{border-radius:var(--the-radius);overflow:hidden;border:1px solid var(--the-line);height:100%;min-height:280px}.the-doc-map iframe{width:100%;height:100%;min-height:280px;border:0;display:block}.the-doc-side-card{background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius-lg);padding:1.35rem;box-shadow:var(--the-shadow)}.the-trust-badge{display:flex;gap:.7rem;align-items:flex-start;padding:1rem 1.1rem;background:var(--the-accent-soft);border-radius:var(--the-radius)}.the-trust-badge svg{fill:var(--the-accent);flex-shrink:0;margin-top:2px}.the-trust-badge strong{display:block;color:var(--the-ink);font-size:.95rem}.the-trust-badge span{font-size:.84rem;color:var(--the-body)}.the-related__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.the-related__all{font-weight:650;white-space:nowrap}.the-leadform__head{margin-bottom:1rem}.the-leadform__title{font-size:1.3rem;margin:0 0 .3rem}.the-leadform__sub{font-size:.9rem;color:var(--the-muted);margin:0}.the-form{display:flex;flex-direction:column;gap:.8rem}.the-field{display:flex;flex-direction:column;gap:.3rem}.the-field label{font-size:.82rem;font-weight:650;color:var(--the-ink)}.the-field input,.the-field textarea{width:100%;font:inherit;font-size:.95rem;color:var(--the-ink);padding:.7rem .85rem;border:1.5px solid var(--the-line);border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.the-field input:focus,.the-field textarea:focus{outline:0;border-color:var(--the-primary);box-shadow:0 0 0 3px rgba(14,107,168,.12)}.the-field textarea{resize:vertical}.the-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.the-form__submit{margin-top:.3rem;position:relative}.the-form__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:the-spin .7s linear infinite}.the-form.is-loading .the-form__spinner{display:inline-block}.the-form.is-loading .the-form__label{opacity:.8}.the-form.is-loading .the-form__submit{pointer-events:none;opacity:.85}@keyframes the-spin{to{transform:rotate(360deg)}}.the-form__note{font-size:.78rem;color:var(--the-muted);text-align:center;margin:.1rem 0 0}.the-form__message{padding:.8rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;margin-top:.3rem}.the-form__message.is-success{background:#ecfdf3;color:var(--the-success)}.the-form__message.is-error{background:#fef2f2;color:var(--the-error)}.the-leadform--compact .the-btn--whatsapp{margin-top:.7rem}.the-page{padding-bottom:3rem}.the-page__head{margin:1rem 0 1.6rem}.the-page-indicator{display:inline-block;margin:.6rem 0 0;padding:.25rem .7rem;border-radius:999px;background:var(--the-bg-soft);color:var(--the-muted);font-size:.82rem;font-weight:650}.the-postlist{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.the-post-card{background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius);overflow:hidden;box-shadow:var(--the-shadow-sm);display:flex;flex-direction:column}.the-post-card__media img{width:100%;aspect-ratio:16/9;object-fit:cover}.the-post-card__body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem}.the-post-card__title{font-size:1.15rem;margin:0}.the-post-card__more{font-weight:650;margin-top:auto}.the-empty{text-align:center;padding:4rem 1rem}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important;word-wrap:normal!important}.screen-reader-text:focus{background-color:#fff;clip:auto!important;clip-path:none;display:block;height:auto;width:auto;left:5px;top:5px;padding:15px 23px 14px;font-size:.875rem;line-height:normal;color:var(--the-ink);text-decoration:none;z-index:100000}.pagination,.the-postlist+.pagination{margin-top:2.5rem}.pagination .nav-links{display:flex;gap:.35rem;justify-content:center;flex-wrap:wrap}.pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 .6rem;border-radius:10px;border:1px solid var(--the-line);font-weight:650;color:var(--the-ink);background:#fff}.pagination .page-numbers.current{background:var(--the-primary);color:#fff;border-color:var(--the-primary)}.pagination a.page-numbers:hover{border-color:var(--the-primary);color:var(--the-primary)}.the-footer{background:var(--the-ink);color:#c6d2df;padding:3.5rem 0 1.5rem}.the-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem}.the-footer h4{color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.the-footer__tagline{margin:.9rem 0 .5rem;color:#cdd8e4;font-weight:600}.the-footer__about{margin:0 0 1.3rem;font-size:.87rem;line-height:1.6;color:#8fa0b2;max-width:42ch}.the-footer__info{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2.8rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.the-footer__info-col h4{display:flex;align-items:center;gap:.5rem;color:#fff;margin:0 0 .5rem;text-transform:none;letter-spacing:0;font-size:1rem}.the-footer__info-col h4 svg{fill:var(--the-accent);flex-shrink:0}.the-footer__info-col p{margin:0;font-size:.85rem;line-height:1.6;color:#8fa0b2}.the-footer__menu{list-style:none;display:flex;flex-direction:column;gap:.6rem}.the-footer__menu a{color:#c6d2df}.the-footer__menu a:hover{color:#fff}.the-footer__bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.6rem}.the-footer__disclaimer{font-size:.82rem;color:#8496a8;margin:0;max-width:90ch}.the-footer__copy{font-size:.84rem;color:#8496a8;margin:0}.the-select{width:100%;font:inherit;font-size:.95rem;color:var(--the-ink);padding:.7rem .85rem;border:1.5px solid var(--the-line);border-radius:10px;background:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c90' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.the-select:focus{outline:0;border-color:var(--the-primary);box-shadow:0 0 0 3px rgba(14,107,168,.12)}.the-eyebrow{display:inline-block;font-size:.8rem;font-weight:750;text-transform:uppercase;letter-spacing:.1em;color:var(--the-primary);margin-bottom:.6rem}.the-consult-hero{background:linear-gradient(160deg,var(--the-bg-soft) 0,#fff 60%);padding:clamp(2rem,1rem + 4vw,4rem) 0}.the-consult-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,1rem + 3vw,4rem);align-items:center}.the-consult-hero__copy h1{font-size:clamp(2rem, 1.4rem + 2.6vw, 3.1rem);margin-bottom:.8rem}.the-consult-hero__lead{font-size:1.12rem;color:var(--the-body);max-width:48ch}.the-consult-benefits{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:1.5rem 0}.the-consult-benefits li{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--the-ink)}.the-consult-benefits svg{fill:var(--the-accent);flex-shrink:0}.the-consult-stats{display:flex;gap:2rem;margin-top:1.8rem}.the-consult-stats strong{display:block;font-size:1.9rem;color:var(--the-ink);line-height:1}.the-consult-stats span{font-size:.85rem;color:var(--the-muted)}.the-consult-steps{padding-block:clamp(2.5rem,1.5rem + 3vw,4.5rem)}.the-section-heading{text-align:center;font-size:var(--the-h2);margin-bottom:2rem}.the-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.the-step{background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius);padding:1.6rem;box-shadow:var(--the-shadow-sm)}.the-step__icon{position:relative;display:inline-grid;place-items:center;width:58px;height:58px;border-radius:16px;background:var(--the-primary-soft);margin-bottom:1rem}.the-step__icon svg{fill:var(--the-primary)}.the-step__n{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:var(--the-primary);color:#fff;font-size:.78rem;font-weight:800;display:grid;place-items:center;box-shadow:0 2px 6px rgba(14,107,168,.4)}.the-step h3{font-size:1.15rem;margin-bottom:.4rem}.the-step p{margin:0;color:var(--the-muted);font-size:.95rem}.the-consult-trust{padding:2rem 0 4rem}.the-consult-trust__inner{display:flex;align-items:center;gap:1.5rem;background:var(--the-accent-soft);border-radius:var(--the-radius-lg);padding:clamp(1.5rem,1rem + 2vw,2.5rem)}.the-consult-trust__inner svg{fill:var(--the-accent);flex-shrink:0}.the-consult-trust h2{margin-bottom:.4rem}.the-consult-trust p{margin:0;color:var(--the-body)}.the-single{max-width:820px}.the-single__head{margin:1rem 0 1.4rem}.the-single__meta{display:flex;gap:1rem;color:var(--the-muted);font-size:.9rem;margin-top:.5rem}.the-single__thumb{margin:0 0 1.8rem;border-radius:var(--the-radius);overflow:hidden}.the-single__content{font-size:1.06rem}.the-single__tags{margin:2rem 0}.the-single__cta{margin:2.5rem 0;padding:1.6rem;background:var(--the-bg-soft);border:1px solid var(--the-line);border-radius:var(--the-radius-lg);max-width:560px}.the-archive{padding-bottom:3.5rem}.the-archive__head{margin:.8rem 0 1.5rem}.the-archive__title{font-size:var(--the-h1);margin-bottom:.4rem}.the-archive__count{color:var(--the-muted);font-weight:600;margin:0 0 1rem}.the-archive__count strong{color:var(--the-ink)}.the-archive__intro{max-width:78ch;color:var(--the-body)}.the-archive__intro p{margin:0}.the-archive__grid{margin:1.6rem 0}.the-filterbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1.1rem;background:#fff;border:1px solid #cdd9e6;border-top:3px solid var(--the-primary);border-radius:var(--the-radius);box-shadow:0 8px 24px -10px rgba(15,30,46,.2);margin-bottom:1.8rem;position:sticky;top:calc(var(--the-header-h) + 6px);z-index:20}.the-filterbar .the-select{background-color:var(--the-bg-soft);border-color:#cdd9e6}.the-filterbar .the-select:focus{background-color:#fff}.the-filterbar__field{display:flex;flex-direction:column;gap:.3rem}.the-filterbar__field label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--the-muted)}.the-archive__cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin:3rem 0;padding:1.8rem 2rem;border-radius:var(--the-radius-lg);background:linear-gradient(120deg,var(--the-primary),var(--the-accent));color:#fff}.the-archive__cta-copy h2{color:#fff;margin:0 0 .3rem}.the-archive__cta-copy p{margin:0;color:rgba(255,255,255,.9);max-width:60ch}.the-archive__cta .the-btn--primary{background:#fff;color:var(--the-primary-dark);box-shadow:none}.the-archive__cta .the-btn--primary:hover{background:#f0f6fb;color:var(--the-primary-dark)}.the-empty--inline{padding:3rem 1rem;background:var(--the-bg-soft);border-radius:var(--the-radius)}.the-faq{margin:3.5rem 0 1rem}.the-faq__list{display:flex;flex-direction:column;gap:.6rem}.the-faq__item{border:1px solid var(--the-line);border-radius:var(--the-radius-sm);background:#fff;overflow:hidden}.the-faq__item summary{cursor:pointer;font-weight:650;color:var(--the-ink);padding:1rem 1.2rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.the-faq__item summary::-webkit-details-marker{display:none}.the-faq__item summary::after{content:"+";font-size:1.3rem;color:var(--the-primary);font-weight:400}.the-faq__item[open] summary::after{content:"–"}.the-faq__answer{padding:0 1.2rem 1.1rem;color:var(--the-body)}.the-faq__answer p{margin:0}.the-internal-links{margin:3rem 0}.the-linkgrid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem}.the-linkgrid a{display:flex;justify-content:space-between;gap:.5rem;padding:.7rem 1rem;border-radius:10px;background:var(--the-bg-soft);border:1px solid var(--the-line);color:var(--the-ink);font-weight:550;font-size:.92rem}.the-linkgrid a:hover{background:var(--the-primary-soft);border-color:rgba(14,107,168,.25);color:var(--the-primary-dark)}.the-linkgrid span{color:var(--the-muted)}.the-landing{padding-bottom:4rem}.the-landing__head{margin:1rem 0 2rem;max-width:70ch}.the-landing__lead{font-size:1.1rem;color:var(--the-body)}.the-landing__content{margin-top:2.5rem;max-width:78ch}.the-termgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.4rem}.the-term-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius);overflow:hidden;box-shadow:var(--the-shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.the-term-card:hover{transform:translateY(-4px);box-shadow:var(--the-shadow);border-color:rgba(14,107,168,.35)}.the-term-card__media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--the-primary-soft),var(--the-accent-soft));overflow:hidden}.the-term-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.the-term-card:hover .the-term-card__media img{transform:scale(1.06)}.the-term-card__initial{position:absolute;inset:0;display:grid;place-items:center;font-size:3rem;font-weight:800;color:var(--the-primary);opacity:.5}.the-term-card__body{padding:1rem 1.15rem 1.2rem;display:flex;flex-direction:column;gap:.5rem}.the-term-card__name{font-size:1.1rem;margin:0;color:var(--the-ink)}.the-term-card__meta{display:flex;align-items:center;justify-content:space-between}.the-term-card__count{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:650;color:var(--the-primary-dark);background:var(--the-primary-soft);padding:.25rem .65rem;border-radius:999px}.the-term-card__arrow{color:var(--the-muted);transition:transform .25s ease}.the-term-card:hover .the-term-card__arrow{transform:translateX(4px);color:var(--the-primary)}.the-treat-search{position:relative;max-width:520px;margin:0 0 1.6rem}.the-treat-search svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);fill:var(--the-muted)}.the-treat-search input{width:100%;font:inherit;font-size:1rem;padding:.85rem 1rem .85rem 2.8rem;border:1.5px solid var(--the-line);border-radius:999px;background:#fff}.the-treat-search input:focus{outline:0;border-color:var(--the-primary);box-shadow:0 0 0 3px rgba(14,107,168,.12)}.the-pillgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.5rem}.the-pill{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem .9rem;border-radius:10px;background:var(--the-bg-soft);border:1px solid var(--the-line);color:var(--the-ink);font-weight:550;font-size:.92rem}.the-pill:hover{background:var(--the-primary-soft);border-color:rgba(14,107,168,.25);color:var(--the-primary-dark)}.the-pill__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.the-pill__count{flex-shrink:0;font-size:.78rem;color:var(--the-muted);background:#fff;border:1px solid var(--the-line);border-radius:999px;padding:.1rem .5rem}.the-treat-empty{text-align:center;color:var(--the-muted);padding:2rem}.the-btn--lg{padding:1rem 2rem;font-size:1.05rem}.the-hero{background:radial-gradient(1100px 480px at 82% -12%,var(--the-accent-soft),transparent 62%),radial-gradient(760px 420px at 2% 112%,var(--the-primary-soft),transparent 60%),linear-gradient(180deg,var(--the-bg-soft),#fff);padding:clamp(2rem,1rem + 4vw,4.5rem) 0}.the-hero__inner{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,1rem + 3vw,4rem);align-items:center}.the-hero__title{font-size:clamp(2.1rem, 1.4rem + 3vw, 3.4rem);margin-bottom:.8rem}.the-hero__lead{font-size:1.15rem;color:var(--the-body);max-width:52ch;margin-bottom:1.6rem}.the-herofind{display:grid;grid-template-columns:1fr 1fr auto;gap:.7rem;align-items:end;background:#fff;padding:1rem;border:1px solid var(--the-line);border-radius:var(--the-radius);box-shadow:var(--the-shadow)}.the-herofind__field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.the-herofind__field label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--the-muted)}.the-herofind__submit{height:46px}.the-hero__micro{display:flex;align-items:center;gap:.45rem;margin-top:1.2rem;font-size:.88rem;color:var(--the-muted)}.the-hero__micro svg{fill:var(--the-accent);flex-shrink:0}.the-hero__aside .the-doc-side-card{box-shadow:var(--the-shadow-lg)}.the-statbar{border-top:1px solid var(--the-line);border-bottom:1px solid var(--the-line);background:#fff}.the-statbar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.8rem 0;text-align:center}.the-statbar__item strong{display:block;font-size:clamp(1.4rem, 1rem + 1.4vw, 2rem);color:var(--the-primary);line-height:1.1}.the-statbar__item span{font-size:.88rem;color:var(--the-muted)}.the-statbar__item+.the-statbar__item{border-left:1px solid var(--the-line)}.the-home-section{padding-block:clamp(2.4rem,1.5rem + 2.6vw,3.6rem)}.the-home-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.the-home-section__head h2{margin:0}.the-home-section__all{font-weight:650;white-space:nowrap}.the-home-steps{padding:clamp(2.5rem,1.5rem + 3vw,4rem) 0;background:var(--the-bg-soft);border-top:1px solid var(--the-line);border-bottom:1px solid var(--the-line)}.the-home-trust{background:#fff;border-bottom:1px solid var(--the-line);padding:clamp(2.5rem,1.5rem + 3vw,4rem) 0}.the-home-trust__inner{display:flex;gap:1.8rem;align-items:center}.the-home-trust__icon{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;background:var(--the-accent-soft);flex-shrink:0}.the-home-trust__icon svg{fill:var(--the-accent)}.the-home-trust h2{margin-bottom:.5rem}.the-home-trust p{margin:0;color:var(--the-body);max-width:80ch}.the-home-cta{background:linear-gradient(120deg,var(--the-primary),var(--the-accent));color:#fff;padding-top:clamp(2.8rem,1.8rem + 3vw,4.5rem);padding-bottom:0;overflow:hidden}.the-home-cta__inner{display:grid;grid-template-columns:1fr minmax(300px,420px);gap:2rem;align-items:end}.the-home-cta__text{align-self:center;padding-bottom:clamp(2.8rem,1.8rem + 3vw,4.5rem)}.the-home-cta__text h2{color:#fff;margin-bottom:.5rem}.the-home-cta__text p{color:rgba(255,255,255,.92);margin:0 0 1.6rem;max-width:52ch}.the-home-cta__media{display:flex;justify-content:center;align-items:flex-end;align-self:end}.the-home-cta__media img{max-width:100%;max-height:400px;width:auto;height:auto;display:block;filter:drop-shadow(0 14px 30px rgba(0,0,0,.22))}.the-home-cta__inner .the-btn--primary{background:#fff;color:var(--the-primary-dark);box-shadow:none}.the-home-cta__inner .the-btn--primary:hover{background:#eef6fc}.the-post-card__cat{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--the-primary)}.the-post-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.4rem}.the-post-card__date{font-size:.82rem;color:var(--the-muted)}.the-toc{background:var(--the-bg-soft);border:1px solid var(--the-line);border-radius:var(--the-radius);padding:1rem 1.2rem;margin:0 0 1.8rem}.the-toc summary{cursor:pointer;font-weight:750;color:var(--the-ink);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.the-toc__list{list-style:none;counter-reset:toc;margin:.9rem 0 0;padding:0}.the-toc__item{margin:.35rem 0}.the-toc__item a{color:var(--the-body);text-decoration:none}.the-toc__item a:hover{color:var(--the-primary);text-decoration:underline}.the-toc__item.is-h3{padding-left:1.1rem;font-size:.93rem}.the-lightbox{position:fixed;inset:0;z-index:200;background:rgba(15,30,46,.85);display:grid;place-items:center;padding:2rem;backdrop-filter:blur(4px);animation:the-fade .2s ease}.the-lightbox img{max-width:min(92vw,640px);max-height:88vh;border-radius:var(--the-radius);box-shadow:var(--the-shadow-lg)}.the-lightbox__close{position:absolute;top:1rem;right:1.2rem;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.the-lightbox__close:hover{background:rgba(255,255,255,.28)}@keyframes the-fade{from{opacity:0}to{opacity:1}}.the-header .custom-logo-link{display:inline-flex;align-items:center}.the-header .custom-logo{height:64px;width:auto;max-width:280px;object-fit:contain}.the-footer__logo{display:inline-flex;align-items:center}.the-footer__logo img{height:62px;width:auto;max-width:280px;object-fit:contain;display:block}body{background:#eaf1f7}.the-doc-card,.the-doc-side-card,.the-faq__item,.the-header,.the-post-card,.the-step,.the-term-card,.the-widget{background-color:#fff}.the-contact-row,.the-doc-card,.the-doc-hero,.the-doc-side-card,.the-faq__item,.the-post-card,.the-step,.the-term-card,.the-widget{border-color:#d5dfe9;box-shadow:0 4px 16px -6px rgba(15,30,46,.14)}.the-statbar{background:#fff;border-color:var(--the-line)}.the-statbar__inner{padding:2.2rem 0}.the-statbar__item{display:flex;flex-direction:column;align-items:center;gap:.3rem}.the-statbar__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--the-primary-soft);margin-bottom:.35rem}.the-statbar__icon svg{fill:var(--the-primary)}.the-home-section__head h2,.the-section-heading{position:relative}.the-home-section__head h2::after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--the-primary),var(--the-accent))}.the-doc-section__title,.the-home-section__head h2,.the-section-heading{text-transform:capitalize}.the-related .the-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.the-home-blog{padding:clamp(2.5rem,1.5rem + 3vw,4rem) 0;background:var(--the-bg-soft);border-top:1px solid var(--the-line);border-bottom:1px solid var(--the-line)}.the-postlist--home{grid-template-columns:repeat(3,1fr)}.the-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(1.5rem,1rem + 2vw,3rem);align-items:start;margin-top:1rem}.the-blog-main{min-width:0}.the-single{max-width:none}.the-postlist--2{grid-template-columns:repeat(2,minmax(0,1fr))}.the-sidebar{display:flex;flex-direction:column;gap:1.2rem}.the-widget{border:1px solid var(--the-line);border-radius:var(--the-radius);padding:1.2rem;box-shadow:var(--the-shadow-sm)}.the-widget__title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--the-muted);margin:0 0 .9rem}.the-widget--cta{background:linear-gradient(135deg,var(--the-primary-soft),var(--the-accent-soft));border-color:transparent}.the-widget--cta p{margin:0 0 1rem;font-size:.92rem;color:var(--the-body)}.the-searchform{display:flex;gap:.4rem}.the-searchform input{flex:1;min-width:0;font:inherit;font-size:.92rem;padding:.6rem .8rem;border:1.5px solid var(--the-line);border-radius:10px;background:#fff}.the-searchform input:focus{outline:0;border-color:var(--the-primary);box-shadow:0 0 0 3px rgba(14,107,168,.12)}.the-searchform button{flex-shrink:0;width:44px;border:0;border-radius:10px;background:var(--the-primary);color:#fff;cursor:pointer;display:grid;place-items:center}.the-searchform button svg{fill:#fff}.the-searchform button:hover{background:var(--the-primary-dark)}.the-recent{list-style:none;display:flex;flex-direction:column;gap:.9rem}.the-recent__item{display:flex;gap:.7rem;align-items:flex-start}.the-recent__thumb{flex-shrink:0;width:62px;height:62px;border-radius:10px;overflow:hidden}.the-recent__thumb img{width:100%;height:100%;object-fit:cover;display:block}.the-recent__body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.the-recent__title{font-weight:650;font-size:.92rem;color:var(--the-ink);line-height:1.3}.the-recent__title:hover{color:var(--the-primary)}.the-recent__date{font-size:.78rem;color:var(--the-muted)}.the-catlist{list-style:none;display:flex;flex-direction:column}.the-catlist a{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;border-bottom:1px solid var(--the-line);color:var(--the-ink);font-weight:550;font-size:.93rem}.the-catlist li:last-child a{border-bottom:0}.the-catlist a:hover{color:var(--the-primary)}.the-catlist span{font-size:.78rem;color:var(--the-muted);background:var(--the-bg-soft);border-radius:999px;padding:.05rem .55rem}.the-comments{max-width:760px;margin:3rem 0 0;padding-top:2.25rem;border-top:1px solid var(--the-line)}.the-comments__title{font-size:var(--the-h2);margin:0 0 1.6rem}.the-comments__list{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:1.4rem}.the-comments__list .children{list-style:none;margin:1.4rem 0 0;padding:0 0 0 clamp(1rem,4vw,2.6rem);display:flex;flex-direction:column;gap:1.4rem}.the-comment{margin:0}.the-comment__body{display:flex;gap:.9rem;padding:1.25rem;background:#fff;border:1px solid var(--the-line);border-radius:var(--the-radius);box-shadow:var(--the-shadow-sm)}.the-comment__avatar img{display:block;width:48px;height:48px;border-radius:50%}.the-comment__content{flex:1;min-width:0}.the-comment__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .7rem;margin-bottom:.5rem}.the-comment__author{font-weight:700;color:var(--the-ink)}.the-comment__date{font-size:.8rem;color:var(--the-muted)}.the-comment__pending{font-size:.85rem;color:var(--the-accent);font-style:italic;margin:0 0 .5rem}.the-comment__text{color:var(--the-body);line-height:1.65}.the-comment__text p{margin:0 0 .7em}.the-comment__text p:last-child{margin-bottom:0}.the-comment__reply{margin-top:.6rem}.the-comment__reply a{font-size:.85rem;font-weight:650;color:var(--the-primary)}.the-comment__reply a:hover{color:var(--the-primary-dark)}.the-comments__closed{color:var(--the-muted);font-style:italic}.the-comment-form{max-width:640px;margin-top:1rem}.the-comment-form .comment-form-author,.the-comment-form .comment-form-comment,.the-comment-form .comment-form-email,.the-comment-form .comment-form-url{margin:0 0 1rem}.the-comment-form .comment-notes,.the-comment-form .logged-in-as{font-size:.88rem;color:var(--the-muted);margin:0 0 1.2rem}.the-comment-form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--the-muted);margin:0 0 1rem}.the-comment-form .comment-form-cookies-consent input{margin-top:.2rem}#respond .comment-reply-title{font-size:var(--the-h3);margin:0 0 1rem}#respond .comment-reply-title small{margin-left:.6rem;font-size:.8rem;font-weight:500}#cancel-comment-reply-link{color:var(--the-primary)}.the-comment-form__submit{margin-top:.4rem}@media (max-width:1024px){.the-doc__layout{grid-template-columns:1fr}.the-doc__main{display:contents}.the-doc-hero{order:1}.the-doc__side{position:static;order:2}.the-doc-section{order:3;margin-top:0}.the-footer__grid{grid-template-columns:1fr 1fr}.the-hero__inner{grid-template-columns:1fr}.the-hero__aside{max-width:480px}.the-blog-layout{grid-template-columns:1fr}.the-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.the-sidebar .the-widget{flex:1 1 240px}.the-doc-contact.has-map{grid-template-columns:1fr}.the-postlist--home{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.the-header__cta,.the-nav{display:none}.the-burger{display:flex}.the-header__brand{margin-right:auto}}@media (max-width:680px){body{font-size:16px}.the-doc-hero{grid-template-columns:1fr}.the-doc-hero__photo{max-width:220px;margin-inline:auto}.the-doc-hero__actions{flex-direction:column}.the-doc-hero__actions .the-btn{width:100%}.the-footer__grid{grid-template-columns:1fr;gap:1.6rem}.the-consult-hero__inner{grid-template-columns:1fr}.the-consult-hero__form{order:1}.the-consult-stats{gap:1.2rem;flex-wrap:wrap}.the-filterbar{grid-template-columns:1fr;position:static}.the-archive__cta{flex-direction:column;align-items:flex-start}.the-herofind{grid-template-columns:1fr}.the-herofind__submit{width:100%}.the-statbar__inner{grid-template-columns:1fr 1fr}.the-statbar__item:nth-child(3){border-left:0}.the-home-trust__inner{flex-direction:column;text-align:center}.the-postlist--2,.the-postlist--home{grid-template-columns:1fr}.the-related .the-grid{grid-template-columns:1fr}.the-sidebar{flex-direction:column}.the-sidebar .the-widget{flex:0 0 auto}.the-home-cta__inner{grid-template-columns:1fr;text-align:center}.the-home-cta__text{padding-bottom:1.5rem}.the-home-cta__text p{margin-inline:auto}.the-home-cta__media img{max-height:300px}.the-footer__info{grid-template-columns:1fr;gap:1.6rem}}@media (max-width:600px){.the-grid--3,.the-related .the-grid{grid-template-columns:1fr}.the-doc-card{flex-direction:row;align-items:stretch}.the-doc-card__media{width:42%;max-width:168px;min-width:128px;aspect-ratio:auto;align-self:stretch}.the-doc-card__media img{position:absolute;inset:0}.the-doc-card__badge{display:none}.the-doc-card__rating{display:block}.the-doc-card__body{padding:.8rem .95rem;gap:.45rem}.the-doc-card__body>.the-rating{display:none}.the-doc-card__name{font-size:1.06rem}.the-doc-card__cta{align-self:flex-start;padding:.5rem 1rem;font-size:.88rem}.the-termgrid{grid-template-columns:1fr}.the-term-card{flex-direction:row;align-items:stretch;min-height:122px}.the-term-card__media{flex:0 0 130px;width:130px;max-width:none;min-width:0;aspect-ratio:auto;align-self:stretch}.the-term-card__body{justify-content:center;padding:.85rem 1rem;min-width:0}.the-term-card__name{font-size:1.06rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.the-postlist,.the-postlist--2,.the-postlist--home{grid-template-columns:1fr}.the-post-card{flex-direction:row;align-items:stretch}.the-post-card__media{position:relative;width:40%;max-width:168px;min-width:122px;align-self:stretch;flex-shrink:0}.the-post-card__media img{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.the-post-card__body{padding:.8rem .95rem}.the-post-card__excerpt{display:none}.the-post-card__title{font-size:1.05rem}}