@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1d1d1f;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}@media (max-width: 768px){h1{font-size:2rem}}h2{font-size:2.5rem}@media (max-width: 768px){h2{font-size:1.75rem}}h3{font-size:1.5rem}@media (max-width: 768px){h3{font-size:1.25rem}}p{margin-bottom:1rem;color:#86868b}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:500;cursor:pointer;transition:all .3s ease}.btn--primary{background:#0c0;color:#fff}.btn--primary:hover{background:#090}.btn--secondary{background:transparent;color:#0c0;border:2px solid #00cc00}.btn--secondary:hover{background:#0c0;color:#fff}.icon{stroke:currentColor;fill:none}.desktop-view{display:none}@media (min-width: 1024px){.mobile-view{display:none}.desktop-view{display:block}}.main{max-width:100vw;overflow-x:hidden}.top-bar{background:#1c1c1e;color:#fff;padding:8px 0;font-size:.875rem}.top-bar a{color:#fff;text-decoration:none}@media (max-width: 768px){.top-bar{display:none}}.top-bar__content{display:flex;align-items:center;justify-content:space-between}.top-bar__left{display:flex;align-items:center;gap:24px}.top-bar__phone{display:flex;align-items:center;gap:8px}.top-bar__social{display:flex;gap:12px}.top-bar__social .social-link{color:inherit;transition:all .3s ease}.top-bar__social .social-link:hover{color:#0c0}.top-bar__right{color:#ffffffb3}.header{background:#fff;border-bottom:1px solid #D1D1D6;position:sticky;top:0;z-index:100}.header .container{max-width:1500px}.header__content{display:flex;align-items:center;justify-content:space-between;padding:16px 0;transition:all .2s ease-in-out}.header__logo{transition:all .2s ease-in-out}.header__logo a{display:flex;align-items:flex-start;text-decoration:none;color:inherit;flex-direction:column;justify-content:center}.header__logo img{height:30px;width:auto}.header__logo:hover .header__logo__slug{color:#0c0}.header .header__logo__slug{font-size:14.7px;font-weight:100;transition:all .2s ease-in-out}.header__nav{display:flex;gap:32px}@media (max-width: 1024px){.header__nav{display:none}}.header--smaller .header__logo{transform:translateY(13px)}.header--smaller .header__logo__slug{opacity:0;visibility:hidden}.header--smaller .header__content{padding:2px 0}@media (min-width: 1024px){.header__nav{display:flex!important;position:static!important;transform:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important;flex-direction:row!important;align-items:center;margin-left:2.5rem;gap:2rem}}@media (max-width: 1023px){.header__nav{position:fixed;top:0;right:0;height:100vh;width:20rem;max-width:90vw;background:#fff;box-shadow:0 25px 50px -12px #00000040;z-index:50;display:flex;flex-direction:column;padding:1.5rem;gap:1rem;transform:translate(100%);transition:transform .3s ease-in-out}.header__nav.mobile-menu-open{transform:translate(0)}}.nav-item{position:relative}@media (min-width: 1024px){.nav-item--dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}}.nav-link{color:#1d1d1f;text-decoration:none;font-weight:500;padding:.5rem .75rem;display:block;transition:all .3s ease;position:relative}.nav-link:hover{color:#0c0}@media (min-width: 1024px){.nav-link{display:inline-block}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#0c0;transition:width .3s ease}.nav-link:hover:after{width:100%}}@media (max-width: 1023px){.nav-link{border-bottom:1px solid #D1D1D6;padding:1rem .75rem}}@media (min-width: 1024px){.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #D1D1D6;border-radius:8px;padding:8px 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;box-shadow:0 4px 12px #0000001a;z-index:1000}}@media (max-width: 1023px){.dropdown-menu{margin-top:.5rem;padding-left:1rem}}.dropdown-item{display:block;padding:8px 16px;color:#1d1d1f;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background:#f2f2f7;color:#0c0}@media (max-width: 1023px){.dropdown-item{border-bottom:1px solid #D1D1D6;padding:.5rem 0}.dropdown-item:last-child{border-bottom:none}}.mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}@media (max-width: 1023px){.mobile-toggle{display:flex}}.mobile-toggle .hamburger-line{width:24px;height:2px;background:#1d1d1f;transition:all .3s ease}.mobile-toggle .hamburger-line:nth-child(1){transform-origin:left}.mobile-toggle .hamburger-line:nth-child(3){transform-origin:left}.mobile-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg)}.mobile-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg)}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:40;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #D1D1D6;margin-bottom:1rem}@media (min-width: 1024px){.mobile-menu-header{display:none}}.mobile-contact{padding-top:1.5rem;border-top:1px solid #D1D1D6;margin-top:auto}@media (min-width: 1024px){.mobile-contact{display:none}}.mobile-contact__phone{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1d1d1f}.mobile-contact__social{display:flex;gap:16px}.mobile-contact__social .social-link{color:#86868b;transition:all .3s ease}.mobile-contact__social .social-link:hover{color:#0c0}:root{--shadow-elegant: 0 20px 40px -10px rgba($primary-color, .3);--shadow-glow: 0 0 60px rgba(var(--primary-light) / .4);--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .6s cubic-bezier(.68, -.55, .265, 1.55)}.techmac-slider{width:100%;position:relative;overflow:hidden;background:#fff;margin-left:auto;margin-right:auto;max-width:2500px}.techmac-slider .swiper{width:100%;height:100%}.techmac-slider .swiper .swiper-wrapper .swiper-slide{position:relative}.techmac-slider .techmac-slider__slide{padding:1rem 7rem}.techmac-slider .techmac-slider__slide--1{background:linear-gradient(to right,#dcdcdc,#fbfbfb)}.techmac-slider .techmac-slider__slide--1 .slide-description{color:#1d1d1f}@media (max-width: 768px){.techmac-slider .techmac-slider__slide{padding:0}}.slide-content{position:absolute;top:0;bottom:0;left:7rem;display:flex;flex-wrap:nowrap;gap:4rem;width:100%;align-items:center;z-index:5}@media (max-width: 1250px){.slide-content{gap:2rem;text-align:center}}.slide-text{display:flex;flex-direction:column;align-items:center;gap:12px;animation:slideInLeft .8s ease-out;z-index:5;text-align:center;max-width:600px}.slide-text .slide-title{font-size:46px;font-weight:600;line-height:1.1;margin-bottom:.5rem}.slide-text .slide-title .c--green{color:#0c0}@media (max-width: 768px){.slide-text .slide-title{font-size:36px}}.slide-text .slide-description{font-size:22px;color:#86868b;font-weight:300;max-width:500px;line-height:1.5}@media (max-width: 768px){.slide-text .slide-description{font-size:18px}}.slide-text .slide-features{display:flex;gap:1rem;flex-wrap:wrap;margin:1rem 0;justify-content:center}.slide-text .slide-features .feature{background:#fff;color:#1d1d1f;padding:.5rem 1rem;border-radius:5px;font-size:.875rem;font-weight:500;border:1px solid rgba(0,204,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-smooth)}.slide-text .slide-features .feature:hover{background:#0c03;border-color:#0c0;transform:translateY(-2px)}.slide-text .slide-btn{background:#0c0;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:18px;font-weight:600;cursor:pointer;transition:var(--transition-bounce);box-shadow:var(--shadow-elegant);position:relative;overflow:hidden;text-decoration:none}.slide-text .slide-btn:before{content:"";position:absolute;top:0;left:-100%;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.slide-text .slide-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-glow)}.slide-text .slide-btn:hover:before{left:100%}.slide-text .slide-btn:active{transform:translateY(-1px)}@media (max-width: 768px){.slide-text .slide-btn{font-size:16px;padding:7px 10px}}@media (max-width: 768px){.slide-text .slide-btn{align-self:center;width:100%;max-width:300px}}.slide-image{position:relative;display:flex;justify-content:flex-end;align-items:center;animation:slideInRight .8s ease-out}.slide-image img{max-width:100%;max-height:540px;height:auto;object-fit:contain;transition:var(--transition-smooth);z-index:2;position:relative}.slide-image:hover img{transform:scale(1.05)}.slide-image:hover .image-glow{transform:translate(-50%,-50%) scale(1.1)}.swiper-pagination{bottom:2rem!important}.swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#86868b;opacity:.5;transition:var(--transition-smooth);margin:0 8px!important}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0c0;opacity:1;transform:scale(1.3);box-shadow:0 0 20px #0c09}.swiper-button-next,.swiper-button-prev{width:50px!important;height:50px!important;transition:var(--transition-smooth)!important;border-radius:100%}.swiper-button-next:after,.swiper-button-prev:after{font-size:32px!important;color:rgba(var(--text-primary))!important;font-weight:700!important;color:#0000004d!important}.swiper-button-next:hover:after,.swiper-button-prev:hover:after{color:#1d1d1f!important}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.3!important;cursor:not-allowed!important}.swiper-button-next.swiper-button-disabled:hover,.swiper-button-prev.swiper-button-disabled:hover{transform:none!important}.swiper-button-next{right:5px!important}.swiper-button-prev{left:5px!important}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1400px){.slide-image img{max-height:400px}.slide-text .slide-title{font-size:36px}.slide-text .slide-description{font-size:18px}.slide-text .slide-btn{padding:5px 10px}}@media (max-width: 1250px){.slide-content{max-width:1000px;gap:3rem}}@media (max-width: 1250px){.techmac-slider{min-height:100vh;margin-bottom:20px}.slide-content{padding:2rem 0;gap:2rem;position:static;justify-content:center}.slide-text{order:1}.slide-image{order:2;justify-content:center;align-items:center}.slide-image img{max-height:300px}.swiper-button-next,.swiper-button-prev{display:none!important}}@media (max-width: 768px){.slide-content{padding:1rem}.slide-text .slide-features{justify-content:center;gap:.5rem}.slide-text .slide-features .feature{font-size:.75rem;padding:.4rem .5rem}}.section-full{padding:80px 0}@media (max-width: 768px){.section-full{padding:60px 0}}.section-full.section-alt{background:#f2f2f7}.section-header{text-align:center;margin-bottom:60px}@media (max-width: 768px){.section-header{margin-bottom:40px}}.section-image{width:100%;height:240px;object-fit:contain;border-radius:12px;margin-bottom:40px;box-shadow:0 8px 32px #0000001a;background-color:#fff}@media (max-width: 768px){.section-image{height:auto;margin-bottom:30px;border-radius:8px}}.section-title{font-size:2.4rem;color:#1d1d1f;margin-bottom:1rem;font-weight:200}@media (max-width: 768px){.section-title{font-size:2rem}}.section-description{font-size:1.15rem;color:#86868b;max-width:600px;margin:0 auto;line-height:1.7;font-weight:200}@media (max-width: 768px){.section-description{font-size:1rem}}.blog-section{padding:80px 0;background:#f2f2f7}@media (max-width: 768px){.blog-section{padding:60px 0}}.blog-filters{display:flex;justify-content:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}@media (max-width: 768px){.blog-filters{gap:8px;margin-bottom:30px}}.filter-btn{padding:8px 16px;border:2px solid #D1D1D6;background:#fff;color:#1d1d1f;border-radius:20px;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn--active{background:#0c0;color:#fff;border-color:#0c0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr;gap:20px}}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;transition:opacity transform ease}.blog-card:hover{box-shadow:0 8px 24px #0003}.blog-card__image{position:relative;height:200px;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card__image:hover img{transform:scale(1.05)}.blog-card__category{position:absolute;top:16px;left:16px;background:#0c0;color:#fff;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.blog-card__content{padding:24px}.blog-card__meta{display:flex;gap:16px;margin-bottom:12px;font-size:.875rem;color:#86868b}.blog-card__title{margin-bottom:12px;color:#1d1d1f}.blog-card__excerpt{margin-bottom:16px}.blog-card__link{color:#0c0;text-decoration:none;font-weight:500;transition:all .3s ease}.blog-card__link:hover{color:#090}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:16px}}.feature-tile{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;transition:transform .3s ease;position:relative;overflow:hidden;border:2px solid transparent;transition:all .3s ease}.feature-tile:hover{box-shadow:0 8px 24px #0003}.feature-tile:hover{transform:translateY(-4px)}.feature-tile:nth-child(odd){transform:translateY(-10px)}@media (max-width: 768px){.feature-tile:nth-child(odd){transform:none}}.feature-tile:hover{border-color:#0c0;transform:translateY(-15px)}@media (max-width: 768px){.feature-tile:hover{transform:translateY(-5px)}}.feature-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0c0,#34c759)}.feature-tile .feature-icon{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;font-size:2rem}.feature-tile h3{font-size:1.25rem;margin-bottom:12px;color:#1d1d1f}@media (max-width: 768px){.feature-tile h3{font-size:1.1rem}}.feature-tile p{color:#86868b;line-height:1.6;margin:0;font-size:.95rem}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px;flex-wrap:wrap}.pagination__btn{padding:12px 20px;border:2px solid #D1D1D6;background:#fff;color:#1d1d1f;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.pagination__btn:hover:not(:disabled){background:#0c0;color:#fff;border-color:#0c0}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__numbers{display:flex;gap:8px;flex-wrap:wrap}.pagination__number{width:44px;height:44px;border:2px solid #D1D1D6;background:#fff;color:#1d1d1f;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-weight:500}.pagination__number:hover,.pagination__number--active{background:#0c0;color:#fff;border-color:#0c0}.table-container{background-color:#fff;border:1px solid hsl(220,13%,91%);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px -4px #2c313a1a}.table{width:100%;border-collapse:collapse}.table__thead__tr{background-color:#f3f4f680;border-bottom:1px solid hsl(220,13%,91%)}.table__thead__tr th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#2c313a}.table__thead__tr th:first-child{width:4rem}.table__thead__tr th:nth-child(2){min-width:24rem}.table__thead__tr th:nth-child(3){min-width:12rem}.table__thead__tr th:nth-child(4){min-width:10rem}.table__thead__tr th:nth-child(5){width:6rem;text-align:center}.table__thead__tr .price{width:10rem}.table__tbody__tr{border-bottom:1px solid hsl(220,13%,91%);transition:background-color .3s cubic-bezier(.4,0,.2,1)}.table__tbody__tr:hover{background-color:#f3f4f64d}.table__tbody__tr:nth-child(2n){background-color:#f3f4f61a}.table__tbody__tr td{padding:1rem;font-size:.875rem;vertical-align:middle}.number-cell{font-weight:500;color:#00b300}.name-cell{color:#2c313a}.condition-cell,.warranty-cell{color:#636d83}.keyboard-cell{font-weight:500;color:#2c313a;text-align:center}.price-cell .price{font-size:1.125rem;font-weight:700;color:#2c313a}.price-cell .currency{font-size:.75rem;color:#636d83}.csv-section{padding:80px 0;background:linear-gradient(135deg,#f2f2f7,#f8f8fb)}@media (max-width: 768px){.csv-section{padding:60px 0}}.csv-title{text-align:center;font-size:2.5rem;margin-bottom:50px;color:#1d1d1f}@media (max-width: 768px){.csv-title{font-size:2rem;margin-bottom:30px}}.csv-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:40px}@media (max-width: 768px){.csv-cards-container{grid-template-columns:1fr;gap:16px}}.csv-card{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;transition:transform .3s ease;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.csv-card:hover{box-shadow:0 8px 24px #0003}.csv-card:hover{transform:translateY(-4px)}.csv-card:hover{border-color:#0c0;transform:translateY(-8px);box-shadow:0 16px 40px #007aff26}.csv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0c0,#34c759)}.csv-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #D1D1D6}.csv-card__model{font-size:1.2rem;font-weight:700;color:#1d1d1f;margin:0}.csv-card__id{background:#f2f2f7;color:#86868b;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.csv-card__details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media (max-width: 480px){.csv-card__details{grid-template-columns:1fr;gap:12px}}.csv-card__field{display:flex;flex-direction:column;gap:4px}.csv-card__label{font-size:.875rem;color:#86868b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.csv-card__value{font-size:1rem;color:#1d1d1f;font-weight:600}.csv-card__value--status{display:inline-block;padding:4px 0;border-radius:16px;font-size:.875rem;font-weight:500;text-align:left}.csv-card__value--status.available{background:#34c7591a;color:#34c759}.csv-card__value--status.sold{background:#ff3b301a;color:#ff3b30}.csv-card__value--status.reserved{background:#ffcc001a;color:#fc0}.csv-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #D1D1D6}.csv-card__price{font-size:1.75rem;font-weight:700;color:#0c0;margin:0}.csv-card__price .currency{font-size:1rem;color:#86868b;font-weight:500}.csv-card__vat{display:flex;background:linear-gradient(135deg,#0c0,#0f0);color:#fff;padding:2px 7px;border-radius:5px;font-size:.775rem;font-weight:600;width:90px;align-items:center}.csv-card__vat .icon{width:15px;margin-right:4px}.service-post-warranty,.support-section{padding:80px 0}@media (max-width: 768px){.service-post-warranty,.support-section{padding:60px 0}}.service-post-warranty{background:#f2f2f7}.service-grid,.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}@media (max-width: 1024px){.service-grid,.support-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.service-grid,.support-grid{grid-template-columns:1fr;gap:16px}}.service-tile,.support-tile{background:#fff;padding:32px 24px;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;transition:transform .3s ease;transition:all .3s ease;border:2px solid transparent}.service-tile:hover,.support-tile:hover{box-shadow:0 8px 24px #0003}.service-tile:hover,.support-tile:hover{transform:translateY(-4px)}.service-tile:hover,.support-tile:hover{border-color:#0c0;box-shadow:0 12px 40px #0003}.service-tile .service-icon,.support-tile .service-icon{width:60px;height:60px;background:linear-gradient(135deg,#0c0,#1aff1a);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.5rem}@media (max-width: 768px){.service-tile .service-icon,.support-tile .service-icon{width:50px;height:50px;font-size:1.25rem}}.service-tile h3,.support-tile h3{font-size:1.25rem;margin-bottom:12px;color:#1d1d1f}@media (max-width: 768px){.service-tile h3,.support-tile h3{font-size:1.1rem}}.service-tile p,.support-tile p{color:#86868b;line-height:1.6;margin:0;font-size:.95rem}.tech-section{padding:5rem 0;position:relative;overflow:hidden;background-color:#f2f2f7}.tech-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.tech-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.tech-text{display:flex;flex-direction:column;gap:1.5rem}.tech-title{font-size:clamp(2rem,4vw,3rem);font-weight:200;color:#1d1d1f;line-height:1.2;margin-bottom:1rem}.tech-description{font-size:clamp(1rem,1.5vw,1.25rem);color:#86868b;line-height:1.6;margin-bottom:2rem}.tech-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.tech-feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;border:1px solid rgba(0,204,0,.3);transition:var(--transition-fast);box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.tech-feature-item:hover{box-shadow:0 8px 24px #0003}.tech-feature-item:hover{background:#00cc001a;box-shadow:0 16px 40px #007aff26}.tech-feature-item span{font-size:1.2rem}.tech-feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%}.tech-btn{background:#0c0;color:#fff;border:none;padding:1rem 2.5rem;border-radius:3rem;font-size:1.125rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-medium);align-self:flex-start;transition:var(--transition-smooth)}.tech-btn:hover{transform:translateY(-3px)}.tech-image{position:relative;display:flex;justify-content:center;align-items:center}.tech-image img{max-width:100%;height:auto;object-fit:contain;z-index:2;position:relative;border-radius:1rem}.tech-image-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;border-radius:50%;z-index:1;animation:pulse 4s ease-in-out infinite}@media (max-width: 1024px){.tech-content{grid-template-columns:1fr;gap:3rem;text-align:center}.tech-btn{align-self:center;width:100%;max-width:300px}}@media (max-width: 768px){.techmac-slider{height:auto;min-height:100vh}.tech-content{gap:2rem}.tech-section{padding:3rem 0}.tech-container{padding:0 1rem}}.contact-section{padding:80px 0;background:#f2f2f7;max-width:100vw;overflow:hidden}@media (max-width: 768px){.contact-section{padding:60px 0}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:40px}}.contact-info{display:flex;flex-direction:column;gap:32px}.contact-item{display:flex;gap:16px;align-items:flex-start}.contact-item .contact-icon{width:24px;height:24px;color:#0c0;flex-shrink:0;margin-top:4px}.contact-item .contact-content{flex:1}.contact-item h4{font-size:1.125rem;margin-bottom:4px;color:#1d1d1f}.contact-item p{color:#86868b;margin:0;line-height:1.5}.contact-item a{color:#86868b;text-decoration:none}.contact-form{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.contact-form:hover{box-shadow:0 8px 24px #0003}@media (max-width: 768px){.contact-form{padding:30px 20px}}.contact-form .form-group{margin-bottom:24px}.contact-form label{display:block;margin-bottom:8px;font-weight:500;color:#1d1d1f}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 16px;border:2px solid #D1D1D6;border-radius:8px;font-family:inherit;font-size:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#0c0;box-shadow:0 0 0 3px #007aff1a}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .form-submit{background:#0c0;color:#fff;padding:16px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;transition:transform .3s ease;width:100%}.contact-form .form-submit:hover{transform:translateY(-4px)}.contact-form .form-submit:hover{background:#090}.map-container{margin-top:60px}@media (max-width: 768px){.map-container{margin-top:40px}}.map-placeholder{text-align:center;background:#fff;padding:60px 40px;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.map-placeholder:hover{box-shadow:0 8px 24px #0003}@media (max-width: 768px){.map-placeholder{padding:40px 20px}}.map-placeholder h3{font-size:1.5rem;margin-bottom:16px;color:#1d1d1f}.map-placeholder p{color:#86868b;margin-bottom:24px;font-size:1.1rem}.map-placeholder .map-icon{font-size:3rem;color:#0c0;margin-bottom:20px}.map-embed{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;height:400px}.map-embed:hover{box-shadow:0 8px 24px #0003}@media (max-width: 768px){.map-embed{height:300px;border-radius:8px}}.map-embed iframe{width:100%;height:100%;border:none}.footer{background:#1c1c1e;color:#fff;padding:60px 0 20px}@media (max-width: 768px){.footer{padding:40px 0 20px}}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}@media (max-width: 768px){.footer-content{gap:30px;margin-bottom:30px}}.footer-section .footer-title{font-size:1.25rem;margin-bottom:16px;color:#fff}.footer-section .footer-description{color:#ffffffb3;margin-bottom:20px;line-height:1.6}.footer-section .footer-links{list-style:none}.footer-section .footer-links li{margin-bottom:8px}.footer-section .footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-section .footer-links a:hover{color:#0c0}.footer-section .footer-social{display:flex;gap:16px}.footer-section .footer-social .social-link{color:#ffffffb3;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a}.footer-section .footer-social .social-link:hover{color:#fff;background:#0c0}.footer-section .footer-contact p{color:#ffffffb3;margin-bottom:8px;display:flex;align-items:center;gap:8px}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{color:#ffffffb3;margin:0;font-size:.9rem}.footer-bottom .footer-links-bottom{display:flex;justify-content:center;align-items:center;gap:12px}.footer-bottom .footer-links-bottom a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer-bottom .footer-links-bottom a:hover{color:#0c0}.footer-bottom .footer-links-bottom span{color:#fff6}.footer-bottom .footer-copyright{color:#ffffff80;font-size:.85rem}.footer-bottom .footer-copyright a{color:#0c0;text-decoration:none;transition:all .3s ease}.footer-bottom .footer-copyright a:hover{color:#1aff1a;text-decoration:underline}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity transform ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hide-mobile{display:none}}@media (min-width: 1024px){.hide-desktop{display:none}}@media print{.top-bar,.header,.mobile-menu,.hero-slider,.footer{display:none}.section-full{padding:20px 0}.blog-card,.feature-tile,.service-tile,.csv-card{break-inside:avoid;box-shadow:none;border:1px solid #D1D1D6}}.blog-post-page{padding:20px 0 80px}@media (max-width: 768px){.blog-post-page{padding:20px 0 60px}}.blog-post{max-width:800px;margin:0 auto 60px}.blog-post__header{margin-bottom:40px}@media (max-width: 768px){.blog-post__header{margin-bottom:30px}}.blog-post__meta{display:flex;gap:16px;margin-bottom:16px;font-size:.875rem;flex-wrap:wrap}@media (max-width: 768px){.blog-post__meta{gap:12px}}.blog-post__category{background:#0c0;color:#fff;padding:4px 12px;border-radius:12px;font-weight:500}.blog-post__date,.blog-post__author{color:#86868b}.blog-post__title{font-size:2.5rem;color:#1d1d1f;margin-bottom:16px;line-height:1.2}@media (max-width: 768px){.blog-post__title{font-size:2rem}}.blog-post__excerpt{font-size:1.125rem;color:#86868b;line-height:1.6;margin:0}.blog-post__image{margin-bottom:40px}.blog-post__image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0000001a}@media (max-width: 768px){.blog-post__image img{height:250px}}.blog-post__content{font-size:1rem;line-height:1.7}.blog-post__content h2{font-size:1.75rem;color:#1d1d1f;margin:40px 0 20px}@media (max-width: 768px){.blog-post__content h2{font-size:1.5rem;margin:30px 0 16px}}.blog-post__content h3{font-size:1.375rem;color:#1d1d1f;margin:30px 0 16px}@media (max-width: 768px){.blog-post__content h3{font-size:1.25rem}}.blog-post__content h4{font-size:1.125rem;color:#1d1d1f;margin:20px 0 12px}.blog-post__content p{margin-bottom:16px;color:#86868b}.blog-post__content ul,.blog-post__content ol{margin:16px 0;padding-left:24px}.blog-post__content ul li,.blog-post__content ol li{margin-bottom:8px;color:#86868b}.blog-post__content strong{color:#1d1d1f}.blog-post__intro{font-size:1.125rem;background:#f2f2f7;padding:24px;border-radius:12px;margin-bottom:32px;border-left:4px solid #00cc00}.blog-post__intro p{margin:0;color:#1d1d1f;line-height:1.6}.blog-post__cta{background:linear-gradient(135deg,#0c0,#0f0);color:#fff;padding:32px;border-radius:12px;text-align:center;margin:40px 0}.blog-post__cta h3{color:#fff;margin-bottom:12px}.blog-post__cta p{color:#ffffffe6;margin-bottom:20px}.blog-post__cta .cta-button{display:inline-block;background:#fff;color:#0c0;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-post__cta .cta-button:hover{background:#f2f2f2;transform:translateY(-2px)}.blog-post__footer{display:flex;justify-content:space-between;align-items:flex-start;padding-top:32px;border-top:1px solid #D1D1D6;flex-wrap:wrap;gap:20px}@media (max-width: 768px){.blog-post__footer{flex-direction:column;gap:16px}}.blog-post__tags{display:flex;gap:8px;flex-wrap:wrap}.blog-post__tags .tag{background:#f2f2f7;color:#1d1d1f;padding:4px 12px;border-radius:16px;font-size:.875rem;transition:all .3s ease}.blog-post__tags .tag:hover{background:#0c0;color:#fff}.blog-post__share{display:flex;align-items:center;gap:12px;font-size:.875rem}.blog-post__share span{color:#86868b;font-weight:500}.blog-post__share .share-link{color:#0c0;text-decoration:none;transition:all .3s ease}.blog-post__share .share-link:hover{color:#090}.content-section{margin-bottom:32px}@media (max-width: 768px){.content-section{margin-bottom:24px}}.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:24px 0}@media (max-width: 768px){.models-grid{grid-template-columns:1fr;gap:16px}}.model-card{background:#f2f2f7;padding:24px;border-radius:12px;border-left:4px solid #00cc00}.model-card h3{color:#1d1d1f;margin-bottom:16px}.model-card .model-specs p{margin-bottom:8px;color:#86868b}.model-card .model-specs p strong{color:#1d1d1f}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:24px 0}@media (max-width: 768px){.features-list{grid-template-columns:1fr;gap:16px}}.feature-item{background:#f2f2f7;padding:20px;border-radius:8px}.feature-item h4{color:#1d1d1f;margin-bottom:8px}.feature-item p{margin:0;color:#86868b;font-size:.9rem}.offer-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:20px 0}@media (max-width: 768px){.offer-highlights{grid-template-columns:1fr}}.highlight-item{display:flex;align-items:center;gap:12px;background:#f2f2f7;padding:16px;border-radius:8px}.highlight-item .highlight-icon{font-size:1.25rem}.highlight-item span:last-child{color:#1d1d1f;font-weight:500}.related-posts{max-width:800px;margin:0 auto}.related-posts h3{color:#1d1d1f;margin-bottom:24px;font-size:1.5rem}.related-posts__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}@media (max-width: 768px){.related-posts__grid{grid-template-columns:1fr;gap:16px}}.related-post{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease;transition:all .3s ease}.related-post:hover{box-shadow:0 8px 24px #0003}.related-post:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.related-post img{width:120px;height:100px;object-fit:cover;flex-shrink:0}@media (max-width: 768px){.related-post img{width:100px;height:80px}}.related-post__content{padding:16px;display:flex;flex-direction:column;justify-content:center}.related-post__content h4{color:#1d1d1f;margin-bottom:8px;font-size:1rem;line-height:1.3}.related-post__content__date{color:#86868b;font-size:.875rem}.wordpress-page{padding:20px 0 80px}@media (max-width: 768px){.wordpress-page{padding:20px 0 60px}}.gutenberg-content{font-size:1rem;line-height:1.8;color:#86868b}.gutenberg-content h1,.gutenberg-content h2,.gutenberg-content h3,.gutenberg-content h4,.gutenberg-content h5,.gutenberg-content h6{color:#1d1d1f;font-weight:600;line-height:1.3;margin:2rem 0 1rem}.gutenberg-content h1:first-child,.gutenberg-content h2:first-child,.gutenberg-content h3:first-child,.gutenberg-content h4:first-child,.gutenberg-content h5:first-child,.gutenberg-content h6:first-child{margin-top:0}.gutenberg-content h1{font-size:2.5rem;border-bottom:3px solid #00cc00;padding-bottom:.5rem}@media (max-width: 768px){.gutenberg-content h1{font-size:2rem}}.gutenberg-content h2{font-size:2rem;border-bottom:2px solid #33ff33;padding-bottom:.3rem}@media (max-width: 768px){.gutenberg-content h2{font-size:1.75rem}}.gutenberg-content h3{font-size:1.5rem;color:#0c0}@media (max-width: 768px){.gutenberg-content h3{font-size:1.25rem}}.gutenberg-content h4{font-size:1.25rem}@media (max-width: 768px){.gutenberg-content h4{font-size:1.125rem}}.gutenberg-content h5,.gutenberg-content h6{font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.gutenberg-content p{margin-bottom:1.5rem}.gutenberg-content p:last-child{margin-bottom:0}.gutenberg-content ul,.gutenberg-content ol{margin:1.5rem 0;padding-left:2rem}.gutenberg-content ul li,.gutenberg-content ol li{margin-bottom:.5rem;line-height:1.7}.gutenberg-content ul ul,.gutenberg-content ul ol,.gutenberg-content ol ul,.gutenberg-content ol ol{margin:.5rem 0}.gutenberg-content ul{list-style-type:disc}.gutenberg-content ul li::marker{color:#0c0}.gutenberg-content ol{list-style-type:decimal}.gutenberg-content ol li::marker{color:#0c0;font-weight:600}.gutenberg-content a{color:#0c0;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.gutenberg-content a:hover{color:#090;border-bottom-color:#0c0}.gutenberg-content strong,.gutenberg-content b{font-weight:600;color:#1d1d1f}.gutenberg-content em,.gutenberg-content i{font-style:italic}.gutenberg-content code{background:#f2f2f7;padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Menlo,monospace;font-size:.9rem;color:#1d1d1f}.gutenberg-content pre{background:#1c1c1e;color:#fff;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.gutenberg-content pre code{background:none;padding:0;color:inherit}.gutenberg-content blockquote,.gutenberg-content .wp-block-quote{margin:2rem 0;padding:1.5rem 2rem;background:#f2f2f7;border-left:4px solid #00cc00;border-radius:0 8px 8px 0;font-style:italic;position:relative}.gutenberg-content blockquote:before,.gutenberg-content .wp-block-quote:before{content:'"';font-size:4rem;color:#0c0;position:absolute;top:-.5rem;left:1rem;opacity:.3}.gutenberg-content blockquote p,.gutenberg-content .wp-block-quote p{margin-bottom:1rem}.gutenberg-content blockquote p:last-child,.gutenberg-content .wp-block-quote p:last-child{margin-bottom:0}.gutenberg-content blockquote cite,.gutenberg-content .wp-block-quote cite{display:block;margin-top:1rem;font-size:.9rem;color:#86868b}.gutenberg-content blockquote cite:before,.gutenberg-content .wp-block-quote cite:before{content:"— "}.gutenberg-content table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.gutenberg-content th,.gutenberg-content td{padding:1rem;text-align:left;border-bottom:1px solid #D1D1D6}.gutenberg-content th{background:#0c0;color:#fff;font-weight:600}.gutenberg-content tr:hover{background:#f2f2f7}.gutenberg-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:0 4px 12px #0000001a}.gutenberg-content .wp-block-image{margin:2rem 0}.gutenberg-content .wp-block-image img{margin:0}.gutenberg-content .wp-block-image figcaption{margin-top:.5rem;font-size:.9rem;color:#86868b;text-align:center;font-style:italic}.gutenberg-content .wp-block-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:2rem 0}.gutenberg-content .wp-block-pullquote{background:#0c0;color:#fff;padding:2rem;border-radius:12px;text-align:center;margin:3rem 0}.gutenberg-content .wp-block-pullquote blockquote,.gutenberg-content .wp-block-pullquote .wp-block-quote{background:none;border:none;color:inherit;font-size:1.25rem}.gutenberg-content .wp-block-pullquote blockquote:before,.gutenberg-content .wp-block-pullquote .wp-block-quote:before{color:#ffffff4d}.gutenberg-content .wp-block-separator{border:none;height:2px;background:linear-gradient(90deg,transparent,#00cc00,transparent);margin:3rem 0}.gutenberg-content .wp-block-spacer{margin:2rem 0}.gutenberg-content .wp-block-button{margin:1.5rem 0}.gutenberg-content .wp-block-button .wp-block-button__link{display:inline-block;padding:12px 24px;background:#0c0;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none}.gutenberg-content .wp-block-button .wp-block-button__link:hover{background:#090;color:#fff;border-bottom:none}.gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link{background:transparent;color:#0c0;border:2px solid #00cc00}.gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:hover{background:#0c0;color:#fff}.gutenberg-content .wp-block-columns{display:flex;gap:2rem;margin:2rem 0}@media (max-width: 768px){.gutenberg-content .wp-block-columns{flex-direction:column;gap:1rem}}.gutenberg-content .wp-block-column{flex:1}.gutenberg-content .wp-block-media-text{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin:2rem 0}@media (max-width: 768px){.gutenberg-content .wp-block-media-text{grid-template-columns:1fr}}.gutenberg-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{order:2}.gutenberg-content .wp-block-cover{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;margin:2rem 0;border-radius:12px;overflow:hidden}.gutenberg-content .wp-block-cover:before{content:"";position:absolute;inset:0;background:#00000080}.gutenberg-content .wp-block-cover .wp-block-cover__inner-container{position:relative;z-index:1;color:#fff;text-align:center;padding:2rem}.gutenberg-content .wp-block-group.is-style-notice{background:#b3ffb3;border-left:4px solid #00cc00;padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}.gutenberg-content .wp-block-group.is-style-warning{background:#fff0b3;border-left:4px solid #FFCC00;padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}.gutenberg-content .wp-block-group.is-style-error{background:#ffe4e3;border-left:4px solid #FF3B30;padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}@media (max-width: 768px){.gutenberg-content ul,.gutenberg-content ol{padding-left:1.5rem}.gutenberg-content blockquote,.gutenberg-content .wp-block-quote{padding:1rem 1.5rem}.gutenberg-content blockquote:before,.gutenberg-content .wp-block-quote:before{font-size:3rem;top:-.3rem;left:.5rem}.gutenberg-content table{font-size:.9rem}.gutenberg-content th,.gutenberg-content td{padding:.75rem .5rem}}.error-page{min-height:100vh;overflow:hidden;position:relative;background:linear-gradient(135deg,#fff,#f2f2f7)}.error-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;z-index:10}.error-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.error-bg__element{position:absolute;background:linear-gradient(45deg,#0c0,#34c759);border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.error-bg__element--1{width:200px;height:200px;top:20%;left:10%;animation-delay:0s}.error-bg__element--2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.error-bg__element--3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.error-content{position:relative;z-index:10;text-align:center;max-width:600px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:60px 40px;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.error-content{padding:40px 24px;margin:20px}}.error-graphic{margin-bottom:40px;position:relative}@media (max-width: 768px){.error-graphic{margin-bottom:30px}}.error-number{font-size:8rem;font-weight:700;color:#0c0;line-height:1;margin-bottom:20px;text-shadow:0 4px 8px rgba(0,122,255,.3);animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.error-number{font-size:6rem}}@media (max-width: 480px){.error-number{font-size:4rem}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.error-icon .apple-icon{font-size:3rem;animation:bounce 2s ease-in-out infinite}@media (max-width: 768px){.error-icon .apple-icon{font-size:2.5rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.error-message{margin-bottom:40px}@media (max-width: 768px){.error-message{margin-bottom:30px}}.error-title{font-size:2rem;color:#1d1d1f;margin-bottom:16px;font-weight:600}@media (max-width: 768px){.error-title{font-size:1.5rem}}.error-description{font-size:1.125rem;color:#86868b;line-height:1.6;margin:0}@media (max-width: 768px){.error-description{font-size:1rem}}.error-actions{display:flex;gap:16px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}@media (max-width: 768px){.error-actions{flex-direction:column;align-items:center;margin-bottom:30px}}.error-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.error-btn__icon{width:20px;height:20px}.error-btn--primary{background:#0c0;color:#fff}.error-btn--primary:hover{background:#090;transform:translateY(-2px);box-shadow:0 8px 20px #007aff4d}.error-btn--secondary{background:#f2f2f7;color:#1d1d1f;border:1px solid #D1D1D6}.error-btn--secondary:hover{background:#e2e2ed;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.error-info{margin-bottom:30px;padding:16px;background:#f2f2f7;border-radius:8px;font-size:.875rem;color:#86868b}.error-info p{margin:4px 0}.error-info .error-path{font-family:Courier New,monospace}.error-info .error-path span{color:#0c0;font-weight:500}.quick-links h3{color:#1d1d1f;margin-bottom:20px;font-size:1.25rem}.quick-links__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 768px){.quick-links__grid{grid-template-columns:1fr}}.quick-link{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f2f2f7;border-radius:8px;text-decoration:none;color:#1d1d1f;transition:all .3s ease}.quick-link:hover{background:#0c0;color:#fff;transform:translate(4px)}.quick-link__icon{font-size:1.25rem;flex-shrink:0}.quick-link__text{font-size:.875rem;font-weight:500}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}@media (max-width: 768px){.floating-elements{display:none}}.floating-element{position:absolute;font-size:2rem;opacity:.6;animation:floatAround 8s ease-in-out infinite}.floating-element--1{top:15%;left:5%;animation-delay:0s}.floating-element--2{top:25%;right:10%;animation-delay:2s}.floating-element--3{bottom:30%;left:8%;animation-delay:4s}.floating-element--4{bottom:15%;right:15%;animation-delay:6s}@keyframes floatAround{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-20px) rotate(90deg)}50%{transform:translate(-10px,-40px) rotate(180deg)}75%{transform:translate(-30px,-10px) rotate(270deg)}}
