:root{
  --blue:#0b3a75;
  --blue2:#0f5ca8;
  --red:#e31b23;
  --gold:#d4a22e;
  --green:#25d366;
  --ink:#0e1b2f;
  --muted:#65758a;
  --line:#e1e9f4;
  --soft:#f4f8fd;
  --white:#fff;
  --shadow:0 28px 80px rgba(11,58,117,.16);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:#fff;
  color:var(--ink);
  line-height:1.6;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}

/* HEADER */
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:rgba(8,36,72,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.nav{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  min-width:0;
}
.brand-logo{
  width:62px;
  height:62px;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  padding:4px;
  flex:0 0 auto;
  box-shadow:0 16px 36px rgba(0,0,0,.2);
}
.brand-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.brand-text strong{
  display:block;
  font-size:21px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}
.brand-text small{
  display:block;
  margin-top:6px;
  color:#dbeafe;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  white-space:nowrap;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:20px;
}
.nav-links a{
  color:rgba(255,255,255,.9);
  font-size:14px;
  font-weight:850;
}
.nav-links a:hover{color:#fff}
.nav-phone{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-weight:950;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}
.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after{
  content:"";
  display:block;
  width:22px;
  height:2px;
  background:currentColor;
  border-radius:99px;
  margin:auto;
  position:relative;
}
.menu-toggle span:before{position:absolute;top:-7px}
.menu-toggle span:after{position:absolute;top:7px}

/* HERO - ECRIN BENZER AÇIK TASARIM */
.hero{
  position:relative;
  min-height:92vh;
  padding:132px 0 72px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#f7fbff 0%,#ffffff 58%,#eef6ff 100%);
  color:var(--ink);
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.96) 36%,rgba(247,251,255,.72) 62%,rgba(247,251,255,.20) 100%),
    radial-gradient(circle at 15% 18%,rgba(37,211,102,.08),transparent 20rem),
    url('img/hero-cleaning-bg.png') center right/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  right:-160px;
  bottom:-180px;
  width:540px;
  height:540px;
  border-radius:50%;
  border:85px solid rgba(11,58,117,.06);
}
.hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:42px;
  align-items:center;
}
.hero-copy,
.hero-card{position:relative;z-index:2}
.eyebrow,
.label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:950;
  font-size:13px;
}
.eyebrow:before,
.label:before{
  content:"";
  width:34px;
  height:2px;
  background:currentColor;
}
h1{
  font-size:clamp(46px,7vw,92px);
  line-height:.96;
  letter-spacing:-.06em;
  color:var(--blue);
  margin:18px 0 20px;
  max-width:840px;
}
.hero-copy p{
  font-size:clamp(18px,2vw,22px);
  color:#344054;
  margin:0 0 28px;
  max-width:720px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:950;
  transition:.2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-red{
  background:var(--red);
  color:#fff;
  box-shadow:0 18px 42px rgba(227,27,35,.28);
}
.btn-green{
  background:var(--green);
  color:#fff;
  box-shadow:0 18px 42px rgba(37,211,102,.24);
}
.hero-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.hero-badges span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(11,58,117,.08);
  font-weight:850;
}

/* HERO CARD - RESİM KIRPILMASIN */
.hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:18px;
  box-shadow:0 28px 80px rgba(11,58,117,.16);
}
.card-image{
  border-radius:24px;
  overflow:hidden;
  background:#f7fbff;
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
}
.card-image.promo-card{
  aspect-ratio:1 / 1;
  padding:10px;
}
.card-image img{
  width:100%;
  height:430px;
  object-fit:contain;
  object-position:center center;
}
.card-image.promo-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  border-radius:18px;
}
.hero-contact{
  margin-top:14px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg,#0b3a75,#0f5ca8);
  color:#fff;
}
.hero-contact small{
  display:block;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#dbeafe;
  font-size:12px;
}
.hero-contact a{
  display:flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  margin-top:10px;
  border-radius:999px;
  font-weight:950;
}
.hero-contact a:first-of-type{
  font-size:28px;
  color:#fff;
}
.wa-card{
  background:var(--green);
  color:#fff!important;
}

/* QUICK INFO */
.quick-info{
  position:relative;
  z-index:5;
  margin-top:-34px;
}
.info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(11,58,117,.10);
  border-radius:26px;
  overflow:hidden;
}
.info-grid div{
  padding:22px;
  border-right:1px solid var(--line);
}
.info-grid div:last-child{border-right:0}
.info-grid strong{
  display:block;
  color:var(--blue);
  font-size:20px;
}
.info-grid span{
  display:block;
  color:var(--muted);
}

/* GENERAL SECTIONS */
.section{padding:84px 0}
.section-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 42px;
}
.section-head h2{
  font-size:clamp(32px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.04em;
  color:var(--blue);
  margin:12px 0;
}
.section-head p{
  font-size:18px;
  color:var(--muted);
  margin:0;
}
.nav-links a[href="#sss"]{display:inline-flex}

/* SERVICES */
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-grid article{
  position:relative;
  min-height:230px;
  padding:26px 22px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(11,58,117,.10);
  overflow:hidden;
  transition:.22s ease;
}
.service-grid article:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 75px rgba(15,23,42,.13);
}
.service-grid article:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,var(--red),var(--blue2),var(--gold));
}
.service-grid i{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  font-style:normal;
  font-size:28px;
  font-weight:950;
  margin-bottom:18px;
}
.service-grid h3{
  margin:0 0 8px;
  color:var(--blue);
  font-size:23px;
}
.service-grid p{
  margin:0;
  color:var(--muted);
}

/* FEATURE */
.service-feature{background:var(--soft)}
.feature-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
}
.feature-layout h2,
.hours-layout h2,
.contact-box h2{
  font-size:clamp(34px,5vw,60px);
  line-height:1;
  letter-spacing:-.05em;
  color:var(--blue);
  margin:12px 0 14px;
}
.feature-layout p,
.hours-layout p,
.contact-box p{
  font-size:18px;
  color:var(--muted);
}
.feature-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:20px;
}
.feature-pills span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:850;
  color:var(--blue);
}
.feature-card{
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}
.feature-card img{
  width:100%;
  height:440px;
  object-fit:contain;
  object-position:center center;
  background:#f7fbff;
}

/* WORK GRID - ARABA / YAZI KIRPILMASIN */
.work-section{background:#fff}
.work-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:auto;
  gap:16px;
  align-items:stretch;
}
.work-grid figure{
  display:flex;
  flex-direction:column;
  position:relative;
  margin:0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
  border:1px solid var(--line);
}
.work-grid figure.wide{
  grid-column:span 2;
  grid-row:span 2;
}
.work-grid figure:after{display:none!important}
.work-grid img{
  width:100%;
  height:300px;
  object-fit:contain;
  object-position:center center;
  background:#f7fbff;
  padding:0;
}
.work-grid figure.wide img{
  height:620px;
  object-fit:contain;
  object-position:center center;
}
.work-grid figcaption{
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%;
  border-radius:0!important;
  background:#fff!important;
  color:var(--blue)!important;
  padding:15px 18px!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  border-top:1px solid var(--line);
  font-weight:950;
  z-index:2;
}

/* PROCESS */
.process-clean{background:#fff}
.clean-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.clean-process-grid article{
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(11,58,117,.10);
}
.clean-process-grid span{
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:var(--blue);
  color:#fff;
  font-weight:950;
  margin-bottom:16px;
}
.clean-process-grid h3{
  margin:0 0 8px;
  color:var(--blue);
  font-size:21px;
}
.clean-process-grid p{
  margin:0;
  color:var(--muted);
}

/* HOURS */
.hours-section{
  background:linear-gradient(135deg,var(--blue),#082850);
  color:#fff;
}
.hours-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.hours-layout h2{color:#fff}
.hours-layout p{color:#dceaff}
.hours-card{
  display:grid;
  gap:12px;
}
.hours-card div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
}
.hours-card span{
  color:#dceaff;
  font-weight:850;
}
.hours-card strong{font-size:22px}

/* WHY */
.why{background:var(--soft)}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.why-grid article{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(11,58,117,.10);
}
.why-grid strong{
  display:block;
  color:var(--blue);
  font-size:21px;
}
.why-grid p{
  color:var(--muted);
  margin:8px 0 0;
}

/* FAQ */
.faq-section{background:#f4f8fd}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.faq-grid article{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 16px 46px rgba(11,58,117,.08);
}
.faq-grid h3{
  margin:0 0 8px;
  color:var(--blue);
  font-size:22px;
}
.faq-grid p{
  margin:0;
  color:var(--muted);
}

/* CONTACT */
.contact-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
  padding:36px;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(11,58,117,.10);
}
.contact-box aside{
  display:grid;
  gap:12px;
}
.contact-box aside div{
  padding:18px;
  border-radius:20px;
  background:#f7fbff;
  border:1px solid var(--line);
}
.contact-box aside span{
  display:block;
  color:var(--muted);
  font-weight:850;
}
.contact-box aside strong{
  display:block;
  color:var(--blue);
  font-size:22px;
}

/* FOOTER */
.footer{
  background:#07111f;
  color:#cbd5e1;
  padding:58px 0 112px;
}
.footer-main{
  display:grid;
  grid-template-columns:1.35fr .8fr .8fr .9fr;
  gap:30px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand img{
  width:58px;
  height:58px;
  border-radius:16px;
  object-fit:contain;
  background:#fff;
  padding:4px;
}
.footer-brand strong{
  display:block;
  color:#fff;
}
.footer-brand span{
  display:block;
  font-size:13px;
}
.footer-about p{
  max-width:370px;
  color:#aeb8c8;
}
.footer h3{
  margin:0 0 14px;
  color:#fff;
}
.footer a{
  display:block;
  color:#cbd5e1;
  font-weight:800;
  margin:8px 0;
}
.footer a:hover{color:#fff}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding-top:20px;
  font-size:14px;
}

/* FLOAT BUTTONS */
.floaters{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1001;
  display:flex;
  flex-direction:column;
  gap:10px;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  pointer-events:none;
  transition:.22s ease;
}
body.show-floaters .floaters{
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
}
.floaters a{
  min-height:52px;
  padding:0 18px;
  border-radius:999px;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 44px rgba(15,23,42,.22);
}
.float-call{
  background:#fff;
  color:var(--blue);
}
.float-wa{
  background:var(--green);
  color:#fff;
}

/* WHATSAPP ICON */
.wa-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-block;
  fill:currentColor;
}
.btn-green,
.wa-card,
.float-wa{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
}
.btn-green span,
.wa-card span,
.float-wa span{
  display:inline-block;
}

/* RESPONSIVE */
@media(max-width:1040px){
  .hero-layout,
  .feature-layout,
  .hours-layout,
  .contact-box{
    grid-template-columns:1fr;
  }

  .hero-bg{
    background:
      linear-gradient(180deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.94) 34%,rgba(247,251,255,.72) 58%,rgba(247,251,255,.25) 100%),
      url('img/hero-cleaning-bg.png') center/cover no-repeat;
  }

  .service-grid,
  .why-grid,
  .footer-main,
  .work-grid{
    grid-template-columns:repeat(2,1fr);
  }

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

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

@media(max-width:760px){
  html{scroll-padding-top:82px}
  .container{width:min(100% - 28px,var(--container))}
  .nav{height:76px}
  .brand-logo{
    width:50px;
    height:50px;
    border-radius:16px;
  }
  .brand-text strong{font-size:17px}
  .brand-text small{display:none}
  .nav-phone{display:none}
  .menu-toggle{
    display:grid;
    place-items:center;
  }
  .nav-links{
    position:fixed;
    top:86px;
    left:14px;
    right:14px;
    display:grid;
    gap:8px;
    padding:14px;
    border-radius:22px;
    background:rgba(8,36,72,.98);
    box-shadow:0 30px 80px rgba(0,0,0,.28);
    opacity:0;
    visibility:hidden;
    transform:translateY(-12px);
    transition:.2s ease;
  }
  .nav-links.is-open{
    opacity:1;
    visibility:visible;
    transform:none;
  }
  .nav-links a{
    padding:13px;
    text-align:center;
    background:rgba(255,255,255,.07);
    border-radius:14px;
  }

  .hero{
    min-height:auto;
    padding:104px 0 62px;
  }
  .hero-bg{
    background:
      linear-gradient(180deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.95) 44%,rgba(247,251,255,.82) 62%,rgba(247,251,255,.30) 100%),
      url('img/hero-cleaning-bg.png') center/cover no-repeat;
  }
  .hero h1{
    font-size:clamp(42px,13vw,64px);
  }
  .hero-actions .btn{
    width:100%;
  }
  .hero-badges{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .hero-card{
    padding:14px;
    border-radius:26px;
  }
  .card-image.promo-card{
    aspect-ratio:1 / 1;
    padding:8px;
  }
  .card-image img{
    height:300px;
    object-fit:contain;
  }
  .hero-contact a:first-of-type{
    font-size:22px;
  }

  .info-grid,
  .service-grid,
  .why-grid,
  .footer-main,
  .work-grid,
  .clean-process-grid{
    grid-template-columns:1fr;
  }

  .info-grid div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .section{padding:64px 0}

  .feature-card img{
    height:300px;
    object-fit:contain;
  }

  .work-grid{
    grid-auto-rows:auto;
  }
  .work-grid figure,
  .work-grid figure.wide{
    grid-column:auto;
    grid-row:auto;
    min-height:auto;
  }
  .work-grid img,
  .work-grid figure.wide img{
    height:260px;
    object-fit:contain;
    flex:none;
  }

  .hours-card div{
    flex-direction:column;
  }

  .contact-box{
    padding:24px;
    border-radius:26px;
  }

  .floaters{
    left:14px;
    right:14px;
    bottom:14px;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .floaters a{
    width:100%;
  }

  .wa-icon{
    width:21px;
    height:21px;
    flex-basis:21px;
  }
}
