.home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(2560px, 92%);
    margin: 0 auto;
    min-height: 100vh;
    padding: clamp(130px, 8vw, 150px) 0 clamp(60px, 5vw, 100px);
    gap: clamp(30px, 5vw, 90px);
    color: #20324d;
}

.home-info {
    flex: 1;
}

.home-info h1 {
    font-size: 70px;
    line-height: 1.1;
    color: #3478e8;
    text-shadow: 0 0 24px rgba(61, 137, 255, .25);
    margin-bottom: 14px;
}

.home-info h2 {
    font-size: 30px;
    margin-bottom: 16px;
    color: #244265;
}

.home-info p {
    max-width: 640px;
    font-size: 20px;
    line-height: 1.9;
    color: #5f6f86;
    margin-bottom: 32px;
}

.home-visual {
    position: relative;
    flex: 1;
    min-height: 420px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
}

.home-visual::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.82), rgba(61, 137, 255, 0.16));
    box-shadow: 0 18px 60px rgba(40, 100, 180, 0.18);
    filter: blur(0.5px);
    z-index: -2;
}

.orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgba(61, 137, 255, 0.45);
}

.ring-primary {
    width: 320px;
    height: 320px;
    animation: spin 10s linear infinite;
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.30), inset 0 0 28px rgba(61, 137, 255, 0.12);
}

.ring-secondary {
    width: 220px;
    height: 220px;
    border: 3px dashed rgba(104, 77, 255, 0.55);
    animation: spinReverse 20s linear infinite;
}

.orbit-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4d91ff, #55cfff);
    box-shadow: 0 0 0 6px rgba(61, 137, 255, 0.18);
}

.dot-a {
    top: 18%;
    left: 50%;
    animation: pulseFloat 3.5s ease-in-out infinite;
}

.dot-b {
    top: 50%;
    right: 16%;
    animation: pulseFloat 4.2s ease-in-out infinite 0.5s;
}

.dot-c {
    bottom: 20%;
    left: 24%;
    animation: pulseFloat 3.8s ease-in-out infinite 1s;
}

.dot-d {
    top: 52%;
    left: 20%;
    animation: pulseFloat 4s ease-in-out infinite 1.3s;
}

.feature-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 14px;
    background: rgba(214, 240, 255, 0.74);
    border: 2px solid rgba(61, 137, 255, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 24px rgba(40, 100, 180, 0.12);
    color: #234d91;
    font-size: 20px;
    font-weight: 700;
}

.chip-icon {
    display: inline-flex;
    font-size: 30px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.chip-1 {
    top: 15%;
    left: 6%;
    transform: rotate(-6deg);
    animation: float 5s ease-in-out infinite, fade 3s ease-in-out infinite;
}

.chip-2 {
    top: 14%;
    right: 8%;
    transform: rotate(0deg);
    animation: float 4s ease-in-out infinite, fade 2s ease-in-out infinite;
}

.chip-3 {
    bottom: 10%;
    left: 8%;
    animation: float 4s ease-in-out infinite, fade 2s ease-in-out infinite;
}

.chip-4 {
    transform: rotate(-5deg);
    animation: float 5s ease-in-out infinite, fade 3s ease-in-out infinite;
}

.chip-5 {
    bottom: 10%;
    right: 6%;
    transform: rotate(-5deg);
    animation: float 5s ease-in-out infinite, fade 3s ease-in-out infinite;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.35s ease;
    background: linear-gradient(135deg, #9a4dff, #3aa6ff);
    color: #fff;
    box-shadow: 0 10px 28px rgba(50, 130, 255, .28);
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(50, 130, 255, .36);
    background: linear-gradient(135deg, #4d5fff, #b055ff);
}

.feature-discovery {
    padding: 56px 0 70px;
    overflow: hidden;
}

.feature-discovery-heading {
    width: min(1240px, 92%);
    margin: 0 auto 26px;
    text-align: center;
}

.feature-discovery-heading p {
    margin: 0 0 8px;
    color: #287bb9;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-discovery-heading h2 {
    max-width: 590px;
    margin: 0 auto;
    color: #20324d;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.2;
}

.feature-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.feature-marquee-track { display: flex; width: max-content; animation: feature-marquee-scroll 42s linear infinite; }
.feature-marquee-group { display: flex; gap: 20px; padding-right: 20px; }
.feature-showcase-card {
    --center-intensity: 0;
    position: relative;
    isolation: isolate;
    display: flex;
    flex: 0 0 420px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 250px;
    padding: 26px;
    border: 1px solid rgba(255, 176, 84, calc(0.16 + var(--center-intensity) * 0.56));
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 28px rgba(40, 100, 180, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
    will-change: auto;
}

.feature-showcase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.24);
    background-size: 100% 100%;
    animation: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.feature-showcase-card > * { position: relative; z-index: 1; }
.feature-showcase-card:nth-child(2)::after { animation-delay: 0.8s; }
.feature-showcase-card:nth-child(3)::after { animation-delay: 1.6s; }
.feature-showcase-card:nth-child(4)::after { animation-delay: 2.4s; }
.feature-showcase-card:nth-child(5)::after { animation-delay: 3.2s; }

.feature-showcase-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 8px; background: linear-gradient(135deg, #4d91ff, #55cfff); font-size: 1.3rem; place-items: center; }
.feature-showcase-card > div { text-align: center; }.feature-showcase-card h3 { margin: 0 0 7px; color: #244265; font-size: 1rem; }.feature-showcase-card p { margin: 0; color: #5f6f86; font-size: 0.83rem; line-height: 1.65; }

@keyframes feature-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes feature-border-light {
    0%, 16% { background-position: 150% 0; opacity: 0; }
    27% { opacity: 1; }
    68% { background-position: -120% 0; opacity: 0.7; }
    100% { background-position: -150% 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .feature-marquee-track,
    .feature-showcase-card::after { animation: none; }
}

.site-footer {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 56px 4% 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 16px 45px rgba(40, 100, 180, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
    color: #20324d;
    backdrop-filter: blur(30px) saturate(125%);
    -webkit-backdrop-filter: blur(30px) saturate(125%);
}

.site-footer::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -170px;
    left: -90px;
    width: 520px;
    height: 420px;
    background: rgba(67, 166, 255, 0.34);
    clip-path: polygon(18% 8%, 82% 0, 100% 37%, 72% 91%, 29% 100%, 0 58%);
    filter: blur(12px);
    animation: footer-shape-blue 15s ease-in-out infinite;
    pointer-events: none;
}

.site-footer::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -120px;
    bottom: -180px;
    width: 560px;
    height: 400px;
    background: rgba(255, 140, 105, 0.28);
    clip-path: polygon(11% 28%, 58% 0, 100% 23%, 89% 75%, 51% 100%, 0 81%);
    filter: blur(14px);
    animation: footer-shape-coral 18s ease-in-out infinite;
    pointer-events: none;
}

.site-footer-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(130px, 1fr));
    gap: 42px;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.footer-brand { max-width: 340px; }.footer-brand-name { display: inline-flex; align-items: center; gap: 10px; color: #20324d; font-size: 1.15rem; font-weight: 800; text-decoration: none; }.footer-brand-mark { display: grid; width: 36px; height: 36px; border-radius: 8px; background: linear-gradient(135deg, #4d91ff, #55cfff); color: #fff; font-size: 0.78rem; place-items: center; }.footer-brand p { margin: 16px 0 20px; color: #5f6f86; font-size: 0.88rem; line-height: 1.75; }
.footer-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 15px; border-radius: 8px; background: linear-gradient(135deg, #3478e8, #5aa8ff); box-shadow: 0 10px 22px rgba(52, 120, 232, 0.18); color: #fff; font-size: 0.84rem; font-weight: 800; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }.footer-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(52, 120, 232, 0.26); }

.footer-links-group { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-links-group h2 { margin: 0 0 4px; color: #3478e8; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }.footer-links-group a, .site-footer-bottom a { color: #466783; font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: color 0.2s ease; }.footer-links-group a:hover, .site-footer-bottom a:hover { color: #1c73b8; }

.site-footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1240px, 100%); margin: 44px auto 0; padding-top: 18px; border-top: 1px solid rgba(52, 120, 232, 0.16); color: #6b7d93; font-size: 0.78rem; }.site-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 16px; }

@keyframes footer-shape-blue {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    27% { transform: translate3d(80px, 34px, 0) scale(1.16, 0.9) rotate(9deg); }
    58% { transform: translate3d(36px, 96px, 0) scale(0.88, 1.14) rotate(-7deg); }
    79% { transform: translate3d(112px, 68px, 0) scale(1.08, 1.03) rotate(4deg); }
}

@keyframes footer-shape-coral {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    21% { transform: translate3d(-72px, -42px, 0) scale(0.93, 1.15) rotate(-8deg); }
    51% { transform: translate3d(-126px, -74px, 0) scale(1.14, 0.92) rotate(6deg); }
    76% { transform: translate3d(-48px, -110px, 0) scale(0.97, 1.08) rotate(-4deg); }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer::before,
    .site-footer::after {
        animation: none;
    }
}

@media (max-width: 640px) {
    .feature-discovery { padding: 40px 0 52px; }.feature-discovery-heading { margin-bottom: 20px; }.feature-marquee-track { animation-duration: 34s; }.feature-marquee-group { gap: 16px; padding-right: 16px; }.feature-showcase-card { flex-basis: 340px; min-height: 240px; padding: 22px; }
    .site-footer { width: 100%; padding: 40px 6% 18px; }.site-footer::before { top: -145px; left: -230px; }.site-footer::after { right: -260px; bottom: -165px; }.site-footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }.footer-brand { grid-column: 1 / -1; }.site-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 34px; }.site-footer-bottom nav { gap: 12px 16px; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes fade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes spinReverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes pulseFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-8px) scale(1.18);
        opacity: 1;
    }
}