.navbar{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:5px 40px}.navbar-logo{height:52px;width:auto;object-fit:contain}.logo-link{display:flex;align-items:center}.nav-desktop{display:flex}.nav-links{list-style:none;display:flex;gap:24px}.nav-links a{color:#333;font-weight:500;text-decoration:none}.nav-links a:hover{color:#06c}.nav-toggle{background:none;border:none;display:none;cursor:pointer}.nav-mobile{display:none;flex-direction:column;background:#fff;box-shadow:0 8px 20px #0000001a;position:absolute;width:100%;left:0;top:72px;padding:24px;transform:translateY(-20px);opacity:0;transition:.3s ease;pointer-events:none}.nav-mobile.open{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile ul{list-style:none;padding:0;margin:0}.nav-mobile li{margin-bottom:18px}.nav-mobile a{text-decoration:none;font-size:18px;color:#222;font-weight:600}.nav-mobile a:hover{color:#06c}@media(max-width:850px){.nav-desktop{display:none}.nav-toggle{display:block}.navbar-logo{height:48px}}@media(max-width:480px){.navbar-container{padding:10px 16px}.navbar-logo{height:44px}}.footer{background:#111827;color:#e5e7eb;padding:3.5rem 0 2.5rem}.footer-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.footer-top{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2.5rem;margin-bottom:2.5rem}@media(min-width:768px){.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.footer-top{grid-template-columns:1.4fr 1fr 1fr 1.2fr}}.footer-col{font-size:.95rem}.footer-col-title{font-size:1.05rem;font-weight:600;margin-bottom:1rem;color:#f9fafb}.footer-col-brand{max-width:260px}.footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:1.1rem}.footer-brand-badge{width:40px;height:40px;border-radius:.75rem;background:#2563eb;display:flex;align-items:center;justify-content:center}.footer-brand-badge span{font-weight:700;font-size:1rem;color:#fff}.footer-brand-name{font-size:1.2rem;font-weight:700;color:#f9fafb}.footer-brand-text{font-size:.92rem;line-height:1.7;color:#d1d5db;margin-bottom:1.2rem}.footer-social{display:flex;gap:.6rem}.footer-social-icon{width:36px;height:36px;border-radius:999px;background:#0f172a66;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.footer-social-icon svg{width:16px;height:16px;stroke:#e5e7eb}.footer-social-icon:hover{background:#2563eb;transform:translateY(-1px)}.footer-list{list-style:none;margin:0;padding:0}.footer-text{font-size:.92rem;color:#d1d5db;margin-bottom:.4rem}.footer-link{font-size:.92rem;color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#93c5fd}.footer-contact-list{list-style:none;margin:0;padding:0}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.9rem}.footer-contact-icon{width:18px;height:18px;flex-shrink:0;margin-top:.15rem;stroke:#60a5fa}.footer-bottom{border-top:1px solid rgba(249,250,251,.12);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;align-items:center;font-size:.85rem;color:#9ca3af}.footer-bottom-text{margin:0}.footer-bottom-links{display:flex;gap:1.5rem}@media(min-width:640px){.footer-bottom{flex-direction:row}}:root{--container-max: 1280px;--bg-hero-start: #f0f7ff;--bg-hero-end: #ffffff;--foreground: #0b1721;--muted: #6b7280;--primary: #2b96ff;--primary-10: rgba(43,150,255,.1);--border: #e6eef8;--card-bg: #ffffff;--shadow-md: 0 12px 32px rgba(14,42,75,.08);--shadow-lg: 0 22px 50px rgba(14,42,75,.1)}.hero-wrapper{background:linear-gradient(135deg,var(--bg-hero-start) 0%,#f7fbff 30%,var(--bg-hero-end) 100%);background-attachment:local;padding-top:6.5rem;padding-bottom:6.5rem}.container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem}.hero-grid{display:grid;grid-template-columns:1fr 560px;gap:3.25rem;align-items:center}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.badge-small{display:inline-flex;align-items:center;padding:8px 14px;border-radius:9999px;background:linear-gradient(180deg,#2b96ff0f,#2b96ff08);color:var(--primary);font-weight:600;font-size:.85rem;width:max-content}.hero-title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:800;color:var(--foreground);margin:0;font-size:4rem;line-height:.98;letter-spacing:-.02em}@media(max-width:1100px){.hero-title{font-size:3.2rem}}@media(max-width:720px){.hero-grid{grid-template-columns:1fr}.hero-title{font-size:2.25rem;text-align:left}}.hero-sub{color:#475569;font-size:1.125rem;max-width:64ch;margin-top:.25rem;line-height:1.7}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.25rem;align-items:start}.stat{display:flex;gap:10px;align-items:center}.stat .icon{background:#2b96ff0f;color:var(--primary);width:42px;height:42px;min-width:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:18px;box-shadow:0 6px 18px #2b96ff0f}.stat .num{font-weight:800;font-size:1.6rem;color:var(--foreground)}.stat .label{display:block;font-size:.95rem;color:var(--muted);margin-top:6px}.hero-ctas{display:flex;gap:1rem;margin-top:1.75rem;align-items:center;flex-wrap:wrap}.hero-ctas a{display:inline-flex;align-items:center;gap:8px}.hero-image-wrap{position:relative;display:block;width:100%;height:100%}.hero-image{width:100%;border-radius:1rem;overflow:hidden;display:block;box-shadow:var(--shadow-lg)}.hero-image img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.hero-badge{position:absolute;left:-70px;bottom:130px;display:inline-flex;align-items:center;gap:12px;padding:24px 18px;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 22px 60px #0e2a4b24;border:1px solid rgba(14,42,75,.04);min-width:220px}.hero-badge .badge-icon{width:48px;height:48px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#dee6ff,#fff);box-shadow:0 8px 24px #0e2a4b0f;border:1px solid rgba(11,23,33,.03);font-weight:700}.hero-badge .badge-title{font-weight:700;color:var(--foreground);font-size:1rem}.hero-badge .badge-sub{color:var(--muted);font-size:.9rem}@media(max-width:1024px){.container{padding-left:1.25rem;padding-right:1.25rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-badge{left:8px;bottom:-18px}.hero-image img{aspect-ratio:16/9}}:root{--primary: #2b96ff;--primary-dark: #0f74d1;--primary-foreground: #ffffff;--accent: #06b6d4;--bg: #ffffff;--muted: #64748b;--card-bg: #ffffff;--card-border: #e6eef8;--shadow-sm: 0 6px 18px rgba(14,42,75,.03);--shadow-md: 0 14px 32px rgba(14,42,75,.06);--shadow-lg: 0 20px 45px rgba(14,42,75,.1);--radius-md: 12px;--radius-lg: 18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;padding:10px 18px;border-radius:12px;font-weight:600;font-size:15px;transition:transform .18s ease,box-shadow .18s ease,opacity .12s ease;text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;box-shadow:var(--shadow-sm)}.btn:disabled{opacity:.6;cursor:default}.btn-hero{background:linear-gradient(180deg,#2b96ff,#0f74d1);color:#fff;padding:14px 26px;border-radius:14px;font-weight:700;box-shadow:0 18px 46px #2b96ff2e,0 8px 30px #0e2a4b0f;transition:transform .18s ease,box-shadow .18s ease}.btn-hero:hover{transform:translateY(-3px);box-shadow:0 24px 60px #2b96ff33}.btn-outline{border:2px solid rgba(13,53,93,.12);background:transparent;color:#2b96ff!important;padding:12px 20px;border-radius:12px}.btn-outline:hover{background:#2b96ff0f}.card-lg{box-shadow:0 20px 50px #0e2a4b1f;border-radius:16px}.hero-badge{position:absolute;z-index:40}.badge-circle{width:48px;height:48px;border-radius:12px;font-size:18px}.hero-ctas a{color:#fff;text-decoration:none}.btn-outline a{color:#2b96ff}:root{--container-max: 1280px;--foreground: #0b1721;--muted: #6b7280;--primary: #2b96ff;--card-bg: #fff;--card-border: #e6eef8;--shadow-sm: 0 8px 30px rgba(14,42,75,.04);--shadow-md: 0 18px 40px rgba(14,42,75,.06);--radius-md: 14px}.industries-section{padding:0rem 0 6.5rem;background:transparent;color:var(--foreground)}.industries-section .container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem;text-align:center}.industries-intro{margin-bottom:2.25rem}.industries-intro .eyebrow{display:inline-block;color:var(--primary);font-weight:700;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.65rem}.industries-intro h2{margin:0 auto .75rem;font-size:3.25rem;line-height:1.03;font-weight:800;color:var(--foreground);max-width:960px}.industries-intro p{margin:0 auto;max-width:900px;color:#475569;font-size:1.05rem;line-height:1.7}.industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.25rem}@media(min-width:720px){.industries-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media(min-width:1050px){.industries-grid{gap:1.75rem}}.industry-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:15px 10px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:var(--shadow-sm);transition:transform .25s cubic-bezier(.2,.9,.2,1),box-shadow .25s;cursor:default;text-align:center}.industry-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.industry-icon{width:64px;height:64px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 26px #0e2a4b08}.industry-icon svg{width:28px;height:28px}.c-blue{background:linear-gradient(180deg,#2b96ff1a,#2b96ff08);color:#1f6fd6}.c-orange{background:linear-gradient(180deg,#fdba741f,#fdba740a);color:#e07b2f}.c-green{background:linear-gradient(180deg,#22c55e14,#22c55e08);color:#15924a}.c-purple{background:linear-gradient(180deg,#a855f714,#a855f708);color:#7e3af2}.c-red{background:linear-gradient(180deg,#fecaca1f,#fecaca0a);color:#dd2b2b}.c-indigo{background:linear-gradient(180deg,#818cf814,#818cf808);color:#4f46e5}.c-yellow{background:linear-gradient(180deg,#fde04714,#fde04708);color:#c08401}.c-pink{background:linear-gradient(180deg,#fdd7e81a,#fdd7e808);color:#db2777}.industry-name{font-weight:700;color:var(--foreground);font-size:1rem}.industry-card:hover .industry-icon{transform:scale(1.12);box-shadow:0 14px 32px #0e2a4b1a}.industry-icon{transition:transform .35s cubic-bezier(.25,1,.25,1),box-shadow .35s cubic-bezier(.25,1,.25,1)}.industry-card:hover svg{transform:scale(1.15)}.industry-icon svg{transition:transform .35s cubic-bezier(.25,1,.25,1)}@media(max-width:720px){.industry-card{height:120px;padding:18px}.industry-icon{width:52px;height:52px;border-radius:12px}.industries-intro h2{font-size:2rem}}.bg-secondary\/30{background:#f7f9ff;padding-top:5rem;padding-bottom:5rem}.container{max-width:1220px;margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.mb-16{margin-bottom:4rem}.space-y-4>*+*{margin-top:1rem}.text-primary{color:#2563eb}.text-foreground{color:#111827}.text-muted-foreground{color:#6b7280}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-lg{font-size:1.125rem}.text-3xl{font-size:1.875rem;line-height:1.2}@media(min-width:768px){.md\:text-4xl{font-size:2.25rem}}@media(min-width:1024px){.lg\:text-5xl{font-size:3rem}}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.08em}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.absolute{position:absolute}.hidden{display:none}@media(min-width:1024px){.lg\:block{display:block}}.top-16{top:5.5rem}.left-0{left:0}.right-0{right:0}.h-0\.5{height:2px}.bg-gradient-to-r{background-image:linear-gradient(to right,#2563eb00,#2563eb66,#2563eb00)}.grid{display:grid}.gap-8{gap:2rem}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.flex-col{flex-direction:column}.text-center{text-align:center}.space-y-2>*+*{margin-top:.5rem}.group{position:relative}.transition-all{transition-property:all}.transition-transform{transition-property:transform}.duration-300{transition-duration:.3s}.w-8{width:2rem}.h-8{height:2rem}.bg-primary{background-color:#2563eb}.text-primary-foreground{color:#fff}.rounded-full{border-radius:9999px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-sm{font-size:.875rem}.z-10{z-index:10}.-top-3{top:-.75rem}.-left-3{left:-.75rem}.w-24{width:6rem}.h-24{height:6rem}.bg-background{background-color:#fff}.border-2{border-width:2px}.border-primary\/20{border-color:#2563eb33}.rounded-2xl{border-radius:1.25rem}.group-hover\:border-primary{transition:border-color .3s ease,box-shadow .3s ease}.group:hover .group-hover\:border-primary{border-color:#2563eb}.group-hover\:shadow-lg{box-shadow:0 20px 40px #0f172a14}.group:hover .group-hover\:shadow-lg{box-shadow:0 20px 40px #0f172a26}.group:hover .group-hover\:scale-110{transform:scale(1.5)}.leading-relaxed{line-height:1.6}h2.text-3xl,h2.md\:text-4xl,h2.lg\:text-5xl{letter-spacing:-.03em}.relative .flex.flex-col.items-center.text-center.space-y-4{padding-top:1.5rem}:root{--container-max: 1280px;--foreground: #0b1721;--muted: #6b7280;--primary: #2b96ff;--card-bg: #ffffff;--card-border: #e6eef8;--shadow-sm: 0 8px 30px rgba(14,42,75,.04);--shadow-md: 0 18px 40px rgba(14,42,75,.06);--radius-md: 14px}.services-section{padding:5.5rem 0 6.25rem;background:transparent;color:var(--foreground)}.services-section .container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem;text-align:center}.services-intro{margin-bottom:2.25rem}.services-intro .eyebrow{display:inline-block;color:var(--primary);font-weight:700;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.65rem}.services-intro h2{margin:0 auto .75rem;font-size:3.25rem;line-height:1.03;font-weight:800;color:var(--foreground);max-width:980px}.services-intro p.lead{margin:0 auto;max-width:820px;color:#475569;font-size:1.05rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.25rem}@media(min-width:720px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1050px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.service-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm);transition:transform .26s cubic-bezier(.2,.9,.2,1),box-shadow .26s;display:flex;flex-direction:column;min-height:190px}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.service-card .card-top{display:flex;gap:16px;align-items:flex-start;margin-bottom:8px}.service-card .icon-square{width:52px;height:52px;min-width:52px;border-radius:12px;background:linear-gradient(180deg,#2b96ff1a,#2b96ff0a);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:20px;box-shadow:0 8px 26px #2b96ff0a}.service-card .card-title{font-size:1.125rem;font-weight:700;margin:0;color:var(--foreground)}.service-card .card-desc{margin-top:10px;color:#6b7280;font-size:.98rem;line-height:1.65;flex:1 1 auto}.service-card .card-cta{margin-top:14px;display:flex;justify-content:flex-start;gap:10px}.services-cta{margin-top:2.25rem;text-align:center}@media(max-width:720px){.services-intro h2{font-size:2rem}.service-card{padding:16px;min-height:150px}.service-card .icon-square{width:44px;height:44px;min-width:44px}}.service-card+.service-card{margin-top:0}.about-page{min-height:100vh;background:#f9fbff;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.about-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.about-hero{padding-top:4.5rem;padding-bottom:5rem;background:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 55%),#f9fbff}.about-hero-inner{max-width:760px;margin:0 auto;text-align:center}.about-hero-tag{display:inline-block;margin-bottom:.75rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#2563eb}.about-hero-title{font-size:2.4rem;line-height:1.15;font-weight:800;color:#111827;margin-bottom:1.25rem}.about-hero-subtitle{font-size:1.05rem;line-height:1.7;color:#6b7280}@media(min-width:768px){.about-hero-title{font-size:3rem}}@media(min-width:1024px){.about-hero{padding-bottom:5.5rem}.about-hero-title{font-size:3.4rem}}.about-section-heading{font-size:2rem;font-weight:700;color:#111827}@media(min-width:768px){.about-section-heading{font-size:2.2rem}}.about-section-header{text-align:center;margin-bottom:3rem}.about-section-header .about-section-heading{margin-top:.5rem}.about-story{padding:4rem 0 5rem}.about-story-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.about-story-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.about-story-text p{color:#6b7280;line-height:1.7;margin-bottom:1rem}.about-story-text p:last-child{margin-bottom:0}.about-story-image-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}.about-story-image{width:100%;height:auto;display:block;object-fit:cover}.about-mission{padding:4.5rem 0 5rem;background:#f3f7ff}.about-mission-grid{display:grid;gap:1.75rem}@media(min-width:768px){.about-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-card{background:#fff;border-radius:22px;border:1px solid #e3ebff;box-shadow:0 18px 40px #0f172a0f;padding:2.25rem 2.5rem;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.about-card:hover{box-shadow:0 22px 55px #0f172a1f;transform:translateY(-3px);border-color:#d5e3ff}.about-card-icon{width:3rem;height:3rem;border-radius:1rem;background:#e5eeff;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.about-card-icon--large{width:4rem;height:4rem;border-radius:1.4rem}.about-card-icon svg{width:1.6rem;height:1.6rem;stroke:#2563eb}.about-card-title{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:.5rem}.about-card-text{font-size:.97rem;color:#6b7280;line-height:1.7}.about-values{padding:4.5rem 0 5rem}.about-values-grid{display:grid;gap:1.75rem}@media(min-width:768px){.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.about-values-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.about-values-card{text-align:center;padding:2rem 1.75rem}.about-values-card .about-card-icon{margin-left:auto;margin-right:auto}.about-values-card .about-card-title{font-size:1.2rem}.about-journey{padding:4.5rem 0 5rem;background:#f3f7ff}.about-timeline{position:relative;max-width:880px;margin:0 auto}.about-timeline-line{position:absolute;left:1.35rem;top:0;bottom:0;width:2px;background:#2563eb40}.about-timeline-items{position:relative;padding-left:3.5rem}.about-timeline-item{position:relative;margin-bottom:2.5rem}.about-timeline-item:last-child{margin-bottom:0}.about-timeline-dot{position:absolute;left:1.35rem;top:1.1rem;width:.9rem;height:.9rem;border-radius:999px;background:#2563eb;box-shadow:0 0 0 5px #f3f7ff;transform:translate(-50%)}.about-timeline-card-wrapper{position:relative}.about-timeline-card{padding:1.8rem 1.9rem}.about-timeline-year{display:inline-block;margin-bottom:.35rem;font-size:1.3rem;font-weight:700;color:#2563eb}@media(min-width:1024px){.about-timeline-line{left:50%;transform:translate(-50%)}.about-timeline-items{padding-left:0}.about-timeline-item{display:flex;align-items:center}.about-timeline-dot{left:50%;transform:translate(-50%)}.about-timeline-card-wrapper{width:45%}.about-timeline-item--left .about-timeline-card-wrapper{margin-right:auto;padding-right:3rem}.about-timeline-item--right .about-timeline-card-wrapper{margin-left:auto;padding-left:3rem}}.about-certifications{padding:4.5rem 0 5.5rem}.about-cert-header{max-width:720px;margin:0 auto 3rem;text-align:center}.about-cert-text{margin-top:1rem;font-size:1rem;color:#6b7280;line-height:1.7}.about-cert-grid{display:grid;gap:1.75rem}.about-cert-card{background:#eef3ff;border-radius:20px;border:1px solid #dde6ff;box-shadow:none;text-align:center;padding:2rem 1.75rem}.about-cert-icon{width:2.8rem;height:2.8rem;margin:0 auto 1rem;stroke:#2563eb}.about-cert-label{font-size:.98rem;font-weight:600;color:#111827}@media(max-width:640px){.about-card{padding:1.9rem 1.6rem}.about-story{padding-top:0rem}.about-journey,.about-mission,.about-values,.about-certifications{padding-top:3.5rem;padding-bottom:4rem}}.services-page{min-height:100vh;background:#f9fbff;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.services-container{max-width:1220px;margin:0 auto;padding:0 1.5rem}.services-hero{padding-top:4.5rem;padding-bottom:5rem;background:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 55%),#f9fbff}.services-hero-inner{text-align:center;max-width:760px;margin:0 auto}.services-hero-tag{display:inline-block;margin-bottom:.75rem;font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#2563eb}.services-hero-title{font-size:2.4rem;line-height:1.15;font-weight:800;color:#111827;margin-bottom:1.25rem}.services-hero-subtitle{font-size:1.05rem;line-height:1.7;color:#6b7280}@media(min-width:768px){.services-hero-title{font-size:3rem}}@media(min-width:1024px){.services-hero{padding-bottom:5.5rem}.services-hero-title{font-size:3.4rem}}.services-list-section{padding-bottom:5rem}.service-card{background:linear-gradient(135deg,#f7f9ff,#f3f7ff);border-radius:24px;border:1px solid #e3ebff;box-shadow:0 18px 45px #0f172a0a;padding:2rem 1.75rem;margin-bottom:2.5rem;overflow:hidden}.service-card:last-of-type{margin-bottom:3.5rem}.service-card-grid{display:flex;flex-direction:column;gap:2.5rem}.service-card-content,.service-card-visual{flex:1}@media(min-width:1024px){.service-card{padding:2.75rem 3rem}.service-card-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:center;gap:1.5rem}.service-card--right .service-card-content{order:2}.service-card--right .service-card-visual{order:1}}.service-small-icon{width:3rem;height:3rem;border-radius:1rem;background:#eef3ff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-small-icon svg{width:1.6rem;height:1.6rem;stroke:#2563eb}.service-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .35rem}.service-description{font-size:.98rem;line-height:1.7;color:#6b7280;margin:0 0 1.4rem}.service-features{list-style:none;margin:0;padding:0}.service-feature{display:flex;align-items:flex-start;gap:.6rem;font-size:.96rem;color:#4b5563;margin-bottom:.55rem}.service-feature-icon{flex-shrink:0;width:1.1rem;height:1.1rem;stroke-width:2.2;stroke:#22c55e;margin-top:.15rem}.service-card-visual{display:flex;align-items:center;justify-content:center}.service-large-icon-wrapper{width:100%;max-width:260px;height:180px;border-radius:999px;background:radial-gradient(circle at center,#2563eb14,#f8fafc99);display:flex;align-items:center;justify-content:center}.service-large-icon{width:7rem;height:7rem;stroke:#2563eb;opacity:.16}@media(min-width:1024px){.service-large-icon-wrapper{height:220px;max-width:320px}.service-large-icon{width:8.5rem;height:8.5rem}}.services-cta{text-align:center;max-width:560px;margin:0 auto 4rem}.services-cta-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.75rem}.services-cta-text{font-size:1rem;color:#6b7280;margin-bottom:1.75rem}.services-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.25rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.98rem;font-weight:600;text-decoration:none;box-shadow:0 14px 30px #2563eb59;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.services-cta-button:hover{background:#1d4ed8;box-shadow:0 16px 40px #2563eb66;transform:translateY(-1px)}.services-cta-button:active{transform:translateY(0);box-shadow:0 10px 20px #2563eb59}.service-small-image img{width:60px;height:60px;object-fit:contain;border-radius:12px}.service-large-photo{width:460px;object-fit:cover;border-radius:18px;display:block;opacity:1;filter:none}@media(max-width:1100px){.service-large-photo{width:400px}.service-large-icon-wrapper{margin-top:2rem;margin-bottom:2rem}}@media(max-width:640px){.service-card{padding:1.75rem 1.35rem}.service-title{font-size:1.35rem}}@media(max-width:460px){.service-large-icon-wrapper{margin-top:0rem;margin-bottom:0rem}.service-large-photo{width:300px}}.contact-page{min-height:100vh;background:#f9fbff;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.contact-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.contact-hero{padding-top:4.5rem;padding-bottom:5rem;background:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 55%),#f9fbff}.contact-hero-inner{text-align:center;max-width:760px;margin:0 auto}.contact-hero-tag{display:inline-block;margin-bottom:.75rem;font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#2563eb}.contact-hero-title{font-size:2.4rem;line-height:1.15;font-weight:800;color:#111827;margin-bottom:1.25rem}.contact-hero-subtitle{font-size:1.05rem;line-height:1.7;color:#6b7280}.contact-photo-column{display:flex;justify-content:center;align-items:center}.contact-side-photo{width:100%;max-width:450px;border-radius:24px;object-fit:cover;box-shadow:0 20px 45px #0f172a26}@media(max-width:640px){.contact-side-photo{max-width:100%;margin-top:1rem}}@media(min-width:768px){.contact-hero-title{font-size:3rem}}@media(min-width:1024px){.contact-hero{padding-bottom:5.5rem}.contact-hero-title{font-size:3.4rem}}.contact-main{padding:2.5rem 0 5rem}.contact-grid{display:grid;gap:2.5rem}@media(min-width:1024px){.contact-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.contact-card{background:#fff;border-radius:24px;border:1px solid #e3ebff;box-shadow:0 18px 45px #0f172a0a;padding:2.25rem 2.5rem;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.contact-card:hover{box-shadow:0 22px 60px #0f172a1a;transform:translateY(-3px);border-color:#d6e4ff}.contact-message-card{display:flex;flex-direction:column;gap:1.5rem}.contact-message-title{font-size:1.9rem;font-weight:700;color:#111827}.contact-message-text{font-size:.98rem;color:#6b7280;line-height:1.7}.contact-highlight{background:#f1f5ff;border-radius:18px;padding:1.2rem 1.3rem;font-size:.93rem;color:#4b5563;line-height:1.7}.contact-highlight ul{margin:.7rem 0 0;padding-left:1.1rem}.contact-highlight li{list-style:disc;margin-bottom:.25rem}.contact-message-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.contact-primary-btn,.contact-outline-btn,.contact-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.94rem;font-weight:600;text-decoration:none;padding:.8rem 1.6rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.contact-primary-btn{background:#2563eb;color:#fff;box-shadow:0 14px 30px #2563eb59}.contact-primary-btn:hover{background:#1d4ed8;box-shadow:0 18px 40px #2563eb66;transform:translateY(-1px)}.contact-outline-btn{background:#eef3ff;color:#1d4ed8}.contact-outline-btn:hover{background:#e0e9ff}.contact-btn-icon{width:1.1rem;height:1.1rem;margin-right:.4rem}.contact-info-column{display:flex;flex-direction:column;gap:1.75rem}.contact-intro-title{font-size:1.9rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-intro-text{font-size:.98rem;color:#6b7280;line-height:1.7}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;background:#f6f7ff}.contact-icon-circle{width:3rem;height:3rem;border-radius:1rem;background:#e2efff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon-circle svg{width:1.5rem;height:1.5rem;stroke:#2563eb}.contact-card-title{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.3rem}.contact-card-text{font-size:.92rem;color:#6b7280;line-height:1.6}.contact-card-text a{color:#2563eb;text-decoration:none}.contact-card-text a:hover{text-decoration:underline}.contact-whatsapp-card{background:#2563eb;color:#fff;display:flex;align-items:flex-start;gap:1rem}.contact-icon-circle--light{background:#f8fafc29}.contact-icon-circle--light svg{stroke:#fff}.contact-card-title--light{color:#fff}.contact-card-text--light{color:#f1f5f9eb}.contact-whatsapp-btn{margin-top:.7rem;background:#f9fafb;color:#2563eb;padding-inline:1.4rem;box-shadow:none}.contact-whatsapp-btn:hover{background:#e5efff}.contact-map-section{padding:4.5rem 0 5.5rem;background:#eef3ff}.contact-map-header{text-align:center;margin-bottom:2.5rem}.contact-map-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-map-subtitle{font-size:.98rem;color:#6b7280}.contact-map-frame{border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0f172a2e}@media(max-width:640px){.contact-card{padding:2rem 1.6rem}.contact-message-title,.contact-intro-title{font-size:1.6rem}.contact-main,.contact-map-section{padding-bottom:4.5rem}}body{margin:0;font-family:Poppins,sans-serif;background-color:#fff;color:#222}a{text-decoration:none;color:#06c}a:hover{text-decoration:none}.page{padding:60px 20px;text-align:center}
