<section>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
.shine-ui{
  position:relative;
  padding:120px 20px;
  font-family:'Inter',sans-serif;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.9), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(56,189,248,0.35), transparent 55%),
    linear-gradient(135deg,#dbeafe,#7dd3fc);
}
/* NEON FRAME */
.shine-ui::before,
.shine-ui::after{
  content:"";
  position:absolute;
  width:260px;
  height:340px;
  border-radius:40px;
  border:3px solid rgba(255,255,255,0.6);
  box-shadow:0 0 25px #38bdf8, 0 0 60px rgba(56,189,248,0.5);
  z-index:0;
}
.shine-ui::before{ left:40px; top:70px; transform:rotate(-8deg); }
.shine-ui::after{ right:40px; top:70px; transform:rotate(8deg); }
/* WRAP */
.shine-wrap{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:1000px;
  margin:auto;
}
/* BADGE */
.shine-badge{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  background:rgba(255,255,255,0.4);
  backdrop-filter:blur(10px);
  color:#0f172a;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,0.6);
}
/* TITLE */
.shine-wrap h1{
  font-size:clamp(38px,5vw,72px);
  font-weight:800;
  color:#0f172a;
  margin-bottom:14px;
}
.shine-wrap h1 span{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
/* TEXT */
.shine-wrap p{
  font-size:18px;
  color:#334155;
  max-width:620px;
  margin:0 auto;
  line-height:1.7;
}
/* BUTTON (IMPROVED) */
.shine-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:24px;
  padding:14px 38px;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 15px 35px rgba(37,99,235,0.35);
  transition:0.35s ease;
  position:relative;
  overflow:hidden;
}
.shine-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.4),transparent);
  transition:0.6s;
}
.shine-btn:hover::after{
  left:100%;
}
.shine-btn:hover{
  transform:translateY(-6px) scale(1.06);
}
/* IMAGE BOX (GLOW RING ADDED) */
.shine-image-box{
  width:320px;
  height:320px;
  margin:55px auto;
  border-radius:32px;
  background:rgba(255,255,255,0.25);
  backdrop-filter:blur(30px);
  box-shadow:0 30px 70px rgba(0,0,0,0.18);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  position:relative;
  animation:float 5s ease-in-out infinite;
}
.shine-image-box::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:40px;
  background:radial-gradient(circle, rgba(56,189,248,0.4), transparent 70%);
  z-index:-1;
}
.shine-image-box img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:22px;
}
/* FLOAT */
@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-14px);}
}
/* CARDS */
.shine-cards{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:35px;
}
/* CARD IMPROVED */
.shine-card{
  width:250px;
  padding:24px;
  border-radius:20px;
  background:rgba(255,255,255,0.35);
  backdrop-filter:blur(28px);
  box-shadow:0 20px 55px rgba(0,0,0,0.12);
  transition:0.35s ease;
  text-align:left;
  border:1px solid rgba(255,255,255,0.4);
  position:relative;
  overflow:hidden;
}
/* CARD SHINE EFFECT */
.shine-card::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-50%;
  width:200%;
  height:200%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.25),transparent);
  transform:rotate(25deg);
  opacity:0;
  transition:0.5s;
}
.shine-card:hover::after{
  opacity:1;
}
.shine-card:hover{
  transform:translateY(-12px);
  background:rgba(255,255,255,0.55);
}
/* ICON STYLE */
.shine-icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(37,99,235,0.15);
  color:#2563eb;
  font-size:18px;
  margin-bottom:10px;
}
.shine-card h3{
  margin-bottom:8px;
  color:#0f172a;
}
.shine-card p{
  color:#475569;
  font-size:14px;
  line-height:1.6;
}
/* RESPONSIVE */
@media(max-width:768px){
  .shine-image-box{
    width:240px;
    height:240px;
  }
}
</style>
  <!-- BADGE -->
  ✨ Premium Glass UI
  <h1>Shine Bright.</h1>
  <p>
    A modern glass UI section with neon glow, smooth animations,
    and a premium SaaS-style design experience.
  </p>
  <a href="#">🚀 Learn More</a>
  <!-- IMAGE -->
    <img decoding="async" src="https://images.unsplash.com/photo-1523275335684-37898b6baf30?auto=format&#038;fit=crop&#038;w=600&#038;q=80">
  <!-- CARDS -->
      📦
      <h3>Products</h3>
      <p>Premium digital products built for modern performance.</p>
      âš¡
      <h3>Features</h3>
      <p>Fast, clean and animated UI components with glass effect.</p>
      🚀
      <h3>Innovation</h3>
      <p>Next-gen UI design system for futuristic web experiences.</p>
</section>