/* ==========================================================================
   SI-IMUT landing page — Dinas Pendidikan Kabupaten Kediri
   Standalone stylesheet (does not depend on the templatemo theme css)
   ========================================================================== */

:root {
  --si-blue: #1668c9;
  --si-blue-dark: #1257ab;
  --si-blue-soft: #3b8ee0;
  --si-green: #4caf50;
  --si-green-dark: #3d9a41;
  --si-green-pill: #2eb85c;
  --si-green-pill-dark: #25a04f;
  --si-purple: #7c4dff;
  --si-orange: #f4741f;
  --si-ink: #26323f;
  --si-ink-soft: #46586b;
  --si-muted: #8a9aab;
  --si-line: #eaeef3;
  --si-radius: 14px;
  --si-shadow: 0 14px 40px rgba(23, 43, 77, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--si-ink);
  font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  color: var(--si-ink);
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.si-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  transition: box-shadow .3s ease;
}

.si-header.is-stuck {
  box-shadow: 0 6px 24px rgba(23, 43, 77, 0.08);
}

.si-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 16px;
}

.si-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.si-brand img {
  width: 40px;
  flex: 0 0 auto;
}

.si-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.si-brand-text strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--si-blue);
}

.si-brand-text small {
  font-size: 10.5px;
  font-weight: 400;
  color: var(--si-muted);
  letter-spacing: 0.1px;
}

.si-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.si-menu > a {
  font-size: 15px;
  font-weight: 500;
  color: var(--si-ink-soft);
  padding: 6px 0;
  position: relative;
}

.si-menu > a:hover {
  color: var(--si-green-dark);
}

.si-menu > a.active {
  color: var(--si-green-dark);
}

.si-menu > a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--si-green);
}

.si-menu > a.si-login,
.si-menu > a.si-login.active {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border-radius: 999px;
  background: var(--si-green-pill);
  color: #fff;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(46, 184, 92, 0.3);
}

.si-menu > a.si-login::after {
  display: none;
}

.si-menu > a.si-login:hover {
  background: var(--si-green-pill-dark);
  color: #fff;
  transform: translateY(-1px);
}

.si-menu > a.si-login i {
  font-size: 12px;
}

.si-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--si-line);
  border-radius: 10px;
  background: #fff;
  color: var(--si-ink);
  font-size: 16px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.si-hero {
  position: relative;
  margin-top: 74px;
  padding: 62px 0 130px;
  overflow: hidden;
  background:
    radial-gradient(115% 85% at 68% -18%, #d9eefb 0%, rgba(217, 238, 251, 0) 58%),
    radial-gradient(85% 80% at 104% 38%, #e2f6e6 0%, rgba(226, 246, 230, 0) 62%),
    linear-gradient(115deg, #e8f5fb 0%, #f1fbf5 38%, #e9f7ef 68%, #f6fdfa 100%);
}

.si-hero-deco,
.si-hero-waves {
  position: absolute;
  pointer-events: none;
}

.si-hero-deco {
  inset: 0;
  overflow: hidden;
}

.si-dots {
  position: absolute;
  background-image: radial-gradient(#c3d0dd 1.6px, transparent 1.6px);
  background-size: 15px 15px;
  opacity: .75;
}

.si-dots--left {
  top: 34px;
  left: 44px;
  width: 105px;
  height: 75px;
}

.si-dots--right {
  top: 22px;
  right: 46px;
  width: 135px;
  height: 60px;
}

.si-ring {
  position: absolute;
  top: 42%;
  left: -46px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 13px solid rgba(76, 175, 80, .28);
  border-right-color: rgba(22, 104, 201, .16);
}

.si-cloud {
  position: absolute;
  background: #fff;
  border-radius: 999px;
  opacity: .85;
}

.si-cloud::before,
.si-cloud::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

.si-cloud--1 {
  top: 78px;
  left: 46%;
  width: 108px;
  height: 20px;
}

.si-cloud--1::before {
  width: 46px;
  height: 46px;
  left: 18px;
  top: -26px;
}

.si-cloud--1::after {
  width: 32px;
  height: 32px;
  left: 58px;
  top: -16px;
}

.si-cloud--2 {
  top: 150px;
  right: 8%;
  width: 86px;
  height: 16px;
  opacity: .7;
}

.si-cloud--2::before {
  width: 38px;
  height: 38px;
  left: 12px;
  top: -22px;
}

.si-cloud--2::after {
  width: 26px;
  height: 26px;
  left: 46px;
  top: -12px;
}

.si-cloud--3 {
  top: 210px;
  left: 58%;
  width: 64px;
  height: 13px;
  opacity: .6;
}

.si-cloud--3::before {
  width: 28px;
  height: 28px;
  left: 10px;
  top: -16px;
}

.si-cloud--3::after {
  width: 20px;
  height: 20px;
  left: 34px;
  top: -8px;
}

.si-hero-waves {
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 340px;
  display: block;
}

.si-hero-inner {
  position: relative;
  z-index: 3;
}

.si-hero-copy {
  max-width: 520px;
  padding-top: 26px;
}

.si-hero-copy h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--si-ink);
  margin-bottom: 2px;
}

.si-hero-copy .si-hero-title {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.si-hero-copy .si-hero-title .is-blue {
  color: var(--si-blue);
}

.si-hero-copy .si-hero-title .is-green {
  color: var(--si-green);
}

.si-hero-copy .si-hero-sub {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-ink-soft);
  margin-bottom: 22px;
}

.si-hero-copy .si-hero-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--si-muted);
  max-width: 420px;
  margin-bottom: 30px;
}

.si-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.si-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--si-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 12px 26px rgba(22, 104, 201, .3);
}

.si-btn:hover {
  background: var(--si-blue-dark);
  color: #fff;
  transform: translateY(-2px);
}

.si-chevrons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.si-chevrons i:nth-child(1) { color: rgba(76, 175, 80, .55); }
.si-chevrons i:nth-child(2) { color: rgba(59, 142, 224, .65); }
.si-chevrons i:nth-child(3) { color: rgba(22, 104, 201, .85); }

.si-hero-art {
  position: relative;
  z-index: 3;
  text-align: center;
}

.si-hero-art img {
  width: 100%;
  max-width: 620px;
}

/* --------------------------------------------------------------------------
   Features
   -------------------------------------------------------------------------- */

.si-section {
  padding: 66px 0 0;
}

.si-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.si-eyebrow {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--si-green-dark);
  margin-bottom: 12px;
}

.si-section-head h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--si-ink);
  margin-bottom: 16px;
}

.si-divider {
  width: 62px;
  height: 3px;
  border-radius: 3px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, var(--si-blue) 0%, var(--si-green) 100%);
}

.si-section-head p {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--si-muted);
  max-width: 600px;
  margin: 0 auto;
}

.si-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--si-line);
  border-radius: var(--si-radius);
  padding: 26px 24px 24px;
  box-shadow: var(--si-shadow);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.si-card::after {
  content: '';
  position: absolute;
  top: -58px;
  right: -46px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: currentColor;
  opacity: .07;
}

.si-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(23, 43, 77, .12);
}

.si-card--green { color: var(--si-green); }
.si-card--blue { color: var(--si-blue); }
.si-card--purple { color: var(--si-purple); }
.si-card--orange { color: var(--si-orange); }

.si-card-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  margin-bottom: 26px;
  box-shadow: 0 8px 18px rgba(23, 43, 77, .16);
}

.si-card--green .si-card-icon { background: var(--si-green); }
.si-card--blue .si-card-icon { background: var(--si-blue); }
.si-card--purple .si-card-icon { background: var(--si-purple); }
.si-card--orange .si-card-icon { background: var(--si-orange); }

.si-card h3 {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--si-ink);
  margin-bottom: 12px;
  min-height: 42px;
}

.si-card p {
  position: relative;
  z-index: 1;
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--si-muted);
  margin-bottom: 22px;
  min-height: 66px;
}

.si-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: currentColor;
}

.si-card-link i {
  font-size: 11px;
  transition: transform .25s ease;
}

.si-card-link:hover {
  color: currentColor;
}

.si-card-link:hover i {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Highlights strip
   -------------------------------------------------------------------------- */

.si-highlights {
  padding: 30px 0 74px;
}

.si-strip {
  background: #fff;
  border: 1px solid var(--si-line);
  border-radius: var(--si-radius);
  box-shadow: var(--si-shadow);
  padding: 26px 8px;
}

.si-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 4px 20px;
  position: relative;
}

.si-hl-col + .si-hl-col .si-highlight::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: var(--si-line);
}

.si-highlight i {
  font-size: 24px;
  line-height: 1.2;
  flex: 0 0 auto;
}

.si-highlight--green i { color: var(--si-green); }
.si-highlight--blue i { color: var(--si-blue); }
.si-highlight--purple i { color: var(--si-purple); }
.si-highlight--orange i { color: var(--si-orange); }

.si-highlight h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--si-ink);
  margin-bottom: 3px;
}

.si-highlight p {
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--si-muted);
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.si-footer {
  position: relative;
  color: #fff;
  background: linear-gradient(100deg, #2f9e4f 0%, #2e9c66 26%, #1e73bd 62%, #1a4fc0 100%);
  padding: 132px 0 0;
  overflow: hidden;
}

.si-footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  display: block;
  pointer-events: none;
}

.si-footer-monument {
  position: absolute;
  right: 4%;
  bottom: 62px;
  width: 210px;
  opacity: .16;
  pointer-events: none;
}

.si-footer-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}

.si-footer h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: .2px;
}

.si-footer p {
  font-size: 11.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .84);
}

.si-footer-brand {
  display: flex;
  gap: 14px;
}

.si-footer-brand > img {
  width: 46px;
  flex: 0 0 auto;
}

.si-footer-brand h4 {
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.si-socials {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.si-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.si-socials a:hover {
  background: #fff;
  color: var(--si-blue);
}

.si-footer-links li {
  margin-bottom: 11px;
}

.si-footer-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, .86);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.si-footer-links a::before {
  content: '\203A';
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, .8);
}

.si-footer-links a:hover {
  color: #fff;
}

.si-contact li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 13px;
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .86);
}

.si-contact li i {
  margin-top: 3px;
  width: 14px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, .9);
}

.si-contact li a {
  color: rgba(255, 255, 255, .86);
}

.si-contact li a:hover {
  color: #fff;
}

.si-copyright {
  position: relative;
  z-index: 2;
  background: #123f9c;
  padding: 15px 0;
  text-align: center;
}

.si-copyright p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, .88);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1199px) {
  .si-hero-copy .si-hero-title { font-size: 40px; }
  .si-hero-copy h1 { font-size: 30px; }
  .si-footer-monument { width: 170px; }
}

@media (max-width: 991px) {
  .si-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 3;
  }

  .si-menu {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
    border-top: 1px solid var(--si-line);
  }

  .si-menu.is-open {
    display: flex;
  }

  .si-menu > a {
    padding: 11px 2px;
  }

  .si-menu > a.active::after {
    right: auto;
    width: 26px;
  }

  .si-menu > a.si-login {
    margin-top: 10px;
    align-self: flex-start;
  }

  .si-hero {
    padding: 44px 0 110px;
    text-align: center;
  }

  .si-hero-copy {
    max-width: none;
    margin-bottom: 34px;
  }

  .si-hero-copy .si-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .si-hero-actions {
    justify-content: center;
  }

  .si-ring,
  .si-dots--left {
    display: none;
  }

  .si-card {
    margin-bottom: 22px;
  }

  .si-highlight {
    padding: 12px 16px;
  }

  .si-hl-col + .si-hl-col .si-highlight::before {
    display: none;
  }

  .si-footer {
    padding-top: 96px;
  }

  .si-footer-brand,
  .si-footer .si-footer-col {
    margin-bottom: 30px;
  }

  .si-footer-monument {
    display: none;
  }
}

@media (max-width: 575px) {
  .si-hero-copy h1 { font-size: 24px; }
  .si-hero-copy .si-hero-title { font-size: 32px; }
  .si-section-head h2 { font-size: 24px; }
  .si-hero-actions { flex-direction: column; gap: 14px; }
  .si-dots--right { display: none; }
}
