:root{--bg: #ffffff;--bg-soft: #f8fafc;--surface: #ffffff;--surface-soft: #f9fafb;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--primary: #4f46e5;--primary-strong: #4338ca;--violet: #7c3aed;--red-soft: #fef2f2;--red: #ef4444;--green-soft: #ecfdf5;--green: #16a34a;--shadow-sm: 0 10px 30px rgba(17, 24, 39, .06);--shadow-lg: 0 24px 60px rgba(17, 24, 39, .12);--radius-sm: 1rem;--radius-md: 1.5rem;--radius-lg: 2rem;--container: 1280px;--font-body: "Manrope", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}h1,h2,h3,h4,p,ul{margin:0}ul{padding:0;list-style:none}.container{width:min(100% - 2rem,var(--container));margin:0 auto}.landing-page{min-height:100vh}.section{position:relative;padding:6rem 0}.section--soft{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section--plain{background:var(--bg)}.section-intro{max-width:48rem;margin-bottom:4rem}.section-intro--center{margin-inline:auto;text-align:center}.section-intro h2{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.1;font-weight:800;letter-spacing:-.04em;margin-bottom:1.25rem}.section-intro h2 span{background:linear-gradient(90deg,#2563eb,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent}.section-intro p{font-size:1.125rem;color:var(--muted)}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:#fffc;backdrop-filter:blur(14px);border-bottom:1px solid #f3f4f6}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:5rem}.site-header__brand,.site-footer__logo{display:inline-flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.site-header__brand span span,.site-footer__logo span span{color:var(--primary)}.site-header__mark,.site-footer__mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.75rem;background:var(--primary);color:#fff;font-size:1.125rem}.site-header__nav{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.site-header__nav a{font-size:.95rem;font-weight:600;color:var(--muted);transition:color .18s ease}.site-header__nav a:hover{color:var(--primary)}.site-header__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:999px;background:var(--primary);color:#fff!important;box-shadow:var(--shadow-sm)}.hero-section{position:relative;overflow:hidden;background:#fff;padding:9rem 0 6rem}.hero-section__orb{position:absolute;border-radius:999px;filter:blur(64px);opacity:.55;pointer-events:none}.hero-section__orb--one{top:-8rem;right:-4rem;width:38rem;height:38rem;background:#e0e7ffcc}.hero-section__orb--two{bottom:-8rem;left:-6rem;width:28rem;height:28rem;background:#ede9fea6}.hero-section__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,.95fr);gap:4rem;align-items:center}.hero-section__eyebrow{display:inline-flex;align-items:center;gap:.625rem;padding:.5rem .9rem;margin-bottom:1.5rem;border:1px solid #e0e7ff;border-radius:999px;background:#eef2ff;color:var(--primary);font-size:.9rem;font-weight:700}.hero-section__eyebrow span{width:.5rem;height:.5rem;border-radius:999px;background:var(--primary)}.hero-section h1{max-width:12ch;font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.05em;margin-bottom:1.5rem}.hero-section h1 span{background:linear-gradient(90deg,var(--primary) 0%,var(--violet) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-section__lead{font-size:1.1875rem;color:var(--muted);margin-bottom:1.5rem}.hero-section__result{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.125rem;margin-bottom:2rem;border:1px solid #f3f4f6;border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.hero-section__check{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#dcfce7;color:var(--green);font-weight:800}.hero-section__result p{color:#374151;font-weight:600}.hero-section__actions{display:flex;gap:1rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.95rem 1.65rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--primary);color:#fff;box-shadow:0 10px 25px #4f46e540}.button--primary:hover{background:var(--primary-strong)}.button--secondary{border-color:var(--border);background:#fff;color:#374151;box-shadow:var(--shadow-sm)}.hero-section__visual{position:relative}.hero-section__image-frame{position:relative;overflow:hidden;aspect-ratio:1 / 1;border:1px solid #f3f4f6;border-radius:1.5rem;background:#f9fafb;box-shadow:var(--shadow-lg)}.hero-section__image-frame img{width:100%;height:100%;object-fit:cover}.hero-section__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#11182700 40%,#1118276b)}.hero-section__floating-card{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;display:flex;gap:1rem;align-items:center;padding:1rem 1.125rem;border:1px solid rgba(255,255,255,.6);border-radius:1rem;background:#fffffff2;box-shadow:var(--shadow-lg)}.hero-section__floating-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#e0e7ff;color:var(--primary)}.hero-section__floating-card strong{display:block;margin-bottom:.2rem}.hero-section__floating-card p{font-size:.875rem}.problem-grid,.benefits-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.problem-card,.benefit-card{padding:2rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.problem-card__icon{width:3rem;height:3rem;border-radius:1rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center}.problem-card__icon--1{background:var(--red-soft);color:var(--red)}.problem-card__icon--2{background:#fff7ed;color:#ea580c}.problem-card__icon--3{background:#eef2ff;color:var(--primary)}.problem-card h3,.use-case-card h3,.benefit-card h3{font-size:1.4rem;line-height:1.2;font-weight:800;margin-bottom:.75rem}.problem-card p,.benefit-card li,.use-case-card p{color:var(--muted)}.solution-section__inner{display:grid;gap:4rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}.solution-section__media{position:relative}.solution-section__media-backdrop{position:absolute;inset:0;border-radius:var(--radius-md);background:#4f46e51a;transform:rotate(3deg) scale(1.04)}.solution-section__media img{position:relative;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);aspect-ratio:4 / 3;object-fit:cover}.solution-section__copy h2{font-size:clamp(2.25rem,4vw,3rem);line-height:1.15;font-weight:800;margin-bottom:1.5rem}.solution-section__lead{margin-bottom:2rem;font-size:1.125rem}.solution-feature-list{display:grid;gap:1.5rem}.solution-feature{display:flex;gap:1rem;align-items:flex-start}.solution-feature__badge,.benefit-card__badge{width:2.5rem;height:2.5rem;flex:none;border-radius:999px;background:#e0e7ff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.solution-feature h3{font-size:1.2rem;font-weight:800;margin-bottom:.25rem}.architecture-section{overflow:hidden}.pillar-list{display:grid;gap:3rem}.pillar-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);border:1px solid #f3f4f6;border-radius:2.5rem;overflow:hidden;background:#fff;box-shadow:0 20px 50px #94a3b826}.pillar-card__intro,.pillar-card__details{padding:3rem}.pillar-card__intro{color:#fff}.pillar-card__badge{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem;border-radius:1.25rem;background:#fff3;backdrop-filter:blur(6px);font-size:1.5rem;font-weight:800}.pillar-card__intro h3{font-size:2.5rem;font-weight:800;margin-bottom:.35rem}.pillar-card__subtitle{margin-bottom:1.25rem;font-size:1.25rem;color:#ffffffe0!important}.pillar-card__intro p{color:#ffffffdb}.pillar-card__details h4{font-size:1.5rem;font-weight:800;padding-bottom:1rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.pillar-card--blue{background:#2563eb}.pillar-card--indigo{background:#4f46e5}.pillar-card--emerald{background:#059669}.pillar-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.pillar-feature{display:flex;gap:1rem;align-items:flex-start}.pillar-feature__icon{width:3rem;height:3rem;flex:none;border-radius:1rem;background:#eef2ff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.pillar-feature strong{display:block;margin-bottom:.35rem;font-size:1.05rem}.use-case-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.use-case-card{padding:2rem;border:1px solid #f3f4f6;border-radius:2rem;background:#f9fafb;transition:transform .18s ease,box-shadow .18s ease}.use-case-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.use-case-card__header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem}.use-case-card__icon{width:3.5rem;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;font-weight:800}.use-case-card__icon--1{background:#dbeafe;color:#2563eb}.use-case-card__icon--2{background:#ffe4e6;color:#e11d48}.use-case-card__icon--3{background:#e0e7ff;color:#4f46e5}.use-case-card__icon--4{background:#d1fae5;color:#059669}.use-case-card__header p{font-weight:600}.use-case-card__task{position:relative;margin-bottom:1.5rem;padding:1rem;border:1px solid #e5e7eb;border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.use-case-card__task span{position:absolute;top:-.6rem;right:1rem;display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:.5rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:800}.use-case-card__task p{font-style:italic;color:#374151;font-weight:600}.use-case-card__footer{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.use-case-card__footer small{font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.use-case-card__footer span{display:inline-flex;padding:.45rem .9rem;border:1px solid #c7d2fe;border-radius:999px;background:#eef2ff;color:var(--primary-strong);font-size:.9rem;font-weight:700}.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-card__head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.benefit-card li{position:relative;padding-left:1.75rem}.benefit-card li+li{margin-top:1rem}.benefit-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:800}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.team-card{text-align:center;padding:2.5rem 2rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}.team-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.team-card__image{width:8rem;height:8rem;margin:0 auto 1.5rem;border-radius:999px;overflow:hidden;border:3px solid #e0e7ff}.team-card__image img{width:100%;height:100%;object-fit:cover}.team-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e0e7ff;color:var(--primary);font-size:2rem;font-weight:800}.team-card__body h3{font-size:1.3rem;font-weight:800;margin-bottom:.35rem}.team-card__role{display:inline-block;padding:.3rem .85rem;margin-bottom:1rem;border-radius:999px;background:#eef2ff;color:var(--primary);font-size:.85rem;font-weight:700}.team-card__bio{font-size:.95rem;color:var(--muted);line-height:1.7}.cta-section{overflow:hidden;background:var(--primary)}.cta-section__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:4rem 4rem;opacity:.25}.cta-section__inner{position:relative;z-index:1;width:min(100% - 2rem,64rem);margin:0 auto;text-align:center}.cta-section__inner h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-weight:800;letter-spacing:-.05em;color:#fff;margin-bottom:1.5rem}.cta-section__inner p{max-width:42rem;margin:0 auto 2rem;font-size:1.25rem;color:#c7d2fe}.cta-form{display:flex;gap:.75rem;max-width:42rem;margin:0 auto;padding:.5rem;border-radius:1.5rem;background:#fff;box-shadow:var(--shadow-lg)}.cta-form input{flex:1;min-width:0;padding:1rem 1.1rem;border:0;border-radius:1rem;outline:none}.cta-form button{padding:1rem 1.35rem;border:0;border-radius:1rem;background:#111827;color:#fff;font-weight:700;cursor:pointer}.cta-section__inner small{display:block;margin-top:1.5rem;color:#c7d2fe}.legal-page{padding:8rem 0 4rem;min-height:100vh}.legal-page__inner{max-width:48rem}.legal-page__inner h1{font-size:clamp(2.25rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;margin-bottom:2rem}.legal-page__inner h2{font-size:1.4rem;font-weight:800;margin-top:2.5rem;margin-bottom:.75rem}.legal-page__inner h3{font-size:1.15rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.legal-page__inner p,.legal-page__inner li{color:var(--muted);line-height:1.8}.legal-page__inner p+p{margin-top:1rem}.legal-page__inner ul{list-style:disc;padding-left:1.5rem;margin-top:.75rem;margin-bottom:.75rem}.legal-page__inner li+li{margin-top:.4rem}.legal-page__inner a{color:var(--primary);text-decoration:underline}.legal-page__inner code{padding:.15rem .4rem;border-radius:.375rem;background:var(--bg-soft);font-size:.9em}.legal-page__updated{font-size:.9rem;color:var(--muted);margin-bottom:2rem}.contact-section{background:var(--bg-soft);border-top:1px solid var(--border)}.contact-section__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:4rem;align-items:start}.contact-section__info h2{font-size:clamp(2.25rem,4vw,3rem);line-height:1.15;font-weight:800;letter-spacing:-.04em;margin-bottom:1.25rem}.contact-section__info>p{font-size:1.125rem;color:var(--muted);margin-bottom:2.5rem}.contact-section__details{display:grid;gap:1.25rem}.contact-section__detail{display:flex;gap:1rem;align-items:center}.contact-section__detail-icon{width:2.75rem;height:2.75rem;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:.875rem;background:#e0e7ff;font-size:1.25rem}.contact-section__detail strong{display:block;font-size:.9rem;margin-bottom:.15rem}.contact-section__detail a{color:var(--primary);font-weight:600}.contact-form{padding:2.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form__field{margin-bottom:1.25rem}.contact-form__field label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:700;color:var(--text)}.contact-form__field label span{color:var(--primary)}.contact-form__field input,.contact-form__field textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-soft);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.contact-form__field textarea{resize:vertical;min-height:7rem}.contact-form__checkbox{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.5rem}.contact-form__checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;flex:none;margin-top:.15rem;accent-color:var(--primary);cursor:pointer}.contact-form__checkbox label{font-size:.9rem;color:var(--muted);line-height:1.5}.contact-form__checkbox label a{color:var(--primary);font-weight:600;text-decoration:underline}.contact-form__checkbox label span{color:var(--primary)}.contact-form__submit{width:100%;cursor:pointer}.contact-form__hint{margin-top:1rem;text-align:center}.contact-form__hint small{color:var(--muted);font-size:.8rem}.site-footer{background:#111827;color:#fff;padding:4rem 0 2rem;border-top:1px solid #1f2937}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.site-footer__brand p{max-width:24rem;margin-top:1.5rem;color:#9ca3af}.site-footer h4{margin-bottom:1rem;font-size:1rem;font-weight:700}.site-footer li+li{margin-top:.75rem}.site-footer a{color:#9ca3af}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid #1f2937}.site-footer__bottom p{color:#6b7280;font-size:.9rem}.site-footer__socials{display:flex;gap:.75rem}.site-footer__socials a{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#ffffff0f;color:#9ca3af;font-size:.9rem;font-weight:800}@media(max-width:1024px){.hero-section__inner,.solution-section__inner,.pillar-card,.problem-grid,.use-case-grid,.benefits-grid,.pillar-features,.site-footer__grid,.contact-section__inner,.team-grid,.contact-form__row{grid-template-columns:1fr}}@media(max-width:900px){.site-header{position:static}.site-header__inner,.site-header__nav,.cta-form,.site-footer__bottom{flex-direction:column;align-items:stretch}.site-header__nav{gap:1rem}.hero-section{padding-top:3rem}}
