:root {
    --ink: #14213d;
    --ink-soft: #516078;
    --blue: #3157d5;
    --blue-dark: #1d3cab;
    --mint: #caff7a;
    --mint-dark: #204d2c;
    --line: #dfe5f0;
    --cloud: #f5f7fb;
    --white: #ffffff;
    --shadow: 0 26px 80px rgba(33, 55, 112, .13);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); }
a { color: inherit; }
button, input { font: inherit; }

.site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 20px 0;
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -.035em; text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 34px; height: 34px; place-items: center; overflow: hidden; border-radius: 11px; background: var(--blue); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; border: 2px solid white; border-radius: 3px; }
.brand-mark::before { width: 15px; height: 11px; transform: translate(-4px, -3px); }
.brand-mark::after { width: 13px; height: 9px; transform: translate(5px, 5px); opacity: .72; }
.brand-mark span { width: 3px; height: 3px; border: 0; border-radius: 50%; background: var(--mint); transform: translate(-7px, -7px); }

.primary-nav { display: none; }
.language-nav { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--cloud); }
.language-nav a { padding: 7px 9px; border-radius: 999px; color: #67738a; font-size: 11px; font-weight: 800; text-decoration: none; }
.language-nav a.is-current { color: var(--white); background: var(--ink); }

.section-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.hero { display: grid; gap: 38px; padding: 56px 0 72px; }
.hero-copy { align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(202, 255, 122, .24); }
h1 { margin: 0; max-width: 780px; color: var(--ink); font-size: clamp(42px, 11vw, 72px); line-height: .98; letter-spacing: -.067em; }
h1 em { color: var(--blue); font-style: normal; }
.lead { max-width: 680px; margin: 24px 0 0; color: var(--ink-soft); font-size: clamp(17px, 4vw, 20px); line-height: 1.65; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 24px 0 0; padding: 0; color: #42506a; font-size: 13px; font-weight: 700; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: var(--mint-dark); background: var(--mint); font-size: 11px; }

.tool-panel { position: relative; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.tool-panel::before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -75px; top: -85px; border-radius: 50%; background: rgba(49, 87, 213, .1); filter: blur(2px); }
.tool-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 4px 4px 16px; }
.tool-kicker { margin: 0 0 5px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tool-heading h2 { margin: 0; color: var(--ink); font-size: clamp(19px, 5vw, 25px); letter-spacing: -.04em; }
.local-badge { display: none; align-items: center; gap: 6px; white-space: nowrap; padding: 8px 10px; border-radius: 999px; color: #245834; background: #efffe4; font-size: 11px; font-weight: 800; }
.local-badge i { width: 7px; height: 7px; border-radius: 50%; background: #50a958; box-shadow: 0 0 0 4px rgba(80, 169, 88, .12); }

.drop-zone { display: flex; min-height: 300px; padding: 34px 22px; align-items: center; justify-content: center; flex-direction: column; border: 2px dashed #b8c5df; border-radius: 20px; background: linear-gradient(145deg, #f8faff, #f3f7ff); text-align: center; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.drop-zone:hover, .drop-zone:focus-within { border-color: var(--blue); background: #f0f4ff; transform: translateY(-2px); }
.drop-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-symbol { position: relative; display: grid; width: 66px; height: 66px; margin-bottom: 18px; place-items: center; border-radius: 20px; color: white; background: var(--blue); box-shadow: 0 12px 26px rgba(49, 87, 213, .24); }
.upload-symbol::before { content: ""; width: 23px; height: 17px; border: 2px solid white; border-radius: 5px; }
.upload-symbol::after { content: "↑"; position: absolute; right: 13px; top: 8px; display: grid; width: 22px; height: 22px; place-items: center; border: 3px solid #f3f7ff; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 14px; font-weight: 900; }
.drop-zone strong { color: var(--ink); font-size: 18px; }
.drop-zone > span:not(.upload-symbol):not(.choose-button) { margin-top: 7px; color: #748198; font-size: 14px; }
.choose-button { margin-top: 20px; padding: 11px 18px; border-radius: 10px; color: white; background: var(--blue); font-size: 13px; font-weight: 800; }
.drop-zone small { margin-top: 16px; color: #8b96a9; font-size: 11px; }
.privacy-note { display: flex; align-items: center; gap: 11px; margin-top: 14px; padding: 13px 14px; border-radius: 14px; color: #4b596f; background: #f5f7fb; }
.privacy-note .shield { display: grid; flex: 0 0 28px; height: 31px; place-items: center; color: #245834; background: var(--mint); clip-path: polygon(50% 0, 94% 16%, 86% 72%, 50% 100%, 14% 72%, 6% 16%); font-size: 12px; font-weight: 900; }
.privacy-note p { margin: 0; font-size: 11px; line-height: 1.5; }
.privacy-note strong { color: var(--ink); }

.proof-strip { padding: 30px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cloud); text-align: center; }
.proof-strip p { margin: 0 0 18px; color: #7b8799; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.proof-strip ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 0; padding: 0; list-style: none; }
.proof-strip li { padding: 8px 11px; border: 1px solid #dce3ef; border-radius: 999px; color: #526078; background: white; font-size: 12px; font-weight: 700; }

.site-footer { display: flex; width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 42px 0; flex-direction: column; gap: 24px; color: #748198; font-size: 12px; }
.site-footer p { max-width: 440px; margin: 10px 0 0; line-height: 1.6; }
.footer-brand { font-size: 15px; }
.footer-brand .brand-mark { width: 29px; height: 29px; border-radius: 9px; }

@media (min-width: 700px) {
    .site-header { grid-template-columns: 1fr auto auto; }
    .primary-nav { display: flex; gap: 28px; }
    .primary-nav a { color: #536079; font-size: 13px; font-weight: 700; text-decoration: none; }
    .primary-nav a:hover { color: var(--blue); }
    .hero { padding-top: 76px; }
    .tool-panel { padding: 24px; }
    .local-badge { display: inline-flex; }
    .site-footer { align-items: flex-end; justify-content: space-between; flex-direction: row; }
    .site-footer > p { text-align: right; }
}

@media (min-width: 980px) {
    .hero { grid-template-columns: minmax(340px, .78fr) minmax(520px, 1fr); gap: clamp(34px, 4vw, 52px); padding: 94px 0 105px; }
    h1 { font-size: clamp(64px, 6.1vw, 88px); }
    .tool-panel { transform: rotate(.3deg); }
}

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

/* Analyzer results */
.drop-zone.is-dragging { border-color: var(--blue); background: #eaf0ff; transform: scale(1.01); }
.analyzer-status { display: flex; min-height: 250px; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink-soft); background: var(--cloud); font-weight: 700; }
.analyzer-status[hidden] { display: none; }
.analyzer-status.is-error { min-height: auto; margin: 12px 0; padding: 14px 16px; color: #9c2f3a; border-color: #f1c6cb; background: #fff3f4; }
.analyzer-status.is-error .status-spinner { display: none; }
.status-spinner { width: 21px; height: 21px; border: 3px solid #cfd8eb; border-top-color: var(--blue); border-radius: 50%; animation: analyzer-spin .7s linear infinite; }
@keyframes analyzer-spin { to { transform: rotate(360deg); } }
.analysis-results { padding-top: 4px; }
.results-heading { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 13px; align-items: center; padding: 14px 0 20px; }
.preview-frame { width: 64px; height: 64px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--cloud); }
.preview-frame img { width: 100%; height: 100%; object-fit: cover; }
.file-summary { min-width: 0; }
.file-summary h3 { margin: 0; overflow: hidden; color: var(--ink); font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.file-summary p:last-child { margin: 5px 0 0; color: #7a879a; font-size: 11px; }
.secondary-button { grid-column: 1 / -1; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.metrics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.metrics-grid article { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcff; }
.metrics-grid span { display: block; min-height: 26px; color: #778398; font-size: 10px; font-weight: 750; line-height: 1.3; }
.metrics-grid strong { display: block; color: var(--ink); font-size: clamp(17px, 2.1vw, 22px); font-variant-numeric: tabular-nums; letter-spacing: -.045em; white-space: nowrap; }
.metrics-grid small { display: block; min-height: 13px; margin-top: 3px; color: #8995a8; font-size: 9px; }
.result-sections { display: grid; gap: 11px; margin-top: 11px; }
.result-card { padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.result-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.result-card-heading h3 { margin: 0; font-size: 17px; letter-spacing: -.03em; }
.result-card-heading > p { max-width: 230px; margin: 0; color: #7a879a; font-size: 10px; line-height: 1.45; text-align: right; }
.print-table-wrap { margin-top: 14px; overflow-x: auto; }
.print-card table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.print-card th, .print-card td { padding: 9px 6px; border-top: 1px solid #edf0f5; color: #536078; font-size: 11px; text-align: right; white-space: nowrap; }
.print-card thead th { padding-top: 0; border-top: 0; color: #929cad; font-size: 9px; text-transform: uppercase; }
.print-card th:first-child { color: var(--ink); text-align: left; }
.metadata-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin: 13px 0 0; }
.metadata-list div { min-width: 0; padding: 8px 0; border-top: 1px solid #edf0f5; }
.metadata-list dt { color: #8995a8; font-size: 9px; }
.metadata-list dd { margin: 4px 0 0; overflow: hidden; color: var(--ink); font-size: 11px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.metadata-list dd.is-empty { color: #a5adba; font-weight: 600; }
.gps-card { background: #f6faef; }
.gps-state { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.gps-state h3 { margin: 0; font-size: 17px; }
.gps-state p:last-child { margin: 5px 0 0; color: #647169; font-size: 10px; line-height: 1.45; }
.gps-icon { display: grid; width: 40px; height: 44px; place-items: center; color: #245834; background: var(--mint); clip-path: polygon(50% 0, 94% 16%, 86% 72%, 50% 100%, 14% 72%, 6% 16%); font-size: 15px; font-weight: 900; }
.gps-warning .gps-icon { color: #7a1f27; background: #ffb8bc; }
.gps-warning { grid-template-columns: 40px 1fr; }
.gps-warning dl { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 10px 0 0; }
.gps-warning dl div { padding: 9px; border-radius: 10px; background: rgba(255,255,255,.72); }
.gps-warning dt { color: #849085; font-size: 8px; }
.gps-warning dd { margin: 3px 0 0; color: var(--ink); font-size: 11px; font-weight: 800; font-variant-numeric: tabular-nums; }
.local-result-note { display: flex; align-items: center; gap: 8px; margin: 13px 2px 2px; color: #748198; font-size: 10px; }
.local-result-note span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #245834; background: var(--mint); font-size: 10px; font-weight: 900; }

/* Shared content sections */
.content-section { padding: 88px 0; }
.section-heading { display: grid; gap: 20px; margin-bottom: 34px; }
.section-heading h2, .privacy-inner h2, .final-cta h2, .explain-section h2, .faq-section h2, .related-section h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 8vw, 54px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.tools-grid { display: grid; gap: 12px; }
.tool-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 15px; align-items: start; min-height: 156px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tool-card:hover { z-index: 1; border-color: #afbee0; box-shadow: 0 18px 48px rgba(34, 58, 117, .1); transform: translateY(-4px); }
.tool-code { display: grid; min-width: 42px; height: 42px; padding: 0 7px; place-items: center; border-radius: 12px; color: var(--blue-dark); background: #e8edff; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.tool-card:nth-child(3n+2) .tool-code { color: var(--mint-dark); background: #eaffcb; }
.tool-card:nth-child(3n+3) .tool-code { color: #8b3f24; background: #ffe9d6; }
.tool-card h3 { margin: 2px 0 8px; color: var(--ink); font-size: 17px; letter-spacing: -.025em; }
.tool-card p { margin: 0; color: #6d798d; font-size: 12px; line-height: 1.55; }
.card-arrow { align-self: end; color: var(--blue); font-size: 20px; font-weight: 700; transition: transform .2s ease; }
.tool-card:hover .card-arrow { transform: translateX(4px); }

.privacy-section { padding: 82px 0; overflow: hidden; color: white; background: var(--ink); }
.privacy-inner { display: grid; gap: 42px; align-items: center; }
.privacy-inner h2 { color: white; }
.privacy-inner > div:last-child > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: #b8c3d7; font-size: 16px; line-height: 1.75; }
.privacy-eyebrow { color: var(--mint); }
.privacy-inner ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.privacy-inner li { display: flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d9e1ee; font-size: 11px; font-weight: 700; }
.privacy-inner li span { color: var(--mint); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--mint); font-size: 18px; }
.privacy-visual { position: relative; display: grid; min-height: 270px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: radial-gradient(circle at 50% 45%, rgba(49,87,213,.4), transparent 50%), #101b33; }
.privacy-lock { z-index: 2; display: grid; width: 104px; height: 116px; place-items: center; color: var(--ink); background: var(--mint); clip-path: polygon(50% 0, 94% 16%, 86% 72%, 50% 100%, 14% 72%, 6% 16%); font-size: 34px; font-weight: 900; }
.privacy-visual i { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(202,255,122,.16); border-radius: 50%; }
.privacy-visual i:nth-of-type(2) { width: 240px; height: 240px; }
.privacy-visual i:nth-of-type(3) { width: 310px; height: 310px; }

.guide-section { padding-bottom: 104px; }
.guides-grid { display: grid; gap: 12px; }
.guide-card { display: flex; min-height: 210px; padding: 22px; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--cloud); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.guide-card:hover { background: #eef2fb; transform: translateY(-3px); }
.guide-card > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.guide-card h3 { margin: 24px 0 10px; color: var(--ink); font-size: 19px; line-height: 1.2; letter-spacing: -.035em; }
.guide-card p { margin: 0; color: #6d798d; font-size: 12px; line-height: 1.55; }
.guide-card strong { margin-top: auto; padding-top: 18px; color: var(--blue); font-size: 11px; }
.final-cta { margin-bottom: 88px; padding: 50px 24px; border-radius: 26px; background: linear-gradient(125deg, #eef2ff, #f6ffe8); text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta .primary-button { margin-top: 24px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border-radius: 11px; color: white; background: var(--blue); box-shadow: 0 12px 24px rgba(49,87,213,.2); font-size: 12px; font-weight: 850; text-decoration: none; }
.primary-button:hover { background: var(--blue-dark); }
.primary-button span { color: var(--mint); font-size: 17px; }

/* Tool and article pages */
.page-hero { padding: 50px 0 46px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 46px; color: #8a95a7; font-size: 11px; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.page-hero-grid { display: grid; gap: 30px; align-items: end; }
.page-hero h1, .article-header h1 { max-width: 930px; margin: 0; color: var(--ink); font-size: clamp(43px, 10vw, 78px); line-height: .99; letter-spacing: -.065em; }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 9px; color: #526078; font-size: 13px; line-height: 1.5; }
.feature-list span { display: grid; flex: 0 0 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--mint-dark); background: var(--mint); font-size: 10px; font-weight: 900; }
.analyzer-section { padding-bottom: 70px; }
.analyzer-section .tool-panel { max-width: 900px; margin: 0 auto; }
.explain-section { display: grid; gap: 14px; padding-bottom: 82px; }
.steps-card, .answer-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; }
.steps-card { background: var(--cloud); }
.answer-card { color: white; border-color: var(--ink); background: var(--ink); }
.answer-card h2 { color: white; }
.answer-card > p:not(.eyebrow) { margin: 22px 0; color: #bec8da; font-size: 15px; line-height: 1.7; }
.steps-card ol { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.steps-card li { display: flex; align-items: center; gap: 12px; padding: 13px; border-radius: 13px; background: white; }
.steps-card li span { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 10px; color: white; background: var(--blue); font-size: 11px; font-weight: 850; }
.steps-card li p { margin: 0; color: #556279; font-size: 13px; }
.answer-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.answer-card li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.13); color: #e1e7f2; font-size: 12px; }
.faq-section, .related-section { padding-bottom: 86px; }
.section-heading.compact { margin-bottom: 25px; }
.section-heading.compact h2 { font-size: clamp(31px, 7vw, 45px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--ink); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 20px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; margin: -3px 0 22px; color: #657188; font-size: 14px; line-height: 1.7; }
.related-grid { grid-template-columns: 1fr; }

.article-shell { padding: 50px 0 80px; }
.article-header { max-width: 930px; padding-bottom: 54px; }
.article-header .lead { max-width: 790px; }
.article-layout { display: grid; gap: 40px; }
.article-content { max-width: 760px; }
.article-content section { position: relative; padding: 32px 0 40px; border-top: 1px solid var(--line); }
.section-number { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.article-content h2, .privacy-principles h2 { margin: 12px 0 16px; color: var(--ink); font-size: clamp(26px, 6vw, 37px); letter-spacing: -.045em; }
.article-content p, .privacy-principles p { margin: 0; color: #56647c; font-size: 16px; line-height: 1.85; }
.article-cta { align-self: start; padding: 25px; border-radius: 22px; background: var(--cloud); }
.article-cta h2 { margin: 20px 0 10px; font-size: 23px; letter-spacing: -.035em; }
.article-cta p { margin: 0 0 20px; color: #657188; font-size: 13px; line-height: 1.65; }
.related-guides { grid-template-columns: 1fr; }
.privacy-page { padding-bottom: 100px; }
.privacy-principles { display: grid; gap: 12px; }
.privacy-principles section { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--cloud); }
.privacy-principles h2 { font-size: 25px; }
.privacy-principles p { font-size: 14px; }
.error-page { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 100px 0 130px; }
.error-page .error-code { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.error-page h1 { margin: 0; color: var(--ink); font-size: clamp(42px, 10vw, 72px); line-height: 1; letter-spacing: -.06em; }
.error-page > p:not(.error-code):not(.reference) { margin: 22px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.error-page .reference { color: #8995a8; font-family: ui-monospace, Consolas, monospace; font-size: 11px; }
.error-page .button { display: inline-flex; margin-top: 28px; padding: 13px 18px; border-radius: 11px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; }

/* Expanded footer */
.site-footer { display: grid; grid-template-columns: 1fr; align-items: stretch; justify-content: normal; gap: 34px; padding: 58px 0 28px; border-top: 1px solid var(--line); }
.footer-intro p { margin-top: 15px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 3px; color: var(--ink); font-size: 11px; }
.footer-links a { overflow: hidden; color: #748198; font-size: 10px; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #8d97a8; }
.footer-bottom a { text-decoration: none; }

@media (min-width: 620px) {
    .metrics-grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, .75fr) minmax(0, .75fr) minmax(0, 1.15fr); }
    .results-heading { grid-template-columns: 72px minmax(0, 1fr) auto; }
    .preview-frame { width: 72px; height: 72px; }
    .secondary-button { grid-column: auto; }
    .tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .guides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .privacy-principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 820px) {
    .section-heading { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); align-items: end; }
    .privacy-inner { grid-template-columns: minmax(300px, .8fr) minmax(0, 1.1fr); }
    .guides-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .page-hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); }
    .explain-section { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { grid-template-columns: minmax(0, 760px) minmax(260px, 330px); justify-content: space-between; }
    .article-cta { position: sticky; top: 28px; }
    .related-grid, .related-guides { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-footer { grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr); }
}

@media (min-width: 1050px) {
    .tools-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .tool-card { min-height: 170px; padding: 24px; }
    .content-section { padding: 112px 0; }
    .result-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .print-card, .gps-card { grid-column: span 1; }
    .exif-card { grid-row: span 2; }
    .analyzer-section .tool-panel { padding: 30px; }
    .analyzer-section .drop-zone { min-height: 370px; }
}
