html {
            scroll-behavior: smooth;
          }
          body {
            margin: 0;
            font-family: "Inter", sans-serif;
            color: #14081f;
            background: #fff;
            -webkit-font-smoothing: antialiased;
          }
          a {
            color: #e01e96;
          }
          a:hover {
            color: #6d1b78;
          }
          .ms {
            font-family: "Material Symbols Rounded";
            font-weight: normal;
            font-style: normal;
            line-height: 1;
            display: inline-block;
            font-size: 24px;
          }
          .wrap {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 32px;
          }
          .sec {
            padding: 120px 0;
          }
          .eyeb {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 12.5px;
            letter-spacing: 2.4px;
            text-transform: uppercase;
            color: #e01e96;
            margin: 0 0 20px;
          }
          .h1 {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: clamp(44px, 5.4vw, 72px);
            line-height: 1.02;
            letter-spacing: -2.4px;
            margin: 0;
          }
          .h2 {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: clamp(30px, 3.6vw, 46px);
            line-height: 1.06;
            letter-spacing: -1.4px;
            margin: 0;
          }
          .h3 {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 20px;
            letter-spacing: -0.3px;
            margin: 0;
          }
          .acc {
            color: #e01e96;
          }
          .lead {
            font-size: 19px;
            line-height: 1.7;
            color: #5c4e68;
            margin: 24px 0 0;
            max-width: 560px;
          }
          .mut {
            color: #5c4e68;
          }
          .faint {
            color: #8a7a94;
          }
          .btn {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 15px;
            background: #e01e96;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 15px 28px;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition:
              background 0.2s,
              transform 0.2s,
              box-shadow 0.2s;
            white-space: nowrap;
            box-sizing: border-box;
          }
          .btn:hover {
            background: #c4147f;
            transform: translateY(-1px);
            box-shadow: 0 8px 24px rgba(224, 30, 150, 0.25);
            color: #fff;
          }
          .btnportal:hover {
            transform: translateY(-2px);
            box-shadow: none;
            color: #fff;
          }
          .btnq {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 15px;
            background: transparent;
            color: #14081f;
            border: 1px solid #e2d8e4;
            border-radius: 10px;
            padding: 14px 26px;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition:
              border-color 0.2s,
              color 0.2s;
          }
          .btnq:hover {
            border-color: #14081f;
            color: #14081f;
          }
          .tlink {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 14.5px;
            color: #e01e96;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.25s;
          }
          .tlink:hover {
            gap: 11px;
            color: #e01e96;
          }
          .topbar {
            background: #14081f;
          }
          .tbrow {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            height: 42px;
          }
          .segt {
            display: flex;
            align-items: stretch;
          }
          .segl {
            display: flex;
            align-items: center;
            padding: 0 22px;
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            text-decoration: none;
            color: #9a88a8;
            transition: color 0.2s;
          }
          .segl:hover {
            color: #fff;
          }
          .segl.on {
            background: #fff;
            color: #14081f;
          }
          .tbaux {
            display: flex;
            align-items: center;
            gap: 18px;
            font-size: 12.5px;
          }
          .tblink {
            color: #9a88a8;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
          }
          .tblink:hover {
            color: #fff;
          }
          .hdr {
            position: sticky;
            top: 0;
            z-index: 50;
            background: rgba(255, 255, 255, 0.88);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #f0eaf2;
          }
          .hrow {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 70px;
          }
          .hleft {
            display: flex;
            align-items: center;
            gap: 40px;
          }
          .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
          }
          .logotx {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: 20px;
            color: #14081f;
            letter-spacing: -0.4px;
          }
          .logobdg {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: 26px;
            letter-spacing: -0.4px;
            text-transform: none;
            color: #e01e96;
            border: none;
            border-radius: 0;
            padding: 0;
            margin-left: 2px;
          }
          .nlink {
            font-size: 14.5px;
            font-weight: 500;
            color: #4a3e56;
            text-decoration: none;
            padding: 8px 12px;
            transition: color 0.2s;
          }
          .nlink:hover {
            color: #14081f;
          }
          .navlinks {
            display: flex;
            align-items: center;
            gap: 4px;
          }
          .menubtn {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            color: #14081f;
          }
          .mmenu {
            display: none;
          }
          .heromesh {
            background:
              radial-gradient(
                900px 500px at 85% -10%,
                rgba(224, 30, 150, 0.14) 0%,
                rgba(224, 30, 150, 0) 60%
              ),
              radial-gradient(
                700px 460px at -5% 90%,
                rgba(139, 47, 160, 0.12) 0%,
                rgba(109, 27, 120, 0) 60%
              ),
              linear-gradient(180deg, #fdf9fc, #fff);
          }
          .statrow {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            margin-top: 88px;
            border-top: 1px solid #f0eaf2;
          }
          .stat {
            padding: 28px 28px 0 0;
          }
          .stat + .stat {
            padding-left: 28px;
            border-left: 1px solid #f0eaf2;
          }
          .statn {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: 34px;
            letter-spacing: -1.4px;
            line-height: 1;
            color: #e01e96;
          }
          .statl {
            font-size: 13.5px;
            color: #8a7a94;
            margin-top: 8px;
          }
          .heroimg {
            border-radius: 20px;
            overflow: hidden;
            margin-top: 96px;
            height: 420px;
            position: relative;
          }
          .ph {
            background: repeating-linear-gradient(
              45deg,
              #f8f5f9 0 14px,
              #f1ecf3 14px 28px
            );
            border: 1.5px dashed #ded2e0;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #8a7a94;
            font-family: ui-monospace, Menlo, monospace;
            font-size: 12px;
            text-align: center;
            padding: 16px;
            box-sizing: border-box;
          }
          .portal2 {
            border: 1px solid #f0eaf2;
            border-radius: 16px;
            padding: 22px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
            margin-top: 56px;
            background: #fcfafc;
          }
          .pico {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: #fce9f5;
            color: #e01e96;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: none;
          }
          .segrid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 64px;
          }
          .segc {
            border: 1px solid #f0eaf2;
            border-radius: 18px;
            padding: 40px 32px;
            text-decoration: none;
            color: #14081f;
            display: flex;
            flex-direction: column;
            transition:
              border-color 0.25s,
              transform 0.25s,
              box-shadow 0.25s;
            background: #fff;
          }
          .segc:hover {
            border-color: #ded2e0;
            transform: translateY(-4px);
            box-shadow: 0 24px 48px rgba(20, 8, 31, 0.07);
            color: #14081f;
          }
          .segico {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: linear-gradient(135deg, #fce9f5, #f4c8e4);
            color: #e01e96;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
          }
          .segc:hover .segico {
            background: linear-gradient(135deg, #e01e96, #8b2fa0);
            color: #fff;
          }
          .segc:hover {
            border-color: #f4c8e4;
            box-shadow: 0 24px 48px rgba(224, 30, 150, 0.12);
          }
          .segico .ms {
            font-size: 23px;
          }
          .segtag {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 11px;
            letter-spacing: 1.6px;
            text-transform: uppercase;
            color: #8a7a94;
          }
          .segttl {
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: 23px;
            letter-spacing: -0.6px;
            margin: 10px 0 0;
          }
          .segdesc {
            font-size: 14.5px;
            line-height: 1.7;
            color: #5c4e68;
            margin: 12px 0 28px;
            flex: 1;
          }
          .tintsec {
            background:
              radial-gradient(
                700px 420px at 90% 0%,
                rgba(224, 30, 150, 0.09) 0%,
                rgba(224, 30, 150, 0) 60%
              ),
              linear-gradient(120deg, #f8f0f7, #fbf6fa);
          }
          .darksec {
            background:
              radial-gradient(
                800px 500px at 85% 10%,
                rgba(224, 30, 150, 0.22) 0%,
                rgba(224, 30, 150, 0) 60%
              ),
              linear-gradient(135deg, #14081f 0%, #2a1038 60%, #3a1440 100%);
            color: #fff;
          }
          .darksec .lead {
            color: #b7a7c0;
          }
          .inp {
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #e2d8e4;
            border-radius: 10px;
            padding: 13px 16px;
            font-family: "Inter", sans-serif;
            font-size: 15px;
            color: #14081f;
            background: #fff;
            outline: none;
            transition: border-color 0.2s;
          }
          .inp:focus {
            border-color: #e01e96;
          }
          .lbl {
            font-size: 13px;
            font-weight: 600;
            color: #4a3e56;
            margin: 0 0 7px;
            display: block;
          }
          .fld {
            margin-bottom: 18px;
          }
          .formcard {
            background: #fff;
            border-radius: 18px;
            padding: 44px;
            color: #14081f;
            box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
          }
          .g2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 22px;
          }
          .ftit {
            font-family: "Sora", sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #8a7a94;
            margin: 0 0 18px;
          }
          .flink {
            display: block;
            color: #4a3e56;
            text-decoration: none;
            font-size: 14.5px;
            padding: 5px 0;
            transition: color 0.2s;
          }
          .flink:hover {
            color: #e01e96;
          }
          .wafab {
            position: fixed;
            right: 22px;
            bottom: 22px;
            z-index: 60;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background: #25d366;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
            text-decoration: none;
            transition: transform 0.2s;
          }
          .wafab:hover {
            transform: scale(1.08);
            color: #fff;
          }
          .rev {
            opacity: 0;
            transform: translateY(16px);
            transition:
              opacity 0.8s ease,
              transform 0.8s ease;
          }
          .rev.vis {
            opacity: 1;
            transform: none;
          }
          .tgrid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 52px;
          }
          .tcarwrap {
            position: relative;
          }
          .tviewport {
            overflow: hidden;
          }
          .ttrack {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
          }
          .tcardc {
            flex: 0 0 33.3333%;
            box-sizing: border-box;
            padding: 0 12px;
          }
          .tdots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 32px;
          }
          .tdot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #e2d8e4;
            border: none;
            padding: 0;
            cursor: pointer;
            transition:
              background 0.2s,
              width 0.2s;
          }
          .tdot.on {
            background: #e01e96;
            width: 22px;
            border-radius: 5px;
          }
          @media (max-width: 1080px) {
            .tcardc {
              flex: 0 0 50%;
            }
          }
          @media (max-width: 720px) {
            .tcardc {
              flex: 0 0 100%;
            }
          }
          .tcard {
            background: #fff;
            border: 1px solid #f0eaf2;
            border-radius: 18px;
            padding: 28px 26px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            transition:
              transform 0.25s,
              box-shadow 0.25s,
              border-color 0.25s;
          }
          .tcard:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 44px rgba(224, 30, 150, 0.12);
            border-color: #f4c8e4;
          }
          .stars {
            display: flex;
            gap: 3px;
            color: #f5b400;
          }
          .stars .ms {
            font-variation-settings: "FILL" 1;
            font-size: 17px;
          }
          .tava {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: linear-gradient(135deg, #fce9f5, #f4c8e4);
            color: #e01e96;
            font-family: "Sora", sans-serif;
            font-weight: 800;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .tquote {
            margin: 0;
            font-size: 14.5px;
            line-height: 1.7;
            color: #4a3e56;
            flex: 1;
          }
          @media (max-width: 960px) {
            .tgrid {
              grid-template-columns: 1fr;
            }
            .segrid {
              grid-template-columns: 1fr;
            }
            .g2 {
              grid-template-columns: 1fr;
            }
            .navlinks {
              display: none;
            }
            .menubtn {
              display: flex;
            }
            .mmenu {
              display: flex;
              flex-direction: column;
              gap: 2px;
              padding: 12px 32px 20px;
              background: #fff;
              border-bottom: 1px solid #f0eaf2;
            }
            .tbaux {
              display: none;
            }
            .statrow {
              grid-template-columns: 1fr 1fr;
            }
            .stat {
              padding: 24px 0 0 0;
            }
            .stat + .stat {
              padding-left: 0;
              border-left: none;
            }
            .sec {
              padding: 80px 0;
            }
            .heroimg {
              height: 280px;
              margin-top: 64px;
            }
          }
          @media (max-width: 600px) {
            .formcard {
              padding: 28px;
            }
            .statrow {
              grid-template-columns: 1fr 1fr;
              gap: 8px;
            }
          }
