/* ===== Datoo 2.2.0: strony publiczne - strona główna, logowanie, rejestracja, dokumenty ===== */
.dt-pub { margin: 0; background: #fff8fa; color: #1b1b24; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.dt-pub a { color: inherit; }
.dt-wrap { max-width: 1140px; margin: 0 auto; padding: 0 22px; box-sizing: border-box; }
.dt-narrow { max-width: 820px; }

/* przyciski */
.dt-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: linear-gradient(135deg, #ff2d7a, #ff7a45); color: #fff !important;
    border: none; border-radius: 999px; padding: 13px 24px;
    font-size: 15.5px; font-weight: 800; font-family: inherit; text-decoration: none; cursor: pointer;
    box-shadow: 0 10px 26px rgba(255, 60, 110, .32); transition: transform .15s, box-shadow .15s;
}
.dt-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255, 60, 110, .4); }
.dt-btn:active { transform: none; }
.dt-btn.sm { padding: 10px 18px; font-size: 14.5px; box-shadow: 0 6px 16px rgba(255, 60, 110, .28); }
.dt-btn.lg { padding: 17px 30px; font-size: 17px; }
.dt-btn.block { width: 100%; }
.dt-btn.ghost { background: #fff; color: #1b1b24 !important; box-shadow: inset 0 0 0 2px #1b1b24; }
.dt-btn.ghost:hover { box-shadow: inset 0 0 0 2px #1b1b24, 0 10px 22px rgba(0,0,0,.08); }
.dt-btn.light { background: #fff; color: #d61f5f !important; box-shadow: 0 10px 26px rgba(0,0,0,.15); }
.dt-btn:disabled { opacity: .6; transform: none; }

/* nagłówek */
.dt-top { position: sticky; top: 0; z-index: 40; background: rgba(255, 248, 250, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.dt-top-in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.dt-home { text-decoration: none; }
.dt-nav { display: flex; align-items: center; gap: 18px; }
.dt-link { font-weight: 700; font-size: 15px; text-decoration: none; }
.dt-link:hover { color: #ff2d7a; }

/* hero */
.dt-hero { position: relative; overflow: hidden; padding: 40px 0 70px; }
.dt-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; pointer-events: none; }
.dt-blob.b1 { width: 420px; height: 420px; background: #ffc2d6; top: -120px; right: -80px; }
.dt-blob.b2 { width: 360px; height: 360px; background: #ffe0c8; bottom: -140px; left: -120px; }
.dt-hero-in { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.dt-pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border-radius: 999px; padding: 8px 14px; font-size: 13.5px; font-weight: 700; box-shadow: 0 4px 14px rgba(180, 30, 80, .08); }
.dt-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #3cbf3f; box-shadow: 0 0 0 4px rgba(60,191,63,.18); }
.dt-hero h1 { font-size: clamp(36px, 5.4vw, 62px); line-height: 1.04; letter-spacing: -1.8px; font-weight: 900; margin: 22px 0 20px; }
.dt-grad { background: linear-gradient(135deg, #ff2d7a, #ff7a45); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dt-lead { font-size: 18.5px; line-height: 1.6; color: #5b5b6b; margin: 0 0 30px; max-width: 520px; }
.dt-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.dt-mini { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; font-weight: 600; color: #5b5b6b; }
.dt-mini li { display: flex; align-items: center; gap: 7px; }
.dt-mini svg { color: #3cbf3f; }
.dt-hero-art { position: relative; }
.dt-illu { width: 100%; max-width: 520px; display: block; margin: 0 auto; overflow: visible; }
.dt-float { animation: dtFloat 6s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.dt-float.f2 { animation-delay: -1.5s; }
.dt-float.f3 { animation: dtBeat 2.4s ease-in-out infinite; }
.dt-float.f4 { animation-delay: -3s; animation-duration: 7s; }
.dt-float.f5 { animation-delay: -2s; animation-duration: 8s; }
.dt-float.f6 { animation-delay: -4s; }
.dt-float.f7, .dt-float.f8 { animation-duration: 5s; }
@keyframes dtFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes dtBeat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.12); } 30% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .dt-float { animation: none; } }

/* o serwisie */
.dt-about { padding: 80px 0 90px; background: #fff; border-radius: 40px 40px 0 0; }
.dt-sec-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.dt-kicker { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #ff2d7a; margin-bottom: 12px; }
.dt-sec-head h2 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -1px; font-weight: 900; margin: 0 0 14px; }
.dt-sec-head p { font-size: 17px; line-height: 1.6; color: #5b5b6b; margin: 0; }
.dt-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dt-feat { background: #fff8fa; border-radius: 28px; padding: 30px 26px; transition: transform .2s, box-shadow .2s; }
.dt-feat:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(180, 30, 80, .1); }
.dt-feat-ic { width: 62px; height: 62px; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 20px; }
.dt-feat-ic.c1 { background: linear-gradient(135deg, #ff2d7a, #ff7a45); box-shadow: 0 10px 22px rgba(255,60,110,.3); }
.dt-feat-ic.c2 { background: linear-gradient(135deg, #22b573, #0e9a8a); box-shadow: 0 10px 22px rgba(20,160,110,.28); }
.dt-feat-ic.c3 { background: linear-gradient(135deg, #7c8cff, #b58cff); box-shadow: 0 10px 22px rgba(120,120,255,.3); }
.dt-feat h3 { font-size: 21px; font-weight: 800; margin: 0 0 10px; letter-spacing: -.3px; }
.dt-feat p { font-size: 15.5px; line-height: 1.6; color: #5b5b6b; margin: 0; }
.dt-join {
    margin-top: 46px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    background: linear-gradient(135deg, #ff2d7a, #ff7a45); color: #fff; border-radius: 30px; padding: 32px 36px;
    box-shadow: 0 20px 44px rgba(255, 60, 110, .3);
}
.dt-join h3 { font-size: 24px; font-weight: 900; margin: 0 0 6px; letter-spacing: -.4px; }
.dt-join p { margin: 0; opacity: .9; font-size: 16px; }

/* stopka */
.dt-foot { background: #17141c; color: #c9c4d2; padding: 44px 0 26px; }
.dt-foot-in { display: flex; justify-content: space-between; align-items: flex-start; gap: 26px; flex-wrap: wrap; }
.dt-foot-brand p { margin: 12px 0 0; font-size: 14.5px; color: #948ea0; }
.dt-foot-nav { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.dt-foot-nav a { color: #e6e1ee; text-decoration: none; font-weight: 600; font-size: 14.5px; }
.dt-foot-nav a:hover { color: #ff7a9f; }
.dt-foot-copy { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #7f7a8c; }

/* zaproszenie */
.dt-invite .cb-box { text-align: center; }
.dt-invite-av { position: relative; width: 104px; height: 104px; margin: 0 auto 20px; }
.dt-invite-av img, .dt-invite-av span { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: flex; align-items: center; justify-content: center; border: 4px solid #fff; box-shadow: 0 12px 30px rgba(255,60,110,.3); background: linear-gradient(135deg, #ff2d7a, #ff7a45); color: #fff; font-size: 34px; font-weight: 800; box-sizing: border-box; }
.dt-invite-heart { position: absolute; right: -2px; bottom: 2px; width: 36px; height: 36px; border-radius: 50%; background: #ff2d7a; color: #fff; border: 3px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.dt-invite a.nt-second { display: block; }

/* logowanie i rejestracja */
.dt-authpage { background: linear-gradient(180deg, #fff8fa 0%, #fff 100%); }
.dt-auth { padding: 26px 0 70px; }
.dt-auth-in { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-radius: 34px; overflow: hidden; box-shadow: 0 30px 70px rgba(150, 30, 70, .12); padding: 0; max-width: 1040px; }
.dt-auth-side { position: relative; background: linear-gradient(150deg, #ff2d7a 0%, #ff5a5f 55%, #ff8a45 100%); color: #fff; padding: 46px 42px; overflow: hidden; }
.dt-auth-side::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,255,255,.1); right: -120px; bottom: -120px; }
.dt-auth-side-in { position: relative; z-index: 1; }
.dt-auth-art { width: 170px; margin: 0 0 18px -8px; display: block; }
.dt-auth-side h2 { font-size: 34px; font-weight: 900; letter-spacing: -.8px; margin: 0 0 12px; line-height: 1.1; }
.dt-auth-side p { font-size: 16.5px; line-height: 1.6; opacity: .92; margin: 0 0 28px; }
.dt-auth-perks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.dt-auth-perks li { display: flex; align-items: center; gap: 14px; font-weight: 700; font-size: 15px; line-height: 1.4; }
.dt-auth-perks li span { flex-shrink: 0; width: 42px; height: 42px; border-radius: 14px; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
.dt-auth-card { padding: 46px 44px; }
.dt-auth-card h1 { font-size: 32px; font-weight: 900; letter-spacing: -.8px; margin: 0 0 8px; }
.dt-auth-sub { color: #6b6b7b; font-size: 16px; margin: 0 0 26px; }
.dt-form { margin: 0; }
.dt-field { margin-bottom: 18px; }
.dt-field label { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; font-weight: 800; margin: 0 0 8px; color: #1b1b24; }
.dt-forgot { font-size: 13.5px; font-weight: 700; color: #ff2d7a !important; text-decoration: none; }
.dt-input { position: relative; display: flex; align-items: center; background: #f6f5f9; border: 2px solid transparent; border-radius: 16px; transition: border-color .15s, background .15s, box-shadow .15s; }
.dt-input:focus-within { background: #fff; border-color: #ff2d7a; box-shadow: 0 0 0 5px rgba(255, 45, 122, .1); }
.dt-input > svg { position: absolute; left: 16px; color: #9a97a8; pointer-events: none; }
.dt-input:focus-within > svg { color: #ff2d7a; }
.dt-input input { flex: 1; min-width: 0; margin: 0; border: none !important; background: transparent !important; box-shadow: none !important; padding: 16px 16px 16px 48px; font-size: 16px; font-family: inherit; color: #1b1b24; outline: none; }
.dt-eye { flex-shrink: 0; background: none; border: none; color: #9a97a8; padding: 0 16px; height: 52px; cursor: pointer; display: flex; align-items: center; }
.dt-eye.on, .dt-eye:hover { color: #ff2d7a; }
.dt-strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 10px; }
.dt-strength i { height: 5px; border-radius: 99px; background: #ebe9f0; transition: background .2s; }
.dt-strength.s1 i:nth-child(-n+1) { background: #ff5a5f; }
.dt-strength.s2 i:nth-child(-n+2) { background: #ffa53d; }
.dt-strength.s3 i:nth-child(-n+3) { background: #b7c93a; }
.dt-strength.s4 i { background: #3cbf3f; }
.dt-check { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 22px; cursor: pointer; font-weight: 500; }
.dt-check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.dt-check .box { flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; border: 2px solid #cfcbd9; margin-top: 1px; position: relative; transition: all .15s; }
.dt-check input:checked + .box { background: #ff2d7a; border-color: #ff2d7a; }
.dt-check input:checked + .box::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.dt-check input:focus-visible + .box { box-shadow: 0 0 0 4px rgba(255,45,122,.2); }
.dt-check .txt { font-size: 14px; line-height: 1.55; color: #5b5b6b; }
.dt-check a, .dt-auth-alt a, .dt-auth-legal a { color: #ff2d7a !important; font-weight: 700; text-decoration: none; }
.dt-auth-alt { text-align: center; margin: 24px 0 0; font-size: 15px; color: #5b5b6b; }
.dt-auth-legal { text-align: center; margin: 12px 0 0; font-size: 13px; color: #8a8797; line-height: 1.5; }
.dt-auth-invite { display: flex; align-items: center; gap: 14px; background: #fff0f5; border-radius: 18px; padding: 14px 16px; margin-bottom: 24px; font-size: 14.5px; line-height: 1.45; }
.dt-auth-invite img, .dt-auth-invite .ini { flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; object-fit: cover; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ff2d7a, #ff7a45); color: #fff; font-weight: 800; }
.dt-authpage .soc-sep { margin: 24px 0 16px; }

/* dokumenty */
.dt-legalpage { background: #fff; }
.dt-legal { padding: 20px 0 80px; }
.dt-back { display: inline-block; font-weight: 700; font-size: 14.5px; color: #6b6b7b !important; text-decoration: none; margin-bottom: 20px; }
.dt-legal-head { padding-bottom: 22px; margin-bottom: 30px; border-bottom: 1px solid #efedf3; }
.dt-legal-head h1 { font-size: clamp(32px, 4.4vw, 46px); font-weight: 900; letter-spacing: -1px; margin: 0 0 18px; }
.dt-legal-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.dt-legal-tabs a { padding: 9px 16px; border-radius: 999px; background: #f4f2f7; font-weight: 700; font-size: 14px; text-decoration: none; }
.dt-legal-tabs a.on { background: #1b1b24; color: #fff !important; }
.dt-doc { font-size: 16.5px; line-height: 1.75; color: #2c2c38; }
.dt-doc h1, .dt-doc h2, .dt-doc h3 { color: #1b1b24; letter-spacing: -.3px; line-height: 1.25; margin: 1.8em 0 .6em; }
.dt-doc h1 { font-size: 28px; }
.dt-doc h2 { font-size: 23px; }
.dt-doc h3 { font-size: 19px; }
.dt-doc p { margin: 0 0 1em; }
.dt-doc ul, .dt-doc ol { padding-left: 1.4em; margin: 0 0 1em; }
.dt-doc li { margin-bottom: .35em; }
.dt-doc a { color: #ff2d7a; }
.dt-doc blockquote { margin: 1em 0; padding: 12px 18px; background: #fff5f8; border-left: 4px solid #ff2d7a; border-radius: 0 12px 12px 0; }
.dt-doc table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 15px; }
.dt-doc th, .dt-doc td { border: 1px solid #ebe9f0; padding: 8px 10px; text-align: left; }

/* telefon */
@media (max-width: 900px) {
    .dt-hero { padding: 18px 0 50px; }
    .dt-hero-in { grid-template-columns: 1fr; gap: 10px; }
    .dt-hero-text { text-align: center; }
    .dt-lead { margin-left: auto; margin-right: auto; }
    .dt-cta, .dt-mini { justify-content: center; }
    .dt-hero-art { order: -1; max-width: 360px; margin: 0 auto; }
    .dt-feats { grid-template-columns: 1fr; }
    .dt-join { text-align: center; justify-content: center; padding: 28px 22px; }
    .dt-about { padding: 60px 0 70px; border-radius: 30px 30px 0 0; }
    .dt-auth { padding: 10px 0 50px; }
    .dt-auth-in { grid-template-columns: 1fr; border-radius: 28px; margin: 0 14px; width: auto; }
    .dt-auth-side { padding: 28px 26px 26px; }
    .dt-auth-art { width: 110px; margin-bottom: 10px; }
    .dt-auth-side h2 { font-size: 26px; }
    .dt-auth-side p { margin-bottom: 18px; font-size: 15px; }
    .dt-auth-perks { gap: 10px; }
    .dt-auth-perks li { font-size: 14px; }
    .dt-auth-perks li span { width: 36px; height: 36px; border-radius: 12px; }
    .dt-auth-card { padding: 30px 24px 32px; }
    .dt-auth-card h1 { font-size: 27px; }
}
@media (max-width: 520px) {
    .dt-top-in { height: 64px; }
    .dt-link { display: none; }
    .dt-cta .dt-btn { width: 100%; }
    .dt-auth-perks li:nth-child(3) { display: none; }
    .dt-foot-in { flex-direction: column; }
}

/* ===== 2.2.1 ===== */
.dt-pub button, .dt-pub input, .dt-pub select, .dt-pub textarea { font-family: inherit; }

/* okno zaproszenia: wyraźny przycisk z linku */
.dt-pub .cb-box a { text-decoration: none; }
.dt-invite .cb-cta {
    display: flex; align-items: center; justify-content: center; box-sizing: border-box;
    background: linear-gradient(135deg, #ff2d7a, #ff7a45); color: #fff !important;
    border-radius: 999px; padding: 17px; font-size: 17px; font-weight: 800;
    box-shadow: 0 12px 26px rgba(255, 60, 110, .35);
}
.dt-invite .cb-cta:active { transform: scale(.98); }
.dt-invite .nt-second { color: #1b1b24 !important; font-weight: 700; padding: 16px; }
.dt-invite .cb-box h2 { font-size: 23px; line-height: 1.2; }
.dt-invite .cb-box p { font-size: 15.5px; line-height: 1.55; color: #5b5b6b; }

/* przypomnienie i ustawienie hasła */
.dt-auth-solo { max-width: 480px; margin: 0 auto; background: #fff; border-radius: 30px; box-shadow: 0 30px 70px rgba(150, 30, 70, .12); text-align: center; }
.dt-auth-solo .dt-form { text-align: left; }
.dt-solo-ic { width: 70px; height: 70px; border-radius: 22px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, #ff2d7a, #ff7a45); box-shadow: 0 12px 26px rgba(255, 60, 110, .3); }
.dt-solo-ic.ok { background: linear-gradient(135deg, #22b573, #0e9a8a); box-shadow: 0 12px 26px rgba(20, 160, 110, .28); }
.dt-auth-solo .dt-btn.block { margin-top: 4px; }
@media (max-width: 900px) { .dt-auth-solo { margin: 0 14px; } }

/* ===== 2.3.1 ===== */
.dt-invite .dt-invite-skip { display: block; margin-top: 2px; font-size: 13.5px; font-weight: 600; color: #8a8797 !important; padding: 8px; }

/* ===== 2.7.0: strona 404 ===== */
.dt-nfpage { background: linear-gradient(180deg, #fff8fa 0%, #fff 100%); }
.dt-nf { min-height: calc(100vh - 260px); display: flex; align-items: center; justify-content: center; padding: 30px 18px 60px; }
.dt-nf-card { width: 100%; max-width: 460px; background: #fff; border-radius: 32px; padding: 34px 28px 36px; text-align: center; box-shadow: 0 30px 70px rgba(150, 30, 70, .12); }
.dt-nf-art { width: 190px; height: auto; margin: 0 auto 8px; display: block; }
.dt-nf-code { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #ff2d7a; background: #fff0f5; border-radius: 999px; padding: 6px 12px; margin-bottom: 14px; }
.dt-nf-card h1 { font-size: 28px; font-weight: 900; letter-spacing: -.6px; margin: 0 0 10px; }
.dt-nf-card p { font-size: 16px; line-height: 1.6; color: #6b6b7b; margin: 0 0 26px; }
.dt-nf-card .dt-btn { width: 100%; box-sizing: border-box; }

/* ===== 2.9.2: pobierz aplikację ===== */
.dt-app {
    margin-top: 46px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center;
    background: #fff8fa; border: 1px solid #ffe3ec; border-radius: 30px; padding: 34px 36px;
}
.dt-app h3 { font-size: 27px; font-weight: 900; letter-spacing: -.5px; margin: 10px 0 10px; }
.dt-app p { font-size: 16px; line-height: 1.6; color: #5b5b6b; margin: 0 0 16px; }
.dt-app-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.dt-app-list li { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; color: #3a3a48; }
.dt-app-list svg { color: #3cbf3f; flex-shrink: 0; }
.dt-app-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.dt-app-hint { font-size: 13.5px; color: #8a8797; line-height: 1.5; }
.dt-app-art { display: flex; justify-content: center; }
.dt-phone {
    width: 172px; height: 320px; border-radius: 30px; padding: 10px;
    background: #14121a; box-shadow: 0 26px 50px rgba(90, 20, 50, .28);
    display: flex; flex-direction: column; position: relative;
}
.dt-phone-top { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 54px; height: 6px; border-radius: 99px; background: #2e2b38; }
.dt-phone-screen {
    flex: 1; border-radius: 22px; background: linear-gradient(160deg, #fff, #ffeef4);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 18px; text-align: center;
}
.dt-phone-screen img { width: 74px; height: 74px; border-radius: 22px; box-shadow: 0 10px 22px rgba(255, 60, 110, .32); }
.dt-phone-screen b { font-size: 19px; font-weight: 900; letter-spacing: -.4px; }
.dt-phone-screen span { font-size: 12.5px; line-height: 1.45; color: #6b6b7b; }
@media (max-width: 900px) {
    .dt-app { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; margin-top: 34px; }
    .dt-app-list { align-items: center; }
    .dt-app-cta { align-items: center; width: 100%; }
    .dt-app-cta .dt-btn { width: 100%; }
    .dt-app-art { order: -1; }
    .dt-phone { width: 148px; height: 270px; }
}
.dt-remember { margin: -4px 0 18px; }
.dt-remember .txt { font-size: 14.5px; color: #3a3a48; font-weight: 600; }
