/* ================================
   ANASAYFA.CSS — Fair Leasing Homepage
   Figma-aligned styles
   ================================ */

/* Reset */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Montserrat',sans-serif;background:#fff;color:#083763;line-height:1.5;overflow-x:hidden}
html{overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* CSS Variables (Figma design tokens) */
:root{
  --navy:#004B87;
  --dark-navy:#052440;
  --hero-navy:#062440;
  --subtitle-navy:#083763;
  --teal:#00C4B3;
  --neon:#00FFDD;
  --gray-blue:#608DAD;
  --bg-light:#F7F9FB;
  --stroke:#CFDDE6;
  --text-light:#E7EEF3;
  --white:#fff;
  --footer-bg:#083763;
  --btn-dark:#024066;
  --max-w:1440px;
  --px:80px;
}

/* ================================
   CONTAINER — Global layout wrapper
   ================================ */
.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}

/* ================================
   NAVBAR — Figma: 1440x90, white, shadow
   ================================ */
.navbar-wrapper{
  width:100%;
  background:#fff;
  box-shadow:0 4px 8px 0 rgba(6,36,64,0.10);
  position:sticky;
  top:0;
  z-index:100;
}
.navbar{
  display:flex;
  max-width:1440px;
  height:90px;
  padding:25px clamp(30px, 8vw, 127px) 25px clamp(30px, 8vw, 114px);
  align-items:center;
  gap:40px;
  margin:0 auto;
}
.navbar-logo{flex-shrink:0}
.navbar-logo img{height:40px;min-width:120px}
.navbar-menu{list-style:none;display:flex;gap:40px;margin:0;padding:0;align-items:center;overflow:visible}
.navbar-menu li{display:flex;align-items:center}
.navbar-menu a{
  font-family:'Montserrat',sans-serif;
  font-size:14px;
  font-style:normal;
  font-weight:500;
  line-height:17.43px;
  color:#004B87;
  transition:color .2s;
  white-space:nowrap;
  text-decoration:none;
  position:relative;
  display:inline-flex;
  align-items:center;
  padding-bottom:12px;
}
.navbar-menu a:hover{
  color:#004B87;
  font-weight:700;
}
.navbar-menu a:hover::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;height:3px;
  border-radius:1.5px;
  background:#00C4B3;
}
.navbar-menu a.active{
  color:#004B87;
  font-weight:700;
  font-size:16px;
  line-height:16.94px;
}
.navbar-menu a.active::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;height:3px;
  border-radius:1.5px;
  background:#00C4B3;
}

/* ================================
   DROPDOWN MENU — Figma: 240x262
   ================================ */
.has-dropdown{position:relative}
.dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  box-sizing:border-box;
  width:240px;
  height:262px;
  background:#FFFFFF;
  border:1px solid #00C4B3;
  box-shadow:0px 8px 24px rgba(6,36,64,0.1);
  border-radius:0px 20px 20px 20px;
  padding:40px;
  flex-direction:column;
  gap:30px;
  z-index:200;
  margin-top:0;
}
.has-dropdown:hover .dropdown-menu{
  display:flex;
}
.dropdown-menu a{
  font-family:'Montserrat',sans-serif;
  font-style:normal;
  font-weight:500;
  font-size:16px;
  line-height:23px;
  color:#004B87;
  text-decoration:none;
  padding:0;
  transition:color .2s;
  white-space:nowrap;
}
.dropdown-menu a:hover{
  color:#00C4B3;
  font-weight:700;
}
.dropdown-menu a.active{
  color:#00C4B3;
  font-weight:700;
}
.dropdown-menu a::after{display:none}

/* ================================
   HERO SECTION — Slider with fade
   ================================ */
.hero-section{position:relative;width:auto;height:682px;overflow:hidden}

/* Slide transition: fade */
.hero-slide{
  display:none;
  position:relative;width:100%;height:682px;overflow:hidden;
  opacity:0;
  transition:opacity 500ms ease;
}
.hero-slide.active{
  display:block;
  opacity:1;
}
/* Outgoing slide fade-out */
.hero-slide.fade-out{
  display:block;
  opacity:0;
}

.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg-img{width:100%;height:100%;object-fit:cover}
.hero-grid-overlay{position:absolute;top:0;left:50%;transform:translateX(-50%);width:878px;height:683px;z-index:1;pointer-events:none}


/* Centered layout (Fair Leasing default slide) */
.hero-inner--centered{
  position:relative;z-index:1;text-align:center;
  padding:80px 40px 100px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:24px;
  height:682px;
}
.hero-logo{width:200px}
.hero-text-group{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0;
  gap:24px;
  width:100%;
  max-width:759px;
}
.hero-text-group h1{white-space:nowrap}
.hero-inner--centered h1{font-size:42px;font-weight:600;color:#fff;margin-bottom:16px;line-height:63px}
.underline-cyan{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  color:#00FFDD;
}
.underline-svg{
  display:block;
  width:191px;
  height:12px;
  margin-top:2px;
}
.hero-inner--centered .hero-desc{font-size:18px;font-weight:500;color:var(--text-light);max-width:500px;line-height:27px}

/* Split layout (category slides) */
.hero-inner--split{
  position:relative;z-index:1;
  max-width:var(--max-w);margin:0 auto;
  padding:60px 115px 100px;
  display:flex;align-items:center;justify-content:space-between;
  height:682px;gap:40px;
}
.hero-text{max-width:700px}
.hero-text h1{font-size:44px;font-weight:700;color:#fff;line-height:64px;margin-bottom:50px}
.hero-text .hero-desc{font-size:16px;font-weight:400;color:var(--text-light);margin-bottom:28px;line-height:1.6}
.hero-buttons{display:flex;gap:16px}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#004B87;background:#00FFDD;border:none;border-radius:12px;width:240px;height:56px;transition:all .2s;cursor:pointer;line-height:24px}
.btn-primary:hover{background:#00a89a}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;border:1.5px solid #fff;border-radius:12px;width:240px;height:56px;transition:all .2s;background:transparent}
.btn-outline:hover{background:#fff;color:var(--navy)}
.hero-visual{flex-shrink:0;width:420px;height:320px;display:flex;align-items:center;justify-content:center}
.hero-illust{max-width:100%;max-height:100%;object-fit:contain}


/* ================================
   BANNER LIST TABS — Figma: 256x88, 32px gap
   ================================ */
/* Slider Arrows */
.slider-arrow{
  position:absolute;top:45%;transform:translateY(-50%);z-index:5;
  width:40px;height:40px;border:none;border-radius:50%;
  background:rgba(255,255,255,0.15);cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}
.slider-arrow:hover{background:rgba(255,255,255,0.3)}
.slider-arrow--left{left:16px}
.slider-arrow--right{right:16px}

.banner-list{
  position:absolute;bottom:40px;left:0;z-index:10;
  width:100%;overflow-x:auto;padding:0 60px;
  -ms-overflow-style:none;scrollbar-width:none;
}
.banner-list::-webkit-scrollbar{display:none}
.banner-list-track{display:flex;gap:20px;min-width:max-content}

.banner-item{
  display:flex;align-items:center;gap:12px;
  padding:16px;
  width:256px;height:72px;
  border:none;border-radius:12px;
  background:rgba(255,255,255,0.45);
  box-shadow:0px 2px 4px rgba(32,32,32,0.15);
  cursor:pointer;
  font-family:'Montserrat',sans-serif;
  flex:none;flex-grow:0;flex-shrink:0;
  transition:all .3s ease;
}
.banner-item:hover{
  background:rgba(255,255,255,0.6);
}
.banner-item.active{
  background:#FFFFFF;
  box-shadow:0px 2px 4px rgba(32,32,32,0.15);
}

/* Icon wrapper — 40x40 rounded box */
.banner-icon-wrap{
  width:40px;height:40px;flex-shrink:0;
  border-radius:12px;
  background:rgba(255,255,255,0.25);
  display:flex;align-items:center;justify-content:center;
  transition:background .3s ease;
}
.banner-item.active .banner-icon-wrap{
  background:var(--teal);
}
.banner-icon{
  width:24px;height:24px;
  object-fit:contain;
}

.banner-label{
  font-size:14px;font-weight:500;line-height:20px;
  color:rgba(255,255,255,0.6);
  text-align:left;
  transition:color .3s ease;
}
.banner-item.active .banner-label{
  color:var(--navy);
  font-weight:700;
}

/* ================================
   MAIN CONTENT — Calculator + Campaigns
   ================================ */
.main-content{padding:40px 0 60px}
.main-container{max-width:1000px;margin:0 auto;padding:0 var(--px)}

/* ================================
   KIRA HESAPLAMA — Figma: btn #024066, radius 7px
   ================================ */
.kira-hesaplama{width:100%;background:#fff;border:1px solid #e0e7ef;border-radius:16px;padding:32px}
.kira-hesaplama h2{font-size:28px;font-weight:700;color:var(--navy);margin-bottom:24px}
.kira-form .form-row{display:flex;gap:8px;margin-bottom:16px}
.form-group{flex:1}
.form-group label{display:block;font-size:14px;font-weight:500;color:var(--subtitle-navy);margin-bottom:6px}
.form-group input,.form-group select{
  width:100%;height:48px;box-sizing:border-box;
  padding:10px 14px;
  font-family:'Montserrat',sans-serif;font-size:14px;color:var(--subtitle-navy);
  border:1px solid #d0dbe5;border-radius:12px;background:#fff;
  outline:none;transition:border-color .2s;
}
.form-group select{
  appearance:none;-webkit-appearance:none;
  padding-right:48px;
  background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23608DAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:16px 16px;
  cursor:pointer;
}
.form-group input::placeholder,.form-group select{color:var(--gray-blue);font-size:14px}
.form-group input:focus,.form-group select:focus{border-color:var(--navy)}
.btn-hesapla{
  width:100%;padding:14px;
  font-family:'Montserrat',sans-serif;font-size:16px;font-weight:600;
  color:#fcfcfd;
  background:#004B87;
  border:none;border-radius:12px;
  cursor:pointer;margin-top:8px;transition:opacity .2s;
}
.btn-hesapla:hover{opacity:.9}
.kira-sonuc{display:flex;gap:16px;margin-top:24px}
.sonuc-card{
  flex:1;
  background:#F7F9FB;
  border:1px solid #CFDDE6;
  border-radius:12px;
  padding:20px;
  text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:8px;
}
.sonuc-label{font-size:16px;font-weight:500;color:var(--subtitle-navy)}
.sonuc-value{font-size:24px;font-weight:700;color:var(--navy)}
.sonuc-value.skeleton{display:block;height:28px;width:160px;border-radius:6px;background:linear-gradient(90deg,#e8eef3 25%,#f4f7fa 50%,#e8eef3 75%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite}
@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
.kira-notlar{margin-top:16px}
.kira-notlar p{font-size:14px;color:var(--gray-blue);margin-bottom:4px}

/* KAMPANYALAR — şimdilik kaldırıldı */

/* ================================
   FOOTER — Figma: 1440x342, #083763
   ================================ */
.footer{background:#083763;color:#fff;padding:0}
.footer-container{
  max-width:1440px;
  height:342px;
  margin:0 auto;
  padding:52px 194px 56px;
  display:flex;
  flex-wrap:wrap;
  gap:0;
}

/* Column 1: Brand — 20.49% width */
.footer-col1{
  width:295px;flex-shrink:0;
  display:flex;flex-direction:column;
  gap:0;
}
.footer-logo{height:40px;width:auto;object-fit:contain;align-self:flex-start;margin-bottom:18px}
.footer-address{
  font-family:'Montserrat',sans-serif;
  font-weight:600;font-size:14px;line-height:24px;
  color:#FFFFFF;margin:0 0 18px 0;
}
.footer-mail-icon{width:18px;height:14px;flex-shrink:0}
.footer-email{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Montserrat',sans-serif;
  font-weight:500;font-size:16px;line-height:17px;
  text-decoration:underline;color:#00FFDD;
  margin-bottom:auto;
}
.footer-email:hover{color:#00FFDD}
.footer-copyright{
  font-family:'Montserrat',sans-serif;
  font-weight:600;font-size:14px;line-height:125%;
  color:#FFFFFF;white-space:nowrap;
  width:100%;
  margin-top:18px;
}

/* Column 2: Menu links */
.footer-col2{
  width:214px;flex-shrink:0;
  display:flex;flex-direction:column;align-items:flex-start;
  padding:0;gap:15px;
  margin-left:40px;
}

/* Column 3: Legal links */
.footer-col3{
  width:170px;flex-shrink:0;
  display:flex;flex-direction:column;align-items:flex-start;
  padding:0;gap:15px;
  margin-left:40px;
}

/* Link styles for col2 + col3 */
.footer-col2 a,.footer-col3 a{
  font-family:'Montserrat',sans-serif;
  font-weight:500;font-size:14px;line-height:125%;
  color:#FFFFFF;text-decoration:none;
  transition:color .2s;
}
.footer-col2 a:hover,.footer-col3 a:hover{color:#00FFDD}

/* Column 4: Social + Contact */
.footer-col4{
  flex:1;
  display:flex;flex-direction:column;align-items:flex-start;
  padding:0;gap:20px;
  margin-left:40px;
}
.footer-col4 h4{
  font-family:'Montserrat',sans-serif;
  font-weight:600;font-size:16px;line-height:125%;
  color:#FFFFFF;margin:0;
}

/* Social icons */
.social-icons{
  display:flex;flex-direction:row;align-items:center;
  padding:0;gap:15px;
}
.social-icon{
  width:52px;height:52px;
  background:#FFFFFF;
  box-shadow:0px 4px 4px rgba(0,0,0,0.1);
  border:none;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  transition:all .2s;
  flex:none;flex-grow:0;
}
.social-icon:hover{background:#00FFDD}
.social-icon svg{width:23px;height:23px}

/* Bizi Arayın + Phone */
.bizi-arayin{
  font-family:'Montserrat',sans-serif;
  font-weight:600;font-size:16px;line-height:125%;
  color:#FFFFFF;margin:0;
}
.phone-number{
  font-family:'Montserrat',sans-serif;
  font-weight:600;font-size:24px;line-height:125%;
  color:#00FFDD;text-decoration:none;
}
.phone-number:hover{color:#00FFDD}

/* Giriş Yap Button — gizli (henüz aktif değil) */
.btn-giris{display:none}

/* Kampanyalar menü linki — gizli (henüz aktif değil) */
.navbar-menu li a[href*="kampanya"]{display:none}
.navbar-menu li:has(a[href*="kampanya"]){display:none}
.footer-col2 a[href*="kampanya"]{display:none}

/* ================================
   HAMBURGER BUTTON (hidden on desktop)
   ================================ */
.hamburger{
  display:none;
  flex-direction:column;justify-content:center;align-items:center;
  gap:4px;
  width:32px;height:32px;
  background:none;border:none;cursor:pointer;
  padding:4px;
  margin-left:auto;
  z-index:300;
}
.hamburger span{
  display:block;width:20px;height:2px;
  background:#083763;border-radius:1px;
  transition:all .3s ease;
}
/* gap:4px + height:2px = 6px offset per line */
.hamburger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ================================
   RESPONSIVE — Tablet (max-width: 1024px)
   ================================ */
@media (max-width:1024px){
  :root{--px:40px}
  .navbar{padding:20px 24px;gap:16px}
  .navbar-menu{gap:12px;flex-wrap:nowrap}
  .navbar-menu a{font-size:12px;padding-bottom:8px}
  .hero-inner--split{padding:80px 40px 120px;gap:24px}
  .hero-text h1{font-size:32px}
  .hero-text{max-width:420px}
  .hero-visual{width:280px;height:220px}
  .banner-item{width:200px;height:72px;padding:12px 16px}
  .banner-icon-wrap{width:36px;height:36px}
  .banner-label{font-size:12px}
  .footer-container{padding:40px;height:auto;flex-wrap:wrap;gap:32px}
  .footer-col1{width:100%}
  .footer-col2,.footer-col3,.footer-col4{margin-left:0}
  .footer-col2,.footer-col3{width:auto;flex:1}
  .footer-col4{flex:1}
}

/* ================================
   RESPONSIVE — Mobile (max-width: 768px)
   ================================ */
@media (max-width:768px){
  :root{--px:20px}

  /* -- Navbar -- */
  .navbar{padding:14px 20px;height:60px;gap:0;justify-content:space-between}
  .navbar-logo img{height:30px;min-width:auto}
  .hamburger{display:flex}
  .btn-giris{display:none}
  .navbar-menu{
    display:none;
    position:fixed;top:60px;left:0;right:0;bottom:0;
    flex-direction:column;align-items:center;justify-content:flex-start;
    gap:0;padding:20px 0;
    background:#fff;
    box-shadow:0 8px 24px rgba(6,36,64,0.12);
    z-index:200;
    overflow-y:auto;
  }
  .navbar-menu.open{display:flex}
  .navbar-menu li{width:100%;display:flex;flex-direction:column;align-items:center}
  .navbar-menu a{
    width:100%;text-align:center;
    padding:16px 20px;
    font-size:16px;
    border-bottom:1px solid #f0f4f8;
  }
  .navbar-menu a::after{display:none}
  .navbar-menu a.active::after{display:none}
  .navbar-menu a:hover::after{display:none}

  .navbar-wrapper{box-shadow:0 2px 4px 0 rgba(6,36,64,0.06)}

  /* Dropdown mobilde */
  .has-dropdown .dropdown-menu{
    position:static;
    width:100%;height:auto;
    border:none;border-radius:0;
    box-shadow:none;
    padding:0;gap:0;
    background:#f7f9fb;
    display:none;
  }
  .has-dropdown:hover .dropdown-menu,
  .navbar-menu.open .has-dropdown .dropdown-menu{
    display:flex;
  }
  .dropdown-menu a{
    padding:14px 20px;
    font-size:14px;
    border-bottom:1px solid #e8eef3;
    text-align:center;
  }

  /* -- Hero Section -- */
  .hero-section{height:auto;min-height:500px}
  .hero-slide{height:auto;min-height:500px}


  /* Centered slide (Fair Leasing) */
  .hero-inner--centered{
    padding:50px 20px 100px;
    height:auto;min-height:500px;
    gap:16px;
  }
  .hero-logo{width:180px}
  .hero-text-group{width:100%;padding:0 10px}
  .hero-text-group h1{white-space:normal}
  .hero-inner--centered h1{
    font-size:24px;line-height:1.4;
    margin-bottom:12px;
  }
  .underline-svg{width:120px;height:8px}
  .hero-inner--centered .hero-desc{font-size:14px;max-width:100%}

  /* Split slides — mobile: image on top */
  .hero-inner--split{
    flex-direction:column;
    padding:40px 20px 100px;
    height:auto;min-height:500px;
    gap:20px;
    justify-content:center;
    align-items:center;
    text-align:center;
  }
  .hero-visual{
    width:240px;height:200px;
    margin:0 auto;
    order:-1;
  }
  .hero-text{max-width:100%;text-align:center;order:0}
  .hero-text h1{font-size:22px;line-height:1.35}
  .hero-text .hero-desc{font-size:14px;line-height:1.6;margin-bottom:20px}
  .hero-buttons{justify-content:center;gap:12px}
  .btn-primary,.btn-outline{width:auto;height:auto;padding:10px 24px;font-size:13px}

  /* -- Banner Tabs — carousel snap scroll -- */
  .banner-list{
    position:absolute;bottom:16px;left:0;
    padding:0;
    width:100%;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scroll-padding:0 calc(50% - 130px);
  }
  .banner-list-track{
    gap:12px;
    padding:0 calc(50% - 130px);
  }
  .banner-item{
    width:260px;min-width:260px;height:68px;
    padding:14px 16px;gap:10px;
    border-radius:12px;
    scroll-snap-align:center;
    flex-shrink:0;
  }
  .banner-icon-wrap{width:40px;height:40px;border-radius:12px}
  .banner-label{font-size:14px;line-height:18px}

  /* -- Kira Hesaplama -- */
  .main-content{padding:32px 0}
  .main-container{padding:0 16px}
  .kira-hesaplama{padding:20px 16px;border-radius:12px}
  .kira-hesaplama h2{font-size:20px;margin-bottom:16px}
  .kira-form .form-row{flex-direction:column;gap:12px;margin-bottom:12px}
  .form-group input,.form-group select{
    height:48px;box-sizing:border-box;
    padding:10px 14px;font-size:14px;
    border-radius:12px;
  }
  .form-group label{font-size:13px}
  .btn-hesapla{
    padding:14px;font-size:15px;
    border-radius:12px;
  }
  .kira-sonuc{flex-direction:column;gap:12px;margin-top:20px}
  .sonuc-card{padding:16px;border-radius:12px}
  .sonuc-label{font-size:14px}
  .sonuc-value{font-size:20px}
  .kira-notlar p{font-size:12px}

  /* -- Footer — Figma: Mobile Footer -- */
  .footer{background:#083763}
  .footer-container{
    flex-direction:column;
    height:auto;
    padding:40px 40px 40px 40px;
    gap:20px;
  }
  .footer-col1{
    width:100%;
    padding-bottom:0;
    border-bottom:none;
  }
  .footer-logo{width:205px;height:auto;margin-bottom:20px}
  .footer-address{
    font-family:'Montserrat',sans-serif;font-weight:600;
    font-size:14px;line-height:24px;color:#fff;margin-bottom:20px;
  }
  .footer-email{
    font-family:'Montserrat',sans-serif;font-weight:500;
    font-size:16px;line-height:17px;color:#00FFDD;
    text-decoration:underline;
  }
  .footer-email .footer-mail-icon{width:18px;height:auto}

  .footer-col2{
    width:100%;margin-left:0;
    flex-direction:column;
    gap:15px;
    padding-bottom:0;
    border-bottom:none;
  }
  .footer-col3{
    width:100%;margin-left:0;
    flex-direction:column;
    gap:15px;
    padding-bottom:0;
    border-bottom:none;
  }
  /* Separator line between col2 and col3 */
  .footer-col2{padding-bottom:30px;border-bottom:1px solid #608DAD}
  .footer-col2 a,.footer-col3 a{
    font-family:'Montserrat',sans-serif;font-weight:500;
    font-size:14px;line-height:124.5%;color:#fff;
  }

  .footer-col4{
    width:100%;margin-left:0;
    align-items:flex-start;text-align:left;
    gap:20px;
  }
  .footer-col4 h4{
    font-family:'Montserrat',sans-serif;font-weight:600;
    font-size:16px;line-height:124.5%;color:#fff;
  }
  .social-icons{gap:15px}
  .social-icon{width:52px;height:52px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,0.1)}
  .social-icon svg{width:23px;height:23px}
  .bizi-arayin{
    font-family:'Montserrat',sans-serif;font-weight:600;
    font-size:16px;line-height:124.5%;color:#fff;
  }
  .phone-number{
    font-family:'Montserrat',sans-serif;font-weight:600;
    font-size:24px;line-height:124.5%;color:#00FFDD;
  }
  .footer-copyright{
    font-family:'Montserrat',sans-serif;font-weight:600;
    font-size:14px;line-height:124.5%;color:#fff;
    margin-top:40px;padding-top:0;border-top:none;
  }
}

/* ================================
   RESPONSIVE — Small Mobile (max-width: 400px)
   ================================ */
@media (max-width:400px){
  .hero-inner--centered h1{font-size:20px}
  .hero-logo{width:150px}
  .hero-text h1{font-size:19px}
  .hero-inner--centered{padding:40px 16px 90px}
  .hero-inner--split{padding:32px 16px 90px}
  .hero-visual{width:200px;height:170px}
  .banner-item{width:240px;min-width:240px;height:62px;padding:12px 14px}
  .banner-icon-wrap{width:36px;height:36px;border-radius:10px}
  .banner-label{font-size:12px;line-height:15px}
  .kira-hesaplama{padding:16px 12px}
  .kira-hesaplama h2{font-size:18px}
  .btn-primary,.btn-outline{width:auto;height:auto;padding:10px 18px;font-size:12px}
  .slider-arrow{width:32px;height:32px}
  .slider-arrow--left{left:8px}
  .slider-arrow--right{right:8px}
}
