/* =========================================================
   GETICK LANDING
   Scoped under .gtl-shell
   ========================================================= */

.gtl-shell{
  --bg0:#05070b;
  --bg1:#090c12;
  --card:rgba(8,12,18,.72);
  --card2:rgba(10,16,24,.82);
  --stroke:rgba(255,255,255,.10);
  --stroke2:rgba(46,204,113,.22);
  --txt:rgba(255,255,255,.94);
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.55);
  --brand:#2ecc71;
  --brand2:#8cffb7;
  --shadow:0 18px 50px rgba(0,0,0,.38);
  --radius:22px;

  position:relative;
  overflow:hidden;
  min-height:100vh;
  background:
    radial-gradient(circle at 20% 30%, rgba(46,204,113,.10), transparent 28%),
    radial-gradient(circle at 80% 34%, rgba(46,204,113,.08), transparent 22%),
    linear-gradient(180deg, #05070b 0%, #05070b 35%, #06080d 100%);
  color:var(--txt);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding-bottom:90px;
}

.gtl-bg-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:120px 120px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.2));
}

.gtl-bg-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
}

.gtl-bg-orb-1{
  width:420px;
  height:420px;
  background:rgba(46,204,113,.10);
  top:140px;
  left:-80px;
}

.gtl-bg-orb-2{
  width:520px;
  height:520px;
  background:rgba(46,204,113,.08);
  right:-160px;
  top:380px;
}

/* =========================
   Header
   ========================= */

.gtl-header{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:26px 34px 18px;
  backdrop-filter:blur(8px);
  background:linear-gradient(to bottom, rgba(5,7,11,.82), rgba(5,7,11,.28));
  border-bottom:1px solid rgba(255,255,255,.04);
}

.gtl-header-left{
  display:flex;
  align-items:center;
}

.gtl-brand-logo{
  display:flex;
  align-items:center;
  gap:0;
  font-weight:900;
  font-size:34px;
  line-height:1;
  letter-spacing:-0.02em;
}

.gtl-brand-get,
.gtl-brand-ck{
  color:#f4f6f8;
}

.gtl-brand-i{
  color:var(--brand);
}

.gtl-header-right{
  display:flex;
  align-items:center;
  gap:18px;
}

.gtl-nav-link{
  color:rgba(255,255,255,.76);
  text-decoration:none;
  font-size:16px;
  transition:.2s ease;
}

.gtl-nav-link:hover{
  color:#fff;
}

.gtl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:18px;
  transition:.2s ease;
  white-space:nowrap;
}

.gtl-btn-header{
  min-width:148px;
  padding:14px 20px;
  color:#fff;
  background:linear-gradient(180deg, rgba(46,204,113,.14), rgba(46,204,113,.08));
  border:1px solid rgba(140,255,183,.18);
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset;
}

.gtl-btn-header:hover{
  color:#fff;
  transform:translateY(-1px);
  border-color:rgba(140,255,183,.30);
}

/* =========================
   Hero
   ========================= */

.gtl-hero{
  position:relative;
  padding:64px 34px 10px;
  max-width:1400px;
  margin:0 auto;
}

.gtl-hero-copy{
  text-align:center;
  max-width:980px;
  margin:0 auto 38px;
}

.gtl-hero-title{
  margin:0;
  font-size:78px;
  line-height:1.02;
  font-weight:900;
  letter-spacing:-0.04em;
  color:#f4f6f8;
}

.gtl-text-accent{
  color:var(--brand2);
  text-shadow:0 0 24px rgba(46,204,113,.14);
}

.gtl-hero-subtitle{
  max-width:900px;
  margin:24px auto 0;
  font-size:28px;
  line-height:1.45;
  color:var(--muted);
}

.gtl-hero-actions{
  margin-top:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.gtl-btn-primary,
.gtl-btn-secondary{
  min-width:220px;
  padding:18px 28px;
  font-size:20px;
  font-weight:800;
  display:inline-flex;
  justify-content:center;
}

.gtl-btn-primary:hover{
  color:#fff;
  transform:translateY(-1px);
}

.gtl-btn-primary{
  color:#fff;
  background:linear-gradient(180deg, rgba(46,204,113,.22), rgba(46,204,113,.10));
  border:1px solid rgba(140,255,183,.22);
  box-shadow:0 14px 40px rgba(46,204,113,.08);
}

.gtl-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
}


.gtl-btn-secondary:hover{
  color:#fff;
  border-color:rgba(255,255,255,.18);
}

/* =========================
   Large screenshot carousel
   ========================= */

.gtl-preview-stage{
  max-width:1360px;
  margin:40px auto 0;
  padding:0 34px;
}

.gtl-carousel-shell{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.gtl-carousel-slide-wrap{
  width:100%;
}

.gtl-carousel-slide{
  position:relative;
  background:linear-gradient(180deg, rgba(9,13,20,.86), rgba(7,10,16,.94));
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:24px;
  overflow:hidden;
}

.gtl-carousel-slide::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  padding:1px;
  background:linear-gradient(135deg, rgba(46,204,113,.18), rgba(255,255,255,.03), rgba(46,204,113,.08));
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  pointer-events:none;
}

.gtl-carousel-copy{
  text-align:center;
  margin-bottom:18px;
}

.gtl-carousel-title{
  font-size:34px;
  font-weight:900;
  color:#f5f7fa;
  line-height:1.1;
}

.gtl-carousel-subtitle{
  margin-top:10px;
  font-size:19px;
  color:var(--muted);
  line-height:1.5;
}

.gtl-carousel-image-frame{
  width:100%;
  background:#06090f;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  overflow:hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.gtl-carousel-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

.gtl-carousel-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(8,12,18,.82);
  color:#fff;
  font-size:36px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  transition:.2s ease;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.gtl-carousel-arrow:hover{
  background:rgba(18,24,34,.92);
  border-color:rgba(46,204,113,.30);
  color:var(--brand2);
}

.gtl-carousel-arrow-left{
  left:-18px;
}

.gtl-carousel-arrow-right{
  right:-18px;
}

.gtl-carousel-dots{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.gtl-carousel-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.20);
  transition:.2s ease;
}

.gtl-carousel-dot.active{
  background:var(--brand);
  box-shadow:0 0 14px rgba(46,204,113,.45);
}

/* =========================
   Section intro
   ========================= */

.gtl-section-intro,
.gtl-bottom-cta{
  max-width:1080px;
  margin:0 auto;
  text-align:center;
  padding:90px 34px 18px;
}

.gtl-section-title{
  margin:0;
  font-size:62px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-0.03em;
  color:#f4f6f8;
}

.gtl-section-subtitle{
  margin:20px auto 0;
  max-width:900px;
  font-size:25px;
  line-height:1.5;
  color:var(--muted);
}

/* =========================
   Feature cards
   ========================= */

.gtl-features-grid{
  max-width:1360px;
  margin:10px auto 0;
  padding:0 34px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}

.gtl-feature-card{
  position:relative;
  min-height:240px;
  background:linear-gradient(180deg, rgba(8,12,18,.78), rgba(7,10,16,.92));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:24px 24px 22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.gtl-feature-card::after{
  content:"";
  position:absolute;
  inset:auto 14% -40px 14%;
  height:80px;
  background:radial-gradient(circle, rgba(46,204,113,.18), transparent 72%);
  filter:blur(20px);
  pointer-events:none;
}

.gtl-feature-title{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.1;
  font-weight:800;
  color:#fff;
}

.gtl-feature-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}

/* =========================
   Feature icons
   ========================= */

.gtl-feature-icon-bars{
  display:flex;
  gap:6px;
  margin-bottom:16px;
}

.gtl-bar{
  width:8px;
  border-radius:2px;
  background:linear-gradient(180deg,#8cffb7,#2ecc71);
}

.gtl-bar:nth-child(1){ height:18px; }
.gtl-bar:nth-child(2){ height:26px; }
.gtl-bar:nth-child(3){ height:14px; }

.gtl-feature-icon-chart{
  width:34px;
  height:26px;
  margin-bottom:16px;
  border-left:2px solid #8cffb7;
  border-bottom:2px solid #8cffb7;
  position:relative;
}

.gtl-feature-icon-chart::after{
  content:"";
  position:absolute;
  left:4px;
  bottom:4px;
  width:20px;
  height:12px;
  border-right:2px solid #2ecc71;
  border-top:2px solid #2ecc71;
  transform:skewX(-20deg);
}

.gtl-feature-icon-pulse{
  width:34px;
  height:26px;
  margin-bottom:16px;
  position:relative;
}

.gtl-feature-icon-pulse::before{
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  background:#8cffb7;
  top:50%;
}

.gtl-feature-icon-pulse::after{
  content:"";
  position:absolute;
  width:14px;
  height:10px;
  border-left:2px solid #2ecc71;
  border-bottom:2px solid #2ecc71;
  transform:rotate(-45deg);
  left:8px;
  top:6px;
}

.gtl-feature-icon-search{
  width:24px;
  height:24px;
  border:2px solid #8cffb7;
  border-radius:50%;
  margin-bottom:16px;
  position:relative;
}

.gtl-feature-icon-search::after{
  content:"";
  position:absolute;
  width:10px;
  height:2px;
  background:#2ecc71;
  bottom:-4px;
  right:-6px;
  transform:rotate(45deg);
}

/* =========================
   Bottom CTA
   ========================= */

.gtl-domain{
  margin-top:38px;
  font-size:42px;
  font-weight:800;
  color:var(--brand);
  letter-spacing:.02em;
  text-shadow:0 0 22px rgba(46,204,113,.20);
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1200px){
  .gtl-hero-title{ font-size:64px; }
  .gtl-hero-subtitle{ font-size:24px; }

  .gtl-carousel-title{ font-size:28px; }
  .gtl-carousel-subtitle{ font-size:17px; }

  .gtl-carousel-arrow{
    width:48px;
    height:48px;
    font-size:30px;
  }

  .gtl-carousel-arrow-left{
    left:-8px;
  }

  .gtl-carousel-arrow-right{
    right:-8px;
  }

  .gtl-features-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px){
  .gtl-header{
    padding:20px 20px 14px;
    align-items:flex-start;
    flex-direction:column;
  }

  .gtl-header-right{
    width:100%;
    flex-wrap:wrap;
    gap:12px 16px;
  }

  .gtl-hero{
    padding:38px 20px 10px;
  }

  .gtl-hero-title{
    font-size:48px;
  }

  .gtl-hero-subtitle{
    font-size:20px;
  }

  .gtl-btn-primary,
  .gtl-btn-secondary{
    min-width:unset;
    width:100%;
  }

  .gtl-hero-actions{
    flex-direction:column;
  }

  .gtl-preview-stage{
    padding:0 20px;
  }

  .gtl-carousel-slide{
    padding:16px;
  }

  .gtl-carousel-title{
    font-size:24px;
  }

  .gtl-carousel-subtitle{
    font-size:16px;
  }

  .gtl-carousel-arrow{
    width:42px;
    height:42px;
    font-size:26px;
  }

  .gtl-section-intro,
  .gtl-bottom-cta{
    padding:70px 20px 12px;
  }

  .gtl-section-title{
    font-size:44px;
  }

  .gtl-section-subtitle{
    font-size:20px;
  }

  .gtl-features-grid{
    padding:0 20px;
    grid-template-columns:1fr;
  }

  .gtl-domain{
    font-size:32px;
  }
}