:root{--primary:220 90% 56%;--primary-foreground:0 0% 100%;--secondary:220 14% 96%;--secondary-foreground:220 9% 46%;--accent:12 76% 61%;--accent-foreground:0 0% 100%;--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--border:214 32% 91%;--input:214 32% 91%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--ring:220 90% 56%;--destructive:0 84% 60%;--font-display:"Inter",system-ui,sans-serif;--shadow-elevation:0 4px 6px -1px rgba(0,0,0,.1);--shadow-command:0 10px 15px -3px rgba(0,0,0,.1)}.hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;position:relative}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5));inset:0;position:absolute}.hero-content{margin:0 auto;max-width:1200px;padding:0 1rem;position:relative;text-align:center;width:100%;z-index:10}.hero-logos{gap:2rem;margin-bottom:3rem}.hero-logo,.hero-logos{align-items:center;display:flex;justify-content:center}.hero-logo{background:#fff;border-radius:.5rem;height:60px;padding:1rem;width:120px}.hero-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.hero-badge-dot{background-color:var(--accent);border-radius:9999px;height:.5rem;width:.5rem}.hero-badge-text{color:var(--accent);font-size:.875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.hero-title{color:#fff;font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1;margin-bottom:1.5rem}.hero-subtitle{color:hsla(0,0%,100%,.9);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:2rem}.hero-description{color:hsla(0,0%,100%,.8);font-size:1.25rem;line-height:1.75;margin:0 auto 3rem;max-width:48rem}.hero-cta{background-color:var(--primary);border:none;border-radius:.5rem;box-shadow:0 10px 30px -10px rgba(var(--primary-rgb),.5);color:#fff;cursor:pointer;display:inline-block;font-size:1.125rem;font-weight:700;letter-spacing:.05em;padding:1.5rem 3rem;text-transform:uppercase;transition:all .3s ease}.hero-cta:hover{box-shadow:0 20px 40px -10px rgba(var(--primary-rgb),.6);transform:translateY(-2px)}.hero-details{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-wrap:wrap;font-size:.875rem;gap:2rem;justify-content:center;letter-spacing:.15em;margin-top:3rem;text-transform:uppercase}.hero-detail-item{align-items:center;display:flex;gap:.5rem}.hero-detail-dot{background-color:var(--accent);border-radius:9999px;height:.5rem;width:.5rem}@media (max-width:768px){.hero-details,.hero-logos{flex-direction:column;gap:1rem}}.inbound-section{background:linear-gradient(180deg,hsl(var(--background)) 0,hsl(var(--secondary)/.3) 100%);padding:6rem 0;position:relative}.inbound-container{margin:0 auto;max-width:1280px;padding:0 1rem}.inbound-header{animation:fade-in .6s ease-out;margin-bottom:4rem;text-align:center}.inbound-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.inbound-badge-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:hsl(var(--accent));border-radius:50%;height:8px;width:8px}.inbound-badge-text{color:hsl(var(--accent));font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.inbound-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.inbound-description{color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:48rem}.hubspot-loop-wrapper{margin:0 auto 5rem;max-width:32rem;position:relative}.hubspot-loop-outer{aspect-ratio:1;background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--secondary)));border:4px solid hsl(var(--primary)/.2);border-radius:50%;box-shadow:var(--shadow-elevation);padding:2rem}.hubspot-loop-inner{align-items:center;backdrop-filter:blur(8px);background:hsl(var(--background)/.5);border:4px solid hsl(var(--primary)/.4);border-radius:50%;display:flex;height:100%;justify-content:center;padding:2rem;width:100%}.hubspot-loop-content{text-align:center}.hubspot-loop-icon{color:hsl(var(--primary));height:4rem;margin:0 auto 1rem;width:4rem}.hubspot-loop-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.hubspot-loop-text{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5}.hubspot-loop-ai-badge{align-items:center;background:hsl(var(--primary));border-radius:50%;box-shadow:var(--shadow-command);display:flex;height:5rem;justify-content:center;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:5rem}.hubspot-loop-ai-badge span{color:hsl(var(--primary-foreground));font-size:.75rem;font-weight:700}.inbound-features-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:5rem}@media (min-width:768px){.inbound-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.inbound-features-grid{grid-template-columns:repeat(4,1fr)}}.inbound-feature-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.inbound-feature-card:hover{border-color:hsl(var(--primary)/.5);box-shadow:var(--shadow-command)}.inbound-feature-icon{color:hsl(var(--primary));margin-bottom:1rem;transition:transform .3s ease}.inbound-feature-card:hover .inbound-feature-icon{transform:scale(1.1)}.inbound-feature-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.inbound-feature-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.footer-section{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:3rem 0}.footer-container{margin:0 auto;max-width:1280px;padding:0 1rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.footer-brand{text-align:center}.footer-brand-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-brand-tagline{color:hsl(var(--muted-foreground));font-size:.875rem}.footer-info{text-align:center}.footer-info-organizer{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:.5rem}.footer-info-copyright{color:hsl(var(--muted-foreground));font-size:.75rem}@media (min-width:768px){.footer-brand{text-align:left}.footer-info{text-align:right}}@media (max-width:767px){.footer-content{flex-direction:column;text-align:center}}.ai-orchestration-section{background:linear-gradient(180deg,hsl(var(--secondary)/.5) 0,hsl(var(--background)) 100%);padding:6rem 0;position:relative}.ai-orchestration-container{margin:0 auto;max-width:1280px;padding:0 1rem}.ai-orchestration-header{animation:fade-in .6s ease-out;margin-bottom:4rem;text-align:center}.ai-orchestration-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.ai-orchestration-badge-dot{animation:pulse-primary 2s cubic-bezier(.4,0,.6,1) infinite;background:hsl(var(--primary));border-radius:50%;height:8px;width:8px}.ai-orchestration-badge-text{color:hsl(var(--primary));font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ai-orchestration-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.ai-orchestration-description{color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:48rem}.mars-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 5rem;max-width:1152px}@media (min-width:768px){.mars-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mars-grid{grid-template-columns:repeat(4,1fr)}}.mars-pillar-card{background:hsl(var(--card));border:2px solid hsl(var(--border));border-radius:.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.mars-pillar-card:hover{border-color:hsl(var(--accent))}.mars-pillar-letter-bg{color:hsl(var(--accent)/.05);font-family:var(--font-display);font-size:7.5rem;font-weight:700;line-height:1;pointer-events:none;position:absolute;right:0;top:0;user-select:none}.mars-pillar-content{position:relative;z-index:10}.mars-pillar-icon{color:hsl(var(--accent));margin-bottom:1rem;transition:transform .3s ease}.mars-pillar-card:hover .mars-pillar-icon{transform:scale(1.1)}.mars-pillar-header{align-items:baseline;display:flex;gap:.5rem;margin-bottom:.75rem}.mars-pillar-letter{color:hsl(var(--accent));font-size:2.25rem}.mars-pillar-letter,.mars-pillar-title{font-family:var(--font-display);font-weight:700}.mars-pillar-title{color:hsl(var(--foreground));font-size:1.25rem}.mars-pillar-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.epic-method-card{background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--secondary)));border:1px solid hsl(var(--primary)/.3);border-radius:.5rem;margin:0 auto 4rem;max-width:64rem;padding:2rem}.epic-method-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:2rem;text-align:center}.epic-method-steps{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (min-width:768px){.epic-method-steps{grid-template-columns:repeat(3,1fr)}}.epic-method-step{text-align:center}.epic-method-step-number{align-items:center;border-radius:50%;display:flex;font-family:var(--font-display);font-size:1.5rem;font-weight:700;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.epic-method-step-number.primary{background:hsl(var(--primary)/.2);border:2px solid hsl(var(--primary));color:hsl(var(--primary))}.epic-method-step-number.accent{background:hsl(var(--accent)/.2);border:2px solid hsl(var(--accent));color:hsl(var(--accent))}.epic-method-step-title{color:hsl(var(--foreground));font-family:var(--font-display);font-weight:700;margin-bottom:.5rem}.epic-method-step-description{color:hsl(var(--muted-foreground));font-size:.875rem}.ai-orchestration-cta{text-align:center}.ai-orchestration-button{background:hsl(var(--accent));border-radius:.5rem;box-shadow:var(--shadow-command);color:hsl(var(--accent-foreground));display:inline-block;font-size:1.125rem;font-weight:700;letter-spacing:.05em;padding:1.5rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.ai-orchestration-button:hover{background:hsl(var(--accent)/.9);box-shadow:0 20px 40px -15px hsl(var(--accent)/.4);transform:translateY(-2px)}@keyframes pulse-primary{0%,to{opacity:1}50%{opacity:.5}}.cta-section{background:linear-gradient(180deg,hsl(var(--secondary)/.3) 0,hsl(var(--background)) 100%);padding:6rem 0;position:relative}.cta-container{margin:0 auto;max-width:1024px;padding:0 1rem}.cta-card{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary)),hsl(var(--accent)));border-radius:.75rem;box-shadow:var(--shadow-command);overflow:hidden;padding:3rem;position:relative}.cta-background-pattern{inset:0;opacity:.1;pointer-events:none;position:absolute}.cta-pattern-circle-top{height:16rem;right:0;top:0;transform:translate(50%,-50%);width:16rem}.cta-pattern-circle-bottom,.cta-pattern-circle-top{background:hsl(var(--foreground));border-radius:50%;position:absolute}.cta-pattern-circle-bottom{bottom:0;height:24rem;left:0;transform:translate(-50%,50%);width:24rem}.cta-content{position:relative;text-align:center;z-index:10}.cta-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.cta-badge-dot{animation:pulse-cta 2s cubic-bezier(.4,0,.6,1) infinite;background:hsl(var(--foreground));border-radius:50%;height:12px;width:12px}.cta-badge-text{color:hsl(var(--foreground)/.9);font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cta-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.cta-description{color:hsl(var(--foreground)/.9);font-size:1.25rem;line-height:1.6;margin:0 auto 2rem;max-width:42rem}.cta-benefits{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2.5rem;max-width:42rem;text-align:left}@media (min-width:768px){.cta-benefits{grid-template-columns:repeat(2,1fr)}}.cta-benefit-item{align-items:flex-start;display:flex;gap:.75rem}.cta-benefit-icon{color:hsl(var(--foreground));flex-shrink:0;height:1.5rem;margin-top:.125rem;width:1.5rem}.cta-benefit-text{color:hsl(var(--foreground)/.9);line-height:1.5}.cta-button{align-items:center;background:hsl(var(--background));border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);color:hsl(var(--primary));display:inline-flex;font-family:var(--font-display);font-size:1.25rem;font-weight:700;gap:.75rem;letter-spacing:.05em;padding:1.75rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background:hsl(var(--background)/.9);transform:scale(1.05)}.cta-button-arrow{height:1.5rem;transition:transform .3s ease;width:1.5rem}.cta-button:hover .cta-button-arrow{transform:translateX(.5rem)}.cta-event-details{color:hsl(var(--foreground)/.8);display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;justify-content:center;letter-spacing:.1em;margin-top:2rem;text-transform:uppercase}.cta-trust-indicators{margin-top:3rem;text-align:center}.cta-trust-text{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1rem}.cta-trust-logos{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.cta-trust-logo{color:hsl(var(--foreground));font-family:var(--font-display);font-size:1.25rem;font-weight:700}.cta-trust-logo.hubspot{color:hsl(var(--accent))}.cta-trust-divider{background:hsl(var(--border));height:2rem;width:1px}@media (max-width:640px){.cta-card{padding:2rem 1.5rem}.cta-event-details{flex-direction:column;gap:.5rem}.cta-event-details>div:nth-child(2n){display:none}}@keyframes pulse-cta{0%,to{opacity:1}50%{opacity:.5}}.schedule-section{background:linear-gradient(180deg,hsl(var(--background)) 0,hsl(var(--secondary)/.2) 100%);padding:6rem 0;position:relative}.schedule-container{margin:0 auto;max-width:1280px;padding:0 1rem}.schedule-header{animation:fade-in .6s ease-out;margin-bottom:4rem;text-align:center}.schedule-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.schedule-badge-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:hsl(var(--accent));border-radius:50%;height:8px;width:8px}.schedule-badge-text{color:hsl(var(--accent));font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.schedule-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.schedule-description{color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:48rem}.schedule-timeline{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:64rem}.schedule-item{background:hsl(var(--card)/.5);border-left:4px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.schedule-item:hover{box-shadow:var(--shadow-elevation);transform:translateX(4px)}.schedule-item.highlight{background:hsl(var(--card));border-left-color:hsl(var(--primary))}.schedule-item>div{display:flex;gap:1.5rem}.schedule-item-icon{align-items:center;background:hsl(var(--muted));border-radius:50%;color:hsl(var(--muted-foreground));display:flex;flex-shrink:0;height:3rem;justify-content:center;width:3rem}.schedule-item.highlight .schedule-item-icon{background:hsl(var(--primary)/.2);color:hsl(var(--primary))}.schedule-item-content{flex:1}.schedule-item-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.schedule-item-title{color:hsl(var(--foreground));font-family:var(--font-display);font-size:1.25rem;font-weight:700}.schedule-item-time{align-items:center;color:hsl(var(--accent));display:flex;font-family:monospace;font-size:.875rem;font-weight:600;gap:.5rem}.schedule-item-description{color:hsl(var(--muted-foreground));line-height:1.6}@media (max-width:640px){.schedule-item>div{flex-direction:column;gap:1rem}.schedule-item-header{align-items:flex-start;flex-direction:column}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.speakers-section{background:rgba(var(--secondary-rgb),.3);padding:6rem 0;position:relative}.speakers-container{padding:0 1rem;width:100%}.speakers-header{margin-bottom:4rem;text-align:center}.speakers-badge{align-items:center;display:inline-flex;gap:.5rem;margin-bottom:1.5rem}.speakers-badge-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:var(--primary);border-radius:9999px;height:.5rem;width:.5rem}.speakers-badge-text{color:var(--primary);font-size:.875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.speakers-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.speakers-description{color:var(--muted-foreground);font-size:1.25rem;margin:0 auto;max-width:48rem}.speakers-carousel{margin:0 auto;max-width:95vw;position:relative;width:100%}.speakers-carousel-wrapper{overflow:hidden}.speakers-carousel-track{display:flex;gap:1rem;transition:transform .5s ease}.speaker-card{background:linear-gradient(135deg,var(--card) 0,var(--secondary) 100%);border:2px solid var(--accent);border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);min-width:100%;padding:2rem;transition:all .3s ease}.speaker-card:hover{box-shadow:0 20px 40px -10px rgba(var(--primary-rgb),.3)}.speaker-card-content{align-items:center;display:flex;flex-direction:column;height:100%;text-align:center}.speaker-image-wrapper{margin-bottom:1.5rem;position:relative}.speaker-image-glow{background:linear-gradient(135deg,rgba(var(--primary-rgb),.3),rgba(var(--accent-rgb),.3));border-radius:9999px;filter:blur(40px);inset:0;position:absolute;transition:filter .3s ease}.speaker-card:hover .speaker-image-glow{filter:blur(60px)}.speaker-image{border:4px solid var(--accent);border-radius:9999px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:14rem;object-fit:cover;position:relative;width:14rem}.speaker-info{flex:1}.speaker-name{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem;transition:color .3s ease}.speaker-card:hover .speaker-name,.speaker-company{color:var(--accent)}.speaker-company{font-size:.875rem;font-weight:700;margin-bottom:.25rem}.speaker-role{color:var(--muted-foreground);font-size:.75rem;margin-bottom:1rem}.speaker-bio{display:-webkit-box;font-size:.875rem;-webkit-line-clamp:5;line-height:1.625;margin-bottom:1rem;-webkit-box-orient:vertical;overflow:hidden}.speaker-linkedin{color:var(--primary);margin-top:auto;transition:color .3s ease}.speaker-linkedin:hover{color:var(--accent)}.carousel-nav-button{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:9999px;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:2rem;z-index:10}.carousel-nav-button:hover{background:var(--accent);border-color:var(--accent)}.carousel-nav-button.prev{left:.5rem}.carousel-nav-button.next{right:.5rem}@media (min-width:768px){.speaker-card{min-width:calc(50% - .5rem)}}@media (min-width:1024px){.speaker-card{min-width:calc(33.333% - .67rem)}.carousel-nav-button.prev{left:1rem}.carousel-nav-button.next{right:1rem}}@media (min-width:1280px){.speaker-card{min-width:calc(25% - .75rem)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}