body.homepage {
    --home-bg: #070707;
    --home-bg-soft: #101010;
    --home-card: #141414;
    --home-card-alt: #1a1a1a;
    --home-ink: #f5f5f5;
    --home-muted: #b3b3b3;
    --home-border: rgba(255, 255, 255, 0.08);
    --home-border-strong: rgba(255, 255, 255, 0.14);
    --home-accent: #e50914;
    --home-accent-strong: #b20710;
    --home-accent-soft: rgba(229, 9, 20, 0.14);
    --home-highlight: #ff3844;
    --home-highlight-strong: #e50914;
    --home-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
    --home-shadow-lg: 0 26px 80px rgba(0, 0, 0, 0.5);
    background:
        radial-gradient(circle at top left, rgba(229, 9, 20, 0.12), transparent 24%),
        linear-gradient(180deg, #060606 0%, #0c0c0c 100%);
    color: var(--home-ink);
}

body.homepage p {
    color: var(--home-muted);
}

body.homepage .section.section-navy {
    background:
        linear-gradient(180deg, rgba(15, 15, 15, 0.94), rgba(8, 8, 8, 0.98));
}

body.homepage .section.section-dark {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(5, 5, 5, 0.98));
}

body.homepage .btn-primary {
    background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-strong) 100%);
    box-shadow: 0 16px 36px rgba(229, 9, 20, 0.28);
}

body.homepage .btn-primary:hover {
    box-shadow: 0 20px 42px rgba(229, 9, 20, 0.4);
}

body.homepage .btn-secondary,
body.homepage .btn-outline {
    border-color: rgba(255, 255, 255, 0.14);
    color: var(--home-ink);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
}

body.homepage .btn-secondary:hover,
body.homepage .btn-outline:hover {
    background: var(--home-accent);
    border-color: var(--home-accent);
    color: #ffffff;
}

body.homepage .navbar.scrolled {
    background: rgba(8, 8, 8, 0.92);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

body.homepage .navbar.scrolled .navbar-nav a,
body.homepage .navbar.scrolled .navbar-toggle span {
    color: #ffffff;
    background: unset;
}

body.homepage .navbar.scrolled .navbar-toggle span {
    background: #ffffff;
}

body.homepage .navbar.scrolled .navbar-nav a.active,
body.homepage .navbar.scrolled .navbar-nav a:hover {
    background: rgba(229, 9, 20, 0.16);
    color: #ffffff;
}

body.homepage .navbar:not(.scrolled) .navbar-nav a.active,
body.homepage .navbar:not(.scrolled) .navbar-nav a:hover {
    background: rgba(255, 255, 255, 0.14);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.2);
    color: var(--home-accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.section-kicker-light {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.hero-home {
    position: relative;
    min-height: 100vh;
    padding: 150px 0 100px;
}

.hero-home::before {
    content: "";
    position: absolute;
    inset: auto 8% 8% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.24), transparent 68%);
    filter: blur(8px);
    pointer-events: none;
}

.hero-home-bg {
    background:
        linear-gradient(125deg, rgba(5, 5, 5, 0.96), rgba(20, 7, 8, 0.86)),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/6b41f756-7bd9-4d7c-96a1-f76b5866d0e5.webp")
            center/cover no-repeat;
}

.hero-home-bg::after {
    background:
        radial-gradient(circle at top right, rgba(229, 9, 20, 0.22), transparent 28%),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/image-6-1-1-1-1.webp")
            center/cover no-repeat;
    opacity: 0.34;
}

.hero-grid,
.app-grid,
.download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.hero-copy h1 {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: clamp(2.9rem, 5.2vw, 4.9rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.hero-copy .hero-text {
    max-width: 620px;
    margin-bottom: 32px;
    font-size: 1.13rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.hero-buttons {
    margin-bottom: 34px;
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    width: fit-content;
}

.hero-proof-text {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
}

.avatar-cluster {
    display: flex;
    align-items: center;
}

.avatar-cluster img,
.review-avatar {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(15, 34, 56, 0.15);
}

.avatar-cluster img {
    width: 58px;
    height: 58px;
    border: 3px solid rgba(255, 255, 255, 0.92);
}

.avatar-cluster img + img {
    margin-left: -12px;
}

.hero-media,
.app-gallery {
    min-width: 0;
}

.media-carousel {
    position: relative;
    padding: 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    box-shadow: var(--home-shadow-lg);
}

.app-carousel {
    background: linear-gradient(180deg, #161616 0%, #0f0f0f 100%);
    border: 1px solid var(--home-border-strong);
    box-shadow: var(--home-shadow);
}

.carousel-frame {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 22px;
    background: #000000;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateX(20px) scale(0.985);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease;
    pointer-events: none;
}

.carousel-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.carousel-slide img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    object-position: center center;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
    background: #000000;
    image-rendering: auto;
}

.carousel-slide figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    backdrop-filter: blur(14px);
}

.app-carousel .carousel-slide figcaption {
    background: rgba(0, 0, 0, 0.76);
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.carousel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.app-carousel .carousel-arrow {
    background: rgba(229, 9, 20, 0.12);
    color: var(--home-accent);
    border-color: rgba(229, 9, 20, 0.18);
}

.carousel-arrow:hover {
    transform: translateY(-2px);
    background: var(--home-accent);
    color: #ffffff;
}

.carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.carousel-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    border: none;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        width 0.25s ease;
}

.carousel-dot.is-active {
    width: 34px;
    border-radius: 999px;
    background: var(--home-accent);
}

.app-carousel .carousel-dot {
    background: rgba(255, 255, 255, 0.16);
}

.app-carousel .carousel-dot.is-active {
    background: var(--home-accent);
}

.section-header {
    margin-bottom: 62px;
}

.section-header h2 {
    color: var(--home-ink);
    font-family: var(--font-body);
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    line-height: 1.08;
}

.section-header p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.06rem;
    line-height: 1.85;
}

.section-header-left {
    margin: 0;
    max-width: 100%;
    text-align: left;
}

.section-header-left p {
    margin-left: 0;
}

.home-pricing .section-header,
.reviews-section .section-header {
    max-width: 860px;
}

.home-pricing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 340px));
    justify-content: center;
    gap: 28px;
}

.home-pricing .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 58px 28px 34px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, #191919 0%, #101010 100%);
    box-shadow: var(--home-shadow);
    text-align: left;
}

.home-pricing .pricing-card.featured {
    position: relative;
    transform: translateY(-12px);
    border-color: rgba(229, 9, 20, 0.5);
    background:
        radial-gradient(circle at top right, rgba(229, 9, 20, 0.22), transparent 34%),
        linear-gradient(180deg, #241113 0%, #14090a 100%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(229, 9, 20, 0.18);
}

.homepage .home-pricing .pricing-card.featured::before {
    display: none;
}

.home-pricing .pricing-badge {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.28);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-pricing .pricing-card h3 {
    margin: 4px 0 16px;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.45;
    min-height: 3.2em;
}

.home-pricing .pricing-card.featured h3 {
    margin-top: 4px;
}

.home-pricing .pricing-duration {
    margin-top: 12px;
}

.home-pricing .pricing-duration {
    margin-bottom: 14px;
    color: var(--home-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    opacity: 0.92;
}

.home-pricing .pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 14px;
    color: #ffffff;
    min-height: 4.6rem;
}

.home-pricing .pricing-price .old-price {
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(229, 9, 20, 0.75);
    white-space: nowrap;
}

.home-pricing .pricing-price .amount {
    font-family: var(--font-body);
    font-size: 3.4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.home-pricing .pricing-price .currency {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
}

.home-pricing .pricing-note {
    margin-bottom: 22px;
    color: #d1d5db;
    font-size: 0.96rem;
    line-height: 1.7;
    min-height: 66px;
}

.home-pricing .pricing-card.featured .pricing-note {
    color: #f3f4f6;
}

.home-pricing .pricing-card.featured .pricing-price .old-price {
    color: rgba(255, 255, 255, 0.7);
    text-decoration-color: rgba(255, 79, 92, 0.95);
}

.home-pricing .pricing-features {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
    text-align: left;
}

.home-pricing .pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #f3f4f6;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.home-pricing .pricing-features li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.home-pricing .pricing-features i {
    margin-top: 3px;
    color: var(--home-accent);
}

.home-pricing .pricing-card .btn {
    margin-top: auto;
    width: 100%;
}

.home-pricing .pricing-card .btn-outline {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.home-pricing .pricing-card .btn-outline:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}

.home-pricing .pricing-card.featured .btn-primary {
    background: linear-gradient(135deg, #ff1f2d 0%, #c90914 100%);
    box-shadow: 0 18px 38px rgba(229, 9, 20, 0.36);
}

.home-pricing .pricing-card.featured .btn-primary:hover {
    box-shadow: 0 20px 42px rgba(229, 9, 20, 0.45);
}

.app-section,
.reviews-section,
.download-section {
    position: relative;
}

#fonctionnement {
    background:
        radial-gradient(circle at top center, rgba(229, 9, 20, 0.08), transparent 28%),
        linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
}

#fonctionnement .section-header h2 {
    color: #ffffff;
}

#fonctionnement .section-header p {
    color: rgba(255, 255, 255, 0.72);
}

#fonctionnement .steps-grid {
    gap: 30px;
}

#fonctionnement .steps-grid::before {
    top: 54px;
    left: calc(16.66% + 60px);
    right: calc(16.66% + 60px);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(229, 9, 20, 0.12) 0%,
        rgba(229, 9, 20, 0.7) 50%,
        rgba(229, 9, 20, 0.12) 100%
    );
    opacity: 1;
}

#fonctionnement .step-card {
    padding: 34px 28px 30px;
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

#fonctionnement .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(229, 9, 20, 0) 0%,
        rgba(229, 9, 20, 0.85) 50%,
        rgba(229, 9, 20, 0) 100%
    );
}

#fonctionnement .step-card h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

#fonctionnement .step-card p {
    color: #c6c6c6;
    font-size: 0.98rem;
    line-height: 1.8;
}

#fonctionnement .step-number {
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #e50914 0%, #b20710 100%);
    font-family: var(--font-body);
    font-size: 1.65rem;
    box-shadow:
        0 16px 34px rgba(229, 9, 20, 0.24),
        0 0 0 6px rgba(229, 9, 20, 0.08);
}

.app-grid {
    padding: 12px;
    border-radius: 34px;
}

.app-copy {
    padding: 14px 0;
}

.inline-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.inline-list li {
    position: relative;
    padding: 16px 18px 16px 54px;
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    border: 1px solid var(--home-border);
    border-radius: 18px;
    color: #f1f1f1;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.inline-list li::before {
    content: "\f058";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--home-accent);
}

.review-grid {
    align-items: stretch;
    gap: 26px;
}

.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 32px;
    background:
        linear-gradient(180deg, rgba(28, 28, 28, 0.98) 0%, rgba(16, 16, 16, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    text-align: center;
    overflow: hidden;
}

.review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(229, 9, 20, 0) 0%,
        rgba(229, 9, 20, 0.9) 50%,
        rgba(229, 9, 20, 0) 100%
    );
}

.review-card::after {
    content: "\201C";
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(229, 9, 20, 0.18);
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
}

.review-avatar {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border: 4px solid rgba(229, 9, 20, 0.14);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.review-card .testimonial-stars {
    margin-bottom: 18px;
    color: #f4b400;
    letter-spacing: 0.08em;
}

.review-card .testimonial-text {
    min-height: 126px;
    margin-bottom: 24px;
    color: #d2d2d2;
    font-size: 1rem;
    line-height: 1.85;
    text-wrap: balance;
}

.review-card .testimonial-info h3 {
    font-size: 1.12rem;
    color: #ffffff;
    margin-bottom: 4px;
}

.review-card .testimonial-info span {
    color: #a7a7a7;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.download-section {
    background: transparent;
}

.download-shell {
    position: relative;
    overflow: hidden;
    padding: 56px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(6, 6, 6, 0.98), rgba(18, 8, 9, 0.9)),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/6b41f756-7bd9-4d7c-96a1-f76b5866d0e5.webp")
            center/cover no-repeat;
    box-shadow: var(--home-shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(229, 9, 20, 0.12), transparent 26%),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/image-6-1-1-1.png")
            center/cover no-repeat;
    opacity: 0.16;
}

.download-shell > * {
    position: relative;
    z-index: 1;
}

.download-top {
    max-width: 880px;
    margin: 0 auto;
}

.download-lead {
    max-width: 720px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.75;
}

.download-top,
.download-bottom {
    text-align: center;
}

.download-top h2,
.download-bottom h2,
.download-kicker {
    color: #ffffff;
}

.download-top h2,
.download-bottom h2 {
    font-family: var(--font-body);
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    line-height: 1.1;
    margin-bottom: 16px;
}

.download-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.download-code::before {
    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--home-accent);
}

.download-code:hover {
    transform: translateY(-2px);
    background: rgba(229, 9, 20, 0.12);
    border-color: rgba(229, 9, 20, 0.22);
}

.download-bottom {
    margin-top: 56px;
}

.download-bottom-head {
    max-width: 920px;
    margin: 0 auto 24px;
}

.download-bottom-copy {
    max-width: 760px;
    margin: 0 auto;
}

.download-bottom h2 {
    max-width: 760px;
    margin: 0 auto 14px;
}

.download-bottom-copy p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.75;
}

.download-grid {
    gap: 16px;
    align-items: stretch;
}

.download-visual,
.download-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.028);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-visual {
    align-items: flex-start;
    text-align: left;
}

.download-visual h3 {
    max-width: 420px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    line-height: 1.2;
}

.download-steps {
    display: grid;
    gap: 0;
    width: 100%;
}

.download-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.download-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.download-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.1);
    color: var(--home-accent);
    font-size: 0.9rem;
    font-weight: 800;
}

.download-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
    line-height: 1.6;
}

.download-copy {
    text-align: left;
    align-items: flex-start;
}

.download-kicker {
    font-family: var(--font-body);
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.download-note {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.download-points {
    display: grid;
    gap: 12px;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.download-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
}

.download-points li::before {
    content: "\f00c";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.16);
    color: var(--home-accent);
    font-family: "Font Awesome 6 Free";
    font-size: 0.8rem;
    font-weight: 900;
}

.download-copy .btn {
    align-self: center;
    min-width: 220px;
}

.home-footer {
    background: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-footer .footer-brand,
.home-footer .footer-column {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
}

.home-footer .footer-grid {
    align-items: start;
    gap: 36px;
}

.home-footer .footer-brand p,
.home-footer .footer-links a,
.home-footer .footer-contact a,
.home-footer .footer-contact span,
.home-footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.84);
}

.home-footer .footer-column h4,
.home-footer .footer-brand img + p {
    color: #ffffff;
}

.home-footer .footer-links a:hover,
.home-footer .footer-contact a:hover {
    color: #ffffff;
}

.home-footer .footer-links li,
.home-footer .footer-contact li {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.home-footer .footer-contact i {
    color: var(--home-accent);
}

.home-footer .footer-payment {
    margin-top: 10px;
    padding-bottom: 6px;
}

.home-footer .footer-payment-icons img {
    opacity: 1 !important;
    filter: brightness(1.08) contrast(1.02);
}

.home-footer .footer-bottom {
    margin-top: 30px;
    padding: 26px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1200px) {
    .home-pricing .pricing-grid {
        grid-template-columns: repeat(2, minmax(280px, 340px));
    }
}

@media (max-width: 1024px) {
    .hero-grid,
    .app-grid,
    .download-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hero-home {
        min-height: auto;
        padding: 140px 0 88px;
    }

    .hero-copy,
    .download-copy {
        max-width: 100%;
    }

    .download-copy {
        text-align: center;
        align-items: center;
    }

    .download-visual {
        align-items: center;
        text-align: center;
    }

    .download-visual h3 {
        max-width: 100%;
    }

    .download-bottom-head {
        padding-bottom: 22px;
        margin-bottom: 26px;
    }

    .download-note,
    .download-lead {
        max-width: 100%;
    }

    .carousel-frame,
    .carousel-slide img {
        min-height: 380px;
        height: 380px;
    }

    .home-pricing .pricing-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }

    .home-pricing .pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .hero-home .hero-copy {
        text-align: center;
    }

    .hero-home h1 {
        font-size: clamp(3.1rem, 8.8vw, 3.9rem);
    }

    .hero-home .hero-copy .section-kicker {
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-home .hero-text {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-proof {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-proof-text {
        font-size: 0.96rem;
    }

    .avatar-cluster img {
        width: 48px;
        height: 48px;
    }

    .media-carousel {
        max-width: 420px;
        margin: 0 auto;
    }

    .app-copy,
    .app-copy .section-header-left {
        text-align: center;
    }

    .app-copy .section-header-left {
        margin-left: auto;
        margin-right: auto;
    }

    .app-copy .section-header-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .app-copy .inline-list {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .media-carousel,
    .download-shell,
    .home-footer .footer-brand,
    .home-footer .footer-column {
        border-radius: 24px;
    }

    .media-carousel,
    .download-shell {
        padding: 20px;
    }

    .download-visual,
    .download-copy {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .carousel-frame,
    .carousel-slide img {
        min-height: 300px;
        height: 300px;
    }

    .carousel-slide figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        font-size: 0.88rem;
    }

    .home-pricing .pricing-grid {
        grid-template-columns: 1fr;
    }

    .home-pricing .pricing-card {
        max-width: 420px;
        margin: 0 auto;
    }

    .download-bottom {
        margin-top: 50px;
    }

    .download-bottom-copy p {
        font-size: 0.96rem;
    }

    .download-points li {
        text-align: left;
    }

    .download-copy .btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .hero-home h1 {
        font-size: clamp(2.8rem, 10vw, 3.35rem);
    }

    .hero-proof {
        gap: 10px;
    }

    .hero-proof-text {
        font-size: 0.9rem;
    }

    .avatar-cluster img {
        width: 42px;
        height: 42px;
    }

    .media-carousel {
        max-width: 320px;
        padding: 14px;
    }

    .hero-copy h1 {
        font-size: 2.45rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .carousel-controls {
        gap: 10px;
    }

    .carousel-arrow {
        width: 42px;
        height: 42px;
    }
}
