:root{--md-sys-color-primary: #00bdcf;--md-sys-color-on-primary: #00363d;--md-sys-color-primary-container: #004f58;--md-sys-color-on-primary-container: #97f0ff;--md-sys-color-secondary: #06b6d4;--md-sys-color-tertiary: #8b5cf6;--md-sys-color-surface: #0f131d;--md-sys-color-surface-dim: #0b0e16;--md-sys-color-surface-container-low: #151a28;--md-sys-color-surface-container: #1b2234;--md-sys-color-surface-container-high: #232c42;--md-sys-color-surface-container-highest: #2c3852;--md-sys-color-on-surface: #f8fafc;--md-sys-color-on-surface-variant: #94a3b8;--md-sys-color-outline: rgba(255, 255, 255, .1);--md-sys-color-outline-variant: rgba(0, 189, 207, .4);--gradient-hinti: linear-gradient(135deg, #00bdcf 0%, #06b6d4 45%, #8b5cf6 100%);--gradient-card: linear-gradient(160deg, #1c2436 0%, #141926 100%);--gradient-glow: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(0, 189, 207, .22), rgba(139, 92, 246, .08) 55%, transparent 100%);--md-shape-corner-small: 14px;--md-shape-corner-medium: 22px;--md-shape-corner-large: 32px;--md-shape-corner-extra-large: 40px;--md-shape-corner-full: 9999px;--md-elevation-1: 0px 4px 12px rgba(0, 0, 0, .25);--md-elevation-2: 0px 10px 30px rgba(0, 0, 0, .35), 0px 0px 20px rgba(0, 189, 207, .12);--md-elevation-3: 0px 20px 50px rgba(0, 0, 0, .5);--font-heading: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--transition-spring: .4s cubic-bezier(.34, 1.56, .64, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}html.light{--md-sys-color-surface: #f8fafc;--md-sys-color-surface-dim: #f1f5f9;--md-sys-color-surface-container-low: #ffffff;--md-sys-color-surface-container: #ffffff;--md-sys-color-surface-container-high: #f1f5f9;--md-sys-color-surface-container-highest: #e2e8f0;--md-sys-color-on-surface: #0f172a;--md-sys-color-on-surface-variant: #475569;--md-sys-color-outline: rgba(15, 23, 42, .1);--md-sys-color-outline-variant: rgba(0, 189, 207, .4);--gradient-card: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);--md-elevation-1: 0px 2px 8px rgba(0, 0, 0, .05);--md-elevation-2: 0px 8px 24px rgba(0, 0, 0, .09);--md-elevation-3: 0px 16px 40px rgba(0, 0, 0, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;height:100%;width:100%;max-width:100vw}body{font-family:var(--font-body);background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);line-height:1.6;min-height:100vh;width:100%;max-width:100vw;display:flex;flex-direction:column}#site-wrapper,#app,main{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100%}a{color:var(--md-sys-color-primary);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--md-sys-color-secondary)}ul{list-style:none}img,svg,iframe,video{max-width:100%;height:auto}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:800;line-height:1.18;color:var(--md-sys-color-on-surface);overflow-wrap:break-word}.text-gradient{background:var(--gradient-hinti);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5.5rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header-compact{margin-bottom:3rem}.section-subtitle{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--md-sys-color-primary);background:#00bdcf1f;padding:.45rem 1.25rem;border-radius:var(--md-shape-corner-full);margin-bottom:1.25rem;border:1px solid var(--md-sys-color-outline-variant);box-shadow:0 4px 12px #00bdcf26;max-width:100%;white-space:normal}.section-subtitle-pink{color:#ec4899}.section-title{font-size:2.5rem;margin-bottom:.85rem;letter-spacing:-.03em}.section-description{font-size:1.15rem;color:var(--md-sys-color-on-surface-variant)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-family:var(--font-heading);font-weight:700;font-size:.975rem;padding:.85rem 1.8rem;border-radius:var(--md-shape-corner-full);border:1px solid transparent;cursor:pointer;transition:all var(--transition-spring);white-space:nowrap;max-width:100%}.btn-primary{background:var(--gradient-hinti);color:#fff;box-shadow:0 8px 24px #00bdcf66}.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 32px #00bdcf8c;color:#fff}.btn-secondary{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface);border-color:var(--md-sys-color-outline)}.btn-secondary:hover{background:var(--md-sys-color-surface-container-highest);border-color:var(--md-sys-color-outline-variant);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--md-sys-color-on-surface);border-color:var(--md-sys-color-outline-variant)}.btn-outline:hover{background:#00bdcf1f;transform:translateY(-2px)}.btn-outline-pink{border-color:#ec489966;color:var(--md-sys-color-on-surface)}.btn-outline-pink:hover{background:#ec489926;border-color:#ec4899}.btn-sm{padding:.5rem 1.25rem;font-size:.9rem}.btn-lg{padding:1.05rem 2.2rem;font-size:1.05rem}.btn-block{width:100%}.navbar-header{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1000;margin:0;max-width:1180px;width:calc(100% - 2rem);border-radius:var(--md-shape-corner-full);background:#151a28e0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--md-sys-color-outline);box-shadow:var(--md-elevation-2);transition:all var(--transition-spring)}.navbar-header.scrolled{top:.5rem;background:#0f131df2;box-shadow:var(--md-elevation-3);border-color:var(--md-sys-color-outline-variant)}html.light .navbar-header{background:#ffffffe0}html.light .navbar-header.scrolled{background:#fffffff5}.nav-container{display:flex;align-items:center;justify-content:space-between;height:4.25rem;padding:0 1.25rem;gap:1rem;transition:height var(--transition-spring)}.navbar-header.scrolled .nav-container{height:3.5rem}.brand-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo-img{height:38px;width:auto;object-fit:contain;display:block;transition:all var(--transition-spring)}.navbar-header.scrolled .nav-logo-img{height:32px}.nav-logo-img:hover{transform:scale(1.05)}.desktop-nav{flex:1;display:flex;justify-content:center}.desktop-nav .nav-list{display:flex;align-items:center;gap:.35rem;margin:0;padding:0}.nav-link{font-size:.875rem;font-weight:600;color:var(--md-sys-color-on-surface-variant);transition:all var(--transition-normal);padding:.45rem .85rem;border-radius:var(--md-shape-corner-full);white-space:nowrap!important;display:inline-block}.nav-link:hover,.nav-link.active{color:var(--md-sys-color-primary);background:#00bdcf24;box-shadow:0 2px 10px #00bdcf33}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.btn-theme-toggle{background:var(--md-sys-color-surface-container-high);border:1px solid var(--md-sys-color-outline);color:var(--md-sys-color-on-surface);width:2.35rem;height:2.35rem;border-radius:var(--md-shape-corner-full);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-normal);flex-shrink:0}.navbar-header.scrolled .btn-theme-toggle{width:2.15rem;height:2.15rem}.btn-theme-toggle:hover{border-color:var(--md-sys-color-primary);color:var(--md-sys-color-primary);transform:rotate(15deg)}.navbar-header.scrolled .nav-cta-btn{padding:.65rem 1.4rem;font-size:.9rem}html.dark .icon-light{display:block}html.dark .icon-dark,html.light .icon-light{display:none}html.light .icon-dark{display:block}.mobile-menu-btn{display:none;background:transparent;border:none;color:var(--md-sys-color-on-surface);font-size:1.5rem;cursor:pointer}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.mobile-drawer.open{visibility:visible;opacity:1}.drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.drawer-content{position:absolute;top:0;right:0;bottom:0;width:85%;max-width:340px;background:var(--md-sys-color-surface-container);border-left:1px solid var(--md-sys-color-outline);padding:1.75rem;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-spring);border-top-left-radius:var(--md-shape-corner-extra-large);border-bottom-left-radius:var(--md-shape-corner-extra-large)}.mobile-drawer.open .drawer-content{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid var(--md-sys-color-outline)}.drawer-logo-img{height:34px;width:auto}.drawer-close-btn{background:transparent;border:none;color:var(--md-sys-color-on-surface);font-size:1.5rem;cursor:pointer}.mobile-nav{margin-top:1.75rem;flex:1}.mobile-nav ul{display:flex;flex-direction:column;gap:1.1rem}.mobile-nav-link{font-size:1.05rem;font-weight:600;color:var(--md-sys-color-on-surface);display:flex;align-items:center;gap:.85rem;padding:.75rem 1.1rem;border-radius:var(--md-shape-corner-large);transition:background var(--transition-normal)}.mobile-nav-link:hover,.mobile-nav-link.active{background:#00bdcf24;color:var(--md-sys-color-primary)}.floating-back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:99;width:3.25rem;height:3.25rem;border-radius:var(--md-shape-corner-full);background:#151a28e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--md-sys-color-outline-variant);color:var(--md-sys-color-primary);font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--md-elevation-2);opacity:0;visibility:hidden;transform:translateY(15px) scale(.9);transition:all var(--transition-spring)}html.light .floating-back-to-top{background:#ffffffe6}.floating-back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.floating-back-to-top:hover{background:var(--gradient-hinti);color:#fff;border-color:transparent;transform:translateY(-4px) scale(1.08);box-shadow:0 8px 24px #00bdcf80}.hero-section{position:relative;padding:8rem 0 4.5rem;text-align:center;width:100%;background:var(--md-sys-color-surface);overflow:hidden}.hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:var(--gradient-glow);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1}.hero-logo-banner{max-width:440px;width:100%;margin:0 auto 2.25rem;display:block;transition:transform var(--transition-spring)}.hero-logo-banner:hover{transform:scale(1.03)}.hero-title{font-size:3.25rem;margin-bottom:1.25rem;letter-spacing:-.035em;line-height:1.12}.hero-subtitle{font-size:1.25rem;color:var(--md-sys-color-on-surface-variant);max-width:720px;margin:0 auto 2.5rem;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.cards-grid-b2b{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-item{background:var(--gradient-card);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-large);padding:2.25rem 2rem;transition:all var(--transition-spring);display:flex;flex-direction:column;box-shadow:var(--md-elevation-1)}.card-item:hover{border-color:var(--md-sys-color-outline-variant);transform:translateY(-8px) scale(1.025);box-shadow:var(--md-elevation-2)}.card-icon{width:3.75rem;height:3.75rem;background:#00bdcf1f;color:var(--md-sys-color-primary);border-radius:var(--md-shape-corner-medium);display:flex;align-items:center;justify-content:center;font-size:1.65rem;margin-bottom:1.5rem;border:1px solid var(--md-sys-color-outline-variant);box-shadow:0 4px 12px #00bdcf26}.card-title{font-size:1.3rem;margin-bottom:.75rem}.card-desc{font-size:.975rem;color:var(--md-sys-color-on-surface-variant);line-height:1.6}.card-desc-action{margin-bottom:1.5rem}.card-action-bottom{margin-top:auto}.service-problem-card{display:flex;flex-direction:column;height:100%;padding:2.25rem 2rem}.card-header-flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.card-header-flex .card-icon{margin-bottom:0}.service-category-badge{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--md-sys-color-primary);background:#00bdcf1f;padding:.35rem .85rem;border-radius:var(--md-shape-corner-full);border:1px solid var(--md-sys-color-outline-variant)}.card-question-title{font-size:1.25rem;font-weight:800;line-height:1.35;margin-bottom:1.35rem;color:var(--md-sys-color-on-surface)}.problem-solution-box{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem;flex:1}.problem-item,.solution-item{background:#ffffff05;border-radius:var(--md-shape-corner-medium);padding:1rem 1.15rem;border:1px solid var(--md-sys-color-outline)}html.light .problem-item,html.light .solution-item{background:#0f172a05}.solution-item{border-color:#00bdcf4d;background:#00bdcf0d}.problem-tag{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#f59e0b;margin-bottom:.35rem;display:flex;align-items:center;gap:.45rem}.solution-tag{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--md-sys-color-primary);margin-bottom:.35rem;display:flex;align-items:center;gap:.45rem}.problem-item .card-desc,.solution-item .card-desc{font-size:.925rem;line-height:1.55;margin-bottom:0}.competencies-clean-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin-bottom:2.25rem}.competency-pillar-card{background:var(--gradient-card);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-large);padding:2.25rem 1.85rem;transition:all var(--transition-spring);box-shadow:var(--md-elevation-1)}.competency-pillar-card:hover{border-color:var(--md-sys-color-outline-variant);transform:translateY(-6px);box-shadow:var(--md-elevation-2)}.competency-pillar-card h3{font-size:1.25rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.65rem}.competency-checklist{display:flex;flex-direction:column;gap:.85rem;list-style:none;padding:0;margin:0}.competency-checklist li{font-size:.925rem;color:var(--md-sys-color-on-surface-variant);display:flex;align-items:flex-start;gap:.75rem;line-height:1.45}.competency-checklist li i{color:var(--md-sys-color-primary);font-size:.95rem;margin-top:.2rem;flex-shrink:0}.engagement-card-pink{border-color:#ec48994d}.engagement-icon-pink{background:#ec489926;color:#ec4899;border-color:#ec48994d}.engagement-card-violet{border-color:#8b5cf64d}.engagement-icon-violet{background:#8b5cf626;color:var(--md-sys-color-tertiary);border-color:#8b5cf64d}.tag-cloud-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;align-items:center}.tag-cloud-graphic-box{border-radius:var(--md-shape-corner-large);overflow:hidden;border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-elevation-2)}.tag-cloud-graphic-img{width:100%;height:auto;display:block}.tag-cloud-container{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.tag-group-item{margin-bottom:1.25rem}.tag-group-item:last-child{margin-bottom:0}.tag-group-header{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.tag-group-primary{color:var(--md-sys-color-primary)}.tag-group-secondary{color:var(--md-sys-color-secondary)}.tag-group-tertiary{color:var(--md-sys-color-tertiary)}.tag-group-muted{color:var(--md-sys-color-on-surface-variant)}.tag-pill{display:inline-flex;align-items:center;padding:.45rem 1rem;border-radius:var(--md-shape-corner-full);font-family:var(--font-heading);font-weight:700;transition:all var(--transition-spring);cursor:default;-webkit-user-select:none;user-select:none}.tag-hero{font-size:.95rem;background:var(--gradient-hinti);color:#fff;box-shadow:0 4px 16px #00bdcf59;border:1px solid transparent}.tag-hero:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 24px #00bdcf80}.tag-primary{font-size:.875rem;background:#00bdcf24;color:var(--md-sys-color-on-surface);border:1px solid var(--md-sys-color-outline-variant)}.tag-primary:hover{background:#00bdcf40;border-color:var(--md-sys-color-primary);transform:translateY(-2px);color:var(--md-sys-color-primary)}.tag-secondary{font-size:.825rem;background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant);border:1px solid var(--md-sys-color-outline)}.tag-secondary:hover{background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface);border-color:var(--md-sys-color-outline-variant);transform:translateY(-1px)}.about-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem}.about-grid-mb{margin-bottom:2.5rem}.box-panel{background:var(--gradient-card);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-extra-large);padding:2.75rem;box-shadow:var(--md-elevation-1);transition:all var(--transition-spring);max-width:100%}.box-panel:hover{border-color:var(--md-sys-color-outline-variant);box-shadow:var(--md-elevation-2)}.box-panel-gradient{background:var(--gradient-card)}.box-panel-max{max-width:800px;margin:0 auto}.box-panel-privacy{max-width:860px;margin:0 auto;padding:3rem}.box-panel h3{font-size:1.5rem;margin-bottom:1.15rem}.box-panel p{color:var(--md-sys-color-on-surface-variant);font-size:1.025rem;margin-bottom:1.5rem}.timeline-list{display:flex;flex-direction:column;gap:1rem;border-left:2px solid var(--md-sys-color-outline-variant);padding-left:1.25rem;margin-top:1rem}.timeline-date{font-size:.8rem;font-weight:700;color:var(--md-sys-color-primary)}.timeline-item-title{font-size:1.05rem;margin-top:.15rem}.timeline-item-desc{font-size:.9rem;margin-bottom:0}.pills-wrap{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}.pill-primary-bold{background:#00bdcf2e;border:1px solid var(--md-sys-color-primary);padding:.4rem .9rem;border-radius:var(--md-shape-corner-full);font-size:.875rem;font-weight:700;color:var(--md-sys-color-on-surface)}.pill-muted{background:#00bdcf1f;border:1px solid var(--md-sys-color-outline-variant);padding:.4rem .9rem;border-radius:var(--md-shape-corner-full);font-size:.875rem;font-weight:600;color:var(--md-sys-color-on-surface)}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.screenshot-card{background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-large);padding:.8rem;box-shadow:var(--md-elevation-2);text-align:center}.screenshot-img-wrapper{border-radius:var(--md-shape-corner-medium);overflow:hidden;height:380px;background:#000;margin-bottom:.75rem}.screenshot-img{width:100%;height:100%;object-fit:cover}.screenshot-label{font-weight:700;font-size:.95rem;color:var(--md-sys-color-on-surface)}.screenshot-sublabel{font-size:.8rem;color:var(--md-sys-color-on-surface-variant)}.pricing-header-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.pricing-check-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.privacy-section{padding-top:7rem;padding-bottom:5.5rem}.privacy-back-nav{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.privacy-top-bar{border-bottom:1px solid var(--md-sys-color-outline);padding-bottom:1.75rem;margin-bottom:2rem}.privacy-title{font-size:clamp(1.75rem,5vw,2.5rem);margin-top:.5rem;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.privacy-subtitle{color:var(--md-sys-color-on-surface-variant);font-size:1.05rem;margin-top:.5rem}.privacy-list-column{display:flex;flex-direction:column;gap:2rem;color:var(--md-sys-color-on-surface-variant);font-size:1.025rem;line-height:1.7}.privacy-banner-box{background:#00bdcf1a;border:1px solid var(--md-sys-color-outline-variant);padding:1.5rem 1.75rem;border-radius:var(--md-shape-corner-medium);color:var(--md-sys-color-on-surface)}.privacy-banner-title{color:var(--md-sys-color-primary);font-size:1.1rem}.privacy-section-h2{color:var(--md-sys-color-on-surface);font-size:1.4rem;margin-bottom:.75rem}.privacy-address-box{margin-top:.75rem;padding:1rem 1.25rem;background:var(--md-sys-color-surface-container-low);border-radius:var(--md-shape-corner-small);border:1px solid var(--md-sys-color-outline);color:var(--md-sys-color-on-surface)}.privacy-cards-stack{display:flex;flex-direction:column;gap:1rem}.privacy-card-item{padding:1rem 1.25rem;background:var(--md-sys-color-surface-container-low);border-radius:var(--md-shape-corner-small);border:1px solid var(--md-sys-color-outline)}.privacy-card-title{color:var(--md-sys-color-on-surface);display:block;margin-bottom:.25rem}.privacy-card-title i{color:var(--md-sys-color-primary)}.check-list{display:flex;flex-direction:column;gap:1.1rem}.check-list li{display:flex;align-items:flex-start;gap:.9rem;font-size:.975rem;color:var(--md-sys-color-on-surface);line-height:1.55}.check-list li i{color:var(--md-sys-color-primary);font-size:1.1rem;margin-top:.2rem;flex-shrink:0}.check-list li div{flex:1}.check-list li div strong{color:var(--md-sys-color-on-surface);font-weight:700;margin-right:.3rem}.price-tag{font-family:var(--font-heading);font-size:2.75rem;font-weight:800;color:var(--md-sys-color-primary);margin:.85rem 0}.price-unit{font-size:1rem;color:var(--md-sys-color-on-surface-variant);font-weight:400}.contact-box{background:var(--gradient-card);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-shape-corner-extra-large);padding:3.5rem;max-width:740px;margin:0 auto;text-align:center;box-shadow:var(--md-elevation-2)}.contact-box h3{font-size:1.85rem;margin-bottom:.6rem}.contact-box p{color:var(--md-sys-color-on-surface-variant);margin-bottom:2rem;font-size:1.05rem}.contact-flex-center{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.contact-direct-link{display:inline-flex;align-items:center;justify-content:center;gap:.9rem;font-size:1.2rem;font-weight:700;color:#38bdf8;background:#0a66c22e;border:1px solid rgba(10,102,194,.5);padding:1rem 2.25rem;border-radius:var(--md-shape-corner-full);margin-bottom:0;transition:all var(--transition-spring);box-shadow:0 4px 16px #00bdcf33;max-width:100%}.contact-direct-link:hover{transform:scale(1.035);box-shadow:0 8px 24px #00bdcf59}.site-footer{background:var(--md-sys-color-surface-container);border-top:1px solid var(--md-sys-color-outline);padding:3.5rem 0 1.75rem;margin-top:auto;width:100%;overflow-x:hidden}.footer-simple-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.75rem;margin-bottom:2rem}.footer-logo-img{height:38px;margin-bottom:.5rem}.footer-brand-info p{font-size:.925rem;color:var(--md-sys-color-on-surface-variant)}.footer-links-row{display:flex;gap:1.75rem;flex-wrap:wrap}.footer-links-row a{color:var(--md-sys-color-on-surface-variant);font-size:.975rem;font-weight:600}.footer-links-row a:hover{color:var(--md-sys-color-primary)}.footer-bottom-bar{border-top:1px solid var(--md-sys-color-outline);padding-top:1.5rem;text-align:center;font-size:.875rem;color:var(--md-sys-color-on-surface-variant)}.profile-showcase-panel{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:2.25rem;align-items:center;margin-bottom:2.5rem}.profile-portrait-container{border-radius:var(--md-shape-corner-large);overflow:hidden;height:340px;border:1px solid var(--md-sys-color-outline);box-shadow:var(--md-elevation-2)}.profile-portrait-img{width:100%;height:100%;object-fit:cover;object-position:top center}.profile-subtitle-mb{margin-bottom:.75rem}.profile-title-mt{font-size:1.85rem;margin-top:.25rem}.profile-role-title{font-size:1.05rem;color:var(--md-sys-color-primary);font-weight:700;margin-bottom:1rem}.profile-desc-text{color:var(--md-sys-color-on-surface-variant);font-size:1.025rem;line-height:1.65;margin-bottom:0}.back-btn-margin{margin-bottom:2rem}@media (max-width: 992px){.desktop-nav,.nav-cta-btn{display:none}.mobile-menu-btn{display:block}}@media (max-width: 768px){.container{padding:0 1.25rem}.navbar-header{width:calc(100% - 1rem);max-width:calc(100% - 1rem);top:.5rem}.navbar-header.scrolled{top:.25rem}.hero-section{padding:6.5rem 0 3rem}.hero-title{font-size:2.25rem;word-break:break-word}.hero-subtitle{font-size:1.05rem;padding:0 .25rem}.hero-actions{flex-direction:column;align-items:stretch;gap:.85rem}.hero-actions .btn{width:100%;white-space:normal;text-align:center;padding:.9rem 1.25rem;font-size:.975rem}.section-padding{padding:3.5rem 0}.section-title{font-size:1.95rem;word-break:break-word}.cards-grid{grid-template-columns:1fr;gap:1.25rem}.about-pricing-grid{grid-template-columns:1fr;gap:1.5rem}.box-panel,.box-panel-privacy{padding:1.75rem 1.25rem}.privacy-section{padding-top:5.75rem;padding-bottom:3.5rem}.footer-simple-flex{flex-direction:column;text-align:center;gap:1.25rem}.footer-links-row{justify-content:center;gap:.85rem 1.25rem}.contact-box{padding:2rem 1.25rem}.contact-direct-link{max-width:100%;white-space:normal;text-align:center;padding:.9rem 1.4rem!important;font-size:1.05rem!important;word-break:break-word}.profile-showcase-panel{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.25rem;text-align:center}.profile-portrait-container{height:280px;max-width:260px;margin:0 auto}.profile-showcase-panel .section-subtitle{margin:0 auto .75rem}.price-tag{font-size:2.15rem}.floating-back-to-top{bottom:1.25rem;right:1.25rem;width:2.85rem;height:2.85rem;font-size:1.1rem}}@media (max-width: 480px){.container{padding:0 1rem}.hero-title{font-size:1.85rem}.section-title{font-size:1.7rem}.box-panel,.box-panel-privacy{padding:1.35rem 1rem}.card-item{padding:1.5rem 1.1rem}}.schoolpilot-page{width:100%;max-width:100vw;overflow-x:hidden}.schoolpilot-top-nav{padding-top:6.5rem;margin-bottom:.75rem}.schoolpilot-nav-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.schoolpilot-quick-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btn-text-nav{color:var(--md-sys-color-on-surface-variant);font-size:.88rem;font-weight:500;padding:.4rem .75rem;border-radius:8px;transition:all var(--transition-normal);display:inline-flex;align-items:center;gap:.4rem}.btn-text-nav:hover{color:var(--md-sys-color-primary);background:var(--md-sys-color-surface-container)}.schoolpilot-hero{position:relative;overflow:hidden;padding-top:2rem;padding-bottom:4.5rem}.schoolpilot-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}.hero-brand-pill{display:inline-flex;align-items:center;gap:.75rem;padding:.35rem 1rem .35rem .45rem;border-radius:9999px;background:var(--md-sys-color-surface-container-high);border:1px solid var(--md-sys-color-outline);margin-bottom:1.5rem;box-shadow:var(--md-elevation-1)}.hero-app-icon{width:32px;height:32px;border-radius:8px;object-fit:cover}.engagement-app-icon{width:46px;height:46px;border-radius:12px;object-fit:cover;box-shadow:var(--md-elevation-1)}.hero-brand-label{font-size:.85rem;font-weight:700;letter-spacing:.5px;color:var(--md-sys-color-primary);text-transform:uppercase}.schoolpilot-hero-title{font-size:clamp(2.4rem,4.2vw,3.8rem);font-weight:800;line-height:1.12;margin-bottom:1.35rem;letter-spacing:-.02em}.schoolpilot-hero-lead{font-size:1.15rem;line-height:1.65;color:var(--md-sys-color-on-surface-variant);margin-bottom:1.75rem;max-width:620px}.hero-feature-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.25rem}.tag-pill{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;padding:.4rem .85rem;border-radius:9999px;background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface);border:1px solid var(--md-sys-color-outline)}.tag-pill i{color:var(--md-sys-color-primary)}.schoolpilot-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.device-mockup-pixel9{width:100%;max-width:310px;margin:0 auto;position:relative}.pixel9-frame{position:relative;border:10px solid #1a202c;border-radius:44px;background:#000;box-shadow:0 25px 60px #0000008c,0 0 0 1px #ffffff1f;overflow:hidden;aspect-ratio:1280 / 2856}html.light .pixel9-frame{border-color:#cbd5e1;box-shadow:0 20px 50px #00000026,0 0 0 1px #00000014}.pixel9-camera{position:absolute;top:10px;left:50%;transform:translate(-50%);width:13px;height:13px;border-radius:50%;background:#000;border:2px solid #1e293b;z-index:10;box-shadow:0 0 2px #fff3}.pixel9-screen{position:relative;width:100%;height:100%;background:#0b0e16;overflow:hidden}.pixel9-img{width:100%;height:100%;object-fit:cover;display:block}.floating-hero-cards-wrap{display:contents}.floating-hero-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.1rem;border-radius:16px;background:#151a28e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--md-sys-color-outline);box-shadow:var(--md-elevation-2);z-index:6;pointer-events:none}html.light .floating-hero-card{background:#ffffffeb}.floating-card-icon{width:38px;height:38px;border-radius:10px;background:#00bdcf26;color:var(--md-sys-color-primary);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.floating-card-body{display:flex;flex-direction:column}.floating-card-body strong{font-size:.9rem;font-weight:700;color:var(--md-sys-color-on-surface)}.floating-card-body span{font-size:.75rem;color:var(--md-sys-color-on-surface-variant)}.floating-card-1{top:8%;right:-25px}.floating-card-2{bottom:24%;left:-35px}.floating-card-3{bottom:5%;right:-20px}.chaos-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.75rem}.chaos-card{background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-medium);padding:1.75rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.chaos-card:hover{transform:translateY(-4px);box-shadow:var(--md-elevation-2)}.chaos-card-header{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.chaos-icon-problem{width:44px;height:44px;border-radius:12px;background:#ef444426;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.chaos-badge-problem{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ef4444}.chaos-title{font-size:1.2rem;font-weight:700;margin-top:.15rem;color:var(--md-sys-color-on-surface)}.chaos-problem-desc{color:var(--md-sys-color-on-surface-variant);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem;flex-grow:1}.chaos-solution-box{background:var(--md-sys-color-surface-container);border:1px solid rgba(0,189,207,.25);border-radius:14px;padding:1rem 1.15rem}.chaos-solution-header{font-size:.85rem;font-weight:700;color:var(--md-sys-color-primary);margin-bottom:.35rem;display:flex;align-items:center;gap:.45rem}.chaos-solution-box p{font-size:.9rem;line-height:1.55;color:var(--md-sys-color-on-surface);margin-bottom:0}.ecosystem-flow-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2rem}.flow-step-card{flex:1 1 180px;background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline);border-radius:18px;padding:1.5rem 1.1rem;text-align:center;transition:transform .2s ease}.flow-step-card:hover{transform:translateY(-3px)}.flow-icon{width:52px;height:52px;border-radius:14px;background:#00bdcf26;color:var(--md-sys-color-primary);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 1rem}.flow-step-card h4{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--md-sys-color-on-surface)}.flow-step-card p{font-size:.85rem;line-height:1.5;color:var(--md-sys-color-on-surface-variant);margin-bottom:0}.flow-arrow{color:var(--md-sys-color-on-surface-variant);font-size:1.25rem;display:flex;align-items:center;justify-content:center}.feature-showcase-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3.5rem;align-items:center;margin-bottom:5.5rem;min-width:0;width:100%}.feature-showcase-row:last-child{margin-bottom:2rem}.feature-showcase-row.reverse{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);min-width:0;width:100%}.feature-showcase-row.reverse .feature-showcase-content{order:2}.feature-showcase-row.reverse .feature-showcase-visual{order:1}.feature-showcase-content{display:flex;flex-direction:column;min-width:0;width:100%}.feature-num-badge{display:inline-block;align-self:flex-start;font-size:.8rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--md-sys-color-primary);background:#00bdcf1f;padding:.35rem .85rem;border-radius:9999px;margin-bottom:.85rem}.feature-num-badge-highlight{color:#ec4899;background:#ec489926}.feature-heading{font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:800;line-height:1.25;margin-bottom:1rem;color:var(--md-sys-color-on-surface);overflow-wrap:break-word}.feature-lead{font-size:1.05rem;line-height:1.65;color:var(--md-sys-color-on-surface-variant);margin-bottom:1.5rem;overflow-wrap:break-word}.feature-checklist{list-style:none;margin-bottom:1.5rem;width:100%}.feature-checklist li{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.85rem;font-size:.98rem;line-height:1.6;color:var(--md-sys-color-on-surface);min-width:0;width:100%}.feature-checklist li i{color:var(--md-sys-color-primary);font-size:1.05rem;margin-top:.25rem;flex-shrink:0}.feature-checklist li div,.feature-checklist-text{flex:1;min-width:0;overflow-wrap:break-word;word-break:normal}.feature-tip-box{display:flex;gap:.85rem;align-items:flex-start;background:var(--md-sys-color-surface-container);border-left:4px solid var(--md-sys-color-primary);border-radius:0 12px 12px 0;padding:1rem 1.25rem;font-size:.92rem;color:var(--md-sys-color-on-surface);margin-top:.5rem;min-width:0;width:100%}.feature-tip-box>div{flex:1;min-width:0;overflow-wrap:break-word}.feature-tip-box i{color:var(--md-sys-color-primary);font-size:1.2rem;margin-top:.15rem;flex-shrink:0}.feature-showcase-visual{display:flex;flex-direction:column;align-items:center}.carousel-slide{display:none;width:100%;height:100%;object-fit:cover}.carousel-slide.active{display:block;animation:fadeInSlide .28s ease-in-out}@keyframes fadeInSlide{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.carousel-tabs-bar{display:flex;justify-content:center;gap:.45rem;flex-wrap:wrap;margin-top:1.25rem;max-width:340px}.carousel-tab-btn{background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline);color:var(--md-sys-color-on-surface-variant);padding:.45rem .85rem;font-size:.82rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.carousel-tab-btn:hover{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface)}.carousel-tab-btn.active{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-color:var(--md-sys-color-primary);box-shadow:0 2px 10px #00bdcf59}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.audience-card{background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-medium);padding:2.25rem 1.75rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--md-elevation-2)}.audience-card-highlight{border-color:#ec489973;box-shadow:0 10px 30px #ec48991f;background:var(--md-sys-color-surface-container)}.audience-icon{width:54px;height:54px;border-radius:16px;background:#00bdcf26;color:var(--md-sys-color-primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.audience-card-highlight .audience-icon{background:#ec489926;color:#ec4899}.audience-title{font-size:1.35rem;font-weight:800;margin-bottom:.35rem;color:var(--md-sys-color-on-surface)}.audience-highlight{font-size:.85rem;font-weight:700;color:var(--md-sys-color-primary);margin-bottom:1rem}.audience-card-highlight .audience-highlight{color:#ec4899}.audience-card p{color:var(--md-sys-color-on-surface-variant);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.audience-perks{list-style:none;margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--md-sys-color-outline)}.audience-perks li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.45rem;color:var(--md-sys-color-on-surface)}.audience-perks li i{color:var(--md-sys-color-primary)}.audience-card-highlight .audience-perks li i{color:#ec4899}@media (max-width: 992px){.schoolpilot-hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.schoolpilot-hero-text{display:flex;flex-direction:column;align-items:center}.schoolpilot-hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-feature-tags{justify-content:center}.feature-showcase-row,.feature-showcase-row.reverse{grid-template-columns:minmax(0,1fr);gap:2.5rem;margin-bottom:3.5rem;min-width:0;width:100%}.feature-showcase-row.reverse .feature-showcase-content{order:1}.feature-showcase-row.reverse .feature-showcase-visual{order:2}.floating-card-1{right:0;top:5%}.floating-card-2{left:0;bottom:20%}.floating-card-3,.flow-arrow{display:none}}@media (max-width: 768px){.schoolpilot-top-nav{padding-top:5.25rem;margin-bottom:.5rem}.schoolpilot-nav-flex{flex-direction:column;align-items:stretch;gap:.75rem}.schoolpilot-nav-flex .btn-outline{width:100%;justify-content:center}.schoolpilot-quick-links{display:flex;align-items:center;gap:.45rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.2rem .1rem .55rem;width:100%;justify-content:flex-start}.schoolpilot-quick-links::-webkit-scrollbar{display:none}.btn-text-nav{flex-shrink:0;background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-shape-corner-full);padding:.45rem .85rem;font-size:.82rem}.feature-showcase-visual{width:100%}.carousel-tabs-bar{order:-1;margin-top:0;margin-bottom:1.25rem;width:100%;max-width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding:.25rem .15rem .55rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.carousel-tabs-bar::-webkit-scrollbar{display:none}.carousel-tab-btn{white-space:nowrap;flex-shrink:0;padding:.45rem .85rem;font-size:.82rem}.floating-hero-cards-wrap{display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:320px;margin:1.25rem auto 0}.floating-hero-card{position:static;display:flex;align-items:center;width:100%;pointer-events:auto;padding:.7rem 1rem;border-radius:14px;box-shadow:var(--md-elevation-1)}.floating-card-1,.floating-card-2,.floating-card-3{top:auto;right:auto;bottom:auto;left:auto;display:flex}.contact-flex-center{flex-direction:column;align-items:stretch;gap:.85rem;width:100%}.contact-flex-center .btn,.contact-flex-center .contact-direct-link{width:100%;justify-content:center;text-align:center}}@media (max-width: 600px){.schoolpilot-hero{padding-top:1rem;padding-bottom:3.5rem}.schoolpilot-hero-title{font-size:clamp(1.85rem,6.5vw,2.3rem);line-height:1.15;margin-bottom:1.15rem}.schoolpilot-hero-lead{font-size:.98rem;line-height:1.55;margin-bottom:1.35rem}.hero-brand-pill{margin-bottom:1.15rem;max-width:100%}.hero-feature-tags{gap:.4rem;margin-bottom:1.75rem}.hero-feature-tags .tag-pill{font-size:.78rem;padding:.35rem .75rem}.device-mockup-pixel9{max-width:245px}.pixel9-frame{border-width:6px;border-radius:32px;box-shadow:0 16px 36px #00000073}.pixel9-camera{width:10px;height:10px;top:6px}.feature-showcase-row,.feature-showcase-row.reverse{gap:1.5rem;margin-bottom:2.75rem}.feature-heading{font-size:1.35rem;margin-bottom:.65rem}.feature-lead{font-size:.94rem;line-height:1.55;margin-bottom:1.1rem}.feature-checklist li{font-size:.91rem;line-height:1.5;margin-bottom:.65rem;gap:.65rem}.feature-tip-box{padding:.85rem 1rem;font-size:.875rem;border-radius:0 10px 10px 0}.chaos-cards-grid{grid-template-columns:1fr;gap:1.25rem}.chaos-card{padding:1.35rem 1.15rem}.audience-grid{grid-template-columns:1fr;gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.ecosystem-flow-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:1.5rem}.flow-step-card{flex:none;width:100%;padding:1.15rem 1rem;display:flex;align-items:center;text-align:left;gap:.95rem}.flow-icon{margin:0;flex-shrink:0;width:44px;height:44px;font-size:1.2rem;border-radius:12px}.flow-step-card h4{margin-bottom:.2rem;font-size:1rem}.flow-step-card p{font-size:.84rem;line-height:1.45}.privacy-back-nav{flex-direction:column;align-items:stretch;gap:.65rem;margin-bottom:1.5rem}.privacy-back-nav .btn{width:100%;justify-content:center}.privacy-title{font-size:clamp(1.5rem,5.5vw,1.85rem)}}@media (max-width: 380px){.device-mockup-pixel9{max-width:220px}.schoolpilot-hero-title{font-size:1.7rem}.hero-brand-label{font-size:.75rem}.hero-app-icon{width:28px;height:28px}}
