*{
  box-sizing:border-box;
}

:root{
  --navy:#062455;
  --blue:#0f7bff;
  --soft:#f4f8ff;
  --text:#062451;
  --muted:#607391;
}

html,body{
  margin:0;
  min-height:100%;
  font-family:"Prompt", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(18,117,255,.08), transparent 26%),
    linear-gradient(180deg,#f7fbff 0%,#eef4fb 100%);
  color:var(--text);
}

.topbar{
  height:78px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 34px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(7,42,89,.06);
  position:relative;
  z-index:10;
}

.hamburger{
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  display:grid;
  gap:6px;
  padding:7px;
  cursor:pointer;
}

.hamburger span{
  display:block;
  height:4px;
  width:28px;
  border-radius:20px;
  background:#082d5d;
}

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

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

.brand-title{
  font-size:18px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:.2px;
  color:#0a2b5f;
}

.brand-subtitle{
  margin-top:4px;
  font-size:18px;
  font-weight:600;
  color:#0d72df;
}

.page{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  padding:0 22px 28px;
}

.hero{
  position:relative;
  overflow:hidden;
  min-height:455px;
  padding:104px 78px 118px;
  color:#fff;
  border-radius:24px 24px 34px 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(37,159,255,.95) 0%, rgba(31,132,255,.55) 18%, transparent 37%),
    radial-gradient(circle at 88% 98%, rgba(46,177,255,.45), transparent 33%),
    linear-gradient(135deg,#051d47 0%,#083b7d 52%,#0b7cff 100%);
  box-shadow:0 24px 50px rgba(4,45,107,.16);
}

.hero-pattern{
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0, rgba(255,255,255,.045) 1px, transparent 1px, transparent 11px);
  mask-image:linear-gradient(90deg, transparent 0%, black 45%, black 100%);
  opacity:.8;
}

.hero-circle{
  position:absolute;
  right:-34px;
  top:-154px;
  width:520px;
  height:520px;
  border-radius:50%;
  border:2px solid rgba(93,226,255,.4);
  box-shadow:inset 0 0 45px rgba(72,217,255,.24), 0 0 55px rgba(64,185,255,.24);
}

.hero-dots{
  position:absolute;
  right:80px;
  top:170px;
  width:100px;
  display:grid;
  grid-template-columns:repeat(4,9px);
  gap:18px;
  opacity:.65;
}

.hero-dots span{
  width:8px;
  height:8px;
  background:#8bddff;
  border-radius:50%;
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero h1{
  margin:0;
  font-size:55px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:.8px;
  text-shadow:0 10px 25px rgba(0,0,0,.18);
}

.hero h2{
  margin:8px 0 32px;
  font-size:43px;
  line-height:1.1;
  font-weight:800;
  color:#85c8ff;
}

.hero p{
  margin:0;
  font-size:23px;
  line-height:1.65;
  font-weight:500;
  color:rgba(255,255,255,.95);
}

.accent-line{
  width:116px;
  height:8px;
  margin-top:30px;
  border-radius:30px;
  background:linear-gradient(90deg,#2cf7ff,#2894ff);
  box-shadow:0 0 18px rgba(44,247,255,.75);
}

.module-grid{
  width:89%;
  margin:-58px auto 42px;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.module-card{
  position:relative;
  min-height:315px;
  padding:31px 30px 28px;
  border-radius:21px;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  box-shadow:0 18px 28px rgba(24,47,85,.19);
  transition:transform .25s ease, box-shadow .25s ease;
}

.module-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 46px rgba(24,47,85,.25);
}

.module-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 78%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 52%);
  pointer-events:none;
}

.module-no{
  position:absolute;
  top:36px;
  right:30px;
  font-size:58px;
  line-height:1;
  font-weight:800;
  color:rgba(255,255,255,.2);
}

.icon-circle{
  position:relative;
  z-index:2;
  width:102px;
  height:102px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  margin-bottom:34px;
  box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.icon-circle svg{
  width:61px;
  height:61px;
}

.module-card h3{
  position:relative;
  z-index:2;
  margin:0;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
}

.module-card p{
  position:relative;
  z-index:2;
  margin:8px 0 28px;
  font-size:20px;
  font-weight:500;
}

.card-button{
  position:relative;
  z-index:2;
  width:100%;
  height:56px;
  border-radius:999px;
  border:1.5px solid rgba(255,255,255,.34);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 10px 0 28px;
  font-size:17px;
  font-weight:800;
  background:rgba(255,255,255,.04);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}

.card-button span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  font-size:24px;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}

.office{
  background:linear-gradient(135deg,#32df8e 0%,#04b666 100%);
}
.transport{
  background:linear-gradient(135deg,#bb59ff 0%,#6d22e3 100%);
}
.factory{
  background:linear-gradient(135deg,#ffc533 0%,#ff9d00 100%);
}
.account{
  background:linear-gradient(135deg,#ff6473 0%,#f43842 100%);
}

.office .icon-circle, .office .card-button span{color:#08b96b;}
.transport .icon-circle, .transport .card-button span{color:#7f2be8;}
.factory .icon-circle, .factory .card-button span{color:#f79b00;}
.account .icon-circle, .account .card-button span{color:#f43a43;}

.info-panel{
  width:89%;
  margin:0 auto 36px;
  background:#fff;
  border-radius:19px;
  min-height:145px;
  display:flex;
  align-items:center;
  padding:30px 58px;
  box-shadow:0 16px 34px rgba(14,54,106,.11);
}

.safe-box{
  display:flex;
  align-items:center;
  gap:30px;
}

.panel-icon{
  width:78px;
  height:78px;
  color:#0d72df;
  flex:0 0 auto;
}

.panel-icon svg{
  width:78px;
  height:78px;
}

.info-panel h4{
  margin:0 0 8px;
  font-size:24px;
  font-weight:800;
  color:#082d5d;
}

.info-panel p{
  margin:0;
  color:#4d6380;
  font-size:16px;
  line-height:1.5;
}

footer{
  margin:18px 0 0;
  text-align:center;
  color:#64758e;
  font-size:15px;
  line-height:1.65;
}

@media(max-width:1180px){
  .module-grid{
    width:92%;
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .page{
    padding:0 0 22px;
  }

  .topbar{
    height:92px;
    padding:0 18px;
    gap:14px;
  }

  .hamburger{
    width:34px;
    padding:5px;
  }

  .hamburger span{
    width:24px;
    height:3px;
  }

  .brand{
    gap:12px;
  }

  .brand-logo{
    width:98px;
  }

  .brand-title{
    font-size:17px;
  }

  .brand-subtitle{
    font-size:13px;
  }

  .hero{
    border-radius:0 0 32px 32px;
    min-height:360px;
    padding:70px 24px 96px;
  }

  .hero h1{
    font-size:35px;
  }

  .hero h2{
    font-size:27px;
  }

  .hero p{
    font-size:16px;
  }

  .hero-circle{
    width:330px;
    height:330px;
    top:-112px;
    right:-118px;
  }

  .hero-dots{
    right:34px;
    top:150px;
  }

  .module-grid{
    width:88%;
    margin:-72px auto 34px;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
  }

  .module-card{
    min-height:245px;
    padding:24px 22px 20px;
    border-radius:20px;
  }

  .module-no{
    top:25px;
    right:20px;
    font-size:46px;
  }

  .icon-circle{
    width:84px;
    height:84px;
    margin-bottom:31px;
  }

  .icon-circle svg{
    width:50px;
    height:50px;
  }

  .module-card h3{
    font-size:29px;
  }

  .module-card p{
    font-size:18px;
    margin-bottom:18px;
  }

  .card-button{
    height:49px;
    padding-left:20px;
    font-size:15px;
  }

  .card-button span{
    width:37px;
    height:37px;
    font-size:21px;
  }

  .info-panel{
    width:88%;
    padding:26px 24px;
    margin-bottom:210px;
  }

  .safe-box{
    gap:18px;
  }

  .panel-icon,.panel-icon svg{
    width:62px;
    height:62px;
  }

  .info-panel h4{
    font-size:20px;
  }

  .info-panel p{
    font-size:14px;
  }
}

@media(max-width:390px){
  .module-grid{
    gap:16px;
  }
  .module-card{
    padding:19px 17px;
  }
  .module-card h3{
    font-size:25px;
  }
  .card-button{
    font-size:13px;
  }
}
