/* Store10 premium visual system — shared by every public page */
:root {
    --primary: #6547f5;
    --primary-hover: #5134dc;
    --primary-light: #f0edff;
    --accent: #16a66a;
    --accent-hover: #108654;
    --accent-light: #e8f8f1;
    --secondary: #17213b;
    --secondary-dark: #10182d;
    --text-dark: #17213b;
    --text-muted: #69748d;
    --bg-light: #f6f7fb;
    --border-color: #e1e5ef;
    --font-heading: Inter, "Segoe UI", Arial, sans-serif;
    --font-body: Inter, "Segoe UI", Arial, sans-serif;
    --border-radius: 18px;
    --box-shadow: 0 18px 55px rgba(26, 33, 61, .09);
    --box-shadow-hover: 0 24px 70px rgba(52, 37, 129, .15);
}

html { scroll-behavior: smooth; }

body {
    background: #f7f8fc;
    color: var(--text-dark);
    font-size: 16px;
    letter-spacing: -.006em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.035em;
}

p { text-wrap: pretty; }

.container { max-width: 1240px; padding-inline: 28px; }

section { padding: 96px 0; }

/* Navigation */
#main-header,
#main-header.sticky-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(23, 33, 59, .08);
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(150%);
    animation: none;
}

.navbar { min-height: 78px; padding: 12px 0; }
.logo img { width: auto; height: 40px; }
.nav-menu { gap: 8px; }
.nav-item a {
    display: block;
    padding: 10px 14px;
    border-radius: 999px;
    color: #4d5870;
    font-size: 14px;
    font-weight: 700;
}
.nav-item a::after { display: none; }
.nav-item a:hover,
.nav-item.active a { background: var(--primary-light); color: var(--primary); }
.header-right { gap: 12px; }
.lang-switcher { gap: 6px; }
.lang-switcher img { width: 22px; height: 16px; }

.btn {
    min-height: 46px;
    padding: 11px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.btn-primary {
    background: linear-gradient(135deg, #20b878, #118a58);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(17, 138, 88, .22);
}
.btn-primary:hover {
    background: linear-gradient(135deg, #19a86c, #0e784c);
    box-shadow: 0 14px 30px rgba(17, 138, 88, .3);
}
.btn-outline-primary { border-color: #d7d0fb; background: rgba(255,255,255,.72); color: var(--primary); }
.btn-outline-primary:hover { border-color: var(--primary); background: var(--primary); }
.btn-white { border-color: rgba(255,255,255,.38); background: #fff; color: var(--primary); }

/* Shared editorial labels */
.section-tag,
.site-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 13px;
    border: 1px solid rgba(101, 71, 245, .15);
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}
.text-center .section-tag,
.text-center .site-eyebrow { margin-inline: auto; }
.site-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(22,166,106,.12); }

/* Homepage hero */
.hero {
    position: relative;
    isolation: isolate;
    min-height: auto;
    overflow: hidden;
    padding: 112px 0 96px;
    background:
        radial-gradient(circle at 15% 8%, rgba(101,71,245,.17), transparent 31%),
        radial-gradient(circle at 88% 76%, rgba(22,166,106,.12), transparent 28%),
        linear-gradient(145deg, #fbfbff 0%, #f4f6fc 100%);
}
.hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .42;
    background-image: linear-gradient(rgba(73,58,137,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(73,58,137,.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.hero-content { max-width: 970px; }
.hero-content > .site-eyebrow { margin-inline: auto; }
.hero-title {
    max-width: 950px;
    margin: 0 auto 24px;
    color: #15203a;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.09;
    letter-spacing: -.06em;
    overflow-wrap: break-word;
}
.hero-title span.highlight {
    display: inline-block;
    padding: 0 .02em .12em;
    margin-bottom: -.12em;
    line-height: 1.12;
    background: linear-gradient(90deg, #6547f5, #15a76a);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.hero-subtitle { max-width: 760px; margin: 0 auto 24px; color: #66728a; font-size: clamp(18px, 2vw, 21px); }
.hero-proof { margin: 0 auto 26px; border-color: rgba(101,71,245,.15); box-shadow: 0 9px 30px rgba(42,34,84,.06); }
.hero-buttons { margin-top: 0; gap: 12px; }
.hero-buttons .btn { min-height: 52px; padding-inline: 26px; }
.page-home .hero-buttons .btn:first-child {
    background: linear-gradient(135deg, #7357ff, #5937e6);
    box-shadow: 0 10px 24px rgba(92, 57, 226, .22);
}
.page-home .hero-buttons .btn:first-child:hover {
    background: linear-gradient(135deg, #6244ef, #4e2ed0);
    box-shadow: 0 14px 30px rgba(92, 57, 226, .3);
}
.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin: 50px auto 0;
    overflow: hidden;
    border: 1px solid rgba(101,71,245,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 20px 55px rgba(38,31,78,.07);
    backdrop-filter: blur(12px);
}
.hero-mini-grid span { padding: 18px 14px; color: #657088; font-size: 13px; font-weight: 700; }
.hero-mini-grid span + span { border-left: 1px solid #e6e3f2; }
.hero-mini-grid strong { display: block; margin-bottom: 2px; color: #18223c; font-size: 18px; }

/* Subpage hero */
.page-banner,
.legal-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 0 86px;
    border: 0;
    background:
        radial-gradient(circle at 11% 12%, rgba(101,71,245,.16), transparent 30%),
        radial-gradient(circle at 88% 90%, rgba(22,166,106,.1), transparent 27%),
        #f7f8fd !important;
    color: var(--text-dark);
}
.page-banner::after,
.legal-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .35;
    background-image: linear-gradient(rgba(75,61,132,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(75,61,132,.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}
.page-banner .container,
.legal-hero .container { max-width: 920px; text-align: center; }
.page-banner .site-eyebrow,
.legal-hero .site-eyebrow { margin-inline: auto; }
.banner-title,
.legal-hero h1 {
    margin: 0 auto 16px;
    color: #17213b;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.06;
    letter-spacing: -.055em;
}
.banner-subtitle,
.legal-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

/* Homepage sections */
.about,
.features,
.stats { background: transparent !important; }
.about .split-row {
    gap: clamp(42px, 7vw, 88px);
    padding: 34px;
    border: 1px solid rgba(23,33,59,.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--box-shadow);
}
.split-image { position: relative; }
.split-image::before { content: ""; position: absolute; inset: 8% -5% -8% 8%; z-index: 0; border-radius: 28px; background: linear-gradient(135deg, rgba(101,71,245,.18), rgba(22,166,106,.1)); }
.split-image img { position: relative; z-index: 1; border: 1px solid #e4e2ee; border-radius: 20px; box-shadow: 0 20px 50px rgba(29,34,55,.14); animation: none; }
.split-text h2,
.features .text-center h2,
.stats-text h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.08; }
.split-text p { font-size: 17px; line-height: 1.75; }
.features { position: relative; background: #f0f1f8 !important; }
.features-grid { gap: 18px; }
.feature-card {
    padding: 30px 26px;
    border: 1px solid rgba(23,33,59,.08);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(25,32,56,.055);
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(101,71,245,.25); box-shadow: var(--box-shadow-hover); }
.feature-icon-wrapper { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 16px; background: var(--primary-light); }
.feature-card:nth-child(odd) .feature-icon-wrapper { background: var(--accent-light); }
.feature-icon-wrapper img { width: 34px; height: 34px; object-fit: contain; }
.feature-title { font-size: 19px; }
.feature-desc { color: var(--text-muted); line-height: 1.7; }

.cta-banner {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background: linear-gradient(135deg, #5f43e9, #3d27b1) !important;
    color: #fff;
}
.cta-banner::before { content: ""; position: absolute; width: 360px; height: 360px; top: -230px; right: 6%; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-banner h2 { position: relative; max-width: 820px; margin: 0 auto 28px; color: #fff !important; font-size: clamp(30px, 4vw, 46px) !important; line-height: 1.12; }
.cta-banner .section-tag { position: relative; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.12); color: #fff !important; }
.cta-banner .btn { position: relative; }

.stats-row { grid-template-columns: .8fr 2fr; gap: 32px; }
.stats-grid { gap: 16px; }
.stat-item { padding: 32px 20px; border: 1px solid rgba(23,33,59,.08); border-radius: 20px; box-shadow: 0 12px 38px rgba(24,31,56,.07); }
.stat-number { color: var(--primary); font-size: 46px; }
.stat-item:nth-child(2) .stat-number { color: var(--accent); }

/* Features page */
.features-list { padding: 84px 0 100px; background: #f7f8fc !important; }
.features-list > .container { display: grid; gap: 22px; }
.features-page-list {
    margin: 0;
    padding: 34px;
    border: 1px solid rgba(23,33,59,.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(24,31,56,.055);
}
.features-page-list h2 { margin-bottom: 24px; padding: 0; border: 0; color: #19243e; font-size: 24px; }
.features-page-list h2::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px var(--accent-light); vertical-align: 2px; }
.features-page-list .fa-ul { margin-left: 0; }
.features-page-list li { position: relative; margin-bottom: 0; padding: 13px 0 13px 31px; border-top: 1px solid #edf0f5; color: #59647c; line-height: 1.65; }
.features-page-list li:first-child { border-top: 0; }
.features-page-list li > i.fa-check { position: absolute; top: 18px; left: 2px; color: var(--accent); }
.features-col-row { gap: 22px; margin: 0; align-items: start; }

/* Demo cards */
.demos-list { padding-top: 80px; background: #f7f8fc; }
.demos-intro h2,
.demos-intro h3 { font-size: clamp(32px, 4vw, 48px); line-height: 1.1; }
.demo-card { border-radius: 22px; box-shadow: 0 16px 48px rgba(25,32,58,.09); }

/* Trial page */
.membership-detail { padding: 84px 0 104px; background: #f7f8fc !important; }
.content-layout { grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 28px; align-items: start; }
.membership-left,
.sidebar-widget {
    padding: 28px;
    border: 1px solid rgba(23,33,59,.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 45px rgba(24,31,56,.065);
}
.membership-left > div:first-child img { width: 100%; border: 1px solid #e4e6ee; border-radius: 18px !important; box-shadow: none !important; }
.membership-right { position: sticky; top: 100px; }
.sidebar-widget { padding: 22px; }
.tabs-container { margin-top: 28px; }
.tab-buttons { gap: 6px; padding: 5px; border: 0; border-radius: 13px; background: #f1f2f7; }
.tab-btn { width: 100%; margin: 0; padding: 11px 10px; border: 0; border-radius: 10px; font-size: 13px; }
.tab-btn.active { background: #fff; color: var(--primary); box-shadow: 0 4px 14px rgba(28,34,57,.08); }
.tab-panel { color: var(--text-muted); line-height: 1.72; }
.tab-panel ul { padding-left: 20px; }
.payment-trust-section { margin-top: 32px; padding-top: 30px; border-top: 1px solid #e8eaf1; }
.trust-row { gap: 14px; }
.trust-item { padding: 18px; border: 1px solid #e8eaf1; border-radius: 16px; background: #fafbfe; }
.price-box { margin-bottom: 16px; padding: 28px; border: 0; border-radius: 18px; background: linear-gradient(145deg, #f0ecff, #f5fbf8); }
.price-final span { color: #17213b; font-size: 38px; }
.table-pricing { margin-bottom: 18px; overflow: hidden; border-radius: 14px; }
.form-card { border-radius: 18px; box-shadow: none; }
.sidebar-widget > .form-card { padding: 24px; border: 1px solid #e5e6ef; }
.form-control { min-height: 48px; border-color: #dfe3ec; border-radius: 11px; background: #fbfcfe; }

/* FAQ */
.faq-section { padding: 82px 0 104px; background: #f7f8fc !important; }
.faq-intro h2 { font-size: clamp(30px, 4vw, 44px); }
.faq-item { border-radius: 16px; box-shadow: 0 8px 26px rgba(37,30,75,.05); }
.faq-item[open] { border-color: rgba(101,71,245,.26); box-shadow: 0 13px 35px rgba(58,43,129,.08); }

/* Legal and 404 */
.legal-content { padding: 76px 0 100px; background: #f7f8fc; }
.legal-document { padding: 44px 48px; border: 1px solid rgba(23,33,59,.08); border-radius: 24px; background: #fff; box-shadow: var(--box-shadow); }
.legal-document section { margin: 0; padding: 24px 0; border-top: 1px solid #eaedf3; }
.legal-document section:first-of-type { border-top: 0; }
.legal-document h2 { color: #1a2540; font-size: 22px; }
.legal-updated { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--accent-light); color: #128054; font-size: 13px; }
.page-error .page-banner { min-height: 64vh; display: grid; place-items: center; }
.page-error .error-code { color: var(--primary); opacity: .13; }
.page-error .btn-white { border-color: var(--primary); }

/* Footer */
footer { background: #0f172b; }
.footer-top { padding: 82px 0 52px; border: 0; background: #0f172b; }
.footer-grid { gap: 72px; align-items: start; }
.footer-info h2 { max-width: 560px; color: #fff; font-size: clamp(29px, 3vw, 40px); line-height: 1.13; }
.footer-info p { max-width: 600px; color: #aeb8cd; line-height: 1.75; }
.footer-contact-details { display: inline-flex; flex-wrap: wrap; gap: 7px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.045); color: #bdc5d6; }
.footer-contact-details strong { color: #8fe0ba; }
.footer-top .form-card { padding: 30px; border-color: rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.055); }
.footer-top .form-control { border-color: rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.055); }
.footer-links-row { padding-top: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); background: #0f172b; }
.social-icons a { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); }

/* Pricing is its own hero: no separate banner */
.page-pricing .configurator-section { padding-top: 92px; }
.page-pricing .configurator-intro { margin-bottom: 36px; }
.page-pricing .configurator-intro h1 { color: #17213b; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.055em; }
.price-nowrap { white-space: nowrap; }
.page-pricing .config-base-card h2 { margin-bottom: 8px; font-size: 25px; }
.page-pricing .configurator-eyebrow { color: var(--accent); }
.page-pricing .config-option.is-selected .config-switch { background: var(--accent); }
.page-pricing .config-radio-options .config-option.is-selected .config-switch::after { background: var(--accent); }
.page-pricing .config-summary-actions .btn-primary {
    background: linear-gradient(135deg, #20b878, #118a58);
    box-shadow: 0 10px 24px rgba(17, 138, 88, .22);
}
.page-pricing .config-summary-actions .btn-primary:hover {
    background: linear-gradient(135deg, #19a86c, #0e784c);
}
.trial-form-title { margin-bottom: 10px; color: var(--text-dark); font-size: 21px; line-height: 1.2; }

@media (max-width: 991.98px) {
    .container { padding-inline: 22px; }
    section { padding: 76px 0; }
    .nav-menu { display: none; }
    .hamburger { display: block; }
    .navbar .logo { margin-right: auto; }
    .offcanvas { background: rgba(255,255,255,.97); backdrop-filter: blur(18px); }
    .offcanvas-menu a { display: block; padding: 10px 12px; border-radius: 10px; }
    .about .split-row { padding: 24px; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-row { grid-template-columns: 1fr; text-align: center; }
    .stats-text .section-tag { margin-inline: auto; }
    .content-layout { grid-template-columns: 1fr; }
    .membership-right { position: static; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 767.98px) {
    .container { padding-inline: 18px; }
    section { padding: 62px 0; }
    .navbar { min-height: 68px; }
    .logo img { height: 34px; }
    .header-right .btn { display: none !important; }
    .hero { padding: 78px 0 64px; }
    .hero-title { font-size: clamp(38px, 12vw, 52px); }
    .hero-subtitle { font-size: 17px; }
    .hero-content > .site-eyebrow {
        display: block;
        width: auto;
        max-width: 100%;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        white-space: normal;
    }
    .hero-content > .site-eyebrow::before { display: inline-block; margin-right: 7px; }
    .hero-proof { display: block; width: 100%; max-width: 100%; font-size: 12px; text-align: center; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; }
    .hero-mini-grid { grid-template-columns: 1fr; margin-top: 34px; }
    .hero-mini-grid span + span { border-top: 1px solid #e6e3f2; border-left: 0; }
    .page-banner,
    .legal-hero { padding: 70px 0 66px; }
    .banner-title,
    .legal-hero h1 { font-size: 38px; }
    .banner-subtitle,
    .legal-hero p { font-size: 16px; }
    .about .split-row { grid-template-columns: 1fr; padding: 18px; border-radius: 22px; }
    .features-grid { grid-template-columns: 1fr; margin-top: 32px; }
    .feature-card { padding: 26px 23px; }
    .stats-grid { grid-template-columns: 1fr; }
    .features-page-list { padding: 24px 20px; }
    .features-col-row { grid-template-columns: 1fr; }
    .demos-grid { grid-template-columns: 1fr; }
    .membership-left,
    .sidebar-widget { padding: 17px; border-radius: 19px; }
    .tab-buttons { overflow-x: auto; }
    .tab-btn { min-width: 125px; }
    .trust-row { grid-template-columns: 1fr; }
    .legal-document { padding: 26px 21px; border-radius: 18px; }
    .footer-top { padding-top: 62px; }
    .footer-contact-details { border-radius: 14px; }
    .page-pricing .configurator-section { padding-top: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
