/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --pink-deep:    #C2185B;
  --pink-primary: #E91E8C;
  --pink-medium:  #FF4D94;
  --pink-soft:    #FF80AB;
  --pink-light:   #FFB3D1;
  --pink-pale:    #FCE4EC;
  --pink-ultra:   #FFF5F9;
  --white:        #FFFFFF;
  --text-dark:    #1C0A2A;
  --text-medium:  #5C2A6E;
  --text-light:   #9E70B0;

  --grad-main: linear-gradient(135deg, #FF4D94 0%, #FF80AB 50%, #FFB3D1 100%);
  --grad-vivid: linear-gradient(135deg, #E91E8C 0%, #FF4D94 50%, #FF80AB 100%);
  --grad-text: linear-gradient(135deg, #E91E8C, #FF4D94, #FF80AB);
  --grad-card: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,240,248,0.85));
  --grad-bg:   linear-gradient(160deg, #ffffff 0%, #fff5f9 20%, #ffe8f2 55%, #ffd6e8 100%);

  --shadow-pink: 0 25px 70px rgba(233, 30, 140, 0.28);
  --shadow-card: 0 8px 40px rgba(255, 77, 148, 0.14);
  --shadow-soft: 0 4px 20px rgba(255, 128, 171, 0.22);

  --radius-lg:   24px;
  --radius-md:   16px;
  --radius-sm:   10px;
  --radius-pill: 100px;

  --transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', sans-serif;
  background: var(--grad-bg);
  color: var(--text-dark);
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* ===== BACKGROUND BLOBS ===== */
.blobs-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.38;
  animation: floatBlob 14s ease-in-out infinite;
}

.blob-1 {
  width: 650px; height: 650px;
  background: radial-gradient(circle, #FF80AB 0%, #FFB3D1 60%, transparent 100%);
  top: -200px; right: -120px;
  animation-delay: 0s;
}
.blob-2 {
  width: 550px; height: 550px;
  background: radial-gradient(circle, #FF4D94 0%, #FF80AB 55%, transparent 100%);
  bottom: -120px; left: -160px;
  animation-delay: -5s;
}
.blob-3 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #FFB3D1 0%, #FCE4EC 55%, transparent 100%);
  top: 42%; left: 32%;
  animation-delay: -9s;
}
.blob-4 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, #FF4D94 0%, #C2185B 60%, transparent 100%);
  top: 18%; right: 33%;
  animation-delay: -3s;
  opacity: 0.18;
}

@keyframes floatBlob {
  0%,  100% { transform: translate(0,    0)    scale(1);    }
  33%        { transform: translate(35px, -45px) scale(1.06); }
  66%        { transform: translate(-25px, 35px) scale(0.94); }
}

/* ===== FLOATING PARTICLES ===== */
.particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: particleFly 9s linear infinite;
  bottom: -20px;
}

.particle:nth-child(1) { left: 8%;  width: 5px;  height: 5px;  background: #FF4D94; animation-delay: 0s;   }
.particle:nth-child(2) { left: 18%; width: 7px;  height: 7px;  background: #FF80AB; animation-delay: 1.2s; }
.particle:nth-child(3) { left: 32%; width: 4px;  height: 4px;  background: #FFB3D1; animation-delay: 2.8s; }
.particle:nth-child(4) { left: 48%; width: 6px;  height: 6px;  background: #FF4D94; animation-delay: 0.9s; }
.particle:nth-child(5) { left: 62%; width: 5px;  height: 5px;  background: #E91E8C; animation-delay: 3.5s; }
.particle:nth-child(6) { left: 74%; width: 7px;  height: 7px;  background: #FF80AB; animation-delay: 1.7s; }
.particle:nth-child(7) { left: 84%; width: 4px;  height: 4px;  background: #FFB3D1; animation-delay: 4.1s; }
.particle:nth-child(8) { left: 93%; width: 6px;  height: 6px;  background: #FF4D94; animation-delay: 2.2s; }

@keyframes particleFly {
  0%   { opacity: 0; transform: translateY(0) scale(0); }
  10%  { opacity: 0.8; }
  90%  { opacity: 0.6; }
  100% { opacity: 0; transform: translateY(-105vh) scale(1.4); }
}

/* ===== MAIN SECTION ===== */
.main-section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ===== NAVBAR ===== */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 64px;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 128, 171, 0.22);
  box-shadow: 0 4px 30px rgba(255, 77, 148, 0.07);
  transition: var(--transition);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--text-dark);
  cursor: pointer;
  text-decoration: none;
}

.nav-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid rgba(255, 128, 171, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 128, 171, 0.15), var(--shadow-soft);
  transition: var(--transition);
}

.nav-logo:hover img {
  box-shadow: 0 0 0 6px rgba(255, 77, 148, 0.2), var(--shadow-soft);
  transform: scale(1.05);
}

.brand-accent {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#nav-menu {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
}

#nav-menu li a {
  text-decoration: none;
  color: var(--text-medium);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  position: relative;
  letter-spacing: 0.02em;
  display: block;
}

#nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--grad-main);
  border-radius: 2px;
  transition: width 0.35s ease;
}

#nav-menu li a:hover,
#nav-menu li a.active {
  color: var(--pink-primary);
  background: rgba(255, 77, 148, 0.08);
}

#nav-menu li a:hover::after,
#nav-menu li a.active::after {
  width: 55%;
}

.menu-icon {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--pink-primary);
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(255, 77, 148, 0.1);
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.menu-icon:hover {
  background: rgba(255, 77, 148, 0.2);
}

/* ===== HERO ===== */
.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 64px 30px;
}

/* Hero Info */
.hero-info {
  flex: 1;
  max-width: 560px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(255, 128, 171, 0.4);
  color: var(--pink-primary);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 22px 9px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 26px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.pill-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4CAF50;
  flex-shrink: 0;
  animation: pulseDot 2.2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%,  100% { box-shadow: 0 0 0 0   rgba(76, 175, 80, 0.45); }
  50%        { box-shadow: 0 0 0 7px rgba(76, 175, 80, 0);    }
}

.hero-info h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero-info h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--text-medium);
  margin-bottom: 20px;
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.typed-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cursor {
  color: var(--pink-primary);
  animation: blink 1s step-end infinite;
  font-weight: 300;
  margin-left: 1px;
  -webkit-text-fill-color: var(--pink-primary);
}

@keyframes blink {
  0%,  100% { opacity: 1; }
  50%        { opacity: 0; }
}

.hero-info > p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 38px;
  max-width: 420px;
}

/* ===== BUTTONS ===== */
.Buttons {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grad-vivid);
  color: white;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: var(--shadow-pink);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.03em;
}

.btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -65%;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.28);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.btn:hover::before { left: 125%; }
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 80px rgba(233, 30, 140, 0.38);
}

.btn i {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.btn:hover i { transform: translateX(5px); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--pink-primary);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid var(--pink-medium);
  padding: 12px 30px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.03em;
}

.btn-outline:hover {
  background: var(--pink-pale);
  border-color: var(--pink-primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

/* ===== SOCIAL ICONS ===== */
.ul-icons {
  display: flex;
  list-style: none;
  gap: 10px;
}

.ul-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(255, 128, 171, 0.32);
  color: var(--pink-primary);
  font-size: 1.35rem;
  text-decoration: none;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(255, 77, 148, 0.1);
}

.ul-icons li a:hover {
  background: var(--grad-vivid);
  color: white;
  border-color: transparent;
  transform: translateY(-5px) rotate(-5deg);
  box-shadow: 0 12px 32px rgba(233, 30, 140, 0.32);
}

/* ===== HERO VISUAL ===== */
.hero-visual {
  position: relative;
  flex-shrink: 0;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Decorative rings */
.ring {
  position: absolute;
  border-radius: 50%;
  animation: spinSlow linear infinite;
  pointer-events: none;
}

.ring-1 {
  width: 320px;
  height: 320px;
  border: 2px dashed rgba(255, 77, 148, 0.35);
  animation-duration: 22s;
}

.ring-2 {
  width: 380px;
  height: 380px;
  border: 1.5px dotted rgba(255, 128, 171, 0.25);
  animation-duration: 32s;
  animation-direction: reverse;
}

.ring-3 {
  width: 445px;
  height: 445px;
  border: 1px solid rgba(255, 179, 209, 0.18);
  animation-duration: 44s;
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Gradient border image ring */
.hero-img-ring {
  width: 292px;
  height: 292px;
  border-radius: 50%;
  padding: 5px;
  background: conic-gradient(from 0deg, #E91E8C, #FF4D94, #FF80AB, #FFB3D1, #FF80AB, #FF4D94, #E91E8C);
  animation: floatImg 6s ease-in-out infinite, rotateBorder 8s linear infinite;
  box-shadow: var(--shadow-pink);
  position: relative;
  z-index: 2;
}

.hero-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white);
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes floatImg {
  0%,  100% { transform: translateY(0);    }
  50%        { transform: translateY(-18px); }
}

@keyframes rotateBorder {
  from { filter: hue-rotate(0deg);   }
  to   { filter: hue-rotate(360deg); }
}

/* Floating Badges */
.float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 128, 171, 0.3);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-dark);
  box-shadow: 0 8px 32px rgba(255, 77, 148, 0.18);
  z-index: 3;
}

.float-badge i {
  font-size: 1.15rem;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.badge-1 {
  top: 22px;
  left: -28px;
  animation: floatBadge 4.5s ease-in-out infinite;
}

.badge-2 {
  bottom: 28px;
  right: -28px;
  animation: floatBadge 4.5s ease-in-out infinite;
  animation-delay: -2.2s;
}

@keyframes floatBadge {
  0%,  100% { transform: translateY(0);    }
  50%        { transform: translateY(-12px); }
}

/* Sparkles */
.sparkle {
  position: absolute;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: sparkleFade 3.2s ease-in-out infinite;
  z-index: 4;
  pointer-events: none;
  font-weight: 400;
}

.s1 { top:  8px;  right: 55px; font-size: 1.1rem; animation-delay: 0s;    }
.s2 { bottom: 55px; left: 18px;  font-size: 1.5rem; animation-delay: -1.1s; }
.s3 { top: 48%;  right: -2px; font-size: 0.95rem; animation-delay: -2.2s; }

@keyframes sparkleFade {
  0%,  100% { opacity: 0.25; transform: scale(0.75) rotate(0deg);  }
  50%        { opacity: 1;    transform: scale(1.35) rotate(45deg); }
}

/* ===== INFO SECTION ===== */
.info-sec {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 64px 70px;
  flex-wrap: wrap;
}

.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: var(--grad-card);
  border: 1.5px solid rgba(255, 128, 171, 0.24);
  border-radius: var(--radius-lg);
  padding: 28px 38px;
  min-width: 154px;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  cursor: default;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-pink);
  border-color: rgba(255, 77, 148, 0.4);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: var(--grad-vivid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.45rem;
  box-shadow: 0 6px 22px rgba(233, 30, 140, 0.32);
  margin-bottom: 4px;
  transition: var(--transition);
}

.info-card:hover .card-icon {
  transform: rotate(-8deg) scale(1.1);
}

.info-card h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.info-card p {
  font-size: 0.84rem;
  color: var(--text-light);
  text-align: center;
  font-weight: 600;
  line-height: 1.45;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--pink-ultra); }
::-webkit-scrollbar-thumb {
  background: var(--grad-main);
  border-radius: 3px;
}

/* ===== SELECTION ===== */
::selection {
  background: rgba(233, 30, 140, 0.2);
  color: var(--pink-deep);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  nav             { padding: 16px 40px; }
  .hero           { padding: 50px 40px 30px; }
  .info-sec       { padding: 20px 40px 55px; }
  .hero-visual    { width: 340px; height: 340px; }
  .hero-img-ring  { width: 250px; height: 250px; }
  .ring-1         { width: 278px; height: 278px; }
  .ring-2         { width: 330px; height: 330px; }
  .ring-3         { width: 388px; height: 388px; }
}

@media (max-width: 768px) {
  nav { padding: 14px 24px; }

  #nav-menu {
    position: fixed;
    top: 75px; left: 0; right: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(24px);
    flex-direction: column;
    padding: 16px 20px 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(255, 128, 171, 0.22);
    box-shadow: 0 20px 50px rgba(255, 77, 148, 0.1);
    transform: translateY(-130%);
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
    z-index: 99;
  }

  #nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  #nav-menu li a { width: 100%; text-align: center; }

  .menu-icon { display: flex; }

  .hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 36px 24px 24px;
    gap: 32px;
  }

  .hero-info            { max-width: 100%; }
  .hero-info > p        { max-width: 100%; }
  .hero-pill            { margin: 0 auto 22px; }
  .hero-info h2         { justify-content: center; }
  .btn-group            { justify-content: center; }
  .ul-icons             { justify-content: center; }

  .hero-visual  { width: 290px; height: 290px; }
  .hero-img-ring { width: 214px; height: 214px; }
  .ring-1       { width: 238px; height: 238px; }
  .ring-2       { width: 282px; height: 282px; }
  .ring-3       { width: 334px; height: 334px; }

  .badge-1 { top: 2px;   left: 4px;  font-size: 0.76rem; padding: 7px 12px; }
  .badge-2 { bottom: 2px; right: 4px; font-size: 0.76rem; padding: 7px 12px; }

  .info-sec  { padding: 20px 20px 55px; gap: 14px; }
  .info-card { padding: 20px 24px; min-width: 132px; }
}

@media (max-width: 420px) {
  .hero-visual  { width: 250px; height: 250px; }
  .hero-img-ring { width: 185px; height: 185px; }
  .ring-1       { width: 202px; height: 202px; }
  .ring-2       { width: 245px; height: 245px; }
  .ring-3       { width: 290px; height: 290px; }

  .info-card    { min-width: 116px; padding: 16px 18px; }
  .info-card h1 { font-size: 2rem; }
  .card-icon    { width: 42px; height: 42px; font-size: 1.2rem; }
}
