*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}a{color:inherit;text-decoration:none}button{border:none;background:none;font-family:inherit;cursor:pointer}.btn{padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:none}.btn-main-text{font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.btn-main-text:after{content:"→";font-size:1.2rem}.btn-sub-text{font-size:.9rem;font-weight:400;opacity:.9}.btn-primary{background:#fff;color:#1b394b;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#debb4a;color:#1b394b}.btn-secondary{background:#fff;color:#1b394b;box-shadow:0 4px 15px #0003}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#debb4a;color:#1b394b}.btn-large{padding:1.5rem 3rem;font-size:1.2rem;min-height:100px}.video-player-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000026;background:#000;aspect-ratio:16 / 9}.video-player-container video{display:block;width:100%;height:100%;border-radius:12px;background:#000}.video-player-youtube{position:relative;width:100%;height:100%;background:#000}.video-player-youtube iframe,.video-player-youtube>div{position:absolute;top:0;left:0;width:100%;height:100%}.video-player-youtube iframe{border:none}.video-player-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#1b394bf2,#5a8ab0f2);font-weight:600;letter-spacing:.2px}.video-player-youtube-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.video-player-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1b394bf2,#5a8ab0f2);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border-radius:12px;transition:background .3s ease}.video-player-overlay:hover{background:linear-gradient(135deg,#1b394bfa,#5a8ab0fa)}.video-player-overlay-content{text-align:center;color:#fff;padding:2rem}.video-player-play-button{width:80px;height:80px;color:#fff;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:video-pulse 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.video-player-play-button svg{width:100%;height:100%;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3))}@keyframes video-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.video-player-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.video-player-description{font-size:1.1rem;opacity:.95;margin:0}.video-player-placeholder{width:100%;aspect-ratio:16 / 9;background:#f0f0f0;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.video-player-placeholder img{width:100%;height:100%;object-fit:cover}.video-player-placeholder-content{text-align:center;padding:2rem}.video-player-placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.3;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.video-player-placeholder-icon:before{content:"??";font-size:4rem}.video-player-placeholder-text{font-size:1.2rem;color:#666;font-weight:500}@media(max-width:768px){.video-player-overlay-content{padding:1rem}.video-player-play-button{width:50px;height:50px;margin-bottom:.5rem}.video-player-play-button svg{width:100%;height:100%}.video-player-title{font-size:1rem;line-height:1.3;margin-bottom:.35rem}.video-player-description{font-size:.8rem;line-height:1.4}.video-player-placeholder-icon{width:50px;height:50px}.video-player-placeholder-icon:before{font-size:2.5rem}.video-player-placeholder-text{font-size:1rem}}.solutions-page{min-height:100vh;background:#d0e2f1}.solutions-hero{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;padding:4rem 2rem 3rem;text-align:center}.solutions-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#debb4a}.solutions-hero p{font-size:1.3rem;opacity:.95;max-width:700px;margin:0 auto 1rem}.solutions-pathways-text{font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:0;color:#debb4a}.solutions-grid-section{padding:4rem 2rem;margin-top:-3rem}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.solution-card-link{text-decoration:none;color:inherit}.solution-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border-top:4px solid #4DA8A5;cursor:pointer}.solution-card.business,.solution-card.technical{border-top-color:#4da8a5}.solution-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.solution-icon{font-size:3.5rem;margin-bottom:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.solution-icon svg{width:100%;height:100%}.solution-card.business .solution-icon,.solution-card.technical .solution-icon{color:#debb4a}.solution-card h2{font-size:2rem;color:#333;margin-bottom:.5rem}.solution-tagline{color:#4da8a5;font-weight:600;font-size:1.1rem;margin-bottom:1.5rem}.solution-card.business .solution-tagline,.solution-card.technical .solution-tagline{color:#4da8a5}.solution-card>p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:2rem}.solution-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:0;list-style:none}.feature-tag{background:#d0e2f1;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#1b394b;font-weight:500;display:inline-flex;align-items:center;width:fit-content}.feature-tag:before{content:"✓";margin-right:.5rem;font-weight:700}.solution-cta{display:inline-block;color:#4da8a5;font-weight:700;font-size:1.1rem;transition:transform .3s ease}.solution-card.technical .solution-cta{color:#4da8a5}.solution-card:hover .solution-cta{transform:translate(5px)}@media(max-width:768px){.solutions-hero{padding:4rem 1.5rem 3rem}.solutions-hero h1{font-size:2rem}.solutions-hero p{font-size:1.1rem}.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card{padding:2rem}.solution-card h2{font-size:1.6rem}}.hosted-analytics-page{min-height:100vh}.hosted-analytics-page .hero-title{color:#debb4a}.features-section{padding:5rem 2rem;background:#d0e2f1}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1b394b26;border-color:#1b394b}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-bottom:1.5rem}.feature-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:700}.feature-card p{font-size:1.05rem;line-height:1.7;color:#666}.how-it-works-section{padding:5rem 2rem;background:#fff}.steps-container{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:3rem auto;background:#d0e2f1;padding:3rem;border-radius:12px}.step{display:flex;gap:2rem;align-items:flex-start}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.step-content h3{font-size:1.6rem;color:#333;margin-bottom:.75rem;font-weight:700}.step-content p{font-size:1.1rem;line-height:1.7;color:#666}.video-demo{margin-top:4rem;max-width:900px;margin-left:auto;margin-right:auto}.who-section{padding:5rem 2rem;background:#d0e2f1}.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}.who-card{background:#fff;padding:2.5rem;border-radius:12px;border-left:4px solid #4DA8A5;transition:all .3s ease}.who-card:hover{transform:translate(5px);box-shadow:0 4px 20px #1b394b33}.who-card h3{font-size:1.4rem;color:#1b394b;margin-bottom:1rem;font-weight:700}.who-card p{font-size:1.05rem;line-height:1.7;color:#666}@media(max-width:768px){.features-section,.how-it-works-section,.who-section{padding:3rem 1.5rem}.features-grid,.who-grid{grid-template-columns:1fr;gap:2rem}.feature-card,.who-card{padding:2rem}.step{flex-direction:column;gap:1rem}.steps-container{padding:2rem 1.5rem}.step-number{width:50px;height:50px;font-size:1.5rem}.step-content h3{font-size:1.4rem}.step-content p{font-size:1rem}.path-switch-link{padding:1rem 1.5rem;gap:.75rem}.switch-icon{width:32px;height:32px}.switch-text strong{font-size:1rem}.switch-description{font-size:.85rem}}.embedded-analytics-page{min-height:100vh}.embedded-analytics-page .hero{background:linear-gradient(135deg,#1b394b,#5a8ab0)}.embedded-analytics-page .hero-title{color:#debb4a}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn{width:280px;text-align:center}.path-switcher{margin-top:2.5rem;text-align:center}.switcher-label{color:#fff;font-size:1rem;margin-bottom:1rem;opacity:.9}.path-switch-link{display:inline-flex;align-items:center;gap:1rem;background:#fff;color:#1b394b;padding:1.25rem 2rem;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.path-switch-link:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#debb4a}.switch-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#4da8a5;flex-shrink:0}.switch-icon svg{width:100%;height:100%}.switch-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.switch-text strong{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.switch-description{font-size:.9rem;opacity:.8}.embedded-analytics-page .cta-buttons .btn{width:280px;text-align:center}.architecture-section{padding:5rem 2rem;background:#d0e2f1}.architecture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.architecture-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease}.architecture-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1b394b26;border-color:#1b394b}.architecture-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-bottom:1.5rem}.architecture-icon svg{width:100%;height:100%}.architecture-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:700}.architecture-card p{font-size:1.05rem;line-height:1.7;color:#666}.video-demo-architecture{margin-top:4rem;max-width:900px;margin-left:auto;margin-right:auto}.architecture-diagram{margin-top:2rem;padding:3rem;border-radius:12px;background:#d0e2f1}.embedding-image{display:block;margin:1.5rem auto 2rem;width:100%;max-width:720px;border-radius:8px;box-shadow:0 8px 20px #0000001f;background:#fff;padding:.5rem}.video-diagram-section{padding:5rem 2rem;background:#fff}.architecture-diagram h3{font-size:1.8rem;color:#1b394b;margin-bottom:2rem;text-align:center;font-weight:700}.diagram-placeholder{background:#fff;border-radius:8px;padding:3rem;box-shadow:0 4px 12px #0000001a}.diagram-flow{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.diagram-step{flex:1;min-width:150px;text-align:center}.diagram-step-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1rem}.diagram-step p{font-size:.95rem;line-height:1.5;color:#333}.diagram-step strong{color:#1b394b}.diagram-arrow{color:#1b394b;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.diagram-arrow svg{width:100%;height:100%}.auth-section{padding:5rem 2rem;background:#d0e2f1}.auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem;margin-bottom:3rem}.auth-option{background:#fff;padding:2.5rem;border-radius:12px;border-left:4px solid #4DA8A5;transition:all .3s ease}.auth-option:hover{transform:translate(5px);box-shadow:0 4px 20px #1b394b33}.auth-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-bottom:1.5rem}.auth-icon svg{width:100%;height:100%}.auth-option h3{font-size:1.4rem;color:#1b394b;margin-bottom:1rem;font-weight:700}.auth-option p{font-size:1.05rem;line-height:1.7;color:#666}.developer-section{padding:5rem 2rem;background:#fff}.sdk-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin:3rem 0 4rem}.sdk-feature{background:#d0e2f1;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.sdk-feature h3{display:flex;align-items:center;gap:1rem;font-size:1.3rem;color:#1b394b;margin-bottom:1rem;font-weight:700}.sdk-feature h3 svg{width:28px;height:28px;color:#debb4a;flex-shrink:0}.sdk-feature p{font-size:1.05rem;line-height:1.7;color:#666}.code-example-title{font-size:1.5rem;color:#1b394b;margin-top:3rem;margin-bottom:1rem;font-weight:700}.integration-guide-card{display:flex;align-items:flex-start;gap:1.5rem;background:#d0e2f1;border-radius:12px;padding:2rem;margin-top:3rem;border-left:4px solid #4DA8A5}.integration-guide-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#debb4a;flex-shrink:0}.integration-guide-icon svg{width:100%;height:100%}.integration-guide-content h3{font-size:1.3rem;color:#1b394b;margin-bottom:.5rem;font-weight:700}.integration-guide-content p{font-size:1rem;line-height:1.6;color:#555;margin:0}.integration-guide-download{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.integration-guide-download:hover{transform:translateY(-2px);box-shadow:0 4px 15px #1b394b4d}.integration-guide-note{margin-top:1rem!important;font-size:.95rem!important;color:#666!important}.integration-guide-note a{color:#4da8a5;font-weight:600;text-decoration:none}.integration-guide-note a:hover{text-decoration:underline}.benefits-section{padding:5rem 2rem;background:#d0e2f1}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.benefit-card{background:#fff;padding:2.5rem;border-radius:12px;border-left:4px solid #4DA8A5;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1b394b26}.benefit-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-bottom:1.5rem}.benefit-icon svg{width:100%;height:100%}.benefit-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:700}.benefit-card p{font-size:1.05rem;line-height:1.7;color:#666}.video-section{padding:5rem 2rem;background:#fff}@media(max-width:1024px){.diagram-flow{flex-direction:column;align-items:center}.diagram-arrow{transform:rotate(90deg);margin:.5rem 0}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.architecture-section,.video-diagram-section,.auth-section,.developer-section,.benefits-section,.video-section{padding:3rem 1.5rem}.architecture-grid,.auth-grid,.sdk-features,.benefits-grid{grid-template-columns:1fr;gap:2rem}.architecture-card,.auth-option,.sdk-feature,.benefit-card{padding:2rem}.architecture-diagram{padding:2rem 1.5rem}.diagram-placeholder{padding:2rem 1rem}.diagram-step{min-width:120px}.diagram-step-icon{width:50px;height:50px;font-size:1.5rem}.diagram-step p{font-size:.85rem}.code-example-title{font-size:1.3rem}.path-switch-link{padding:1rem 1.5rem;gap:.75rem}.switch-icon{width:32px;height:32px}.switch-text strong{font-size:1rem}.switch-description{font-size:.85rem}}.image-lightbox-root .lightbox-thumb{cursor:pointer;max-width:100%;height:auto;display:block;margin:0 auto .75rem}.lightbox-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.lightbox-content{position:relative;max-width:1200px;width:100%}.lightbox-image{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 40px #0006;display:block}.lightbox-close{position:absolute;right:-.5rem;top:-.5rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 6px 18px #0003}.tab-container{max-width:1100px;margin:0 auto}.tab-list{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.tab-button{border:none;background:#fff;color:#1b394b;padding:1rem 1.75rem;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1b394b14}.tab-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1b394b1f}.tab-button.active{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff}.tab-panel{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 35px #1b394b1f}@media(max-width:768px){.tab-list{gap:.75rem}.tab-button{width:100%;max-width:320px;padding:.9rem 1.25rem}.tab-panel{padding:2rem 1.5rem}}.how-it-works-page{min-height:100vh;background:#fff}.how-it-works-hero{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;padding:3rem 2rem 2rem;text-align:center}.how-it-works-hero .container{max-width:1000px;margin:0 auto}.workflow-tabs-section{padding:5rem 2rem 2.5rem;background:#d0e2f1}.workflow-tabs-section .section-subtitle{max-width:none;white-space:nowrap;margin-bottom:1rem}.workflow-pathways-text{text-align:center;font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:1.5rem;color:#1b394b}.workflow-panel{display:flex;flex-direction:column;gap:2rem}.workflow-intro-card{display:flex;align-items:center;gap:1.5rem;background:#fff;border-radius:16px;padding:2rem;border-top:5px solid #4DA8A5}.workflow-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:#debb4a;flex-shrink:0}.workflow-icon svg{width:100%;height:100%}.workflow-intro-card h3{font-size:1.5rem;color:#1b394b;margin-bottom:.5rem}.workflow-intro-card p{margin:0;color:#555;font-size:1.05rem;line-height:1.7}.workflow-solution-link{display:inline-block;margin-top:1rem;color:#4da8a5;font-weight:700;text-decoration:none}.workflow-solution-link:hover{color:#1b394b;text-decoration:underline}.workflow-steps-card{background:#d0e2f1;border-radius:16px;padding:2.5rem}.workflow-steps{display:flex;flex-direction:column;gap:2rem}.workflow-step{display:flex;gap:1.5rem;align-items:flex-start}.workflow-step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;flex-shrink:0}.workflow-step-content h4{font-size:1.35rem;color:#1b394b;margin-bottom:.5rem}.workflow-step-content p{margin:0;color:#555;line-height:1.7;font-size:1.05rem}.workflow-video-card{max-width:900px;width:100%;margin:0 auto}.image-note{color:#333;font-size:.98rem;margin:0 0 .75rem;text-align:center}.embedding-diagrams{display:flex;gap:1rem;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.embedding-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 6px 20px #1b394b14;flex:1 1 30%;min-width:220px;text-align:center;display:flex;flex-direction:column;align-items:flex-start}.embedding-card img{max-width:100%;height:auto;display:block;margin:0 auto .75rem}.embedding-card p{margin:0;color:#333;font-size:.98rem;line-height:1.5}.workflow-summary-section{padding:1.5rem 2rem 5rem;background:#d0e2f1}.workflow-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.workflow-summary-card{background:#fff;border-radius:16px;padding:2rem;transition:all .3s ease}.workflow-summary-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #1b394b1f}.workflow-summary-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-bottom:1rem}.workflow-summary-icon svg{width:100%;height:100%}.workflow-summary-card h3{color:#1b394b;font-size:1.3rem;margin-bottom:.75rem}.workflow-summary-card p{margin:0;color:#555;line-height:1.7}@media(max-width:768px){.how-it-works-hero,.workflow-tabs-section,.workflow-summary-section{padding:3rem 1.5rem}.how-it-works-hero{padding:2.5rem 1.5rem 1.75rem}.workflow-tabs-section{padding:3rem 1.5rem 1.5rem}.workflow-summary-section{padding:1rem 1.5rem 3rem}.workflow-tabs-section .section-subtitle{white-space:normal}.workflow-intro-card,.workflow-step{flex-direction:column;align-items:flex-start}.workflow-steps-card{padding:2rem 1.5rem}.workflow-step-number{width:50px;height:50px;font-size:1.3rem}.workflow-intro-card h3{font-size:1.3rem}.workflow-step-content h4{font-size:1.2rem}}.tab-panel{background:#fff;border-radius:20px;padding:3rem 3rem 2rem;box-shadow:0 10px 35px #1b394b1f}.tab-panel{padding:2rem 1.5rem 1.25rem}.accordion{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;border-left:4px solid #764ba2;box-shadow:0 2px 8px #00000014}.accordion:hover{box-shadow:0 4px 15px #0000001f}.accordion-header{width:100%;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:background .3s ease}.accordion-header:hover{background:#667eea0d}.accordion-title{color:#764ba2;font-size:1.6rem;font-weight:600}.accordion-icon{font-size:1.2rem;font-weight:300;color:#764ba2;opacity:.6;min-width:50px;text-align:center;transition:transform .3s ease}.accordion.open .accordion-icon{transform:none}.accordion-content{padding:0 2rem 2rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.accordion-content p{font-size:1.1rem;line-height:1.8;color:#555;margin:0}.accordion-content strong{color:#667eea}@media(max-width:768px){.accordion-header{padding:1.25rem 1.5rem}.accordion-title{font-size:1.3rem}.accordion-icon{font-size:1.5rem}.accordion-content{padding:0 1.5rem 1.5rem}.accordion-content p{font-size:1rem}}.pricing-card{position:relative;background:#fff;border-radius:20px;padding:2.5rem;border:1px solid rgba(58,106,146,.18);box-shadow:0 10px 30px #1b394b14;display:flex;flex-direction:column;gap:1.75rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #1b394b24;border-color:#3a6a92}.pricing-card.featured{border:2px solid #4DA8A5;box-shadow:0 20px 45px #4da8a52e}.pricing-badge{position:absolute;top:-14px;right:1.5rem;background:#debb4a;color:#1b394b;font-size:.85rem;font-weight:700;padding:.45rem .9rem;border-radius:999px;box-shadow:0 8px 18px #debb4a47}.pricing-card-header h3{font-size:1.8rem;color:#1b394b;margin:0 0 .5rem}.pricing-subtitle{margin:0;color:#3a6a92;font-size:1rem;line-height:1.6}.pricing-price-block{padding:1.5rem;background:#f7fbfe;border-radius:16px}.pricing-price-row{display:flex;align-items:flex-end;gap:.3rem;margin-bottom:.75rem}.pricing-currency{font-size:1.5rem;font-weight:700;color:#1b394b;line-height:1}.pricing-price{font-size:3.1rem;font-weight:800;line-height:.95;color:#1b394b}.pricing-period{font-size:1rem;color:#3a6a92;font-weight:600;padding-bottom:.35rem}.pricing-description{margin:0;color:#4e5b65;line-height:1.7}.pricing-price-note{margin:0 0 .65rem;color:#3a6a92;font-weight:700;font-size:.98rem}.pricing-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.pricing-feature-list li{position:relative;padding-left:1.7rem;color:#34424d;line-height:1.6}.pricing-feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:#4da8a5;font-weight:700}.pricing-card-button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.25rem;border-radius:12px;text-decoration:none;font-weight:700;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.pricing-card-button:hover{transform:translateY(-2px)}.pricing-card-button-primary,.pricing-card-button-secondary,.pricing-card-button{background:#d0e2f1;color:#1b394b}.pricing-card-button-primary:hover,.pricing-card-button-secondary:hover,.pricing-card-button:hover{background:#debb4a}@media(max-width:768px){.pricing-card{padding:2rem}.pricing-card-header h3{font-size:1.55rem}.pricing-price{font-size:2.6rem}}.nav-logo{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700;color:#1b394b;text-decoration:none;transition:all .3s ease}.nav-logo:hover{color:#3a6a92}.nav-logo-img{height:80px!important;width:auto}.gold-text{color:inherit}.home-page{min-height:100vh}.hero{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;padding:2rem;text-align:center}.hero .container{max-width:1200px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-align:center;color:#debb4a}.hero-subtitle{font-size:1.4rem;line-height:1.7;margin-bottom:1rem;opacity:.95}.hero-pathways-text{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;margin-top:0;color:#debb4a}.hero-cta-dual{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.hero-cta-dual .btn{flex:1;min-width:280px;max-width:400px}.hero-tagline{font-size:1rem;opacity:.8;font-style:italic}.section-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.section-logo{height:40px;width:auto}.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:0;color:#333}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.path-section{padding:2rem 2rem 5rem;background:#d0e2f1}.path-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.path-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.path-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001f}.business-path,.technical-path{border-top:5px solid #4DA8A5}.path-card-header{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.path-icon{font-size:3.5rem;margin-bottom:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.path-icon svg{width:100%;height:100%}.business-icon,.technical-icon{color:#debb4a}.path-card h3{font-size:1.3rem;color:#333;margin-bottom:0;font-weight:700;line-height:1.3}.path-card h3 .highlight-text{color:#4da8a5;font-size:1rem;font-weight:500;display:block;margin-top:.5rem}.path-description{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.path-features{list-style:none;padding:0;margin-bottom:2rem}.path-features li{font-size:1.05rem;color:#555;margin-bottom:.75rem;padding-left:.5rem}.path-video{margin:2rem 0}.why-section{padding:5rem 2rem;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.why-card{text-align:center;padding:2rem;border-radius:12px;transition:all .3s ease}.why-card:hover{background:#d0e2f1;transform:translateY(-5px)}.why-icon{font-size:3rem;margin-bottom:1rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#debb4a;margin-left:auto;margin-right:auto}.why-icon svg{width:100%;height:100%}.why-card h3{font-size:1.4rem;color:#333;margin-bottom:1rem;font-weight:600}.why-card p{font-size:1.05rem;line-height:1.6;color:#666}.use-cases-section{padding:5rem 2rem;background:#d0e2f1}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid #1B394B;transition:all .3s ease}.use-case:hover{transform:translate(5px);box-shadow:0 4px 15px #0000001a}.use-case h4{font-size:1.3rem;color:#1b394b;margin-bottom:.5rem;font-weight:700}.use-case p{font-size:1rem;color:#555;line-height:1.6}.cta{padding:5rem 2rem;background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:968px){.nav-links{gap:.5rem}.nav-links a{padding:.5rem .75rem;font-size:.9rem}.path-cards{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.nav-logo{font-size:1.2rem}.nav-logo-img{height:64px}.section-header{flex-direction:column;gap:.75rem}.section-logo{height:30px}.nav-links{flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}.hero{padding:4rem 1.5rem}.hero-title{font-size:2rem;line-height:1.3;white-space:normal}.hero-subtitle{font-size:1.1rem;line-height:1.6}.hero-cta-dual{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:320px;padding:1.25rem 2rem}.btn-main-text{font-size:1.1rem}.btn-sub-text{font-size:.85rem}.btn-large{min-height:90px}.section-title{font-size:2rem;line-height:1.3}.section-subtitle{font-size:1.05rem}.path-section,.why-section,.use-cases-section,.cta{padding:3rem 1.5rem}.path-card{padding:2rem}.path-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.path-icon{width:40px;height:40px}.path-card h3{font-size:1.2rem}.path-description{font-size:1rem}.why-grid{grid-template-columns:1fr;gap:2rem}.use-cases-grid{grid-template-columns:1fr}.cta h2{font-size:1.75rem}.cta p{font-size:1.05rem}.footer-links-horizontal{gap:1rem;font-size:.9rem}}.pricing-page{min-height:100vh;background:#fff}.pricing-page .hero{background:linear-gradient(135deg,#1b394b,#5a8ab0);padding:5rem 2rem 4rem}.pricing-page .hero-title{color:#debb4a}.pricing-page .hero-subtitle{max-width:860px;margin-left:auto;margin-right:auto}.pricing-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.pricing-hero-note{margin:0;color:#ffffffd1;font-size:.95rem}.pricing-section{padding:5rem 2rem}.pricing-section-alt{background:#f7fbfe}.pricing-intro{text-align:center;color:#4e5b65;font-size:1.05rem;line-height:1.7;max-width:850px;margin:0 auto 3rem}.pricing-link{color:#4da8a5;font-weight:700;text-decoration:underline}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.dedicated-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;max-width:1200px;margin:0 auto}.comparison-table-wrapper{overflow-x:auto;border-radius:18px;box-shadow:0 10px 30px #1b394b14}.comparison-table{width:100%;min-width:900px;border-collapse:collapse;background:#fff}.comparison-table thead th{background:#1b394b;color:#fff;font-size:.98rem;font-weight:700;padding:1.2rem 1rem;text-align:left}.comparison-table tbody tr:nth-child(2n){background:#f7fbfe}.comparison-table tbody th,.comparison-table tbody td{padding:1rem;border-bottom:1px solid rgba(58,106,146,.12);text-align:left;color:#34424d;vertical-align:top}.comparison-table tbody th{color:#1b394b;font-weight:700;width:180px}.check-yes{color:#4da8a5;font-weight:700}.check-no{color:#e26d5a;font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.benefit-card{background:#fff;border-radius:18px;padding:2rem;border-left:4px solid #4DA8A5;box-shadow:0 10px 24px #1b394b14}.benefit-card h3{margin:0 0 .85rem;color:#1b394b;font-size:1.25rem}.benefit-card p{margin:0;color:#4e5b65;line-height:1.7}.pricing-faq{max-width:920px;margin:0 auto}.pricing-faq .accordion{border-left-color:#4da8a5}.pricing-faq .accordion-header:hover{background:#4da8a514}.pricing-faq .accordion-title,.pricing-faq .accordion-icon{color:#1b394b}.pricing-faq .accordion-content strong{color:#3a6a92}.pricing-cta-card{background:linear-gradient(135deg,#1b394b,#5a8ab0);border-radius:24px;padding:3rem;text-align:center;color:#fff;box-shadow:0 16px 40px #1b394b2e}.pricing-cta-card h2{margin:0 0 1rem;font-size:2.1rem;color:#debb4a}.pricing-cta-card p{margin:0 auto 2rem;max-width:760px;line-height:1.8;font-size:1.08rem}.pricing-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pricing-cta-actions .btn-secondary{background:#fff;color:#1b394b}.pricing-cta-actions .btn-secondary:hover{background:#debb4a}@media(max-width:1100px){.pricing-grid,.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.pricing-page .hero{padding:4rem 1.5rem 3rem}.pricing-section{padding:3rem 1.5rem}.pricing-grid,.dedicated-grid,.benefits-grid{grid-template-columns:1fr}.pricing-hero-actions,.pricing-cta-actions{flex-direction:column;align-items:center}.pricing-hero-actions .btn,.pricing-cta-actions .btn{width:100%;max-width:320px}.comparison-table-wrapper{margin:0 -.5rem}.pricing-cta-card{padding:2.25rem 1.5rem}.pricing-cta-card h2{font-size:1.75rem}}.portals-page{min-height:100vh;background:linear-gradient(135deg,#1b394b,#5a8ab0)}.portals-content{padding:4rem 2rem}.portals-content .container{max-width:1200px;margin:0 auto}.portals-content h1{color:#debb4a;font-size:3rem;text-align:center;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.portals-intro{color:#fff;font-size:1.2rem;text-align:center;max-width:800px;margin:0 auto 3rem;opacity:.95}.portals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.portal-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #00000026;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;border-top:5px solid #4DA8A5}.portal-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #00000040}.portal-icon{font-size:3rem;color:#debb4a;font-weight:700;margin-bottom:1.5rem;text-align:center}.portal-card h2{color:#1b394b;font-size:2rem;margin-bottom:1rem;text-align:center}.portal-card>p{color:#555;line-height:1.7;margin-bottom:1.5rem;text-align:center}.portal-features{margin-bottom:2rem;flex-grow:1}.portal-features ul{list-style:disc;padding-left:1.5rem}.portal-features li{color:#555;padding:.75rem 0;border-bottom:1px solid #eee}.portal-features li:last-child{border-bottom:none}.portal-btn{display:block;text-align:center;padding:1.25rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;margin-top:auto}.portal-btn-primary{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;box-shadow:0 4px 15px #1b394b4d}.portal-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b394b80}.portal-btn-secondary{background:#fff;color:#1b394b;border:2px solid #1B394B}.portal-btn-secondary:hover{background:#1b394b;color:#fff;transform:translateY(-2px)}.portals-help{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a}.portals-help h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.portals-help p{color:#555;font-size:1.1rem;line-height:1.6}.portals-help a{color:#1b394b;text-decoration:none;font-weight:600}.portals-help a:hover{text-decoration:underline}@media(max-width:968px){.portals-grid{grid-template-columns:1fr}.portals-content h1{font-size:2.5rem}.nav-links{gap:1rem}.nav-links a{padding:.5rem;font-size:.9rem}}@media(max-width:768px){.portals-content{padding:2.5rem 1.5rem}.portals-content h1{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.portals-intro{font-size:.95rem;line-height:1.6;padding:0 .5rem;margin-bottom:2.5rem}.portal-card{padding:2rem 1.75rem}.portal-card h2{font-size:1.5rem;line-height:1.3}.portal-card>p{font-size:.95rem;line-height:1.6}.portal-features li{font-size:.95rem;line-height:1.6;padding:.65rem 0}.portal-btn{padding:1rem 1.5rem;font-size:1rem}.portals-help{padding:1.75rem}.portals-help h3{font-size:1.3rem;line-height:1.3}.portals-help p{font-size:.95rem;line-height:1.6}.nav-container{padding:1rem}.nav-logo{font-size:1.1rem}.nav-logo-img{height:32px}.nav-links{gap:.25rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}}.power-bi-hosting-page{min-height:100vh}.page-nav{background:#d0e2f1;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-logo{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700;color:#1b394b;text-decoration:none}.nav-logo-img{height:80px;width:auto}.nav-links a:hover{color:#1b394b;background:#d0e2f1}.hosting-hero{background:linear-gradient(135deg,#1b394b,#5a8ab0);color:#fff;padding:4rem 2rem;text-align:center}.hosting-hero h1{color:#debb4a;font-size:2.5rem;margin-bottom:1rem}.hosting-hero p{font-size:1.15rem;line-height:1.7;max-width:900px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hosting-content{background:#d0e2f1;padding:4rem 2rem}.hosting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hosting-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.hosting-card h2{color:#1b394b;margin-bottom:.75rem;font-size:1.4rem}.hosting-card p,.hosting-card li{color:#555;line-height:1.7}.hosting-card ul{margin-left:1.1rem}.faq-section{background:#fff;padding:4rem 2rem}.faq-section h2{text-align:center;color:#1b394b;margin-bottom:2rem}.faq-list{display:grid;gap:1rem;max-width:900px;margin:0 auto}.faq-item{background:#f8fbff;border:1px solid #d8e7f2;border-radius:10px;padding:1.25rem}.faq-item h3{color:#1b394b;margin-bottom:.5rem}.faq-item p{color:#555;line-height:1.7}.hosting-cta{margin-top:2rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.power-bi-hosting-page .btn{padding:.9rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600}.power-bi-hosting-page .btn-primary{background:#1b394b;color:#fff}.power-bi-hosting-page .btn-secondary{background:#debb4a;color:#1b394b}.footer-links-horizontal a{color:#bbb;text-decoration:none;font-size:1rem}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}.hosting-hero h1{font-size:2rem}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#1b394b,#3a6a92)}.privacy-page>.container{max-width:900px;margin:0 auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a}.privacy-page h1{color:#1b394b;font-size:2.5rem;margin-bottom:.5rem;border-bottom:3px solid #1B394B;padding-bottom:1rem}.privacy-page .last-updated{color:#666;font-style:italic;margin-bottom:2rem}.privacy-page section{margin-bottom:2rem}.privacy-page h2{color:#333;font-size:1.5rem;margin-bottom:1rem;margin-top:1.5rem}.privacy-page p{color:#555;line-height:1.8;margin-bottom:1rem}.privacy-page ul{margin-left:2rem;margin-bottom:1rem}.privacy-page li{color:#555;line-height:1.8;margin-bottom:.5rem}.privacy-page a{color:#1b394b;text-decoration:none;font-weight:600}.privacy-page a:hover{text-decoration:underline}@media(max-width:768px){.nav-links{gap:.25rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}.nav-container{padding:1rem}.nav-logo{font-size:1.1rem}.nav-logo-img{height:32px}.privacy-page>.container{padding:2rem 1.75rem;margin:1rem}.privacy-page h1{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.privacy-page h2{font-size:1.25rem;line-height:1.3;margin-top:1.25rem}.privacy-page p{font-size:.95rem;line-height:1.7}.privacy-page li{font-size:.95rem;line-height:1.7;margin-bottom:.65rem}}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s;white-space:nowrap}.support-page{min-height:100vh;background:linear-gradient(135deg,#1b394b,#3a6a92)}.support-page>.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.support-header{text-align:center;color:#fff;margin-bottom:3rem}.support-header h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);color:#debb4a}.support-header p{font-size:1.2rem;opacity:.95}.support-content{display:flex;justify-content:center;margin-bottom:2rem}.contact-info{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:600px;width:100%}.contact-info h2,.contact-form-section h2{color:#1b394b;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #1B394B;padding-bottom:.5rem;text-align:center}.info-item{margin-bottom:2rem;text-align:center}.info-item h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.info-item p{color:#555;line-height:1.6;margin-bottom:.5rem}.info-item a{color:#4da8a5;text-decoration:none;font-weight:600;font-size:1.1rem}.info-item a:hover{color:#3a7f79;text-decoration:underline}.info-description{font-size:.9rem;color:#777;font-style:italic}.info-item ul{list-style:none;padding-left:0}.info-item li{color:#555;padding:.5rem 0;border-bottom:1px solid #eee}.info-item li:last-child{border-bottom:none}.info-item li:before{content:"� ";color:#667eea;font-weight:700;margin-right:.5rem;font-size:1.2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1b394b}.form-group textarea{resize:vertical}.submit-btn{background:linear-gradient(135deg,#1b394b,#3a6a92);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #1b394b66}.submit-btn:active{transform:translateY(0)}.footer{background:#1b394b;color:#fff;padding:3rem 2rem 1rem}.footer-links-horizontal a{color:#bbb;text-decoration:none;font-size:1rem;transition:color .3s}@media(max-width:968px){.support-content{grid-template-columns:1fr}.support-header h1{font-size:2.5rem}.nav-links{gap:1rem}.nav-links a{padding:.5rem;font-size:.9rem}}@media(max-width:768px){.support-page>.container{padding:2.5rem 1.5rem}.support-header{margin-bottom:2.5rem}.support-header h1{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.support-header p{font-size:.95rem;line-height:1.6;padding:0 .5rem}.contact-info{padding:2rem 1.75rem}.contact-info h2{font-size:1.4rem;line-height:1.3}.info-item h3{font-size:1.1rem;line-height:1.3}.info-item p{font-size:.95rem;line-height:1.6}.info-item a{font-size:1rem}.info-description{font-size:.85rem}.nav-container{padding:1rem}.nav-logo{font-size:1.1rem}.nav-logo-img{height:32px}.nav-links{gap:.25rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}}.data-deletion-page{min-height:100vh;background:linear-gradient(135deg,#1b394b,#3a6a92)}.data-deletion-page>.container{max-width:900px;margin:0 auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a}.data-deletion-page h1{color:#1b394b;font-size:2.5rem;margin-bottom:1.5rem;border-bottom:3px solid #1B394B;padding-bottom:1rem}.data-deletion-page section{margin-bottom:2rem}.data-deletion-page h3{color:#1b394b;font-size:1.3rem;margin-top:1.5rem;margin-bottom:1rem}.data-deletion-page p{color:#555;line-height:1.8;margin-bottom:1rem}.data-deletion-page ul,.data-deletion-page ol{margin-left:2rem;margin-bottom:1.5rem}.data-deletion-page li{color:#555;line-height:1.8;margin-bottom:1rem}.data-deletion-page a{color:#1b394b;text-decoration:none;font-weight:600}.data-deletion-page a:hover{text-decoration:underline}.data-deletion-page .alternative-note{margin-top:2rem;padding:1rem;background:#d0e2f1;border-left:4px solid #1B394B;border-radius:4px}@media(max-width:768px){.nav-links{gap:.25rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}.nav-container{padding:1rem}.nav-logo{font-size:1.1rem}.nav-logo-img{height:32px}.data-deletion-page>.container{padding:2rem 1.75rem;margin:1rem}.data-deletion-page h1{font-size:1.5rem;line-height:1.3;margin-bottom:1.25rem}.data-deletion-page h3{font-size:1.15rem;line-height:1.3;margin-top:1.25rem}.data-deletion-page p{font-size:.95rem;line-height:1.7}.data-deletion-page li{font-size:.95rem;line-height:1.7;margin-bottom:.85rem}.data-deletion-page ul,.data-deletion-page ol{margin-left:1.5rem}.data-deletion-page .alternative-note{padding:1.25rem}}.page-nav{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1b394b;text-decoration:none}.nav-logo-img{height:40px;width:auto}.nav-links{display:flex;gap:2rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s}.nav-links a:hover,.nav-links a.active{color:#1b394b;background:#d0e2f1}.terms-page{min-height:100vh;background:linear-gradient(135deg,#1b394b,#3a6a92)}.terms-page>.container{max-width:900px;margin:0 auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a}.terms-page h1{color:#1b394b;font-size:2.5rem;margin-bottom:.5rem;border-bottom:3px solid #1B394B;padding-bottom:1rem}.terms-page .last-updated{color:#666;font-style:italic;margin-bottom:2rem}.terms-page section{margin-bottom:2rem}.terms-page h2{color:#333;font-size:1.5rem;margin-bottom:1rem;margin-top:1.5rem}.terms-page p{color:#555;line-height:1.8;margin-bottom:1rem}.terms-page ul{margin-left:2rem;margin-bottom:1rem}.terms-page li{color:#555;line-height:1.8;margin-bottom:.5rem}.terms-page a{color:#1b394b;text-decoration:none;font-weight:600}.terms-page a:hover{text-decoration:underline}@media(max-width:768px){.nav-links{gap:.25rem}.nav-links a{padding:.4rem .6rem;font-size:.85rem}.nav-container{padding:1rem}.nav-logo{font-size:1.1rem}.nav-logo-img{height:32px}.terms-page>.container{padding:2rem 1.75rem;margin:1rem}.terms-page h1{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.terms-page h2{font-size:1.25rem;line-height:1.3;margin-top:1.25rem}.terms-page p{font-size:.95rem;line-height:1.7}.terms-page li{font-size:.95rem;line-height:1.7;margin-bottom:.65rem}}.footer{background:#1b394b;color:#fff;padding:3rem 2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer-content{margin-bottom:2rem}.footer-links-horizontal{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.footer-links-horizontal a{color:#bbb;text-decoration:none;font-size:1rem;transition:color .3s;font-weight:400}.footer-links-horizontal a:hover{color:#debb4a}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #333;color:#888}#root{width:100%;margin:0;padding:0}
