﻿@font-face{font-family:"Akkurat Std";src:url("/fonts/AkkuratStd-Light.woff2") format("woff2"),url("/fonts/AkkuratStd-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Akkurat Std";src:url("/fonts/AkkuratStd-Regular.woff2") format("woff2"),url("/fonts/AkkuratStd-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--primary-green: #13A750;--primary-dark: #0E8A40;--primary-light: #2FC366;--accent-teal: #00B4B9;--secanda-magenta: #A71680;--secanda-dark: #8B1269;--secanda-light: #C94AA6;--gray-100: #F7F8FA;--gray-200: #E8EBF0;--gray-300: #D1D5DB;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--accent-light: rgba(19, 167, 80, 0.08);--gradient-primary: linear-gradient(135deg, #13A750 0%, #2FC366 100%);--gradient-secanda: linear-gradient(135deg, #A71680 0%, #C94AA6 100%);--surface-page: #ffffff;--surface-subtle: #F7F8FA;--surface-card: #ffffff;--surface-card-hover: #ffffff;--border-subtle: #E8EBF0;--text-primary: #111827;--text-secondary: #4B5563;--text-tertiary: #374151;--text-muted: #6B7280;--accent-secanda: var(--secanda-magenta);--accent-schoolinked: #005D9F;--accent-green: #0B7E39;--btn-green: #0B7E39;--badge-green-bg: #E6F4EC;--badge-green-text: #0A6B32;--cta-bg-secanda: linear-gradient(135deg, #A71680 0%, #C94AA6 100%);--status-error: #e53e3e;--status-error-bg: rgba(229, 62, 62, 0.08);--status-success: #10b981;--status-success-bg: rgba(16, 185, 129, 0.08);--shadow-card: 0 4px 20px rgba(0, 0, 0, 0.05);--shadow-card-hover: 0 20px 40px rgba(19, 167, 80, 0.15);--cta-bg-schoolinked: linear-gradient(135deg, #005D9F 0%, #004A7F 100%)}:root[data-theme=dark]{--surface-page: #0a1411;--surface-subtle: #0e1a16;--surface-card: #15241e;--surface-card-hover: #1c302a;--border-subtle: #2d3d36;--text-primary: #f3f4f6;--text-secondary: #d1d5db;--text-tertiary: #cbd1d8;--text-muted: #9ca3af;--accent-schoolinked: #4DA3DC;--status-error: #f87171;--status-error-bg: rgba(248, 113, 113, 0.12);--status-success: #34d399;--status-success-bg: rgba(52, 211, 153, 0.12);--shadow-card: 0 4px 20px rgba(0, 0, 0, 0.4);--shadow-card-hover: 0 20px 40px rgba(19, 167, 80, 0.25);--primary-green: #0E8A40;--primary-dark: #0A6B32;--primary-light: #1FA853;--gradient-primary: linear-gradient(135deg, #0E8A40 0%, #1FA853 100%);--accent-secanda: #CE7FBB;--accent-green: #3ECF74;--badge-green-bg: #15291F;--badge-green-text: #3ECF74;--cta-bg-secanda: linear-gradient(135deg, #8B1269 0%, #A6388A 100%);--cta-bg-schoolinked: linear-gradient(135deg, #004A7F 0%, #003D6B 100%)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:17px}body{font-family:"Akkurat Std",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text-primary);background:var(--surface-page);line-height:1.6;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{background:#000;box-shadow:none;position:fixed;width:100%;top:0;z-index:1000;height:73px}.scroll-indicator{position:absolute;bottom:0;left:0;width:100%;height:3px;background:hsla(0,0%,100%,.08)}.scroll-indicator-bar{height:100%;width:0%;background:var(--gradient-primary);transition:width .1s linear}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;height:100%;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo img{height:42px;width:auto}.header-actions{display:flex;align-items:center;gap:.75rem}.main-nav{display:flex;align-items:center;justify-content:center;flex:1}.nav-links{display:flex;gap:.25rem;list-style:none;align-items:center}.nav-links>li{position:relative}.nav-links>li>a{text-decoration:none;color:hsla(0,0%,100%,.9);font-weight:500;padding:.5rem .75rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:.25rem;white-space:nowrap;font-size:.9rem}.nav-links>li>a:hover{color:#fff;background:hsla(0,0%,100%,.1)}.nav-links>li>a.active{color:var(--accent-green)}.nav-links>li:hover .nav-arrow,.nav-links>li:focus-within .nav-arrow{transform:rotate(180deg)}.nav-links>li:hover .dropdown,.nav-links>li:focus-within .dropdown,.nav-links>li:hover .mega-menu,.nav-links>li:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-links>li:hover .mega-menu--center,.nav-links>li:focus-within .mega-menu--center{transform:translateX(-50%) translateY(0)}.nav-arrow{width:12px;height:12px;transition:transform .2s}.dropdown{position:absolute;top:100%;left:0;background:#000;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.4);padding:.5rem;min-width:220px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:100}.dropdown a{display:block;padding:.75rem 1rem;color:hsla(0,0%,100%,.85);text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s}.dropdown a:hover{background:hsla(0,0%,100%,.1);color:#fff}.dropdown a.active{background:rgba(19,167,80,.3);color:var(--accent-green)}.dropdown-divider{height:1px;background:hsla(0,0%,100%,.15);margin:.5rem 0}.dropdown-wide{display:flex;gap:1rem;min-width:400px;padding:1rem}.dropdown-section{flex:1;min-width:160px}.dropdown-title{display:block;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:hsla(0,0%,100%,.5);letter-spacing:.5px}.mega-menu{position:absolute;top:100%;left:0;background:rgba(18,21,26,.98);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border:1px solid hsla(0,0%,100%,.14);border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.7),0 0 0 1px hsla(0,0%,100%,.03);padding:1.25rem;max-width:calc(100vw - 2rem);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100;display:grid}.mega-menu--suite{grid-template-columns:230px 1fr;gap:1.5rem;width:760px}.mega-menu--suite .mega-grid{border-left:1px solid hsla(0,0%,100%,.1);padding-left:1.5rem}.mega-menu--solutions{width:560px;gap:1rem}.mega-menu--list{width:540px}.mega-menu--center{left:50%;transform:translateX(-50%) translateY(10px)}.mega-grid{display:grid;align-content:start}.mega-grid--2{grid-template-columns:1fr 1fr;gap:.15rem .75rem}.mega-intro{display:flex;flex-direction:column;gap:.85rem;padding:.75rem .85rem;border-radius:10px;text-decoration:none;transition:background .2s ease}.mega-intro:hover{background:hsla(0,0%,100%,.04)}.mega-intro:hover .mega-intro-cta{opacity:.95}.mega-intro:hover .mega-intro-cta svg{transform:translateX(3px)}.mega-intro-brand{display:flex;align-items:center;gap:.6rem}.mega-intro-brand .brand-glyph{width:30px;height:30px}.mega-intro-brand span{color:#fff;font-weight:700;font-size:1.05rem}.mega-intro-tagline{display:block;color:hsla(0,0%,100%,.6);font-size:.85rem;line-height:1.5}.mega-intro-cta{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:auto;padding:.7rem 1.1rem;background:var(--gradient-secanda);color:#fff;font-weight:600;font-size:.9rem;border-radius:8px;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.mega-intro-cta svg{width:16px;height:16px;transition:transform .2s ease}.mega-intro-cta:hover{opacity:.92}.mega-intro-cta:hover svg{transform:translateX(3px)}.mega-item-main{display:flex;gap:.85rem;align-items:flex-start;padding:.7rem;border-radius:8px;text-decoration:none;transition:background .2s ease}.mega-item-main:hover{background:hsla(0,0%,100%,.07)}.brand-glyph{display:inline-block;background-color:var(--secanda-light);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.mega-item-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);border-radius:9px}.mega-item-icon svg,.mega-item-icon .brand-glyph{width:20px;height:20px}.mega-item-icon img{width:22px;height:22px;object-fit:contain}.mega-item-icon svg{color:var(--accent-green);stroke-linecap:round;stroke-linejoin:round}.mega-menu--suite .mega-item-icon svg{color:var(--secanda-light)}.mega-item-text{display:flex;flex-direction:column;gap:.15rem}.mega-item-title{color:#fff;font-weight:600;font-size:.9rem}.mega-item-desc{color:hsla(0,0%,100%,.55);font-size:.78rem;line-height:1.35}.mega-section+.mega-section{margin-top:.85rem}.mega-section-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:hsla(0,0%,100%,.4);padding:0 .7rem;margin-bottom:.35rem}.mobile-dropdown-title{display:block;padding:.75rem 1rem .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--gray-400);letter-spacing:.5px;margin-top:.5rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle svg{width:24px;height:24px;color:#374151}.lang-selector{position:relative}.lang-selector:hover .lang-current{color:#fff;background:hsla(0,0%,100%,.15)}.lang-selector:hover .lang-arrow{transform:rotate(180deg)}.lang-selector:hover .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-current{display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;background:none;border:none;color:hsla(0,0%,100%,.8);font-weight:500;font-size:.85rem;font-family:inherit;cursor:pointer;border-radius:6px;transition:all .2s ease}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:none;border:none;color:hsla(0,0%,100%,.8);border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease}.theme-toggle svg{width:18px;height:18px}.theme-toggle:hover{color:#fff;background:hsla(0,0%,100%,.15)}.theme-toggle:focus-visible{outline:2px solid #2fc366;outline-offset:2px}.theme-toggle .theme-icon-sun{display:none}.theme-toggle .theme-icon-moon{display:inline-block}:root[data-theme=dark] .theme-toggle .theme-icon-sun{display:inline-block}:root[data-theme=dark] .theme-toggle .theme-icon-moon{display:none}.lang-globe{width:16px;height:16px;opacity:.7}.lang-arrow{width:12px;height:12px;opacity:.5;transition:transform .2s ease}.lang-dropdown{position:absolute;top:100%;right:0;background:#000;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.4);padding:.35rem;min-width:60px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:100}.lang-option{display:block;padding:.45rem .75rem;color:hsla(0,0%,100%,.7);text-decoration:none;font-weight:500;font-size:.85rem;border-radius:6px;transition:all .15s ease;text-align:center}.lang-option:hover{background:hsla(0,0%,100%,.1);color:#fff}.lang-option.active{color:var(--accent-green)}.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:999;padding:5rem 2rem 2rem;overflow-y:auto}.mobile-nav.active{display:block}.mobile-nav ul{list-style:none}.mobile-nav>ul>li{border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-nav>ul>li>a{display:block;padding:1rem 0;color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem}.mobile-nav .mobile-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 0;background:none;border:none;cursor:pointer;font-family:inherit;color:#fff;font-weight:600;font-size:1.1rem;text-align:left}.mobile-nav .mobile-group-chevron{width:18px;height:18px;flex-shrink:0;color:hsla(0,0%,100%,.55);transition:transform .25s ease}.mobile-nav .mobile-group.open .mobile-group-chevron{transform:rotate(180deg)}.mobile-nav .mobile-dropdown{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.mobile-nav .mobile-group.open .mobile-dropdown{grid-template-rows:1fr}.mobile-nav .mobile-dropdown-inner{overflow:hidden;min-height:0;padding-bottom:.75rem}.mobile-nav .mobile-item{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;color:hsla(0,0%,100%,.78);text-decoration:none;font-weight:500}.mobile-nav .mobile-item:hover,.mobile-nav .mobile-item.active{color:var(--accent-green)}.mobile-nav .mobile-item-icon{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);border-radius:8px}.mobile-nav .mobile-item-icon svg,.mobile-nav .mobile-item-icon .brand-glyph{width:17px;height:17px}.mobile-nav .mobile-item-icon img{width:20px;height:20px;object-fit:contain}.mobile-nav .mobile-item-icon svg{color:var(--accent-green);stroke-linecap:round;stroke-linejoin:round}.mobile-nav .mobile-group--suite .mobile-item-icon svg{color:var(--secanda-light)}.mobile-nav .mobile-item-overview{color:var(--secanda-light)}.mobile-nav .btn-primary{display:block;text-align:center;margin-top:2rem}.mobile-nav-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#fff}.mobile-nav-close svg{color:#fff}@media(max-width: 1100px){.nav-links{display:none}.mobile-menu-toggle{display:block;color:#fff}.mobile-menu-toggle svg{color:#fff}.header-actions>.btn-primary{display:none}.logo img{height:36px}.lang-current{padding:.35rem .5rem;font-size:.8rem}}@media(max-width: 768px){.header-container{padding:0 1rem}.logo img{height:30px}.lang-current{padding:.3rem .4rem;font-size:.75rem;gap:.2rem}.lang-globe{width:14px;height:14px}}.btn-primary{background:var(--btn-green);color:#fff;padding:.65rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.9rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(19,167,80,.3)}.btn-secondary{background:rgba(0,0,0,0);color:var(--accent-green);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;border:2px solid var(--primary-green);transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--btn-green);color:#fff}.btn-white{background:#fff;color:var(--btn-green);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width: 1100px){.btn-primary{padding:.5rem 1rem;font-size:.85rem}}.hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.6) 100%),url("https://images.unsplash.com/photo-1562774053-701939374585?w=1920&q=80") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.hero-content{max-width:800px}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero h1{opacity:0;animation:slideUp .8s ease-out forwards}.page-hero p{opacity:0;animation:slideUp .8s ease-out .2s forwards}.hero-product-identity{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.75rem}.hero-product-identity .hero-product-icon{width:44px;height:44px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-product-identity .hero-product-icon img{width:26px;height:26px;filter:brightness(0) invert(1)}.hero-product-identity .hero-product-name{font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff}@media(max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}}section{padding:5rem 2rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-title p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.section-eyebrow{display:block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-green);margin-bottom:.9rem}.secanda-suite-page .section-eyebrow,.secanda-secure-page .section-eyebrow,.secanda-pay-page .section-eyebrow,.secanda-access-page .section-eyebrow,.secanda-connect-page .section-eyebrow,.secanda-app-page .section-eyebrow,.secanda-print-everywhere-page .section-eyebrow{color:var(--accent-secanda)}.schoolinked-page .section-eyebrow{color:var(--accent-schoolinked)}.section-eyebrow.section-eyebrow--inverse{color:hsla(0,0%,100%,.78)}.integrations-banner{padding:3rem 2rem;background:var(--surface-subtle);text-align:center}.integrations-banner-container{max-width:800px;margin:0 auto}.integrations-banner h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:2rem}.integrations-banner-logos{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:2rem}.integrations-banner-logos img{height:32px;width:auto;filter:grayscale(100%);opacity:.5;transition:all .3s ease}.integrations-banner-logos img:hover{filter:grayscale(0%);opacity:1}.integrations-banner-link{color:var(--accent-secanda);font-weight:600;font-size:.95rem;text-decoration:none;transition:opacity .2s}.integrations-banner-link:hover{opacity:.8}@media(max-width: 768px){.integrations-banner-logos{gap:2rem}.integrations-banner-logos img{height:24px}}[data-theme=dark] .integrations-banner-logos img{filter:grayscale(100%) invert(1) brightness(1.35);mix-blend-mode:screen}[data-theme=dark] .integrations-banner-logos img:hover{filter:grayscale(0%) invert(1) brightness(1.35)}.cta-section{background:var(--gradient-primary);padding:5rem 2rem;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.cta-section--secanda{background:var(--cta-bg-secanda)}.cta-section--secanda .btn-white{color:var(--secanda-magenta)}.cta-section--schoolinked{background:var(--cta-bg-schoolinked)}.cta-section--schoolinked .btn-white{color:#005d9f}.cta-section--compact{padding:2.5rem 2rem}.cta-section--compact .cta-section__inner{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;text-align:left}.cta-section--compact .cta-section__text{flex:1 1 auto;min-width:0}.cta-section--compact h2{font-size:1.75rem;margin-bottom:.35rem}.cta-section--compact p{margin:0;max-width:none;font-size:1rem}.cta-section--compact .btn-white{flex-shrink:0}@media(max-width: 900px){.cta-section--compact{padding:2.5rem 1.5rem}.cta-section--compact .cta-section__inner{flex-direction:column;text-align:center;gap:1.5rem}.cta-section--compact p{margin:0 auto}}.cta-section__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-faq-section{padding:5rem 2rem;background:var(--surface-subtle)}.page-faq-container{max-width:800px;margin:0 auto;text-align:center}.page-faq-list{display:flex;flex-direction:column;gap:.75rem;margin-top:2.5rem;text-align:left}.page-faq-item{background:var(--surface-card);border-radius:12px;border:1px solid var(--border-subtle);overflow:hidden}.page-faq-item summary{padding:1.25rem 1.5rem;font-weight:600;font-size:1.05rem;color:var(--text-primary);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.page-faq-item summary::-webkit-details-marker{display:none}.page-faq-item summary::after{content:"+";font-size:1.5rem;font-weight:600;color:var(--accent-green);line-height:1;flex-shrink:0}.page-faq-item[open] summary::after{content:"−"}.page-faq-item{interpolate-size:allow-keywords}.page-faq-item::details-content{block-size:0;overflow:hidden;transition:content-visibility .3s ease allow-discrete,block-size .3s ease}.page-faq-item[open]::details-content{block-size:auto}.page-faq-answer{padding:0 1.5rem 1.25rem;color:var(--text-secondary);font-size:.95rem;line-height:1.65}.page-faq-answer p{margin:0}@media(prefers-reduced-motion: reduce){.page-faq-item::details-content{transition:none}}.page-faq-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:2rem;color:var(--accent-green);font-weight:600;text-decoration:none;font-size:.95rem}.page-faq-link svg{width:16px;height:16px}.page-faq-link:hover{text-decoration:underline}.secanda-suite-page .page-faq-item summary::after,.secanda-suite-page .page-faq-link,.secanda-secure-page .page-faq-item summary::after,.secanda-secure-page .page-faq-link,.secanda-access-page .page-faq-item summary::after,.secanda-access-page .page-faq-link,.secanda-pay-page .page-faq-item summary::after,.secanda-pay-page .page-faq-link{color:var(--accent-secanda)}.dashboard-overview{display:grid;grid-template-columns:1fr auto 1fr;gap:2.5rem;align-items:center;max-width:1100px;margin:0 auto}.dashboard-overview-col ul{list-style:none;padding:0;margin:0}.dashboard-overview-col ul li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;color:var(--text-tertiary);font-weight:500;font-size:.95rem}.dashboard-overview-col ul li svg{width:18px;height:18px;flex-shrink:0;color:var(--accent-green)}.dashboard-overview-image img{width:280px;border-radius:16px;box-shadow:var(--shadow-card)}.dashboard-image img{width:100%;border-radius:16px;box-shadow:var(--shadow-card)}@media(max-width: 768px){section{padding:3rem 1rem}.section-title h2{font-size:1.75rem}.cta-section h2{font-size:1.75rem}.dashboard-overview{grid-template-columns:1fr;gap:2rem;justify-items:center}.dashboard-overview-image img{width:240px}}.brochures-section{padding:5rem 2rem;background:var(--surface-subtle)}.brochures-section--compact{padding:3rem 2rem}.brochures-container{max-width:1200px;margin:0 auto}.brochures-grid{display:grid;gap:1.5rem;align-items:stretch}.brochures-grid--1{grid-template-columns:1fr;max-width:820px;margin:0 auto}.brochures-grid--2{grid-template-columns:repeat(2, minmax(0, 1fr));max-width:820px;margin:0 auto}.brochures-grid--3,.brochures-grid--4,.brochures-grid--5{grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))}.brochure-card{position:relative;display:flex;flex-direction:column;background:var(--surface-card);border-radius:12px;border:1px solid var(--border-subtle);overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.brochure-card:hover,.brochure-card:focus-visible{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--accent-green)}.brochure-card:hover .brochure-card-icon,.brochure-card:focus-visible .brochure-card-icon{opacity:1;transform:scale(1) translateY(0)}.brochure-card:hover .brochure-card-thumbnail img,.brochure-card:focus-visible .brochure-card-thumbnail img{transform:translateY(-3px)}.brochure-card:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.brochure-card-thumbnail{display:flex;justify-content:center;align-items:flex-start;padding:1.75rem 1.5rem .5rem}.brochure-card-thumbnail img{display:block;width:auto;max-width:75%;height:auto;max-height:260px;border-radius:4px;box-shadow:0 10px 24px rgba(0,0,0,.14),0 2px 6px rgba(0,0,0,.06);transition:transform .3s ease}.brochure-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1 1 auto;display:flex;flex-direction:column;gap:.45rem}.brochure-card-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary);line-height:1.3}.brochure-card-description{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.brochure-card-icon{position:absolute;top:.85rem;right:.85rem;width:38px;height:38px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0.85) translateY(-4px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 6px 14px rgba(0,0,0,.18)}.brochure-card-icon svg{width:18px;height:18px}.brochures-section--compact .brochure-card{flex-direction:row;align-items:center;gap:1.25rem;padding:1rem 1.25rem 1rem 1rem}.brochures-section--compact .brochure-card-thumbnail{flex-shrink:0;padding:0;width:auto}.brochures-section--compact .brochure-card-thumbnail img{max-width:none;width:72px;height:auto;max-height:102px;box-shadow:0 6px 16px rgba(0,0,0,.14),0 2px 4px rgba(0,0,0,.06)}.brochures-section--compact .brochure-card-body{padding:0;gap:.2rem}.brochures-section--compact .brochure-card-title{font-size:1rem}.brochures-section--compact .brochure-card-description{font-size:.88rem}.brochures-section--compact .brochure-card-icon{position:static;flex-shrink:0;opacity:1;transform:none;width:42px;height:42px}.brochures-section--compact .brochure-card:hover .brochure-card-thumbnail img{transform:none}@media(max-width: 900px){.brochures-section{padding:3.5rem 1rem}.brochures-section--compact{padding:2rem 1rem}.brochures-grid,.brochures-grid--2,.brochures-grid--3,.brochures-grid--4,.brochures-grid--5{grid-template-columns:1fr;max-width:420px;margin:0 auto}.brochure-card-icon{opacity:1;transform:none}.brochures-section--compact .brochure-card{flex-direction:row;gap:.9rem;padding:.75rem 1rem}.brochures-section--compact .brochure-card-thumbnail img{width:56px;max-height:80px}}.footer{background:#000;color:#fff;padding:4rem 2rem}.footer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:3rem}.footer-brand{max-width:300px}.footer-brand .footer-logo{height:64px;width:auto;margin-bottom:1rem;display:block}.footer-brand p{color:#d1d5db;font-size:.9rem;line-height:1.6}.footer-badges{max-width:1280px;margin:1.25rem auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem}.footer-formation{height:124px;width:auto}.footer-certs{display:flex;align-items:center;gap:2.5rem}.footer-cert{height:102px;width:auto}.footer-column .footer-heading{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:#d1d5db}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{max-width:1280px;margin:1.5rem auto 0;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#9ca3af;font-size:.85rem}.footer-bottom-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-legal{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.footer-legal a{color:#9ca3af;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-legal a:hover{color:#fff}.footer-social{display:flex;align-items:center;gap:.5rem}.footer-social span{color:#9ca3af;font-size:.85rem}.footer-social a{color:#6b7280;transition:color .2s;display:inline-flex}.footer-social a:hover{color:#fff}.footer-social svg{width:18px;height:18px}@media(max-width: 1024px){.footer-container{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media(max-width: 768px){.footer-container{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center}.footer-certs{gap:1.5rem}.footer-cert{height:72px}}.home-hero{margin-top:73px;min-height:600px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/products/secanda-suite/Secanda-Suite_global.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.home-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);pointer-events:none}.home-hero-content{max-width:900px;position:relative;z-index:1}.home-hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.home-hero .hero-subtitle{font-size:1.5rem;font-weight:600;opacity:0;max-width:700px;margin:0 auto 1.5rem;animation:slideUp .8s ease-out .2s forwards}.home-hero p{font-size:1.15rem;opacity:0;max-width:750px;margin:0 auto 1rem;animation:slideUp .8s ease-out .3s forwards}.home-hero .hero-tagline{font-size:1.1rem;font-weight:700;font-style:italic;opacity:0;margin:1.5rem auto 2rem;animation:slideUp .8s ease-out .4s forwards}.hero-buttons{opacity:0;animation:slideUp .8s ease-out .5s forwards;display:flex;gap:1rem;justify-content:center}.tagline{display:inline-block;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;margin-bottom:2rem;letter-spacing:.5px;opacity:0;animation:fadeIn 1s ease-out forwards}.stats-section{background:var(--surface-page);padding:2.25rem 2rem;position:relative}.stats-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:0}.stats-container .stat-item+.stat-item{border-left:1px solid var(--border-subtle)}@keyframes popIn{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.stat-item{text-align:center;transition:transform .3s ease}.stat-item:nth-child(1) .stat-number{animation-delay:.1s}.stat-item:nth-child(1) .stat-label{animation-delay:.3s}.stat-item:nth-child(2) .stat-number{animation-delay:.3s}.stat-item:nth-child(2) .stat-label{animation-delay:.5s}.stat-item:nth-child(3) .stat-number{animation-delay:.5s}.stat-item:nth-child(3) .stat-label{animation-delay:.7s}.stat-item:nth-child(4) .stat-number{animation-delay:.7s}.stat-item:nth-child(4) .stat-label{animation-delay:.9s}.stat-number{font-size:3rem;font-weight:800;color:var(--accent-green);line-height:1;margin-bottom:.5rem;transition:color .3s ease;display:inline-block;opacity:0;animation:popIn .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards}.stat-label{font-size:.95rem;color:var(--text-muted);font-weight:500;opacity:0;animation:fadeIn .6s ease-out forwards}.value-section{padding:5rem 2rem;background:var(--surface-subtle)}.value-container{max-width:1200px;margin:0 auto}.value-container .section-title p{max-width:900px}.value-container .value-extra-subtitle{font-weight:700;color:var(--accent-green);font-size:1.15rem;margin-top:.75rem}.value-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.value-card{background:var(--surface-card);border-radius:16px;padding:2.5rem;text-align:center;box-shadow:var(--shadow-card)}.value-card h3{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.value-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.value-icon{width:70px;height:70px;background:var(--gradient-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.value-icon svg{width:36px;height:36px;color:#fff;transition:transform .3s ease}.value-card:hover .value-icon{transform:scale(1.1) rotate(5deg)}.value-card:hover .value-icon svg{transform:scale(1.1)}.video-section{padding:5rem 2rem;background:var(--surface-subtle)}.video-section-container{max-width:1200px;margin:0 auto}.video-wrapper{position:relative;width:100%;aspect-ratio:16/9;margin-top:3rem;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 30px 70px rgba(0,0,0,.18),0 6px 16px rgba(0,0,0,.08)}.video-player{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.video-controls{position:absolute;right:1rem;bottom:1rem;z-index:2;display:inline-flex;gap:.5rem}.video-control-btn{width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.25);background:rgba(0,0,0,.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease,transform .2s ease}.video-control-btn:hover{background:rgba(0,0,0,.75);transform:scale(1.05)}.video-control-btn:focus-visible{outline:2px solid #2fc366;outline-offset:2px}.video-play-toggle .video-play-icon--play{display:none}.video-play-toggle.is-paused .video-play-icon--pause{display:none}.video-play-toggle.is-paused .video-play-icon--play{display:inline-block}.video-sound-toggle .video-sound-icon--unmuted{display:none}.video-sound-toggle.is-unmuted{background:rgba(19,167,80,.85);border-color:hsla(0,0%,100%,.4)}.video-sound-toggle.is-unmuted .video-sound-icon--muted{display:none}.video-sound-toggle.is-unmuted .video-sound-icon--unmuted{display:inline-block}@media(max-width: 900px){.video-section{padding:3rem 1.25rem}.video-wrapper{margin-top:2rem;border-radius:12px}.video-controls{right:.75rem;bottom:.75rem}.video-control-btn{width:40px;height:40px}}.solutions-section{padding:5rem 2rem;background:var(--surface-page)}.solutions-container{max-width:1200px;margin:0 auto}.solutions-container .section-title p{max-width:900px}.solutions-overview-link{display:inline-block;margin-top:1rem;color:var(--accent-secanda);font-weight:600;font-size:.95rem;text-decoration:none}.solutions-overview-link:hover{text-decoration:underline}.solutions-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.solution-card{background:var(--surface-subtle);border-radius:16px;padding:2rem 1.5rem;text-align:center;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.solution-card:hover{background:var(--surface-card-hover);border-color:var(--secanda-magenta);transform:translateY(-5px);box-shadow:0 15px 40px rgba(167,22,128,.18)}.solution-card:hover .solution-card-icon{background:var(--gradient-secanda)}.solution-card:hover .solution-card-icon svg{color:#fff}.solution-card:hover .solution-card-icon img{filter:brightness(0) invert(1)}.solution-card h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.solution-card .solution-card-subtitle{font-size:.8rem;font-weight:600;color:var(--accent-secanda);margin-bottom:.5rem}.solution-card p{font-size:.85rem;color:var(--text-muted)}.solution-card-icon{width:60px;height:60px;background:var(--surface-card);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.solution-card-icon svg{width:28px;height:28px;color:var(--accent-secanda);transition:all .3s ease}.solution-card-icon img{width:36px;height:36px;object-fit:contain;transition:all .3s ease}.solution-card:hover .solution-card-icon{transform:translateY(-10px) scale(1.1);box-shadow:0 10px 25px rgba(167,22,128,.3)}.solution-card:hover .solution-card-icon svg{transform:scale(1.1)}.solution-card:hover .solution-card-icon img{transform:scale(1.1)}.solutions-app{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:var(--surface-subtle);border-radius:16px;padding:2rem 3rem;margin-top:3rem}.solutions-app-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.solutions-app-header h3{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.solutions-app-icon{width:48px;height:48px;object-fit:cover;border-radius:50%;flex-shrink:0}.solutions-app-desc{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.solutions-app-features{list-style:none;padding:0;margin:0 0 1.5rem}.solutions-app-features li{font-size:.9rem;color:var(--text-muted);padding:.3rem 0;padding-left:1.5rem;position:relative}.solutions-app-features li::before{content:"•";position:absolute;left:.5rem;color:var(--accent-secanda);font-weight:bold}.solutions-app-link{font-size:.95rem;font-weight:600;color:var(--accent-secanda);text-decoration:none;transition:color .2s}.solutions-app-link:hover{text-decoration:underline}.solutions-app-image img{width:100%;max-height:320px;object-fit:contain;border-radius:12px}.industries-section{padding:5rem 2rem;background:var(--surface-subtle)}.industries-container{max-width:1200px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1.5rem;margin-top:3rem}.industry-card{position:relative;border-radius:16px;overflow:hidden;height:280px;text-decoration:none;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .4s ease,box-shadow .4s ease}.industry-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.industry-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.1)}.industry-card:hover img{transform:scale(1.15)}.industry-card:hover .industry-overlay{background:linear-gradient(to top, rgba(19, 167, 80, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);padding-bottom:2rem}.industry-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;transition:transform .3s ease}.industry-card p{font-size:.9rem;opacity:.85;transition:opacity .3s ease,transform .3s ease}.industry-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:all .4s ease}.diff-section{padding:4rem 2rem;background:linear-gradient(135deg, var(--primary-green) 0%, var(--primary-dark) 100%);color:#fff}.diff-container{max-width:1100px;margin:0 auto}.diff-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.diff-content{max-width:820px;margin-bottom:3rem}.diff-content p{font-size:1.1rem;opacity:.9;margin-bottom:1rem;line-height:1.7}.diff-content p:last-child{margin-bottom:0}.diff-visual{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.diff-item{background:hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease;border:1px solid rgba(0,0,0,0)}.diff-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.diff-item p{font-size:.9rem;opacity:.8;margin:0}.diff-item-icon{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.diff-item-icon svg{width:24px;height:24px}.trust-section{padding:4rem 0;background:var(--surface-page);overflow:hidden}.trust-section .section-title{padding:0 2rem}.trust-container{max-width:100%;margin:0 auto;text-align:center}.trust-container .view-all-clients{margin-top:2rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.trust-logos img{height:50px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.trust-logos img:hover{filter:grayscale(0%);opacity:1}.trust-logos a{display:flex;align-items:center;justify-content:center}.trust-section .logo-ticker{overflow:hidden;padding:1rem 0;margin:.5rem 0;position:relative}.trust-section .logo-ticker::before,.trust-section .logo-ticker::after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.trust-section .logo-ticker::before{left:0;background:linear-gradient(to right, var(--surface-page), transparent)}.trust-section .logo-ticker::after{right:0;background:linear-gradient(to left, var(--surface-page), transparent)}.trust-section .logo-ticker .ticker-track{display:flex;animation:ticker 30s linear infinite;width:max-content}.trust-section .logo-ticker.reverse .ticker-track{animation:ticker-reverse 30s linear infinite}.trust-section .logo-ticker:hover .ticker-track,.trust-section .logo-ticker.reverse:hover .ticker-track{animation-play-state:paused}.trust-section .logo-ticker .ticker-item{flex-shrink:0;padding:0 2rem;display:flex;align-items:center}.trust-section .logo-ticker .ticker-item img{height:60px;width:auto;max-width:180px;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s}.trust-section .logo-ticker .ticker-item img:hover{filter:grayscale(0%);opacity:1}.trust-section .logo-ticker .ticker-item.inverted-logo img{filter:invert(1) grayscale(100%)}.trust-section .logo-ticker .ticker-item.inverted-logo img:hover{filter:invert(1) grayscale(0%)}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes ticker-reverse{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}.view-all-clients{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;color:var(--accent-green);font-weight:600;text-decoration:none;transition:all .3s ease}.view-all-clients:hover{gap:.75rem}.view-all-clients:hover svg{transform:translateX(4px)}.view-all-clients svg{width:20px;height:20px;transition:transform .3s ease}.additional-solutions-section{padding:5rem 2rem;background:var(--surface-subtle)}.additional-solutions-container{max-width:1200px;margin:0 auto}.additional-solutions-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.additional-solution-card{display:flex;flex-direction:column;background:var(--surface-card);border-radius:12px;padding:2rem;text-decoration:none;color:var(--text-primary);border:1px solid var(--border-subtle);transition:all .3s ease}.additional-solution-card:hover{box-shadow:var(--shadow-card);border-color:#13a750;transform:translateY(-2px)}.additional-solution-card .additional-solution-logo{height:110px;display:flex;align-items:center;margin-bottom:1.25rem}.additional-solution-card .additional-solution-logo img{max-height:100%;max-width:220px;object-fit:contain}.additional-solution-card .additional-solution-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary)}.additional-solution-card .additional-solution-tagline{display:block;font-size:.85rem;font-weight:600;color:var(--accent-green);margin-bottom:.75rem}.additional-solution-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.additional-solution-card .additional-solution-link{font-size:.9rem;font-weight:600;color:var(--accent-green);transition:gap .3s ease}.additional-solution-card:hover .additional-solution-link{text-decoration:underline}@media(max-width: 1024px){.stats-container{grid-template-columns:repeat(2, 1fr)}.stats-container .stat-item+.stat-item{border-left:none}.stats-container .stat-item:nth-child(2n){border-left:1px solid var(--border-subtle)}.stats-container .stat-item:nth-child(n+3){border-top:1px solid var(--border-subtle);padding-top:2rem}.solutions-grid{grid-template-columns:repeat(2, 1fr)}.solutions-app{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2, 1fr)}.diff-visual{grid-template-columns:1fr}.additional-solutions-grid{grid-template-columns:1fr}}@media(max-width: 768px){.home-hero h1{font-size:2.25rem}.home-hero p{font-size:1.1rem}.stats-container{grid-template-columns:1fr 1fr;padding:2rem}.stat-number{font-size:2rem}.value-grid{grid-template-columns:1fr}.solutions-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:1fr}.additional-solution-card{align-items:center;text-align:center}.additional-solution-card .additional-solution-logo{justify-content:center}}.ecosystem-section{padding:5rem 2rem;background:var(--surface-page)}.ecosystem-container{max-width:1280px;margin:0 auto}.ecosystem-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1.25rem;margin-top:3rem}.ecosystem-card{background:var(--surface-card);border-radius:12px;border:2px solid rgba(0,0,0,0);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s ease}.ecosystem-card:hover{border-color:var(--accent-green);transform:translateY(-4px);box-shadow:0 15px 40px rgba(19,167,80,.18)}.ecosystem-card:hover .ecosystem-card-image img{transform:scale(1.05)}.ecosystem-card:hover .ecosystem-card-link{color:var(--primary-light)}.ecosystem-card-image{aspect-ratio:16/10;overflow:hidden;background:var(--surface-card)}.ecosystem-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ecosystem-card-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;flex:1;background:var(--surface-subtle)}.ecosystem-card-body h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.ecosystem-card-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.4;margin:0;flex:1}.ecosystem-card-body .ecosystem-card-link{font-size:.85rem;font-weight:600;color:var(--accent-green);margin-top:.5rem;transition:color .2s}@media(max-width: 900px){.ecosystem-section{padding:3rem 1.25rem}.ecosystem-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.ecosystem-grid{grid-template-columns:1fr}}[data-theme=dark] .trust-section .logo-ticker .ticker-track{background-color:var(--surface-page)}[data-theme=dark] .trust-logos img{filter:grayscale(100%) invert(1) brightness(1.35);mix-blend-mode:screen}[data-theme=dark] .trust-logos img:hover{filter:grayscale(0%) invert(1) brightness(1.35)}[data-theme=dark] .trust-section .logo-ticker .ticker-item img{filter:grayscale(100%) invert(1) brightness(1.35);mix-blend-mode:screen}[data-theme=dark] .trust-section .logo-ticker .ticker-item img:hover{filter:grayscale(0%) invert(1) brightness(1.35)}[data-theme=dark] .trust-section .logo-ticker .ticker-item.inverted-logo img{filter:grayscale(100%) brightness(1.35);mix-blend-mode:lighten}[data-theme=dark] .trust-section .logo-ticker .ticker-item.inverted-logo img:hover{filter:grayscale(0%) brightness(1.35)}[data-theme=dark] .solution-card-icon img{filter:brightness(1.45) saturate(0.9)}.about-hero{margin-top:73px;min-height:460px;background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/images/backgrounds/Polyright2.webp") center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:5rem 2rem}.about-hero-content{max-width:880px}.about-hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.about-hero p{font-size:1.2rem;opacity:0;max-width:720px;margin:0 auto;line-height:1.7;animation:slideUp .8s ease-out .2s forwards}.story-section{padding:5rem 2rem;background:var(--surface-page)}.story-container{max-width:820px;margin:0 auto;text-align:center}.story-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-green);margin-bottom:1.25rem}.story-section h2{font-size:2.4rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:1.75rem}.story-section p{font-size:1.05rem;color:var(--text-secondary);line-height:1.85;margin-bottom:1.25rem;text-align:left}.purpose-section{padding:5rem 2rem;background:var(--surface-subtle)}.purpose-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.purpose-card{background:var(--surface-card);border-radius:16px;padding:2.75rem 2.25rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.purpose-card-icon{width:56px;height:56px;border-radius:12px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.purpose-card-icon svg{width:28px;height:28px;color:#fff}.purpose-card-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-green);margin-bottom:.5rem}.purpose-card h3{font-size:1.6rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.25}.purpose-card h3::after{content:"";display:block;width:40px;height:2px;margin-top:.85rem;background:var(--primary-green)}.purpose-card p{font-size:1rem;color:var(--text-secondary);line-height:1.75}.approach-section{padding:5rem 2rem;background:var(--surface-page)}.approach-container{max-width:1000px;margin:0 auto}.approach-header{text-align:center;margin-bottom:2.5rem}.approach-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.2}.approach-header p{font-size:1.1rem;color:var(--text-muted);max-width:620px;margin:0 auto}.approach-figure{margin:0 0 3rem;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);aspect-ratio:16/9}.approach-figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.approach-figure:hover img{transform:scale(1.02)}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.approach-block{border-left:3px solid #13a750;padding:.5rem 0 .5rem 1.5rem}.approach-block h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.approach-block p{font-size:1rem;color:var(--text-secondary);line-height:1.75;margin:0}.approach-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--accent-green);font-weight:600;font-size:.95rem;text-decoration:none;transition:gap .2s ease}.approach-link svg{width:16px;height:16px;transition:transform .2s ease}.approach-link:hover{gap:.6rem}.approach-link:hover svg{transform:translateX(2px)}.offices-presence-section{padding:5rem 2rem;background:var(--surface-subtle)}.offices-presence-container{max-width:1200px;margin:0 auto}.offices-presence-header{text-align:center;margin-bottom:3rem}.offices-presence-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.2}.offices-presence-header p{font-size:1.1rem;color:var(--text-muted);max-width:640px;margin:0 auto}.offices-presence-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto 4.5rem}.presence-office-card{background:var(--surface-card);border-radius:16px;padding:2rem 2rem 1.75rem;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);display:flex;gap:1.25rem;align-items:flex-start;transition:transform .25s ease,box-shadow .25s ease}.presence-office-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.presence-office-card--primary h3::after{content:"";display:block;width:32px;height:2px;margin-top:.5rem;background:var(--primary-green)}.presence-office-flag{font-size:2rem;line-height:1;flex-shrink:0}.presence-office-body{flex:1;min-width:0}.presence-office-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-green);background:rgba(19,167,80,.08);padding:.25rem .6rem;border-radius:50px;margin-bottom:.65rem}.presence-office-card h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem;line-height:1.2}.presence-office-name{font-size:.92rem;font-weight:600;color:var(--text-tertiary);margin-bottom:.5rem}.presence-office-address{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.presence-office-note{font-size:.88rem;color:var(--text-muted);font-style:italic;line-height:1.5;margin:0}.presence-group-header{text-align:center;margin-bottom:2.5rem}.presence-group-header .presence-group-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-green);margin-bottom:.6rem}.presence-group-header h3{font-size:1.65rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.25}.presence-group-header p{font-size:1rem;color:var(--text-muted);max-width:580px;margin:0 auto}.presence-group-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.presence-group-card{background:var(--surface-card);border-radius:16px;padding:1.75rem 1.5rem;border:1px solid var(--border-subtle);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:.75rem;position:relative}.presence-group-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:rgba(19,167,80,.35)}.presence-group-card--accent{border-color:rgba(19,167,80,.4)}.presence-group-card h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.25}.presence-group-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.presence-group-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.presence-group-flag{font-size:1.65rem;line-height:1}.presence-group-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);text-align:right}.presence-group-card--accent .presence-group-tag{color:var(--accent-green)}.presence-group-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;font-size:.82rem;font-weight:600;color:var(--accent-green);text-decoration:none}.presence-group-link svg{width:15px;height:15px}.presence-group-link:hover{text-decoration:underline}.presence-group-link::after{content:"";position:absolute;inset:0}@media(max-width: 1024px){.purpose-container{grid-template-columns:1fr}.approach-grid{grid-template-columns:1fr;gap:2rem}.presence-group-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.about-hero h1{font-size:2.2rem}.about-hero p{font-size:1.05rem}.approach-figure{margin-bottom:2rem;border-radius:16px}.story-section h2,.approach-header h2,.offices-presence-header h2{font-size:1.85rem}.story-section p{font-size:1rem}.offices-presence-grid{grid-template-columns:1fr}.presence-office-card{padding:1.5rem 1.5rem}.presence-group-grid{grid-template-columns:1fr}.purpose-card{padding:2rem 1.75rem}.presence-map{padding:.5rem}}.contact-hero{margin-top:73px;min-height:350px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.contact-hero-content{max-width:1000px}.contact-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.contact-hero p{font-size:1.2rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:900px;margin:0 auto 1rem;line-height:1.7}.contact-hero p:last-child{margin-bottom:0}.contact-main{padding:5rem 2rem;background:var(--surface-page)}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-section h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.contact-form-section>p{color:var(--text-muted);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-tertiary);margin-bottom:.5rem}.form-group label .required{color:var(--accent-green)}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--border-subtle);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--surface-card);color:var(--text-primary)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#13a750;box-shadow:0 0 0 4px rgba(19,167,80,.1)}.form-group textarea{min-height:150px;resize:vertical}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:2.5rem}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem}.form-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:#13a750;cursor:pointer}.form-checkbox label{font-size:.9rem;color:var(--text-secondary);line-height:1.5;cursor:pointer}.form-checkbox label a{color:var(--accent-green);text-decoration:none}.form-checkbox label a:hover{text-decoration:underline}.submit-btn{background:var(--gradient-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(19,167,80,.3)}.contact-info-section{padding-left:2rem}.contact-info-section h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.contact-info-section>p{color:var(--text-muted);margin-bottom:2rem}.contact-cards{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:var(--surface-subtle);border-radius:16px;padding:1.75rem;display:flex;gap:1.25rem}.contact-card-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-icon svg{width:24px;height:24px;color:#fff}.contact-card-content h3,.contact-card-content h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.contact-card-content p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.contact-card-content a{color:var(--accent-green);text-decoration:none;font-weight:500}.contact-card-content a:hover{text-decoration:underline}.offices-section{padding:5rem 2rem;background:var(--surface-subtle)}.offices-container{max-width:1200px;margin:0 auto}.offices-header{text-align:center;margin-bottom:3rem}.offices-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.offices-header p{font-size:1.1rem;color:var(--text-muted)}.offices-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.offices-grid .office-card{flex:0 1 calc(33.333% - 1.34rem);min-width:260px}.office-card{background:var(--surface-card);border-radius:16px;padding:2rem;text-align:center;border:2px solid rgba(0,0,0,0);position:relative;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.office-card:has(.office-website):hover{border-color:rgba(19,167,80,.35);transform:translateY(-3px);box-shadow:var(--shadow-card)}.office-card h3,.office-card h4{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.office-card .company-name{font-size:.95rem;color:var(--accent-green);font-weight:600;margin-bottom:1rem}.office-card .address{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.office-flag{font-size:3rem;margin-bottom:1rem}.office-contact{display:flex;flex-direction:column;gap:.5rem}.office-contact a{font-size:.9rem;color:var(--text-secondary);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:color .3s ease}.office-contact a:hover{color:var(--accent-green)}.office-contact a svg{width:16px;height:16px}.office-website::after{content:"";position:absolute;inset:0;z-index:1}.office-contact a:not(.office-website){position:relative;z-index:2}.faq-section{padding:5rem 2rem;background:var(--surface-page)}.faq-container{max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.faq-header p{font-size:1.1rem;color:var(--text-muted)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--surface-subtle);border-radius:12px;overflow:hidden}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-item.active .faq-answer{max-height:200px}.faq-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:1.05rem;font-weight:600;color:var(--text-primary);font-family:inherit;transition:background .3s ease}.faq-question:hover{background:rgba(19,167,80,.05)}.faq-question svg{width:20px;height:20px;color:var(--accent-green);transition:transform .3s ease;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 1.5rem 1.25rem;color:var(--text-secondary);line-height:1.7}@media(max-width: 1024px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info-section{padding-left:0}.offices-grid .office-card{flex:0 1 calc(50% - 1rem)}}@media(max-width: 768px){.contact-hero h1{font-size:2.25rem}.contact-hero p{font-size:1.05rem}.form-row{grid-template-columns:1fr}.offices-grid .office-card{flex:0 1 100%}}.clients-hero{margin-top:73px;padding:5rem 2rem;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%);text-align:center;color:#fff}.clients-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;opacity:0;animation:slideUp .8s ease-out forwards}.clients-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.clients-stats{background:var(--surface-page);padding:3rem 2rem;box-shadow:var(--shadow-card)}.stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:2.5rem;font-weight:800;color:var(--accent-green);margin-bottom:.25rem}.stat-label{color:var(--text-muted);font-weight:500}.filter-section{padding:2rem;background:var(--surface-subtle);border-bottom:1px solid var(--border-subtle)}.filter-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.filter-btn{padding:.75rem 1.5rem;background:var(--surface-card);border:2px solid var(--border-subtle);border-radius:50px;font-size:.95rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.filter-btn:hover{border-color:#13a750;color:var(--accent-green)}.filter-btn.active{background:var(--btn-green);border-color:var(--btn-green);color:#fff}.filter-btn.active .count{background:hsla(0,0%,100%,.2)}.filter-btn .count{background:rgba(0,0,0,.1);padding:.2rem .5rem;border-radius:20px;font-size:.8rem}.clients-section{padding:4rem 2rem;background:var(--surface-page)}.clients-container{max-width:1400px;margin:0 auto}.category-section{margin-bottom:4rem}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid var(--border-subtle);position:sticky;top:73px;z-index:50;background:var(--surface-page)}.category-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center}.category-icon svg{width:26px;height:26px;color:#fff}.category-title{flex:1}.category-title h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.category-title span{color:var(--text-muted);font-size:.9rem}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:1rem}.client-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center;min-height:90px;transition:all .3s ease;text-decoration:none}.client-card:hover{border-color:#13a750;box-shadow:0 8px 30px rgba(19,167,80,.12);transform:translateY(-4px)}.client-card:hover img{filter:grayscale(0%)}.client-card img{max-width:100%;max-height:80px;object-fit:contain;filter:grayscale(20%);transition:filter .3s ease}.client-card.inverted-logo img{filter:invert(1) grayscale(20%)}.client-card.inverted-logo:hover img{filter:invert(1) grayscale(0%)}@media(max-width: 768px){.clients-hero h1{font-size:2rem}.stats-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}.stat-number{font-size:2rem}.filter-section{padding:1rem}.filter-btn{padding:.6rem 1rem;font-size:.85rem}.clients-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}.client-card{padding:1rem;min-height:80px}.client-card img{max-height:45px}.category-header{flex-direction:column;align-items:flex-start;gap:.5rem}}[data-theme=dark] .client-card img{filter:grayscale(100%) invert(1) brightness(1.35);mix-blend-mode:screen}[data-theme=dark] .client-card:hover img{filter:grayscale(0%) invert(1) brightness(1.35)}[data-theme=dark] .client-card.inverted-logo img{filter:grayscale(100%) brightness(1.35);mix-blend-mode:lighten}[data-theme=dark] .client-card.inverted-logo:hover img{filter:grayscale(0%) brightness(1.35)}.secanda-pay-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/payment-terminal/payment-terminal-pay.webp") center center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.secanda-pay-page .page-hero-content{max-width:800px}.secanda-pay-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-pay-page .page-hero p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:650px;margin:0 auto;line-height:1.7}.secanda-pay-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.secanda-pay-page .payment-methods-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-pay-page .payment-methods-container{max-width:1100px;margin:0 auto}.secanda-pay-page .payment-methods-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.secanda-pay-page .payment-method-card{background:var(--surface-subtle);border-radius:16px;padding:2.5rem;text-align:center}.secanda-pay-page .payment-method-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-pay-page .payment-method-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.secanda-pay-page .payment-method-icon{width:70px;height:70px;background:var(--gradient-secanda);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.secanda-pay-page .payment-method-icon svg{width:32px;height:32px;color:#fff}.secanda-pay-page .qr-showcase-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-pay-page .qr-showcase-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-pay-page .qr-showcase-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .qr-showcase-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-pay-page .qr-static-highlight{background:var(--surface-card);border-radius:12px;padding:1.5rem}.secanda-pay-page .qr-static-highlight h3,.secanda-pay-page .qr-static-highlight h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-pay-page .qr-static-highlight h3::after,.secanda-pay-page .qr-static-highlight h4::after{content:"";display:block;width:32px;height:2px;margin-top:.5rem;background:var(--accent-secanda)}.secanda-pay-page .qr-static-highlight p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.secanda-pay-page .qr-use-cases{font-style:italic;color:var(--text-muted) !important;font-size:.9rem !important}.secanda-pay-page .qr-showcase-visual{text-align:center}.secanda-pay-page .qr-showcase-visual img{max-width:300px;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15))}.secanda-pay-page .models-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-pay-page .models-container{max-width:1100px;margin:0 auto}.secanda-pay-page .credentials-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-top:2.5rem}.secanda-pay-page .credential-card{background:var(--surface-subtle);border-radius:16px;padding:2rem;text-align:center}.secanda-pay-page .credential-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-pay-page .credential-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.secanda-pay-page .credential-icon{width:56px;height:56px;background:var(--gradient-secanda);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.secanda-pay-page .credential-icon svg{width:26px;height:26px;color:#fff}.secanda-pay-page .models-divider{text-align:center;color:var(--text-muted);font-size:.95rem;margin-top:2.5rem;margin-bottom:0;font-weight:500}.secanda-pay-page .models-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:1.5rem}.secanda-pay-page .model-card{background:var(--surface-subtle);border-radius:16px;padding:2rem;position:relative}.secanda-pay-page .model-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.secanda-pay-page .model-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.secanda-pay-page .model-number{width:36px;height:36px;background:var(--secanda-magenta);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;margin-bottom:1rem}.secanda-pay-page .parental-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-pay-page .parental-container{max-width:800px;margin:0 auto}.secanda-pay-page .parental-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .parental-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-pay-page .parental-content ul{list-style:none}.secanda-pay-page .parental-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.95rem}.secanda-pay-page .parental-content ul li::before{content:"✓";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.secanda-pay-page .parental-tagline{font-weight:700;color:var(--text-primary) !important;font-size:1.1rem !important;margin-top:.5rem}.secanda-pay-page .wallet-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-pay-page .wallet-container{max-width:1100px;margin:0 auto}.secanda-pay-page .wallet-content{text-align:center;max-width:800px;margin:0 auto 3rem}.secanda-pay-page .wallet-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .wallet-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.secanda-pay-page .wallet-highlight{font-weight:600;color:var(--accent-secanda) !important}.secanda-pay-page .wallet-uses{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.secanda-pay-page .wallet-use-card{background:var(--surface-card);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.secanda-pay-page .wallet-use-card.wallet-use-card--link{cursor:pointer}.secanda-pay-page .wallet-use-card.wallet-use-card--link:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.secanda-pay-page .wallet-use-image{aspect-ratio:16/9;background:var(--surface-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden}.secanda-pay-page .wallet-use-image img{width:100%;height:100%;object-fit:cover}.secanda-pay-page .wallet-use-body{padding:1.25rem;flex:1}.secanda-pay-page .wallet-use-body h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-pay-page .wallet-use-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0}.secanda-pay-page .wallet-uses-more{margin:1.75rem auto 0;max-width:720px;text-align:center;font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.secanda-pay-page .wallet-uses-more a{color:var(--accent-secanda);font-weight:600;text-decoration:none;white-space:nowrap}.secanda-pay-page .wallet-uses-more a:hover{text-decoration:underline}.secanda-pay-page .mealplan-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-pay-page .mealplan-container{max-width:1100px;margin:0 auto}.secanda-pay-page .mealplan-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.secanda-pay-page .mealplan-features h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .mealplan-features>p{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.secanda-pay-page .mealplan-features ul{list-style:none}.secanda-pay-page .mealplan-features ul li{padding:.6rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.95rem}.secanda-pay-page .mealplan-features ul li::before{content:"✓";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.secanda-pay-page .mealplan-examples{display:flex;flex-direction:column;gap:1rem}.secanda-pay-page .voucher-card{background:var(--surface-subtle);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06)}.secanda-pay-page .voucher-card h3,.secanda-pay-page .voucher-card h4{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.35rem}.secanda-pay-page .voucher-card h3::after,.secanda-pay-page .voucher-card h4::after{content:"";display:block;width:32px;height:2px;margin-top:.5rem;background:var(--accent-secanda)}.secanda-pay-page .voucher-card p{font-size:.85rem;color:var(--text-muted)}.secanda-pay-page .mealplan-gt7{background:var(--surface-subtle);border-radius:12px;padding:2rem;display:flex;align-items:center;gap:2rem;margin-top:3rem}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content{flex:1}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content h3,.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content h3::after,.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content h4::after{content:"";display:block;width:32px;height:2px;margin-top:.5rem;background:var(--accent-secanda)}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content ul{list-style:none}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content ul li{font-size:.95rem;color:var(--text-secondary);line-height:1.7;padding:.15rem 0;padding-left:1.75rem;position:relative}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-content ul li::before{content:"✓";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-image{width:120px;flex-shrink:0}@media(max-width: 768px){.secanda-pay-page .mealplan-gt7{flex-direction:column;align-items:flex-start}.secanda-pay-page .mealplan-gt7 .mealplan-gt7-image{width:100px}}.secanda-pay-page .dashboard-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-pay-page .integrations-banner{background:var(--surface-page)}.secanda-pay-page .finance-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-pay-page .finance-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.secanda-pay-page .finance-container{align-items:center}.secanda-pay-page .finance-receipts h2,.secanda-pay-page .finance-dashboard h2{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .finance-receipts p,.secanda-pay-page .finance-dashboard p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.secanda-pay-page .section-link{display:inline-block;margin-top:1.25rem;color:var(--accent-secanda);font-weight:600;text-decoration:none;font-size:.95rem}.secanda-pay-page .section-link:hover{text-decoration:underline}.secanda-pay-page .finance-visual{display:flex;align-items:flex-start;gap:1rem;justify-content:center}.secanda-pay-page .finance-visual img{width:100%;max-width:200px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.secanda-pay-page .finance-metrics{list-style:none;margin-top:1rem}.secanda-pay-page .finance-metrics li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem}.secanda-pay-page .finance-metrics li::before{content:"→";position:absolute;left:0;color:var(--accent-secanda);font-weight:700}.secanda-pay-page .finance-note{margin-top:.75rem;font-weight:600;color:var(--text-muted) !important;font-size:.9rem !important}.secanda-pay-page .accounts-section{padding:3.5rem 2rem;background:var(--surface-subtle)}.secanda-pay-page .accounts-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.secanda-pay-page .accounts-col h2{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-pay-page .accounts-col p{color:var(--text-secondary);font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.secanda-pay-page .accounts-col ul{list-style:none;margin-top:1rem}.secanda-pay-page .accounts-col ul li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem}.secanda-pay-page .accounts-col ul li::before{content:"→";position:absolute;left:0;color:var(--accent-secanda);font-weight:700}.secanda-pay-page .accounts-col-img{display:block;width:100%;max-width:360px;margin-top:1.5rem;border-radius:6px}@media(max-width: 1024px){.secanda-pay-page .qr-showcase-container,.secanda-pay-page .finance-container,.secanda-pay-page .accounts-container{grid-template-columns:1fr}.secanda-pay-page .payment-methods-grid,.secanda-pay-page .models-grid{grid-template-columns:repeat(2, 1fr)}.secanda-pay-page .mealplan-content{grid-template-columns:1fr}}@media(max-width: 768px){.secanda-pay-page .page-hero h1{font-size:2.25rem}.secanda-pay-page .payment-methods-grid,.secanda-pay-page .models-grid{grid-template-columns:1fr}.secanda-pay-page .wallet-uses{grid-template-columns:1fr}.secanda-pay-page .finance-section{padding:3rem 1.25rem}.secanda-pay-page .finance-visual{gap:.75rem}.secanda-pay-page .finance-visual img{flex:1;min-width:0;max-width:none}}.secanda-app-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/secanda-app/Secanda-app-banner.jpg") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.secanda-app-page .page-hero-content{max-width:800px}.secanda-app-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-app-page .page-hero p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:650px;margin:0 auto 2rem;line-height:1.7}.secanda-app-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.secanda-app-page .app-stores{display:flex;gap:1rem;justify-content:center}.secanda-app-page .app-store-btn{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);padding:.75rem 1.5rem;border-radius:10px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;min-width:200px}.secanda-app-page .app-store-btn:hover{background:hsla(0,0%,100%,.25)}.secanda-app-page .app-store-btn svg{width:24px;height:24px}.secanda-app-page .app-store-btn span{font-weight:600}.secanda-app-page .features-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-app-page .features-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.secanda-app-page .features-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}.secanda-app-page .feature-item{display:flex;gap:.75rem;align-items:flex-start}.secanda-app-page .feature-item>svg{width:20px;height:20px;color:var(--accent-secanda);flex-shrink:0;margin-top:2px}.secanda-app-page .feature-item h3,.secanda-app-page .feature-item h4{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.2rem}.secanda-app-page .feature-item p{font-size:.82rem;color:var(--text-muted);line-height:1.4}.secanda-app-page .features-visual{text-align:center}.secanda-app-page .features-visual img{max-width:100%;height:auto}.secanda-app-page .features-visual .wcag-badge{display:inline-block;background:var(--surface-subtle);color:var(--text-muted);padding:.4rem .9rem;border-radius:6px;font-size:.8rem;font-weight:600;margin-top:1rem}.secanda-app-page .digitalid-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-app-page .digitalid-container{max-width:1100px;margin:0 auto}.secanda-app-page .digitalid-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.secanda-app-page .digitalid-text h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-app-page .digitalid-text>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.secanda-app-page .digitalid-highlight{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.secanda-app-page .digitalid-highlight span{font-size:1.1rem;font-weight:800;color:var(--text-primary)}.secanda-app-page .digitalid-highlight .separator{color:var(--accent-secanda);font-size:1.4rem}.secanda-app-page .digitalid-sync{font-size:.95rem !important;color:var(--text-muted) !important;margin-bottom:.75rem !important}.secanda-app-page .digitalid-channels{display:flex;flex-wrap:wrap;gap:.5rem}.secanda-app-page .digitalid-channels span{background:var(--surface-card);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--text-tertiary)}.secanda-app-page .digitalid-visual{text-align:center}.secanda-app-page .digitalid-visual img{max-width:280px;height:auto}.secanda-app-page .sso-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-app-page .sso-container{max-width:1100px;margin:0 auto}.secanda-app-page .sso-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2.5rem}.secanda-app-page .sso-card{background:var(--surface-subtle);border-radius:16px;padding:2rem;text-align:center}.secanda-app-page .sso-card svg{width:32px;height:32px;color:var(--accent-secanda);margin-bottom:1rem}.secanda-app-page .sso-card h3,.secanda-app-page .sso-card h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-app-page .sso-card p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.secanda-app-page .sso-link{text-align:center;margin-top:2rem}.secanda-app-page .payments-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-app-page .payments-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}.secanda-app-page .payments-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-app-page .payments-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.secanda-app-page .payments-content h3,.secanda-app-page .payments-content h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.secanda-app-page .payments-features{list-style:none}.secanda-app-page .payments-features li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem}.secanda-app-page .payments-features li::before{content:"·";position:absolute;left:0;color:var(--accent-secanda);font-weight:700;font-size:1.4rem;line-height:1}.secanda-app-page .payments-note{margin-top:1rem;font-weight:600;color:var(--text-muted) !important;font-size:.9rem !important}.secanda-app-page .payments-visual{display:flex;align-items:flex-start;gap:1rem;justify-content:center}.secanda-app-page .payments-visual img{width:100%;max-width:200px}.secanda-app-page .section-link{display:inline-block;margin-top:1.25rem;color:var(--accent-secanda);font-weight:600;text-decoration:none;font-size:.95rem}.secanda-app-page .section-link:hover{text-decoration:underline}.secanda-app-page .app-features-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-app-page .app-features-container{max-width:1100px;margin:0 auto}.secanda-app-page .app-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.secanda-app-page .app-feature-card{background:var(--surface-card);border-radius:16px;padding:2.5rem}.secanda-app-page .app-feature-card h3{font-size:1.35rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.secanda-app-page .app-feature-card h3::after{content:"";display:block;width:36px;height:2px;margin-top:.6rem;background:var(--accent-secanda)}.secanda-app-page .app-feature-card>p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.secanda-app-page .app-feature-icon{width:48px;height:48px;background:color-mix(in srgb, var(--secanda-magenta) 10%, transparent);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.secanda-app-page .app-feature-icon svg{width:24px;height:24px;color:var(--accent-secanda)}.secanda-app-page .branding-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-app-page .branding-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-app-page .branding-visual{text-align:center}.secanda-app-page .branding-visual img{max-width:100%;height:auto}.secanda-app-page .branding-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-app-page .branding-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-app-page .branding-features{list-style:none;margin-bottom:1.5rem}.secanda-app-page .branding-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-tertiary);font-weight:500}.secanda-app-page .branding-features svg{width:18px;height:18px;color:var(--accent-secanda);flex-shrink:0}.secanda-app-page .branding-note{font-size:.9rem;color:var(--text-muted);font-weight:500}.secanda-app-page .whitelabel-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-app-page .whitelabel-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-app-page .whitelabel-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-app-page .whitelabel-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-app-page .whitelabel-features{list-style:none}.secanda-app-page .whitelabel-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-tertiary);font-weight:500}.secanda-app-page .whitelabel-features svg{width:18px;height:18px;color:var(--accent-secanda);flex-shrink:0}.secanda-app-page .whitelabel-tagline{margin-top:1.5rem;font-size:1.05rem}.secanda-app-page .whitelabel-visual{text-align:center}.secanda-app-page .whitelabel-visual img{max-width:100%;border-radius:16px}.secanda-app-page .security-section{padding:4rem 2rem;background:var(--surface-subtle);text-align:center}.secanda-app-page .security-container{max-width:900px;margin:0 auto}.secanda-app-page .security-container h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:2rem}.secanda-app-page .security-grid{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.secanda-app-page .security-grid span{background:var(--surface-card);padding:.6rem 1.1rem;border-radius:50px;font-size:.9rem;font-weight:600;color:var(--text-tertiary)}@media(max-width: 1024px){.secanda-app-page .features-container,.secanda-app-page .digitalid-content,.secanda-app-page .payments-container,.secanda-app-page .branding-container,.secanda-app-page .whitelabel-container{grid-template-columns:1fr}.secanda-app-page .app-features-grid{grid-template-columns:1fr}.secanda-app-page .sso-grid{grid-template-columns:1fr}}@media(max-width: 768px){.secanda-app-page .page-hero h1{font-size:2.25rem}.secanda-app-page .app-stores{flex-direction:column;align-items:center}.secanda-app-page .features-list{grid-template-columns:1fr}}.secanda-access-page .page-hero{margin-top:0;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/secanda-access/access-banner.jpg") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem;padding-top:calc(4rem + 73px)}.secanda-access-page .page-hero-content{max-width:800px}.secanda-access-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-access-page .page-hero p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:650px;margin:0 auto;line-height:1.7}.secanda-access-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.secanda-access-page .governance-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-access-page .governance-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-access-page .governance-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-access-page .governance-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.secanda-access-page .governance-capabilities{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.secanda-access-page .governance-capabilities span{background:var(--surface-subtle);padding:.4rem .85rem;border-radius:20px;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.secanda-access-page .governance-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.12)}.secanda-access-page .multisystem-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-access-page .multisystem-container{max-width:1100px;margin:0 auto}.secanda-access-page .multisystem-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1rem;margin-top:2.5rem}.secanda-access-page .multisystem-card{background:var(--surface-card);border-radius:12px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.secanda-access-page .multisystem-card svg{width:28px;height:28px;color:var(--accent-secanda)}.secanda-access-page .multisystem-card span{font-size:.9rem;font-weight:500;color:var(--text-tertiary);line-height:1.4}.secanda-access-page .multisystem-note{text-align:center;margin-top:2rem;font-weight:600;color:var(--text-muted);font-size:.95rem}.secanda-access-page .identity-access-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-access-page .identity-access-container{max-width:800px;margin:0 auto;text-align:center}.secanda-access-page .identity-access-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.secanda-access-page .identity-subtitle{color:var(--accent-secanda);font-weight:600;font-size:1.1rem;margin-bottom:2rem}.secanda-access-page .identity-triggers{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;margin-bottom:2rem}.secanda-access-page .identity-trigger{background:var(--surface-card);border-radius:12px;padding:1.25rem;text-align:center}.secanda-access-page .identity-trigger .trigger-label{display:block;font-weight:700;color:var(--accent-secanda);font-size:1rem;margin-bottom:.4rem}.secanda-access-page .identity-trigger .trigger-desc{display:block;font-size:.85rem;color:var(--text-muted);line-height:1.4}.secanda-access-page .identity-result{font-weight:600;color:var(--text-tertiary);font-size:1rem}.secanda-access-page .visitor-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-access-page .visitor-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.secanda-access-page .visitor-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-access-page .visitor-content>p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.secanda-access-page .visitor-controls{display:flex;flex-direction:column;gap:.75rem}.secanda-access-page .visitor-control{background:var(--surface-card);border-radius:10px;padding:1rem 1.25rem;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.secanda-access-page .visitor-control strong{color:var(--text-primary)}.secanda-access-page .visitor-flow{background:var(--surface-card);border-radius:16px;padding:2rem}.secanda-access-page .visitor-flow h3,.secanda-access-page .visitor-flow h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.secanda-access-page .visitor-flow ul{list-style:none}.secanda-access-page .visitor-flow ul li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem}.secanda-access-page .visitor-flow ul li::before{content:"→";position:absolute;left:0;color:var(--accent-secanda);font-weight:700}.secanda-access-page .visitor-use-cases{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-subtle);font-size:.9rem;color:var(--text-muted);line-height:1.5}.secanda-access-page .mobile-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-access-page .mobile-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-access-page .mobile-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-access-page .mobile-content>p{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.secanda-access-page .mobile-features{list-style:none}.secanda-access-page .mobile-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem;color:var(--text-tertiary)}.secanda-access-page .mobile-features svg{width:18px;height:18px;flex-shrink:0;color:var(--primary-teal)}.secanda-access-page .mobile-visual{text-align:center}.secanda-access-page .mobile-visual img{max-width:420px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.secanda-access-page .dashboard-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-access-page .dashboard-container{max-width:1100px;margin:0 auto}.secanda-access-page .norip-section{padding:4rem 2rem;background:var(--surface-subtle);text-align:center}.secanda-access-page .norip-container{max-width:900px;margin:0 auto}.secanda-access-page .norip-container>h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.secanda-access-page .norip-container>p{color:var(--text-secondary);font-size:1.05rem}.secanda-access-page .norip-grid{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin:2rem 0 2.5rem}.secanda-access-page .norip-item{background:var(--surface-card);padding:.75rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:600;color:var(--text-tertiary)}.secanda-access-page .norip-tagline{font-weight:600;color:var(--accent-secanda) !important;font-size:1rem !important}@media(max-width: 1024px){.secanda-access-page .governance-container,.secanda-access-page .visitor-container,.secanda-access-page .mobile-container{grid-template-columns:1fr}.secanda-access-page .multisystem-grid{grid-template-columns:repeat(3, 1fr)}.secanda-access-page .identity-triggers{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.secanda-access-page .page-hero h1{font-size:2.25rem}.secanda-access-page .multisystem-grid{grid-template-columns:1fr}.secanda-access-page .identity-triggers{grid-template-columns:1fr}.secanda-access-page .mobile-visual img{max-width:100%}}.secanda-secure-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/secanda-suite/Secanda-Suite_global.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.secanda-secure-page .page-hero-content{max-width:800px}.secanda-secure-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-secure-page .page-hero p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:650px;margin:0 auto;line-height:1.7}.secanda-secure-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.secanda-secure-page .problem-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-secure-page .problem-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.secanda-secure-page .problem-side{display:flex;flex-direction:column}.secanda-secure-page .problem-side h2{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.secanda-secure-page .problem-side>p{color:var(--text-secondary);margin-bottom:1rem}.secanda-secure-page .problem-subtitle{color:var(--status-error) !important;font-weight:600;font-size:1.05rem}.secanda-secure-page .problem-list{list-style:none;margin-bottom:1.5rem}.secanda-secure-page .problem-list li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary)}.secanda-secure-page .problem-list li::before{content:"✕";position:absolute;left:0;color:var(--status-error);font-weight:700;font-size:.8rem}.secanda-secure-page .solution-list{list-style:none;margin-bottom:1.5rem}.secanda-secure-page .solution-list li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary)}.secanda-secure-page .solution-list li::before{content:"✓";position:absolute;left:0;color:var(--status-success);font-weight:700;font-size:.95rem}.secanda-secure-page .solution-list a{color:var(--accent-secanda);font-weight:600;text-decoration:none}.secanda-secure-page .solution-list a:hover{text-decoration:underline}.secanda-secure-page .problem-result{background:var(--status-error-bg);border-left:3px solid var(--status-error);padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin-top:auto}.secanda-secure-page .problem-result p{color:var(--text-tertiary);font-size:.95rem;line-height:1.6}.secanda-secure-page .solution-side{display:flex;flex-direction:column}.secanda-secure-page .solution-side h2{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.secanda-secure-page .solution-side>p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.secanda-secure-page .solution-subtitle{color:#0d9488 !important;font-weight:600;font-size:1.05rem}.secanda-secure-page .solution-highlight{background:var(--status-success-bg);border-left:3px solid var(--status-success);padding:1.25rem;border-radius:0 12px 12px 0;margin-top:auto}.secanda-secure-page .solution-highlight strong{color:var(--text-primary);font-size:1rem;line-height:1.6}.secanda-secure-page .onboarding-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-secure-page .onboarding-container{max-width:1000px;margin:0 auto}.secanda-secure-page .onboarding-methods{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3rem}.secanda-secure-page .onboarding-method{background:var(--surface-subtle);border-radius:16px;padding:2rem 1.5rem;text-align:center}.secanda-secure-page .onboarding-method h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.35rem}.secanda-secure-page .onboarding-method p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.secanda-secure-page .method-icon{width:44px;height:44px;background:rgba(167,22,128,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.secanda-secure-page .method-icon svg{width:22px;height:22px;color:var(--accent-secanda)}.secanda-secure-page .method-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.secanda-secure-page .method-tags span{background:var(--surface-card);padding:.3rem .65rem;border-radius:6px;font-size:.78rem;font-weight:600;color:var(--text-secondary)}.secanda-secure-page .onboarding-result{margin-top:1.5rem;text-align:center}.secanda-secure-page .result-arrow{margin-bottom:1rem}.secanda-secure-page .result-arrow svg{width:28px;height:28px;color:var(--text-muted)}.secanda-secure-page .result-box{background:var(--surface-subtle);border:2px solid rgba(167,22,128,.15);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem}.secanda-secure-page .result-box>svg{width:32px;height:32px;color:var(--primary-teal);flex-shrink:0}.secanda-secure-page .result-box div:first-of-type{flex:1;text-align:left}.secanda-secure-page .result-box div:first-of-type strong{font-size:1.05rem;color:var(--text-primary)}.secanda-secure-page .result-box div:first-of-type p{font-size:.85rem;color:var(--text-muted);margin-top:.2rem}.secanda-secure-page .result-categories{display:flex;gap:.4rem;flex-shrink:0}.secanda-secure-page .result-categories span{background:rgba(0,180,185,.08);padding:.35rem .7rem;border-radius:6px;font-size:.78rem;font-weight:600;color:var(--primary-teal)}.secanda-secure-page .formats-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-secure-page .formats-container{max-width:1100px;margin:0 auto;text-align:center}.secanda-secure-page .formats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;margin-top:2.5rem}.secanda-secure-page .format-card{background:var(--surface-card);border-radius:12px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;border:2px solid rgba(0,0,0,0)}.secanda-secure-page .format-card svg{width:28px;height:28px;color:var(--accent-secanda)}.secanda-secure-page .format-card span{font-size:.9rem;font-weight:600;color:var(--text-tertiary)}.secanda-secure-page .formats-note{margin-top:2rem;font-size:.95rem;color:var(--text-muted);font-weight:500}.secanda-secure-page .hybrid-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-secure-page .hybrid-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-secure-page .hybrid-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.secanda-secure-page .hybrid-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-secure-page .hybrid-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.95rem;font-weight:600;color:var(--accent-secanda);text-decoration:none;transition:gap .2s ease}.secanda-secure-page .hybrid-link:hover{gap:.7rem}.secanda-secure-page .hybrid-note{margin-top:1rem;font-weight:600;color:var(--text-primary)}.secanda-secure-page .hybrid-visual img{width:100%;border-radius:0;box-shadow:none}.secanda-secure-page .dashboard-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-secure-page .dashboard-container{max-width:1100px;margin:0 auto}.secanda-secure-page .engine-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-secure-page .engine-container{max-width:1200px;margin:0 auto}.secanda-secure-page .engine-screenshot{margin:2.5rem 0 0;border-radius:16px;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:0 20px 60px rgba(0,0,0,.1)}.secanda-secure-page .engine-screenshot img{width:100%;height:auto;display:block}.secanda-secure-page .engine-screenshot .screenshot-img-dark{display:none}:root[data-theme=dark] .secanda-secure-page .engine-screenshot .screenshot-img-light{display:none}:root[data-theme=dark] .secanda-secure-page .engine-screenshot .screenshot-img-dark{display:block}.secanda-secure-page .engine-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.secanda-secure-page .engine-card{background:var(--surface-card);border-radius:16px;padding:2rem;box-shadow:var(--shadow-card)}.secanda-secure-page .engine-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.secanda-secure-page .engine-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.secanda-secure-page .engine-card .engine-card-tag{margin-top:.85rem;font-weight:600;color:var(--accent-secanda)}.secanda-secure-page .engine-card-icon{width:60px;height:60px;background:rgba(167,22,128,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.secanda-secure-page .engine-card-icon svg{width:28px;height:28px;color:var(--accent-secanda)}.secanda-secure-page .card-design-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-secure-page .card-design-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-secure-page .card-visual-image{width:100%;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.12)}.secanda-secure-page .card-design-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-secure-page .card-design-content>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.secanda-secure-page .card-design-list{list-style:none}.secanda-secure-page .card-design-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-tertiary);font-weight:500}.secanda-secure-page .card-design-list svg{width:18px;height:18px;color:var(--accent-secanda);flex-shrink:0}.secanda-secure-page .card-design-links{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;margin-top:1.75rem}.secanda-secure-page .card-design-links a{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.95rem;color:var(--accent-secanda);text-decoration:none;transition:gap .2s ease,opacity .2s ease}.secanda-secure-page .card-design-links a:hover{opacity:.8;gap:.7rem}.secanda-secure-page .card-workflow{max-width:1100px;margin:4rem auto 0;text-align:center}.secanda-secure-page .card-workflow-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2.5rem}.secanda-secure-page .workflow-steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.secanda-secure-page .workflow-step{text-align:center;position:relative}.secanda-secure-page .workflow-step::after{content:"→";position:absolute;right:-0.5rem;top:35px;font-size:1.5rem;color:var(--text-muted)}.secanda-secure-page .workflow-step:last-child::after{display:none}.secanda-secure-page .workflow-step h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.secanda-secure-page .workflow-step p{font-size:.85rem;color:var(--text-muted)}.secanda-secure-page .workflow-step-number{width:50px;height:50px;background:var(--accent-secanda);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-weight:700;font-size:1.25rem}.secanda-secure-page .ecosystem-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-secure-page .ecosystem-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.secanda-secure-page .ecosystem-content h2,.secanda-secure-page .future-content h2{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.secanda-secure-page .ecosystem-content p,.secanda-secure-page .future-content p{color:var(--text-secondary);line-height:1.7;margin-bottom:.75rem}.secanda-secure-page .ecosystem-content a,.secanda-secure-page .future-content a{color:var(--accent-secanda);font-weight:600;text-decoration:none}.secanda-secure-page .ecosystem-content a:hover,.secanda-secure-page .future-content a:hover{text-decoration:underline}.secanda-secure-page .future-list{list-style:none;margin:1rem 0}.secanda-secure-page .future-list li{padding:.4rem 0;padding-left:1.5rem;position:relative;color:var(--text-secondary)}.secanda-secure-page .future-list li::before{content:"→";position:absolute;left:0;color:var(--accent-secanda);font-weight:700}.secanda-secure-page .ecosystem-formats{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.secanda-secure-page .ecosystem-formats span{background:var(--surface-card);padding:.4rem .85rem;border-radius:20px;font-size:.82rem;font-weight:600;color:var(--text-secondary)}@media(max-width: 1024px){.secanda-secure-page .problem-container,.secanda-secure-page .hybrid-container,.secanda-secure-page .card-design-container,.secanda-secure-page .ecosystem-container{grid-template-columns:1fr}.secanda-secure-page .onboarding-methods{grid-template-columns:1fr;max-width:400px;margin:3rem auto 0}.secanda-secure-page .result-box{flex-direction:column;text-align:center}.secanda-secure-page .result-box div:first-of-type{text-align:center}.secanda-secure-page .result-categories{flex-wrap:wrap;justify-content:center}.secanda-secure-page .formats-grid{grid-template-columns:repeat(3, 1fr)}.secanda-secure-page .engine-grid{grid-template-columns:repeat(2, 1fr)}.secanda-secure-page .workflow-steps{grid-template-columns:repeat(2, 1fr)}.secanda-secure-page .workflow-step::after{display:none}}@media(max-width: 768px){.secanda-secure-page .page-hero h1{font-size:2.25rem}.secanda-secure-page .formats-grid{grid-template-columns:repeat(2, 1fr)}.secanda-secure-page .engine-grid{grid-template-columns:1fr}.secanda-secure-page .workflow-steps{grid-template-columns:1fr}}.secanda-suite-page .suite-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("https://images.unsplash.com/photo-1498243691581-b145c3f54a5a?w=1920&q=80") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.secanda-suite-page .suite-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);pointer-events:none}.secanda-suite-page .suite-hero-content{max-width:800px;position:relative;z-index:1}.secanda-suite-page .suite-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-suite-page .suite-hero p{font-size:1.2rem;opacity:0;max-width:650px;margin:0 auto;line-height:1.7;animation:slideUp .8s ease-out .2s forwards}.secanda-suite-page .suite-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;opacity:0;animation:fadeIn 1s ease-out forwards}.secanda-suite-page .dashboard-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-suite-page .dashboard-container{max-width:1100px;margin:0 auto}.secanda-suite-page .dashboard-image{max-width:min(1600px,100vw - 2rem);margin:2rem auto;position:relative;left:50%;transform:translateX(-50%);width:calc(100% + 500px)}.secanda-suite-page .dashboard-image img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.1)}.secanda-suite-page .dashboard-audience{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--text-muted);font-weight:500}.secanda-suite-page .modules-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-suite-page .modules-container{max-width:1200px;margin:0 auto}.secanda-suite-page .modules-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.secanda-suite-page .module-card{background:var(--surface-card);border-radius:16px;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.secanda-suite-page .module-card:hover{border-color:var(--secanda-magenta);transform:translateY(-8px);box-shadow:0 20px 50px rgba(167,22,128,.15)}.secanda-suite-page .module-card:hover .learn-more svg{transform:translateX(4px)}.secanda-suite-page .module-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-suite-page .module-card>p{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.secanda-suite-page .module-card .learn-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--accent-secanda);font-weight:600;font-size:.9rem}.secanda-suite-page .module-card .learn-more svg{width:16px;height:16px;transition:transform .3s ease}.secanda-suite-page .module-features{list-style:none;text-align:left;margin-top:.5rem}.secanda-suite-page .module-features li{font-size:.85rem;color:var(--text-secondary);padding:.3rem 0;padding-left:1rem;position:relative}.secanda-suite-page .module-features li::before{content:"·";position:absolute;left:0;color:var(--accent-secanda);font-weight:700;font-size:1.2rem;line-height:1}.secanda-suite-page .module-icon{width:70px;height:70px;background:var(--surface-card);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.secanda-suite-page .module-icon svg{width:32px;height:32px;color:var(--accent-secanda);transition:all .3s ease}.secanda-suite-page .module-icon img{width:40px;height:40px;object-fit:contain;transition:all .3s ease}.secanda-suite-page .module-card:hover .module-icon{background:var(--gradient-secanda);transform:scale(1.1) rotate(5deg);box-shadow:0 10px 25px rgba(167,22,128,.3)}.secanda-suite-page .module-card:hover .module-icon svg{color:#fff;transform:scale(1.1)}.secanda-suite-page .module-card:hover .module-icon img{filter:brightness(0) invert(1);transform:scale(1.1)}.secanda-suite-page .mobile-first-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-suite-page .mobile-first-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.secanda-suite-page .mobile-first-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.secanda-suite-page .mobile-first-content h3{font-size:1.5rem;font-weight:600;color:var(--accent-secanda);margin-bottom:1rem}.secanda-suite-page .mobile-first-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.secanda-suite-page .mobile-first-features{list-style:none}.secanda-suite-page .mobile-first-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-tertiary);font-weight:500}.secanda-suite-page .mobile-first-features svg{width:18px;height:18px;color:var(--accent-secanda)}.secanda-suite-page .learn-more-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--accent-secanda);font-weight:600;text-decoration:none;font-size:1rem;transition:all .3s ease}.secanda-suite-page .learn-more-link:hover{gap:.75rem}.secanda-suite-page .learn-more-link:hover svg{transform:translateX(4px)}.secanda-suite-page .learn-more-link svg{width:18px;height:18px;transition:transform .3s ease}.secanda-suite-page .mobile-first-visual{text-align:center;position:relative}.secanda-suite-page .mobile-first-visual img{max-width:100%;width:500px;height:auto}.secanda-suite-page .mobile-first-visual::after{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:60%;height:20px;background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, transparent 70%);border-radius:50%;z-index:-1;transition:width .5s ease,opacity .5s ease}.secanda-suite-page .mobile-first-visual:hover::after{width:50%;opacity:.5}.secanda-suite-page .infra-section{padding:5rem 2rem;background:linear-gradient(135deg, #A71680 0%, #8B1269 100%);color:#fff}.secanda-suite-page .infra-container{max-width:1100px;margin:0 auto;text-align:center}.secanda-suite-page .infra-container .section-title h2,.secanda-suite-page .infra-container .section-title p{color:#fff}.secanda-suite-page .infra-container .section-title p{opacity:.9}.secanda-suite-page .infra-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.secanda-suite-page .infra-card{background:hsla(0,0%,100%,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,0)}.secanda-suite-page .infra-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;transition:transform .3s ease}.secanda-suite-page .infra-card p{font-size:.95rem;opacity:.85}.secanda-suite-page .infra-note{margin-top:2rem;font-size:.95rem;opacity:.8}.secanda-suite-page .why-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-suite-page .why-container{max-width:1100px;margin:0 auto}.secanda-suite-page .why-grid{display:grid;grid-template-columns:repeat(5, 1fr);margin-top:2.5rem;padding:2.75rem 1.25rem;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.04)}.secanda-suite-page .why-card{padding:.25rem 1.75rem;text-align:center;border-left:1px solid var(--border-subtle)}.secanda-suite-page .why-card:first-child{border-left:none}.secanda-suite-page .why-card h3,.secanda-suite-page .why-card h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-suite-page .why-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.secanda-suite-page .screenshots-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-suite-page .screenshots-container{max-width:1200px;margin:0 auto}.secanda-suite-page .screenshots-viewer{margin-top:2.5rem}.secanda-suite-page .screenshots-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.secanda-suite-page .screenshots-tab{padding:.5rem 1.1rem;border-radius:50px;border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-secondary);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.secanda-suite-page .screenshots-tab:hover{border-color:var(--secanda-magenta);color:var(--accent-secanda)}.secanda-suite-page .screenshots-tab.is-active{background:var(--secanda-magenta);border-color:var(--secanda-magenta);color:#fff}.secanda-suite-page .screenshot-item{display:none;cursor:zoom-in}.secanda-suite-page .screenshot-item.is-active{display:block}.secanda-suite-page .screenshot-item img{width:100%;display:block;border-radius:10px;border:1px solid var(--border-subtle);box-shadow:0 12px 40px rgba(0,0,0,.12)}.secanda-suite-page .screenshot-item .screenshot-img-dark{display:none}.secanda-suite-page .screenshots-hint{margin-top:1rem;text-align:center;font-size:.88rem;color:var(--text-muted)}@media(max-width: 1024px){.secanda-suite-page .modules-grid{grid-template-columns:repeat(2, 1fr)}.secanda-suite-page .infra-grid{grid-template-columns:1fr}.secanda-suite-page .why-grid{grid-template-columns:repeat(3, 1fr);row-gap:2.5rem}.secanda-suite-page .why-card:nth-child(3n+1){border-left:none}}@media(max-width: 768px){.secanda-suite-page .suite-hero h1{font-size:2.25rem}.secanda-suite-page .mobile-first-container{grid-template-columns:1fr}.secanda-suite-page .modules-grid{grid-template-columns:1fr}.secanda-suite-page .why-grid{grid-template-columns:1fr;row-gap:1.75rem}.secanda-suite-page .why-card{padding:0;border-left:none}.secanda-suite-page .screenshots-tab{font-size:.82rem;padding:.45rem .9rem}}:root[data-theme=dark] .secanda-suite-page .screenshot-item .screenshot-img-light{display:none}:root[data-theme=dark] .secanda-suite-page .screenshot-item .screenshot-img-dark{display:block}.secanda-connect-page .page-hero{margin-top:73px;min-height:400px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/secanda-connect/secanda-connect-hero.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:5rem 2rem}.secanda-connect-page .hero-content{max-width:720px}.secanda-connect-page .hero-content h1{font-size:3.25rem;font-weight:800;line-height:1.1;margin-bottom:1rem;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-connect-page .hero-content p{font-size:1.2rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;line-height:1.6}.secanda-connect-page .hero-badge{display:inline-block;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25);padding:.4rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.secanda-connect-page .container{max-width:1280px;margin:0 auto}.secanda-connect-page section{padding:5rem 2rem}.secanda-connect-page .section-title{text-align:center;margin-bottom:3rem}.secanda-connect-page .section-title h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-connect-page .section-title p{font-size:1.05rem;color:var(--text-muted);max-width:652px;margin:0 auto}.secanda-connect-page .ecosystem-section{background:var(--surface-subtle)}.secanda-connect-page .ecosystem-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1rem}.secanda-connect-page .ecosystem-card{background:var(--surface-card);border-radius:8px;padding:1.25rem;text-align:center;border:1px solid var(--border-subtle)}.secanda-connect-page .ecosystem-card span{display:block;font-size:.85rem;font-weight:500;color:var(--text-tertiary);margin-top:.5rem;line-height:1.3}.secanda-connect-page .ecosystem-icon{width:52px;height:52px;margin:0 auto;color:var(--accent-secanda)}.secanda-connect-page .ecosystem-icon svg{width:100%;height:100%}.secanda-connect-page .ecosystem-tagline{text-align:center;margin-top:2.5rem;font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.6}.secanda-connect-page .partners-section{background:var(--surface-page)}.secanda-connect-page .partners-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.secanda-connect-page .filter-btn{padding:.45rem 1rem;border:1px solid var(--border-subtle);border-radius:50px;background:var(--surface-card);color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.secanda-connect-page .filter-btn:hover{border-color:var(--secanda-magenta);color:var(--accent-secanda)}.secanda-connect-page .filter-btn.active{background:var(--secanda-magenta);color:#fff;border-color:var(--secanda-magenta);box-shadow:0 4px 12px rgba(167,22,128,.25)}.secanda-connect-page .partners-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}.secanda-connect-page .partner-card{background:var(--surface-subtle);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;cursor:default;position:relative}.secanda-connect-page .partner-card .partner-link::after{content:"";position:absolute;inset:0}.secanda-connect-page .partner-card h3,.secanda-connect-page .partner-card h4{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0}.secanda-connect-page .partner-card>p{font-size:.8rem;color:var(--text-muted);line-height:1.4;margin:0;flex:1;text-align:left}.secanda-connect-page .partner-header{display:flex;align-items:center;gap:.75rem;width:100%}.secanda-connect-page .partner-info{display:flex;flex-direction:column;gap:.15rem;text-align:left;min-width:0;flex:1}.secanda-connect-page .partner-category{font-size:.75rem;font-weight:500;color:var(--accent-secanda);text-transform:uppercase;letter-spacing:.3px}.secanda-connect-page .partner-link{display:none;font-size:.82rem;font-weight:600;color:var(--accent-secanda);text-decoration:none;margin-top:auto;padding-top:.25rem;transition:color .15s ease;align-self:flex-start}.secanda-connect-page .partner-link:hover{text-decoration:underline}.secanda-connect-page .partner-logo{width:52px;height:52px;min-width:52px;max-width:52px;max-height:52px;border-radius:6px;background:var(--surface-card);overflow:hidden;flex-shrink:0}.secanda-connect-page .partner-logo img{display:block;width:52px;height:52px;object-fit:contain;padding:6px}.secanda-connect-page .partners-note{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--text-muted)}.secanda-connect-page .partners-note a{color:var(--accent-secanda);font-weight:500;text-decoration:none}.secanda-connect-page .partners-note a:hover{text-decoration:underline}.secanda-connect-page .phased-section{background:var(--surface-subtle)}.secanda-connect-page .phased-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.secanda-connect-page .phased-steps{display:flex;flex-direction:column;gap:1.5rem}.secanda-connect-page .phased-step{display:flex;gap:1rem;align-items:flex-start}.secanda-connect-page .phased-step h3,.secanda-connect-page .phased-step h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.secanda-connect-page .phased-step p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.secanda-connect-page .phased-number{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--secanda-magenta);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.secanda-connect-page .phased-reassurance-inner{background:var(--surface-card);border-radius:12px;padding:2rem;border:1px solid var(--border-subtle)}.secanda-connect-page .phased-reassurance-inner h3{font-size:1.25rem;font-weight:700;color:var(--accent-secanda);margin-bottom:1rem}.secanda-connect-page .phased-reassurance-inner ul{list-style:none;padding:0;margin:0 0 1.5rem}.secanda-connect-page .phased-reassurance-inner ul li{padding:.4rem 0;font-size:.95rem;color:var(--text-tertiary);display:flex;align-items:center;gap:.5rem}.secanda-connect-page .phased-reassurance-inner ul li::before{content:"✓";color:var(--accent-secanda);font-weight:700}.secanda-connect-page .phased-risk{border-top:1px solid var(--border-subtle);padding-top:1.25rem}.secanda-connect-page .phased-risk h3,.secanda-connect-page .phased-risk h4{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.secanda-connect-page .risk-pills{display:flex;flex-wrap:wrap;gap:.5rem}.secanda-connect-page .risk-pills span{background:var(--surface-subtle);padding:.35rem .8rem;border-radius:50px;font-size:.8rem;font-weight:500;color:var(--text-secondary)}.secanda-connect-page .methods-section{background:var(--surface-page)}.secanda-connect-page .methods-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.secanda-connect-page .method-card{background:var(--surface-subtle);border-radius:8px;padding:1.75rem 1.25rem;text-align:center;cursor:pointer;border:1px solid var(--border-subtle);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.secanda-connect-page .method-card:hover{transform:translateY(-3px);box-shadow:0 10px 40px rgba(0,0,0,.1);border-color:var(--secanda-magenta)}.secanda-connect-page .method-card h3,.secanda-connect-page .method-card h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem}.secanda-connect-page .method-card p{font-size:.85rem;color:var(--text-muted);line-height:1.4;margin:0}.secanda-connect-page .method-icon{width:48px;height:48px;margin:0 auto .75rem;color:var(--accent-secanda);display:flex;align-items:center;justify-content:center}.secanda-connect-page .method-icon img{width:100%;height:100%;object-fit:contain}.secanda-connect-page .method-icon svg{width:32px;height:32px}.secanda-connect-page .webhooks-section{background:var(--surface-page)}.secanda-connect-page .webhooks-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.secanda-connect-page .webhooks-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--accent-secanda);margin-bottom:.75rem}.secanda-connect-page .webhooks-text h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.secanda-connect-page .webhooks-text>p{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.secanda-connect-page .webhooks-features{display:flex;flex-direction:column;gap:.75rem}.secanda-connect-page .webhooks-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-tertiary);line-height:1.4}.secanda-connect-page .webhooks-feature svg{width:20px;height:20px;color:var(--accent-secanda);flex-shrink:0;margin-top:1px}.secanda-connect-page .webhooks-visual{border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid var(--border-subtle)}.secanda-connect-page .webhooks-visual img{width:100%;height:auto;display:block}.secanda-connect-page .webhooks-visual .screenshot-img-dark{display:none}:root[data-theme=dark] .secanda-connect-page .webhooks-visual .screenshot-img-light{display:none}:root[data-theme=dark] .secanda-connect-page .webhooks-visual .screenshot-img-dark{display:block}.secanda-connect-page .automation-section{background:linear-gradient(135deg, #A71680 0%, #8B1269 100%);color:#fff;position:relative;overflow:hidden}.secanda-connect-page .automation-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);background-size:30px 30px;opacity:.6}.secanda-connect-page .automation-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.secanda-connect-page .automation-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.secanda-connect-page .automation-text>p{font-size:1.05rem;color:hsla(0,0%,100%,.8);line-height:1.7;margin-bottom:2rem}.secanda-connect-page .automation-logos{display:flex;gap:2rem;margin-bottom:2rem}.secanda-connect-page .automation-logo-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.secanda-connect-page .automation-logo-item img{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:6px;padding:8px}.secanda-connect-page .automation-logo-item span{font-size:.85rem;font-weight:500;opacity:.8}.secanda-connect-page .automation-features{display:flex;flex-direction:column;gap:.75rem}.secanda-connect-page .automation-feature{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:hsla(0,0%,100%,.9)}.secanda-connect-page .automation-feature svg{width:20px;height:20px;color:#fff;flex-shrink:0}.secanda-connect-page .automation-visual{border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.secanda-connect-page .automation-visual img{width:100%;height:auto;display:block;border-radius:8px;border:1px solid hsla(0,0%,100%,.1)}.secanda-connect-page .dashboard-section{background:var(--surface-page)}.secanda-connect-page .dashboard-image{text-align:center;margin-bottom:3rem}.secanda-connect-page .dashboard-image img{max-width:100%;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.1)}.secanda-connect-page .open-section{background:var(--surface-subtle)}.secanda-connect-page .open-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.secanda-connect-page .open-card{background:var(--surface-card);border-radius:12px;padding:2.5rem;text-align:center;border:1px solid var(--border-subtle)}.secanda-connect-page .open-card h3{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.secanda-connect-page .open-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.secanda-connect-page .open-icon{width:56px;height:56px;background:rgba(167,22,128,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--accent-secanda)}.secanda-connect-page .open-icon svg{width:28px;height:28px}.secanda-connect-page .enterprise-section{background:var(--surface-page)}.secanda-connect-page .enterprise-pills{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto}.secanda-connect-page .enterprise-pill{display:flex;align-items:center;gap:1rem;background:var(--surface-subtle);padding:1rem 1.5rem;border-radius:50px}.secanda-connect-page .enterprise-pill svg{width:24px;height:24px;color:var(--accent-secanda);flex-shrink:0}.secanda-connect-page .enterprise-pill span{font-size:.95rem;font-weight:500;color:var(--text-tertiary)}.secanda-connect-page .modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center;padding:2rem}.secanda-connect-page .modal-overlay.visible{display:flex}.secanda-connect-page .modal-content{background:var(--surface-card);border-radius:12px;max-width:560px;width:100%;max-height:80vh;overflow-y:auto;padding:2rem;position:relative;animation:modalIn .2s ease}@keyframes modalIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.secanda-connect-page .modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1}.secanda-connect-page .modal-close:hover{background:var(--surface-subtle);color:var(--text-primary)}.secanda-connect-page .modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.secanda-connect-page .modal-logo{width:56px;height:56px;background:var(--surface-subtle);border-radius:6px;display:flex;align-items:center;justify-content:center;padding:8px}.secanda-connect-page .modal-logo img{width:100%;height:100%;object-fit:contain}.secanda-connect-page .modal-title h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .2rem}.secanda-connect-page .modal-category{font-size:.8rem;font-weight:500;color:var(--accent-secanda);text-transform:uppercase;letter-spacing:.3px}.secanda-connect-page .modal-body h3,.secanda-connect-page .modal-body h4{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.secanda-connect-page .modal-body p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.secanda-connect-page .modal-features{list-style:none;padding:0;margin:0}.secanda-connect-page .modal-features li{padding:.4rem 0;font-size:.9rem;color:var(--text-tertiary);display:flex;align-items:center;gap:.5rem}.secanda-connect-page .modal-features li::before{content:"✓";color:var(--accent-secanda);font-weight:700}@media(max-width: 1024px){.secanda-connect-page .ecosystem-grid{grid-template-columns:repeat(3, 1fr)}.secanda-connect-page .partners-grid{grid-template-columns:repeat(2, 1fr)}.secanda-connect-page .methods-grid{grid-template-columns:repeat(2, 1fr)}.secanda-connect-page .phased-content{grid-template-columns:1fr;gap:2rem}.secanda-connect-page .webhooks-content{grid-template-columns:1fr;gap:2rem}.secanda-connect-page .webhooks-visual{max-width:480px;margin:0 auto}.secanda-connect-page .automation-content{grid-template-columns:1fr;gap:2rem}.secanda-connect-page .automation-visual{order:-1;max-width:400px;margin:0 auto}}@media(max-width: 768px){.secanda-connect-page .hero-content h1{font-size:2rem}.secanda-connect-page section{padding:3rem 1rem}.secanda-connect-page .section-title h2{font-size:1.75rem}.secanda-connect-page .ecosystem-grid{grid-template-columns:repeat(2, 1fr)}.secanda-connect-page .partners-grid{grid-template-columns:1fr}.secanda-connect-page .partners-filters{gap:.35rem}.secanda-connect-page .filter-btn{padding:.35rem .75rem;font-size:.8rem}.secanda-connect-page .methods-grid{grid-template-columns:1fr}.secanda-connect-page .automation-logos{gap:1.5rem}.secanda-connect-page .automation-text h2{font-size:1.5rem}.secanda-connect-page .webhooks-text h2{font-size:1.5rem}.secanda-connect-page .open-grid{grid-template-columns:1fr}.secanda-connect-page .open-card{padding:1.5rem}.secanda-connect-page .enterprise-pill{border-radius:8px;padding:.85rem 1rem}.secanda-connect-page .enterprise-pill span{font-size:.85rem}}.vending-payment-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, #0E8A40 0%, #13A750 55%, #2FC366 100%);display:flex;align-items:center;color:#fff;padding:4rem 2rem;overflow:hidden}.vending-payment-page .page-hero-inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.vending-payment-page .page-hero-content h1{font-size:3.25rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.vending-payment-page .page-hero-content p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:540px;margin:0;line-height:1.7}.vending-payment-page .page-hero-visual{text-align:center}.vending-payment-page .page-hero-visual img{width:100%;max-width:460px;filter:drop-shadow(0 25px 50px rgba(0, 0, 0, 0.35));opacity:0;animation:slideUp .8s ease-out .15s forwards}.vending-payment-page .vending-section{padding:5rem 2rem;background:var(--surface-page)}.vending-payment-page .vending-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vending-payment-page .vending-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.vending-payment-page .vending-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.vending-payment-page .vending-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.vending-payment-page .methods-grid{max-width:1100px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.vending-payment-page .method-card{background:var(--surface-subtle);border-radius:16px;padding:2rem;text-align:center}.vending-payment-page .method-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.vending-payment-page .method-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.vending-payment-page .method-icon{width:56px;height:56px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.vending-payment-page .method-icon svg{width:26px;height:26px;color:#fff}.vending-payment-page .payterm-teaser-section{padding:5rem 2rem;background:var(--surface-subtle)}.vending-payment-page .payterm-teaser{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;background:var(--surface-card);border-radius:20px;padding:2rem;box-shadow:var(--shadow-card);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.vending-payment-page .payterm-teaser:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.vending-payment-page .payterm-teaser:hover .payterm-teaser-link{gap:.7rem}.vending-payment-page .payterm-teaser-visual img{width:100%;display:block;border-radius:14px}.vending-payment-page .payterm-teaser-content h2{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.vending-payment-page .payterm-teaser-content>p{color:var(--text-secondary);font-size:1.02rem;line-height:1.7;margin-bottom:1rem}.vending-payment-page .payterm-teaser-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-green);font-weight:600;font-size:.95rem;transition:gap .2s ease}.vending-payment-page .other-uses-section{padding:5rem 2rem;background:var(--surface-page)}.vending-payment-page .other-uses-container{max-width:1100px;margin:0 auto}.vending-payment-page .other-uses-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.vending-payment-page .usecase-card{background:var(--surface-card);border-radius:16px;padding:2rem;box-shadow:var(--shadow-card);scroll-margin-top:90px}.vending-payment-page .usecase-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.vending-payment-page .usecase-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.vending-payment-page .usecase-card--link{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.vending-payment-page .usecase-card--link p{flex:1}.vending-payment-page .usecase-card--link:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.vending-payment-page .usecase-card--link:hover .usecase-card-link{gap:.7rem}.vending-payment-page .usecase-card-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--accent-green);font-weight:600;font-size:.95rem;transition:gap .2s ease}.vending-payment-page .usecase-icon{width:60px;height:60px;background:rgba(19,167,80,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.vending-payment-page .usecase-icon svg{width:28px;height:28px;color:var(--accent-green)}.vending-payment-page .device-section{padding:5rem 2rem;background:var(--surface-page)}.vending-payment-page .device-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vending-payment-page .device-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.vending-payment-page .device-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.vending-payment-page .device-content ul{list-style:none}.vending-payment-page .device-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.95rem}.vending-payment-page .device-content ul li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.vending-payment-page .device-visual{text-align:center}.vending-payment-page .device-visual img{width:100%;max-width:380px;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15))}.vending-payment-page .ecosystem-section{padding:5rem 2rem;background:var(--surface-subtle)}.vending-payment-page .ecosystem-container{max-width:1100px;margin:0 auto}.vending-payment-page .ecosystem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3rem}.vending-payment-page .ecosystem-card{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:.5rem}.vending-payment-page .ecosystem-card:hover{transform:translateY(-4px);border-color:var(--accent-green);box-shadow:0 8px 24px rgba(0,0,0,.1)}.vending-payment-page .ecosystem-card .ecosystem-card-icon{width:44px;height:44px;margin-bottom:.5rem}.vending-payment-page .ecosystem-card .ecosystem-card-icon img{width:100%;height:100%;object-fit:contain}.vending-payment-page .ecosystem-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.vending-payment-page .ecosystem-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}.vending-payment-page .ecosystem-card .ecosystem-card-link{margin-top:.5rem;color:var(--accent-green);font-weight:600;font-size:.9rem}@media(max-width: 1024px){.vending-payment-page .page-hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.vending-payment-page .page-hero-content p{margin:0 auto}.vending-payment-page .page-hero-visual img{max-width:340px}.vending-payment-page .vending-container,.vending-payment-page .payterm-teaser,.vending-payment-page .device-container{grid-template-columns:1fr;gap:2.5rem}.vending-payment-page .methods-grid,.vending-payment-page .other-uses-grid,.vending-payment-page .ecosystem-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.vending-payment-page .page-hero h1{font-size:2.25rem}.vending-payment-page .methods-grid,.vending-payment-page .other-uses-grid,.vending-payment-page .ecosystem-grid{grid-template-columns:1fr}.vending-payment-page section{padding:3rem 1.25rem}}.payment-terminal-page .page-hero{margin-top:73px;min-height:500px;background-color:#0c0f0d;background-image:url("/images/products/secanda-pay/secanda-pay-banner-2.webp");background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;align-items:center;color:#fff;padding:4rem 2rem;overflow:hidden}.payment-terminal-page .page-hero-inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.payment-terminal-page .page-hero-content{grid-column:2}.payment-terminal-page .page-hero-content h1{font-size:3.25rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 2px 16px rgba(0,0,0,.55);opacity:0;animation:slideUp .8s ease-out forwards}.payment-terminal-page .page-hero-content p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:520px;margin:0;line-height:1.7;text-shadow:0 1px 10px rgba(0,0,0,.55)}.payment-terminal-page .page-hero-visual{text-align:center}.payment-terminal-page .page-hero-visual img{width:100%;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.3);opacity:0;animation:slideUp .8s ease-out .15s forwards}.payment-terminal-page .app-stores{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem;opacity:0;animation:slideUp .8s ease-out .3s forwards}.payment-terminal-page .app-store-btn{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);padding:.75rem 1.5rem;border-radius:10px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;min-width:190px}.payment-terminal-page .app-store-btn:hover{background:hsla(0,0%,100%,.25)}.payment-terminal-page .app-store-btn svg{width:24px;height:24px}.payment-terminal-page .app-store-btn span{font-weight:600}.payment-terminal-page .pt-steps-section{padding:5rem 2rem;background:var(--surface-page)}.payment-terminal-page .pt-steps-container{max-width:1100px;margin:0 auto}.payment-terminal-page .pt-steps-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.payment-terminal-page .pt-step{background:var(--surface-subtle);border-radius:16px;padding:2rem}.payment-terminal-page .pt-step h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.payment-terminal-page .pt-step p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.payment-terminal-page .pt-step-number{width:40px;height:40px;background:var(--gradient-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:1rem}.payment-terminal-page .pt-contexts-section{padding:5rem 2rem;background:var(--surface-subtle)}.payment-terminal-page .pt-contexts-container{max-width:1100px;margin:0 auto}.payment-terminal-page .pt-contexts-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.payment-terminal-page .pt-context-card{background:var(--surface-card);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-card)}.payment-terminal-page .pt-context-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.payment-terminal-page .pt-context-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.payment-terminal-page .pt-context-icon{width:60px;height:60px;background:rgba(19,167,80,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.payment-terminal-page .pt-context-icon svg{width:28px;height:28px;color:var(--accent-green)}.payment-terminal-page .pt-context-link{display:inline-block;margin-top:1rem;color:var(--accent-green);font-weight:600;font-size:.9rem;text-decoration:none}.payment-terminal-page .pt-context-link:hover{text-decoration:underline}.payment-terminal-page .pt-upsell{margin-top:2rem;text-align:center;color:var(--text-muted);font-size:.95rem;line-height:1.6}.payment-terminal-page .pt-upsell a{color:var(--accent-green);font-weight:600;text-decoration:none;white-space:nowrap}.payment-terminal-page .pt-upsell a:hover{text-decoration:underline}.payment-terminal-page .pt-features-section{padding:5rem 2rem;background:var(--surface-page)}.payment-terminal-page .pt-features-container{max-width:1100px;margin:0 auto}.payment-terminal-page .pt-features-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.payment-terminal-page .pt-feature{text-align:center;padding:1rem}.payment-terminal-page .pt-feature h3{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.payment-terminal-page .pt-feature p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.payment-terminal-page .pt-feature-icon{width:56px;height:56px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.payment-terminal-page .pt-feature-icon svg{width:26px;height:26px;color:#fff}.payment-terminal-page .pt-eco-section{padding:5rem 2rem;background:var(--surface-subtle)}.payment-terminal-page .pt-eco-container{max-width:1100px;margin:0 auto}.payment-terminal-page .pt-eco-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.payment-terminal-page .pt-eco-card{background:var(--surface-card);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.payment-terminal-page .pt-eco-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.payment-terminal-page .pt-eco-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.payment-terminal-page .pt-eco-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.payment-terminal-page .pt-eco-card .pt-eco-link{color:var(--accent-green);font-weight:600;font-size:.9rem}.payment-terminal-page .screenshots-section{padding:5rem 2rem;background:var(--surface-page)}.payment-terminal-page .screenshots-container{max-width:1200px;margin:0 auto}.payment-terminal-page .screenshots-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1.25rem;margin-top:2.5rem}.payment-terminal-page .screenshot-item img{width:100%;display:block;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.payment-terminal-page .screenshot-item:hover img{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.15)}@media(max-width: 1024px){.payment-terminal-page .page-hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.payment-terminal-page .page-hero-content{grid-column:auto}.payment-terminal-page .page-hero-content p{margin:0 auto}.payment-terminal-page .app-stores{justify-content:center}.payment-terminal-page .pt-steps-grid{grid-template-columns:1fr}.payment-terminal-page .pt-features-grid{grid-template-columns:repeat(2, 1fr)}.payment-terminal-page .screenshots-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.payment-terminal-page .page-hero h1{font-size:2.25rem}.payment-terminal-page .pt-contexts-grid,.payment-terminal-page .pt-eco-grid,.payment-terminal-page .pt-features-grid{grid-template-columns:1fr}.payment-terminal-page .screenshots-grid{grid-template-columns:repeat(2, 1fr)}.payment-terminal-page .app-stores{flex-direction:column;align-items:center}.payment-terminal-page section{padding:3rem 1.25rem}}.attendance-control-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, #0E8A40 0%, #13A750 55%, #2FC366 100%);display:flex;align-items:center;color:#fff;padding:4rem 2rem;overflow:hidden}.attendance-control-page .page-hero-inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.attendance-control-page .page-hero-content h1{font-size:3.25rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.attendance-control-page .page-hero-content p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:540px;margin:0;line-height:1.7}.attendance-control-page .page-hero-visual{text-align:center}.attendance-control-page .page-hero-visual .phone-duo{display:flex;justify-content:center;align-items:flex-start;gap:1.25rem}.attendance-control-page .page-hero-visual .phone-mockup{flex:1 1 0;max-width:185px;box-shadow:0 25px 50px rgba(0,0,0,.3);opacity:0;animation:slideUp .8s ease-out .15s forwards}.attendance-control-page .page-hero-visual .phone-mockup:last-child{animation-delay:.3s}.attendance-control-page .phone-mockup{position:relative;background:#14181d;border-radius:26px;padding:7px;box-shadow:0 20px 45px rgba(0,0,0,.25)}.attendance-control-page .phone-mockup img{display:block;width:100%;height:auto;border-radius:20px}.attendance-control-page .steps-section{padding:5rem 2rem;background:var(--surface-page)}.attendance-control-page .steps-container{max-width:1100px;margin:0 auto}.attendance-control-page .steps-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.attendance-control-page .step-card{background:var(--surface-card);border-radius:16px;padding:2rem;box-shadow:var(--shadow-card)}.attendance-control-page .step-card .step-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.15rem;margin-bottom:1.25rem}.attendance-control-page .step-card h3{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.attendance-control-page .step-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.attendance-control-page .feature-section{padding:5rem 2rem;background:var(--surface-subtle)}.attendance-control-page .feature-section:nth-of-type(even){background:var(--surface-page)}.attendance-control-page .feature-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.attendance-control-page .feature-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.attendance-control-page .feature-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.attendance-control-page .feature-content ul{list-style:none}.attendance-control-page .feature-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.98rem;line-height:1.6}.attendance-control-page .feature-content ul li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.attendance-control-page .feature-visual{text-align:center}.attendance-control-page .feature-visual .phone-mockup{max-width:250px;margin:0 auto}.attendance-control-page .feature-visual>img{width:100%;max-width:280px;margin:0 auto;display:block;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.attendance-control-page .feature-visual--illustration svg{width:100%;max-width:400px;height:auto}.attendance-control-page .feature-section--reverse .feature-content{order:2}.attendance-control-page .feature-section--reverse .feature-visual{order:1}.attendance-control-page .usecases-section{padding:5rem 2rem;background:var(--surface-subtle)}.attendance-control-page .usecases-container{max-width:1100px;margin:0 auto}.attendance-control-page .usecases-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.attendance-control-page .usecase-card{background:var(--surface-card);border-radius:16px;padding:1.75rem;box-shadow:var(--shadow-card)}.attendance-control-page .usecase-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem}.attendance-control-page .usecase-card p{color:var(--text-secondary);line-height:1.65;font-size:.92rem}.attendance-control-page .device-section{padding:5rem 2rem;background:var(--surface-page)}.attendance-control-page .device-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.attendance-control-page .device-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.attendance-control-page .device-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.attendance-control-page .device-content ul{list-style:none}.attendance-control-page .device-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.95rem}.attendance-control-page .device-content ul li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.attendance-control-page .device-visual{text-align:center}.attendance-control-page .device-visual img{width:100%;max-width:380px;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15))}.attendance-control-page .ecosystem-section{padding:5rem 2rem;background:var(--surface-subtle)}.attendance-control-page .ecosystem-container{max-width:1100px;margin:0 auto}.attendance-control-page .ecosystem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3rem}.attendance-control-page .ecosystem-grid.ecosystem-grid--2{grid-template-columns:repeat(2, 1fr);max-width:760px;margin-left:auto;margin-right:auto}.attendance-control-page .ecosystem-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:.5rem}.attendance-control-page .ecosystem-card:hover{transform:translateY(-4px);border-color:var(--accent-green);box-shadow:0 8px 24px rgba(0,0,0,.1)}.attendance-control-page .ecosystem-card .ecosystem-card-icon{width:44px;height:44px;margin-bottom:.5rem}.attendance-control-page .ecosystem-card .ecosystem-card-icon img{width:100%;height:100%;object-fit:contain}.attendance-control-page .ecosystem-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.attendance-control-page .ecosystem-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}.attendance-control-page .ecosystem-card .ecosystem-card-link{margin-top:.5rem;color:var(--accent-green);font-weight:600;font-size:.9rem}@media(max-width: 1024px){.attendance-control-page .page-hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.attendance-control-page .page-hero-content p{margin:0 auto}.attendance-control-page .page-hero-visual .phone-mockup{max-width:165px}.attendance-control-page .feature-container,.attendance-control-page .device-container{grid-template-columns:1fr;gap:2.5rem}.attendance-control-page .feature-section--reverse .feature-content{order:0}.attendance-control-page .feature-section--reverse .feature-visual{order:0}.attendance-control-page .steps-grid{grid-template-columns:1fr}.attendance-control-page .usecases-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.attendance-control-page .page-hero h1{font-size:2.25rem}.attendance-control-page .usecases-grid{grid-template-columns:1fr}.attendance-control-page section{padding:3rem 1.25rem}}.passage-points-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, #0E8A40 0%, #13A750 55%, #2FC366 100%);display:flex;align-items:center;color:#fff;padding:4rem 2rem;overflow:hidden}.passage-points-page .page-hero-inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.passage-points-page .page-hero-content h1{font-size:3.25rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.passage-points-page .page-hero-content p{font-size:1.15rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:540px;margin:0;line-height:1.7}.passage-points-page .page-hero-visual{text-align:center}.passage-points-page .page-hero-visual img{width:100%;max-width:460px;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.3);opacity:0;animation:slideUp .8s ease-out .15s forwards}.passage-points-page .page-hero-visual--illustration svg{width:100%;max-width:420px;height:auto;opacity:0;animation:slideUp .8s ease-out .15s forwards}.passage-points-page .modes-section{padding:5rem 2rem;background:var(--surface-page)}.passage-points-page .modes-container{max-width:1100px;margin:0 auto}.passage-points-page .modes-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.passage-points-page .mode-card{background:var(--surface-card);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-card)}.passage-points-page .mode-card h3{font-size:1.4rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.passage-points-page .mode-card p{color:var(--text-secondary);line-height:1.7;font-size:.98rem}.passage-points-page .mode-icon{width:56px;height:56px;background:var(--gradient-primary);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.passage-points-page .mode-icon svg{width:28px;height:28px;color:#fff}.passage-points-page .steps-section{padding:5rem 2rem;background:var(--surface-subtle)}.passage-points-page .steps-container{max-width:1100px;margin:0 auto}.passage-points-page .steps-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.passage-points-page .step-card{background:var(--surface-card);border-radius:16px;padding:1.75rem;box-shadow:var(--shadow-card)}.passage-points-page .step-card .step-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.15rem;margin-bottom:1.25rem}.passage-points-page .step-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.passage-points-page .step-card p{color:var(--text-secondary);line-height:1.65;font-size:.92rem}.passage-points-page .feature-section{padding:5rem 2rem;background:var(--surface-page)}.passage-points-page .feature-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.passage-points-page .feature-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.passage-points-page .feature-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.passage-points-page .feature-content ul{list-style:none}.passage-points-page .feature-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.98rem;line-height:1.6}.passage-points-page .feature-content ul li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.passage-points-page .feature-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.passage-points-page .feature-visual--illustration{text-align:center}.passage-points-page .feature-visual--illustration svg{width:100%;max-width:420px;height:auto}.passage-points-page .usecases-section{padding:5rem 2rem;background:var(--surface-subtle)}.passage-points-page .usecases-container{max-width:1100px;margin:0 auto}.passage-points-page .usecases-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.passage-points-page .usecase-card{background:var(--surface-card);border-radius:16px;padding:1.75rem;box-shadow:var(--shadow-card)}.passage-points-page .usecase-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem}.passage-points-page .usecase-card p{color:var(--text-secondary);line-height:1.65;font-size:.92rem}.passage-points-page .device-section{padding:5rem 2rem;background:var(--surface-page)}.passage-points-page .device-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.passage-points-page .device-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.passage-points-page .device-content>p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.passage-points-page .device-content ul{list-style:none}.passage-points-page .device-content ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;color:var(--text-tertiary);font-size:.95rem}.passage-points-page .device-content ul li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}.passage-points-page .device-visual{text-align:center}.passage-points-page .device-visual img{width:100%;max-width:380px;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15))}.passage-points-page .ecosystem-section{padding:5rem 2rem;background:var(--surface-subtle)}.passage-points-page .ecosystem-container{max-width:1100px;margin:0 auto}.passage-points-page .ecosystem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3rem}.passage-points-page .ecosystem-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:.5rem}.passage-points-page .ecosystem-card:hover{transform:translateY(-4px);border-color:var(--accent-green);box-shadow:0 8px 24px rgba(0,0,0,.1)}.passage-points-page .ecosystem-card .ecosystem-card-icon{width:44px;height:44px;margin-bottom:.5rem}.passage-points-page .ecosystem-card .ecosystem-card-icon img{width:100%;height:100%;object-fit:contain}.passage-points-page .ecosystem-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.passage-points-page .ecosystem-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}.passage-points-page .ecosystem-card .ecosystem-card-link{margin-top:.5rem;color:var(--accent-green);font-weight:600;font-size:.9rem}@media(max-width: 1024px){.passage-points-page .page-hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.passage-points-page .page-hero-content p{margin:0 auto}.passage-points-page .page-hero-visual img{max-width:340px}.passage-points-page .feature-container,.passage-points-page .device-container{grid-template-columns:1fr;gap:2.5rem}.passage-points-page .modes-grid{grid-template-columns:1fr}.passage-points-page .steps-grid,.passage-points-page .usecases-grid{grid-template-columns:repeat(2, 1fr)}.passage-points-page .ecosystem-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.passage-points-page .page-hero h1{font-size:2.25rem}.passage-points-page .steps-grid,.passage-points-page .usecases-grid,.passage-points-page .ecosystem-grid{grid-template-columns:1fr}.passage-points-page section{padding:3rem 1.25rem}}.sector-hero{margin-top:73px;min-height:500px;display:flex;align-items:center;padding:4rem 2rem;color:#fff}.sector-hero-content{max-width:1200px;margin:0 auto;width:100%}.sector-badge{display:inline-block;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.sector-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;max-width:700px;opacity:0;animation:slideUp .8s ease-out forwards}.sector-hero p{font-size:1.25rem;opacity:0;max-width:600px;line-height:1.7;margin-bottom:2rem;animation:slideUp .8s ease-out .2s forwards}.sector-hero .btn-primary{font-size:1.1rem;padding:1rem 2rem}.sector-stats{padding:4rem 2rem;background:var(--surface-page);border-bottom:1px solid var(--border-subtle)}.sector-stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;text-align:center}.stat-item h3{font-size:3rem;font-weight:800;color:var(--accent-green);margin-bottom:.5rem}.stat-item p{color:var(--text-secondary);font-weight:500}.use-cases{padding:5rem 2rem;background:var(--surface-subtle)}.use-cases-container{max-width:1200px;margin:0 auto}.use-cases h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.use-cases-container>p{text-align:center;color:var(--text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto 3rem}.use-cases-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.use-case-card{background:var(--surface-card);border-radius:16px;padding:2rem;box-shadow:var(--shadow-card)}.use-case-icon{width:60px;height:60px;background:rgba(19,167,80,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem}.use-case-icon svg{width:28px;height:28px;color:var(--accent-green)}.use-case-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.use-case-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.sub-sectors{padding:5rem 2rem;background:var(--surface-page)}.sub-sectors-container{max-width:1200px;margin:0 auto}.sub-sectors-container>h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.sub-sectors-container>p{text-align:center;color:var(--text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto 3rem}.sub-sectors-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.sub-sector-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem}.sub-sector-card h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.sub-sector-card>p{color:var(--text-secondary);line-height:1.7;font-size:.95rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.sub-sector-card ul{list-style:none;padding:0;margin:0}.sub-sector-card ul li{display:flex;align-items:flex-start;gap:.75rem;padding:.45rem 0;color:var(--text-tertiary);font-weight:500;font-size:.9rem;line-height:1.5}.sub-sector-card ul li svg{width:24px;height:24px;flex-shrink:0;padding:5px;box-sizing:border-box;border-radius:7px;background:var(--accent-light);color:var(--accent-green)}.products-used{padding:5rem 2rem;background:var(--surface-page)}.products-used-container{max-width:1200px;margin:0 auto}.products-used h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.products-used .section-eyebrow{text-align:center}.products-used-container>p{text-align:center;color:var(--text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto 3rem}.products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.product-card{background:var(--surface-subtle);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s;text-decoration:none}.product-card:hover{background:var(--accent-light);transform:translateY(-3px)}.product-card h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.product-card p{font-size:.85rem;color:var(--text-muted)}.benefits-section{padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0E8A40 100%);color:#fff}.benefits-container{max-width:1200px;margin:0 auto;text-align:center}.benefits-container h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.benefits-container .section-link{display:inline-block;margin-top:2rem;color:#fff;font-weight:600;text-decoration:none;font-size:.95rem;opacity:.85}.benefits-container .section-link:hover{opacity:1;text-decoration:underline}.benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.benefit-item{background:hsla(0,0%,100%,.1);border-radius:12px;padding:2rem;text-align:center}.benefit-item h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.benefit-item p{opacity:.9;line-height:1.7;font-size:.95rem}.sector-trust-line{padding:3rem 2rem;background:var(--surface-page);border-bottom:1px solid var(--border-subtle);text-align:center}.sector-trust-line p{max-width:700px;margin:0 auto;font-size:1.25rem;color:var(--text-secondary);line-height:1.7}.sector-product-ctas{display:flex;justify-content:center;gap:3rem;margin-top:2rem;flex-wrap:wrap}.sector-product-link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s}.sector-product-link:hover{transform:translateY(-3px)}.sector-product-link img{height:60px;width:auto;object-fit:contain}.sector-product-link span{font-size:.95rem;font-weight:600;color:var(--accent-green)}.sector-ecosystem-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2rem}.sector-ecosystem-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2.25rem 1.75rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.sector-ecosystem-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.sector-ecosystem-card img{height:56px;width:auto;object-fit:contain}.sector-ecosystem-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0;flex:1}.sector-ecosystem-card span{font-weight:600;font-size:.95rem;color:var(--accent-green)}.sector-education-page .sector-hero{background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/sectors/education.jpg") center/cover}.sector-healthcare-page .sector-hero{background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/sectors/healthcare.jpg") center/cover}.sector-enterprise-page .sector-hero{background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/sectors/enterprise.jpg") center/cover}.sector-leisure-page .sector-hero{background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/sectors/events.jpg") center/cover}.sector-public-admin-page .sector-hero{background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(19, 167, 80, 0.7) 100%),url("/images/sectors/public-admin.jpg") center/cover}@media(max-width: 1024px){.sector-stats-container{grid-template-columns:repeat(2, 1fr)}.use-cases-grid{grid-template-columns:repeat(2, 1fr)}.sub-sectors-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2, 1fr)}.sector-ecosystem-cards{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.benefits-grid{grid-template-columns:1fr}}@media(max-width: 768px){.sector-hero h1{font-size:2.5rem}.sector-stats-container{grid-template-columns:1fr 1fr}.use-cases-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}.stat-item h3{font-size:2.25rem}}.faq-page .faq-hero{margin-top:73px;min-height:350px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%),url("/images/products/secanda-suite/Secanda-Suite_global.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.faq-page .faq-hero-content{max-width:800px}.faq-page .faq-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.faq-page .faq-hero p{font-size:1.25rem;opacity:.95;max-width:650px;margin:0 auto;line-height:1.7}.faq-page .faq-categories{padding:3rem 2rem;background:var(--surface-page);border-bottom:1px solid var(--border-subtle);position:sticky;top:73px;z-index:100}.faq-page .faq-categories-container{max-width:1100px;margin:0 auto;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.faq-page .faq-category-btn{padding:.75rem 1.5rem;border:2px solid var(--border-subtle);background:var(--surface-card);border-radius:50px;font-size:.95rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.faq-page .faq-category-btn:hover{border-color:var(--accent-green);color:var(--accent-green)}.faq-page .faq-category-btn.active{background:var(--gradient-primary);border-color:var(--accent-green);color:#fff}.faq-page .faq-content{padding:4rem 2rem;background:var(--surface-subtle)}.faq-page .faq-content-container{max-width:900px;margin:0 auto}.faq-page .faq-section{margin-bottom:3rem}.faq-page .faq-section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary-green);display:flex;align-items:center;gap:.75rem}.faq-page .faq-section-title svg{width:28px;height:28px;color:var(--accent-green)}.faq-page .page-faq-item{margin-bottom:.75rem}.faq-page .page-faq-answer{line-height:1.8;font-size:1rem}.faq-page .page-faq-answer p{margin-bottom:1rem}.faq-page .page-faq-answer p:last-child{margin-bottom:0}.faq-page .page-faq-answer ul{margin:1rem 0;padding-left:1.5rem}.faq-page .page-faq-answer li{margin-bottom:.5rem}.faq-page .page-faq-answer strong{color:var(--text-primary)}.faq-page .page-faq-answer a{color:var(--accent-green);text-decoration:none;font-weight:500}.faq-page .page-faq-answer a:hover{text-decoration:underline}.faq-page .highlight-stat{display:inline-block;background:var(--accent-light);color:var(--accent-green);padding:.15rem .5rem;border-radius:4px;font-weight:600}@media(max-width: 768px){.faq-page .faq-hero h1{font-size:2.25rem}.faq-page .faq-hero p{font-size:1.1rem}.faq-page .faq-categories{padding:.75rem 0}.faq-page .faq-categories-container{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;gap:.5rem;padding:0 1rem;scrollbar-width:none}.faq-page .faq-categories-container::-webkit-scrollbar{display:none}.faq-page .faq-category-btn{padding:.4rem .9rem;font-size:.85rem;flex-shrink:0;border-width:1px}.faq-page .faq-content{padding:2rem 1rem}.faq-page .faq-section-title{font-size:1.25rem}.faq-page .page-faq-item summary{padding:1rem 1.25rem;font-size:.95rem}.faq-page .page-faq-answer{padding:0 1.25rem 1.25rem;font-size:.95rem}}.team-page .team-hero{margin-top:73px;padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0E8A40 100%);color:#fff;text-align:center}.team-page .team-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.team-page .team-hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto}.team-page .team-hero .emoji-row{font-size:3rem;margin-top:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.team-page .team-stats{padding:4rem 2rem;background:var(--surface-page)}.team-page .stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;text-align:center}.team-page .stat-box{padding:2rem;background:var(--surface-subtle);border-radius:16px}.team-page .stat-box .emoji{font-size:2.5rem;margin-bottom:1rem}.team-page .stat-box h3{font-size:2.5rem;font-weight:800;color:var(--accent-green);margin-bottom:.5rem}.team-page .stat-box p{color:var(--text-secondary);font-weight:500}.team-page .team-section{padding:4rem 2rem;background:var(--surface-subtle)}.team-page .team-container{max-width:1400px;margin:0 auto}.team-page .team-category{margin-bottom:4rem}.team-page .team-category h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid var(--primary-green);display:inline-block}.team-page .team-category h2 span{margin-right:.5rem}.team-page .team-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:1.5rem}.team-page .team-card{background:var(--surface-card);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);cursor:pointer;position:relative}.team-page .team-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--shadow-card-hover)}.team-page .team-card:hover .card-photo{filter:grayscale(0)}.team-page .team-card:hover .card-overlay{opacity:1}.team-page .card-photo{width:100%;aspect-ratio:1;object-fit:cover;filter:grayscale(0.3);transition:filter .4s ease}.team-page .card-info{padding:1rem;text-align:center}.team-page .card-info h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.team-page .card-info p{font-size:.85rem;color:var(--text-muted);margin:0}.team-page .card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(19, 167, 80, 0.9) 0%, rgba(14, 138, 64, 0.9) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;padding:1.5rem;text-align:center;color:#fff}.team-page .card-overlay h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.team-page .card-overlay .role{font-size:.9rem;opacity:.9;margin-bottom:1rem}.team-page .card-overlay .fun-fact{font-size:.85rem;font-style:italic;opacity:.85;line-height:1.5}.team-page .card-overlay .fun-fact::before{content:'"'}.team-page .card-overlay .fun-fact::after{content:'"'}.team-page .values-section{padding:5rem 2rem;background:var(--surface-subtle);color:var(--text-primary)}.team-page .values-container{max-width:1200px;margin:0 auto;text-align:center}.team-page .values-container h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:var(--text-primary)}.team-page .values-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.team-page .value-card{background:var(--surface-card);border-radius:16px;padding:2rem}.team-page .value-card .icon{font-size:3rem;margin-bottom:1rem}.team-page .value-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.team-page .value-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}@media(max-width: 1024px){.team-page .stats-container{grid-template-columns:repeat(2, 1fr)}.team-page .values-grid{grid-template-columns:1fr}}@media(max-width: 768px){.team-page .team-hero h1{font-size:2.5rem}.team-page .team-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}.team-page .stat-box h3{font-size:2rem}}.papercut-page .page-hero{margin-top:73px;min-height:450px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.6) 100%),url("/images/products/papercut/Papercut-banner.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.papercut-page .page-hero-content{max-width:800px}.papercut-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.papercut-page .page-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.papercut-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.papercut-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.papercut-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.papercut-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.papercut-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.papercut-page .intro-visual img{width:100%}.papercut-page .papercut-reseller-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .9rem;margin-bottom:1.25rem;border-radius:50px;background:var(--badge-green-bg);color:var(--badge-green-text);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.papercut-page .papercut-reseller-badge svg{width:15px;height:15px;flex-shrink:0}.papercut-page .features-section{padding:5rem 2rem;background:var(--surface-subtle)}.papercut-page .features-container{max-width:1200px;margin:0 auto}.papercut-page .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.papercut-page .feature-card{background:var(--surface-card);border-radius:16px;padding:2rem}.papercut-page .feature-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.papercut-page .feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.papercut-page .feature-icon{width:50px;height:50px;background:rgba(19,167,80,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.papercut-page .feature-icon svg{width:24px;height:24px;color:var(--accent-green)}.papercut-page .integration-section{padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0E8A40 100%);color:#fff}.papercut-page .integration-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.papercut-page .integration-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.papercut-page .integration-content p{font-size:1.1rem;opacity:.9;line-height:1.7;margin-bottom:1.5rem}.papercut-page .integration-features{list-style:none}.papercut-page .integration-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:1rem}.papercut-page .integration-features svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.papercut-page .integration-visual{text-align:center}.papercut-page .integration-visual img{max-width:100%}.papercut-page .benefits-section{padding:5rem 2rem;background:var(--surface-page)}.papercut-page .benefits-container{max-width:1200px;margin:0 auto}.papercut-page .benefits-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.papercut-page .benefit-card{background:var(--surface-subtle);border-radius:16px;padding:2rem;text-align:center}.papercut-page .benefit-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.papercut-page .benefit-card p{font-size:.9rem;color:var(--text-muted)}.papercut-page .benefit-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.papercut-page .benefit-icon svg{width:28px;height:28px;color:#fff}.papercut-page .sustainability-section{padding:5rem 2rem;background:linear-gradient(180deg, var(--surface-subtle) 0%, var(--surface-page) 100%)}.papercut-page .sustainability-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.papercut-page .sustainability-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.papercut-page .sustainability-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.papercut-page .sustainability-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-top:2rem}.papercut-page .stat-card{background:var(--surface-card);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-card)}.papercut-page .stat-card .number{font-size:2.5rem;font-weight:800;color:var(--accent-green)}.papercut-page .stat-card .label{font-size:.9rem;color:var(--text-muted)}.papercut-page .sustainability-visual img{width:100%}.papercut-page .compatibility-visual{max-width:720px;margin:0 auto 2.5rem}.papercut-page .compatibility-visual img{display:block;width:100%;height:auto}@media(max-width: 1024px){.papercut-page .features-grid{grid-template-columns:repeat(2, 1fr)}.papercut-page .benefits-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.papercut-page .page-hero h1{font-size:2.25rem}.papercut-page .intro-container,.papercut-page .integration-container,.papercut-page .sustainability-container{grid-template-columns:1fr}.papercut-page .features-grid,.papercut-page .benefits-grid{grid-template-columns:1fr}.papercut-page .sustainability-stats{grid-template-columns:1fr}}.schoolinked-page .page-hero{margin-top:73px;min-height:420px;background:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),url("/images/products/schoolinked/Schoolinked-banner.webp") center top/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:5rem 2rem}.schoolinked-page .page-hero-content{max-width:720px}.schoolinked-page .page-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.schoolinked-page .page-hero-content p{font-size:1.2rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto;line-height:1.6}.schoolinked-page .app-stores{display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0;animation:slideUp .8s ease-out .4s forwards}.schoolinked-page .app-store-btn{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);padding:.75rem 1.5rem;border-radius:10px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;min-width:180px}.schoolinked-page .app-store-btn:hover{background:hsla(0,0%,100%,.25)}.schoolinked-page .app-store-btn svg{width:24px;height:24px}.schoolinked-page .app-store-btn span{font-weight:600}.schoolinked-page .hero-product-icon{padding:.5rem}.schoolinked-page .hero-product-icon img{width:auto;height:30px}.schoolinked-page .hero-badge{display:inline-block;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25);padding:.4rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.schoolinked-page .container{max-width:1280px;margin:0 auto}.schoolinked-page section{padding:5rem 2rem}.schoolinked-page .section-title{text-align:center;margin-bottom:3rem}.schoolinked-page .section-title h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.schoolinked-page .section-title p{font-size:1.05rem;color:var(--text-muted);max-width:600px;margin:0 auto}.schoolinked-page .intro-section{background:var(--surface-page)}.schoolinked-page .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.schoolinked-page .intro-text h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.schoolinked-page .intro-text p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.schoolinked-page .intro-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.schoolinked-page .intro-highlights span{background:rgba(0,93,159,.08);color:var(--accent-schoolinked);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600}.schoolinked-page .intro-visual img{width:100%;border-radius:12px}.schoolinked-page .trust-section{background:var(--surface-page);padding:3rem 0 4rem}.schoolinked-page .trust-section .trust-container{max-width:100%;margin:0 auto}.schoolinked-page .trust-section .trust-eyebrow{text-align:center;margin:0 auto 2rem;padding:0 2rem}.schoolinked-page .trust-section .trust-eyebrow span{display:inline-block;position:relative;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);padding:0 1.5rem}.schoolinked-page .trust-section .trust-eyebrow span::before,.schoolinked-page .trust-section .trust-eyebrow span::after{content:"";position:absolute;top:50%;width:80px;height:1px;background:var(--border-subtle)}.schoolinked-page .trust-section .trust-eyebrow span::before{right:100%}.schoolinked-page .trust-section .trust-eyebrow span::after{left:100%}.schoolinked-page .trust-section .trust-logo-single{text-align:center}.schoolinked-page .trust-section .trust-logo-single img{height:120px;width:auto;display:inline-block;opacity:.85;transition:opacity .2s}.schoolinked-page .trust-section .trust-logo-single img:hover{opacity:1}.schoolinked-page .trust-section .logo-ticker{margin-top:2.75rem}.schoolinked-page .trust-section .logo-ticker .ticker-track{animation-duration:60s}.schoolinked-page .trust-section .logo-ticker .ticker-item{padding:0 1.25rem}.schoolinked-page .trust-section .logo-ticker .ticker-item img{height:84px;max-width:230px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.06);filter:none;opacity:1;transition:box-shadow .2s,transform .2s}.schoolinked-page .trust-section .logo-ticker .ticker-item:hover img{filter:none;box-shadow:0 8px 22px rgba(0,0,0,.12);transform:translateY(-2px)}.schoolinked-page .video-section{background:var(--surface-page)}.schoolinked-page .video-grid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(280px, 420px);gap:4rem;align-items:center}.schoolinked-page .section-eyebrow{display:inline-flex;color:var(--accent-schoolinked);font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem;text-transform:uppercase}.schoolinked-page .video-content{max-width:620px}.schoolinked-page .video-content h2{color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1rem}.schoolinked-page .video-content p{color:var(--text-secondary);font-size:1.08rem;line-height:1.7;margin-bottom:1.5rem}.schoolinked-page .video-content .btn-primary{background:linear-gradient(135deg, #005D9F 0%, #004A7F 100%);margin-top:.5rem}.schoolinked-page .video-highlights{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.75rem 1rem;list-style:none;margin:0 0 1.5rem;padding:0}.schoolinked-page .video-highlights li{color:var(--text-tertiary);display:flex;align-items:center;gap:.55rem;font-size:.95rem;font-weight:600}.schoolinked-page .video-highlights li::before{content:"✓";width:22px;height:22px;border-radius:50%;background:rgba(0,93,159,.1);color:var(--accent-schoolinked);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem;font-weight:800}.schoolinked-page .video-frame{position:relative;max-width:380px;margin-left:auto;padding:.75rem;border-radius:2rem;background:linear-gradient(145deg, rgba(0, 93, 159, 0.16), rgba(0, 74, 127, 0.08));box-shadow:0 20px 60px rgba(0,0,0,.1)}.schoolinked-page .video-frame video{display:block;width:100%;aspect-ratio:9/16;border-radius:1.35rem;background:#0f172a;object-fit:cover}.schoolinked-page .video-frame.video-wrapper{aspect-ratio:9/16;margin-top:0;overflow:hidden}.schoolinked-page .video-frame .video-player{position:absolute;inset:.75rem;width:calc(100% - 1.5rem);height:calc(100% - 1.5rem)}.schoolinked-page .communication-section{background:var(--surface-subtle)}.schoolinked-page .communication-showcase{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:center;max-width:1000px;margin:0 auto 4rem}.schoolinked-page .communication-showcase .showcase-device img{width:100%;height:auto;display:block}.schoolinked-page .communication-showcase .showcase-device--mobile{max-width:260px;justify-self:center}.schoolinked-page .communication-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem}.schoolinked-page .communication-card{background:var(--surface-card);border-radius:12px;padding:2rem;text-align:center}.schoolinked-page .communication-card h3,.schoolinked-page .communication-card h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.schoolinked-page .communication-card p{color:var(--text-muted);font-size:.88rem;line-height:1.5;margin:0}.schoolinked-page .feature-icon{width:56px;height:56px;background:linear-gradient(135deg, #005D9F 0%, #004A7F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.schoolinked-page .feature-icon svg{width:26px;height:26px;color:#fff}.schoolinked-page .communication-features{margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.schoolinked-page .comm-feature{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.schoolinked-page .comm-feature:nth-child(even) .comm-feature-media{order:-1}.schoolinked-page .comm-feature .comm-feature-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#005d9f;margin-bottom:.75rem}.schoolinked-page .comm-feature h3{font-size:1.45rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.schoolinked-page .comm-feature p{color:var(--text-muted);font-size:.98rem;line-height:1.6;margin:0}.schoolinked-page .comm-feature-media{display:flex;justify-content:center}.schoolinked-page .comm-feature-media.is-ui img{width:100%;max-width:440px;height:auto;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;box-shadow:var(--shadow-card);padding:1.25rem;box-sizing:border-box}.schoolinked-page .comm-feature-media.is-phones img{width:auto;max-width:100%;max-height:540px;height:auto;filter:drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18))}.schoolinked-page .dashboards-section{background:var(--surface-subtle)}.schoolinked-page .section-eyebrow--badge{display:inline-block;background:#005d9f;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem;border-radius:999px;margin-bottom:1rem}.schoolinked-page .dashboards-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:2.5rem}.schoolinked-page .dashboard-card{background:var(--surface-card);border-radius:12px;padding:2.25rem;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle)}.schoolinked-page .dashboard-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.schoolinked-page .dashboard-card-header .dashboard-icon{width:48px;height:48px;flex-shrink:0;background:linear-gradient(135deg, #005D9F 0%, #004A7F 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}.schoolinked-page .dashboard-card-header .dashboard-icon svg{width:24px;height:24px;color:#fff}.schoolinked-page .dashboard-card-header h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.schoolinked-page .dashboard-list{list-style:none;margin:0;padding:0}.schoolinked-page .dashboard-list li{position:relative;padding-left:1.85rem;margin-bottom:.9rem;color:var(--text-primary);font-size:.97rem;line-height:1.5}.schoolinked-page .dashboard-list li:last-child{margin-bottom:0}.schoolinked-page .dashboard-list li::before{content:"";position:absolute;left:.3rem;top:.55em;width:.5rem;height:.5rem;background:#005d9f;border-radius:50%}.schoolinked-page .screenshots-section{background:var(--surface-subtle)}.schoolinked-page .screenshots-container{max-width:1200px;margin:0 auto}.schoolinked-page .screenshots-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:1rem;margin-top:2.5rem}.schoolinked-page .screenshot-item{cursor:pointer}.schoolinked-page .screenshot-item img{width:100%;display:block;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.schoolinked-page .screenshot-item:hover img{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.schoolinked-page .absence-section{background:var(--surface-page)}.schoolinked-page .absence-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.schoolinked-page .absence-visual img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.schoolinked-page .absence-text .feature-icon{margin:0 0 1.25rem}.schoolinked-page .absence-text h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.schoolinked-page .absence-text>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.schoolinked-page .absence-details{list-style:none;padding:0;margin:0}.schoolinked-page .absence-details li{padding:.4rem 0;font-size:.95rem;color:var(--text-tertiary);display:flex;align-items:center;gap:.5rem;line-height:1.4}.schoolinked-page .absence-details li::before{content:"•";color:var(--accent-schoolinked);font-weight:700;font-size:1.2rem;flex-shrink:0}.schoolinked-page .users-section{background:var(--surface-page)}.schoolinked-page .users-devices-image{text-align:center;margin:2rem auto 3rem;max-width:900px}.schoolinked-page .users-devices-image img{width:100%;height:auto;display:block;border-radius:12px}.schoolinked-page .users-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.schoolinked-page .user-card{background:var(--surface-card);border-radius:12px;padding:2rem}.schoolinked-page .user-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.schoolinked-page .user-card-header h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0}.schoolinked-page .user-icon{width:48px;height:48px;background:linear-gradient(135deg, #005D9F 0%, #004A7F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.schoolinked-page .user-icon svg{width:22px;height:22px;color:#fff}.schoolinked-page .user-features{list-style:none;padding:0;margin:0}.schoolinked-page .user-features li{padding:.4rem 0;font-size:.9rem;color:var(--text-tertiary);display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.schoolinked-page .user-features li::before{content:"✓";color:var(--accent-schoolinked);font-weight:700;flex-shrink:0}.schoolinked-page .trust-data-section{background:linear-gradient(135deg, #005D9F 0%, #004A7F 100%);color:#fff}.schoolinked-page .trust-data-section .section-title h2{color:#fff}.schoolinked-page .trust-data-section .section-title p{color:hsla(0,0%,100%,.8)}.schoolinked-page .trust-data-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2.5rem}.schoolinked-page .trust-data-card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:8px;padding:2rem 1.5rem;text-align:center}.schoolinked-page .trust-data-card h3,.schoolinked-page .trust-data-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.schoolinked-page .trust-data-card p{font-size:.9rem;opacity:.85;margin:0;line-height:1.6}.schoolinked-page .trust-data-icon{width:56px;height:56px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.schoolinked-page .trust-data-icon svg{width:26px;height:26px;color:#fff}.schoolinked-page .page-faq-item summary::after{color:var(--accent-schoolinked)}.schoolinked-page .cta-section--compact{padding:2rem 2rem}.schoolinked-page .video-tips-section{background:var(--surface-page)}.schoolinked-page .video-tips-container{max-width:1100px;margin:0 auto}.schoolinked-page .video-tips-container h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:2rem 0 1.25rem}.schoolinked-page .video-tips-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));gap:1.5rem}.schoolinked-page .video-tip{margin:0}.schoolinked-page .video-tip video{display:block;width:100%;aspect-ratio:9/16;border-radius:8px;border:1px solid var(--border-subtle);background:#fff}.schoolinked-page .video-tip figcaption{margin-top:.6rem;font-size:.88rem;font-weight:600;color:var(--text-tertiary);text-align:center}@media(max-width: 1024px){.schoolinked-page .intro-grid{grid-template-columns:1fr;gap:2rem}.schoolinked-page .video-grid{grid-template-columns:1fr;gap:2.5rem}.schoolinked-page .video-frame{margin:0 auto}.schoolinked-page .communication-showcase{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.schoolinked-page .communication-showcase .showcase-device--mobile{max-width:220px}.schoolinked-page .absence-content{grid-template-columns:1fr}.schoolinked-page .absence-visual{order:-1}.schoolinked-page .communication-grid{grid-template-columns:repeat(2, 1fr)}.schoolinked-page .comm-feature{grid-template-columns:1fr;gap:1.5rem}.schoolinked-page .comm-feature:nth-child(even) .comm-feature-media{order:0}.schoolinked-page .dashboards-grid{grid-template-columns:1fr}.schoolinked-page .screenshots-grid{grid-template-columns:repeat(3, 1fr)}.schoolinked-page .users-grid{grid-template-columns:1fr}.schoolinked-page .trust-data-grid{grid-template-columns:1fr}.schoolinked-page .video-tips-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.schoolinked-page .hero-content h1{font-size:2.25rem}.schoolinked-page .page-hero-content h1{font-size:2.25rem}.schoolinked-page .app-stores{flex-direction:column;align-items:center}.schoolinked-page section{padding:3rem 1rem}.schoolinked-page .section-title h2{font-size:1.75rem}.schoolinked-page .trust-logos{gap:1.5rem}.schoolinked-page .trust-logos img{max-width:140px;height:46px}.schoolinked-page .video-content h2{font-size:1.9rem}.schoolinked-page .video-highlights{grid-template-columns:1fr}.schoolinked-page .video-frame{max-width:320px;padding:.55rem;border-radius:1.5rem}.schoolinked-page .video-frame video{border-radius:1rem}.schoolinked-page .communication-grid{grid-template-columns:1fr}.schoolinked-page .screenshots-grid{grid-template-columns:repeat(2, 1fr);max-width:360px;margin-left:auto;margin-right:auto}.schoolinked-page .video-tips-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}}[data-theme=dark] .schoolinked-page .trust-section .logo-ticker .ticker-item img{filter:none;mix-blend-mode:normal;opacity:1;background:#fff}[data-theme=dark] .schoolinked-page .trust-section .trust-logo-single img{opacity:1}[data-theme=dark] .schoolinked-page .trust-section .logo-ticker .ticker-item:hover img{filter:none}.salto-access-page .page-hero{margin-top:73px;min-height:450px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.6) 100%),url("/images/products/secanda-access/access-banner.jpg") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.salto-access-page .page-hero-content{max-width:800px}.salto-access-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.salto-access-page .page-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.salto-access-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.salto-access-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.salto-access-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.salto-access-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.salto-access-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.salto-access-page .intro-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.salto-access-page .features-section{padding:5rem 2rem;background:var(--surface-page)}.salto-access-page .features-container{max-width:1200px;margin:0 auto}.salto-access-page .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.salto-access-page .feature-card{background:var(--surface-card);border-radius:16px;padding:2rem}.salto-access-page .feature-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.salto-access-page .feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.salto-access-page .feature-icon{width:50px;height:50px;background:rgba(19,167,80,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.salto-access-page .feature-icon svg{width:24px;height:24px;color:var(--accent-green)}.salto-access-page .mobile-keys-section{padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0E8A40 100%);color:#fff}.salto-access-page .mobile-keys-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.salto-access-page .mobile-keys-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.salto-access-page .mobile-keys-content p{font-size:1.1rem;opacity:.9;line-height:1.7;margin-bottom:1.5rem}.salto-access-page .mobile-keys-features{list-style:none}.salto-access-page .mobile-keys-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem}.salto-access-page .mobile-keys-features svg{width:20px;height:20px}.salto-access-page .mobile-keys-visual{text-align:center}.salto-access-page .mobile-keys-visual img{max-width:280px;border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.3)}.salto-access-page .benefits-section{padding:5rem 2rem;background:var(--surface-page)}.salto-access-page .benefits-container{max-width:1000px;margin:0 auto}.salto-access-page .benefits-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.salto-access-page .benefit-card{display:flex;gap:1.5rem;padding:2rem;background:var(--surface-subtle);border-radius:16px}.salto-access-page .benefit-card h3,.salto-access-page .benefit-card h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.salto-access-page .benefit-card p{font-size:.9rem;color:var(--text-muted);margin:0}.salto-access-page .benefit-icon{width:50px;height:50px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.salto-access-page .benefit-icon svg{width:24px;height:24px;color:#fff}.salto-access-page .hardware-showcase{padding:4rem 2rem;background:var(--surface-subtle)}.salto-access-page .hardware-showcase-container{max-width:1200px;margin:0 auto;text-align:center}.salto-access-page .hardware-showcase-container h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.salto-access-page .hardware-showcase-container p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.salto-access-page .hardware-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.salto-access-page .hardware-card{background:var(--surface-card);border-radius:16px;overflow:hidden}.salto-access-page .hardware-card-image{height:180px;background:#f0f0f0;border-bottom:1px solid var(--border-subtle)}.salto-access-page .hardware-card-image img{display:block;width:100%;height:100%;object-fit:contain}.salto-access-page p.hardware-note{margin:2rem auto 0;font-size:.95rem;color:var(--text-muted)}.salto-access-page .hardware-card-label{padding:1rem 1.25rem 1.25rem}.salto-access-page .hardware-card-label h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0 0 .2rem}.salto-access-page .hardware-card-label span{font-size:.8rem;color:var(--text-muted)}@media(max-width: 1024px){.salto-access-page .features-grid,.salto-access-page .hardware-grid{grid-template-columns:repeat(2, 1fr)}.salto-access-page .benefits-grid{grid-template-columns:1fr}}@media(max-width: 768px){.salto-access-page .page-hero h1{font-size:2.25rem}.salto-access-page .intro-container,.salto-access-page .mobile-keys-container{grid-template-columns:1fr}.salto-access-page .features-grid,.salto-access-page .hardware-grid{grid-template-columns:1fr}}.gantner-lockers-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.6) 100%),url("/images/products/gantner/gantner-banner.webp") center top/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.gantner-lockers-page .page-hero-content{max-width:900px}.gantner-lockers-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.gantner-lockers-page .page-hero p{font-size:1.3rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:700px;margin:0 auto}.gantner-lockers-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.gantner-lockers-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.gantner-lockers-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gantner-lockers-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.gantner-lockers-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.gantner-lockers-page .intro-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.gantner-lockers-page .intro-highlights{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2rem}.gantner-lockers-page .intro-highlight{text-align:center;padding:1rem}.gantner-lockers-page .intro-highlight h3,.gantner-lockers-page .intro-highlight h4{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.gantner-lockers-page .intro-highlight p{font-size:.8rem;color:var(--text-muted);margin:0}.gantner-lockers-page .intro-highlight-icon{margin-bottom:.5rem}.gantner-lockers-page .intro-highlight-icon svg{width:28px;height:28px;color:var(--accent-green)}.gantner-lockers-page .benefits-section{padding:5rem 2rem;background:var(--surface-subtle)}.gantner-lockers-page .benefits-container{max-width:1200px;margin:0 auto}.gantner-lockers-page .benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.gantner-lockers-page .benefit-card{background:var(--surface-card);padding:2rem;border-radius:16px;text-align:center}.gantner-lockers-page .benefit-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.gantner-lockers-page .benefit-card p{font-size:.95rem;color:var(--text-muted);margin:0}.gantner-lockers-page .benefit-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.gantner-lockers-page .benefit-icon svg{width:28px;height:28px;color:#fff}.gantner-lockers-page .solutions-section{padding:5rem 2rem;background:var(--surface-page)}.gantner-lockers-page .solutions-container{max-width:1200px;margin:0 auto}.gantner-lockers-page .solution-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.gantner-lockers-page .solution-row:nth-child(even) .solution-content{order:2}.gantner-lockers-page .solution-row:last-child{margin-bottom:0}.gantner-lockers-page .solution-content h3{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.gantner-lockers-page .solution-content p{color:var(--text-secondary);font-size:1rem;line-height:1.8;margin-bottom:1rem}.gantner-lockers-page .solution-features{list-style:none;padding:0;margin:1.5rem 0 0 0}.gantner-lockers-page .solution-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--text-secondary)}.gantner-lockers-page .solution-features li::before{content:"✓";color:var(--primary-color);font-weight:bold}.gantner-lockers-page .solution-image img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1)}.gantner-lockers-page .products-section{padding:5rem 2rem;background:var(--surface-subtle)}.gantner-lockers-page .products-container{max-width:1200px;margin:0 auto}.gantner-lockers-page .products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.gantner-lockers-page .product-card{background:var(--surface-card);border-radius:16px;overflow:hidden}.gantner-lockers-page .product-image{height:170px;background:#f0f0f0;border-bottom:1px solid var(--border-subtle)}.gantner-lockers-page .product-image img{display:block;width:100%;height:100%;object-fit:contain}.gantner-lockers-page .product-content{padding:1.25rem}.gantner-lockers-page .product-content h3,.gantner-lockers-page .product-content h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.gantner-lockers-page .product-content p{font-size:.85rem;color:var(--text-muted);margin:0}@media(max-width: 1024px){.gantner-lockers-page .benefits-grid{grid-template-columns:repeat(2, 1fr)}.gantner-lockers-page .products-grid{grid-template-columns:repeat(2, 1fr)}.gantner-lockers-page .solution-row{grid-template-columns:1fr}.gantner-lockers-page .solution-row:nth-child(even) .solution-content{order:0}}@media(max-width: 768px){.gantner-lockers-page .page-hero h1{font-size:2.25rem}.gantner-lockers-page .intro-container{grid-template-columns:1fr}.gantner-lockers-page .intro-highlights{grid-template-columns:1fr}.gantner-lockers-page .benefits-grid{grid-template-columns:1fr}.gantner-lockers-page .products-grid{grid-template-columns:1fr}}.micanda-pos-page .hero-product-icon{padding:.5rem}.micanda-pos-page .hero-product-icon img{width:auto;height:30px}.micanda-pos-page .page-hero{margin-top:73px;min-height:450px;background:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),url("/images/products/micanda/Micanda-header.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.micanda-pos-page .page-hero-content{max-width:800px}.micanda-pos-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.micanda-pos-page .page-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.micanda-pos-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.micanda-pos-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.micanda-pos-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.micanda-pos-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.micanda-pos-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.micanda-pos-page .intro-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.micanda-pos-page .features-section{padding:5rem 2rem;background:var(--surface-subtle)}.micanda-pos-page .features-container{max-width:1200px;margin:0 auto}.micanda-pos-page .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.micanda-pos-page .feature-card{background:var(--surface-card);border-radius:16px;padding:2rem}.micanda-pos-page .feature-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.micanda-pos-page .feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.micanda-pos-page .feature-icon{width:50px;height:50px;background:var(--accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.micanda-pos-page .feature-icon svg{width:24px;height:24px;color:var(--accent-green)}.micanda-pos-page .screenshots-section{padding:5rem 2rem;background:var(--surface-page)}.micanda-pos-page .screenshots-container{max-width:1200px;margin:0 auto}.micanda-pos-page .screenshots-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:2.5rem}.micanda-pos-page .screenshot-item img{width:100%;display:block;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.micanda-pos-page .screenshot-item:hover img{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.micanda-pos-page .payment-section{padding:5rem 2rem;background:var(--surface-page)}.micanda-pos-page .payment-container{max-width:1000px;margin:0 auto}.micanda-pos-page .payment-methods{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.micanda-pos-page .payment-method{text-align:center;padding:2rem;background:var(--surface-subtle);border-radius:16px}.micanda-pos-page .payment-method h3,.micanda-pos-page .payment-method h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.micanda-pos-page .payment-method p{font-size:.85rem;color:var(--text-muted)}.micanda-pos-page .payment-method .payment-link{display:inline-block;margin-top:.5rem;font-size:.8rem;font-weight:600;color:var(--accent-green);text-decoration:none}.micanda-pos-page .payment-method .payment-link:hover{text-decoration:underline}.micanda-pos-page .payment-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.micanda-pos-page .payment-icon svg{width:28px;height:28px;color:#fff}.micanda-pos-page .trust-section{padding:3rem 0 4rem}.micanda-pos-page .trust-section .trust-eyebrow{text-align:center;margin:0 auto 2rem;padding:0 2rem}.micanda-pos-page .trust-section .trust-eyebrow span{display:inline-block;position:relative;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);padding:0 1.5rem}.micanda-pos-page .trust-section .trust-eyebrow span::before,.micanda-pos-page .trust-section .trust-eyebrow span::after{content:"";position:absolute;top:50%;width:80px;height:1px;background:var(--border-subtle)}.micanda-pos-page .trust-section .trust-eyebrow span::before{right:100%}.micanda-pos-page .trust-section .trust-eyebrow span::after{left:100%}.micanda-pos-page .trust-section .logo-ticker .ticker-item{padding:0 3rem}.micanda-pos-page .trust-section .logo-ticker .ticker-item img{height:95px;max-width:240px}.micanda-pos-page .payment-showcase{margin:2.5rem auto 0;max-width:900px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card)}.micanda-pos-page .payment-showcase img{display:block;width:100%;height:auto}.micanda-pos-page .hardware-section{padding:5rem 2rem;background:var(--surface-subtle)}.micanda-pos-page .hardware-container{max-width:1200px;margin:0 auto}.micanda-pos-page .hardware-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2.5rem}.micanda-pos-page .hardware-card{background:var(--surface-card);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card)}.micanda-pos-page .hardware-card h3{font-size:1.05rem;font-weight:700;color:var(--text-primary);text-align:center;margin:0;padding:1rem 1rem 1.25rem}.micanda-pos-page .hardware-image{background:#fff;border-bottom:1px solid var(--border-subtle)}:root[data-theme=dark] .micanda-pos-page .hardware-image{background:var(--accent-light)}.micanda-pos-page .hardware-image img{width:100%;height:220px;object-fit:contain;object-position:center;display:block;padding:1.5rem;box-sizing:border-box}.micanda-pos-page .hardware-note{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:2.5rem;color:var(--text-secondary);font-size:.95rem;text-align:center}.micanda-pos-page .hardware-note svg{flex:0 0 auto;width:20px;height:20px;color:var(--accent-green)}.micanda-pos-page .accessories-section{padding:5rem 2rem;background:var(--surface-page)}.micanda-pos-page .accessories-container{max-width:1200px;margin:0 auto}.micanda-pos-page .accessories-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2.5rem}.micanda-pos-page .accessory-card{background:var(--surface-card);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card)}.micanda-pos-page .accessory-image{background:#fff;border-bottom:1px solid var(--border-subtle)}:root[data-theme=dark] .micanda-pos-page .accessory-image{background:var(--accent-light)}.micanda-pos-page .accessory-image img{width:100%;height:170px;object-fit:contain;object-position:center;display:block;padding:.75rem;box-sizing:border-box}.micanda-pos-page .accessory-body{padding:1rem 1rem 1.25rem}.micanda-pos-page .accessory-body h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem;line-height:1.3}.micanda-pos-page .accessory-body p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.micanda-pos-page .wallee-section{padding:5rem 2rem;background:var(--surface-subtle)}.micanda-pos-page .wallee-container{max-width:1200px;margin:0 auto}.micanda-pos-page .wallee-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:2.5rem}.micanda-pos-page .wallee-card{display:flex;gap:1.5rem;align-items:stretch;background:var(--surface-card);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.micanda-pos-page .wallee-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.micanda-pos-page .wallee-image{flex:0 0 180px}.micanda-pos-page .wallee-image img{width:100%;height:100%;max-height:220px;object-fit:contain;background:#fff;border-radius:12px;padding:.5rem}:root[data-theme=dark] .micanda-pos-page .wallee-image img{background:var(--accent-light)}.micanda-pos-page .wallee-content{flex:1;display:flex;flex-direction:column;justify-content:center}.micanda-pos-page .wallee-content h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:.5rem 0}.micanda-pos-page .wallee-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.micanda-pos-page .wallee-badge{display:inline-block;background:var(--accent-light);color:var(--accent-green);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}.micanda-pos-page .wallee-comparison{margin-top:2rem;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-card);overflow:hidden}.micanda-pos-page .wallee-comparison summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.75rem;cursor:pointer;font-size:1.05rem;font-weight:700;color:var(--text-primary);list-style:none}.micanda-pos-page .wallee-comparison summary::-webkit-details-marker{display:none}.micanda-pos-page .wallee-comparison summary svg{flex:0 0 auto;width:20px;height:20px;color:var(--text-muted);transition:transform .3s ease}.micanda-pos-page .wallee-comparison[open] summary svg{transform:rotate(180deg)}.micanda-pos-page .wallee-comparison-scroll{border-top:1px solid var(--border-subtle)}.micanda-pos-page .wallee-comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.micanda-pos-page .wallee-comparison-table th,.micanda-pos-page .wallee-comparison-table td{padding:.9rem 1.25rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border-subtle)}.micanda-pos-page .wallee-comparison-table thead th{color:var(--accent-green);font-weight:700;font-size:.95rem}.micanda-pos-page .wallee-comparison-table tbody th{color:var(--text-primary);font-weight:700;white-space:nowrap}.micanda-pos-page .wallee-comparison-table tbody td{color:var(--text-muted);line-height:1.5}.micanda-pos-page .wallee-comparison-table tbody tr:last-child th,.micanda-pos-page .wallee-comparison-table tbody tr:last-child td{border-bottom:none}.micanda-pos-page .wallee-comparison-table td.wallee-comparison-all{text-align:center}.micanda-pos-page .wallee-comparison-option{display:block;margin-top:.75rem}@media(max-width: 768px){.micanda-pos-page .wallee-comparison-table thead{display:none}.micanda-pos-page .wallee-comparison-table tbody tr{display:block}.micanda-pos-page .wallee-comparison-table tbody tr>th[scope=row]{display:block;text-align:center;font-size:1.05rem;white-space:normal;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--border-subtle)}.micanda-pos-page .wallee-comparison-table tbody td{display:grid;grid-template-columns:5.5rem 1fr;gap:.25rem 1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border-subtle)}.micanda-pos-page .wallee-comparison-table tbody td::before{content:attr(data-label) " :";font-weight:700;color:var(--accent-green)}.micanda-pos-page .wallee-comparison-table tbody td.wallee-comparison-all{display:block;text-align:left}.micanda-pos-page .wallee-comparison-table tbody td.wallee-comparison-all::before{content:none}.micanda-pos-page .wallee-comparison-table tbody tr:last-child td:last-child{border-bottom:none}}.micanda-pos-page .process-section{padding:5rem 2rem;background:var(--surface-subtle)}.micanda-pos-page .process-container{max-width:1200px;margin:0 auto}.micanda-pos-page .process-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.micanda-pos-page .process-card{background:var(--surface-card);border-radius:16px;padding:2rem 1.75rem 2rem;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.micanda-pos-page .process-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);border-color:var(--accent-green)}.micanda-pos-page .process-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;line-height:1.35;text-align:left}.micanda-pos-page .process-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7;text-align:left;margin:0}.micanda-pos-page .process-number{display:block;font-size:2.5rem;font-weight:800;line-height:1;color:var(--accent-green);letter-spacing:-0.02em;margin-bottom:1.25rem;font-variant-numeric:tabular-nums}.micanda-pos-page .page-faq-section{background:var(--surface-page)}.micanda-pos-page .voucher-section{padding:5rem 2rem;background:var(--gradient-primary);color:#fff}.micanda-pos-page .voucher-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.micanda-pos-page .voucher-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.micanda-pos-page .voucher-content p{font-size:1.1rem;opacity:.9;line-height:1.7;margin-bottom:1.5rem}.micanda-pos-page .voucher-features{list-style:none}.micanda-pos-page .voucher-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem}.micanda-pos-page .voucher-features svg{width:20px;height:20px}.micanda-pos-page .voucher-visual{text-align:center}.micanda-pos-page .voucher-example{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:left}.micanda-pos-page .voucher-example h3,.micanda-pos-page .voucher-example h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.micanda-pos-page .voucher-example-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.2)}.micanda-pos-page .voucher-example-item:last-child{border-bottom:none}@media(max-width: 1024px){.micanda-pos-page .features-grid{grid-template-columns:repeat(2, 1fr)}.micanda-pos-page .payment-methods{grid-template-columns:repeat(2, 1fr)}.micanda-pos-page .screenshots-grid{grid-template-columns:repeat(2, 1fr)}.micanda-pos-page .wallee-grid{grid-template-columns:1fr}.micanda-pos-page .process-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.micanda-pos-page .page-hero h1{font-size:2.25rem}.micanda-pos-page .intro-container,.micanda-pos-page .voucher-container{grid-template-columns:1fr}.micanda-pos-page .features-grid,.micanda-pos-page .payment-methods,.micanda-pos-page .screenshots-grid{grid-template-columns:1fr}.micanda-pos-page .hardware-grid,.micanda-pos-page .accessories-grid{grid-template-columns:repeat(2, 1fr)}.micanda-pos-page .process-grid{grid-template-columns:1fr}.micanda-pos-page .trust-section .trust-eyebrow span{font-size:.75rem;letter-spacing:.12em}.micanda-pos-page .trust-section .trust-eyebrow span::before,.micanda-pos-page .trust-section .trust-eyebrow span::after{width:30px}.micanda-pos-page .trust-section .logo-ticker .ticker-item{padding:0 1.5rem}.micanda-pos-page .trust-section .logo-ticker .ticker-item img{height:70px;max-width:180px}.micanda-pos-page .wallee-card{flex-direction:column}.micanda-pos-page .wallee-image{flex:0 0 auto;height:200px}.micanda-pos-page .wallee-image img{max-height:200px}}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox-overlay.active{opacity:1;pointer-events:all}.lightbox-img{max-width:90vw;max-height:90vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:1rem;opacity:.7;transition:opacity .2s ease}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{opacity:1}.lightbox-close{top:1rem;right:1.5rem;font-size:2.5rem}.lightbox-prev{left:1.5rem;top:50%;transform:translateY(-50%)}.lightbox-next{right:1.5rem;top:50%;transform:translateY(-50%)}.card-printers-page .page-hero{margin-top:73px;min-height:450px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.6) 100%),url("/images/products/card-printers/agilia-family.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.card-printers-page .page-hero-content{max-width:800px}.card-printers-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.card-printers-page .page-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.card-printers-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.card-printers-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.card-printers-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.card-printers-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.card-printers-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.card-printers-page .intro-content .intro-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-weight:600;font-size:.95rem;color:var(--accent-green);text-decoration:none;transition:gap .2s ease,opacity .2s ease}.card-printers-page .intro-content .intro-link:hover{opacity:.8;gap:.7rem}.card-printers-page .intro-visual img{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.card-printers-page .printers-section{padding:5rem 2rem;background:var(--surface-subtle)}.card-printers-page .printers-container{max-width:1200px;margin:0 auto}.card-printers-page .evolis-partner-badge{display:block;width:170px;height:auto;margin:1.25rem auto 0;background:#fff;padding:.5rem;border-radius:18px}.card-printers-page .printers-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.card-printers-page .printer-card{background:var(--surface-card);border-radius:16px;padding:2.5rem;position:relative}.card-printers-page .printer-card h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.card-printers-page .printer-card .model{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.card-printers-page .printer-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.card-printers-page .printer-card-content>h3,.card-printers-page .printer-card-content>.model{padding-right:110px}.card-printers-page .printer-card-visual{position:absolute;top:1.75rem;right:1.75rem;width:95px;height:95px;display:flex;align-items:center;justify-content:center;pointer-events:none}.card-printers-page .printer-card-visual img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18))}.card-printers-page .printer-badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:1rem;background:rgba(19,167,80,.1);color:var(--accent-green)}.card-printers-page .printer-specs{list-style:none}.card-printers-page .printer-specs li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-subtle);font-size:.9rem}.card-printers-page .printer-specs li:last-child{border-bottom:none}.card-printers-page .printer-specs .label{color:var(--text-muted)}.card-printers-page .printer-specs .value{color:var(--text-primary);font-weight:600}.card-printers-page .printers-other{margin-top:3.5rem;text-align:center}.card-printers-page .printers-other-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.35rem}.card-printers-page .printers-other-subtitle{font-size:.9rem;color:var(--text-muted);margin-bottom:1.75rem}.card-printers-page .printers-other-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;max-width:820px;margin:0 auto}.card-printers-page .printer-mini{position:relative;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.2rem;text-align:left}.card-printers-page .printer-mini-visual{position:absolute;top:1.5rem;right:1.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;pointer-events:none}.card-printers-page .printer-mini-visual img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18))}.card-printers-page .printer-mini-badge{display:inline-block;align-self:flex-start;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:.5rem;background:rgba(19,167,80,.1);color:var(--accent-green)}.card-printers-page .printer-mini-name{font-size:1.1rem;font-weight:700;color:var(--text-primary);padding-right:80px}.card-printers-page .printer-mini-model{font-size:.8rem;color:var(--text-muted);padding-right:80px}.card-printers-page .printer-mini-desc{font-size:.85rem;line-height:1.55;color:var(--text-secondary);margin:.6rem 0 0}.card-printers-page .printers-finance-note{margin:1.75rem auto 0;max-width:760px;text-align:center;font-size:.9rem;line-height:1.6;color:var(--text-muted)}.card-printers-page .printers-finance-note a{color:var(--accent-green);font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.card-printers-page .printers-finance-note a:hover{opacity:.8}.card-printers-page .lamination-block{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--border-subtle)}.card-printers-page .lamination-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.card-printers-page .lamination-visual img{width:100%}.card-printers-page .lamination-content .lamination-badge{display:inline-block;background:var(--accent-green-soft, rgba(19, 167, 80, 0.12));color:var(--accent-green);padding:.35rem .85rem;border-radius:50px;font-size:.8rem;font-weight:700;margin-bottom:1rem}.card-printers-page .lamination-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.card-printers-page .lamination-content .model{font-size:.95rem;font-weight:600;color:var(--text-muted);margin-bottom:1.25rem}.card-printers-page .lamination-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.card-printers-page .lamination-features{list-style:none;padding:0;margin:1.5rem 0 0}.card-printers-page .lamination-features li{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:.75rem}.card-printers-page .lamination-features li svg{flex-shrink:0;width:20px;height:20px;margin-top:.15rem;color:var(--accent-green)}.card-printers-page .lamination-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-weight:600;font-size:.95rem;color:var(--accent-green);text-decoration:none;transition:gap .2s ease,opacity .2s ease}.card-printers-page .lamination-link:hover{opacity:.8;gap:.7rem}.card-printers-page .consumables-block{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--border-subtle)}.card-printers-page .consumables-block .section-title{margin-bottom:2rem}.card-printers-page .consumables-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.card-printers-page .consumables-tab{appearance:none;cursor:pointer;border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-secondary);padding:.6rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;font-family:inherit;transition:background .2s ease,color .2s ease,border-color .2s ease}.card-printers-page .consumables-tab:hover{color:var(--text-primary);border-color:var(--accent-green)}.card-printers-page .consumables-tab.is-active{background:var(--accent-green);border-color:var(--accent-green);color:#fff}.card-printers-page .consumables-panel{max-width:900px;margin:0 auto}.card-printers-page .consumables-panel[hidden]{display:none}.card-printers-page .consumables-table{width:100%;border-collapse:collapse;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden}.card-printers-page .consumables-table th,.card-printers-page .consumables-table td{text-align:left;padding:1rem 1.25rem;border-bottom:1px solid var(--border-subtle);vertical-align:top}.card-printers-page .consumables-table tr:last-child th,.card-printers-page .consumables-table tr:last-child td{border-bottom:none}.card-printers-page .consumables-table th{width:140px;font-weight:700;color:var(--text-primary);white-space:nowrap}.card-printers-page .consumables-table td{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.card-printers-page .printeverywhere-teaser-section{padding:5rem 2rem;background:var(--surface-subtle)}.card-printers-page .printeverywhere-teaser{max-width:800px;margin:0 auto;display:block;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:20px;padding:2.5rem;text-align:center;text-decoration:none;color:inherit;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.card-printers-page .printeverywhere-teaser:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.card-printers-page .printeverywhere-teaser:hover .printeverywhere-teaser-link{gap:.7rem}.card-printers-page .printeverywhere-teaser-content h2{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.card-printers-page .printeverywhere-teaser-content p{color:var(--text-secondary);font-size:1.02rem;line-height:1.7;max-width:580px;margin:0 auto 1.25rem}.card-printers-page .printeverywhere-teaser-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-green);font-weight:600;font-size:.95rem;transition:gap .2s ease}.card-printers-page .trw-section{padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0E8A40 100%);color:#fff}.card-printers-page .trw-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.card-printers-page .trw-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.card-printers-page .trw-content p{font-size:1.1rem;opacity:.9;line-height:1.7;margin-bottom:1.5rem}.card-printers-page .trw-features{list-style:none}.card-printers-page .trw-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem}.card-printers-page .trw-features svg{width:20px;height:20px}.card-printers-page .trw-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.card-printers-page .trw-card{width:100%;max-width:380px;background:#fff;color:#2b2b3a;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.35),0 4px 10px rgba(0,0,0,.15);display:flex;flex-direction:column;position:relative;isolation:isolate;aspect-ratio:1.586/1}.card-printers-page .trw-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%, rgba(167, 22, 128, 0.08) 0%, transparent 60%);pointer-events:none;z-index:0}.card-printers-page .trw-card-static{flex:1 1 auto;padding:1rem 1.25rem .5rem;display:flex;flex-direction:column;gap:.65rem;position:relative;z-index:1}.card-printers-page .trw-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.card-printers-page .trw-card-school{font-size:.75rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--primary-green, #a71680)}.card-printers-page .trw-card-type{font-size:.65rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;background:var(--primary-green, #a71680);color:#fff;padding:.18rem .55rem;border-radius:50px}.card-printers-page .trw-card-body{display:flex;align-items:center;gap:.85rem}.card-printers-page .trw-card-photo{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg, #f3f3f7 0%, #e6e6ee 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#b9b9c4}.card-printers-page .trw-card-photo svg{width:32px;height:32px}.card-printers-page .trw-card-info{min-width:0}.card-printers-page .trw-card-name{font-size:1rem;font-weight:800;color:#1a1a26;line-height:1.15;margin-bottom:.2rem}.card-printers-page .trw-card-id{font-size:.78rem;font-family:"Courier New",ui-monospace,monospace;color:#6b6b7a;letter-spacing:.5px}.card-printers-page .trw-card-band{flex:0 0 auto;background:repeating-linear-gradient(135deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 9px),linear-gradient(135deg, #fff7e6 0%, #ffe7c2 100%);border-top:1px dashed rgba(167,22,128,.35);padding:.6rem 1.25rem .85rem;position:relative;z-index:1}.card-printers-page .trw-card-band-label{position:absolute;top:-0.6rem;left:1.25rem;background:var(--primary-green, #a71680);color:#fff;font-size:.6rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;padding:.18rem .6rem;border-radius:50px;box-shadow:0 4px 10px rgba(167,22,128,.35)}.card-printers-page .trw-card-band-rows{display:flex;flex-direction:column;gap:.18rem}.card-printers-page .trw-card-band-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.78rem;line-height:1.3}.card-printers-page .trw-card-band-key{color:#6b5a3a;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.card-printers-page .trw-card-band-val{color:#1a1a26;font-weight:700;font-family:"Courier New",ui-monospace,monospace}.card-printers-page .trw-card-caption{font-size:.85rem;opacity:.85;text-align:center;margin:0;max-width:380px;line-height:1.5}.card-printers-page .lettershop-section{padding:5rem 2rem;background:var(--surface-page)}.card-printers-page .lettershop-container{max-width:900px;margin:0 auto}.card-printers-page .lettershop-flow{margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.card-printers-page .lettershop-step{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:50px;padding:.6rem 1.4rem;font-weight:600;color:var(--text-primary);font-size:.95rem}.card-printers-page .lettershop-step-final{background:var(--gradient-primary);border:none;color:#fff}.card-printers-page .lettershop-arrow{color:var(--text-muted);font-size:1.25rem;line-height:1}@media(max-width: 1024px){.card-printers-page .printers-grid{grid-template-columns:1fr}}@media(max-width: 768px){.card-printers-page .page-hero h1{font-size:2.25rem}.card-printers-page .intro-container,.card-printers-page .trw-container,.card-printers-page .lamination-container{grid-template-columns:1fr}.card-printers-page .printer-card{padding:1.75rem}.card-printers-page .printer-card-content>h3,.card-printers-page .printer-card-content>.model{padding-right:80px}.card-printers-page .printer-card-visual{top:1.25rem;right:1.25rem;width:70px;height:70px}.card-printers-page .printers-other-grid{grid-template-columns:1fr}.card-printers-page .lettershop-flow{flex-direction:column}.card-printers-page .lettershop-arrow{transform:rotate(90deg)}}.secanda-print-everywhere-page .page-hero{margin-top:73px;min-height:500px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(167, 22, 128, 0.6) 100%),url("/images/products/card-printers/agilia-printer.webp") center center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.secanda-print-everywhere-page .page-hero-content{max-width:760px}.secanda-print-everywhere-page .page-hero h1{font-size:3.25rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.secanda-print-everywhere-page .page-hero p{font-size:1.2rem;line-height:1.7;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:620px;margin:0 auto}.secanda-print-everywhere-page .mainshot-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-print-everywhere-page .mainshot-container{max-width:1000px;margin:0 auto}.secanda-print-everywhere-page .mainshot-visual{margin-top:2.5rem}.secanda-print-everywhere-page .mainshot-visual img{width:100%;display:block;border-radius:16px;border:1px solid var(--border-subtle);box-shadow:0 18px 50px rgba(0,0,0,.12)}.secanda-print-everywhere-page .mainshot-visual .screenshot-img-dark{display:none}:root[data-theme=dark] .secanda-print-everywhere-page .mainshot-visual .screenshot-img-light{display:none}:root[data-theme=dark] .secanda-print-everywhere-page .mainshot-visual .screenshot-img-dark{display:block}.secanda-print-everywhere-page .launch-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-print-everywhere-page .launch-container{max-width:1100px;margin:0 auto}.secanda-print-everywhere-page .launch-showcase{margin-top:3rem;display:grid;grid-template-columns:1.6fr .7fr;gap:2.5rem;align-items:center;justify-items:center}.secanda-print-everywhere-page .launch-device img{width:100%;height:auto;display:block}.secanda-print-everywhere-page .launch-device--desktop img{border-radius:14px;border:1px solid var(--border-subtle);box-shadow:0 14px 40px rgba(0,0,0,.12)}.secanda-print-everywhere-page .launch-device--desktop .screenshot-img-dark{display:none}:root[data-theme=dark] .secanda-print-everywhere-page .launch-device--desktop .screenshot-img-light{display:none}:root[data-theme=dark] .secanda-print-everywhere-page .launch-device--desktop .screenshot-img-dark{display:block}.secanda-print-everywhere-page .launch-device--mobile{max-width:240px;justify-self:center}.secanda-print-everywhere-page .launch-device--mobile img{border-radius:22px;box-shadow:0 14px 40px rgba(0,0,0,.18)}.secanda-print-everywhere-page .pe-features-section{padding:5rem 2rem;background:var(--surface-page)}.secanda-print-everywhere-page .pe-features-container{max-width:1100px;margin:0 auto}.secanda-print-everywhere-page .pe-features-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));gap:1.5rem}.secanda-print-everywhere-page .pe-feature-card{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem}.secanda-print-everywhere-page .pe-feature-card h3{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.secanda-print-everywhere-page .pe-feature-card p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.secanda-print-everywhere-page .pe-feature-icon{width:52px;height:52px;border-radius:12px;background:rgba(167,22,128,.08);color:var(--accent-secanda);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.secanda-print-everywhere-page .pe-feature-icon svg{width:26px;height:26px}.secanda-print-everywhere-page .printservice-section{padding:5rem 2rem;background:var(--surface-subtle)}.secanda-print-everywhere-page .printservice-container{max-width:1100px;margin:0 auto}.secanda-print-everywhere-page .pjs-diagram{margin-top:3rem;display:flex;flex-direction:column;align-items:center}.secanda-print-everywhere-page .pjs-node{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.25rem 1.5rem;width:260px;max-width:100%;box-shadow:var(--shadow-card)}.secanda-print-everywhere-page .pjs-node ul{list-style:none;margin:.85rem 0 0;display:flex;flex-direction:column;gap:.4rem}.secanda-print-everywhere-page .pjs-node li{font-size:.85rem;color:var(--text-secondary);position:relative;padding-left:.95rem}.secanda-print-everywhere-page .pjs-node li::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--accent-secanda)}.secanda-print-everywhere-page .pjs-node-head{display:flex;align-items:center;gap:.65rem}.secanda-print-everywhere-page .pjs-node-icon{flex-shrink:0;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(167,22,128,.09);color:var(--accent-secanda)}.secanda-print-everywhere-page .pjs-node-icon svg{width:18px;height:18px}.secanda-print-everywhere-page .pjs-node-title{font-weight:700;color:var(--text-primary);font-size:.98rem;line-height:1.3}.secanda-print-everywhere-page .pjs-link{flex:0 0 44px;height:2px;background:var(--text-muted);opacity:.6;position:relative}.secanda-print-everywhere-page .pjs-link::after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-left:7px solid var(--text-muted)}.secanda-print-everywhere-page .pjs-connector{width:2px;height:34px;background:var(--text-muted);opacity:.5;position:relative;margin:.25rem 0}.secanda-print-everywhere-page .pjs-connector::after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:7px solid var(--text-muted)}.secanda-print-everywhere-page .pjs-control{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.secanda-print-everywhere-page .pjs-aside{display:flex;align-items:center;gap:1.5rem;justify-self:end}.secanda-print-everywhere-page .pjs-service{width:auto;max-width:480px;border:none;background:var(--gradient-secanda);text-align:center;box-shadow:0 14px 34px rgba(167,22,128,.28)}.secanda-print-everywhere-page .pjs-service .pjs-node-head{justify-content:center}.secanda-print-everywhere-page .pjs-service .pjs-node-icon{background:hsla(0,0%,100%,.16);color:#fff}.secanda-print-everywhere-page .pjs-service .pjs-node-title{color:#fff;font-size:1.05rem}.secanda-print-everywhere-page .pjs-engines{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.9rem}.secanda-print-everywhere-page .pjs-pill{background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.35);border-radius:50px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;color:#fff}.secanda-print-everywhere-page .pjs-branches{display:grid;grid-template-columns:repeat(3, minmax(0, 280px));justify-content:center;width:100%}.secanda-print-everywhere-page .pjs-branch{position:relative;padding:26px .75rem 0;display:flex;justify-content:center}.secanda-print-everywhere-page .pjs-branch::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--text-muted);opacity:.5}.secanda-print-everywhere-page .pjs-branch:first-child::before{left:50%}.secanda-print-everywhere-page .pjs-branch:last-child::before{right:50%}.secanda-print-everywhere-page .pjs-branch::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:26px;background:var(--text-muted);opacity:.5}.secanda-print-everywhere-page .pjs-location{width:100%}.secanda-print-everywhere-page .pjs-printers li{display:flex;align-items:center;gap:.5rem;padding-left:0}.secanda-print-everywhere-page .pjs-printers li::before{display:none}.secanda-print-everywhere-page .pjs-printers li svg{width:14px;height:14px;flex-shrink:0;color:var(--accent-secanda)}.secanda-print-everywhere-page .pjs-caption{margin:1.5rem auto 0;max-width:640px;text-align:center;font-size:.85rem;line-height:1.5;color:var(--text-muted)}@media(max-width: 1024px){.secanda-print-everywhere-page .launch-showcase{grid-template-columns:1fr;gap:2rem}.secanda-print-everywhere-page .launch-device--mobile{max-width:220px}}@media(max-width: 768px){.secanda-print-everywhere-page .page-hero h1{font-size:2.25rem}.secanda-print-everywhere-page .pjs-control{grid-template-columns:1fr}.secanda-print-everywhere-page .pjs-branches{grid-template-columns:minmax(0, 280px);gap:0}.secanda-print-everywhere-page .pjs-branch{padding-top:22px}.secanda-print-everywhere-page .pjs-branch::before{display:none}.secanda-print-everywhere-page .pjs-branch::after{height:22px}.secanda-print-everywhere-page .pjs-aside{flex-direction:column;justify-self:center}.secanda-print-everywhere-page .pjs-link{flex:0 0 auto;width:2px;height:28px;margin:0 auto}.secanda-print-everywhere-page .pjs-link::after{top:auto;right:auto;bottom:-1px;left:50%;transform:translateX(-50%);border-top:7px solid var(--text-muted);border-bottom:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0)}}.rfid-cards-page .page-hero{margin-top:73px;min-height:450px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(91, 33, 182, 0.55) 100%),url("/images/products/rfid-cards/RFID-banner.webp") center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.rfid-cards-page .page-hero-content{max-width:800px}.rfid-cards-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.rfid-cards-page .page-hero p{font-size:1.25rem;opacity:0;animation:slideUp .8s ease-out .2s forwards;max-width:600px;margin:0 auto}.rfid-cards-page .page-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.rfid-cards-page .intro-section{padding:5rem 2rem;background:var(--surface-page)}.rfid-cards-page .intro-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.rfid-cards-page .intro-content h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem}.rfid-cards-page .intro-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.rfid-cards-page .intro-visual img{width:100%;height:auto;display:block;margin:0 auto}.rfid-cards-page .applications-section{padding:5rem 2rem;background:var(--surface-subtle)}.rfid-cards-page .applications-container{max-width:1100px;margin:0 auto}.rfid-cards-page .applications-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:3rem}.rfid-cards-page .suite-grid{grid-template-columns:repeat(3, 1fr)}.rfid-cards-page .application-card{text-align:center;padding:2rem;background:var(--surface-card);border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.rfid-cards-page .application-card h3,.rfid-cards-page .application-card h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.rfid-cards-page .application-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.rfid-cards-page .application-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.rfid-cards-page .application-icon svg{width:28px;height:28px;color:#fff}.rfid-cards-page .suite-section{background:var(--surface-page)}.rfid-cards-page .suite-section .application-card{background:var(--surface-subtle);box-shadow:none}.rfid-cards-page .suite-link-wrap{text-align:center;margin-top:2rem}.rfid-cards-page .rfid-tech-section{padding:5rem 2rem;background:var(--surface-page)}.rfid-cards-page .rfid-tech-container{max-width:1200px;margin:0 auto}.rfid-cards-page .rfid-tech-visual{text-align:center;margin-top:2.5rem}.rfid-cards-page .rfid-tech-visual img{max-width:100%;width:auto;max-height:240px;height:auto}.rfid-cards-page .rfid-tech-featured-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.rfid-cards-page .rfid-tech-featured-card{background:var(--surface-subtle);border-radius:20px;padding:2.5rem;border:2px solid var(--primary-green);box-shadow:0 20px 60px rgba(0,0,0,.06);display:flex;flex-direction:column}.rfid-cards-page .rfid-tech-featured-card h3{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.rfid-cards-page .rfid-tech-featured-card>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.rfid-cards-page .rfid-tech-features{list-style:none;padding:0;margin:0}.rfid-cards-page .rfid-tech-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:var(--text-tertiary)}.rfid-cards-page .rfid-tech-features svg{width:18px;height:18px;color:var(--accent-green);flex-shrink:0}.rfid-cards-page .rfid-tech-compat{margin-top:4rem}.rfid-cards-page .rfid-tech-compat-title{text-align:center;font-size:1.25rem;font-weight:700;color:var(--text-secondary);margin-bottom:1.5rem}.rfid-cards-page .rfid-tech-compat-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.rfid-cards-page .rfid-tech-compat-card{background:var(--surface-subtle);border-radius:12px;padding:1.75rem;border:1px solid var(--border-subtle)}.rfid-cards-page .rfid-tech-compat-card h3,.rfid-cards-page .rfid-tech-compat-card h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:.75rem 0 .5rem}.rfid-cards-page .rfid-tech-compat-card p{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin:0}.rfid-cards-page .rfid-tech-tag{display:inline-block;padding:.2rem .7rem;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.rfid-cards-page .rfid-tech-tag.tag-modern{background:rgba(34,197,94,.12);color:#16a34a}.rfid-cards-page .rfid-tech-tag.tag-legacy{background:rgba(107,114,128,.12);color:#4b5563}.rfid-cards-page .rfid-tech-tag.tag-budget{background:rgba(245,158,11,.14);color:#b45309}.rfid-cards-page .forms-section{padding:5rem 2rem;background:var(--surface-subtle)}.rfid-cards-page .forms-container{max-width:1100px;margin:0 auto}.rfid-cards-page .forms-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}.rfid-cards-page .form-card{background:var(--surface-card);border-radius:16px;padding:2.5rem 1.75rem;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center}.rfid-cards-page .form-card h3,.rfid-cards-page .form-card h4{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.rfid-cards-page .form-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:0}.rfid-cards-page .form-icon{width:110px;height:110px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.rfid-cards-page .form-icon svg{width:48px;height:48px;color:#fff}.rfid-cards-page .form-visual{width:150px;height:150px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.rfid-cards-page .form-visual img{max-width:100%;max-height:100%;object-fit:contain}.rfid-cards-page .virtual-section{padding:5rem 2rem;background:var(--surface-subtle)}.rfid-cards-page .page-faq-section{background:var(--surface-page)}.rfid-cards-page .virtual-container{max-width:1100px;margin:0 auto}.rfid-cards-page .virtual-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.rfid-cards-page .virtual-text h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.rfid-cards-page .virtual-text>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.rfid-cards-page .virtual-features{list-style:none;padding:0;margin:0 0 1.25rem}.rfid-cards-page .virtual-features li{display:flex;align-items:center;gap:.75rem;padding:.4rem 0;font-size:.95rem;color:var(--text-tertiary)}.rfid-cards-page .virtual-features svg{width:18px;height:18px;color:var(--accent-green);flex-shrink:0}.rfid-cards-page .virtual-visual{text-align:center}.rfid-cards-page .virtual-visual img{max-width:280px;width:100%;height:auto}.rfid-cards-page .section-link{display:inline-block;margin-top:.5rem;color:var(--accent-green);font-weight:600;text-decoration:none;font-size:.95rem}.rfid-cards-page .section-link:hover{text-decoration:underline}.rfid-cards-page .section-title{text-align:center;max-width:800px;margin:0 auto}.rfid-cards-page .section-title h2{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.rfid-cards-page .section-title p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.rfid-cards-page .card-catalog-section{padding:5rem 2rem;background:var(--surface-page)}.rfid-cards-page .card-catalog-container{max-width:900px;margin:0 auto}.rfid-cards-page .card-catalog-list{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.rfid-cards-page .catalog-group{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden}.rfid-cards-page .catalog-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem}.rfid-cards-page .catalog-group summary::-webkit-details-marker{display:none}.rfid-cards-page .catalog-group .catalog-group-title{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.rfid-cards-page .catalog-group .catalog-chevron{width:20px;height:20px;margin-left:auto;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.rfid-cards-page .catalog-group[open] summary{border-bottom:1px solid var(--border-subtle)}.rfid-cards-page .catalog-group[open] summary .catalog-chevron{transform:rotate(180deg)}.rfid-cards-page .catalog-list{list-style:none;margin:0;padding:0 1.5rem}.rfid-cards-page .catalog-list li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem;padding:.85rem 0;border-top:1px solid var(--border-subtle)}.rfid-cards-page .catalog-list li:first-child{border-top:none}.rfid-cards-page .catalog-text{margin:0;padding:1rem 1.5rem 1.25rem;color:var(--text-muted);font-size:.95rem;line-height:1.6}.rfid-cards-page .catalog-model{font-weight:600;color:var(--text-primary);font-size:.95rem}.rfid-cards-page .catalog-variants{color:var(--text-muted);font-size:.9rem}.rfid-cards-page .catalog-note{margin-left:auto;flex-shrink:0;padding:.18rem .6rem;border-radius:50px;font-size:.7rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;background:rgba(107,114,128,.12);color:#4b5563}@media(max-width: 1024px){.rfid-cards-page .applications-grid{grid-template-columns:repeat(2, 1fr)}.rfid-cards-page .suite-grid{grid-template-columns:repeat(2, 1fr)}.rfid-cards-page .rfid-tech-featured-grid{grid-template-columns:1fr}.rfid-cards-page .rfid-tech-featured-card{padding:2rem}.rfid-cards-page .rfid-tech-compat-grid{grid-template-columns:1fr}.rfid-cards-page .forms-grid{grid-template-columns:1fr}.rfid-cards-page .virtual-content{grid-template-columns:1fr}}@media(max-width: 768px){.rfid-cards-page .page-hero h1{font-size:2.25rem}.rfid-cards-page .page-hero p{font-size:1.05rem}.rfid-cards-page .intro-container{grid-template-columns:1fr;gap:2rem}.rfid-cards-page .applications-grid{grid-template-columns:1fr}.rfid-cards-page .suite-grid{grid-template-columns:1fr}.rfid-cards-page .rfid-tech-featured-card h3{font-size:1.5rem}.rfid-cards-page .virtual-text h2{font-size:1.75rem}.rfid-cards-page .section-title h2{font-size:1.75rem}}.privacy-page .privacy-hero,.data-protection-page .privacy-hero{margin-top:73px;min-height:320px;padding:4rem 2rem;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.privacy-page .privacy-hero h1,.data-protection-page .privacy-hero h1{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:.75rem}.privacy-page .privacy-hero p,.data-protection-page .privacy-hero p{font-size:1.15rem;color:hsla(0,0%,100%,.9);max-width:500px;margin:0 auto}.privacy-page .privacy-content,.data-protection-page .privacy-content{padding:4rem 2rem;background:var(--surface-page)}.privacy-page .privacy-container,.data-protection-page .privacy-container{max-width:760px;margin:0 auto}.privacy-page .privacy-updated,.data-protection-page .privacy-updated{font-size:.85rem;color:var(--text-muted);margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.privacy-page .privacy-section,.data-protection-page .privacy-section{margin-bottom:2.5rem}.privacy-page .privacy-section h2,.data-protection-page .privacy-section h2{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.privacy-page .privacy-section p,.data-protection-page .privacy-section p{color:var(--text-tertiary);line-height:1.8;font-size:.95rem;margin-bottom:.75rem}.privacy-page .privacy-section a,.data-protection-page .privacy-section a{color:var(--accent-green);text-decoration:none;font-weight:500}.privacy-page .privacy-section a:hover,.data-protection-page .privacy-section a:hover{text-decoration:underline}.privacy-page .privacy-section ul,.data-protection-page .privacy-section ul{margin:.75rem 0 1rem 1.25rem;padding:0}.privacy-page .privacy-section ul li,.data-protection-page .privacy-section ul li{color:var(--text-tertiary);line-height:1.8;font-size:.95rem;padding:.15rem 0}.privacy-page .cookie-category,.data-protection-page .cookie-category{background:var(--surface-subtle);border-radius:12px;padding:1.5rem;margin:1rem 0}.privacy-page .cookie-category h3,.data-protection-page .cookie-category h3{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.privacy-page .cookie-category p,.data-protection-page .cookie-category p{margin-bottom:.5rem}.privacy-page .cookie-category ul,.data-protection-page .cookie-category ul{margin-top:.5rem;margin-bottom:0}.privacy-page .cookie-item-header,.data-protection-page .cookie-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.privacy-page .cookie-item-header h3,.data-protection-page .cookie-item-header h3{margin-bottom:0}.privacy-page .cookie-badge,.data-protection-page .cookie-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:50px}.privacy-page .cookie-required,.data-protection-page .cookie-required{background:var(--border-subtle);color:var(--text-muted)}.privacy-page .cookie-optional,.data-protection-page .cookie-optional{background:rgba(19,167,80,.1);color:var(--accent-green)}.privacy-page .cookie-policy-link,.data-protection-page .cookie-policy-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;margin-top:.5rem}.privacy-page .cookie-policy-link svg,.data-protection-page .cookie-policy-link svg{width:1em;height:1em;flex-shrink:0}@media(max-width: 768px){.privacy-page .privacy-hero h1,.data-protection-page .privacy-hero h1{font-size:2rem}}.toronto-banner{margin-top:73px;text-align:center;background:#111827}.toronto-banner-img{display:block;max-width:100%;height:auto;margin:0 auto}.toronto-section-container{max-width:900px;margin:0 auto}.toronto-section-header{text-align:center;margin-bottom:3rem}.toronto-section-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.toronto-section-header p{font-size:1.1rem;color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.7}.toronto-header{padding:4rem 2rem 3rem;background:#111827;color:#fff;text-align:center}.toronto-header h1{font-size:2.75rem;font-weight:800;margin-bottom:.5rem;line-height:1.1}.toronto-featuring{font-size:1.2rem;color:#2fc366;font-weight:600;margin-bottom:2rem}.toronto-event-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#d1d5db}.meta-item svg{width:18px;height:18px;flex-shrink:0;color:#2fc366}.meta-item a{color:#d1d5db;text-decoration:none;transition:color .2s}.meta-item a:hover{color:#2fc366}.toronto-register-btn{display:inline-block;margin-top:2rem;padding:.875rem 2.5rem;background:var(--gradient-primary);color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease}.toronto-register-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(19,167,80,.3)}.toronto-hero-intro{max-width:750px;margin:2.5rem auto 0;text-align:left}.toronto-hero-intro p{font-size:1.05rem;color:hsla(0,0%,100%,.85);line-height:1.8;margin-bottom:1rem}.toronto-hero-intro p:last-child{margin-bottom:0}.toronto-location{padding:5rem 2rem;background:var(--surface-page)}.location-card{display:flex;align-items:flex-start;gap:1.5rem;background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;max-width:600px;margin:0 auto}.location-icon{width:48px;height:48px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-icon svg{width:24px;height:24px;color:#fff}.location-details h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.location-details p{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.5}.location-details a{display:inline-block;margin-top:.75rem;font-size:.9rem;font-weight:600;color:var(--accent-green);text-decoration:none;transition:color .2s}.location-details a:hover{color:#2fc366}.toronto-partners{padding:5rem 2rem;background:var(--surface-subtle)}.partner-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.partner-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem 1.5rem;text-align:center}.partner-card .partner-logo{height:48px;width:auto;object-fit:contain;margin-bottom:1rem}.partner-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.partner-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.partner-card a{display:inline-block;font-size:.85rem;font-weight:600;color:var(--accent-green);text-decoration:none;transition:color .2s}.partner-card a:hover{color:#2fc366}.partner-badge{display:inline-block;background:rgba(19,167,80,.1);color:var(--accent-green);font-size:.75rem;font-weight:700;padding:.2rem .75rem;border-radius:50px;margin-bottom:.75rem;letter-spacing:.5px}.toronto-conference{padding:5rem 2rem;background:var(--surface-page)}.toronto-conf-content{max-width:750px;margin:0 auto}.toronto-conf-content p{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem}.toronto-conf-content p:last-child{margin-bottom:0}.conf-list-title,.why-list-title{font-weight:600;color:var(--text-tertiary) !important;margin-bottom:.5rem !important}.conf-list,.why-list{list-style:none;margin:0 0 1.5rem;padding:0}.conf-list li,.why-list li{position:relative;padding-left:1.5rem;font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.5rem}.conf-list li::before,.why-list li::before{content:"";position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#13a750;border-radius:50%}.toronto-hybrid{padding:5rem 2rem;background:linear-gradient(135deg, #13A750 0%, #0A7535 100%);color:#fff;text-align:center}.toronto-hybrid h2{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.toronto-hybrid p{font-size:1.1rem;line-height:1.8;opacity:.95;max-width:700px;margin:0 auto 1rem}.hybrid-subtitle{font-size:1.3rem !important;font-weight:600;opacity:1 !important;margin-bottom:1.5rem !important}.toronto-why{padding:5rem 2rem;background:var(--surface-page)}.toronto-why-content{max-width:750px;margin:0 auto}.toronto-why-content p{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem}.toronto-program{padding:5rem 2rem;background:var(--surface-subtle)}.program-schedule{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.program-block{background:var(--surface-card);border-radius:16px;padding:2rem;border-top:4px solid #13a750}.program-block-title{font-size:1.15rem;font-weight:700;color:var(--accent-green);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.program-items{display:flex;flex-direction:column;gap:0}.program-item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border-subtle)}.program-item:last-child{border-bottom:none}.program-time{font-size:.85rem;font-weight:700;color:var(--accent-green);white-space:nowrap;min-width:100px;flex-shrink:0}.program-label{font-size:.95rem;font-weight:600;color:var(--text-primary)}.program-label-group{display:flex;flex-direction:column}.program-label-group .program-label{margin-bottom:.5rem}.program-details{margin-top:.25rem}.program-details summary{font-size:.8rem;color:var(--accent-green);cursor:pointer;font-weight:600;list-style:none}.program-details summary::-webkit-details-marker{display:none}.program-details summary::before{content:"▸ "}.program-details summary:hover{text-decoration:underline}.program-details[open] summary::before{content:"▾ "}.program-details p{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin:.5rem 0 0}.program-edu-list{list-style:none;padding:0;margin:0}.program-edu-list li{font-size:.85rem;color:var(--text-muted);padding:.2rem 0 .2rem 1rem;position:relative}.program-edu-list li::before{content:"–";position:absolute;left:0;color:var(--accent-green)}.program-theme{padding:.75rem 0;border-bottom:1px solid var(--border-subtle)}.program-theme em{font-size:.9rem;color:var(--accent-green);font-style:italic;font-weight:500}.toronto-networking{padding:4rem 2rem;background:var(--surface-page)}.networking-card{display:flex;align-items:center;gap:1.5rem;background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;max-width:600px;margin:0 auto}.networking-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.networking-card p{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.5}.networking-icon{font-size:2.5rem;flex-shrink:0}.networking-location{font-style:italic;margin-top:.25rem !important;color:var(--text-muted) !important}.toronto-audience{padding:5rem 2rem;background:var(--surface-subtle)}.audience-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.audience-card{background:var(--surface-card);border-radius:16px;padding:2rem 1.5rem;text-align:center;border-top:3px solid #13a750}.audience-card h4{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.audience-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.toronto-form-section{padding:5rem 2rem;background:var(--surface-page)}.toronto-form{max-width:600px;margin:0 auto;background:var(--surface-subtle);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-card)}.toronto-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.toronto-form .form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.toronto-form .form-group label{font-size:.9rem;font-weight:600;color:var(--text-tertiary);margin-bottom:.5rem}.toronto-form .form-group label .required{color:var(--accent-green)}.toronto-form .form-group input[type=text],.toronto-form .form-group input[type=email]{padding:.875rem 1rem;border:2px solid var(--border-subtle);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--surface-card);color:var(--text-primary)}.toronto-form .form-group input[type=text]:focus,.toronto-form .form-group input[type=email]:focus{outline:none;border-color:#13a750;box-shadow:0 0 0 4px rgba(19,167,80,.1)}.toronto-form .submit-btn{width:100%;background:var(--gradient-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.toronto-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(19,167,80,.3)}.form-toggle{display:flex;gap:.75rem}.toggle-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--text-tertiary)}.toggle-option input[type=radio]{accent-color:#13a750;width:18px;height:18px}.toggle-option span{font-size:.95rem}.form-date-options{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem}.date-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--surface-card);border:2px solid var(--border-subtle);border-radius:16px;padding:1rem .75rem;cursor:pointer;text-align:center;transition:all .2s ease}.date-option input[type=radio]{accent-color:#13a750;width:18px;height:18px}.date-option span{font-size:.9rem;font-weight:600;color:var(--text-tertiary)}.date-option:has(input:checked){border-color:#13a750;background:rgba(19,167,80,.04)}@media(max-width: 1024px){.program-schedule{grid-template-columns:1fr}.audience-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.toronto-header h1{font-size:2rem}.toronto-event-meta{flex-direction:column;align-items:center;gap:.75rem}.partner-cards{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr}.location-card,.networking-card{flex-direction:column;text-align:center}.toronto-form{padding:1.5rem}.toronto-form .form-row{grid-template-columns:1fr}.form-date-options{grid-template-columns:1fr}.program-time{min-width:80px}}.sponsoring-hero{margin-top:73px;min-height:420px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(19, 167, 80, 0.78) 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.sponsoring-hero-content{max-width:900px}.sponsoring-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.sponsoring-hero-content p{font-size:1.2rem;max-width:780px;margin:0 auto;line-height:1.7;opacity:0;animation:slideUp .8s ease-out .2s forwards}.sponsoring-section{padding:5rem 2rem;background:var(--surface-page)}.sponsoring-container{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.sponsor-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:var(--surface-card);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);transition:box-shadow .3s ease,transform .3s ease}.sponsor-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.sponsor-card__media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--surface-subtle);display:flex;align-items:center;justify-content:center}.sponsor-card__media img{width:100%;height:100%;object-fit:contain;display:block;padding:1rem}.sponsor-card--image-right .sponsor-card__media img,.sponsor-card--image-left:not(:first-child) .sponsor-card__media img{object-fit:cover;padding:0}.sponsor-card--contain .sponsor-card__media{aspect-ratio:1/1;background:#fff}.sponsor-card--contain .sponsor-card__media img{object-fit:contain !important;padding:.75rem !important}.sponsor-card__content h2,.sponsor-card__content h3{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;position:relative;padding-bottom:.75rem}.sponsor-card__content h2::after,.sponsor-card__content h3::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--gradient-primary);border-radius:2px}.sponsor-card__content p{font-size:1rem;color:var(--text-secondary);line-height:1.8}.sponsor-card__content strong{color:var(--text-primary)}.sponsor-card__content--full{grid-column:1/-1;text-align:center}.sponsor-card__content--full h2,.sponsor-card__content--full h3{font-size:2rem}.sponsor-card__content--full h2::after,.sponsor-card__content--full h3::after{left:50%;transform:translateX(-50%)}.sponsor-card__content--full p{max-width:800px;margin:0 auto}.sponsor-card--image-left .sponsor-card__media{order:1}.sponsor-card--image-left .sponsor-card__content{order:2}.sponsor-card--image-right .sponsor-card__content{order:1}.sponsor-card--image-right .sponsor-card__media{order:2}.sponsor-card--gallery{grid-template-columns:1fr;gap:2rem}.sponsoring-container>.sponsor-card:first-child .sponsor-card__media img{object-fit:contain;padding:1.5rem}.sponsor-gallery{display:grid;grid-template-columns:repeat(4, 1fr);grid-auto-rows:200px;gap:1rem}.sponsor-gallery__item{margin:0;border-radius:12px;overflow:hidden;background:var(--surface-subtle);box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease;position:relative}.sponsor-gallery__item:hover{transform:scale(1.02);box-shadow:var(--shadow-card-hover);z-index:2}.sponsor-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.sponsor-gallery__item:nth-child(1){grid-column:1/span 2;grid-row:1/span 2}.sponsor-gallery__item:nth-child(2){grid-column:3/span 1;grid-row:1/span 3}.sponsor-gallery__item:nth-child(3){grid-column:4/span 1;grid-row:1/span 1}.sponsor-gallery__item:nth-child(4){grid-column:4/span 1;grid-row:2/span 2}.sponsor-gallery__item:nth-child(5){grid-column:1/span 2;grid-row:3/span 1}.sponsor-gallery__item:nth-child(5) img{object-position:center 15%}.sponsoring-values{padding:5rem 2rem;background:var(--gradient-primary);color:#fff;text-align:center}.sponsoring-values-container{max-width:1000px;margin:0 auto}.sponsoring-values-container h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.sponsoring-values-container>p{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.sponsoring-values-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}.value-pill{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;backdrop-filter:blur(8px);transition:background .3s ease,transform .3s ease}.value-pill:hover{background:hsla(0,0%,100%,.18);transform:translateY(-3px)}.value-pill svg{width:36px;height:36px;color:#fff}.value-pill span{font-weight:600;font-size:1rem}@media(max-width: 1024px){.sponsor-gallery{grid-template-columns:repeat(4, 1fr);grid-auto-rows:170px}.sponsoring-values-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 900px){.sponsor-gallery{grid-template-columns:repeat(3, 1fr);grid-auto-rows:180px}.sponsor-gallery__item:nth-child(1){grid-column:1/span 2;grid-row:1/span 2}.sponsor-gallery__item:nth-child(2){grid-column:3/span 1;grid-row:1/span 2}.sponsor-gallery__item:nth-child(3){grid-column:1/span 1;grid-row:3/span 1}.sponsor-gallery__item:nth-child(4){grid-column:2/span 1;grid-row:3/span 1}.sponsor-gallery__item:nth-child(5){grid-column:3/span 1;grid-row:3/span 1}}@media(max-width: 768px){.sponsoring-hero h1{font-size:2.25rem}.sponsoring-hero p{font-size:1.05rem}.sponsor-card{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem}.sponsor-card--image-left .sponsor-card__media,.sponsor-card--image-right .sponsor-card__media{order:1}.sponsor-card--image-left .sponsor-card__content,.sponsor-card--image-right .sponsor-card__content{order:2}.sponsor-card__content h2,.sponsor-card__content h3{font-size:1.5rem}.sponsor-gallery{grid-template-columns:repeat(2, 1fr);grid-auto-rows:220px}.sponsor-gallery__item:nth-child(1),.sponsor-gallery__item:nth-child(2),.sponsor-gallery__item:nth-child(3),.sponsor-gallery__item:nth-child(4),.sponsor-gallery__item:nth-child(5){grid-column:auto;grid-row:auto}.sponsor-gallery__item:nth-child(1){grid-column:1/-1;aspect-ratio:4/3}.sponsoring-values-grid{grid-template-columns:1fr}}.error-section{margin-top:73px;min-height:calc(100vh - 73px - 300px);display:flex;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;background:var(--surface-subtle)}.error-container{max-width:540px}.error-code{font-size:8rem;font-weight:800;line-height:1;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:1rem;animation:slideUp .6s ease-out forwards}.error-heading{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;animation:slideUp .6s ease-out .1s both}.error-sub{font-size:1.05rem;color:var(--text-secondary);margin-bottom:2rem;animation:slideUp .6s ease-out .2s both}.error-container .btn-primary{animation:slideUp .6s ease-out .3s both}@media(max-width: 768px){.error-code{font-size:5rem}.error-heading{font-size:1.35rem}}.support-hero{margin-top:73px;min-height:320px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.support-hero-content{max-width:880px}.support-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.support-hero p{font-size:1.2rem;opacity:0;max-width:720px;margin:0 auto;line-height:1.7;animation:slideUp .8s ease-out .2s forwards}.support-contact{padding:5rem 2rem 3.5rem;background:var(--surface-page)}.support-contact-container{max-width:760px;margin:0 auto;text-align:center}.support-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-green);margin:0 0 1.5rem}.support-phone{display:inline-flex;align-items:center;gap:.85rem;font-size:2.75rem;font-weight:700;color:var(--text-primary);text-decoration:none;line-height:1.1;letter-spacing:-0.01em;transition:color .2s ease}.support-phone svg{width:32px;height:32px;color:var(--accent-green);flex-shrink:0}.support-phone:hover{color:var(--accent-green)}.support-options{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:3rem auto 0;max-width:640px;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.support-option{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem;text-align:left}.support-option+.support-option{border-left:1px solid var(--border-subtle)}.support-option-lang{flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.14em;color:var(--accent-green);background:rgba(19,167,80,.08);padding:.25rem .55rem;border-radius:6px;margin-top:.15rem}.support-option-body{flex:1;min-width:0}.support-option-tag{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .2rem;line-height:1.3}.support-option-title{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.support-option-instructions{font-size:.92rem;color:var(--text-muted);margin:0;line-height:1.5}.support-option-instructions strong{color:var(--text-secondary);font-weight:600}.support-hours{display:inline-flex;align-items:center;gap:.55rem;font-size:.95rem;color:var(--text-muted);margin:1.75rem 0 0}.support-hours svg{width:18px;height:18px;color:var(--accent-green);flex-shrink:0}.support-resources{padding:5rem 2rem;background:var(--surface-subtle)}.support-resources-container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.support-resource{background:var(--surface-card);border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.support-resource h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.support-resource p{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0 0 1.25rem}.support-resource-icon{width:50px;height:50px;background:var(--accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.support-resource-icon svg{width:24px;height:24px;color:var(--accent-green)}.support-resource-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;color:var(--accent-green);text-decoration:none;transition:gap .2s ease;margin-top:auto}.support-resource-link svg{width:16px;height:16px;transition:transform .2s ease}.support-resource-link:hover{gap:.65rem}.support-resource-link:hover svg{transform:translateX(2px)}@media(max-width: 768px){.support-hero h1{font-size:2.2rem}.support-hero p{font-size:1.05rem}.support-phone{font-size:2rem;gap:.6rem}.support-phone svg{width:24px;height:24px}.support-options{grid-template-columns:1fr}.support-option+.support-option{border-left:0;border-top:1px solid var(--border-subtle)}.support-resources-container{grid-template-columns:1fr;gap:2.5rem}}.jobs-hero{margin-top:73px;min-height:320px;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(19, 167, 80, 0.75) 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.jobs-hero-content{max-width:880px}.jobs-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1;opacity:0;animation:slideUp .8s ease-out forwards}.jobs-hero p{font-size:1.2rem;opacity:0;max-width:720px;margin:0 auto;line-height:1.7;animation:slideUp .8s ease-out .2s forwards}.jobs-empty{padding:6rem 2rem;background:var(--surface-page)}.jobs-empty-container{max-width:720px;margin:0 auto;text-align:center}.jobs-empty-message{font-size:1.25rem;color:var(--text-secondary);margin:0;line-height:1.6}.jobs-apply-grid{max-width:900px;margin:2.5rem auto 0;display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.jobs-apply-card{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:16px;padding:2.25rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.jobs-apply-card h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.jobs-apply-card p{color:var(--text-secondary);line-height:1.6;margin:0 0 .75rem;flex:1}.jobs-apply-icon{width:46px;height:46px;border-radius:50%;background:var(--badge-green-bg);color:var(--accent-green);display:inline-flex;align-items:center;justify-content:center}.jobs-apply-icon svg{width:20px;height:20px}.jobs-apply-link{color:var(--accent-green);font-weight:600;text-decoration:none}.jobs-apply-link:hover{text-decoration:underline}@media(max-width: 768px){.jobs-empty{padding:4rem 1.25rem}.jobs-apply-grid{grid-template-columns:1fr}}.news-page .news-hero{margin-top:73px;min-height:300px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:4rem 2rem}.news-page .news-hero-content{max-width:720px}.news-page .news-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.news-page .news-hero p{font-size:1.25rem;opacity:.95;line-height:1.7;margin:0 auto}.news-list-section{padding:4rem 2rem;background:var(--surface-page)}.news-container{max-width:1280px;margin:0 auto}.news-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.news-filter-pill{padding:.55rem 1.25rem;border:2px solid var(--border-subtle);background:var(--surface-card);border-radius:50px;font-size:.95rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .25s ease}.news-filter-pill:hover{border-color:var(--accent-green);color:var(--accent-green)}.news-filter-pill.is-active{background:var(--btn-green);border-color:var(--btn-green);color:#fff}.news-featured{margin-bottom:3rem}.news-featured-link{display:grid;grid-template-columns:3fr 2fr;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.news-featured-link:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.news-featured-media{position:relative;min-height:320px}.news-featured-media img,.news-featured-media .news-card-media-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-featured-body{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem}.news-featured-title{font-size:1.75rem;font-weight:700;line-height:1.25;color:var(--text-primary);margin:0}.news-featured-summary{color:var(--text-secondary);line-height:1.7;margin:0}.news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.news-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.news-card:hover .news-card-media img{transform:scale(1.05)}.news-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none}.news-card-media{aspect-ratio:16/9;overflow:hidden}.news-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card-media-placeholder{width:100%;height:100%;background:var(--gradient-primary);opacity:.85}.news-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem;flex:1}.news-badges{display:flex;flex-wrap:wrap;gap:.5rem;min-height:1.65rem}.news-badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;background:var(--badge-green-bg);color:var(--badge-green-text);font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.news-badge--lang{background:var(--surface-subtle);color:var(--text-muted);border:1px solid var(--border-subtle);cursor:help}.news-card-title{font-size:1.2rem;font-weight:700;line-height:1.35;color:var(--text-primary);margin:0}.news-card-summary{color:var(--text-secondary);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-meta{margin-top:auto;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.88rem}.news-card-readmore{color:var(--accent-green);font-weight:600;font-size:.95rem}.news-empty{text-align:center;color:var(--text-secondary);font-size:1.1rem;padding:4rem 0}.news-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:3rem}.news-page-link{min-width:42px;padding:.5rem .85rem;text-align:center;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-card);color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .2s ease}.news-page-link:hover{border-color:var(--accent-green);color:var(--accent-green)}.news-page-link.is-current{background:var(--btn-green);border-color:var(--btn-green);color:#fff}.news-page-link--nav{padding:.5rem 1rem}.home-news-section{padding:5rem 2rem;background:var(--surface-page)}.home-news-section .news-card{background:var(--surface-subtle)}.home-news-section .news-badge--lang{background:var(--surface-card)}.home-news-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;max-width:1280px;margin:0 auto 2.5rem}.home-news-header h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin:0}.home-news-all{color:var(--accent-green);font-weight:600;text-decoration:none}.home-news-all:hover{text-decoration:underline}@media(max-width: 1024px){.news-grid{grid-template-columns:repeat(2, 1fr)}.news-featured-link{grid-template-columns:1fr}.news-featured-media{min-height:0;aspect-ratio:16/9}}@media(max-width: 768px){.news-page .news-hero h1{font-size:2.25rem}.news-list-section{padding:3rem 1.25rem}.news-grid{grid-template-columns:1fr}.news-featured-body{padding:1.5rem}.home-news-section{padding:3.5rem 1.25rem}}.news-detail-page{background:var(--surface-page)}.news-draft-banner{margin-top:73px;background:#b45309;color:#fff;text-align:center;padding:.65rem 1rem;font-weight:600}.news-draft-banner+.news-article .news-article-header{margin-top:0}.news-article-header{max-width:800px;margin:73px auto 0;padding:3.5rem 2rem 1.5rem;text-align:center}.news-article-header .news-badges{justify-content:center}.news-article-header h1{font-size:2.6rem;font-weight:800;line-height:1.15;color:var(--text-primary);margin:1rem 0}.news-article-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem;color:var(--text-muted);font-size:.95rem}.news-article-cover{max-width:1000px;margin:1.5rem auto 0;padding:0 2rem}.news-article-cover img{display:block;width:100%;border-radius:20px}.news-article-body{max-width:760px;margin:0 auto;padding:2.5rem 2rem 3rem}.news-article-summary{font-size:1.25rem;line-height:1.65;font-weight:500;color:var(--text-tertiary);margin:0 0 2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.news-content{color:var(--text-secondary);font-size:1.06rem;line-height:1.75}.news-content p{margin:0 0 1.25em}.news-content h2,.news-content h3,.news-content h4{font-family:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text-primary);line-height:1.3;margin:1.8em 0 .7em}.news-content h2{font-size:1.65rem;font-weight:700}.news-content h3{font-size:1.35rem;font-weight:700}.news-content h4{font-size:1.15rem;font-weight:600}.news-content ul,.news-content ol{margin:0 0 1.25em;padding-left:1.5em}.news-content li{margin-bottom:.4em}.news-content blockquote{margin:1.75em 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-green);background:var(--surface-subtle);border-radius:0 8px 8px 0;font-style:italic}.news-content blockquote p:last-child{margin-bottom:0}.news-content a{color:var(--accent-green);text-decoration:underline;text-underline-offset:2px}.news-content a:hover{text-decoration-thickness:2px}.news-content img{display:block;max-width:100%;height:auto;border-radius:12px;margin:1.75em auto}.news-content figure{margin:1.75em 0}.news-content figure img{margin:0 auto}.news-content figcaption{text-align:center;color:var(--text-muted);font-size:.9rem;margin-top:.6em}.news-content hr{border:none;border-top:1px solid var(--border-subtle);margin:2.5em 0}.news-content strong{color:var(--text-primary)}.news-content .ql-align-center{text-align:center}.news-content .ql-align-right{text-align:right}.news-content .ql-align-justify{text-align:justify}.news-article-share{display:flex;align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--border-subtle)}.news-article-share-label{font-weight:600;color:var(--text-primary);margin-right:.25rem}.news-share-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-secondary);text-decoration:none;cursor:pointer;transition:all .25s ease}.news-share-btn svg{width:18px;height:18px}.news-share-btn:hover{border-color:var(--accent-green);color:var(--accent-green);transform:translateY(-2px)}.news-share-btn .icon-check{display:none}.news-share-btn.is-copied{border-color:var(--status-success);color:var(--status-success)}.news-share-btn.is-copied .icon-link{display:none}.news-share-btn.is-copied .icon-check{display:block}.news-related{background:var(--surface-subtle);padding:4rem 2rem}.news-related-title{font-size:1.9rem;font-weight:700;color:var(--text-primary);margin:0 0 2rem}.news-article-back{text-align:center;padding:2.5rem 2rem 3.5rem}.news-article-back a{color:var(--accent-green);font-weight:600;text-decoration:none}.news-article-back a:hover{text-decoration:underline}@media(max-width: 768px){.news-article-header{padding:2.5rem 1.25rem 1rem}.news-article-header h1{font-size:1.9rem}.news-article-cover{padding:0 1.25rem}.news-article-body{padding:2rem 1.25rem 2.5rem}.news-article-summary{font-size:1.1rem}.news-related{padding:3rem 1.25rem}}.home-hero.home-hero--dark{margin-top:73px;min-height:520px;background:linear-gradient(95deg, rgba(5, 13, 9, 0.9) 0%, rgba(5, 13, 9, 0.6) 42%, rgba(5, 13, 9, 0.42) 72%, rgba(5, 13, 9, 0.62) 100%),radial-gradient(ellipse at 18% 25%, rgba(19, 167, 80, 0.16) 0%, transparent 55%),url("/images/backgrounds/footer-pattern.webp") center/cover no-repeat,linear-gradient(180deg, #050d09 0%, #000 100%);display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center;justify-content:stretch;text-align:left;color:#fff;padding:3rem 6vw;position:relative;overflow:hidden}.home-hero.home-hero--dark .home-hero-content{max-width:none;position:relative;z-index:1;text-align:left}.home-hero.home-hero--dark h1{font-size:clamp(2.25rem,4.5vw,3.75rem);line-height:1.15;font-weight:800;letter-spacing:-0.02em;color:#fff;margin:0 0 1.5rem;animation:heroSlideUp .8s ease-out both;padding-bottom:.15em}.home-hero.home-hero--dark .hero-subtitle{font-size:1.2rem;font-weight:400;line-height:1.6;color:#cdd5d0;max-width:none;margin:0 0 2rem;opacity:0;animation:heroSlideUp .8s ease-out .15s forwards}.home-hero.home-hero--dark .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:heroSlideUp .8s ease-out .3s forwards}.hero-pill{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.75rem;color:#cfead9;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1;opacity:0;animation:heroSlideUp .8s ease-out 0s forwards}.hero-pill svg{flex-shrink:0;display:block;transform:translateY(-1px)}.hero-accent{color:#2fc366}.btn-secondary-outline{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.4);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .25s ease}.btn-secondary-outline:hover{background:hsla(0,0%,100%,.08);border-color:#fff}.home-hero.home-hero--dark .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-weight:600;font-size:1rem}@keyframes heroSlideUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-carousel{position:relative;display:flex;height:400px;border-radius:1rem;overflow:hidden;z-index:1;perspective:1200px;opacity:0;animation:heroSlideUp .9s ease-out .3s forwards}.hero-carousel-panel+.hero-carousel-panel{margin-left:.5rem}.hero-carousel-panel{flex:1;min-width:0;position:relative;overflow:hidden;border-radius:.75rem;cursor:pointer;text-decoration:none;color:#fff;transition:flex 800ms cubic-bezier(0.22, 0.61, 0.36, 1),box-shadow 400ms ease,transform 400ms ease;box-shadow:0 4px 24px rgba(0,0,0,.25);outline:0}.hero-carousel-panel:focus-visible{box-shadow:0 0 0 3px rgba(19,167,80,.7)}.hero-carousel-panel.is-active{flex:4}.hero-carousel-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);transition:transform 8s ease-out,filter 600ms ease;filter:saturate(0.85) brightness(0.7);will-change:transform}.hero-carousel-panel.is-active .hero-carousel-bg{transform:scale(1.18);filter:saturate(1.1) brightness(0.95)}.hero-carousel-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.9) 100%);z-index:1;transition:background 500ms ease}.hero-carousel-panel.is-active::after{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.92) 100%),linear-gradient(135deg, rgba(19, 167, 80, 0.18), transparent 55%)}.hero-carousel-title{position:absolute;top:1rem;left:1rem;z-index:2;display:inline-flex;align-items:center;padding:.35rem .7rem;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.12);border-radius:999px;color:#fff;font-weight:600;font-size:.78rem;letter-spacing:.01em;white-space:nowrap;max-width:calc(100% - 2rem);overflow:hidden;text-overflow:ellipsis;transition:all 500ms cubic-bezier(0.22, 0.61, 0.36, 1)}.hero-carousel-panel.is-active .hero-carousel-title{font-size:1rem;padding:.5rem 1rem;background:rgba(19,167,80,.9);border-color:hsla(0,0%,100%,.25)}.hero-carousel-detail{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:2;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.hero-carousel-tagline,.hero-carousel-cta{display:block;opacity:0;transform:translateY(12px);transition:opacity 500ms ease,transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1)}.hero-carousel-tagline{font-size:1rem;color:hsla(0,0%,100%,.95);font-weight:500;line-height:1.35;text-shadow:0 2px 8px rgba(0,0,0,.7)}.hero-carousel-cta{font-size:.9rem;font-weight:700;color:var(--primary-light, #2FC366);text-shadow:0 2px 8px rgba(0,0,0,.7)}.hero-carousel-panel.is-active .hero-carousel-tagline{opacity:1;transform:translateY(0);transition-delay:200ms}.hero-carousel-panel.is-active .hero-carousel-cta{opacity:1;transform:translateY(0);transition-delay:380ms}@media(hover: hover){.hero-carousel-panel:not(.is-active):hover{transform:translateY(-4px) rotateY(-2deg)}.hero-carousel-panel:not(.is-active):hover .hero-carousel-bg{filter:saturate(1) brightness(0.85);transform:scale(1.08);transition:transform 600ms ease,filter 300ms ease}}.hero-carousel-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:hsla(0,0%,100%,.15);z-index:3;opacity:0}.hero-carousel-progress::before{content:"";display:block;height:100%;width:0;background:#13a750}.hero-carousel-panel.is-active .hero-carousel-progress{opacity:1}.hero-carousel-panel.is-active .hero-carousel-progress::before{animation:heroProgress 4000ms linear forwards}.hero-carousel.is-paused .hero-carousel-panel.is-active .hero-carousel-progress::before{animation-play-state:paused}@keyframes heroProgress{from{width:0}to{width:100%}}@media(max-width: 900px){.home-hero.home-hero--dark{grid-template-columns:1fr;padding:3rem 1.25rem;gap:2.5rem;min-height:0}.home-hero.home-hero--dark .hero-subtitle{max-width:none}.hero-carousel{height:320px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:.75rem}.hero-carousel-panel+.hero-carousel-panel{margin-left:.75rem}.hero-carousel::-webkit-scrollbar{display:none}.hero-carousel-panel{flex:0 0 85%;scroll-snap-align:center;transition:box-shadow 300ms ease,transform 300ms ease}.hero-carousel-panel.is-active{flex:0 0 85%}.hero-carousel-title{font-size:.92rem;padding:.45rem .85rem}.hero-carousel-tagline,.hero-carousel-cta{opacity:1;transform:none;transition:none}.hero-carousel-bg{transform:scale(1.1)}}@media(prefers-reduced-motion: reduce){.home-hero.home-hero--dark h1,.home-hero.home-hero--dark .hero-subtitle,.home-hero.home-hero--dark .hero-buttons,.hero-pill,.hero-carousel{animation:none !important;opacity:1 !important;transform:none !important}.hero-carousel-panel,.hero-carousel-bg,.hero-carousel-progress::before{transition:none !important;animation:none !important}.hero-carousel-bg{transform:none !important}}
