    :root{
      --bg1:#ff77b7;
      --bg2:#6a42ff;
      --ink:#101828;
      --muted:#667085;
      --card:#ffffff;
      --soft:#f6f7fb;
      --pink:#ff4fa3;
      --purple:#6a42ff;
      --shadow: 0 22px 70px rgba(16,24,40,.18);
      --shadow2: 0 16px 50px rgba(16,24,40,.14);
      --radius: 22px;
    }

    body{
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--ink);
      background: #fff;
    }

    /* ======= TOP HERO BACKGROUND ======= */
    .hero-wrap{
      position: relative;
      overflow: hidden;
      padding: 22px 0 28px;
      background: radial-gradient(1200px 600px at 20% 0%, rgba(255,255,255,.22), transparent 55%),
                  linear-gradient(110deg, var(--bg1), var(--bg2));
      color: #fff;
    }

    .hero-wrap::before{
      content:"";
      position:absolute;
      inset:-80px -40px auto -40px;
      height: 420px;
      background: radial-gradient(closest-side, rgba(255,255,255,.22), transparent 70%);
      transform: rotate(-6deg);
      pointer-events:none;
    }

    /* faint icons pattern */
    .hero-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 72% 35%, rgba(255,255,255,.10), transparent 38%),
        radial-gradient(circle at 88% 55%, rgba(255,255,255,.07), transparent 42%),
        radial-gradient(circle at 76% 78%, rgba(255,255,255,.06), transparent 44%);
      opacity:.9;
      pointer-events:none;
    }

    .navbar{
      --bs-navbar-padding-y: .25rem;
    }
    .brand{
      display:flex;
      align-items:flex-start;
      gap:.55rem;
      text-decoration:none;
      color:#fff;
    }
    .brand .dot{
      width:38px;height:38px;border-radius:12px;
      background: rgba(255,255,255,.22);
      display:grid;place-items:center;
      box-shadow: 0 10px 25px rgba(0,0,0,.10);
      border:1px solid rgba(255,255,255,.25);
      backdrop-filter: blur(8px);
    }
    .brand .name{
      font-weight:800;
      letter-spacing:.2px;
      line-height:1.1;
      font-size: 1.25rem;
    }
    .brand .tag{
      font-size:.82rem;
      opacity:.88;
      margin-top:2px;
    }

    .nav-link{
      color: rgba(255,255,255,.92) !important;
      font-weight:600;
      border-radius: 999px;
      padding:.55rem .9rem !important;
    }
    .nav-link:hover{
      background: rgba(255,255,255,.14);
    }

    /* ======= BLOB LOGIN CARD ======= */
    .blob-card{
      position: relative;
      max-width: 420px;
      margin-inline:auto;
      padding: 34px 28px 26px;
      background: rgba(255,255,255,.92);
      border-radius: 56px;
      box-shadow: var(--shadow);
      color: var(--ink);
      z-index:1;
    }
    .blob-card::before{
      content:"";
      position:absolute;
      width: 105%;
      height: 108%;
      left: -6%;
      top: -5%;
      background: rgba(255,255,255,.18);
      border-radius: 64px 64px 70px 58px;
      filter: blur(0px);
      z-index:-2;
    }
    .blob-card::after{
      content:"";
      position:absolute;
      width: 120px;
      height: 120px;
      left: -18px;
      top: 18px;
      background: rgba(76, 0, 153, .35);
      border-radius: 40px 80px 70px 95px;
      transform: rotate(10deg);
      z-index:-1;
      filter: blur(0px);
    }

    .blob-title{
      font-weight: 800;
      color:#7a2b8f;
      margin-bottom: 14px;
      font-size: 1.25rem;
    }

    .form-pill{
      border-radius: 999px;
      padding: .9rem 1.05rem;
      border: 1px solid rgba(16,24,40,.08);
      background: #fff;
      box-shadow: 0 10px 24px rgba(16,24,40,.06);
    }
    .form-pill:focus{
      border-color: rgba(106,66,255,.35);
      box-shadow: 0 0 0 .25rem rgba(106,66,255,.18);
    }

    .btn-hero{
      border-radius: 999px;
      padding: .85rem 1.15rem;
      font-weight: 800;
      border: 0;
      color:#fff;
      background: linear-gradient(90deg, #ff4fa3, #6a42ff);
      box-shadow: 0 14px 35px rgba(106,66,255,.25);
    }
    .btn-hero:hover{ filter: brightness(.98); }

    .hero-note{
      margin-top: 16px;
      font-size: .92rem;
      color: rgba(255,255,255,.92);
      opacity:.95;
    }

    .btn-soft{
      border-radius: 999px;
      padding: .55rem .9rem;
      border: 1px solid rgba(255,255,255,.38);
      color:#fff;
      background: rgba(255,255,255,.12);
      backdrop-filter: blur(8px);
      font-weight: 700;
    }
    .btn-soft:hover{ background: rgba(255,255,255,.18); color:#fff; }

    /* ======= HERO RIGHT CONTENT ======= */
    .hero-h1{
      font-weight: 900;
      letter-spacing: .2px;
      line-height: 1.1;
      font-size: clamp(1.55rem, 2.6vw, 2.2rem);
      margin-bottom: 12px;
      position:relative;
      z-index:1;
    }
    .hero-h1 b{ color: #ffd4ea; }
    .hero-p{
      color: rgba(255,255,255,.92);
      max-width: 560px;
      position:relative;
      z-index:1;
    }

    .store-btn{
      display:inline-flex;
      align-items:center;
      gap:.55rem;
      border-radius: 999px;
      padding: .65rem 1rem;
      background: rgba(16,24,40,.18);
      border: 1px solid rgba(255,255,255,.25);
      color:#fff;
      font-weight: 800;
      text-decoration:none;
      backdrop-filter: blur(8px);
    }
    .store-btn:hover{ background: rgba(16,24,40,.24); color:#fff; }

    .store-ico{
      width: 36px; height: 36px;
      border-radius: 999px;
      background: rgba(255,255,255,.14);
      display:grid; place-items:center;
      border: 1px solid rgba(255,255,255,.22);
    }

    /* ======= FEATURE CARDS ROW ======= */
    .feature-row{
      margin-top: -36px;
      position:relative;
      z-index: 4;
    }
    .feature-card{
      background: #fff;
      border: 1px solid rgba(16,24,40,.08);
      border-radius: 16px;
      box-shadow: 0 10px 28px rgba(16,24,40,.10);
      padding: 18px 16px 16px;
      height: 100%;
    }
    .feature-top{
      display:flex;
      align-items:center;
      justify-content: space-between;
      margin-bottom: 8px;
    }
    .feature-ico{
      width: 44px; height: 44px;
      border-radius: 14px;
      background: linear-gradient(90deg, rgba(255,79,163,.22), rgba(106,66,255,.22));
      display:grid; place-items:center;
      border: 1px solid rgba(16,24,40,.06);
    }
    .feature-title{
      font-weight: 900;
      margin: 0 0 6px;
      font-size: 1.05rem;
    }
    .feature-text{
      color: var(--muted);
      font-size: .93rem;
      margin-bottom: 12px;
    }
    .btn-mini{
      border-radius: 999px;
      padding: .38rem .85rem;
      border: 0;
      font-weight: 800;
      color:#fff;
      background: linear-gradient(90deg, #ff4fa3, #6a42ff);
      box-shadow: 0 10px 22px rgba(106,66,255,.18);
    }

    /* ======= CONTENT SECTION ======= */
    .content-wrap{
      padding: 48px 0 32px;
      background: #fff;
    }
    .section-title{
      display:flex;
      align-items:center;
      gap:.7rem;
      font-weight: 900;
      font-size: 1.35rem;
      margin-bottom: 12px;
    }
    .section-title .badge-ico{
      width:44px;height:44px;border-radius: 14px;
      background: rgba(255,79,163,.12);
      border: 1px solid rgba(255,79,163,.22);
      display:grid;place-items:center;
    }
    .lead-par{
      color: var(--muted);
      line-height: 1.75;
      font-size: 1rem;
    }
	
    .info-card{
      border-radius: 14px;
      padding: 18px 18px;
      color:#fff;
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: var(--shadow2);
    }
    .info-card.pink{
      background: linear-gradient(135deg, #ff4fa3, #b83cff);
    }
    .info-card.blue{
      background: linear-gradient(135deg, #1787ff, #00c2ff);
    }
    .info-card.teal{
      background: linear-gradient(135deg, #00bfa6, #1f6fff);
    }
    .info-title{
      font-weight: 900;
      margin-bottom: 8px;
      letter-spacing:.2px;
    }
    .info-text{
      margin:0;
      opacity:.92;
      line-height: 1.6;
      font-size: .95rem;
    }

    /* ======= FOOTER ======= */
    footer{
      padding: 26px 0 18px;
      border-top: 1px solid rgba(16,24,40,.08);
      background: #fff;
    }
    .footer-brand{
      font-weight: 900;
      color:#ff4fa3;
      letter-spacing:.2px;
      font-size: 1.35rem;
      text-decoration:none;
    }
    .footer-links a{
      color: var(--muted);
      text-decoration:none;
      font-weight: 700;
      font-size: .95rem;
    }
    .footer-links a:hover{ color: var(--ink); }
    .footer-note{
      color:#98a2b3;
      font-size:.9rem;
      margin: 0;
    }

    /* ======= MOBILE TWEAKS ======= */
    @media (max-width: 991.98px){
      .hero-wrap{ padding-bottom: 72px; }
      .feature-row{ margin-top: -54px; }
    }
	
    #quoteDate{
      font-size:0.8rem;
      font-weight:600;
      color:#FFFFFF;
      margin-bottom:4px;
    }

    #dailyQuoteText{
      font-size:1rem;
      font-weight:700;
      color:#FFFFFF;
    }