@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;height:100%;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box!important;scroll-behavior:smooth;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--main-bg-color: #87c228;--main-bg-color-light: rgb(160, 217, 68);--main-bg-color-dark: rgb(106, 152, 31);--main-bg-color-opaque: rgba(135, 194, 40, .1);--main-bg-color: #00d283;--main-bg-color-light: #00d283;--main-bg-color-dark: #00d283;--main-bg-color-opaque: rgba(0, 210, 131, .1);--main-bg-color-2: #e8e85b;--main-bg-color-2-light: #eeee88;--main-bg-color-2-dark: #e2e22e;--main-bg-color-2: #FFD447;--main-bg-color-2-light: #FFD447;--main-bg-color-2-dark: #FFD447;--main-bg-color-2-opaque: rgba(255, 212, 71, .1);--bg-surface: #ffffff;--bg-subtle: #f7f9fb;--bg-elevated: rgba(255, 255, 255, .8);--text-primary: #0f283e;--text-secondary: #5b6b7b;--text-muted: #9aa5b4;--border-color: #e6eef5;--shadow-sm: 0 1px 2px rgba(15, 40, 62, .06), 0 1px 1px rgba(15, 40, 62, .04);--shadow-md: 0 10px 30px rgba(15, 40, 62, .08), 0 4px 10px rgba(15, 40, 62, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--container-width: 70%;--section-y: 6rem;--card-padding: 2rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;scroll-behavior:smooth}html,body{margin:0;padding:0;width:100%}body{height:fit-content;max-width:100%;margin:0;padding:0;background:linear-gradient(180deg,#fff 50%,#fcfcfc)}#root{box-sizing:border-box;margin:0;padding:0;height:100%;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-width:100%}.App{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;width:100%;height:100%}header{display:flex;height:fit-content;justify-content:space-between;align-items:center;gap:2rem;width:min(1800px,90%);background:#ffffff80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.75rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 12px #0000000f;position:fixed;top:.75rem;left:50%;transform:translate(-50%);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}header.hidden{opacity:0;transform:translate(-50%,-20px);pointer-events:none}header .header-inner{width:100%;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-template-areas:"logo nav login"}header .logo{grid-area:logo;display:flex;align-items:center;cursor:pointer}header .logo img{height:24px;margin-right:.5rem}header nav{grid-area:nav;flex:1;height:100%;display:flex;align-items:center;justify-content:center}header nav ul{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0;gap:2rem}header nav ul li{font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding:.375rem .75rem;border-radius:.375rem;text-decoration:none}header nav ul li a{font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding:.375rem .75rem;border-radius:.375rem;text-decoration:none}header nav ul li:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#00d283,#00f5a0);transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}header nav ul li:hover{color:#1e293b;background:#00d2830d}header nav ul li:hover:before{width:80%}header .login{grid-area:login;display:flex;align-items:center;justify-content:flex-end}header .login a{background:#ffffffe6;color:#475569;border:1px solid rgba(203,213,225,.3);padding:.625rem 1.25rem;margin:0;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif;border-radius:.375rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;justify-content:center;align-items:center;gap:.375rem;box-shadow:0 1px 4px #0000000a;position:relative;overflow:hidden;text-decoration:none}header .login a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,210,131,.1),transparent);transition:left .5s}header .login a:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#00d2834d;color:#1e293b;background:#fff}header .login a:hover:before{left:100%}header .login a .icon{width:.875rem;height:.875rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}header .login a:hover .icon{transform:scale(1.05)}@media only screen and (max-width: 1000px){header .header-inner{grid-template-columns:auto 1fr auto;padding:0 16px}header nav ul{gap:1rem}header nav ul li,header nav ul li a{font-size:.78rem;padding:.375rem .5rem}}@media only screen and (max-width: 1000px){header .header-inner{grid-template-columns:1fr auto;grid-template-areas:"logo login" "nav nav";row-gap:.5rem;padding:0 12px}header nav{display:flex;justify-content:center;overflow:visible;border-top:1px solid rgba(203,213,225,.4);padding-top:.25rem}header nav ul{gap:.75rem;flex-wrap:wrap;justify-content:space-between;width:100%}header nav ul li,header nav ul li a{font-size:.76rem}}@media only screen and (max-width: 420px){header .header-inner{padding:0 8px;row-gap:.25rem}header .logo img{height:20px}header .login a{padding:.5rem .75rem;font-size:.75rem}header nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}header nav::-webkit-scrollbar{display:none}header nav ul{flex-wrap:nowrap;gap:.5rem;min-width:max-content}}.home-page .reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.home-page .reveal.reveal-in{opacity:1;transform:translateY(0)}.home-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;height:100%;width:100%;max-width:100%;margin:0;position:relative;background:linear-gradient(180deg,var(--bg-surface),var(--bg-subtle))}.home-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='table' tableValues='0 0.06'/></feComponentTransfer></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-size:320px 320px;background-repeat:repeat}.home-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(rgba(15,40,62,.06) 1px,transparent 1px);background-size:22px 22px;opacity:.35;-webkit-mask-image:radial-gradient(700px 520px at 82% 26%,#000 40%,transparent 70%);mask-image:radial-gradient(700px 520px at 82% 26%,#000 40%,transparent 70%)}.home-page h1{color:#1f201f;font-size:min(56px,3vw);font-weight:600;max-width:70rem;text-align:center;margin:0}.home-page h1 span{background:-webkit-linear-gradient(60deg,var(--main-bg-color),var(--main-bg-color-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-direction:normal}@media only screen and (max-width: 1200px){.home-page h1{font-size:36px;max-width:50rem}}@media only screen and (max-width: 800px){.home-page h1{font-size:32px;max-width:40rem}}@media only screen and (max-width: 500px){.home-page h1{font-size:24px;max-width:30rem}}.home-page h2{color:#1f201f;font-size:2rem;font-weight:600;max-width:60rem;text-align:center;margin:2.5rem 0 1rem}.home-page .heading-text{color:#a8a8a8;width:60%;font-size:14px;font-weight:400;text-align:center;margin:1rem}.home-page #landing-page{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;width:100%;min-height:75vh;padding-top:5.5rem}@media only screen and (max-width: 700px){.home-page #landing-page{padding-top:7rem}}@media only screen and (max-width: 420px){.home-page #landing-page{padding-top:8rem}}.home-page #landing-page{border-bottom:1px solid var(--border-color);position:relative;overflow:hidden;background:linear-gradient(180deg,#f3f6fb,#fff 55%)}.home-page #landing-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(rgba(15,40,62,.0705882353) 1px,transparent 1px);background-size:22px 22px;pointer-events:none;-webkit-mask:linear-gradient(-160deg,#000 38%,transparent 39%),linear-gradient(#000,#000);mask:linear-gradient(-160deg,#000 38%,transparent 39%),linear-gradient(#000,#000);-webkit-mask-composite:source-in;mask-composite:intersect}.home-page #landing-page .hero-grid{width:min(1200px,92%);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:2rem;position:relative}.home-page #landing-page .hero-grid:before{content:"";position:absolute;top:-32px;right:-32px;bottom:-32px;left:-32px;background-image:radial-gradient(rgba(15,40,62,.0705882353) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(to bottom,#00000059,#0000);mask-image:linear-gradient(to bottom,#00000059,#0000);pointer-events:none}@media only screen and (max-width: 900px){.home-page #landing-page .hero-grid{grid-template-columns:1fr;gap:1.5rem}}.home-page #landing-page .hero-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-top:1rem}.home-page #landing-page .hero-left .eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);background:#fff;border-radius:999px;padding:6px 12px;margin-bottom:10px}.home-page #landing-page .hero-left h1{text-align:left}.home-page #landing-page .hero-left p{text-align:left;color:#838383;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:1rem}.home-page #landing-page .hero-right{position:relative;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.home-page #landing-page .hero-right img{display:block;width:100%;max-width:clamp(280px,40vw,720px);height:auto;object-fit:contain}.home-page #landing-page .hero-right .hero-art{width:100%;max-width:520px;aspect-ratio:1/1;border-radius:20px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 40px 80px #0f283e14;background:#fff}.home-page #landing-page .hero-right .hero-art svg{display:block;width:100%;height:100%}.home-page #landing-page .hero-right .hero-showcase{position:relative;width:100%;max-width:520px;height:420px;transition:transform .2s ease}.home-page #landing-page .hero-right .hero-network{width:100%;max-width:520px;aspect-ratio:1/1;border-radius:16px;border:1px solid var(--border-color);background:#fff;box-shadow:var(--shadow-md);overflow:hidden;transition:transform .2s ease}.home-page #landing-page .hero-right .hero-network svg{width:100%;height:100%;display:block}.home-page #landing-page .hero-right .hero-network .edges .edge{animation:dash 3.2s linear infinite}.home-page #landing-page .hero-right .hero-network .edges .edge:nth-child(2){animation-delay:.2s}.home-page #landing-page .hero-right .hero-network .edges .edge:nth-child(3){animation-delay:.4s}.home-page #landing-page .hero-right .hero-network .edges .edge:nth-child(4){animation-delay:.6s}.home-page #landing-page .hero-right .hero-network .edges .edge:nth-child(5){animation-delay:.8s}.home-page #landing-page .hero-right .hero-network .pulse{animation:pulse 3s ease-out infinite;transform-origin:320px 240px}.home-page #landing-page .hero-right .hero-network .pulse.delay1{animation-delay:.8s}.home-page #landing-page .hero-right .hero-network .pulse.delay2{animation-delay:1.6s}.home-page #landing-page .hero-right .hero-network .node{fill:url(#nodeFill);stroke:#a8d05a;stroke-width:1}.home-page #landing-page .hero-right .hero-network .hub{fill:#87c228;stroke:#6a981f}.home-page #landing-page .hero-right .hero-map{width:100%;max-width:clamp(420px,40vw,720px);aspect-ratio:1/1;overflow:visible;transition:transform .2s ease;opacity:.95}.home-page #landing-page .hero-right .hero-map svg{width:100%;height:100%;display:block}.home-page #landing-page .hero-right .hero-map .edge{animation:dash 3.2s linear infinite}.home-page #landing-page .hero-right .hero-map .pulse{animation:pulse 3s ease-out infinite}.home-page #landing-page .hero-right .hero-map .pulse.delay1{animation-delay:.8s}.home-page #landing-page .hero-right .hero-map .pulse.delay2{animation-delay:1.6s}.home-page #landing-page .hero-right .hero-map .node{fill:#cfe7a1;opacity:.85}.home-page #landing-page .hero-right .hero-map .hub{fill:#87c228}.home-page #landing-page .hero-right .showcase-card{position:absolute;left:50%;transform:translate(-50%);width:82%;background:#fff;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 20px 40px #0f283e14;padding:16px;display:flex;flex-direction:column;gap:6px}.home-page #landing-page .hero-right .sc-1{top:40px}.home-page #landing-page .hero-right .sc-2{top:160px}.home-page #landing-page .hero-right .sc-3{top:280px}.home-page #landing-page .hero-right .sc-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--main-bg-color-dark);background:var(--main-bg-color-opaque);border-radius:8px}.home-page #landing-page .hero-right .sc-title{font-weight:700;color:var(--text-primary)}.home-page #landing-page .hero-right .sc-sub{font-size:12px;color:var(--text-secondary)}.home-page #landing-page .cred-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.home-page #landing-page .cred-badges span{font-size:11px;color:var(--text-secondary);padding:6px 10px;border:1px solid var(--border-color);border-radius:999px;background:#fff}.home-page #landing-page p{position:relative;z-index:2;max-width:48rem;font-size:16px;text-align:left;font-weight:400;color:var(--text-secondary)}@media only screen and (max-width: 800px){.home-page #landing-page p{font-size:12px;max-width:30rem}}@media only screen and (max-width: 500px){.home-page #landing-page p{font-size:11px}}.home-page #landing-page .actions{display:flex;gap:.75rem;margin-top:1.25rem}.home-page #landing-page .actions a{display:inline-flex;justify-content:center;align-items:center;height:2.5rem;border-radius:999px;padding:0 1rem;font-size:14px;font-weight:500;cursor:pointer;gap:.5rem;text-decoration:none;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);line-height:1}.home-page #landing-page .actions a .btn-icon{width:14px;height:14px;line-height:1}.home-page #landing-page .actions .primary{background:#0f283e;color:#fff;border-color:#0f283e}.home-page #landing-page .actions .secondary{background:#fff;color:#0f283e}@media only screen and (max-width: 700px){.home-page #landing-page{min-height:100vh}.home-page #landing-page .hero-grid{gap:4rem}.home-page #landing-page .hero-left{align-items:center}.home-page #landing-page .hero-right,.home-page #landing-page .hero-right .hero-art{width:100%}.home-page #landing-page .hero-right img{max-width:75%}.home-page #landing-page h1{width:100%;text-align:center!important;font-size:8vw}.home-page #landing-page p{text-align:center!important}.home-page #landing-page .actions{justify-content:center;margin:1rem}.home-page #landing-page .actions a{width:fit-content;font-size:11px;padding:0 1rem;height:3rem;border-radius:999px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.home-page #landing-page .cred-badges{justify-content:center}}@media only screen and (max-width: 500px){.home-page #landing-page .hero-left .actions .secondary{display:none}}.home-page #clients{width:100%;padding:1rem 0;min-height:15vh;display:flex;flex-direction:column;justify-content:space-around;background:#fbfcfe}.home-page #clients .section-heading{text-align:center}.home-page #clients .trusted-clients{margin-bottom:20px}.home-page #clients .logos-container{width:100%;width:min(1200px,90%);margin:0 auto;overflow:hidden;position:relative;padding:8px 0;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}@media only screen and (max-width: 1000px){.home-page #clients .logos-container{max-width:80%}}@media only screen and (max-width: 500px){.home-page #clients .logos-container{max-width:90%}}.home-page #clients .logos-slide{display:inline-flex;gap:2.5rem;white-space:nowrap;animation:marquee 45s linear infinite}.home-page #clients .logo-badge{display:grid;place-items:center;width:128px;height:56px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-page #clients .logo-badge img{max-width:100px;max-height:36px;object-fit:contain;filter:none;opacity:1;mix-blend-mode:normal;transition:transform .2s ease}.home-page #clients .logo-badge:hover img{transform:translateY(-1px)}.home-page #services{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:2.5rem 0 0;padding:var(--section-y) 0;background:transparent;width:min(1200px,90%)}.home-page #services .services-main{width:100%;display:flex;min-height:35rem;gap:1rem}.home-page #services .services-main .options{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;width:25%;gap:.5rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.75rem;height:100%}.home-page #services .services-main .option{display:flex;padding:0 1rem;background-color:#fff;align-items:center;gap:7.5px;width:100%;transition:.2s;cursor:pointer;margin:0}.home-page #services .services-main .option .option-title{font-size:11px;font-weight:400;transition:.3s;color:#616161;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.home-page #services .services-main .option .service-icon{padding:5px;border-radius:25%;width:28px;height:28px}.home-page #services .services-main .option .si-green{background-color:#87c22866;color:#426111}.home-page #services .services-main .option .si-red{background-color:#ff373766;color:#780f0f}.home-page #services .services-main .option .si-blue{background-color:#35a0ed66;color:#103c59}.home-page #services .services-main .option .si-purple{background-color:#9d73f166;color:#301f52}.home-page #services .services-main .option .si-orange{background-color:#ff9f0a66;color:#6e3f0f}.home-page #services .services-main .option .si-yellow{background-color:#fff70095;color:#837805}.home-page #services .services-main .option .si-pink{background-color:#ff37d766;color:#6d0f5f}.home-page #services .services-main .option:hover,.home-page #services .services-main .option:hover h3{background-color:#f7f7f7}.home-page #services .services-main .selected{border-left:3px solid var(--main-bg-color);background:var(--main-bg-color-opaque);border-radius:8px}.home-page #services .services-main .selected .option-title{color:var(--text-primary);font-weight:600}.home-page #services .services-main .content{width:75%;min-height:100%;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.25rem var(--card-padding)}.home-page #services .services-main .content h3{background:transparent;font-weight:700;color:var(--text-primary);border-left:3px solid var(--main-bg-color);padding-left:1rem;margin:.5rem 0 .75rem}.home-page #services .services-main .content .selected-service-content{border-radius:5px;flex:1;margin:10px 0;padding:10px;display:flex;flex-direction:column;background-color:#fff;color:#1a1a1a}.home-page #services .services-main .content .selected-service-content .paragraph{font-size:14px;font-weight:400;margin:8px 0;color:var(--text-secondary)}.home-page #services .services-main .content .selected-service-content .quote{padding:1rem;margin:.5rem 0;background-color:#f5f9fc;border:1px solid #e9e9e9;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:10px}.home-page #services .services-main .content .selected-service-content .quote .quote-text{font-size:14px;font-weight:600;margin:0;color:#1a1a1a}.home-page #services .services-main .content .selected-service-content .quote .quote-author{margin:0;font-size:13px;font-weight:400;text-align:left;color:#000}.home-page #services .services-main .content .selected-service-content button{display:flex;align-items:center;justify-content:center;min-width:15px;width:fit-content;height:35px;padding-left:12px;gap:5px;border:none;border-radius:5px;transition:.3s;cursor:pointer;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;font-weight:500;background-color:var(--main-bg-color);color:#fff;margin:20px 0;font-size:12px}.home-page #services .services-main .content .selected-service-content button:hover{background-color:var(--main-bg-color-light);transform:translateY(-2.5px)}.home-page #services .services-main .content .selected-service-content button .btn-icon{margin-right:10px;width:12px;height:12px}.home-page #services .services-main .content .selected-service-content ul{list-style-type:none;padding:0;margin:0}.home-page #services .services-main .content .selected-service-content ul li{display:flex;align-items:center;gap:10px;margin:10px 0;font-size:12px}.home-page #services .services-main .content .selected-service-content ul li .btn-icon{background-color:#c7f0c8;color:#537254;width:1rem;height:1rem;padding:.125rem;display:flex;justify-content:center;align-items:center;border-radius:50%}@media only screen and (max-width: 1000px){.home-page #services .services-main{width:90%}}@media only screen and (max-width: 800px){.home-page #services .services-main{gap:.5rem}.home-page #services .services-main .options{padding:.5rem}.home-page #services .services-main .options .option{padding:0 .5rem}.home-page #services .services-main .options .option .service-icon{width:1.5rem;height:1.5rem}.home-page #services .services-main .options .option .option-title{font-size:10px}.home-page #services .services-main .content{padding:1rem}.home-page #services .services-main .content h3{margin:1rem 0;font-size:1rem}.home-page #services .services-main .content .selected-service-content{padding:.25rem}.home-page #services .services-main .content .selected-service-content .paragraph{font-size:11px}.home-page #services .services-main .content .selected-service-content .quote .quote-text{font-size:12px}.home-page #services .services-main .content .selected-service-content .quote .quote-author{font-size:11px}.home-page #services .services-main .content .selected-service-content ul li,.home-page #services .services-main .content .selected-service-content button{font-size:10px}}@media only screen and (max-width: 700px){.home-page #services .services-main .options{width:fit-content;min-height:100%;justify-content:space-between;gap:2rem;padding:1rem .5rem}.home-page #services .services-main .options .option .option-title{display:none}.home-page #services .services-main .content{width:none;flex:1}}@media only screen and (max-width: 700px){.home-page #services{padding:2rem 0}}@media only screen and (max-width: 500px){.home-page #services .services-main{flex-direction:column}.home-page #services .services-main .options{width:100%;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:.5rem;flex-wrap:wrap}.home-page #services .services-main .options .option{width:fit-content;padding:0}.home-page #services .services-main .options .selected{border:none;transform:scale(1.25);border:1px solid var(--border-color);transition:.3s}.home-page #services .services-main .content{width:100%}}.home-page #software{padding:6rem 0;width:min(1200px,90%);background:#f8fafc}@media only screen and (max-width: 900px){.home-page #software{padding:4rem 0}}@media only screen and (max-width: 700px){.home-page #software{padding:3rem 0}}.home-page #software .software-container{position:relative;width:100%;margin:0 auto;padding:0 60px}@media only screen and (max-width: 1100px){.home-page #software .software-container{padding:0 50px}}@media only screen and (max-width: 700px){.home-page #software .software-container{padding:0 40px}}.home-page #software .software-spotlight{display:grid;position:relative;z-index:0;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:10%;gap:1rem;padding:.5rem 0;background:#fff}.home-page #software .software-spotlight::-webkit-scrollbar{display:none}.home-page #software .spotlight-card{scroll-snap-align:center;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md)}@media only screen and (max-width: 900px){.home-page #software .spotlight-card{grid-template-columns:1fr}}@media only screen and (max-width: 700px){.home-page #software .spotlight-card{padding:1.25rem!important;gap:1rem;min-height:auto}}.home-page #software .spotlight-text{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media only screen and (max-width: 900px){.home-page #software .spotlight-text{align-items:center;text-align:center}}.home-page #software .spotlight-text .spotlight-logo{height:40px;width:auto;margin-bottom:6px;object-fit:contain;display:block}.home-page #software .spotlight-text h3{margin:0}.home-page #software .spotlight-text .sub{color:var(--text-secondary);margin:0}.home-page #software .spotlight-text .desc{color:var(--text-secondary);margin:.5rem 0 0}.home-page #software .spotlight-text .actions{display:flex;gap:.5rem;margin-top:1rem}@media only screen and (max-width: 900px){.home-page #software .spotlight-text .actions{justify-content:center;flex-wrap:wrap}}.home-page #software .spotlight-text .actions .primary{background:#0f283e;color:#fff;border-color:#0f283e;font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.home-page #software .spotlight-art{width:100%;display:flex;align-items:center;justify-content:center}.home-page #software .spotlight-art img,.home-page #software .spotlight-art .img-placeholder{width:100%;min-width:0;height:auto;max-height:300px;border-radius:12px;border:1px solid var(--border-color);background:#f7f7f7;object-fit:contain;display:block;text-align:center}.home-page #software .spotlight-art .img-placeholder{display:grid;place-items:center;color:#999}.home-page #software .sw-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;display:grid;place-items:center;border-radius:999px;border:1px solid #eaeaea;background:#fff;box-shadow:0 4px 16px #00000014;cursor:pointer;color:var(--text-primary);font-size:24px}@media only screen and (max-width: 700px){.home-page #software .sw-nav{width:44px;height:44px;font-size:28px}}.home-page #software .sw-nav:disabled{opacity:.5;cursor:default}.home-page #software .sw-nav.prev{left:12px}@media only screen and (max-width: 1100px){.home-page #software .sw-nav.prev{left:10px}}@media only screen and (max-width: 700px){.home-page #software .sw-nav.prev{left:8px}}.home-page #software .sw-nav.next{right:12px}@media only screen and (max-width: 1100px){.home-page #software .sw-nav.next{right:10px}}@media only screen and (max-width: 700px){.home-page #software .sw-nav.next{right:8px}}.home-page #software .software-tabs{width:70%;margin:1rem auto 0;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.home-page #software .sw-tab{border:1px solid var(--border-color);background:#fff;color:var(--text-primary);height:2.25rem;border-radius:999px;padding:0 14px;cursor:pointer;display:flex;align-items:center;gap:.5rem}.home-page #software .sw-tab .spotlight-logo{height:16px;width:auto;object-fit:contain;display:block}.home-page #software .sw-tab.active{border-color:var(--main-bg-color);background:var(--main-bg-color-opaque)}@media only screen and (max-width: 1100px){.home-page #software .software-container,.home-page #software .software-tabs{width:90%}.home-page #software .sw-nav.prev{left:-10px}.home-page #software .sw-nav.next{right:-10px}}.home-page #software .pill{margin-left:8px;display:inline-flex;align-items:center;height:1.4rem;padding:0 8px;border-radius:999px;background:#fff4cc;color:#8a6d00;border:1px solid #ffe08a;font-size:11px;font-weight:600}.home-page #software .pill.small{height:1.2rem;font-size:10px;margin-left:6px}.home-page #cta-band{width:100%;padding:calc(var(--section-y) * .66) 0;background:transparent}.home-page #cta-band .cta-inner{width:var(--container-width);margin:0 auto;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--card-padding);text-align:center;box-shadow:var(--shadow-md)}.home-page #cta-band .cta-inner h3{margin:0 0 .5rem;color:var(--text-primary)}.home-page #cta-band .cta-inner p{margin:0 0 1rem;color:var(--text-secondary)}.home-page #cta-band .cta-inner button{display:inline-flex;align-items:center;gap:.5rem;height:2.5rem;padding:0 1rem;border-radius:8px;border:1px solid var(--border-color);background:var(--main-bg-color);color:#fff;font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s ease,background .2s ease}.home-page #cta-band .cta-inner button:hover{background:var(--main-bg-color-light);transform:translateY(-1px)}@media only screen and (max-width: 1100px){.home-page #cta-band .cta-inner{width:90%}}.home-page #home-news{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:2.5rem 0 0;padding:var(--section-y) 0;color:#1a1a1a;background:transparent;width:min(1200px,90%)}.home-page #home-news .news-container{display:flex;justify-content:space-between;align-items:stretch;height:100%;width:100%;padding:10px;gap:10px}.home-page #home-news .news-container .main-article{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:.3s;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;padding:10px 40px;box-shadow:var(--shadow-sm);cursor:pointer}.home-page #home-news .news-container .main-article .article-img{width:100%;height:200px;border-radius:5px;object-fit:contain}.home-page #home-news .news-container .main-article .article-text{flex:1;padding:20px;display:flex;flex-direction:column;text-align:left;gap:5px}.home-page #home-news .news-container .main-article .article-text h3{font-size:28px;margin:0;color:var(--text-primary)}.home-page #home-news .news-container .main-article .article-text #article-date{font-weight:600}.home-page #home-news .news-container .main-article .article-text p{font-size:14px;color:var(--text-secondary);margin:0;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden;text-overflow:ellipsis}@media (max-width: 500px){.home-page #home-news .news-container .main-article .article-text h3{font-size:18px}.home-page #home-news .news-container .main-article .article-text p{font-size:12px}}.home-page #home-news .news-container .main-article:hover{transform:translateY(-5px)}.home-page #home-news .news-container .main-article:hover a{color:var(--main-bg-color-dark)}@media only screen and (max-width: 800px){.home-page #home-news .news-container .main-article{padding:10px}}.home-page #home-news .news-container .other-articles{display:flex;flex-direction:column;justify-content:space-between;gap:20px;flex:1.5;height:100%;padding:0 50px}.home-page #home-news .news-container .other-articles .article{display:flex;justify-content:space-between;align-items:center;margin:0;transition:.3s;padding:10px;border:1px solid var(--border-color);background:#fff;border-radius:12px;box-shadow:var(--shadow-sm);cursor:pointer}.home-page #home-news .news-container .other-articles .article .article-img{width:150px;height:100px;border-radius:var(--radius-md)}.home-page #home-news .news-container .other-articles .article .article-text{flex:1;padding:10px;display:flex;flex-direction:column;gap:5px}.home-page #home-news .news-container .other-articles .article .article-text h3{font-size:16px;margin:0;text-align:left;border-left:3px solid #70bf73;padding-left:10px;transition:.5s}.home-page #home-news .news-container .other-articles .article .article-text p{font-size:14px;color:var(--text-secondary);margin:0;text-align:left}@media (max-width: 500px){.home-page #home-news .news-container .other-articles .article .article-text h3{font-size:14px}.home-page #home-news .news-container .other-articles .article .article-text p{font-size:12px}}.home-page #home-news .news-container .other-articles .article:hover{transform:translateY(-5px)}.home-page #home-news .news-container .other-articles .article:hover h3{border-left:3px solid #ffd447}.home-page #home-news .news-container .other-articles .article:hover a{color:var(--main-bg-color-dark)}@media only screen and (max-width: 800px){.home-page #home-news .news-container .other-articles{padding:10px}}@media only screen and (max-width: 1000px){.home-page #home-news .news-container{width:90%}}@media only screen and (max-width: 800px){.home-page #home-news .news-container{flex-direction:column}}@media only screen and (max-width: 700px){.home-page #home-news{padding:2.5rem 0}}.home-page .section-heading{display:flex;flex-direction:column;align-items:center;width:100%;padding:10px 0 20px}.home-page .section-heading h2{color:var(--text-secondary);width:100%;margin:0 0 .25rem;padding:0;text-align:left;max-width:none;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media only screen and (max-width: 1000px){.home-page .section-heading h2{width:90%}}.home-page .section-heading .heading-text{color:var(--text-primary);text-align:left;font-size:32px;font-weight:700;margin:.25rem 0 1.5rem;width:100%}@media only screen and (max-width: 1000px){.home-page .section-heading .heading-text{width:90%;font-size:26px;margin:.25rem 0 1rem}}.home-page .section-heading .trusted-clients{color:var(--text-secondary);font-size:14px;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes dash{to{stroke-dashoffset:-64}}@keyframes pulse{0%{r:20;opacity:.35}70%{r:80;opacity:0}to{r:80;opacity:0}}footer{display:flex;justify-content:space-between;flex-wrap:wrap;background-color:#f5f9fc;color:#1a1a1a;width:100%;height:25vh;min-height:10rem;padding:3rem 10rem;border-top:1px solid #e9e9e9}footer .info{display:flex;flex-direction:column;gap:.5rem}footer .info .logo{display:flex;align-items:center}footer .info .logo img{width:4rem;margin-right:.5rem}footer .info .company-info-text{font-size:12px}footer .info .company-info-text p{margin:0}footer .footer-col{display:flex;flex-direction:column;justify-content:flex-start}footer .footer-col h5{font-size:12px;font-weight:600;margin:.5rem 0}footer .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}footer .footer-col ul li{font-size:12px;font-weight:400;cursor:pointer}footer .footer-col ul li a{color:#9a9a9a;text-decoration:none;transition:.5s}footer .footer-col ul li a:hover{color:#373737}footer .footer-col .contact-item{display:flex;align-items:center}footer .footer-col .contact-item .contact-icon{margin-right:.5rem;width:1rem}footer .footer-col .contact-item a,footer .footer-col .contact-item p{color:#5b5b5b;text-decoration:none;transition:.5s;font-size:11px;margin:0}footer .footer-col .contact-item a:hover,footer .footer-col .contact-item p:hover{color:#373737}footer .footer-col .social-icons{display:flex;gap:.5rem}footer .footer-col .social-icons .social-icon{color:#5b5b5b;width:2rem;height:2rem;transition:.3s}footer .footer-col .social-icons .social-icon:hover{color:#373737}@media only screen and (max-width: 1100px){footer{padding:3rem 5rem}}@media only screen and (max-width: 800px){footer{padding:3rem;height:fit-content}footer .info,footer .footer-col{flex:1 1 250px}footer .info{gap:1rem}footer .info .logo img{width:3rem}}#contact-page{display:flex;justify-content:center;align-items:center;width:min(1200px,90%);padding:0;gap:5rem;height:100%;flex:1;min-height:50vh;margin:8rem 0 5rem}#contact-page .contact-head{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:100%}#contact-page form{flex:0 0 400px;max-width:500px;display:flex;flex-direction:column;justify-content:center;min-height:100%}#contact-page .contact-head{gap:1rem;margin-top:5rem}#contact-page .contact-head h2{color:var(--text-secondary);width:100%;margin:0 0 .25rem;padding:0;text-align:left;max-width:none;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#contact-page .contact-head .heading-text{color:var(--text-primary);text-align:left;font-size:32px;font-weight:700;margin:.25rem 0 1.5rem;width:100%}#contact-page .contact-head .subtext{color:#1a1a1a;font-size:13px;margin:0}#contact-page .contact-head .direct-contacts{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;width:100%}#contact-page .contact-head .direct-contacts .contact-option{display:flex;align-items:center;gap:.5rem;padding:8px 12px;background:#fff;border:1px solid var(--border-color);border-radius:999px;text-decoration:none;transition:.2s ease;font-size:11px;color:var(--text-secondary)}#contact-page .contact-head .direct-contacts .contact-option .icon{width:16px;height:16px;color:var(--main-bg-color);display:flex;justify-content:center;align-items:center}#contact-page .contact-head .direct-contacts .contact-option .contact-option-text{display:flex;flex-direction:column;text-decoration:none;gap:2px}#contact-page .contact-head .direct-contacts .contact-option .contact-option-text .contact-option-label{margin:0;font-size:10px;color:var(--text-secondary);text-decoration:none;font-weight:500}#contact-page .contact-head .direct-contacts .contact-option .contact-option-text .contact-option-value{margin:0;font-size:11px;text-decoration:none;color:var(--text-primary);font-weight:600}#contact-page .contact-head .direct-contacts .contact-option:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a;border-color:var(--main-bg-color)}#contact-page form{border-radius:.5rem;border:1px solid #e9e9e9;padding:1.5rem;background-color:#f5f9fc;flex-direction:column;height:fit-content;gap:1rem;min-width:8rem;align-items:center}#contact-page form .form-item{display:flex;flex-direction:column;align-items:align;gap:.25rem;flex:1;width:100%}#contact-page form .form-item label{color:#313030;font-size:.75rem;font-weight:500;margin:0 0 0 .25rem;padding:0}#contact-page form .form-item input[type=text],#contact-page form .form-item input[type=email],#contact-page form .form-item textarea{border:1px solid #e9e9e9;border-radius:.25rem;padding:.5rem;font-size:.75rem;font-weight:400;background-color:#fff;color:#1a1a1a;width:100%;resize:none}#contact-page form .form-item textarea{height:5rem}#contact-page form .form-item select{border:1px solid #e9e9e9;border-radius:.25rem;padding:.5rem;font-size:.75rem;font-weight:400;background-color:#fff;color:#1a1a1a;width:100%}#contact-page form .form-item .form-error{color:#b12f2f;font-size:11px;width:100%;text-align:left;margin:0 0 0 10px}#contact-page form button{width:8rem;height:2rem;border-radius:.5rem;border:none;background-color:var(--main-bg-color);cursor:pointer;font-size:.75rem;font-weight:500;color:#fff}#contact-page form button:hover{background-color:var(--main-bg-color-light)}#contact-page form .data-agreement{display:flex;gap:5px;align-items:center;justify-content:center}#contact-page form .data-agreement input{width:20px;height:20px;accent-color:var(--main-bg-color);cursor:pointer}#contact-page form .data-agreement label{font-size:12px;font-weight:500}@media only screen and (max-width: 1200px){#contact-page{width:90%;gap:2.5rem}#contact-page form{flex:0 0 350px;max-width:400px}}@media only screen and (max-width: 900px){#contact-page{width:90%}#contact-page .contact-head .direct-contacts{justify-content:center}}@media only screen and (max-width: 700px){#contact-page{flex-direction:column;margin:12rem 0 5rem}#contact-page form{flex:1;max-width:none;width:100%}#contact-page .contact-head{width:100%;padding:1rem 0 0;margin:1rem 0 0;gap:0}#contact-page .contact-head .direct-contacts{justify-content:center;margin:1rem 0}#contact-page .contact-head .heading-text{width:90%;font-size:26px;margin:.25rem 0 1rem}#contact-page .contact-head h2{font-size:12px}}@media only screen and (max-width: 700px){#contact-page{gap:.5rem}#contact-page .contact-head .direct-contacts{justify-content:center}}#contact-page .notice{width:100%;margin:12px 0 0;padding:12px 14px;border-radius:8px;border:1px solid transparent;font-size:14px;line-height:1.4}#contact-page .notice.success{background:#00d28314;border-color:#00d28340;color:#0f5132}#contact-page .notice.error{background:#ef444414;border-color:#ef444440;color:#7f1d1d}#contact-page .notice .small{display:block;opacity:.8;margin-top:4px;font-size:12px}#contact-page button[disabled]{opacity:.7;cursor:not-allowed}#news{margin:120px auto;display:flex;gap:50px;max-width:100%;align-items:center;flex-direction:column;box-sizing:border-box;padding:20px 0;width:min(1200px,92%);min-height:60vh;color:#1a1a1a}#news .news-head{width:100%}#news .news-head h2{color:var(--text-secondary);width:100%;margin:0 0 .25rem;padding:0;text-align:left;max-width:none;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#news .news-head .heading-text{color:var(--text-primary);text-align:left;font-size:32px;font-weight:700;margin:.25rem 0 1.5rem;width:100%}@media only screen and (max-width: 1000px){#news .news-head .heading-text{width:90%;font-size:26px;margin:.25rem 0 1rem}}@media only screen and (max-width: 500px){#news .news-head .heading-text{font-size:24px}#news .news-head h2{font-size:12px}}#news #main-article{width:100%;display:flex;justify-content:center;flex-direction:row;padding:10px;border-radius:5px;gap:20px;transition:.3s;margin-bottom:20px}#news #main-article:hover{transform:translateY(-2.5px);cursor:pointer}#news #main-article img{height:auto;width:46%;max-height:340px;object-fit:cover;border-radius:8px}#news #main-article #main-article-text{display:flex;flex-direction:column;width:fit-content;justify-content:center;align-items:flex-start}#news #main-article #main-article-text h4{font-size:clamp(20px,3vw,32px);margin:10px 0;font-weight:500;text-align:left}#news #main-article #main-article-text .date{font-size:12px;color:#cacaca;margin:0;width:100%;text-align:left}#news #main-article #main-article-text .desc{font-size:16px;margin:10px 0;text-align:left}#news #main-article #main-article-text .read-more{display:flex;align-items:center;gap:5px;margin:10px 0;font-size:13px;color:var(--main-bg-color);cursor:pointer;transition:.3s}#news #main-article #main-article-text .read-more:hover{color:#000}#news #main-article #main-article-text .read-more .icon{width:16px;height:16px}@media only screen and (max-width: 900px){#news #main-article{padding:1rem 0;gap:12px}#news #main-article img{width:100%;height:auto;max-height:260px;padding:0}#news #main-article #main-article-text h4{font-size:clamp(18px,4vw,24px)}#news #main-article #main-article-text .date{font-size:10px}#news #main-article #main-article-text .desc{font-size:14px}#news #main-article #main-article-text .read-more{font-size:11px}}@media only screen and (max-width: 600px){#news #main-article{padding:1rem 0;gap:0;flex-direction:column;justify-content:center;align-items:center}#news #main-article img{height:auto;padding:0;max-width:100%}#news #main-article #main-article-text h4{font-size:20px}#news #main-article #main-article-text .date{font-size:10px}#news #main-article #main-article-text .desc{font-size:14px}#news #main-article #main-article-text .read-more{font-size:11px}}#news #other-articles{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;background-color:#fafafa;box-shadow:#00000029 0 1px 4px;padding:25px 0;border-radius:5px}#news #other-articles .article{padding:10px;transition:.3s}#news #other-articles .article:hover{transform:translateY(-2.5px);cursor:pointer}#news #other-articles .article img{height:200px;width:300px;object-fit:contain;border-radius:5px}#news #other-articles .article .article-text .date{font-size:13px;color:#979797;margin:0;width:100%;text-align:left}#news #other-articles .article .article-text h4{font-size:16px;margin:10px 0;text-wrap:wrap;font-weight:500;text-align:left}#news #other-articles .article .article-text .desc{font-size:14px;margin:10px 0;text-align:left}#news #other-articles .article .article-text .read-more{display:flex;align-items:center;gap:5px;margin:10px 0;font-size:13px;color:var(--main-bg-color);cursor:pointer;transition:.3s}#news #other-articles .article .article-text .read-more:hover{color:#000}#news #other-articles .article .article-text .read-more .icon{width:16px;height:16px}#news .no-articles,#news .loading,#news .error{display:flex;align-items:center;justify-content:center;min-height:40vh;text-align:center}#news .no-articles p,#news .loading p,#news .error p{font-size:18px;color:var(--text-secondary);margin:0}#news .error p{color:#dc3545}@media only screen and (max-width: 1100px){#news{padding:3rem 0;width:80%;margin:8rem auto 2rem}}@media only screen and (max-width: 800px){#news{padding:1rem 0;width:90%}}@media only screen and (max-width: 700px){#news{margin:11rem auto 5rem}}.article-page{min-height:70vh;margin:110px auto;display:flex;gap:50px;max-width:100%;align-items:center;flex-direction:column;box-sizing:border-box;padding:20px 0;width:min(1200px,92%);height:fit-content;color:#1a1a1a}.article-page #back-to-news{padding:8px 0;font-size:14px;cursor:pointer;margin:0;border-radius:5px;display:flex;align-items:center;gap:6px;width:100%;height:auto;transition:.3s ease-in-out}.article-page #back-to-news .icon{font-size:16px;transition:.3s ease-in-out}.article-page #back-to-news:hover .icon{color:var(--main-bg-color)}.article-page .article-head{width:100%}.article-page .article-head h3{color:var(--text-secondary);width:100%;margin:0 0 .25rem;padding:0;text-align:center;max-width:none;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.article-page .article-head h2{color:var(--text-primary);text-align:center;font-size:36px;font-weight:700;margin:.25rem 0 1.5rem;width:100%}.article-page .article-head p{font-size:16px;width:100%;text-align:center;margin:10px 0;color:#6a6b6f}.article-page .article-content{display:flex;flex-direction:column;gap:0px;align-items:flex-start;width:100%;padding:0 .5rem;margin:0 auto}.article-page .article-content h4{font-size:28px;margin:5px;text-align:left;width:100%}.article-page .article-content h5{font-size:18px;font-weight:500;color:#6a6b6f;margin:5px;text-align:left;width:100%}.article-page .article-content p{font-size:16px;line-height:1.8;width:100%;text-align:left;margin:6px 0 12px;color:var(--text-secondary)}.article-page .article-content .article-inline-img{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.article-page .article-content .article-inline-img img{width:100%;height:auto;max-height:clamp(200px,45vh,520px);object-fit:contain;border-radius:8px}.article-page .article-content .article-inline-img .img-desc{font-size:12px;color:#6a6b6f;text-align:center}.article-page .article-content button{background-color:var(--main-bg-color);box-shadow:#00000029 0 1px 4px;border:none;padding:10px 20px;font-size:13px;cursor:pointer;margin:25px;border-radius:5px}@media (max-width: 1500px){.article-page{padding:20px 0}}@media (max-width: 1000px){.article-page .article-head h2{width:90%;font-size:26px;margin:.25rem 0 1rem}}@media (max-width: 900px){.article-page{padding:16px 0;margin:120px auto}.article-page .article-head h2{font-size:24px}.article-page .article-content{width:min(680px,100%)}}@media (max-width: 750px){.article-page{padding:16px 0;margin:140px auto}}@media (max-width: 650px){.article-page{padding:12px 0;margin:160px auto}}#privacy-policy{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;padding:0;height:100%;flex:1;min-height:65vh;color:#1a1a1a;margin:2.5rem 0}#privacy-policy .pp-head{width:100%}#privacy-policy .pp-head h2{color:var(--main-bg-color);width:70%;margin:1rem 0;padding:0;text-align:left;max-width:none;font-size:20px;font-weight:600}@media only screen and (max-width: 1000px){#privacy-policy .pp-head h2{width:90%;font-size:16px;margin:.5rem 0 1rem}}@media only screen and (max-width: 800px){#privacy-policy .pp-head h2{font-size:14px;margin:.25rem 0 .5rem}}#privacy-policy .pp-head .heading-text{color:#0f283e;text-align:left;font-size:36px;font-weight:700;margin:1rem 0 2rem;width:70%}@media only screen and (max-width: 1000px){#privacy-policy .pp-head .heading-text{width:90%;font-size:28px;margin:.5rem 0 1rem}}@media only screen and (max-width: 1000px){#privacy-policy .pp-head .heading-text{font-size:24px;margin:.25rem 0 .5rem}}#privacy-policy .pp-head p{font-size:16px;width:100%;text-align:center;margin:10px 0;color:#6a6b6f}#privacy-policy .main-pp p{font-size:15px;text-align:left;font-weight:400;color:#6a6b6f}#privacy-policy .main-pp h3{font-size:18px;margin:0 0 25px;text-align:left;color:var(--main-bg-color)}#privacy-policy .main-pp ul{margin:0;display:flex;flex-direction:column;gap:10px;align-items:left}#privacy-policy .main-pp ul li{font-size:13px;width:100%;text-align:left;color:#6a6b6f}@media only screen and (max-width: 1100px){#privacy-policy{width:90%;gap:2.5rem}}#security-statement{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;padding:0;height:100%;flex:1;min-height:65vh;color:#1a1a1a;margin:2.5rem 0}#security-statement .ss-head{width:100%}#security-statement .ss-head h2{color:var(--main-bg-color);width:70%;margin:1rem 0;padding:0;text-align:left;max-width:none;font-size:20px;font-weight:600}@media only screen and (max-width: 1000px){#security-statement .ss-head h2{width:90%;font-size:16px;margin:.5rem 0 1rem}}@media only screen and (max-width: 800px){#security-statement .ss-head h2{font-size:14px;margin:.25rem 0 .5rem}}#security-statement .ss-head .heading-text{color:#0f283e;text-align:left;font-size:36px;font-weight:700;margin:1rem 0 2rem;width:70%}@media only screen and (max-width: 1000px){#security-statement .ss-head .heading-text{width:90%;font-size:28px;margin:.5rem 0 1rem}}@media only screen and (max-width: 1000px){#security-statement .ss-head .heading-text{font-size:24px;margin:.25rem 0 .5rem}}#security-statement .ss-head p{font-size:16px;width:100%;text-align:center;margin:10px 0;color:#6a6b6f}#security-statement .main-ss p{font-size:15px;text-align:left;font-weight:400;color:#6a6b6f}#security-statement .main-ss h4{font-size:18px;margin:0 0 25px;text-align:left;color:var(--main-bg-color)}#security-statement .main-ss ul{margin:0;display:flex;flex-direction:column;gap:10px;align-items:left}#security-statement .main-ss ul li{font-size:13px;width:100%;text-align:left;color:#6a6b6f}@media only screen and (max-width: 1100px){#security-statement{width:90%;gap:2.5rem}}.folder-admin{width:100%;display:flex;flex-direction:column;gap:24px}.folder-admin__section{background:transparent;border:none;box-shadow:none;padding:0;display:flex;flex-direction:column;gap:1rem}.folder-admin__heading{font-size:1.2rem;width:100%;text-align:left;font-weight:700;margin:0;color:var(--text-primary)}.folder-admin__section-title{margin:0;font-size:1rem;font-weight:600;color:var(--text-secondary)}.folder-admin__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.folder-admin__field{display:flex;flex-direction:column;gap:.25rem}.folder-admin__label{color:var(--text-muted);font-size:12px;font-weight:500;margin:0 .25rem}.folder-admin__input{border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.6rem .75rem;font-size:12px;color:var(--text-primary);background:var(--bg-subtle);transition:border-color .15s,box-shadow .15s;width:100%}.folder-admin__input:focus{outline:none;border-color:var(--main-bg-color-dark);box-shadow:0 0 0 3px #0733221f}.folder-admin__field-stack{margin-top:0;display:flex;flex-direction:column;gap:.5rem}.folder-admin__search{position:relative;display:flex;align-items:center}.folder-admin__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.6;font-size:20px!important}.folder-admin__input--search{padding-left:40px}.folder-admin__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:15rem;overflow-y:auto}.folder-admin__result-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:10px 12px;background:var(--bg-surface);color:var(--text-secondary)}.folder-admin__result-row:hover{background:#f8fafc}.folder-admin__result-meta{min-width:0;display:flex;flex-direction:column;gap:4px}.folder-admin__result-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:flex;align-items:center;gap:1rem}.folder-admin__badge{display:inline-flex;align-items:center;gap:.25rem;color:var(--text-secondary);font-size:11px;background:#f1f5f9;padding:.25rem .6rem;border-radius:var(--radius-md)}.folder-admin__btn{display:inline-flex;align-items:center;gap:6px;font-weight:600;cursor:pointer;border-radius:var(--radius-md);font-size:12px;transition:background .15s ease,color .15s ease,border-color .15s ease;text-decoration:none}.folder-admin__btn svg{font-size:16px!important}.folder-admin__btn--primary{color:#073322;border:0;padding:.55rem .9rem}.folder-admin__btn--primary:hover{color:var(--text-secondary)}.folder-admin__btn--primary:disabled{opacity:.5;cursor:not-allowed}.folder-admin__btn--ghost{background:transparent;border:1px solid var(--border-color);padding:.4rem .7rem;border-radius:var(--radius-sm);color:var(--text-primary)}.folder-admin__btn--ghost:hover{background:#f8fafc}.folder-admin__btn--danger{background:#ef4444;color:#fff;border:none;padding:.45rem .75rem;border-radius:var(--radius-sm)}.folder-admin__btn--danger:hover{background:#dc2626}.folder-admin__error{color:#b12f2f;font-weight:600;margin:4px 0 0}.folder-admin__section--spaced{margin-top:24px}.folder-admin__subheading{margin:0 0 12px;font-size:1rem;font-weight:700}.folder-admin__mapping{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.folder-admin__mapping-row{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border-color);background:var(--bg-surface);font-size:12px;transition:.3s ease}.folder-admin__mapping-row:last-child{border-bottom:none}.folder-admin__mapping-row:hover:not(.folder-admin__mapping-row--head){background:#f3f4f6}.folder-admin__mapping-row--head{background:#f9fafb;font-weight:600;color:var(--text-secondary)}.folder-admin__mapping-email{font-weight:600;color:var(--text-primary)}.folder-admin__mapping-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.folder-admin__mapping-id code{font-size:.9rem}@media (max-width: 700px){.folder-admin__grid{grid-template-columns:1fr}.folder-admin__mapping-row{grid-template-columns:1fr;gap:6px;text-align:left}.folder-admin__mapping-actions{justify-content:flex-start}}.folder-browser{margin-top:.5rem}.folder-browser__breadcrumbs{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:8px}.folder-browser__back{background:none;border:none;cursor:pointer;color:#007bff}.folder-browser__list{list-style:none;padding:0}.folder-browser__item{display:flex;justify-content:space-between;padding:4px 0}.folder-browser__name{cursor:pointer}.drive-page{width:100%;min-height:75vh;margin:0 auto;padding:100px 0 40px;font-family:Inter,system-ui,sans-serif}.drive-page--compact{padding:0;min-height:auto}.drive-topbar{display:flex;flex-direction:column;gap:.75rem;width:min(1200px,80%);margin:0 auto 12px}.drive-topbar--compact,.drive-page--compact .drive-topbar{width:100%;margin:0 0 12px}.drive-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.drive-heading{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin:0}.drive-heading__title{margin:0;font-size:1.2rem;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:.35rem}.drive-heading__button{background:none;border:none;padding:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.drive-heading__button:hover{color:var(--text-secondary);text-decoration:underline}.drive-heading__breadcrumbs{display:flex;align-items:center;gap:.35rem;color:var(--text-secondary);font-size:12px;flex-wrap:wrap}.drive-heading__crumb{font-weight:600;color:inherit}.drive-heading__crumb--button{background:transparent;border:none;padding:0;color:inherit;cursor:pointer}.drive-heading__crumb--button:hover{color:var(--text-primary);text-decoration:underline}.drive-heading__crumb--current{font-weight:700;color:var(--text-primary)}.drive-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.drive-upload{display:inline-flex;align-items:center;gap:8px}.drive-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:600;cursor:pointer;font-size:12px;border-radius:var(--radius-sm);transition:background .15s,color .15s,border-color .15s;text-decoration:none}.drive-btn--primary{background:var(--main-bg-color);color:#073322;border:none;padding:.55rem .9rem}.drive-btn--primary:hover{background:var(--main-bg-color-dark);color:#f8fafc}.drive-btn--primary:disabled{cursor:not-allowed;opacity:.6;background:#d1d5db;color:#6b7280}.drive-btn--ghost{background:transparent;border:1px solid var(--border-color);padding:.4rem .7rem;font-size:12px;color:var(--text-primary)}.drive-btn--ghost:hover{background:#f8fafc}.drive-btn--upload{background:#d1d5db;border:1px solid #d1d5db;color:#6b7280}.drive-btn--upload:not(:disabled){background:#16a34a;border-color:#15803d;color:#f8fafc}.drive-btn--upload:not(:disabled):hover{background:#22c55e;border-color:#19813f}.drive-file-picker{position:relative;min-width:130px}.drive-file-picker__input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.drive-alerts{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:12px}.drive-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .8rem;border:1px solid #bbf7d0;background:#ecfdf5;color:#166534;font-weight:600;font-size:12px}.drive-badge--error{background:#fee2e2;color:#991b1b;border-color:#fecaca}.drive-table{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;font-size:12px;width:min(1200px,80%);margin:0 auto;height:30rem;overflow-y:auto}.drive-table--compact,.drive-page--compact .drive-table{width:100%;margin:0;height:auto;max-height:none}.drive-table__head{display:grid;grid-template-columns:1.5fr 1fr 100px 200px;background:#f9fafb;font-weight:600;color:var(--text-secondary);padding:.6rem 1rem}.drive-table__row{display:grid;grid-template-columns:1.5fr 1fr 100px 200px;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border-color);transition:background .15s;font-size:12px}.drive-table__row:last-child{border-bottom:none}.drive-table__row:hover{background:#f3f4f6}.drive-table__name{display:flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:var(--text-primary);font-size:13px}.drive-link{background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;font-weight:500}.drive-link:hover{text-decoration:underline}.drive-row-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.drive-muted{color:var(--text-secondary);font-size:12px}.drive-selected-file{max-width:200px;font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 800px){.drive-header{align-items:flex-start}.drive-toolbar{width:100%;justify-content:flex-start}.drive-table__head,.drive-table__row{grid-template-columns:1.5fr 1fr 80px}.drive-row-actions{grid-column:1 / -1;justify-content:flex-start;margin-top:4px}}.article-editor{display:flex;flex-direction:column;gap:1.25rem}.article-editor__heading{font-size:1rem;font-weight:600;color:var(--text-secondary);margin:0}.article-editor__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.article-editor__label{display:block;font-weight:500;font-size:12px;color:var(--text-muted);margin:0 0 .25rem}.article-editor__input,.article-editor__textarea,.article-editor__select{width:100%;padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;color:var(--text-primary);background:var(--bg-subtle);transition:border .2s,box-shadow .2s}.article-editor__input--file{padding:0;border:none;background:transparent;color:var(--text-secondary)}.article-editor__input--file::file-selector-button,.article-editor__input--file::-webkit-file-upload-button{display:inline-flex;align-items:center;gap:6px;padding:.4rem .7rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);font-weight:600;font-size:12px;cursor:pointer;transition:background .2s ease}.article-editor__input--file::file-selector-button:hover,.article-editor__input--file::-webkit-file-upload-button:hover{background:#f8fafc}.article-editor__input:focus,.article-editor__textarea:focus,.article-editor__select:focus{border-color:var(--main-bg-color);outline:none;box-shadow:0 0 0 3px #00d28326}.article-editor__textarea{resize:vertical;min-height:90px}.article-editor__toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:6px}.article-editor__tool{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.35rem .55rem;cursor:pointer;font-weight:600;font-size:12px;transition:background .2s,transform .1s}.article-editor__tool:hover{background:#f3f4f6}.article-editor__tool:active{transform:scale(.96)}.article-editor__sep{width:1px;height:20px;background:var(--border-color);margin:0 4px}.article-editor__content{min-height:260px;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;font-size:13px;color:var(--text-primary);position:relative;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.article-editor__content *,.article-editor__content a,.article-editor__content b,.article-editor__content strong,.article-editor__content i,.article-editor__content em,.article-editor__content u,.article-editor__content p,.article-editor__content h1,.article-editor__content h2,.article-editor__content h3,.article-editor__content h4,.article-editor__content h5,.article-editor__content h6,.article-editor__content li{font-family:inherit!important}.article-editor__content:focus{outline:3px solid rgba(0,210,131,.15)}.article-editor__content h2{margin:1em 0 .4em;font-size:1.4rem;display:block;width:100%}.article-editor__content h3{margin:.8em 0 .4em;font-size:1.15rem}.article-editor__content p{margin:.6em 0}.article-editor__content ul,.article-editor__content ol{padding-left:1.5rem}.article-editor__content img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}.article-editor__content--empty:before{content:attr(data-placeholder);position:absolute;top:1rem;left:1rem;color:var(--text-secondary);font-size:.95rem;pointer-events:none}.article-editor__content--empty:focus:before{display:none}.article-editor__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.article-editor__publish{background:transparent;color:var(--text-primary);border:1px solid var(--border-color);padding:.4rem .7rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;font-size:12px;display:inline-flex;align-items:center;gap:6px;transition:background .2s,color .2s}.article-editor__publish:hover{background:#f8fafc}.article-editor__ok{color:#0f5132;background:#d1e7dd;border-radius:999px;padding:.25rem .65rem;font-size:12px}.article-editor__error{color:#842029;background:#f8d7da;border-radius:999px;padding:.25rem .65rem;font-size:12px}@media (max-width: 720px){.article-editor__actions{flex-wrap:wrap}}.articles-list{display:flex;flex-direction:column;gap:1rem}.articles-list__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.articles-list__heading{margin:0;font-size:1.2rem;font-weight:700;color:var(--text-primary)}.articles-list__refresh{display:inline-flex;align-items:center;gap:6px;border-radius:var(--radius-sm);padding:.4rem .7rem;font-weight:600;cursor:pointer;font-size:12px;border:1px solid var(--border-color);background:transparent;color:var(--text-primary)}.articles-list__refresh:hover{background:#f8fafc}.articles-list__table{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;font-size:12px;width:100%;margin:0}.articles-list__row{display:grid;grid-template-columns:1.6fr 1fr .8fr 120px 200px;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border-color);background:var(--bg-surface);transition:background .2s ease}.articles-list__row:last-child{border-bottom:none}.articles-list__row--head{background:#f5f8fc;font-weight:600;color:var(--text-secondary)}.articles-list__row:hover:not(.articles-list__row--head){background:#f3f4f6}.articles-list__title{font-weight:600;color:var(--text-primary)}.articles-list__slug{padding:.15rem .45rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;color:var(--text-secondary);display:inline-block;margin-right:.5rem}.articles-list__badge{padding:.3rem .65rem;border-radius:999px;background:#ecfdf5;color:#166534;font-weight:600;border:1px solid #bbf7d0;font-size:12px}.articles-list__badge--draft{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.articles-list__thumb{width:56px;height:36px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid #e6eef5}.articles-list__actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.articles-list__button{display:inline-flex;align-items:center;gap:6px;border-radius:var(--radius-sm);padding:.45rem .75rem;font-weight:600;cursor:pointer;font-size:12px;border:none;text-decoration:none}.articles-list__button--ghost{background:transparent;border:1px solid var(--border-color);color:var(--text-primary)}.articles-list__button--ghost:hover{background:#f8fafc}.articles-list__button--danger{background:#ef4444;color:#fff}.articles-list__button--danger:hover{background:#dc2626}.articles-list__muted{color:var(--text-secondary);font-size:12px}.articles-list__error{color:#842029;font-weight:600}@media (max-width: 900px){.articles-list__row,.articles-list__row--head{grid-template-columns:1.2fr 1fr .8fr 90px 1fr}.articles-list__actions{grid-column:1 / -1;justify-content:flex-start}}@media (max-width: 620px){.articles-list__row,.articles-list__row--head{grid-template-columns:1fr;align-items:flex-start;gap:.5rem}.articles-list__actions{justify-content:flex-start}}.admin-app{width:100%;min-height:75vh;margin:0 auto;padding:100px 0 40px;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;align-items:center;gap:0}.admin-app__tabs{display:flex;gap:.5rem;width:min(1200px,80%);margin:0 auto}.admin-app__tab{background:var(--bg-subtle);color:var(--text-primary);border:1px solid var(--border-color);border-bottom:none;border-radius:8px 8px 0 0;padding:.75rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;white-space:nowrap;line-height:1;cursor:pointer}.admin-app__tab:hover{box-shadow:var(--shadow-sm)}.admin-app__tab--active{background:#fff}.admin-app__panel{width:100%;display:flex;justify-content:center;align-items:flex-start;min-height:60vh}.admin-app__surface{width:min(1200px,80%);background:#fff;border:1px solid var(--border-color);border-radius:0 0 12px 12px;margin-top:-1px;padding:20px 28px 28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:24px}.admin-app__article-stack{display:flex;flex-direction:column;gap:24px}.admin-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px;margin:16px 0}.admin-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.admin-table{display:grid;gap:8px}.admin-row{display:grid;grid-template-columns:1.6fr 1fr .8fr 120px 220px;align-items:center;gap:12px;padding:10px;border:1px solid var(--border-color);border-radius:12px;background:#fff}.admin-row--head{background:#f7f9fb;border-color:#eef3f8;font-weight:600}.btn{display:inline-flex;align-items:center;gap:.5rem;border:0;border-radius:10px;padding:.55rem .9rem;background:var(--main-bg-color);color:#fff;cursor:pointer;font-weight:600}.btn.ghost{background:transparent;border:1px solid var(--border-color);color:var(--text-primary)}.btn.danger{background:#ef4444;color:#fff}.kbd{padding:.1rem .4rem;background:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:.85rem;color:var(--text-secondary);display:inline-block}.badge{padding:.25rem .5rem;border-radius:999px;background:#e8fff4;color:#0f5132;font-weight:600;font-size:.75rem;border:1px solid #c7eed8}@media (max-width: 820px){.admin-row{grid-template-columns:1.2fr 1fr .7fr 90px 1fr}}@media (max-width: 560px){.admin-row{grid-template-columns:1fr;align-items:start}}#bundle-page{width:100%;min-height:100vh;background-color:#fff;padding:15vh 5vw}#bundle-page .bundle-hero{background-image:url(/bundle.png);background-size:contain;background-position:center;background-repeat:no-repeat;padding:0;text-align:center;border-radius:1rem;margin-bottom:2rem;position:relative;aspect-ratio:2880/1200;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}#bundle-page .bundle-hero .hero-content{max-width:800px;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:2rem;z-index:1}#bundle-page .bundle-hero .hero-content .logo-section{margin-bottom:1.5rem}#bundle-page .bundle-hero .hero-content .logo-section h2{font-size:1.25rem;font-weight:700;color:#2e7d32;margin:0;letter-spacing:.05em;text-shadow:0 1px 3px rgba(255,255,255,.8)}#bundle-page .bundle-hero .hero-content .main-title{font-size:2.5rem;font-weight:700;color:#1b5e20;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 4px rgba(255,255,255,.9)}#bundle-page .bundle-hero .hero-content .subtitle{font-size:1rem;color:#555;margin:0 0 2rem;line-height:1.6;text-shadow:0 1px 2px rgba(255,255,255,.8)}#bundle-page .bundle-hero .hero-content .offer-badge{display:inline-block;padding:1rem 2.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 12px #0000001a}#bundle-page .bundle-hero .hero-content .offer-badge .offer-text{font-size:2rem;font-weight:700;color:#1b5e20}#bundle-page .bundle-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}#bundle-page .bundle-section .section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:space-between}#bundle-page .bundle-section .section-header .product-logo{display:flex;align-items:center;gap:.75rem}#bundle-page .bundle-section .section-header .product-logo .logo-icon{width:100%;height:4rem;object-fit:contain}#bundle-page .bundle-section .section-header .product-logo h3{font-size:1.25rem;font-weight:600;color:#333;margin:0}#bundle-page .bundle-section .section-header .section-title{font-size:1.25rem;font-weight:600;color:#373737;margin:0}#bundle-page .bundle-section .product-description{font-size:1rem;color:#555;line-height:1.6;margin:0 0 2rem}#bundle-page .bundle-section .product-link{margin-top:2rem;text-align:center}#bundle-page .bundle-section .product-link .product-link-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#212121;color:#fff;text-decoration:none;font-weight:500;font-size:.875rem;border-radius:.5rem;transition:all .15s ease-in-out;box-shadow:0 1px 2px #0000000d}#bundle-page .bundle-section .product-link .product-link-button:hover{background-color:#333;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transform:translateY(-1px)}#bundle-page .bundle-section .screenshot-container{width:100%;margin:2rem 0;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 16px #0000001a}#bundle-page .bundle-section .screenshot-container .software-screenshot{width:100%;height:auto;display:block}#bundle-page .bundle-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}#bundle-page .bundle-section .features-grid .feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .15s ease-in-out;box-shadow:0 1px 2px #0000000d}#bundle-page .bundle-section .features-grid .feature-item .feature-icon-wrapper{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--icon-bg-color, #87c228)}#bundle-page .bundle-section .features-grid .feature-item .feature-icon{color:#fff;font-size:1.25rem;width:1.25rem;height:1.25rem}#bundle-page .bundle-section .features-grid .feature-item p{margin:0;font-size:.875rem;color:#374151;line-height:1.5;font-weight:400}#bundle-page .bundle-section.icfp-section .features-grid .feature-item:nth-child(1) .feature-icon-wrapper{background-color:#d499d8}#bundle-page .bundle-section.icfp-section .features-grid .feature-item:nth-child(2) .feature-icon-wrapper{background-color:#47b5c6}#bundle-page .bundle-section.icfp-section .features-grid .feature-item:nth-child(3) .feature-icon-wrapper{background-color:#6ccb62}#bundle-page .bundle-section.icfp-section .features-grid .feature-item:nth-child(4) .feature-icon-wrapper{background-color:#ebb068}#bundle-page .bundle-section.curriculum-section{border-radius:1rem}#bundle-page .bundle-section.curriculum-section .features-grid .feature-item:nth-child(1) .feature-icon-wrapper{background-color:#03c458}#bundle-page .bundle-section.curriculum-section .features-grid .feature-item:nth-child(2) .feature-icon-wrapper{background-color:#90a1f3}#bundle-page .bundle-section.curriculum-section .features-grid .feature-item:nth-child(3) .feature-icon-wrapper{background-color:#04bc98}#bundle-page .bundle-section.curriculum-section .features-grid .feature-item:nth-child(4) .feature-icon-wrapper{background-color:#eee449}#bundle-page .bundle-section.curriculum-section .features-grid .feature-item:nth-child(4) .feature-icon-wrapper .feature-icon{color:#373737}#bundle-page .bundle-section.features-section .general-features .feature-item .feature-icon-wrapper{background-color:#22c55e}#bundle-page .bundle-section.contact-section{background:linear-gradient(5deg,#f6f6f6,#fdfdfd);border-radius:1rem;padding:3rem 2rem;text-align:center}#bundle-page .bundle-section.contact-section .contact-content{max-width:600px;margin:0 auto}#bundle-page .bundle-section.contact-section .contact-content .contact-info{margin-bottom:2rem}#bundle-page .bundle-section.contact-section .contact-content .contact-info h3{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1.5rem}#bundle-page .bundle-section.contact-section .contact-content .contact-info .contact-links{display:flex;flex-direction:column;gap:1rem;align-items:center}#bundle-page .bundle-section.contact-section .contact-content .contact-info .contact-links .contact-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background-color:#fff;border-radius:.5rem;text-decoration:none;color:#333;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}#bundle-page .bundle-section.contact-section .contact-content .contact-info .contact-links .contact-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}#bundle-page .bundle-section.contact-section .contact-content .contact-info .contact-links .contact-link .contact-icon{color:var(--main-bg-color, #87c228);font-size:1.25rem}#bundle-page .bundle-section.contact-section .contact-content .contact-info .contact-links .contact-link span{font-size:.95rem;font-weight:500}#bundle-page .bundle-section.contact-section .contact-content .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#22c55e;border:none;border-radius:.5rem;cursor:pointer;text-decoration:none;transition:all .15s ease-in-out;box-shadow:0 1px 2px #0000000d}#bundle-page .bundle-section.contact-section .contact-content .cta-button:hover{background-color:#16a34a;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transform:translateY(-1px)}@media only screen and (max-width: 900px){#bundle-page .bundle-hero .hero-content{padding:1.5rem}#bundle-page .bundle-hero .hero-content .main-title{font-size:2rem}#bundle-page .bundle-hero .hero-content .subtitle{font-size:.9rem}#bundle-page .bundle-hero .hero-content .offer-badge{padding:.75rem 2rem}#bundle-page .bundle-hero .hero-content .offer-badge .offer-text{font-size:1.75rem}#bundle-page .bundle-section{padding:2rem 1.5rem}#bundle-page .bundle-section .section-header{flex-direction:column;align-items:flex-start}#bundle-page .bundle-section .section-header .section-title{font-size:1.5rem}#bundle-page .bundle-section .features-grid{grid-template-columns:1fr}}@media only screen and (max-width: 600px){#bundle-page .bundle-hero .hero-content{padding:1rem}#bundle-page .bundle-hero .hero-content .main-title{font-size:1.75rem}#bundle-page .bundle-hero .hero-content .offer-badge{padding:.75rem 1.5rem}#bundle-page .bundle-hero .hero-content .offer-badge .offer-text{font-size:1.5rem}#bundle-page .bundle-section{padding:1.5rem 1rem}#bundle-page .bundle-section .section-header .product-logo h3{font-size:1rem}#bundle-page .bundle-section .section-header .section-title{font-size:1.25rem}}
