html {
    margin: 0;
    padding: 0;
}

:root {
    --font-body: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-heading: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --color-background: #f7f7fb;
    --color-foreground: #111827;
    --color-surface: #ffffff;
    --color-primary: #6c63ff;
    --color-secondary: #1f2937;
    --color-accent: #ffb347;
}

body {
    font-family: var(--font-body);
    color: var(--color-foreground);
    background-color: var(--color-background);
    margin: 0;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

.site-navbar {
    backdrop-filter: blur(12px);
}

.icon {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.glass-badge {
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge {
    padding: 0.4rem 0.95rem;
}

.hero-badge-flag {
    font-size: 1.45rem;
    line-height: 1;
}

.hero-badge-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.shadow-glow {
    box-shadow: 0 20px 45px rgba(255, 122, 69, 0.32);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadow-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 65px rgba(255, 122, 69, 0.38);
}

.text-gradient {
    background: linear-gradient(135deg, #ff7a45 0%, #ffb347 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-section {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(45, 51, 132, 0.85));
    position: relative;
}

.gradient-subtle {
    background: linear-gradient(180deg, #f7f8fb 0%, #fbf4ff 100%);
}

.bg-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.5rem;
}

.hover-lift {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.hero-overlay::before,
.hero-overlay::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.45;
}

.hero-overlay::before {
    width: 320px;
    height: 320px;
    top: -60px;
    right: 10%;
    background: #ff8a5c;
}

.hero-overlay::after {
    width: 280px;
    height: 280px;
    bottom: -120px;
    left: 5%;
    background: #6c63ff;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFA500' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-dots span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 176, 67, 0.4);
}

.hero-dots span:nth-child(1) { transform: translate(65px, 220px); }
.hero-dots span:nth-child(2) { transform: translate(220px, 560px); }
.hero-dots span:nth-child(3) { transform: translate(340px, 140px); }
.hero-dots span:nth-child(4) { transform: translate(90px, 110px); }
.hero-dots span:nth-child(5) { transform: translate(280px, 320px); }
.hero-dots span:nth-child(6) { transform: translate(120px, 430px); }
.hero-dots span:nth-child(7) { transform: translate(330px, 480px); }
.hero-dots span:nth-child(8) { transform: translate(50px, 520px); }
.hero-dots span:nth-child(9) { transform: translate(380px, 80px); }
.hero-dots span:nth-child(10) { transform: translate(420px, 260px); }
.hero-dots span:nth-child(11) { transform: translate(160px, 540px); }
.hero-dots span:nth-child(12) { transform: translate(60px, 180px); }
.hero-dots span:nth-child(13) { transform: translate(260px, 80px); }
.hero-dots span:nth-child(14) { transform: translate(200px, 360px); }
.hero-dots span:nth-child(15) { transform: translate(20px, 300px); }

.hero-grid {
    row-gap: 3rem;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.75rem);
    line-height: 1.05;
    max-width: 14ch;
}

.hero-subtitle {
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    max-width: 38ch;
    line-height: 1.6;
}

.text-white-soft {
    color: rgba(255, 255, 255, 0.86) !important;
}

.text-foreground {
    color: var(--color-foreground) !important;
}

.hero-actions {
    margin-bottom: 1.5rem;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    height: 3.4rem;
    padding: 0 2.5rem;
    border-radius: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    border: none;
    box-shadow: none;
}

.btn-hero svg {
    width: 1.1rem;
    height: 1.1rem;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #ffb347 100%);
    color: #fff;
    box-shadow: 0 24px 45px rgba(255, 122, 69, 0.32);
}

.btn-hero-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 34px 60px rgba(255, 122, 69, 0.4);
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
}

.btn-hero-outline:hover {
    background: #fff;
    color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.22);
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.hero-highlights span {
    background: rgba(255, 255, 255, 0.07);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.hero-highlights .hero-check {
    margin-right: 0.35rem;
}

.hero-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: rgba(60, 214, 155, 0.25);
    color: #3cd69b;
    font-weight: 700;
    font-size: 0.95rem;
}

.shadow-2xl {
    box-shadow: 0 50px 90px rgba(15, 23, 42, 0.35);
}

.badge-soft-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.18);
    color: #5f52ff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.12);
    color: #6c63ff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    color: var(--color-foreground);
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 15%, rgba(108, 99, 255, 0.15), transparent 45%);
    pointer-events: none;
}

.hero-visual-wrapper {
    position: relative;
}

.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.5), transparent 60%);
}

.floating-card {
    position: absolute;
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.85rem 1.1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    animation: floating-card-motion 6s ease-in-out infinite;
}

.floating-card-top {
    top: -32px;
    left: -20px;
}

.floating-card-bottom {
    bottom: -32px;
    right: -12px;
    animation-delay: 1.5s;
}

@keyframes floating-card-motion {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}

.timeline {
    display: block;
}

.timeline-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: flex-start;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.metric-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.stat-card .icon-circle,
.tech-card .tech-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
}

.stats-grid .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: rgba(108, 92, 255, 0.12);
    color: #6c63ff;
    display: grid;
    place-items: center;
    margin-bottom: 0.5rem;
}

.stats-grid .text-muted {
    color: #5b6473!important;
}

.stats-grid {
    row-gap: 1rem !important;
}

.stats-grid .bg-card {
    padding: 2.2rem 2rem;
}

.stats-grid .icon-circle svg {
    width: 28px;
    height: 28px;
}

.stat-card .icon-circle {
    background: rgba(255, 122, 69, 0.12);
    color: #ff7a45;
}

.stats-section {
    padding: 1.8rem 0;
}

.stats-section .bg-card {
    padding: 1.4rem;
}

.stats-section .icon-circle {
    width: 42px;
    height: 42px;
}

.stats-section .text-gradient {
    font-size: clamp(2.1rem, 2.5vw, 2.6rem);
}

.stats-section p {
    margin-top: 0.4rem;
    font-size: 0.9rem;
}

.stat-card .icon-circle svg,
.timeline-icon svg,
.tech-icon svg,
.pricing-card .icon svg {
    width: 24px;
    height: 24px;
}

.icon-btn svg {
    width: 18px;
    height: 18px;
}

.timeline-wrapper {
    position: relative;
    padding: 2rem 0;
}

.timeline-wrapper.compact .timeline-entry {
    padding: 1rem 1.2rem;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 122, 69, 0.6), rgba(108, 99, 255, 0.6));
    transform: translateX(-50%);
}

.timeline-entry {
    position: relative;
    width: 50%;
    padding: 1.2rem 1.6rem;
}

.timeline-entry.left {
    margin-left: 0;
    text-align: right;
}

.timeline-entry.right {
    margin-left: 50%;
}

.timeline-entry.left .timeline-content {
    margin-left: auto;
}

.timeline-badge {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #6c63ff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.timeline-content {
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.2rem;
}

.timeline-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(108, 99, 255, 0.12);
    color: #6c63ff;
    font-size: 1.05rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
}

.audience-tabs .nav-link {
    background: transparent;
    border-radius: 999px;
    padding: 0.65rem 1.6rem;
    font-weight: 600;
    color: #64748b;
}

.audience-tabs .nav-link.active {
    background: #1f2937;
    color: #fff;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
}

.audience-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    border-radius: 1.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 1.5rem;
}

.audience-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.audience-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(108, 99, 255, 0.12);
    color: #6c63ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.audience-icon svg {
    width: 22px;
    height: 22px;
}

.audience-card h6 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.audience-card p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.technology-section {
    background: linear-gradient(135deg, #111f3b, #253a85);
}

.tech-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tech-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffd166;
    font-size: 1.4rem;
}

.code-snippet {
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.code-snippet pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.testimonial-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.pricing-section {
    padding: 5rem 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
    max-width: 1024px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
    padding: clamp(1.1rem, 2vw, 1.4rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 176, 67, 0.12), rgba(108, 99, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.14);
    border-color: rgba(108, 99, 255, 0.3);
}

.pricing-card:hover::after {
    opacity: 1;
}

.pricing-card.featured {
    border-color: rgba(108, 99, 255, 0.45);
    box-shadow: 0 35px 80px rgba(108, 99, 255, 0.2);
}

.pricing-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
    padding: clamp(1.1rem, 2vw, 1.4rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.85rem;
}

.pricing-page-hero {
    background: radial-gradient(circle at top left, rgba(255, 138, 92, 0.65), transparent 45%),
        radial-gradient(circle at bottom right, rgba(108, 99, 255, 0.7), transparent 45%),
        linear-gradient(135deg, #111f3b 0%, #253a85 45%, #12152d 100%);
    padding: clamp(4rem, 12vw, 6.5rem) 0;
}

.pricing-page-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' opacity='0.2'%3E%3Cpath d='M0 60h120M60 0v120' stroke='%23ffffff' stroke-width='0.5'/%3E%3Ccircle cx='60' cy='60' r='25' stroke='%23ffffff' stroke-width='0.4'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 120px 120px;
    opacity: 0.2;
}

.pricing-page-hero-card {
    border-radius: 1.75rem;
    padding: clamp(2rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
}

.pricing-page-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 60%);
    opacity: 0.3;
}

.pricing-page-hero-card > * {
    position: relative;
    z-index: 1;
}

.pricing-page-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    background: rgba(108, 99, 255, 0.18);
    color: #6c63ff;
}

.pricing-page-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.mini-badge {
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.pricing-partner-logo {
    height: 32px;
    width: auto;
    opacity: 0.85;
}

.partner-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-page-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.pricing-stat-value {
    display: block;
    font-size: 1.65rem;
    font-weight: 700;
}

.pricing-stat-label {
    display: block;
    font-size: 0.85rem;
    opacity: 0.72;
}

.pricing-page-switch {
    background: #fff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.08);
    margin: 0 auto;
    font-weight: 600;
    color: rgba(30, 41, 59, 0.8);
}

.pricing-toggle .active {
    color: #111827;
}

.toggle-pill {
    width: 46px;
    height: 22px;
    border-radius: 999px;
    background: #6c63ff;
    position: relative;
}

.toggle-dot {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.toggle-badge {
    font-size: 0.8rem;
    color: #16a34a;
    background: rgba(22, 163, 74, 0.12);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
}

.pricing-summary {
    line-height: 1.5;
}

.pricing-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    flex-shrink: 0;
}

.xsmall {
    font-size: 0.75rem;
}

.pricing-benefits-section {
    background: #fff;
}

.pricing-benefit-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.25rem;
}

.benefit-icon.icon-primary {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
}

.benefit-icon.icon-accent {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.benefit-icon.icon-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.pricing-comparison-section {
    background: var(--color-background);
}

.pricing-legend {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 0.85rem;
    color: rgba(30, 41, 59, 0.7);
}

.legend-dot {
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.35rem;
}

.legend-dot-full {
    background: #16a34a;
}

.legend-dot-limit {
    background: #fb923c;
}

.legend-dot-missing {
    background: #ef4444;
}

.pricing-compare-table {
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.pricing-compare-table thead th {
    background: rgba(108, 99, 255, 0.08);
    font-weight: 600;
    vertical-align: middle;
}

.pricing-compare-table tbody tr:nth-child(even) {
    background: rgba(148, 163, 184, 0.08);
}

.included-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.excluded-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

.included-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    font-size: 0.8rem;
    font-weight: 600;
}

.limit-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-addons-section {
    background: #fff;
}

.addon-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 1.8rem;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.addon-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
}

.addon-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    color: #fff;
}

.addon-icon.icon-primary {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
}

.addon-icon.icon-accent {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.addon-icon.icon-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.addon-icon.icon-dark {
    background: linear-gradient(135deg, #0f172a, #1f2937);
}

.addon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem;
    display: grid;
    gap: 0.55rem;
    color: rgba(30, 41, 59, 0.8);
    font-weight: 500;
}

.pricing-faq-section {
    background: var(--color-background);
}

.pricing-faq .accordion-button {
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    font-weight: 600;
    color: rgba(30, 41, 59, 0.85);
}

.pricing-faq .accordion-button:not(.collapsed) {
    background: rgba(108, 99, 255, 0.12);
    color: #111827;
}

.pricing-faq .accordion-item {
    border: none;
    margin-bottom: 0.85rem;
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pricing-faq .accordion-body {
    color: rgba(30, 41, 59, 0.72);
    line-height: 1.6;
}

.pricing-cta-section {
    background: #ffffff;
}

.pricing-legend span {
    display: inline-flex;
    align-items: center;
}

.pricing-page-hero-icon svg,
.pricing-check svg,
.included-icon svg,
.excluded-icon svg,
.addon-icon svg,
.benefit-icon svg {
    width: 1.1rem;
    height: 1.1rem;
}

@media (max-width: 991.98px) {
    .pricing-page-hero-card {
        margin-top: 2rem;
    }

    .pricing-page-hero-stats {
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-toggle {
        font-size: 0.9rem;
    }

    .pricing-page-hero {
        padding: 3.5rem 0;
    }

    .pricing-benefit-card,
    .addon-card {
        padding: 1.6rem;
    }

    .pricing-compare-table {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .pricing-page-hero-stats {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-toggle {
        gap: 0.85rem;
    }

    .pricing-legend {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
}

.pricing-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    box-shadow: 0 16px 35px rgba(108, 99, 255, 0.25);
}

.pricing-card-header {
    margin-top: 0.8rem;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    flex-wrap: nowrap;
}

.pricing-summary {
    font-size: 0.9rem;
    color: rgba(71, 85, 105, 0.85);
}

.pricing-amount {
    font-size: clamp(1.4rem, 3vw, 1.4rem);
    font-weight: 700;
    color: #1f2937;
    white-space: nowrap;
}

.pricing-period {
    font-size: 0.95rem;
    color: rgba(71, 85, 105, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.pricing-features {
    display: grid;
    gap: 0.75rem;
    font-size: 0.92rem;
    color: rgba(30, 41, 59, 0.82);
}

.pricing-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    flex-shrink: 0;
}

.pricing-check svg {
    width: 0.9rem;
    height: 0.9rem;
}

.pricing-card-header,
.pricing-price,
.pricing-summary {
    position: relative;
    z-index: 1;
}

.pricing-cta {
    font-weight: 600;
    border-radius: 0.9rem;
    padding: 0.75rem 1.2rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-top: auto;
}

.pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(108, 99, 255, 0.2);
}

.pricing-guarantees {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
}

.pricing-guarantees span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-empty .alert {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 2.5rem;
}

.cta-section {
    position: relative;
    background: #ffffff;
}

.cta-overlay-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 L75 25 L100 0 L100 50 L75 75 L100 100 L50 100 L25 75 L0 100 L0 50 L25 25 L0 0 Z' fill='%23FF6B35' fill-opacity='0.4'/%3E%3C/svg%3E");
    background-size: 100px 100px;
}

.cta-banner {
    background: transparent;
    padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.cta-heading {
    font-size: clamp(2.3rem, 5vw, 3.5rem);
    color: var(--color-foreground);
}

.cta-lead {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(30, 41, 59, 0.7);
}

.cta-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 5vw, 3rem);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
    max-width: 720px;
}

.cta-input {
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    height: 3.1rem;
    font-size: 1rem;
}

.cta-input:focus {
    border-color: rgba(108, 99, 255, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.15);
}

.cta-submit-btn {
    height: 3.1rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, var(--color-primary), #8b5cf6);
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-submit-btn svg {
    width: 1.1rem;
    height: 1.1rem;
}

.cta-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 55px rgba(108, 99, 255, 0.3);
    color: #ffffff;
}

.cta-guarantees {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.cta-guarantees .text-success {
    font-size: 1.1rem;
}

.cta-guarantees span {
    color: rgba(30, 41, 59, 0.7);
    font-size: 0.95rem;
}

.site-footer {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: rgba(226, 232, 240, 0.85);
    padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
    overflow: hidden;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0 L90 30 L120 0 L120 60 L90 90 L120 120 L60 120 L30 90 L0 120 L0 60 L30 30 L0 0 Z' fill='%23FF6B35' fill-opacity='0.45'/%3E%3C/svg%3E");
    background-size: 120px 120px;
    pointer-events: none;
}

.footer-brand {
    max-width: 320px;
}

.footer-brand-title {
    font-size: clamp(1.6rem, 4vw, 2rem);
}

.footer-text {
    color: rgba(226, 232, 240, 0.65);
    line-height: 1.7;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(226, 232, 240, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(148, 163, 184, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.footer-social-btn:hover {
    background: rgba(108, 99, 255, 0.22);
    border-color: rgba(108, 99, 255, 0.6);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.28);
    transform: translateY(-3px);
}

.footer-heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: #f8fafc;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.footer-links a {
    color: rgba(226, 232, 240, 0.65);
    text-decoration: none;
    transition: color 0.25s ease;
}

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

.footer-links li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.footer-follow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: rgba(148, 163, 184, 0.75);
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.footer-follow:hover {
    color: #ffffff;
    border-color: rgba(108, 99, 255, 0.55);
    transform: translateY(-2px);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
    color: rgba(226, 232, 240, 0.75);
    font-size: 0.95rem;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: rgba(148, 163, 184, 0.85);
    margin-right: 0.6rem;
}

.footer-auth-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
    font-size: 0.95rem;
}

.footer-auth-links a {
    color: rgba(226, 232, 240, 0.75);
    transition: color 0.25s ease;
}

.footer-auth-links a:hover {
    color: #ffffff;
}

.footer-divider {
    margin: 2.5rem 0 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.footer-bottom {
    text-align: center;
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.9rem;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: none;
}

.footer-groups {
    display: grid;
    gap: 1.5rem;
}

.footer-group ul {
    margin: 0;
}

@media (max-width: 767.98px) {
    .cta-card {
        padding: 1.75rem;
    }

    .cta-submit-btn {
        font-size: 1rem;
    }

    .footer-social {
        gap: 0.6rem;
    }

    .footer-links {
        gap: 0.35rem;
    }
}
.security-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.security-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.security-check {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.18);
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.security-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.security-card:hover {
    transform: translateY(-8px);
    border-color: rgba(108, 99, 255, 0.35);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.security-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #fff;
}

.security-icon svg {
    width: 24px;
    height: 24px;
}

.security-icon.icon-primary {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
}

.security-icon.icon-accent {
    background: linear-gradient(135deg, #f97316, #fbbf24);
}

.security-icon.icon-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.security-icon.icon-warning {
    background: linear-gradient(135deg, #facc15, #f97316);
    color: #1f2937;
}

@media (max-width: 767.98px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .pricing-card {
        padding: 1.6rem;
    }

    .cta-banner {
        padding: 2rem;
    }

    .cta-guarantees {
        gap: 0.75rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .pricing-guarantees {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.site-footer .text-gradient {
    background: linear-gradient(135deg, #ff9a44 0%, #fc6076 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 991.98px) {

    .timeline-line {
        display: none;
    }

    .timeline-entry {
        width: 100%;
        margin-left: 0 !important;
        text-align: left !important;
        padding: 1rem 0;
    }

    .timeline-badge {
        position: static;
        transform: none;
        margin-bottom: 1rem;
    }

    .timeline-content {
        margin: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .floating-card {
        display: none;
    }
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    height: 4rem;
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.nav-logo-text {
    font-size: 1.65rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff6b35, #ffb347);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.8);
    color: var(--color-foreground);
    transition: background 0.3s ease, transform 0.3s ease;
}

.nav-toggle:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.nav-toggle svg {
    width: 1.45rem;
    height: 1.45rem;
}

.nav-toggle .icon-close {
    display: none;
}

.nav-toggle.is-open .icon-menu {
    display: none;
}

.nav-toggle.is-open .icon-close {
    display: block;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 2.5rem;
}

.nav-desktop-links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.nav-dropdown-toggle:focus-visible {
    outline: 2px solid rgba(255, 107, 53, 0.35);
    outline-offset: 4px;
}

.nav-dropdown-caret {
    width: 0.85rem;
    height: 0.85rem;
    transition: transform 0.25s ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    transform: translate(-50%, -6px) scale(0.96);
    transform-origin: top center;
    min-width: 14rem;
    padding: 0.6rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
    z-index: 1200;
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background: inherit;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.nav-dropdown.is-open .nav-dropdown-caret {
    transform: rotate(180deg);
}

.nav-dropdown-item {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    font-weight: 500;
    color: rgba(30, 41, 59, 0.86);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown-item:hover {
    background: rgba(255, 107, 53, 0.12);
    color: #ff6b35;
}

.nav-dropdown-divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
    margin: 0.35rem -0.1rem 0.4rem;
}

.nav-dropdown-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #ff6b35, #ff9a44);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 18px 40px rgba(255, 107, 53, 0.28);
    font-size: 0.9rem;
    white-space: nowrap;
}

.nav-dropdown-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(255, 107, 53, 0.32);
}

.nav-dropdown-cta-icon {
    font-size: 0.95rem;
}

.floating-app-btn {
    position: fixed;
    right: 1.75rem;
    bottom: 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #6c63ff 0%, #ff6b35 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.25);
    z-index: 1500;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    border: none;
    cursor: pointer;
}

.floating-app-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(111, 82, 255, 0.38);
}

.floating-app-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 3px;
}

.floating-app-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
}

.floating-app-icon svg {
    width: 1.1rem;
    height: 1.1rem;
}

.floating-app-label {
    white-space: nowrap;
}

body.nav-open .floating-app-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

@media (max-width: 767.98px) {
    .floating-app-btn {
        right: 1.25rem;
        bottom: 1rem;
        padding: 0.6rem 1.1rem;
        font-size: 0.85rem;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
    }

    .floating-app-icon {
        width: 1.6rem;
        height: 1.6rem;
    }
}

@media (max-width: 575.98px) {
    .floating-app-btn {
        right: 2rem;
        bottom: 0.9rem;
    }
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(26, 32, 44, 0.82);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.98rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

.nav-link svg {
    width: 1.05rem;
    height: 1.05rem;
}

.nav-link:hover {
    color: #ff6b35;
    transform: translateY(-1px);
}

.nav-desktop-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn-ghost,
.btn-solid,
.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    height: 2.6rem;
    padding: 0 1.4rem;
    border-radius: 0.85rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-ghost {
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: rgba(26, 32, 44, 0.9);
    background: rgba(255, 255, 255, 0.85);
}

.btn-ghost:hover,
.btn-ghost.is-active {
    background: rgba(255, 107, 53, 0.12);
    border-color: rgba(255, 107, 53, 0.4);
    color: #ff6b35;
    transform: translateY(-1px);
}

.btn-solid {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
    color: #fff;
    border: none;
    box-shadow: 0 16px 35px rgba(108, 99, 255, 0.24);
}

.btn-solid:hover,
.btn-solid.is-active {
    transform: translateY(-1px);
    box-shadow: 0 24px 45px rgba(108, 99, 255, 0.32);
}

.btn-circle {
    width: 2.8rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.85);
    color: rgba(26, 32, 44, 0.8);
}

.btn-circle:hover {
    background: rgba(255, 107, 53, 0.12);
    border-color: rgba(255, 107, 53, 0.35);
    color: #ff6b35;
    transform: translateY(-1px);
}

.btn-circle svg {
    width: 1.2rem;
    height: 1.2rem;
}

.nav-mobile {
    position: fixed;
    /* inset: 0; */
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    padding: 6rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.nav-mobile.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.nav-mobile .nav-link {
    font-size: 1.05rem;
    color: rgba(26, 32, 44, 0.92);
}

.nav-mobile .nav-link:hover {
    transform: translateX(6px);
}

.nav-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .nav-toggle {
        display: none;
    }

    .nav-desktop {
        display: flex;
    }

    .nav-mobile {
        display: none;
    }
}

@media (min-width: 576px) {
    .hero-highlights {
        flex-wrap: nowrap;
    }

    .hero-actions {
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .hero-section .container {
        min-height: auto !important;
        padding-top: 1.75rem;
        padding-bottom: 2.25rem;
        align-items: flex-start !important;
    }

    .hero-visual-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }

    .hero-image {
        max-width: 85%;
        border-radius: 1.25rem;
    }

    .floating-card {
        display: none;
    }

    .hero-title {
        font-size: clamp(2rem, 5vw, 3.5rem);
        line-height: 1.1;
        max-width: 10ch;
    }
}

.process-section {
    background: var(--color-background);
}

.process-timeline {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 107, 53, 0.6), rgba(108, 99, 255, 0.6));
}

.process-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.process-item:last-child {
    margin-bottom: 0;
}

.process-item.reverse {
    flex-direction: row-reverse;
    text-align: left;
}

.process-marker {
    position: relative;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 4px solid var(--color-background);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-circle svg {
    width: 32px;
    height: 32px;
}

.process-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color-primary);
    left: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.process-circle-1 { color: #6c63ff; }
.process-circle-2 { color: #ff7a45; }
.process-circle-3 { color: #1f9254; }
.process-circle-4 { color: #ffb347; }
.process-circle-5 { color: #667eea; }

.process-card {
    flex: 1;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.process-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    border-color: rgba(108, 99, 255, 0.28);
}

.process-number {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(73, 80, 87, 0.3);
}

.process-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .process-timeline::before {
        left: 24px;
    }

    .process-item,
    .process-item.reverse {
        flex-direction: row;
        gap: 1rem;
    }

    .process-marker {
        width: 60px;
    }

    .process-circle {
        width: 56px;
        height: 56px;
    }

    .process-card {
        padding: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .process-timeline::before {
        display: none;
    }

    .process-item,
    .process-item.reverse {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-marker {
        flex-direction: row;
        gap: 0.75rem;
    }

    .process-dot {
        display: none;
    }

    .process-card {
        width: 100%;
    }
}

.testimonials-section {
    background: var(--color-background);
}

.testimonial-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    border-color: rgba(15, 23, 42, 0.08) !important;
    background: var(--color-surface);
}

.testimonial-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 34px 70px rgba(15, 23, 42, 0.14);
    border-color: rgba(108, 99, 255, 0.2) !important;
}

.testimonial-rating {
    display: inline-flex;
    gap: 0.25rem;
}

.testimonial-rating .icon-star {
    width: 20px;
    height: 20px;
    color: #fdbc64;
    fill: rgba(253, 188, 100, 0.4);
}

.testimonial-quote {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(31, 41, 55, 0.86);
    padding: 0 0.6rem;
}

.quote-mark {
    position: absolute;
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: rgba(255, 179, 71, 0.18);
    font-family: 'Playfair Display', serif;
}

.quote-mark-start {
    top: -1.6rem;
    left: -0.2rem;
}

.quote-mark-end {
    bottom: -1.8rem;
    right: 0.2rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 2px solid rgba(108, 99, 255, 0.25);
}

.testimonial-author .fw-bold {
    font-size: 1rem;
}

.testimonial-author .text-muted {
    font-size: 0.95rem;
}

.testimonials-grid {
    align-items: stretch;
    row-gap: 1.5rem;
}

@media (max-width: 767.98px) {
    .testimonial-card {
        padding: 1.5rem !important;
    }
}


.about-hero {
    background: radial-gradient(circle at top left, rgba(255, 138, 92, 0.65), transparent 45%),
        radial-gradient(circle at bottom right, rgba(108, 99, 255, 0.7), transparent 45%),
        linear-gradient(135deg, #111f3b 0%, #253a85 45%, #12152d 100%);
    padding: clamp(4.5rem, 12vw, 7rem) 0;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' opacity='0.18'%3E%3Cpath d='M0 70h140M70 0v140' stroke='%23ffffff' stroke-width='0.6'/%3E%3Ccircle cx='70' cy='70' r='30' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 140px 140px;
    opacity: 0.25;
}

.about-hero-card {
    border-radius: 1.75rem;
    padding: clamp(1.6rem, 4vw, 2rem);
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
}

.about-hero-image {
    width: 100%;
    height: clamp(260px, 38vw, 340px);
    object-fit: cover;
    margin-bottom: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.about-hero-card-body {
    position: relative;
    z-index: 1;
    color: rgba(17, 24, 39, 0.92);
    background: #fff;
    border-radius: 1.4rem;
    padding: 1.5rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

.about-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.about-hero-metrics .metric-value {
    display: block;
    font-size: clamp(1.6rem, 3vw, 1.9rem);
    font-weight: 700;
}

.about-hero-metrics .metric-label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.75;
}

.about-story-card {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: clamp(2rem, 5vw, 2.6rem);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.about-story-highlights {
    display: grid;
    gap: 1.1rem 1.4rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.highlight-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(108, 99, 255, 0.9);
    font-weight: 700;
}

.about-mission-grid {
    display: grid;
    gap: 1.2rem;
}

.about-mission-card {
    border-radius: 1.4rem;
    padding: 1.6rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.mission-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0.85rem;
}

.mission-icon.icon-primary {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
}

.mission-icon.icon-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.mission-icon.icon-accent {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.about-values-section {
    background: #f8f9fb;
}

.value-card {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 1.8rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.value-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.2rem;
}

.value-icon.icon-primary {
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
}

.value-icon.icon-accent {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.value-icon.icon-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.value-icon.icon-dark {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.about-impact-section {
    background: #ffffff;
}

.impact-card {
    background: #fff;
    border-radius: 1.6rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: clamp(2.2rem, 4vw, 2.8rem);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
    height: 100%;
}

.impact-grid {
    display: grid;
    gap: 1.4rem;
}

.impact-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: rgba(108, 99, 255, 0.85);
}

.impact-visual {
    position: relative;
    border-radius: 2rem;
    padding: 3rem;
    overflow: hidden;
    min-height: 260px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(255, 122, 69, 0.12));
}

.impact-layer {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.4;
}

.impact-layer-primary {
    width: 280px;
    height: 280px;
    background: rgba(108, 99, 255, 0.45);
    top: -60px;
    left: -40px;
}

.impact-layer-secondary {
    width: 260px;
    height: 260px;
    background: rgba(255, 122, 69, 0.45);
    bottom: -80px;
    right: -30px;
}

.impact-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: rgba(17, 24, 39, 0.9);
}

.impact-content > div {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 1.25rem;
    padding: 1.2rem 1.4rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.impact-content .metric-value {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}

.impact-content .metric-label {
    font-size: 0.9rem;
    opacity: 0.75;
}

.about-roadmap-section {
    background: var(--color-background);
}

.roadmap-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.roadmap-card {
    background: #ffffff;
    border-radius: 1.6rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 1.8rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.roadmap-step {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.12);
    color: #6c63ff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.roadmap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.55rem;
    color: rgba(30, 41, 59, 0.75);
}

.roadmap-list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(108, 99, 255, 0.6);
    margin-right: 0.5rem;
    vertical-align: middle;
}

.about-partners-section {
    background: #ffffff;
}

.partner-card {
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 1.6rem;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.partner-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: rgba(108, 99, 255, 0.12);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.partner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-initials {
    font-weight: 700;
    color: #6c63ff;
}

.about-cta-section {
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .about-story-card {
        margin-bottom: 1.5rem;
    }

    .impact-visual {
        margin-top: 1.5rem;
        padding: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        padding: 3.5rem 0;
    }

    .about-hero-metrics {
        gap: 1rem;
    }

    .about-story-card,
    .about-mission-card,
    .value-card,
    .impact-card,
    .roadmap-card,
    .partner-card {
        padding: 1.5rem;
    }

    .about-story-highlights {
        gap: 1rem;
    }

    .impact-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .impact-content > div {
        padding: 1rem;
    }
}

@media (max-width: 575.98px) {
    .about-hero-metrics {
        flex-direction: column;
        align-items: flex-start;
    }

    .impact-visual {
        padding: 2rem;
    }

    .about-hero-image {
        height: 220px;
    }

    .impact-content {
        grid-template-columns: 1fr;
    }
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(108, 99, 255, 0.12);
    color: #111827;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.support-badge-icon {
    font-size: 1.1rem;
}

.support-channels {
    display: grid;
    gap: 0.6rem;
    margin-bottom: 1.2rem;
}

.support-channels div {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    color: rgba(17, 24, 39, 0.85);
}

.support-channel-icon {
    font-size: 1.1rem;
}

.support-guarantees {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
    color: rgba(30, 41, 59, 0.7);
}

.support-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.support-avatars {
    display: inline-flex;
    align-items: center;
}

.support-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c63ff, #8b5cf6);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 12px 25px rgba(108, 99, 255, 0.25);
    margin-right: -10px;
    border: 2px solid #fff;
}

.support-avatar:nth-child(2) {
    background: linear-gradient(135deg, #ff7a45, #ffb347);
}

.support-avatar:nth-child(3) {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.support-prolabel {
    display: block;
    font-size: 0.85rem;
    color: rgba(71, 85, 105, 0.75);
}

@media (max-width: 575.98px) {
    .support-proof {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .support-avatars {
        margin-bottom: 0.25rem;
    }
}

.pricing-compare-table tbody td:first-child,
.pricing-compare-table thead th:first-child {
    padding-left: 1.5rem;
}

.support-proof .fw-semibold {
    color: rgba(108, 99, 255, 0.85);
}

.benefit-icon.icon-dark {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.services-section {
    background: #ffffff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.service-card {
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 1.8rem;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.12);
}

.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(255, 122, 69, 0.12));
    color: #6c63ff;
}

.service-icon svg {
    width: 24px;
    height: 24px;
}

.tech-section {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 176, 67, 0.18), transparent 45%),
        radial-gradient(circle at bottom right, rgba(108, 99, 255, 0.22), transparent 50%),
        linear-gradient(135deg, #111f2f 0%, #1e2a53 100%);
    color: #fff;
}

.tech-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 176, 67, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 176, 67, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.12;
    pointer-events: none;
}

.tech-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.6;
    pointer-events: none;
}

.tech-blur-primary {
    top: 20%;
    left: 8%;
    width: 220px;
    height: 220px;
    background: rgba(108, 99, 255, 0.35);
}

.tech-blur-secondary {
    bottom: 15%;
    right: 10%;
    width: 320px;
    height: 320px;
    background: rgba(255, 176, 67, 0.38);
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.6rem;
}

.tech-card {
    position: relative;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    align-items: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.tech-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 176, 67, 0.12);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.tech-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 176, 67, 0.45);
}

.tech-card:hover::after {
    opacity: 1;
}

.tech-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 176, 67, 0.12);
    color: #ffb347;
}

.tech-icon.icon-brain {
    background: rgba(108, 99, 255, 0.2);
    color: #a598ff;
}

.tech-icon svg {
    width: 28px;
    height: 28px;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.badge-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.tech-code-block {
    margin-top: 3rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    padding: 1.6rem 2rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
    color: rgba(255, 255, 255, 0.8);
}

.tech-code-block pre {
    margin: 0;
}

.tech-code-block code {
    display: block;
    font-size: 0.9rem;
    line-height: 1.7;
}

.code-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.actors-section {
    position: relative;
    background: linear-gradient(160deg, #f8f5ff 0%, #ecf3ff 50%, #fff 100%);
    overflow: hidden;
}

.actors-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 114, 182, 0.08) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.6;
    pointer-events: none;
}

.actors-section .container {
    position: relative;
    z-index: 1;
}

.actors-section .badge.section-eyebrow {
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.actors-section h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
}

.actors-section p.text-muted {
    color: #64748b !important;
}

.actors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 2.25rem);
}

.actor-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: clamp(1.4rem, 3vw, 1.9rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.actor-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(244, 114, 182, 0.12));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.actor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 70px rgba(79, 70, 229, 0.18);
}

.actor-card:hover::after {
    opacity: 1;
}

.actor-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
    margin-bottom: 1rem;
}

.actor-avatar svg {
    width: 26px;
    height: 26px;
}

.actor-card h3 {
    font-size: 1.05rem;
}

.actor-card p.small {
    color: #94a3b8;
}

@media (max-width: 1199.98px) {
    .actors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .actors-grid {
        grid-template-columns: 1fr;
    }
    .actor-card {
        padding: 1.25rem 1.4rem;
    }
}

.features-hero {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 176, 67, 0.25), transparent 45%),
        radial-gradient(circle at bottom right, rgba(108, 99, 255, 0.28), transparent 55%),
        linear-gradient(135deg, #121f3f 0%, #1e2e60 100%);
    color: #fff;
    padding: clamp(4.5rem, 12vw, 7rem) 0;
}

.features-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 176, 67, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 176, 67, 0.12) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.15;
    pointer-events: none;
}

.features-hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.55;
}

.features-hero-blur-primary {
    top: 15%;
    left: 10%;
    width: 240px;
    height: 240px;
    background: rgba(108, 99, 255, 0.42);
}

.features-hero-blur-secondary {
    bottom: 18%;
    right: 12%;
    width: 320px;
    height: 320px;
    background: rgba(255, 176, 67, 0.35);
}

.features-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.feature-metric-card {
    position: relative;
    border-radius: 1.4rem;
    padding: 1.8rem 1.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    text-align: center;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.16);
}

.feature-metric-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    margin: 0 auto 0.75rem;
    background: rgba(255, 176, 67, 0.16);
    display: grid;
    place-items: center;
    color: #ffb347;
}

.feature-metric-icon svg {
    width: 28px;
    height: 28px;
}

.feature-metric-value {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
}

.feature-metric-label {
    font-size: 0.95rem;
}

.features-blocks-section {
    background: #ffffff;
}

.feature-block {
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-list {
    margin: 0;
    padding-left: 1.3rem;
    display: grid;
    gap: 0.6rem;
    color: rgba(30, 41, 59, 0.75);
}

.feature-list li {
    position: relative;
}

.feature-list li::marker {
    color: #6c63ff;
}

.features-advanced-section {
    background: #f7f7fb;
}

.advanced-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}

.advanced-module-card {
    border-radius: 1.3rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.advanced-module-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(108, 99, 255, 0.15);
    color: #6c63ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.advanced-module-icon svg {
    width: 24px;
    height: 24px;
}

.features-cta-section {
    background: linear-gradient(135deg, rgba(255, 176, 67, 0.12), rgba(108, 99, 255, 0.12));
}

@media (max-width: 767.98px) {
    .features-metrics-grid {
        grid-template-columns: 1fr;
    }

    .feature-block,
    .advanced-module-card {
        padding: 1.6rem;
    }
}

@media (max-width: 575.98px) {
    .feature-metric-card {
        padding: 1.6rem 1.4rem;
    }
}

.advanced-module-icon svg {
    width: 24px;
    height: 24px;
}

.badge-upcoming {
    font-size: 0.55em;
    font-weight: 600;
    color: #f97316;
}

.contact-hero {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 176, 67, 0.25), transparent 45%),
        radial-gradient(circle at bottom right, rgba(108, 99, 255, 0.28), transparent 55%),
        linear-gradient(135deg, #121f3f 0%, #1e2e60 100%);
    color: #fff;
    padding: clamp(4.5rem, 12vw, 7rem) 0;
}

.contact-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 176, 67, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 176, 67, 0.12) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.15;
    pointer-events: none;
}

.contact-hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.55;
    pointer-events: none;
}

.contact-hero-blur-primary {
    top: 15%;
    left: 12%;
    width: 260px;
    height: 260px;
    background: rgba(108, 99, 255, 0.42);
}

.contact-hero-blur-secondary {
    bottom: 18%;
    right: 10%;
    width: 340px;
    height: 340px;
    background: rgba(255, 176, 67, 0.35);
}

.contact-support-cards {
    display: grid;
    gap: 0.75rem;
}

.contact-support-cards div {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.2rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
}

.support-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.support-value {
    font-weight: 600;
    font-size: 1.05rem;
    color: #ffffff;
}

.contact-highlight-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    padding: 2rem;
    display: grid;
    gap: 0.75rem;
}

.contact-highlight-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 176, 67, 0.2);
    color: #ffb347;
    font-size: 0.85rem;
    font-weight: 600;
}

.contact-highlight-value {
    font-size: clamp(2.5rem, 4vw, 3rem);
    font-weight: 700;
}

.contact-info-section {
    background: #fff;
}

.contact-info-card {
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(108, 99, 255, 0.12);
    display: grid;
    place-items: center;
    color: #6c63ff;
    margin-bottom: 0.5rem;
}

.contact-info-icon svg {
    width: 24px;
    height: 24px;
}

.contact-form-section {
    background: #f7f7fb;
}

.contact-form-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.contact-form .form-label {
    font-weight: 600;
    color: rgba(30, 41, 59, 0.75);
}

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.32);
    padding: 0.75rem 1rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: rgba(108, 99, 255, 0.55);
    box-shadow: 0 0 0 0.15rem rgba(108, 99, 255, 0.15);
}

.btn-submit {
    background: linear-gradient(135deg, #6c63ff 0%, #8b5cf6 100%);
    color: #fff;
    border-radius: 0.9rem;
    font-weight: 600;
    padding: 0.85rem 1.2rem;
    box-shadow: 0 18px 45px rgba(108, 99, 255, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 55px rgba(108, 99, 255, 0.4);
}

.contact-side-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
    padding: 2rem;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
    display: grid;
    gap: 1.25rem;
}

.contact-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.contact-side-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: center;
}

.contact-side-icon {
    width: 40px;
    height: 40px;
    border-radius: 35%;
    background: rgba(108, 99, 255, 0.12);
    display: grid;
    place-items: center;
    color: #6c63ff;
}

.contact-side-icon svg {
    width: 20px;
    height: 20px;
}

.contact-faq-section {
    background: #ffffff;
}

.contact-accordion .accordion-item {
    border-radius: 1.1rem;
    border: none;
    margin-bottom: 1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.contact-accordion .accordion-button {
    font-weight: 600;
    padding: 1.1rem 1.3rem;
    border: none;
    background: rgba(108, 99, 255, 0.05);
}

.contact-accordion .accordion-button:not(.collapsed) {
    background: rgba(108, 99, 255, 0.12);
    color: #111827;
}

.contact-accordion .accordion-body {
    padding: 1.2rem 1.3rem;
    color: rgba(30, 41, 59, 0.75);
}

.contact-social-section {
    background: #f7f7fb;
}

.contact-social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.1rem;
}

.contact-social-card {
    border-radius: 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #fff;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-social-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
}

.contact-social-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(108, 99, 255, 0.12);
    display: grid;
    place-items: center;
    color: #6c63ff;
}

.contact-social-icon svg {
    width: 22px;
    height: 22px;
}

.contact-social-label {
    font-weight: 600;
    font-size: 0.95rem;
}

@media (max-width: 991.98px) {
    .contact-support-cards div {
        flex-direction: column;
    }

    .contact-form-card,
    .contact-side-card {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .contact-support-cards {
        gap: 0.6rem;
    }

    .contact-highlight-card {
        margin-top: 1.5rem;
    }

    .contact-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .contact-social-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-card,
    .contact-side-card {
        padding: 1.6rem;
    }

    .contact-support-cards div {
        padding: 0.9rem 1rem;
    }
}

.footer-download .btn {
    border-radius: 999px;
    font-weight: 600;
}

.footer-links a[data-download-trigger] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.compact-card .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

/* --- Boutique --- */

.shop-hero {
    position: relative;
    background: linear-gradient(135deg, #1f2357 0%, #3c2e83 55%, #ff8640 120%);
    color: #fff;
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.shop-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0, transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.12) 0, transparent 55%),
        radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.08) 0, transparent 60%);
    opacity: 0.45;
    pointer-events: none;
}

.shop-hero-blur {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
}

.shop-hero-blur-primary {
    top: -60px;
    left: -20px;
    background: rgba(255, 255, 255, 0.4);
}

.shop-hero-blur-secondary {
    bottom: -120px;
    right: -60px;
    background: rgba(255, 138, 76, 0.45);
}

.shop-hero-badge {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-hero-title {
    font-size: clamp(2.25rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 1.25rem 0;
}

.shop-hero-lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.78);
    max-width: 560px;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 2rem 0 1.5rem;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding: 0.75rem 1.6rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-hero svg {
    width: 18px;
    height: 18px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ffffff 0%, #ffe1cc 100%);
    color: #241c4f;
    box-shadow: 0 20px 45px rgba(25, 18, 53, 0.25);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 55px rgba(25, 18, 53, 0.32);
    color: #1f2357;
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.btn-hero-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px dashed rgba(255, 255, 255, 0.25);
}

.shop-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.shop-hero-stats strong {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}

.shop-hero-visual {
    position: relative;
}

.shop-hero-visual img {
    border-radius: 24px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.shop-hero-card {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    max-width: 260px;
}

.shop-hero-card p {
    font-size: 0.88rem;
    margin-bottom: 0;
    color: #3f3d56;
}

.shop-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.2rem;
    background: #fff;
    border-radius: 22px;
    padding: 1.2rem 1.3rem;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1);
    align-items: center;
    justify-content: space-between;
}

.shop-nav-links,
.shop-nav-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.shop-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 18px;
    border: none;
    color: #1e293b;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.04) 0%, rgba(148, 163, 184, 0.08) 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    text-decoration: none;
}

.shop-nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.15);
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12) 0%, rgba(129, 140, 248, 0.1) 100%);
}

.shop-nav-link.is-active {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 20px 38px rgba(79, 70, 229, 0.35);
}

.shop-nav-icon {
    font-size: 1.05rem;
}

.shop-nav-cta {
    background: linear-gradient(135deg, #ff9770 0%, #ff6b6b 100%);
    color: #fff;
    box-shadow: 0 20px 38px rgba(255, 107, 107, 0.3);
}

.shop-nav-cta:hover {
    color: #fff;
}

.shop-nav-cart {
    background: rgba(79, 70, 229, 0.12);
    color: #4338ca;
}

.shop-filter-bar {
    background: #fff;
    border-radius: 24px;
    padding: clamp(1.5rem, 4vw, 2rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.shop-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.shop-filter-badge {
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.shop-view-controls {
    display: inline-flex;
    gap: 0.5rem;
    background: rgba(79, 70, 229, 0.08);
    border-radius: 999px;
    padding: 0.35rem;
}

.shop-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #4f46e5;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.shop-view-btn svg {
    width: 18px;
    height: 18px;
}

.shop-view-btn.is-active {
    background: #fff;
    color: #4f46e5;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.18);
}

.shop-filter-form .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #475569;
}

.shop-filter-input {
    position: relative;
}

.shop-filter-input svg {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.shop-filter-input .form-control {
    padding-left: 2.75rem;
}

.shop-products-section {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(255, 255, 255, 0.65) 100%);
}

.shop-products-grid {
    position: relative;
}

.shop-card {
    background: #fff;
    border-radius: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 65px rgba(15, 23, 42, 0.18);
}

.shop-card-cover {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin: 1rem 1rem 0;
}

.shop-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.shop-card-placeholder {
    width: 100%;
    height: 200px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f4f4f9 0%, #e9edff 100%);
    color: #8186b1;
}

.shop-card-count {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    gap: 0.3rem;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.75);
    color: #fff;
    font-size: 0.75rem;
}

.shop-card-body {
    padding: 1.2rem 1.45rem 1.35rem;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.shop-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.6rem;
}

.shop-card-category {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.shop-card-price {
    font-weight: 700;
    color: #101828;
}

.shop-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.shop-card-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.6rem;
    color: #f59e0b;
}

.shop-card-rating svg {
    width: 16px;
    height: 16px;
}

.shop-card-rating-count {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

.shop-card-text {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.shop-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.78rem;
}

.shop-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.shop-card-footer {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.shop-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    font-weight: 600;
    min-height: 2.4rem;
}

.shop-card-action svg {
    width: 16px;
    height: 16px;
}

.shop-view-grid .shop-card-image {
    height: 200px;
}

.shop-view-compact .shop-card {
    padding: 0.35rem 0.65rem 0.45rem;
}

.shop-view-compact .shop-card-cover {
    margin: 0.6rem 0.6rem 0;
}

.shop-view-compact .shop-card-image {
    height: 120px;
}

.shop-view-compact .shop-card-text {
    display: none;
}

.shop-view-list .shop-card {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
}

.shop-view-list .shop-card-cover {
    flex: 0 0 clamp(150px, 30%, 200px);
    max-width: clamp(150px, 30%, 200px);
    height: auto;
    margin: 1rem 0 1rem 1rem;
}

.shop-view-list .shop-card-image,
.shop-view-list .shop-card-placeholder {
    height: clamp(160px, 32vw, 230px);
    min-height: 100%;
}

.shop-view-list .shop-card-body {
    padding-right: 1.8rem;
}

.shop-view-list .shop-card-footer {
    margin-top: auto;
}

.shop-empty-state {
    background: #fff;
    border-radius: 24px;
    padding: clamp(2.5rem, 6vw, 3.5rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.shop-empty-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.shop-pagination .page-link {
    border-radius: 999px !important;
    margin: 0 0.35rem;
    padding: 0.55rem 1rem;
    color: #475569;
    border: none;
    background: rgba(148, 163, 184, 0.18);
}

.shop-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.2);
}

.shop-pagination .page-link svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 991.98px) {
    .shop-hero-card {
        position: static;
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .shop-hero {
        padding: 3.25rem 0;
    }
    .shop-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-nav {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-nav-actions {
        width: 100%;
    }
    .shop-view-list .shop-card {
        flex-direction: column;
    }
    .shop-view-list .shop-card-cover {
        margin: 0.75rem 0.75rem 0;
        flex: 0 0 auto;
        width: 100%;
    }
    .shop-view-list .shop-card-body {
        padding: 1.05rem 1.2rem 0.95rem;
    }
}

.shop-hero.shop-hero--mercerie {
    background: linear-gradient(135deg, #102c3c 0%, #0f485a 55%, #68d6ff 120%);
}

.shop-hero.shop-hero--tissus {
    background: linear-gradient(135deg, #0d1b2a 0%, #203a43 55%, #2c5364 120%);
}

.shop-hero.shop-hero--modeles {
    background: linear-gradient(135deg, #361654 0%, #53208e 55%, #ff6b6b 120%);
}

.shop-hero--mercerie .shop-hero-blur-secondary {
    background: rgba(104, 214, 255, 0.45);
}

.shop-hero--tissus .shop-hero-blur-secondary {
    background: rgba(59, 130, 246, 0.35);
}

.shop-hero--modeles .shop-hero-blur-secondary {
    background: rgba(255, 107, 107, 0.45);
}

.text-muted-light {
    color: #cbd5f5;
}

.shop-modal-title {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.shop-nav-cta {
    background: linear-gradient(135deg, #ff9770 0%, #ff6b6b 100%);
    color: #fff;
    box-shadow: 0 20px 38px rgba(255, 107, 107, 0.3);
}

.shop-pagination .page-link svg {
    width: 14px;
    height: 14px;
}

.shop-detail-hero {
    padding: clamp(3.5rem, 6vw, 4.75rem) 0;
}

.shop-detail-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #fff;
    max-width: 720px;
}

.shop-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
    width: fit-content;
}

.shop-detail-back:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateX(-2px);
}

.shop-detail-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.shop-detail-hero-tags .badge {
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.shop-detail-hero-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0.5rem 0;
}

.shop-detail-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.shop-detail-hero-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
}

.shop-detail-hero-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.shop-detail-hero-stock.is-out {
    color: #ffe4e6;
}

.shop-detail-section {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(255, 255, 255, 0.75) 100%);
    padding-top: clamp(2.5rem, 5vw, 4rem);
}

.shop-detail-grid {
    display: grid;
    gap: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 992px) {
    .shop-detail-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        align-items: start;
    }
}

.shop-detail-gallery {
    background: #fff;
    border-radius: 26px;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.shop-detail-main {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.shop-detail-image {
    width: 100%;
    height: clamp(260px, 40vw, 420px);
    object-fit: cover;
    display: block;
}

.shop-detail-placeholder {
    display: grid;
    place-items: center;
    height: clamp(260px, 40vw, 420px);
    color: #cbd5f5;
}

.shop-detail-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.shop-detail-thumb {
    border: none;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    width: 72px;
    height: 72px;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
    border: 2px solid transparent;
}

.shop-detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-detail-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.shop-detail-thumb.is-active {
    border-color: rgba(79, 70, 229, 0.85);
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.25);
}

.shop-detail-content {
    background: #fff;
    border-radius: 26px;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.shop-detail-description h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.35rem;
}

.shop-detail-description p {
    color: #475569;
    margin-bottom: 0;
}

.shop-detail-meta {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.shop-detail-meta-item {
    background: rgba(79, 70, 229, 0.05);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.shop-detail-meta-label {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
}

.shop-detail-meta-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
}

.shop-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.shop-detail-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
}

.shop-detail-secondary {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.shop-detail-note {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
    background: rgba(148, 163, 184, 0.12);
    border-radius: 14px;
    padding: 0.75rem 1rem;
}

.shop-detail-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (max-width: 767.98px) {
    .shop-detail-hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }
    .shop-detail-thumb {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 575.98px) {
    .shop-detail-content {
        padding: 1.25rem;
    }
    .shop-detail-meta {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

.shop-pagination .page-link svg {
    width: 14px;
    height: 14px;
}

.shop-hero--composer {
    background: linear-gradient(135deg, #26143f 0%, #4f46e5 50%, #ff6b6b 120%);
}

.shop-hero--composer .shop-hero-blur-secondary {
    background: rgba(255, 107, 107, 0.45);
}

.composer-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.composer-hero-stat {
    flex: 1;
    min-width: 140px;
    border-radius: 18px;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.composer-hero-stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}

.composer-hero-stat-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.composer-section {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.composer-group {
    margin-bottom: 2rem;
}

.composer-group-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 1.25rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.composer-group-header svg {
    width: 18px;
    height: 18px;
}

.composer-group-header--modeles {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.composer-group-header--tissus {
    background: linear-gradient(135deg, #22c55e 0%, #0ea5e9 100%);
}

.composer-group-header--boutique {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
}

.composer-group-header--mercerie {
    background: linear-gradient(135deg, #0ea5e9 0%, #14b8a6 100%);
}

.composer-group-header h3 {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.05rem;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.composer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.composer-card {
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: 18px;
    padding: 1rem 1.15rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 100%;
}

.composer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.16);
}

.composer-card-media {
    flex: 0 0 92px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.composer-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.composer-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #94a3b8;
}

.composer-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.composer-card-title {
    font-weight: 600;
    font-size: 1.02rem;
    margin-bottom: 0.2rem;
}

.composer-card-meta {
    font-size: 0.82rem;
}

.composer-card-price {
    font-weight: 600;
}

.composer-card-actions {
    margin-top: auto;
    display: flex;
    gap: 0.6rem;
}

.composer-remove-btn {
    border-radius: 999px;
    padding: 0.45rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-color: rgba(220, 53, 69, 0.3);
    color: #dc3545;
}

.composer-remove-btn svg {
    width: 16px;
    height: 16px;
}

.composer-empty {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.composer-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(102, 126, 234, 0.15);
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.composer-quick-link {
    border-radius: 999px;
    padding: 0.5rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.composer-quick-link svg {
    width: 16px;
    height: 16px;
}

.composer-summary {
    border-radius: 22px;
    overflow: hidden;
    top: 110px;
    background: #fff;
}

.composer-summary-header {
    padding: 1.1rem 1.4rem;
    background: linear-gradient(135deg, #4f46e5 0%, #764ba2 100%);
    color: #fff;
}

.composer-summary-header h4 {
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.1rem;
}

.composer-selector-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.composer-selector-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.24);
}

.composer-selector-media {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.12);
}

.composer-selector-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.composer-selector-content h6 {
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.composer-selector-trigger {
    border-radius: 14px;
    padding: 0.55rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.composer-counters .p-2 {
    min-width: 120px;
}

.composer-totals span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.composer-totals span svg {
    width: 16px;
    height: 16px;
    color: #94a3b8;
}

.composer-selector-media.bg-purple-subtle {
    background: rgba(102, 126, 234, 0.12);
}

.bg-purple-subtle {
    background: rgba(102, 126, 234, 0.12) !important;
}

.text-purple {
    color: #5b4ae5 !important;
}

.btn-outline-purple {
    border-color: #667eea;
    color: #667eea;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.composer-selector-trigger.btn-outline-purple {
    border-color: rgba(102, 126, 234, 0.4);
}

.composer-selector-trigger.btn-outline-purple:hover {
    border-color: transparent;
}

.composer-summary .btn-lg {
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
}

.composer-summary .btn-sm {
    border-radius: 999px;
    padding: 0.45rem 1rem;
}

@media (max-width: 991.98px) {
    .composer-summary {
        position: static !important;
    }
}

@media (max-width: 767.98px) {
    .composer-card {
        flex-direction: column;
    }
    .composer-card-media {
        width: 100%;
        height: 175px;
    }
    .composer-card-actions {
        flex-direction: column;
    }
    .composer-remove-btn {
        width: 100%;
        justify-content: center;
    }
    .composer-hero-stat {
        flex: 1 1 calc(50% - 0.85rem);
    }
}

@media (max-width: 575.98px) {
    .composer-hero-stat {
        flex: 1 1 100%;
    }
    .composer-card-media {
        height: 160px;
    }
}

.composer-summary .btn-sm {
    border-radius: 999px;
    padding: 0.45rem 1rem;
}

.btn-composer-primary {
    border-radius: 999px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    box-shadow: 0 18px 35px rgba(102, 126, 234, 0.35);
}

.btn-composer-primary:hover,
.btn-composer-primary:focus {
    color: #fff;
    box-shadow: 0 22px 45px rgba(102, 126, 234, 0.45);
    transform: translateY(-1px);
}

.composer-remove-all {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.5rem 1.1rem;
}

.btn-composer-primary svg,
.composer-remove-all svg {
    width: 16px;
    height: 16px;
}

.shop-view-compact .shop-card-footer {
    flex-direction: column;
    gap: 0.5rem;
}

.shop-view-compact .shop-card-action {
    width: 100%;
    padding: 0.5rem 1rem;
}

@media (max-width: 767.98px) {
    .shop-view-grid .shop-card-footer {
        flex-direction: column;
    }
    .shop-view-grid .shop-card-action {
        width: 100%;
    }
    .shop-view-list .shop-card-footer,
    .shop-view-compact .shop-card-footer {
        flex-direction: column;
    }
}

.shop-view-compact .shop-card {
    padding: 0.3rem 0.55rem 0.4rem;
}

.shop-pagination {
    margin-top: 2.5rem;
}

.shop-pagination .page-link {
    border-radius: 999px !important;
    margin: 0 0.35rem;
    padding: 0.55rem 1rem;
    color: #475569;
    border: none;
    background: rgba(148, 163, 184, 0.18);
}

.shop-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.2);
}

.shop-pagination .page-link svg {
    width: 14px;
    height: 14px;
}

.shop-view-list .shop-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 991.98px) {
    .shop-view-list .shop-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .shop-hero {
        padding: 3.25rem 0;
    }
    .shop-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-nav {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-nav-actions {
        width: 100%;
    }
    .shop-view-compact .shop-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .shop-view-compact .shop-card {
        padding: 0.25rem 0.45rem 0.35rem;
    }
    .shop-view-compact .shop-card-cover {
        margin: 0.4rem 0.4rem 0;
    }
    .shop-view-compact .shop-card-image {
        height: 125px;
    }
    .shop-view-compact .shop-card-body {
        padding: 0.65rem 0.85rem 0.55rem;
    }
    .shop-view-compact .shop-card-footer {
        gap: 0.4rem;
    }
    .shop-view-compact .shop-card-action {
        padding: 0.26rem 0.6rem;
        min-height: 1.75rem;
        font-size: 0.84rem;
    }
}

.auth-section {
    position: relative;
    min-height: 100vh;
    padding: clamp(5rem, 10vw, 8rem) 0;
    background: radial-gradient(circle at top left, rgba(108, 99, 255, 0.35), transparent 55%),
        radial-gradient(circle at bottom right, rgba(244, 114, 182, 0.28), transparent 60%),
        linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #312e81 100%);
    color: #fff;
    overflow: hidden;
}

.auth-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.35;
    pointer-events: none;
}

.auth-blur {
    position: absolute;
    width: clamp(220px, 24vw, 360px);
    height: clamp(220px, 24vw, 360px);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.7;
    pointer-events: none;
}

.auth-blur-1 {
    top: -80px;
    right: 12%;
    background: rgba(59, 130, 246, 0.45);
}

.auth-blur-2 {
    bottom: -100px;
    left: 8%;
    background: rgba(236, 72, 153, 0.38);
}

.auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.3rem, 5.5vw, 3.8rem);
    align-items: stretch;
}

.auth-intro {
    display: grid;
    gap: 1.35rem;
    align-content: start;
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.auth-title {
    font-size: clamp(2.35rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
}

.auth-lead {
    color: rgba(226, 232, 240, 0.85);
    font-size: 1rem;
    max-width: 32rem;
}

.auth-highlights {
    display: grid;
    gap: 1rem;
}

.auth-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem 1.25rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(148, 163, 184, 0.15);
    backdrop-filter: blur(18px);
}

.auth-highlight-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.2rem;
}

.auth-highlight strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.auth-highlight p {
    margin: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.95rem;
}

.auth-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.auth-meta-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}

.auth-meta-label {
    display: block;
    color: rgba(226, 232, 240, 0.7);
    font-size: 0.9rem;
}

.auth-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.auth-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 26px;
    padding: clamp(2rem, 5vw, 2.75rem);
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #0f172a;
    transform-origin: top right;
}

.auth-card-enter {
    animation: authCardIn 0.6s ease-out both;
}

@keyframes authCardIn {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.auth-card-head {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.auth-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6c63ff 0%, #a855f7 100%);
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #fff;
}

.auth-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.auth-card-subtitle {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}

.auth-alert-success {
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.25) 0%, rgba(59, 130, 246, 0.15) 100%);
    border: 1px solid rgba(74, 222, 128, 0.4);
    border-radius: 18px;
    padding: 1rem 1.25rem;
    color: #166534;
}

.auth-alert-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.auth-alert-title {
    font-weight: 700;
}

.auth-alert-error {
    border-radius: 16px;
    border: 1px solid rgba(239, 68, 68, 0.28);
    background: rgba(254, 226, 226, 0.65);
    color: #b91c1c;
}

.auth-alert-leave {
    opacity: 0 !important;
    transform: translateY(-16px) !important;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.auth-mode-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f1f5f9;
    border-radius: 14px;
    padding: 0.35rem;
    margin-bottom: 1.25rem;
    gap: 0.35rem;
}

.auth-switch-btn {
    border: none;
    border-radius: 12px;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    color: #64748b;
    padding: 0.65rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.auth-switch-btn:hover {
    color: #4338ca;
}

.auth-switch-btn.is-active {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.25);
}

.auth-switch-icon {
    font-size: 1.1rem;
}

.auth-input {
    border-radius: 14px;
    border: 1.5px solid #e2e8f0;
    padding: 0.85rem 1rem;
    font-weight: 500;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.auth-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 0.15rem rgba(99, 102, 241, 0.15);
}

.auth-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.auth-input-action {
    position: absolute;
    right: 0.75rem;
    background: transparent;
    border: none;
    font-size: 1.05rem;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.auth-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.9rem 1.2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 18px 35px rgba(99, 102, 241, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.auth-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 45px rgba(99, 102, 241, 0.38);
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #94a3b8;
    margin: 1.75rem 0 1.25rem;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.auth-socials {
    display: flex;
    gap: 0.75rem;
}

.auth-social-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    border-radius: 14px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    font-weight: 600;
    color: #1e293b;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.auth-social-btn:hover {
    transform: translateY(-2px);
    border-color: #6366f1;
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.1);
}

.auth-social-icon {
    font-size: 1.2rem;
}

.auth-card-footer {
    text-align: center;
    margin-top: 1.5rem;
}

.auth-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: 1.5px solid #6366f1;
    color: #4338ca;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.auth-outline-btn:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(139, 92, 246, 0.12) 100%);
    border-color: #4338ca;
}

.auth-link {
    color: #4338ca;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.auth-link:hover {
    color: #312e81;
}

.auth-security-note {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(226, 232, 240, 0.85);
    justify-content: center;
}

.test-account-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.test-account-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.15);
    border-color: #6366f1;
}

/* -------------------------------------------------------------------------- */
/* Register choose page ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.register-choose-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #111827 0%, #1e1b4b 55%, #312e81 100%);
    color: #fff;
    padding: clamp(5rem, 11vw, 8rem) 0 clamp(3.5rem, 8vw, 5rem);
}

.register-choose-hero .row {
    display: flex;
    align-items: flex-start;
}

.register-choose-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 85px 85px;
    opacity: 0.35;
    pointer-events: none;
}

.register-choose-blur {
    position: absolute;
    width: clamp(220px, 25vw, 360px);
    height: clamp(220px, 25vw, 360px);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.7;
}

.register-choose-blur-1 {
    top: -110px;
    right: 12%;
    background: rgba(59, 130, 246, 0.45);
}

.register-choose-blur-2 {
    bottom: -140px;
    left: 10%;
    background: rgba(244, 114, 182, 0.4);
}

.register-choose-intro {
    display: grid;
    gap: 1.35rem;
    align-content: start;
    justify-items: start;
}

.register-choose-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
    width: fit-content;
}

.register-choose-logo-img {
    height: 42px;
    width: auto;
}

.register-choose-title {
    font-size: clamp(2.3rem, 5.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
}

.register-choose-lead {
    font-size: 1.02rem;
    color: rgba(226, 232, 240, 0.85);
    max-width: 32rem;
}

.register-choose-highlights {
    display: grid;
    gap: 0.85rem;
}

.register-choose-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 0.95rem 1.15rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.38);
    border: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(18px);
}

.register-choose-highlight span:first-child {
    font-size: 1.2rem;
}

.register-choose-highlight strong {
    display: block;
    margin-bottom: 0.2rem;
}

.register-choose-highlight p {
    margin: 0;
    color: rgba(226, 232, 240, 0.75);
    font-size: 0.95rem;
}

.register-choose-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 0.75rem;
}

.register-choose-meta-value {
    display: block;
    font-size: 1.55rem;
    font-weight: 700;
}

.register-choose-meta-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.72);
}

.register-choose-login {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.95rem;
    color: rgba(226, 232, 240, 0.85);
}

.register-choose-card {
    position: relative;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: clamp(2rem, 5vw, 2.8rem);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 35px 70px rgba(15, 23, 42, 0.25);
    color: #0f172a;
    display: grid;
    gap: clamp(1.5rem, 3vw, 2rem);
    align-self: start;
}

.register-choose-head h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.register-choose-head p {
    margin: 0;
    color: #64748b;
}

.register-choose-primary {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 1.6rem;
}

.register-choose-options {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}

.register-choose-option {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 22px;
    padding: 1.6rem 1.8rem;
    background: #fff;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 1.2rem;
}

.register-choose-option-wide {
    grid-column: 1 / -1;
}

.register-choose-option-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12) 0%, rgba(129, 140, 248, 0.16) 100%);
    font-size: 1.6rem;
}

.register-choose-option-body {
    display: grid;
    gap: 0.75rem;
}

.register-choose-option-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.register-choose-option-head h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.register-choose-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    color: #475569;
    font-size: 0.95rem;
}

.register-choose-features li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.register-choose-features li::before {
    content: '•';
    color: #6366f1;
}

.register-choose-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.register-choose-actions-dual {
    justify-content: flex-start;
}

.register-choose-btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.65rem 1.35rem;
}

.register-choose-foot {
    display: grid;
    gap: 0.65rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    font-size: 0.9rem;
    color: #475569;
}

.register-choose-foot > div {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.register-choose-foot-icon {
    font-size: 1.1rem;
}

.badge-soft {
    background: rgba(15, 23, 42, 0.08);
    color: #1e293b;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.badge-soft-primary {
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
}

.badge-soft-warning {
    background: rgba(251, 191, 36, 0.16);
    color: #b45309;
}

.register-choose-benefits {
    padding: clamp(3rem, 8vw, 4.5rem) 0;
    background: #f8fafc;
}

.register-choose-benefit-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.18);
    text-align: center;
    display: grid;
    gap: 0.75rem;
}

.register-choose-benefit-icon {
    font-size: 1.5rem;
}

.register-choose-benefit-card h4 {
    margin: 0;
    font-weight: 600;
}

.register-choose-benefit-card p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .register-choose-hero {
        padding-top: 4.5rem;
    }
    .register-choose-card {
        margin-top: 1.5rem;
    }
    .register-choose-meta {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .register-choose-hero {
        padding: 4rem 0 3rem;
    }
    .register-choose-intro {
        gap: 1.1rem;
    }
    .register-choose-meta {
        gap: 1rem;
    }
    .register-choose-card {
        padding: 1.75rem;
        border-radius: 24px;
    }
    .register-choose-option {
        padding: 1.35rem 1.25rem;
        justify-items: flex-start;
    }
    .register-choose-options {
        grid-template-columns: 1fr;
    }
    .register-choose-primary {
        grid-template-columns: 1fr;
        margin-bottom: 1.4rem;
    }
    .register-choose-option-icon {
        margin: 0 auto;
    }
    .register-choose-option-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        width: 100%;
    }
    .register-choose-option-body {
        gap: 0.65rem;
    }
    .register-choose-features {
        font-size: 0.9rem;
    }
    .register-choose-option-wide {
        grid-column: auto;
    }
    .register-choose-actions {
        flex-direction: column;
    }
    .register-choose-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .auth-grid {
        grid-template-columns: 1fr;
    }
    .auth-intro {
        order: 2;
        text-align: left;
        align-items: start;
        justify-items: start;
        gap: 1.1rem;
        margin-bottom: 2rem;
    }
    .auth-highlights {
        width: 100%;
    }
    .auth-meta {
        justify-content: flex-start;
        gap: 1.1rem;
        width: 100%;
    }
    .auth-card-wrapper {
        order: 1;
        align-items: center;
    }
    .auth-card {
        width: min(480px, 100%);
    }
}

@media (max-width: 575.98px) {
    .auth-section {
        padding: 4rem 0 3rem;
    }
    .auth-card {
        border-radius: 20px;
        padding: 1.6rem;
        width: 100%;
    }
    .auth-intro {
        gap: 1rem;
        text-align: left;
        align-items: start;
        justify-items: start;
    }
    .auth-intro .auth-title {
        text-align: center;
    }
    .auth-intro .auth-highlights {
        gap: 0.75rem;
        width: 100%;
    }
    .auth-intro .auth-highlight {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        text-align: left;
    }
    .auth-socials {
        flex-direction: column;
    }
    .auth-title {
        font-size: clamp(2rem, 7vw, 2.4rem);
    }
    .auth-meta {
        gap: 1rem;
    }
    .auth-meta-value {
        font-size: 1.35rem;
    }
    .auth-card-head {
        margin-bottom: 1.1rem;
    }
    .auth-card-title {
        font-size: 1.45rem;
    }
    .auth-card-subtitle {
        font-size: 0.9rem;
    }
}

@media (max-width: 375px) {
    .auth-section {
        padding: 3.5rem 0 2.5rem;
    }
    .auth-card {
        padding: 1.4rem;
    }
    .auth-submit-btn {
        padding: 0.8rem 1rem;
    }
    .auth-outline-btn {
        padding: 0.75rem 0.9rem;
    }
}

.shop-view-compact .shop-card-action svg {
    width: 13px;
    height: 13px;
}

.auth-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 0.75rem;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.18);
}

.auth-logo-image {
    height: 44px;
    width: auto;
}

@media (max-width: 575.98px) {
    .auth-logo {
        padding: 0.65rem 1rem;
    }
    .auth-logo-image {
        height: 38px;
    }
}

.nav-logo-image {
    height: 3.5rem;
    width: auto;
    display: block;
}

.shop-nav-links,
.shop-nav-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.shop-nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.55rem 1.05rem;
    border-width: 1px;
    border-color: rgba(148, 163, 184, 0.4);
    background: #fff;
    color: #334155;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.shop-nav-pill:hover,
.shop-nav-pill:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
    border-color: rgba(99, 102, 241, 0.45);
    color: #1e293b;
}

.shop-nav-pill.is-active,
.shop-nav-pill.is-active:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 20px 36px rgba(79, 70, 229, 0.32);
}

.btn-gradient-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    border: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff9770 0%, #ff6b6b 100%);
    box-shadow: 0 20px 38px rgba(255, 107, 107, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-gradient-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(255, 107, 107, 0.3);
    color: #fff;
}

@media (max-width: 767.98px) {
    .shop-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .shop-nav-links,
    .shop-nav-actions {
        width: 100%;
        justify-content: center;
    }
    .shop-nav-pill {
        flex: 1 1 calc(50% - 0.5rem);
        justify-content: center;
    }
    .shop-nav-actions .shop-nav-pill,
    .shop-nav-actions .btn-gradient-primary {
        flex: 1 1 100%;
        justify-content: center;
    }
}

/* Account register pages --------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.account-register {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 7rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    color: #f8fafc;
}

.account-register--client {
    background: linear-gradient(135deg, #111827 0%, #1e3a8a 45%, #1d4ed8 100%);
}

.account-register--couturier {
    background: linear-gradient(135deg, #0f172a 0%, #312e81 45%, #7c3aed 100%);
}

.account-register-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.35;
    pointer-events: none;
}

.account-register-blur {
    position: absolute;
    width: clamp(220px, 25vw, 360px);
    height: clamp(220px, 25vw, 360px);
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.7;
    pointer-events: none;
}

.account-register-blur-1 {
    top: -120px;
    right: 12%;
    background: rgba(59, 130, 246, 0.4);
}

.account-register-blur-2 {
    bottom: -150px;
    left: 8%;
    background: rgba(244, 114, 182, 0.35);
}

.account-register-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.2rem, 5vw, 3.5rem);
    align-items: start;
}

.account-register-intro {
    display: grid;
    gap: clamp(1.2rem, 3vw, 1.8rem);
    align-content: start;
    justify-items: start;
    position: relative;
    z-index: 1;
}

.account-register-back {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.95rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.3);
    color: rgba(226, 232, 240, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease, background 0.2s ease;
}

.account-register-back:hover {
    transform: translateX(-4px);
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
}

.account-register-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f8fafc;
}

.account-register-title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
    color: #f8fafc;
}

.account-register-lead {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.65;
    max-width: 38rem;
}

.account-register-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
    width: 100%;
}

.account-register-highlights li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 1.15rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.38);
    border: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(18px);
}

.account-register-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
}

.account-register-highlights strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #f8fafc;
}

.account-register-highlights p {
    margin: 0;
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.95rem;
    line-height: 1.55;
}

.account-register-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 0.8rem;
    color: rgba(226, 232, 240, 0.78);
}

.account-register-meta-value {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    color: #f8fafc;
}

.account-register-meta-label {
    display: block;
    font-size: 0.88rem;
}

.account-register-login {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.95rem;
    color: rgba(226, 232, 240, 0.82);
}

.account-register-login .auth-link {
    color: #f8fafc;
    font-weight: 600;
    text-decoration: none;
}

.account-register-login .auth-link:hover {
    text-decoration: underline;
}

.account-register-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.6rem;
}

.account-register-card-inner {
    background: rgba(248, 250, 252, 0.96);
    border-radius: 28px;
    padding: clamp(2.1rem, 4vw, 2.8rem);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 35px 75px rgba(15, 23, 42, 0.28);
    color: #0f172a;
}

.account-register-card-head h2 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
    font-weight: 700;
}

.account-register-card-head p {
    margin: 0 0 clamp(1.2rem, 2.5vw, 1.6rem);
    color: #475569;
}

.account-register-alert {
    border-radius: 18px;
    padding: 0.9rem 1.1rem;
    border: none;
    font-size: 0.95rem;
}

.account-register-fields {
    display: grid;
    gap: clamp(1rem, 2vw, 1.35rem);
    margin-bottom: clamp(1.4rem, 2.5vw, 1.8rem);
}

.account-register-fieldset {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 22px;
    padding: clamp(1.4rem, 2.8vw, 1.9rem);
    background: rgba(15, 23, 42, 0.025);
    margin-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.account-register-fieldset-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1d4ed8;
    margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.account-register-plans {
    display: grid;
    gap: 1.1rem;
}

.account-register-plan {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.85rem 1.1rem;
    align-items: center;
    padding: 1.2rem 1.35rem 1.2rem 3.4rem;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.account-register-plan input[type="radio"] {
    position: absolute;
    top: 1.3rem;
    left: 1.4rem;
}

.account-register-plan:hover {
    transform: translateY(-3px);
    border-color: rgba(79, 70, 229, 0.5);
    box-shadow: 0 26px 55px rgba(79, 70, 229, 0.18);
}

.account-register-plan-body {
    display: grid;
    gap: 0.4rem;
}

.account-register-plan-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.account-register-plan small {
    color: #475569;
    line-height: 1.5;
}

.account-register-checks {
    display: grid;
    gap: 0.75rem;
    margin-bottom: clamp(1.8rem, 3vw, 2.2rem);
}

.account-register-checks .form-check-label {
    color: #475569;
    font-size: 0.93rem;
}

.account-register-checks .form-check-label a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.account-register-checks .form-check-label a:hover {
    text-decoration: underline;
}

.account-register-submit {
    border-radius: 16px;
    padding: 0.9rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.account-register-reassurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    color: #f8fafc;
}

.account-register-reassurance > div {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    padding: 1.1rem 1rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.92rem;
    text-align: center;
}

.account-register-reassurance span {
    font-size: 1.45rem;
}

.account-register-benefits {
    background: #f8fafc;
    padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.account-register-benefit-card {
    background: #ffffff;
    border-radius: 22px;
    padding: clamp(1.8rem, 3vw, 2.2rem);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0.7rem;
    text-align: center;
    height: 100%;
}

.account-register-benefit-icon {
    font-size: 1.7rem;
}

.account-register-benefit-card h4 {
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}

.account-register-benefit-card p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.account-register-card .form-control,
.account-register-card .form-select {
    border-radius: 14px;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    background-color: #ffffff;
    color: #0f172a;
}

.account-register-card .form-control:focus,
.account-register-card .form-select:focus {
    border-color: rgba(37, 99, 235, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.18);
    background-color: #ffffff;
}

.account-register-card .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 6px;
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.account-register-card .form-check-input:focus {
    border-color: rgba(37, 99, 235, 0.9);
    outline: none;
    box-shadow: none;
}

.account-register-card .form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

.account-register-card .form-control.is-invalid,
.account-register-card .form-select.is-invalid,
#clientRegisterForm.was-validated .form-control:invalid,
#clientRegisterForm.was-validated .form-select:invalid,
#proRegisterForm.was-validated .form-control:invalid,
#proRegisterForm.was-validated .form-select:invalid {
    border-color: #ef4444;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.account-register-card .form-control.is-invalid:focus,
.account-register-card .form-select.is-invalid:focus,
#clientRegisterForm.was-validated .form-control:invalid:focus,
#clientRegisterForm.was-validated .form-select:invalid:focus,
#proRegisterForm.was-validated .form-control:invalid:focus,
#proRegisterForm.was-validated .form-select:invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.18);
}

.account-register-card .invalid-feedback {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #ef4444;
}

@media (min-width: 768px) {
    .account-register-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .account-register-card-inner {
        padding: clamp(1.8rem, 4vw, 2.4rem);
    }
}

@media (max-width: 991.98px) {
    .account-register {
        padding-top: 4.5rem;
    }

    .account-register-grid {
        grid-template-columns: 1fr;
    }

    .account-register-intro,
    .account-register-card {
        width: min(640px, 100%);
        margin: 0 auto;
    }

    .account-register-meta {
        gap: 1.1rem;
    }

    .account-register-reassurance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .account-register {
        padding: 4rem 0 3.2rem;
    }

    .account-register-intro {
        gap: 1.05rem;
    }

    .account-register-highlights li {
        grid-template-columns: auto 1fr;
    }

    .account-register-reassurance {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .account-register-card-inner {
        padding: 1.5rem 1.35rem;
        border-radius: 24px;
    }

    .account-register-highlights li {
        grid-template-columns: 1fr;
    }

    .account-register-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .account-register-benefit-card {
        padding: 1.6rem;
    }

    .account-register-benefits .row > * + * {
        margin-top: 1.2rem;
    }

    .account-register-submit {
        padding: 0.85rem;
    }

    .account-register-intro {
        text-align: center;
    }

    .account-register-highlights {
        justify-items: center;
    }

    .account-register-highlights li {
        width: 100%;
        text-align: left;
    }

    .account-register-meta {
        align-items: center;
        text-align: center;
    }

    .account-register-card-head h2 {
        font-size: 1.4rem;
    }

    .account-register-card-head p {
        font-size: 1rem;
    }

    .account-register-fieldset {
        padding: 1.25rem 1.15rem;
    }

    .account-register-fieldset-label {
        font-size: 0.85rem;
    }

    .account-register-plan {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 0.7rem;
    }

    .account-register-plan input[type="radio"] {
        position: static;
        transform: none;
        margin-top: 0;
    }

    .account-register-plan .badge-soft {
        justify-self: flex-start;
    }

    .account-register-card .form-label {
        font-size: 0.95rem;
    }

    .account-register-card .form-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 420px) {
    .account-register-card-inner {
        padding: 1.35rem 1.1rem;
        border-radius: 20px;
    }

    .account-register-title {
        font-size: 1.85rem;
    }

    .account-register-submit {
        font-size: 0.95rem;
    }

    .account-register-reassurance {
        gap: 1.1rem;
    }
}

