@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --home-black:#050505;
  --home-ink:#121212;
  --home-text:#202124;
  --home-muted:#686d73;
  --home-faint:#8b9096;
  --home-line:rgba(18,18,18,.10);
  --home-soft:#f6f7f5;
  --home-soft-2:#eef1ed;
  --home-white:#ffffff;
  --home-green:#29b864;
  --home-green-dark:#10783d;
  --home-mint:#e7f7ed;
  --home-max:1180px;
  --home-radius:28px;
  --home-radius-sm:18px;
  --home-shadow:0 22px 60px rgba(0,0,0,.10);
  --home-shadow-soft:0 12px 32px rgba(0,0,0,.07);
}

body.home-page{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:#fff;
  color:var(--home-ink);
  font-family:Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body.home-page *,
body.home-page *::before,
body.home-page *::after{
  box-sizing:border-box;
}

body.home-page a{
  color:inherit;
  text-decoration:none;
}

body.home-page button,
body.home-page input{
  font:inherit;
}

body.home-page input{
  min-width:0;
}

body.home-page #headerContainer{
  min-height:72px;
  background:#000;
}

body.home-page #headerContainer header,
body.home-page #headerContainer .tmz-header{
  min-height:72px;
  padding:14px clamp(20px,4vw,56px);
  background:#000;
  border-bottom:1px solid rgba(255,255,255,.08);
}

body.home-page #headerContainer .logo a,
body.home-page #headerContainer .tmz-logo a{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.9px;
  color:#fff;
}

body.home-page #headerContainer .tmz-desktop-nav{
  display:flex;
  align-items:center;
  gap:clamp(18px,2vw,30px);
  margin-left:clamp(28px,4vw,56px);
}

body.home-page #headerContainer .tmz-desktop-nav a{
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:650;
  letter-spacing:-.01em;
  transition:color .18s ease;
}

body.home-page #headerContainer .tmz-desktop-nav a:hover,
body.home-page #headerContainer .tmz-desktop-nav a:focus-visible{
  color:#fff;
}

body.home-page #headerContainer .btn-white{
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:#fff;
  color:#080808;
  font-weight:800;
  box-shadow:none;
}

body.home-page #headerContainer .menu-icon,
body.home-page #headerContainer .tmz-fallback-menu-link{
  color:#fff;
}

.home-shell{
  width:100%;
  overflow:hidden;
  background:#fff;
}

.home-hero{
  background:#000;
  color:#fff;
  padding:clamp(30px,5vw,70px) clamp(18px,4vw,56px) clamp(46px,6vw,86px);
}

.hero-inner{
  max-width:var(--home-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,470px);
  align-items:start;
  gap:clamp(32px,6vw,84px);
}

.home-eyebrow{
  margin:0 0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hero-copy > .home-eyebrow{
  letter-spacing:.02em;
}

.home-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--home-green);
  box-shadow:0 0 0 5px rgba(41,184,100,.16);
}

.home-eyebrow.dark{
  color:var(--home-green-dark);
}

.hero-copy h1{
  margin:0;
  max-width:760px;
  font-size:clamp(46px,7vw,88px);
  line-height:.95;
  letter-spacing:-.075em;
  font-weight:900;
}

.hero-lead{
  margin:clamp(22px,3vw,30px) 0 0;
  max-width:650px;
  color:rgba(255,255,255,.72);
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.55;
  letter-spacing:-.025em;
}

.hero-proof{
  margin-top:32px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero-proof span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.06);
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}


@media (min-width:1101px){
  .hero-copy{
    padding-top:0;
  }
}

.hero-start-card{
  width:100%;
  padding:clamp(22px,3vw,30px);
  border-radius:32px;
  background:#fff;
  color:var(--home-ink);
  box-shadow:0 36px 90px rgba(0,0,0,.35);
}

.start-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}

.card-label{
  display:block;
  margin-bottom:8px;
  color:var(--home-faint);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.start-card-head h2{
  margin:0;
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:900;
}

.start-card-head strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
  height:38px;
  padding:0 12px;
  border-radius:999px;
  background:#f1f3f0;
  color:#151515;
  font-size:13px;
  font-weight:900;
}

.address-stack{
  display:grid;
  gap:12px;
}

.address-box{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:60px;
  padding:0 17px;
  border:1px solid var(--home-line);
  border-radius:20px;
  background:#f8f9f7;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.address-box:focus-within{
  border-color:rgba(41,184,100,.62);
  background:#fff;
  box-shadow:0 0 0 5px rgba(41,184,100,.12);
}

.address-box.has-error{
  border-color:rgba(214,48,49,.65);
  background:#fff8f7;
  box-shadow:0 0 0 5px rgba(214,48,49,.10);
}

.address-marker{
  flex:0 0 auto;
  width:12px;
  height:12px;
  border:3px solid #111;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(17,17,17,.07);
}

.address-box input{
  width:100%;
  height:58px;
  border:0;
  outline:0;
  background:transparent;
  color:#111;
  font-size:16px;
  font-weight:650;
  letter-spacing:-.02em;
}

.address-box input::placeholder{
  color:#8e9398;
  font-weight:600;
}

.address-error,
.address-status{
  display:none;
  margin:0;
  border-radius:16px;
  padding:12px 14px;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}

.address-error{
  color:#9c1f1f;
  background:#fff0ef;
}

.address-status{
  color:#0b6b38;
  background:#edf9f1;
}

.address-error.show,
.address-status.show{
  display:block;
}

.address-map-tools{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.address-tool-btn{
  min-height:48px;
  border:1px solid var(--home-line);
  border-radius:16px;
  background:#fff;
  color:#111;
  cursor:pointer;
  font-size:14px;
  font-weight:850;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.address-tool-btn:hover,
.address-tool-btn:focus-visible{
  border-color:rgba(17,17,17,.22);
  background:#f6f7f5;
  transform:translateY(-1px);
}

.address-map-wrap{
  display:none;
  overflow:hidden;
  min-height:280px;
  border:1px solid var(--home-line);
  border-radius:20px;
  background:#eef1ed;
}

.address-map-wrap.show{
  display:block;
}

.address-map{
  width:100%;
  height:320px;
  min-height:280px;
}

.hero-actions{
  margin-top:18px;
  display:grid;
  gap:12px;
}

.primary-btn,
.secondary-btn,
.light-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  font-size:15px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.02em;
  text-align:center;
}

.primary-btn{
  width:100%;
  background:#000;
  color:#fff;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.primary-btn:hover,
.primary-btn:focus-visible{
  background:#161616;
}

.quiet-link,
.ghost-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  color:var(--home-muted);
  font-size:14px;
  font-weight:750;
  text-align:center;
}

/* Giriş yapmış müşteri: ana header giriş öncesindeki siyah marka görünümünü korur. */
html body.home-page.customer-authenticated #headerContainer,
html body.home-page.customer-authenticated #headerContainer header,
html body.home-page.customer-authenticated #headerContainer .tmz-header{
  background:#000 !important;
  border-bottom-color:rgba(255,255,255,.14) !important;
}

html body.home-page.customer-authenticated #headerContainer .logo a,
html body.home-page.customer-authenticated #headerContainer .tmz-logo a,
html body.home-page.customer-authenticated #headerContainer .tmz-desktop-nav > a,
html body.home-page.customer-authenticated #headerContainer .desktop-about-toggle,
html body.home-page.customer-authenticated #headerContainer .menu-icon,
html body.home-page.customer-authenticated #headerContainer .tmz-fallback-menu-link{
  color:#fff !important;
}

html body.home-page.customer-authenticated #headerContainer .desktop-chevron{
  stroke:#fff !important;
}

html body.home-page.customer-authenticated #headerContainer .tmz-desktop-nav .desktop-about-toggle,
html body.home-page.customer-authenticated #headerContainer .tmz-desktop-nav .desktop-about-toggle > span,
html body.home-page.customer-authenticated #headerContainer .desktop-about-menu > .desktop-about-toggle{
  color:#fff !important;
}

html body.home-page.customer-authenticated #headerContainer .tmz-desktop-nav .desktop-about-toggle .desktop-chevron,
html body.home-page.customer-authenticated #headerContainer .desktop-about-menu > .desktop-about-toggle .desktop-chevron{
  stroke:#fff !important;
}

body.home-page.customer-authenticated #headerContainer .btn-white{
  border-color:#fff !important;
  background:#fff !important;
  color:#000 !important;
}

body.home-page.customer-authenticated .account-strip{
  display:none;
}

body.home-page.customer-authenticated #heroLoginLink{
  display:none;
}

.customer-account-nav{
  display:none;
  background:#fff;
  border-bottom:1px solid #e5e5e5;
}

body.home-page.customer-authenticated .customer-account-nav{
  display:block;
}

.customer-account-nav-inner{
  width:100%;
  min-height:74px;
  margin:0 auto;
  padding:0 clamp(20px,4vw,56px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.customer-account-welcome{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  color:#000;
}

.customer-account-welcome strong{
  font-size:16px;
  line-height:1.25;
  font-weight:800;
}

.customer-account-welcome > span{
  color:#6b6b6b;
  font-size:13px;
  line-height:1.3;
  font-weight:500;
}

.customer-account-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:30px;
}

.customer-account-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:74px;
  color:#000;
  font-size:15px;
  font-weight:700;
}

@media (max-width:768px){
  .customer-account-nav-inner{
    width:100%;
    min-height:auto;
    padding:12px 18px 0;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .customer-account-links{
    justify-content:flex-start;
    gap:24px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .customer-account-links::-webkit-scrollbar{ display:none; }
  .customer-account-nav a{ min-height:46px; white-space:nowrap; }
}

.customer-history{
  border-top:0;
  background:#fff;
}

.customer-history.home-section{
  margin:0 auto;
  padding-top:clamp(46px,6vw,76px);
  padding-bottom:clamp(46px,6vw,76px);
}

.customer-history[hidden]{
  display:none !important;
}

.customer-history-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.customer-history-head h2{
  margin:0;
  color:#111;
  font-size:clamp(30px,3.4vw,46px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
}

.customer-history-list{
  display:grid;
}

.customer-history-row{
  display:grid;
  grid-template-columns:96px minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
  min-height:148px;
  padding:22px 0;
  border-bottom:1px solid #e6e6e6;
}

.customer-history-icon{
  display:grid;
  place-items:center;
  width:96px;
  height:96px;
  border-radius:18px;
  background:#363636;
  color:#fff;
  font-size:38px;
  line-height:1;
}

.customer-history-copy{
  display:grid;
  gap:7px;
  min-width:0;
}

.customer-history-copy strong{
  overflow:hidden;
  color:#111;
  font-size:22px;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.customer-history-copy span{
  overflow:hidden;
  color:#6b6b6b;
  font-size:16px;
  font-weight:550;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.customer-history-copy .customer-history-price{
  color:#222;
  font-size:17px;
  font-weight:750;
}

.customer-history-rebook{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  background:#eee;
  color:#111;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}

.customer-history-rebook::before{
  content:"↻";
  margin-right:8px;
  font-size:17px;
}

.customer-history-empty{
  margin:30px 0 0;
  color:#6b6b6b;
  font-size:15px;
}

.quiet-link:hover,
.quiet-link:focus-visible,
.ghost-link:hover,
.ghost-link:focus-visible{
  color:#111;
}

.service-snapshot{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  border-radius:20px;
  background:#f4f6f3;
}

.service-snapshot span,
.service-snapshot small{
  display:block;
  color:var(--home-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.service-snapshot strong{
  display:block;
  margin-top:5px;
  font-size:15px;
  letter-spacing:-.025em;
}

.home-section{
  max-width:var(--home-max);
  margin:0 auto;
  padding:clamp(58px,7vw,104px) clamp(18px,4vw,56px);
}

.section-head{
  max-width:720px;
  margin-bottom:34px;
}

.section-head.narrow{
  max-width:610px;
}

.section-head h2,
.quality-copy h2,
.planning-copy h2,
.provider-copy h2{
  margin:0;
  color:var(--home-ink);
  font-size:clamp(34px,4.6vw,58px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:900;
}

.section-head p:not(.home-eyebrow),
.planning-copy p,
.provider-copy p,
.quality-grid p,
.process-step p,
.service-card p,
.account-strip p{
  color:var(--home-muted);
  font-size:16px;
  line-height:1.55;
  letter-spacing:-.02em;
}

.section-head p:not(.home-eyebrow){
  margin:16px 0 0;
  max-width:620px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}

.service-card{
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:28px;
  border:1px solid var(--home-line);
  border-radius:30px;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.service-card:hover,
.service-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(18,18,18,.18);
  box-shadow:var(--home-shadow-soft);
}

.service-card.featured{
  background:#101010;
  color:#fff;
  border-color:#101010;
}

.service-card.featured p,
.service-card.featured .service-index{
  color:rgba(255,255,255,.64);
}

.service-index{
  color:var(--home-faint);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}

.service-card h3{
  margin:auto 0 14px;
  font-size:clamp(26px,3vw,36px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:900;
}

.service-card p{
  margin:0 0 26px;
}

.service-card strong{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#f4f6f3;
  color:#111;
  font-size:13px;
  font-weight:900;
}

.service-card.featured strong{
  background:#fff;
  color:#111;
}

.process-section{
  padding-top:clamp(20px,3vw,42px);
}

.process-line{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  border:1px solid var(--home-line);
  border-radius:30px;
  overflow:hidden;
  background:#fff;
}

.process-step{
  min-height:0;
  padding:26px;
  border-right:1px solid var(--home-line);
}

.process-step:last-child{
  border-right:0;
}

.process-step-image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:18px;
  background:#ececec;
}

.process-step-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.process-step h3{
  margin:22px 0 10px;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:900;
}

.process-step p{
  margin:0;
  font-size:15px;
}

.quality-band{
  margin:clamp(20px,4vw,54px) auto 0;
  max-width:calc(var(--home-max) - 32px);
  padding:clamp(34px,5vw,58px);
  border-radius:36px;
  background:#050505;
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(28px,5vw,70px);
}

.quality-copy h2{
  color:#fff;
  font-size:clamp(32px,4.3vw,54px);
}

.quality-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.quality-grid article{
  padding:22px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:rgba(255,255,255,.055);
}

.quality-grid strong{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.025em;
}

.quality-grid p{
  margin:10px 0 0;
  color:rgba(255,255,255,.62);
  font-size:14px;
}

.planning-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,470px);
  align-items:center;
  gap:clamp(28px,5vw,70px);
  padding:clamp(28px,4.5vw,52px);
  border:1px solid var(--home-line);
  border-radius:36px;
  background:var(--home-soft);
}

.planning-copy p{
  margin:18px 0 0;
  max-width:520px;
}

.planning-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:18px;
  border:1px solid var(--home-line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--home-shadow-soft);
}

.planning-form label{
  display:grid;
  gap:8px;
}

.planning-form label span{
  color:var(--home-muted);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.planning-form input{
  width:100%;
  min-height:52px;
  padding:0 14px;
  border:1px solid var(--home-line);
  border-radius:16px;
  background:#f8f9f7;
  color:#111;
  font-weight:750;
}

.planning-form .primary-btn{
  grid-column:1 / -1;
  margin-top:4px;
}

.provider-section{
  margin-top:clamp(10px,3vw,32px);
  padding:0 clamp(18px,4vw,56px) clamp(58px,7vw,104px);
}

.provider-inner{
  max-width:var(--home-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,450px);
  gap:clamp(28px,5vw,70px);
  align-items:center;
  padding:clamp(34px,5vw,60px);
  border-radius:36px;
  background:#111;
  color:#fff;
}

.provider-copy h2{
  color:#fff;
}

.provider-copy p{
  margin:18px 0 0;
  max-width:570px;
  color:rgba(255,255,255,.68);
  font-size:17px;
}

.provider-actions{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
}

.light-btn{
  background:#fff;
  color:#111;
}

.ghost-link{
  color:rgba(255,255,255,.70);
}

.ghost-link:hover,
.ghost-link:focus-visible{
  color:#fff;
}

.app-links{
  display:grid;
  gap:12px;
}

.app-link{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,255,255,.06);
  transition:background .18s ease, transform .18s ease;
}

.app-link:hover,
.app-link:focus-visible{
  background:rgba(255,255,255,.10);
  transform:translateY(-2px);
}

.app-link-icon{
  width:98.4px;
  height:98.4px;
  flex:0 0 98.4px;
  display:block;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:#000;
}

.app-link-content{
  min-width:0;
  display:block;
}

.app-link-content > span{
  display:block;
  margin-bottom:8px;
  color:rgba(255,255,255,.55);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.app-link-content strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.045em;
}

.account-strip{
  max-width:var(--home-max);
  margin:0 auto clamp(56px,7vw,96px);
  padding:24px clamp(18px,4vw,56px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--home-line);
  border-bottom:1px solid var(--home-line);
}

.account-strip strong{
  display:block;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.04em;
}

.account-strip p{
  margin:6px 0 0;
  max-width:620px;
  font-size:15px;
}

.secondary-btn{
  flex:0 0 auto;
  border-color:#111;
  background:#fff;
  color:#111;
}

.secondary-btn:hover,
.secondary-btn:focus-visible{
  background:#111;
  color:#fff;
}

@media (max-width:1100px){
  .hero-inner,
  .planning-card,
  .provider-inner,
  .quality-band{
    grid-template-columns:1fr;
  }

  .hero-start-card,
  .planning-form,
  .app-links{
    max-width:620px;
  }

  .process-line{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .process-step:nth-child(2){
    border-right:0;
  }

  .process-step:nth-child(1),
  .process-step:nth-child(2){
    border-bottom:1px solid var(--home-line);
  }
}

@media (max-width:860px){
  body.home-page #headerContainer .tmz-desktop-nav{
    display:none;
  }

  body.home-page #headerContainer header,
  body.home-page #headerContainer .tmz-header{
    padding:14px 20px;
  }

  .home-hero{
    padding-top:42px;
  }

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

  .service-card{
    min-height:250px;
  }

  .quality-grid{
    grid-template-columns:1fr;
  }

  .account-strip{
    align-items:flex-start;
    flex-direction:column;
  }

  .secondary-btn{
    width:100%;
  }
}

@media (max-width:640px){
  body.home-page #headerContainer{
    min-height:70px;
  }

  body.home-page #headerContainer .auth{
    gap:8px;
  }

  body.home-page #headerContainer .btn-white{
    min-height:40px;
    padding:0 14px;
    font-size:14px;
  }

  .hero-copy h1{
    font-size:clamp(42px,13.2vw,58px);
  }

  .hero-lead{
    font-size:16px;
  }

  .hero-proof{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-proof span{
    justify-content:center;
  }

  .hero-start-card,
  .planning-card,
  .provider-inner,
  .quality-band{
    border-radius:28px;
  }

  .start-card-head{
    flex-direction:column;
  }

  .address-map-tools,
  .planning-form,
  .process-line{
    grid-template-columns:1fr;
  }

  .planning-form .primary-btn{
    grid-column:auto;
  }

  .process-step,
  .process-step:nth-child(2){
    border-right:0;
    border-bottom:1px solid var(--home-line);
  }

  .process-step:last-child{
    border-bottom:0;
  }

  .process-step{
    min-height:auto;
  }

  .process-step h3{
    margin:18px 0 10px;
  }

  .home-section{
    padding-left:18px;
    padding-right:18px;
  }

  .section-head h2,
  .quality-copy h2,
  .planning-copy h2,
  .provider-copy h2{
    font-size:clamp(32px,10vw,44px);
  }

  .provider-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .light-btn,
  .ghost-link{
    width:100%;
  }

  .customer-history{
    margin-top:30px;
    padding-top:24px;
  }

  .customer-history.home-section{
    margin:0 auto;
    padding-top:36px;
    padding-bottom:48px;
  }

  .customer-history-row{
    grid-template-columns:56px minmax(0,1fr) auto;
    gap:12px;
    min-height:96px;
  }

  .customer-history-icon{
    width:56px;
    height:56px;
    font-size:24px;
  }

  .customer-history-rebook{
    min-height:42px;
    padding:0 13px;
    font-size:13px;
  }
}

@media (max-width:420px){
  .home-hero{
    padding-left:14px;
    padding-right:14px;
  }

  .hero-start-card{
    padding:20px;
  }

  .home-section,
  .provider-section{
    padding-left:14px;
    padding-right:14px;
  }

  .address-box{
    padding:0 14px;
  }

  .address-box input{
    font-size:15px;
  }

  .primary-btn,
  .secondary-btn,
  .light-btn{
    min-height:52px;
    padding:0 18px;
  }

  .customer-history-head h2{
    font-size:22px;
  }

  .customer-history-row{
    grid-template-columns:52px minmax(0,1fr);
  }

  .customer-history-icon{
    width:52px;
    height:52px;
  }

  .customer-history-rebook{
    grid-column:2;
    justify-self:start;
  }

  .app-link{
    gap:14px;
    padding:14px;
  }

  .app-link-icon{
    width:81.6px;
    height:81.6px;
    flex-basis:81.6px;
    border-radius:17px;
  }

  .app-link-content strong{
    font-size:19px;
  }
}

/* CTA text visibility guard */
body.home-page .primary-btn,
body.home-page a.primary-btn,
body.home-page button.primary-btn,
body.home-page .primary-btn:visited{
  background:#000 !important;
  color:#fff !important;
  border-color:#000 !important;
  text-decoration:none !important;
}

body.home-page .primary-btn:hover,
body.home-page .primary-btn:focus-visible{
  background:#161616 !important;
  color:#fff !important;
}

body.home-page .light-btn,
body.home-page a.light-btn,
body.home-page .light-btn:visited,
body.home-page .service-card strong,
body.home-page .service-card.featured strong{
  background:#fff !important;
  color:#111 !important;
  border-color:rgba(255,255,255,.92) !important;
  text-decoration:none !important;
}

body.home-page .secondary-btn,
body.home-page a.secondary-btn,
body.home-page .secondary-btn:visited{
  background:#fff !important;
  color:#111 !important;
  border-color:#111 !important;
  text-decoration:none !important;
}

body.home-page .secondary-btn:hover,
body.home-page .secondary-btn:focus-visible{
  background:#111 !important;
  color:#fff !important;
}

body.home-page .quiet-link,
body.home-page a.quiet-link,
body.home-page .quiet-link:visited{
  color:#5f656d !important;
  text-decoration:none !important;
}

body.home-page .quiet-link:hover,
body.home-page .quiet-link:focus-visible{
  color:#111 !important;
}

body.home-page .ghost-link,
body.home-page a.ghost-link,
body.home-page .ghost-link:visited{
  color:rgba(255,255,255,.78) !important;
  text-decoration:none !important;
}

body.home-page .ghost-link:hover,
body.home-page .ghost-link:focus-visible{
  color:#fff !important;
}

body.home-page .address-tool-btn,
body.home-page button.address-tool-btn{
  background:#fff !important;
  color:#111 !important;
}

body.home-page .app-link,
body.home-page a.app-link,
body.home-page .app-link:visited{
  color:#fff !important;
  text-decoration:none !important;
}

body.home-page .app-link strong,
body.home-page .app-link span{
  color:inherit;
}

body.home-page .app-link span{
  color:rgba(255,255,255,.62) !important;
}

body.home-page #headerContainer .btn-white,
body.home-page #headerContainer .btn-white:visited{
  background:#fff !important;
  color:#080808 !important;
  text-decoration:none !important;
}

body.home-page .primary-btn *,
body.home-page .secondary-btn *,
body.home-page .light-btn *,
body.home-page .quiet-link *,
body.home-page .ghost-link *{
  color:inherit !important;
}

/* Logged-in customer activity overview: Uber-style structure, Temizlet data. */
.customer-activity-overview{display:grid;grid-template-columns:1.05fr 1.05fr 1fr;gap:30px;border:1px solid #e3e3e3;border-radius:18px;padding:24px;background:#fff}.customer-activity-overview h3{margin:0 0 18px;color:#111;font-size:20px;font-weight:850}.customer-upcoming-card{min-height:300px}.customer-upcoming-visual{min-height:180px;border-radius:12px;background:#edf0f3;display:grid;place-items:center;color:#111;font-size:54px}.customer-upcoming-copy{padding-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.customer-upcoming-copy>strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px}.customer-upcoming-copy>span{color:#555}.customer-upcoming-price{color:#111!important;font-weight:750}.customer-upcoming-copy>a,.customer-upcoming-empty>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:8px;padding:0 16px;border-radius:999px;background:#f0f0f0;color:#111;text-decoration:none;font-weight:750}.customer-upcoming-empty{min-height:280px;padding:18px;border-radius:12px;background:#f5f5f5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.customer-upcoming-art{width:100%;min-height:130px;border-radius:10px;background:#eceff1;display:grid;place-items:center;font-size:44px}.customer-past-summary .customer-history-list{display:grid;gap:0}.customer-past-summary .customer-history-row{grid-template-columns:64px minmax(0,1fr) auto;gap:12px;min-height:96px;padding:10px 0}.customer-past-summary .customer-history-icon{width:64px;height:64px;border-radius:10px;background:#eee;color:#111;font-size:27px}.customer-past-summary .customer-history-copy{gap:3px}.customer-past-summary .customer-history-copy strong{font-size:16px}.customer-past-summary .customer-history-copy span{font-size:13px}.customer-past-summary .customer-history-rebook{min-height:40px;padding:0 14px;font-size:13px}.customer-past-summary .customer-history-rebook::before{display:none}.customer-history-all{min-height:46px;margin-top:14px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f1f1;color:#111;text-decoration:none;font-weight:800}.customer-services-summary{display:flex;flex-direction:column}.customer-service-shortcut{min-height:124px;margin-bottom:14px;padding:18px;border-radius:12px;background:#f3f3f3;display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:16px;color:#111;text-decoration:none}.customer-service-symbol{width:58px;height:58px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:25px}.customer-service-shortcut>span:nth-child(2){display:grid;gap:6px}.customer-service-shortcut strong{font-size:18px}.customer-service-shortcut small{color:#555;line-height:1.35}.customer-service-shortcut b{color:#999;font-size:34px;font-weight:400}@media(max-width:1000px){.customer-activity-overview{grid-template-columns:1fr 1fr}.customer-services-summary{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-services-summary h3{grid-column:1/-1}.customer-service-shortcut{margin:0}}@media(max-width:700px){.customer-activity-overview{grid-template-columns:1fr;padding:16px;gap:28px}.customer-services-summary{grid-column:auto;display:flex}.customer-past-summary .customer-history-row{grid-template-columns:58px minmax(0,1fr)}.customer-past-summary .customer-history-icon{width:58px;height:58px}.customer-past-summary .customer-history-rebook{grid-column:2;justify-self:start}.customer-service-shortcut{margin-bottom:12px}}
.tmz-place-suggestions{position:absolute;z-index:80;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 14px 34px rgba(0,0,0,.14);overflow:hidden}
.tmz-place-suggestion{display:block;width:100%;border:0;border-bottom:1px solid #eee;background:#fff;color:#111;text-align:left;padding:14px 16px;font:inherit;line-height:1.35;cursor:pointer}
.tmz-place-suggestion:last-child{border-bottom:0}
.tmz-place-suggestion:hover,.tmz-place-suggestion:focus-visible{background:#f5f5f5;outline:none}
