@custom-variant dark (&:is(.dark *));@theme{ --color-secondary-100: #003d57; --color-secondary-200: #004d6b; --color-secondary-300: #003d57; --color-secondary-400: #004d6b; --color-secondary-500: #005873; --color-primary-100: #05e4fc; --color-primary-200: #2ef0ff; --color-primary-300: #04b8d4; --color-tertiary-100: #0a0a0a; --color-tertiary-200: #ffffff; --color-tertiary-300: #b0d4e3; --color-tertiary-400: #7a9aab; --shadow-form-input: 0 0 20px rgba(5, 228, 252, .2); }@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }:root{--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}@layer base;*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#00587308;color:#000;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}.App{min-height:100vh;background:#fff;position:relative}.App:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(0,102,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,212,255,.08) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(0,102,255,.05) 0%,transparent 50%);z-index:0;pointer-events:none}.App:after{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,102,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;z-index:0;pointer-events:none;opacity:.5}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.app-content{position:relative;z-index:1;min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06f,#00d4ff);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0052cc,#00a8cc)}::selection{background:#0066ff4d;color:#000}::-moz-selection{background:#0066ff4d;color:#000}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}*:focus-visible{outline:2px solid #0066ff;outline-offset:2px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0;position:relative;z-index:1}.text-gradient{background:linear-gradient(135deg,#06f,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{box-shadow:0 0 20px #0066ff4d}@media(max-width:768px){.container{padding:0 1.5rem}.section{padding:3rem 0}}@media(max-width:480px){.container{padding:0 1rem}.section{padding:2rem 0}}.fade-in{animation:fadeIn .5s ease-in}.app-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary-color: #05e4fc;--secondary-color: #002D43;--dark-bg: #ffffff;--dark-surface: #f5f5f5;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #666666;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:var(--transition);background:transparent}.navbar-scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 0;box-shadow:0 4px 30px #0066ff10;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{cursor:pointer;z-index:1001;display:flex;align-items:center;gap:0}.navbar-logo a{display:flex;align-items:center;gap:0;text-decoration:none}.navbar-logo img{width:100px;height:auto;max-height:40px;object-fit:contain;margin-right:-24px}.navbar-logo .logo-text{font-size:1.4rem;font-weight:600;background:linear-gradient(135deg,#002d43,#003d57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.logo-text:hover{background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-accent{color:var(--primary-color);font-size:2rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.navbar-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;align-items:center}.navbar-menu-item{position:relative}.navbar-link{color:var(--text-tertiary);text-decoration:none;font-size:1rem;font-weight:300;transition:var(--transition);position:relative;padding:.5rem 0;display:block}.navbar-link:hover{color:var(--text-primary)}.navbar-link:hover:after{width:100%}.navbar-cta{display:flex;align-items:center}.nav-cta-button{padding:.75rem 1.75rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-primary);border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;box-shadow:0 4px 15px #0066ff4d}.nav-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.nav-cta-button:hover:before{left:100%}.nav-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0066ff80}.nav-cta-button:active{transform:translateY(0)}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:28px;height:3px;background:var(--text-primary);border-radius:2px;transition:var(--transition)}.navbar-link{color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:600;transition:var(--transition);position:relative;padding:.5rem 0;display:block}.navbar-link.active{color:#05e4fc;font-weight:650;font-size:1.1rem;border:none;outline:none;box-shadow:none}.navbar-link.active:after{display:none}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .4s cubic-bezier(.4,0,.2,1)}.mobile-menu{position:fixed;top:0;left:0;width:300px;height:100vh;background:var(--dark-surface);transform:translate(-100%);z-index:999;padding:6rem 2rem 2rem;box-shadow:4px 0 30px #0000001a}.mobile-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.mobile-nav-item{opacity:1}.mobile-nav-link{color:var(--text-secondary);text-decoration:none;font-size:1.3rem;font-weight:200;padding:1rem;display:block;transition:var(--transition);border-radius:12px}.mobile-nav-link:hover{color:var(--text-primary);background:#0000000d;padding-left:1.5rem}.mobile-nav-link.active{color:#05e4fc;font-weight:400;font-size:1.3rem;background:#05e4fc1a}.mobile-cta-button{width:100%;padding:1rem;margin-top:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-primary);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #0066ff4d}.mobile-cta-button:hover{transform:scale(1.02);box-shadow:0 6px 25px #0066ff80}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0000004d;z-index:998;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.navbar-menu{gap:1.5rem}}@media(max-width:768px){.navbar-menu,.navbar-cta{display:none}.hamburger{display:flex}.navbar-container{padding:0 1rem 0 .5rem}.logo-text{font-size:1.5rem}}@media(max-width:480px){.mobile-menu{width:85%}.navbar-container{padding:0 .75rem 0 0}.logo-text{font-size:1rem}}html{scroll-behavior:smooth}body{padding-top:80px}:root{--primary-color: #05e4fc;--secondary-color: #002D43;--text-primary: #000000;--text-secondary: #333333}.hero-section{min-height:100vh;display:flex;align-items:center;padding:1rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#002d43,#003d57);border-bottom:1px solid rgba(5,228,252,.1)}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(5,228,252,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,228,252,.06) 0%,transparent 50%);pointer-events:none;z-index:1}.hero-container{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;padding-left:2rem;position:relative;z-index:3;min-width:0}.hero-content-top{display:flex;flex-direction:column}.hero-content-top .hero-description{margin-bottom:0}.hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:600;line-height:1.2;max-width:700px;color:#fff;margin-bottom:24px;letter-spacing:-.5px}.hero-description{font-size:1.1rem;line-height:1.7;color:#fffc;max-width:600px;margin:0;font-weight:400}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.hero-button.primary{background:var(--primary-color);color:var(--secondary-color);box-shadow:0 20px 40px #05e4fc4d}.hero-button.primary:hover{transform:translateY(-3px);box-shadow:0 30px 60px #05e4fc66;background:#2ef0ff}.hero-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-button.secondary:hover{border-color:var(--primary-color);background:#05e4fc1a;transform:translateY(-3px);color:var(--primary-color)}.button-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#05e4fc33;font-size:.75rem}.hero-metrics{display:flex;gap:3rem;margin-bottom:0;margin-top:2.5rem;flex-wrap:wrap}.metric-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1.5rem 0 0}.metric-value{display:flex;align-items:baseline;gap:.25rem;font-size:2rem;font-weight:700;color:var(--primary-color);line-height:1}.metric-number{background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-suffix{font-size:2rem}.metric-label{font-size:.75rem;color:#ffffffb3;font-weight:400}.hero-image-container{position:relative;display:flex;align-items:center;justify-content:center;height:600px;z-index:1;min-width:0}.hero-image{width:90%;object-fit:contain;position:relative;z-index:2}.hero-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(5,228,252,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(5,228,252,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5}@media(max-width:1024px){.hero-container{display:flex;flex-direction:column;gap:0;text-align:center}.hero-content{align-items:center;padding-left:0;display:contents}.hero-content-top{order:1;margin-bottom:2rem}.hero-image-container{order:2;height:500px;margin-top:3rem;margin-bottom:3rem}.hero-buttons{order:3;justify-content:center;margin-top:2rem}.hero-metrics{order:4;justify-content:center;margin-top:5rem}.hero-description{max-width:100%}}@media(max-width:768px){.hero-section{min-height:auto;padding:4rem 0}.hero-container{padding:0 1.5rem;gap:0}.hero-content{padding-left:0;display:contents}.hero-content-top{margin-bottom:1.5rem}.hero-image-container{height:400px;margin-top:3rem;margin-bottom:3rem}.hero-buttons{flex-direction:column;width:100%;margin-top:1.5rem}.hero-button{width:100%;justify-content:center}.hero-title{font-size:clamp(2rem,6vw,2.5rem)}.hero-description{font-size:1rem}.hero-metrics{gap:.5rem;margin-top:5rem}.metric-value{font-size:2rem}}@media(max-width:480px){.hero-container{padding:0 1rem;gap:0}.hero-content{padding-left:0;display:contents}.hero-content-top{margin-bottom:1.5rem}.hero-image-container{height:300px;margin-top:3rem;margin-bottom:3rem}.hero-buttons{margin-top:1.5rem}.hero-title{font-size:clamp(1.6rem,5vw,1.75rem)}.hero-metrics{gap:1.5rem;align-items:center;margin-top:5rem}}@media(max-width:400px){.hero-container{padding:0 .75rem;gap:0}.hero-content{padding-left:0;display:contents}.hero-content-top{margin-bottom:1.5rem}.hero-image-container{height:250px;margin-top:3rem;margin-bottom:3rem}.hero-buttons{margin-top:1.5rem}.hero-title{font-size:clamp(1.4rem,4vw,1.5rem);line-height:1.3}.hero-description{font-size:.875rem;line-height:1.4}.hero-button{padding:.875rem 1.75rem;font-size:.9rem}.hero-metrics{gap:1rem;margin-top:5rem}.metric-value,.metric-suffix{font-size:1.5rem}.metric-label{font-size:.7rem}}@media(max-width:350px){.hero-section{padding:3rem 0}.hero-container{padding:0 .5rem;gap:0}.hero-content{padding-left:0;display:contents}.hero-content-top{margin-bottom:1.5rem}.hero-image-container{height:220px;margin-top:3rem;margin-bottom:3rem}.hero-buttons{margin-top:1.5rem}.hero-title{font-size:clamp(1.2rem,3.5vw,1.35rem);line-height:1.25;margin-bottom:8px}.hero-description{font-size:.8rem;line-height:1.4}.hero-button{padding:.75rem 1.5rem;font-size:.85rem}.hero-metrics{gap:.75rem;margin-top:5rem;flex-direction:row;justify-content:space-between;width:100%}.metric-item{margin:2rem 0;gap:.25rem}.metric-value,.metric-suffix{font-size:1.25rem}.metric-label{font-size:.65rem;text-align:center;max-width:80px}.hero-image{width:100%}}.about-section{padding:6rem 0;position:relative;overflow:hidden}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about-heading{text-align:center;margin-bottom:4rem}.about-label{display:inline-block;padding:.5rem 1.5rem;background:#05e4fc1a;border:2px solid rgba(0,88,115,.15);border-radius:50px;color:var(--primary-color);font-size:.875rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem}.about-title{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:500;color:var(--text-primary);margin:0 0 1rem;line-height:1.2}.title-underline{width:100px;height:4px;background:linear-gradient(90deg,var(--dark-bg),var(--text-primary));margin:0 auto;border-radius:2px}.about-content{max-width:900px;margin:0 auto 4rem;text-align:center}.about-intro{font-size:1.25rem;line-height:1.8;color:var(--text-primary);margin-bottom:1.5rem}.about-text{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.about-text strong,.about-intro strong{color:var(--primary-color);font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.service-card{position:relative;padding:2.5rem;background:#1a1a1a80;border:1px solid rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));opacity:0;transition:opacity .4s}.service-card:hover{transform:translateY(-10px);border-color:#05e4fc80;box-shadow:0 20px 40px #05e3fc0a}.service-card:hover:before{opacity:1}.card-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(5,228,252,.1),transparent 10%);opacity:0;transition:opacity .4s;pointer-events:none}.service-card:hover .card-gradient{opacity:1}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 5px 15px rgba(5,228,252,.3))}.service-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;line-height:1.3}.service-description{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin:0}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@media(max-width:768px){.about-section{padding:4rem 0}.about-container{padding:0 1.5rem}.about-heading{margin-bottom:3rem}.about-label{font-size:.75rem}.about-title{font-size:2rem}.about-content{margin-bottom:3rem}.about-intro{font-size:1.1rem}.about-text{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.service-card{padding:2rem}}@media(max-width:480px){.service-icon{font-size:3rem}}.whyus-section{padding:3.5rem 0;position:relative;overflow:hidden}.whyus-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.whyus-title{text-align:center;margin-bottom:5rem;position:relative}.whyus-label{display:inline-block;padding:.5rem 1.5rem;background:#0066ff1a;border:2px solid rgba(0,88,115,.15);border-radius:50px;color:#00d4ff;font-size:.75rem;font-weight:700;letter-spacing:3px;margin-bottom:2rem}.section-heading{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:500;background:var(--text-primary);margin:0 0 1.5rem;line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subheading{font-size:1.15rem;line-height:1.8;color:var(--text-secondary);max-width:800px;margin:0 auto}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;perspective:1000px}.reason-card{position:relative;padding:3rem 2rem;background:#00587305;border:2px solid rgba(5,228,252,.15);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform-style:preserve-3d;cursor:pointer}.reason-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--card-color),var(--secondary-color));opacity:0;transition:opacity .4s}.reason-card:hover:before{opacity:1}.reason-card:hover{border-color:var(--card-color);box-shadow:0 30px 60px #00000080,0 0 40px var(--card-color);transform:translateY(-10px) translateZ(20px)}.reason-card:hover .card-glow{opacity:.3}.card-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:rotate(45deg);transition:all .6s;pointer-events:none}.reason-card:hover .card-shine{left:100%}.card-content{position:relative;z-index:2}.reason-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#002d4326,#05e4fc14);border:2px solid var(--card-color);border-radius:20px;color:var(--card-color);margin-bottom:1.5rem;transition:all .4s}.reason-card:hover .reason-icon{transform:rotateY(360deg) scale(1.1);box-shadow:0 10px 30px var(--card-color)}.reason-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;letter-spacing:1px}.reason-description{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin:0}.decorative-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(5,228,252,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(5,228,252,.02) 1px,transparent 1px);background-size:60px 60px;opacity:.5;pointer-events:none;z-index:0}.whyus-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.bg-gradient-orb-1{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(0,45,67,.4) 0%,transparent 70%);top:-200px;left:-200px;filter:blur(100px);animation:float-orb 15s ease-in-out infinite}.bg-gradient-orb-2{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(5,228,252,.3) 0%,transparent 70%);bottom:-150px;right:-150px;filter:blur(100px);animation:float-orb 18s ease-in-out infinite reverse}.bg-gradient-orb-3{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(0,45,67,.3) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(80px);animation:float-orb 20s ease-in-out infinite}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}@media(max-width:1024px){.whyus-section{padding:6rem 0}.whyus-title{margin-bottom:4rem}.reasons-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}}@media(max-width:768px){.whyus-section{padding:4rem 0}.whyus-container{padding:0 1.5rem}.whyus-title{margin-bottom:3rem}.whyus-label{font-size:.75rem;padding:.4rem 1.2rem}.section-heading{font-size:2rem}.section-subheading{font-size:1rem}.reasons-grid{grid-template-columns:1fr;gap:1.5rem}.reason-card{padding:2rem 1.5rem}.reason-icon{width:70px;height:70px}.reason-icon svg{width:35px;height:35px}.visual-1,.visual-2,.visual-3{display:none}}@media(max-width:480px){.reason-card{padding:1.5rem}.reason-title{font-size:1.1rem}.reason-description{font-size:.9rem}}.product-card{background:#ffffff0d;border:2px solid rgba(0,88,115,.15);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0003;transition:all .3s ease;display:flex;flex-direction:column;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.list-view .product-item .product-card{flex-direction:row;height:300px}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.product-card-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden;background:#0066ff1a}.list-view .product-item .product-card-image-wrapper{width:50%;height:100%;flex-shrink:0}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.list-view .product-item .product-card-image{height:100%;object-fit:cover}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card-overlay{opacity:1}.product-card-view-link{color:#002d43;text-decoration:none;display:flex;align-items:center;gap:8px;padding:12px 24px;background:#05e4fc;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:14px}.product-card-view-link:hover{transform:translateY(-2px);box-shadow:0 12px 24px #05e4fc66}.product-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.list-view .product-item .product-card-content{width:50%;flex-shrink:0}.product-card-category{font-size:12px;color:#00d4ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-weight:600}.product-card-title{font-size:20px;font-weight:700;margin:0 0 12px;color:#000;line-height:1.3}.product-card-description{font-size:14px;color:#333;line-height:1.6;margin:0 0 16px;flex:1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px}.product-card-price{font-size:16px;font-weight:600;color:#05e4fc;margin:0}.product-card-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#05e4fc;color:#002d43;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:16px;white-space:nowrap}.product-card-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #05e4fc66}@media(max-width:768px){.product-card-image-wrapper{height:200px}.product-card-content{padding:16px}.product-card-title{font-size:18px}.product-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.product-card-button{width:100%;text-align:center}}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.product-modal{background:#fff;border-radius:24px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(0,0,0,.1)}.product-modal-close{position:absolute;top:20px;right:20px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:all .3s ease;z-index:10}.product-modal-close:hover{background:#0000001a;border-color:#0003;transform:rotate(90deg)}.product-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px}.product-modal-image-section{display:flex;flex-direction:column;gap:20px}.product-modal-main-image{width:100%;aspect-ratio:1;background:#f5f5f5;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1)}.product-modal-main-image img{width:100%;height:100%;object-fit:contain;padding:20px}.product-modal-gallery{display:flex;gap:12px;justify-content:flex-start}.gallery-image{width:80px;height:80px;flex-shrink:0;background:#f5f5f5;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.gallery-image:hover{border-color:#05e4fc;transform:scale(1.05)}.gallery-image img{width:100%;height:100%;object-fit:contain;padding:10px}.product-modal-info-section{display:flex;flex-direction:column;gap:20px}.product-modal-name{font-size:32px;font-weight:700;color:#000;margin:0;line-height:1.2}.product-modal-sku{font-size:14px;color:#0009;margin:0}.product-modal-rating{display:flex;align-items:center;gap:12px}.rating-stars{display:flex;gap:4px}.rating-value{font-size:16px;color:#000000b3}.product-modal-price{font-size:36px;font-weight:700;color:#05e4fc;margin:0}.price-text{color:#05e4fc}.product-modal-description{color:#000c;line-height:1.8;font-size:16px}.product-modal-description p{margin:0 0 16px}.product-modal-description p:last-child{margin-bottom:0}.product-modal-purchase-link{margin-top:20px}.purchase-link-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 32px;background:#05e4fc;color:#002d43;text-decoration:none;border:2px solid #05e4fc;border-radius:12px;font-weight:700;font-size:18px;transition:all .3s ease}.purchase-link-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #05e4fc66;background:#2ef0ff;border-color:#2ef0ff}@media(max-width:968px){.product-modal-content{grid-template-columns:1fr;gap:30px;padding:30px}.product-modal-name{font-size:28px}.product-modal-price{font-size:32px}}@media(max-width:768px){.product-modal{max-width:100%;border-radius:16px}.product-modal-content{padding:16px;gap:20px}.product-modal-close{top:12px;right:12px;width:32px;height:32px}.product-modal-close svg{width:18px;height:18px}.product-modal-image-section{gap:12px}.product-modal-main-image{border-radius:12px}.product-modal-main-image img{padding:12px}.product-modal-gallery{gap:8px}.gallery-image{width:60px;height:60px;border-radius:8px}.gallery-image img{padding:6px}.product-modal-info-section{gap:12px}.product-modal-name{font-size:20px;line-height:1.3}.product-modal-sku{font-size:12px}.product-modal-rating{gap:8px}.rating-stars svg{width:16px;height:16px}.rating-value{font-size:14px}.product-modal-price{font-size:24px}.product-modal-description{font-size:14px;line-height:1.6}.product-modal-description p{margin:0 0 12px}.product-modal-purchase-link{margin-top:12px}.purchase-link-button{padding:14px 24px;font-size:16px;border-radius:10px}}@media(max-width:480px){.product-modal-content{padding:12px;gap:16px}.product-modal-close{top:10px;right:10px;width:28px;height:28px}.product-modal-close svg{width:16px;height:16px}.product-modal-image-section{gap:10px}.product-modal-main-image img{padding:10px}.gallery-image{width:50px;height:50px}.gallery-image img{padding:5px}.product-modal-info-section{gap:10px}.product-modal-name{font-size:18px}.product-modal-sku{font-size:11px}.rating-stars svg{width:14px;height:14px}.rating-value{font-size:12px}.product-modal-price{font-size:20px}.product-modal-description{font-size:13px;line-height:1.5}.product-modal-description p{margin:0 0 10px}.purchase-link-button{padding:12px 20px;font-size:14px}}.featured-products-section{padding:3.5rem 0;position:relative;overflow:hidden;z-index:1}.featured-products-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.featured-products-header{text-align:center;margin-bottom:4rem}.featured-products-label{display:inline-block;padding:.5rem 1.5rem;background:#0066ff1a;border:2px solid rgba(0,88,115,.15);border-radius:50px;color:#00d4ff;font-size:.875rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem}.featured-products-title{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:500;color:#000;margin:0 0 1rem;line-height:1.2}.featured-products-subtitle{font-size:1.15rem;line-height:1.8;color:#333;max-width:700px;margin:0 auto}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.featured-product-card{width:100%}@media(max-width:768px){.featured-products-section{padding:4rem 0}.featured-products-container{padding:0 1.5rem}.featured-products-header{margin-bottom:3rem}.featured-products-title{font-size:clamp(1.5rem,5vw,2rem)}.featured-products-subtitle{font-size:1rem}.featured-products-grid{grid-template-columns:1fr;gap:24px}}.product-categories-section{padding:3.5rem 0;position:relative;overflow:hidden;z-index:1}.product-categories-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.product-categories-header{text-align:center;margin-bottom:4rem}.product-categories-label{display:inline-block;padding:.5rem 1.5rem;background:#0066ff1a;border:1px solid rgba(0,212,255,.3);border-radius:50px;color:#00d4ff;font-size:.875rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem}.product-categories-title{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:500;color:#000;margin:0 0 1rem;line-height:1.2}.product-categories-subtitle{font-size:1.15rem;line-height:1.8;color:#333;max-width:700px;margin:0 auto}.product-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{background:#ffffff0d;border:2px solid rgba(0,88,115,.15);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0003;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.category-card-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:#0066ff1a;display:flex;align-items:center;justify-content:center}.category-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-card-image{transform:scale(1.1)}.category-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.category-card-title{font-size:22px;font-weight:700;color:#000;margin:0 0 12px}.category-card-description{font-size:14px;color:#333;line-height:1.6;margin:0 0 16px;flex:1}.category-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px}.category-card-count{font-size:14px;color:#00d4ff;font-weight:600}.category-card-button{font-size:14px;color:#0a0a0a;font-weight:600;padding:8px 16px;background:#00d4ff;border:1px solid #00d4ff;border-radius:8px;transition:all .3s ease}.category-card:hover .category-card-button,.category-card:active .category-card-button{background:#00d4ff;color:#0a0a0a;border-color:#00d4ff}@media(max-width:1024px){.product-categories-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.product-categories-section{padding:4rem 0}.product-categories-container{padding:0 1.5rem}.product-categories-header{margin-bottom:3rem}.product-categories-title{font-size:clamp(1.5rem,5vw,2rem)}.product-categories-subtitle{font-size:1rem}.product-categories-grid{grid-template-columns:1fr;gap:24px}.category-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.category-card-button{width:100%;text-align:center}.category-card-image-wrapper{height:180px}}.testimonial-section{min-height:auto;background:#00587308;position:relative;overflow:hidden;padding:60px 0;display:flex;align-items:center}.testimonial-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.testimonial-wrapper{width:100%;position:relative;z-index:1}.testimonial-intro{text-align:center;width:100%;padding:0 40px;margin-bottom:60px}.testimonial-title{font-size:3rem;font-weight:500;color:var(--text-primary);margin-bottom:16px;letter-spacing:-.02em}.testimonial-subtitle{font-size:1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.testimonial-scroll-container{width:100%;overflow:hidden;position:relative}.testimonial-track{display:flex;gap:40px;animation:scroll 40s linear infinite;width:fit-content}.testimonial-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{min-width:450px;max-width:450px;background:#0058730d;border:none;border-radius:16px;padding:0;position:relative;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.testimonial-card:hover{background:#00587314;transform:translateY(-8px);box-shadow:0 20px 50px #05e4fc26,inset 0 1px #05e4fc1a}.testimonial-quote-icon{color:#05e4fc;opacity:.4;margin-bottom:16px;padding:28px 28px 0}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px;padding:0 28px}.star{color:#05e4fc;font-size:1.5rem}.testimonial-text{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:16px;font-style:italic;padding:0 28px}.testimonial-author{display:flex;align-items:center;gap:20px;padding:0 28px 28px;border-top:none}.testimonial-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:none;transition:all .3s ease}.testimonial-placeholder-avatar{width:64px;height:64px;border-radius:50%;background:#05e4fc33;color:var(--secondary-color);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;border:none;transition:all .3s ease}.testimonial-card:hover .testimonial-avatar{transform:scale(1.05)}.testimonial-author-info{flex:1}.testimonial-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.testimonial-position{font-size:.8rem;color:var(--primary-color);margin-bottom:2px;font-weight:500}.testimonial-company{font-size:.875rem;color:var(--text-secondary)}@media(max-width:1200px){.testimonial-card{min-width:400px;max-width:400px;padding:0}.testimonial-quote-icon{padding:28px 28px 0}.testimonial-rating,.testimonial-text{padding:0 28px}.testimonial-author{padding:0 28px 28px}.testimonial-track{gap:30px}}@media(max-width:968px){.testimonial-title{font-size:2.75rem}.testimonial-subtitle{font-size:1.1rem}.testimonial-card{min-width:380px;max-width:380px;padding:0}.testimonial-quote-icon{padding:28px 28px 0}.testimonial-rating,.testimonial-text{padding:0 28px}.testimonial-author{padding:0 28px 28px}.testimonial-text{font-size:1rem;margin-bottom:12px}.testimonial-track{gap:25px}}@media(max-width:768px){.testimonial-section{min-height:auto;padding:60px 0}.testimonial-intro{margin-bottom:50px;padding:0 20px}.testimonial-title{font-size:2.25rem}.testimonial-subtitle{font-size:1rem}.testimonial-track{animation:scroll 30s linear infinite;gap:20px}.testimonial-card{min-width:320px;max-width:320px;padding:0}.testimonial-quote-icon{padding:24px 24px 0}.testimonial-rating,.testimonial-text{padding:0 24px}.testimonial-author{padding:0 24px 24px}.testimonial-text{font-size:.95rem;margin-bottom:12px;line-height:1.6}.testimonial-avatar{width:56px;height:56px}}@media(max-width:480px){.testimonial-section{padding:50px 0}.testimonial-intro{padding:0 16px;margin-bottom:40px}.testimonial-title{font-size:1.875rem}.testimonial-track{animation:scroll 25s linear infinite;gap:16px}.testimonial-card{min-width:280px;max-width:280px;padding:0}.testimonial-quote-icon{padding:20px 20px 0}.testimonial-rating,.testimonial-text{padding:0 20px}.testimonial-author{padding:0 20px 20px}.testimonial-text{font-size:.9rem;line-height:1.5;margin-bottom:12px}.testimonial-name{font-size:1.125rem}.testimonial-position{font-size:.75rem}.testimonial-avatar{width:48px;height:48px}.star{font-size:1.25rem}}.conclusion-container{width:100%;color:#000;padding:20px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#05e4fc,#00d4e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.section-subtitle{font-size:1.25rem;font-weight:600;color:#05e4fc;margin-bottom:12px}.section-description{font-size:1rem;color:#333;max-width:900px;margin:0 auto;line-height:1.6}.success-section{max-width:1200px;margin:0 auto 100px}.conclusion-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px}.conclusion-stat-item{background:#00587308;border:1px solid rgba(0,88,115,.15);border-radius:12px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;display:flex;flex-direction:column;justify-content:center;gap:16px;align-items:center;text-align:center}.conclusion-stat-item:hover{background:#0058730f;border-color:#05e4fc4d;transform:translateY(-5px)}.conclusion-stat-content{margin-bottom:20px;width:100%}.conclusion-stat-value{font-size:2.5rem;font-weight:700;color:#05e4fc;margin-bottom:8px}.conclusion-stat-label{font-size:.95rem;color:#333;line-height:1.5}.conclusion-stat-bar{width:100%;height:6px;background:#0058731a;border-radius:3px;overflow:hidden}.conclusion-stat-fill{height:100%;background:linear-gradient(90deg,#05e4fc,#00d4e8);border-radius:3px;box-shadow:0 0 10px #05e4fc80}.skills-section{max-width:1200px;margin:0 auto 100px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}.skill-item{background:#05e4fc0d;border:1px solid rgba(5,228,252,.2);border-radius:12px;padding:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.skill-item:hover{background:#05e4fc1a;border-color:#05e4fc66}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.skill-name{font-size:1.1rem;font-weight:600;color:#000}.skill-percentage{font-size:1.2rem;font-weight:700;color:#05e4fc}.skill-bar{width:100%;height:8px;background:#05e4fc1a;border-radius:4px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,#05e4fc,#00d4e8);border-radius:4px;box-shadow:0 0 15px #05e4fc99}.contact-section{max-width:1200px;margin:0 auto;padding-top:60px;border-top:1px solid rgba(5,228,252,.2)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-top:50px;margin-bottom:50px}.contact-card{background:#05e4fc0d;border:1px solid rgba(5,228,252,.2);border-radius:12px;padding:30px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.contact-card:hover{background:#05e4fc1a;border-color:#05e4fc66;transform:translateY(-8px)}.contact-icon{font-size:2.5rem;margin-bottom:15px;display:flex;justify-content:center;align-items:center;width:60px;height:60px;margin-left:auto;margin-right:auto;background:#05e4fc1a;border-radius:12px;color:#05e4fc}.contact-icon svg{width:32px;height:32px;stroke-width:1.5}.contact-card h3{font-size:1.2rem;font-weight:600;color:#05e4fc;margin-bottom:10px}.contact-card p{color:#333;font-size:.95rem;line-height:1.6}.contact-card a{color:#05e4fc;text-decoration:none;transition:all .3s ease;font-weight:500}.contact-card a:hover{color:#000;text-decoration:underline}.cta-container{display:flex;justify-content:center;margin-top:50px}.cta-button{background:linear-gradient(135deg,#05e4fc,#00d4e8);color:#002d43;border:none;padding:16px 40px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #05e4fc4d;letter-spacing:.5px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #05e4fc80}.cta-button:active{transform:translateY(-1px)}@media(max-width:768px){.conclusion-container{padding:60px 16px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.conclusion-stats-grid{grid-template-columns:1fr;gap:20px}.conclusion-stat-item{padding:20px}.conclusion-stat-value{font-size:2rem}.cta-button{padding:14px 32px;font-size:1rem}}@media(max-width:480px){.conclusion-container{padding:40px 12px}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.stat-value,.conclusion-stat-value{font-size:1.75rem}}.footer{position:relative;background:#000;color:#fff;padding:60px 0 0;margin-top:0;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(5,228,252,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,228,252,.05) 0%,transparent 50%);pointer-events:none}.footer-decoration{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#05e4fc 50%,transparent 100%)}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:80px 60px;margin-bottom:60px;background:linear-gradient(135deg,#05e4fc1a,#05e4fc0d);border:1px solid rgba(5,228,252,.3);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;opacity:1;visibility:visible}.footer-newsletter:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(5,228,252,.15) 0%,transparent 70%);border-radius:50%}.newsletter-content{flex:1;max-width:500px}.newsletter-title{font-size:2.25rem;font-weight:700;color:#05e4fc;margin-bottom:12px}.newsletter-description{font-size:1rem;color:#94a3b8;line-height:1.6;margin:0}.newsletter-form{display:flex;gap:12px;flex:1;max-width:500px}.newsletter-input-wrapper{position:relative;flex:1}.newsletter-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.newsletter-input{width:100%;padding:16px 20px 16px 52px;background:#05e4fc0d;border:1px solid rgba(5,228,252,.3);border-radius:12px;color:#fff;font-size:.95rem;outline:none;transition:all .3s ease}.newsletter-input::placeholder{color:#64748b}.newsletter-input:focus{background:#05e4fc14;border-color:#05e4fc;box-shadow:0 0 0 3px #05e4fc1a}.newsletter-button{display:flex;align-items:center;gap:8px;padding:16px 32px;background:#05e4fc;border:none;border-radius:12px;color:#002d43;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #05e4fc66}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;padding:60px 0;border-bottom:1px solid rgba(5,228,252,.2)}.footer-column{display:flex;flex-direction:column;gap:24px;opacity:1;visibility:visible}.footer-brand{margin-bottom:8px}.footer-brand-name{font-size:1.75rem;font-weight:700;color:#05e4fc;margin:0 0 6px}.footer-brand-tagline{font-size:.875rem;color:#64748b;font-style:italic;margin:0}.footer-description{font-size:.95rem;line-height:1.7;color:#94a3b8;margin:0}.footer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:24px;background:#00587308;border:1px solid rgba(5,228,252,.3);border-radius:16px;margin-top:8px}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px;background:#00587308;border:1px solid rgba(5,228,252,.3);border-radius:12px}.stat-number{font-size:1.25rem;font-weight:700;color:#05e4fc;line-height:1}.stat-label{font-size:.65rem;color:#05e4fc;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.footer-heading{font-size:.875rem;font-weight:700;color:#05e4fc;text-transform:uppercase;letter-spacing:1.5px;margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}@media(max-width:768px){.footer-links{gap:8px}}@media(max-width:480px){.footer-links{gap:6px}}@media(max-width:400px){.footer-links{gap:4px}}@media(max-width:350px){.footer-links{gap:4px}}.footer-link{display:flex;align-items:center;color:#94a3b8;text-decoration:none;font-size:.85rem;transition:all .3s ease;padding:8px 12px;border-radius:8px;word-break:break-word;overflow-wrap:break-word}.footer-link:hover{color:#fff;background:#05e4fc1a}.footer-contact{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;gap:14px;align-items:flex-start;padding:12px;background:#05e4fc0d;border:1px solid rgba(5,228,252,.2);border-radius:10px;transition:all .3s ease;text-decoration:none}.contact-item:hover{background:#05e4fc1a;border-color:#05e4fc66;transform:translate(4px)}.contact-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#05e4fc1a;border:1px solid rgba(5,228,252,.3);border-radius:10px;color:#05e4fc;flex-shrink:0}.contact-info{display:flex;flex-direction:column;gap:2px}.contact-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.contact-value{font-size:.95rem;color:#fff;font-weight:500;word-break:break-word;overflow-wrap:break-word}.footer-social{display:flex;gap:12px;margin-top:8px}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#05e4fc1a;border:1px solid rgba(5,228,252,.3);border-radius:12px;color:#05e4fc;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#05e4fc;color:#002d43;transform:translateY(-4px);box-shadow:0 8px 20px #05e4fc66}.footer-bottom{padding:32px 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-copyright{font-size:.875rem;color:#64748b;margin:0}.footer-legal{display:flex;align-items:center;gap:16px;font-size:.875rem}.footer-legal a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#05e4fc}.footer-legal .separator{color:#334155}@media(max-width:1200px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-column:last-child{grid-column:1 / -1}}@media(max-width:968px){.footer-newsletter{flex-direction:column;text-align:center;padding:60px 40px}.newsletter-form{max-width:100%}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}.footer-column:first-child{grid-column:1 / -1}}@media(max-width:768px){.footer-container{padding:0 24px}.footer-newsletter{padding:40px 24px;margin-bottom:40px}.newsletter-title{font-size:1.75rem}.newsletter-form{flex-direction:column}.newsletter-button{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr 1fr;gap:30px;padding:40px 0}.footer-column:first-child{grid-column:1 / -1}.footer-column:last-child{grid-column:1 / -1}.footer-link{font-size:.8rem}.footer-stats{grid-template-columns:repeat(3,1fr);gap:6px;padding:24px 12px}.stat-item{padding:16px 8px;gap:3px}.stat-number{font-size:1.1rem}.stat-label{font-size:.6rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.footer-newsletter{padding:32px 20px;margin-bottom:32px}.newsletter-title{font-size:1.5rem}.newsletter-description{font-size:.9rem}.newsletter-input{padding:14px 16px 14px 48px;font-size:.875rem}.newsletter-button{padding:14px 24px;font-size:.875rem}.footer-brand-name{font-size:1.5rem}.footer-stats{grid-template-columns:repeat(3,1fr);gap:4px;padding:20px 8px}.stat-item{padding:16px 6px;gap:2px}.stat-number{font-size:1rem}.stat-label{font-size:.55rem}.social-link{width:40px;height:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}}@media(max-width:400px){.footer-container{padding:0 16px}.footer-grid{grid-template-columns:1fr 1fr;gap:15px}.footer-newsletter{padding:28px 16px;margin-bottom:28px;gap:28px}.newsletter-title{font-size:1.35rem}.newsletter-description{font-size:.85rem;line-height:1.5}.newsletter-input{padding:12px 14px 12px 44px;font-size:.8rem}.newsletter-icon{left:14px}.newsletter-button{padding:12px 20px;font-size:.8rem}.footer-grid{grid-template-columns:1fr 1fr;gap:15px;padding:32px 0}.footer-brand-name{font-size:1.35rem}.footer-description{font-size:.875rem}.footer-stats{grid-template-columns:repeat(3,1fr);gap:3px;padding:16px 6px}.stat-item{padding:16px 4px;gap:2px}.stat-number{font-size:.9rem}.stat-label{font-size:.5rem}.contact-value{font-size:.875rem;word-break:break-word}}@media(max-width:350px){.footer-container{padding:0 12px}.footer-grid{grid-template-columns:1fr 1fr;gap:12px}.footer-newsletter{padding:24px 12px;margin-bottom:24px;gap:24px;border-radius:16px}.newsletter-title{font-size:1.2rem}.newsletter-description{font-size:.8rem;line-height:1.4}.newsletter-input{padding:11px 12px 11px 40px;font-size:.75rem;border-radius:10px}.newsletter-icon{left:12px}.newsletter-button{padding:11px 18px;font-size:.75rem;border-radius:10px}.newsletter-button span{display:none}.newsletter-button{width:100%;justify-content:center}.footer-grid{gap:28px;padding:28px 0}.footer-column{gap:20px}.footer-brand-name{font-size:1.25rem}.footer-brand-tagline{font-size:.8rem}.footer-description{font-size:.8rem;line-height:1.5}.footer-stats{grid-template-columns:repeat(3,1fr);gap:2px;padding:14px 4px}.stat-item{padding:16px 2px;gap:1px}.stat-number{font-size:.85rem}.stat-label{font-size:.45rem}.footer-heading{font-size:.8rem;letter-spacing:1px}.footer-link{font-size:.75rem;padding:6px 10px}.footer-link:hover{padding-left:14px}.footer-link svg{width:14px;height:14px}.contact-item{padding:10px;gap:10px}.contact-icon-wrapper{width:36px;height:36px}.contact-icon-wrapper svg{width:16px;height:16px}.contact-label{font-size:.7rem}.contact-value{font-size:.8rem}.footer-social{gap:10px;flex-wrap:wrap}.social-link{width:38px;height:38px;border-radius:10px}.social-link svg{width:18px;height:18px}.footer-bottom{padding:24px 0}.footer-bottom-content{gap:16px}.footer-copyright{font-size:.75rem}.footer-legal{font-size:.75rem;gap:12px}.footer-legal a{display:block}}.aboutpage{width:100%;overflow-x:hidden;color:var(--text-primary);background:#00587308}:root{--bg-primary: #ffffff;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #666666;--border: rgba(0, 88, 115, .15);--border-light: rgba(0, 88, 115, .1);--surface: #fafafa;--surface-hover: #f5f5f5;--surface-dark: #fafafa;--surface-hover-dark: #f5f5f5;--border-dark: #005873;--cyan-primary: #05e4fc;--cyan-light: #2ef0ff;--cyan-dark: #04b8d4;--gradient-primary: linear-gradient(135deg, #002d43 0%, #003d57 100%);--gradient-hover: linear-gradient(135deg, #003d57 0%, #004d6b 100%)}.aboutpage-hero-section{position:relative;min-height:70vh;background:linear-gradient(135deg,#002d43,#003d57);display:flex;align-items:center;justify-content:center;padding:80px 20px;overflow:hidden;border-bottom:1px solid rgba(5,228,252,.1)}.aboutpage-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(5,228,252,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,228,252,.06) 0%,transparent 50%);pointer-events:none}.aboutpage-hero-content{position:relative;z-index:1;text-align:center;max-width:750px}.aboutpage-hero-label{font-size:.95rem;font-weight:600;color:var(--cyan-primary);margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.aboutpage-hero-title{font-size:clamp(2.2rem,7vw,3.5rem);font-weight:600;color:#fff;margin-bottom:24px;letter-spacing:-.5px;line-height:1.2}.aboutpage-hero-description{font-size:1.1rem;color:#fffc;margin-bottom:48px;line-height:1.7;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.aboutpage-hero-cta{display:inline-flex;align-items:center;gap:12px;padding:16px 40px;background:#05e4fc;color:#002d43;border:none;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 20px 40px #05e4fc4d}.aboutpage-hero-cta:hover{transform:translateY(-3px);box-shadow:0 30px 60px #05e4fc66;background:#2ef0ff}.aboutpage-overview-section{padding:100px 20px}.aboutpage-overview-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.aboutpage-overview-content h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:24px;line-height:1.2}.aboutpage-overview-content p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:20px}.aboutpage-overview-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px}.aboutpage-stat-card{padding:32px 24px;background:#fafafa;border:2px solid rgba(0,88,115,.03);border-radius:16px;transition:all .3s ease;text-align:center}.aboutpage-stat-card:hover{border-color:var(--cyan-primary);background:#fafafa;transform:translateY(-5px);box-shadow:0 10px 30px #05e4fc1a}.aboutpage-stat-card h3{font-size:2.5rem;font-weight:800;color:var(--cyan-primary);margin-bottom:8px}.aboutpage-stat-card p{font-size:1rem;color:var(--text-secondary);font-weight:500}.aboutpage-services-section{padding:100px 20px}.aboutpage-section-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:64px;line-height:1.2}.aboutpage-services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.aboutpage-service-card{padding:40px 32px;background:#fafafa;border:2px solid rgba(0,88,115,.08);border-radius:20px;transition:all .3s ease;cursor:pointer}.aboutpage-service-card:hover{border-color:var(--cyan-primary);box-shadow:0 20px 50px #05e4fc33;background:#fafafa;transform:translateY(-8px)}.aboutpage-service-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--cyan-primary),var(--cyan-light));border-radius:16px;display:flex;align-items:center;justify-content:center;color:#002d43;margin-bottom:24px;font-size:1.5rem}.aboutpage-service-card h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:16px}.aboutpage-service-card p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.aboutpage-values-section{padding:100px 20px}.aboutpage-values-section .aboutpage-section-title{text-align:center;width:100%;padding:0;margin-left:auto;margin-right:auto}.aboutpage-values-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;justify-items:stretch;padding:0 40px}.aboutpage-value-item{padding:40px 32px;border-left:4px solid var(--cyan-primary);transition:all .3s ease;position:relative;background:#05e4fc05;border-radius:8px}.aboutpage-value-item:hover{border-left-color:var(--cyan-light);background:#05e4fc0d;transform:translate(8px)}.aboutpage-value-number{font-size:3rem;font-weight:800;color:var(--cyan-primary);opacity:.4;margin-bottom:12px;text-align:left}.aboutpage-value-item h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;text-align:left}.aboutpage-value-item p{font-size:1rem;line-height:1.7;color:var(--text-secondary);text-align:left}.aboutpage-team-section{padding:100px 20px}.aboutpage-team-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.aboutpage-team-card{padding:40px 32px;background:#fafafa;border:2px solid rgba(0,88,115,.08);border-radius:20px;transition:all .3s ease;cursor:pointer}.aboutpage-team-card:hover{border-color:var(--cyan-primary);box-shadow:0 20px 50px #05e4fc33;background:#fafafa;transform:translateY(-8px)}.aboutpage-team-info{text-align:center}.aboutpage-team-info h3{font-size:1.6rem;font-weight:700;color:var(--text-primary);margin-bottom:16px}.aboutpage-team-info p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}@media(max-width:768px){.aboutpage-hero-section{padding:60px 20px;min-height:50vh}.aboutpage-hero-title{margin-bottom:16px}.aboutpage-overview-container{grid-template-columns:1fr;gap:40px}.aboutpage-overview-content h2{font-size:2rem}.aboutpage-section-title{font-size:2rem;margin-bottom:40px}.aboutpage-services-grid,.aboutpage-values-container,.aboutpage-team-grid{gap:24px}.aboutpage-values-container{grid-template-columns:repeat(2,1fr);padding:0 20px}.aboutpage-service-card,.aboutpage-value-item{padding:24px}.aboutpage-cta-content h2{font-size:1.8rem}.aboutpage-cta-content p{font-size:1rem}.aboutpage-overview-section,.aboutpage-services-section,.aboutpage-values-section,.aboutpage-team-section,.aboutpage-cta-section{padding:60px 20px}.aboutpage-values-section .aboutpage-section-title{text-align:center;padding:0 20px}}@media(max-width:480px){.aboutpage-hero-title{font-size:1.8rem}.aboutpage-hero-subtitle{font-size:1rem;margin-bottom:32px}.aboutpage-services-grid,.aboutpage-team-grid,.aboutpage-overview-stats{grid-template-columns:1fr}.aboutpage-stat-card h3{font-size:2rem}.aboutpage-values-container{grid-template-columns:1fr;gap:24px;padding:0 20px}.aboutpage-section-title{font-size:1.5rem}.aboutpage-values-section .aboutpage-section-title{text-align:center;padding:0 20px}}:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f5f5f5;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #666666;--border: rgba(0, 88, 115, .15);--cyan-primary: #05e4fc}.contact{width:100%;overflow-x:hidden;color:var(--text-primary);background:#00587308}.contact-hero-section{position:relative;min-height:70vh;background:linear-gradient(135deg,#002d43,#003d57);display:flex;align-items:center;justify-content:center;padding:80px 20px;overflow:hidden;border-bottom:1px solid rgba(5,228,252,.1)}.contact-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(5,228,252,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,228,252,.06) 0%,transparent 50%);pointer-events:none}.contact-hero-content{position:relative;z-index:1;text-align:center;max-width:700px}.contact-hero-title{font-size:clamp(2.2rem,7vw,3.5rem);font-weight:600;color:#fff;margin-bottom:24px;letter-spacing:-.5px;line-height:1.2}.contact-hero-description{font-size:1.1rem;color:#fffc;line-height:1.7;font-weight:400;margin-bottom:48px}.contact-hero-cta{display:inline-flex;align-items:center;gap:12px;padding:16px 40px;background:#05e4fc;color:#002d43;border:none;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 20px 40px #05e4fc4d}.contact-hero-cta:hover{transform:translateY(-3px);box-shadow:0 30px 60px #05e4fc66;background:#2ef0ff}.contact-info-section{padding:80px 20px}.contact-info-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.contact-info-card{padding:40px;background:#fafafa;border:2px solid var(--border);border-radius:20px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.contact-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--cyan-primary),transparent);opacity:0;transition:opacity .3s ease}.contact-info-card:hover{border-color:var(--cyan-primary);background:#fafafa;transform:translateY(-8px);box-shadow:0 20px 50px #05e4fc26}.contact-info-card:hover:before{opacity:1}.contact-info-icon{width:80px;height:80px;background:linear-gradient(135deg,#05e4fc33,#04b8d41a);border:2px solid var(--cyan-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--cyan-primary);margin:0 auto 24px;transition:all .3s ease}.contact-info-card:hover .contact-info-icon{background:linear-gradient(135deg,#05e4fc4d,#04b8d433);transform:scale(1.1)}.contact-info-card h3{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin-bottom:16px}.contact-info-main{font-size:1.15rem;font-weight:600;color:#000;margin-bottom:8px;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.contact-info-sub{font-size:.95rem;color:var(--text-secondary)}.contact-map-section{padding:80px 20px}.contact-map-container{max-width:1200px;margin:0 auto}.contact-map-title{font-size:2.2rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:40px}.contact-map-iframe{border:0;border-radius:16px;box-shadow:0 20px 60px #05e4fc26;transition:all .3s ease}.contact-map-iframe:hover{box-shadow:0 30px 80px #05e4fc40}.contact-map-help{text-align:center;margin-top:24px;color:var(--text-secondary);font-size:.95rem}.contact-form-section{padding:80px 20px}.contact-form-container{max-width:700px;margin:0 auto}.contact-form-content h2{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:16px}.contact-form-content>p{font-size:1.05rem;color:var(--text-secondary);margin-bottom:40px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form-group{display:flex}.contact-form-group input,.contact-form-group select,.contact-form-group textarea{width:100%;padding:16px 20px;background:#fff;border:1px solid var(--border);border-radius:12px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:var(--text-tertiary)}.contact-form-group input:focus,.contact-form-group select:focus,.contact-form-group textarea:focus{outline:none;border-color:var(--cyan-primary);background:#fff;box-shadow:0 0 20px #05e4fc33}.contact-form-group select{cursor:pointer;color:var(--text-secondary)}.contact-form-group select option{background:#fff;color:var(--text-primary)}.contact-form-submit{height:initial!important;padding:16px 40px!important;background:var(--cyan-primary);color:#002d43;border:none;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 20px 40px #05e4fc4d;margin-top:20px}.contact-form-submit:hover{transform:translateY(-3px);box-shadow:0 30px 60px #05e4fc66;background:#2ef0ff}.contact-faqs-section{padding:80px 20px}.contact-faqs-container{max-width:1000px;margin:0 auto}.contact-faqs-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:60px}.contact-faqs-grid{display:grid;gap:16px}.contact-faq-item{background:var(--bg-primary);border:2px solid var(--border);border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer}.contact-faq-item:hover{border-color:var(--cyan-primary);box-shadow:0 10px 30px #05e4fc1a}.contact-faq-header{display:flex;justify-content:space-between;align-items:center;padding:24px;gap:20px}.contact-faq-header h3{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin:0;text-align:left}.contact-faq-icon{display:flex;align-items:center;justify-content:center;color:var(--cyan-primary);min-width:32px;transition:all .3s ease}.contact-faq-item:hover .contact-faq-icon{transform:scale(1.2)}.contact-faq-answer{padding:0 24px 24px;animation:slideDown .3s ease}.contact-faq-answer p{color:var(--text-secondary);line-height:1.7;margin:0;font-size:.95rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-cta-section{padding:80px 20px;background:linear-gradient(135deg,#05e4fc,#04b8d4);text-align:center;position:relative;overflow:hidden}.contact-cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.contact-cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.contact-cta-content h2{font-size:2.5rem;font-weight:700;color:#002d43;margin-bottom:20px;line-height:1.2}.contact-cta-content p{font-size:1.15rem;color:#002d43e6;margin-bottom:40px;line-height:1.6}.contact-cta-button{padding:16px 50px;background:#002d43;color:#05e4fc;border:2px solid #05e4fc;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 20px 40px #0000004d}.contact-cta-button:hover{transform:translateY(-3px);box-shadow:0 30px 60px #0006;background:#05e4fc;color:#002d43}@media(max-width:768px){.contact-hero-section{padding:60px 20px;min-height:50vh}.contact-hero-title{font-size:2rem}.contact-hero-description{font-size:1rem}.contact-hero-cta{padding:14px 32px;font-size:1rem}.contact-info-container{grid-template-columns:1fr;gap:24px}.contact-info-card{padding:32px}.contact-map-section{padding:60px 20px}.contact-map-title{font-size:1.8rem}.contact-map-iframe{height:350px!important}.contact-form-section{padding:60px 20px}.contact-form-content h2{font-size:1.8rem}.contact-faqs-section{padding:60px 20px}.contact-faqs-title{font-size:2rem}.contact-faq-header{padding:20px;align-items:center;flex-wrap:nowrap}.contact-faq-header h3{flex:1;min-width:0}.contact-faq-icon{flex-shrink:0}.contact-faq-answer{padding:0 20px 20px}.contact-cta-content h2{font-size:1.8rem}.contact-cta-content p{font-size:1rem}}@media(max-width:480px){.contact-hero-title{font-size:1.6rem}.contact-info-icon{width:64px;height:64px}.contact-info-icon svg{width:24px;height:24px}.contact-faq-header{padding:16px;gap:12px;align-items:center;flex-wrap:nowrap}.contact-faq-header h3{font-size:1rem;flex:1;min-width:0}.contact-faq-icon{flex-shrink:0}.contact-faq-icon svg{width:20px;height:20px}.contact-cta-button{padding:14px 30px;font-size:1rem}}.products-page{min-height:100vh;color:#000;background:#00587308}.products-hero-section{position:relative;min-height:70vh;background:linear-gradient(135deg,#002d43,#003d57);display:flex;align-items:center;justify-content:center;padding:80px 20px;text-align:center;color:#fff;overflow:hidden;border-bottom:1px solid rgba(5,228,252,.1)}.products-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.products-hero-title{font-size:48px;font-weight:700;margin:0 0 20px;color:#00d4ff;text-shadow:0 0 20px rgba(0,212,255,.3)}.products-hero-description{font-size:20px;margin:0 0 48px;opacity:.9;color:#fff}.products-hero-cta{display:inline-flex;align-items:center;gap:12px;padding:16px 40px;background:#05e4fc;color:#002d43;border:none;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 20px 40px #05e4fc4d}.products-hero-cta:hover{transform:translateY(-3px);box-shadow:0 30px 60px #05e4fc66;background:#2ef0ff}.products-main-section{padding:60px 0}.products-container{max-width:1400px;margin:0 auto;padding:0 40px}.products-filters{display:flex;gap:20px;margin-bottom:40px;flex-wrap:wrap;align-items:center}.products-search{flex:1;min-width:250px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(0,212,255,.3);padding:12px 20px;border-radius:12px;transition:all .3s ease}.products-search:focus-within{border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff1a}.products-search svg{color:#00d4ff}.products-search-input{flex:1;border:none;outline:none;font-size:16px;font-family:Poppins,sans-serif;font-weight:400;color:#000;background:transparent}.products-search-input::placeholder{color:#00000080;font-family:Poppins,sans-serif}.products-category-filter{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #05e4fc;padding:12px 40px 12px 20px;border-radius:12px;transition:all .3s ease;position:relative;min-width:250px;width:auto;cursor:pointer}.products-category-filter:focus-within{border-color:#05e4fc;box-shadow:0 0 0 3px #05e4fc1a}.products-category-filter svg{color:#00d4ff;flex-shrink:0;pointer-events:none;z-index:1}.products-category-select-wrapper{position:relative;flex:1;display:flex;align-items:center;min-width:200px;width:100%;height:100%;padding-left:20px}.products-category-select-text{font-size:16px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;color:#000;pointer-events:none;z-index:1;position:relative;padding-left:0;margin-left:0}.products-category-select{border:none;outline:none;font-size:16px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;color:transparent;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0 0 0 20px;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;opacity:0;-webkit-tap-highlight-color:transparent;margin:0}.products-category-select::-ms-expand{display:none}.products-category-filter:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #00d4ff;pointer-events:none;z-index:1}.products-category-select option{background:#fff;color:#000;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:500;padding:16px 32px;text-indent:24px;min-height:60px;line-height:1.8;margin:8px 0}.products-category-select option:hover,.products-category-select option:focus,.products-category-select option:active{background:#05e4fc!important;color:#002d43!important}.products-category-select option:checked{background:#05e4fc!important;color:#002d43!important}.products-view-toggle{display:flex;gap:8px;background:#fff;border:1px solid rgba(0,212,255,.3);padding:8px;border-radius:12px}@media(max-width:1024px){.products-view-toggle{display:none}}.view-toggle-btn{padding:8px 12px;border:none;background:transparent;cursor:pointer;border-radius:8px;color:#0009;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.view-toggle-btn:hover{background:#00d4ff1a;color:#00d4ff}.view-toggle-btn.active{background:#00d4ff;color:#0a0a0a}.products-results{margin-top:40px}.products-count{font-size:16px;font-family:Poppins,sans-serif;color:#333;margin:0 0 30px}.products-count strong{color:#00d4ff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.products-grid.list-view{grid-template-columns:1fr}.products-grid.list-view .product-item{max-width:100%}.product-item{width:100%}.products-empty{text-align:center;padding:80px 20px;color:#333;font-size:18px}@media(max-width:768px){.products-hero-section{padding:60px 20px;min-height:50vh}.products-container{padding:0 20px}.products-hero-title{font-size:36px}.products-hero-description{font-size:18px}.products-hero-cta{padding:14px 32px;font-size:1rem}.products-filters{flex-direction:column}.products-search,.products-category-filter{width:100%}.products-grid{grid-template-columns:1fr}}
