/* potvrdim.cz — samostatný statický web. Žádné externí závislosti ani fonty. */
:root {
  --paper: #f7f7f0;
  --surface: #ffffff;
  --ink: #193c32;
  --muted: #57665e;
  --line: #d9ded4;
  --forest: #173e33;
  --forest-deep: #113128;
  --lime: #d5ed94;
  --sage: #edf0e6;
  --radius: 20px;
  --max: 1200px;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 25px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { color: var(--forest-deep); background: var(--lime); }
a { color: inherit; text-decoration: none; }
button,a,summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible,summary:focus-visible { outline: 3px solid #657e2c; outline-offset: 5px; border-radius: 3px; }
p,h1,h2,h3,ul,ol { margin: 0; }
h1,h2,h3 { font-weight: 650; line-height: 1.12; }
strong { font-weight: 650; }
.icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 auto; vertical-align: middle; }
.wrap { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 100; background: var(--forest); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; gap: 10px; align-items: center; font-size: 24px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; }
.wordmark-tld { color: #738166; }
.brand-symbol { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; color: var(--lime); background: var(--forest); }
.brand-symbol .icon { width: 24px; height: 24px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 550; }
.main-nav a { text-underline-offset: 7px; }
.main-nav a:hover { text-decoration: underline; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-nav { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; }
.language-nav a { padding: 4px 8px; font-size: 11px; font-weight: 700; line-height: 1.5; border-radius: 5px; }
.language-nav a[aria-current] { background: var(--forest); color: #fff; }
.language-nav a:not([aria-current]):hover { background: var(--sage); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 58px; padding: 15px 23px; border: 1px solid transparent; border-radius: 10px; font-size: 15px; font-weight: 650; line-height: 1.4; text-align: center; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-lime { background: var(--lime); color: var(--forest-deep); }
.button-lime:hover { background: #e1f3b6; box-shadow: 0 4px 18px #00000015; }
.button-outline { border-color: #a1ada1; color: var(--ink); background: transparent; }
.button-outline:hover { background: #edf0e5; }
.button-small { min-height: 44px; padding: 10px 15px; font-size: 12px; gap: 12px; }
.button-small .icon { width: 16px; height: 16px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(335px, 1fr); gap: 64px; align-items: center; padding-top: 68px; padding-bottom: 64px; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; border: 1px solid #d3dbca; padding: 9px 13px; border-radius: 20px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #5b792f; }
.hero h1 { font-size: clamp(58px, 6.9vw, 94px); letter-spacing: -.073em; line-height: 1.13; margin: 25px 0 22px; white-space: nowrap; font-weight: 720; }
.hero h1 span { color: #7c925b; }
.hero-headline { font-size: clamp(34px, 3.45vw, 46px); line-height: 1.13; letter-spacing: -1.9px; font-weight: 570; }
.hero-lead { max-width: 510px; font-size: 16px; line-height: 1.8; color: var(--muted); margin-top: 24px; }
.use-cases { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.use-cases span { background: #ebeee3; border: 1px solid #e1e5d9; padding: 5px 11px; font-size: 11px; font-weight: 500; border-radius: 6px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-explore { margin-top: 31px; }
.hero-explore .icon { width: 16px; height: 16px; }
.price-card { position: relative; background: var(--forest); color: var(--paper); padding: 30px 32px 23px; border-radius: 24px; box-shadow: 0 24px 52px #193c3210; overflow: hidden; }
.price-card-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 23px; }
.eyebrow { font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; }
.price-card .eyebrow { color: #d3dfc2; }
.check-tile { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; border-radius: 13px; color: var(--lime); border: 1px solid #ffffff24; background: #ffffff05; transform: rotate(7deg); }
.check-tile .icon { width: 27px; height: 27px; transform: rotate(-7deg); }
.price-card h2 { font-size: 14px; line-height: 1.5; color: #c7d4cb; font-weight: 450; }
.price { display: flex; gap: 13px; align-items: baseline; font-weight: 650; letter-spacing: -4px; font-size: 73px; line-height: 1.18; margin-top: 8px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price .currency { font-size: 39px; font-weight: 400; letter-spacing: -1px; color: #d4e5bf; }
.tax-note { color: #b6c8bd; font-size: 11px; margin-top: 6px; }
.bonus-list { border-top: 1px solid #ffffff21; padding-top: 20px; margin-top: 23px; }
.bonus-list p { color: #b8cdbf; font-size: 10px; font-weight: 550; letter-spacing: .2px; margin-bottom: 9px; }
.bonus-list ul { list-style: none; padding: 0; display: grid; gap: 6px; font-size: 14px; }
.bonus-list li { display: flex; gap: 11px; align-items: center; }
.bonus-list .icon { color: var(--lime); width: 17px; height: 17px; }
.price-card .button { display: flex; margin-top: 26px; gap: 14px; }
.cta-note { text-align: center; color: #bacec0; font-size: 10px; margin-top: 10px; }
.card-footer { padding-top: 17px; margin-top: 18px; border-top: 1px solid #ffffff21; font-size: 10px; text-align: center; color: #bccbbf; }
.proof-strip { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { display: inline-flex; gap: 12px; align-items: center; color: var(--muted); font-size: 12px; }
.proof-strip .icon { color: #6a813a; height: 16px; width: 16px; }
.section { padding-top: 92px; padding-bottom: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 37px; }
.section-heading .eyebrow, .faq-heading .eyebrow { color: #6b7960; margin-bottom: 17px; }
.section h2 { font-size: 40px; line-height: 1.15; letter-spacing: -1.6px; font-weight: 560; }
.section-intro { color: var(--muted); font-size: 14px; max-width: 378px; line-height: 1.8; padding-bottom: 2px; }
.domain-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.domain-card { padding: 21px 21px 20px; border: 1px solid #d4dbce; border-radius: 14px; background: #fbfcf7; }
.domain-card-top { display: flex; justify-content: space-between; align-items: center; gap: 7px; margin-bottom: 37px; }
.domain-index { font-size: 11px; color: #6a7964; letter-spacing: 1px; }
.domain-status { font-size: 9px; font-weight: 600; padding: 4px 7px; background: #eaf1dd; color: #4f6536; border-radius: 4px; white-space: nowrap; }
.domain-card h3 { font-size: clamp(17px,1.8vw,23px); line-height: 1.25; letter-spacing: -.6px; font-weight: 650; white-space: nowrap; }
.domain-card h3 span { color: #718256; }
.domain-card p { font-size: 11px; color: #677261; line-height: 1.65; margin-top: 11px; min-height: 36px; }
.domain-card-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 20px; }
.extension { font-size: 11px; font-weight: 650; letter-spacing: .2px; }
.domain-card-bottom .icon { width: 16px; height: 16px; color: #749241; }
.domain-primary { background: #e9efd9; border-color: #c8d5ad; }
.domain-primary .domain-status { background: var(--forest); color: #e8f0db; }
.domain-primary .domain-card-bottom { border-color: #ccd6b8; }
.domain-primary h3 span { color: #435f30; }
.scope-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 23px; color: #667060; }
.scope-note p { font-size: 11px; line-height: 1.8; }
.scope-note strong { font-weight: 600; color: #45543f; }
.info-symbol { border: 1px solid #a6b09a; font-size: 10px; border-radius: 50%; width: 15px; height: 15px; line-height: 14px; margin-top: 3px; text-align: center; flex: 0 0 auto; font-family: Georgia, serif; }
.process-section { background: var(--sage); border-block: 1px solid #e4e8dd; }
.process-section .section { padding-top: 79px; padding-bottom: 61px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px; list-style: none; padding: 0; margin-top: 48px; }
.step-number { display: inline-flex; align-items: center; justify-content: center; background: #e1e7d5; border: 1px solid #d2dcc4; width: 39px; height: 39px; font-size: 12px; letter-spacing: .5px; border-radius: 50%; margin-bottom: 19px; }
.steps h3 { font-size: 18px; letter-spacing: -.5px; margin-bottom: 11px; }
.steps p { font-size: 13px; line-height: 1.9; color: var(--muted); }
.transfer-note { border-top: 1px solid #d3dacb; padding-top: 23px; margin-top: 36px; color: #5b6754; font-size: 11px; line-height: 1.85; }
.faq-section { display: grid; grid-template-columns: .86fr 1.5fr; gap: 80px; padding-block: 89px; }
.faq-heading h2 { max-width: 340px; }
.faq-list { min-width: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 21px 34px 21px 0; list-style: none; font-size: 14px; line-height: 1.65; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle { position: absolute; right: 3px; top: 26px; width: 12px; height: 12px; }
.faq-toggle::before,.faq-toggle::after { content: ''; position: absolute; display: block; background: #566e43; }
.faq-toggle::before { top: 5px; width: 12px; height: 1px; }
.faq-toggle::after { left: 5px; width: 1px; height: 12px; transition: transform .15s; }
.faq-list details[open] .faq-toggle::after { transform: rotate(90deg); }
.faq-answer { font-size: 13px; line-height: 1.85; color: var(--muted); padding: 0 30px 22px 0; }
.final-cta { padding: 42px 43px; background: var(--forest); color: var(--paper); border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { color: #bcd296; margin-bottom: 15px; }
.final-cta h2 { font-size: 31px; letter-spacing: -1.1px; font-weight: 550; }
.final-cta p:not(.eyebrow) { font-size: 13px; color: #bfd0c4; margin-top: 12px; }
.final-cta .button { flex-shrink: 0; }
.site-footer { margin-top: 68px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 38px; }
.footer-brand p { font-size: 10px; color: #6a7765; max-width: 290px; margin-top: 16px; }
.seller { text-align: right; }
.seller > strong { display: block; margin-top: 8px; font-size: 13px; }
.seller .eyebrow { font-size: 9px; color: #6c7b60; }
.seller p { font-size: 11px; color: #65705f; margin-top: 7px; line-height: 1.9; }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0 26px; display: flex; gap: 20px; justify-content: space-between; font-size: 10px; color: #616e5c; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom .icon { width: 12px; height: 12px; margin-left: 3px; }
.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }
.legal-page { padding-top: 49px; padding-bottom: 10px; }
.back-link { margin-bottom: 43px; }
.legal-page > .eyebrow { color: #70815e; margin-bottom: 17px; }
.legal-page h1 { font-size: clamp(38px,5vw,64px); letter-spacing: -2px; font-weight: 550; }
.legal-intro { font-size: 16px; color: var(--muted); margin: 24px 0 45px; }
.legal-content { max-width: 810px; }
.legal-content section { padding-top: 27px; padding-bottom: 28px; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: 21px; letter-spacing: -.5px; margin-bottom: 16px; }
.legal-content p { font-size: 14px; line-height: 1.95; color: var(--muted); }
.legal-content p a { text-decoration: underline; text-underline-offset: 4px; }
.policy-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.policy-links .icon { height: 15px; width: 15px; margin-left: 6px; }
@media (min-width: 1450px) { .hero h1 { font-size: 100px; } }
@media (max-width: 1120px) {
 .wrap { width: calc(100% - 64px); }
 .main-nav { gap: 18px; font-size: 12px; }
 .header-actions { gap: 16px; }
 .hero { gap: 36px; grid-template-columns: minmax(0,1.3fr) minmax(320px,1fr); }
 .price-card { padding-inline: 26px; }
 .domain-grid { gap: 12px; }
 .domain-card { padding: 18px 16px; }
 .domain-card-top { flex-wrap: wrap; row-gap: 7px; }
 .domain-card h3 { font-size: 18px; }
 .faq-section { gap: 45px; }
}
@media (max-width: 930px) {
 .main-nav { display: none; }
 .site-header { min-height: 91px; }
 .hero { padding-top: 50px; gap: 32px; grid-template-columns: minmax(0,1.2fr) minmax(300px,1fr); }
 .hero h1 { font-size: clamp(47px,6.65vw,66px); margin-bottom: 21px; }
 .hero-headline { font-size: 36px; }
 .hero-lead { font-size: 14px; line-height: 1.8; }
 .price-card { padding: 25px 23px 20px; }
 .price { font-size: 62px; letter-spacing: -3px; }
 .price-card .button { font-size: 13px; padding-inline: 14px; }
 .proof-strip { gap: 13px; }
 .proof-strip > div { gap: 7px; font-size: 10px; }
 .section h2 { font-size: 34px; }
 .section-heading { gap: 35px; }
 .section-intro { max-width: 315px; font-size: 13px; }
 .domain-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
 .domain-card { padding: 23px; }
 .domain-card h3 { font-size: 26px; }
 .domain-card p { min-height: 0; }
 .domain-card-top { margin-bottom: 27px; }
 .steps { gap: 28px; }
 .steps h3 { font-size: 17px; }
 .final-cta { padding: 33px; gap: 24px; }
 .final-cta h2 { font-size: 26px; }
 .final-cta .button { font-size: 12px; padding-inline: 15px; gap: 10px; }
 .faq-section { grid-template-columns: .8fr 1.3fr; gap: 35px; }
}
@media (max-width: 720px) {
 .wrap { width: calc(100% - 40px); }
 .site-header { min-height: 80px; gap: 16px; }
 .wordmark { font-size: 21px; }
 .brand-symbol { width: 30px; height: 30px; border-radius: 9px; }
 .header-actions { gap: 0; }
 .header-actions > .button { display: none; }
 .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 37px; padding-bottom: 32px; }
 .hero h1 { font-size: clamp(52px,11.9vw,82px); margin-top: 22px; margin-bottom: 20px; }
 .hero-headline { font-size: clamp(35px,7.5vw,43px); letter-spacing: -1.6px; }
 .hero-lead { font-size: 15px; margin-top: 20px; max-width: 100%; }
 .use-cases { margin-top: 21px; }
 .hero-explore { display: none; }
 .price-card { padding: 25px 26px 20px; border-radius: 20px; }
 .price-card-top { margin-bottom: 16px; }
 .price { font-size: 70px; margin-top: 4px; }
 .bonus-list { padding-top: 16px; margin-top: 19px; }
 .bonus-list ul { gap: 4px; }
 .price-card .button { font-size: 15px; margin-top: 23px; }
 .proof-strip { display: grid; grid-template-columns: 1fr; gap: 11px; padding-block: 21px; }
 .proof-strip > div { font-size: 12px; gap: 11px; }
 .section { padding-top: 58px; padding-bottom: 53px; }
 .section-heading { display: block; margin-bottom: 26px; }
 .section h2 { font-size: 34px; letter-spacing: -1.3px; }
 .section-intro { max-width: 100%; margin-top: 21px; font-size: 14px; }
 .domain-grid { gap: 12px; }
 .domain-card { padding: 18px; }
 .domain-card h3 { font-size: 21px; }
 .domain-card p { font-size: 12px; min-height: 40px; }
 .domain-card-top { margin-bottom: 25px; }
 .scope-note { margin-top: 19px; gap: 9px; }
 .scope-note p { font-size: 12px; }
 .process-section .section { padding-top: 53px; padding-bottom: 43px; }
 .steps { grid-template-columns: 1fr; gap: 27px; margin-top: 30px; }
 .steps li { position: relative; padding-left: 59px; }
 .step-number { position: absolute; left: 0; top: 0; }
 .steps h3 { font-size: 18px; padding-top: 7px; margin-bottom: 11px; }
 .steps p { font-size: 13px; }
 .transfer-note { margin-top: 28px; padding-top: 21px; font-size: 12px; }
 .faq-section { grid-template-columns: 1fr; gap: 25px; padding-block: 55px; }
 .faq-heading h2 { max-width: 100%; }
 .faq-list summary { font-size: 14px; }
 .faq-answer { font-size: 13px; }
 .final-cta { padding: 30px 25px; display: block; border-radius: 18px; }
 .final-cta h2 { font-size: 29px; line-height: 1.2; }
 .final-cta .button { display: flex; font-size: 14px; margin-top: 26px; }
 .site-footer { margin-top: 42px; }
 .footer-top { padding-bottom: 28px; gap: 25px; }
 .footer-brand { max-width: 45%; }
 .footer-brand .wordmark { font-size: 18px; gap: 7px; }
 .footer-brand .brand-symbol { width: 26px; height: 26px; }
 .footer-brand .brand-symbol .icon { width: 20px; height: 20px; }
 .footer-brand p { font-size: 10px; }
 .seller p { font-size: 10px; }
 .footer-bottom { font-size: 10px; flex-direction: column; gap: 13px; padding-bottom: 22px; }
 .footer-bottom > div { justify-content: space-between; gap: 16px; }
 .legal-page { padding-top: 32px; }
 .back-link { margin-bottom: 32px; }
 .legal-page h1 { font-size: 40px; }
 .legal-content p { font-size: 14px; }
 .legal-content h2 { font-size: 20px; }
}
@media (max-width: 430px) {
 .domain-grid { grid-template-columns: 1fr; }
 .domain-card { padding: 20px 23px; }
 .domain-card-top { margin-bottom: 22px; }
 .domain-card h3 { font-size: 28px; }
 .domain-card p { min-height: 0; }
 .domain-card-bottom { margin-top: 18px; padding-top: 15px; }
 .hero h1 { font-size: 12.25vw; }
 .footer-top { flex-direction: column; gap: 26px; }
 .footer-brand { max-width: 100%; }
 .seller { text-align: left; }
 .seller p { font-size: 11px; }
 .footer-brand .wordmark { font-size: 21px; }
 .footer-brand p { max-width: 100%; }
 .footer-brand .brand-symbol { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *,*::before,*::after { transition: none !important; animation: none !important; }
}

/* Verze 2: pět jazyků; původní barvy a rozvržení zůstávají. */
.language-nav { flex-shrink: 0; white-space: nowrap; }
.language-nav a { min-width: 30px; text-align: center; }
.legal-page h1 { overflow-wrap: anywhere; }
@media (max-width: 1120px) {
 .site-header { gap: 20px; }
 .main-nav { gap: 15px; }
 .header-actions { gap: 12px; }
}
@media (max-width: 560px) {
 .site-header { flex-wrap: wrap; gap: 14px; padding-block: 17px; }
 .header-actions { width: 100%; }
 .language-nav { width: 100%; }
 .language-nav a { flex: 1; padding: 7px 8px; }
}

@media print {
 :root { --paper: #fff; --ink: #111; --muted: #333; }
 body { font-size: 11pt; }
 .wrap { width: 100%; }
 .site-header { min-height: 60px; }
 .header-actions, .main-nav, .hero-explore, .proof-strip, .final-cta, .button, .footer-bottom { display: none; }
 .hero { grid-template-columns: 1.4fr 1fr; gap: 30px; padding-block: 30px; }
 .price-card { background: white; color: black; border: 1px solid #aaa; box-shadow: none; }
 .price-card * { color: black !important; }
 .hero h1 { font-size: 54px; }
 .hero-headline { font-size: 30px; }
 .section, .process-section .section, .faq-section { padding-block: 28px; }
 .section h2 { font-size: 26px; }
 .domain-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .domain-card { break-inside: avoid; }
 .process-section { background: white; }
 .steps { gap: 20px; }
 .faq-section { display: block; }
 .faq-heading { margin-bottom: 20px; }
 .faq-list details { break-inside: avoid; }
 .site-footer { margin-top: 28px; }
}
