:root{--fc-machine:#002E43;--fc-corporate:#00539f;--fc-golden:#F2B705;--fc-cream:#f1f0ee;--fc-white:#ffffff;--fc-black:#000000;--fc-grey:#e8e8e8;--fc-cold:#60a5fa;--fc-warm:#F2B705;--fc-hot:#ef4444;--fc-silent-warm:#a78bfa;--fc-silent-hot:#ec4899;}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;background:var(--fc-cream);color:var(--fc-machine);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;}.cursor{width:8px;height:8px;background:var(--fc-golden);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);}.cursor-follower{width:40px;height:40px;border:1px solid var(--fc-machine);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);opacity:0.5;}@media (max-width:768px){.cursor,.cursor-follower{display:none;}}.btn{display:inline-flex;align-items:center;gap:0.75rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all 0.3s ease;}.btn-primary{background:var(--fc-machine);color:var(--fc-white);}.btn-primary:hover{background:var(--fc-corporate);transform:translateY(-2px);box-shadow:0 10px 40px rgba(0,46,67,0.3);}.btn-ghost{background:transparent;color:var(--fc-machine);border:1px solid var(--fc-machine);}.btn-ghost:hover{background:var(--fc-machine);color:var(--fc-white);}.btn-cta{background:var(--fc-white);color:var(--fc-machine);padding:1.25rem 3rem;font-size:1.125rem;}.btn-cta:hover{background:var(--fc-golden);transform:translateY(-2px);}.btn svg{transition:transform 0.3s ease;}.btn:hover svg{transform:translateX(4px);}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 0;transition:all 0.3s ease;}.nav.scrolled{background:rgba(237,227,208,0.95);backdrop-filter:blur(20px);padding:1rem 0;}.nav-inner{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:var(--fc-machine);font-weight:700;font-size:1.25rem;}.nav-links{display:flex;gap:3rem;}.nav-links a{text-decoration:none;color:var(--fc-machine);font-size:0.9375rem;font-weight:500;opacity:0.7;transition:opacity 0.2s;}.nav-links a:hover{opacity:1;}.nav-cta{padding:0.75rem 1.5rem;background:var(--fc-machine);color:var(--fc-white);text-decoration:none;font-size:0.9375rem;font-weight:600;transition:all 0.3s ease;}.nav-cta:hover{background:var(--fc-corporate);}@media (max-width:768px){.nav-links{display:none;}.nav-inner{padding:0 1.5rem;}}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 3rem 4rem;max-width:1400px;margin:0 auto;position:relative;}.hero-content{padding-right:4rem;}.hero-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--fc-corporate);margin-bottom:1.5rem;}.hero-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;}.hero-line{display:block;}.hero-highlight{color:var(--fc-golden);font-style:italic;}.hero-desc{font-size:1.25rem;line-height:1.7;opacity:0.7;margin-bottom:2.5rem;max-width:540px;}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;}.hero-visual{display:flex;justify-content:center;align-items:center;}.hero-logo{width:100%;max-width:400px;}.hero-logo svg{width:100%;height:auto;}.hero-scroll{position:absolute;bottom:3rem;left:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;}.hero-scroll-text{font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;writing-mode:vertical-rl;opacity:0.5;}.hero-scroll-line{width:1px;height:60px;background:var(--fc-machine);opacity:0.3;position:relative;overflow:hidden;}.hero-scroll-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--fc-golden);animation:scrollLine 2s ease-in-out infinite;}@keyframes scrollLine{0%{top:-100%;}50%{top:100%;}100%{top:100%;}}.hero-stats{position:absolute;bottom:3rem;right:3rem;display:flex;gap:3rem;}.hero-stat{text-align:right;}.hero-stat-number{display:block;font-size:2rem;font-weight:800;line-height:1;}.hero-stat-label{font-size:0.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em;opacity:0.5;}@media (max-width:1024px){.hero{grid-template-columns:1fr;text-align:center;padding:10rem 1.5rem 4rem;}.hero-content{padding-right:0;}.hero-desc{margin:0 auto 2.5rem;}.hero-cta{justify-content:center;}.hero-visual{display:none;}.hero-scroll{display:none;}.hero-stats{position:static;margin-top:4rem;justify-content:center;}.hero-stat{text-align:center;}}.problem{padding:12rem 3rem;background:var(--fc-machine);color:var(--fc-white);}.problem-inner{max-width:900px;margin:0 auto;text-align:center;}.problem-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--fc-golden);margin-bottom:2rem;}.problem-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:2rem;line-height:1.2;}.problem-line{display:block;}.problem-desc{font-size:1.25rem;line-height:1.8;opacity:0.7;max-width:640px;margin:0 auto;}@media (max-width:768px){.problem{padding:6rem 1.5rem;}}.ecosystem{padding:10rem 3rem;}.ecosystem-header{text-align:center;max-width:700px;margin:0 auto 6rem;}.ecosystem-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--fc-corporate);margin-bottom:1.5rem;}.ecosystem-title{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem;font-weight:700;}.ecosystem-desc{font-size:1.125rem;opacity:0.7;}.product-hero{max-width:1200px;margin:0 auto 4rem;background:var(--fc-white);position:relative;}.product-hero-label{position:absolute;top:2rem;left:2rem;font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--fc-corporate);}.product-hero-content{display:grid;grid-template-columns:1fr 1fr;}.product-hero-text{padding:5rem 4rem;}.product-hero-name{font-size:3.5rem;font-weight:800;margin-bottom:0.5rem;}.product-hero-tagline{font-size:1.25rem;color:var(--fc-golden);font-weight:500;margin-bottom:1.5rem;}.product-hero-desc{font-size:1.125rem;line-height:1.8;opacity:0.7;margin-bottom:2.5rem;}.product-hero-features{display:flex;flex-direction:column;gap:1.5rem;}.product-hero-feature{padding-left:1.5rem;border-left:2px solid var(--fc-golden);}.feature-name{display:block;font-weight:600;margin-bottom:0.25rem;}.feature-desc{font-size:0.9375rem;opacity:0.6;}.product-hero-visual{background:var(--fc-machine);display:flex;align-items:center;justify-content:center;padding:4rem;min-height:500px;}.product-hero-visual svg{width:200px;height:200px;}@media (max-width:900px){.product-hero-content{grid-template-columns:1fr;}.product-hero-text{padding:3rem 2rem;}.product-hero-name{font-size:2.5rem;}.product-hero-visual{min-height:300px;}}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--fc-grey);}.product-card{background:var(--fc-white);transition:all 0.4s ease;}.product-card:hover{background:var(--fc-machine);color:var(--fc-white);}.product-card:hover .product-tagline{color:var(--fc-golden);}.product-card-content{padding:2.5rem;height:100%;display:flex;flex-direction:column;}.product-name{font-size:1.5rem;font-weight:700;display:block;margin-bottom:0.25rem;}.product-tagline{font-size:0.875rem;color:var(--fc-corporate);font-weight:500;margin-bottom:1.5rem;display:block;transition:color 0.4s ease;}.product-desc{font-size:0.9375rem;line-height:1.7;opacity:0.7;margin-bottom:1.5rem;flex-grow:1;}.product-list{list-style:none;font-size:0.8125rem;opacity:0.6;}.product-list li{padding:0.375rem 0;border-top:1px solid currentColor;opacity:0.5;}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:600px){.products-grid{grid-template-columns:1fr;}.ecosystem{padding:6rem 1.5rem;}}.journey{padding:10rem 3rem;background:var(--fc-white);}.journey-header{text-align:center;max-width:700px;margin:0 auto 6rem;}.journey-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--fc-corporate);margin-bottom:1.5rem;}.journey-title{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem;font-weight:700;}.journey-desc{font-size:1.125rem;opacity:0.7;}.journey-steps{max-width:800px;margin:0 auto;}.journey-step{display:grid;grid-template-columns:80px 1fr;gap:3rem;margin-bottom:4rem;}.step-marker{width:80px;height:80px;background:var(--fc-machine);color:var(--fc-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;}.step-content{padding-top:0.5rem;}.step-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700;}.step-desc{font-size:1rem;line-height:1.8;opacity:0.7;margin-bottom:1.5rem;}.step-data{background:var(--fc-cream);padding:1.25rem 1.5rem;}.data-row{display:flex;justify-content:space-between;padding:0.5rem 0;font-size:0.875rem;border-bottom:1px solid rgba(0,46,67,0.1);}.data-row:last-child{border-bottom:none;}.data-row span:first-child{opacity:0.5;}.data-row span:last-child{font-weight:600;font-family:monospace;}.step-tags{display:flex;flex-wrap:wrap;gap:0.5rem;}.tag{padding:0.5rem 1rem;background:var(--fc-golden);color:var(--fc-machine);font-size:0.8125rem;font-weight:600;}.lead-card{background:var(--fc-cream);padding:1.5rem;}.lead-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem;}.lead-name{font-size:1.125rem;font-weight:700;}.lead-score{font-size:0.6875rem;font-weight:700;text-transform:uppercase;padding:0.375rem 0.75rem;}.lead-score.hot{background:var(--fc-hot);color:var(--fc-white);}.lead-company{font-size:0.9375rem;opacity:0.7;margin-bottom:0.5rem;}.lead-stats{font-size:0.8125rem;opacity:0.5;}.tribe-actions{display:flex;flex-direction:column;gap:0.5rem;}.tribe-action{padding:1rem 1.25rem;background:var(--fc-cream);font-size:0.9375rem;}.tribe-action.recommended{background:var(--fc-golden);font-weight:600;}@media (max-width:768px){.journey{padding:6rem 1.5rem;}.journey-step{grid-template-columns:60px 1fr;gap:1.5rem;}.step-marker{width:60px;height:60px;font-size:1rem;}}.classification{padding:8rem 3rem;background:var(--fc-machine);color:var(--fc-white);}.classification-inner{max-width:1200px;margin:0 auto;text-align:center;}.classification-title{font-size:2rem;margin-bottom:1rem;font-weight:700;}.classification-desc{font-size:1.125rem;opacity:0.7;margin-bottom:4rem;}.classification-grid{display:flex;justify-content:center;gap:1px;background:rgba(255,255,255,0.1);flex-wrap:wrap;}.class-card{background:var(--fc-machine);padding:2rem 2.5rem;text-align:center;min-width:180px;flex:1;}.class-temp{display:block;font-size:1.25rem;font-weight:700;margin-bottom:0.75rem;}.class-card.cold .class-temp{color:var(--fc-cold);}.class-card.warm .class-temp{color:var(--fc-warm);}.class-card.hot .class-temp{color:var(--fc-hot);}.class-card.silent-warm .class-temp{color:var(--fc-silent-warm);}.class-card.silent-hot .class-temp{color:var(--fc-silent-hot);}.class-trigger{display:block;font-size:0.875rem;opacity:0.7;margin-bottom:0.5rem;}.class-action{display:block;font-size:0.75rem;opacity:0.5;}@media (max-width:900px){.classification{padding:4rem 1.5rem;}.classification-grid{flex-direction:column;}}.why{padding:10rem 3rem;}.why-header{text-align:center;max-width:700px;margin:0 auto 6rem;}.why-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--fc-corporate);margin-bottom:1.5rem;}.why-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;}.why-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--fc-grey);}.why-card{background:var(--fc-white);padding:3rem;transition:background 0.3s ease;}.why-card:hover{background:var(--fc-cream);}.why-number{font-size:0.75rem;font-weight:600;color:var(--fc-golden);letter-spacing:0.1em;margin-bottom:1.5rem;display:block;}.why-card-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700;}.why-card-desc{font-size:1rem;line-height:1.8;opacity:0.7;}@media (max-width:768px){.why{padding:6rem 1.5rem;}.why-grid{grid-template-columns:1fr;}.why-card{padding:2rem;}}.cta{padding:10rem 3rem;background:var(--fc-corporate);color:var(--fc-white);text-align:center;}.cta-inner{max-width:700px;margin:0 auto;}.cta-logo{margin-bottom:3rem;}.cta-logo svg{width:100px;height:100px;}.cta-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;font-weight:700;}.cta-desc{font-size:1.25rem;opacity:0.8;margin-bottom:3rem;line-height:1.8;}.cta-email{margin-top:2rem;font-size:1rem;opacity:0.6;font-family:monospace;}@media (max-width:768px){.cta{padding:6rem 1.5rem;}}.footer{padding:3rem;background:var(--fc-machine);color:var(--fc-white);}.footer-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}.footer-brand{display:flex;align-items:center;gap:0.5rem;font-weight:600;}.footer-tagline{font-size:0.875rem;opacity:0.5;}.footer-copy{font-size:0.75rem;opacity:0.3;}@media (max-width:768px){.footer-inner{flex-direction:column;text-align:center;}}