:root{
  --brand:#e30062;
  --brand-dark:#a40045;
  --ink:#17151a;
  --muted:#6c6870;
  --line:#e7e1e5;
  --soft:#faf7f9;
  --paper:#ffffff;
  --success:#168954;
  --danger:#b62b35;
  --shadow:0 22px 60px rgba(28,20,25,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:#f6f5f5;color:var(--ink);font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif;line-height:1.5;overflow-x:hidden}
button,input,select,textarea{font:inherit}
a{color:inherit}
.onepage{width:100%;overflow:hidden}
.section-inner{width:min(100% - 48px,1560px);margin:0 auto}
.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}
.section-kicker:before{content:"";width:34px;height:2px;background:var(--brand)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-heading h2{margin:8px 0 0;font-size:clamp(31px,4vw,58px);line-height:1;letter-spacing:-2px}
.section-heading p{max-width:620px;margin:0;color:var(--muted);font-size:16px}

/* header */
.public-header{position:sticky!important;top:0;z-index:10000;display:flex;align-items:center;gap:28px;width:100%;min-height:82px;padding:10px 28px!important;background:rgba(255,255,255,.96)!important;border-top:3px solid var(--brand)!important;border-bottom:1px solid #ece8ea!important;box-shadow:0 8px 28px rgba(20,15,18,.06)!important;backdrop-filter:blur(14px)}
.public-brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.public-brand-logo{display:block!important;width:188px!important;height:57px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
.public-brand-logo img{display:block;width:100%;height:100%;object-fit:contain!important;background:#fff!important;content:none!important}
.public-brand>span:last-child{display:none!important}
.public-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}
.public-nav a{padding:11px 12px!important;border-radius:9px;color:#332f34!important;text-decoration:none;font-size:12px!important;font-weight:750!important;white-space:nowrap;transition:.18s}
.public-nav a:after{display:none!important}
.public-nav a:hover,.public-nav a.active{background:#fff0f6!important;color:var(--brand-dark)!important}
.public-header-actions{display:flex;align-items:center;gap:8px}
.public-account-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:10px 13px;border:1px solid #e7dce2;border-radius:10px;background:#fff;color:#4c4248;text-decoration:none;font-size:12px;font-weight:800}
.public-account-link-signup{background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 10px 22px rgba(164,0,69,.18)}
.public-nav-account-link{display:none}
.public-account-register{display:none!important}
.public-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px!important;border:0!important;border-radius:10px!important;background:var(--ink)!important;color:#fff!important;text-decoration:none;font-size:12px!important;font-weight:800!important;box-shadow:none!important}
.public-header-cta:hover{background:var(--brand)!important}
.public-menu-button{display:none;border:0;background:#fff0f6;color:var(--brand-dark);width:44px;height:44px;border-radius:10px;font-size:21px}

/* hero */
.hero-full{min-height:calc(100svh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);background:#0b0a0b;color:#fff;border-bottom:4px solid var(--brand)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(58px,8vw,130px) clamp(34px,7vw,115px)}
.hero-logo{display:block;width:min(390px,82%);margin:20px 0 28px}
.hero-copy h1{max-width:760px;margin:0;font-size:clamp(54px,7vw,108px);line-height:.89;letter-spacing:-5px}
.hero-copy p{max-width:710px;margin:27px 0 0;color:#d3cdd1;font-size:clamp(15px,1.3vw,19px);line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;text-decoration:none;font-size:13px;font-weight:850}
.hero-actions .primary{background:var(--brand);color:#fff}
.hero-actions .secondary{border:1px solid #5c565a;color:#fff}
.hero-facts{display:flex;gap:32px;flex-wrap:wrap;margin-top:38px;padding-top:23px;border-top:1px solid #302c2f}
.hero-facts b,.hero-facts small{display:block}.hero-facts b{font-size:18px}.hero-facts small{margin-top:3px;color:#aaa3a8;font-size:10px;font-weight:750;letter-spacing:.7px}
.hero-media{position:relative;min-height:620px;margin:0;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,11,.28),transparent 34%),linear-gradient(0deg,rgba(11,10,11,.26),transparent 45%)}
.hero-badge{position:absolute;z-index:1;right:28px;bottom:28px;padding:11px 14px;background:rgba(8,8,8,.88);font-size:11px;font-weight:850;letter-spacing:1px}

/* booking */
.booking-section{padding:90px 0;background:#fff}
.booking-shell{display:grid;grid-template-columns:minmax(330px,.74fr) minmax(0,1.45fr);gap:28px;align-items:start}
.service-picker{position:sticky;top:105px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.service-picker-head{padding:26px 26px 20px;border-bottom:1px solid var(--line)}
.service-picker-head h3{margin:5px 0 6px;font-size:27px;letter-spacing:-.8px}.service-picker-head p{margin:0;color:var(--muted);font-size:13px}
.service-accordion{padding:12px}
.service-accordion details{border-bottom:1px solid #eee9ec}.service-accordion details:last-child{border-bottom:0}
.service-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;padding:17px 13px;font-size:14px;font-weight:850}.service-accordion summary::-webkit-details-marker{display:none}
.service-accordion summary span:first-child{display:flex;align-items:center;gap:10px}.service-accordion summary em{font-style:normal;color:#978d93;font-size:11px;font-weight:750}
.service-accordion summary:after{content:"+";width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#f6eef2;color:var(--brand-dark);font-size:18px}.service-accordion details[open] summary:after{content:"−";background:var(--brand);color:#fff}
.service-options{display:grid;gap:6px;padding:0 7px 13px}
.booking-service-button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;padding:12px 13px;border:1px solid transparent;border-radius:11px;background:#f9f7f8;color:#282428;text-align:left;cursor:pointer;transition:.16s}
.booking-service-button:hover{border-color:#eac4d5;background:#fff1f7}.booking-service-button.is-selected{border-color:var(--brand);background:#fff0f6;box-shadow:inset 4px 0 0 var(--brand)}
.booking-service-button b{font-size:13px}.booking-service-button small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.booking-service-button strong{font-size:12px;color:var(--brand-dark);white-space:nowrap}
.form-state-selects{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.booking-card{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);padding:clamp(24px,4vw,44px)}
.booking-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.booking-card-head h2{margin:6px 0 5px;font-size:clamp(31px,4vw,50px);letter-spacing:-1.8px;line-height:1}.booking-card-head p{margin:0;color:var(--muted)}
.step-pills{display:flex;gap:7px}.step-pills span{padding:7px 10px;border-radius:999px;background:#f8eef3;color:#784258;font-size:10px;font-weight:850}
.booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:7px}.field label{font-size:11px;color:#675e64;font-weight:800}.field.full{grid-column:1/-1}
.booking-card input,.booking-card select,.booking-card textarea,.waitlist-panel input,.waitlist-panel select,.waitlist-panel textarea{width:100%;min-height:52px;padding:13px 15px;border:1.5px solid #e5dce1;border-radius:12px;background:#fff;color:#211e21;outline:none;font-size:14px}
.booking-card textarea,.waitlist-panel textarea{min-height:105px;resize:vertical}.booking-card input:focus,.booking-card select:focus,.booking-card textarea:focus,.waitlist-panel input:focus,.waitlist-panel select:focus,.waitlist-panel textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(227,0,98,.08)}
.selected-service-inline{margin:18px 0;border:1px solid #eadde3;border-radius:17px;padding:17px;background:#fbf8fa}.selected-service-inline-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.selected-service-inline-head>span:first-child{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#fff;border:1px solid var(--line)}.selected-service-inline b{font-size:15px}.selected-service-inline small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.selected-service-inline p{margin:10px 0 0;color:var(--muted);font-size:12px}.selected-service-note{margin-top:8px;color:#764158;font-size:11px}
.prep{margin:12px 0;padding:12px 14px;border-left:4px solid #c99c4d;background:#fff8e8;color:#715614;font-size:12px;font-weight:750}
.time-select-box{margin:19px 0;padding:19px;border:1px solid #eadde3;border-radius:18px;background:#fcfafb}.time-title{font-size:18px;font-weight:850}.time-context{margin-top:10px;padding:12px;border:1px solid #ece6e9;border-radius:10px;background:#fff;font-size:12px;font-weight:750}.time-help{margin:11px 0;color:var(--muted);font-size:11px}.slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:9px}.slot{min-height:62px;border:0;border-radius:10px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font-weight:850}.slot-date{font-size:9px;opacity:.9}.slot-main{font-size:17px}.slot small{font-size:9px}.bos{background:linear-gradient(135deg,#27b66b,#168f52)}.dolu,.gecmis{background:linear-gradient(135deg,#c94249,#9e252d);cursor:not-allowed}.slot.selected{outline:3px solid rgba(227,0,98,.28);outline-offset:2px}.time-info,.slot-note{margin-top:10px;padding:11px;border-radius:10px;background:#fff;color:#715265;font-size:11px;font-weight:750}
.kvkk-box{display:flex;gap:9px;align-items:flex-start;padding:13px;border:1px solid #e8dfe4;border-radius:12px;background:#faf8f9;color:var(--muted);font-size:11px}.kvkk-box input{width:auto;min-height:auto;margin-top:2px;accent-color:var(--brand)}
.recaptcha-wrap{display:flex;justify-content:center;margin:17px 0;overflow:hidden}.submit-wrap button,#sorgula,.detail-btn{width:100%;min-height:54px;border:0;border-radius:11px;background:var(--ink);color:#fff;font-weight:850;cursor:pointer}.submit-wrap button:hover,#sorgula:hover,.detail-btn:hover{background:var(--brand)}
.success,.error{margin-top:12px;padding:13px;border-radius:11px;font-size:12px;font-weight:800}.success{background:#e9f9f1;color:#146b45}.error{background:#fff0f1;color:#9f2530}

.booking-extras{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.extra-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px}.extra-card h3{margin:0 0 8px;font-size:21px}.extra-card>p{margin:0 0 17px;color:var(--muted);font-size:13px}.waitlist-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.waitlist-form textarea,.waitlist-form button,.waitlist-form #waitlistMsg{grid-column:1/-1}

/* price */
.pricing-section{padding:90px 0;background:#f3f2f2}
.pricing-accordion{display:grid;gap:12px}
.pricing-accordion details{border:1px solid #ded9dc;background:#fff}
.pricing-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;cursor:pointer;font-size:17px;font-weight:850}.pricing-accordion summary::-webkit-details-marker{display:none}.pricing-accordion summary span{display:flex;align-items:center;gap:11px}.pricing-accordion summary small{color:var(--muted);font-size:11px}.pricing-accordion summary:after{content:"Aç";padding:6px 10px;border-radius:999px;background:#f6eef2;color:var(--brand-dark);font-size:10px}.pricing-accordion details[open] summary:after{content:"Kapat";background:var(--ink);color:#fff}
.price-list{padding:0 22px 20px;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 0;border-bottom:1px solid #eee9ec}.price-row b{font-size:13px}.price-row small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.price-row strong{color:var(--brand-dark);font-size:13px;white-space:nowrap}

/* about/hours */
.about-section{padding:90px 0;background:#111;color:#fff}.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.about-copy{padding:clamp(28px,5vw,66px);border:1px solid #302d30;background:#171517}.about-copy h2{margin:10px 0 18px;font-size:clamp(35px,5vw,68px);line-height:.95;letter-spacing:-2.8px}.about-copy p{max-width:760px;color:#cbc4c8;font-size:16px;line-height:1.8}.about-values{display:grid;gap:10px;padding:24px;border:1px solid #302d30;background:#171517}.about-value{padding:18px;border-bottom:1px solid #302d30}.about-value:last-child{border-bottom:0}.about-value b{display:block;font-size:16px}.about-value small{display:block;margin-top:4px;color:#aaa2a7;font-size:12px}
.hours-section{padding:90px 0;background:#fff}.hours-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.hours-card{border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);padding:28px}.hours-card h3{margin:0 0 16px;font-size:24px}.hours-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid #eee9ec;font-size:13px}.hours-row:last-child{border-bottom:0}.hours-row strong{color:var(--brand-dark)}.staff-hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.staff-hour{padding:15px;border:1px solid #ece4e8;background:#faf8f9}.staff-hour b{display:block;font-size:13px}.staff-hour small{display:block;margin-top:4px;color:var(--muted);font-size:10px}

/* gallery/social/contact */
.gallery-section{padding:90px 0;background:#f3f2f2}.gallery-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:10px}.gallery-item{position:relative;overflow:hidden;background:#ddd}.gallery-item:nth-child(1){grid-column:span 7;grid-row:span 2}.gallery-item:nth-child(2){grid-column:span 5;grid-row:span 2}.gallery-item:nth-child(3),.gallery-item:nth-child(4){grid-column:span 4}.gallery-item:nth-child(5){grid-column:span 4}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:34px 15px 13px;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;font-size:11px;font-weight:800}
.social-section{padding:90px 0;background:#fff}.social-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:stretch}.social-copy-card{padding:clamp(32px,5vw,70px);background:var(--ink);color:#fff}.social-copy-card h2{margin:10px 0 16px;font-size:clamp(37px,5vw,72px);line-height:.94;letter-spacing:-3px}.social-copy-card p{color:#cec7cb;line-height:1.75}.social-buttons{display:grid;gap:9px;margin-top:25px}.social-buttons a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 15px;border:1px solid #494248;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.social-buttons a:hover{border-color:var(--brand);background:#25151c}.social-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;min-height:520px}.social-images img{width:100%;height:100%;object-fit:cover}.social-images img:first-child{grid-row:span 2}
.contact-section{padding:90px 0 0;background:#f3f2f2}.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.contact-card{display:flex;align-items:center;gap:13px;min-height:90px;padding:18px;background:#fff;border:1px solid #e8e3e6;text-decoration:none}.contact-card:hover{border-color:#e6a5c1}.contact-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff0f6;color:var(--brand-dark);font-size:19px}.contact-card b,.contact-card small{display:block}.contact-card b{font-size:13px}.contact-card small{margin-top:3px;color:var(--muted);font-size:10px;word-break:break-word}.contact-map{display:grid;grid-template-columns:.46fr 1fr;min-height:560px;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 26px 60px rgba(62,38,48,.14);border:1px solid #eee1e6}.contact-copy{padding:clamp(32px,5vw,60px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(160deg,#fff9fc,#faf1f5)}.contact-copy h2{margin:9px 0 15px;font-size:clamp(35px,4vw,54px);line-height:.98;letter-spacing:-2.2px}.contact-copy p,.contact-copy address{color:var(--muted);line-height:1.7}.contact-copy address{margin:14px 0 22px;font-style:normal;font-weight:750;max-width:320px}.contact-copy-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:260px}.contact-copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 18px;text-decoration:none;font-size:12px;font-weight:850;border-radius:14px}.contact-copy-btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 14px 28px rgba(164,0,69,.22)}.contact-copy-btn.ghost{background:#fff;color:var(--brand-dark);border:1px solid #e7d3da}.contact-map iframe{display:block;width:100%;height:100%;min-height:560px;border:0}
.club-strip{padding:55px 0;background:linear-gradient(120deg,#e30062,#8d003d);color:#fff}.club-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.club-strip h2{margin:5px 0 6px;font-size:clamp(30px,4vw,52px);letter-spacing:-1.8px}.club-strip p{margin:0;color:#ffe4ef}.club-actions{display:flex;gap:9px}.club-actions a{padding:14px 18px;background:#fff;color:#751038;text-decoration:none;font-size:12px;font-weight:850}.club-actions a:last-child{background:#17151a;color:#fff}
.quick-contact{position:fixed;right:20px;bottom:20px;z-index:5000;display:flex;gap:8px}.quick-contact a{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111;text-decoration:none;box-shadow:0 14px 34px rgba(0,0,0,.16);font-size:18px}.quick-contact a.whatsapp{background:#20b966;color:#fff}

.public-footer{max-width:none!important;margin:0!important;padding:42px max(24px,calc((100vw - 1560px)/2 + 24px)) 28px!important;background:#0d0c0d;color:#fff;border:0!important;display:grid!important;grid-template-columns:1.2fr 1fr auto!important}.public-footer-brand{color:#fff!important}.public-footer-brand img{width:170px!important;height:60px!important;border-radius:0!important;object-fit:contain!important;background:#fff;content:url('../uploads/gallery/vassago-brand-banner.webp')}.public-footer-brand span{display:none}.public-footer a{color:#ded8dc!important}.public-footer-actions a{background:#211e20!important;border-color:#373136!important}.public-footer-bottom{color:#938b90!important;border-top-color:#292528!important}
.public-bottom-nav{display:none}

/* modal and appointment results */
.modal-backdrop{position:fixed;inset:0;z-index:6000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(10,8,9,.76);backdrop-filter:blur(7px)}.modal-backdrop.show{display:flex}.service-modal{width:min(620px,100%);padding:25px;border-radius:18px;background:#fff}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.modal-close{border:0;padding:9px 11px;border-radius:9px;background:#fff0f1;color:#9f2530;font-weight:800}.modal-grid,.appointment-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px}.modal-info,.appointment-meta span{padding:12px;border:1px solid #ebe4e8;background:#faf8f9}.modal-info small{display:block;color:var(--muted)}.appointment-item{margin-top:12px;padding:16px;border:1px solid var(--line);background:#fff}.appointment-actions{display:flex;gap:8px;flex-wrap:wrap}.main-btn,.cancel-btn{display:inline-flex;padding:11px 13px;border:0;border-radius:9px;text-decoration:none;color:#fff;font-size:12px;font-weight:800}.wp{background:#159b58}.cancel-btn{background:#b52b35}.change-request-box{margin:12px 0;padding:12px;border:1px solid var(--line)}

@media(max-width:1180px){
  .public-nav a{padding:10px 7px!important;font-size:10px!important}.public-account-link{display:none!important}
  .hero-full{grid-template-columns:1fr 1fr}.hero-copy{padding-inline:45px}.booking-shell{grid-template-columns:1fr}.service-picker{position:static}.service-accordion{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-accordion details{border:1px solid #eee9ec}.price-list{grid-template-columns:1fr}.social-layout{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  html{scroll-padding-top:75px}.section-inner{width:min(100% - 24px,1560px)}
  .public-header{min-height:72px;padding:8px 12px!important}.public-brand-logo{width:142px!important;height:48px!important}.public-menu-button{display:block;margin-left:auto}.public-nav{display:none;position:absolute;left:10px;right:10px;top:70px;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.public-nav.open{display:grid}.public-nav a{padding:12px!important;font-size:13px!important}.public-header-actions .public-account-link{display:none!important}.public-header-cta{min-height:42px;padding:10px 12px!important}
.public-nav-account-link{display:block!important;margin-top:8px!important;border-top:1px solid var(--line);border-radius:0!important;text-align:center!important;font-weight:800!important;color:var(--brand-dark)!important}
.public-nav-account-signup{margin-top:0!important;border-top:0!important;background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;color:#fff!important;border-radius:12px!important;margin:6px 4px 0!important;padding:12px!important}
  .hero-full{min-height:auto;grid-template-columns:1fr}.hero-copy{padding:60px 22px}.hero-copy h1{font-size:58px;letter-spacing:-3px}.hero-media{min-height:420px}.hero-logo{width:280px}.hero-facts{gap:18px}
  .booking-section,.pricing-section,.about-section,.hours-section,.gallery-section,.social-section,.contact-section{padding:64px 0}.booking-card{padding:22px 15px}.booking-card-head{display:block}.step-pills{margin-top:14px}.booking-fields,.booking-extras,.about-grid,.hours-layout,.social-layout,.contact-map{grid-template-columns:1fr}.service-accordion{grid-template-columns:1fr}.service-picker-head{padding:21px}.waitlist-form{grid-template-columns:1fr}.waitlist-form textarea,.waitlist-form button,.waitlist-form #waitlistMsg{grid-column:auto}.slots{grid-template-columns:repeat(2,1fr)}.selected-service-inline-head{grid-template-columns:auto 1fr}.selected-service-inline-head .badge-label{grid-column:1/-1;justify-self:start}.recaptcha-wrap{justify-content:flex-start}.recaptcha-wrap .g-recaptcha{transform:scale(.86);transform-origin:left top;margin-bottom:-12px}
  .section-heading{display:block}.section-heading p{margin-top:14px}.price-list{padding-inline:15px}.about-copy,.about-values,.hours-card{padding:22px}.staff-hours-grid{grid-template-columns:1fr}.gallery-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-item,.gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.gallery-item:first-child{grid-column:span 2}.social-images{min-height:370px}.contact-cards{grid-template-columns:1fr}.contact-map iframe{min-height:320px}.club-strip-inner{display:block}.club-actions{margin-top:20px;flex-wrap:wrap}
  .public-footer{display:block!important;padding:35px 18px 95px!important}.public-footer-links,.public-footer-actions{margin-top:18px}.public-bottom-nav{position:fixed;z-index:4900;display:grid;grid-template-columns:repeat(5,1fr);left:8px;right:8px;bottom:8px;height:62px;padding:5px;background:rgba(20,17,19,.96);border-radius:16px;box-shadow:0 16px 38px rgba(0,0,0,.25)}.public-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ddd5da;text-decoration:none;border-radius:11px;font-weight:800}.public-bottom-nav a span{font-size:17px}.public-bottom-nav a small{font-size:8px;margin-top:3px}.public-bottom-nav a.active{background:var(--brand);color:#fff}.quick-contact{bottom:80px;right:12px}
}
@media(max-width:430px){.hero-copy h1{font-size:49px}.hero-actions{display:grid}.hero-actions a{width:100%}.slots{grid-template-columns:1fr 1fr}.social-images{grid-template-columns:1fr;grid-template-rows:repeat(3,210px)}.social-images img:first-child{grid-row:auto}.gallery-mosaic{grid-template-columns:1fr}.gallery-item:first-child{grid-column:auto}.club-actions{display:grid}.club-actions a{text-align:center}.modal-grid,.appointment-meta{grid-template-columns:1fr}}

/* V42 — daha sıcak, insancıl Vassago teması */
:root{
  --brand:#b53467;
  --brand-dark:#702640;
  --ink:#2d2026;
  --muted:#74666d;
  --line:#eadbdc;
  --soft:#fbf4f1;
  --paper:#fffdfb;
  --shadow:0 24px 70px rgba(79,42,52,.11);
}
body{background:linear-gradient(180deg,#fbf7f3 0%,#fff 40%,#f7efec 100%);font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.public-header{border-top-color:#b53467!important;background:rgba(255,253,251,.97)!important}
.public-nav a:hover,.public-nav a.active{background:#f8e7ed!important;color:#702640!important}
.public-header-cta{background:linear-gradient(135deg,#7b2e4b,#b53467)!important;box-shadow:0 10px 24px rgba(112,38,64,.18)!important}
.hero-full{background:linear-gradient(135deg,#3b1f2d 0%,#6d2d48 58%,#9a4568 100%);border-bottom-color:#d3a96e}
.hero-media:after{background:linear-gradient(90deg,rgba(59,31,45,.34),transparent 38%),linear-gradient(0deg,rgba(59,31,45,.28),transparent 45%)}
.hero-copy p{color:#f1e5e9}.hero-facts{border-top-color:rgba(255,255,255,.18)}.hero-facts small{color:#ead9df}.hero-actions .secondary{border-color:rgba(255,255,255,.42)}
.public-footer{background:#3b1f2d!important}.public-footer-actions a{background:#532a3b!important;border-color:#6b354a!important}

/* ana sayfadaki büyük randevu çağrısı */
.instant-booking-cta{position:relative;z-index:4;margin:-16px auto 0;padding:0 24px;width:min(100%,1200px)}
.instant-booking-link{display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:22px;padding:24px 28px;border:1px solid rgba(112,38,64,.13);border-radius:24px;background:linear-gradient(135deg,#fffdfb 0%,#f9ecef 100%);box-shadow:0 24px 70px rgba(79,42,52,.19);text-decoration:none;transition:.2s}
.instant-booking-link:hover{transform:translateY(-4px);box-shadow:0 30px 80px rgba(79,42,52,.24)}
.instant-booking-icon{width:82px;height:82px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,#7b2e4b,#b53467);color:#fff;box-shadow:0 14px 34px rgba(112,38,64,.24)}
.instant-booking-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.instant-booking-link small,.instant-booking-link strong,.instant-booking-link em{display:block}.instant-booking-link small{color:#a13c62;font-size:10px;font-weight:900;letter-spacing:1.6px}.instant-booking-link strong{margin-top:3px;font-size:clamp(25px,3vw,38px);line-height:1.05;letter-spacing:-1.2px}.instant-booking-link em{margin-top:7px;color:var(--muted);font-style:normal;font-size:13px}.instant-booking-link>b{font-size:34px;color:#8f3658}

/* sosyal medya ve iletişim */
.social-copy-card{background:linear-gradient(150deg,#4a2435 0%,#7c304e 100%);border-radius:28px;box-shadow:var(--shadow)}
.social-copy-card p{color:#f2e5e9}.social-buttons{gap:12px}.social-buttons a.social-button{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:78px;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.08)}.social-buttons a.social-button:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.42)}
.social-button-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.14)}.social-button-icon svg,.contact-icon svg,.quick-contact svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-button-icon svg .fill-dot,.contact-icon svg .fill-dot,.quick-contact svg .fill-dot{fill:currentColor;stroke:none}.social-button.facebook .social-button-icon svg path{fill:currentColor;stroke:none}.social-button b,.social-button small{display:block}.social-button b{font-size:15px}.social-button small{margin-top:3px;color:#eadce1;font-size:11px}.social-button em{font-style:normal;font-size:24px}
.contact-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.contact-card{position:relative;min-height:128px;padding:22px;border-radius:22px;border:1px solid #eadbdc;background:#fffdfb;box-shadow:0 14px 34px rgba(79,42,52,.08);transition:.2s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(79,42,52,.14)}.contact-icon{flex:0 0 60px;width:60px;height:60px;border-radius:18px;background:#f8e7ed;color:#7b2e4b}.contact-card.whatsapp .contact-icon{background:#e6f8ed;color:#138b51}.contact-card.instagram .contact-icon{background:linear-gradient(135deg,#fbe6ef,#f3dbff);color:#a52f68}.contact-card.phone .contact-icon{background:#f4eadb;color:#8a6129}.contact-card.email .contact-icon{background:#e8eefb;color:#375d9a}.contact-card b{font-size:16px}.contact-card small{font-size:11px}.contact-card em{position:absolute;right:18px;bottom:15px;color:#8e7b83;font-size:10px;font-style:normal;font-weight:800}
.quick-contact{right:18px;bottom:22px;display:grid;gap:10px}.quick-contact a{width:auto;min-width:154px;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 17px;border-radius:18px;background:#fffdfb;color:#4b303b;font-size:13px;font-weight:850}.quick-contact a.whatsapp{background:#1faa63}.quick-contact a.instagram{background:linear-gradient(135deg,#a93471,#d35d82);color:#fff}.quick-contact a.phone{background:#7b2e4b;color:#fff}.quick-contact a svg{flex:0 0 27px}.quick-contact a span{white-space:nowrap}

@media(max-width:900px){.contact-cards{grid-template-columns:1fr 1fr}.instant-booking-cta{margin-top:-10px}.instant-booking-link{grid-template-columns:68px minmax(0,1fr) auto}.instant-booking-icon{width:68px;height:68px}}
@media(max-width:780px){.instant-booking-cta{width:100%;padding:0 12px;margin-top:14px}.instant-booking-link{grid-template-columns:58px minmax(0,1fr);gap:14px;padding:18px;border-radius:20px}.instant-booking-icon{width:58px;height:58px;border-radius:17px}.instant-booking-icon svg{width:31px;height:31px}.instant-booking-link>b{display:none}.instant-booking-link strong{font-size:25px}.instant-booking-link em{font-size:11px}.social-copy-card{padding:28px 20px}.social-buttons a.social-button{grid-template-columns:48px minmax(0,1fr) auto;min-height:70px}.social-button-icon{width:46px;height:46px}.contact-cards{grid-template-columns:1fr}.contact-card{min-height:104px}.quick-contact{left:10px;right:10px;bottom:78px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.quick-contact a{min-width:0;width:100%;height:52px;justify-content:center;padding:0;border-radius:15px}.quick-contact a span{display:none}.quick-contact a svg{width:25px;height:25px}}
@media(max-width:430px){.instant-booking-link{grid-template-columns:52px minmax(0,1fr)}.instant-booking-icon{width:52px;height:52px}.instant-booking-link strong{font-size:21px}.contact-card{padding:17px}.contact-icon{width:52px;height:52px;flex-basis:52px}.social-buttons a.social-button{grid-template-columns:44px minmax(0,1fr) auto;padding:10px}.social-button-icon{width:42px;height:42px}}

/* V43 — daha canlı header, otomatik salon sliderı, sosyal medya ve çalışma saatleri */
.public-header{
  min-height:104px!important;
  padding-top:13px!important;
  padding-bottom:13px!important;
  gap:34px!important;
  border-top-width:4px!important;
  box-shadow:0 14px 40px rgba(67,35,47,.10)!important;
}
.public-brand-logo{width:238px!important;height:74px!important}
.public-nav{gap:7px}
.public-nav a{padding:13px 14px!important;font-size:13px!important;border-radius:12px!important}
.public-account-link{min-height:48px;padding:12px 17px;font-size:13px;border-radius:13px}
.public-header-cta{min-height:50px;padding:13px 22px!important;font-size:13px!important;border-radius:13px!important}

/* hero slider */
.hero-slider{position:relative;isolation:isolate;background:#291a21}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .7s ease,visibility .7s ease,transform 1.6s ease}
.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.hero-slide img{display:block;width:100%;height:100%;object-fit:cover}
.hero-slide span{position:absolute;left:28px;bottom:28px;z-index:3;padding:10px 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(40,21,30,.76);backdrop-filter:blur(12px);color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px}
.hero-slider:after{z-index:1;pointer-events:none}
.hero-slider-dots{position:absolute;left:50%;bottom:28px;z-index:4;display:flex;gap:8px;transform:translateX(-50%)}
.hero-slider-dots button{width:10px;height:10px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.34);cursor:pointer;transition:.2s}
.hero-slider-dots button.is-active{width:32px;border-radius:999px;background:#fff}
.hero-slider .hero-badge{z-index:4}

/* daha büyük ve canlı çalışma saatleri */
.hours-section{position:relative;padding:116px 0;background:
 radial-gradient(circle at 92% 5%,rgba(181,52,103,.13),transparent 25%),
 linear-gradient(145deg,#fffaf8 0%,#f8ecee 100%)}
.hours-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:40px;align-items:end;margin-bottom:34px}
.hours-hero h2{margin:10px 0 14px;font-size:clamp(42px,5vw,76px);line-height:.95;letter-spacing:-3px}
.hours-hero p{max-width:720px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}
.today-status{display:grid;gap:5px;align-self:stretch;min-height:160px;padding:27px;border-radius:26px;color:#fff;box-shadow:0 22px 50px rgba(72,35,49,.18)}
.today-status.is-open{background:linear-gradient(145deg,#176c4a,#28a66f)}
.today-status.is-closed{background:linear-gradient(145deg,#6d2d48,#b53467)}
.today-status span{font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}
.today-status strong{font-size:32px;line-height:1.05}
.today-status small{align-self:end;font-size:13px;opacity:.82}
.hours-layout{grid-template-columns:minmax(360px,.86fr) minmax(0,1.5fr);gap:28px}
.hours-card{padding:34px;border:1px solid rgba(112,38,64,.14);border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 25px 60px rgba(79,42,52,.11)}
.hours-card-title{display:flex;align-items:center;gap:15px;margin-bottom:21px;padding-bottom:20px;border-bottom:1px solid #ecdee2}
.hours-card-title>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#1c1620,#332430);color:#fff;font-size:13px;font-weight:900}
.hours-card-title h3{margin:0;font-size:27px}
.hours-card-title p{margin:3px 0 0;color:var(--muted);font-size:12px}
.hours-row{padding:16px 14px;border-radius:14px;border-bottom:0;font-size:14px;transition:.18s}
.hours-row:nth-child(even){background:#fcf7f8}
.hours-row.is-today{margin:5px 0;background:linear-gradient(135deg,#f8e7ed,#fff3f6);box-shadow:inset 4px 0 0 var(--brand)}
.hours-row span{display:flex;align-items:center;gap:9px;font-weight:750}
.hours-row em{padding:4px 7px;border-radius:999px;background:var(--brand);color:#fff;font-size:8px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.5px}
.hours-row strong{font-size:14px}
.staff-hours-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.staff-hour{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:17px;border:1px solid #eadde2;border-radius:17px;background:linear-gradient(145deg,#fff,#fdf8fa);transition:.18s}
.staff-hour:hover{transform:translateY(-3px);border-color:#dbafc0;box-shadow:0 14px 28px rgba(79,42,52,.09)}
.staff-hour-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#f6e5ec;color:var(--brand-dark);font-size:18px;font-weight:900;overflow:hidden}
.staff-hour-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.staff-hour b{font-size:14px}.staff-hour small{font-size:10px}.staff-hour strong{display:flex;gap:5px;align-items:center;color:var(--brand-dark);font-size:12px;white-space:nowrap}.staff-hour strong i{font-style:normal;color:#b5a4ab}

/* galeri: logo görselleri kaldırıldı, üç salon görseli dengeli */
.gallery-section{padding:108px 0;background:linear-gradient(180deg,#f6f1f2,#fff)}
.gallery-mosaic{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);grid-template-rows:280px 280px;gap:18px}
.gallery-item,.gallery-item:nth-child(n){grid-column:auto;grid-row:auto;border-radius:25px;box-shadow:0 20px 48px rgba(42,28,35,.13)}
.gallery-item:nth-child(1){grid-column:1;grid-row:1 / span 2}
.gallery-item:nth-child(2){grid-column:2;grid-row:1}
.gallery-item:nth-child(3){grid-column:2;grid-row:2}
.gallery-item figcaption{padding:56px 22px 20px;font-size:13px}

/* daha canlı sosyal medya merkezi */
.social-section{position:relative;padding:118px 0;background:
 radial-gradient(circle at 4% 10%,rgba(181,52,103,.17),transparent 23%),
 radial-gradient(circle at 94% 92%,rgba(211,169,110,.17),transparent 25%),
 #fffaf8}
.social-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.social-heading h2{margin:10px 0 0;font-size:clamp(42px,5vw,76px);line-height:.94;letter-spacing:-3px}
.social-heading>p{max-width:560px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.social-modern-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr);gap:22px}
.social-showcase{position:relative;min-height:590px;overflow:hidden;border-radius:32px;background:linear-gradient(145deg,#3b1f2d,#7b2e4b);box-shadow:0 30px 75px rgba(66,31,45,.21)}
.social-showcase:before{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-90px;border-radius:50%;background:rgba(255,255,255,.08)}
.social-showcase-copy{position:relative;z-index:3;width:min(580px,74%);padding:48px;color:#fff}
.social-showcase-copy>span{font-size:11px;font-weight:900;letter-spacing:1.7px;color:#f1cbd9}
.social-showcase-copy h3{margin:10px 0 15px;font-size:clamp(39px,4vw,64px);line-height:.96;letter-spacing:-2.3px}
.social-showcase-copy p{max-width:530px;margin:0;color:#f1e3e8;line-height:1.75}
.social-showcase-images{position:absolute;inset:0}
.social-showcase-images:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(59,31,45,.98) 0%,rgba(59,31,45,.88) 38%,rgba(59,31,45,.12) 72%),linear-gradient(0deg,rgba(59,31,45,.38),transparent 50%)}
.social-showcase-images img{position:absolute;right:0;width:58%;height:100%;object-fit:cover;opacity:0;animation:socialPhotoCycle 8s infinite}
.social-showcase-images img:nth-child(2){animation-delay:4s}
@keyframes socialPhotoCycle{0%,44%{opacity:1;transform:scale(1)}50%,94%{opacity:0;transform:scale(1.035)}95%,100%{opacity:1;transform:scale(1)}}
.social-channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.social-channel{position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;padding:26px;border-radius:27px;text-decoration:none;overflow:hidden;box-shadow:0 20px 45px rgba(58,34,43,.10);transition:.2s}
.social-channel:hover{transform:translateY(-5px);box-shadow:0 28px 58px rgba(58,34,43,.16)}
.social-channel.instagram{background:linear-gradient(145deg,#7f2f70,#d85e85);color:#fff}
.social-channel.whatsapp{background:linear-gradient(145deg,#157a51,#2abf7e);color:#fff}
.social-channel.facebook{background:linear-gradient(145deg,#315c9e,#4d7fc9);color:#fff}
/* Telefon kartı açık bej zemin + soluk kahverengi yazıydı; opaklık düşünce
   yazılar okunmuyordu. Diğer kartlar gibi koyu zemin + beyaz yazı yapıldı. */
.social-channel.phone{background:linear-gradient(145deg,#7d5a22,#4a3414);color:#fff}
.social-channel-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px)}
.social-channel-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.social-channel-icon .fill-dot{fill:currentColor;stroke:none}.social-channel.facebook .social-channel-icon path{fill:currentColor;stroke:none}
.social-channel>span:nth-child(2) small,.social-channel>span:nth-child(2) b,.social-channel>span:nth-child(2) em{display:block}
.social-channel>span:nth-child(2) small{font-size:9px;font-weight:900;letter-spacing:1.2px;opacity:.8}
.social-channel>span:nth-child(2) b{margin-top:4px;font-size:25px}.social-channel>span:nth-child(2) em{margin-top:5px;font-size:11px;font-style:normal;opacity:.86}
.social-channel>strong{position:absolute;right:23px;top:22px;font-size:25px}

@media(max-width:1180px){
  .public-brand-logo{width:205px!important;height:66px!important}.public-nav a{padding:11px 9px!important;font-size:12px!important}
  .social-modern-grid{grid-template-columns:1fr}.social-showcase{min-height:520px}.social-channel{min-height:230px}
  .hours-layout{grid-template-columns:1fr}.staff-hours-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .public-header{min-height:82px!important;padding:10px 14px!important}.public-brand-logo{width:178px!important;height:58px!important}
  .hours-hero{grid-template-columns:1fr}.today-status{min-height:140px}.staff-hours-grid{grid-template-columns:1fr 1fr}
  .gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px}.gallery-item:nth-child(1){grid-column:1 / span 2;grid-row:1}.gallery-item:nth-child(2){grid-column:1;grid-row:2}.gallery-item:nth-child(3){grid-column:2;grid-row:2}
  .social-heading{display:block}.social-heading>p{margin-top:16px}.social-showcase{min-height:480px}
}
@media(max-width:780px){
  .public-header{min-height:74px!important}.public-brand-logo{width:150px!important;height:51px!important}
  .hero-slide span{left:16px;bottom:18px}.hero-slider-dots{bottom:22px}.hero-slider .hero-badge{display:none}
  .hours-section,.social-section,.gallery-section{padding:72px 0}.hours-hero h2,.social-heading h2{font-size:43px;letter-spacing:-2px}.hours-hero p,.social-heading>p{font-size:14px}.hours-card{padding:21px;border-radius:22px}.staff-hours-grid{grid-template-columns:1fr}.staff-hour{grid-template-columns:45px minmax(0,1fr) auto;padding:14px}.today-status{min-height:125px;padding:22px}.today-status strong{font-size:27px}
  .gallery-mosaic{grid-template-columns:1fr;grid-template-rows:280px 210px 210px}.gallery-item:nth-child(n){grid-column:1;grid-row:auto}.gallery-item:nth-child(1){grid-column:1;grid-row:1}.gallery-item:nth-child(2){grid-column:1;grid-row:2}.gallery-item:nth-child(3){grid-column:1;grid-row:3}
  .social-showcase{min-height:530px}.social-showcase-copy{width:100%;padding:30px 24px}.social-showcase-copy h3{font-size:43px}.social-showcase-images img{width:100%;height:52%;top:auto;bottom:0}.social-showcase-images:after{background:linear-gradient(180deg,rgba(59,31,45,1) 0%,rgba(59,31,45,.92) 43%,rgba(59,31,45,.1) 78%)}.social-channel-grid{grid-template-columns:1fr 1fr}.social-channel{min-height:205px;padding:20px}.social-channel-icon{width:54px;height:54px;border-radius:17px}.social-channel>span:nth-child(2) b{font-size:21px}
}
@media(max-width:480px){
  .public-brand-logo{width:137px!important;height:48px!important}.public-header-actions{gap:5px}.public-header-cta{min-height:42px;padding:9px 12px!important;font-size:11px!important}
  .hours-hero h2,.social-heading h2{font-size:37px}.hours-card-title h3{font-size:23px}.hours-row{padding:14px 10px}.staff-hour{grid-template-columns:42px minmax(0,1fr)}.staff-hour strong{grid-column:2;justify-self:start}.staff-hour-avatar{width:42px;height:42px}
  .social-channel-grid{grid-template-columns:1fr}.social-channel{min-height:180px}.social-showcase{min-height:510px;border-radius:24px}.social-showcase-copy h3{font-size:36px}.hero-slider-dots{left:auto;right:15px;transform:none}
}


/* V44 — referans tipografi, köşesiz sosyal alan ve Vassago marka düzeni */
html,body,button,input,select,textarea,a{font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important}
body{font-weight:400}
h1,h2,h3,h4,h5,h6,.public-nav a,.public-header-cta,.section-kicker{font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important}
.public-nav a{font-weight:700!important;letter-spacing:0!important}
.public-brand-logo{background:#fff!important}
.social-showcase,.social-channel,.social-channel-icon,.contact-card,.contact-icon{border-radius:2px!important}
.social-showcase{box-shadow:0 20px 55px rgba(45,27,35,.16)}
.social-channel{border:0;box-shadow:none;outline:1px solid rgba(255,255,255,.12);min-height:260px}
.social-channel:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(45,27,35,.14)}
.social-channel-icon{background:rgba(255,255,255,.14)}
.contact-card{border-left:4px solid var(--brand);box-shadow:0 8px 22px rgba(62,38,48,.07)}
.contact-card.whatsapp{border-left-color:#1fa463}.contact-card.instagram{border-left-color:#c23e78}.contact-card.phone{border-left-color:#bc8745}.contact-card.email{border-left-color:#436da9}
.hours-card,.today-status,.staff-hour,.hours-card-title>span,.staff-hour-avatar{border-radius:2px!important}
.hero-slider,.hero-slide,.hero-slide img{border-radius:0!important}
@media(max-width:780px){.social-channel,.contact-card{border-radius:0!important}.social-showcase{border-radius:0!important}}

/* V44 — hizmet rehberi, görsel hizmet kartları ve galeri ışık kutusu */
.service-visual-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.service-visual-card{position:relative;min-height:330px;overflow:hidden;background:#24181e;color:#fff;text-decoration:none;border:1px solid rgba(34,22,28,.12);isolation:isolate}
.service-visual-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.04);transition:transform .55s ease,filter .35s ease}
.service-visual-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(23,13,18,.06) 0%,rgba(23,13,18,.26) 42%,rgba(23,13,18,.94) 100%)}
.service-visual-card>span{position:absolute;inset:auto 0 0;z-index:2;padding:22px;display:block}
.service-visual-card small,.service-visual-card strong,.service-visual-card em,.service-visual-card b{display:block}
.service-visual-card small{font-size:9px;font-weight:900;letter-spacing:1.4px;color:#ffd6e7}
.service-visual-card strong{margin-top:7px;font-size:23px;line-height:1.02;letter-spacing:-.6px}
.service-visual-card em{max-height:0;margin-top:0;overflow:hidden;opacity:0;color:#e9e3e6;font-size:11px;line-height:1.55;font-style:normal;transition:.35s}
.service-visual-card b{margin-top:14px;color:#fff;font-size:11px;letter-spacing:.3px}
.service-visual-card:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.04)}
.service-visual-card:hover em{max-height:120px;margin-top:10px;opacity:1}
.service-section-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:28px}
.service-section-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;text-decoration:none;font-size:12px;font-weight:850;border:1px solid #d9cbd2}
.service-section-actions .primary{background:var(--brand);border-color:var(--brand);color:#fff}
.service-section-actions .primary.dark{background:#21191d;border-color:#21191d}.service-section-actions .secondary{background:#fff;color:#3f3037}

.service-guide-page{background:#f6f4f4}.service-guide-hero{padding:72px 0 54px;background:#fff;border-bottom:1px solid var(--line)}
.service-guide-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:46px;align-items:center}
.service-guide-hero h1{margin:12px 0 20px;font-size:clamp(50px,7vw,96px);line-height:.88;letter-spacing:-4.5px}
.service-guide-hero p{max-width:680px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}
.service-guide-hero .hero-actions .secondary.dark{border:1px solid #d8cdd2;color:#32282d;background:#fff}
.service-guide-hero figure{position:relative;height:540px;margin:0;overflow:hidden;background:#24191e}
.service-guide-hero figure img{width:100%;height:100%;object-fit:cover}
.service-guide-hero figcaption{position:absolute;right:0;bottom:0;padding:12px 16px;background:#1d1519;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px}
.service-guide-nav-section{position:sticky;top:82px;z-index:500;padding:13px 0;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.service-guide-nav{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.service-guide-nav::-webkit-scrollbar{display:none}
.service-guide-nav a{flex:0 0 auto;padding:11px 15px;border:1px solid #ded4d9;background:#fff;color:#352b30;text-decoration:none;font-size:11px;font-weight:850}.service-guide-nav a:last-child{background:var(--brand);border-color:var(--brand);color:#fff}
.service-guide-list{padding:82px 0}.service-guide-list:nth-of-type(even){background:#fff}
.service-guide-stack{display:grid;gap:22px}.service-guide-card{display:grid;grid-template-columns:minmax(320px,.68fr) minmax(0,1.32fr);min-height:390px;background:#fff;border:1px solid #e2dadd;box-shadow:0 16px 44px rgba(41,28,34,.06)}
.service-guide-media{position:relative;min-height:390px;overflow:hidden;background:#25191e}.service-guide-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.service-guide-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(29,18,24,.58),transparent 55%)}
.service-guide-media>span{position:absolute;left:22px;bottom:20px;z-index:1;color:#fff;font-size:10px;font-weight:900;letter-spacing:1.4px}
.service-guide-content{padding:clamp(26px,4vw,48px)}.service-guide-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.service-guide-title small{display:block;color:var(--brand);font-size:9px;font-weight:900;letter-spacing:1.3px}.service-guide-title h3{margin:8px 0 0;font-size:clamp(30px,3.5vw,52px);line-height:.96;letter-spacing:-2px}
.service-guide-title>a{flex:0 0 auto;padding:12px 15px;background:#1d171a;color:#fff;text-decoration:none;font-size:11px;font-weight:850}
.service-guide-summary{max-width:860px;margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.75}
.service-guide-content details{margin-top:24px;border-top:1px solid #e6dfe2}.service-guide-content summary{list-style:none;cursor:pointer;padding:17px 0;color:#61293f;font-size:12px;font-weight:850}.service-guide-content summary::-webkit-details-marker{display:none}.service-guide-content summary:after{content:"+";float:right;font-size:20px;line-height:1}.service-guide-content details[open] summary:after{content:"−"}
.service-guide-detail>p{color:#5f555a;font-size:14px;line-height:1.8}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.service-detail-grid section{padding:18px;background:#f8f5f6;border-left:3px solid #bd547b}.service-detail-grid h4{margin:0 0 7px;font-size:15px}.service-detail-grid p{margin:0;color:#6b6166;font-size:12px;line-height:1.65}
.service-guide-closing{padding:15px 17px;background:#fff5f8;border:1px solid #efdce4;color:#5f3444!important;font-weight:600}.service-guide-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.service-guide-actions a{padding:12px 15px;background:var(--brand);color:#fff;text-decoration:none;font-size:11px;font-weight:850}.service-guide-actions a+ a{background:#fff;color:#342a2f;border:1px solid #d9cfd4}

.gallery-item{cursor:zoom-in}.gallery-lightbox{position:fixed;inset:0;z-index:40000;display:none;align-items:center;justify-content:center;padding:34px;background:rgba(12,9,10,.94)}.gallery-lightbox.is-open{display:flex}.gallery-lightbox figure{width:min(1180px,88vw);height:min(760px,80vh);margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#0d0b0c}.gallery-lightbox img{width:100%;height:100%;object-fit:contain}.gallery-lightbox figcaption{padding:12px 16px;color:#fff;font-size:12px;text-align:center}.gallery-lightbox button{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.gallery-lightbox-close{right:24px;top:20px;width:48px;height:48px;font-size:30px}.gallery-lightbox-prev,.gallery-lightbox-next{top:50%;width:52px;height:70px;margin-top:-35px;font-size:38px}.gallery-lightbox-prev{left:18px}.gallery-lightbox-next{right:18px}

.featured-services-section .hizmet-kart-media{height:330px}
@media(max-width:1280px){.service-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-guide-hero-grid{grid-template-columns:1fr 1fr}.service-guide-card{grid-template-columns:360px 1fr}.featured-services-section .hizmet-kart-media{height:300px}}
@media(max-width:920px){.service-visual-grid{grid-template-columns:1fr 1fr}.service-guide-hero-grid,.service-guide-card{grid-template-columns:1fr}.service-guide-hero figure{height:420px}.service-guide-media{min-height:300px;height:300px}.service-guide-nav-section{top:72px}.service-detail-grid{grid-template-columns:1fr}.featured-services-section .hizmet-kart-media{height:280px}}
@media(max-width:640px){.featured-services-section .hizmet-kart-media{height:240px}}
@media(max-width:620px){.service-visual-grid{grid-template-columns:1fr}.service-visual-card{min-height:290px}.service-visual-card em{max-height:120px;margin-top:9px;opacity:1}.service-guide-hero{padding:44px 0 34px}.service-guide-hero-grid{gap:24px}.service-guide-hero h1{font-size:52px;letter-spacing:-3px}.service-guide-hero p{font-size:14px}.service-guide-hero figure{height:300px}.service-guide-list{padding:58px 0}.service-guide-media{height:230px;min-height:230px}.service-guide-content{padding:23px 19px}.service-guide-title{display:block}.service-guide-title>a{display:inline-flex;margin-top:15px}.service-guide-title h3{font-size:36px}.service-guide-summary{font-size:13px}.gallery-lightbox{padding:58px 12px 24px}.gallery-lightbox figure{width:100%;height:72vh}.gallery-lightbox-prev,.gallery-lightbox-next{width:42px;height:58px}.gallery-lightbox-prev{left:4px}.gallery-lightbox-next{right:4px}}

/* =====================================================
   V45 — Professional upgrade: menü, galeri, tipografi
   ===================================================== */

/* Google Fonts kaldırıldı: CSP style-src 'self' dış kaynağı engelliyor, istek boşa
   gidiyordu. Yazı tipi zaten sistem yığınına düşüyor. */

html,body,button,input,select,textarea,a{
  font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;
  font-weight:700;
}

/* HEADER — daha büyük, daha güçlü */
.public-header{
  min-height:86px!important;
  padding-top:14px!important;
  padding-bottom:14px!important;
  background:rgba(255,255,255,.98)!important;
  border-top:3px solid #b53467!important;
  box-shadow:0 2px 18px rgba(0,0,0,.07)!important;
}
.public-brand-logo{
  width:210px!important;
  height:64px!important;
}
.public-nav{
  gap:2px!important;
  margin-left:auto;
}
.public-nav a{
  padding:10px 16px!important;
  font-size:14px!important;
  font-weight:600!important;
  color:#1a1a1a!important;
  letter-spacing:-.1px!important;
  border-radius:6px!important;
  transition:background .15s,color .15s!important;
}
.public-nav a:hover,.public-nav a.active{
  background:#f5e8ee!important;
  color:#b53467!important;
}
.public-header-cta{
  min-height:46px!important;
  padding:11px 22px!important;
  font-size:14px!important;
  font-weight:600!important;
  border-radius:6px!important;
  background:#b53467!important;
  letter-spacing:0!important;
}
.public-account-link{
  min-height:46px!important;
  padding:10px 18px!important;
  font-size:13px!important;
  font-weight:600!important;
  border-radius:6px!important;
}

/* Mobil header */
@media(max-width:780px){
  .public-header{min-height:66px!important; padding:8px 16px!important;}
  .public-brand-logo{width:156px!important;height:48px!important;}
  .public-nav{display:none;position:fixed;left:0;right:0;top:66px;z-index:9999;
    padding:12px 16px 20px;background:#fff;border-bottom:1px solid #eee;
    box-shadow:0 8px 32px rgba(0,0,0,.12);}
  .public-nav.open{display:grid;gap:4px;}
  .public-nav a{font-size:15px!important;padding:13px 16px!important;}
  .public-menu-button{display:flex!important;align-items:center;justify-content:center;
    width:42px;height:42px;border-radius:6px;background:#f5e8ee;color:#b53467;border:0;font-size:20px;}
}

/* GALERI — tam 16 fotoğraf, temiz grid */
.gallery-section{padding:80px 0;background:#f8f8f8;}
.gallery-section .section-heading{margin-bottom:40px;}
.gallery-section .section-heading h2{letter-spacing:-1.5px;}

.gallery-mosaic{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:220px;
  gap:8px;
}
/* ilk kart büyük */
.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2;}
/* diğerleri normal */
.gallery-item:nth-child(n){grid-column:auto;grid-row:auto;}

.gallery-item{
  position:relative;overflow:hidden;background:#ddd;cursor:zoom-in;
}
.gallery-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .4s ease;
  display:block;
}
.gallery-item:hover img{transform:scale(1.06);}
.gallery-item figcaption{
  position:absolute;left:0;right:0;bottom:0;
  padding:28px 12px 10px;
  background:linear-gradient(transparent,rgba(0,0,0,.68));
  color:#fff;font-size:11px;font-weight:600;
}

@media(max-width:900px){
  .gallery-mosaic{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px;}
  .gallery-item:nth-child(1){grid-column:span 2;grid-row:span 1;}
}
@media(max-width:600px){
  .gallery-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:150px;}
  .gallery-item:nth-child(1){grid-column:span 2;grid-row:auto;}
}

/* GALERİ - tüm öğeleri göster (limit kaldır index.php'de manuel olacak) */
.gallery-mosaic .gallery-item{display:block;}

/* RANDEVU & FİYAT — emoji yok, sade kategori başlıkları */
.booking-category>summary{
  font-size:15px!important;
  font-weight:700!important;
  padding:18px 16px!important;
  border-bottom:1px solid #ede6ea;
  color:#1a1a1a!important;
}
.booking-category>summary span{
  display:flex;align-items:center;gap:0!important;
}

/* FİYAT LİSTESİ — profesyonel, sade */
.price-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px!important;border-bottom:1px solid #f0eaed;
}
.price-row:last-child{border-bottom:0;}
.price-row b{font-size:14px!important;font-weight:500!important;color:#2d2026!important;}
.price-row strong{font-size:14px!important;font-weight:700!important;color:#b53467!important;}

/* SECTION başlıkları — daha büyük, güçlü */
.section-heading h2{
  font-size:clamp(28px,4vw,52px)!important;
  letter-spacing:-1.5px!important;
  font-weight:800!important;
  line-height:1.05!important;
}

/* SOSYAL MEDYA — professional, kare kenarlı */
.social-channel{
  border-radius:0!important;
  border:1px solid rgba(255,255,255,.14)!important;
  padding:28px 22px!important;
}
.social-channel-icon{
  border-radius:8px!important;
  width:54px!important;height:54px!important;
}
.social-channel>span:nth-child(2) small{
  font-size:10px!important;letter-spacing:1.5px!important;
  font-weight:700!important;color:#f0d8e3!important;
}
.social-channel>span:nth-child(2) b{
  font-size:19px!important;font-weight:700!important;margin-top:6px!important;
}
.social-channel>span:nth-child(2) em{
  font-size:12px!important;color:#e4cdd5!important;
}
.social-channel>strong{
  font-size:20px!important;color:rgba(255,255,255,.5)!important;
}

/* İLETİŞİM kartları — border-radius 0, çizgi kenar */
.contact-card{
  border-radius:0!important;
  border:1px solid #e8e0e4!important;
  border-left:3px solid #b53467!important;
  box-shadow:none!important;
  transition:box-shadow .2s,border-color .2s!important;
}
.contact-card:hover{
  box-shadow:0 6px 20px rgba(0,0,0,.08)!important;
  border-left-color:#922a55!important;
}
.contact-icon{
  border-radius:8px!important;
}

/* FOOTER */
.public-footer{
  font-family:'Inter','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif!important;
}
.public-footer a{
  font-size:13px!important;
}

/* FOOTER — düzenli 4 kolonlu yapı: Marka, Hızlı Menü, Hizmetlerimiz, İletişim */
html body .public-footer{display:block!important;max-width:none!important;width:100%!important;margin:20px 0 0!important;padding:40px 0 25px!important;box-sizing:border-box!important}
html body .public-footer-grid{display:grid!important;grid-template-columns:1.3fr 1fr 1fr 1fr!important;gap:32px!important;max-width:1460px!important;margin:0 auto 18px!important;padding:0 24px 26px!important;box-sizing:border-box!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
html body .public-footer-col{display:flex!important;flex-direction:column!important;gap:10px!important}
html body .public-footer-col h4{font-size:14px!important;font-weight:800!important;letter-spacing:.3px!important;margin:0 0 4px!important;color:#fff!important}
html body .public-footer-col a{font-size:13px!important;color:rgba(255,255,255,.72)!important;text-decoration:none!important;transition:color .15s!important}
html body .public-footer-col a:hover{color:#fff!important}
html body .public-footer-brand-col .public-footer-brand{display:flex!important;align-items:center!important;gap:11px!important;margin-bottom:6px!important}
html body .public-footer-tagline{font-size:13px!important;color:rgba(255,255,255,.62)!important;line-height:1.65!important;margin:0!important}
html body .public-footer-bottom{max-width:1460px!important;margin:0 auto!important;padding:0 24px!important;box-sizing:border-box!important;border-top:0!important;text-align:center!important;color:rgba(255,255,255,.5)!important;font-size:12px!important;font-weight:600!important}
html body .public-footer-bottom a{color:rgba(255,255,255,.75)!important;font-weight:700!important}
@media(max-width:900px){
  html body .public-footer-grid{grid-template-columns:1fr 1fr!important;gap:26px!important}
  html body .public-footer-brand-col{grid-column:1/-1!important}
}
@media(max-width:560px){
  html body .public-footer-grid{grid-template-columns:1fr!important;text-align:left!important}
}

/* HERO SLIDER — tam boy görseller */
.hero-slider{background:#1a1a1a;}
.hero-slide img{
  width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center center!important;
}

/* MOBİL ALT MENÜ */
@media(max-width:780px){
  .public-bottom-nav{
    border-radius:0!important;
    left:0!important;right:0!important;bottom:0!important;
    height:58px!important;
    padding:4px 8px!important;
    background:rgba(26,10,18,.97)!important;
    box-shadow:0 -2px 12px rgba(0,0,0,.18)!important;
  }
  .public-bottom-nav a small{
    font-size:9px!important;
    font-weight:600!important;
  }
}

/* =====================================================
   V45b — ZORUNLU OVERRIDE: menü, hero, saatler, galeri
   Önceki kuralların üstüne yazar (daha yüksek specificity)
   ===================================================== */

/* ---- MENÜ: kesinlikle büyüsün ---- */
html body .public-header{
  min-height:90px!important;
  padding:0 28px!important;
}
html body .public-nav a{
  font-size:15px!important;
  font-weight:600!important;
  padding:10px 18px!important;
  color:#1a1a1a!important;
  border-radius:4px!important;
  text-decoration:none!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
html body .public-nav a:hover,
html body .public-nav a.active{
  background:#f5e8ee!important;
  color:#b53467!important;
}
html body .public-header-cta{
  font-size:14px!important;
  font-weight:600!important;
  padding:12px 24px!important;
  min-height:46px!important;
  background:#b53467!important;
  border-radius:0!important;
  letter-spacing:0!important;
}
html body .public-brand-logo{
  width:220px!important;
  height:68px!important;
}

/* ---- HERO: tost makinesi değil, tam ekran ---- */
html body .hero-full{
  min-height:calc(100svh - 90px)!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
html body .hero-copy{
  padding:clamp(40px,6vw,100px) clamp(28px,5vw,80px)!important;
}
html body .hero-copy h1{
  font-size:clamp(42px,5.5vw,90px)!important;
  line-height:.92!important;
  letter-spacing:-3px!important;
}
html body .hero-media{
  min-height:100%!important;
  height:100%!important;
}
html body .hero-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:900px){
  html body .hero-full{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  html body .hero-media{
    min-height:420px!important;
    height:420px!important;
  }
  html body .hero-copy h1{font-size:44px!important;}
}
@media(max-width:600px){
  html body .hero-copy h1{font-size:36px!important;letter-spacing:-1.5px!important;}
  html body .hero-copy{padding:36px 20px!important;}
}

/* ---- ÇALIŞMA SAATLERİ: daha büyük ve güçlü ---- */
html body .hours-section{padding:100px 0!important;}
html body .hours-hero h2{
  font-size:clamp(40px,5vw,72px)!important;
  letter-spacing:-2.5px!important;
  font-weight:800!important;
  line-height:.95!important;
}
html body .hours-hero p{
  font-size:16px!important;
  color:#555!important;
  max-width:540px!important;
  line-height:1.7!important;
}
html body .today-status{
  min-height:160px!important;
  padding:28px 32px!important;
  border-radius:0!important;
}
html body .today-status strong{
  font-size:clamp(32px,4vw,52px)!important;
  letter-spacing:-1.5px!important;
  font-weight:800!important;
}
html body .today-status span{
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:2px!important;
}
html body .hours-card{
  border-radius:0!important;
  border:1px solid #e8e0e4!important;
  padding:32px 28px!important;
  box-shadow:0 4px 20px rgba(0,0,0,.06)!important;
}
html body .hours-card h3{
  font-size:22px!important;
  font-weight:700!important;
}
html body .hours-row{
  padding:16px 0!important;
  font-size:15px!important;
}
html body .hours-row span{font-weight:500!important}
html body .hours-row strong{
  font-size:15px!important;
  font-weight:700!important;
  color:#3d2b34!important; /* açık gri rozet üzerinde okunur koyu ton */
}
/* Bugünün satırında rozet bordo zeminlidir; yazı beyaz olmalı.
   Yukarıdaki !important kuralı beyazı eziyordu, bu yüzden burada tekrar tanımlanır. */
html body .hours-row.is-today strong{color:#fff!important}
html body .hours-row.is-today{
  background:#fff8fa!important;
  padding-left:10px!important;
  margin-left:-10px!important;
  border-radius:4px!important;
}
html body .staff-hour{
  border-radius:0!important;
  padding:18px!important;
  border:1px solid #ece4e8!important;
  background:#fafafa!important;
}
html body .staff-hour b{font-size:14px!important;font-weight:700!important}
html body .staff-hour small{font-size:12px!important;color:#888!important;margin-top:4px!important}
html body .staff-hour strong{
  font-size:14px!important;
  font-weight:700!important;
  /* Rozet siyah zeminliydi ve yazısı pembe kalınca okunmuyordu;
     açık pembe zemin + koyu bordo yazı ile hem okunur hem markayla uyumlu. */
  background:#fdeef4!important;
  color:#8c1f4c!important;
  border:1px solid #f3cfdf!important;
}
html body .hours-card-title>span{
  width:44px!important;height:44px!important;
  font-size:14px!important;font-weight:700!important;
  border-radius:0!important;
  background:#1c1620!important;
}

/* ---- GALERİ: 16 fotoğraf eşit grid ---- */
html body .gallery-section{
  padding:80px 0!important;
  background:#f5f5f5!important;
}
html body .gallery-mosaic{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  grid-auto-rows:200px!important;
  gap:6px!important;
}
/* ilk kart 2x2, geri kalanlar normal */
html body .gallery-mosaic .gallery-item:nth-child(1){
  grid-column:span 2!important;
  grid-row:span 2!important;
}
html body .gallery-mosaic .gallery-item{
  overflow:hidden!important;
  position:relative!important;
  background:#ccc!important;
  border-radius:0!important;
}
html body .gallery-mosaic .gallery-item img{
  width:100%!important;height:100%!important;
  object-fit:cover!important;display:block!important;
  transition:transform .4s ease!important;
}
html body .gallery-mosaic .gallery-item:hover img{
  transform:scale(1.07)!important;
}

@media(max-width:900px){
  html body .gallery-mosaic{
    grid-template-columns:repeat(3,1fr)!important;
    grid-auto-rows:170px!important;
  }
  html body .gallery-mosaic .gallery-item:nth-child(1){
    grid-column:span 2!important;grid-row:auto!important;
  }
}
@media(max-width:600px){
  html body .gallery-mosaic{
    grid-template-columns:1fr 1fr!important;
    grid-auto-rows:140px!important;
  }
}

/* ---- FİYAT/RANDEVU kategoriler: tıklanınca açılsın ---- */
html body .booking-category>summary{
  padding:18px 20px!important;
  font-size:15px!important;
  font-weight:700!important;
  color:#1a1a1a!important;
  cursor:pointer!important;
  background:#f9f5f7!important;
  border-bottom:1px solid #eee!important;
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
html body .booking-category>summary::-webkit-details-marker{display:none!important}
html body .booking-category[open]>summary{
  background:#f0e4ea!important;
  color:#b53467!important;
}

/* ---- MOBİL MENÜ override ---- */
@media(max-width:780px){
  html body .public-header{
    min-height:66px!important;
    padding:0 16px!important;
  }
  html body .public-brand-logo{width:160px!important;height:50px!important;}
  html body .public-nav{
    display:none!important;
    position:fixed!important;top:66px!important;left:0!important;right:0!important;
    z-index:9999!important;padding:8px 12px 16px!important;
    background:#fff!important;border-bottom:1px solid #eee!important;
    box-shadow:0 8px 24px rgba(0,0,0,.1)!important;
    flex-direction:column!important;gap:2px!important;
  }
  html body .public-nav.open{display:flex!important;}
  html body .public-nav a{
    font-size:15px!important;padding:13px 16px!important;
    width:100%!important;border-radius:0!important;
  }
  html body .public-menu-button{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:42px!important;height:42px!important;border-radius:0!important;
    background:#f5e8ee!important;color:#b53467!important;border:0!important;
    font-size:22px!important;margin-left:auto!important;
  }
  html body .public-header-cta{display:none!important;}
  html body .public-nav-account-link{display:block!important;margin-top:8px!important;border-top:1px solid var(--line)!important;border-radius:0!important;text-align:center!important;font-weight:800!important;color:var(--brand-dark)!important}
  html body .public-nav-account-signup{margin-top:0!important;border-top:0!important;background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;color:#fff!important;border-radius:12px!important;margin:6px 4px 0!important;padding:12px!important}
}

/* =====================================================
   V46 — masaüstü menü taşması düzeltmesi
   .public-header'ın yatay padding formülü (100vw - 1400px temelli)
   gerçek içerik genişliğiyle (~1900px: logo+9 link+hesap
   butonları+CTA) uyuşmuyor; ~2500px altındaki HER ekranda
   "Randevu Al" butonu görünür alanın dışına taşıyordu (ölçüldü).
   Güvenli aralık için hamburger menüyü 2560px'e kadar genişlet.
   ===================================================== */
/* 1421px ve üzeri: logo + menü + büyük butonlar tek satırda, hamburger yok.
   Logo büyütüldüğü için eşik 1361'den 1421'e çekildi (canlıda ölçüldü, 1361-1420
   arası CTA butonu taşıyordu). Menü yazıları CTA butonlarıyla aynı boyutta;
   üst menüden "Randevu Al" (zaten CTA butonu var) ve "Randevu Sorgula"
   (footer'da mevcut) kaldırıldı — 9 öğe yerine 7 öğe. */
html body .public-header{gap:8px!important;padding:0 18px!important;min-height:100px!important}
html body .public-brand-logo{width:250px!important;height:78px!important}
html body .public-nav{gap:2px!important}
html body .public-nav a{font-size:14px!important;padding:9px 8px!important;font-weight:750!important;white-space:nowrap!important}
html body .public-header-cta{font-size:16px!important;padding:15px 30px!important;min-height:54px!important}
html body .public-header-actions .public-account-link{font-size:16px!important;padding:15px 22px!important;min-height:54px!important}

/* 1420px ve altı: menü hamburger'e geçer ama Müşteri Girişi / Ücretsiz Kayıt Ol / Randevu Al
   butonları her zaman görünür kalır — sadece nav linkleri katlanır. */
@media(max-width:1420px){
  html body .public-menu-button{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:42px!important;height:42px!important;border-radius:0!important;
    background:#f5e8ee!important;color:#b53467!important;border:0!important;
    font-size:22px!important;margin-left:auto!important;
  }
  html body .public-nav{
    display:none!important;
    position:fixed!important;top:72px!important;left:0!important;right:0!important;
    z-index:9999!important;padding:8px 12px 16px!important;
    background:#fff!important;border-bottom:1px solid #eee!important;
    box-shadow:0 8px 24px rgba(0,0,0,.1)!important;
    flex-direction:column!important;gap:2px!important;
    max-height:calc(100vh - 72px)!important;overflow-y:auto!important;
  }
  html body .public-nav.open{display:flex!important}
  html body .public-nav a{
    font-size:15px!important;padding:13px 16px!important;
    width:100%!important;border-radius:0!important;
  }
  html body .public-header-actions{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important}
  html body .public-header-cta{display:inline-flex!important;font-size:13px!important;padding:11px 16px!important;min-height:44px!important;white-space:nowrap!important}
  html body .public-header-actions .public-account-link{display:inline-flex!important;font-size:13px!important;padding:11px 13px!important;min-height:44px!important;white-space:nowrap!important}
  html body .public-nav-account-link{display:block!important;margin-top:8px!important;border-top:1px solid var(--line)!important;border-radius:0!important;text-align:center!important;font-weight:800!important;color:var(--brand-dark)!important}
  html body .public-nav-account-signup{margin-top:0!important;border-top:0!important;background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;color:#fff!important;border-radius:12px!important;margin:6px 4px 0!important;padding:12px!important}
}
/* 620px ve altı (telefon): 3 buton + logo + hamburger sığmıyor, taşma oluyor —
   bu genişlikte butonlar tekrar gizlenip hamburger menü içindeki hesap linklerine bırakılır. */
@media(max-width:620px){
  html body .public-header-cta{display:none!important}
  html body .public-header-actions .public-account-link{display:none!important}
}

/* =====================================================
   HEADER V2 — iki satırlı yapı: üstte beyaz şeritte sadece logo,
   altta koyu bordo şeritte menü + Müşteri Girişi + Randevu Al butonu.
   Referans: üstte logo, altta koyu renkli menü çubuğu + sağda vurgu butonu.
   Eski .public-header sınıfı artık kullanılmıyor (header'a hiç eklenmiyor),
   bu yüzden yukarıdaki tüm eski .public-header kuralları burada devre dışı —
   tüm görünüm bu bloktan yönetiliyor. */
html body .public-header-v2{
  display:block!important;position:sticky!important;top:0!important;z-index:10000!important;
  width:100%!important;margin:0!important;padding:0!important;
  background:transparent!important;border:0!important;
  box-shadow:0 8px 28px rgba(20,15,18,.10)!important;
}
html body .public-header-v2 .public-header-top{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  background:#fff!important;padding:14px 28px!important;
  border-bottom:1px solid #ece8ea!important;gap:12px!important;
}
html body .public-header-v2 .public-brand{
  display:flex!important;align-items:center!important;gap:0!important;text-decoration:none!important;
}
html body .public-header-v2 .public-brand-logo{
  display:block!important;width:220px!important;height:auto!important;
  background:transparent!important;box-shadow:none!important;overflow:visible!important;
}
html body .public-header-v2 .public-brand-logo img{
  display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;
}
html body .public-header-v2 .public-brand > span:not(.public-brand-logo){display:none!important}
html body .public-header-v2 .public-menu-button{display:none!important}
html body .public-header-v2 .public-header-navbar{
  display:flex!important;align-items:stretch!important;justify-content:space-between!important;
  background:#2b1a26!important;padding:0 28px!important;
}
/* DIKKAT: bu dosyada menuyu "sabit acilir panel"e ceviren daha eski bir kural
   var (@media max-width:1420px). O kural v2 basliginda da gecerli oluyordu:
   v2 display'i flex'e cekiyor ama position:fixed oldugu gibi kaliyordu.
   Sonuc: 901-1420px arasinda menu, sayfanin ustune yapisik BEYAZ ACIK BIR
   PANEL olarak duruyor, icerigin uzerini kapatiyor ve sayfa basinda kocaman
   bos bir alan olusuyordu. Asagida panel ozelliklerinin hepsi geri alinir. */
html body .public-header-v2 .public-nav{
  display:flex!important;align-items:center!important;gap:2px!important;flex-wrap:wrap!important;
  flex-direction:row!important;
  position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;
  z-index:auto!important;background:transparent!important;
  border:0!important;border-bottom:0!important;box-shadow:none!important;
  padding:0!important;max-height:none!important;overflow:visible!important;
}
html body .public-header-v2 .public-nav a{
  display:flex!important;align-items:center!important;
  color:#fff!important;text-decoration:none!important;
  font-size:14px!important;font-weight:700!important;
  padding:19px 14px!important;white-space:nowrap!important;
  /* Eski acilir menu kurali baglantilari width:100% yapiyor; boyle olunca
     her baglantı alt satira dusuyor ve menu dikey bir yigina donusuyordu. */
  width:auto!important;border-radius:0!important;border-bottom:0!important;
}
html body .public-header-v2 .public-nav a:hover,
html body .public-header-v2 .public-nav a.active{color:#f4a8c8!important;background:transparent!important}
html body .public-header-v2 .public-nav > a.public-nav-account-link{display:none!important}
html body .public-header-v2 .public-header-actions{
  display:flex!important;align-items:center!important;gap:10px!important;margin-left:auto!important;
}
html body .public-header-v2 .public-account-link{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(255,255,255,.08)!important;border:1.5px solid rgba(255,255,255,.4)!important;border-radius:12px!important;box-shadow:none!important;
  color:#fff!important;text-decoration:none!important;
  font-size:15px!important;font-weight:800!important;
  padding:18px 26px!important;white-space:nowrap!important;min-height:0!important;
}
html body .public-header-v2 .public-account-link:hover{background:rgba(255,255,255,.18)!important;border-color:#fff!important;color:#fff!important}
html body .public-header-v2 .public-account-signup{background:rgba(255,255,255,.16)!important;border-color:#fff!important}
html body .public-header-v2 .public-header-cta{
  display:flex!important;align-items:center!important;
  background:linear-gradient(135deg,var(--brand,#e30062),var(--brand-dark,#a40045))!important;
  color:#fff!important;text-decoration:none!important;
  font-size:15px!important;font-weight:800!important;
  padding:19px 34px!important;white-space:nowrap!important;
}
html body .public-header-v2 .public-header-cta:hover{filter:brightness(1.08)!important}

/* 1200px ve altı: hamburger'e geç, koyu şerit fixed açılır menüye dönüşür.
   Sınır 900px iken 901-1200px arasında yedi menü bağlantısı + iki hesap
   düğmesi + randevu düğmesi tek satıra sığmıyor, menü iki satıra katlanıp
   başlığı iki katına çıkarıyordu. Bu aralıkta açılır menü daha derli toplu. */
@media(max-width:1200px){
  html body .public-header-v2 .public-brand-logo{width:150px!important}
  html body .public-header-v2 .public-menu-button{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:42px!important;height:42px!important;border:0!important;border-radius:0!important;
    background:#f5e8ee!important;color:#b53467!important;font-size:22px!important;
  }
  html body .public-header-v2 .public-header-navbar{display:contents!important}
  html body .public-header-v2 .public-nav{
    display:none!important;flex-direction:column!important;gap:0!important;
    /* Menu yatay seritken ortalaniyor; ayni ortalama acilir menude de gecerli
       oldugu icin baglantilar ekranin dikey ortasina itiliyor ve ustte
       yaklasik 150px bos alan kaliyordu. Acilir menude ustten hizalanir. */
    justify-content:flex-start!important;align-items:stretch!important;
    position:fixed!important;top:70px!important;left:0!important;right:0!important;bottom:0!important;
    z-index:9999!important;background:#fff!important;overflow-y:auto!important;padding:6px 0!important;
  }
  html body .public-header-v2 .public-nav.open{display:flex!important}
  html body .public-header-v2 .public-nav a{
    color:#2b1a26!important;padding:16px 24px!important;width:100%!important;
    border-bottom:1px solid #f1e7ec!important;font-size:15px!important;
  }
  html body .public-header-v2 .public-nav a.active{color:var(--brand-dark,#a40045)!important}
  /* Secici, yukaridaki medya sorgusuz kuraldan (.public-nav > a.public-nav-account-link)
     daha zayif kalirsa hesap baglantilari acilir menude de gizli kaliyor.
     O durumda ust seritteki dugmeler de gizli oldugu icin ziyaretci
     "Uye Girisi" ve "Uye Ol" baglantilarina HICBIR YERDEN ulasamiyordu. */
  html body .public-header-v2 .public-nav > a.public-nav-account-link,
  html body .public-header-v2 .public-nav-account-link{
    display:block!important;padding:16px 24px!important;width:100%!important;
    border-bottom:1px solid #f1e7ec!important;font-size:15px!important;font-weight:800!important;
    color:var(--brand-dark,#a40045)!important;text-align:left!important;
  }
  html body .public-header-v2 .public-nav > a.public-nav-account-signup,
  html body .public-header-v2 .public-nav-account-signup{
    background:linear-gradient(135deg,var(--brand,#e30062),var(--brand-dark,#a40045))!important;
    color:#fff!important;border-bottom:0!important;margin:10px 16px!important;
    /* width:calc(100% - 32px) + yan bosluklar + kenar payi toplaninca dugme
       ekranin sagindan tasiyordu. Genislik icerige birakilir, hizalama
       zaten stretch oldugu icin dugme iki kenar payi arasini doldurur. */
    width:auto!important;box-sizing:border-box!important;
    text-align:center!important;border-radius:12px!important;
  }
  html body .public-header-v2 .public-header-actions{display:none!important}
}
@media(max-width:480px){
  html body .public-header-v2 .public-header-top{padding:10px 16px!important}
  html body .public-header-v2 .public-brand-logo{width:120px!important}
}

/* =====================================================
   Çalışma saatleri bölümü — önceden yalnızca index.php'nin kendi <style>
   bloğunda tanımlıydı. Bölüm ayrı sayfaya (calisma-saatleri.php) da
   taşındığı için ortak dosyaya alındı; iki sayfada da aynı görünür.
   ===================================================== */
.hours-section{background:linear-gradient(180deg,#fff 0%,#faf5f7 100%)}
.hours-card{border:1px solid #ecdfe5!important;border-radius:22px!important;box-shadow:0 10px 34px rgba(60,20,40,.07)!important;overflow:hidden;background:#fff!important;padding:0!important}
/* Başlık şeridi düz siyahtı; ağır duruyor ve site kimliğiyle uyuşmuyordu. */
.hours-card-title{margin:0!important;padding:20px 22px!important;background:linear-gradient(135deg,#3d1228 0%,#7b1f4d 55%,#a8306a 100%)!important;display:flex;align-items:center;gap:14px}
.hours-card-title span{background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.28);color:#fff!important;width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;font-weight:800;font-size:15px}
.hours-card-title h3{color:#fff!important;margin:0;font-size:19px}
.hours-card-title p{color:#b9aeb4!important;margin:3px 0 0;font-size:12px}
.hours-row{display:flex;align-items:center;justify-content:space-between;margin:0!important;padding:15px 26px!important;background:#fff!important;border-radius:0!important;border-bottom:1px solid #f4edf0}
.hours-row:last-child{border-bottom:0}
.hours-row.is-today{background:#fdf0f5!important;box-shadow:inset 4px 0 0 #b0245b}
.hours-row span{font-weight:600;color:#3c353a;display:flex;align-items:center;gap:9px}
.hours-row span em{font-style:normal;background:#b0245b;color:#fff;font-size:10px;font-weight:800;padding:3px 9px;border-radius:999px;letter-spacing:.06em}
.hours-row strong{font-variant-numeric:tabular-nums;background:#f6f1f3;color:#18151a;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700}
.hours-row.is-today strong{background:#b0245b;color:#fff}
.staff-hours-grid{padding:20px 26px 26px;display:grid;gap:12px}
.staff-hour{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid #f0e6ea;background:#fdfbfc;border-radius:16px;padding:14px 18px}
.staff-hour-avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#b0245b,#7b1f4d);color:#fff;display:grid;place-items:center;font-weight:800;font-size:17px;overflow:hidden}
.staff-hour-avatar img{width:100%;height:100%;object-fit:cover}
.staff-hour b{font-size:15px;color:#18151a}
.staff-hour small{color:#8a8087}
.staff-hour strong{font-variant-numeric:tabular-nums;background:#18151a;color:#fff;padding:8px 15px;border-radius:999px;font-size:13px;font-weight:700}
.today-status{border-radius:22px!important;padding:26px 30px!important;box-shadow:0 14px 38px rgba(20,90,50,.18)!important}

/* Ayrı sayfada bölüm header'ın hemen altında kalmasın. */
.standalone-page-section{padding-top:46px!important}

/* KVKK onay satırı: bağlantı artık label dışında, ayrı ve basılabilir bir bağlantı. */
/* .kvkk-line eskiden label'dı ve vassago-booking.css onu yatay diziyor;
   artık içinde onay satırı + ayrı bağlantı olduğu için dikey olmalı. */
html body .kvkk-line{flex-direction:column!important;align-items:stretch!important}
.kvkk-consent{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.kvkk-consent input{width:auto!important;min-height:0!important;margin-top:3px;flex:0 0 auto}
.kvkk-link{
  display:inline-block;margin-top:8px;padding:8px 0;
  color:#a3125a;font-weight:800;font-size:12.5px;
  text-decoration:underline;text-underline-offset:3px;
}
.kvkk-link:hover{color:#7b1f4d}
@media(max-width:640px){
  /* Parmakla rahat basılsın diye dokunma alanı büyütülür. */
  .kvkk-link{padding:10px 0;font-size:13.5px}
  .kvkk-consent span{font-size:12.5px;line-height:1.55}
}

/* Hızlı erişim kutusundaki "Üye Ol" butonu — altın vurgu, diğerlerinden ayrışsın. */
html body .quick-contact a.uyeol{
  background:linear-gradient(135deg,#c9922f,#9a6b17)!important;color:#fff!important;
}
html body .quick-contact a.uyeol svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Telefonda bu kutu tam genişlik kaplayıp içeriği örtüyordu. Alt menü zaten
   ana gezinmeyi sağladığı için burada yalnızca küçük, sağa yaslı yuvarlak
   kısayollar bırakılır. */
@media(max-width:780px){
  html body .quick-contact{
    left:auto!important;right:12px!important;bottom:84px!important;
    display:flex!important;flex-direction:column!important;
    grid-template-columns:none!important;gap:8px!important;width:auto!important;
  }
  html body .quick-contact a{
    width:48px!important;height:48px!important;min-width:0!important;
    padding:0!important;border-radius:50%!important;justify-content:center!important;
    box-shadow:0 8px 20px rgba(0,0,0,.22)!important;
  }
  html body .quick-contact a svg{width:22px;height:22px}
  html body .quick-contact a span{display:none!important}
}

/* Vassago Club: "Hemen Ücretsiz Üye Ol" ana çağrı butonu öne çıkarılır.
   Önceki sıralamada asıl istenen eylem ikinci sıradaydı ve fark edilmiyordu. */
html body .club-actions a.club-cta-main{
  order:-1;
  background:#17151a!important;color:#fff!important;
  padding:17px 30px!important;border-radius:14px!important;
  font-size:15px!important;font-weight:900!important;letter-spacing:.2px;
  box-shadow:0 14px 30px rgba(0,0,0,.28)!important;
  border:2px solid rgba(255,255,255,.9)!important;
  white-space:nowrap;
}
html body .club-actions a.club-cta-main:hover{background:#fff!important;color:#751038!important}
html body .club-actions a:not(.club-cta-main){
  background:transparent!important;color:#fff!important;
  border:1.5px solid rgba(255,255,255,.65)!important;border-radius:14px!important;
  padding:16px 22px!important;font-size:13px!important;
}
html body .club-actions a:not(.club-cta-main):hover{background:rgba(255,255,255,.15)!important}
html body .club-actions{gap:12px!important;align-items:center}
@media(max-width:780px){
  html body .club-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  html body .club-actions a.club-cta-main{padding:16px 20px!important;font-size:14px!important;white-space:normal}
}

/* Çalışma saatleri — mobil davranışı (tek sütun, daha sıkı boşluklar). */
@media(max-width:900px){
  .hours-layout{grid-template-columns:1fr!important;gap:18px!important}
  .hours-hero{grid-template-columns:1fr!important;gap:18px!important;margin-bottom:22px!important}
  .staff-hours-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:640px){
  .standalone-page-section{padding-top:26px!important}
  .hours-card-title{padding:16px 16px!important;gap:11px}
  .hours-card-title h3{font-size:17px}
  .hours-row{padding:13px 16px!important}
  .hours-row span{font-size:14px}
  .hours-row strong{font-size:12px;padding:6px 11px}
  .staff-hours-grid{grid-template-columns:1fr!important;padding:14px 16px 18px!important}
  .staff-hour{grid-template-columns:auto minmax(0,1fr);row-gap:8px;padding:12px 14px}
  .staff-hour strong{grid-column:1/-1;justify-self:start}
  .today-status{padding:20px 18px!important}
}

/* ============================================================
   ÜYELİK DAVETİ — ana sayfada gecikmeli çıkan küçük kart.
   Anında açılan tam ekran pencere Google'ın mobil "araya giren
   içerik" cezasına giriyor; bu yüzden sayfanın altına yaslanan,
   içeriği kapatmayan bir kart tercih edildi.
   ============================================================ */
/* ÜYELİK DAVETİ — sayfadaki Vassago Club şeridinin pencere hâli.
   Ziyaretçi girdikten 3 saniye sonra çıkar. Şeritle aynı marka arka planı,
   aynı başlık ve aynı iki düğme kullanılır ki iki yer birbirini tutsun. */
/* Perde: pencere ekranin ortasinda acilinca arkasi karartilir; perdeye
   dokununca pencere kapanir. */
html body .uyelik-davet-perde{
  position:fixed;inset:0;z-index:5190;
  background:rgba(28,12,20,.55);
  opacity:0;transition:opacity .28s ease;
}
html body .uyelik-davet-perde.acik{opacity:1}
html body .uyelik-davet-perde[hidden]{display:none!important}
html body .uyelik-davet{
  position:fixed;left:50%;top:50%;z-index:5200;
  transform:translate(-50%,-46%) scale(.97);
  width:min(560px,calc(100vw - 32px));
  padding:26px 28px 22px;border-radius:22px;
  background:linear-gradient(135deg,#ac0a54 0%,#c9235f 55%,#d6317a 100%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 70px rgba(35,10,24,.38);
  opacity:0;
  transition:opacity .28s ease,transform .28s ease;
}
html body .uyelik-davet.acik{opacity:1;transform:translate(-50%,-50%) scale(1)}
html body .uyelik-davet[hidden]{display:none!important}
html body .uyelik-davet-rozet{
  display:inline-block;font-size:10.5px;font-weight:900;letter-spacing:1.6px;
  color:#fff;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:5px 12px;border-radius:999px;
}
html body .uyelik-davet b{
  display:block;margin:13px 0 8px;font-size:24px;line-height:1.2;
  color:#fff;letter-spacing:-.5px;font-weight:800;
}
html body .uyelik-davet p{margin:0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.9)}
html body .uyelik-davet-butonlar{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
html body .uyelik-davet-ana{
  display:inline-flex;align-items:center;justify-content:center;
  flex:1 1 220px;min-height:52px;padding:0 22px;border-radius:14px;
  background:#18151a;color:#fff;text-decoration:none;
  font-size:15px;font-weight:800;
}
html body .uyelik-davet-ana:hover{background:#000}
html body .uyelik-davet-giris{
  display:inline-flex;align-items:center;justify-content:center;
  flex:0 1 auto;min-height:52px;padding:0 24px;border-radius:14px;
  background:transparent;color:#fff;text-decoration:none;
  border:1.5px solid rgba(255,255,255,.6);
  font-size:15px;font-weight:800;
}
html body .uyelik-davet-giris:hover{background:rgba(255,255,255,.14);border-color:#fff}
html body .uyelik-davet-sonra{
  display:block;margin:14px auto 0;padding:8px 12px;
  border:0;background:none;cursor:pointer;
  font-size:13px;font-weight:700;color:rgba(255,255,255,.72);
}
html body .uyelik-davet-sonra:hover{color:#fff;text-decoration:underline}
html body .uyelik-davet-kapat{
  position:absolute;top:12px;right:12px;width:32px;height:32px;
  display:grid;place-items:center;border:0;border-radius:50%;
  background:rgba(255,255,255,.16);color:#fff;font-size:14px;cursor:pointer;
}
html body .uyelik-davet-kapat:hover{background:rgba(255,255,255,.3)}

@media(max-width:780px){
  /* Mobilde alt şerit ve hızlı erişim düğmeleri zaten ekranın altını
     kullanıyor; davet kartı onların üstüne değil, yerine gelir. */
  /* Telefonda pencere iki kenara yaslanir; alt menunun uzerinde durur. */
  html body .uyelik-davet{
    left:50%;top:50%;bottom:auto;right:auto;
    width:calc(100vw - 24px);max-width:none;
    transform:translate(-50%,-46%) scale(.97);
    padding:22px 20px 18px;border-radius:20px;
  }
  html body .uyelik-davet.acik{transform:translate(-50%,-50%) scale(1)}
  html body .uyelik-davet b{font-size:20px}
  html body .uyelik-davet p{font-size:13.5px}
  html body .uyelik-davet-butonlar{flex-direction:column;gap:9px}
  html body .uyelik-davet-ana,html body .uyelik-davet-giris{flex:1 1 auto;width:100%;min-height:50px}
  html body.uyelik-daveti-acik .quick-contact{display:none!important}
}
@media(max-width:380px){
  html body .uyelik-davet b{font-size:18.5px}
  html body .uyelik-davet{padding:20px 16px 16px}
}

/* Alt menü ikonları: simge karakterlerinden (⌂ ✦ ♙) çizgi SVG'ye geçildi.
   O karakterler her cihazda farklı çiziliyordu ve "Üye Girişi"nde satranç
   piyonu duruyordu. */
html body .public-bottom-nav a span{display:grid;place-items:center}
html body .public-bottom-nav a span svg{
  width:21px;height:21px;fill:none;stroke:currentColor;
  stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block;
}

/* =====================================================
   GALERİ IZGARASI — TEK VE SON KURAL
   Bu dosyada mozaik için beş ayrı kuşak kural birikmiş; her biri farklı sütun
   ve satır veriyor, birbirini eziyordu. Telefonda sonuç 93x178 ve 93x108 gibi
   birbirini tutmayan minik karolardı. Aşağısı son sözdür: eşit boyutlu, aynı
   en-boy oranında, düzgün saran tek bir ızgara.
   ===================================================== */
html body .gallery-mosaic{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;
  grid-template-rows:none!important;
  grid-auto-rows:auto!important;
  gap:14px!important;
}
html body .gallery-mosaic .gallery-item,
html body .gallery-mosaic .gallery-item:nth-child(n){
  grid-column:auto!important;
  grid-row:auto!important;
  /* figure etiketinin tarayici varsayilani olan 40px yan bosluklari hucrenin
     yarisini yiyordu: 170px sutunda karo 90px kaliyordu. */
  margin:0!important;
  aspect-ratio:4 / 3;
  height:auto!important;
  border-radius:16px;
  overflow:hidden;
}
html body .gallery-mosaic .gallery-item img{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block;
}
html body .gallery-mosaic .gallery-item figcaption{
  padding:30px 14px 12px!important;font-size:11.5px!important;
}
@media(max-width:620px){
  html body .gallery-mosaic{
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;
    gap:10px!important;
  }
}

/* =====================================================
   SOSYAL BÖLÜMÜ — büyük görsel bloğu kaldırıldıktan sonraki düzen.
   Bölüm telefonda 1.959px sürüyordu, sayfanın en uzun parçalarındandı.
   Görsel bloğu galeriyle aynı işi yapıyordu; artık yalnızca dört iletişim
   kanalı kartı kalıyor ve bunlar tüm genişliği paylaşıyor.
   ===================================================== */
html body .social-modern-grid{grid-template-columns:1fr!important}
html body .social-channel-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
  gap:14px!important;
}
html body .social-channel{min-height:150px!important}
@media(max-width:620px){
  html body .social-channel-grid{grid-template-columns:1fr!important}
  html body .social-channel{min-height:118px!important}
}

/* Hero slider noktalari: gorsel olarak 10px kaliyor ama dokunma alani buyutulur.
   10x10 bir hedef telefonda parmakla isabet ettirilemiyordu. */
html body .hero-slider-dots{gap:14px!important}
html body .hero-slider-dots button{position:relative}
html body .hero-slider-dots button::before{
  content:"";position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:26px;height:26px;border-radius:50%;
}

/* =====================================================
   OKUNABİLİRLİK TABANI — 12px
   Sayfada 10-11px'e düşen etiketler vardı (hero rakam etiketleri, sosyal
   kanal üst yazıları, slider altyazıları, rozetler). Bu boyut telefonda,
   özellikle yaşı ilerlemiş okuyucu için zorlayıcı. Hepsi 12px tabanına
   çekildi; harf aralığı korunduğu için görünüm bozulmuyor.
   ===================================================== */
html body .hero-facts small,
html body .instant-booking-link small,
html body .social-channel small,
html body .social-channel span small,
html body .konum-satir small,
html body .hero-slide span,
html body .hero-badge,
html body .vassago-cookie-badge,
html body .uyelik-davet-rozet{font-size:12px!important}
/* Sosyal kanal ust yazilari (TAKIP ET, HIZLI ILETISIM...) baska bir kural
   tarafindan 10px'e sabitleniyor; kimlik secicisiyle kesin olarak 12px. */
html body section#sosyal-medya a.social-channel span small{font-size:12px!important}

/* --- Tek başına WhatsApp düğmesi ---
   Ortak altbilgiyi çağırmayan sayfalarda kullanılır (randevu adımları,
   üye girişi/kaydı, üye paneli). Altbilgili sayfalarda .quick-contact var. */
.vs-wa{
  position:fixed;right:18px;bottom:22px;z-index:5000;
  display:inline-flex;align-items:center;gap:10px;
  height:54px;padding:0 18px;border-radius:16px;
  background:#1faa63;color:#fff;text-decoration:none;
  font-size:13px;font-weight:800;line-height:1;
  box-shadow:0 14px 34px rgba(16,80,48,.28);
}
.vs-wa:hover{background:#189656}
.vs-wa svg{width:26px;height:26px;flex:0 0 26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
/* Randevu sayfasında seçim çubuğu açılınca düğme çubuğun üstüne çıkar. */
body.secim-var .vs-wa{bottom:96px}
@media(max-width:780px){
  .vs-wa{right:14px;bottom:16px;width:52px;height:52px;padding:0;justify-content:center;border-radius:50%}
  .vs-wa span{display:none}
  body.secim-var .vs-wa{bottom:88px}
}
@media print{.vs-wa{display:none}}
