*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-card: #ffffff;--color-bg-card-hover: #f1f5f9;--color-text: #0f172a;--color-text-secondary: #334155;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-border-light: #cbd5e1;--gradient-primary: linear-gradient(135deg, #2563eb, #7c3aed, #db2777);--gradient-cta: linear-gradient(135deg, #2563eb, #4f46e5);--gradient-glow: radial-gradient( ellipse at center, rgba(37, 99, 235, .08) 0%, transparent 70% );--font-sans: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "SF Mono", "Fira Code", monospace;--section-padding: clamp(4rem, 10vw, 8rem);--container-max: 1200px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding) 0;position:relative}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border:1px solid rgba(37,99,235,.2);background:#2563eb0f;color:#2563eb;font-family:var(--font-mono);margin-bottom:1.5rem}.section-badge:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:#2563eb;animation:pulse-glow 2s ease-in-out infinite}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);max-width:600px;line-height:1.7}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-cta);color:#fff;font-weight:700;font-size:1rem;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #2563eb40;letter-spacing:.02em}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2563eb59}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:var(--color-text);font-weight:600;font-size:1rem;border-radius:.75rem;border:1px solid var(--color-border-light);transition:all .3s ease}.btn-secondary:hover{border-color:#2563eb66;background:#2563eb0a}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:#2563eb33;background:var(--color-bg-card-hover);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 6px #2563eb66}50%{opacity:.5;box-shadow:0 0 12px #2563eb33}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}@media(max-width:768px){.container{padding:0 1rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease}.header--scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:.75rem 0}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.header__logo-icon{font-size:1.5rem}.header__logo-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);transition:color .2s ease}.header__nav-link:hover{color:var(--color-text)}.header__actions{display:flex;align-items:center;gap:.75rem}.header__lang-toggle{background:transparent;border:1px solid var(--color-border);border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;letter-spacing:.05em}.header__lang-toggle:hover{border-color:var(--color-primary);color:var(--color-primary)}.header__cta{padding:.625rem 1.5rem;font-size:.875rem}@media(max-width:768px){.header__nav{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__canvas-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__canvas-wrapper canvas{width:100%!important;height:100%!important}.hero__gradient-top{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,var(--color-bg),transparent);z-index:1}.hero__gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:300px;background:linear-gradient(to top,var(--color-bg),transparent);z-index:1}.hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,rgba(124,58,237,.03) 40%,transparent 70%);z-index:1;pointer-events:none}.hero__content{position:relative;z-index:2;padding:8rem 0 6rem;text-align:center;display:flex;justify-content:center}.hero__text{max-width:800px;display:flex;flex-direction:column;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .75rem;background:#f8fafcd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(37,99,235,.15);border-radius:9999px;font-size:.8rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.04em;color:#2563eb;margin-bottom:2rem;animation:fade-in-up .6s ease-out both}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{font-size:clamp(2.75rem,8vw,5rem);font-weight:900;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.75rem;animation:fade-in-up .6s ease-out .1s both}.hero__typewriter{display:inline-block;font-size:clamp(2.75rem,8vw,5rem);transition:opacity .3s ease,transform .3s ease}.hero__typewriter--hidden{opacity:0;transform:translateY(10px)}.hero__title-connector{color:var(--color-text-muted);font-weight:300;font-size:clamp(1.5rem,4vw,2.5rem)}.hero__title-main{display:block}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);line-height:1.9;margin-bottom:2.5rem;max-width:560px;animation:fade-in-up .6s ease-out .2s both}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3.5rem;animation:fade-in-up .6s ease-out .3s both}.hero__cta-primary{font-size:1.05rem;padding:.875rem 2rem}.hero__proof{display:flex;align-items:center;gap:1.5rem;padding:1rem 2rem;background:#ffffffb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(37,99,235,.1);border-radius:1rem;animation:fade-in-up .6s ease-out .4s both;box-shadow:0 4px 24px #0000000a}.hero__proof-item-wrap{display:contents}.hero__proof-item{display:flex;align-items:center;gap:.5rem}.hero__proof-icon{font-size:1.25rem}.hero__proof-text{font-size:.8rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.hero__proof-sep{width:1px;height:1.5rem;background:var(--color-border-light)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero__content{padding:6rem 0 4rem}.hero__proof{flex-direction:column;gap:.75rem;width:100%;padding:1.25rem}.hero__proof-sep{width:80%;height:1px}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn-primary,.hero__actions .btn-secondary{width:100%;justify-content:center}}.pain-points{background:var(--color-bg-secondary)}.pain-points__header{margin-bottom:4rem}.pain-points__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pain-points__card{position:relative;overflow:hidden}.pain-points__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(239,68,68,.05),transparent);opacity:0;transition:opacity .3s ease}.pain-points__card:hover:before{opacity:1}.pain-points__icon{font-size:2rem;margin-bottom:1rem}.pain-points__card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.pain-points__card-desc{font-size:.925rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1.5rem}.pain-points__stat{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--color-border)}.pain-points__stat-bar{width:3px;height:1.5rem;background:linear-gradient(to bottom,#ef4444,#f97316);border-radius:2px}.pain-points__stat-text{font-size:.8rem;color:#ea580c;font-weight:600;font-family:var(--font-mono)}@media(max-width:768px){.pain-points__grid{grid-template-columns:1fr}}.how-it-works{position:relative;overflow:hidden}.how-it-works__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(ellipse,rgba(37,99,235,.04) 0%,transparent 70%);pointer-events:none}.how-it-works__header{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.how-it-works__timeline{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}.how-it-works__step{display:flex;gap:2rem}.how-it-works__step-indicator{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.how-it-works__step-number{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;font-family:var(--font-mono);background:var(--gradient-cta);color:#fff;box-shadow:0 4px 16px #2563eb40}.how-it-works__step-line{width:2px;flex:1;background:linear-gradient(to bottom,#2563eb4d,#2563eb14);margin:.5rem 0}.how-it-works__step-content{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem;flex:1}.how-it-works__step-visual{font-size:2.5rem;flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:#2563eb0f;border-radius:1rem}.how-it-works__step-info{flex:1}.how-it-works__step-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.how-it-works__step-desc{font-size:.925rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:.75rem}.how-it-works__step-highlight{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;font-family:var(--font-mono);background:#2563eb14;color:#2563eb;border:1px solid rgba(37,99,235,.15)}@media(max-width:768px){.how-it-works__step{gap:1rem}.how-it-works__step-content{flex-direction:column;gap:1rem}}.features{background:var(--color-bg-secondary)}.features__header{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.features__groups{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.features__group{border-radius:1.25rem;padding:2rem;border:1px solid var(--color-border);background:var(--color-bg-card);transition:transform .3s ease,box-shadow .3s ease}.features__group:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.features__group--blue{border-top:3px solid #2563eb}.features__group--purple{border-top:3px solid #7c3aed}.features__group-header{text-align:center;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--color-border)}.features__group-label{display:inline-block;font-size:.7rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.features__group-icon{font-size:2.5rem;margin-bottom:.75rem}.features__group-title{font-size:1.375rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.features__group--blue .features__group-title{color:#2563eb}.features__group--purple .features__group-title{color:#7c3aed}.features__group-desc{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}.features__capabilities{display:flex;flex-direction:column;gap:1rem}.features__cap{padding:1.25rem}.features__cap-icon{font-size:1.5rem;margin-bottom:.5rem;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#2563eb0f;border-radius:.625rem}.features__group--purple .features__cap-icon{background:#7c3aed0f}.features__cap-title{font-size:1rem;font-weight:700;margin-bottom:.375rem}.features__cap-desc{font-size:.825rem;color:var(--color-text-secondary);line-height:1.7}@media(max-width:768px){.features__groups{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.pricing__header{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.pricing__note{font-size:.8rem;color:var(--color-text-muted);margin-top:.75rem}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.pricing__card{position:relative;display:flex;flex-direction:column;padding:1.75rem}.pricing__card--highlighted{border:2px solid rgba(37,99,235,.3);background:linear-gradient(180deg,rgba(37,99,235,.03) 0%,var(--color-bg-card) 100%);transform:scale(1.02)}.pricing__card--highlighted:hover{transform:scale(1.02) translateY(-4px)}.pricing__badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);padding:.25rem 1rem;background:var(--gradient-cta);color:#fff;font-size:.75rem;font-weight:700;border-radius:9999px;letter-spacing:.05em}.pricing__card-header{margin-bottom:1.5rem}.pricing__plan-name{font-size:1.125rem;font-weight:800;margin-bottom:.375rem}.pricing__plan-desc{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:1.25rem}.pricing__price{display:flex;align-items:baseline;gap:.25rem}.pricing__price-amount{font-size:2rem;font-weight:900;letter-spacing:-.03em}.pricing__price-period{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.pricing__points{margin-top:.5rem;font-size:.8rem;font-weight:700;color:#2563eb;background:#2563eb0f;border:1px solid rgba(37,99,235,.12);border-radius:9999px;padding:.25rem .75rem;display:inline-block;font-family:var(--font-mono)}.pricing__features{list-style:none;display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem;flex:1}.pricing__feature{display:flex;align-items:center;gap:.5rem;font-size:.825rem;color:var(--color-text-secondary)}.pricing__feature svg{color:#2563eb;flex-shrink:0}.pricing__cta{width:100%;justify-content:center;text-align:center;margin-top:auto}@media(max-width:1024px){.pricing__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing__card--highlighted{transform:none}.pricing__card--highlighted:hover{transform:translateY(-4px)}}.dev-profile{padding:6rem 1.5rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0}.dev-profile__inner{max-width:64rem;margin:0 auto}.dev-profile__header{text-align:center;margin-bottom:3rem}.dev-profile__badge{display:inline-block;font-size:.7rem;font-weight:700;color:#2563eb;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.dev-profile__section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#0f172a;letter-spacing:-.02em}.dev-profile__card{background:#fff;border-radius:1.25rem;box-shadow:0 4px 24px #0000000a,0 1px 3px #0000000f;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.dev-profile__card{flex-direction:row}}.dev-profile__photo-area{width:100%;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}@media(min-width:768px){.dev-profile__photo-area{width:36%;border-bottom:none;border-right:1px solid #e2e8f0;padding:3rem 2rem}}.dev-profile__avatar{width:10rem;height:10rem;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 16px #00000014;margin-bottom:1.25rem}.dev-profile__avatar img{width:100%;height:100%;object-fit:cover}.dev-profile__name{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .25rem}.dev-profile__role{font-size:.8rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;white-space:pre-line}.dev-profile__origin{font-size:.7rem;font-weight:700;color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.dev-profile__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem}.dev-profile__logos--secondary{opacity:.5}.dev-profile__logo-img{height:1.25rem;width:auto;object-fit:contain}.dev-profile__logo-img--small{height:1.5rem}.dev-profile__logo-img--rounded{border-radius:2px;height:1rem}.dev-profile__education{font-size:.625rem;color:#94a3b8;line-height:1.5;margin-top:1rem}.dev-profile__bio-area{flex:1;padding:2.5rem 2rem}@media(min-width:768px){.dev-profile__bio-area{padding:3rem}}.dev-profile__bio{color:#475569;font-size:.9375rem;line-height:1.85;margin-bottom:2rem}.dev-profile__quote{background:linear-gradient(135deg,#eff6ff80,#dbeafe4d);border:1px solid #bfdbfe;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;text-align:center;position:relative}.dev-profile__quote p{font-size:1.05rem;font-weight:700;color:#1e293b;font-style:italic;line-height:1.6;margin:0}.dev-profile__awards-title{font-size:.7rem;font-weight:700;color:#2563eb;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;margin-bottom:1rem}.dev-profile__awards{list-style:none;padding:0;margin:0}.dev-profile__awards li{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:#475569;margin-bottom:.75rem;line-height:1.5}.dev-profile__awards li:last-child{margin-bottom:0}.dev-profile__award-dot{width:6px;height:6px;border-radius:50%;background:#60a5fa;margin-top:.45rem;flex-shrink:0}.cta{position:relative;overflow:hidden;text-align:center}.cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:600px;background:radial-gradient(ellipse,rgba(37,99,235,.06) 0%,rgba(124,58,237,.03) 40%,transparent 70%);pointer-events:none}.cta__content{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.cta__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.cta__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);max-width:560px;line-height:1.7;margin-bottom:2.5rem}.cta__btn{padding:1.125rem 2.5rem;font-size:1.125rem}.cta__note{margin-top:1.25rem;font-size:.8rem;color:var(--color-text-muted);font-family:var(--font-mono)}.footer{padding:4rem 0 2rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.footer__top{display:flex;justify-content:space-between;gap:4rem;margin-bottom:3rem}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.footer__logo-icon{font-size:1.5rem}.footer__logo-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__tagline{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.footer__links{display:flex;gap:4rem}.footer__col-title{font-size:.8rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__list a{font-size:.875rem;color:var(--color-text-muted);transition:color .2s ease}.footer__list a:hover{color:var(--color-text)}.footer__bottom{padding-top:2rem;border-top:1px solid var(--color-border);text-align:center}.footer__copyright{font-size:.8rem;color:var(--color-text-muted)}@media(max-width:768px){.footer__top{flex-direction:column;gap:2rem}.footer__links{gap:2rem}}.legal-page{padding:8rem 1.5rem 6rem;max-width:56rem;margin:0 auto}.legal-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--slate-900, #0f172a);text-align:center;margin-bottom:.75rem;letter-spacing:-.02em}.legal-page__subtitle{color:var(--slate-500, #64748b);text-align:center;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.legal-page__card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;padding:2rem 2.5rem}@media(min-width:768px){.legal-page__card{padding:3rem 4rem}}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section__header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}@media(min-width:768px){.legal-section__header{flex-direction:row;gap:1.5rem;align-items:baseline}}.legal-section__label{font-size:.75rem;font-weight:700;color:#2563eb;letter-spacing:.08em;text-transform:uppercase;flex-shrink:0}.legal-section__title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.legal-section__body{color:#475569;font-size:.9375rem;line-height:1.75}.legal-section__body h3{font-size:1rem;font-weight:700;color:#1e293b;margin:1.75rem 0 .5rem}.legal-section__body h3:first-child{margin-top:0}.legal-section__body p{margin:.75rem 0}.legal-section__body ul{list-style:disc;padding-left:1.5rem;margin:.75rem 0}.legal-section__body li{margin:.25rem 0}.legal-section__body a{color:#2563eb;text-decoration:none}.legal-section__body a:hover{text-decoration:underline}.legal-contact-box{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-top:1rem}.legal-contact-box p{margin:.25rem 0;font-size:.875rem;color:#475569}.legal-contact-box .legal-contact-box__name{font-weight:700;color:#0f172a;margin-bottom:.5rem}.legal-table{width:100%;text-align:left;border-collapse:collapse}.legal-table tr{border-bottom:1px solid #f1f5f9}.legal-table tr:last-child{border-bottom:none}.legal-table tr:hover{background:#f8fafc80}.legal-table th{padding:1.25rem 1.5rem;background:#f8fafc80;color:#64748b;font-weight:700;font-size:.875rem;width:30%;vertical-align:top}.legal-table td{padding:1.25rem 1.5rem;color:#0f172a;font-size:.9375rem;line-height:1.6}.legal-table td a{color:#2563eb;text-decoration:none}.legal-table td a:hover{text-decoration:underline}.legal-beta-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.75rem 1rem;text-align:center;margin-bottom:2rem}.legal-beta-banner p{color:#1e40af;font-size:.875rem;font-weight:500;margin:0}
