.solution-page,
.software-overview {
    --accent: #103f83;
    --accent-soft: #eaf2ff;
    --accent-rgb: 23, 105, 255;
}
.theme-cyan { --accent: #087fb5; --accent-soft: #e2f6fd; --accent-rgb: 8, 127, 181; }
.theme-green { --accent: #17825f; --accent-soft: #e5f5ee; --accent-rgb: 23, 130, 95; }
.theme-orange { --accent: #c25e18; --accent-soft: #fff0e4; --accent-rgb: 194, 94, 24; }
.theme-timhr { --accent: #ff5a20; --accent-soft: #fff1eb; --accent-rgb: 255, 90, 32; }
.theme-violet { --accent: #6849c6; --accent-soft: #f0ecff; --accent-rgb: 104, 73, 198; }
.theme-teal { --accent: #0b8b83; --accent-soft: #e3f7f5; --accent-rgb: 11, 139, 131; }
.theme-slate { --accent: #3e5e7c; --accent-soft: #e9eff5; --accent-rgb: 62, 94, 124; }

.solution-page .eyebrow,
.solution-page .text-link,
.solution-page .section-index { color: var(--accent); }
.solution-page .button { background: var(--accent); border-color: var(--accent); box-shadow: 0 12px 24px rgba(var(--accent-rgb), .2); }
.solution-page .button:hover { filter: brightness(.9); }

.product-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 96px;
    background:
        radial-gradient(circle at 90% 10%, rgba(var(--accent-rgb), .13), transparent 31%),
        linear-gradient(128deg, #f8fbff 0%, #fff 53%, var(--accent-soft) 140%);
}
.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image: linear-gradient(rgba(7, 27, 53, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 27, 53, .045) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000, transparent 62%);
}
.product-orbit { position: absolute; border: 1px solid rgba(var(--accent-rgb), .12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 540px; height: 540px; right: -260px; top: 25px; }
.orbit-two { width: 280px; height: 280px; right: -130px; top: 155px; }
.product-hero-grid { position: relative; display: grid; grid-template-columns: 1fr .86fr; gap: 76px; align-items: center; }
.product-logo-lockup { display: inline-flex; align-items: center; gap: 13px; margin: 3px 0 25px; padding: 9px 15px 9px 9px; background: rgba(255,255,255,.86); border: 1px solid rgba(var(--accent-rgb), .18); border-radius: 17px; box-shadow: 0 12px 32px rgba(7,27,53,.08); }
.product-logo-lockup img { width: 54px; height: 54px; object-fit: contain; border-radius: 13px; }
.product-logo-lockup span, .product-logo-lockup strong, .product-logo-lockup small { display: block; }
.product-logo-lockup strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.product-logo-lockup small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-kind { display: inline-flex; margin: 0 0 22px; padding: 6px 10px; color: var(--accent); background: var(--accent-soft); border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-hero-copy h1 { max-width: 700px; margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(43px, 5.1vw, 70px); font-weight: 700; line-height: 1.06; letter-spacing: -.055em; }
.product-lead { max-width: 690px; margin: 27px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.66; }
.product-hero .hero-actions { flex-wrap: wrap; }
.product-hero .hero-actions .text-link { color: var(--navy); }
.product-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: #53657a; font-size: 12px; font-weight: 700; }
.product-proof li { display: flex; align-items: center; gap: 7px; }
.product-proof li > span { display: grid; place-items: center; width: 18px; height: 18px; color: var(--accent); background: var(--accent-soft); border-radius: 50%; font-size: 9px; }

.product-console { overflow: hidden; color: #d7e2f0; background: #071b35; border: 1px solid rgba(255,255,255,.06); border-radius: 18px; box-shadow: 0 34px 90px rgba(7,27,53,.23); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.product-console::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.console-bar { display: flex; justify-content: space-between; align-items: center; height: 60px; padding: 0 22px; background: #0a2344; border-bottom: 1px solid rgba(255,255,255,.08); }
.console-brand { display: flex; align-items: center; gap: 9px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 700; }
.console-brand i { width: 10px; height: 10px; background: var(--accent); border-radius: 3px; box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .12); }
.console-user { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: rgba(255,255,255,.1); border-radius: 50%; font-size: 9px; font-weight: 800; }
.console-body { padding: 25px; }
.console-heading > span, .console-heading > strong { display: block; }
.console-heading > span { color: #8196ae; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.console-heading > strong { margin: 3px 0 19px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 20px; }
.console-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.console-item { position: relative; min-height: 135px; padding: 15px; overflow: hidden; background: rgba(255,255,255,.052); border: 1px solid rgba(255,255,255,.08); border-radius: 9px; }
.console-item-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; }
.console-icon { color: var(--accent); font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; }
.console-item-top small { padding: 3px 6px; color: #95d9ca; background: rgba(18,166,106,.12); border-radius: 4px; font-size: 8px; }
.console-item > strong, .console-item > span { position: relative; z-index: 2; display: block; }
.console-item > strong { color: var(--white); font-size: 12px; }
.console-item > span { color: #7f93a9; font-size: 9px; }
.console-item > i { position: absolute; left: 15px; right: 15px; bottom: 14px; height: 3px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 4px; }
.console-item > i b { display: block; width: 68%; height: 100%; background: var(--accent); border-radius: inherit; }
.console-item:nth-child(2) > i b { width: 82%; }
.console-item:nth-child(3) > i b { width: 52%; }
.console-item:nth-child(4) > i b { width: 74%; }
.console-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; color: #71869e; font-size: 8px; }
.console-footer > span:first-child { display: flex; align-items: center; gap: 6px; }
.console-footer i { width: 5px; height: 5px; background: #3ee09b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(62,224,155,.08); }

.product-intro { padding: 96px 0; background: var(--navy); }
.product-intro-grid { display: grid; grid-template-columns: .32fr 1.45fr .55fr; gap: 46px; align-items: start; }
.section-index { margin: 7px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-intro h2 { margin: 0; color: var(--white); font-family: "Manrope", sans-serif; font-size: clamp(28px, 3.8vw, 45px); font-weight: 600; line-height: 1.24; letter-spacing: -.04em; }
.intro-aside { display: flex; gap: 14px; color: #9caec2; font-size: 12px; line-height: 1.65; }
.intro-aside > span { flex: 0 0 auto; width: 3px; height: 45px; margin-top: 4px; background: var(--accent); }
.intro-aside p { margin: 0; }

.modules-section, .workflow-section, .integrations-section, .fit-section, .product-faq, .related-section { padding: 108px 0; }
.product-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 47px; }
.product-section-heading > div { max-width: 720px; }
.product-section-heading h2, .integrations-copy h2, .fit-heading h2, .product-faq h2, .product-cta h2 { margin: 10px 0 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(32px, 4vw, 49px); font-weight: 700; line-height: 1.12; letter-spacing: -.045em; }
.product-section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.module-card { min-height: 365px; padding: 31px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.module-card:nth-child(3n) { border-right: 0; }
.module-card:nth-last-child(-n+3) { border-bottom: 0; }
.module-card:hover { z-index: 2; background: #fbfdff; box-shadow: 0 20px 60px rgba(7,27,53,.09); transform: translateY(-3px); }
.module-card-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 40px; color: var(--accent); background: var(--accent-soft); border-radius: 8px; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }
.module-card h3 { margin: 0 0 13px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.03em; }
.module-card > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.module-card ul { display: grid; gap: 7px; margin: 0; padding: 20px 0 0; border-top: 1px solid #e9eef3; list-style: none; }
.module-card li { display: flex; gap: 8px; color: #52647a; font-size: 11px; }
.module-card li span { color: var(--accent); }

.transport-focus { padding: 108px 0; color: var(--white); background: #06182f; }
.product-section-heading.light h2 { color: var(--white); }
.product-section-heading.light > p { color: #9caec2; }
.transport-case-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.route-case, .case-stack > div { border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.route-case { padding: 30px; background: #0a2344; }
.route-case-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.1); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; }
.route-case-head small { padding: 5px 8px; color: #87e6ca; background: rgba(62,224,155,.1); border-radius: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.route-line { position: relative; display: grid; gap: 24px; margin: 28px 0; }
.route-line::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 1px; background: rgba(255,255,255,.2); }
.route-line > div { position: relative; z-index: 2; display: flex; gap: 17px; }
.route-line i { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 5px; background: var(--accent); border: 4px solid #0a2344; border-radius: 50%; box-shadow: 0 0 0 1px var(--accent); }
.route-line span > * { display: block; }
.route-line small { color: #7f94ac; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.route-line strong { color: var(--white); font-size: 16px; }
.route-line b { color: #8fa3ba; font-size: 10px; font-weight: 500; }
.route-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.route-meta span { padding: 10px; color: #9fb1c5; background: rgba(255,255,255,.05); border-radius: 6px; font-size: 9px; text-align: center; }
.case-stack { display: grid; gap: 12px; }
.case-stack > div { padding: 24px; background: rgba(255,255,255,.035); }
.case-label { display: block; margin-bottom: 7px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.case-stack p { margin: 0; color: #b0c0d0; font-size: 12px; }

.uconta-focus { padding: 108px 0; background: linear-gradient(145deg, #f1f8ed 0%, #fff 52%, #edf8f1 100%); border-top: 1px solid #dcebd8; border-bottom: 1px solid #dcebd8; }
.uconta-focus-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.uconta-focus-heading h2 { max-width: 780px; margin: 10px 0 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(32px, 4vw, 49px); line-height: 1.12; letter-spacing: -.045em; }
.uconta-focus-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.uconta-models { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.uconta-models article { min-height: 155px; display: flex; align-items: flex-start; gap: 15px; padding: 22px; background: #fff; border: 1px solid #d7e7d4; border-radius: 15px; box-shadow: 0 12px 28px rgba(31,82,41,.055); }
.uconta-models article > strong { display: grid; place-items: center; flex: 0 0 57px; min-height: 57px; padding: 5px; color: #fff; background: #398c05; border-radius: 15px; font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.uconta-models h3, .uconta-feature-grid h3 { margin: 3px 0 7px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 16px; letter-spacing: -.025em; }
.uconta-models p, .uconta-feature-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.uconta-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.uconta-feature-grid article { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: #14351c; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.uconta-feature-grid h3 { color: #fff; font-size: 18px; }
.uconta-feature-grid p { color: #b7ccb9; font-size: 13px; }
.uconta-feature-icon { position: relative; display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; color: #398c05; background: #d7f2da; border-radius: 12px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 900; }
.uconta-feature-icon.is-bank::before { content: "€"; font-size: 23px; }
.uconta-feature-icon.is-document::before { content: "▤"; font-size: 24px; }
.uconta-feature-icon.is-treasury::before { content: "↗"; font-size: 22px; }
.uconta-feature-icon.is-companies::before { content: "II"; letter-spacing: 3px; }
.uconta-feature-icon.is-integration::before { content: "↔"; font-size: 22px; }
.uconta-feature-icon.is-report::before { content: "▥"; font-size: 22px; }

.timhr-focus { padding: 108px 0; background: linear-gradient(150deg, #fff8f5 0%, #fff 54%, #fff0e9 100%); border-top: 1px solid #f4ddd5; border-bottom: 1px solid #f4ddd5; }
.timhr-focus-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.timhr-focus-heading h2 { max-width: 760px; margin: 10px 0 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(32px, 4vw, 49px); line-height: 1.1; letter-spacing: -.045em; }
.timhr-focus-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.timhr-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.timhr-method { overflow: hidden; background: #fff; border: 1px solid #eadfd9; border-radius: 18px; box-shadow: 0 15px 35px rgba(71,31,16,.07); }
.timhr-method-image { aspect-ratio: 4 / 3; overflow: hidden; background: #fff3ee; }
.timhr-method-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.timhr-method:hover .timhr-method-image img { transform: scale(1.025); }
.timhr-method > div:last-child { padding: 23px; }
.timhr-method h3 { margin: 0 0 8px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.03em; }
.timhr-method p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.timhr-automation { margin-top: 16px; padding: 28px; color: #fff; background: #171c26; border-radius: 18px; }
.timhr-automation > h3 { margin: 0 0 20px; font-family: "Manrope", sans-serif; font-size: 21px; }
.timhr-automation > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.timhr-automation article { display: flex; align-items: flex-start; gap: 13px; padding: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.timhr-automation strong { display: block; color: #fff; font-size: 13px; }
.timhr-automation p { margin: 4px 0 0; color: #aeb7c5; font-size: 11px; line-height: 1.5; }
.timhr-automation-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: #ff5a20; background: #fff1eb; border-radius: 10px; font-family: "Manrope", sans-serif; font-weight: 900; }
.timhr-automation-icon.is-payroll::before { content: "PDF"; font-size: 9px; }
.timhr-automation-icon.is-signature::before { content: "✓"; font-size: 18px; }
.timhr-automation-icon.is-hours::before { content: "◷"; font-size: 20px; }

.workflow-section { background: var(--paper); }
.workflow-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #becbd9; }
.workflow-track article { position: relative; padding: 38px 28px 10px 0; }
.workflow-track article::before { content: ""; position: absolute; width: 8px; height: 8px; top: -5px; left: 0; background: var(--accent); border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--accent); }
.workflow-track article > span { display: block; margin-bottom: 22px; color: var(--accent); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }
.workflow-track h3 { margin: 0 0 10px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 18px; }
.workflow-track p { margin: 0; color: var(--muted); font-size: 12px; }

.integrations-grid { display: grid; grid-template-columns: .72fr 1.15fr; gap: 90px; align-items: center; }
.integrations-copy > p:not(.section-index) { margin: 22px 0 28px; color: var(--muted); }
.integration-cloud { position: relative; min-height: 430px; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, var(--accent-soft), #fff 57%); }
.cloud-core, .cloud-item { position: absolute; z-index: 3; display: grid; place-items: center; padding: 10px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 28px rgba(7,27,53,.08); font-size: 11px; font-weight: 700; text-align: center; }
.cloud-core { width: 140px; height: 70px; left: 50%; top: 50%; color: var(--white); background: var(--navy); border-color: var(--navy); font-size: 14px; transform: translate(-50%, -50%); }
.cloud-item-1 { left: 8%; top: 15%; }
.cloud-item-2 { right: 7%; top: 13%; }
.cloud-item-3 { right: 4%; bottom: 15%; }
.cloud-item-4 { left: 8%; bottom: 13%; }
.cloud-item-5 { left: 50%; top: 4%; transform: translateX(-50%); }
.cloud-line { position: absolute; z-index: 1; width: 1px; height: 145px; left: 50%; top: 50%; background: repeating-linear-gradient(to bottom, rgba(var(--accent-rgb), .3), rgba(var(--accent-rgb), .3) 4px, transparent 4px, transparent 8px); transform-origin: top center; }
.line-1 { transform: rotate(-54deg); }
.line-2 { transform: rotate(54deg); }
.line-3 { transform: rotate(120deg); }
.line-4 { transform: rotate(-120deg); }
.line-5 { height: 170px; transform: rotate(180deg); }

.fit-section { background: var(--navy); }
.fit-grid { display: grid; grid-template-columns: .7fr 1.2fr; gap: 90px; }
.fit-heading h2 { color: var(--white); }
.fit-heading > p:last-child { color: #91a5bc; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.fit-list li { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 20px; color: #d6e1ed; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; font-size: 13px; }
.fit-list li span { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; color: var(--accent); background: rgba(255,255,255,.08); border-radius: 50%; font-size: 10px; }

.product-faq { background: var(--paper); }
.product-faq .faq-layout { align-items: start; }
.product-faq .faq-heading { position: sticky; top: 110px; }
.product-faq .faq-heading > p:last-child { color: var(--muted); }
.related-section { background: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { min-height: 285px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; transition: .25s ease; }
.related-card:hover { color: var(--white); background: var(--navy); border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 20px 50px rgba(7,27,53,.15); }
.related-card small { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-card h3 { margin: 25px 0 10px; font-family: "Manrope", sans-serif; font-size: 24px; }
.related-card p { display: -webkit-box; overflow: hidden; margin: 0 0 24px; color: var(--muted); font-size: 12px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.related-card:hover p { color: #9fb0c4; }
.related-card > span { margin-top: auto; color: var(--accent); font-size: 11px; font-weight: 700; }

.product-cta { position: relative; overflow: hidden; padding: 92px 0; background: var(--accent); }
.product-cta::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -350px; border: 100px solid rgba(255,255,255,.065); border-radius: 50%; }
.product-cta-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.product-cta h2 { max-width: 760px; color: var(--white); }
.product-cta .eyebrow { color: rgba(255,255,255,.75); }
.product-cta .button-light { flex: 0 0 auto; color: var(--navy); background: var(--white); border-color: var(--white); }

/* Software overview */
.overview-hero { position: relative; overflow: hidden; padding: 162px 0 104px; color: var(--white); background: var(--navy); }
.overview-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, #000, transparent); }
.overview-hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -360px; top: -290px; border: 120px solid rgba(127,165,214,.06); border-radius: 50%; }
.overview-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.overview-hero .eyebrow { color: var(--cyan); }
.overview-hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(46px, 6.5vw, 82px); line-height: 1.02; letter-spacing: -.06em; }
.overview-hero h1 em { color: var(--cyan); font-style: normal; }
.overview-hero .lead { max-width: 730px; margin: 28px 0 34px; color: #b2c2d4; font-size: 19px; }
.overview-trust { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.overview-trust span { padding: 7px 11px; color: #a9bed2; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 6px; font-size: 10px; font-weight: 700; }
.catalog-section { padding: 110px 0; }
.catalog-heading { display: grid; grid-template-columns: .25fr 1.1fr .62fr; gap: 46px; align-items: start; margin-bottom: 55px; }
.catalog-heading h2 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.catalog-heading > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.catalog-card { --card-accent: var(--blue); position: relative; overflow: hidden; min-height: 370px; display: flex; flex-direction: column; padding: 34px; background: linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 7%, #fff) 0, #fff 150px); border: 1px solid #d8e1ea; border-top: 4px solid var(--card-accent); border-radius: 18px; box-shadow: 0 12px 32px rgba(7,27,53,.055); transition: .25s ease; }
.catalog-cyan { --card-accent: #087fb5; }
.catalog-green { --card-accent: #17825f; }
.catalog-orange { --card-accent: #c25e18; }
.catalog-timhr { --card-accent: #ff5a20; }
.catalog-violet { --card-accent: #6849c6; }
.catalog-teal { --card-accent: #0b8b83; }
.catalog-slate { --card-accent: #3e5e7c; }
.catalog-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -100px; background: color-mix(in srgb, var(--card-accent) 10%, transparent); border-radius: 50%; transition: transform .3s ease; }
.catalog-card:hover { color: inherit; background: linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 10%, #fff) 0, #fff 170px); border-color: color-mix(in srgb, var(--card-accent) 45%, #d8e1ea); box-shadow: 0 24px 56px rgba(7,27,53,.13); transform: translateY(-4px); }
.catalog-card:hover::before { transform: scale(1.25); }
.catalog-card-top { position: relative; display: flex; justify-content: space-between; align-items: center; }
.catalog-card-top small { padding: 7px 10px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 10%, #fff); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.catalog-card-top span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--card-accent); background: #fff; border: 1px solid color-mix(in srgb, var(--card-accent) 24%, #d8e1ea); border-radius: 50%; }
.catalog-card h3 { position: relative; margin: 46px 0 14px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 33px; letter-spacing: -.04em; }
.catalog-brand-title { position: relative; display: flex; align-items: center; gap: 15px; margin: 35px 0 14px; }
.catalog-brand-title img { width: 58px; height: 58px; object-fit: contain; border-radius: 15px; box-shadow: 0 8px 22px rgba(7,27,53,.1); }
.catalog-brand-title h3, .catalog-card-has-services .catalog-brand-title h3 { margin: 0; }
.catalog-card:hover h3 { color: var(--navy); }
.catalog-card > p { position: relative; max-width: 560px; margin: 0; color: #596b7f; font-size: 16px; line-height: 1.6; }
.catalog-card:hover > p { color: #596b7f; }
.catalog-tags { position: relative; display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 26px; }
.catalog-tags span { padding: 7px 10px; color: #465a71; background: #f3f6f9; border: 1px solid #e1e7ed; border-radius: 7px; font-size: 11px; font-weight: 700; }
.catalog-card:hover .catalog-tags span { color: #465a71; background: #f3f6f9; }
.catalog-card-has-services { grid-column: 1 / -1; min-height: auto; }
.catalog-card-has-services h3 { margin-top: 38px; }
.catalog-card-has-services > p { max-width: 850px; }
.catalog-card-has-services .catalog-tags { margin-top: 0; }
.catalog-card-rich .catalog-it-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-card-rich .catalog-tags { margin-top: 0; }
.catalog-it-visual { position: relative; margin-top: 28px; padding: 22px; background: #f6f9fc; border: 1px solid #dce5ee; border-radius: 15px; }
.catalog-it-title { display: block; margin-bottom: 15px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 15px; }
.catalog-it-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.catalog-it-service { display: flex; align-items: center; gap: 11px; min-height: 70px; padding: 12px; color: #334a62; background: #fff; border: 1px solid #dce5ee; border-radius: 11px; }
.catalog-it-service b { font-size: 13px; line-height: 1.3; }
.it-service-icon { position: relative; display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 11%, #fff); border-radius: 11px; font-family: "Manrope", sans-serif; font-weight: 900; }
.it-service-icon.is-backup::before { content: "↻"; font-size: 25px; font-weight: 700; line-height: 1; }
.it-service-icon.is-virtual::before,
.it-service-icon.is-virtual::after { content: ""; position: absolute; width: 17px; height: 14px; border: 2px solid currentColor; border-radius: 3px; }
.it-service-icon.is-virtual::before { left: 8px; top: 9px; }
.it-service-icon.is-virtual::after { right: 8px; bottom: 9px; background: color-mix(in srgb, var(--card-accent) 11%, #fff); }
.it-service-icon.is-wifi::before { content: ""; width: 27px; height: 23px; background: radial-gradient(circle at 50% 100%, currentColor 0 2px, transparent 3px), radial-gradient(circle at 50% 100%, transparent 0 7px, currentColor 8px 9px, transparent 10px), radial-gradient(circle at 50% 100%, transparent 0 14px, currentColor 15px 16px, transparent 17px); }
.it-service-icon.is-security::before { content: ""; width: 21px; height: 25px; background: currentColor; clip-path: polygon(50% 0, 93% 16%, 88% 62%, 50% 100%, 12% 62%, 7% 16%); }
.it-service-icon.is-security::after { content: "✓"; position: absolute; color: #fff; font-size: 11px; font-weight: 900; }
.it-service-icon.is-bank::before { content: "€"; font-size: 23px; }
.it-service-icon.is-tax::before { content: "%"; font-size: 19px; }
.it-service-icon.is-sii::before { content: "SII"; font-size: 11px; letter-spacing: -.03em; }
.it-service-icon.is-document::before { content: "▤"; font-size: 22px; }
.it-service-icon.is-clock::before { content: "◷"; font-size: 24px; }
.it-service-icon.is-payroll::before { content: "PDF"; font-size: 9px; }
.it-service-icon.is-vacation::before { content: "☀"; font-size: 21px; }
.it-service-icon.is-signature::before { content: "✓"; font-size: 20px; }
.catalog-it-brands { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid #dce5ee; }
.catalog-it-brands small { margin-right: 5px; color: #6d7e91; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.catalog-it-brands span { padding: 7px 11px; color: #263b52; background: #fff; border: 1px solid #d9e2eb; border-radius: 7px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.overview-method { padding: 105px 0; color: var(--white); background: var(--navy); }
.overview-method-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; }
.overview-method h2 { margin: 10px 0 22px; font-family: "Manrope", sans-serif; font-size: clamp(34px, 4vw, 49px); line-height: 1.12; letter-spacing: -.045em; }
.overview-method-copy > p:last-of-type { color: #9db0c4; }
.method-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.method-cards article { padding: 25px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; }
.method-cards span { color: var(--cyan); font-size: 10px; font-weight: 800; }
.method-cards h3 { margin: 16px 0 7px; font-family: "Manrope", sans-serif; font-size: 17px; }
.method-cards p { margin: 0; color: #91a5bb; font-size: 11px; }
.local-solutions { padding: 105px 0; background: var(--paper); }
.local-solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: transparent; }
.local-solutions-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 29px; background: #fff; border: 1px solid #dbe3eb; border-top: 4px solid var(--blue); border-radius: 16px; box-shadow: 0 10px 28px rgba(7,27,53,.05); transition: transform .22s ease, box-shadow .22s ease; }
.local-solutions-grid article:nth-child(2) { border-top-color: #17825f; }
.local-solutions-grid article:nth-child(3) { border-top-color: #c25e18; }
.local-solutions-grid article:nth-child(4) { border-top-color: #398c05; }
.local-solutions-grid article:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(7,27,53,.1); }
.local-solutions-grid article:last-child { border-right: 1px solid #dbe3eb; }
.local-solutions-grid article > span { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.local-solutions-grid h3 { margin: 38px 0 13px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.22; letter-spacing: -.035em; }
.local-solutions-grid h3 a:hover { color: var(--blue); }
.local-solutions-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.local-solutions-grid article > div { display: flex; gap: 8px; margin-top: auto; padding-top: 24px; }
.local-solutions-grid article > div a { padding: 8px 11px; color: #52647a; background: var(--paper); border-radius: 7px; font-size: 11px; font-weight: 800; }
.local-solutions-grid article > div a:hover { color: var(--white); background: var(--blue); }

@media (max-width: 1020px) {
    .product-hero-grid { gap: 38px; }
    .module-card { padding: 25px; }
    .integrations-grid, .fit-grid { gap: 50px; }
    .catalog-heading { grid-template-columns: .2fr 1.1fr .65fr; gap: 30px; }
}

@media (max-width: 850px) {
    .product-hero-grid { grid-template-columns: 1fr; }
    .product-console { max-width: 650px; transform: none; }
    .product-intro-grid { grid-template-columns: 1fr; gap: 23px; }
    .module-grid { grid-template-columns: repeat(2, 1fr); }
    .module-card:nth-child(3n) { border-right: 1px solid var(--line); }
    .module-card:nth-child(2n) { border-right: 0; }
    .module-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
    .module-card:nth-last-child(-n+2) { border-bottom: 0; }
    .transport-case-grid, .integrations-grid, .fit-grid, .overview-method-grid, .uconta-focus-heading, .timhr-focus-heading { grid-template-columns: 1fr; }
    .uconta-focus-heading { gap: 24px; }
    .timhr-focus-heading { gap: 24px; }
    .timhr-methods { grid-template-columns: 1fr; }
    .timhr-method { display: grid; grid-template-columns: minmax(230px, .8fr) 1fr; }
    .uconta-models { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow-track { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
    .integration-cloud { min-height: 400px; }
    .product-faq .faq-heading { position: static; }
    .catalog-heading { grid-template-columns: 1fr; }
    .local-solutions-grid { grid-template-columns: 1fr; }
    .local-solutions-grid article { min-height: auto; border-right: 1px solid #dbe3eb; border-bottom: 1px solid #dbe3eb; }
    .local-solutions-grid article:last-child { border-right: 1px solid #dbe3eb; border-bottom: 1px solid #dbe3eb; }
    .catalog-it-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .product-hero { padding: 118px 0 70px; }
    .product-hero-copy h1 { font-size: clamp(38px, 12vw, 52px); }
    .product-lead { font-size: 16px; }
    .product-hero .hero-actions { align-items: stretch; }
    .product-proof { align-items: flex-start; flex-direction: column; }
    .console-body { padding: 17px; }
    .console-grid { grid-template-columns: 1fr; }
    .console-item { min-height: 125px; }
    .product-intro, .modules-section, .workflow-section, .integrations-section, .fit-section, .product-faq, .related-section, .transport-focus, .uconta-focus, .timhr-focus, .local-solutions { padding: 74px 0; }
    .product-section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
    .module-grid, .fit-list, .related-grid, .catalog-grid { grid-template-columns: 1fr; }
    .module-card { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
    .module-card:last-child { border-bottom: 0 !important; }
    .route-meta { grid-template-columns: 1fr; }
    .workflow-track { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid #becbd9; }
    .workflow-track article { padding: 0 0 30px 30px; }
    .workflow-track article::before { top: 4px; left: -5px; }
    .integration-cloud { min-height: 440px; border-radius: 20px; }
    .cloud-item-1 { left: 4%; top: 12%; }
    .cloud-item-2 { right: 4%; top: 16%; }
    .cloud-item-3 { right: 4%; bottom: 12%; }
    .cloud-item-4 { left: 4%; bottom: 15%; }
    .product-cta { padding: 72px 0; }
    .product-cta-inner { align-items: stretch; flex-direction: column; gap: 35px; }
    .overview-hero { padding: 125px 0 80px; }
    .catalog-section { padding: 75px 0; }
    .catalog-card { min-height: 345px; padding: 27px; }
    .catalog-card-has-services { min-height: auto; }
    .catalog-it-visual { margin-top: 23px; padding: 17px; }
    .catalog-it-services { grid-template-columns: 1fr; }
    .catalog-card-rich .catalog-it-services { grid-template-columns: 1fr; }
    .catalog-it-service { min-height: 64px; }
    .catalog-it-brands small { flex-basis: 100%; }
    .uconta-models, .uconta-feature-grid { grid-template-columns: 1fr; }
    .timhr-method { display: block; }
    .timhr-automation { padding: 20px; }
    .timhr-automation > div { grid-template-columns: 1fr; }
    .uconta-models article { min-height: auto; }
    .method-cards { grid-template-columns: 1fr; }
}
