:root {
    --oc-primary: #5b3ff0;
    --oc-primary-dark: #4930d1;
    --oc-ink: #0e1726;
    --oc-text: #3b3f5c;
    --oc-muted: #697386;
    --oc-soft: #f4f7ff;
    --oc-border: #e4e9f2;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--oc-text); background: #fff; font-family: Montserrat, sans-serif; }
a { color: inherit; }
.oc-container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.oc-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(228, 233, 242, .85); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.oc-nav { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; min-height: 72px; gap: 30px; }
.oc-logo { display: inline-flex; align-items: center; color: var(--oc-ink); text-decoration: none; }
.oc-logo > img { display: block; height: auto; }
.oc-logo-horizontal { width: 188px; }
.oc-logo-compact { display: none !important; width: 42px; height: 42px; }
.oc-nav-links, .oc-nav-actions { display: flex; align-items: center; gap: 22px; }
.oc-nav-links { justify-self: center; }
.oc-nav-actions { justify-self: end; }
.oc-nav-links a { color: var(--oc-muted); font-size: 13px; font-weight: 600; text-decoration: none; }
.oc-nav-links a:hover { color: var(--oc-primary); }
.oc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 20px; border: 1px solid var(--oc-primary); border-radius: 8px; background: var(--oc-primary); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.oc-button:hover { border-color: var(--oc-primary-dark); background: var(--oc-primary-dark); color: #fff; transform: translateY(-1px); }
.oc-button-outline { background: #fff; color: var(--oc-primary); }
.oc-button-outline:hover { color: #fff; }
.oc-hero { overflow: hidden; padding: 82px 0 52px; background: radial-gradient(circle at 85% 15%, #e7ecff 0, transparent 32%), linear-gradient(180deg, #fbfcff, #fff); }
.oc-hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 56px; }
.oc-eyebrow { margin: 0 0 16px; color: var(--oc-primary); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--oc-ink); }
.oc-hero h1 { max-width: 660px; margin: 0 0 22px; font-size: clamp(38px, 4.5vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.oc-hero-lead { max-width: 680px; margin: 0 0 28px; color: var(--oc-muted); font-size: 17px; line-height: 1.8; }
.oc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.oc-helper { margin: 20px 0 0; color: var(--oc-muted); font-size: 12px; line-height: 1.7; }
.oc-preview { padding: 22px; border: 1px solid #e5eafd; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(67, 97, 238, .14); }
.oc-preview-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.oc-preview-top span { color: var(--oc-muted); font-size: 11px; }
.oc-status { padding: 6px 9px; border-radius: 20px; color: #219653 !important; background: #eaf8f0; font-weight: 700; }
.oc-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.oc-preview-card { min-height: 105px; padding: 16px; border-radius: 10px; background: #f7f8fc; }
.oc-preview-card span, .oc-preview-card strong { display: block; }
.oc-preview-card span { color: var(--oc-muted); font-size: 10px; font-weight: 600; }
.oc-preview-card strong { margin-top: 16px; color: var(--oc-ink); font-size: 22px; }
.oc-section { padding: 70px 0; }
.oc-workflow-section { padding-top: 50px; border-bottom: 1px solid var(--oc-border); }
.oc-section-soft { background: #f7f9fc; }
.oc-section-dark { color: #c7d0df; background: var(--oc-ink); }
.oc-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.oc-heading h2 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -.03em; }
.oc-heading p { margin: 0; color: var(--oc-muted); line-height: 1.8; }
.oc-section-dark .oc-heading h2 { color: #fff; }
.oc-section-dark .oc-heading p { color: #aeb9ca; }
.oc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.oc-card { height: 100%; padding: 25px; border: 1px solid var(--oc-border); border-radius: 13px; background: #fff; }
.oc-card-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 9px; color: var(--oc-primary); background: var(--oc-soft); font-size: 12px; font-weight: 700; }
.oc-card h3 { margin: 0 0 10px; font-size: 16px; font-weight: 700; }
.oc-card p { margin: 0; color: var(--oc-muted); font-size: 13px; line-height: 1.75; }
.oc-workflow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.oc-workflow li { position: relative; padding: 0 20px; text-align: center; }
.oc-workflow li:not(:last-child)::after { position: absolute; top: 19px; left: calc(50% + 30px); width: calc(100% - 60px); height: 1px; background: #dce3f6; content: ""; }
.oc-workflow-number { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 18px; border: 1px solid #dce3f6; border-radius: 50%; color: var(--oc-primary); background: #fff; font-size: 11px; font-weight: 700; }
.oc-workflow h3 { margin: 0 0 9px; font-size: 14px; }
.oc-workflow p { margin: 0; color: var(--oc-muted); font-size: 11px; line-height: 1.7; }
.oc-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 30px; }
.oc-feature { display: flex; align-items: flex-start; gap: 12px; padding: 17px; border-radius: 10px; background: #fff; }
.oc-check { flex: 0 0 auto; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--oc-primary); background: var(--oc-soft); font-size: 12px; font-weight: 700; }
.oc-feature strong { display: block; color: var(--oc-ink); font-size: 13px; line-height: 1.6; }
.oc-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; }
.oc-copy h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -.03em; }
.oc-copy > p { color: var(--oc-muted); line-height: 1.8; }
.oc-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.oc-list li { position: relative; padding-left: 25px; color: var(--oc-text); font-size: 13px; line-height: 1.6; }
.oc-list li::before { position: absolute; left: 0; content: "✓"; color: var(--oc-primary); font-weight: 700; }
.oc-product-section { overflow: hidden; background: linear-gradient(180deg, #fff, #f8faff); }
.oc-product-split { grid-template-columns: .72fr 1.28fr; }
.oc-product-preview { overflow: hidden; border: 1px solid #e2e7f2; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(14, 23, 38, .12); }
.oc-product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; border-bottom: 1px solid var(--oc-border); }
.oc-product-toolbar div { display: grid; gap: 5px; }
.oc-product-toolbar strong { color: var(--oc-ink); font-size: 15px; }
.oc-product-toolbar span { color: var(--oc-muted); font-size: 9px; }
.oc-product-action { padding: 9px 12px; border-radius: 7px; color: #fff !important; background: var(--oc-primary); font-weight: 700; }
.oc-product-filter { display: flex; gap: 8px; overflow: hidden; padding: 13px 22px; background: #f8f9fc; }
.oc-product-filter span { flex: 0 0 auto; padding: 6px 9px; border: 1px solid var(--oc-border); border-radius: 20px; color: var(--oc-muted); background: #fff; font-size: 8px; font-weight: 600; }
.oc-repair-list { display: grid; }
.oc-repair-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 22px; border-top: 1px solid #eef1f6; }
.oc-repair-main { display: grid; min-width: 0; gap: 6px; }
.oc-repair-main span { color: var(--oc-primary); font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.oc-repair-main strong { overflow: hidden; color: var(--oc-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.oc-repair-meta { display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: var(--oc-muted); font-size: 8px; white-space: nowrap; }
.oc-repair-state { padding: 6px 8px; border-radius: 20px; font-weight: 700; }
.oc-repair-state-blue { color: #3049c9; background: #edf1ff; }
.oc-repair-state-orange { color: #9a5b12; background: #fff4df; }
.oc-repair-state-green { color: #17683b; background: #eaf8f0; }
.oc-public-card { padding: 34px; border-radius: 16px; background: #fff; box-shadow: 0 20px 60px rgba(14, 23, 38, .1); }
.oc-public-card small, .oc-public-card span, .oc-public-card strong { display: block; }
.oc-public-card small { color: var(--oc-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.oc-public-card h3 { margin: 12px 0 22px; font-size: 24px; }
.oc-public-state { margin-top: 22px; padding: 17px; border-left: 4px solid #219653; border-radius: 7px; background: #f1fbf5; }
.oc-public-state strong { color: #17683b; font-size: 13px; }
.oc-public-state span { margin-top: 5px; color: #54836a; font-size: 11px; }
.oc-pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.oc-plan { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 25px; border: 1px solid var(--oc-border); border-radius: 14px; background: #fff; }
.oc-plan-recommended { border: 2px solid var(--oc-primary); box-shadow: 0 18px 45px rgba(67, 97, 238, .12); }
.oc-badge { align-self: flex-start; margin-bottom: 15px; padding: 6px 9px; border-radius: 20px; color: var(--oc-primary); background: var(--oc-soft); font-size: 10px; font-weight: 700; }
.oc-plan h3 { margin: 0 0 8px; font-size: 19px; }
.oc-price { margin: 12px 0 15px; color: var(--oc-ink); font-size: 27px; font-weight: 700; }
.oc-price small { color: var(--oc-muted); font-size: 10px; font-weight: 500; }
.oc-price-annual { display: grid; gap: 3px; margin: -7px 0 15px; padding: 9px 10px; border-radius: 7px; background: var(--oc-soft); }
.oc-price-annual strong { color: var(--oc-primary); font-size: 11px; }
.oc-price-annual span { color: var(--oc-muted); font-size: 9px; }
.oc-plan p { color: var(--oc-muted); font-size: 11px; line-height: 1.7; }
.oc-plan-features { display: grid; gap: 9px; margin: 5px 0 24px; padding: 0; list-style: none; }
.oc-plan-features li { position: relative; padding-left: 18px; color: var(--oc-text); font-size: 10px; line-height: 1.6; }
.oc-plan-features li::before { position: absolute; left: 0; content: "✓"; color: var(--oc-primary); font-weight: 700; }
.oc-plan .oc-button { margin-top: auto; }
.oc-comparison-heading { margin: 40px 0 18px; text-align: center; }
.oc-comparison-heading h3 { margin: 0 0 7px; font-size: 20px; }
.oc-comparison-heading p { display: none; margin: 0; color: var(--oc-muted); font-size: 10px; }
.oc-comparison-wrap { overflow-x: auto; border: 1px solid var(--oc-border); border-radius: 14px; background: #fff; }
.oc-comparison { width: 100%; min-width: 850px; border-collapse: collapse; }
.oc-comparison th, .oc-comparison td { padding: 16px 14px; border-bottom: 1px solid var(--oc-border); text-align: center; }
.oc-comparison tr:last-child th, .oc-comparison tr:last-child td { border-bottom: 0; }
.oc-comparison thead th { color: var(--oc-ink); background: #f8f9fc; font-size: 11px; font-weight: 700; }
.oc-comparison thead th:first-child, .oc-comparison tbody th { position: sticky; left: 0; z-index: 1; text-align: left; }
.oc-comparison thead th:first-child { z-index: 2; }
.oc-comparison tbody th { min-width: 175px; color: var(--oc-ink); background: #fff; font-size: 10px; font-weight: 700; }
.oc-comparison td { min-width: 130px; color: var(--oc-muted); font-size: 9px; font-weight: 600; }
.oc-comparison-recommended { color: var(--oc-primary) !important; background: var(--oc-soft) !important; }
.oc-comparison-recommended small { display: block; margin-top: 4px; color: var(--oc-primary); font-size: 7px; text-transform: uppercase; }
.oc-comparison-value { display: inline-flex; align-items: center; justify-content: center; min-height: 25px; padding: 4px 8px; border-radius: 20px; }
.oc-comparison-value.is-included { color: #17683b; background: #eaf8f0; }
.oc-comparison-value.is-not-included { color: var(--oc-muted); background: #f1f3f6; }
.oc-comparison-mobile { display: none; }
.oc-comparison-plan-card { padding: 18px; border: 1px solid var(--oc-border); border-radius: 12px; background: #fff; }
.oc-comparison-plan-card.is-recommended { border-color: var(--oc-primary); box-shadow: 0 12px 30px rgba(67, 97, 238, .1); }
.oc-comparison-plan-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.oc-comparison-plan-head h4 { margin: 0; color: var(--oc-ink); font-size: 16px; }
.oc-comparison-plan-head span { padding: 5px 8px; border-radius: 999px; background: var(--oc-soft); color: var(--oc-primary); font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.oc-comparison-mobile-list { display: grid; gap: 8px; }
.oc-comparison-mobile-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid var(--oc-border); }
.oc-comparison-mobile-list span { min-width: 0; color: var(--oc-muted); font-size: 10px; font-weight: 700; line-height: 1.4; }
.oc-comparison-mobile-list strong:not(.oc-comparison-value) { color: var(--oc-ink); font-size: 11px; text-align: right; }
.oc-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.oc-trust-card { padding: 28px; border: 1px solid var(--oc-border); border-radius: 14px; background: #fff; }
.oc-trust-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 11px; color: var(--oc-primary); background: var(--oc-soft); font-size: 11px; font-weight: 700; }
.oc-trust-card h3 { margin: 0 0 10px; font-size: 15px; }
.oc-trust-card p { margin: 0; color: var(--oc-muted); font-size: 12px; line-height: 1.75; }
.oc-form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.oc-section-dark h2 { color: #fff; }
.oc-section-dark .oc-copy > p { color: #aeb9ca; }
.oc-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 28px; border-radius: 15px; background: #fff; }
.oc-field-full { grid-column: 1 / -1; }
.oc-form label { display: block; margin-bottom: 7px; color: var(--oc-text); font-size: 11px; font-weight: 700; }
.oc-form input, .oc-form select, .oc-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d7dce5; border-radius: 7px; color: var(--oc-text); background: #fff; font: inherit; font-size: 12px; }
.oc-form textarea { min-height: 105px; resize: vertical; }
.oc-error { display: block; margin-top: 5px; color: #c0392b; font-size: 10px; }
.oc-alert { grid-column: 1 / -1; padding: 13px; border-radius: 7px; color: #17683b; background: #eaf8f0; font-size: 12px; }
.oc-faq { display: grid; max-width: 860px; margin: 0 auto; gap: 12px; }
.oc-faq details { border: 1px solid var(--oc-border); border-radius: 12px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.oc-faq details:hover, .oc-faq details[open] { border-color: #d6def1; box-shadow: 0 12px 30px rgba(14, 23, 38, .06); }
.oc-faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 18px 56px 18px 22px; color: var(--oc-ink); cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.45; list-style: none; }
.oc-faq summary::-webkit-details-marker { display: none; }
.oc-faq summary::after { position: absolute; top: 50%; right: 24px; width: 9px; height: 9px; border-right: 2px solid var(--oc-primary); border-bottom: 2px solid var(--oc-primary); transform: translateY(-65%) rotate(45deg); transition: transform .2s ease; content: ""; }
.oc-faq details[open] summary::after { transform: translateY(-35%) rotate(225deg); }
.oc-faq p { margin: -4px 56px 20px 22px; color: var(--oc-muted); font-size: 13px; line-height: 1.8; }
.oc-faq-cta { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 860px; margin: 22px auto 0; padding: 18px 22px; border: 1px solid #dce3f6; border-radius: 12px; background: var(--oc-soft); }
.oc-faq-cta p { margin: 0; color: var(--oc-text); font-size: 13px; font-weight: 600; }
.oc-final { padding: 58px 0; text-align: center; background: linear-gradient(135deg, #4361ee, #6546c4); }
.oc-final h2 { margin: 0 0 14px; color: #fff; font-size: clamp(28px, 4vw, 40px); }
.oc-final p { max-width: 700px; margin: 0 auto 25px; color: #e6eaff; line-height: 1.8; }
.oc-final .oc-button { border-color: #fff; color: var(--oc-primary); background: #fff; }
.oc-footer { padding: 34px 0; color: #aeb9ca; background: var(--oc-ink); }
.oc-footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.oc-footer-grid > div:first-child { flex: 0 0 250px; }
.oc-footer .oc-logo { color: #fff; }
.oc-footer .oc-logo > img { width: 180px; }
.oc-footer p { max-width: 420px; margin: 15px 0 0; font-size: 11px; line-height: 1.7; }
.oc-footer-links { display: grid; grid-template-columns: repeat(4, max-content); justify-content: end; gap: 10px 22px; }
.oc-footer-links a { color: #c7d0df; font-size: 11px; text-decoration: none; }
.oc-footer-link-button { padding: 0; border: 0; background: transparent; color: #c7d0df; font: inherit; font-size: 11px; cursor: pointer; }
.oc-footer-link-button:hover, .oc-footer-link-button:focus { color: #fff; }
.oc-cookie-consent { position: fixed; right: 22px; bottom: 22px; left: 22px; z-index: 1100; display: flex; align-items: center; justify-content: space-between; max-width: 920px; margin: 0 auto; padding: 18px 20px; border: 1px solid var(--oc-border); border-radius: 13px; background: #fff; box-shadow: 0 18px 55px rgba(14, 23, 38, .2); gap: 24px; }
.oc-cookie-consent[hidden] { display: none; }
.oc-cookie-consent-copy { min-width: 0; }
.oc-cookie-consent-copy strong { color: var(--oc-ink); font-size: 13px; }
.oc-cookie-consent-copy p { margin: 5px 0 0; color: var(--oc-muted); font-size: 11px; line-height: 1.6; }
.oc-cookie-consent-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.oc-cookie-consent-button { min-width: 105px; padding: 10px 14px; border: 1px solid var(--oc-primary); border-radius: 7px; background: #fff; color: var(--oc-primary); font-size: 11px; font-weight: 600; cursor: pointer; }
.oc-cookie-consent-button:hover, .oc-cookie-consent-button:focus { background: var(--oc-soft); }
.oc-support-main { background: radial-gradient(circle at 85% 10%, #e7ecff 0, transparent 30%), #f8f9fc; }
.oc-support-page { display: flex; min-height: 100vh; flex-direction: column; }
.oc-support-page .oc-support-main { flex: 1; }
.oc-support-section { padding: 44px 0; }
.oc-support-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 28px; }
.oc-support-grid-single { grid-template-columns: minmax(0, 720px); justify-content: center; }
.oc-support-copy, .oc-support-contact { border: 1px solid var(--oc-border); border-radius: 17px; background: #fff; box-shadow: 0 20px 55px rgba(14, 23, 38, .08); }
.oc-support-copy { padding: 36px; }
.oc-support-copy h1 { max-width: 650px; margin: 0 0 14px; font-size: clamp(34px, 5vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.oc-support-lead { max-width: 650px; margin: 0 0 22px; color: var(--oc-muted); font-size: 13px; line-height: 1.7; }
.oc-support-checklist { margin-bottom: 22px; padding: 20px; border-radius: 11px; background: #f7f9fc; }
.oc-support-checklist h2 { margin: 0; font-size: 16px; }
.oc-support-checklist .oc-list { gap: 10px; margin-top: 14px; }
.oc-support-plan { display: grid; gap: 7px; margin-bottom: 30px; padding: 23px; border-radius: 11px; background: var(--oc-soft); }
.oc-support-plan span, .oc-support-contact-label { color: var(--oc-primary); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.oc-support-plan strong { color: var(--oc-ink); font-size: 20px; }
.oc-support-plan p { margin: 0; color: var(--oc-muted); font-size: 11px; }
.oc-support-direct { margin: 16px 0 0; color: var(--oc-muted); font-size: 12px; line-height: 1.7; }
.oc-support-direct a { color: var(--oc-primary); font-weight: 700; overflow-wrap: anywhere; }
.oc-support-contact { padding: 30px; }
.oc-support-contact h2 { margin: 14px 0; font-size: 24px; line-height: 1.3; }
.oc-support-contact p { margin: 0 0 16px; color: var(--oc-muted); font-size: 12px; line-height: 1.7; }
.oc-support-contact a { display: inline-block; margin-bottom: 18px; color: var(--oc-primary); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.oc-support-contact small { display: block; padding-top: 16px; border-top: 1px solid var(--oc-border); color: var(--oc-muted); font-size: 10px; line-height: 1.7; }

@media (max-width: 991.98px) {
    .oc-nav { grid-template-columns: auto minmax(0, 1fr); }
    .oc-nav-links { display: none; }
    .oc-hero-grid, .oc-split, .oc-form-wrap { grid-template-columns: 1fr; }
    .oc-hero { padding: 68px 0 48px; }
    .oc-grid, .oc-pricing, .oc-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .oc-workflow { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
    .oc-workflow li::after { display: none; }
    .oc-support-grid { grid-template-columns: 1fr; }
    .oc-footer-grid { flex-direction: column; }
    .oc-footer-grid > div:first-child { flex-basis: auto; }
    .oc-footer-links { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: stretch; }
}

@media (max-width: 575.98px) {
    .oc-container { width: min(100% - 24px, 1120px); }
    .oc-nav { min-height: 64px; }
    .oc-logo-horizontal { width: 158px; }
    .oc-nav-actions .oc-button-outline { display: none; }
    .oc-nav-actions { gap: 8px; }
    .oc-nav-actions .oc-button { min-height: 40px; padding: 8px 12px; font-size: 10px; }
    .oc-hero { padding: 52px 0 44px; }
    .oc-hero h1 { font-size: 38px; }
    .oc-actions .oc-button { width: 100%; }
    .oc-section { padding: 56px 0; }
    .oc-grid, .oc-pricing, .oc-feature-grid, .oc-form, .oc-trust-grid { grid-template-columns: 1fr; }
    .oc-workflow { grid-template-columns: 1fr; gap: 24px; }
    .oc-workflow li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 0; text-align: left; }
    .oc-workflow-number { margin: 0; }
    .oc-repair-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .oc-repair-meta { flex-wrap: wrap; justify-content: flex-start; white-space: normal; }
    .oc-comparison-heading { text-align: left; }
    .oc-comparison-heading p { display: block; }
    .oc-comparison-wrap { display: none; }
    .oc-comparison-mobile { display: grid; gap: 12px; }
    .oc-comparison-mobile-list > div { grid-template-columns: 1fr; gap: 5px; }
    .oc-comparison-mobile-list strong:not(.oc-comparison-value) { text-align: left; }
    .oc-comparison-mobile-list .oc-comparison-value { justify-self: start; }
    .oc-faq summary { padding-right: 48px; }
    .oc-faq p { margin-right: 22px; }
    .oc-faq-cta { align-items: stretch; flex-direction: column; text-align: center; }
    .oc-field-full { grid-column: auto; }
    .oc-footer-links { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 12px 18px; }
    .oc-cookie-consent { align-items: stretch; flex-direction: column; gap: 14px; }
    .oc-cookie-consent-actions { width: 100%; }
    .oc-cookie-consent-button { flex: 1; }
    .oc-support-section { padding: 30px 0; }
    .oc-support-copy, .oc-support-contact { padding: 24px; }
    .oc-support-copy h1 { font-size: 36px; }
}

@media (max-width: 359.98px) {
    .oc-header .oc-logo-horizontal { display: none; }
    .oc-header .oc-logo-compact { display: block !important; }
}
/* A landing mantém foco visível e respeita utilizadores sensíveis a movimento. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid #5b21b6 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 3px rgba(91, 33, 182, .22) !important;
}

:where(.form-control, .form-select):focus-visible {
    outline: none !important;
    border-color: #6d28d9 !important;
    box-shadow: 0 0 0 .2rem rgba(109, 40, 217, .16) !important;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
