@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
    --paper: #f8faf7;
    --white: #ffffff;
    --ink: #192c26;
    --muted: #5d6c65;
    --green: #204d3b;
    --lime: #d5ee9b;
    --line: #dce3dc;
    --soft: #edf2e9;
    --orange: #b94829;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: 0; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
::selection { color: var(--ink); background: var(--lime); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand { font-family: 'Manrope', sans-serif; }
h1, h2, h3 { font-weight: 600; line-height: 1.15; }
h2 { font-size: 42px; }
h3 { font-size: 23px; }
p { color: var(--muted); }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 20px; background: var(--white); z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,250,247,.97); border-bottom: 1px solid var(--line); }
.header-inner { height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { font-size: 29px; font-weight: 800; line-height: 1; }
.brand span { color: var(--orange); }
.brand small { display: block; font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 600; margin-top: 9px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 550; }
.main-nav > a:not(.button), .product-menu > summary { padding-block: 12px; }
.main-nav a:hover, .product-menu > summary:hover { color: var(--orange); }
.main-nav .button:hover { color: var(--white); }
.product-menu { position: relative; }
.product-menu summary { cursor: pointer; list-style: none; display: flex; gap: 8px; align-items: center; }
.product-menu summary::-webkit-details-marker { display: none; }
.product-menu summary::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg) translateY(-2px); }
.product-menu[open] summary::after { transform: rotate(225deg); }
.product-dropdown { position: absolute; top: calc(100% + 8px); right: -55px; width: 300px; padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 12px 36px #192c2612; }
.product-dropdown a { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.product-dropdown img { width: 42px; height: 42px; object-fit: contain; }
.product-dropdown .tool-menu-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--soft); border-radius: 6px; color: var(--green); }
.product-dropdown strong { display: block; font-size: 17px; }
.product-dropdown small { color: var(--muted); font-size: 12px; }
.product-dropdown a + a { margin-top: 14px; }
.product-dropdown .all-products { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px; font-size: 13px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 4px; background: transparent; align-items: center; justify-content: center; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 22px; min-height: 48px; font-size: 14px; font-weight: 600; background: var(--green); color: var(--white); border: 1px solid transparent; border-radius: 4px; transition: background .2s, transform .2s; }
.button:hover { background: #163d2d; transform: translateY(-2px); }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: #e1f6b4; }
.button-outline { background: transparent; color: var(--ink); border-color: #abb8a9; }
.button-outline:hover { background: var(--soft); }
.button-small { min-height: 42px; padding: 9px 18px; }
.arrow { font-size: 20px; font-weight: 400; line-height: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 650; text-transform: uppercase; margin-bottom: 24px; color: var(--green); }
.eyebrow::before { content: ''; width: 7px; height: 7px; background: var(--orange); }
.hero { position: relative; isolation: isolate; background: #183d30; color: white; overflow: hidden; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(14,39,29,.94) 0%, rgba(14,39,29,.86) 38%, rgba(14,39,29,.2) 100%); }
.hero-content { padding-block: 66px 52px; }
.hero .eyebrow { color: #e2eddf; }
.hero .eyebrow::before { background: var(--lime); }
.hero h1 { font-size: 94px; font-weight: 600; }
.hero h1 span { color: var(--lime); }
.hero-tagline { font-family: 'Manrope', sans-serif; color: var(--white); font-size: 36px; line-height: 1.3; max-width: 590px; margin: 18px 0; }
.hero-description { color: #d6e2d8; max-width: 470px; font-size: 16px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; padding-block: 8px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 11px; margin-top: 44px; padding-top: 20px; border-top: 1px solid #ffffff30; color: #d6e2d8; }
.hero-bottom span:first-child { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.clients { padding-block: 30px; border-bottom: 1px solid var(--line); background: var(--white); }
.clients-inner { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 42px; align-items: center; }
.clients-label { font-size: 12px; max-width: 130px; }
.client-logo { width: 100%; height: 49px; object-fit: contain; }
.client-logo.pg { height: 39px; }
.client-logo.vvs { height: 62px; }
.fairflow { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 700; }
.fairflow img { width: 46px; height: 46px; object-fit: contain; }
.section { padding-block: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 42px; }
.section-heading h2 { max-width: 590px; }
.section-heading > p { max-width: 355px; font-size: 15px; }
.section-heading .eyebrow { margin-bottom: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service { padding: 30px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.service-number { font-size: 12px; color: var(--orange); display: block; margin-bottom: 34px; }
.service h3 { font-size: 21px; margin-bottom: 15px; }
.service h2 { font-size: 23px; margin-bottom: 15px; }
.service p { font-size: 14px; }
.service-contact { background: var(--soft); display: flex; flex-direction: column; align-items: start; justify-content: space-between; gap: 20px; }
.service-contact h3 { font-size: 27px; max-width: 230px; }
.project-section { background: var(--soft); border-block: 1px solid var(--line); }
.project-layout { display: grid; grid-template-columns: .85fr 1.4fr; gap: 70px; align-items: center; }
.project-layout + .project-layout { margin-top: 90px; }
.project-layout-reverse { grid-template-columns: 1.4fr .85fr; }
.project-copy h3 { font-size: 52px; margin-bottom: 17px; }
.project-copy p { margin-bottom: 24px; max-width: 340px; }
.tags { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 26px; }
.tag { padding: 4px 9px; border: 1px solid #c8d4c5; font-size: 10px; font-weight: 600; border-radius: 3px; }
.product-preview { display: block; transition: transform .3s; }
.product-preview:hover { transform: translateY(-5px); }
.product-preview img { width: 100%; height: auto; border: 1px solid #3c4440; border-radius: 5px; box-shadow: 0 18px 40px #192c2618; }
.preview-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; font-size: 11px; color: var(--muted); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-layout h2 { margin-bottom: 28px; }
.about-layout p + p { margin-top: 18px; }
.principle { padding: 24px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; gap: 20px; }
.principle > span { color: var(--orange); font-size: 12px; }
.principle h3 { font-size: 19px; margin-bottom: 10px; }
.principle p { font-size: 14px; }
.contact { padding-block: 65px; background: var(--green); color: var(--white); }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.contact .eyebrow { color: var(--lime); margin-bottom: 18px; }
.contact .eyebrow::before { background: var(--lime); }
.contact h2 { max-width: 660px; }
.contact p { color: #d7e4da; margin-top: 20px; }
.contact a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.site-footer { padding-block: 36px 24px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-top { padding-bottom: 28px; }
.footer-top .brand { font-size: 24px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; font-size: 13px; }
.footer-links a:hover { text-decoration: underline; }
.footer-links .social-link { display: inline-flex; color: var(--ink); }
.footer-links .social-link:hover { text-decoration: none; color: var(--orange); }
.footer-bottom { padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); align-items: start; }
.footer-bottom p { max-width: 560px; }
.product-hero { text-align: center; padding-top: 42px; background: radial-gradient(ellipse at 50% 60%, #e5eddf, transparent 70%), var(--paper); }
.breadcrumb { font-size: 12px; color: var(--muted); display: flex; gap: 12px; margin-bottom: 32px; }
.breadcrumb a:hover { text-decoration: underline; }
.product-title { display: flex; justify-content: center; align-items: center; gap: 18px; }
.product-title img { width: 68px; height: 68px; object-fit: contain; }
.product-title h1 { font-size: 76px; }
.product-hero .eyebrow { justify-content: center; margin-bottom: 18px; }
.product-subtitle { font-size: 29px; color: var(--ink); margin-top: 18px; line-height: 1.3; }
.product-description { max-width: 585px; margin: 16px auto 0; font-size: 15px; }
.product-hero .hero-actions { justify-content: center; gap: 12px; margin-top: 24px; }
.platform-note { font-size: 11px; margin-top: 14px; }
.product-screenshot { margin: 38px auto 0; max-width: 1040px; }
.product-screenshot img { width: 100%; height: auto; border: 1px solid #39453f; border-radius: 6px 6px 0 0; box-shadow: 0 12px 40px #192c2620; }
.product-facts { border-block: 1px solid var(--line); background: var(--white); padding-block: 24px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.fact-grid strong { display: block; font-size: 15px; font-weight: 600; }
.fact-grid span { font-size: 12px; color: var(--muted); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.workflow { border-top: 1px solid var(--line); padding-top: 24px; }
.workflow .service-number { margin-bottom: 22px; }
.workflow h3 { margin-bottom: 16px; }
.workflow p { font-size: 14px; }
.gallery-section { background: var(--soft); }
.gallery-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.gallery-tab { background: transparent; border: 1px solid #becbbb; border-radius: 4px; color: var(--ink); padding: 10px 20px; font-size: 13px; }
.gallery-tab[aria-selected="true"] { background: var(--green); color: var(--white); border-color: var(--green); }
.gallery-panel { margin: 0; }
.gallery-panel[hidden] { display: none; }
.gallery-panel img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #1e1e2e; border: 1px solid #39453f; border-radius: 5px; }
.gallery-panel figcaption { display: flex; justify-content: space-between; gap: 24px; margin-top: 18px; font-size: 13px; color: var(--muted); }
.gallery-panel figcaption strong { color: var(--ink); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 45px; }
.feature h3 { font-size: 19px; margin-bottom: 14px; }
.feature p { font-size: 14px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); padding: 21px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 22px; line-height: 1.2; color: var(--green); }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list p { margin-top: 15px; font-size: 14px; }
.faq-list p a { text-decoration: underline; }
.download-section { padding-block: 66px; background: var(--green); color: white; text-align: center; }
.download-section p { margin-top: 18px; color: #dae6d9; }
.download-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.download-section .platform-note { font-size: 12px; }
.download-section .platform-note a { text-decoration: underline; text-underline-offset: 3px; }
.setuno-page {
    --bg: #f4f4fa;
    --surface: #ffffff;
    --surface-alt: #e8e8f5;
    --border: #c3c3dd;
    --accent: #1677FF;
    --accent-strong: #2F8BFF;
    --text: #2c2c44;
    --muted-text: #50506e;
    --icon: #2c2c44;
    --selection: #8686AC;
    --badge: #1677FF;
    --badge-text: #ffffff;
    --paper: var(--bg);
    --white: var(--surface);
    --ink: var(--text);
    --muted: var(--muted-text);
    --green: var(--accent);
    --lime: var(--surface-alt);
    --line: var(--border);
    --soft: var(--surface-alt);
    --orange: var(--accent);
}
.setuno-page ::selection { background: var(--selection); color: var(--surface); }
.setuno-page .site-header { background: var(--bg); }
.setuno-page .product-hero { background: var(--bg); }
.setuno-page .product-dropdown { box-shadow: 0 12px 36px #2c2c4412; }
.setuno-page .menu-icon, .setuno-page .menu-icon::before, .setuno-page .menu-icon::after { background: var(--icon); }
.setuno-page .button:hover { background: var(--accent-strong); }
.setuno-page .button-outline { border-color: var(--border); }
.setuno-page .button-outline:hover { background: var(--surface-alt); }
.setuno-page .button-light { background: var(--surface); color: var(--text); }
.setuno-page .button-light:hover { background: var(--surface-alt); }
.setuno-page .product-screenshot img { border-color: var(--border); box-shadow: 0 12px 40px #2c2c4420; }
.setuno-page .gallery-tab { border-color: var(--border); }
.setuno-page .gallery-tab[aria-selected="true"] { border-color: var(--accent); }
.setuno-page .gallery-panel img { aspect-ratio: auto; background: var(--surface); border-color: var(--border); }
.setuno-page .download-section p { color: var(--surface); }
.version-badge { display: inline-block; margin-top: 16px; padding: 4px 10px; background: var(--badge); color: var(--badge-text); border-radius: 3px; font-size: 13px; font-weight: 600; }
.product-about { border-bottom: 1px solid var(--line); }
.product-about .about-layout { align-items: start; }
.fairflow-page {
    --bg: #eef1f8;
    --surface: #ffffff;
    --surface-alt: #e4e9f5;
    --border: #d3dbec;
    --accent: #2b3d8f;
    --accent-strong: #1f2d70;
    --text: #16213e;
    --muted-text: #5b6684;
    --icon: #16213e;
    --selection: #b9c3e6;
    --badge: #2b3d8f;
    --badge-text: #ffffff;
    --paper: var(--bg);
    --white: var(--surface);
    --ink: var(--text);
    --muted: var(--muted-text);
    --green: var(--accent);
    --lime: var(--surface-alt);
    --line: var(--border);
    --soft: var(--surface-alt);
    --orange: var(--accent-strong);
}
.fairflow-page ::selection { background: var(--selection); color: var(--surface); }
.fairflow-page .site-header { background: var(--bg); }
.fairflow-page .product-hero { background: var(--bg); }
.fairflow-page .product-dropdown { box-shadow: 0 12px 36px #16213e12; }
.fairflow-page .menu-icon, .fairflow-page .menu-icon::before, .fairflow-page .menu-icon::after { background: var(--icon); }
.fairflow-page .button:hover { background: var(--accent-strong); }
.fairflow-page .button-outline { border-color: var(--border); }
.fairflow-page .button-outline:hover { background: var(--surface-alt); }
.fairflow-page .button-light { background: var(--surface); color: var(--text); }
.fairflow-page .button-light:hover { background: var(--surface-alt); }
.fairflow-page .product-screenshot img { border-color: var(--border); box-shadow: 0 12px 40px #16213e20; }
.fairflow-page .gallery-tab { border-color: var(--border); }
.fairflow-page .gallery-tab[aria-selected="true"] { border-color: var(--accent); }
.fairflow-page .gallery-panel img { aspect-ratio: auto; background: var(--surface); border-color: var(--border); }
.fairflow-page .download-section p { color: var(--surface); }
.page-intro { padding-block: 54px 62px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, var(--paper), var(--soft)); }
.page-intro h1 { font-size: 52px; max-width: 850px; }
.page-intro .lead { max-width: 650px; margin-top: 22px; font-size: 18px; }
.prose { max-width: 780px; }
.prose h2 { font-size: 26px; margin-bottom: 18px; }
.prose h2:not(:first-child) { margin-top: 38px; }
.prose p + p { margin-top: 16px; }
.prose a:not(.button) { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.prose address { font-style: normal; color: var(--muted); }
.prose .button { margin-top: 24px; }
.contact-details { margin: 0; }
.contact-details dt { margin-top: 24px; font-weight: 600; }
.contact-details dd { margin: 6px 0 0; color: var(--muted); overflow-wrap: anywhere; }
.contact-details a { text-decoration: underline; text-underline-offset: 4px; }
.copy-email-button { display: inline-flex; align-items: center; margin-left: 8px; padding: 2px 8px; font-size: 11px; font-weight: 600; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--muted); }
.copy-email-button:hover { color: var(--ink); border-color: var(--ink); }
.copy-email-button.is-copied { color: var(--green); border-color: var(--green); }
.error-number { font-size: 80px; line-height: 1; color: var(--green); margin-bottom: 24px; }

/* Free online tools */
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tool-card { padding: 34px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.tool-card .tool-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--soft); color: var(--green); }
.tool-card h3 { font-size: 23px; }
.tool-card p { font-size: 14px; flex-grow: 1; }
.tool-badges { display: flex; gap: 8px; flex-wrap: wrap; }

.tool-panel { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 32px; min-width: 0; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.field input[type="text"], .field input[type="url"], .field input[type="number"], .field select { width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); font: inherit; }
.field-row { display: flex; flex-wrap: wrap; gap: 16px; }
.field-row .field { flex: 1 1 150px; min-width: 0; }
.color-field { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 4px; padding: 6px 10px; background: var(--paper); min-width: 0; }
.color-field input[type="color"] { flex-shrink: 0; width: 32px; height: 32px; border: none; padding: 0; background: none; }
.color-field input[type="text"] { border: none; background: none; padding: 4px 0; width: 100%; min-width: 0; }
.qr-preview { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 28px; border: 1px dashed var(--line); border-radius: 8px; background: var(--soft); min-width: 0; }
.qr-preview img, .qr-preview svg { width: 100%; max-width: 320px; min-width: 0; height: auto; background: #fff; border-radius: 6px; }
.qr-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 320px; aspect-ratio: 1 / 1; border-radius: 6px; background: #fff; color: var(--muted); }
.qr-preview.is-checkerboard img, .qr-preview.is-checkerboard .qr-placeholder { background: repeating-conic-gradient(#e5e5e5 0% 25%, #fff 0% 50%) 0 0 / 16px 16px; }
.qr-preview-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 28px; }
.field-checkbox { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.field-checkbox input { width: 16px; height: 16px; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 6px; }
.form-error { font-size: 13px; color: var(--orange); margin-top: 10px; display: none; }

.tap-panel { text-align: center; padding: 40px 20px; }
.tap-button { width: 160px; height: 160px; border-radius: 50%; background: var(--green); color: #fff; font-size: 20px; font-weight: 700; border: none; cursor: pointer; transition: transform .1s, background .2s; }
.tap-button:hover { background: #163d2d; }
.tap-button:active { transform: scale(0.94); }
.tap-readout { margin-top: 24px; font-size: 44px; font-family: 'Manrope', sans-serif; font-weight: 700; }
.tap-readout span { font-size: 16px; color: var(--muted); font-weight: 500; }

.dropzone { border: 2px dashed var(--line); border-radius: 8px; padding: 44px 24px; text-align: center; cursor: pointer; transition: border-color .2s, background .2s; }
.dropzone.is-dragover { border-color: var(--green); background: var(--soft); }
.dropzone input[type="file"] { display: none; }
.dropzone p { margin: 0; }

.analysis-result { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.result-stat { border: 1px solid var(--line); border-radius: 8px; padding: 22px; text-align: center; }
.result-stat strong { display: block; font-size: 38px; font-family: 'Manrope', sans-serif; color: var(--ink); }
.result-stat span { font-size: 12px; color: var(--muted); }
.camelot-badge { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 700; font-size: 15px; margin-top: 8px; }
.confidence-bar { height: 5px; border-radius: 3px; background: var(--line); margin-top: 10px; overflow: hidden; }
.confidence-bar span { display: block; height: 100%; background: var(--green); }

.converter-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.converter-table th, .converter-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
.converter-table th { color: var(--muted); font-weight: 600; font-size: 11px; text-transform: uppercase; }
.converter-table td:last-child, .converter-table th:last-child { text-align: right; font-variant-numeric: tabular-nums; }

.tool-panel-narrow { max-width: 640px; margin-inline: auto; }
.progress-wrap { margin-top: 20px; }
.progress-bar { height: 8px; border-radius: 4px; background: var(--line); overflow: hidden; }
.progress-bar-fill { display: block; height: 100%; width: 0%; background: var(--green); transition: width .2s ease; }
.progress-label { margin-top: 8px; font-size: 12px; color: var(--muted); }
.range-field { margin-top: 24px; }
.range-field .range-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.range-field .range-value { color: var(--muted); font-weight: 500; font-variant-numeric: tabular-nums; }
.range-field input[type="range"] { width: 100%; accent-color: var(--green); }
.trim-result { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 28px; }
.trim-duration { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 18px; }
.trim-duration .arrow { color: var(--muted); font-weight: 400; }
.trim-result audio { width: 100%; display: block; }
.trim-result .download-actions { margin-top: 20px; text-align: center; }

@keyframes enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.hero-content h1, .product-title { animation: enter .65s ease both; }
.hero-tagline, .product-subtitle { animation: enter .65s .1s ease both; }
@media (min-width: 1600px) { .hero-content { padding-block: 85px 60px; } }
@media (max-width: 1000px) {
    .container { width: calc(100% - 56px); }
    .main-nav { gap: 22px; }
    .project-layout { gap: 35px; }
    .about-layout, .faq-layout { gap: 45px; }
    .clients-inner { gap: 24px; }
    h2 { font-size: 35px; }
    .service { padding: 24px; }
    .tool-layout { gap: 32px; }
    .tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .page-intro { padding-block: 32px 42px; }
    .page-intro h1 { font-size: 36px; }
    .page-intro .lead { font-size: 16px; }
    html { scroll-padding-top: 88px; }
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 74px; height: auto; padding-block: 17px; flex-wrap: wrap; }
    .brand { font-size: 26px; }
    .brand small { font-size: 8px; margin-top: 6px; }
    .js .nav-toggle { display: flex; }
    .main-nav { width: 100%; gap: 8px; flex-direction: column; align-items: stretch; padding-top: 12px; }
    .js .main-nav { display: none; }
    .js .main-nav.is-open { display: flex; }
    .main-nav > a:not(.button), .product-menu > summary { padding: 10px 0; }
    .main-nav .button { align-self: start; margin-top: 6px; }
    .product-dropdown { position: static; width: 100%; margin-block: 6px; box-shadow: none; }
    .hero-content { padding-block: 42px 30px; }
    .hero h1 { font-size: 66px; }
    .hero-tagline { font-size: 29px; max-width: 420px; margin-top: 20px; }
    .hero-description { font-size: 14px; }
    .hero .eyebrow { font-size: 10px; margin-bottom: 18px; }
    .hero-actions { gap: 16px; margin-top: 24px; }
    .hero-bottom { margin-top: 32px; font-size: 10px; align-items: start; }
    .hero-bottom > span:last-child { max-width: 110px; text-align: right; }
    .hero::after { background: linear-gradient(90deg, #0e271dee, #0e271d99); }
    .clients { padding-block: 26px; }
    .clients-inner { grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .clients-label { grid-column: 1 / -1; max-width: none; text-align: center; font-size: 11px; }
    .client-logo { height: 32px; }
    .client-logo.pg { height: 28px; }
    .client-logo.vvs { height: 39px; }
    .fairflow { flex-direction: column; gap: 0; font-size: 10px; }
    .fairflow img { width: 30px; height: 30px; }
    .section { padding-block: 60px; }
    .section-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 30px; }
    h2 { font-size: 32px; }
    .section-heading > p { max-width: 500px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .service { padding: 22px 18px; }
    .service-number { margin-bottom: 24px; }
    .service h3 { font-size: 19px; }
    .service p { font-size: 13px; }
    .project-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .tools-grid, .tool-layout, .analysis-result { grid-template-columns: 1fr; }
    .tool-panel { padding: 18px; }
    .qr-preview { padding: 18px; }
    .tap-button { width: 130px; height: 130px; }
    .tap-readout { font-size: 34px; }
    .project-copy h3 { font-size: 44px; }
    .project-copy p { max-width: 500px; }
    .project-preview { max-width: 100%; }
    .preview-caption { font-size: 10px; }
    .contact { padding-block: 48px; }
    .contact-inner { flex-direction: column; align-items: start; }
    .footer-top, .footer-bottom { align-items: start; flex-direction: column; gap: 20px; }
    .footer-links { flex-wrap: wrap; gap: 20px; }
    .footer-bottom { gap: 10px; font-size: 11px; }
    .product-hero { padding-top: 24px; }
    .breadcrumb { margin-bottom: 28px; font-size: 11px; }
    .product-title h1 { font-size: 58px; }
    .product-title img { width: 52px; height: 52px; }
    .product-title { gap: 12px; }
    .product-subtitle { font-size: 24px; }
    .product-description { font-size: 14px; }
    .product-screenshot { margin-top: 30px; }
    .fact-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; text-align: left; }
    .fact-grid strong { font-size: 14px; }
    .workflow-grid { grid-template-columns: 1fr; gap: 28px; }
    .workflow .service-number { margin-bottom: 12px; }
    .gallery-tabs { gap: 7px; }
    .gallery-tab { font-size: 12px; padding: 9px 13px; }
    .gallery-panel figcaption { flex-direction: column; gap: 7px; }
    .feature-grid { grid-template-columns: 1fr; gap: 28px; }
    .download-section { padding-block: 48px; }
}
@media (max-width: 380px) {
    .hero h1 { font-size: 56px; }
    .hero-tagline { font-size: 25px; }
    .services-grid { grid-template-columns: 1fr; }
    .hero-actions { align-items: start; flex-direction: column; }
    .product-hero .hero-actions { align-items: center; }
    .clients-inner { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}