.hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#1a365d 100%);flex-direction:column;justify-content:center;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d9770626 0%,#0000 60%);width:800px;height:800px;position:absolute;top:-50%;right:-20%}.hero-overlay{background:linear-gradient(135deg,#0f172a66 0%,#1a365d33 100%);position:absolute;inset:0}.hero-decoration{z-index:1;pointer-events:none;width:500px;height:500px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.decoration-circle{border:1px solid #d977064d;border-radius:50%;position:absolute}.decoration-circle-1{width:100%;height:100%;animation:8s ease-in-out infinite pulse-slow;top:0;left:0}.decoration-circle-2{border-color:#ffffff1a;width:75%;height:75%;animation:8s ease-in-out 1s infinite pulse-slow;top:12.5%;left:12.5%}.decoration-circle-3{border-color:#d9770633;width:50%;height:50%;animation:8s ease-in-out 2s infinite pulse-slow;top:25%;left:25%}.decoration-icon{background:linear-gradient(135deg,#d9770633 0%,#d977060d 100%);border:1px solid #d977064d;border-radius:20px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.decoration-icon svg{color:#f59e0b;opacity:.8;width:60px;height:60px}.hero-lines{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-line{background:linear-gradient(90deg,#0000,#d9770633,#0000);height:1px;position:absolute}.hero-line-1{width:40%;animation:12s linear infinite line-move;top:20%;left:0}.hero-line-2{width:30%;animation:15s linear infinite reverse line-move;top:60%;right:0}.hero-line-3{width:25%;animation:10s linear 2s infinite line-move;bottom:25%;left:10%}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes line-move{0%{opacity:0;transform:translate(-100%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(100%)}}.hero-container{z-index:2;flex:1;justify-content:space-between;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 5rem;display:flex;position:relative}.hero-content{text-align:left;max-width:700px;padding-right:3rem}.hero-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.hero-tag{color:#fffc;letter-spacing:.2px;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-highlights{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0 2.5rem;display:grid}.highlight-item{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;grid-template-columns:auto 1fr;gap:.8rem;padding:.9rem 1rem;display:grid}.highlight-icon{color:#f59e0b;background:#d977061f;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.highlight-title{color:#fff;margin:0 0 .15rem;font-size:.95rem;font-weight:600}.highlight-sub{color:#ffffffb3;margin:0;font-size:.85rem}.hero-badge{color:#f59e0b;letter-spacing:.5px;background:#d9770626;border:1px solid #d9770666;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:3.75rem;font-weight:700;line-height:1.1}.title-highlight{color:#f59e0b;display:block}.hero-description{color:#fffc;max-width:640px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:6px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.hero-cta-primary:hover{background:#b45309;transform:translateY(-2px)}.hero-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.hero-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-cta-ghost{color:#fff;cursor:pointer;background:#ffffff0f;border:1px dashed #ffffff40;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.hero-cta-ghost:hover{background:#ffffff1f;transform:translateY(-1px)}.hero-aside{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:linear-gradient(160deg,#ffffff14,#ffffff0a);border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:1.25rem;width:360px;min-height:360px;padding:1.75rem;display:flex;position:relative;box-shadow:0 20px 60px #00000059}.aside-header{flex-direction:column;gap:.4rem;display:flex}.aside-pill{color:#f59e0b;letter-spacing:.3px;background:#d9770629;border-radius:999px;align-items:center;width:fit-content;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.aside-title{color:#fff;margin:0;font-size:1.05rem;font-weight:600;line-height:1.4}.aside-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}.aside-card{background:#0f172a59;border:1px solid #ffffff14;border-radius:12px;padding:.9rem 1rem;box-shadow:inset 0 1px #ffffff0d}.aside-label{color:#ffffffa6;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.aside-value{color:#fff;letter-spacing:.3px;margin:0;font-size:1.6rem;font-weight:700}.aside-sub{color:#fff9;margin:.35rem 0 0;font-size:.85rem}.aside-footer{flex-wrap:wrap;gap:.5rem;display:flex}.aside-badge{color:#f59e0b;background:#d977061f;border-radius:10px;padding:.5rem .75rem;font-size:.85rem;font-weight:600}.hero-stats{color:#fff;justify-content:flex-start;align-items:center;gap:2.5rem;display:flex}.hero-stat{color:#fff;flex-direction:column;align-items:flex-start;display:flex}.stat-value{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:#ffffffd9;font-size:.875rem;font-weight:500}.hero-stat span{color:inherit}.stat-divider{background:#fff3;width:1px;height:50px}.hero-trust-bar{z-index:2;background:#ffffff0d;border-top:1px solid #ffffff1a;padding:1.5rem 0;position:relative}.trust-container{flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.trust-item{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.trust-item svg{color:#f59e0b}@media (max-width:1024px){.hero-container{flex-direction:column;align-items:flex-start;padding:3.5rem 2rem}.hero-content{max-width:100%;padding-right:0}.hero-aside{width:100%;min-height:auto}.hero-title{font-size:3rem}.hero-stats{gap:1.5rem}.stat-value{font-size:2rem}}@media (max-width:768px){.hero{justify-content:flex-start;padding-top:80px}.hero-container{padding:2.5rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;margin-bottom:3rem}.hero-cta-primary,.hero-cta-secondary,.hero-cta-ghost{justify-content:center;width:100%}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-divider{display:none}.hero-stat{min-width:120px}.trust-container{gap:1.5rem;padding:0 1.5rem}.trust-item{font-size:.8rem}.hero-decoration,.hero-lines{display:none}.aside-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero{padding-top:72px}.hero-container{padding:2.25rem 1.25rem 2.75rem}.stat-value{font-size:1.75rem}}
.services{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:7rem 0;position:relative;overflow:hidden}.services:before{content:"";background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;position:absolute;top:0;left:0;right:0}.services-container{max-width:1400px;margin:0 auto;padding:0 3rem}.services-header{text-align:center;max-width:750px;margin:0 auto 4.5rem}.section-label{color:#d97706;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#d977061a 0%,#d977060d 100%);border:1px solid #d9770633;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700;display:inline-block}.services-title{color:#0f172a;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.2}.services-subtitle{color:#64748b;margin:0;font-size:1.15rem;line-height:1.8}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.service-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#d97706 0%,#f59e0b 50%,#fbbf24 100%);height:4px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.service-card:hover:before{transform:scaleX(1)}.service-icon{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-radius:14px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.25rem;transition:all .3s;display:inline-flex}.service-icon svg{stroke:#d97706;width:32px;height:32px;transition:all .3s}.service-card:hover .service-icon{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%)}.service-card:hover .service-icon svg{stroke:#fff}.service-card:hover .service-icon{transform:scale(1.05)rotate(-3deg)}.service-title{color:#0f172a;margin-bottom:.75rem;font-size:1.3rem;font-weight:700;transition:color .25s}.service-card:hover .service-title{color:#d97706}.service-description{color:#64748b;margin-bottom:1.25rem;font-size:.925rem;line-height:1.75}.service-features{flex-grow:1;margin:0 0 auto;padding:0;list-style:none}.service-features li{color:#475569;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.65rem;padding:.45rem 0;font-size:.85rem;line-height:1.5;display:flex}.service-features li:last-child{border-bottom:none}.service-features svg{color:#059669;flex-shrink:0;margin-top:2px}.view-gallery-btn{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.view-gallery-btn:hover{color:#fff;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);transform:translateY(-2px);box-shadow:0 6px 20px #d9770659}.view-gallery-btn svg{transition:transform .25s}.view-gallery-btn:hover svg{transform:translate(4px)}.services-cta{background:linear-gradient(135deg,#1e3a5f 0%,#0f172a 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-top:5rem;padding:3.5rem 4rem;display:flex;position:relative;overflow:hidden}.services-cta:before{content:"";background:radial-gradient(circle,#d9770626 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.services-cta:after{content:"";background:radial-gradient(circle,#fbbf241a 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-30%;left:10%}.cta-content{z-index:1;position:relative}.cta-content h3{color:#fff;margin-bottom:.5rem;font-size:1.65rem;font-weight:700}.cta-content p{color:#ffffffbf;max-width:500px;margin:0;font-size:1rem;line-height:1.7}.cta-button{z-index:1;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);border-radius:10px;align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 4px 15px #d9770666}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #d9770680}.cta-button svg{transition:transform .25s}.cta-button:hover svg{transform:translate(4px)}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services{padding:5rem 0}.services-container{padding:0 1.5rem}.services-header{margin-bottom:3rem}.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.75rem}.services-cta{text-align:center;flex-direction:column;padding:2.5rem 2rem}.cta-content p{max-width:100%}.cta-button{justify-content:center;width:100%}}
.projects{background:#fff;padding:6rem 0}.projects-container{max-width:1400px;margin:0 auto;padding:0 3rem}.projects-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{color:#d97706;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.projects-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.projects-subtitle{color:#64748b;margin:0;font-size:1.1rem;line-height:1.7}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .25s;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.project-image{height:240px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-image img{transform:scale(1.05)}.project-status{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.project-status.completed{color:#fff;background:#059669}.project-status.ongoing{color:#fff;background:#d97706}.project-status.planning{color:#fff;background:#2563eb}.project-content{padding:1.75rem}.project-category{color:#d97706;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-block}.project-title{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.project-description{color:#64748b;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.project-link{color:#1a365d;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.project-link:hover{color:#d97706}.project-link svg{transition:transform .2s}.project-link:hover svg{transform:translate(4px)}.projects-stats{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;padding:3rem;display:grid}.project-stat-item{text-align:center}.stat-icon{color:#1a365d;justify-content:center;margin-bottom:1rem;display:flex}.stat-value{color:#0f172a;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:block}.stat-label{color:#0f172a;font-size:.9rem;font-weight:600}.projects-stats .stat-label{color:#0f172a;font-weight:700}@media (max-width:1024px){.projects-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.projects-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects{padding:4rem 0}.projects-container{padding:0 1.5rem}.projects-title{font-size:2rem}.project-image{height:200px}.projects-stats{gap:1.5rem;padding:2rem}.stat-value{font-size:1.5rem}}@media (max-width:480px){.projects-stats{grid-template-columns:1fr}.projects-title{font-size:1.75rem}}
.clients{background:#f8fafc;padding:6rem 0}.clients-container{max-width:1400px;margin:0 auto;padding:0 3rem}.clients-section{text-align:center;margin-bottom:5rem}.section-label{color:#d97706;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.clients-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.clients-subtitle{color:#64748b;max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.clients-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.client-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .25s}.client-card:hover{border-color:#1a365d;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.client-name{color:#1a365d;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;display:block}.client-full-name{color:#64748b;font-size:.85rem;line-height:1.4}.certifications-section{margin-bottom:5rem}.cert-title{color:#0f172a;text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.certifications-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.cert-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .25s;display:flex}.cert-card:hover{border-color:#d97706}.cert-icon{color:#d97706;flex-shrink:0}.cert-content h4{color:#0f172a;margin-bottom:.25rem;font-size:1rem;font-weight:600}.cert-content p{color:#64748b;margin:0;font-size:.85rem}.why-choose-section{background:#1a365d;border-radius:16px;grid-template-columns:1fr 400px;align-items:center;gap:4rem;padding:4rem;display:grid}.why-choose-content h3{color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:700}.why-list{margin:0;padding:0;list-style:none}.why-list li{color:#ffffffe6;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;font-size:1rem;line-height:1.6;display:flex}.why-list li:last-child{margin-bottom:0}.why-list li svg{color:#f59e0b;flex-shrink:0;margin-top:.25rem}.why-choose-cta{text-align:center;background:#ffffff1a;border-radius:12px;padding:2.5rem}.why-choose-cta h4{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.why-choose-cta p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.cta-button{color:#fff;background:#d97706;border-radius:6px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cta-button:hover{background:#b45309;transform:translateY(-2px)}@media (max-width:1024px){.clients-grid,.certifications-grid{grid-template-columns:repeat(2,1fr)}.why-choose-section{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.clients{padding:4rem 0}.clients-container{padding:0 1.5rem}.clients-title{font-size:2rem}.clients-grid,.certifications-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.why-choose-section{padding:2.5rem}.why-choose-content h3{font-size:1.5rem}}@media (max-width:480px){.clients-title{font-size:1.75rem}.client-name{font-size:1.5rem}}
.about{background:#fff;padding:6rem 0}.about-container{max-width:1400px;margin:0 auto;padding:0 3rem}.about-grid{grid-template-columns:1fr 420px;align-items:start;gap:4rem;display:grid}.about-content{max-width:700px}.section-label{color:#d97706;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.about-title{color:#0f172a;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.about-text{color:#64748b;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.about-highlights{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.highlight-item{align-items:flex-start;gap:1rem;display:flex}.highlight-icon{color:#d97706;background:#fef3c7;border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.highlight-content h4{color:#0f172a;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.highlight-content p{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.about-stats-panel{flex-direction:column;gap:1.5rem;display:flex}.stats-card{background:#1a365d;border-radius:12px;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}.stat-item{text-align:center}.stat-number{color:#fff;margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1;display:block}.stat-label{color:#ffffffb3;font-size:.875rem;font-weight:500}.mission-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.mission-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.mission-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-stats-panel{max-width:500px}}@media (max-width:768px){.about{padding:4rem 0}.about-container{padding:0 1.5rem}.about-title{font-size:2rem}.about-text{font-size:1rem}.stats-card{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2rem}.highlight-icon{width:42px;min-width:42px;height:42px}}@media (max-width:480px){.about-title,.stat-number{font-size:1.75rem}}
.contact{background:#fff;padding:6rem 0}.contact-container{max-width:1400px;margin:0 auto;padding:0 3rem}.contact-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-label{color:#d97706;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.contact-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-subtitle{color:#64748b;margin:0;font-size:1.1rem;line-height:1.7}.contact-content{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.info-card h3{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.35rem;font-weight:700}.info-item{gap:1rem;margin-bottom:1.5rem;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{color:#fff;background:#1a365d;border-radius:10px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.info-text{flex:1}.info-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.info-text p{color:#334155;margin:0;font-size:.95rem;line-height:1.6}.quick-contact-card{text-align:center;background:#1a365d;border-radius:12px;padding:2rem}.quick-contact-card h4{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.quick-contact-card p{color:#ffffffb3;margin-bottom:1.25rem;font-size:.9rem}.phone-link{color:#fff;background:#d97706;border-radius:6px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.phone-link:hover{background:#b45309;transform:translateY(-2px)}.contact-form-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem}.contact-form-wrapper h3{color:#0f172a;margin-bottom:2rem;font-size:1.35rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#334155;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.9rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a365d;outline:none;box-shadow:0 0 0 3px #1a365d1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-size:.95rem;display:flex}.submit-btn{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.submit-btn:hover:not(:disabled){background:#b45309;transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.success-message{text-align:center;padding:3rem 2rem}.success-icon{color:#059669;margin-bottom:1.5rem}.success-message h4{color:#0f172a;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.success-message p{color:#64748b;max-width:400px;margin:0 auto;font-size:1rem;line-height:1.6}@media (max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.contact{padding:4rem 0}.contact-container{padding:0 1.5rem}.contact-title{font-size:2rem}.form-row{grid-template-columns:1fr}.info-card,.contact-form-wrapper{padding:1.5rem}}@media (max-width:480px){.contact-title{font-size:1.75rem}.info-icon{width:40px;min-width:40px;height:40px}}
