:root{--blue-700:#1e40af;--blue-500:#3b82f6;--indigo-500:#6366f1;--blue-50:#eff6ff;--green-500:#22c55e;--purple-500:#a855f7;--red-500:#ef4444;--slate-700:#334155;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--gray-50);color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic,sans-serif}main{overflow-x:hidden}a{color:inherit;text-decoration:none}section[id]{scroll-margin-top:100px}button{font:inherit}img,svg{display:block}.document-shell,.site-container{width:min(100% - 48px,1120px);margin:0 auto}.nav-fixed{position:fixed;top:0;right:0;left:0;z-index:50;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}.nav-brand{display:inline-flex;align-items:center;gap:10px;color:var(--blue-500);font-size:1.25rem;font-weight:700}.business-icon,.contact-icon,.feature-icon,.nav-brand-icon,.timeline-node{display:inline-flex;align-items:center;justify-content:center}.nav-brand-icon{width:28px;height:28px}.business-icon svg,.contact-icon svg,.feature-icon svg,.nav-brand-icon svg,.nav-mobile-button svg,.timeline-node svg{width:20px;height:20px;fill:currentColor}.nav-desktop{display:flex;align-items:center;gap:32px;color:var(--gray-700);font-weight:500}.nav-desktop a:hover,.nav-mobile-panel a:hover{color:var(--blue-500)}.nav-desktop a,.nav-mobile-panel a{transition:color .2s ease}.nav-mobile-button{display:none;border:0;background:transparent;color:var(--gray-700);padding:4px;cursor:pointer}.nav-mobile-panel{display:none}.nav-mobile-tools{display:none;align-items:center;gap:12px}.language-switcher,.nav-language-switcher{display:inline-flex;position:relative}.language-switcher-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:0 12px;border-radius:999px;color:var(--gray-700);background:rgba(255,255,255,.86);border:1px solid rgba(148,163,184,.2);font-size:.84rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.language-switcher-trigger.is-open,.language-switcher-trigger:hover{color:var(--blue-700);transform:translateY(-1px)}.language-switcher-caret,.language-switcher-globe{display:inline-flex;align-items:center;justify-content:center}.language-switcher-caret svg,.language-switcher-globe svg{width:16px;height:16px;fill:currentColor}.language-switcher-code{letter-spacing:.04em}.language-switcher-caret{transition:transform .2s ease}.language-switcher-trigger.is-open .language-switcher-caret{transform:rotate(180deg)}.language-switcher-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:156px;padding:8px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 40px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:60}.language-switcher-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 12px;border-radius:12px;color:var(--gray-700);transition:background .2s ease,color .2s ease}.language-switcher-item:hover{color:var(--blue-700);background:var(--blue-50)}.language-switcher-item.is-active{color:var(--blue-700);background:#dbeafe}.language-switcher-item small{color:var(--gray-400);font-size:.72rem;letter-spacing:.06em}.hero-section{position:relative;overflow:hidden;padding:124px 0 52px;background:linear-gradient(135deg,var(--blue-700) 0,var(--blue-500) 100%,var(--indigo-500) 100%);color:#fff}.hero-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.1}.contact-shell,.hero-inner{position:relative;z-index:1}.hero-shell{overflow:hidden;border-radius:28px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:32px;animation:fadeInUp .8s ease-out both;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.hero-viewport{width:100%;overflow:hidden}.hero-carousel{display:flex;transition:transform .5s ease-in-out;width:100%;will-change:transform}.hero-slide{width:100%;min-width:100%;flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:center;min-height:420px;overflow:hidden}.hero-image-column,.hero-text-block{min-width:0}.hero-text-block h1{margin:0 0 16px;font-size:clamp(2rem,4vw,3.15rem);line-height:1.2;letter-spacing:-.02em}.hero-description{margin:0 0 16px;font-size:1.125rem;opacity:.92}.hero-feature-list{margin:0;padding:0 0 0 16px;font-size:.95rem;line-height:1.8;opacity:.82}.hero-product-actions{margin-top:24px}.hero-product-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;color:var(--blue-700);background:rgba(255,255,255,.92);font-weight:700;transition:transform .2s ease,background .2s ease}.hero-product-link:hover{transform:translateY(-1px);background:#fff}.hero-image-card{height:100%;border-radius:24px;background:#fff;padding:16px;box-shadow:0 25px 50px rgba(0,0,0,.2)}.hero-image-panel{display:flex;min-height:340px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.hero-product-image{width:100%;height:100%;object-fit:contain;padding:16px;animation:floatY 3s ease-in-out infinite}.hero-dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.hero-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer}.hero-dot.active{background:#fff}.content-section{padding:96px 0 32px}.business-section{background:#fff}.section-heading-center{text-align:center;margin-bottom:60px}.section-heading-center h2,.section-heading-center h3{margin:0 0 16px;font-size:clamp(2rem,4vw,2.5rem)}.section-heading-center p{margin:0;color:var(--gray-600);font-size:1.125rem}.gradient-text{background:linear-gradient(135deg,var(--blue-700) 0,var(--blue-500) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.business-card,.company-card{position:relative;overflow:hidden;padding:32px;border-radius:28px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.08)}.card-hover{transition:transform .3s ease}.card-hover:hover{transform:translateY(-5px)}.orb{position:absolute;top:0;right:0;width:80px;height:80px;border-radius:999px;transform:translate(24px,-24px);opacity:.1}.orb-blue{background:linear-gradient(135deg,#60a5fa,#8b5cf6)}.orb-green{background:linear-gradient(135deg,#4ade80,#3b82f6)}.orb-purple{background:linear-gradient(135deg,#c084fc,#ec4899)}.business-icon{width:64px;height:64px;margin-bottom:24px}.business-card .business-icon{margin-left:auto;margin-right:auto}.icon-blue{color:var(--blue-500)}.icon-green{color:var(--green-500)}.icon-purple{color:var(--purple-500)}.icon-red{color:var(--red-500)}.business-card h3{margin:0 0 12px;font-size:1.35rem}.business-card,.company-card,.feature-panel,.timeline-card{animation:fadeInUp .8s ease-out both}.business-card p{text-align:center}.business-card p,.company-item div,.contact-card p,.document-card li,.document-card p,.feature-item p,.timeline-card p{margin:0;color:var(--gray-600);line-height:1.7}.business-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.business-dots span{width:8px;height:8px;border-radius:999px;background:var(--blue-400,#93c5fd)}.business-dots span:nth-child(2){background:var(--blue-500)}.business-dots span:nth-child(3){background:var(--blue-700)}.feature-panel{margin-top:80px;border-radius:28px;background:linear-gradient(90deg,#eff6ff,#f5f3ff);padding:32px}.feature-panel h3,.scenario-section h3{margin:0 0 48px;text-align:center;font-size:clamp(1.75rem,3vw,2.125rem)}.feature-list{display:grid;grid-gap:32px;gap:32px}.feature-item{display:flex;align-items:center;gap:24px}.feature-icon{width:64px;height:64px;flex-shrink:0;border-radius:999px;color:#fff}.feature-icon.icon-blue{background:var(--blue-500)}.feature-icon.icon-green{background:var(--green-500)}.feature-icon.icon-red{background:var(--red-500)}.feature-item h4{margin:0 0 8px;font-size:1.25rem}.scenario-section{margin-top:80px}.timeline{position:relative}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,#60a5fa,#4ade80,#a855f7)}.timeline-row{position:relative;display:flex;align-items:center;margin-bottom:64px}.timeline-row:last-child{margin-bottom:0}.timeline-side{width:50%;padding-left:32px;padding-right:32px}.align-right{text-align:right}.timeline-card{display:inline-block;max-width:100%;padding:24px;border-left:4px solid transparent;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08);text-align:left}.border-blue{border-left-color:var(--blue-500)}.border-green{border-left-color:var(--green-500)}.border-purple{border-left-color:var(--purple-500)}.timeline-node{position:absolute;left:50%;width:48px;height:48px;transform:translateX(-50%);border-radius:999px;color:#fff;z-index:1}.node-blue{background:var(--blue-500)}.node-green{background:var(--green-500)}.node-purple{background:var(--purple-500)}.timeline-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;font-size:.9rem}.align-right .timeline-tags{justify-content:flex-end}.text-blue{color:var(--blue-500)}.text-green{color:var(--green-500)}.text-purple{color:var(--purple-500)}.company-section{background:linear-gradient(90deg,#eff6ff,#e0e7ff);padding-bottom:32px}.company-card{max-width:896px;margin:0 auto}.company-list{list-style:none;margin:0;padding:0}.company-item{display:grid;grid-template-columns:180px 1fr;grid-gap:16px;gap:16px;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--gray-200)}.company-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.company-item strong{display:block;font-size:1.125rem}.company-item small,.company-item span{display:block}.company-item small{margin-top:4px;font-size:.9rem;color:var(--gray-600)}.contact-section{padding:64px 0;color:#fff;background:linear-gradient(90deg,#334155,#1f2937)}.section-heading-center.compact{margin-bottom:28px}.section-heading-center.compact h2{color:#fff;font-size:1.75rem}.section-heading-center.compact p{color:rgba(255,255,255,.8);font-size:.95rem}.contact-grid{justify-content:center;gap:32px;flex-wrap:wrap}.contact-card,.contact-grid{display:flex;align-items:center}.contact-card{gap:12px;padding:12px 16px;border-radius:12px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .2s ease,background .2s ease}.contact-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.14)}.contact-card p{color:rgba(255,255,255,.7);font-size:.75rem}.contact-card strong{font-size:.95rem;font-weight:600}.contact-icon{width:20px;height:20px}.contact-icon.blue{color:#60a5fa}.contact-icon.green{color:#4ade80}.site-footer{padding:24px 0;text-align:center;color:var(--gray-400);background:var(--gray-900)}.site-footer p{margin:0;font-size:.875rem}.footer-links{display:flex;justify-content:center;gap:20px;margin-top:10px;font-size:.82rem}.footer-links a:hover{color:#fff}.document-shell{display:flex;align-items:flex-start;justify-content:center;padding-top:48px;padding-bottom:72px}.document-card{width:min(760px,100%);padding:36px;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.06)}.document-card h1{margin:0 0 12px;font-size:2.25rem}.document-card h2{margin-top:32px;margin-bottom:10px;font-size:1.375rem}.document-toolbar,.legal-toolbar{display:flex;justify-content:flex-end;margin-bottom:18px}.document-card a{color:#007aff}.document-footer{margin-top:32px;font-size:.875rem;color:#777}.legal-shell{min-height:100vh;padding:36px 0 72px;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 24%),linear-gradient(180deg,#f8fbff,#f3f7fc)}.legal-container{width:min(100% - 32px,960px);margin:0 auto}.legal-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.legal-back,.legal-links a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(148,163,184,.14);color:var(--gray-700);font-weight:600}.legal-links{display:flex;gap:10px;flex-wrap:wrap}.legal-link-active{color:#fff;background:var(--blue-500);border-color:transparent}.legal-hero{padding:34px;border-radius:28px;background:linear-gradient(135deg,var(--blue-700) 0,var(--blue-500) 100%,var(--indigo-500) 100%);color:#fff;box-shadow:0 20px 50px rgba(15,23,42,.12)}.legal-hero .eyebrow{color:rgba(255,255,255,.84)}.legal-hero h1{margin:0 0 14px;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.04em}.legal-hero p:last-child{margin:0;max-width:700px;color:rgba(255,255,255,.9);line-height:1.8}.legal-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:24px}.legal-card,.legal-section{padding:26px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.08)}.legal-card h2,.legal-section h3{margin:0 0 10px}.legal-card p,.legal-section p{margin:0;color:var(--gray-600);line-height:1.8}.legal-section p a{margin-left:4px;color:var(--blue-500)}.legal-article{display:grid;grid-gap:18px;gap:18px;margin-top:24px}.legal-footer{margin:24px 0 0;color:#6b7280;font-size:.9rem;text-align:center}.enote-product-shell-v2{background:var(--gray-50)}.enote-product-hero-v2{position:relative;overflow:hidden;padding:112px 0 52px;background:linear-gradient(135deg,var(--blue-700) 0,var(--blue-500) 100%,var(--indigo-500) 100%)}.enote-product-hero-v2:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 24%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.12}.enote-product-hero-card-v2{position:relative;z-index:1;padding:12px 0 0}.enote-product-hero-grid-v2{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:32px;gap:32px;align-items:center}.enote-product-copy-v2{color:#fff}.enote-product-eyebrow-v2{color:rgba(255,255,255,.86)}.enote-product-copy-v2 h1{margin:0 0 16px;font-size:clamp(2.6rem,5vw,4.3rem);line-height:1.03;letter-spacing:-.04em}.enote-product-lead-v2{margin:0;max-width:640px;color:rgba(255,255,255,.9);font-size:1.04rem;line-height:1.85}.enote-product-points-v2{margin:22px 0 0;padding-left:18px;color:rgba(255,255,255,.82);line-height:1.8}.enote-product-actions-v2{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.enote-product-primary-v2,.enote-product-secondary-v2{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:700}.enote-product-primary-v2{color:var(--blue-700);background:rgba(255,255,255,.95)}.enote-product-secondary-v2{color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08)}.enote-product-visual-v2{position:relative;min-width:0}.enote-product-device-v2{padding:16px;border-radius:24px;background:#fff;box-shadow:0 25px 50px rgba(0,0,0,.2)}.enote-product-device-screen-v2{display:flex;align-items:center;justify-content:center;min-height:360px;border-radius:18px;background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.enote-product-image-v2{width:100%;height:100%;object-fit:contain;padding:18px}.enote-product-badge-v2{position:absolute;right:18px;bottom:-14px;display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;color:var(--blue-700);background:rgba(255,255,255,.95);box-shadow:0 14px 30px rgba(15,23,42,.12);font-weight:700}.enote-product-section-v2{padding:88px 0 24px}.enote-product-soft-v2{background:linear-gradient(90deg,#eff6ff,#f5f3ff);padding-bottom:56px}.enote-product-heading-v2{max-width:760px;margin:0 auto 40px;text-align:center}.enote-product-heading-v2 h2{margin:0 0 14px;font-size:clamp(2rem,4vw,2.5rem)}.enote-product-heading-v2 p{margin:0;color:var(--gray-600);font-size:1.06rem}.enote-scene-grid-v2,.enote-support-grid-v2,.enote-trait-grid-v2{display:grid;grid-gap:24px;gap:24px}.enote-scene-grid-v2,.enote-trait-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.enote-scene-card-v2,.enote-summary-copy-v2,.enote-support-card-v2,.enote-trait-card-v2{padding:28px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.08)}.enote-scene-card-v2 span{display:inline-flex;margin-bottom:16px;color:var(--blue-500);font-weight:700;letter-spacing:.08em}.enote-audience-item-v2 h3,.enote-scene-card-v2 h3,.enote-summary-copy-v2 h2,.enote-support-card-v2 h3,.enote-trait-card-v2 h3{margin:0 0 12px}.enote-audience-item-v2 p,.enote-scene-card-v2 p,.enote-summary-copy-v2 p,.enote-support-card-v2 p,.enote-trait-card-v2 p{margin:0;color:var(--gray-600);line-height:1.75}.enote-trait-dot-v2{width:18px;height:18px;margin-bottom:16px;border-radius:999px;background:linear-gradient(135deg,var(--blue-500),var(--indigo-500));box-shadow:0 0 0 8px rgba(59,130,246,.12)}.enote-summary-layout-v2{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:24px;gap:24px;align-items:start}.enote-audience-list-v2{display:grid;grid-gap:18px;gap:18px;margin-top:22px}.enote-audience-item-v2{padding-top:18px;border-top:1px solid var(--gray-200)}.enote-support-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.enote-support-card-v2{display:block;transition:transform .2s ease,box-shadow .2s ease}.enote-support-card-v2:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.1)}.enote-support-card-v2 span{display:inline-flex;margin-top:18px;color:var(--blue-500);font-weight:700}.enote-home-shell{background:var(--gray-50)}.enote-home-hero{padding-bottom:56px}.enote-home-hero-shell{padding:36px}.enote-home-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:32px;gap:32px;align-items:center}.enote-home-eyebrow{color:rgba(255,255,255,.86)}.enote-home-description{max-width:640px}.enote-home-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.enote-home-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);font-weight:700}.enote-home-device-wrap{min-width:0}.enote-home-device-card{border-radius:24px}.enote-home-device-panel{min-height:360px}.enote-home-section{padding-top:88px}.enote-home-card h3,.enote-home-support-card h3,.enote-home-timeline-title{margin:0 0 12px}.enote-home-contact-core,.enote-home-feature-core,.enote-home-icon-dot,.enote-home-timeline-core{display:inline-block;border-radius:999px;background:currentColor}.enote-home-icon-dot{width:18px;height:18px;box-shadow:0 0 0 6px rgba(255,255,255,.2)}.enote-home-feature-core{width:20px;height:20px;box-shadow:0 0 0 7px rgba(255,255,255,.18)}.enote-home-timeline-core{width:14px;height:14px;background:#fff}.enote-home-company{padding-bottom:40px}.enote-home-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.enote-home-support-card{display:block;padding:30px;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.enote-home-support-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.1)}.enote-home-support-card p{margin:0;color:var(--gray-600);line-height:1.75}.enote-home-support-card span{display:inline-flex;margin-top:18px;color:var(--blue-500);font-weight:700}.enote-home-contact{padding-top:56px;padding-bottom:72px}.enote-home-contact-core{width:12px;height:12px}.enote-shell{min-height:100vh;background:radial-gradient(circle at top left,rgba(59,130,246,.06),transparent 26%),linear-gradient(180deg,#fbfdff,#f5f8fc 45%,#f7f9fc)}.enote-container{width:min(100% - 48px,1040px);margin:0 auto}.enote-hero{position:relative;overflow:hidden;padding:132px 0 64px}.enote-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(59,130,246,.08),transparent 24%),radial-gradient(circle at 88% 20%,rgba(99,102,241,.06),transparent 20%);pointer-events:none}.enote-hero h1{margin:0 0 18px;font-size:clamp(2.8rem,6vw,5.25rem);line-height:.98;letter-spacing:-.05em;max-width:9ch}.enote-lead{max-width:620px;margin:0;color:var(--gray-600);font-size:1.04rem;line-height:1.85}.enote-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.enote-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.enote-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:600}.enote-button.primary{color:#fff;background:#111827}.enote-button.secondary{color:var(--gray-800);background:rgba(255,255,255,.86);border-color:rgba(15,23,42,.08)}.enote-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.enote-chip-row span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;color:var(--gray-700);background:rgba(255,255,255,.78);border:1px solid rgba(15,23,42,.08);font-size:.88rem;font-weight:600}.enote-device-stage{position:relative;min-height:500px}.enote-device-card{position:absolute;inset:auto 0 0 auto;width:min(100%,460px);height:300px;border-radius:28px}.enote-device-card.back{top:54px;right:46px;background:linear-gradient(135deg,rgba(226,232,240,.72),rgba(255,255,255,.48));transform:rotate(-8deg);box-shadow:0 20px 50px rgba(15,23,42,.05)}.enote-device-card.front{top:90px;right:0;padding:18px;background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(15,23,42,.1)}.enote-device-screen{height:100%;border-radius:22px;background:linear-gradient(180deg,#fcfdff,#f5f8fc);border:1px solid rgba(148,163,184,.12);padding:18px}.enote-device-top{display:flex;gap:8px}.enote-dot{width:10px;height:10px;border-radius:999px}.enote-dot.red{background:#fb7185}.enote-dot.amber{background:#fbbf24}.enote-dot.green{background:#34d399}.enote-waveform{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;height:120px;margin:42px 0 28px}.enote-waveform span{flex:1 1;border-radius:999px;background:linear-gradient(180deg,#9ca3af,#4b5563)}.enote-waveform span:first-child{height:38%}.enote-waveform span:nth-child(2){height:72%}.enote-waveform span:nth-child(3){height:48%}.enote-waveform span:nth-child(4){height:88%}.enote-waveform span:nth-child(5){height:58%}.enote-waveform span:nth-child(6){height:82%}.enote-waveform span:nth-child(7){height:44%}.enote-waveform span:nth-child(8){height:64%}.enote-waveform span:nth-child(9){height:34%}.enote-device-meta strong{display:block;font-size:1.4rem}.enote-device-meta p{margin:8px 0 0;color:var(--gray-600)}.enote-floating-shot{position:absolute;right:48px;bottom:8px;width:220px;height:220px;border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 18px 42px rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.enote-product-shot{width:100%;height:100%;object-fit:contain;padding:18px}.enote-spec-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin-top:44px;border-radius:28px;overflow:hidden;background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.1);box-shadow:0 12px 28px rgba(15,23,42,.04)}.enote-spec-item{padding:24px 26px;background:rgba(255,255,255,.88)}.enote-spec-item span{display:block;margin-bottom:8px;color:var(--gray-600);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.enote-spec-item strong{display:block;font-size:1rem}.enote-section{padding:36px 0 112px}.enote-product-intro{display:grid;grid-template-columns:1fr .9fr;grid-gap:36px;gap:36px;align-items:end;margin-bottom:40px}.enote-product-intro h2{margin:0;font-size:clamp(2.1rem,3vw,3.1rem);line-height:1.1;letter-spacing:-.03em}.enote-product-intro p:last-child{margin:0;color:var(--gray-600);line-height:1.8}.enote-feature-grid,.enote-grid,.enote-moment-grid{display:grid;grid-gap:24px;gap:24px}.enote-grid{grid-template-columns:1.3fr .7fr;margin-bottom:40px}.enote-moment-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:40px}.enote-moment-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,250,252,.94));border:1px solid rgba(148,163,184,.12);box-shadow:0 14px 30px rgba(15,23,42,.05)}.enote-moment-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.enote-moment-top span{font-size:.84rem;font-weight:700;color:var(--gray-500,#6b7280);letter-spacing:.12em}.enote-feature-icon svg,.enote-moment-top svg{width:22px;height:22px;fill:currentColor}.enote-moment-card h3{margin:0 0 10px;font-size:1.2rem}.enote-moment-card p{margin:0;color:var(--gray-600);line-height:1.75}.enote-card,.enote-feature-card{padding:34px;border-radius:28px;background:rgba(255,255,255,.9);border:1px solid rgba(148,163,184,.14);box-shadow:0 16px 34px rgba(15,23,42,.05)}.enote-card.accent{background:linear-gradient(180deg,rgba(250,251,253,.98),rgba(255,255,255,.92))}.enote-card h2,.enote-feature-card h3{margin:0 0 14px}.enote-card h2,.enote-story-card h2{letter-spacing:-.02em}.enote-card p,.enote-feature-card p{margin:0;color:var(--gray-600);line-height:1.75}.enote-list{margin:18px 0 0;padding-left:18px;color:var(--gray-700);line-height:1.9}.enote-link-list{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.enote-link-list a{display:inline-flex;width:-moz-fit-content;width:fit-content;color:var(--gray-800);font-weight:600}.enote-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.enote-feature-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,250,251,.94))}.enote-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:18px;border-radius:14px;color:#111827;background:rgba(15,23,42,.06)}.enote-feature-icon.muted{color:#4b5563;background:rgba(148,163,184,.14)}.enote-lower-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:24px;gap:24px;margin-top:40px}.enote-story-card{padding:34px;border-radius:28px;background:rgba(255,255,255,.9);border:1px solid rgba(148,163,184,.14);box-shadow:0 16px 34px rgba(15,23,42,.05)}.enote-story-card h2{margin:0 0 14px;font-size:clamp(1.8rem,3vw,2.4rem)}.enote-scenario-list{display:grid;grid-gap:14px;gap:14px}.enote-scenario-item{display:grid;grid-template-columns:56px 1fr;grid-gap:16px;gap:16px;padding:20px 22px;border-radius:20px;background:linear-gradient(135deg,rgba(250,251,253,.96),rgba(255,255,255,.94))}.enote-scenario-item span{font-size:1rem;font-weight:700;color:var(--gray-800)}.enote-scenario-item p,.enote-story-copy{margin:0;color:var(--gray-600);line-height:1.75}.accent-panel{background:linear-gradient(180deg,#1f2937,#111827);color:#fff}.accent-panel .enote-story-copy,.accent-panel .enote-text-link,.accent-panel .eyebrow,.accent-panel h2{color:inherit}.enote-inline-actions{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.enote-text-link{display:inline-flex;width:-moz-fit-content;width:fit-content;padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.45);font-weight:600}.enote-cta-band{display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:center;margin-top:40px;padding:36px;border-radius:32px;background:linear-gradient(135deg,#0f172a,#111827);color:#fff;box-shadow:0 18px 40px rgba(15,23,42,.1)}.enote-cta-band h2{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1;letter-spacing:-.03em}.enote-cta-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.enote-cta-links a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:600}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.business-grid,.enote-home-hero-grid,.enote-home-support-grid,.hero-slide{grid-template-columns:1fr}.hero-slide{min-height:auto}.timeline:before{left:24px;transform:none}.timeline-row{display:block;padding-left:64px}.timeline-side{width:100%;padding:0}.timeline-node{left:24px;transform:translateX(-50%)}.align-right{text-align:left}.company-item{grid-template-columns:1fr}}@media (max-width:768px){.document-shell,.site-container{width:min(100% - 24px,1152px)}.nav-desktop{display:none}.nav-mobile-button,.nav-mobile-tools{display:inline-flex}.nav-mobile-button{align-items:center;justify-content:center}.nav-language-switcher.mobile-inline a{min-height:unset;padding:0;font-size:inherit}.nav-language-switcher.mobile-inline .language-switcher-trigger{min-height:32px;padding:0 10px;font-size:.78rem}.nav-mobile-panel{display:flex;flex-direction:column;gap:12px;padding:0 0 16px}.business-card,.company-card,.document-card,.feature-panel,.hero-shell{padding:24px}.document-toolbar,.legal-toolbar{justify-content:flex-start}.hero-image-panel{min-height:260px}.feature-item{align-items:flex-start}.contact-grid{flex-direction:column;align-items:stretch}.contact-card{width:100%}.enote-container{width:min(100% - 24px,1040px)}.enote-cta-band,.enote-feature-grid,.enote-grid,.enote-hero-grid,.enote-lower-grid,.enote-moment-grid,.enote-product-intro{grid-template-columns:1fr}.enote-spec-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.enote-device-stage{min-height:420px}.enote-device-card.back{right:18px}.enote-floating-shot{right:16px;width:180px;height:180px}.enote-cta-links{justify-content:flex-start}.enote-card,.enote-cta-band,.enote-feature-card,.enote-story-card{padding:26px}}@media (max-width:520px){.enote-spec-strip{grid-template-columns:1fr}}