@font-face {
    font-family: "IRANSansXFaNum";
    src: url("../fonts/IRANSansXFaNum-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "IRANSansXFaNum";
    src: url("../fonts/IRANSansXFaNum-DemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "IRANSansXFaNum";
    src: url("../fonts/IRANSansXFaNum-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    color-scheme: light;
    --ink: #14213a;
    --muted: #66758b;
    --blue: #246bde;
    --blue-dark: #174da9;
    --soft-blue: #edf4ff;
    --border: #dfe7f1;
    --surface: #ffffff;
    --background: #f5f8fc;
    --green: #21a675;
    --orange: #ef8a32;
    --coral: #eb6964;
    --purple: #7357d9;
    --shell: min(1400px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--background);
    font-family: "IRANSansXFaNum", "IRANSansX", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
    position: sticky;
    z-index: 20;
    top: 12px;
    width: var(--shell);
    min-height: 82px;
    margin: 12px auto 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 42px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(213, 225, 239, .9);
    border-radius: 19px;
    box-shadow: 0 14px 45px rgba(28, 56, 92, .07);
    backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; white-space: nowrap; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.brand small { color: var(--muted); font-size: 10px; font-weight: 500; }
.brand-mark {
    display: grid; place-items: center; width: 39px; height: 39px;
    border-radius: 11px; color: #fff; background: linear-gradient(145deg, #3780eb, #1655bd);
    box-shadow: 0 7px 18px rgba(36, 107, 222, .24); font-size: 27px;
}
nav { display: flex; gap: 32px; margin-inline-end: auto; color: #536176; font-size: 14px; font-weight: 600; }
nav a { position: relative; padding: 29px 0 25px; }
nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; width: 0; height: 2px; background: var(--blue); transition: width .2s ease; }
nav a:hover { color: var(--blue); }
nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { color: var(--blue-dark); font-size: 13px; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 23px; border-radius: 11px; font-weight: 700; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #2f7bea, #1c5dc8); box-shadow: 0 11px 25px rgba(36, 107, 222, .23); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(36, 107, 222, .32); }
.button-secondary, .button-ghost { border: 1px solid #b9cde9; color: var(--blue-dark); background: #fff; }

.hero {
    min-height: 680px;
    margin-top: 25px;
    padding: 72px 64px;
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    background: radial-gradient(circle at 5% 10%, #ddedff 0, transparent 31%), radial-gradient(circle at 82% 92%, #eaf5ff 0, transparent 24%), var(--surface);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: 0 20px 70px rgba(34, 63, 99, .06);
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: -.15px; }
.eyebrow > i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(33, 166, 117, .11); }
h1 { max-width: 630px; margin: 20px 0; font-size: clamp(42px, 4.1vw, 64px); line-height: 1.42; letter-spacing: -2.5px; }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 17px; line-height: 2.05; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 22px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.trust-row span::before { content: "✓"; color: var(--green); margin-left: 7px; font-weight: 900; }

.product-stage { position: relative; min-width: 760px; padding: 34px 0 38px; }
.soft-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 130px; height: 130px; top: 0; left: 4%; background: #d7e8ff; }
.orb-two { width: 90px; height: 90px; right: 1%; bottom: 10px; background: #dff5ec; }
.product-preview { position: relative; z-index: 2; direction: rtl; border: 1px solid #d7e1ee; border-radius: 17px; background: #fff; box-shadow: 0 30px 85px rgba(27, 55, 91, .2); transform: perspective(1400px) rotateY(-2deg); overflow: hidden; }
.preview-bar { height: 47px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; background: #f7f9fc; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; }
.preview-bar em { justify-self: end; font-style: normal; color: #8090a4; }
.window-dots { justify-self: start; direction: ltr; display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #9eb2ca; }
.window-dots i:first-child { background: #ef746d; }.window-dots i:nth-child(2) { background: #f2bd50; }.window-dots i:last-child { background: #5dca7c; }
.preview-body { display: grid; grid-template-columns: 166px 1fr; min-height: 430px; }
.preview-body aside { display: flex; flex-direction: column; gap: 6px; padding: 25px 15px; background: #fff; border-left: 1px solid var(--border); font-size: 10px; color: var(--muted); }
.preview-body aside b { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 15px; margin-bottom: 16px; }
.preview-body aside b i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; color: #fff; background: var(--blue); font-style: normal; font-size: 17px; }
.preview-body aside span { padding: 9px 11px; border-radius: 7px; }
.preview-body aside .active { color: var(--blue); background: var(--soft-blue); font-weight: 800; }
.dashboard { padding: 23px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; background: #f7f9fc; }
.dashboard-head { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; height: 32px; font-size: 13px; }
.dashboard-head span { padding: 5px 10px; border: 1px solid var(--border); border-radius: 7px; color: var(--muted); background: #fff; font-size: 9px; }
.metric, .chart, .due-list { padding: 15px; border: 1px solid var(--border); border-radius: 11px; background: #fff; }
.metric { position: relative; overflow: hidden; }
.metric::after { content: ""; position: absolute; width: 60px; height: 60px; top: -24px; left: -19px; border-radius: 50%; background: currentColor; opacity: .09; }
.metric small, .metric em { display: block; color: var(--muted); font-size: 8px; font-style: normal; }
.metric strong { display: block; margin: 8px 0 2px; font-size: 14px; }
.metric-blue { color: var(--blue); }.metric-orange { color: var(--orange); }.metric-green { color: var(--green); }
.chart { position: relative; grid-column: span 2; min-height: 205px; overflow: hidden; }
.panel-title { display: flex; justify-content: space-between; font-size: 10px; }
.panel-title span { color: var(--muted); font-size: 8px; }
.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin: 0 4px; }.dot.green { background: var(--green); }.dot.coral { background: var(--coral); }
.bars { position: absolute; inset: 64px 16px 18px; display: flex; align-items: end; justify-content: space-around; border-bottom: 1px solid var(--border); background: repeating-linear-gradient(to bottom, #edf1f6 0 1px, transparent 1px 37px); }
.bars i { width: 9px; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(33,166,117,.38), rgba(33,166,117,.72)); }
.chart svg { position: absolute; z-index: 2; inset: 60px 16px 20px; width: calc(100% - 32px); height: 118px; overflow: visible; }
.chart path { fill: none; stroke: var(--blue); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 4px 4px rgba(36,107,222,.18)); }
.due-list { min-height: 205px; font-size: 10px; }
.due-list > strong { display: block; margin-bottom: 14px; }
.due-list p { display: grid; grid-template-columns: 8px 1fr; gap: 4px 7px; align-items: center; margin: 0; padding: 12px 0; border-top: 1px solid #edf1f6; }
.due-list p i { grid-row: span 2; width: 7px; height: 7px; border-radius: 50%; }.danger { background: var(--coral); }.warning { background: var(--orange); }
.due-list p b { grid-column: 2; color: var(--muted); font-size: 8px; }
.floating-card { position: absolute; z-index: 3; bottom: 0; right: -25px; display: flex; align-items: center; gap: 10px; width: 225px; padding: 13px 15px; border: 1px solid #dce6f1; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 16px 45px rgba(32,64,102,.18); }
.floating-card > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: #fff; background: var(--green); }
.floating-card strong, .floating-card small { display: block; }.floating-card strong { font-size: 10px; }.floating-card small { color: var(--muted); font-size: 8px; }

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; padding: 24px 0; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.stat-strip div { padding: 4px 30px; border-left: 1px solid var(--border); }.stat-strip div:last-child { border-left: 0; }
.stat-strip strong, .stat-strip span { display: block; }.stat-strip strong { color: var(--blue-dark); font-size: 21px; }.stat-strip span { color: var(--muted); font-size: 12px; }

.content-section { padding-block: 105px; }
.section-heading { max-width: 690px; margin: 0 auto 46px; text-align: center; }
.section-heading h2 { margin: 10px 0 8px; font-size: clamp(28px, 3vw, 40px); line-height: 1.55; letter-spacing: -1px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.section-heading.align-right { margin-inline: 0; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 238px; padding: 27px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 15px; text-align: center; background: #fff; border: 1px solid var(--border); border-radius: 17px; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.feature-card > div { width: 100%; }
.feature-card:hover { transform: translateY(-4px); border-color: #b9cce7; box-shadow: 0 18px 45px rgba(30, 60, 96, .08); }
.feature-card.featured { background: linear-gradient(145deg, #f2f7ff, #fff); border-color: #c8d9ef; }
.feature-icon { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: var(--blue); background: var(--soft-blue); font-size: 20px; font-weight: 800; }
.feature-icon.purple { color: var(--purple); background: #f1edff; }.feature-icon.green { color: var(--green); background: #eaf8f3; }.feature-icon.orange { color: var(--orange); background: #fff2e7; }.feature-icon.teal { color: #1497a5; background: #e7f8fa; }.feature-icon.navy { color: #293681; background: #ebedf8; }.feature-icon.red { color: #d45568; background: #fff0f3; }.feature-icon.blue { color: #3474e5; background: #edf4ff; }.feature-icon.warning-icon { color: #b87212; background: #fff5df; }
.feature-card h3 { margin: 0 0 8px; font-size: 17px; text-align: center; }.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; text-align: center; }

.workflow-section { padding-block: 90px; color: #fff; background: linear-gradient(135deg, #132a51, #174d91); }
.workflow-inner { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 80px; }
.workflow-section .section-heading { margin-bottom: 0; }.workflow-section .section-heading h2 { color: #fff; }.workflow-section .section-heading p { color: #b9cce6; }
.eyebrow.light { color: #8dc5ff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps article { min-height: 210px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); }
.steps b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; color: #16477f; background: #fff; }.steps h3 { margin: 22px 0 7px; font-size: 16px; }.steps p { margin: 0; color: #c4d4e8; font-size: 12px; }

.testimonials-section { padding-bottom: 40px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.testimonial-card { position: relative; min-height: 285px; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 14px 40px rgba(32, 60, 95, .055); overflow: hidden; }
.testimonial-card::before { content: ""; position: absolute; top: 0; right: 30px; width: 48px; height: 3px; border-radius: 0 0 5px 5px; background: var(--blue); }
.quote-mark { position: absolute; top: 17px; left: 24px; color: #e4edfa; font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.stars { direction: ltr; width: fit-content; color: #f5aa2c; font-family: Arial, sans-serif; font-size: 14px; letter-spacing: 2px; }
.muted-star { color: #d9e0e9; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 23px 0 27px; color: #4e5d72; font-size: 13px; line-height: 2.15; }
.testimonial-person { margin-top: auto; padding-top: 19px; display: flex; align-items: center; gap: 11px; border-top: 1px solid #edf1f6; }
.testimonial-person img, .avatar-placeholder { flex: 0 0 auto; width: 43px; height: 43px; border-radius: 13px; object-fit: cover; }
.avatar-placeholder { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #4f8cf0, #246bde); font-size: 12px; font-weight: 700; }
.purple-avatar { background: linear-gradient(145deg, #8e75e9, #6850c7); }.green-avatar { background: linear-gradient(145deg, #45c095, #20966e); }
.testimonial-person div { min-width: 0; }.testimonial-person strong, .testimonial-person small { display: block; }.testimonial-person strong { font-size: 13px; }.testimonial-person small { color: var(--muted); font-size: 10px; }
.verified-badge { margin-right: auto; padding: 4px 9px; border-radius: 20px; color: #16845e; background: #e9f8f2; font-size: 9px; font-weight: 700; white-space: nowrap; }
.sample-card { border-style: dashed; }.sample-card::before { background: #b2bfce; }.sample-badge { position: absolute; top: 17px; left: 22px; padding: 4px 9px; border-radius: 20px; color: #748296; background: #eef2f6; font-size: 9px; font-weight: 700; }.sample-card .quote-mark { display: none; }
.testimonial-note { margin: 18px 0 0; color: var(--muted); text-align: center; font-size: 10px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; max-width: 1120px; margin-inline: auto; }
.price-card { position: relative; padding: 33px; background: #fff; border: 1px solid var(--border); border-radius: 19px; }
.price-card > span { color: var(--blue); font-size: 12px; font-weight: 800; }.price-card h3 { margin: 9px 0 3px; font-size: 23px; }.price-card > p { margin: 0; color: var(--muted); font-size: 12px; }.price-card ul { min-height: 148px; margin: 25px 0; padding: 20px 0 0; border-top: 1px solid var(--border); list-style: none; }.price-card li { margin: 9px 0; color: #536176; font-size: 13px; }.price-card li::before { content: "✓"; margin-left: 8px; color: var(--green); font-weight: 900; }.price-card .button { width: 100%; }
.plan-limits { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }.plan-limits small { padding: 4px 8px; color: #5e6f85; background: #f3f6fa; border-radius: 7px; font-size: 9px; }
.price-card.popular { border: 2px solid var(--blue); box-shadow: 0 22px 55px rgba(36,107,222,.12); transform: translateY(-10px); }.popular-badge { position: absolute; top: -15px; left: 25px; padding: 5px 15px; border-radius: 20px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 800; }

.faq-section { padding-bottom: 105px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-section .section-heading { margin-bottom: 0; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 22px; background: #fff; border: 1px solid var(--border); border-radius: 13px; }
.faq-list summary { padding: 19px 0; cursor: pointer; font-size: 14px; font-weight: 700; }.faq-list p { margin: -2px 0 20px; color: var(--muted); font-size: 12px; }

.final-cta { margin-bottom: 70px; padding: 45px 50px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #fff; background: linear-gradient(130deg, #246bde, #174da9); border-radius: 23px; box-shadow: 0 23px 55px rgba(36,107,222,.2); }
.final-cta > div > span { color: #bcd8ff; font-size: 12px; }.final-cta h2 { margin: 6px 0 3px; font-size: 28px; }.final-cta p { margin: 0; color: #dbeaff; font-size: 12px; }.final-cta .actions { margin: 0; white-space: nowrap; }
.button-white { color: var(--blue-dark); background: #fff; }.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.6); }

footer { padding: 58px 0 20px; background: #fff; border-top: 1px solid var(--border); }
.footer-inner { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }.footer-brand p { max-width: 350px; color: var(--muted); font-size: 12px; }.footer-inner > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }.footer-inner > div > strong { margin-bottom: 7px; font-size: 13px; }.footer-inner > div > a { color: var(--muted); font-size: 12px; }.footer-inner > div > a:hover { color: var(--blue); }
.copyright { margin-top: 45px; padding-top: 19px; display: flex; justify-content: space-between; color: #8a96a7; border-top: 1px solid var(--border); font-size: 10px; }

@media (max-width: 1180px) {
    .site-header nav { display: none; }
    .header-actions { margin-right: auto; }
    .hero { grid-template-columns: 1fr; padding: 58px 45px; }
    .hero-copy { text-align: center; }.hero-copy > p, h1 { margin-inline: auto; }.hero .actions, .trust-row { justify-content: center; }
    .product-stage { min-width: 0; width: 100%; max-width: 850px; margin-inline: auto; }
    .workflow-inner { grid-template-columns: 1fr; gap: 35px; }.workflow-section .section-heading { text-align: center; margin-inline: auto; }
}
@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 1400px); }
    .site-header { min-height: 72px; }.text-link { display: none; }
    .hero { min-height: 0; padding: 45px 25px; }
    h1 { font-size: 39px; }
    .product-preview { transform: none; }.product-stage { min-width: 710px; transform: scale(.82); transform-origin: right top; margin-bottom: -70px; }
    .stat-strip, .feature-grid, .pricing-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }.stat-strip div:nth-child(2) { border-left: 0; }
    .steps { grid-template-columns: 1fr; }.steps article { min-height: 0; }
    .faq-section { grid-template-columns: 1fr; gap: 25px; }.faq-section .section-heading { text-align: center; margin-inline: auto; }
    .final-cta { flex-direction: column; text-align: center; }.footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .site-header { top: 7px; margin-top: 7px; padding-inline: 15px; }.site-header .button { display: none; }
    .brand { font-size: 16px; }.brand-mark { width: 35px; height: 35px; }
    .hero { margin-top: 12px; border-radius: 21px; }.hero-copy > p { font-size: 14px; }.actions { flex-direction: column; }.actions .button { width: 100%; }
    .product-stage { display: none; }
    .stat-strip, .feature-grid, .pricing-grid, .testimonial-grid { grid-template-columns: 1fr; }.stat-strip div { border-left: 0; border-bottom: 1px solid var(--border); }.stat-strip div:last-child { border-bottom: 0; }
    .content-section { padding-block: 75px; }.price-card.popular { transform: none; }
    .workflow-section { padding-block: 65px; }.final-cta { padding: 38px 25px; }.final-cta .actions { width: 100%; }
    .footer-inner { grid-template-columns: 1fr 1fr; gap: 35px 20px; }.footer-brand { grid-column: 1 / -1; }.copyright { flex-direction: column; gap: 5px; }
}

/* Product screenshots and full feature tour */
.product-gallery-section { padding-block: 105px 65px; }
.gallery-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr);
    gap: 34px;
    align-items: center;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: 0 22px 65px rgba(30,60,96,.08);
}
.software-shot, .features-hero-shot { position: relative; padding: 0; overflow: hidden; background:#edf3fa; border:0; cursor:zoom-in; font:inherit; }
.software-shot-main { aspect-ratio: 1450 / 860; border:1px solid #d7e0eb; border-radius:14px; box-shadow:0 15px 38px rgba(28,54,87,.13); }
.software-shot img, .features-hero-shot img { width:100%; height:100%; display:block; object-fit:cover; }
.software-shot span, .features-hero-shot span { position:absolute; right:50%; bottom:15px; transform:translateX(50%); padding:7px 12px; color:#fff; background:rgba(18,35,58,.82); border-radius:20px; opacity:0; transition:.2s ease; font-size:9px; white-space:nowrap; }
.software-shot:hover span, .software-shot:focus-visible span, .features-hero-shot:hover span, .features-hero-shot:focus-visible span { opacity:1; }
.gallery-copy { padding:12px 5px; }.gallery-copy>span { color:var(--blue); font-size:11px; font-weight:800; }.gallery-copy h3 { margin:7px 0 10px; font-size:26px; line-height:1.6; }.gallery-copy p { color:var(--muted); font-size:13px; line-height:2; }.gallery-copy ul,.tour-row ul { margin:20px 0 0; padding:0; list-style:none; }.gallery-copy li,.tour-row li { margin:8px 0; color:#526176; font-size:11px; }.gallery-copy li::before,.tour-row li::before { content:"✓"; margin-left:8px; color:var(--green); font-weight:900; }
.gallery-highlights { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:17px; }.gallery-highlights article { padding:13px 13px 20px; background:#fff; border:1px solid var(--border); border-radius:15px; }.gallery-highlights h3 { margin:16px 7px 4px; font-size:15px; }.gallery-highlights p { margin:0 7px; color:var(--muted); font-size:11px; line-height:1.9; }
.software-crop { height:190px; overflow:hidden; background:#eef3f8; border:1px solid #dfe6ef; border-radius:10px; }.software-crop img,.tour-media img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .3s ease; }.gallery-highlights article:hover img { transform:scale(1.035); }
.crop-chart img { object-position:24% 55%; }.crop-due img { object-position:60% 43%; }.crop-accounts img { object-position:63% 82%; }.crop-sidebar img { object-position:96% 50%; }.crop-transactions img { object-position:26% 84%; }.crop-dashboard img { object-position:45% 30%; }
.gallery-action { display:flex; justify-content:center; margin-top:27px; }
.image-dialog { width:min(94vw,1500px); padding:12px; background:#fff; border:0; border-radius:17px; box-shadow:0 30px 100px rgba(8,25,48,.32); }.image-dialog::backdrop { background:rgba(8,20,40,.72); backdrop-filter:blur(5px); }.image-dialog img { width:100%; display:block; border-radius:10px; }.image-dialog button { position:absolute; z-index:2; top:22px; left:22px; width:38px; height:38px; color:#fff; background:rgba(16,31,53,.82); border:0; border-radius:50%; cursor:pointer; font:24px/1 Arial,sans-serif; }

.features-page { padding-top:25px; }.features-hero { min-height:640px; padding:58px; display:grid; grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr); align-items:center; gap:55px; overflow:hidden; background:radial-gradient(circle at 5% 10%,#e0edff 0,transparent 32%),#fff; border:1px solid var(--border); border-radius:28px; }.features-hero h1 { margin:18px 0; font-size:clamp(36px,3.6vw,56px); }.features-hero>div>p { color:var(--muted); font-size:15px; line-height:2.1; }.features-hero-shot { aspect-ratio:1450/860; border:1px solid #d6e0ec; border-radius:15px; box-shadow:0 28px 75px rgba(25,52,86,.22); transform:perspective(1300px) rotateY(-2deg); }
.feature-tour { padding-block:105px; }.tour-row { min-height:490px; display:grid; grid-template-columns:1.12fr .88fr; align-items:center; gap:60px; padding:45px 0; border-bottom:1px solid var(--border); }.tour-row.reverse { grid-template-columns:.88fr 1.12fr; }.tour-row.reverse .tour-media { order:2; }.tour-row>div:not(.tour-media) { padding:15px; }.tour-row>div>span { display:inline-grid; place-items:center; width:40px; height:40px; color:var(--blue); background:var(--soft-blue); border-radius:11px; font-size:11px; font-weight:800; }.tour-row h2 { margin:14px 0 8px; font-size:30px; }.tour-row p { color:var(--muted); font-size:13px; line-height:2.1; }.tour-media { height:390px; overflow:hidden; background:#edf3f8; border:1px solid #d5e0ec; border-radius:16px; box-shadow:0 20px 55px rgba(32,60,96,.11); }
.site-header nav a.current { color:var(--blue); }.site-header nav a.current::after { width:100%; }

@media (max-width: 1100px) {
    .gallery-feature,.features-hero { grid-template-columns:1fr; }.gallery-copy { text-align:center; }.gallery-copy ul { width:fit-content; margin-inline:auto; text-align:right; }.features-hero { padding:48px 38px; text-align:center; }.features-hero h1 { margin-inline:auto; }.features-hero .actions { justify-content:center; }.features-hero-shot { transform:none; }.tour-row,.tour-row.reverse { grid-template-columns:1fr; gap:25px; }.tour-row.reverse .tour-media { order:0; }.tour-row>div:not(.tour-media) { text-align:center; }.tour-row ul { width:fit-content; margin-inline:auto; text-align:right; }
}
@media (max-width: 760px) {
    .gallery-highlights { grid-template-columns:1fr; }.software-crop { height:260px; }.gallery-feature { padding:13px; }.tour-media { height:300px; }.feature-tour { padding-block:70px; }.tour-row { min-height:0; padding:35px 0; }.features-hero { min-height:0; padding:38px 22px; border-radius:20px; }
}
@media (max-width: 560px) {
    .product-gallery-section { padding-block:70px 35px; }.gallery-copy h3 { font-size:22px; }.software-crop { height:205px; }.features-hero-shot { display:block; }.tour-media { height:230px; }.tour-row h2 { font-size:25px; }.image-dialog { width:96vw; padding:7px; }.image-dialog button { top:13px; left:13px; }
}
