Plaud Note 64GB - Black
.h24, .h24 *, .h24 *::before, .h24 *::after { box-sizing: border-box; } .h24 { --ink:#424245; --muted:#64748b; --soft-ink:#475569; --line:#e2e8f0; --soft:#f1f5f9; --brand:#5bbce8; /* Generic h24 brand color / Bizim site renk kodu */ --brand-soft:#eaf6fc; font-family: inherit; color: var(--ink); width: 100%; max-width: 900px; margin: 0; padding: 32px 18px; -webkit-font-smoothing: antialiased; line-height: 1.55; display: flex; flex-direction: column; gap: 18px; } .h24 p { margin: 0; } /* visuell versteckt (für SEO, nimmt keinen Platz) */ .h24-sr { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; } /* ---------- Slogan (links) ---------- */ .h24-slogan-area { text-align: left; padding: 10px 0 20px; } .h24-slogan-main { font-size: 38px; font-weight: 800; line-height: 1.1; margin: 0 0 10px; color: var(--ink); letter-spacing: -.03em; } .h24-slogan-highlight { color: var(--brand); } .h24-slogan-sub { font-size: 18px; font-weight: 700; color: #515154; margin: 0 0 12px; } .h24-slogan-desc { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 560px; margin: 0; text-align: left; } /* ---------- Karte (Hero) — komplett schlicht, ohne Effekt ---------- */ .h24-dark { border:1px solid var(--line); border-radius:18px; background:#fff; color:var(--ink); box-shadow:0 4px 6px -1px rgba(15,23,42,.04),0 10px 24px -8px rgba(148,163,184,.18); } /* ---------- Hero / Intro ---------- */ .h24-hero { padding:28px 26px 26px; } .h24-hero h2 { margin:0; font-size:24px; font-weight:800; letter-spacing:-.02em; line-height:1.18; color:var(--ink); } .h24-hero h2 span { color:var(--brand); } .h24-sub { margin:9px 0 0; font-size:14px; font-weight:600; color:var(--soft-ink); } .h24-intro { margin:14px 0 0; font-size:14px; color:var(--muted); line-height:1.65; } .h24-badges { display:flex; flex-wrap:wrap; gap:6px; margin-top:16px; } .h24-badge { display:inline-flex; align-items:center; gap:4px; font-size:9.5px; font-weight:500; color:#475569; background:var(--soft); border:1px solid var(--line); padding:3px 8px; border-radius:999px; } /* ---------- Section-Titel ---------- */ .h24-sectitle { display:flex; align-items:center; gap:10px; margin:2px 2px 0; } .h24-sectitle h3 { font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:var(--soft-ink); margin:0; } /* ---------- Highlight-Karten (paarweise zusammengeführt) ---------- */ .h24-features { display:flex; flex-direction:column; gap:12px; } .h24-grid { display:flex; flex-direction:column; gap:12px; } .h24-duo { display:grid; grid-template-columns:1fr 1fr; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 1px 2px rgba(15,23,42,.04); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .h24-duo:hover { transform:translateY(-3px); border-color:#cbd5e1; box-shadow:0 14px 26px -12px rgba(100,116,139,.35); } .h24-duo__item { display:flex; gap:14px; align-items:flex-start; padding:16px 16px 15px; } .h24-ic { flex:none; width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; color:#475569; background:linear-gradient(150deg, #f1f5f9, #fff); border:1px solid #e9eef4; } .h24-ic svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; } .h24-duo__item h4 { margin:1px 0 4px; font-size:14.5px; font-weight:700; letter-spacing:-.01em; } .h24-duo__item p { font-size:12.8px; color:var(--muted); line-height:1.5; } /* ---------- SEO-Text: absichtlich NUR für SEO, visuell versteckt (kein Platz) ---------- */ .h24-seo { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; } /* ---------- Hinweis ---------- */ .h24-legal { font-size:11.5px; color:#94a3b8; line-height:1.6; padding:4px 4px 0; margin:0; } /* ===== Spezifikations-Tabelle (Haus-Design) ===== */ .hs-specs, .hs-specs *, .hs-specs *::before, .hs-specs *::after { box-sizing:border-box; } .hs-specs { color:#424245; width:100%; max-width:100%; margin:0; line-height:1.5; } .hs-specs__card { background:#fff; border:1px solid #e2e8f0; border-radius:18px; padding:24px 26px; box-shadow:0 4px 6px -1px rgba(15,23,42,.04),0 10px 24px -8px rgba(148,163,184,.18); } .hs-specs__head { padding-bottom:16px; border-bottom:1px solid #e2e8f0; margin-bottom:6px; } .hs-specs__head h3 { margin:0 0 4px; font-size:19px; font-weight:700; letter-spacing:-.01em; } .hs-specs__head p { margin:0; font-size:13px; color:#64748b; } .hs-specs__group { padding-top:18px; } .hs-specs__gtitle { display:block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:#475569; margin:0 0 4px; } .hs-specs__list { margin:0; } .hs-specs__row { display:flex; gap:14px; align-items:baseline; padding:11px 2px; border-bottom:1px solid #eef2f6; } .hs-specs__group:last-child .hs-specs__row:last-child { border-bottom:none; } .hs-specs__row dt { flex:0 0 40%; margin:0; color:#64748b; font-size:13.5px; font-weight:500; } .hs-specs__row dd { flex:1 1 auto; margin:0; min-width:0; color:#424245; font-size:13.5px; font-weight:600; } /* ---------- Animation ---------- */ @keyframes h24up { from { opacity:0; transform: translateY(10px); } to { opacity:1; transform:none; } } .h24 > * { animation: h24up .5s ease both; } .h24 > *:nth-child(1){ animation-delay:.02s; } .h24 > *:nth-child(2){ animation-delay:.10s; } .h24 > *:nth-child(3){ animation-delay:.18s; } .h24 > *:nth-child(4){ animation-delay:.26s; } .h24 > *:nth-child(5){ animation-delay:.34s; } .h24 > *:nth-child(6){ animation-delay:.42s; } /* ---------- Responsive ---------- */ @media (max-width: 560px) { .h24-slogan-main { font-size: 32px; } .h24-slogan-sub { font-size: 16px; } .h24-slogan-desc { font-size: 14px; } .h24 { gap:16px; } .h24-hero { padding:20px 18px; } .h24-hero h2 { font-size:20px; } .h24-sub { font-size:13px; } .h24-intro { font-size:13.5px; } .h24-badge { font-size:9px; padding:3px 7px; } .h24-duo { grid-template-columns: 1fr; } .h24-duo__item { padding:15px 15px 14px; gap:13px; } .h24-ic { width:42px; height:42px; } .hs-specs__card { padding:18px 16px; border-radius:15px; } .hs-specs__head h3 { font-size:17px; } .hs-specs__row { gap:12px; padding:10px 0; } .hs-specs__row dt { flex-basis:44%; font-size:13px; } .hs-specs__row dd { font-size:13px; } } @media (max-width: 360px) { .h24-hero h2 { font-size:18.5px; } } @media (prefers-reduced-motion: reduce) { .h24 > * { animation:none; } .h24-duo { transition:none; } } Menschliches Potenzial entfalten. Die Zukunft der Notizen. Plaud Note Das weltweit führende KI-Notizgerät maximiert deine Produktivität. Es erfasst Audio, transkribiert in Echtzeit und verwandelt Gespräche dank Plaud Intelligence nahtlos in strukturierte Zusammenfassungen und Mindmaps. Plaud Note KI Diktiergerät Voice Recorder Transkription 64GB 30h Akku OpenAI ChatGPT Gemini Plaud Note KI-Notizgerät · 64 GB Speicher · Schwarz Plaud Note ist dein intelligenter Begleiter für den Alltag und Beruf. Mit nur 2,99 mm Dicke und 30 Gramm Gewicht passt es mühelos in jede Tasche oder direkt an dein Smartphone. Die Dual-Modus-Aufnahme erlaubt dir den nahtlosen Wechsel zwischen der direkten Aufnahme von Telefonaten und Präsenz-Meetings. Angetrieben von modernsten KI-Modellen wie GPT-5.5, Gemini 3.1 Pro und Claude Sonnet 4.6 transkribiert das Gerät fließend in 112 Sprachen, erkennt verschiedene Sprecher und generiert auf Knopfdruck mehrdimensionale Zusammenfassungen. KI-Transkription (112 Sprachen) Dual-Modus-Aufnahme 64 GB Speicher 30h Akkulaufzeit Ultradünn (2,99 mm) Datensicher (ISO 27001) Die wichtigsten Highlights Plaud Intelligence Präzise KI-Transkription in 112 Sprachen mit automatischer Sprecherkennung. Profitiere von führenden KI-Modellen, die Gespräche verstehen und zusammenfassen. Dual-Modus-Aufnahme Per magnetischer Hülle am Smartphone befestigt zeichnet es Telefonate auf. Der Vor-Ort-Modus erfasst Umgebungsgeräusche klar und deutlich auf bis zu 3 Metern Entfernung. Mehrdimensionale Zusammenfassungen Über 10.000 integrierte Vorlagen verwandeln jede Audioaufnahme in strukturierte Berichte, Mindmaps oder rollenspezifische Zusammenfassungen – vollautomatisch. Ultradünn & Ausdauernd Mit schlanken 2,99 mm und 30 g ein Leichtgewicht. Dennoch liefert der Akku beeindruckende 30 Stunden Aufnahmezeit und bis zu 60 Tage im Standby-Modus. Technische Daten Spezifikationen des Plaud Note Design & Hardware Abmessungen 85,6 x 54,1 x 2,99 mm Gewicht 30 g Farbe Schwarz Aufnahmetaste Taktile Taste Akku & Speicher Speicherkapazität 64 GB Akkukapazität 400 mAh Laufzeit Bis zu 30 Stunden kontinuierliche Aufnahme, 60 Tage Standby Ladezeit Ca. 2 Stunden Audio & Konnektivität Aufnahmemodus Dual-Modus (Wechsel zwischen Telefongesprächen und Meetings) Mikrofon-Technologie 2 MEMS, 1 VPU Effektiver Aufnahmebereich Bis zu 3 Meter Verbindungen Bluetooth (BLE) 5.2 / WLAN KI & Software-Features KI-Modelle GPT-5.5, Gemini 3.1 Pro, Claude Sonnet 4.6 und weitere Unterstützte Sprachen 112 Transkriptionssprachen Smarte Funktionen Autom. Sprecherkennzeichnung, Ask Plaud, AutoFlow, über 10.000 Zusammenfassungsvorlagen Integrationen Google Kalender-Integration, Plaud Desktop, Plaud App, Plaud Web Sicherheit & Datenschutz Zertifizierungen ISO 27001/27701, GDPR (DSGVO), SOC 2, HIPAA, EN 18031 Sicherheitsmerkmale Von Grund auf privat, zum Schutz der Daten entwickelt Das Plaud Note ist das weltweit führende KI-Notizgerät, das deine Produktivität durch fortschrittlichste Technologie revolutioniert. Mit einem extrem schlanken Design (nur 2,99 mm) und einem 64 GB großen Speicher ist es der perfekte Begleiter für Beruf und Alltag. Die smarte Dual-Modus-Aufnahme ermöglicht sowohl die Aufzeichnung von Präsenz-Meetings als auch von Telefongesprächen (dank magnetischer Hülle). Plaud Intelligence nutzt Top-KI-Modelle wie GPT-5.5 und Gemini 3.1 Pro, um präzise Transkriptionen in 112 Sprachen mit automatischer Sprecherkennung zu liefern. Der starke 400 mAh Akku bietet bis zu 30 Stunden durchgehende Aufnahmezeit. Dank ISO 27001 und DSGVO-Konformität bleiben alle sensiblen Daten strikt geschützt. Die Transkription ist durch die KI-Nutzungsrichtlinien auf maximal 24 Stunden pro Benutzer und Tag begrenzt. Für bestimmte Cloud-KI-Funktionen oder zusätzliche Transkriptionsminuten können Upgrade-Pläne in der Plaud App erforderlich sein. Bevor Sie aufnehmen, informieren Sie andere und holen Sie deren Einverständnis ein. Beachten Sie stets die lokale Gesetzgebung zum Datenschutz.
More you might like
Related
Plaud Note AI Voice Recorder 64GB Auto Transcribe/Summariz
Related
Plaud Note 64GB Black Registratore Vocale AI Trascrizione PL
Related
Plaud Note AI Voice Recorder Schwarz 64GB GLD
Related