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

:root{
  --bg:#000;
  --text:#fff;
  --muted:rgba(255,255,255,.72);
  --muted-2:rgba(255,255,255,.55);
}

html,
body{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:var(--bg);
  overflow-x:hidden;
  font-family:'Poppins',Arial,sans-serif;
  color:var(--text);
}

body{
  min-height:100vh;
  background:#000;
}

main{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

html.lenis,
html.lenis body{
  height:auto;
}

.lenis.lenis-smooth{
  scroll-behavior:auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent]{
  overscroll-behavior:contain;
}

.lenis.lenis-stopped{
  overflow:hidden;
}

body.menu-open{
  overflow:hidden;
}

/* HEADER */
.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1100;
  padding:28px 34px;
  transition:padding .35s ease;
  pointer-events:none;
}

.site-header.scrolled{
  padding:18px 26px;
}

.header-inner{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  pointer-events:auto;
}

.header-left{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.header-center{
  display:flex;
  align-items:center;
  justify-content:center;
}

.header-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  white-space:nowrap;
}

.logo-img{
  height:108px;
  width:auto;
  display:block;
  object-fit:contain;
}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:42px;
}

.desktop-nav a{
  position:relative;
  color:rgba(255,255,255,.84);
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  transition:color .25s ease, transform .25s ease;
  padding:6px 0;
}

.desktop-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:#fff;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .3s ease;
  opacity:.9;
}

.desktop-nav a:hover{
  color:#fff;
  transform:translateY(-1px);
}

.desktop-nav a:hover::after{
  transform:scaleX(1);
}

.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  transition:opacity .25s ease, transform .25s ease;
 
  border: 1px solid #FFFFFF;
border-radius: 40px;
}

.header-cta:hover{
  opacity:.75;
  transform:translateY(-1px);
}

.menu-toggle{
  width:52px;
  height:52px;
  cursor:pointer;
  display:none;
  align-items:center;
  justify-content:center;
  position:relative;
  background:transparent;
  border:none;
}

.menu-toggle span{
  position:absolute;
  width:22px;
  height:2px;
  border-radius:3px;
  background:#fff;
  transition:transform .28s ease, opacity .2s ease;
}

.menu-toggle span:nth-child(1){transform:translateY(-7px);}
.menu-toggle span:nth-child(2){transform:translateY(0);}
.menu-toggle span:nth-child(3){transform:translateY(7px);}

.menu-toggle.active span:nth-child(1){transform:translateY(0) rotate(45deg);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:translateY(0) rotate(-45deg);}

/* MOBILE MENU */
.mobile-menu{
  position:fixed;
  inset:0;
  z-index:1050;
  background:#000;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .35s ease, visibility .35s ease;
}

.mobile-menu.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.mobile-menu-inner{
  width:100%;
  min-height:100vh;
  padding:130px 28px 40px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.mobile-nav{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.mobile-nav a{
  color:#fff;
  text-decoration:none;
  font-size:clamp(34px,8vw,64px);
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:6px 0;
  opacity:0;
  transform:translateY(24px);
}

.mobile-bottom{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding-top:30px;
}

.mobile-meta{
  color:rgba(255,255,255,.46);
  font-size:11px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.mobile-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  min-height:48px;
  padding:0 2px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
}


.sequence-section{
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.sticky{
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

#sequence1{ z-index: 23; }
#sequence2{ z-index: 22; }
#sequence3{ z-index: 21; }
#revealSection{ z-index: 30; }

 

@media (max-width: 960px){
  .sequence-section,
  .sticky{
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
 
.hero-dark-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 55%, rgba(0,0,0,.28) 100%);
  pointer-events:none;
  z-index:8;
  opacity:.75;
}

.hero-noise{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:9;
  opacity:.25;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.22) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(255,255,255,.14) 0 1px, transparent 1px),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,.16) 0 1px, transparent 1px),
    radial-gradient(circle at 60% 85%, rgba(255,255,255,.12) 0 1px, transparent 1px);
  background-size:140px 140px, 180px 180px, 160px 160px, 200px 200px;
}

.hero-copy{
  position:absolute;
  left:48px;
  bottom:44px;
  z-index:20;
  width:min(620px, calc(100% - 96px));
  pointer-events:none;
  font-family:'Poppins',sans-serif;
  display:flex;
  align-items:flex-end;
  gap:16px;
}

.hero-progress{
  width:2px;
  height:120px;
  background:rgba(255,255,255,.15);
  overflow:hidden;
  position:relative;
  flex:none;
}

.hero-progress-bar{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:0%;
  background:linear-gradient(to top, #fff, rgba(255,255,255,0));
  transform-origin:bottom;
}

.hero-texts{
  display:flex;
  flex-direction:column;
}

.hero-copy-line{
  display:block;
  font-size:20px;
  font-weight:400;
  line-height:1.08;
  letter-spacing:0;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.35);
  opacity:0;
  transform:translateY(36px);
  will-change:transform, opacity;
}

.hero-copy-line + .hero-copy-line{
  margin-top:8px;
}

 .partner-img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .partner-img {
    max-width: 300px;
  }
}

/* MINIMAL SCROLL CUE */
.minimal-scroll-cue{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  z-index:25;
  pointer-events:none;
  opacity:1;
  transition:opacity .4s ease, transform .4s ease;
}

.minimal-scroll-cue.is-hidden{
  opacity:0;
  transform:translateX(-50%) translateY(10px);
}

.minimal-scroll-cue__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}

.minimal-scroll-cue__label{
  font-size:10px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
  text-shadow:0 0 18px rgba(255,255,255,.22);
  white-space:nowrap;
}

.minimal-scroll-cue__line{
  position:relative;
  width:1px;
  height:34px;
  overflow:hidden;
  background:linear-gradient(to bottom, rgba(255,255,255,.10), rgba(255,255,255,.45), rgba(255,255,255,.08));
  box-shadow:0 0 14px rgba(255,255,255,.12);
}

.minimal-scroll-cue__line::after{
  content:"";
  position:absolute;
  left:50%;
  top:-12px;
  width:3px;
  height:14px;
  border-radius:999px;
  background:#fff;
  transform:translateX(-50%);
  box-shadow:
    0 0 10px rgba(255,255,255,.85),
    0 0 22px rgba(255,255,255,.45);
  animation:cueFlow 1.5s ease-in-out infinite;
}

.minimal-scroll-cue__arrow{
  width:8px;
  height:8px;
  border-right:1.5px solid rgba(255,255,255,.95);
  border-bottom:1.5px solid rgba(255,255,255,.95);
  transform:rotate(45deg);
  box-shadow:0 0 12px rgba(255,255,255,.18);
  animation:cueArrow 1.5s ease-in-out infinite;
}

@keyframes cueFlow{
  0%{
    top:-12px;
    opacity:0;
  }
  25%{
    opacity:1;
  }
  100%{
    top:28px;
    opacity:0;
  }
}

@keyframes cueArrow{
  0%,100%{
    transform:rotate(45deg) translateY(0);
    opacity:.65;
  }
  50%{
    transform:rotate(45deg) translateY(3px);
    opacity:1;
  }
}

.loader{
  position:fixed;
  inset:0;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1200;
  font-size:13px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
}

/* REVEAL SECTION */
.reveal-section{
  position:relative;
  width:100%;
  max-width:100%;
  z-index:30;
  margin-top:-70px;
  min-height:220vh;
background:
  radial-gradient(circle at 20% 10%, rgba(214, 225, 56, 0.10) 0%, transparent 4%),
  radial-gradient(circle at 10% 10%, rgba(180, 200, 50, 0.08) 0%, transparent 2%),
  linear-gradient(180deg, #f9fbe9 0%, #f4f7d9 100%);
  border-radius:34px 34px 0 0;
  overflow:hidden;
  transform:translateY(160px);
  will-change:transform;
  transition:background-color .45s ease;
}

.reveal-section::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:160px;
  background:linear-gradient(to bottom, rgba(255,255,255,.65), rgba(255,255,255,0));
  pointer-events:none;
  z-index:1;
}

.reveal-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.05;
  z-index:1;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0,0,0,.20) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 30%, rgba(0,0,0,.12) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(0,0,0,.14) 0 1px, transparent 1px);
  background-size:160px 160px, 220px 220px, 180px 180px;
}

.reveal-orb{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  display:flex;
  align-items:center;
  justify-content:center;
}

.reveal-orb-img{
  width:min(820px, 72vw);
  height:auto;
  opacity:.16;
  filter:blur(2px) drop-shadow(0 30px 60px rgba(0,0,0,.12));
  transform:rotate(0deg) scale(1);
  will-change:transform;
}

.reveal-inner{
  position:relative;
  z-index:2;
  max-width:1480px;
  margin:0 auto;
  padding:72px 40px 120px;
}

.reveal-kicker{
  font-size:12px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(0,0,0,.82);
  margin-bottom:28px;
  transition:color .45s ease;
}

.reveal-section h2{
  font-size:clamp(56px, 9vw, 142px);
  line-height:.92;
  font-weight:400;
  letter-spacing:-0.05em;
  color:#000;
  margin-bottom:24px;
  transform:scale(.72);
  transform-origin:left center;
  will-change:transform;
  transition:color .45s ease;
}

.reveal-text{
  max-width:760px;
  font-size:clamp(11px, 1.8vw, 18px);
  line-height:1.65;
  color:rgba(0,0,0,.92);
  transition:color .45s ease;
}

.award-services{
  position:relative;
  z-index:2;
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.award-card{
  position:relative;
  min-height:220px;
  padding:28px 24px 24px;
  border-radius:26px;

  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);

  backdrop-filter:blur(30px);
  -webkit-backdrop-filter:blur(30px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 20px 60px rgba(0,0,0,.10),
    0 0 40px rgba(200,220,80,.10);

  overflow:hidden;

  opacity:0;
  transform:translateY(70px) scale(.94);
  will-change:transform, opacity;
}
.award-card:hover::after{
  top:-40%;
  left:120%;
  opacity:1;
}
.award-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,.45) 0%,
    rgba(255,255,255,.12) 35%,
    rgba(255,255,255,.04) 60%,
    transparent 100%
  );
  pointer-events:none;
}

.award-card::after{
  content:"";
  position:absolute;
  top:-120%;
  left:-40%;
  width:60%;
  height:300%;

  background:linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.6) 45%,
    rgba(255,255,255,.2) 55%,
    transparent 100%
  );

  transform:rotate(25deg);
  opacity:0;
  transition:all .6s ease;
}


.award-card-no{
  position:relative;
  z-index:2;
  display:inline-block;
  margin-bottom:18px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(0,0,0,.46);
}

.award-card h3{
  position:relative;
  z-index:2;
  font-size:26px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:-0.03em;
  color:#000;
  margin-bottom:16px;
  max-width:11ch;
}

.award-card p{
  position:relative;
  z-index:2;
  font-size:15px;
  line-height:1.72;
  color:rgba(0,0,0,.72);
  max-width:28ch;
}

.iletisim-yazi{
  grid-column:1/-1;
  text-align:center;
  font-size:18px;
  color:#000;
  margin-top:8px;
}

.reveal-section.is-dark{
  background:#000;
}

.reveal-section.is-dark::before{
  background:linear-gradient(to bottom, rgba(255,255,255,.06), rgba(255,255,255,0));
}

.reveal-section.is-dark::after{
  opacity:.06;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.20) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 30%, rgba(255,255,255,.12) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,.14) 0 1px, transparent 1px);
}

.reveal-section.is-dark .reveal-kicker{
  color:rgba(255,255,255,.72);
}

.reveal-section.is-dark h2{
  color:#fff;
}

.reveal-section.is-dark .reveal-text{
  color:rgba(255,255,255,.88);
}

.reveal-section.is-dark .award-card{
  background:rgb(214 255 0 / 7%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 24px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.reveal-section.is-dark .award-card::before{
  background:linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.03) 38%, rgba(255,255,255,.01) 100%);
}

.reveal-section.is-dark .award-card-no{
  color:rgba(255,255,255,.42);
}

.reveal-section.is-dark .award-card h3{
  color:#fff;
}

.reveal-section.is-dark .award-card p{
  color:rgba(255,255,255,.72);
}

.reveal-section.is-dark .iletisim-yazi{
  color:#fff;
}

 /* ROI ASSISTANT */
.roi-assistant{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1400;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
}

.roi-assistant__toggle{
  position:relative;
  width:72px;
  height:72px;
  border:none;
  background:transparent;
  padding:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.roi-assistant__gif{
  width:132px;
  height:132px;
  object-fit:contain;
  display:block;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.35));
}

.roi-assistant__pulse{
  position:absolute;
  inset:8px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  z-index:1;
  animation:roiPulse 2.2s ease-in-out infinite;
}

@keyframes roiPulse{
  0%{transform:scale(.95);opacity:.35;}
  50%{transform:scale(1.08);opacity:.12;}
  100%{transform:scale(.95);opacity:.35;}
}

.roi-assistant__panel{
  width:min(380px, calc(100vw - 32px));
  background:rgba(10,10,10,.82);
  border:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:24px;
  padding:20px;
  box-shadow:0 30px 80px rgba(0,0,0,.42);
  transform-origin:bottom right;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px) scale(.96);
  transition:opacity .35s ease, transform .35s ease, visibility .35s ease;
  position:relative;
  overflow:hidden;
}

.roi-assistant__panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 35%);
  pointer-events:none;
}

.roi-assistant.is-open .roi-assistant__panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.roi-assistant__close{
  position:absolute;
  top:10px;
  right:12px;
  width:34px;
  height:34px;
  border:none;
  background:transparent;
  color:rgba(255,255,255,.72);
  font-size:24px;
  line-height:1;
  cursor:pointer;
  z-index:3;
}

.roi-assistant__close:hover{
  color:#fff;
}

.roi-assistant__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  position:relative;
  z-index:2;
}

.roi-assistant__avatar{
  width:58px;
  height:58px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}

.roi-assistant__avatar-gif{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
}

.roi-assistant__meta{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.roi-assistant__meta strong{
  font-size:15px;
  font-weight:700;
  color:#fff;
  letter-spacing:.08em;
}

.roi-assistant__meta span{
  font-size:11px;
  color:rgba(255,255,255,.55);
  letter-spacing:.18em;
  text-transform:uppercase;
}

.roi-assistant__body{
  position:relative;
  z-index:2;
}

.roi-assistant__message{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.86);
  margin-bottom:16px;
  max-width:28ch;
}

.roi-assistant__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}

.roi-assistant__chip{
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.04em;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}

.roi-assistant__chip:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
}

.roi-assistant__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:#000;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:transform .2s ease, opacity .2s ease;
}

.roi-assistant__cta:hover{
  transform:translateY(-1px);
  opacity:.92;
}
 
 
 
 .roi-chat{
  position:relative;
  z-index:2;
}

.roi-chat__messages{
  max-height:260px;
  overflow-y:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-right:4px;
  margin-bottom:14px;
}

.roi-chat__bubble{
  max-width:88%;
  padding:12px 14px;
  border-radius:16px;
  font-size:13px;
  line-height:1.65;
 }

.roi-chat__bubble--ai{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.88);
  align-self:flex-start;
}

.roi-chat__bubble--user{
  background:#fff;
  color:#000;
  align-self:flex-end;
}

.roi-chat__form{
  display:flex;
  gap:10px;
  margin-bottom:14px;
}

.roi-chat__input{
  flex:1;
  min-height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:0 16px;
  outline:none;
  font-size:13px;
}

.roi-chat__input::placeholder{
  color:rgba(255,255,255,.42);
}

.roi-chat__send{
  min-width:92px;
  min-height:46px;
  border:none;
  border-radius:999px;
  background:#fff;
  color:#000;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  cursor:pointer;
}

.roi-chat__send:disabled{
  opacity:.55;
  cursor:not-allowed;
}
 
 
 .roi-lead-form{
  position:relative;
  z-index:2;
  margin-bottom:14px;
}

.roi-lead-form__form{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.roi-lead-form__input{
  width:100%;
  height:48px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.04);
  color:#fff;
  outline:none;
  font-size:14px;
  box-sizing:border-box; /* 🔥 BU ŞART */
}

.roi-lead-form__input::placeholder{
  color:rgba(255,255,255,.42);
}

.roi-lead-form__button{
  min-height:46px;
  border:none;
  border-radius:999px;
  background:#fff;
  color:#000;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  cursor:pointer;
}

.roi-lead-form__button:disabled{
  opacity:.6;
  cursor:not-allowed;
}
 
 
 
 
 
 
 
@media (max-width:960px){
  .header-inner{
    grid-template-columns:1fr auto;
  }

  .header-center,
  .header-cta{
    display:none;
  }

  .menu-toggle{
    display:flex;
  }

  .site-header{
    padding:0px 0px;
  }

  .site-header.scrolled{
    padding:16px 0px;
  }

  .logo-img{
    height:84px;
  }

.sequence-section{
  position:relative;
  width:100%;
  height:100vh;
  height:100dvh;
  min-height:100vh;
  min-height:100dvh;
  overflow:hidden;
  background:#000;
}

.sticky{
  position:relative;
  width:100%;
  height:100vh;
  height:100dvh;
  min-height:100vh;
  min-height:100dvh;
  overflow:hidden;
}

canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  background:#000;
}

@media (max-width:960px){
  .sequence-section,
  .sticky{
    height:100vh;
    height:100dvh;
    min-height:100vh;
    min-height:100dvh;
  }
}

  .sequence-section + .sequence-section{
    margin-top:-10vh;
  }

  .hero-copy{
    left:20px;
    right:20px;
    width:auto;
    bottom:84px;
    gap:12px;
  }

  .hero-progress{
    height:80px;
  }

  .hero-copy-line{
    font-size:clamp(13px, 3.8vw, 18px);
    line-height:1.28;
    letter-spacing:.01em;
  }

  .hero-copy-line + .hero-copy-line{
    margin-top:6px;
  }

  .minimal-scroll-cue{
    bottom:22px;
  }

  .minimal-scroll-cue__label{
    font-size:9px;
    letter-spacing:.22em;
  }

  .minimal-scroll-cue__line{
    height:30px;
  }

  .reveal-section{
    margin-top:-20px;
    min-height:auto;
    border-radius:24px 24px 0 0;
    transform:translateY(60px);
  }

  .reveal-inner{
    padding:48px 20px 80px;
  }

  .reveal-kicker{
    font-size:11px;
    margin-bottom:18px;
  }

  .reveal-section h2{
    font-size:clamp(42px, 14vw, 76px);
    line-height:.94;
    margin-bottom:18px;
  }

  .reveal-text{
    font-size:16px;
    line-height:1.7;
  }

  .reveal-orb-img{
    width:88vw;
    opacity:.14;
  }

  .award-services{
    margin-top:34px;
    grid-template-columns:1fr;
    gap:16px;
  }

  .award-card{
    min-height:auto;
    padding:22px 18px 20px;
    border-radius:22px;
  }

  .award-card h3{
    font-size:22px;
    max-width:none;
  }

  .award-card p{
    font-size:14px;
    max-width:none;
  }

  .iletisim-yazi{
    text-align:center;
    font-size:18px;
  }

  .roi-assistant{
    right:14px;
    bottom:14px;
  }

  .roi-assistant__toggle{
    width:62px;
    height:62px;
  }

  .roi-assistant__gif{
    width:122px;
    height:122px;
  }

  .roi-assistant__panel{
    width:min(340px, calc(100vw - 20px));
    padding:18px;
    border-radius:20px;
  }

  .roi-assistant__message{
    font-size:14px;
    line-height:1.6;
  }

  .roi-assistant__chip{
    font-size:11px;
    padding:9px 12px;
  }
}
.roi-chat__bubble--fadeout{
  opacity:0;
  transform:translateY(-6px);
  transition:all .4s ease;
}
/* =========================================
   AWWWARDS STYLE FOOTER
========================================= */
.site-footer-adv{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.04), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.03), transparent 26%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  border-top:1px solid rgba(255,255,255,.08);
  padding:120px 0 34px;
}

.site-footer-adv__topline{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.32),
    rgba(255,255,255,0)
  );
}

.site-footer-adv__glow{
  position:absolute;
  border-radius:999px;
  filter:blur(90px);
  pointer-events:none;
}

.site-footer-adv__glow--1{
  width:320px;
  height:320px;
  left:-120px;
  top:40px;
  background:rgba(255,255,255,.06);
}

.site-footer-adv__glow--2{
  width:260px;
  height:260px;
  right:-60px;
  bottom:40px;
  background:rgba(255,255,255,.05);
}

.site-footer-adv__inner{
  position:relative;
  z-index:2;
  max-width:1480px;
  margin:0 auto;
  padding:0 40px;
}

.site-footer-adv__hero{
  max-width:980px;
  margin-bottom:80px;
}

.site-footer-adv__eyebrow{
  display:inline-block;
  margin-bottom:26px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
}

.site-footer-adv__title{
  font-size:clamp(48px, 8vw, 74px);
  line-height:.92;
  letter-spacing:-0.05em;
  font-weight:500;
  color:#fff;
  margin-bottom:24px;
  text-wrap:balance;
}

.site-footer-adv__desc{
  max-width:760px;
  font-size:clamp(16px, 1.8vw, 20px);
  line-height:1.8;
  color:rgba(255,255,255,.72);
}

.site-footer-adv__cta-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.site-footer-adv__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:transform .25s ease, opacity .25s ease, background .25s ease, border-color .25s ease;
}

.site-footer-adv__cta:hover{
  transform:translateY(-2px);
}

.site-footer-adv__cta--solid{
  background:#fff;
  color:#000;
}

.site-footer-adv__cta--solid:hover{
  opacity:.92;
}

.site-footer-adv__cta--ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.site-footer-adv__cta--ghost:hover{
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.06);
}

.site-footer-adv__middle{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:22px;
  margin-bottom:54px;
}

.site-footer-adv__card{
  position:relative;
  min-height:220px;
  padding:26px 24px;
  border-radius:28px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 20px 60px rgba(0,0,0,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.site-footer-adv__label{
  display:inline-block;
  margin-bottom:18px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,.42);
}

.site-footer-adv__bigtext{
  font-size:26px;
  line-height:1.18;
  letter-spacing:-0.03em;
  color:#fff;
  margin-bottom:16px;
}

.site-footer-adv__smalltext{
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,.62);
}

.site-footer-adv__list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.site-footer-adv__list li,
.site-footer-adv__list a,
.site-footer-adv__list span{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.74);
  text-decoration:none;
  transition:color .22s ease, transform .22s ease;
}

.site-footer-adv__list a:hover{
  color:#fff;
  transform:translateX(2px);
}

.site-footer-adv__marquee{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:16px 0;
  margin-bottom:30px;
}

.site-footer-adv__marquee-track{
  display:flex;
  align-items:center;
  gap:22px;
  width:max-content;
  animation:footerMarquee 22s linear infinite;
}

.site-footer-adv__marquee-track span{
  font-size:14px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(255,255,255,.52);
  white-space:nowrap;
}

@keyframes footerMarquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.site-footer-adv__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:8px;
}

.site-footer-adv__bottom-left p{
  font-size:13px;
  color:rgba(255,255,255,.42);
  line-height:1.7;
}

.site-footer-adv__bottom-right{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.site-footer-adv__bottom-right a{
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.56);
  text-decoration:none;
  transition:color .22s ease, transform .22s ease;
}

.site-footer-adv__bottom-right a:hover{
  color:#fff;
  transform:translateY(-1px);
}

@media (max-width:1100px){
  .site-footer-adv__middle{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:960px){
  .site-footer-adv{
    padding:88px 0 28px;
  }

  .site-footer-adv__inner{
    padding:0 20px;
  }

  .site-footer-adv__hero{
    margin-bottom:46px;
  }

  .site-footer-adv__title{
    font-size:clamp(40px, 13vw, 70px);
    line-height:.95;
  }

  .site-footer-adv__desc{
    font-size:16px;
    line-height:1.75;
  }

  .site-footer-adv__cta-wrap{
    gap:10px;
    margin-top:26px;
  }

  .site-footer-adv__cta{
    width:100%;
    min-height:52px;
  }

  .site-footer-adv__middle{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:34px;
  }

  .site-footer-adv__card{
    min-height:auto;
    padding:22px 18px;
    border-radius:22px;
  }

  .site-footer-adv__bigtext{
    font-size:22px;
  }

  .site-footer-adv__marquee{
    padding:14px 0;
    margin-bottom:22px;
  }

  .site-footer-adv__marquee-track span{
    font-size:11px;
    letter-spacing:.18em;
  }

  .site-footer-adv__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .site-footer-adv__bottom-right{
    gap:14px;
  }
}

.clients-section{
  position:relative;
 
  background:#fff;
  padding:150px 40px 50px;
}

.clients-container{
  max-width:1360px;
  margin:0 auto;
}

.clients-head{
  max-width:760px;
  margin:0 auto 70px;
  text-align:center;
}

.clients-kicker{
  display:inline-block;
  margin-bottom:16px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(0,0,0,.42);
}

.clients-title{
  font-size:clamp(42px, 6vw, 88px);
  line-height:.95;
  letter-spacing:-0.05em;
  font-weight:500;
  color:#000;
  margin-bottom:18px;
}

.clients-desc{
  font-size:16px;
  line-height:1.8;
  color:rgba(0,0,0,.58);
}

.clients-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  column-gap:10px;
  row-gap:50px;
  align-items:center;
}

.client-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  opacity:0;
  transform:translateY(26px);
  will-change:transform, opacity;
}

.client-logo img{

  max-height:80px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
 
  transition:filter .28s ease, opacity .28s ease, transform .28s ease;
}

.client-logo:hover img{
  filter:grayscale(0) opacity(.92);
  transform:translateY(-1px);
}

@media (max-width:1100px){
  .clients-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    column-gap:36px;
    row-gap:42px;
  }
}

@media (max-width:768px){
  .clients-section{
    padding:90px 0px 80px;
  }

  .clients-head{
    margin-bottom:42px;
  }

  .clients-title{
    font-size:clamp(34px, 11vw, 56px);
  }

  .clients-desc{
    font-size:15px;
    line-height:1.7;
  }

  .clients-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:24px;
    row-gap:30px;
  }

  .client-logo{
    min-height:56px;
  }

  .client-logo img{
    max-width:300px;
    max-height:50px;
  }
}
  
  
 .clients-sayac{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  margin-top:64px;
 
}

.clients-sayac .clients-title{
  display:block;
  width:100%;
  margin-top:30px;
  font-size:clamp(32px, 8vw, 34px);
  line-height:.9;
 
  letter-spacing:-0.05em;
  color:#8a8a8a;
  text-align:center;
}

.clients-sayac .clients-title span:last-child{
  font-size:18px;
  letter-spacing:0px;
  font-weight:400;
  color:#c4c4c4;
}

.clients-sayac .clients-title span:not(#clientsCounter),
.clients-sayac .clients-title small{
  display:block;
  width:100%;
}
.clients-sayac .clients-title::after{
  display:block;
  width:100%;
  margin-top:18px;
  font-size:14px;
  line-height:1.7;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(0,0,0,.46);
  text-align:center;
}

.ro-cookie-mini{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%) translateY(20px);
  display:flex;
  align-items:center;
  gap:16px;

  padding:10px 16px;
  border-radius:999px;

  background:rgba(0,0,0,.75);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  box-shadow:0 8px 30px rgba(0,0,0,.25);

  opacity:0;
  pointer-events:none;
  transition:all .4s cubic-bezier(.22,1,.36,1);

  z-index:9999;
}

.ro-cookie-mini.is-active{
  opacity:1;
  transform:translateX(-50%) translateY(0);
  pointer-events:auto;
}

.ro-cookie-mini__text{
  margin:0;
  font-size:12px;
  color:rgba(255,255,255,.7);
  white-space:nowrap;
}

.ro-cookie-mini__text a{
  color:#fff;
  text-decoration:none;
  margin-left:6px;
  position:relative;
}

.ro-cookie-mini__text a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:1px;
  background:#fff;
  opacity:.6;
}

.ro-cookie-mini__btn{
  border:none;
  border-radius:999px;
  padding:6px 12px;

  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;

  background:#fff;
  color:#000;
  cursor:pointer;

  transition:transform .2s ease, opacity .2s ease;
}

.ro-cookie-mini__btn:hover{
  transform:translateY(-1px);
  opacity:.9;
}

@media (max-width:768px){
  .ro-cookie-mini{
    width:calc(100% - 24px);
    justify-content:space-between;
    padding:10px 14px;
  }

  .ro-cookie-mini__text{
    white-space:normal;
    font-size:11px;
  }
  
  
  
}.projects-browser-section{
  position:relative;
  height:100vh;
  min-height:100vh;
  background:#000;
  overflow:hidden;
  margin:0;
  padding:0;
 
}

 

.projects-browser-sticky{
  position:sticky;
  top:0;
  height:100vh;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0;
}

.projects-browser-intro{
  position:absolute;
  top:58px;
  left:50%;
  transform:translateX(-50%);
  width:min(1400px, calc(100% - 80px));
  z-index:3;
  text-align:center;
  pointer-events:none;
}

.projects-browser-kicker{
  display:block;
  margin-bottom:20px;
  margin-top:100px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

.projects-browser-title{
  margin:0;
  font-size:clamp(42px, 7vw, 104px);
  line-height:.92;
  letter-spacing:-0.05em;
  font-weight:500;
  color:#fff;
}

.browser-showcase{
  width:min(1280px, 92vw);
  margin-top:100px;
  perspective:1800px;
}

.browser-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/10;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.03) 100%);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:
    0 40px 120px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform-origin:center center;
  will-change:transform;
}

.browser-frame::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  pointer-events:none;
  z-index:2;
}

.browser-frame__top{
  position:relative;
  z-index:3;
  height:72px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 22px;
  background:rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.browser-frame__dots{
  display:flex;
  align-items:center;
  gap:8px;
}

.browser-frame__dots span{
  width:11px;
  height:11px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
}

.browser-frame__bar{
  flex:1;
  height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
}

.browser-frame__bar span{
  font-size:12px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.5);
}

.browser-frame__screen{
  position:relative;
  z-index:1;
  width:100%;
  height:calc(100% - 72px);
  overflow:hidden;
  background:#0a0a0a;
}

.browser-slider{
  display:flex;
  width:600%;
  height:100%;
}

.browser-slide{
  position:relative;
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  overflow:hidden;
}

.browser-slide__media{
  position:relative;
  width:100%;
  height:100%;
  min-height:0;
  overflow:hidden;
  background:#000;
}

.browser-slide__media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
  transform:none !important;
  max-width:none;
}

.browser-slide:hover img{
  transform:scale(1.04) !important;
}

.browser-slide__meta{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:44px 42px 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.01) 100%);
  border-left:1px solid rgba(255,255,255,.07);
}

.browser-slide__tag{
  display:inline-flex;
  width:fit-content;
  margin-bottom:18px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

.browser-slide__meta h3{
  margin:0 0 14px;
  font-size:clamp(28px, 3vw, 46px);
  line-height:.98;
  letter-spacing:-0.04em;
  font-weight:500;
  color:#fff;
}

.browser-slide__meta p{
  margin:0;
  max-width:24ch;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.68);
}

@media (max-width:960px){
  .projects-browser-section{
    height:100vh;
    min-height:100vh;
  }

  .projects-browser-sticky{
    height:100vh;
    min-height:100vh;
    padding:0;
  }

  .projects-browser-intro{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    width:100%;
    max-width:1200px;
    text-align:center;
    margin-bottom:18px;
  }

  .projects-browser-kicker{
    margin-bottom:12px;
    font-size:10px;
  }

  .projects-browser-title{
    font-size:clamp(30px, 10vw, 54px);
    line-height:.96;
  }

  .browser-showcase{
    width:calc(100% - 20px);
  }

  .browser-frame{
    border-radius:18px;
  }

  .browser-frame__top{
    height:56px;
    padding:0 14px;
    gap:12px;
  }

  .browser-frame__dots span{
    width:8px;
    height:8px;
  }

  .browser-frame__bar{
    height:32px;
    padding:0 12px;
  }

  .browser-frame__bar span{
    font-size:10px;
  }

  .browser-frame__screen{
    height:calc(100% - 56px);
  }

  .browser-slide{
    grid-template-columns:1fr;
    grid-template-rows:1.1fr .9fr;
  }

  .browser-slide__meta{
    padding:24px 20px 24px;
    border-left:none;
    border-top:1px solid rgba(255,255,255,.07);
  }

  .browser-slide__tag{
    font-size:10px;
    margin-bottom:12px;
  }

  .browser-slide__meta h3{
    font-size:28px;
    margin-bottom:10px;
  }

  .browser-slide__meta p{
    font-size:14px;
    max-width:none;
    line-height:1.65;
  }
}
.browser-slide--cta{
  display:flex;
  align-items:center;
  justify-content:center;
}

.browser-slide__cta-media{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.browser-slide__cta-media h2{
  font-size:clamp(28px, 4vw, 56px);
  font-weight:500;
  letter-spacing:-0.04em;
  color:#fff;
  opacity:0;
  transform:translateY(40px);
}
 

.insights-section{
  position:relative;
  width:100%;
  background:#fff;
  overflow:hidden;
  padding:140px 0 80px;
  z-index:2;
}

.insights-section::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:400px;
  transform:translateY(-100%);
  pointer-events:none;
  z-index:1;
  background:linear-gradient(
    to bottom,
    #000 0%,
    rgba(0,0,0,.96) 10%,
    rgba(0,0,0,.82) 22%,
    rgba(0,0,0,.55) 38%,
    rgba(0,0,0,.24) 58%,
    rgba(0,0,0,.08) 78%,
    rgba(255,255,255,0) 100%
  );
}

.insights-wrap{
  position:relative;
  z-index:2;
  width:min(1440px, calc(100% - 60px));
  margin:0 auto;
}

.insights-head{
  max-width:920px;
  margin:0 0 48px;
}

.insights-kicker{
  display:inline-block;
  margin-bottom:20px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(0,0,0,.42);
}

.insights-title{
  margin:5px 0px 108px;
font-size:clamp(60px, 6vw, 16px);
  line-height:.94;
  letter-spacing:-0.05em;
  font-weight:500;
  color:#000;
}

.insights-desc{
  max-width:680px;
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:rgba(0,0,0,.62);
}

.insights-slider-shell{
  position:relative;
 
}

.insights-slider{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.insight-card{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:
    0 20px 70px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  transform:translateY(40px);
  opacity:0;
}

.insight-card__media{
  position:relative;
  display:block;
  aspect-ratio:16/11;
  overflow:hidden;
  background:#f3f3f3;
}

.insight-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}

.insight-card:hover .insight-card__media img{
  transform:scale(1.06);
}

.insight-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.14), rgba(0,0,0,0));
  pointer-events:none;
}

.insight-card__body{
  padding:24px 22px 24px;
}

.insight-card__tag{
  display:inline-flex;
  margin-bottom:14px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(0,0,0,.42);
}

.insight-card__body h3{
  margin:0 0 12px;
  font-size:26px;
  line-height:1.02;
  letter-spacing:-0.03em;
  font-weight:500;
}

.insight-card__body h3 a{
  color:#000;
  text-decoration:none;
}

.insight-card__body p{
  margin:0;
  font-size:14px;
  line-height:1.8;
  color:rgba(0,0,0,.62);
}

@media (max-width:1100px){
  .insights-slider{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:960px){
  .insights-section{
    padding:110px 0 56px;
  }

  .insights-section::before{
    height:120px;
  }

  .insights-wrap{
    width:calc(100% - 20px);
  }

  .insights-head{
    margin-bottom:28px;
  }

  .insights-title{
    font-size:clamp(34px, 11vw, 56px);
  }

  .insights-desc{
    font-size:15px;
    line-height:1.7;
  }

  .insights-slider{
    grid-template-columns:1fr;
    gap:16px;
  }

  .insight-card{
    border-radius:22px;
  }

  .insight-card__body{
    padding:18px 16px 20px;
  }

  .insight-card__body h3{
    font-size:24px;
  }
}

/* =========================
   NEWSLETTER SECTION
========================= */
.newsletter-section{
  position:relative;
  width:100%;
  background:#000;
  padding:40px 0 130px;
  overflow:hidden;
}

.newsletter-wrap{
  width:min(1440px, calc(100% - 60px));
  margin:0 auto;
  position:relative;
}

.newsletter-inner{
  position:relative;
  overflow:hidden;
 
  
  box-shadow:
    0 30px 90px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.06);
  padding:64px 54px;
  text-align:center;
}

.newsletter-kicker{
  display:inline-block;
  margin-bottom:20px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

.newsletter-title{
  margin:0 0 18px;
font-size:clamp(60px, 6vw, 16px);
  line-height:.94;
  letter-spacing:-0.05em;
  font-weight:500;
  color:#fff;
  text-align:center;
text-shadow: rgba(255,255,255,1) 0px 0px 57px;
}




.newsletter-desc{
  max-width:720px;
  margin:0 auto 30px;
  font-size:16px;
  line-height:1.85;
  color:rgba(255,255,255,.68);
}

.newsletter-form{
  width:min(720px, 100%);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:12px;
}

.newsletter-form__field{
  flex:1;
}

.newsletter-form__field input{
  width:100%;
  height:62px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:0 24px;
  outline:none;
  font-size:15px;
}

.newsletter-form__field input::placeholder{
  color:rgba(255,255,255,.38);
}

.newsletter-form__button{
  height:62px;
  border:none;
  border-radius:999px;
  padding:0 28px;
  background:#fff;
  color:#000;
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .25s ease, opacity .25s ease;
}

.newsletter-form__button:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.newsletter-note{
  margin:18px 0 0;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.42);
}

.newsletter-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(90px);
  pointer-events:none;
}

.newsletter-orb--1{
  width:240px;
  height:240px;
  left:40px;
  top:40px;
  background:rgba(255,255,255,.05);
}

.newsletter-orb--2{
  width:280px;
  height:280px;
  right:0;
  bottom:-40px;
  background:rgba(255,255,255,.04);
}

@media (max-width:1100px){
  .insights-slider{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:960px){
  .insights-section{
    padding:90px 0 56px;
  }

  .newsletter-section{
    padding:20px 0 90px;
  }

  .insights-wrap,
  .newsletter-wrap{
    width:calc(100% - 20px);
  }

  .insights-head{
    margin-bottom:28px;
  }

  .insights-title{
    font-size:clamp(34px, 11vw, 56px);
  }

  .insights-desc{
    font-size:15px;
    line-height:1.7;
  }

  .insights-slider{
    grid-template-columns:1fr;
    gap:16px;
  }

  .insight-card{
    border-radius:22px;
  }

  .insight-card__body{
    padding:18px 16px 20px;
  }

  .insight-card__body h3{
    font-size:24px;
  }

  .newsletter-inner{
    border-radius:24px;
    padding:42px 18px;
  }

  .newsletter-title{
    font-size:clamp(34px, 11vw, 54px);
  }

  .newsletter-desc{
    font-size:15px;
    line-height:1.7;
    margin-bottom:22px;
  }

  .newsletter-form{
    flex-direction:column;
    gap:10px;
  }

  .newsletter-form__field,
  .newsletter-form__button{
    width:100%;
  }

  .newsletter-form__field input,
  .newsletter-form__button{
    height:56px;
  }
}
.ro-divider-text{
  height:200px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
}

.ro-divider-text h2{
  font-size:clamp(60px, 10vw, 140px);
  color:rgba(255,255,255,.06);
  letter-spacing:-0.05em;
}

</style>