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

:root {
  --blue: #2563EB;
  --blue-d: #1D4ED8;
  --blue-xl: #EFF6FF;
  --blue-l: #DBEAFE;
  --dark: #0F172A;
  --dark2: #1E293B;
  --gray: #64748B;
  --gl: #F1F5F9;
  --border: #E2E8F0;
  --white: #FFFFFF;
  --shadow: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.13);
  --r: 14px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--dark); background: var(--white); overflow-x: hidden; line-height: 1.6; }
h1,h2,h3,h4 { line-height: 1.2; font-weight: 800; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--blue-xl); color: var(--blue-d);
  border: 1.5px solid var(--blue-l);
}
section { padding: 96px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: clamp(26px, 4vw, 40px); margin: 14px 0 10px; font-weight: 700;}
.section-header p { font-size: 18px; color: var(--black); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.area-layanan .section-header {text-align: left; margin-bottom: 16px;}

/* NAVBAR */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(50px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-size: 23px; font-weight: 600; color: var(--dark); text-decoration: none; letter-spacing: -0.3px; }
.nav-logo span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--dark); }
.btn-blue {
  background: var(--blue); color: white; padding: 10px 20px; border-radius: 9px;
  font-size: 13px; font-weight: 700; text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 7px;
}
.btn-blue:hover { background: var(--blue-d); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.35); }
.btn-outline-dark {
  background: white; color: var(--dark);
  padding: 12px 24px; border-radius: 9px;
  font-size: 15px; font-weight: 600;
  text-decoration: none; border: 2px solid var(--border); cursor: pointer;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-dark:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { width: 22px; height: 2px; background: var(--dark); border-radius: 2px; }

/* HERO */
.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  background-color: hsla(240, 12%, 92%, 1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 918 918' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), radial-gradient(circle at 27% 74%, hsla(240, 11%, 92%, 0.5) 18%, transparent 40%), radial-gradient(circle at 2% 2%, hsla(215, 87%, 87%, 1) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 2% 61%, hsla(244, 100%, 91%, 1) 4.830917874396135%, transparent 44.73965409873188%), radial-gradient(circle at 16% 7%, hsla(240, 11%, 92%, 0.7) 15.33436591844052%, transparent 35%), radial-gradient(circle at 40% 5%, hsla(176, 100%, 90%, 0.7) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 34% 95%, hsla(33, 95%, 91%, 1) 3.1210986267166043%, transparent 40%);
  background-blend-mode: overlay, normal, normal, normal, normal, normal, normal;
}
.hero::before {
  content: ''; position: absolute; top: -180px; right: -160px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(37,99,235,0.14) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -140px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 820px; margin: 0 auto; }
.hero h1 { font-size: clamp(30px, 5.5vw, 58px); letter-spacing: -1.5px; margin: 18px 0 18px; }
.hero h1 .hl { color: var(--blue); position: relative; display: inline-block; }
.hero h1 .hl::after {
  content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-d));
  border-radius: 2px; opacity: 0.35;
}
.hero-sub { font-size: 22px; color: var(--black); max-width: 680px; margin: 0 auto 36px; line-height: 1.8; font-weight: 500; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.btn-blue-lg {
  background: var(--blue); color: white;
  padding: 15px 30px; border-radius: 10px;
  font-size: 16px; font-weight: 700;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s; box-shadow: 0 4px 22px rgba(37,99,235,0.32);
}
.btn-blue-lg:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,99,235,0.42); }

.stats-row {
  display: flex; background: white; border-radius: 18px;
  border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; flex-wrap: wrap;
}
.stat-item {
  flex: 1; min-width: 150px; padding: 22px 16px; text-align: center;
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 26px; font-weight: 900; color: var(--dark); letter-spacing: -0.5px; display: block; }
.stat-num .blue { color: var(--blue); }
.stat-label { font-size: 12px; color: var(--gray); font-weight: 500; margin-top: 3px; display: block; }

/* PAIN */
.pain { background: #ffffff}
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.pain-card {
  background: white; border-radius: var(--r); padding: 32px 26px;
  border: 1.5px solid var(--border); box-shadow: var(--shadow);
  position: relative; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pain-num {
  font-size: 52px; font-weight: 900; color: var(--blue-l);
  position: absolute; top: 12px; right: 18px; letter-spacing: -3px; line-height: 1; user-select: none;
}
.pain-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; position: relative; z-index: 1; }
.pain-card p { font-size: 14px; color: var(--gray); line-height: 1.7; position: relative; z-index: 1; }
.pain-dot {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--blue-xl); display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; position: relative; z-index: 1;
}

/* AREA LAYANAN */
.area-layanan { background: #F1F5F9; padding: 32px 0 32px;}
.area-grid { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; margin-top: 24px; }
.area-link {
  background: var(--gl); border: 1.5px solid var(--border); padding: 5px 12px; border-radius: 50px;
  font-size: 12px; font-weight: 600; color: var(--gray); text-decoration: none;
  transition: all 0.25s; box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  display: inline-flex; align-items: center; gap: 6px;
}
.area-link:hover {
  background: var(--blue-xl); border-color: var(--blue); color: var(--blue-d);
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
}
.area-link::before {
  content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); opacity: 0.5;
}
.area-link:hover::before { opacity: 1; }

/* WHY */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; margin-bottom: 20px; }
.why-card {
  background: white; border-radius: 12px; padding: 22px 18px;
  border: 1.5px solid var(--border); display: flex; align-items: flex-start; gap: 14px;
  transition: all 0.22s;
}
.why-card:hover { border-color: var(--blue); box-shadow: 0 4px 18px rgba(37,99,235,0.12); transform: translateY(-3px); }
.why-icon {
  width: 38px; height: 38px; border-radius: 9px; background: var(--blue-xl);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue-d);
}
.why-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.why-card p { font-size: 14px; color: var(--black); line-height: 1.6; }
.quote-box {
  background: linear-gradient(135deg, var(--dark) 0%, #0F2744 100%);
  border-radius: 18px; padding: 44px 52px; text-align: center; position: relative; overflow: hidden; margin-top: 50px;
}
.quote-box::before {
  content: '"'; position: absolute; top: -30px; left: 20px;
  font-size: 180px; font-weight: 900; color: rgba(255,255,255,0.04); line-height: 1;
  pointer-events: none; user-select: none;
}
.quote-box p { font-size: clamp(17px, 2.5vw, 24px); color: white; font-weight: 600; line-height: 1.55; position: relative; z-index: 1; font-style: italic; }
.quote-box p span { color: var(--blue); }

/* TESTIMONIALS */
.testimonials { background:#e9edf1; overflow: hidden; }
.marq-wrap { overflow: hidden; margin-bottom: 18px; }
.marq-track {
  display: flex; gap: 18px; width: max-content;
  animation: mLeft 38s linear infinite;
}
.marq-track.rev { animation: mRight 38s linear infinite; }
@keyframes mLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes mRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.testi-card {
  background: white; border-radius: 16px; padding: 24px 26px;
  width: 330px; flex-shrink: 0; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.testi-stars { color: #F59E0B; font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: var(--dark); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--blue-l); color: var(--blue-d);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 700; color: var(--dark); }
.testi-biz { font-size: 12px; color: var(--gray); }

/* INDUSTRY TAGS */
.industry { padding: 52px 0; background: white; overflow: hidden; padding-bottom: 0px;}
.tags-track {
  display: flex; gap: 12px; width: max-content;
  animation: mLeft 22s linear infinite;
}
.i-tag {
  padding: 9px 20px; border-radius: 100px; font-size: 12px; font-weight: 800;
  letter-spacing: 0.09em; white-space: nowrap; flex-shrink: 0;
}
.t1{background:#DCFCE7;color:#166534;} .t2{background:#DBEAFE;color:#1E40AF;} .t3{background:#FCE7F3;color:#9D174D;}
.t4{background:#FEF9C3;color:#854D0E;} .t5{background:#F3E8FF;color:#7E22CE;} .t6{background:#FFEDD5;color:#C2410C;}
.t7{background:#E0F2FE;color:#0369A1;}

/* PORTFOLIO */
.portfolio { background: white; }
.port-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 22px; }
.port-card {
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}
.port-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.port-vis {
  height: 195px; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; 
}
.port-vis-inner { text-align: center; z-index: 1; }
.port-ico {
  width: 58px; height: 58px; border-radius: 16px;
  background: rgba(255,255,255,0.22); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; border: 1px solid rgba(255,255,255,0.38);
}
.port-catbadge {
  background: rgba(255,255,255,0.92); padding: 4px 14px;
  border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: 0.05em;
}
.port-info { background: white; padding: 20px 22px; }
.port-info h3 { font-size: 20px; font-weight: 700; }
.port-info p { font-size: 15px; color: black; margin-top: 4px; }
.port-btn {
  margin-top: 12px; padding: 7px 16px; border-radius: 8px;
  background: var(--blue-xl); color: var(--blue-d);
  font-size: 12px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 5px; border: none; cursor: pointer;
}

/* FEATURES */
.features { background: white; padding-bottom: 0px; padding-top: 20px;}
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 20px; }
.feat-card {
  background: var(--gl); border-radius: 13px; padding: 22px 18px;
  border: 1.5px solid var(--border); display: flex; gap: 14px; align-items: flex-start;
  transition: all 0.2s;
}
.feat-card:hover { background: var(--blue-xl); border-color: var(--blue-l); }
.feat-ico {
  width: 44px; height: 44px; border-radius: 10px;
  background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feat-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.feat-card p { font-size: 15px; color: black; line-height: 1.55; }
.pricing-box {
  background: linear-gradient(135deg, #0F172A 0%, #0F2744 100%);
  border-radius: 20px; padding: 48px 52px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}

/* FAQ */
.faq { background: white; }
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: white; border-radius: 12px; border: 1.5px solid var(--border); overflow: hidden; }
.faq-q {
  padding: 20px 22px; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 20px; font-weight: 600; color: var(--dark);
  gap: 16px; transition: color 0.2s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  width: 28px; height: 28px; border-radius: 50%; background: var(--blue-xl);
  color: var(--blue-d); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px; font-weight: 800; line-height: 1;
  transition: transform 0.3s, background 0.2s, color 0.2s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue); color: white; }
.faq-a {
  padding: 0 22px; max-height: 0; overflow: hidden;
  font-size: 16px; color: black; line-height: 1.75;
  transition: max-height 0.38s ease, padding 0.38s ease;
}
.faq-item.open .faq-a { max-height: 280px; padding: 0 22px 20px; }

/* CTA GO DIGITAL */
.cta-go-digital {
  padding: 80px 0;
  background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
  position: relative;
  overflow: hidden;
}
.cta-go-digital::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-go-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-go-left { position: relative; }
.cta-go-card {
  background: white; border-radius: 24px; padding: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3); transform: rotate(-3deg); position: relative;
}
.cta-go-card img { width: 100%; height: auto; border-radius: 16px; display: block; }
.cta-go-badge {
  position: absolute; top: -12px; left: 20px; background: white; padding: 8px 18px;
  border-radius: 100px; font-size: 13px; font-weight: 700; color: var(--blue);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 6px;
}
.cta-go-badge::before { content: '●'; color: #10B981; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.cta-go-label {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(15,23,42,0.85); backdrop-filter: blur(10px); padding: 8px 20px;
  border-radius: 8px; font-size: 13px; font-weight: 600; color: white; white-space: nowrap;
}
.cta-go-right h2 { font-size: clamp(28px, 4vw, 42px); color: white; margin-bottom: 20px; line-height: 1.2; }
.cta-go-right h2 .highlight { color: #FCD34D; }
.cta-go-right p { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.75; margin-bottom: 12px; }
.cta-go-right p .pill { background: rgba(252,211,77,0.25); color: #FCD34D; padding: 2px 10px; border-radius: 6px; font-weight: 700; }
.cta-go-text { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 28px; }
.cta-go-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-cta-white {
  background: white; color: var(--blue-d); padding: 14px 28px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-decoration: none; display: inline-flex;
  align-items: center; gap: 8px; transition: all 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.25); }
.btn-cta-outline {
  background: transparent; color: white; padding: 14px 28px; border-radius: 10px;
  font-size: 15px; font-weight: 600; text-decoration: none; border: 2px solid rgba(255,255,255,0.5);
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s;
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); border-color: white; transform: translateY(-2px); }
.cta-go-note { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 14px; }
.port-cattext{ font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); margin-bottom: 4px; }

@media (max-width: 768px) {
  .cta-go-inner { grid-template-columns: 1fr; gap: 32px; }
  .cta-go-card { transform: rotate(0deg); }
}

/* FLOATING WA */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,0.48);
  text-decoration: none; cursor: pointer;
  animation: waPulse 3s ease-in-out infinite;
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse {
  0%,100% { box-shadow: 0 4px 22px rgba(37,211,102,0.48); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,0.72), 0 0 0 9px rgba(37,211,102,0.1); }
}

/* FADE UP */
.fu { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fu.vis { opacity: 1; transform: translateY(0); }
 
/* SECTION AFTER HERO */
.hero-showcase {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, rgba(15,23,42,0.02), transparent 65%);
}
.hero-showcase-inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.hs-left h2 { font-size: clamp(30px, 4.5vw, 40px); letter-spacing: -0.8px; margin-bottom: 16px; font-weight: 700; }
.hs-left h2 span.blue { color: var(--blue); }
.hs-text { font-size: 18px; line-height: 1.8; color: var(--black); max-width: 520px; }
.hs-text b { font-weight: 700; color: var(--dark); }
.hs-points { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 18px; font-size: 15px; color: var(--gray); }
.hs-pill { padding: 7px 12px; border-radius: 999px; background: var(--blue-xl); color: var(--blue-d); font-weight: 600; }
.hs-right { position: relative; }
.hs-card { background: white; border-radius: 22px; overflow: hidden; box-shadow: 0 22px 70px rgba(15,23,42,0.22); border: 1px solid rgba(148,163,184,0.25); }
.hs-photo { width: 100%; display: block; object-fit: cover; }
.hs-rating { position: absolute; right: -8px; top: 18px; background: white; border-radius: 18px; box-shadow: 0 18px 60px rgba(15,23,42,0.25); padding: 11px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(226,232,240,0.9); }
.hs-rating-icon { width: 30px; height: 30px; border-radius: 999px; background: #FEF3C7; display: flex; align-items: center; justify-content: center; color: #F59E0B; font-size: 18px; }
.hs-rating-text { font-size: 13px; line-height: 1.4; color: var(--gray); }
.hs-rating-text strong { display: block; font-size: 14px; color: var(--dark); }

@media (max-width: 900px) {
  .hero-showcase-inner { grid-template-columns: 1fr; }
  .hs-left { text-align: left; }
  .hs-text, .hs-points { max-width: none; }
}

/* TECH STACK */
.tech-stack { background: white; padding: 80px 0; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; max-width: 1200px; margin: 0 auto; }
.tech-item { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px 20px; background: white; border: 1.5px solid var(--border); border-radius: 12px; transition: all 0.3s; text-align: center; }
.tech-item:hover { transform: translateY(-6px); border-color: var(--blue); box-shadow: 0 8px 24px rgba(37,99,235,0.15); }
.tech-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.tech-icon img { width: 100%; height: 100%; object-fit: contain; }
.tech-name { font-size: 13px; font-weight: 600; color: var(--dark); }

@media (max-width: 768px) {
  .tech-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .tech-item { padding: 16px 8px; }
  .tech-icon { width: 48px; height: 48px; }
  .tech-name { font-size: 11px; }
}

/* FOOTER */
footer { background: white; padding: 64px 0 28px; border-top: 1px solid var(--border); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand { max-width: 360px; }
.footer-logo { font-size: 22px; font-weight: 600; color: var(--dark); margin-bottom: 12px; letter-spacing: -0.5px; }
.footer-logo span { color: var(--blue); }
.footer-desc { font-size: 14px; color: black; line-height: 1.7; margin-bottom: 18px; }
.footer-vbadge {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 100px;
  background: #CCE9D6; color: #003713; border: 1.5px solid #003713; font-size: 11px; font-weight: 700;
}
.footer-col h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 16px; }
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links-list a { font-size: 14px; color: black; text-decoration: none; transition: color 0.2s; }
.footer-links-list a:hover { color: var(--blue); }
.footer-contact { font-size: 14px; color: black; line-height: 1.8; }
.footer-contact strong { color: var(--dark); display: block; margin-top: 12px; }
.footer-contact a { color: var(--blue); text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 13px; color: black; }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 13px; color: black; text-decoration: none; }
.footer-bottom-links a:hover { color: var(--blue); }

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { max-width: 100%; }
}

.custom-footer { background-color: #0F172A; color: #F8FAFC; padding: 50px 20px 30px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.custom-footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
.custom-footer h3 { color: #10B981; font-size: 18px; margin-bottom: 20px; font-weight: 600; }
.custom-footer p, .custom-footer a { color: #CBD5E1; font-size: 15px; line-height: 1.6; text-decoration: none; transition: color 0.3s ease; }
.custom-footer ul { list-style: none; padding: 0; margin: 0; }
.custom-footer ul li { margin-bottom: 12px; }
.custom-footer a:hover { color: #10B981; }
.custom-footer-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid #334155; text-align: center; color: #94A3B8; font-size: 14px; }

/* RESPONSIVE */
@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) {
  .nav-links, .navbar .btn-blue { display: none; }
  .hamburger { display: flex; }
  section { padding: 64px 0; }
  .feat-grid { grid-template-columns: 1fr; }
  .port-grid { grid-template-columns: 1fr; }
  .pricing-box { flex-direction: column; text-align: center; padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .quote-box { padding: 32px 22px; }
  .stats-row { flex-direction: column; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-item:last-child { border-bottom: none; }
}
@media (max-width: 580px) {
  .pain-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}