*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;text-rendering:optimizeSpeed}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}pre{overflow-x:auto}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#c0392b;transition:color .2s ease}a:hover{color:#e74c3c;text-decoration:underline}strong{font-weight:700}code{font-family:"JetBrains Mono","Fira Code","Consolas",monospace;font-size:.9em;background-color:#f5f5f5;padding:.15em .4em;border-radius:4px}pre{background-color:#1a1a1a;color:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;overflow-x:auto}pre code{background:none;padding:0;font-size:.875rem;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section--gray{background-color:#f5f5f5}.section--dark{background-color:#1a1a1a;color:#fff}.grid-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-center{text-align:center}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.5rem}.section-header p{font-size:1.125rem;color:#888;max-width:600px;margin:0 auto}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s ease;border:2px solid rgba(0,0,0,0)}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background-color:#c0392b;color:#fff;border-color:#c0392b}.btn--primary:hover{background-color:#96281b;border-color:#96281b;color:#fff}.btn--secondary{background-color:#fff;color:#1a1a1a;border-color:#c0392b}.btn--secondary:hover{background-color:#c0392b;color:#fff}.btn--outline{background-color:rgba(0,0,0,0);color:#c0392b;border-color:#c0392b}.btn--outline:hover{background-color:#c0392b;color:#fff}.tag{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:4px;background-color:#f5f5f5;color:#333;margin-right:.25rem;margin-bottom:.25rem}.divider{display:flex;align-items:center;justify-content:center;margin:3rem 0}.divider::before,.divider::after{content:"";flex:1;height:1px;background-color:#e0e0e0}.divider .divider__icon{margin:0 1rem;color:#c0392b;font-size:1.25rem}.suit-icon{display:inline-block;font-style:normal;line-height:1}.suit-icon--spade{color:#1a1a1a}.suit-icon--heart{color:#c0392b}.suit-icon--diamond{color:#c0392b}.suit-icon--club{color:#1a1a1a}.terminal-block{background-color:#2b303b;border-radius:8px;padding:2rem;font-family:"JetBrains Mono","Fira Code","Consolas",monospace;font-size:.9rem;color:#c0c5ce;line-height:1.8}.terminal-block .terminal-prompt{color:#e74c3c}.code-tabs{max-width:700px;margin:0 auto}.code-tabs__buttons{display:flex;gap:0;border-bottom:2px solid #e0e0e0;margin-bottom:0}.code-tab{padding:.75rem 1.5rem;border:none;background:none;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9rem;font-weight:600;color:#888;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;transition:all .2s ease}.code-tab:hover{color:#1a1a1a}.code-tab.active{color:#c0392b;border-bottom-color:#c0392b}.code-panel{display:none}.code-panel.active{display:block}.code-panel pre{border-radius:0 0 8px 8px;margin-bottom:0}.pipeline-diagram{padding:3rem}.pipeline-diagram__flow{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.pipeline-diagram__step .tag{font-size:1rem;padding:.5rem 1.25rem;background-color:#fff;border:2px solid #1a1a1a;border-radius:8px}.pipeline-diagram__arrow{font-size:1.5rem;color:#c0392b}.animate-ready{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate-in{opacity:1;transform:translateY(0)}.page-content h2{margin-top:3rem}.page-content h3{margin-top:2rem}.page-content ul,.page-content ol{margin-bottom:1rem;padding-left:2rem}.page-content ul{list-style-type:disc}.page-content ol{list-style-type:decimal}.page-content li{margin-bottom:.5rem;line-height:1.6}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff;overflow:hidden;padding:5rem 0}.hero__content{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero__logo{width:80px;height:auto;margin:0 auto 2rem}.hero__title{font-size:4rem;font-family:"Playfair Display",Georgia,serif;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.hero__subtitle{font-size:1.35rem;color:#888;margin-bottom:3rem;line-height:1.6}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__corner{position:absolute;font-family:"Playfair Display",Georgia,serif;color:#c0392b;opacity:.15;font-size:1.5rem;line-height:1;text-align:center}.hero__corner .corner-value{display:block;font-size:2rem;font-weight:700}.hero__corner .corner-suit{display:block;font-size:1.5rem}.hero__corner--top-left{top:2rem;left:2rem}.hero__corner--bottom-right{bottom:2rem;right:2rem;transform:rotate(180deg)}.card,.use-case-card,.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;position:relative;transition:all .3s ease;overflow:hidden}.card:hover,.use-case-card:hover,.feature-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-4px)}.card__icon{font-size:2rem;margin-bottom:1rem;line-height:1}.card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card__description{color:#888;font-size:.95rem;line-height:1.6}.card__link{display:inline-block;margin-top:1rem;color:#c0392b;font-weight:600}.card__link:hover{color:#e74c3c}.card__corner{position:absolute;font-size:.75rem;color:#c0392b;opacity:.3;font-weight:700;line-height:1}.card__corner--top{top:.5rem;left:.5rem}.card__corner--bottom{bottom:.5rem;right:.5rem;transform:rotate(180deg)}.feature-card{text-align:center}.feature-card .card__icon{font-size:2.5rem}.use-case-card{padding:3rem 2rem}.step-card{text-align:center;padding:2rem}.step-card .step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#c0392b;color:#fff;font-family:"Playfair Display",Georgia,serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.step-card .step-title{font-family:"Playfair Display",Georgia,serif;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.step-card .step-description{color:#888;font-size:.95rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.nav{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1200px;margin:0 auto;padding:0 2rem}.nav__logo{display:flex;align-items:center;gap:.5rem;font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;font-weight:700;color:#1a1a1a}.nav__logo:hover{text-decoration:none;color:#1a1a1a}.nav__logo img,.nav__logo svg{width:28px;height:auto}.nav__links{display:flex;align-items:center;gap:2rem}.nav__link{font-size:.95rem;font-weight:500;color:#333;transition:color .2s ease;position:relative}.nav__link:hover{color:#c0392b;text-decoration:none}.nav__link--active{color:#c0392b}.nav__link--active::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background-color:#c0392b}.nav__toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav__toggle span{display:block;width:24px;height:2px;background-color:#1a1a1a;margin:5px 0;transition:all .3s ease}.nav__links--open{display:flex}.site-footer{background-color:#1a1a1a;color:#fff;padding:5rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand .footer__logo{display:flex;align-items:center;gap:.5rem;font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer__brand .footer__logo:hover{text-decoration:none;color:#fff}.footer__brand .footer__logo svg{width:24px;height:auto}.footer__brand p{color:#888;font-size:.9rem;max-width:300px}.footer__heading{font-family:"Playfair Display",Georgia,serif;font-size:1rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#888;font-size:.9rem;transition:color .2s ease}.footer__links a:hover{color:#e74c3c;text-decoration:none}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#888}.footer__bottom .footer__spade{color:#c0392b;font-size:1rem}@media (max-width: 1024px){.grid-3{grid-template-columns:repeat(2, 1fr)}.grid-4{grid-template-columns:repeat(2, 1fr)}h1{font-size:2.75rem}h2{font-size:2rem}.hero__title{font-size:3rem}}@media (max-width: 768px){.nav__links{display:none;position:absolute;top:64px;left:0;right:0;background-color:#fff;flex-direction:column;padding:2rem;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.1)}.nav__links--open{display:flex}.nav__toggle{display:block}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero{min-height:70vh;padding:3rem 0}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1.1rem}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.35rem}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}.section{padding:3rem 0}.code-tabs__panels{max-width:100%;overflow-x:auto}}@media (max-width: 480px){.hero__buttons{flex-direction:column;align-items:center}.hero__title{font-size:1.85rem}.container{padding:0 1rem}}