:root{--brand-navy:#1a4d85;--brand-navy-dark:#153d6e;--brand-navy-darker:#0f2d52;--brand-mint:#b8dfd1;--green:var(--brand-navy);--green-dark:var(--brand-navy-dark);--green-darker:var(--brand-navy-darker);--muted:#64748b;--muted-light:#94a3b8;--dark-bg:#050816;--dark-card:#0a0f24;--bg:#ffffff;--text-dark:#111827;--text-light:#6b7280;--border:#e5e7eb;--blue:var(--brand-mint);--page-max:1200px;--page-gutter:clamp(20px,4vw,40px);--section-padding-y:44px;--section-gap:22px;--hero-padding-y:40px}body,html,main{margin:0;padding:0}body,html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;background:var(--bg);color:var(--text-dark);scroll-behavior:smooth}*{box-sizing:border-box}.container{width:100%;max-width:var(--page-max);margin:0 auto;padding-inline:var(--page-gutter)}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-block:14px}.header-inner .logo{justify-self:start}.header-inner .desktop-nav{justify-self:center}.header-inner .desktop-cta,.header-inner .nav-toggle{justify-self:end}.header-update-bar{background:linear-gradient(90deg,#fff8ed,#eef4fb 50%,#fff8ed);border-top:1px solid #f5d9a8;border-bottom:1px solid #d4e4f4;padding:10px 0}.header-update-bar-inner{display:flex;align-items:center;justify-content:flex-start;gap:10px 16px}.header-update-slide-wrap{flex:1;min-width:0;overflow:hidden;position:relative;height:28px}.header-update-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px 14px;width:100%}.header-update-dots{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto}.header-update-dot{width:6px;height:6px;border-radius:50%;background:#c7d9ed;transition:background .3s,transform .3s}.header-update-dot-active{background:var(--brand-navy);transform:scale(1.2)}.header-update-badge{flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#92400e;background:#fde68a;border-radius:999px}.header-update-icon{flex-shrink:0;color:#d97706}.header-update-text{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 10px;font-size:14px;color:var(--brand-navy);line-height:1.4}.header-update-text strong{font-weight:600}.header-update-detail{font-size:13px;font-weight:400;color:var(--muted)}.header-update-link{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--brand-navy);text-decoration:none;padding:5px 12px;border-radius:999px;background:#fff;border:1px solid #c7d9ed;transition:background .2s,border-color .2s,color .2s}.header-update-link:hover{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff}.logo{display:inline-flex;align-items:center;text-decoration:none;height:50px}.logo-img{height:50px;width:auto!important;object-fit:contain;aspect-ratio:auto}.nav{display:flex;align-items:center;gap:32px}.nav a{color:var(--text-dark);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.nav a:hover{color:var(--green)}.cta .btn{padding:10px 24px}.nav-toggle{display:none;width:42px;height:42px;border-radius:999px;border:none;background:transparent;padding:0;align-items:center;justify-content:center;cursor:pointer}.nav-icon{width:24px;height:24px}.nav-icon-ring{fill:#f9fafb;stroke:var(--green);stroke-width:2}.nav-icon-line{stroke:var(--text-dark);stroke-width:1.8;stroke-linecap:round;transition:transform .18s ease,opacity .18s ease;transform-origin:12px 12px}.nav-toggle-open .nav-icon-line-top{transform:translateY(2px) rotate(40deg)}.nav-toggle-open .nav-icon-line-bottom{transform:translateY(-2px) rotate(-40deg)}.mobile-drawer{display:none}.mobile-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:99}.mobile-drawer-open .mobile-drawer-overlay{opacity:1;pointer-events:auto}.mobile-drawer-content{position:fixed;top:0;left:0;width:85%;max-width:400px;height:100vh;background:#fff;box-shadow:4px 0 24px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:100;overflow-y:auto;display:flex;flex-direction:column}.mobile-drawer-open .mobile-drawer-content{transform:translateX(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:10}.mobile-drawer-logo{display:inline-flex;align-items:center;text-decoration:none}.mobile-drawer-logo .logo-img{height:40px;width:auto}.mobile-drawer-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s;padding:0}.mobile-drawer-close:hover{background:#e8f4f0;transform:scale(1.05)}.mobile-drawer-close:active{transform:scale(.95)}.mobile-drawer-close svg{width:24px;height:24px}.mobile-nav{display:flex;flex-direction:column;gap:4px;padding:16px 0;flex:1}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;color:var(--text-dark);text-decoration:none;font-size:16px;font-weight:500;transition:all .2s;border-left:3px solid transparent}.mobile-nav-link:hover{background:#f9fafb;border-left-color:var(--green);color:var(--green);padding-left:28px}.mobile-nav-link svg{opacity:.5;transition:opacity .2s,transform .2s}.mobile-nav-link:hover svg{opacity:1;transform:translateX(4px)}.mobile-drawer-cta{padding:20px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mobile-cta{width:100%;justify-content:center}.mobile-drawer-contact{padding:24px;background:linear-gradient(135deg,#e8f4f0,#d4ebe4)}.mobile-drawer-contact-title{font-size:20px;font-weight:700;color:var(--green);margin:0 0 8px;letter-spacing:-.3px}.mobile-drawer-contact-subtitle{font-size:14px;line-height:1.6;color:var(--text-light);margin:0 0 20px}.mobile-drawer-contact-list{display:flex;flex-direction:column;gap:20px}.mobile-drawer-contact-item{display:flex;gap:16px;align-items:flex-start}.mobile-drawer-contact-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;color:var(--green);box-shadow:0 2px 8px rgba(26,77,133,.15)}.mobile-drawer-contact-icon svg{width:20px;height:20px}.mobile-drawer-contact-content{flex:1}.mobile-drawer-contact-content strong{display:block;font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:4px}.mobile-drawer-contact-content p{font-size:14px;line-height:1.5;color:var(--text-light);margin:0}.hero{padding:var(--hero-padding-y) 0 calc(var(--hero-padding-y) - 8px);background:linear-gradient(180deg,#f8fafc,#ffffff)}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,56px);align-items:center}.hero-text h1{font-size:52px;font-weight:700;line-height:1.12;margin:0 0 16px;color:var(--text-dark);letter-spacing:-1px}.highlight-brand,.highlight-green{color:var(--brand-navy)}.hero-tagline{font-size:26px;font-weight:700;line-height:1.3;color:var(--text-dark);margin:0 0 12px;letter-spacing:-.5px}.hero-mca-note{font-size:17px;line-height:1.6;font-style:italic;color:var(--brand-navy);margin:0 0 22px;max-width:600px}.hero-description{font-size:18px;line-height:1.7;color:var(--text-light);margin:0 0 32px;max-width:600px}.btn-hero{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:16px}.hero-media{display:flex;justify-content:flex-end;align-items:center}.hero-image-frame{position:relative;background:#fff;border-radius:20px;padding:12px;border:2px solid rgba(26,77,133,.2);transform:rotate(-2deg);box-shadow:0 16px 40px rgba(0,0,0,.1);width:100%;max-width:min(100%,460px)}.hero-image{width:100%!important;height:auto!important;border-radius:16px;display:block}.card-image-fill{object-fit:cover}.section{padding:var(--section-padding-y) 0}.section.contact{padding:28px 0 32px;background:#f8fafc}.section-head{max-width:760px;margin:0 auto var(--section-gap);text-align:center}.section-title{font-size:42px;font-weight:700;text-align:center;margin:0 0 14px;color:var(--text-dark);letter-spacing:-.5px}.section-head .section-title{margin-bottom:14px}.lead{font-size:18px;line-height:1.65;color:var(--text-light);text-align:center;max-width:720px;margin:0 auto}.section-head .lead{margin-bottom:0}.section-head+.blog-grid,.section-head+.clients-grid,.section-head+.expertise-grid,.section-head+.features-grid,.section-head+.industries-grid,.section-head+.registration-grid,.section-head+.services-grid,.section-head+.testimonial-grid{margin-top:0}.help-business{background:#fff;padding-block:var(--section-padding-y)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--section-gap);align-items:stretch}.feature-item{display:flex;align-items:center;gap:16px;padding:20px 22px;min-height:88px;height:100%;background:#f8fafc;border-radius:16px;border:1px solid var(--border)}.feature-item span{font-size:16px;font-weight:500;color:var(--text-dark);line-height:1.45}.feature-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(26,77,133,.2)}.services-dark{background:var(--dark-bg);padding:var(--section-padding-y) 0}.section-title-white{color:#fff}.lead-white{color:#d1d5db}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:var(--section-gap)}.service-card-dark{background:var(--dark-card);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card-dark:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.service-thumb-dark{position:relative;width:100%;height:180px;overflow:hidden;background:#0f172a}.service-content-dark{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.service-content-dark h3{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}.service-content-dark p{font-size:14px;line-height:1.6;color:#d1d5db;margin:0 0 20px;flex:1}.btn-service{background:var(--green);color:#fff;border:none;padding:10px 20px;font-size:14px;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;text-decoration:none;transition:background .2s;align-self:flex-start}.btn-service:hover{background:var(--green-dark)}.registration{background:#fff}.registration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:var(--section-gap)}.registration-card{background:#fff;border-radius:16px;border:1px solid var(--border);border-top:6px solid var(--brand-mint);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.08)}.registration-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f1f5f9}.registration-content{padding:20px;flex:1;display:flex;flex-direction:column}.registration-content h3{font-size:22px;font-weight:600;color:var(--text-dark);margin:0 0 12px}.registration-content p{font-size:15px;line-height:1.6;color:var(--text-light);margin:0 0 20px;flex:1}.btn-small{padding:10px 20px;font-size:14px;align-self:flex-start}.expertise{background:#f8fafc}.expertise-grid{display:flex;justify-content:center;gap:32px;margin-top:var(--section-gap);flex-wrap:wrap}.expertise-item{text-align:center}.expertise-icon{width:80px;height:80px;background:#e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--text-dark);margin:0 auto 12px}.testimonials{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:var(--section-gap)}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.06)}.testimonial-avatar{margin-bottom:16px}.avatar-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0,var(--blue) 100%)}.testimonial-info h4{font-size:18px;font-weight:600;color:var(--text-dark);margin:0 0 4px}.testimonial-role{font-size:14px;color:var(--text-light);margin:0 0 16px}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{font-size:15px;line-height:1.7;color:var(--text-dark);margin:0;font-style:italic}.clients{background:#f8fafc}.clients-grid{display:flex;justify-content:center;gap:48px;margin-top:var(--section-gap);flex-wrap:wrap}.client-logo{font-size:18px;font-weight:600;color:#94a3b8;padding:16px 32px;border-radius:8px;border:1px solid var(--border)}.client-logo,.industries{background:#fff}.industries-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:var(--section-gap)}.industry-card{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:22px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:132px;transition:border-color .2s,box-shadow .2s,transform .2s}.industry-card:hover{border-color:rgba(26,77,133,.25);box-shadow:0 8px 20px rgba(26,77,133,.08);transform:translateY(-2px)}.industry-icon-wrap{width:52px;height:52px;border-radius:12px;background:rgba(26,77,133,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.industry-icon-svg{width:28px;height:28px;color:var(--brand-navy)}.industry-name{font-size:15px;font-weight:600;line-height:1.35;color:var(--text-dark)}.blogs{background:#f8fafc}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:var(--section-gap)}.blog-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.blog-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f1f5f9}.blog-content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-meta{display:flex;gap:12px;margin-bottom:12px;font-size:13px}.blog-date{color:var(--text-light)}.blog-category{color:var(--green);font-weight:600}.blog-content h3{font-size:20px;font-weight:600;color:var(--text-dark);margin:0 0 12px;line-height:1.4}.blog-description{font-size:15px;line-height:1.6;color:var(--text-light);margin:0 0 16px;flex:1}.learn-more{color:var(--green);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-size:15px;transition:gap .2s}.learn-more:hover{gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;border:none;text-decoration:none;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s;gap:8px}.btn-primary{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(26,77,133,.3)}.btn-primary:hover{background:var(--green-dark);box-shadow:0 6px 16px rgba(26,77,133,.4);transform:translateY(-1px)}.site-footer{background:var(--dark-bg);color:var(--brand-mint);padding:48px 0 0}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:48px}.footer-logo{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px}.footer-description{font-size:15px;line-height:1.7;color:#94a3b8;margin:0 0 24px}.social-icons{display:flex;gap:16px}.social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:8px;color:#fff;transition:background .2s}.social-icons a:hover{background:rgba(255,255,255,.2)}.footer-col h5{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-col a{color:#94a3b8;text-decoration:none;font-size:15px;transition:color .2s}.footer-col a:hover{color:var(--green)}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-info p{font-size:15px;color:#94a3b8;margin:0;display:flex;align-items:flex-start;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-bottom p{margin:0;color:#94a3b8;font-size:14px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s}.footer-bottom-links a:hover{color:var(--green)}.btn-scroll-top{background:var(--green);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .2s}.btn-scroll-top:hover{background:var(--green-dark)}.grid{display:grid;gap:24px}.nav-anchor{position:absolute;visibility:hidden}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:32px;align-items:start}.hero-image-frame{margin-left:0;max-width:100%}.features-grid,.registration-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.industries-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-inner{display:flex;justify-content:space-between;padding-block:12px}.desktop-cta,.desktop-nav{display:none}.nav-toggle{display:flex}.mobile-drawer{display:block}.nav-open{overflow:hidden}.header-update-bar{padding:12px 0}.header-update-bar-inner{flex-wrap:wrap;justify-content:flex-start;gap:8px 10px}.header-update-slide-wrap{flex:1 1 100%;order:3;height:auto;min-height:52px}.header-update-slide{position:relative;justify-content:center;min-height:52px}.header-update-slide,.header-update-text{flex-direction:column;align-items:flex-start}.header-update-text{gap:2px;width:100%}.header-update-detail{font-size:12px}.header-update-dots{margin-left:auto}.hero{padding:28px 0 24px}.hero-inner{gap:24px}.hero-text h1{font-size:36px;margin-bottom:12px}.hero-tagline{font-size:22px;margin-bottom:10px}.hero-mca-note{font-size:15px;margin-bottom:18px}.section{padding:36px 0}.help-business{padding-block:36px}.feature-item{min-height:auto;padding:18px 20px}.section-title{font-size:32px}.blog-grid,.features-grid,.registration-grid,.services-grid,.testimonial-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}.expertise-grid{gap:24px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media (max-width:480px){:root{--section-padding-y:36px;--hero-padding-y:32px}.hero-text h1,.section-title{font-size:28px}.industries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.industry-card{min-height:118px;padding:18px 12px}.industry-name{font-size:14px}}.contact-hero{position:relative;padding:72px 0 40px;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/contact_image.png) 50%/cover;background-attachment:fixed;text-align:center}.contact-hero-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.5px}.breadcrumbs{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;color:#d1d5db}.breadcrumbs a{color:#d1d5db;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs span{color:#9ca3af}.contact-content{background:#fff;padding:var(--section-padding-y) 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-info-section{padding-right:32px}.contact-form-section{padding-left:32px}.contact-section-title{font-size:36px;font-weight:700;color:var(--green);margin:0 0 16px;letter-spacing:-.5px}.contact-description{font-size:16px;line-height:1.7;color:var(--text-light);margin:0 0 40px}.contact-info-list{display:flex;flex-direction:column;gap:32px}.contact-info-item{display:flex;gap:20px;align-items:flex-start}.contact-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e8f4f0;border-radius:12px;color:var(--green)}.contact-info-content{flex:1}.contact-info-content strong{display:block;font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.contact-info-content p{font-size:15px;line-height:1.6;color:var(--text-light);margin:0}.contact-form{gap:24px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:15px;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:inherit;color:var(--text-dark);background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(26,77,133,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:150px}.btn-submit{width:100%;padding:16px 32px;font-size:16px;font-weight:600;margin-top:8px;cursor:pointer;transition:all .2s}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(26,77,133,.4)}.status-message{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:12px;margin-bottom:24px;animation:slideInDown .4s ease-out;box-shadow:0 4px 12px rgba(0,0,0,.1);border:2px solid transparent}.status-message-success{background:linear-gradient(135deg,#e8f4f0,#d4ebe4);border-color:#1a4d85;color:#153d6e}.status-message-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444;color:#991b1b}.status-message-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:scaleIn .3s ease-out .1s both}.status-message-success .status-message-icon{background:#1a4d85;box-shadow:0 4px 12px rgba(26,77,133,.3)}.status-message-error .status-message-icon{background:#ef4444;box-shadow:0 4px 12px rgba(239,68,68,.3)}.status-message-icon svg{width:24px;height:24px}.status-message-content{flex:1;display:flex;flex-direction:column;gap:6px}.status-message-title{font-size:18px;font-weight:700;margin:0;letter-spacing:-.3px}.status-message-text{font-size:15px;line-height:1.6;margin:0;opacity:.9}.status-message-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s;color:inherit;opacity:.7}.status-message-close:hover{opacity:1;background:rgba(0,0,0,.05)}.status-message-success .status-message-close:hover{background:rgba(26,77,133,.1)}.status-message-error .status-message-close:hover{background:rgba(239,68,68,.1)}.status-message-close svg{width:18px;height:18px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:968px){.contact-grid{grid-template-columns:1fr;gap:48px}.contact-info-section{padding-right:0}.contact-form-section{padding-left:0}.contact-hero-title{font-size:36px}}@media (max-width:768px){.contact-hero{padding:56px 0 32px;background-attachment:scroll}.contact-hero-title{font-size:32px}.contact-content{padding:32px 0}.contact-section-title{font-size:28px}.contact-info-item{gap:16px}.contact-icon{width:40px;height:40px}.contact-icon svg{width:20px;height:20px}.status-message{padding:16px 20px;gap:12px}.status-message-icon{width:40px;height:40px}.status-message-icon svg{width:20px;height:20px}.status-message-title{font-size:16px}.status-message-text{font-size:14px}}