*, *::before, *::after { box-sizing: border-box } html, body { height: 100% } body { margin: 0; font: 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial; color: #0f172a; background: #fff } a { text-decoration: none; color: inherit } :root { --container: 1200px; --primary: #0f172a; --muted: #6b7280; --bar: #e9f0ff; --bar-line: #cfe1ff; --shadow: 0 8px 24px rgba(16, 24, 40, .06); --radius: 18px; } .site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: radial-gradient(1200px 120px at 10% -40%, rgba(128, 112, 255, .12), transparent 60%), radial-gradient(1200px 120px at 90% -40%, rgba(255, 112, 179, .12), transparent 60%), #fff; backdrop-filter: saturate(1.1) blur(8px); box-shadow: var(--shadow); } .container { max-width: var(--container); margin: 0 auto; padding: 0 20px } .header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; border-bottom: 1px solid rgba(15, 23, 42, .06); } .brand { display: flex; align-items: center; gap: 14px; color: var(--primary) } .brand__logo { position: relative; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg, #6a5cff, #a546ff 40%, #ff4fd8 100%); box-shadow: 0 8px 24px rgba(105, 90, 255, .35); } .brand__dot { position: absolute; top: -4px; right: -4px; width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, #ffd24a, #ff7a21); box-shadow: 0 4px 10px rgba(255, 140, 0, .45); } .brand__text { display: flex; flex-direction: column } .brand__title { font-weight: 800; letter-spacing: -.02em } .brand__sub { font-size: 12px; color: #2563eb; margin-top: 2px } .nav { display: flex; align-items: center; gap: 28px } .nav__list { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none } .nav__link { font-weight: 600; color: #1f2937; opacity: .9 } .nav__link:hover { opacity: 1 } .nav__actions { display: flex; align-items: center; gap: 18px } .login-link { font-weight: 700; color: #111827; opacity: .9 } .login-link:hover { opacity: 1 } .btn-cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; color: #fff; font-weight: 800; background: linear-gradient(90deg, #ffc62a, #ff8c1f 60%, #ff3b50); box-shadow: 0 10px 24px rgba(255, 136, 31, .35); transition: transform .15s ease; } .btn-cta:hover { transform: translateY(-1px) } .header__bar { height: 60px; display: flex; align-items: center; background: linear-gradient(#f6f9ff, #f9fbff); border-top: 1px solid var(--bar-line); border-bottom: 1px solid var(--bar-line); color: #1f3b7a; } .header__bar small { font-size: 13px; } .header__bar a { color: #1d4ed8; text-decoration: underline } .nav-toggle { display: none; width: 44px; height: 44px; border-radius: 10px } .nav-toggle span { display: block; height: 2px; background: #0f172a; margin: 7px 9px } @media (max-width: 1024px) { .nav { gap: 20px } .nav__list { gap: 20px } } @media (max-width: 860px) { .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center } .nav { position: fixed; inset: 30px 0 auto 0; background: #fff; border-bottom: 1px solid rgba(15, 23, 42, .06); padding: 14px 20px; display: grid; gap: 14px; transform: translateY(-120%); transition: .25s ease; } .nav[aria-hidden="false"] { transform: translateY(0) } .nav__list { flex-direction: column; gap: 8px } .nav__actions { justify-content: space-between } } @media (max-width: 420px) { .brand__title { font-size: 15px } .brand__sub { display: none } } .hero { background: linear-gradient(135deg, #2a00b7 0%, #42006c 30%, #700084 100%); padding: 120px 0 80px; color: #fff; text-align: center; } .hero__title { font-size: clamp(32px, 5vw, 60px); font-weight: 800; line-height: 1.1; margin-bottom: 32px; } .text-gradient-orange { background: linear-gradient(90deg, #ffce00, #ff3b3b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .text-gradient-blue { background: linear-gradient(90deg, #00c6ff, #0072ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .hero__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 40px; } .badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.05); font-weight: 600; font-size: 14px; } .hero__cta { display: inline-block; margin-bottom: 60px; padding: 14px 32px; border-radius: 999px; font-weight: 800; background: linear-gradient(90deg, #ffc62a, #ff8c1f 60%, #ff3b50); color: #fff; box-shadow: 0 10px 24px rgba(255, 136, 31, .35); transition: transform .15s ease; } .hero__cta:hover { transform: translateY(-2px) } .hero__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px; } .feature-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 20px; padding: 24px; } .feature-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 16px; font-size: 28px; margin: 0 auto 12px; color: #fff; } .bg-blue { background: linear-gradient(135deg, #2193b0, #6dd5ed) } .bg-orange { background: linear-gradient(135deg, #f7971e, #ffd200) } .bg-green { background: linear-gradient(135deg, #56ab2f, #a8e063) } .bg-pink { background: linear-gradient(135deg, #f857a6, #ff5858) } .feature-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 4px; } .feature-card p { font-size: 14px; opacity: 0.85; } @media (max-width:768px) { .hero__title { font-size: clamp(26px, 7vw, 42px) } } .section { padding: 80px 0 } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px } .section-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; margin: 0 auto 18px; position: relative; left: 50%; transform: translateX(-50%); font-weight: 700; font-size: 14px; color: #1f2a44; background: linear-gradient(90deg, #c3e0ff, #ffe5ff); box-shadow: 0 8px 24px rgba(31, 42, 68, .08); } .section-chip i:first-child { color: #7c3aed } .section-chip i:last-child { color: #eab308 } .features__title { text-align: center; line-height: 1.08; margin: 0 0 12px; font-size: clamp(32px, 4.5vw, 64px); font-weight: 800; letter-spacing: -.02em; } .grad-blue { background: linear-gradient(90deg, #5a7dff, #a44fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .features__title--bold { color: #0f172a } .features__subtitle { text-align: center; max-width: 820px; margin: 0 auto 36px; color: #5b6477 } .card-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); } @media (max-width:1000px) { .card-grid { grid-template-columns: repeat(2, 1fr) } } @media (max-width:640px) { .card-grid { grid-template-columns: 1fr } } .fcard { background: #fff; border: 1px solid rgba(15, 23, 42, .06); border-radius: 22px; padding: 22px; position: relative; box-shadow: 0 10px 30px rgba(17, 24, 39, .06); min-height: 280px; background-image: radial-gradient(40% 50% at 20% 10%, rgba(104, 117, 245, .06), transparent 60%); } .fcard--warm { background-image: radial-gradient(40% 50% at 20% 10%, rgba(255, 170, 80, .12), transparent 60%) } .fcard--mint { background-image: radial-gradient(40% 50% at 20% 10%, rgba(16, 185, 129, .10), transparent 60%) } .fcard--soft { background-image: radial-gradient(40% 50% at 20% 10%, rgba(236, 72, 153, .10), transparent 60%) } .fcard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px } .tag { display: inline-flex; align-items: center; justify-content: center; height: 22px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 800; color: #0f172a; background: #e9efff; border: 1px solid rgba(15, 23, 42, .08) } .tag--blue { background: #e7efff } .tag--orange { background: #fff2e0 } .tag--green { background: #e6fff3 } .tag--violet { background: #f6e6ff } .tag--indigo { background: #e9e8ff } .tag--teal { background: #e6fffb } .star { background: #fff; border: 1px solid rgba(15, 23, 42, .08); width: 32px; height: 32px; border-radius: 10px } .star i { color: #fbbf24 } .fcard__icon { width: 56px; height: 56px; border-radius: 16px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; box-shadow: 0 10px 22px rgba(0, 0, 0, .12) } .fgrad--violet { background: linear-gradient(135deg, #6a5cff, #a546ff) } .fgrad--orange { background: linear-gradient(135deg, #ff8a00, #ff4d4f) } .fgrad--green { background: linear-gradient(135deg, #00c98b, #06b6d4) } .fgrad--pink { background: linear-gradient(135deg, #ff5db1, #ff7a7a) } .fgrad--indigo { background: linear-gradient(135deg, #5a67ff, #3b82f6) } .fgrad--teal { background: linear-gradient(135deg, #22d3ee, #10b981) } .fcard__title { font-size: 20px; font-weight: 800; color: #0f172a; margin: 6px 0 } .fcard__text { color: #5b6477; font-size: 14px; line-height: 1.6 } .stats-pill { display: flex; align-items: center; gap: 20px; margin: 28px auto 0; max-width: 560px; padding: 12px 18px; border-radius: 999px; background: #fff; border: 1px solid rgba(15, 23, 42, .08); box-shadow: 0 14px 30px rgba(17, 24, 39, .08); } .stats-pill__left, .stats-pill__right { display: flex; align-items: center; gap: 10px; font-weight: 800; color: #0f172a } .stats-pill__left i { margin-right: 2px } .stats-pill__sep { flex: 1; height: 1px; background: rgba(15, 23, 42, .08) } .stats-pill small { display: block; font-weight: 600; color: #5b6477; margin-top: -2px; font-size: 12px } .section { padding: 80px 0 } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px } .steps { position: relative; color: #fff; text-align: center; overflow: hidden } .steps__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(1200px 400px at 20% -20%, rgba(128, 112, 255, .25), transparent 60%), radial-gradient(1200px 400px at 80% -20%, rgba(255, 112, 179, .25), transparent 60%), linear-gradient(135deg, #2a00b7 0%, #42006c 35%, #700084 100%); } .steps::before { content: ""; position: absolute; inset: -40px; opacity: .25; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='p' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 24c6 0 6-24 12-24s6 24 12 24' fill='none' stroke='%23ffffff' stroke-opacity='.35'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='120' height='120' fill='url(%23p)'/%3E%3C/svg%3E"); background-size: 120px 120px; } .section-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; margin: 0 auto 16px; font-weight: 800; font-size: 14px; color: #142136; background: linear-gradient(90deg, #c3e0ff, #f1cdff); box-shadow: 0 10px 24px rgba(0, 0, 0, .15); } .chip--simple i { color: #7c3aed } .steps__title { font-size: clamp(28px, 4.8vw, 56px); line-height: 1.1; font-weight: 900; margin: 0 0 10px } .text-gradient-orange { background: linear-gradient(90deg, #ffd54a, #ff6b2c, #ff3b50); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .steps__subtitle { max-width: 760px; margin: 0 auto 22px; color: #e5e7eb; opacity: .9 } .steps__tabs { display: flex; gap: 10px; justify-content: center; margin: 8px 0 20px } .tab { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .08); color: #fff; font-weight: 700 } .tab.is-active { background: #1fb6ff; border-color: transparent; box-shadow: 0 8px 20px rgba(31, 182, 255, .35) } .stepcard { margin: 18px auto 0; max-width: 920px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding: 28px; border-radius: 18px; background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .35); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 20px 50px rgba(0, 0, 0, .25); text-align: left } .stepcard__badges { display: flex; align-items: center; gap: 10px; margin-bottom: 10px } .bicon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 12px; color: #fff } .bicon--blue { background: linear-gradient(135deg, #2fb7ff, #0073ff) } .pill { display: inline-flex; align-items: center; gap: 8px; padding: 4px 10px; border-radius: 999px; font-weight: 800 } .pill--time { background: linear-gradient(90deg, #ffd24a, #ff8c1f); color: #1f1f1f } .stepcard__title { font-size: 28px; font-weight: 900; margin: 6px 0 8px } .stepcard__lead { color: #d7e3ff; margin: 0 0 8px } .stepcard__text { color: #cbd5e1; margin: 0 0 16px } .stepcard__ok { color: #21d48a; font-weight: 800 } .tile-icon { position: relative; display: grid; place-items: center; aspect-ratio: 1/1; border-radius: 20px; background: radial-gradient(80% 80% at 50% 10%, rgba(255, 255, 255, .22), rgba(255, 255, 255, .06)); border: 1px solid rgba(255, 255, 255, .25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35) } .tile-icon__bg { position: absolute; inset: 18%; border-radius: 18px; background: linear-gradient(135deg, #7cc7ff, #4e7bff) } .tile-icon__badge { position: relative; width: 64px; height: 64px; font-size: 28px; border-radius: 18px; background: linear-gradient(135deg, #25d0ff, #0073ff); box-shadow: 0 12px 22px rgba(0, 0, 0, .25) } .steps__dots { display: flex; gap: 10px; justify-content: center; margin: 16px 0 0 } .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .35); border: none } .dot.is-active { background: #24a8ff } @media (max-width:900px) { .stepcard { grid-template-columns: 1fr; gap: 18px } .stepcard__right { order: -1 } } .compliance { position: relative; overflow: hidden } .compliance__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(1000px 240px at 10% -10%, rgba(99, 102, 241, .12), transparent 60%), radial-gradient(1000px 240px at 90% -10%, rgba(236, 72, 153, .12), transparent 60%), #fbfdff; } .compliance::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='1' cy='1' r='1' fill='%2390a4ae' fill-opacity='.18'/%3E%3C/svg%3E"); } .chip--trust { background: linear-gradient(90deg, #cbf7e6, #e7f0ff); color: #0e1b2e } .chip--trust i { color: #10b981 } .comp__title { text-align: center; line-height: 1.06; margin: 0 0 10px; font-size: clamp(30px, 4.6vw, 60px); font-weight: 800; letter-spacing: -.02em; color: #0f172a; } .grad-blue { background: linear-gradient(90deg, #22c1f1, #5a7dff, #a44fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .comp__title--bold { color: #0f172a } .comp__subtitle { text-align: center; color: #5b6477; max-width: 760px; margin: 0 auto 30px } .comp__grid { display: grid; gap: 28px; align-items: start; grid-template-columns: 1.1fr .9fr; } @media (max-width:980px) { .comp__grid { grid-template-columns: 1fr } } .cbullet { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; margin-bottom: 18px } .cbullet__icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; box-shadow: 0 10px 22px rgba(0, 0, 0, .12) } .cgrad--blue { background: linear-gradient(135deg, #2fb7ff, #0073ff) } .cgrad--green { background: linear-gradient(135deg, #00c98b, #06b6d4) } .cgrad--violet { background: linear-gradient(135deg, #6a5cff, #a546ff) } .cbullet h3 { margin: 2px 0 6px; font-size: 18px; font-weight: 800; color: #0f172a } .cbullet p { margin: 0; color: #5b6477 } .license-card { background: #fff; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; box-shadow: 0 16px 40px rgba(17, 24, 39, .08); padding: 22px; } .license-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px } .licon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #6a5cff, #a546ff); color: #fff; font-size: 26px; box-shadow: 0 12px 22px rgba(0, 0, 0, .12) } .license-card__head h3 { margin: 0; font-size: 20px; font-weight: 800; color: #0f172a } .license-card__head p { margin: 2px 0 0; color: #64748b; font-size: 14px } .license-card__rows { margin: 6px 0 14px } .license-card__rows .row { display: grid; grid-template-columns: 160px 1fr; gap: 14px; align-items: start; padding: 12px 0; border-top: 1px dashed rgba(15, 23, 42, .12) } .license-card__rows .row:first-child { border-top: none } .license-card__rows dt { color: #64748b; font-weight: 700 } .license-card__rows dd { margin: 0; color: #0f172a; font-weight: 700 } .license-card__rows dd br { display: block } .license-card__badges { display: flex; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(15, 23, 42, .08); padding-top: 12px; color: #0f172a; font-weight: 800 } .license-card__badges span { display: inline-flex; align-items: center; gap: 8px } .license-card__badges i:nth-child(1) { color: #10b981 } .license-card__badges i:nth-child(2) { color: #2563eb } .license-card__badges i:nth-child(3) { color: #f59e0b } .compliance { position: relative; overflow: hidden } .compliance__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(1000px 240px at 10% -10%, rgba(99, 102, 241, .12), transparent 60%), radial-gradient(1000px 240px at 90% -10%, rgba(236, 72, 153, .12), transparent 60%), #fbfdff; } .compliance::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='1' cy='1' r='1' fill='%2390a4ae' fill-opacity='.18'/%3E%3C/svg%3E"); } .chip--trust { background: linear-gradient(90deg, #cbf7e6, #e7f0ff); color: #0e1b2e } .chip--trust i { color: #10b981 } .comp__title { text-align: center; line-height: 1.06; margin: 0 0 10px; font-size: clamp(30px, 4.6vw, 60px); font-weight: 800; letter-spacing: -.02em; color: #0f172a; } .grad-blue { background: linear-gradient(90deg, #22c1f1, #5a7dff, #a44fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .comp__title--bold { color: #0f172a } .comp__subtitle { text-align: center; color: #5b6477; max-width: 760px; margin: 0 auto 30px } .comp__grid { display: grid; gap: 28px; align-items: start; grid-template-columns: 1.1fr .9fr; } @media (max-width:980px) { .comp__grid { grid-template-columns: 1fr } } .cbullet { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; margin-bottom: 18px } .cbullet__icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; box-shadow: 0 10px 22px rgba(0, 0, 0, .12) } .cgrad--blue { background: linear-gradient(135deg, #2fb7ff, #0073ff) } .cgrad--green { background: linear-gradient(135deg, #00c98b, #06b6d4) } .cgrad--violet { background: linear-gradient(135deg, #6a5cff, #a546ff) } .cbullet h3 { margin: 2px 0 6px; font-size: 18px; font-weight: 800; color: #0f172a } .cbullet p { margin: 0; color: #5b6477 } .license-card { background: #fff; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; box-shadow: 0 16px 40px rgba(17, 24, 39, .08); padding: 22px; } .license-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px } .licon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #6a5cff, #a546ff); color: #fff; font-size: 26px; box-shadow: 0 12px 22px rgba(0, 0, 0, .12) } .license-card__head h3 { margin: 0; font-size: 20px; font-weight: 800; color: #0f172a } .license-card__head p { margin: 2px 0 0; color: #64748b; font-size: 14px } .license-card__rows { margin: 6px 0 14px } .license-card__rows .row { display: grid; grid-template-columns: 160px 1fr; gap: 14px; align-items: start; padding: 12px 0; border-top: 1px dashed rgba(15, 23, 42, .12) } .license-card__rows .row:first-child { border-top: none } .license-card__rows dt { color: #64748b; font-weight: 700 } .license-card__rows dd { margin: 0; color: #0f172a; font-weight: 700 } .license-card__rows dd br { display: block } .license-card__badges { display: flex; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(15, 23, 42, .08); padding-top: 12px; color: #0f172a; font-weight: 800 } .license-card__badges span { display: inline-flex; align-items: center; gap: 8px } .license-card__badges i:nth-child(1) { color: #10b981 } .license-card__badges i:nth-child(2) { color: #2563eb } .license-card__badges i:nth-child(3) { color: #f59e0b } .cta-win { position: relative; text-align: center; color: #fff } .cta-win__bg { position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, #2a00b7 0%, #42006c 35%, #700084 100%); } .cta-win::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='%23ffffff' fill-opacity='.25' d='M20 0c11 0 20 9 20 20S31 40 20 40 0 31 0 20 9 0 20 0z'/%3E%3C/svg%3E"); background-size: 40px 40px; } .chip--winners { background: linear-gradient(90deg, #ffe9b0, #ffdcdc); color: #1f1f1f; font-weight: 800; gap: 8px } .chip--winners i { color: #ff8c1f } .cta-win__title { font-size: clamp(28px, 4.5vw, 54px); line-height: 1.1; font-weight: 900; margin: 14px 0 10px } .grad-orange { background: linear-gradient(90deg, #ffd54a, #ff6b2c, #ff3b50); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .cta-win__subtitle { max-width: 760px; margin: 0 auto 22px; color: #f3f4f6; opacity: .9 } .btn-cta-orange { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; border-radius: 999px; font-weight: 800; background: linear-gradient(90deg, #ffc62a, #ff8c1f 60%, #ff3b50); color: #fff; box-shadow: 0 10px 24px rgba(255, 136, 31, .35); transition: transform .15s ease; margin-bottom: 40px } .btn-cta-orange:hover { transform: translateY(-2px) } .cta-cards { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 0 auto 36px } @media(max-width:820px) { .cta-cards { grid-template-columns: 1fr } } .cta-card { background: #fff; color: #0f172a; border-radius: 16px; padding: 24px; box-shadow: 0 10px 28px rgba(0, 0, 0, .15); text-align: center } .cta-card__icon { width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff } .grad-blue { background: linear-gradient(135deg, #2fb7ff, #0073ff) } .grad-pink { background: linear-gradient(135deg, #ff5db1, #ff7a7a) } .grad-green { background: linear-gradient(135deg, #00c98b, #06b6d4) } .cta-card h3 { margin: 0; font-size: 22px; font-weight: 900 } .cta-card p { margin: 4px 0; font-weight: 700 } .cta-card small { color: #6b7280; font-size: 14px } .cta-badges { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; color: #fff; font-weight: 700; margin-bottom: 10px } .text-yellow { color: #fbbf24 } .text-green { color: #22c55e } .cta-foot { color: #e5e7eb; font-size: 14px; opacity: .85 } .wellbeing { position: relative; overflow: hidden } .wellbeing__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(900px 220px at 10% -10%, rgba(16, 185, 129, .12), transparent 60%), radial-gradient(900px 220px at 90% -10%, rgba(59, 130, 246, .12), transparent 60%), #f7fbff; } .wellbeing::before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cpath d='M0 28c7 0 7-28 14-28s7 28 14 28 7-28 14-28 7 28 14 28' fill='none' stroke='%2390a4ae' stroke-opacity='.18'/%3E%3C/svg%3E"); background-size: 56px 56px; } .chip--rg { background: linear-gradient(90deg, #ccf5e7, #e4f3ff); color: #0b2239; font-weight: 800 } .chip--rg i { color: #10b981 } .wb__title { text-align: center; margin: 10px 0 6px; line-height: 1.06; font-size: clamp(30px, 4.6vw, 60px); font-weight: 800; letter-spacing: -.02em; color: #111827; } .grad-teal { background: linear-gradient(90deg, #18cba7, #3b82f6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .wb__title--bold { color: #0f172a } .wb__subtitle { text-align: center; color: #5b6477; max-width: 760px; margin: 0 auto 26px } .wb__grid { display: grid; gap: 28px; align-items: start; grid-template-columns: 1.05fr .95fr; } @media (max-width:980px) { .wb__grid { grid-template-columns: 1fr } } .wb-bullet { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; margin-bottom: 18px } .wb-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; box-shadow: 0 10px 22px rgba(0, 0, 0, .12) } .wb-icon--green { background: linear-gradient(135deg, #10b981, #06b6d4) } .wb-icon--blue { background: linear-gradient(135deg, #2fb7ff, #0073ff) } .wb-bullet h3 { margin: 2px 0 6px; font-size: 18px; font-weight: 800; color: #0f172a } .wb-bullet p { margin: 0 0 8px; color: #5b6477 } .wb-list { margin: 0; padding-left: 0; list-style: none } .wb-list li { position: relative; padding-left: 20px; margin: 8px 0; color: #475569 } .wb-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: #22c55e } .wb-links { display: flex; gap: 10px; flex-wrap: wrap } .pill-link { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: #eef6ff; color: #0f172a; font-weight: 700; border: 1px solid rgba(15, 23, 42, .08) } .wb-card { background: #fff; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; padding: 22px; box-shadow: 0 16px 40px rgba(17, 24, 39, .08) } .wb-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px } .licon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; background: linear-gradient(135deg, #10b981, #3b82f6) } .wb-card__head h3 { margin: 0; font-size: 20px; font-weight: 800; color: #0f172a } .wb-card__head p { margin: 2px 0 0; color: #64748b; font-size: 14px } .wb-box { border-radius: 14px; padding: 14px 16px; margin: 12px 0 } .wb-box--ok { background: #ecfdf5; border: 1px solid #c7f8e7 } .wb-box--warn { background: #fff7ed; border: 1px solid #fde6c8 } .wb-box__title { font-weight: 900; margin-bottom: 8px; color: #0f172a } .wb-box ul { margin: 0; padding-left: 18px } .wb-box ul li { margin: 6px 0 } .wb-box ul.warn li { list-style: disc; color: #9a3412 } .wb-card__note { color: #475569; margin: 8px 0 14px } .btn-help { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; font-weight: 800; background: linear-gradient(90deg, #10b981, #22c1f1); color: #fff; box-shadow: 0 10px 20px rgba(16, 185, 129, .25) } .site-footer-dark { background: #0f1724; color: #a8b3c7; padding: 48px 0 28px; } .footer-top { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 28px; align-items: start; } @media (max-width:980px) { .footer-top { grid-template-columns: 1fr 1fr } .fcol--contact { grid-column: 1/-1 } } @media (max-width:640px) { .footer-top { grid-template-columns: 1fr } } .brand-mini { display: flex; align-items: center; gap: 12px; margin-bottom: 10px } .brand-mini__logo { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: #fff; background: linear-gradient(135deg, #2f7bff, #1e3a8a); box-shadow: 0 8px 20px rgba(46, 117, 255, .35); } .brand-mini__name { color: #e8edf7; font-weight: 800; letter-spacing: .2px; font-size: 20px } .ftext { margin: 6px 0 16px; max-width: 520px } .fbadge { display: flex; align-items: center; gap: 10px; color: #c7d2e1; font-weight: 700 } .fbadge i { color: #69c4a6 } .fhead { color: #e8edf7; font-weight: 800; margin: 4px 0 10px; font-size: 18px } .flist { list-style: none; margin: 0; padding: 0 } .flist li+li { margin-top: 10px } .flist a { color: #a8b3c7; text-decoration: none; transition: color .15s ease, transform .15s ease; } .flist a:hover { color: #e8edf7; transform: translateX(2px) } .fcol--contact a { color: #cfe1ff } .fcol--contact a:hover { color: #fff } .fdivider { margin: 26px 0; border: 0; height: 1px; background: linear-gradient(90deg, transparent, #283143 20%, #283143 80%, transparent) } .footer-bottom { display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap } .fbottom-left p { margin: 0 0 6px } .fmeta { color: #8b97aa } .fbadges { display: flex; gap: 16px; flex-wrap: wrap } .ftag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; border: 1px solid #2a3448; color: #cfe1ff; text-decoration: none; background: rgba(255, 255, 255, .03); font-weight: 700 } .ftag i { opacity: .9 } .ftag--green { color: #9fe7c8; border-color: #224438 } .ftag:hover { background: rgba(255, 255, 255, .06); color: #fff } .site-footer-dark a { outline: none } .site-footer-dark a:focus-visible { box-shadow: 0 0 0 3px rgba(99, 102, 241, .35); border-radius: 8px } .modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0, 0, 0, .6); align-items: center; justify-content: center; } .modal.is-open { display: flex; } .modal-content { background: #fff; border-radius: 12px; padding: 30px; width: 400px; max-width: 90%; position: relative; animation: fadeIn 0.3s ease; } .modal-content h2 { text-align: center; font-size: 24px; font-weight: 700; background: linear-gradient(90deg, #7b2ff7, #f107a3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .modal-content input { width: 100%; padding: 12px; margin: 10px 0 20px; border: 2px solid #d0c4ff; border-radius: 8px; outline: none; font-size: 14px; } .signin-btn { width: 100%; padding: 12px; border: none; border-radius: 8px; background: linear-gradient(90deg, #7b2ff7, #f107a3); color: white; font-weight: 600; cursor: pointer; transition: opacity 0.2s; } .signin-btn:hover { opacity: 0.85; } .close { position: absolute; background: transparent; border: none; top: 15px; right: 20px; font-size: 22px; cursor: pointer; } .register-text, .terms-text { font-size: 13px; text-align: center; margin-top: 10px; } .register-text a { color: #007bff; } .terms-text a { color: #555; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } .modal-register { border: 2px solid rgba(135, 92, 255, .35); outline: 4px solid rgba(135, 92, 255, .08); } .reg-title { text-align: center; font-weight: 900; font-size: clamp(22px, 3.4vw, 34px); margin: 4px 0 6px; background: linear-gradient(90deg, #ffce45, #ff6b2c, #ff3b50); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .reg-sub { display: flex; gap: 10px; justify-content: center; align-items: center; color: #6b7280; margin: 0 0 14px } .reg-sub .fa-star { color: #fbbf24 } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px } .form-full { grid-column: 1/-1 } @media (max-width:680px) { .form-grid { grid-template-columns: 1fr } } .form-group label { display: block; font-weight: 800; color: #1f2937; margin: 6px 0 } .form-group .hint { display: block; color: #6b7280; margin-top: 6px } .form-group input { width: 100%; padding: 14px 14px; border-radius: 12px; border: 2px solid #ece8ff; background: #fff; box-shadow: 0 6px 18px rgba(99, 102, 241, .08) inset, 0 1px 0 #fff; font-size: 16px; color: #1f2937; outline: none; transition: border-color .15s, box-shadow .15s; } .form-group input::placeholder { color: #8b5cf6 } .form-group input:focus { border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139, 92, 246, .18) } .msg { display: block; font-size: 12px; color: #ef4444; margin-top: 4px; min-height: 1em } .sep { border: 0; height: 1px; background: linear-gradient(90deg, transparent, #e5e7eb, transparent); margin: 14px 0 } .check { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; color: #1f2937 } .check input { width: 18px; height: 18px; margin-top: 2px } .check a { color: #2563eb; font-weight: 800 } .check .green { color: #16a34a } .btn-grad { display: block; width: 100%; margin-top: 14px; padding: 14px 18px; border-radius: 16px; border: 0; font-weight: 900; color: #fff; cursor: not-allowed; opacity: .7; background: linear-gradient(90deg, #ffc62a, #ff8c1f 60%, #ff3b50); box-shadow: 0 12px 26px rgba(255, 136, 31, .35) } .btn-grad.enabled { cursor: pointer; opacity: 1 } .reg-note { margin-top: 12px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; color: #334155; text-align: center; font-size: 13px } .modal-content { width: min(720px, 92vw); max-height: min(88vh, 860px); display: flex; flex-direction: column; border-radius: 16px; background: #fff; position: relative; box-shadow: 0 30px 80px rgba(17, 24, 39, .35); overflow: hidden; } .modal-scroll { overflow: auto; -webkit-overflow-scrolling: touch; padding: 0 24px 20px; } .reg-title { margin: 20px 24px 6px; } .reg-sub { margin: 0 24px 12px; } .modal-close { position: absolute; top: 12px; border: none; background: transparent; font-size: 20px; cursor: pointer; right: 16px; z-index: 2; } @media (max-width: 560px) { .modal { padding: 10px; } .modal-content { width: 100%; height: calc(100vh - 20px); max-height: none; border-radius: 14px; } .modal-scroll { padding: 0 16px 16px; } .form-grid { grid-template-columns: 1fr !important; } } .modal-content, .modal-content * { box-sizing: border-box; } .form-group { margin-bottom: 12px; } .sep { margin: 12px 0; } .btn-grad { position: relative; z-index: 1; } .terms-wrap { background: #f6f8ff; padding: 120px 0 } .container { max-width: 980px; margin: 0 auto; padding: 0 18px } .terms-card { background: #fff; border: 1px solid rgba(99, 102, 241, .25); border-radius: 18px; box-shadow: 0 20px 60px rgba(17, 24, 39, .08); padding: 22px 22px 26px; } .terms-head { text-align: center; margin-bottom: 12px } .terms-head h1 { font-size: clamp(20px, 3.2vw, 26px); font-weight: 900; letter-spacing: .2px; color: #333; } .t-updated { color: #7c89b2; font-size: 14px; margin-top: 6px } .t-sections { list-style: none; margin: 0; padding: 0 } .t-sections>li+li { margin-top: 18px } .t-sections h2 { font-size: 18px; font-weight: 800; color: #27324a; margin: 0 0 6px } .t-sections p { margin: 0 0 10px; color: #44516b; line-height: 1.6 } .t-sections ul { margin: 6px 0 10px 0; padding-left: 18px } .t-sections ul li { margin: 4px 0; color: #3f4d69 } .t-contact { font-style: normal; background: #f4f7ff; border: 1px solid #e3e9ff; border-radius: 12px; padding: 12px } .t-contact a { color: #2563eb } @media (max-width:640px) { .terms-card { padding: 18px } .t-sections h2 { font-size: 17px } } @media print { .terms-wrap { background: #fff; padding: 0 } .terms-card { border: none; box-shadow: none } } .privacy { background: #f6f8ff } .p-card { background: #fff; border: 1px solid rgba(123, 97, 255, .25); border-radius: 18px; box-shadow: 0 20px 60px rgba(17, 24, 39, .08); padding: 80px 22px 26px; } .p-head { text-align: center; margin-bottom: 12px } .p-head h1 { font-size: clamp(20px, 3.2vw, 26px); font-weight: 900; color: #373a53 } .p-updated { color: #7f8bb3; font-size: 14px; margin-top: 6px } .p-sections { list-style: none; margin: 0; padding: 0 } .p-sections>li+li { margin-top: 18px } .p-sections h2 { margin: 0 0 6px; font: 800 18px/1.3 system-ui; color: #28324c } .p-sections h3 { margin: 6px 0; font: 700 15px/1.3 system-ui; color: #384563 } .p-sections p { margin: 0 0 10px; color: #44516b; line-height: 1.65 } .p-sections ul { margin: 6px 0 10px 0; padding-left: 18px } .p-sections ul li { margin: 4px 0; color: #3f4d69 } .p-contact { font-style: normal; background: #f4f7ff; border: 1px solid #e3e9ff; border-radius: 12px; padding: 12px } .p-contact a { color: #2563eb } @media (max-width:640px) { .p-card { padding: 18px } .p-sections h2 { font-size: 17px } } .c-head { text-align: center; margin-bottom: 24px; padding-top: 100px; } .c-head h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 900; color: #0f172a; margin: 0 } .c-head p { color: #6b7290; margin: 8px 0 0 } .c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px } @media (max-width:900px) { .c-grid { grid-template-columns: 1fr } } .card { background: #fff; border: 1px solid rgba(99, 102, 241, .18); border-radius: 16px; box-shadow: 0 14px 36px rgba(17, 24, 39, .06); } .c-form { padding: 18px } .c-info, .c-company { padding: 18px } .c-form h3, .c-info h3, .c-company h3 { margin: 0 0 12px; color: #2a2f45; font-weight: 800 } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px } @media (max-width:620px) { .form-grid { grid-template-columns: 1fr } } .fg { display: grid; gap: 6px } .fg--full { grid-column: 1/-1 } .fg>span { font-weight: 700; color: #2f3250 } input, textarea, select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 2px solid #ece8ff; background: #fff; font-size: 15px; color: #1f2937; outline: none; transition: border-color .15s, box-shadow .15s; box-shadow: inset 0 4px 12px rgba(139, 92, 246, .06); } input::placeholder, textarea::placeholder { color: #8b5cf6 } input:focus, textarea:focus, select:focus { border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139, 92, 246, .18) } .select { position: relative } .select select { appearance: none; background: #fff } .select .chev { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: #596080; pointer-events: none } .btn-send { margin-top: 8px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 12px; border: 0; color: #fff; font-weight: 800; cursor: pointer; background: linear-gradient(90deg, #3b82f6, #6366f1); box-shadow: 0 12px 26px rgba(99, 102, 241, .28) } .c-note { color: #8188a6; margin: 10px 0 0; text-align: center } .c-right { display: grid; gap: 22px } .c-info .row { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; margin: 10px 0 } .c-info .ico { font-size: 18px } .c-info a { color: #2563eb } .c-company dl { margin: 0 } .dl-row { display: grid; grid-template-columns: 160px 1fr; gap: 12px; padding: 10px 0; border-top: 1px dashed rgba(15, 23, 42, .12) } .dl-row:first-child { border-top: 0 } .dl-row dt { color: #64748b; font-weight: 700 } .dl-row dd { margin: 0; color: #111827; font-weight: 800 } .footer-img { width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .footer-img img { height: 100px; padding: 10px; margin: 0 10px; border-radius: 10px; background: white; }