*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scrollbar-gutter:stable}

:root{
  --font-sans:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-display:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --brand-teal:#18a048;
  --teal-50:#f0fdf4;--teal-100:#dcfce7;--teal-200:#bbf7d0;--teal-300:#86efac;
  --teal-400:#4ade80;--teal-500:#22c55e;--teal-600:#16a34a;--teal-700:#15803d;--teal-800:#166534;--teal-900:#14532d;
  --slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;
  --amber-400:#fbbf24;--amber-500:#f59e0b;
  --rose-500:#f43f5e;--rose-50:#fff1f2;
  --emerald-500:#10b981;--emerald-50:#ecfdf5;
  --sky-500:#22c55e;--sky-50:#f0fdf4;
  --pk-primary:#16a34a;--pk-primary-dark:#15803d;--pk-primary-light:#dcfce7;--pk-primary-soft:#f0fdf4;
  --pk-navy:#1d2d35;--pk-text:#1e2d3d;--pk-muted:#64748b;--pk-border:#e2e8f0;
  --primary:var(--teal-600);--primary-dark:var(--teal-700);--primary-light:var(--teal-50);
  --bs-primary:#16a34a;--bs-primary-rgb:22,163,74;
  --bs-primary-text-emphasis:#14532d;--bs-primary-bg-subtle:#f0fdf4;--bs-primary-border-subtle:#bbf7d0;
  --bs-link-color:#15803d;--bs-link-hover-color:#166534;
  --bg:var(--slate-50);--surface:#fff;--text:var(--slate-900);--muted:var(--slate-500);--text-muted:var(--slate-600);--border:var(--slate-200);
  --shadow-sm:0 1px 2px rgba(15, 23, 42, .05);
  --shadow:0 4px 6px -1px rgba(15, 23, 42, .07),0 2px 4px -2px rgba(15, 23, 42, .05);
  --shadow-lg:0 20px 40px -12px rgba(15, 23, 42, .15);
  --shadow-xl:0 25px 50px -12px rgba(15, 23, 42, .2);
  --radius:12px;--radius-lg:20px;--radius-full:9999px;
  --nav-h:72px;
  --sidebar-w:260px;
  --transition:.2s cubic-bezier(.4,0,.2,1);
  --scrollbar-size:8px;
  --scrollbar-track:var(--slate-100);
  --scrollbar-thumb:var(--teal-400);
  --scrollbar-thumb-hover:var(--teal-600);
}

.avatar-initials{display:inline-flex;align-items:center;justify-content:center;gap:.1em;line-height:1;font-weight:800;letter-spacing:0;text-transform:uppercase}
.avatar-initials__ch{display:inline-block}
.avatar-initials--block{width:100%;height:100%;background:var(--avatar-bg,var(--teal-700));color:var(--avatar-fg,#fff)}
.avatar-initials--chip{min-width:2.1em;min-height:2.1em;padding:0 .38em;border-radius:.62em;background:var(--avatar-bg,var(--teal-700));color:var(--avatar-fg,#fff)}
.avatar-initials--brand.avatar-initials--block{background:linear-gradient(155deg,#fff 0%,#f0fdf4 24%,#ecfdf5 48%,#d1fae5 78%,#bbf7d0 100%);color:var(--brand-teal,#18a048)}
.avatar-initials--brand.avatar-initials--organization.avatar-initials--block{background:linear-gradient(160deg,#fff 0%,#f7fef9 45%,#f3fbf8 100%);color:var(--brand-teal,#18a048);font-weight:700}
.avatar-initials--organization.avatar-initials--card{font-size:clamp(2.25rem,11vw,3.5rem);font-weight:700;letter-spacing:.06em;opacity:1}
.avatar-initials--organization.avatar-initials--profile{font-size:clamp(1.25rem,3vh,1.85rem);font-weight:700;letter-spacing:.04em;opacity:.94}
.avatar-initials--organization.avatar-initials--panel{font-size:1.15rem;font-weight:700}
.avatar-initials--card{font-size:clamp(2rem,8vw,2.75rem)}
.avatar-initials--profile{font-size:clamp(1.75rem,4vh,2.75rem)}
.avatar-initials--hero{font-size:.95rem;color:var(--teal-700)}
.avatar-initials--sm{font-size:.85rem;font-weight:700}
.avatar-initials--nav{font-size:.82rem}
.avatar-initials--nav-circle{
  width:100%;height:100%;min-width:0;min-height:0;padding:0;margin:0;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  gap:.04em;line-height:1;background:var(--avatar-bg,var(--teal-700));color:var(--avatar-fg,#fff)
}
.avatar-initials--nav-circle .avatar-initials__ch{display:block;line-height:1}
.avatar-initials--lg{font-size:1.75rem}
.avatar-initials--panel{font-size:1.35rem}
.avatar-initials--panel-sm{font-size:.72rem;font-weight:700}
.pnl-avatar .avatar-initials--chip{background:transparent;color:#fff;min-width:0;min-height:0;padding:0}
.site-nav-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;position:relative;flex-shrink:0}
.site-nav-avatar--photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%}
.site-nav-avatar--initials .avatar-initials--chip{width:100%;height:100%;min-width:0;min-height:0;padding:0;margin:0;border-radius:50%;font-size:.72rem;font-weight:800;background:var(--avatar-bg,var(--teal-700));color:var(--avatar-fg,#fff);display:flex;align-items:center;justify-content:center;gap:.04em;line-height:1}
.site-nav-avatar--initials .avatar-initials--nav-circle{font-size:.72rem;font-weight:800}
.pr-id__photo--alt .avatar-initials--block{border-radius:50%}
.profile-avatar-lg .avatar-initials--block{width:100%;height:100%;border-radius:20px}
.pf-avatar__img--initials .avatar-initials--block{border-radius:0}
.pf-avatar,.pf-avatar__ring,.pf-avatar__trigger{width:96px;height:96px;max-width:96px;max-height:96px;flex-shrink:0;overflow:hidden}
.pf-avatar__media{position:relative;width:100%;height:100%;overflow:hidden}
.pf-avatar__img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center}
.pf-photo-field__thumb{width:112px;height:112px;flex-shrink:0;overflow:hidden}
.pf-photo-field__img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center}

html{
  background-color:var(--bg);
  color-scheme:light;
  scroll-behavior:auto;
  overscroll-behavior:none;
  -webkit-text-size-adjust:100%;
  min-height:100%;
  min-height:100dvh;
  overflow-x:clip;
  scrollbar-width:thin;
  scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);
}
html::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-9999;
  background:var(--page-canvas,var(--bg));
  pointer-events:none;
}
@media (prefers-reduced-motion:no-preference){
  html:focus-within{scroll-behavior:smooth}
}
*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}
*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}
*::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--radius-full)}
*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full);border:2px solid var(--scrollbar-track)}
*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}
body{font-family:var(--font-sans);font-size:15px;color:var(--text);line-height:1.6;background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;min-height:100dvh;overflow-x:clip}
body.has-site-nav,body.has-site-footer{min-height:100dvh;display:flex;flex-direction:column}
body.has-site-nav main,body.has-site-footer main{flex:1 0 auto;width:100%;min-height:0;background-color:var(--bg);isolation:isolate}
body.no-site-nav main{min-height:100dvh;background-color:var(--bg)}
body.has-cookie-banner main{padding-bottom:var(--cookie-banner-h,0px)}
body.has-mobile-app-prompt main{padding-bottom:calc(var(--mobile-app-prompt-offset,0px) + var(--cookie-banner-h,0px))}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,.display{font-family:var(--font-sans);font-weight:600;line-height:1.25;letter-spacing:-.025em;color:var(--slate-900)}
.container{width:min(1200px,100% - 2rem);margin-inline:auto}
.container-narrow{width:min(720px,100% - 2rem);margin-inline:auto}

/* ── Header ── */
.site-header{position:sticky;top:0;left:0;right:0;z-index:200;background:#fff;border-bottom:1px solid var(--border);height:var(--nav-h);-webkit-backface-visibility:hidden;backface-visibility:hidden}
@media (max-width:768px){
  body.has-site-nav .site-header{
    transition:transform .32s cubic-bezier(.4,0,.2,1);
    will-change:transform;
  }
  body.has-site-nav.site-header-hidden:not(.nav-open) .site-header{
    transform:translateY(-100%);
    pointer-events:none;
  }
}
@media (prefers-reduced-motion:reduce){
  body.has-site-nav .site-header{transition:none}
}
.site-header__inner{display:grid;grid-template-columns:auto minmax(180px,300px) auto;align-items:center;height:100%;gap:1rem;transition:grid-template-columns .38s cubic-bezier(.22,1,.36,1)}
.site-header__left{display:flex;align-items:center;gap:1.25rem;min-width:0;flex-shrink:0}
.brand{display:flex;align-items:center;line-height:0;flex-shrink:0}
.brand-logo{display:block;width:auto;height:38px;object-fit:contain}
.site-header__brand{margin-left:.55rem}
.brand-logo--footer{height:42px}
.brand--footer{margin-bottom:1rem}
.nav-desktop{display:flex;align-items:center;gap:.15rem;flex-shrink:0}
.nav-desktop--links{
  gap:.05rem;flex-shrink:1;min-width:0;
  max-width:40rem;opacity:1;overflow:hidden;
  transition:max-width .38s cubic-bezier(.22,1,.36,1),opacity .28s ease,margin .38s ease;
}
.nav-link{padding:.5rem .7rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--slate-600);transition:var(--transition);white-space:nowrap}
.nav-link:hover,.nav-link--active{background:var(--teal-100);color:var(--teal-900)}
.header-search{position:relative;
  display:flex;align-items:center;gap:.45rem;width:100%;
  background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-full);
  padding:.22rem .22rem .22rem .75rem;box-shadow:var(--shadow-sm);
  transition:border-color .25s ease,box-shadow .25s ease,padding .35s cubic-bezier(.22,1,.36,1),max-width .38s cubic-bezier(.22,1,.36,1),background .25s ease;
}
.header-search:focus-within{border-color:var(--teal-400);box-shadow:0 0 0 3px rgba(34, 197, 94, .12)}
.header-search svg{color:var(--muted);flex-shrink:0;width:16px;height:16px;transition:color .2s ease}
.header-search__input{flex:1;min-width:0;border:none;background:transparent;font-family:inherit;font-size:.84rem;outline:none;color:var(--text)}
.header-search__input::placeholder{color:var(--slate-400)}
.header-search__btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--teal-600),var(--teal-700));color:#fff;cursor:pointer;flex-shrink:0;transition:var(--transition)}
.header-search__btn:hover{transform:scale(1.04)}
.header-search__btn svg{width:14px;height:14px;color:#fff;stroke:#fff}
.header-search--bar{max-width:340px;justify-self:stretch}
.header-search--mobile{margin-bottom:.75rem;padding:.5rem .5rem .5rem 1rem}
.header-search--mobile-row{display:none}
.header-search-toggle{display:none}
.header-search-toggle__close{display:none}
body.header-search-open .header-search-toggle__open{display:none}
body.header-search-open .header-search-toggle__close{display:flex}
.header-search__suggest{
  position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:80;
  display:flex;flex-direction:column;gap:2px;
  padding:.35rem;border-radius:14px;
  background:#fff;border:1px solid var(--slate-200);
  box-shadow:0 12px 32px rgba(15, 23, 42, .12);
  max-height:min(320px,60vh);overflow:auto;
}
.header-search__suggest[hidden]{display:none!important}
.header-search__suggest-item{
  display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;
  width:100%;padding:.55rem .7rem;border:0;border-radius:10px;
  background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;
}
.header-search__suggest-item:hover,
.header-search__suggest-item.is-active{background:var(--teal-50)}
.header-search__suggest-label{font-size:.9rem;font-weight:650;color:var(--teal-800)}
.header-search__suggest-sub{font-size:.75rem;color:var(--muted)}
.header-search__close{
  display:none;flex-shrink:0;width:30px;height:30px;border-radius:50%;
  background:var(--slate-100);color:var(--slate-700);border:none;cursor:pointer;
  align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease,transform .2s ease;
}
.header-search__close:hover{background:var(--slate-200)}
.header-search__close svg{width:16px;height:16px}
.site-header__toggle{display:none}
.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0;flex-shrink:0}
.nav-actions .lang-switch{
  max-width:10rem;opacity:1;overflow:hidden;
  transition:max-width .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,margin .35s ease;
}
.nav-actions__desktop{display:inline-flex}
.nav-actions__panel{display:inline-flex}
.nav-actions__auth{display:inline-flex}
.nav-actions__register{display:inline-flex}
.nav-actions__expert{
  position:relative;isolation:isolate;
  display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap;
  font-family:inherit;font-size:.78rem;font-weight:800;letter-spacing:.015em;
  padding:.32rem .72rem .32rem .32rem;border-radius:999px;
  color:#15803d;text-decoration:none;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,#f59e0b,#16a34a 55%,#15803d) border-box;
  border:1.5px solid transparent;
  box-shadow:0 2px 10px rgba(21, 128, 61, .1);
  transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease,color .2s ease,background .2s ease;
}
.nav-actions__expert-glow{
  position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;
  background:radial-gradient(120% 80% at 0% 50%,rgba(245, 158, 11, .14),transparent 55%);
}
.nav-actions__expert::after{display:none}
.nav-actions__expert-icon{
  position:relative;z-index:2;
  display:inline-flex;align-items:center;justify-content:center;
  width:1.65rem;height:1.65rem;border-radius:50%;flex-shrink:0;
  background:linear-gradient(145deg,#fbbf24,#d97706);
  box-shadow:0 2px 8px rgba(217, 119, 6, .35);
}
.nav-actions__expert-label,.nav-actions__expert-arrow{position:relative;z-index:2}
.nav-actions__expert-arrow{
  display:inline-flex;opacity:.7;color:#15803d;
  transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .2s ease;
}
.nav-actions__expert-icon svg{width:14px;height:14px;color:#fff;stroke:#fff}
.nav-actions__expert-arrow svg{width:12px;height:12px;color:currentColor;stroke:currentColor}
.nav-actions__expert:hover{
  color:#166534;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(21, 128, 61, .16),0 0 0 3px rgba(245, 158, 11, .12);
  background:
    linear-gradient(#f0fdf4,#f0fdf4) padding-box,
    linear-gradient(135deg,#f59e0b,#22c55e 50%,#15803d) border-box;
}
.nav-actions__expert:hover .nav-actions__expert-arrow{
  opacity:1;transform:translateX(2px);
}
.nav-actions__expert:active{transform:translateY(0)}
.nav-actions__expert.is-active{
  background:
    linear-gradient(#ecfdf5,#ecfdf5) padding-box,
    linear-gradient(135deg,#f59e0b,#16a34a) border-box;
  box-shadow:0 0 0 3px rgba(22, 163, 74, .15);
}
@media (prefers-reduced-motion:reduce){
  .nav-actions__expert,.nav-actions__expert-arrow{transition:none}
  .nav-actions__expert:hover{transform:none}
}

/* Açık arama: logo + giriş/kayıt kalsın, orta alan tamamen arama olsun */
body.header-search-open .site-header__inner{
  grid-template-columns:auto minmax(0,1fr) auto;
}
body.header-search-open .site-header__left{gap:0}
body.header-search-open .nav-desktop--links{
  max-width:0;opacity:0;margin:0;pointer-events:none;
}
body.header-search-open .nav-actions .lang-switch,
body.header-search-open .nav-actions__desktop,
body.header-search-open .nav-actions__panel{
  max-width:0 !important;min-width:0 !important;width:0 !important;opacity:0;margin:0 !important;padding:0 !important;
  pointer-events:none;overflow:hidden;border:none !important;
}
body.header-search-open .header-search--bar{
  max-width:none;
  padding:.35rem .35rem .35rem 1.05rem;
  background:linear-gradient(180deg,#fff,#f8fffd);
  border-color:var(--teal-300);
  box-shadow:0 0 0 3px rgba(34, 197, 94, .14),var(--shadow-md);
}
body.header-search-open .header-search--bar .header-search__input{font-size:.95rem}
body.header-search-open .header-search--bar .header-search__btn{width:36px;height:36px}
body.header-search-open .header-search--bar .header-search__close{
  display:inline-flex;
  animation:header-search-close-in .28s ease both;
}
@keyframes header-search-close-in{
  from{opacity:0;transform:scale(.85)}
  to{opacity:1;transform:scale(1)}
}
@media (prefers-reduced-motion:reduce){
  .site-header__inner,.nav-desktop--links,.header-search,.nav-actions .lang-switch{transition:none}
  body.header-search-open .header-search--bar .header-search__close{animation:none}
}
.nav-toggle{display:none;background:none;border:none;padding:.5rem;color:var(--text);cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}
.nav-toggle__icon{display:flex;align-items:center;justify-content:center}
.nav-toggle__icon--close{display:none}
body.nav-open .nav-toggle__icon--menu{display:none}
body.nav-open .nav-toggle__icon--close{display:flex}
body.nav-open{overflow:hidden;overscroll-behavior:none;touch-action:none}
body.nav-open.has-site-nav{padding-top:var(--site-header-h,var(--nav-h))}
body.nav-open .site-header{
  position:fixed;top:0;left:0;right:0;z-index:200;
  background:rgba(255, 255, 255, .97);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom-color:rgba(226, 232, 240, .9);
}
.mobile-nav{
  position:fixed;inset:0;z-index:400;
  pointer-events:none;visibility:hidden;
}
.mobile-nav.open{pointer-events:auto;visibility:visible}
.mobile-nav__backdrop{
  position:absolute;inset:0;border:none;padding:0;margin:0;cursor:pointer;
  background:rgba(5, 46, 22, .55);
  opacity:0;transition:opacity .28s ease;
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
}
.mobile-nav.open .mobile-nav__backdrop{opacity:1}
.mobile-nav__panel{
  position:absolute;top:0;left:0;bottom:0;
  width:min(320px,90vw);max-width:100%;
  display:flex;flex-direction:column;
  padding-top:env(safe-area-inset-top,0px);
  background:linear-gradient(180deg,#15803d 0%,#16a34a 38%,#052e16 100%);
  box-shadow:8px 0 40px rgba(0, 0, 0, .28);
  transform:translateX(-105%);
  transition:transform .32s cubic-bezier(.4,0,.2,1);
  will-change:transform;
  overflow:hidden;
}
.mobile-nav.open .mobile-nav__panel{transform:translateX(0)}
@media (prefers-reduced-motion:reduce){
  .mobile-nav__backdrop,.mobile-nav__panel{transition:none}
}
.mobile-nav__scroll{
  flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;
  padding:1.15rem 1rem 1.25rem;-webkit-overflow-scrolling:touch;
}
.mobile-nav__intro{margin-bottom:1.1rem}
.mobile-nav__brand{display:inline-flex;line-height:0;margin-bottom:.55rem}
.mobile-nav__brand-logo{height:34px!important;width:auto;display:block}
.mobile-nav__tagline{
  margin:0;font-size:.82rem;line-height:1.5;color:rgba(236, 253, 245, .78);max-width:16rem;
}
.mobile-nav__user{
  display:flex;align-items:center;gap:.75rem;margin-top:1rem;
  padding:.75rem .85rem;border-radius:14px;
  background:rgba(255, 255, 255, .1);border:1px solid rgba(255, 255, 255, .14);
}
.mobile-nav__user-ava{
  position:relative;width:40px;height:40px;border-radius:50%;flex-shrink:0;overflow:hidden;
  display:block;background:rgba(255, 255, 255, .18);color:#fff;
}
.mobile-nav__user-ava .site-nav-avatar{
  position:absolute;inset:0;width:100%;height:100%;border-radius:50%;
}
.mobile-nav__user-ava .site-nav-avatar--initials .avatar-initials,
.mobile-nav__user-ava .site-nav-avatar--initials .avatar-initials--chip,
.mobile-nav__user-ava .site-nav-avatar--initials .avatar-initials--nav-circle{
  width:100%;height:100%;min-width:0;min-height:0;padding:0;margin:0;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  gap:.04em;line-height:1;font-size:.72rem;font-weight:800;
}
.mobile-nav__user-ava .avatar-initials__ch{line-height:1;display:block}
.mobile-nav__user-ava .site-nav-avatar--photo img{
  width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%;
}
.mobile-nav__user strong{display:block;font-size:.88rem;color:#fff;line-height:1.25}
.mobile-nav__user span{display:block;font-size:.72rem;color:rgba(236, 253, 245, .72);margin-top:.12rem}
.mobile-nav__search{
  display:flex;align-items:center;gap:.55rem;
  padding:.45rem .45rem .45rem .85rem;margin-bottom:1.15rem;
  border-radius:999px;background:rgba(255, 255, 255, .14);
  border:1px solid rgba(255, 255, 255, .18);
}
.mobile-nav__search svg{color:rgba(236, 253, 245, .85);flex-shrink:0}
.mobile-nav__search-input{
  flex:1;min-width:0;border:none;background:transparent;outline:none;
  font-family:inherit;font-size:.88rem;color:#fff;
}
.mobile-nav__search-input::placeholder{color:rgba(236, 253, 245, .55)}
.mobile-nav__search-btn{
  width:34px;height:34px;border:none;border-radius:50%;flex-shrink:0;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  background:#fff;color:var(--teal-700);
}
.mobile-nav__search-btn svg{width:15px;height:15px}
.mobile-nav__section-label{
  margin:0 0 .45rem;padding:0 .15rem;
  font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
  color:rgba(236, 253, 245, .55);
}
.mobile-nav__links{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.15rem}
.mobile-nav__link{
  display:flex;align-items:center;gap:.75rem;
  padding:.78rem .85rem;border-radius:14px;
  font-weight:600;font-size:.92rem;color:rgba(255, 255, 255, .92);
  text-decoration:none;transition:background .18s ease,color .18s ease;
}
.mobile-nav__link:hover,.mobile-nav__link:focus-visible{
  background:rgba(255, 255, 255, .12);color:#fff;outline:none;
}
.mobile-nav__link.is-active{
  background:rgba(255, 255, 255, .16);
  box-shadow:inset 3px 0 0 #fff;
}
.mobile-nav__link-icon{
  width:38px;height:38px;border-radius:11px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255, 255, 255, .12);color:#dcfce7;
}
.mobile-nav__link-icon svg{width:19px;height:19px}
.mobile-nav__lang{margin-bottom:.5rem}
.mobile-nav__foot{
  flex-shrink:0;display:flex;gap:.55rem;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));
  border-top:1px solid rgba(255, 255, 255, .12);
  background:rgba(0, 0, 0, .12);
}
.mobile-nav__foot-btn{
  flex:1;display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:.65rem 1rem;border-radius:999px;
  font-family:inherit;font-size:.86rem;font-weight:700;text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.mobile-nav__foot-btn--primary{
  background:#fff;color:var(--teal-800);
  box-shadow:0 8px 20px rgba(0, 0, 0, .15);
}
.mobile-nav__foot-btn--primary:hover{background:#f0fdf4;color:var(--teal-900)}
.mobile-nav__foot-btn--ghost{
  background:rgba(255, 255, 255, .1);color:#fff;border:1px solid rgba(255, 255, 255, .16);
}
.mobile-nav__foot-btn--ghost:hover{background:rgba(255, 255, 255, .16)}
.mobile-nav__foot-btn--outline{
  background:transparent;color:#fecdd3;border:1px solid rgba(254, 205, 211, .35);
}
.mobile-nav__foot-btn--outline:hover{background:rgba(244, 63, 94, .12);color:#fff}
.mobile-nav__foot-btn--frame{
  background:transparent;color:#fff;border:1.5px solid rgba(255, 255, 255, .55);
}
.mobile-nav__foot-btn--frame:hover{
  background:rgba(255, 255, 255, .1);border-color:#fff;color:#fff;
}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:var(--radius-full);border:1.5px solid transparent;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}
.btn svg{width:18px;height:18px}
.btn-outline{background:transparent;color:var(--teal-700,#15803d);border-color:var(--teal-300,#86efac)}
.btn-outline:hover{background:var(--teal-50,#f0fdf4);border-color:var(--teal-500,#22c55e);color:var(--teal-800,#166534)}
.btn-primary{background:linear-gradient(135deg,var(--teal-600,#16a34a),var(--teal-700,#15803d));color:#fff;box-shadow:0 4px 14px rgba(22, 163, 74, .35)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(22, 163, 74, .45);background:linear-gradient(135deg,var(--teal-500,#22c55e),var(--teal-700,#15803d));color:#fff}
.btn-secondary{background:#fff;color:var(--teal-700,#15803d);border-color:var(--teal-200,#bbf7d0)}
.btn-secondary:hover{background:var(--teal-50,#f0fdf4);border-color:var(--teal-400,#4ade80)}
.btn-ghost{background:transparent;color:var(--slate-600)}
.btn-ghost:hover{background:var(--slate-100);color:var(--text)}
.btn-danger{background:var(--rose-500);color:#fff}
a.btn-primary,button.btn-primary,input.btn-primary{color:#fff}
.btn-sm{padding:.45rem 1rem;font-size:.82rem}
.btn-lg{padding:.9rem 1.75rem;font-size:1rem}
.btn-block{width:100%}
.btn-icon{width:40px;height:40px;padding:0;border-radius:12px}

/* ── Alerts & Flash ── */
.flash-bar{padding:.85rem 0;font-size:.9rem;font-weight:500}
.flash-bar--ok{background:var(--emerald-50);color:#15803d;border-bottom:1px solid #a7f3d0}
.flash-bar--err{background:var(--rose-50);color:#be123c;border-bottom:1px solid #fecdd3}
.flash-bar .container{display:flex;align-items:center;gap:.5rem}
.alert-demo{background:linear-gradient(90deg,#fef3c7,#fffbeb);border:1px dashed var(--amber-400);border-radius:var(--radius);padding:.75rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1rem}

/* ── Hero Landing ── */
.landing-hero{position:relative;padding:5rem 0 6rem;overflow:hidden}
.landing-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(34, 197, 94, .18),transparent),radial-gradient(ellipse 50% 40% at 90% 60%,rgba(245, 158, 11, .08),transparent);pointer-events:none}
.landing-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
.landing-hero h1{font-size:clamp(2.5rem,5vw,3.75rem);margin-bottom:1.25rem;color:var(--slate-900)}
.landing-hero h1 em{font-style:italic;color:var(--teal-700)}
.landing-hero__lead{font-size:1.15rem;color:var(--slate-600);max-width:32rem;margin-bottom:2rem;line-height:1.7}
.landing-hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.landing-hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.85rem;color:var(--slate-500)}
.landing-hero__trust span{display:flex;align-items:center;gap:.4rem}
.landing-hero__trust svg{color:var(--teal-600);width:16px;height:16px}
.hero-visual{position:relative}
.hero-card{position:relative;background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border)}
.hero-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.hero-card__avatar{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--teal-400),var(--teal-700));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem}
.hero-card__slots{display:grid;gap:.5rem}
.hero-slot{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background:var(--slate-50);border-radius:10px;font-size:.85rem}
.hero-slot--active{background:var(--teal-50);border:1px solid var(--teal-200);color:var(--teal-800)}
.hero-float{position:absolute;background:#fff;border-radius:var(--radius);padding:.75rem 1rem;box-shadow:var(--shadow-lg);font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem}
.hero-float--1{top:-12px;right:-8px;color:var(--emerald-500)}
.hero-float--2{bottom:20px;left:-20px;color:var(--teal-700)}

/* ── Stats strip ── */
.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);margin:-3rem auto 4rem;position:relative;z-index:2}
.stat-item{background:#fff;padding:1.75rem 1.5rem;text-align:center}
.stat-item__num{display:block;font-size:2.25rem;font-weight:700;color:var(--teal-700);line-height:1;letter-spacing:-.03em}
.stat-item__label{font-size:.82rem;color:var(--muted);margin-top:.35rem;font-weight:500}

/* ── Sections ── */
.section{padding:5rem 0;background-color:var(--bg)}
.section-header{text-align:center;max-width:36rem;margin:0 auto 3rem}
.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.75rem}
.section-header p{color:var(--muted);font-size:1.05rem}
.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal-600);margin-bottom:.75rem}

/* ── Feature cards ── */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}
.feature-card:hover{border-color:var(--teal-200);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.feature-card__icon{width:48px;height:48px;border-radius:14px;background:var(--teal-50);color:var(--teal-700);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.feature-card h3{font-family:var(--font-sans);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}
.feature-card p{font-size:.9rem;color:var(--muted);line-height:1.65}

/* ── Expert cards ── */
.expert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.expert-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition)}
.expert-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal-200);transform:translateY(-3px)}
.expert-card__top{height:80px;background:linear-gradient(135deg,var(--teal-600),var(--teal-800))}
.expert-card__body{padding:0 1.35rem 1.35rem;margin-top:-28px}
.expert-card__avatar{width:56px;height:56px;border-radius:16px;background:#fff;border:3px solid #fff;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:var(--teal-700);margin-bottom:.75rem}
.expert-card h3{font-family:var(--font-sans);font-size:1.05rem;font-weight:700}
.expert-card__title{font-size:.85rem;color:var(--muted);margin:.2rem 0 .75rem}
.expert-card__meta{display:flex;flex-wrap:wrap;gap:.4rem}
.expert-card__footer{padding:1rem 1.35rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.expert-card__footer .btn-sm{padding:.4rem .9rem}

/* ── Badges ── */
.badge{display:inline-flex;align-items:center;padding:.25rem .7rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}
.badge-success{background:var(--emerald-50);color:#15803d}
.badge-warning{background:#fffbeb;color:#b45309}
.badge-danger{background:var(--rose-50);color:#be123c}
.badge-info{background:var(--sky-50);color:#15803d}
.badge-muted{background:var(--slate-100);color:var(--slate-600)}
.badge-teal{background:var(--teal-100);color:var(--teal-900);border:1px solid rgba(22, 163, 74, .15)}

/* ── Auth split layout (içerik alanı; header/footer site kabuğunda) ── */
.auth-page-body .auth-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  flex: 1 1 auto;
  align-items: stretch;
}
.auth-brand{position:relative;background:linear-gradient(160deg,var(--brand-teal) 0%,var(--teal-900) 35%,#14532d 70%,#052e16 100%);color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.auth-brand::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(255, 255, 255, .06);top:-100px;right:-100px}
.auth-brand::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(34, 197, 94, .15);bottom:-80px;left:-60px}
.auth-brand>*{position:relative;z-index:1}
.auth-brand__logo{display:inline-block;margin-bottom:2.5rem;line-height:0}
.auth-brand__logo-img{height:44px!important;width:auto}
.auth-brand h2{font-size:2rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.03em}
.auth-brand p{opacity:.95;line-height:1.7;max-width:22rem;text-shadow:0 1px 2px rgba(0, 0, 0, .12)}
.auth-brand__list{margin-top:2rem;display:grid;gap:1rem}
.auth-brand__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;opacity:.9}
.auth-brand__item svg{flex-shrink:0;margin-top:2px;opacity:.8}
.auth-brand__stats{display:flex;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, .15)}
.auth-brand__stats strong{display:block;font-size:1.5rem;font-weight:700}
.auth-brand__stats span{font-size:.78rem;opacity:.7}
.auth-brand__copy{font-size:.8rem;opacity:.6}
.auth-form-side{display:flex;align-items:flex-start;justify-content:center;padding:2.5rem 2rem 3rem;background:var(--slate-50)}
.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}
.auth-card--wide{max-width:520px}
.auth-card__head{margin-bottom:1.75rem}
.auth-card__badge{display:inline-block;padding:.25rem .7rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}
.auth-card__badge--sky{background:var(--sky-50);color:#15803d}
.auth-card__badge--teal{background:var(--teal-100);color:var(--teal-900)}
.auth-card__badge--purple{background:#f0fdf4;color:#16a34a}
.auth-card h1{font-size:1.65rem;font-weight:700;margin-bottom:.35rem;letter-spacing:-.03em}
.auth-card__sub{color:var(--slate-600);font-size:.92rem;line-height:1.5}
.register-type-nav{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;background:var(--slate-100);padding:4px;border-radius:var(--radius-full);margin-bottom:1.75rem;isolation:isolate}
.register-type-nav__slider{position:absolute;top:4px;left:4px;height:calc(100% - 8px);background:#fff;border-radius:var(--radius-full);box-shadow:0 1px 3px rgba(15, 23, 42, .08),0 1px 2px rgba(15, 23, 42, .04);z-index:0;pointer-events:none;transition:transform .38s cubic-bezier(.4,0,.2,1),width .38s cubic-bezier(.4,0,.2,1);will-change:transform,width}
.register-type-nav__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:0;padding:.55rem .35rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--muted);transition:color .25s ease;text-align:center;text-decoration:none;line-height:1.2}
.register-type-nav__item.active{color:var(--teal-700);background:transparent;box-shadow:none}
.register-type-nav__item:not(.active):hover{color:var(--slate-700)}
.register-type-nav__icon{display:flex}
.register-type-nav__icon svg{width:16px;height:16px}
.auth-steps{display:flex;gap:.5rem;margin-bottom:1.5rem}
.auth-step{flex:1;display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--muted);padding:.5rem .65rem;background:var(--slate-50);border-radius:var(--radius-full)}
.auth-step span{width:22px;height:22px;border-radius:50%;background:var(--slate-200);display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}
.auth-step.active{background:var(--teal-100);color:var(--teal-900)}
.auth-step.active span{background:var(--teal-600);color:#fff}
.auth-info-box{display:flex;gap:.85rem;padding:1rem 1.1rem;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--radius);margin:1rem 0;font-size:.85rem;color:var(--teal-900)}
.auth-info-box--purple{background:#f0fdf4;border-color:#dcfce7}
.auth-info-box svg{flex-shrink:0;color:var(--teal-700);margin-top:2px}
.auth-info-box strong{display:block;margin-bottom:.2rem}
.auth-info-box p{color:var(--muted);line-height:1.5;margin:0}
.auth-perks{display:grid;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--slate-600)}
.auth-perks div{display:flex;align-items:center;gap:.5rem}
.auth-perks svg{color:var(--teal-600);width:16px}
.auth-role-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.auth-role-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .75rem;border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:var(--transition)}
.auth-role-card:hover{border-color:var(--teal-300);background:var(--teal-50);transform:translateY(-2px)}
.auth-role-card svg{color:var(--teal-600)}
.auth-role-card strong{font-size:.85rem}
.auth-role-card span{font-size:.72rem;color:var(--muted)}
.auth-demo-box{margin-top:1.5rem;padding:1rem;background:var(--slate-50);border-radius:var(--radius);font-size:.82rem}
.auth-demo-grid{display:grid;gap:.5rem;margin-top:.5rem}
.auth-demo-grid div{display:flex;justify-content:space-between;gap:1rem;align-items:center}
.auth-demo-grid code{font-size:.78rem;background:#fff;padding:.2rem .45rem;border-radius:6px;border:1px solid var(--border)}
.auth-demo-pass{grid-column:1/-1;padding-top:.5rem;border-top:1px dashed var(--border)}
.password-meter{height:4px;background:var(--slate-100);border-radius:2px;margin-top:.5rem;overflow:hidden}
.password-meter span{display:block;height:100%;width:0;border-radius:2px;background:var(--rose-500);transition:width .2s,background .2s}
.form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}
.link-teal{color:var(--teal-700);font-weight:600}
.link-sm{font-size:.82rem}
.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--muted);font-size:.82rem}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.auth-links{text-align:center;margin-top:1.5rem;font-size:.88rem;color:var(--muted)}
.auth-links a{color:var(--teal-700);font-weight:600}

/* ── Forms ── */
.form-group{margin-bottom:1.15rem}
.form-label{display:block;font-size:.85rem;font-weight:600;color:var(--slate-700);margin-bottom:.4rem}
.form-hint{font-size:.78rem;color:var(--muted);margin-top:.35rem}
.form-control{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.95rem;background:#fff;transition:var(--transition)}
.form-control:focus{outline:none;border-color:var(--teal-500);box-shadow:0 0 0 4px rgba(34, 197, 94, .12)}
.form-control-lg{padding:.9rem 1.1rem;font-size:1rem}
.input-icon{position:relative}
.input-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted);width:18px;height:18px;pointer-events:none}
.input-icon .form-control{padding-left:2.75rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-check{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--slate-600)}
.form-check input{margin-top:.2rem;accent-color:var(--teal-600)}

/* ── OTP ── */
.otp-grid{display:flex;gap:.6rem;justify-content:center;margin:1.5rem 0}
.otp-input{width:48px;height:56px;text-align:center;font-size:1.35rem;font-weight:700;border:2px solid var(--border);border-radius:var(--radius);font-family:inherit;transition:var(--transition)}
.otp-input:focus{outline:none;border-color:var(--teal-500);box-shadow:0 0 0 4px rgba(34, 197, 94, .12)}
.otp-timer{text-align:center;font-size:.85rem;color:var(--muted)}

/* ── Page header ── */
.page-hero{padding:3rem 0 2rem;background:linear-gradient(180deg,#fff,var(--bg));border-bottom:1px solid var(--border)}
.page-hero h1{font-size:2.25rem;margin-bottom:.5rem}
.page-hero p{color:var(--muted);font-size:1.05rem}
.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:1.25rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem}

/* ── Tables ── */
.data-table{width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.data-table table{width:100%;border-collapse:collapse}
.data-table th{text-align:left;padding:.85rem 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:var(--slate-50);border-bottom:1px solid var(--border)}
.data-table td{padding:1rem 1.25rem;border-bottom:1px solid var(--border);font-size:.9rem}
.data-table tr:last-child td{border-bottom:none}
.data-table tr:hover td{background:var(--slate-50)}

/* ── Dashboard layout ── */
.dash{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:calc(100vh - var(--nav-h))}
.dash-sidebar{background:#fff;border-right:1px solid var(--border);padding:1.5rem 1rem;position:sticky;top:var(--nav-h);height:calc(100vh - var(--nav-h));overflow-y:auto}
.no-site-nav .dash{min-height:100vh}
.no-site-nav .dash-sidebar{top:0;height:100vh}
.dash-sidebar--brand{background:linear-gradient(180deg,var(--brand-teal),var(--teal-900));border-right:none;color:#fff}
.dash-sidebar--brand .dash-sidebar__label{color:rgba(255, 255, 255, .5)}
.dash-sidebar--brand .dash-nav a{color:rgba(255, 255, 255, .75)}
.dash-sidebar--brand .dash-nav a:hover,.dash-sidebar--brand .dash-nav a.active{background:rgba(255, 255, 255, .12);color:#fff}
.dash-sidebar__logo{display:block;margin-bottom:1.25rem;line-height:0}
.dash-sidebar__logo-img{height:36px!important;width:auto}
.dash-sidebar__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.5rem .85rem;margin-top:.5rem}
.dash-nav a{display:flex;align-items:center;gap:.7rem;padding:.7rem .85rem;border-radius:var(--radius);font-size:.88rem;font-weight:500;color:var(--slate-600);margin-bottom:2px;transition:var(--transition)}
.dash-nav a svg{width:18px;height:18px;opacity:.7}
.dash-nav a:hover{background:var(--slate-100);color:var(--text)}
.dash-nav a.active{background:var(--teal-50);color:var(--teal-800);font-weight:600}
.dash-nav a.active svg{opacity:1;color:var(--teal-600)}
.dash-main{padding:2rem;overflow-x:auto}
.dash-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.dash-topbar h1{font-size:1.75rem}
.dash-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}
.dash-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem}
.dash-card__label{font-size:.8rem;color:var(--muted);font-weight:500;margin-bottom:.35rem}
.dash-card__value{font-family:var(--font-display);font-size:2rem;color:var(--teal-700);line-height:1}
.dash-card__change{font-size:.78rem;color:var(--emerald-500);margin-top:.35rem}

/* ── Account layout ── */
.account-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;padding:2rem 0}
.account-nav{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:.75rem;height:fit-content;position:sticky;top:calc(var(--site-header-h,var(--nav-h)) + 1rem)}
.account-nav a{display:block;padding:.7rem 1rem;border-radius:var(--radius);font-size:.88rem;font-weight:500;color:var(--slate-600)}
.account-nav a:hover{background:var(--slate-50)}
.account-nav a.active{background:var(--teal-50);color:var(--teal-800);font-weight:600}
.account-panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}

.account-appt-list{
  display:flex;flex-direction:column;gap:.75rem;
}
.account-appt-card{
  display:flex;flex-direction:column;gap:.65rem;
  padding:.95rem 1rem;
  background:#fff;
  border:1px solid var(--border);
  border-radius:1rem;
  box-shadow:0 1px 2px rgba(15, 23, 42, .04),0 6px 18px rgba(15, 23, 42, .04);
}
.account-appt-card__main{
  display:flex;align-items:flex-start;gap:.85rem;min-width:0;
}
.account-appt-card__when{
  flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:3.25rem;padding:.45rem .35rem;border-radius:.85rem;text-align:center;line-height:1.1;
  background:linear-gradient(160deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #dcfce7;
}
.account-appt-card__day{font-size:1.25rem;font-weight:800;color:#15803d;letter-spacing:-.02em}
.account-appt-card__mon{font-size:.68rem;font-weight:700;text-transform:uppercase;color:#64748b;margin-top:.1rem}
.account-appt-card__time{
  font-size:.72rem;font-weight:800;color:#334155;margin-top:.35rem;padding-top:.35rem;
  border-top:1px solid rgba(21, 128, 61, .15);width:100%;
}
.account-appt-card__body{flex:1;min-width:0}
.account-appt-card__title{
  margin:0;font-size:.98rem;font-weight:800;color:var(--text);line-height:1.25;
}
.account-appt-card__meta{margin:.25rem 0 0;font-size:.8rem;color:var(--muted)}
.account-appt-card__meta span{display:inline-flex;align-items:center;gap:.25rem}
.account-appt-card__status{margin-top:.45rem}
.account-appt-card__hint{
  margin:0;font-size:.78rem;color:var(--muted);line-height:1.45;
  padding:.55rem .65rem;border-radius:.65rem;background:var(--slate-50);
}
.account-appt-card__actions{
  display:flex;gap:.5rem;padding-top:.15rem;border-top:1px solid var(--slate-100);
}
.account-appt-card__cancel-form{margin:0;width:100%}
.account-appt-card__cancel{width:100%;min-height:2.35rem;font-weight:700}

.account-appt-card__review{
  margin-top:.15rem;padding:.85rem .9rem;border-radius:.85rem;
  background:linear-gradient(160deg,#fffbeb 0%,#f8fafc 100%);
  border:1px solid #fde68a;
}
.account-appt-card__review--done{
  background:#f8fafc;border-color:var(--border);
}
.account-appt-card__review-head{
  display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;
  font-size:.86rem;color:var(--text);
}
.account-appt-card__review-text{
  margin:.45rem 0 0;font-size:.84rem;line-height:1.5;color:var(--slate-600);
}
.account-review-form__lead{
  margin:0 0 .55rem;font-size:.84rem;font-weight:600;color:#92400e;
}
.account-review-form__stars{
  display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.15rem;
  border:0;margin:0 0 .75rem;padding:0;
}
.account-review-form__stars input{
  position:absolute;opacity:0;pointer-events:none;
}
.account-review-form__stars label{
  cursor:pointer;font-size:1.55rem;line-height:1;color:#cbd5e1;
  transition:color .12s ease, transform .12s ease;
}
.account-review-form__stars label:hover,
.account-review-form__stars label:hover ~ label,
.account-review-form__stars input:checked ~ label{
  color:#f59e0b;
}
.account-review-form__stars label:hover{transform:scale(1.08)}
.account-review-form .form-label{font-size:.8rem;margin-bottom:.3rem}
.account-review-form textarea{font-size:.88rem;margin-bottom:.7rem}
.account-review-form__submit{font-weight:700}
.visually-hidden{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}


.verify-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(90deg,#fffbeb,#fff);border:1px solid #fde68a;border-radius:var(--radius);margin-bottom:1.5rem;color:#92400e;font-size:.9rem}
.verify-banner strong{color:#78350f}
.verify-banner a{color:#b45309;font-weight:600}
.verify-banner svg{color:var(--amber-500);flex-shrink:0}

/* ── Profile page ── */
.profile-hero{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}
.profile-main{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.profile-cover{height:120px;background:linear-gradient(135deg,var(--teal-500),var(--teal-800))}
.profile-head{padding:0 2rem 2rem;margin-top:-40px}
.profile-avatar-lg{width:80px;height:80px;border-radius:20px;background:#fff;border:4px solid #fff;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:var(--teal-700)}
.booking-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--site-header-h,var(--nav-h)) + 1rem)}

/* ── Footer ── */
.site-footer{
  --footer-bg:#0b1220;
  --footer-bg-soft:#111827;
  --footer-text:#94a3b8;
  --footer-text-strong:#e2e8f0;
  --footer-heading:#f8fafc;
  --footer-link:#cbd5e1;
  --footer-link-hover:#fff;
  --footer-border:rgba(255, 255, 255, .1);
  --footer-accent:var(--teal-400);
  --footer-accent-soft:rgba(34, 197, 94, .14);
  background:linear-gradient(180deg,var(--footer-bg-soft) 0%,var(--footer-bg) 100%);
  color:var(--footer-text);
  margin-top:auto;
  flex-shrink:0;
  border-top:1px solid var(--footer-border);
}
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:var(--footer-heading)}
.site-footer__inner{padding-bottom:.25rem}
.site-footer a{color:var(--footer-link);transition:var(--transition);text-decoration:none}
.site-footer a:hover{color:var(--footer-link-hover)}
.footer-grid{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(0,1fr));gap:2.5rem 2rem;padding:2.5rem 0 1.75rem}
.footer-brand__logo{display:inline-block;margin-bottom:.25rem}
.footer-brand__desc{font-size:.88rem;line-height:1.7;margin:.85rem 0 1.15rem;max-width:300px;color:var(--footer-text)}
.footer-perks{list-style:none;display:grid;gap:.55rem;margin:0 0 1.35rem;padding:0;font-size:.86rem;color:var(--footer-text-strong)}
.footer-perks li{display:flex;align-items:center;gap:.55rem}
.footer-perks svg{color:var(--footer-accent);flex-shrink:0;stroke-width:2.5}
.footer-social{display:flex;gap:.65rem}
.footer-social a{width:38px;height:38px;border-radius:10px;background:rgba(255, 255, 255, .06);border:1px solid var(--footer-border);display:flex;align-items:center;justify-content:center;color:var(--footer-text-strong)}
.footer-social a:hover{background:rgba(255, 255, 255, .12);color:var(--footer-link-hover);border-color:rgba(255, 255, 255, .18)}
.footer-col h4{color:var(--footer-heading);font-family:var(--font-sans);font-size:.78rem;font-weight:700;margin:0 0 1.15rem;text-transform:uppercase;letter-spacing:.08em}
.footer-col ul{list-style:none;display:grid;gap:.6rem;margin:0;padding:0}
.footer-col li a{font-size:.88rem;color:var(--footer-link)}
.footer-col li a:hover{color:var(--footer-link-hover)}
.footer-contact{gap:.85rem!important}
.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem;color:var(--footer-text-strong)}
.footer-contact li.footer-contact__item--centered{align-items:flex-start}
.footer-contact a{color:var(--footer-link)}
.footer-contact a:hover{color:var(--footer-accent)}
.footer-contact__text{display:flex;flex-direction:column;gap:.12rem;min-width:0;line-height:1.45}
.footer-contact__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--footer-text)}
.footer-contact__text--plain{padding-top:0;justify-content:center}
.footer-contact__item--centered .footer-contact__text--plain{padding-top:.55rem}
.footer-contact__icon{width:36px;height:36px;border-radius:10px;background:var(--footer-accent-soft);color:var(--footer-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footer-contact__icon svg{stroke-width:2}
.footer-contact__icon--whatsapp svg{stroke:none;fill:currentColor;width:20px;height:20px}
.footer-crisis{font-size:.76rem;line-height:1.55;color:#fecdd3;margin:1.15rem 0 0;padding:.7rem .8rem;background:rgba(244, 63, 94, .1);border-radius:8px;border:1px solid rgba(251, 113, 133, .22)}
.footer-crisis strong{color:#fff;font-weight:700}
.footer-certs{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);
  gap:1.75rem 2.5rem;
  align-items:center;
  padding:1.75rem 0 1.5rem;
  border-top:1px solid var(--footer-border);
  border-bottom:1px solid var(--footer-border);
  margin-bottom:.25rem;
}
.footer-certs__copy h4{
  color:var(--footer-heading);
  font-family:var(--font-sans);
  font-size:.78rem;
  font-weight:700;
  margin:0 0 .65rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-certs__copy p{
  margin:0;
  max-width:52ch;
  font-size:.86rem;
  line-height:1.65;
  color:var(--footer-text);
}
.footer-certs__board{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:.85rem;
  min-width:0;
}
.footer-certs__row{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:.55rem .85rem;
  margin:0;
  padding:0;
}
.footer-certs__row--integrations{gap:.6rem 1rem}
.footer-certs__row--iso{
  gap:.45rem;
  padding-top:.15rem;
  border-top:1px solid rgba(148, 163, 184, .14);
}
.footer-certs__item{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:44px;
  padding:.15rem .2rem;
  border-radius:8px;
  background:transparent;
  border:none;
  box-shadow:none;
}
.footer-certs__item img{
  display:block;
  width:auto;
  height:34px;
  max-width:100px;
  object-fit:contain;
}
.footer-certs__item--seal{
  padding-right:.85rem;
  margin-right:.15rem;
  border-right:1px solid rgba(148, 163, 184, .18);
}
.footer-certs__item--seal img{height:50px;max-width:50px}
.footer-certs__item--wide img{height:36px;max-width:118px}
.footer-certs__item--enabiz img{
  height:34px;
  max-width:150px;
  width:auto;
}
.footer-certs__item--iso img{height:44px;max-width:44px}
.footer-bottom{border-top:1px solid var(--footer-border);padding:1rem 0 1.15rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;font-size:.8rem;color:var(--footer-text)}
.footer-bottom__copy{justify-self:start;color:var(--footer-text)}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.25rem;justify-self:center}
.footer-legal a{font-size:.8rem;color:var(--footer-text)}
.footer-legal a:hover{color:var(--footer-link-hover)}
.footer-legal .cookie-settings-link{font-size:.8rem;color:var(--footer-text);background:none;border:none;padding:0;font:inherit;cursor:pointer}
.footer-legal .cookie-settings-link:hover{color:var(--footer-accent)}
.footer-payments{justify-self:end;padding:0}
.footer-payments__list{list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;margin:0;padding:0}
.footer-payments__item{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:0}
.footer-payments__item img{display:block;height:20px;width:auto;max-width:72px;object-fit:contain}
.footer-payments__item--troy img{height:22px;max-width:68px;object-position:left center}
.footer-payments__item--visa img{filter:brightness(0) invert(1);opacity:.92}
.footer-payments__item--paytr img{height:22px;max-width:96px;width:auto;object-fit:contain}

/* ── CTA band ── */
.cta-band{background:linear-gradient(135deg,var(--teal-700),var(--teal-900));border-radius:var(--radius-lg);padding:3.5rem;text-align:center;color:#fff;margin:2rem 0}
.cta-band h2{font-size:2rem;margin-bottom:.75rem;color:#fff}
.cta-band p{opacity:.85;margin-bottom:1.75rem;font-size:1.05rem}
.cta-band .btn-secondary{background:rgba(255, 255, 255, .15);border-color:rgba(255, 255, 255, .3);color:#fff}
.cta-band .btn-secondary:hover{background:rgba(255, 255, 255, .25)}

/* ── Landing extended ── */
.landing-hero--full{padding:6rem 0 7rem}
.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .6rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--teal-800);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}
.hero-pill__dot{width:8px;height:8px;border-radius:50%;background:var(--emerald-500);animation:pulse-dot 2s infinite}
@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.4}}
.hero-search{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}
.hero-search__field{flex:1;min-width:220px;display:flex;align-items:center;gap:.75rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-full);padding:0 1.25rem;box-shadow:var(--shadow)}
.hero-search__field svg{color:var(--muted);flex-shrink:0}
.hero-search__input{flex:1;border:none;background:transparent;padding:.85rem 0;font-family:inherit;font-size:.95rem;outline:none}
.hero-visual--rich{min-height:420px}
.hero-mockup{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border);overflow:hidden}
.hero-mockup__bar{display:flex;align-items:center;gap:6px;padding:.75rem 1rem;background:var(--slate-100);border-bottom:1px solid var(--border)}
.hero-mockup__bar span{width:10px;height:10px;border-radius:50%;background:var(--slate-300)}
.hero-mockup__bar span:first-child{background:#f87171}.hero-mockup__bar span:nth-child(2){background:#fbbf24}.hero-mockup__bar span:nth-child(3){background:#34d399}
.hero-mockup__url{flex:1;text-align:center;font-size:.72rem;color:var(--muted)}
.hero-mockup__body{display:grid;grid-template-columns:56px 1fr;min-height:280px}
.hero-mockup__sidebar{background:var(--slate-50);border-right:1px solid var(--border);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}
.hero-mockup__sidebar div{height:32px;border-radius:8px;background:var(--slate-200)}
.hero-mockup__sidebar .active{background:var(--teal-100)}
.hero-mockup__main{padding:1.25rem}
.hero-mockup__stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}
.hero-mockup__stat-row div{background:var(--slate-50);border-radius:10px;padding:.75rem;text-align:center}
.hero-mockup__stat-row small{display:block;font-size:.68rem;color:var(--muted)}
.hero-mockup__stat-row strong{font-size:1.1rem;color:var(--teal-800)}
.hero-mockup__list{display:grid;gap:.5rem}
.hero-mockup__item{display:flex;align-items:center;gap:.6rem;padding:.65rem .85rem;background:var(--slate-50);border-radius:10px;font-size:.82rem}
.hero-mockup__item em{margin-left:auto;font-style:normal;font-size:.72rem;color:var(--muted)}
.hero-mockup__item--live{background:var(--teal-50);border:1px solid var(--teal-200)}
.dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.dot--green{background:var(--emerald-500)}.dot--amber{background:var(--amber-500)}.dot--pulse{background:var(--rose-500);animation:pulse-dot 1.5s infinite}
.hero-float--3{top:50%;right:-24px;color:var(--sky-500)}
.stats-strip--large .stat-item{padding:2rem 1.5rem}
.stats-strip--large .stat-item__num{font-size:2.75rem}
.trust-bar{padding:1.5rem 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.trust-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.trust-bar__label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.trust-bar__logos{display:flex;flex-wrap:wrap;gap:2rem}
.trust-bar__logos span{font-size:.9rem;font-weight:600;color:var(--slate-400)}
.section--white{background:#fff}
.section--dark{background:linear-gradient(160deg,var(--slate-900),#14532d);color:#fff}
.section--teal{background:linear-gradient(135deg,var(--teal-700),var(--teal-900));color:#fff}
.section--teal :is(h1,h2,h3,h4,.display,p,span,li,label){color:inherit}
.section--teal h1,.section--teal h2,.section--teal h3,.section--teal h4{color:#fff}
.section--teal p{opacity:.9}
.section--dark :is(h1,h2,h3,h4,.display){color:#fff}
.section--dark p{color:rgba(255, 255, 255, .82)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.step-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:var(--transition)}
.step-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal-200);transform:translateY(-4px)}
.step-card__num{position:absolute;top:1rem;right:1rem;font-family:var(--font-display);font-size:2rem;color:var(--teal-100);line-height:1}
.step-card__icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:14px;background:var(--teal-50);color:var(--teal-700);display:flex;align-items:center;justify-content:center}
.step-card h3{font-family:var(--font-sans);font-size:1rem;font-weight:700;margin-bottom:.5rem}
.step-card p{font-size:.85rem;color:var(--muted);line-height:1.6}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.audience-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column}
.audience-card__badge{display:inline-block;width:fit-content;padding:.3rem .75rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}
.audience-card--patient .audience-card__badge{background:var(--sky-50);color:#15803d}
.audience-card--expert .audience-card__badge{background:var(--teal-50);color:var(--teal-800)}
.audience-card--corp .audience-card__badge{background:#f0fdf4;color:#16a34a}
.audience-card h3{font-family:var(--font-sans);font-size:1.2rem;font-weight:700;margin-bottom:1rem}
.audience-card ul{list-style:none;flex:1;margin-bottom:1.5rem}
.audience-card li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--slate-600);margin-bottom:.65rem;line-height:1.5}
.audience-card li svg{flex-shrink:0;color:var(--teal-600);width:16px;margin-top:2px}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.showcase-content h2{font-size:clamp(1.75rem,3vw,2.25rem);color:#fff;margin-bottom:1rem}
.showcase-content__lead{color:rgba(255, 255, 255, .75);line-height:1.7;margin-bottom:2rem}
.showcase-features{display:grid;gap:1rem}
.showcase-feat{display:flex;align-items:center;gap:1rem;color:#fff}
.showcase-feat svg{flex-shrink:0;opacity:.8}
.showcase-feat strong{display:block;font-size:.9rem}
.showcase-feat span{font-size:.8rem;opacity:.65}
.showcase-panel{background:rgba(255, 255, 255, .08);border:1px solid rgba(255, 255, 255, .15);border-radius:var(--radius-lg);padding:1.5rem;backdrop-filter:blur(8px)}
.showcase-panel__header{font-size:.85rem;font-weight:600;color:rgba(255, 255, 255, .6);margin-bottom:1rem}
.showcase-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.sp-card{background:rgba(255, 255, 255, .1);border-radius:var(--radius);padding:1rem;color:#fff}
.sp-card small{display:block;font-size:.72rem;opacity:.6;margin-bottom:.25rem}
.sp-card strong{font-size:1.25rem}
.sp-card--wide{grid-column:1/-1}
.sp-bar{height:4px;background:rgba(255, 255, 255, .2);border-radius:2px;margin-top:.75rem;overflow:hidden}
.sp-bar span{display:block;height:100%;background:var(--teal-400);border-radius:2px}
.features-grid--large .feature-card--highlight{border-color:var(--teal-300);background:linear-gradient(135deg,var(--teal-50),#fff)}
.section-header--row{display:flex;align-items:flex-end;justify-content:space-between;text-align:left;max-width:none;gap:2rem}
.section-header--row p{max-width:28rem}
.expert-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.82rem;color:var(--amber-500);font-weight:600}
.expert-card__rating svg{width:14px;height:14px;fill:currentColor;stroke:none}
.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}
.city-card{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);text-align:center}
.city-card:hover{border-color:var(--teal-300);background:var(--teal-100);color:var(--teal-900);transform:translateY(-2px)}
.city-card strong{font-size:.95rem}
.city-card span{font-size:.78rem;color:var(--muted)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}
.testimonial-card__stars{color:var(--amber-500);font-size:.9rem;margin-bottom:1rem;letter-spacing:2px}
.testimonial-card p{font-size:.92rem;color:var(--slate-600);line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.testimonial-card__author{display:flex;align-items:center;gap:.75rem}
.testimonial-card__avatar{width:44px;height:44px;border-radius:12px;background:var(--teal-100);color:var(--teal-800);display:flex;align-items:center;justify-content:center;font-weight:700}
.testimonial-card__author strong{display:block;font-size:.88rem}
.testimonial-card__author span{font-size:.78rem;color:var(--muted)}
.security-block{display:flex;align-items:flex-start;gap:2rem;max-width:800px;margin:0 auto}
.security-block__icon{flex-shrink:0;width:64px;height:64px;border-radius:16px;background:rgba(255, 255, 255, .15);display:flex;align-items:center;justify-content:center}
.security-block__icon svg{width:32px;height:32px}
.security-block h2{color:#fff;font-size:1.75rem;margin-bottom:.75rem}
.security-block p{opacity:.85;line-height:1.7;margin-bottom:1.25rem}
.security-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.security-tags span{padding:.35rem .85rem;background:rgba(255, 255, 255, .12);border-radius:var(--radius-full);font-size:.78rem;font-weight:600}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}
.pricing-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column}
.pricing-card--featured{border-color:var(--teal-400);box-shadow:0 0 0 1px var(--teal-200),var(--shadow-lg);transform:scale(1.03)}
.pricing-card__badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--teal-700);margin-bottom:1rem}
.pricing-card__price{font-family:var(--font-display);font-size:3rem;color:var(--slate-900);line-height:1}
.pricing-card__period{font-size:.85rem;color:var(--muted);margin:.5rem 0 1.5rem}
.pricing-card ul{list-style:none;flex:1;margin-bottom:1.5rem}
.pricing-card li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--slate-600);margin-bottom:.6rem}
.pricing-card li svg{color:var(--teal-600);width:16px;flex-shrink:0}
.faq-list{display:grid;gap:.75rem}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.faq-item summary{padding:1.15rem 1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.25rem;color:var(--muted);transition:var(--transition)}
.faq-item[open] summary::after{content:'−'}
.faq-item p{padding:0 1.25rem 1.25rem;font-size:.9rem;color:var(--muted);line-height:1.7}
.cta-band--split{display:flex;align-items:center;justify-content:space-between;gap:2rem;text-align:left;padding:3rem 3.5rem}
.cta-band--split h2{font-size:clamp(1.5rem,3vw,2rem)}
.cta-band__actions{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0}

.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:var(--transition)}
.blog-card:hover{border-color:var(--teal-200);box-shadow:var(--shadow-lg)}
.blog-card__tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--teal-700);background:var(--teal-50);padding:.25rem .65rem;border-radius:var(--radius-full);margin-bottom:.85rem}
.blog-card h2{font-family:var(--font-sans);font-size:1.15rem;font-weight:700;margin-bottom:.65rem;line-height:1.4}
.blog-card h2 a:hover{color:var(--teal-700)}
.blog-card p{font-size:.9rem;color:var(--muted);line-height:1.65;margin-bottom:1rem}
.blog-card time{font-size:.8rem;color:var(--slate-400)}

/* ── Utils ── */
.text-muted{color:var(--text-muted)}
.text-center{text-align:center}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}
.inline{display:inline}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.empty-state{text-align:center;padding:3rem 2rem;color:var(--muted)}
.empty-state svg{width:48px;height:48px;margin:0 auto 1rem;opacity:.4}

/* ── Responsive ── */
@media(max-width:1024px){
  .site-header__inner{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:
      "toggle brand actions"
      "search search search";
    align-items:center;
    padding:.65rem 0;
    height:auto;
    min-height:var(--nav-h);
    gap:.85rem .75rem;
  }
  .site-header{height:auto}
  .site-header__toggle{
    grid-area:toggle;
    display:inline-flex;
    justify-self:start;
    width:40px;height:40px;border-radius:10px;background:var(--slate-100);
  }
  body.nav-open .site-header__toggle{background:var(--teal-100);color:var(--teal-800)}
  .site-header__left{
    grid-area:brand;
    min-width:0;
    max-width:min(240px,calc(100vw - 11rem));
    justify-self:start;
    justify-content:flex-start;
    overflow:hidden;
    flex-shrink:1;
  }
  .site-header__brand{margin-inline:0;max-width:100%}
  .site-header__brand .brand-logo{max-width:100%;height:34px;object-fit:contain}
  .header-search--bar{grid-area:search;margin-bottom:.15rem;display:flex;max-width:none}
  .header-search--mobile-row{display:none}
  .nav-actions{grid-area:actions;flex-wrap:nowrap;flex-shrink:0;justify-self:end}
  .nav-desktop--links{display:none}
  /* Tablet/mobilde büyüyen arama yok */
  body.header-search-open .site-header__inner{
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:
      "toggle brand actions"
      "search search search";
  }
  body.header-search-open .site-header__left{gap:1.25rem}
  body.header-search-open .site-header__toggle{display:inline-flex !important}
  body.header-search-open .nav-actions .lang-switch,
  body.header-search-open .nav-actions__desktop,
  body.header-search-open .nav-actions__panel{
    max-width:none !important;width:auto !important;min-width:0 !important;opacity:1;
    margin:unset !important;padding:unset !important;
    pointer-events:auto;overflow:visible;border:unset !important;
  }
  body.header-search-open .header-search--bar{
    max-width:none;
    padding:.22rem .22rem .22rem .75rem;
    background:#fff;
    border-color:var(--border);
    box-shadow:var(--shadow-sm);
  }
  body.header-search-open .header-search--bar .header-search__input{font-size:.84rem}
  body.header-search-open .header-search--bar .header-search__btn{width:30px;height:30px}
  body.header-search-open .header-search--bar .header-search__close{display:none !important}
  .landing-hero__grid,.profile-hero,.features-grid,.stats-strip,.showcase-grid,.audience-grid,.steps-grid,.testimonials-grid,.pricing-grid{grid-template-columns:1fr}
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:1.75rem 1.5rem;
    padding:2rem 0 1.5rem;
  }
  .footer-brand{grid-column:1/-1}
  .footer-col--contact{grid-column:1/-1}
  .footer-bottom{
    grid-template-columns:1fr;
    align-items:start;
    gap:1rem;
  }
  .footer-bottom__copy{justify-self:start;text-align:left}
  .footer-legal{
    justify-self:start;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:.45rem .85rem;
  }
  .footer-payments{justify-self:start;width:100%}
  .footer-payments__list{justify-content:flex-start}
  .footer-certs{
    grid-template-columns:1fr;
    gap:1.25rem;
    padding:1.35rem 0 1.25rem;
  }
  .footer-certs__board{align-items:flex-start}
  .footer-certs__row{justify-content:flex-start}
  .footer-certs__row--iso{padding-top:.55rem}
  .section-header--row{flex-direction:column;align-items:flex-start}
  .cta-band--split{flex-direction:column;text-align:center}
  .stats-strip{grid-template-columns:repeat(2,1fr);margin-top:2rem}
  .pricing-card--featured{transform:none}
  .dash,.account-layout{grid-template-columns:1fr}
  .dash-sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border)}
  .dash-sidebar--brand{border-bottom:none}
  .dash-nav{display:flex;flex-wrap:wrap;gap:.25rem}
  .dash-nav a{padding:.5rem .75rem}
}
@media(max-width:768px){
  .site-header{height:auto}
  .site-header__inner{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:
      "toggle brand actions"
      "search search search";
    align-items:center;
    padding:.45rem 0 .65rem;
    min-height:0;
    gap:.5rem .55rem;
  }
  .site-header__toggle{
    grid-area:toggle;
    display:inline-flex;
    justify-self:start;
    width:40px;height:40px;border-radius:10px;background:var(--slate-100);
  }
  body.nav-open .site-header__toggle{background:var(--teal-100);color:var(--teal-800)}
  .site-header__left{
    grid-area:brand;
    justify-self:start;
    justify-content:flex-start;
    min-width:0;
    width:auto;
    max-width:min(200px,calc(100vw - 11rem));
    overflow:hidden;
  }
  .site-header__brand{margin-inline:0;max-width:100%}
  .site-header__brand .brand-logo{height:32px;max-width:100%;width:auto;object-fit:contain}
  .nav-actions{
    grid-area:actions;
    justify-self:end;
    flex-wrap:nowrap;
    gap:.28rem;
    min-width:0;
    z-index:1;
  }
  .header-search--bar{display:none}
  .header-search--mobile-row{
    grid-area:search;
    display:flex;
    width:100%;
    margin:0;
    max-width:none;
    padding:.2rem .2rem .2rem .7rem;
  }
  /* Mobilde büyüyen arama yok — normal satır araması */
  body.header-search-open .site-header__inner{
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:
      "toggle brand actions"
      "search search search";
    gap:.5rem .55rem;
  }
  body.header-search-open .site-header__toggle{display:inline-flex !important}
  body.header-search-open .nav-actions .lang-switch,
  body.header-search-open .nav-actions__desktop,
  body.header-search-open .nav-actions__panel{
    max-width:none !important;width:auto !important;opacity:1;margin:unset;padding:unset;
    pointer-events:auto;overflow:visible;
  }
  body.header-search-open .header-search--mobile-row{
    padding:.2rem .2rem .2rem .7rem;
    background:#fff;
    border-color:var(--border);
    box-shadow:var(--shadow-sm);
  }
  body.header-search-open .header-search--mobile-row .header-search__close{display:none !important}
  body.header-search-open .header-search--mobile-row .header-search__btn{width:30px;height:30px}
  .header-search-toggle{display:none}
  .nav-actions__desktop{display:none}
  /* Dil seçici mobil menüde — header bar'da logoyla çakışmasın */
  .nav-actions > .lang-switch{display:none}
  .nav-actions__expert{display:none}
  .nav-actions__auth,
  .nav-actions__panel,
  .nav-actions__register{
    padding:.38rem .62rem;
    font-size:.72rem;
    white-space:nowrap;
  }
  .nav-actions .btn-outline.nav-actions__auth,
  .nav-actions .btn-outline.nav-actions__panel{
    background:transparent;
    border-color:var(--teal-300);
    color:var(--teal-700);
    padding:.36rem .58rem;
  }
  .nav-actions .btn-outline.nav-actions__auth:hover,
  .nav-actions .btn-outline.nav-actions__panel:hover{
    background:var(--teal-50);
    border-color:var(--teal-500);
  }
  .nav-actions__register{
    padding:.36rem .58rem;
  }
  .nav-actions .lang-switch__btn{
    padding:.4rem .55rem;
    font-size:.76rem;
  }
  .nav-actions .lang-switch__btn span{
    max-width:4.25rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .nav-toggle{display:inline-flex}
  .form-row{grid-template-columns:1fr}
  .landing-hero{padding:3rem 0}
  .landing-hero--full{padding:3rem 0 4rem}
  .hero-visual,.hero-visual--rich{display:none}
  .site-footer .container{width:100%;padding-inline:1.25rem;box-sizing:border-box}
  .footer-grid{gap:1.5rem 1.25rem;padding:1.75rem 0 1.25rem}
  .footer-brand__logo{display:flex;justify-content:center;width:100%}
  .footer-brand__desc{max-width:none}
  .footer-bottom{
    grid-template-columns:1fr;
    gap:.85rem;
    padding-top:.85rem;
    padding-bottom:1.25rem;
  }
  .footer-bottom__copy{
    font-size:.75rem;
    line-height:1.45;
  }
  .footer-legal{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:flex-start;
    gap:.4rem .65rem;
  }
  .footer-legal a,
  .footer-legal .cookie-settings-link{
    font-size:.75rem;
    line-height:1.35;
  }
  .steps-grid{grid-template-columns:1fr 1fr}
  .security-block{flex-direction:column}
  .auth-role-cards{grid-template-columns:1fr}
  .brand-logo{height:32px}
  .header-search__input{font-size:.85rem}
}

@media(max-width:480px){
  .site-header__inner{padding:.4rem 0 .6rem;gap:.45rem .5rem}
  .site-header__left{max-width:min(160px,calc(100vw - 10.5rem))}
  .site-header__brand .brand-logo{height:30px}
  .site-header__toggle{width:38px;height:38px}
  .nav-actions__auth{padding:.38rem .62rem;font-size:.72rem}
}

/* ── Language switcher ── */
.lang-switch{position:relative}
.lang-switch__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border:1px solid var(--border);border-radius:var(--radius-full);background:#fff;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--slate-700);cursor:pointer;transition:var(--transition)}
.lang-switch__btn:hover{border-color:var(--teal-400);background:var(--teal-100);color:var(--teal-900)}
.lang-switch__btn svg{width:14px;height:14px;flex-shrink:0}
.lang-switch__menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:168px;max-height:min(320px,50vh);overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);list-style:none;padding:.35rem;margin:0;z-index:350}
.lang-switch__menu[hidden]{display:none}
.lang-switch__menu li{margin:0}
.lang-switch__menu a{display:block;padding:.55rem .75rem;border-radius:8px;font-size:.85rem;color:var(--slate-700);text-decoration:none}
.lang-switch__menu a:hover,.lang-switch__menu a.is-active{background:var(--teal-100);color:var(--teal-900);font-weight:600}
.mobile-nav .lang-switch{margin:0;width:100%}
.mobile-nav .lang-switch__btn{
  width:100%;justify-content:space-between;
  background:rgba(255, 255, 255, .1);border-color:rgba(255, 255, 255, .16);color:#fff;
}
.mobile-nav .lang-switch__btn:hover{background:rgba(255, 255, 255, .16);border-color:rgba(255, 255, 255, .24);color:#fff}
.mobile-nav .lang-switch__menu{left:0;right:0;width:100%;z-index:5}

/* ── RTL basics ── */
[dir=rtl] .lang-switch__menu{right:auto;left:0}
[dir=rtl] .pr-back svg,[dir=rtl] .btn svg{transform:scaleX(-1)}
