:root{--color-primary: #000000;--color-secondary: #f0f4f8;--color-accent: #3b82f6;--color-accent-hover: #2563eb;--color-text: #334155;--color-text-light: #64748b;--color-white: #ffffff;--color-border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Playfair Display", serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s ease}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.text-\[\#c8a96a\]{color:var(--color-accent)!important}.bg-\[\#c8a96a\]{background-color:var(--color-accent)!important}.border-\[\#c8a96a\]{border-color:var(--color-accent)!important}.hover\:bg-\[\#b09358\]:hover{background-color:var(--color-accent-hover)!important}.animate-fade-in{animation:fadeIn .5s ease forwards}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header--transparent{background:transparent;padding:20px 0}.header--scrolled{background:#fff;padding:12px 0;box-shadow:0 2px 20px #0000001a}.header__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo__icon{width:48px;height:48px;background:linear-gradient(135deg,#001f3f,#036);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #001f3f4d}.logo__icon span{color:#fff;font-weight:700;font-size:22px;font-family:Playfair Display,serif}.logo__text{display:flex;flex-direction:column}.logo__title{font-weight:700;font-size:20px;font-family:Playfair Display,serif;letter-spacing:1px;line-height:1.2}.logo__title--light{color:#fff}.logo__title--dark{color:#1a1a1a}.logo__subtitle{font-size:10px;letter-spacing:3px;text-transform:uppercase;font-weight:500}.logo__subtitle--light{color:#ffffffb3}.logo__subtitle--dark{color:#888}.nav{display:none;align-items:center;gap:5px}@media(min-width:1024px){.nav{display:flex}}.nav__item{position:relative}.nav__link{display:flex;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;border-radius:8px;transition:all .2s ease;white-space:nowrap}.nav__link--light{color:#ffffffe6}.nav__link--light:hover,.nav__link--light.active{color:#001f3f;background:#ffffffe6}.nav__link--dark{color:#333}.nav__link--dark:hover,.nav__link--dark.active{color:#001f3f;background:#001f3f1a}.nav__link svg{width:14px;height:14px;transition:transform .2s ease}.nav__item:hover .nav__link svg{transform:rotate(180deg)}.nav__dropdown{position:absolute;top:100%;left:0;margin-top:8px;min-width:240px;background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000026;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;border:1px solid #f0f0f0;z-index:1100}.nav__item:hover .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown-link{display:block;padding:12px 20px;font-size:14px;color:#333;transition:all .2s ease;text-decoration:none}.nav__dropdown-link:hover{background:#001f3f1a;color:#001f3f;padding-left:25px}.nav__sub-dropdown{position:absolute;top:0;left:100%;margin-left:10px;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000026;padding:10px 0;opacity:0;visibility:hidden;transform:translate(-10px);transition:all .3s ease;border:1px solid #f0f0f0;z-index:1101}.nav__dropdown>.relative:hover .nav__sub-dropdown{opacity:1;visibility:visible;transform:translate(0)}.header__cta{display:none;padding:12px 28px;background:linear-gradient(135deg,#001f3f,#036);color:#fff;font-weight:600;font-size:14px;border-radius:50px;transition:all .3s ease;text-decoration:none;white-space:nowrap}.header__cta:hover{box-shadow:0 8px 25px #001f3f66;transform:translateY(-2px)}@media(min-width:768px){.header__cta{display:inline-flex}}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease}.mobile-menu-btn--light{color:#fff}.mobile-menu-btn--light:hover{background:#ffffff1a}.mobile-menu-btn--dark{color:#333}.mobile-menu-btn--dark:hover{background:#0000000d}.mobile-menu-btn svg{width:24px;height:24px}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu{position:absolute;top:100%;left:20px;right:20px;margin-top:10px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0003;overflow:hidden;animation:fadeInDown .3s ease;max-height:80vh;overflow-y:auto}@media(min-width:1024px){.mobile-menu{display:none}}.mobile-menu__nav{padding:15px 0}.mobile-menu__link{display:block;padding:14px 25px;font-size:15px;font-weight:500;color:#333;transition:all .2s ease;text-decoration:none;flex-grow:1}.mobile-menu__link:hover{background:#001f3f1a;color:#001f3f}.mobile-menu__cta{padding:15px 25px;border-top:1px solid #f0f0f0}.mobile-menu__cta-btn{display:block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#001f3f,#036);color:#fff;font-weight:600;font-size:15px;text-align:center;border-radius:50px;text-decoration:none}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding-right:15px}.mobile-menu__toggle{padding:10px;background:none;border:none;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center}.mobile-menu__arrow{width:16px;height:16px;transition:transform .2s ease}.mobile-menu__arrow--open{transform:rotate(180deg)}.mobile-menu__dropdown{display:none;background-color:#f9fafb;border-top:1px solid #eee;border-bottom:1px solid #eee}.mobile-menu__dropdown--open{display:block}.mobile-menu__sublink{display:block;padding:12px 25px 12px 40px;font-size:14px;color:#4b5563;border-left:3px solid transparent;text-decoration:none;transition:all .2s ease}.mobile-menu__sublink:hover{color:#001f3f;border-left-color:#001f3f;background-color:#001f3f0d}.footer{background:#1a1a2e;color:#fff}.newsletter{background:linear-gradient(135deg,#001f3f,#036);padding:50px 0}.newsletter__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px;text-align:center}@media(min-width:768px){.newsletter__container{flex-direction:row;text-align:left}}.newsletter__content h3{font-size:26px;font-weight:700;color:#fff;font-family:Playfair Display,serif;margin-bottom:5px}.newsletter__content p{color:#fffc;font-size:15px}.newsletter__form{display:flex;width:100%;max-width:450px}.newsletter__input{flex:1;padding:16px 22px;border:none;border-radius:50px 0 0 50px;font-size:15px;outline:none}.newsletter__btn{padding:12px 24px;background:#1a1a2e;color:#fff;font-weight:600;font-size:15px;border:none;border-radius:0 50px 50px 0;cursor:pointer;transition:background .3s ease}.newsletter__btn:hover{background:#16213e}.footer__main{padding:70px 0}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr}}.footer__company-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer__company-icon{width:42px;height:42px;background:linear-gradient(135deg,#001f3f,#036);border-radius:50%;display:flex;align-items:center;justify-content:center}.footer__company-icon span{color:#fff;font-weight:700;font-size:18px;font-family:Playfair Display,serif}.footer__company-name{font-weight:700;font-size:18px;font-family:Playfair Display,serif;color:#fff}.footer__company-desc{color:#fff9;font-size:14px;line-height:1.8;margin-bottom:25px}.footer__social{display:flex;gap:12px}.footer__social-link{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:12px;font-weight:600;text-transform:uppercase;transition:all .3s ease;text-decoration:none}.footer__social-link:hover{background:#001f3f;color:#fff}.footer__section-title{font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:25px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:12px}.footer__link{color:#fff9;font-size:14px;transition:all .2s ease;display:inline-block;text-decoration:none}.footer__link:hover{color:#fff;transform:translate(5px)}.footer__contact-list{list-style:none;padding:0;margin:0}.footer__contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:18px}.footer__contact-icon{width:20px;height:20px;color:#fff;flex-shrink:0;margin-top:2px}.footer__contact-text{color:#fff9;font-size:14px;line-height:1.6}.footer__copyright{border-top:1px solid rgba(255,255,255,.1);padding:25px 0}.footer__copyright-text{text-align:center;color:#fff6;font-size:13px}.back-to-top{position:fixed;bottom:25px;right:95px;width:48px;height:48px;background:#001f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #001f3f66;z-index:999;transition:all .3s ease;border:none;cursor:pointer}.back-to-top:hover{transform:scale(1.1);background:#036}.back-to-top--visible{opacity:1;pointer-events:auto}.back-to-top--hidden{opacity:0;pointer-events:none}.back-to-top svg{width:20px;height:20px;color:#fff}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease-out}.loading-screen.fade-out{opacity:0;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center}.loading-logo{width:200px;height:auto;margin-bottom:30px;animation:pulse 2s infinite ease-in-out}.loading-spinner{width:40px;height:40px;border:3px solid rgba(0,31,63,.1);border-radius:50%;border-top-color:#001f3f;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}.homepage{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.section-title-wrapper-light{position:relative;display:inline-block;border:2px dashed #fff;padding:.5rem 1.5rem;font-weight:700;text-transform:capitalize;color:#fff}.section-title-wrapper-light .scissors-icon{background:#000;color:#fff}.section-title{font-size:1.8rem;margin-bottom:2rem;font-weight:700}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:8rem}.hero__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__video-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.hero__video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero__content{position:relative;z-index:10;text-align:center;color:#fff;padding:0 2rem;max-width:900px}.hero__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero__title-highlight{font-weight:800;color:#fff}.hero__subtitle{font-size:1.25rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero__cta{display:inline-block;padding:.8rem 2.2rem;background-color:#001f3f;color:#fff;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:background-color .3s}.hero__cta:hover{background-color:#036}@media(max-width:768px){.hero{flex-direction:column;padding-top:0;min-height:auto;background-color:#f5f5f0}.hero__video-container{position:relative;width:100%;height:auto;aspect-ratio:16 / 9;z-index:0}.hero__video-wrapper{width:100%;height:100%}.hero__video-iframe{width:100%!important;height:100%!important;transform:none!important;top:0!important;left:0!important;position:relative!important;object-fit:cover}.hero__overlay{display:block;background:linear-gradient(to bottom,#0009,#0000 30%);height:100px;bottom:auto}.hero__content{position:relative;width:100%;padding:3rem 1.5rem;color:#333;background-color:#f5f5f0}.hero__title{color:#000;font-size:2rem;margin-bottom:1rem}.hero__title-highlight{color:#001f3f}.hero__subtitle{color:#555;font-size:1.1rem;margin-bottom:2rem}}.solutions,.categories,.idea-reality,.why-us,.comparison,.stats,.testimonials,.process,.faq,.contact,.brand-style,.about-us-home,.navra-way{padding:5rem 0}.solutions__header,.categories__header,.why-us__header,.comparison__header,.stats__header,.testimonials__header,.process__header,.faq__header,.brand-style__header{text-align:center;margin-bottom:4rem}.solutions__title,.categories__title,.why-us__title,.comparison__title,.stats__title,.testimonials__title,.process__title,.faq__title,.brand-style__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.solutions__title:after,.categories__title:after,.why-us__title:after,.comparison__title:after,.stats__title:after,.testimonials__title:after,.process__title:after,.faq__title:after,.brand-style__title:after{content:none}.solutions__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.solution-card{background:#fff;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #eee;text-align:center}.solution-card__badge{display:inline-block;background:#f0f0f0;padding:.25rem .75rem;font-size:.8rem;margin-bottom:1rem;border-radius:4px}.solution-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.metric-item{margin-bottom:.75rem}.metric-item__header{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.25rem}.metric-item__bar{height:6px;background:#eee;border-radius:3px;overflow:hidden}.metric-item__fill{height:100%;background-color:#001f3f}.solution-card__cta{display:inline-block;margin-top:1.5rem;color:#001f3f;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s}.solution-card__cta:hover{border-bottom-color:#001f3f}.solution-card__details{text-align:left;margin-top:1.5rem;font-size:.9rem}.solution-card__detail-item{margin-bottom:.5rem}.solution-card__detail-label{font-weight:600;margin-right:.5rem}.categories__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width:600px){.categories__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.categories__grid{grid-template-columns:repeat(3,1fr)}}.category-card{position:relative;display:block;overflow:hidden;border-radius:8px;text-decoration:none;height:400px;box-shadow:0 4px 10px #0000001a}.category-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0000001a 60%,#0000);transition:background .3s ease}.category-card:hover .category-card__overlay{background:linear-gradient(to top,#000000e6,#0003 60%,#0000)}.category-card__content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;z-index:2;text-align:center}.category-card__title{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px}.idea-reality{background-color:#fff;padding:6rem 0}.idea-reality__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.idea-reality__content{text-align:left}.idea-reality__content .section-title-wrapper{margin-bottom:2rem;font-size:1.8rem;border-width:2px}.idea-reality__subtitle{margin-bottom:2.5rem;color:#555;line-height:1.8;font-size:1.1rem}.idea-reality__btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 2rem;background-color:#001f3f;color:#fff;font-weight:600;text-decoration:none;border-radius:50px;border:4px solid #001F3F;position:relative;box-shadow:0 4px 15px #001f3f4d;transition:all .3s ease}.idea-reality__btn:after{content:"";position:absolute;inset:4px;border:1px dashed #fff;border-radius:46px;pointer-events:none}.idea-reality__btn:hover{background-color:#036;border-color:#036;transform:translateY(-2px)}.idea-reality__visual{position:relative;width:100%;max-width:500px;margin:0 auto}.comparison-slider{position:relative;width:100%;padding-bottom:100%;overflow:hidden;border-radius:8px;box-shadow:0 10px 30px #0000001a}.comparison-slider__image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.comparison-slider__image img{display:block;width:100%;height:100%;object-fit:cover}.comparison-slider__image--before{z-index:2}.comparison-slider__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:10}.comparison-slider__handle{position:absolute;top:0;bottom:0;width:4px;background:#fff;z-index:5;transform:translate(-50%);pointer-events:none}.comparison-slider__handle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#001f3f;box-shadow:0 2px 6px #0003}.comparison-slider__label{position:absolute;top:20px;padding:5px 15px;background:#0009;color:#fff;font-size:.8rem;border-radius:20px;text-transform:uppercase;letter-spacing:1px;pointer-events:none}.comparison-slider__image--before .comparison-slider__label{left:20px}.comparison-slider__image--after .comparison-slider__label{right:20px}@media(max-width:768px){.idea-reality__container{grid-template-columns:1fr;gap:2rem}.idea-reality__content{text-align:center;order:1}.idea-reality__visual{order:2}}.about-us-home{background-color:#000;color:#fff;text-align:center}.about-us-home__container{max-width:900px;margin:0 auto;padding:0 2rem}.about-us-home__header{text-align:center;margin-bottom:3rem}.about-us-home__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block;color:#fff}.about-us-home__title:after{content:none}.about-us-home .section-title-wrapper{border-color:#fff;color:#fff}.about-us-home .scissors-icon{background-color:#000;color:#fff}.about-content{font-size:1.1rem;line-height:1.8;color:#ccc}.about-content p{margin-bottom:1.5rem}.about-content__highlight{font-weight:600;color:#fff}.navra-way{background-color:#f9f9f9;text-align:center;padding:3rem 0}.navra-way__container{max-width:1200px;margin:0 auto;padding:0 2rem}.navra-way .section-title{font-size:1.6rem;margin-bottom:2rem;font-weight:700;color:#333}.navra-way-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;text-align:center}.navra-way-item{background-color:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;align-items:center;gap:.5rem;justify-content:flex-start}.navra-way-icon{display:none}.navra-way-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.2rem;line-height:1.3}.navra-way-desc{font-size:.95rem;color:#666;line-height:1.4}.why-us{background-color:#000;color:#fff}.why-us .section-title-wrapper{border-color:#fff;color:#fff}.why-us .scissors-icon{background-color:#000;color:#fff}.comparison{background-color:#f9f9f9}.comparison__table{max-width:1000px;margin:0 auto;overflow-x:auto;background:#fff;padding:2rem}.comparison__table table{width:100%;border-collapse:separate;border-spacing:0}.comparison__table th,.comparison__table td{padding:1.5rem;text-align:center;border-bottom:1px solid #f0f0f0}.comparison__table th:nth-child(2),.comparison__table td:nth-child(2){background-color:#000;color:#fff;border-bottom:1px solid #333}.comparison__table th:nth-child(2){position:relative}.comparison__table th:nth-child(2):before{content:"";position:absolute;inset:10px 10px 0;border:1px dashed rgba(255,255,255,.3);border-bottom:none;pointer-events:none}.comparison__table td:nth-child(2){position:relative}.comparison__table td:nth-child(2):before{content:"";position:absolute;inset:0 10px;border-left:1px dashed rgba(255,255,255,.3);border-right:1px dashed rgba(255,255,255,.3);pointer-events:none}.comparison__table tr:last-child td:nth-child(2):before{border-bottom:1px dashed rgba(255,255,255,.3)}.comparison__table th:first-child,.comparison__table td:first-child{text-align:left;font-weight:600;width:40%}.comparison__table th{font-weight:800;text-transform:uppercase;letter-spacing:1px}.check-icon--yes{color:inherit;font-weight:700}.comparison__table td:nth-child(3) .check-icon--yes{color:#000}.comparison__table td:nth-child(2) .check-icon--yes{color:#fff}.check-icon--no{color:#ccc}.stats{background-color:#fff}.stats__container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.stats__subtitle{max-width:800px;margin:0 auto 3rem;color:#666}.stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item__number{font-size:1.8rem;font-weight:700;color:#001f3f;margin-bottom:.5rem}.stat-item__label{font-weight:600}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.testimonial-card{background:#fff;padding:2rem;box-shadow:0 4px 10px #0000000d}.testimonial-card__header{display:flex;align-items:center;margin-bottom:1rem}.testimonial-card__avatar{width:50px;height:50px;background-color:#eee;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem}.testimonial-card__name{font-weight:700}.testimonial-card__location{font-size:.85rem;color:#888}.testimonial-card__content{color:#555;line-height:1.6;font-style:italic;margin-bottom:1rem}.testimonial-card__read-more{color:#001f3f;font-weight:600;text-decoration:none}.process-card{background:#fff;padding:2rem 1.5rem;box-shadow:0 5px 15px #0000000d;position:relative;transition:all .3s ease}@media(max-width:768px){.brand-style__item{flex:0 0 50%;height:300px}}@media(max-width:480px){.brand-style__item{flex:0 0 100%;height:300px}.brand-style__item img{object-position:top center}}.brand-style{background-color:#fff;padding:4rem 0;overflow:hidden}.brand-style__container{max-width:100%;padding:0}.brand-style__header{text-align:center;margin-bottom:2rem;padding:0 2rem}.brand-style__title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#333}.brand-style__subtitle{color:#666;font-size:1rem}.brand-style__grid{display:flex;overflow-x:auto;gap:0;padding-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.brand-style__grid::-webkit-scrollbar{display:none}.brand-style__item{flex:0 0 20%;min-width:250px;height:350px;position:relative}.brand-style__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.brand-style__item:hover img{transform:scale(1.02)}@media(max-width:1024px){.brand-style__item{flex:0 0 33.333%}}@media(max-width:768px){.brand-style__item{flex:0 0 50%}}@media(max-width:480px){.brand-style__item{flex:0 0 100%}}.faq__container{max-width:900px;margin:0 auto;padding:0 2rem}.faq-item{border-bottom:1px dotted #ccc;margin-bottom:0}.faq-item summary{padding:1.5rem 0;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:space-between;list-style:none;transition:color .3s}.faq-item summary:hover{color:#555}.faq-item__question{display:flex;align-items:center;font-size:1.1rem}.faq-item__number{color:#001f3f;margin-right:1.5rem;font-weight:700;font-size:1.1rem}.faq-item__icon{width:20px;height:20px;color:#333;transform:rotate(0);transition:transform .3s ease}.faq-item[open] .faq-item__icon{transform:rotate(90deg)}.faq-item__answer{padding:0 0 1.5rem 3rem;color:#666;line-height:1.6;font-size:.95rem}.contact{padding:6rem 0;background-color:#000;color:#fff;position:relative;overflow:hidden}@media(max-width:900px){.contact{background-color:#fff;color:#333}.contact:before{display:none}.contact__info h2 span{color:#001f3f}.contact .section-title-wrapper-light{border-color:#333;color:#333}.contact .section-title-wrapper-light .scissors-icon{background:#fff;color:#333}.contact__form-wrapper{box-shadow:0 4px 20px #0000001a;border:1px solid #eee}}.contact:before{content:"";position:absolute;inset:0 0 0 50%;background:radial-gradient(circle at center,#32323280,#000 70%);pointer-events:none}.contact__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:900px){.contact__grid{grid-template-columns:1fr;gap:3rem}}.contact__info h2{font-size:1.6rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.contact__cta-btn{display:inline-block;padding:.7rem 1.8rem;border:1px dashed #fff;border-radius:50px;background:#001f3f;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.contact__cta-btn:hover{background:#036;transform:scale(1.05)}.contact__form-wrapper{background:#fff;padding:2.5rem;border-radius:4px;color:#333}.contact__form-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.contact__form-group label{color:#555}.contact__form-input,.contact__form-select,.contact__form-textarea{background:#f9f9f9;border:1px solid #eee}.contact__form-submit{background-color:#000;color:#fff}.contact__form-submit:hover{background-color:#333}.products-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333;padding-bottom:5rem}.products-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;text-align:center;margin-bottom:3rem;color:#fff;overflow:hidden}.products-hero__decorations{position:absolute;inset:0;opacity:.1;pointer-events:none}.products-hero__decoration{position:absolute;top:0;right:0;width:24rem;height:24rem;background-color:#001f3f;border-radius:50%;filter:blur(64px)}.products-hero__content{position:relative;z-index:10}.products-hero__badge{display:inline-block;padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:#001f3f;background-color:#c8a96a1a;border-radius:9999px;margin-bottom:1rem}.products-hero__title{font-size:1.8rem;font-weight:700;color:#fff;font-family:Playfair Display,serif;margin-bottom:1rem}@media(min-width:768px){.products-hero__title{font-size:2.5rem;font-weight:800}}.products-hero__subtitle{font-size:1.25rem;color:#d1d5db;max-width:42rem;margin:0 auto;line-height:1.6}.products-hero__cta{display:inline-block;margin-top:2rem;padding:.8rem 2.2rem;background-color:#001f3f;color:#fff;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:background-color .3s}.products-hero__cta:hover{background-color:#036;box-shadow:none;transform:none}.products-layout{display:grid;grid-template-columns:250px 1fr;gap:3rem}@media(max-width:768px){.products-layout{grid-template-columns:1fr}}.products-sidebar__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #001F3F;display:inline-block}.category-list{list-style:none;padding:0}@media(max-width:768px){.products-sidebar__title{display:none}.products-sidebar{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.products-sidebar::-webkit-scrollbar{display:none}.category-list{display:flex;gap:1rem;padding:0 .5rem}}.category-item{margin-bottom:.5rem}@media(max-width:768px){.category-item{margin-bottom:0;flex:0 0 auto}}.category-item__header{cursor:pointer;padding:.5rem 0;font-weight:600;display:flex;justify-content:space-between;align-items:center;transition:color .2s}@media(max-width:768px){.category-item__header{padding:.5rem 1rem;background:#f3f4f6;border-radius:20px;font-size:.9rem;color:#666}.category-item__header.active{background:#001f3f;color:#fff!important}}.category-item__header:hover,.category-item__header.active{color:#001f3f}@media(max-width:768px){.category-item__header.active{color:#fff!important}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}@media(max-width:768px){.products-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:0 auto}}.product-card{background:#fff;border:1px solid #eee;transition:all .3s ease}@media(max-width:640px){.product-card__details{padding:.75rem}}.product-card__price{font-weight:700;color:#001f3f;font-size:1.1rem}.product-detail-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333;padding-top:8rem;padding-bottom:5rem}.pd-breadcrumb{background-color:#f9fafb;padding:1rem 0;font-size:.9rem;color:#666;margin-bottom:2rem}.pd-breadcrumb span{margin:0 .5rem;color:#ccc}.pd-breadcrumb a{color:#666;text-decoration:none;transition:color .2s}.pd-breadcrumb a:hover{color:#001f3f}.pd-layout{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:992px){.pd-layout{grid-template-columns:1fr 1fr}}.pd-gallery{position:relative}@media(min-width:992px){.pd-gallery{position:sticky;top:2rem}}.pd-gallery__main{width:100%;aspect-ratio:1;background-color:#f5f5f5;border:1px solid #eee;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.pd-gallery__placeholder{color:#ccc;font-size:1.5rem;text-transform:uppercase}.pd-gallery__thumbs{display:flex;gap:1rem}.pd-gallery__thumb{width:80px;height:80px;background-color:#f5f5f5;border:1px solid #eee;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pd-gallery__thumb:hover,.pd-gallery__thumb.active{border-color:#001f3f}.pd-gallery__img{width:100%;height:100%;object-fit:contain}.pd-gallery__thumb-img{width:100%;height:100%;object-fit:cover}.pd-info__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.pd-info__price{font-size:1.5rem;font-weight:700;color:#001f3f;margin-bottom:1.5rem;display:block}.pd-info__desc{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:2rem}.pd-meta{margin-bottom:2rem}.pd-meta__item{margin-bottom:.5rem;font-size:.95rem}.pd-meta__label{font-weight:700;color:#333;margin-right:.5rem}.pd-customize-note{background-color:#f9f9f9;padding:1rem;border-left:3px solid #001F3F;margin-bottom:2rem;font-size:.9rem;color:#555}.pd-specs-table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.9rem}.pd-specs-table th,.pd-specs-table td{border:1px solid #eee;padding:.75rem;text-align:left}.pd-specs-table th{background-color:#f9f9f9;width:30%;color:#333}.pd-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.pd-quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px}.pd-quantity__btn{padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:1.2rem;color:#666}.pd-quantity__input{width:50px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:.5rem 0;font-weight:600}.pd-btn{padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-transform:uppercase;font-size:.9rem;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.pd-btn--primary{background-color:#001f3f;color:#fff;border:none}.pd-btn--primary:hover{background-color:#b09158}.pd-btn--outline{background-color:transparent;color:#333;border:1px solid #ddd}.pd-btn--outline:hover{border-color:#001f3f;color:#001f3f}.pd-meta-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.5rem}.pd-meta-footer .pd-meta__label{color:#999}.pd-tabs{margin-bottom:4rem}.pd-tabs__header{display:flex;gap:2rem;border-bottom:1px solid #eee;margin-bottom:2rem}.pd-tab-btn{background:none;border:none;padding:1rem 0;font-size:1.1rem;font-weight:600;color:#999;cursor:pointer;position:relative;transition:color .3s}.pd-tab-btn.active{color:#1a1a1a}.pd-tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#001f3f}.pd-tab-content,.pd-description-content{color:#666;line-height:1.8}.pd-description-content p{margin-bottom:1rem}.pd-description-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem}.pd-description-content li{margin-bottom:.5rem}.pd-related{margin-bottom:4rem}.pd-related__title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.related-products-scroll{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1.5rem;scrollbar-width:thin}.related-products-scroll::-webkit-scrollbar{height:8px}.related-products-scroll::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.related-products-scroll::-webkit-scrollbar-track{background-color:#f1f1f1}.product-card{min-width:250px;background:#fff;border:1px solid #eee;transition:all .3s ease;text-decoration:none;display:block}.product-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.product-card__image{width:100%;aspect-ratio:3/4;background:#f9f9f9;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eee;overflow:hidden;position:relative}.product-card__placeholder{width:100%;height:100%;position:relative}.product-card__placeholder img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__placeholder img{transform:scale(1.05)}.product-card__details{padding:1rem}.product-card__title{font-size:.95rem;font-weight:500;margin-bottom:.5rem;line-height:1.4;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pd-contact{background-color:#f9f9f9;padding:4rem 0}.contact-cta-section{padding:100px 0;background-color:#fff;color:#000;border-top:1px solid #f0f0f0;position:relative;overflow:hidden}.contact-cta-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.contact-cta-title{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;color:#000;line-height:1.2;letter-spacing:-.02em}.contact-cta-subtitle{font-size:1.25rem;color:#555;margin-bottom:3rem;max-width:600px;line-height:1.6}.contact-cta-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:.7rem 1.8rem;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:4px;transition:all .3s ease;text-decoration:none;border:1px solid #000}.contact-cta-btn:hover{background-color:transparent;color:#000;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.contact-cta-decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:1;opacity:.03;background-image:radial-gradient(circle at center,#000 1px,transparent 1px);background-size:40px 40px}.solutions-hero{position:relative;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.solutions-hero__decorations{position:absolute;inset:0;opacity:.2}.solutions-hero__decoration--left{position:absolute;top:0;left:25%;width:24rem;height:24rem;background-color:#001f3f;border-radius:50%;filter:blur(64px)}.solutions-hero__decoration--right{position:absolute;bottom:0;right:25%;width:20rem;height:20rem;background-color:#001f3f;border-radius:50%;filter:blur(64px)}.solutions-hero__content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.solutions-hero__badge{display:inline-block;padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#ffffff1a;border-radius:9999px;margin-bottom:1rem}.solutions-hero__title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.solutions-hero__title{font-size:2.5rem}}.solutions-hero__title-highlight{color:#fff}.solutions-hero__subtitle{font-size:1.25rem;color:#d1d5db;line-height:1.75}.solutions-grid{padding:6rem 0}.solutions-grid__list{display:flex;flex-direction:column;gap:2rem}.solution-card-full{background-color:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .5s ease}.solution-card-full:hover{box-shadow:0 25px 50px -12px #00000026}.solution-card-full__inner{display:flex;flex-direction:column}@media(min-width:1024px){.solution-card-full__inner{flex-direction:row}.solution-card-full__inner--reverse{flex-direction:row-reverse}}.solution-card-full__content{flex:1;padding:2rem}@media(min-width:768px){.solution-card-full__content{padding:3rem}}.solution-card-full__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.solution-card-full__icon{width:4rem;height:4rem;border-radius:1rem;background:linear-gradient(135deg,#001f3f,#036);display:flex;align-items:center;justify-content:center;color:#fff}.solution-card-full__icon svg{width:2rem;height:2rem}.solution-card-full__subtitle{font-size:.875rem;color:#001f3f;font-weight:500}.solution-card-full__title{font-size:1.5rem;font-weight:700;color:#111827;font-family:Playfair Display,serif}@media(min-width:768px){.solution-card-full__title{font-size:1.875rem}}.solution-card-full__description{color:#6b7280;font-size:1.125rem;margin-bottom:2rem;line-height:1.75}.solution-card-full__features{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.solution-card-full__features{grid-template-columns:repeat(2,1fr)}}.solution-card-full__feature-title{font-weight:600;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.solution-card-full__feature-dot{width:.5rem;height:.5rem;border-radius:50%}.solution-card-full__feature-dot--gold,.solution-card-full__feature-dot--amber{background-color:#001f3f}.solution-card-full__feature-list{list-style:none;padding:0;margin:0}.solution-card-full__feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.solution-card-full__feature-item svg{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0}.solution-card-full__feature-item svg.text-gold{color:#001f3f}.solution-card-full__feature-item svg.text-amber{color:#001f3f}.solution-card-full__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#001f3f,#036);color:#fff;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s ease}.solution-card-full__cta:hover{box-shadow:0 10px 25px #001f3f4d}.solution-card-full__cta svg{width:1.25rem;height:1.25rem}.solution-card-full__visual{display:flex;align-items:center;justify-content:center;padding:3rem}@media(min-width:1024px){.solution-card-full__visual{width:24rem}}.solution-card-full__visual-inner{text-align:center}.solution-card-full__visual-number{width:8rem;height:8rem;margin:0 auto 1.5rem;background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;justify-content:center}.solution-card-full__visual-number span{font-size:3.75rem;font-weight:700;color:#001f3f;font-family:Playfair Display,serif}.solution-card-full__visual-label{font-size:.875rem;color:#6b7280}.solutions-process{padding:6rem 0;background-color:#000;color:#fff}.solutions-process__header{text-align:center;margin-bottom:4rem}.solutions-process__badge{display:inline-block;padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#ffffff1a;border-radius:9999px;margin-bottom:1rem}.solutions-process__title{font-size:2.25rem;font-weight:700;color:#fff;font-family:Playfair Display,serif}@media(min-width:768px){.solutions-process__title{font-size:1.6rem}}.solutions-process__steps{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:1024px){.solutions-process__steps{flex-direction:row}}.process-step-item{display:flex;align-items:center}.process-step-item__content{text-align:center}.process-step-item__number{width:5rem;height:5rem;margin:0 auto 1rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #ffffff1a}.process-step-item__number span{font-size:1.5rem;font-weight:700;color:#000}.process-step-item__title{font-weight:700;color:#111827;margin-bottom:.25rem}.process-step-item__description{font-size:.875rem;color:#6b7280;max-width:140px}.process-step-item__connector{display:none;width:4rem;height:.125rem;background:#fff;margin:0 .5rem}@media(min-width:1024px){.process-step-item__connector{display:block}}.solutions-cta{padding:6rem 0;background:linear-gradient(135deg,#001f3f,#036)}.solutions-cta__content{text-align:center;max-width:48rem;margin:0 auto}.solutions-cta__title{font-size:2.25rem;font-weight:700;color:#fff;font-family:Playfair Display,serif;margin-bottom:1.5rem}@media(min-width:768px){.solutions-cta__title{font-size:1.6rem}}.solutions-cta__subtitle{color:#ffffffe6;font-size:1.25rem;margin-bottom:2.5rem}.solutions-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.8rem;background-color:#fff;color:#001f3f;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s ease}.solutions-cta__btn:hover{box-shadow:0 20px 40px #0003}.solutions-cta__btn svg{width:1.25rem;height:1.25rem}.services-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.services-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.services-hero__overlay{position:absolute;inset:0}.services-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.services-hero__subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;color:#fffc}.services-hero__title{font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.services-hero__highlight{font-weight:800;color:#fff}.services-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.services-hero__actions{display:flex;justify-content:center;gap:1rem}.services-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px;text-decoration:none}.services-hero__btn--primary{background-color:#001f3f;color:#fff;border:2px solid #001F3F}.services-hero__btn--primary:hover{background-color:#036;border-color:#036}.services-section{padding:5rem 0}.services-section--alt{background-color:#000;color:#fff}.services-section--alt .services-section__title{color:#fff}.services-section--alt .services-section__title:after{background-color:#fff}.services-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.services-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.business-type-wrapper{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;margin-top:2rem}@media(min-width:640px){.business-type-wrapper{flex-direction:row}}.business-type-btn{display:inline-flex;align-items:center;padding:12px 24px;border:1px solid #e5e5e5;background:#fff;border-radius:50px;font-weight:600;color:#333;transition:all .3s ease;cursor:pointer;font-size:1rem}.business-type-btn:hover{border-color:#001f3f;box-shadow:0 4px 12px #c8a96a26;color:#001f3f}.business-type-dot{width:1rem;height:1rem;border-radius:50%;border:2px solid #001F3F;margin-right:.75rem;display:inline-block}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 1rem}.service-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;text-align:center;transition:all .3s ease;border:1px solid #eee;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;min-height:250px}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#000;background-color:#000;color:#fff}.service-card__icon{margin-bottom:1.5rem;transition:transform .3s ease;color:#001f3f;display:flex;justify-content:center;align-items:center}.service-card:hover .service-card__icon{transform:scale(1.1);color:#fff}.service-card__title{font-size:1.25rem;font-weight:700;color:#1f2937;transition:color .3s ease}.service-card:hover .service-card__title{color:#fff}.contact{padding:80px 0;background:linear-gradient(135deg,#1a1a2e,#16213e)}.contact__info h2{font-size:36px;font-weight:600;color:#fff;font-family:Playfair Display,serif;margin-bottom:20px}.contact__info h2 span{color:#e8b923}.contact__info p{font-size:16px;color:#ffffffb3;margin-bottom:35px;line-height:1.7}.contact__detail-icon{width:48px;height:48px;background:#e8b92326;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact__detail-icon svg{width:22px;height:22px;color:#e8b923}.contact__detail-text{color:#fff;font-size:16px}.contact__form-wrapper{background:#fff;border-radius:20px;padding:40px}.contact__form-input:focus,.contact__form-select:focus,.contact__form-textarea:focus{outline:none;border-color:#e8b923;box-shadow:0 0 0 3px #e8b92326}.contact__form-submit{width:100%;padding:12px 24px;background:linear-gradient(135deg,#e8b923,#d4a520);color:#000;font-weight:600;font-size:16px;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.contact__form-submit:hover{background:linear-gradient(135deg,#f5d547,#e8b923);box-shadow:0 10px 30px #e8b92366}@media(max-width:768px){.services-hero__title{font-size:1.8rem}.services-section{padding:3rem 0}.services-section__title{font-size:1.5rem}}.fabrics-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.fabrics-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;overflow:hidden}.fabrics-hero__decorations{position:absolute;inset:0;overflow:hidden}.fabrics-hero__decoration{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(200,169,106,.15) 0%,transparent 70%);border-radius:50%}.fabrics-hero__content{position:relative;z-index:10;text-align:center}.fabrics-hero__badge{display:inline-block;padding:.5rem 1rem;background:#c8a96a33;border:1px solid rgba(200,169,106,.5);border-radius:20px;color:#001f3f;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}.fabrics-hero__title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fabrics-hero__subtitle{font-size:1.25rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.fabrics-hero__cta{display:inline-block;margin-top:2rem;background:#001f3f;color:#fff;padding:.7rem 1.8rem;border-radius:50px;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.fabrics-hero__cta:hover{background:#036;transform:translateY(-2px);box-shadow:0 10px 20px #c8a96a4d}.fabrics-content{padding:6rem 0;background:#f9fafb}.fabrics-header{text-align:center;margin-bottom:4rem}.fabrics-header__title{font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:1rem}.fabrics-header__line{width:60px;height:4px;background:#001f3f;margin:0 auto;border-radius:2px}.fabrics-grid{display:flex;flex-wrap:wrap;gap:0;justify-content:center}.fabric-card{width:33.333%;height:300px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;cursor:pointer}@media(max-width:1024px){.fabric-card{width:50%}}@media(max-width:640px){.fabric-card{width:100%}}.fabric-card__overlay{position:absolute;inset:0;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;transition:all .3s ease}.fabric-card:hover .fabric-card__overlay{background:#c8a96ae6}.fabric-card__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-transform:uppercase;transform:translateY(20px);transition:all .3s ease}.fabric-card__desc{font-size:1rem;color:#fff;opacity:0;transform:translateY(20px);transition:all .3s ease;line-height:1.5}.fabric-card:hover .fabric-card__title{transform:translateY(-10px)}.fabric-card:hover .fabric-card__desc{opacity:1;transform:translateY(0)}.fabrics-cta-section{padding:6rem 0;background:#fff}.fabrics-cta-box{background:linear-gradient(135deg,#111827,#1f2937);border-radius:20px;padding:4rem 2rem;text-align:center;color:#fff;box-shadow:0 20px 40px #0000001a}.fabrics-cta-box h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.fabrics-cta-box p{font-size:1.25rem;color:#9ca3af;margin-bottom:2.5rem}.fabrics-cta-btn{display:inline-block;background:#001f3f;color:#fff;padding:.8rem 2.2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.fabrics-cta-btn:hover{background:#036;transform:translateY(-2px);box-shadow:0 10px 20px #c8a96a4d}.technology-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.technology-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;overflow:hidden}.technology-hero__decorations{position:absolute;inset:0;overflow:hidden}.technology-hero__decoration{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(200,169,106,.15) 0%,transparent 70%);border-radius:50%}.technology-hero__content{position:relative;z-index:10;text-align:center}.technology-hero__badge{display:inline-block;padding:.5rem 1rem;background:#c8a96a33;border:1px solid rgba(200,169,106,.5);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}.technology-hero__title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.technology-hero__subtitle{font-size:1.25rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.technology-hero__cta{display:inline-block;margin-top:2rem;background:#001f3f;color:#fff;padding:.7rem 1.8rem;border-radius:50px;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.technology-hero__cta:hover{background:#036;transform:translateY(-2px);box-shadow:0 10px 20px #c8a96a4d}.technology-content{padding:5rem 0}.technology-header{text-align:center;margin-bottom:4rem}.technology-header__title{font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:1rem}.technology-header__line{height:4px;width:60px;background-color:#c8a96a;margin:0 auto}.technology-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.technology-card{text-align:center;transition:transform .3s ease}.technology-card:hover{transform:translateY(-5px)}.technology-card__image-wrapper{position:relative;height:300px;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;background-color:#f3f4f6}.technology-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.technology-card:hover .technology-card__image{transform:scale(1.05)}.technology-card__title{font-size:1.25rem;font-weight:700;color:#111827}.technology-cta-section{padding:6rem 0;background:#fff}.technology-cta-box{background:linear-gradient(135deg,#111827,#1f2937);border-radius:20px;padding:4rem 2rem;text-align:center;color:#fff;box-shadow:0 20px 40px #0000001a}.technology-cta-box h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.technology-cta-box p{font-size:1.25rem;color:#9ca3af;margin-bottom:2.5rem}.technology-cta-btn{display:inline-block;background:#001f3f;color:#fff;padding:.8rem 2.2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.technology-cta-btn:hover{background:#036;transform:translateY(-2px);box-shadow:0 10px 20px #c8a96a4d}@media(max-width:768px){.technology-hero__title{font-size:1.8rem}.technology-cta-box{padding:3rem 1.5rem}.technology-cta-box h2{font-size:1.5rem}}.cut-and-sew-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.cs-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.cs-hero__overlay{position:absolute;inset:0}.cs-hero__content{position:relative;z-index:10;max-width:900px;padding:0 2rem}.cs-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.cs-hero__desc{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.cs-hero__btn{display:inline-block;padding:.8rem 2.2rem;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:all .3s}.cs-hero__btn--primary{background-color:#001f3f;color:#fff}.cs-hero__btn--primary:hover{background-color:#036}.cs-section{padding:5rem 0}.cs-section--alt{background-color:#000;color:#fff}.cs-section--alt .cs-section__title{color:#fff}.cs-section--alt .cs-section__title:after{background-color:#fff}.cs-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.cs-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.cs-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s}.cs-tab:hover,.cs-tab.active{color:#001f3f;border-bottom-color:#001f3f}.cs-tabs--dark .cs-tab{color:#aaa}.cs-tabs--dark .cs-tab:hover,.cs-tabs--dark .cs-tab.active{color:#001f3f}.cs-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.cs-product-card{text-align:center}.cs-product-card__image{background:#f9f9f9;height:380px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.cs-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cs-product-card:hover .cs-product-card__image img{transform:scale(1.05)}.cs-product-card__placeholder{width:100%;height:100%;background:#eee}.cs-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.cs-product-card__price{color:#001f3f;font-weight:700}.cs-feature-image-wrapper{height:400px;background:#eee}.cs-feature-list li{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.cs-display-box{height:400px;background:#222;display:flex;align-items:center;justify-content:center;border:1px solid #333}.cs-display-box--light{background:#f9f9f9;border:1px solid #eee}.cs-display-content{text-align:center}.cs-accordion-item{border-bottom:1px solid #eee;margin-bottom:1rem}.cs-accordion-header{display:flex;align-items:center;padding:1rem 0;cursor:pointer}.cs-accordion-num{font-weight:700;color:#001f3f;margin-right:1rem;font-size:1.2rem}.cs-accordion-title{font-weight:700;font-size:1.1rem;flex-grow:1}.cs-accordion-icon{font-weight:700;font-size:1.5rem}.cs-accordion-content{padding-bottom:1.5rem;padding-left:2.5rem;color:#666;line-height:1.6}.cs-why-image{background:#eee;height:100%;min-height:400px}#why-choose-us .cs-section__title{color:#fff}.cs-toc{background:#fff;padding:2rem;border:1px solid #eee;border-left:4px solid #001F3F;margin-bottom:2rem}.cs-toc h4{font-weight:700;margin-bottom:1rem}.cs-toc ul{list-style:none;padding:0}.cs-toc li{margin-bottom:.5rem;color:#666;cursor:pointer;transition:color .2s}.cs-toc li:hover{color:#001f3f}.cs-cta-section{padding:5rem 0;background:#001f3f;color:#fff}.technology-section.black{background-color:#000;color:#fff;padding:80px 0;overflow:hidden}.technology-section .section-headline{font-size:40px;font-weight:700;text-align:center;margin-bottom:20px;position:relative;display:inline-block;left:50%;transform:translate(-50%);border:2px dashed #fff;padding:10px 40px;font-family:Playfair Display,serif;color:#fff}.technology-section .section-headline i{position:absolute;top:-12px;right:40px;width:24px;height:24px;background:#000 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='18' r='3'%3E%3C/circle%3E%3Cline x1='20' y1='4' x2='8.12' y2='15.88'%3E%3C/line%3E%3Cline x1='14.47' y1='14.48' x2='20' y2='20'%3E%3C/line%3E%3Cline x1='8.12' y1='8.12' x2='12' y2='12'%3E%3C/line%3E%3C/svg%3E") no-repeat center;padding:0 5px}.technology-section .description{display:block;text-align:center;color:#ccc;margin-bottom:60px;font-size:16px}.technology-section .wrapper{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:50px;padding:0 20px}.technology-pagination-wrap{width:250px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start}.technology-black h3{font-size:24px;color:#666;margin-bottom:25px;cursor:pointer;transition:all .3s ease;font-weight:600;position:relative;padding-left:0}.technology-black h3.active{color:#fff;font-size:28px;padding-left:0;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}.technology-black h3:hover{color:#fff}.technology-display-area{flex-grow:1;max-width:600px;height:500px;display:flex;align-items:center;justify-content:center}.technology-image-container{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #ffffff1a}.technology-image-container img{width:100%;height:100%;object-fit:cover;display:block}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.technology-section .wrapper{flex-direction:column}.technology-pagination-wrap{width:100%;margin-bottom:30px;align-items:center}.technology-black{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.technology-black h3{margin-bottom:0;font-size:18px}.technology-black h3.active{font-size:20px}.technology-display-area{height:400px;width:100%}}.our-teams-section{padding:80px 0;background-color:#fff;color:#333}.our-teams-section .wrapper{max-width:1400px;margin:0 auto;padding:0 20px}.our-teams-section .section-headline{font-size:40px;font-weight:700;text-align:center;margin-bottom:60px;position:relative;display:inline-block;left:50%;transform:translate(-50%);border:2px dashed #000;padding:10px 40px;font-family:Playfair Display,serif;color:#000}.our-teams-section .section-headline i{position:absolute;top:-12px;right:40px;width:24px;height:24px;background:#fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='18' r='3'%3E%3C/circle%3E%3Cline x1='20' y1='4' x2='8.12' y2='15.88'%3E%3C/line%3E%3Cline x1='14.47' y1='14.48' x2='20' y2='20'%3E%3C/line%3E%3Cline x1='8.12' y1='8.12' x2='12' y2='12'%3E%3C/line%3E%3C/svg%3E") no-repeat center;padding:0 5px}.print-options-container{display:flex;gap:60px;align-items:flex-start;justify-content:center;max-width:1200px;margin:0 auto}.print-options-list{width:300px;flex-shrink:0}.print-options-scroll{max-height:600px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:#ddd transparent}.print-options-scroll::-webkit-scrollbar{width:4px}.print-options-scroll::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.print-option-item{font-size:18px;color:#999;margin-bottom:20px;cursor:pointer;transition:all .3s ease;font-weight:600;padding:10px 0;border-bottom:1px solid transparent}.print-option-item:last-child{margin-bottom:0}.print-option-item:hover{color:#000}.print-option-item.active{color:#000;font-size:24px;font-weight:700;padding-left:10px;border-left:3px solid #000}.print-options-display{flex-grow:1;max-width:700px;height:500px;display:flex;align-items:center;justify-content:center}.print-image-container{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 15px 35px #0000001a;background-color:#f5f5f5}.print-image-container img{width:100%;height:100%;object-fit:cover;display:block}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.print-options-container{gap:30px}}@media(max-width:768px){.print-options-container{flex-direction:column;align-items:center}.print-options-list{width:100%;margin-bottom:30px}.print-options-scroll{display:flex;flex-wrap:wrap;gap:15px;max-height:none;overflow-y:visible;justify-content:center}.print-option-item{font-size:16px;margin-bottom:0;padding:8px 15px;background:#f5f5f5;border-radius:20px;border:none}.print-option-item.active{font-size:16px;background:#000;color:#fff;padding-left:15px;border-left:none}.print-options-display{width:100%;height:350px}}.logo-customize-page{padding-top:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.lc-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.lc-hero__overlay{position:absolute;inset:0}.lc-hero__content{position:relative;z-index:10;max-width:900px;padding:0 2rem}.lc-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.lc-hero__desc{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.lc-hero__btn{display:inline-block;padding:.8rem 2.2rem;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:all .3s}.lc-hero__btn--primary{background-color:#001f3f;color:#fff}.lc-hero__btn--primary:hover{background-color:#036}.lc-section{padding:5rem 0}.lc-section--alt{background-color:#000;color:#fff}.lc-section--alt .lc-section__title{color:#fff}.lc-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.lc-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.lc-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s}.lc-tab:hover,.lc-tab.active{color:#001f3f;border-bottom-color:#001f3f}.lc-tabs--dark .lc-tab{color:#aaa}.lc-tabs--dark .lc-tab:hover,.lc-tabs--dark .lc-tab.active{color:#001f3f}.lc-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.lc-product-card{text-align:center}.lc-product-card__image{background:#f9f9f9;height:380px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.lc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lc-product-card:hover .lc-product-card__image img{transform:scale(1.05)}.lc-product-card__placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center}.lc-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.lc-product-card__price{color:#001f3f;font-weight:700}.lc-feature-image-wrapper{height:400px;background:#eee}.lc-feature-list li{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.lc-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.lc-feature-card{background:#fff;padding:2rem;border-radius:4px;text-align:center;box-shadow:0 4px 6px #0000000d}.lc-feature-card__icon{width:4rem;height:4rem;background:#c8a96a1a;color:#001f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.lc-feature-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.lc-feature-card__desc{color:#666;line-height:1.6}.lc-display-box{height:400px;background:#222;display:flex;align-items:center;justify-content:center;border:1px solid #333}.lc-display-box--light{background:#f9f9f9;border:1px solid #eee}.lc-display-content{text-align:center}.lc-accordion-item{border-bottom:1px solid #eee;margin-bottom:1rem}.lc-accordion-header{display:flex;align-items:center;padding:1rem 0;cursor:pointer}.lc-accordion-num{font-weight:700;color:#001f3f;margin-right:1rem;font-size:1.2rem}.lc-accordion-title{font-weight:700;font-size:1.1rem;flex-grow:1}.lc-accordion-icon{font-weight:700;font-size:1.5rem}.lc-accordion-content{padding-bottom:1.5rem;padding-left:2.5rem;color:#666;line-height:1.6}.lc-why-image{background:#eee;height:100%;min-height:400px}#why-choose-us .lc-section__title{color:#fff}.lc-toc{background:#fff;padding:2rem;border:1px solid #eee;border-left:4px solid #001F3F;margin-bottom:2rem}.lc-toc h4{font-weight:700;margin-bottom:1rem}.lc-toc ul{list-style:none;padding:0}.lc-toc li{margin-bottom:.5rem;color:#666;cursor:pointer;transition:color .2s}.lc-toc li:hover{color:#001f3f}.lc-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.lc-tip-card{background:#f9f9f9;padding:2rem;border-radius:4px;border:1px solid #eee}.lc-tip-card__num{font-size:1.5rem;font-weight:900;color:#c8a96a4d;display:block;margin-bottom:.5rem}.lc-tip-card__title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.lc-tip-card__text{font-size:.9rem;color:#666}.lc-video-placeholder{background:#000;height:300px;display:flex;align-items:center;justify-content:center;color:#fff}.lc-review-card{background:#fff;padding:1.5rem;border:1px solid #eee;box-shadow:0 2px 4px #0000000d}.lc-btn-outline{display:inline-block;padding:.75rem 2rem;border:2px solid #001F3F;color:#001f3f;font-weight:600;border-radius:0;text-decoration:none;transition:all .3s ease}.lc-btn-outline:hover{background:#001f3f;color:#fff}.lc-cta-section{padding:5rem 0;background:#001f3f;color:#fff}.blank-wholesale-page{padding-top:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.bw-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.bw-hero__overlay{position:absolute;inset:0}.bw-hero__content{position:relative;z-index:10;max-width:900px;padding:0 2rem}.bw-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.bw-hero__desc{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.bw-hero__btn{display:inline-block;padding:.8rem 2.2rem;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:all .3s}.bw-hero__btn--primary{background-color:#001f3f;color:#fff}.bw-hero__btn--primary:hover{background-color:#036}.bw-section{padding:5rem 0}.bw-section--alt{background-color:#000;color:#fff}.bw-section--alt .bw-section__title{color:#fff}.bw-section--alt .bw-section__title:after{background-color:#fff}.bw-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.bw-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.bw-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s}.bw-tab:hover,.bw-tab.active{color:#001f3f;border-bottom-color:#001f3f}.bw-tabs--dark .bw-tab{color:#aaa}.bw-tabs--dark .bw-tab:hover,.bw-tabs--dark .bw-tab.active{color:#001f3f}.bw-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.bw-product-card{text-align:center}.bw-product-card__image{background:#f9f9f9;height:380px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.bw-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bw-product-card:hover .bw-product-card__image img{transform:scale(1.05)}.bw-product-card__placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center}.bw-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.bw-product-card__price{color:#001f3f;font-weight:700}.bw-feature-image-wrapper{height:400px;background:#eee}.bw-feature-list li{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.bw-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.bw-feature-card{background:#fff;padding:2rem;border-radius:4px;text-align:center;box-shadow:0 4px 6px #0000000d}.bw-feature-card__icon{width:4rem;height:4rem;background:#c8a96a1a;color:#001f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.bw-feature-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.bw-feature-card__desc{color:#666;line-height:1.6}.bw-display-box{height:400px;background:#222;display:flex;align-items:center;justify-content:center;border:1px solid #333}.bw-display-box--light{background:#f9f9f9;border:1px solid #eee}.bw-display-content{text-align:center}#why-choose-us{background-color:#000;color:#fff}#why-choose-us .section-title-wrapper{border:2px dashed #fff;padding:.5rem 1.5rem;font-weight:700;text-transform:capitalize;display:inline-block;position:relative}#why-choose-us .scissors-icon{position:absolute;top:-14px;right:-10px;width:24px;height:24px;background:#000;color:#fff;transform:rotate(-45deg);padding:0 4px}.why-us__header{text-align:center;margin-bottom:4rem}.why-us__content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;align-items:flex-start}.why-us__list{display:flex;flex-direction:column}.why-us__item{border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 0;cursor:pointer;transition:all .3s ease}.why-us__item.active{padding-bottom:2rem}.why-us__item-header{display:flex;align-items:center;justify-content:space-between}.why-us__item-number{font-size:1.2rem;font-weight:700;color:#001f3f;margin-right:1.5rem}.why-us__item.active .why-us__item-number{color:#036}.why-us__item-title{font-size:1.2rem;font-weight:600;flex-grow:1;text-transform:uppercase;letter-spacing:1px;color:#fff}.why-us__item-arrow{font-size:1.5rem;color:#fff;transform:rotate(45deg)}.why-us__item-description{margin-top:1rem;color:#aaa;line-height:1.6;font-size:.95rem;padding-left:3rem}.why-us__image{height:100%;min-height:500px}.why-us__image img{width:100%;height:100%;object-fit:cover;border-radius:4px}@media(max-width:768px){.why-us__content-wrapper{grid-template-columns:1fr}.why-us__image{display:none}}.bw-accordion-item{border-bottom:1px solid #eee;margin-bottom:1rem}.bw-accordion-header{display:flex;align-items:center;padding:1rem 0;cursor:pointer}.bw-accordion-num{font-weight:700;color:#001f3f;margin-right:1rem;font-size:1.2rem}.bw-accordion-title{font-weight:700;font-size:1.1rem;flex-grow:1}.bw-accordion-icon{font-weight:700;font-size:1.5rem}.bw-accordion-content{padding-bottom:1.5rem;padding-left:2.5rem;color:#666;line-height:1.6}.bw-why-image{background:#eee;height:100%;min-height:400px}#why-choose-us .bw-section__title{color:#fff}.bw-toc{background:#fff;padding:2rem;border:1px solid #eee;border-left:4px solid #001F3F;margin-bottom:2rem}.bw-toc h4{font-weight:700;margin-bottom:1rem}.bw-toc ul{list-style:none;padding:0}.bw-toc li{margin-bottom:.5rem;color:#666;cursor:pointer;transition:color .2s}.bw-toc li:hover{color:#001f3f}.bw-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.bw-tip-card{background:#f9f9f9;padding:2rem;border-radius:4px;border:1px solid #eee}.bw-tip-card__num{font-size:1.5rem;font-weight:900;color:#c8a96a4d;display:block;margin-bottom:.5rem}.bw-tip-card__title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.bw-tip-card__text{font-size:.9rem;color:#666}.bw-video-placeholder{background:#000;height:300px;display:flex;align-items:center;justify-content:center;color:#fff}.bw-review-card{background:#fff;padding:1.5rem;border:1px solid #eee;box-shadow:0 2px 4px #0000000d}.bw-btn-outline{display:inline-block;padding:.75rem 2rem;border:2px solid #001F3F;color:#001f3f;font-weight:600;border-radius:0;text-decoration:none;transition:all .3s ease}.bw-btn-outline:hover{background:#001f3f;color:#fff}.bw-cta-section{padding:5rem 0;background:#001f3f;color:#fff}.private-label-page{padding-top:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.pl-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.pl-hero__overlay{position:absolute;inset:0}.pl-hero__content{position:relative;z-index:10;max-width:900px;padding:0 2rem}.pl-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.pl-hero__desc{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.pl-hero__btn{display:inline-block;padding:.8rem 2.2rem;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:all .3s}.pl-hero__btn--primary{background-color:#001f3f;color:#fff}.pl-hero__btn--primary:hover{background-color:#036}.pl-section{padding:5rem 0}.pl-section--alt{background-color:#000;color:#fff}.pl-section--alt .pl-section__title{color:#fff}.pl-section--alt .pl-section__title:after{background-color:#fff}.pl-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.pl-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.pl-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s}.pl-tab:hover,.pl-tab.active{color:#001f3f;border-bottom-color:#001f3f}.pl-tabs--dark .pl-tab{color:#aaa}.pl-tabs--dark .pl-tab:hover,.pl-tabs--dark .pl-tab.active{color:#001f3f}.pl-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.pl-product-card{text-align:center}.pl-product-card__image{background:#f9f9f9;height:380px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.pl-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pl-product-card:hover .pl-product-card__image img{transform:scale(1.05)}.pl-product-card__placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center}.pl-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.pl-product-card__price{color:#001f3f;font-weight:700}.pl-feature-image-wrapper{height:400px;background:#eee}.pl-feature-list li{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.pl-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pl-feature-card{background:#fff;padding:2rem;border-radius:4px;text-align:center;box-shadow:0 4px 6px #0000000d}.pl-feature-card__icon{width:4rem;height:4rem;background:#c8a96a1a;color:#001f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pl-feature-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.pl-feature-card__desc{color:#666;line-height:1.6}.pl-display-box{height:400px;background:#222;display:flex;align-items:center;justify-content:center;border:1px solid #333}.pl-display-box--light{background:#f9f9f9;border:1px solid #eee}.pl-display-content{text-align:center}.pl-accordion-item{border-bottom:1px solid #eee;margin-bottom:1rem}.pl-accordion-header{display:flex;align-items:center;padding:1rem 0;cursor:pointer}.pl-accordion-num{font-weight:700;color:#001f3f;margin-right:1rem;font-size:1.2rem}.pl-accordion-title{font-weight:700;font-size:1.1rem;flex-grow:1}.pl-accordion-icon{font-weight:700;font-size:1.5rem}.pl-accordion-content{padding-bottom:1.5rem;padding-left:2.5rem;color:#666;line-height:1.6}.pl-why-image{background:#eee;height:100%;min-height:400px}#why-choose-us .pl-section__title{color:#fff}.pl-toc{background:#fff;padding:2rem;border:1px solid #eee;border-left:4px solid #001F3F;margin-bottom:2rem}.pl-toc h4{font-weight:700;margin-bottom:1rem}.pl-toc ul{list-style:none;padding:0}.pl-toc li{margin-bottom:.5rem;color:#666;cursor:pointer;transition:color .2s}.pl-toc li:hover{color:#001f3f}.pl-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.pl-tip-card{background:#f9f9f9;padding:2rem;border-radius:4px;border:1px solid #eee}.pl-tip-card__num{font-size:1.5rem;font-weight:900;color:#c8a96a4d;display:block;margin-bottom:.5rem}.pl-tip-card__title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.pl-tip-card__text{font-size:.9rem;color:#666}.pl-video-placeholder{background:#000;height:300px;display:flex;align-items:center;justify-content:center;color:#fff}.pl-review-card{background:#fff;padding:1.5rem;border:1px solid #eee;box-shadow:0 2px 4px #0000000d}.pl-btn-outline{display:inline-block;padding:.75rem 2rem;border:2px solid #001F3F;color:#001f3f;font-weight:600;border-radius:0;text-decoration:none;transition:all .3s ease}.pl-btn-outline:hover{background:#001f3f;color:#fff}.pl-cta-section{padding:5rem 0;background:#001f3f;color:#fff}.startups-page{padding-top:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.startups-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.startups-hero__overlay{position:absolute;inset:0}.startups-hero__content{position:relative;z-index:10;max-width:900px;padding:0 2rem}.startups-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.startups-hero__desc{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#ffffffe6}.startups-hero__btn{display:inline-block;padding:.8rem 2.2rem;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:all .3s}.startups-hero__btn--primary{background-color:#001f3f;color:#fff}.startups-hero__btn--primary:hover{background-color:#036}.startups-section{padding:5rem 0}.startups-section--alt{background-color:#000;color:#fff}.startups-section--alt .startups-section__title{color:#fff}.startups-section--alt .startups-section__title:after{background-color:#fff}.startups-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.startups-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.startups-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s}.startups-tab:hover,.startups-tab.active{color:#001f3f;border-bottom-color:#001f3f}.startups-tabs--dark .startups-tab{color:#aaa}.startups-tabs--dark .startups-tab:hover,.startups-tabs--dark .startups-tab.active{color:#001f3f}.startups-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.startups-product-card{text-align:center}.startups-product-card__image{background:#f9f9f9;height:380px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.startups-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.startups-product-card:hover .startups-product-card__image img{transform:scale(1.05)}.startups-product-card__placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center}.startups-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.startups-product-card__price{color:#001f3f;font-weight:700}.startups-feature-image-wrapper{height:400px;background:#eee}.startups-feature-list li{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.startups-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.startups-step-card{background:#fff;padding:2rem;border:1px solid #eee;position:relative}.startups-step-num{font-size:1.6rem;font-weight:900;color:#f0f0f0;position:absolute;top:1rem;right:1rem;line-height:1}.startups-step-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.startups-step-desc{color:#666;line-height:1.6;position:relative;z-index:1}.startups-display-box{height:400px;background:#222;display:flex;align-items:center;justify-content:center;border:1px solid #333}.startups-display-box--light{background:#f9f9f9;border:1px solid #eee}.startups-display-content{text-align:center}.startups-accordion-item{border-bottom:1px solid #eee;margin-bottom:1rem}.startups-accordion-header{display:flex;align-items:center;padding:1rem 0;cursor:pointer}.startups-accordion-num{font-weight:700;color:#001f3f;margin-right:1rem;font-size:1.2rem}.startups-accordion-title{font-weight:700;font-size:1.1rem;flex-grow:1}.startups-accordion-icon{font-weight:700;font-size:1.5rem}.startups-accordion-content{padding-bottom:1.5rem;padding-left:2.5rem;color:#666;line-height:1.6}.startups-why-image{background:#eee;height:100%;min-height:400px}#why-choose-us .startups-section__title{color:#fff}.startups-toc{background:#fff;padding:2rem;border:1px solid #eee;border-left:4px solid #001F3F;margin-bottom:2rem}.startups-toc h4{font-weight:700;margin-bottom:1rem}.startups-toc ul{list-style:none;padding:0}.startups-toc li{margin-bottom:.5rem;color:#666;cursor:pointer;transition:color .2s}.startups-toc li:hover{color:#001f3f}.startups-tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.startups-tip-card{background:#fff;padding:2rem;border:1px solid #eee;border-radius:8px}.startups-tip-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.startups-tip-card__num{color:#001f3f;font-weight:700;font-size:1.2rem}.startups-tip-card__title{font-weight:600;font-size:1.1rem}.startups-tip-card__text{color:#666;line-height:1.6}.startups-video-placeholder{background:#000;height:300px;display:flex;align-items:center;justify-content:center;color:#fff}.startups-review-card{background:#fff;padding:1.5rem;border:1px solid #eee;box-shadow:0 2px 4px #0000000d}.startups-cta-section{padding:5rem 0;background:#001f3f;color:#fff}.process{padding:5rem 0}.process__header{text-align:center;margin-bottom:4rem}.process__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.process__title:after{content:none}.process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.process-card{background:#fff;padding:2rem 1.5rem;box-shadow:0 5px 15px #0000000d;position:relative;transition:all .3s ease;text-align:left}.process-card:hover{transform:translateY(-5px);background-color:#000;color:#fff}.process-card__number{font-size:1.5rem;font-weight:700;color:#000;border:1px dashed #000;padding:.2rem .5rem;display:inline-block;margin-bottom:1.5rem;transition:all .3s ease}.process-card:hover .process-card__number{color:#fff;border-color:#fff}.process-card__content h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.process-card__content p{font-size:.9rem;line-height:1.6;color:#666;transition:color .3s ease}.process-card:hover .process-card__content p{color:#ccc}.section-title-wrapper{position:relative;display:inline-block;border:2px dashed #333;padding:.5rem 1.5rem;font-weight:700;text-transform:capitalize}.scissors-icon{position:absolute;top:-14px;right:-10px;width:24px;height:24px;background:#fff;color:#333;transform:rotate(-45deg);padding:0 4px}@media(max-width:900px){.process__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.process__grid{grid-template-columns:1fr}}.prototype-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.prototype-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff;text-align:center}.prototype-hero__overlay{position:absolute;inset:0}.prototype-hero__content{position:relative;z-index:1;max-width:800px;padding:0 2rem;margin:0 auto}.prototype-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.prototype-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.prototype-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:2px solid transparent}.prototype-hero__btn--primary{background-color:#001f3f;color:#fff}.prototype-hero__btn--primary:hover{background-color:#036}.prototype-section{padding:5rem 0}.prototype-section--alt{background-color:#000;color:#fff}.prototype-section--alt .prototype-section__title{color:#fff}.prototype-section--alt .prototype-section__title:after{background-color:#fff}.prototype-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative}.prototype-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.prototype-section__title.text-left:after{margin:1rem 0 0}.prototype-service-icon{width:20px;height:20px;color:#001f3f;margin-top:4px;flex-shrink:0}.prototype-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.prototype-step-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden;border-top:3px solid transparent;transition:all .3s ease}.prototype-step-card:hover{background-color:#000;border-top-color:#000;transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.prototype-step-card__num{font-size:2.5rem;font-weight:900;color:#f3f3f3;position:absolute;top:-10px;right:10px;line-height:1;z-index:0;transition:color .3s ease}.prototype-step-card:hover .prototype-step-card__num{color:#ffffff1a}.prototype-step-card__title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1;color:#333;transition:color .3s ease}.prototype-step-card:hover .prototype-step-card__title{color:#fff}.prototype-step-card__desc{color:#666;line-height:1.6;position:relative;z-index:1;transition:color .3s ease}.prototype-step-card:hover .prototype-step-card__desc{color:#fffc}.prototype-next-step{background-color:#000;padding:8rem 0;text-align:center;color:#fff}.prototype-next-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.prototype-next-link:hover{opacity:.8}.prototype-next-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.prototype-next-desc{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;line-height:1.6;color:#fff}.prototype-next-arrow{display:flex;justify-content:center;animation:bounce 2s infinite}.prototype-next-arrow svg{width:40px;height:40px}.prototype-cta-section{background:#001f3f;color:#fff;padding:5rem 0;text-align:center}@media(max-width:768px){.prototype-hero__title{font-size:1.8rem}.prototype-section{padding:3rem 0}.prototype-section__title{font-size:1.5rem}}.sample-dev-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.sample-dev-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.sample-dev-hero__overlay{position:absolute;inset:0}.sample-dev-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.sample-dev-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.sample-dev-hero__highlight{font-weight:800;color:#fff}.sample-dev-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;color:#ffffffe6}.sample-dev-hero__actions{display:flex;justify-content:center;gap:1rem}.sample-dev-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px;text-decoration:none}.sample-dev-hero__btn--primary{background-color:#001f3f;color:#fff;border:2px solid #001F3F}.sample-dev-hero__btn--primary:hover{background-color:#036;border-color:#036}.sample-dev-section{padding:5rem 0}.sample-dev-section--alt{background-color:#000;color:#fff}.sample-dev-section--alt .sample-dev-section__title{color:#fff}.sample-dev-section--alt .sample-dev-section__title:after{background-color:#fff}.sample-dev-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.sample-dev-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.sample-dev-section__title--left{text-align:left}.sample-dev-section__title--left:after{margin:1rem 0 0}.sample-dev-timetable-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.sample-dev-timetable-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sample-dev-timetable-grid{grid-template-columns:repeat(4,1fr)}}.sample-dev-time-card{background:#fff;padding:2rem;text-align:center;border:1px solid #eee;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.sample-dev-time-card:hover{border-color:#001f3f;transform:translateY(-5px);box-shadow:0 10px 20px #c8a96a26}.sample-dev-time-card__num{font-size:1.8rem;font-weight:900;color:#f0f0f0;display:block;margin-bottom:.5rem;line-height:1}.sample-dev-time-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.sample-dev-time-card__time{color:#001f3f;font-weight:600;font-size:1.1rem}.sample-dev-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.sample-dev-process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.sample-dev-process-grid{grid-template-columns:1fr}}.sample-dev-process-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid transparent}.sample-dev-process-card:hover{background-color:#000;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#000}.sample-dev-process-card__num{font-size:5rem;font-weight:900;color:#f5f5f5;position:absolute;top:-15px;right:15px;line-height:1;z-index:0;transition:color .3s ease}.sample-dev-process-card:hover .sample-dev-process-card__num{color:#ffffff1a}.sample-dev-process-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1;color:#1a1a1a;transition:color .3s ease}.sample-dev-process-card:hover .sample-dev-process-card__title{color:#fff}.sample-dev-process-card__desc{color:#666;line-height:1.7;position:relative;z-index:1;font-size:1rem;transition:color .3s ease}.sample-dev-process-card:hover .sample-dev-process-card__desc{color:#fffc}.sample-dev-pricing-box{background:#fff;padding:3rem;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.sample-dev-pricing-intro{margin-bottom:1.5rem;font-weight:600;color:#374151;font-size:1.1rem}.sample-dev-pricing-list{list-style-type:decimal;padding-left:1.5rem;color:#4b5563}.sample-dev-pricing-list li{margin-bottom:1rem;line-height:1.6}.sample-dev-pricing-list strong{color:#1a1a1a;font-weight:700}.sample-dev-cta-section{background:linear-gradient(135deg,#111827,#1f2937,#111827);color:#fff;padding:5rem 0;text-align:center}.sample-dev-cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.sample-dev-cta-desc{font-size:1.1rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.sample-dev-cta-btn{display:inline-block;padding:.8rem 2.2rem;background-color:#fff;color:#001f3f;font-weight:700;text-transform:uppercase;border-radius:4px;transition:all .3s ease;text-decoration:none}.sample-dev-cta-btn:hover{background-color:#f3f3f3;transform:scale(1.05)}.sample-dev-next-step{background-color:#000;padding:8rem 0;text-align:center;color:#fff}.sample-dev-next-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.sample-dev-next-link:hover{opacity:.8}.sample-dev-next-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.sample-dev-next-desc{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;line-height:1.6;color:#fff}.sample-dev-next-arrow{display:flex;justify-content:center;animation:bounce 2s infinite}.sample-dev-next-arrow svg{width:40px;height:40px}@media(max-width:768px){.sample-dev-hero__title{font-size:1.8rem}.sample-dev-section{padding:3rem 0}.sample-dev-section__title{font-size:1.5rem}}.production-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.production-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.production-hero__overlay{position:absolute;inset:0}.production-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.production-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.production-hero__highlight{font-weight:800;color:#fff}.production-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;color:#ffffffe6}.production-hero__actions{display:flex;justify-content:center;gap:1rem}.production-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px;text-decoration:none}.production-hero__btn--primary{background-color:#001f3f;color:#fff;border:2px solid #001F3F}.production-hero__btn--primary:hover{background-color:#036;border-color:#036}.production-section{padding:5rem 0}.production-section--alt{background-color:#000;color:#fff}.production-section--alt .production-section__title{color:#fff}.production-section--alt .production-section__title:after{background-color:#fff}.production-section--alt .production-list{color:#e5e7eb}.production-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.production-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.production-section__title--left{text-align:left}.production-section__title--left:after{margin:1rem 0 0}.production-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.production-grid{grid-template-columns:repeat(2,1fr)}}.production-types-list-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.production-list{list-style-type:disc;padding-left:1.5rem;color:#4b5563}.production-list li{margin-bottom:.5rem}.production-tags{display:flex;flex-wrap:wrap;gap:.5rem}.production-tag{background-color:#f3f4f6;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;color:#374151}.production-tag--white{background-color:#fff;border:1px solid #e5e7eb}.production-table-wrapper{overflow-x:auto;margin-top:2rem;border:1px solid #e5e7eb;border-radius:8px}.production-table{width:100%;border-collapse:collapse;text-align:center}.production-table th,.production-table td{padding:1rem;border:1px solid #e5e7eb}.production-table th{background-color:#f9fafb;font-weight:600;color:#1a1a1a}.production-table tr:nth-child(2n){background-color:#f9fafb}.production-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.production-process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.production-process-grid{grid-template-columns:1fr}}.production-process-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid transparent}.production-process-card:hover{background-color:#000;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#000}.production-section--alt .production-process-card:hover{border-color:#fff;box-shadow:0 15px 30px #ffffff1a}.production-process-card__num{font-size:5rem;font-weight:900;color:#f5f5f5;position:absolute;top:-15px;right:15px;line-height:1;z-index:0;transition:color .3s ease}.production-process-card:hover .production-process-card__num{color:#ffffff1a}.production-process-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1;color:#1a1a1a;transition:color .3s ease}.production-process-card:hover .production-process-card__title{color:#fff}.production-process-card__desc{color:#666;line-height:1.7;position:relative;z-index:1;font-size:1rem;transition:color .3s ease}.production-process-card:hover .production-process-card__desc{color:#fffc}.production-next-step{background-color:#000;padding:8rem 0;text-align:center;color:#fff}.production-next-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.production-next-link:hover{opacity:.8}.production-next-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.production-next-desc{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;line-height:1.6;color:#fff}.production-next-arrow{display:flex;justify-content:center;animation:bounce 2s infinite}.production-next-arrow svg{width:40px;height:40px}.production-cta-section{background:linear-gradient(135deg,#111827,#1f2937,#111827);color:#fff;padding:5rem 0;text-align:center}.production-cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.production-cta-desc{font-size:1.1rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.production-cta-btn{display:inline-block;padding:.8rem 2.2rem;background-color:#fff;color:#001f3f;font-weight:700;text-transform:uppercase;border-radius:4px;transition:all .3s ease;text-decoration:none}.production-cta-btn:hover{background-color:#f3f3f3;transform:scale(1.05)}@media(max-width:768px){.production-hero__title{font-size:1.8rem}.production-section{padding:3rem 0}.production-section__title{font-size:1.5rem}}.ltp-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.ltp-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.ltp-hero__overlay{position:absolute;inset:0}.ltp-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.ltp-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.ltp-hero__highlight{font-weight:800;color:#fff}.ltp-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;color:#ffffffe6}.ltp-hero__actions{display:flex;justify-content:center;gap:1rem}.ltp-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px;text-decoration:none}.ltp-hero__btn--primary{background-color:#001f3f;color:#fff;border:2px solid #001F3F}.ltp-hero__btn--primary:hover{background-color:#036;border-color:#036}.ltp-section{padding:5rem 0}.ltp-section--alt{background-color:#000;color:#fff}.ltp-section--alt .ltp-section__title{color:#fff}.ltp-section--alt .ltp-section__title:after{background-color:#fff}.ltp-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.ltp-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.ltp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.ltp-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:all .3s ease;border:1px solid #eee}.ltp-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #c8a96a26;border-color:#001f3f}.ltp-card__icon{font-size:1.6rem;margin-bottom:1.5rem}.ltp-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.ltp-card__desc{color:#666;line-height:1.6}.ltp-next-step{background-color:#000;padding:8rem 0;text-align:center;color:#fff}.ltp-next-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.ltp-next-link:hover{opacity:.8}.ltp-next-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.ltp-next-desc{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;line-height:1.6;color:#fff}.ltp-next-arrow{display:flex;justify-content:center;animation:bounce 2s infinite}.ltp-next-arrow svg{width:40px;height:40px}.ltp-cta-section{background:linear-gradient(135deg,#111827,#1f2937,#111827);color:#fff;padding:5rem 0;text-align:center}.ltp-cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.ltp-cta-desc{font-size:1.1rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.ltp-cta-btn{display:inline-block;padding:.8rem 2.2rem;background-color:#fff;color:#001f3f;font-weight:700;text-transform:uppercase;border-radius:4px;transition:all .3s ease;text-decoration:none}.ltp-cta-btn:hover{background-color:#f3f3f3;transform:scale(1.05)}@media(max-width:768px){.ltp-hero__title{font-size:1.8rem}.ltp-section{padding:3rem 0}.ltp-section__title{font-size:1.5rem}}.shipping-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.shipping-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.shipping-hero__overlay{position:absolute;inset:0}.shipping-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.shipping-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.shipping-hero__highlight{font-weight:800;color:#fff}.shipping-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;color:#ffffffe6}.shipping-hero__actions{display:flex;justify-content:center;gap:1rem}.shipping-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px;text-decoration:none}.shipping-hero__btn--primary{background-color:#001f3f;color:#fff;border:2px solid #001F3F}.shipping-hero__btn--primary:hover{background-color:#036;border-color:#036}.shipping-section{padding:5rem 0}.shipping-section--alt{background-color:#000;color:#fff}.shipping-section--alt .shipping-section__title{color:#fff}.shipping-section--alt .shipping-section__title:after{background-color:#fff}.shipping-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.shipping-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.shipping-section__title--left{text-align:left}.shipping-section__title--left:after{margin:1rem 0 0}.shipping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.shipping-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:all .3s ease;border:1px solid #eee}.shipping-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #c8a96a26;border-color:#001f3f}.shipping-card__icon{font-size:1.6rem;margin-bottom:1.5rem}.shipping-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.shipping-card__desc{color:#666;line-height:1.6}.shipping-info-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.shipping-info-grid{grid-template-columns:repeat(2,1fr)}}.shipping-section--alt .shipping-text,.shipping-section--alt .shipping-list{color:#fff}.shipping-text{color:#4b5563;line-height:1.7;margin-bottom:1rem}.shipping-list{list-style-type:disc;padding-left:1.5rem;color:#4b5563}.shipping-list li{margin-bottom:.5rem}.shipping-next-step{background-color:#000;padding:8rem 0;text-align:center;color:#fff}.shipping-next-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.shipping-next-link:hover{opacity:.8}.shipping-next-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.shipping-next-desc{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;line-height:1.6;color:#fff}.shipping-next-arrow{display:flex;justify-content:center;animation:bounce 2s infinite}.shipping-next-arrow svg{width:40px;height:40px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.shipping-cta-section{background:linear-gradient(135deg,#111827,#1f2937,#111827);color:#fff;padding:5rem 0;text-align:center}.shipping-cta-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.shipping-cta-desc{font-size:1.1rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.shipping-cta-btn{display:inline-block;padding:.8rem 2.2rem;background-color:#fff;color:#001f3f;font-weight:700;text-transform:uppercase;border-radius:4px;transition:all .3s ease;text-decoration:none}.shipping-cta-btn:hover{background-color:#f3f3f3;transform:scale(1.05)}@media(max-width:768px){.shipping-hero__title{font-size:1.8rem}.shipping-section{padding:3rem 0}.shipping-section__title{font-size:1.5rem}}.about-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.about-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);background-image:linear-gradient(135deg,#111827,#1f2937,#111827)!important;padding-top:8rem;padding-bottom:4rem;color:#fff;overflow:hidden}.about-hero__decorations,.about-hero__overlay{display:none}.about-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.about-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.about-hero__highlight{font-weight:800;color:#fff}.about-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;color:#ffffffe6}.about-hero__actions{display:flex;justify-content:center;gap:1rem}.about-hero__btn{display:inline-block;padding:.8rem 2.2rem;background-color:#001f3f;color:#fff;font-weight:600;text-transform:uppercase;border-radius:0;text-decoration:none;transition:background-color .3s;border:none}.about-hero__btn:hover{background-color:#036;box-shadow:none;transform:none}.about-section{padding:5rem 0}.about-section--alt{background-color:#000;color:#fff}.about-section--alt .about-section__title{color:#fff}.about-section--alt .about-section__title:after{background-color:#fff}.about-section--alt .about-text{color:#e5e7eb}.about-section--alt strong{color:#fff}.about-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#1a1a1a}.about-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#001f3f;margin:1rem auto 0}.about-section__title--left{text-align:left}.about-section__title--left:after{margin:1rem 0 0}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-text{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.about-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.about-feature-card{background-color:#f9fafb;padding:1.5rem;border-radius:8px;border-left:4px solid #001F3F}.about-feature-title{font-weight:700;font-size:1.25rem;margin-bottom:.5rem;color:#1f2937}.about-feature-desc{color:#4b5563;line-height:1.6}.about-founder-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-founder-grid{grid-template-columns:1fr 2fr}}.about-founder-image{background-color:#e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;color:#9ca3af;font-weight:700}.about-founder-quote{font-style:italic;color:#374151;border-left:4px solid #d1d5db;padding-left:1rem;line-height:1.8;font-size:1.1rem}.about-stats-section{background-color:#001f3f;color:#fff;padding:5rem 0}.about-stats-title{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#fff}.about-stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;text-align:center}@media(min-width:640px){.about-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-stats-grid{grid-template-columns:repeat(4,1fr)}}.about-stat-card{background-color:#ffffff1a;padding:1.5rem;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about-stat-num{display:block;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;line-height:1}.about-stat-label{font-size:.9rem;opacity:.9}.about-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-why-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;transition:box-shadow .3s ease}.about-why-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.about-why-num{color:#001f3f;font-weight:700;font-size:1.25rem;display:block;margin-bottom:.75rem}.about-why-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem;color:#111827}.about-why-desc{color:#4b5563;font-size:.875rem;line-height:1.5}.about-table-wrapper{overflow-x:auto;border-radius:8px;box-shadow:0 1px 3px #0000001a}.about-table{width:100%;background-color:#fff;border-collapse:collapse}.about-table thead{background-color:#001f3f;color:#fff}.about-table th,.about-table td{padding:1rem;border-bottom:1px solid #f3f4f6}.about-table th{text-align:center;font-weight:700}.about-table th:first-child{text-align:left}.about-table tbody tr:nth-child(2n){background-color:#f9fafb}.about-table-check{color:#10b981;font-weight:700;text-align:center}.about-table-cross{color:#ef4444;font-weight:700;text-align:center}.about-image-wrapper{display:flex;justify-content:center;align-items:center}.about-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.contact-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.contact-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.contact-hero__overlay{position:absolute;inset:0}.contact-hero__content{position:relative;z-index:1;max-width:800px;padding:0 2rem;text-align:center;margin:0 auto}.contact-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.contact-hero__highlight{color:#fff;font-weight:800}.contact-hero__desc{font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto}.contact{padding:80px 0;background:#fff}@media(max-width:900px){.contact{background:#fff}}.contact__container{max-width:1200px;margin:0 auto;padding:0 20px}.contact__grid{display:grid;grid-template-columns:1fr;gap:50px;align-items:center}@media(min-width:1024px){.contact__grid{grid-template-columns:1fr 1fr}}.contact__info h2{font-size:36px;font-weight:600;color:#1a1a1a;font-family:Playfair Display,serif;margin-bottom:20px}@media(min-width:768px){.contact__info h2{font-size:42px}}.contact__info h2 span{color:#001f3f}.contact__info p{font-size:16px;color:#666;margin-bottom:35px;line-height:1.7}.contact__details{display:flex;flex-direction:column;gap:20px}.contact__detail-item{display:flex;align-items:center;gap:15px}.contact__detail-icon{width:48px;height:48px;background:#001f3f1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact__detail-icon svg{width:22px;height:22px;color:#001f3f}.contact__detail-text{color:#333;font-size:16px;font-weight:500}.contact__form-wrapper{background:#f9f9f9;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000000d}.contact__form-title{font-size:24px;font-weight:600;color:#1a1a1a;font-family:Playfair Display,serif;margin-bottom:25px}.contact__form{display:flex;flex-direction:column;gap:20px}.contact__form-row{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.contact__form-row{grid-template-columns:repeat(2,1fr)}}.contact__form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.contact__form-input,.contact__form-select,.contact__form-textarea{width:100%;padding:10px 16px;border:1px solid #e5e5e5;border-radius:10px;font-size:15px;transition:all .3s ease;background:#fff}.contact__form-input:focus,.contact__form-select:focus,.contact__form-textarea:focus{outline:none;border-color:#001f3f;box-shadow:0 0 0 3px #001f3f26}.contact__form-textarea{resize:none;min-height:120px}.contact__form-submit{width:100%;padding:12px 24px;background:linear-gradient(135deg,#001f3f,#036);color:#fff;font-weight:600;font-size:16px;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.contact__form-submit:hover{background:linear-gradient(135deg,#036,#001f3f);box-shadow:0 10px 30px #001f3f66}.ethics-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.ethics-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.ethics-hero__overlay{position:absolute;inset:0}.ethics-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.ethics-hero__title{font-size:1.6rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.ethics-hero__highlight{font-weight:800;color:#fff}.ethics-hero__desc{font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto;color:#ffffffe6}.ethics-section{padding:5rem 0}.ethics-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.ethics-block{text-align:center}.ethics-section__title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;color:#001f3f}.ethics-text{color:#4b5563;line-height:1.7;font-size:1.1rem}@media(max-width:768px){.ethics-hero__title{font-size:1.8rem}.ethics-section{padding:3rem 0}.ethics-section__title{font-size:1.75rem}}.reviews-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333}.reviews-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#111827);padding-top:8rem;padding-bottom:4rem;color:#fff}.reviews-hero__overlay{position:absolute;inset:0}.reviews-hero__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 2rem;margin:0 auto}.reviews-hero__title{font-size:1.6rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.reviews-hero__highlight{font-weight:800;color:#fff}.reviews-hero__desc{font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto;color:#ffffffe6}.reviews-section{padding:5rem 0;background-color:#f9f9f9}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.reviews-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #eee;display:flex;flex-direction:column;height:100%;transition:transform .3s ease}.reviews-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.reviews-card-header{margin-bottom:1.5rem}.reviews-card-name{font-weight:700;font-size:1.25rem;margin-bottom:.25rem;color:#1a1a1a}.reviews-card-location{color:#001f3f;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.reviews-card-body{flex-grow:1}.reviews-card-title{font-weight:700;font-size:1.125rem;margin-bottom:.75rem;color:#374151}.reviews-card-content{color:#4b5563;line-height:1.6;font-style:italic;font-size:.95rem}.reviews-card-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6;color:#001f3f;font-size:1.25rem;letter-spacing:2px}@media(max-width:768px){.reviews-hero__title{font-size:1.8rem}.reviews-section{padding:3rem 0}}.about-page{font-family:Inter,sans-serif;color:#334155;background-color:#fff}.about-hero{position:relative;height:60vh;min-height:500px;background-image:url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.about-hero__overlay{position:absolute;inset:0;background:#0f172ab3}.about-hero__content{position:relative;z-index:1;max-width:800px;padding:0 2rem}.about-hero__title{font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-family:Playfair Display,serif}.about-hero__desc{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:600px;color:#ffffffe6}.about-hero__btn{display:inline-block;padding:.7rem 1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:4px}.about-hero__btn--primary{background-color:#3b82f6;color:#fff;border:2px solid #3b82f6}.about-hero__btn--primary:hover{background-color:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.about-section{padding:80px 0}.about-section__title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:3rem;position:relative;color:#0f172a;font-family:Playfair Display,serif}.about-section__title:after{content:"";display:block;width:60px;height:3px;background-color:#3b82f6;margin:1rem auto 0}.timeline-item{position:relative;padding-left:2rem;border-left:2px solid #e2e8f0;padding-bottom:2rem}.timeline-item:last-child{border-left-color:transparent}.timeline-item:before{content:"";position:absolute;left:-9px;top:0;width:16px;height:16px;border-radius:50%;background:#3b82f6;border:3px solid #fff;box-shadow:0 0 0 2px #3b82f6}.timeline-year{font-weight:700;color:#3b82f6;font-size:1.2rem;margin-bottom:.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{text-align:center;padding:2rem;background:#f8fafc;border-radius:8px;transition:all .3s ease;border:1px solid #f1f5f9}.team-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 10px 25px -5px #0000001a;border-color:#e2e8f0}.team-avatar{width:120px;height:120px;border-radius:50%;background:#e2e8f0;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#64748b}.team-name{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.team-role{color:#3b82f6;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;text-align:center}.value-icon{font-size:1.6rem;color:#3b82f6;margin-bottom:1.5rem}.value-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#0f172a}.value-desc{color:#64748b;line-height:1.6}.about-stats{background:#3b82f6;color:#fff;padding:80px 0}.stat-item{text-align:center}.stat-number{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;font-family:Playfair Display,serif}.stat-label{font-size:1rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.about-hero__title{font-size:1.8rem}.about-section{padding:3rem 0}.about-section__title{font-size:1.5rem}}
