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

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html,body{
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  color:#111;
}

/* =========================
   HEADER - ANA ÜST BAR
========================= */
header{
  background:#000;
  color:#fff;
  padding:16px 20px;
  display:flex;
  align-items:flex-start;
  position:relative;
  z-index:10000;
}

.logo{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  line-height:1;
  padding-top:2px;
}

.logo span{
  display:block;
  font-size:22px;
  font-weight:bold;
  letter-spacing:0;
}

.logo span:first-child{
  margin-bottom:6px;
}

.logo span:last-child{
  margin-top:0;
}

.right{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
}

.auth{
  display:flex;
  align-items:center;
  gap:10px;
}

.business-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 8px;
  background:transparent;
  color:#fff;
  border:none;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  cursor:pointer;
}

.business-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  border:none;
  white-space:nowrap;
  cursor:pointer;
}

.menu-icon{
  font-size:24px;
  cursor:pointer;
  color:#fff;
  width:30px;
  min-width:30px;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:10001;
  user-select:none;
  line-height:1;
  min-height:42px;
}

/* =========================
   BURGER MENU
========================= */
#businessBurgerOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0);
  display:none;
  z-index:9997;
}

#businessBurgerOverlay.active{
  display:block;
}

body.no-scroll{
  overflow:hidden;
}

.business-burger{
  position:fixed;
  top:70px;
  left:0;
  right:0;
  height:calc(100vh - 70px);
  background:#efefef;
  padding:0;
  box-sizing:border-box;
  display:none;
  z-index:9999;
  overflow-y:auto;
}

.business-burger.active{
  display:block;
}

.business-burger-inner{
  padding:28px 22px 32px;
}

.business-burger .menu-item,
.business-burger .menu-toggle,
.business-burger .sub-link{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:none;
  background:none;
  text-decoration:none;
  color:#111;
  padding:0;
  cursor:pointer;
  font-family:Arial, Helvetica, sans-serif;
}

.business-burger .menu-item,
.business-burger .menu-toggle{
  font-size:30px;
  line-height:1.05;
  font-weight:700;
  padding:18px 0;
}

.business-burger .menu-arrow{
  width:18px;
  height:18px;
  margin-left:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  transition:transform .18s ease;
}

.business-burger .menu-arrow .menu-chevron{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:3.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.business-burger .menu-group.open > .menu-toggle .menu-arrow{
  transform:rotate(180deg);
}

.business-burger .menu-content{
  display:none;
  padding:2px 0 8px 0;
}

.business-burger .menu-group.open > .menu-content{
  display:block;
}

.business-burger .sub-link{
  font-size:18px;
  line-height:1.35;
  font-weight:500;
  color:#5d5d5d;
  padding:12px 0 12px 18px;
}

.business-burger .lang-wrap{
  margin-top:28px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:17px;
  font-weight:500;
  color:#111;
}

.business-burger .lang-wrap svg{
  width:20px;
  height:20px;
  display:block;
}

/* =========================
   PAGE
========================= */
.page-business{
  width:100%;
  overflow-x:hidden;
}

.section-black{
  background:#000;
  color:#fff;
}

.section-grey{
  background:#efefef;
  color:#111;
}

.wrap{
  padding-left:20px;
  padding-right:20px;
}

.hero-business{
  padding-top:38px;
  padding-bottom:64px;
}

.hero-image{
  width:100%;
  aspect-ratio:16/14;
  overflow:hidden;
  margin-bottom:34px;
  background:#111;
}

.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-title{
  font-size:34px;
  line-height:1.03;
  letter-spacing:-1px;
  font-weight:700;
  color:#fff;
  margin-bottom:18px;
  max-width:720px;
}

.hero-text{
  font-size:17px;
  line-height:1.68;
  color:#d7d7d7;
  max-width:760px;
  margin-bottom:28px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
}

.hero-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
}

.hero-secondary{
  display:inline-block;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:500;
  padding-bottom:6px;
  border-bottom:1px solid rgba(255,255,255,.45);
}

.section-title-white{
  font-size:34px;
  line-height:1.06;
  letter-spacing:-1px;
  font-weight:700;
  color:#fff;
  max-width:760px;
  margin-bottom:36px;
}

.section-title-dark{
  font-size:34px;
  line-height:1.06;
  letter-spacing:-1px;
  font-weight:700;
  color:#111;
  max-width:760px;
  margin-bottom:36px;
}

.features-black{
  padding-top:12px;
  padding-bottom:70px;
}

.feature-list{
  display:flex;
  flex-direction:column;
  gap:46px;
}

.feature-item{
  max-width:760px;
}

.feature-icon{
  width:44px;
  height:44px;
  margin-bottom:22px;
}

.feature-icon svg{
  width:44px;
  height:44px;
  display:block;
  stroke:#fff;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.feature-item h3{
  font-size:25px;
  line-height:1.16;
  letter-spacing:-.5px;
  color:#fff;
  margin-bottom:14px;
}

.feature-item p{
  font-size:17px;
  line-height:1.72;
  color:#d7d7d7;
}

.use-cases{
  padding-top:66px;
  padding-bottom:76px;
}

.case-list{
  display:flex;
  flex-direction:column;
  gap:46px;
}

.case-item img{
  width:100%;
  max-width:310px;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:50%;
  display:block;
  margin-bottom:24px;
}

.case-item h3{
  font-size:25px;
  line-height:1.16;
  letter-spacing:-.5px;
  color:#444;
  margin-bottom:12px;
}

.case-item p{
  font-size:17px;
  line-height:1.7;
  color:#5c5c5c;
}

.get-started{
  padding-top:8px;
  padding-bottom:78px;
}

.timeline{
  position:relative;
  margin-top:14px;
  padding-left:24px;
}

.timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:12px;
  bottom:12px;
  width:2px;
  background:#111;
}

.timeline-item{
  position:relative;
  margin-bottom:34px;
}

.timeline-item:last-child{
  margin-bottom:0;
}

.timeline-item::before{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#111;
  left:-24px;
  top:0;
}

.timeline-card{
  background:#fff;
  overflow:hidden;
}

.timeline-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}

.timeline-card-body{
  padding:22px 16px 24px;
}

.timeline-card h3{
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.5px;
  margin-bottom:14px;
  color:#111;
}

.timeline-card p{
  font-size:17px;
  line-height:1.68;
  color:#555;
}

.brand-proof{
  padding-top:66px;
  padding-bottom:76px;
  text-align:center;
}

.brand-proof h2{
  font-size:32px;
  line-height:1.2;
  letter-spacing:-1px;
  max-width:780px;
  margin:0 auto 50px;
}

.brand-logos{
  display:flex;
  flex-direction:column;
  gap:70px;
  align-items:center;
}

.brand-logo{
  font-size:72px;
  line-height:1;
  font-weight:700;
  letter-spacing:-2px;
}

.brand-logo.zoom{color:#3284f0;}
.brand-logo.cola{color:#e21a1a;font-family:Georgia, serif;font-style:italic;font-weight:700;}
.brand-logo.samsung{color:#1536b8;letter-spacing:2px;}

.quote-video{
  padding-top:10px;
  padding-bottom:0;
}

.quote-text{
  font-size:23px;
  line-height:1.55;
  color:#3f3f3f;
  margin-bottom:24px;
}

.quote-author{
  font-size:18px;
  line-height:1.55;
  color:#4f4f4f;
  margin-bottom:30px;
}

.video-box{
  background:#000;
  padding:18px;
  margin-bottom:0;
}

.video-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
}

.video-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.82;
}

.play-btn{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:88px;
  height:62px;
  border-radius:18px;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:center;
}

.play-btn::before{
  content:"";
  border-left:20px solid #fff;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  margin-left:4px;
}

.blue-cta{
  background:#0a3a83;
  color:#fff;
  text-align:center;
  padding:72px 20px;
}

.blue-cta h2{
  font-size:33px;
  line-height:1.28;
  letter-spacing:-1px;
  max-width:760px;
  margin:0 auto 32px;
}

.blue-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:14px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
}

.learn-more{
  padding-top:66px;
  padding-bottom:66px;
}

.article-list{
  display:flex;
  flex-direction:column;
  gap:46px;
}

.article-card img{
  width:100%;
  aspect-ratio:16/12;
  object-fit:cover;
  display:block;
  margin-bottom:24px;
}

.article-card h3{
  font-size:24px;
  line-height:1.22;
  letter-spacing:-.5px;
  color:#111;
  margin-bottom:18px;
}

.article-link{
  display:inline-block;
  text-decoration:none;
  color:#444;
  font-size:17px;
  line-height:1.3;
  padding-bottom:6px;
  border-bottom:1px solid #bbb;
}

.legal-notes{
  padding-top:8px;
  padding-bottom:82px;
}

.legal-notes p{
  font-size:16px;
  line-height:1.85;
  color:#5f5f5f;
  margin-bottom:22px;
}

.legal-notes p:last-child{
  margin-bottom:0;
}

@media (min-width:768px){
  .hero-image{
    aspect-ratio:16/10;
  }

  .hero-title,
  .section-title-white,
  .section-title-dark{
    font-size:54px;
  }

  .hero-text{
    font-size:19px;
  }

  .brand-proof h2{
    font-size:46px;
  }

  .blue-cta h2{
    font-size:44px;
  }

  .quote-text{
    font-size:30px;
  }
}

/* =========================
   TEMIZLET ISLETME DESKTOP EXPERIENCE 79
   768px ve altındaki mevcut mobil görünüm korunur.
   Masaüstü header ölçüleri Temizlet ana header sistemiyle eşleştirilir.
========================= */

@media (min-width:769px){
  html,
  body{
    font-family:Inter, Arial, Helvetica, sans-serif;
  }

  header{
    width:100%;
    min-height:70px;
    padding:16px clamp(56px, 8vw, 112px);
    align-items:center;
    gap:16px;
    font-family:Inter, Arial, Helvetica, sans-serif;
  }

  .logo{
    flex:0 0 auto;
    flex-direction:row;
    align-items:center;
    gap:10px;
    padding-top:0;
    line-height:1;
    white-space:nowrap;
  }

  .logo span{
    margin:0 !important;
    font-family:Inter, Arial, Helvetica, sans-serif;
    letter-spacing:-.035em;
  }

  .logo span:first-child{
    font-size:22px;
    font-weight:800;
  }

  .logo span:last-child{
    font-size:15px;
    font-weight:700;
    color:#b7b7b7;
    letter-spacing:-.02em;
  }

  .right{
    gap:8px;
  }

  .auth{
    gap:8px;
  }

  .business-login,
  .business-cta{
    min-height:42px;
    font-family:Inter, Arial, Helvetica, sans-serif;
    line-height:1;
    letter-spacing:-.012em;
  }

  .business-login{
    padding:0 10px;
    border-radius:999px;
    font-size:14px;
    font-weight:700;
  }

  .business-login:hover,
  .business-login:focus-visible{
    background:rgba(255,255,255,.10);
    outline:none;
  }

  .business-cta{
    padding:0 16px;
    font-size:15px;
    font-weight:700;
  }

  .menu-icon,
  #businessMenuIcon,
  #businessBurgerOverlay,
  #businessBurgerOverlay.active,
  .business-burger,
  .business-burger.active{
    display:none !important;
  }
}

@media (min-width:1024px){
  header{
    min-height:76px;
    gap:26px;
  }

  .logo span:first-child{
    font-size:24px;
  }

  .logo span:last-child{
    font-size:16px;
  }

  .wrap{
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:48px;
    padding-right:48px;
  }

  .hero-business{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(400px, 500px);
    grid-template-areas:"copy image";
    column-gap:64px;
    align-items:start;
    padding-top:72px;
    padding-bottom:96px;
  }

  .hero-copy{
    grid-area:copy;
    min-width:0;
    align-self:start;
  }

  .hero-image{
    grid-area:image;
    width:100%;
    aspect-ratio:4/5;
    margin-bottom:0;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.12);
    align-self:start;
  }

  .hero-title{
    max-width:650px;
    margin-bottom:24px;
    font-size:64px;
    line-height:1;
    letter-spacing:-2.5px;
    font-weight:800;
  }

  .hero-text{
    max-width:650px;
    margin-bottom:30px;
    font-size:19px;
    line-height:1.72;
  }

  .hero-primary,
  .blue-cta a{
    min-height:54px;
    padding-left:24px;
    padding-right:24px;
    border-radius:12px;
    font-weight:800;
  }

  .features-black{
    padding-top:24px;
    padding-bottom:104px;
  }

  .section-title-white,
  .section-title-dark{
    max-width:980px;
    margin-bottom:52px;
    font-size:52px;
    line-height:1.04;
    letter-spacing:-1.8px;
    font-weight:800;
  }

  .feature-list{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:52px 64px;
  }

  .feature-item{
    max-width:none;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.22);
  }

  .feature-icon{
    width:48px;
    height:48px;
    margin-bottom:26px;
  }

  .feature-icon svg{
    width:48px;
    height:48px;
  }

  .feature-item h3{
    max-width:470px;
    font-size:28px;
    line-height:1.12;
    letter-spacing:-.75px;
  }

  .feature-item p{
    max-width:500px;
    font-size:18px;
    line-height:1.72;
  }

  .use-cases{
    padding-top:96px;
    padding-bottom:104px;
  }

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

  .case-item{
    overflow:hidden;
    min-width:0;
    border:1px solid #dedede;
    border-radius:28px;
    background:#fff;
    box-shadow:0 18px 42px rgba(0,0,0,.045);
  }

  .case-item img{
    width:100%;
    max-width:none;
    aspect-ratio:16/11;
    margin-bottom:0;
    border-radius:0;
  }

  .case-item h3{
    margin:0;
    padding:26px 24px 0;
    font-size:27px;
    line-height:1.14;
    color:#111;
  }

  .case-item p{
    padding:14px 24px 28px;
    font-size:17px;
    line-height:1.68;
    color:#4d4d4d;
  }

  .get-started{
    padding-top:20px;
    padding-bottom:104px;
  }

  .timeline{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:24px;
    margin-top:0;
    padding-left:0;
  }

  .timeline::before{
    content:none;
    display:none;
  }

  .timeline-item,
  .timeline-item:last-child{
    margin-bottom:0;
    padding-top:24px;
    border-top:2px solid #111;
  }

  .timeline-item::before{
    width:14px;
    height:14px;
    left:0;
    top:-8px;
    border-radius:50%;
  }

  .timeline-card{
    height:100%;
    border:1px solid #e1e1e1;
    border-radius:28px;
    box-shadow:0 18px 42px rgba(0,0,0,.04);
  }

  .timeline-card img{
    aspect-ratio:16/10.5;
  }

  .timeline-card-body{
    padding:28px 26px 30px;
  }

  .timeline-card h3{
    font-size:27px;
    line-height:1.14;
  }

  .timeline-card p{
    font-size:17px;
    line-height:1.7;
  }

  .brand-proof{
    padding-top:92px;
    padding-bottom:102px;
  }

  .brand-proof h2{
    max-width:940px;
    margin-bottom:64px;
    font-size:50px;
    line-height:1.08;
    letter-spacing:-1.8px;
    font-weight:800;
  }

  .brand-logos{
    flex-direction:row;
    justify-content:space-around;
    gap:48px;
  }

  .brand-logo{
    font-size:64px;
  }

  .quote-video{
    display:grid;
    grid-template-columns:minmax(280px, .78fr) minmax(0, 1.22fr);
    grid-template-areas:
      "quote video"
      "author video";
    column-gap:56px;
    align-items:center;
    padding-top:36px;
    padding-bottom:96px;
  }

  .quote-text{
    grid-area:quote;
    align-self:end;
    margin-bottom:26px;
    font-size:31px;
    line-height:1.46;
    letter-spacing:-.7px;
  }

  .quote-author{
    grid-area:author;
    align-self:start;
    margin-bottom:0;
  }

  .video-box{
    grid-area:video;
    margin-bottom:0;
    padding:20px;
    border-radius:28px;
    overflow:hidden;
  }

  .video-frame{
    border-radius:16px;
  }

  .blue-cta{
    padding:96px 48px;
  }

  .blue-cta h2{
    max-width:920px;
    margin-bottom:36px;
    font-size:52px;
    line-height:1.12;
    letter-spacing:-1.8px;
    font-weight:800;
  }

  .learn-more{
    padding-top:96px;
    padding-bottom:96px;
  }

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

  .article-card{
    overflow:hidden;
    min-width:0;
    border:1px solid #dfdfdf;
    border-radius:28px;
    background:#fff;
    box-shadow:0 18px 42px rgba(0,0,0,.04);
  }

  .article-card img{
    aspect-ratio:16/10.5;
    margin-bottom:0;
  }

  .article-card h3{
    margin:0;
    padding:26px 24px 18px;
    font-size:25px;
    line-height:1.2;
  }

  .article-link{
    margin:0 24px 28px;
    font-weight:800;
    color:#111;
    border-bottom-color:#111;
  }

  .legal-notes{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:30px;
    padding-top:18px;
    padding-bottom:96px;
  }

  .legal-notes p,
  .legal-notes p:last-child{
    margin-bottom:0;
    padding-top:20px;
    border-top:1px solid #cfcfcf;
    font-size:15px;
    line-height:1.75;
  }
}

@media (min-width:1280px){
  header{
    padding-left:128px;
    padding-right:128px;
  }

  .wrap{
    max-width:1240px;
  }

  .hero-business{
    grid-template-columns:minmax(0, 1fr) minmax(440px, 530px);
    column-gap:72px;
  }

  .hero-title{
    font-size:70px;
    letter-spacing:-2.8px;
  }

  .section-title-white,
  .section-title-dark,
  .blue-cta h2{
    font-size:56px;
  }
}


/* =========================
   TEMİZLET İŞLETME MASAÜSTÜ HEADER MENÜSÜ 80
   Mobil burger yapısı ve 768px altı görünüm değiştirilmez.
========================= */
.business-desktop-nav{
  display:none;
}

@media (min-width:769px){
  header{
    display:grid;
    grid-template-columns:auto minmax(0, 1fr) auto;
    grid-template-areas:"logo navigation actions";
  }

  header > .logo{
    grid-area:logo;
  }

  header > .business-desktop-nav{
    grid-area:navigation;
  }

  header > .right{
    grid-area:actions;
  }

  .business-desktop-nav{
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
    font-family:Inter, Arial, Helvetica, sans-serif;
  }

  .business-desktop-group{
    position:relative;
    flex:0 0 auto;
  }

  .business-desktop-link,
  .business-desktop-toggle,
  .business-desktop-language{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:0 8px;
    border:0;
    border-radius:999px;
    background:transparent;
    color:#fff;
    text-decoration:none;
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1;
    font-weight:700;
    letter-spacing:-.015em;
    white-space:nowrap;
    cursor:pointer;
    transition:background-color .16s ease;
  }

  .business-desktop-link:hover,
  .business-desktop-link:focus-visible,
  .business-desktop-toggle:hover,
  .business-desktop-toggle:focus-visible,
  .business-desktop-language:hover,
  .business-desktop-language:focus-visible,
  .business-desktop-group.open > .business-desktop-toggle{
    background:rgba(255,255,255,.12);
    outline:none;
  }

  .business-desktop-chevron{
    width:18px;
    height:18px;
    flex:0 0 auto;
    fill:none;
    stroke:currentColor;
    stroke-width:3.1;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:transform .16s ease;
  }

  .business-desktop-group.open > .business-desktop-toggle .business-desktop-chevron,
  .business-desktop-group:hover > .business-desktop-toggle .business-desktop-chevron,
  .business-desktop-group:focus-within > .business-desktop-toggle .business-desktop-chevron{
    transform:rotate(180deg);
  }

  .business-desktop-language svg{
    width:17px;
    height:17px;
    display:block;
    flex:0 0 auto;
  }

  .business-desktop-dropdown{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    z-index:10020;
    min-width:260px;
    max-width:320px;
    padding:8px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:#fff;
    box-shadow:0 18px 50px rgba(0,0,0,.22);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-6px);
    transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
  }

  .business-desktop-dropdown-right{
    left:auto;
    right:0;
  }

  .business-desktop-dropdown::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-12px;
    height:12px;
  }

  .business-desktop-group:hover > .business-desktop-dropdown,
  .business-desktop-group:focus-within > .business-desktop-dropdown,
  .business-desktop-group.open > .business-desktop-dropdown{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }

  .business-desktop-item{
    width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    padding:10px 12px;
    border-radius:10px;
    color:#111;
    text-decoration:none;
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.3;
    font-weight:600;
    letter-spacing:-.012em;
  }

  .business-desktop-item:hover,
  .business-desktop-item:focus-visible{
    background:#f1f1f1;
    outline:none;
  }
}

@media (min-width:769px) and (max-width:1199px){
  header{
    grid-template-columns:auto 1fr auto;
    grid-template-areas:
      "logo . actions"
      "navigation navigation navigation";
    row-gap:8px;
    padding-top:12px;
    padding-bottom:12px;
  }

  .business-desktop-nav{
    width:100%;
    justify-content:flex-start;
    gap:4px;
  }

  .business-desktop-link,
  .business-desktop-toggle,
  .business-desktop-language{
    min-height:36px;
    padding-left:10px;
    padding-right:10px;
    font-size:13px;
  }
}

@media (min-width:1200px){
  .business-desktop-nav{
    gap:2px;
  }

  .business-desktop-link,
  .business-desktop-toggle,
  .business-desktop-language{
    padding-left:8px;
    padding-right:8px;
    font-size:12px;
  }
}

@media (min-width:1380px){
  .business-desktop-nav{
    gap:4px;
  }

  .business-desktop-link,
  .business-desktop-toggle,
  .business-desktop-language{
    padding-left:10px;
    padding-right:10px;
    font-size:13px;
  }
}

/* =========================
   BUSINESS HEADER OUTER SPACING PARITY 82
   Masaüstünde sol logo ve sağ aksiyon, anasayfa header yatay boşluğunu kullanır.
   Mobil görünüm değiştirilmez.
========================= */
@media (min-width:769px){
  body > header{
    padding-left:clamp(20px, 4vw, 56px);
    padding-right:clamp(20px, 4vw, 56px);
  }
}
