* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
:root {
    --gjs-t-color-primary: #7db8ff;
    --gjs-t-color-secondary: #b39df6;
    --gjs-t-color-accent: #f7a9c6;
    --gjs-t-color-success: #40c3a7;
    --gjs-t-color-warning: #f7c948;
    --gjs-t-color-error: #ef4444;
}
html {
    scroll-behavior: smooth;
}
.gjs-t-body {
    background: linear-gradient(135deg, #c4c7ff, #e8e7ff, #e7f6ff);
    color: #1f2937;
    font-size: 16px;
    line-height: 1.7;
}
.gjs-t-h1 {
    color: #0f172a;
    font-size: 48px;
    line-height: 1.15;
}
.gjs-t-h2 {
    color: #111827;
    font-size: 28px;
    line-height: 1.25;
}
.gjs-t-button {
    background-color: #7db8ff;
    color: #0f172a;
    border-radius: 9999px;
}
.gjs-t-link {
    color: #0f172a;
    text-decoration: none;
}
.gjs-t-border {
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.5);
}
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
}
legend {
    padding: 0;
}
ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
button,
[role="button"] {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
.body {
    font-family: Inter;
    color: rgb(30 41 59 / 1);
    background-image: linear-gradient(
        135deg,
        #ebf3ff 0%,
        #f3edff 50%,
        #ffeef5 100%
    );
    min-height: 100vh;
    background-attachment: fixed;
}
.page-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.background-glow-layer {
    position: absolute;
    inset: 0px;
    pointer-events: none;
}
.glow-bubble {
    position: absolute;
    bottom: -2rem;
    left: -2.5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 9999px;
    filter: blur(64px);
    opacity: 0.35;
}
.header {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px) saturate(130%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0 10px 30px rgba(179, 157, 246, 0.18),
        0 2px 10px rgba(125, 184, 255, 0.15);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    flex-direction: column;
    text-align: center;
    max-width: 760px;
}
.header:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7),
        0 10px 28px rgba(125, 184, 255, 0.3),
        0 18px 48px rgba(179, 157, 246, 0.28);
    overflow: hidden;
    backdrop-filter: saturate(130%) blur(2px);
}
.logo-gradient {
    position: absolute;
    inset: 0px;
}
.logo-gloss-highlight {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 0.65);
    filter: blur(2px);
    opacity: 0.7;
}
.logo-shine-strip {
    position: absolute;
    bottom: 0.25rem;
    right: 0.5rem;
    width: 2.5rem;
    height: 1rem;
    border-radius: 24px;
    background-color: rgb(255 255 255 / 0.35);
    filter: blur(3px);
    opacity: 0.55;
}
.header-title-group {
    flex: 1 1 0%;
    text-align: center;
}
.brand-name {
    font-weight: 800;
    letter-spacing: 0.025em;
    color: rgb(15 23 42 / 1);
    font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system,
        sans-serif;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
    text-shadow: 0 2px 14px rgba(125, 184, 255, 0.35),
        0 4px 24px rgba(179, 157, 246, 0.28);
    font-size: 20px;
}
.tagline {
    color: rgb(71 85 105 / 1);
    margin-top: 0.25rem;
    font-size: 1.125rem;
}
.desktop-spacer {
    display: none;
}
.main-content {
    margin-top: 2rem;
    animation: fadeInSoft 700ms ease 0ms 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.links-section {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.5);
    background-color: rgb(255 255 255 / 0.2);
    backdrop-filter: blur(24px);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 60px rgba(175, 160, 200, 0.25);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    max-width: 760px;
}
.links-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
}
.link-button {
    position: relative;
    overflow: hidden;
    border-radius: 9999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 18px 38px rgba(179, 157, 246, 0.22),
        0 6px 18px rgba(125, 184, 255, 0.18);
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.7);
    background-image: linear-gradient(
        to right,
        #b8e1ff,
        #d3c8ff,
        rgba(211, 200, 255, 0.2)
    );
    color: #0f172a;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    backdrop-filter: saturate(140%) blur(10px);
}
.link-button:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(255 255 255 / 0.6),
        0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.link-button:hover {
    box-shadow: 0 28px 64px rgba(179, 157, 246, 0.32),
        0 12px 28px rgba(125, 184, 255, 0.26);
    transform: translateY(-4px);
}
.link-button:hover:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(255 255 255 / 0.6),
        0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.link-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.link-text-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.link-icon {
    width: 1rem;
    height: 1rem;
    opacity: 0.9;
}
.link-label {
    color: rgb(15 23 42 / 1);
}
.link-right-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(30 41 59 / 1);
}
.link-badge {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1px rgba(125, 184, 255, 0.4),
        0 8px 16px rgba(179, 157, 246, 0.2);
}
.arrow-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.pearl-shine-overlay {
    position: absolute;
    inset: 0px;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background: radial-gradient(
            180px 120px at 20% 10%,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 70%
        ),
        radial-gradient(
            200px 140px at 90% 30%,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0) 75%
        );
    mix-blend-mode: screen;
}
.social-section {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.5);
    border-radius: 1rem;
    background-color: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(12px);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    animation: fadeInSoft 800ms ease 100ms 1;
}
.social-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 12px 28px rgba(179, 157, 246, 0.18),
        0 4px 14px rgba(125, 184, 255, 0.16);
    border-width: 1px;
    border-color: rgb(203 213 225 / 0.7);
    background-color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.social-icon-button:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.social-icon-button:hover {
    background-color: rgb(248 250 252 / 1);
    transform: translateY(-2px);
    border-color: rgb(148 163 184 / 1);
}
.social-icon {
    width: 1rem;
    height: 1rem;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
}
.footer {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px) saturate(120%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 10px 24px rgba(179, 157, 246, 0.16),
        0 2px 10px rgba(125, 184, 255, 0.14);
    animation: fadeInSoft 800ms ease 200ms 1;
    max-width: 760px;
}
.footer-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.footer-logo {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
    overflow: hidden;
}
.footer-logo-gradient {
    position: absolute;
    inset: 0px;
}
.footer-logo-highlight {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 0.55);
    filter: blur(2px);
}
.footer-text {
    color: rgb(51 65 85 / 1);
}
.footer-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(71 85 105 / 1);
}
.footer-icon {
    width: 1rem;
    height: 1rem;
    opacity: 0.7;
}
.footer-subtext {
    font-size: 0.75rem;
    line-height: 1rem;
}
.floating-badge {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    display: none;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 1rem;
    background-color: rgb(255 255 255 / 0.3);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.6);
    animation: glowPulse 3500ms ease-in-out infinite;
}
.badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 0.9);
}
.badge-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(51 65 85 / 1);
}
#ibxf9 {
    background: radial-gradient(
            140px 140px at 40% 40%,
            rgba(255, 255, 255, 0.85) 0%,
            rgba(255, 255, 255, 0.18) 60%
        ),
        linear-gradient(135deg, #a7c7ff 0%, #c6b8ff 50%, #f6c1d1 100%);
}
#izu9o {
    background: radial-gradient(
            140px 140px at 60% 60%,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.18) 65%
        ),
        linear-gradient(135deg, #b8e1ff 0%, #d3c8ff 55%, #ffd3e1 100%);
}
#ie1wt {
    background: linear-gradient(
        135deg,
        var(--gjs-t-color-primary) 0%,
        var(--gjs-t-color-secondary) 55%,
        var(--gjs-t-color-accent) 100%
    );
}
#icgny {
    background: radial-gradient(
            120px 60px at 15% 15%,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0) 65%
        ),
        radial-gradient(
            140px 80px at 90% 20%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 75%
        );
    transition: opacity 400ms ease;
    mix-blend-mode: screen;
}
#inkof {
    background: radial-gradient(
            120px 60px at 15% 15%,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0) 65%
        ),
        radial-gradient(
            140px 80px at 90% 20%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 75%
        );
    transition: opacity 400ms ease;
    mix-blend-mode: screen;
}
#ik6g4 {
    background: radial-gradient(
            120px 60px at 15% 15%,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0) 65%
        ),
        radial-gradient(
            140px 80px at 90% 20%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 75%
        );
    transition: opacity 400ms ease;
    mix-blend-mode: screen;
}
#i1v4h {
    background: radial-gradient(
            120px 60px at 15% 15%,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0) 65%
        ),
        radial-gradient(
            140px 80px at 90% 20%,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 75%
        );
    transition: opacity 400ms ease;
    mix-blend-mode: screen;
}
#i8nmz {
    background: linear-gradient(135deg, #a7c7ff 0%, #c6b8ff 55%, #f6c1d1 100%);
}
#imjlg {
    font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system,
        sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
    text-shadow: 0 2px 12px rgba(125, 184, 255, 0.35);
}
.link-button:hover .pearl-shine-overlay {
    opacity: 0.7;
}
.footer-social .social-icon-button {
    width: 2rem;
    height: 2rem;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.hero-intro {
    margin-top: 0.75rem;
    color: rgb(51 65 85 / 1);
}
.hero-desc {
    margin-top: 0.5rem;
    color: rgb(71 85 105 / 1);
}
.background-glow-layer .glow-bubble {
    opacity: 0.45;
}
.logo-gradient#ie1wt {
    background: linear-gradient(
        135deg,
        var(--gjs-t-color-primary) 0%,
        var(--gjs-t-color-secondary) 55%,
        var(--gjs-t-color-accent) 100%
    );
}
.navbar-wrapper {
    width: 100%;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.6);
    backdrop-filter: blur(4px);
}
.navbar-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand-link {
    display: flex;
    align-items: center;
}
.navbar-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.navbar-link {
    color: rgb(30 41 59 / 1);
    text-decoration-color: #7dd3fc;
}
.navbar-link:hover {
    color: rgb(15 23 42 / 1);
    text-decoration-line: underline;
}
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.navbar-secondary-button {
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(203 213 225 / 0.7);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(15 23 42 / 1);
    background-color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.navbar-secondary-button:hover {
    background-color: rgb(248 250 252 / 1);
    border-color: rgb(148 163 184 / 1);
}
.navbar-secondary-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}
.hero-section {
    width: 100%;
}
.hero-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.hero-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: center;
}
.hero-text-column {
    grid-column: span 7 / span 7;
}
.hero-title {
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}
.hero-subtitle {
    font-weight: 600;
    color: rgb(30 41 59 / 1);
    margin-bottom: 1rem;
}
.hero-description {
    font-size: 18px;
    color: rgb(51 65 85 / 1);
    max-width: 42rem;
    margin-bottom: 2rem;
}
.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.primary-cta-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.primary-cta-button:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.primary-cta-button:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    background-color: rgb(111 176 255 / 1);
}
.primary-cta-button:hover:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.cta-icon {
    width: 1rem;
    height: 1rem;
}
.secondary-cta-button {
    border-radius: 9999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    border-width: 1px;
    border-color: rgb(203 213 225 / 0.8);
    background-color: rgb(255 255 255 / 1);
    color: rgb(15 23 42 / 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.secondary-cta-button:hover {
    background-color: rgb(248 250 252 / 1);
    border-color: rgb(148 163 184 / 1);
}
.secondary-cta-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 0 #0000;
}
.hero-divider {
    margin-top: 2.5rem;
    height: 1px;
    background-color: rgb(255 255 255 / 0.6);
}
.hero-image-column {
    grid-column: span 5 / span 5;
}
.hero-visual-wrapper {
    position: relative;
}
.hero-image-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.7);
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-image-placeholder {
    width: 100%;
    height: 420px;
    object-fit: contain;
    background-color: transparent;
    padding: 24px;
}
.phone-preview-tooltip {
    margin-top: 1.5rem;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.7);
    background-image: linear-gradient(
        to bottom right,
        #e8e7ff,
        #e7f6ff,
        rgb(231 246 255 / 0)
    );
    padding: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.mobile-preview-frame {
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    background-color: rgb(255 255 255 / 1);
    border-width: 1px;
    border-color: rgb(226 232 240 / 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    width: 340px;
}
.mobile-preview-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-width: 1px;
    border-color: rgb(226 232 240 / 0.6);
}
.mobile-preview-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: rgb(226 232 240 / 1);
    overflow: hidden;
}
.mobile-preview-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-preview-title-group {
    display: flex;
    flex-direction: column;
}
.mobile-preview-name {
    color: rgb(15 23 42 / 1);
    font-weight: 700;
}
.mobile-preview-subtitle {
    color: rgb(71 85 105 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.mobile-preview-links {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.preview-link-button {
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 1);
    color: rgb(15 23 42 / 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(226 232 240 / 0.8);
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.preview-link-button:hover {
    background-color: rgb(248 250 252 / 1);
    border-color: rgb(203 213 225 / 0.8);
}
.mobile-preview-caption {
    color: rgb(51 65 85 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.features-section {
    width: 100%;
}
.features-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.features-title {
    font-weight: 700;
}
.section-divider {
    display: none;
    width: 50%;
    height: 1px;
    background-color: rgb(255 255 255 / 0.6);
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
}
.feature-card {
    grid-column: span 4 / span 4;
    border-radius: 1rem;
    border-width: 1px;
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    overflow: hidden;
}
.feature-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.feature-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.feature-content {
    padding: 1.25rem;
}
.feature-title {
    color: rgb(15 23 42 / 1);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.feature-description {
    color: rgb(51 65 85 / 1);
}
.sample-profiles-section {
    width: 100%;
}
.profiles-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.profiles-header {
    margin-bottom: 2rem;
}
.profiles-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.profiles-subtitle {
    color: rgb(51 65 85 / 1);
}
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
}
.profile-card {
    grid-column: span 4 / span 4;
    border-radius: 1rem;
    border-width: 1px;
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    overflow: hidden;
}
.profile-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.profile-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.profile-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.profile-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: rgb(226 232 240 / 1);
    overflow: hidden;
}
.profile-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-info {
    display: flex;
    flex-direction: column;
}
.profile-name {
    color: rgb(15 23 42 / 1);
    font-weight: 600;
}
.profile-tagline {
    color: rgb(71 85 105 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.profile-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.link-chip {
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 1);
    border-width: 1px;
    border-color: rgb(226 232 240 / 0.7);
    color: rgb(15 23 42 / 1);
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.cta-section {
    width: 100%;
}
.cta-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.cta-card {
    border-radius: 1.5rem;
    padding: 2.5rem;
    background-image: linear-gradient(
        to bottom right,
        #e8e7ff,
        #e7f6ff,
        rgb(231 246 255 / 0)
    );
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-title {
    font-size: 32px;
    color: rgb(15 23 42 / 1);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.cta-subtitle {
    color: rgb(30 41 59 / 1);
    font-size: 17px;
}
.cta-action-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.cta-action-button:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.cta-action-button:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    background-color: rgb(111 176 255 / 1);
}
.cta-action-button:hover:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
        0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.footer-wrapper {
    width: 100%;
    margin-top: 4rem;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.6);
}
.footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.footer-logo-badge {
    border-radius: 9999px;
    width: 2rem;
    height: 2rem;
}
.footer-brand-name {
    font-weight: 700;
    color: rgb(15 23 42 / 1);
}
.footer-tagline {
    color: rgb(71 85 105 / 1);
    margin-left: 0.75rem;
}
.footer-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.footer-link {
    color: rgb(30 41 59 / 1);
    text-decoration-color: #7dd3fc;
}
.footer-link:hover {
    color: rgb(15 23 42 / 1);
    text-decoration-line: underline;
}
.footer-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 1px;
    background-color: rgb(255 255 255 / 0.6);
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    color: rgb(71 85 105 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#id644f {
    font-family: Poppins, sans-serif;
}
#ikhp45 {
    font-family: Poppins, sans-serif;
}
#i61j5g {
    font-family: Nunito, sans-serif;
}
#igrs7l {
    font-family: Nunito, sans-serif;
}
#i8clna {
    font-family: Poppins, sans-serif;
}
#io9aj3 {
    font-family: Nunito, sans-serif;
}
#ittdii {
    font-family: Nunito, sans-serif;
}
#inpfuj {
    font-family: Poppins, sans-serif;
}
#iswv9w {
    font-family: Poppins, sans-serif;
}
#io0yeh {
    font-family: Nunito, sans-serif;
}
#ilhrln {
    font-family: Poppins, sans-serif;
}
#i4twjw {
    font-family: Nunito, sans-serif;
}
#iozk36 {
    font-family: Poppins, sans-serif;
}
#i58qkb {
    font-family: Nunito, sans-serif;
}
#is4yx2 {
    font-family: Poppins, sans-serif;
}
#ic8wt5 {
    font-family: Nunito, sans-serif;
}
#isq6o2 {
    font-family: Poppins, sans-serif;
}
#i9qnbo {
    font-family: Nunito, sans-serif;
}
#ibr5ki {
    font-family: Poppins, sans-serif;
}
#it814w {
    font-family: Nunito, sans-serif;
}
#i6so7a {
    font-family: Poppins, sans-serif;
}
#iu66zf {
    font-family: Nunito, sans-serif;
}
#ig39ig {
    font-family: Poppins, sans-serif;
}
#i93lay {
    font-family: Nunito, sans-serif;
}
#i0kmw6 {
    font-family: Poppins, sans-serif;
}
#in38bu {
    font-family: Nunito, sans-serif;
}
#i36w0j {
    font-family: Nunito, sans-serif;
}
@keyframes fadeInSoft {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 16px rgba(255, 255, 255, 0.18);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}
@media (max-width: 992px) {
    .desktop-spacer {
        display: block;
    }
    .floating-badge {
        display: flex;
    }
    .brand-name {
        font-size: 42px;
    }
    .links-stack {
        gap: 1rem;
    }
    .footer {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .logo-container {
        width: 4rem;
        height: 4rem;
    }
    .page-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .hero-intro {
        font-size: 0.95rem;
    }
    .hero-desc {
        font-size: 0.95rem;
    }
    .navbar-links {
        display: flex !important;
    }

    /* Override for mobile - hide navbar links by default */
    @media (max-width: 768px) {
        .navbar-links {
            display: none !important;
        }

        .navbar-links.active {
            display: flex !important;
        }
    }
    .hero-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hero-text-column {
        grid-column: span 12 / span 12;
    }
    .hero-image-column {
        grid-column: span 12 / span 12;
    }
    .features-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .section-divider {
        display: block;
    }
    .feature-card {
        grid-column: span 12 / span 12;
    }
    .profiles-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .profile-card {
        grid-column: span 12 / span 12;
    }
    .cta-card {
        padding: 2rem;
    }
    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
@media (max-width: 480px) {
    .brand-name {
        font-size: 36px;
    }
    .link-button {
        padding: 0.875rem 1.25rem;
    }
    .footer-left {
        gap: 0.5rem;
    }
    .logo-container {
        width: 3.75rem;
        height: 3.75rem;
    }
    .links-section {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
    .hero-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .hero-image-placeholder {
        height: 260px;
        padding: 16px;
    }
    .mobile-preview-frame {
        width: 100%;
    }
    .features-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .profiles-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .profile-card {
        grid-column: span 12 / span 12;
    }
    .cta-card {
        padding: 1.5rem;
    }
}
