:root{--ink:#061525;--ink-2:#0B2438;--gold:#C9A55C;--gold-soft:#D8BC7A;--teal:#18b7a1;--muted:#D7DFE7;--cream:#FCFAF6;--line:rgba(201,165,92,.28)}
    *{box-sizing:border-box}
    body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#061525,#071A2B);font-family:"Jost",Arial,sans-serif;color:#fff}
    .card{width:min(680px,calc(100% - 48px));background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:42px;box-shadow:0 30px 90px rgba(0,0,0,.28);text-align:center;backdrop-filter:blur(14px);margin:auto}
    .mark{width:68px;height:68px;margin:0 auto 22px;border-radius:999px;background:rgba(24,183,161,.16);display:grid;place-items:center;color:#48e0ce;font-size:34px;font-weight:900}
    h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(38px,7vw,64px);line-height:1}
    p{color:rgba(255,255,255,.74);font-size:17px;line-height:1.7;margin:20px auto 0;max-width:560px}
    .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}
    a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 20px;text-decoration:none;font-weight:700}
    .primary{background:var(--teal);color:#fff}
    .soft{border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.08)}
    .wrap{width:min(1180px,calc(100% - 48px));margin:auto}
    footer{width:100%;background:var(--ink-2);border-top:1px solid var(--line);padding:70px 0 40px;color:var(--muted)}
    .foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:46px;border-bottom:1px solid var(--line)}
    .foot-brand{max-width:320px;text-align:left}
    .brand-foot{height:96px;width:84px;background:url("../../luxentra-logo-dikey.png") left center/contain no-repeat;display:block;margin-bottom:22px;padding:0;border-radius:0}
    .foot-brand p{font-size:.95rem;margin:0;color:var(--muted);text-align:left}
    .foot-col{text-align:left}
    .foot-col h4{font-family:"Jost",Arial,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft);margin:0 0 24px}
    .foot-col a,.foot-col p{display:block;color:var(--muted);font-size:.95rem;margin:0 0 12px;transition:.25s;padding:0;justify-content:flex-start;font-weight:400}
    .foot-col a:hover{color:var(--cream)}
    .foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:30px;font-size:.9rem}
    .wa-float{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#178f57;color:white;box-shadow:0 18px 50px rgba(0,0,0,.35);z-index:60;padding:0}
    .wa-float svg{width:30px;height:30px;fill:currentColor}
    @media(max-width:720px){.card{width:min(100% - 30px,680px);padding:32px 22px}.wrap{width:min(100% - 30px,1180px)}.foot-top{display:block}.foot-col{margin-top:32px}.foot-bottom{display:block;line-height:1.8}.wa-float{width:54px;height:54px;right:18px;bottom:18px}}
  
  /* HEADER LOGO GÜNCELLEME */
  .brand{display:block;height:56px!important;width:260px!important;background:url("../../luxentra-full-logo.png") left center/contain no-repeat!important;transition:height .35s var(--ease),width .35s var(--ease)!important}
  header.scrolled .brand{height:48px!important;width:220px!important}
  @media(max-width:860px){
    .brand{height:42px!important;width:180px!important;background:url("../../luxentra-full-logo.png") left center/contain no-repeat!important;background-size:contain!important;background-position:left center!important}
    header.scrolled .brand{height:40px!important;width:172px!important}
    .nav-links::before{width:190px!important;height:72px!important;background:url("../../luxentra-full-logo.png") center/contain no-repeat!important}
  }


