:root{
  --bg:#fff9f3;--bg2:#f8efe6;--card:rgba(255,255,255,.74);--solid:#fffdf9;--text:#2a1d18;--muted:#7e6b60;--line:rgba(137,97,67,.18);--gold:#b98a53;--gold2:#efd3a5;--rose:#e8b8aa;--brown:#4d3428;--danger:#b42318;--ok:#137333;--warn:#9a6700;--shadow:0 28px 90px rgba(77,52,40,.14);--shadow2:0 18px 50px rgba(77,52,40,.10);--radius:30px
}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 10% -10%,#ffe3d5 0,transparent 32%),radial-gradient(circle at 92% 8%,#f3d9a7 0,transparent 26%),linear-gradient(180deg,var(--bg),#fffdf9 46%,var(--bg2));color:var(--text);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(185,138,83,.055) 1px,transparent 1px),linear-gradient(rgba(185,138,83,.045) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 82%);z-index:-3}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.section{position:relative;padding:112px 0}.noise{position:fixed;inset:0;pointer-events:none;opacity:.32;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E")}.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(239,211,165,.32),transparent 68%);pointer-events:none;translate:-50% -50%;z-index:-2;filter:blur(8px);opacity:.72}.orb{position:fixed;border-radius:999px;filter:blur(6px);pointer-events:none;z-index:-2;animation:orbit 12s ease-in-out infinite alternate}.orb-one{width:280px;height:280px;left:-80px;top:20%;background:rgba(232,184,170,.38)}.orb-two{width:360px;height:360px;right:-110px;top:6%;background:rgba(239,211,165,.42);animation-delay:-4s}.orb-three{width:250px;height:250px;right:12%;bottom:-100px;background:rgba(185,138,83,.20);animation-delay:-7s}@keyframes orbit{to{transform:translate3d(30px,-38px,0) scale(1.08)}}.site-header{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 28px));height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid rgba(255,255,255,.52);background:rgba(255,255,255,.52);backdrop-filter:blur(18px);border-radius:999px;box-shadow:0 15px 40px rgba(77,52,40,.08);z-index:20;transition:.25s}.site-header.scrolled{height:66px;background:rgba(255,253,249,.86);box-shadow:0 18px 54px rgba(77,52,40,.12)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}.brand strong{display:block;line-height:1;font-size:17px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.nav{display:flex;align-items:center;gap:24px;color:#5f4b42;font-weight:700;font-size:14px}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:linear-gradient(90deg,var(--gold),var(--rose));transition:.25s}.nav a:hover:after{right:0}.header-cta{padding:14px 18px;border-radius:999px;background:var(--brown);color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(77,52,40,.18)}.hero{min-height:100vh;display:grid;align-items:center;padding-top:150px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.pill,.section-kicker{display:inline-flex;align-items:center;gap:9px;width:max-content;padding:9px 13px;border-radius:999px;border:1px solid rgba(185,138,83,.22);background:rgba(255,255,255,.62);backdrop-filter:blur(12px);color:#8f653b;font-size:13px;font-weight:800;letter-spacing:.02em}.pill span{width:8px;height:8px;border-radius:99px;background:linear-gradient(135deg,var(--gold),var(--rose));box-shadow:0 0 0 6px rgba(185,138,83,.10)}.pill.small{padding:7px 10px;font-size:12px}.hero h1,.section-head h2,.booking-copy h2,.contact-card h2,.login-art h1,.dashboard-head h1{font-family:"Cormorant Garamond",Georgia,serif;line-height:.92;letter-spacing:-.045em;margin:20px 0 18px;color:var(--text)}.hero h1{font-size:clamp(58px,8vw,116px);max-width:850px}.hero h1 em{font-style:italic;color:#9e7146}.lead,.section-head p,.booking-copy p,.contact-card p,.login-art p,.dashboard-head p{color:var(--muted);font-size:18px;line-height:1.8;max-width:680px}.hero-actions,.actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:26px}.btn{border:0;border-radius:999px;padding:15px 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .22s,box-shadow .22s,background .22s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--brown),var(--gold) 48%,var(--gold2));color:white;box-shadow:0 18px 44px rgba(77,52,40,.20)}.btn-ghost,.btn-soft{background:rgba(255,255,255,.68);border:1px solid var(--line);color:#5b463c;backdrop-filter:blur(12px)}.btn-danger{background:#fee4e2;color:var(--danger)}.btn-ok{background:#dcfce7;color:var(--ok)}.btn-warn{background:#fef3c7;color:var(--warn)}.wide{width:100%}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.trust-row div,.stat-card{padding:16px 18px;min-width:132px;border-radius:24px;background:rgba(255,255,255,.62);border:1px solid var(--line);box-shadow:var(--shadow2);backdrop-filter:blur(12px)}.trust-row strong,.stat-card strong{display:block;font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1;color:#6c4735}.trust-row span,.stat-card span{display:block;font-size:12px;font-weight:800;color:var(--muted);margin-top:5px}.hero-visual{position:relative;min-height:620px;display:grid;place-items:center;perspective:1000px}.phone-frame{width:min(430px,100%);border-radius:44px;background:linear-gradient(160deg,rgba(255,255,255,.78),rgba(255,246,235,.52));border:1px solid rgba(255,255,255,.6);box-shadow:0 38px 100px rgba(77,52,40,.20);backdrop-filter:blur(20px);padding:24px;transform:rotate(-3deg);animation:float 5s ease-in-out infinite}.phone-top{display:flex;gap:8px;margin-bottom:28px}.phone-top span{width:10px;height:10px;border-radius:50%;background:#d8b083}.mini-card{padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.82);margin-bottom:14px;transition:.25s}.mini-card.active{transform:translateX(24px);background:linear-gradient(135deg,#fff,#fff1df);box-shadow:0 20px 42px rgba(77,52,40,.12)}.mini-card small,.mini-card span{display:block;color:var(--muted);font-weight:700}.mini-card strong{display:block;font-size:44px;font-family:"Cormorant Garamond",serif;color:#6c4735;margin:4px 0}.calendar-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.calendar-strip button{height:58px;border-radius:18px;border:1px solid var(--line);background:#fff;color:var(--brown);font-weight:900}.calendar-strip .selected{background:var(--brown);color:#fff}.appointment-preview{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:center;padding:14px;border-radius:24px;background:#fff;border:1px solid var(--line)}.appointment-preview img{width:84px;height:84px;border-radius:18px;object-fit:cover}.appointment-preview strong,.appointment-preview span{display:block}.appointment-preview span{color:var(--muted);margin-top:4px}.floating-badge{position:absolute;padding:13px 17px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid var(--line);box-shadow:var(--shadow2);font-weight:900;color:#6c4735;animation:float 4.8s ease-in-out infinite}.badge-a{left:4%;top:24%}.badge-b{right:1%;bottom:24%;animation-delay:-2s}@keyframes float{50%{transform:translateY(-18px) rotate(1.5deg)}}.scroll-hint{position:absolute;left:50%;bottom:28px;width:28px;height:48px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:start center;padding-top:8px}.scroll-hint span{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:scrollDot 1.3s ease-in-out infinite}@keyframes scrollDot{50%{transform:translateY(20px);opacity:.4}}.section-head{display:grid;gap:12px;margin-bottom:38px}.section-head h2,.booking-copy h2,.contact-card h2{font-size:clamp(42px,6vw,78px);margin:0}.section-head.compact h2{font-size:clamp(40px,5vw,68px)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{position:relative;min-height:430px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);isolation:isolate;transform-style:preserve-3d}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,rgba(42,29,24,.25) 54%,rgba(42,29,24,.82));z-index:1}.service-card:after{content:"";position:absolute;inset:14px;border-radius:22px;border:1px solid rgba(255,255,255,.36);z-index:2;opacity:0;transform:scale(.94);transition:.32s}.service-card:hover:after{opacity:1;transform:scale(1)}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.service-card:hover img{transform:scale(1.08)}.service-card div{position:absolute;left:20px;right:20px;bottom:20px;color:#fff;z-index:3;transform:translateY(12px);transition:.3s}.service-card:hover div{transform:translateY(0)}.service-card span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.28);font-weight:800;font-size:12px}.service-card h3{font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1;margin:13px 0 8px}.service-card p{color:rgba(255,255,255,.82);line-height:1.55}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:start}.steps{display:grid;gap:16px}.step{padding:28px;border-radius:var(--radius);background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow2);backdrop-filter:blur(16px)}.step b{font-family:"Cormorant Garamond",serif;font-size:44px;color:#a77a4f}.step h3{font-size:24px;margin:8px 0}.step p{color:var(--muted);line-height:1.7}.booking-section{padding-top:60px}.booking-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px;align-items:center}.booking-copy{position:sticky;top:120px}.feature-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none;color:#5f4b42;font-weight:900}.feature-list li{display:flex;gap:10px;align-items:center}.feature-list span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(185,138,83,.12);color:#8f653b}.booking-card,.panel,.login-box{position:relative;border-radius:34px;background:rgba(255,255,255,.70);border:1px solid rgba(255,255,255,.70);box-shadow:var(--shadow);backdrop-filter:blur(22px);padding:26px;overflow:hidden}.booking-card:before,.panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.68),transparent 42%,rgba(239,211,165,.16));pointer-events:none}.form-header{position:relative;display:flex;justify-content:space-between;gap:16px;align-items:start;margin-bottom:20px}.form-header h3{font-size:32px;margin:10px 0 0;font-family:"Cormorant Garamond",serif}.admin-link{padding:10px 13px;border-radius:999px;border:1px solid var(--line);color:#72513e;font-weight:900;background:rgba(255,255,255,.62)}.field{position:relative;display:grid;gap:8px;margin-bottom:15px}.field label{font-size:13px;font-weight:900;color:#554035}.field input,.field select,.field textarea,.filter-select{width:100%;border:1px solid var(--line);border-radius:18px;padding:15px 15px;background:rgba(255,255,255,.78);color:var(--text);outline:none;transition:.2s}.field input:focus,.field select:focus,.field textarea:focus,.filter-select:focus{border-color:rgba(185,138,83,.58);box-shadow:0 0 0 5px rgba(185,138,83,.12);background:#fff}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.toast{position:relative;margin-top:14px;border-radius:18px;padding:14px;display:none;font-weight:800}.toast.ok{display:block;background:#ecfdf3;color:#067647}.toast.err{display:block;background:#fef3f2;color:#b42318}.contact-card{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:34px;border-radius:34px;background:linear-gradient(135deg,rgba(77,52,40,.95),rgba(129,88,54,.86));color:#fff;box-shadow:var(--shadow)}.contact-card h2{color:#fff}.contact-card p{color:rgba(255,255,255,.78)}.contact-card .btn-ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.22)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}.admin-body{min-height:100vh}.admin-shell{min-height:100vh;padding:34px 0}.login-scene{width:min(1120px,calc(100% - 36px));min-height:100vh;margin:auto;display:grid;grid-template-columns:1fr 440px;gap:40px;align-items:center}.login-art h1{font-size:clamp(52px,7vw,96px)}.dashboard{padding-top:34px}.dashboard-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.dashboard-head h1{font-size:clamp(46px,6vw,74px)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.panel{padding:18px}.table{position:relative;width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:left;color:var(--muted);font-size:12px;padding:0 12px}.table td{background:rgba(255,255,255,.82);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 12px;vertical-align:top}.table td:first-child{border-left:1px solid var(--line);border-radius:18px 0 0 18px}.table td:last-child{border-right:1px solid var(--line);border-radius:0 18px 18px 0}.badge{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.pending{background:#fef3c7;color:#9a6700}.approved{background:#dcfce7;color:#137333}.rejected{background:#fee4e2;color:#b42318}.hidden{display:none!important}.empty-state{text-align:center;color:var(--muted);font-weight:800;padding:34px}.filter-select{width:auto;min-width:180px;font-weight:900}@media(max-width:980px){.nav{display:none}.hero-grid,.booking-grid,.process-grid,.login-scene{grid-template-columns:1fr}.hero-visual{min-height:500px}.booking-copy{position:relative;top:auto}.service-grid{grid-template-columns:repeat(2,1fr)}.dashboard-head,.contact-card{align-items:flex-start;flex-direction:column}.stats-row{grid-template-columns:1fr 1fr 1fr}}@media(max-width:680px){.site-header{top:10px;height:64px}.brand small,.header-cta{display:none}.brand-mark{width:44px;height:44px}.hero{padding-top:110px}.section{padding:74px 0}.hero h1{font-size:55px}.lead,.section-head p,.booking-copy p{font-size:16px}.hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:1fr 1fr;width:100%}.service-grid,.grid-2,.stats-row{grid-template-columns:1fr}.service-card{min-height:360px}.phone-frame{transform:none}.mini-card.active{transform:none}.floating-badge{display:none}.table,.table thead,.table tbody,.table tr,.table td{display:block}.table thead{display:none}.table tr{margin-bottom:12px}.table td{border:1px solid var(--line);border-bottom:0;border-radius:0}.table td:first-child{border-radius:18px 18px 0 0}.table td:last-child{border-bottom:1px solid var(--line);border-radius:0 0 18px 18px}.table td:before{content:attr(data-label);display:block;font-size:12px;font-weight:900;color:var(--muted);margin-bottom:7px}.actions .btn{padding:12px 14px}.filter-select{width:100%}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.cursor-glow{display:none}}

/* Hero card v2 - stronger premium appointment preview */
.hero-visual{overflow:visible;padding-inline:34px}.premium-booking-card{position:relative;width:min(500px,100%);min-height:580px;border-radius:46px;padding:26px;background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(255,245,231,.68));border:1px solid rgba(255,255,255,.78);box-shadow:0 46px 110px rgba(77,52,40,.20),inset 0 1px 0 rgba(255,255,255,.88);backdrop-filter:blur(24px);overflow:hidden;transform:rotate(2deg);animation:premiumFloat 6s ease-in-out infinite}.premium-card-bg{position:absolute;inset:-30%;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.95),transparent 26%),radial-gradient(circle at 82% 16%,rgba(239,211,165,.48),transparent 34%),radial-gradient(circle at 16% 92%,rgba(232,184,170,.34),transparent 32%);animation:auroraMove 8s ease-in-out infinite;pointer-events:none}.premium-booking-card:before{content:"";position:absolute;inset:14px;border-radius:34px;border:1px solid rgba(185,138,83,.18);pointer-events:none;z-index:2}.premium-booking-card:after{content:"";position:absolute;left:-40%;top:-30%;width:70%;height:150%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:rotate(18deg);animation:sheen 5.5s ease-in-out infinite;pointer-events:none}.premium-card-top,.beauty-preview,.time-board,.booking-summary-card,.premium-progress{position:relative;z-index:3}.premium-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.micro-label{display:inline-flex;margin-bottom:8px;color:#9b704a;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900}.premium-card-top h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:38px;line-height:.98;color:#4d3428}.live-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.70);border:1px solid var(--line);color:#6a4a39;font-weight:900;box-shadow:0 12px 30px rgba(77,52,40,.08)}.live-chip i{width:8px;height:8px;border-radius:50%;background:#20a35b;box-shadow:0 0 0 6px rgba(32,163,91,.12)}.beauty-preview{height:242px;border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,241,223,.42));border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 22px 48px rgba(77,52,40,.10);overflow:hidden}.preview-main{position:absolute;left:18px;top:18px;width:56%;height:206px;border-radius:26px;object-fit:cover;box-shadow:0 20px 45px rgba(77,52,40,.17);filter:saturate(1.04) contrast(1.03)}.preview-small{position:absolute;right:18px;width:34%;height:94px;border-radius:22px;object-fit:cover;border:5px solid rgba(255,255,255,.72);box-shadow:0 16px 34px rgba(77,52,40,.14)}.preview-small.one{top:18px}.preview-small.two{bottom:18px}.rating-chip{position:absolute;left:36px;bottom:30px;display:flex;align-items:center;gap:10px;padding:12px 15px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(185,138,83,.20);box-shadow:0 16px 38px rgba(77,52,40,.12);backdrop-filter:blur(16px)}.rating-chip strong{font-family:"Cormorant Garamond",serif;font-size:28px;line-height:1;color:#4d3428}.rating-chip span{font-size:12px;font-weight:900;color:#856352}.time-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.time-board button{height:64px;border:1px solid rgba(137,97,67,.18);border-radius:22px;background:rgba(255,255,255,.78);color:#5a3d30;font-size:18px;font-weight:900;box-shadow:0 12px 28px rgba(77,52,40,.08)}.time-board button.selected{background:linear-gradient(135deg,#4d3428,#7b513b);color:#fff;border-color:transparent;box-shadow:0 18px 34px rgba(77,52,40,.22)}.booking-summary-card{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:17px;border-radius:26px;background:rgba(255,255,255,.78);border:1px solid rgba(137,97,67,.16);box-shadow:0 18px 42px rgba(77,52,40,.10)}.summary-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff;font-weight:1000;box-shadow:0 16px 26px rgba(185,138,83,.28)}.booking-summary-card strong,.booking-summary-card span{display:block}.booking-summary-card span{margin-top:5px;color:var(--muted);line-height:1.45}.premium-progress{height:10px;border-radius:999px;background:rgba(137,97,67,.10);margin-top:18px;overflow:hidden}.premium-progress span{display:block;height:100%;width:68%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold2));animation:progressBreath 2.6s ease-in-out infinite}.hero-visual .badge-a{left:0;top:20%}.hero-visual .badge-b{right:-8px;bottom:20%}@keyframes premiumFloat{0%,100%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-18px) rotate(-1deg)}}@keyframes auroraMove{50%{transform:translate3d(4%,3%,0) rotate(8deg)}}@keyframes sheen{0%,62%{transform:translateX(-55%) rotate(18deg);opacity:0}72%{opacity:1}100%{transform:translateX(220%) rotate(18deg);opacity:0}}@keyframes progressBreath{50%{width:86%}}@media(max-width:680px){.hero-visual{padding-inline:0}.premium-booking-card{min-height:520px;transform:none;padding:20px;border-radius:34px}.premium-card-top h3{font-size:31px}.beauty-preview{height:210px}.preview-main{height:174px}.preview-small{height:78px}.time-board{grid-template-columns:1fr}.time-board button{height:54px}.booking-summary-card{grid-template-columns:42px 1fr}.summary-icon{width:42px;height:42px;border-radius:15px}}


/* =========================================================
   Mobile responsive refinements - desktop görünümü bozmadan
   ========================================================= */

@media (max-width: 1024px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .hero-grid,
  .booking-grid,
  .process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: auto;
    display: flex;
    justify-content: center;
  }

  .phone-frame,
  .hero-showcase,
  .premium-hero-card {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    left: 12px;
    right: 12px;
    top: 12px;
    padding: 10px 12px;
    border-radius: 22px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
    flex: 0 0 auto;
  }

  .brand strong {
    font-size: 15px;
    line-height: 1.05;
  }

  .brand small {
    font-size: 10px;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 56px;
  }

  .container {
    width: min(100% - 24px, 1120px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    text-align: left;
  }

  .pill {
    max-width: 100%;
    font-size: 12px;
    padding: 8px 11px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 68px);
    line-height: 0.92;
    letter-spacing: -1.6px;
  }

  .lead {
    font-size: 15.5px;
    line-height: 1.7;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    padding: 10px;
  }

  .trust-row div {
    padding: 12px 8px;
    border-radius: 18px;
  }

  .trust-row strong {
    font-size: 20px;
  }

  .trust-row span {
    font-size: 10.5px;
  }

  .hero-visual {
    width: 100%;
    overflow: visible;
    padding: 4px 0 12px;
  }

  .phone-frame,
  .hero-showcase,
  .premium-hero-card {
    width: min(100%, 390px);
    max-width: 390px;
    transform: none !important;
    border-radius: 30px;
  }

  .phone-frame {
    padding: 18px;
  }

  .phone-top {
    margin-bottom: 14px;
  }

  .mini-card {
    padding: 18px;
    border-radius: 22px;
  }

  .mini-card strong {
    font-size: 38px;
  }

  .calendar-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .calendar-strip button {
    min-width: 0;
    height: 54px;
    border-radius: 16px;
  }

  .appointment-preview {
    padding: 12px;
    gap: 12px;
    border-radius: 22px;
  }

  .appointment-preview img {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .floating-badge {
    position: absolute;
    font-size: 12px;
    padding: 10px 13px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 4;
  }

  .badge-a {
    left: 2px;
    top: 16%;
  }

  .badge-b {
    right: 0;
    bottom: 18%;
  }

  .section-head {
    text-align: left;
    margin-bottom: 28px;
  }

  .section-head h2,
  .booking-copy h2,
  .contact-card h2 {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1;
    letter-spacing: -1px;
  }

  .section-head p,
  .booking-copy p,
  .contact-card p {
    font-size: 15px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: auto;
    border-radius: 26px;
  }

  .service-card img {
    height: 190px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step {
    padding: 22px;
    border-radius: 24px;
  }

  .booking-section {
    padding-top: 60px;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-list {
    gap: 10px;
  }

  .booking-card {
    padding: 18px;
    border-radius: 28px;
  }

  .form-header {
    align-items: flex-start;
    gap: 12px;
  }

  .admin-link {
    padding: 9px 11px;
    font-size: 12px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    border-radius: 28px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
  }

  .orb {
    opacity: .55;
    filter: blur(34px);
  }

  .orb-one {
    width: 220px;
    height: 220px;
  }

  .orb-two {
    width: 240px;
    height: 240px;
  }

  .scroll-hint {
    display: none;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding: 9px 10px;
  }

  .header-cta {
    font-size: 11px;
    padding: 9px 10px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .lead {
    font-size: 14.5px;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-row div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .phone-frame,
  .hero-showcase,
  .premium-hero-card {
    width: 100%;
    max-width: 100%;
    border-radius: 26px;
  }

  .phone-frame {
    padding: 14px;
  }

  .mini-card {
    padding: 15px;
  }

  .mini-card strong {
    font-size: 32px;
  }

  .appointment-preview {
    align-items: center;
  }

  .appointment-preview div span {
    font-size: 12px;
  }

  .floating-badge {
    display: none;
  }

  .service-card img {
    height: 170px;
  }

  .booking-card {
    padding: 15px;
  }

  .form-header {
    flex-direction: column;
  }

  .admin-link {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .admin-shell,
  .dashboard-shell {
    padding: 18px;
  }

  .admin-card,
  .dashboard-card,
  .login-card {
    width: min(100%, 460px);
    padding: 20px;
    border-radius: 28px;
  }

  .dashboard-header,
  .admin-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .appointment-list,
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* =========================================================
   Critical mobile header fix
   Üst çubuğun mobilde ekran dışına kaymasını kesin olarak engeller.
   Masaüstüne dokunmaz.
   ========================================================= */

@media (max-width: 768px) {
  .site-header {
    position: fixed !important;
    inset: 10px 10px auto 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
    height: 58px !important;
    min-height: 58px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    transform: none !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border-radius: 999px !important;
    z-index: 9999 !important;
  }

  .site-header::before,
  .site-header::after {
    max-width: 100%;
    overflow: hidden;
  }

  .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 112px) !important;
    overflow: hidden !important;
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .brand span:last-child {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .brand strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .brand small {
    display: none !important;
  }

  .nav {
    display: none !important;
  }

  .header-cta {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 38px !important;
    height: 38px !important;
    max-width: 108px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
    line-height: 38px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    border-radius: 999px !important;
  }

  .hero {
    padding-top: 96px !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    inset: 8px 8px auto 8px !important;
    max-width: calc(100vw - 16px) !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 8px 9px !important;
  }

  .brand {
    max-width: calc(100% - 96px) !important;
  }

  .brand-mark {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    font-size: 18px !important;
  }

  .brand strong {
    font-size: 14px !important;
  }

  .header-cta {
    max-width: 92px !important;
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    padding: 0 10px !important;
    font-size: 10.5px !important;
  }

  .hero {
    padding-top: 88px !important;
  }
}

@media (max-width: 360px) {
  .header-cta {
    max-width: 78px !important;
  }

  .brand {
    max-width: calc(100% - 82px) !important;
  }
}


/* =========================================================
   Final mobile header layout fix
   Mobilde sol tarafta marka, sağ tarafta net Online Randevu butonu.
   Masaüstüne etki etmez.
   ========================================================= */

@media (max-width: 768px) {
  .site-header {
    position: fixed !important;
    inset: 10px 10px auto 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 10px !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .brand {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex: 0 0 38px !important;
  }

  .brand span:last-child {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .brand strong {
    display: block !important;
    max-width: 95px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .brand small,
  .nav {
    display: none !important;
  }

  .header-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 124px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, #6f4a31, #d8b06d) !important;
    box-shadow: 0 14px 28px rgba(92, 61, 42, .18) !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    inset: 8px 8px auto 8px !important;
    max-width: calc(100vw - 16px) !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 8px 9px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 8px !important;
  }

  .brand-mark {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex-basis: 36px !important;
  }

  .brand strong {
    max-width: 86px !important;
    font-size: 14px !important;
  }

  .header-cta {
    min-width: 112px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 360px) {
  .brand strong {
    max-width: 58px !important;
  }

  .header-cta {
    min-width: 104px !important;
    padding: 0 10px !important;
    font-size: 10.5px !important;
  }
}
