﻿nav{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media(max-width: 768px){nav{padding:1rem 5%}}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#50392c;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links a:hover{color:#50392c}@media(max-width: 768px){.nav-links{gap:1rem;font-size:.85rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:80px 0}@media(max-width: 768px){section{padding:60px 0}}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.7}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);display:inline-block}.btn-primary{background:#fff;color:#50392c}.btn-primary:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#50392c;transform:translateY(-2px)}.btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:#f3f4f6;padding:3rem 5%;text-align:center}footer a{color:#50392c;text-decoration:none}footer a:hover{text-decoration:underline}@keyframes fadeIn{to{opacity:1}}.fade-in{opacity:0;animation:fadeIn .6s ease forwards}.fade-in:nth-child(1){animation-delay:0.1s}.fade-in:nth-child(2){animation-delay:0.2s}.fade-in:nth-child(3){animation-delay:0.3s}.fade-in:nth-child(4){animation-delay:0.4s}.fade-in:nth-child(5){animation-delay:0.5s}.fade-in:nth-child(6){animation-delay:0.6s}.fade-in:nth-child(7){animation-delay:0.7s}.fade-in:nth-child(8){animation-delay:0.8s}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2937;line-height:1.6;background:#fff}nav{background:#fff;padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1)}.logo{color:#2563eb}.nav-links a{color:#1f2937;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links a:hover{color:#2563eb}.disabled{pointer:block}.hero{margin-top:60px;background:linear-gradient(135deg, #1e40af 0%, #2563eb 100%);color:#fff;padding:80px 5% 60px;text-align:center}@media(max-width: 768px){.hero{padding:60px 5% 40px}}.hero-content{max-width:1000px;margin:0 auto}.hero-tag{display:inline-block;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;opacity:.95;max-width:800px;margin:0 auto 2rem;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:2rem;max-width:900px;margin:3rem auto 0}.stat-box{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.2)}.stat-number{font-size:2rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.container{max-width:1200px;margin:0 auto;padding:0 5%}section{padding:80px 0}@media(max-width: 768px){section{padding:60px 0}}section:nth-child(even){background:#f9fafb}.section-header{text-align:center;margin-bottom:60px}.section-tag{color:#2563eb;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;display:block}.section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.1rem;color:#6b7280;max-width:700px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#2563eb}.card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.card-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.card-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.card-solution{background:#f9fafb;padding:1rem;border-radius:8px;border-left:3px solid #2563eb}.solution-label{font-weight:600;color:#2563eb;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.solution-text{font-size:.95rem;color:#1f2937;line-height:1.5}.timeline{max-width:800px;margin:3rem auto;position:relative}.timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2563eb}@media(max-width: 768px){.timeline::before{left:0}}.timeline-item{position:relative;padding-left:40px;margin-bottom:3rem}.timeline-item::before{content:"";position:absolute;left:-6px;top:0;width:14px;height:14px;background:#2563eb;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px rgba(37,99,235,.2)}@media(max-width: 768px){.timeline-item{padding-left:30px}}.timeline-date{color:#2563eb;font-weight:600;font-size:.9rem;margin-bottom:.5rem;display:block}.timeline-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.timeline-description{color:#6b7280;line-height:1.6}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.tech-category{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.tech-category h4{color:#2563eb;font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}.tech-list{list-style:none}.tech-item{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.95rem}.tech-item:last-child{border-bottom:none}.tech-item::before{content:"▹";color:#2563eb;margin-right:8px;font-weight:bold}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin-top:3rem}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.metric-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#2563eb}.metric-value{font-size:2.5rem;font-weight:700;color:#2563eb;display:block;margin-bottom:.5rem}.metric-label{font-weight:600;color:#1f2937;margin-bottom:.5rem}.metric-context{font-size:.85rem;color:#6b7280}.cta-section{background:linear-gradient(135deg, #1e40af 0%, #2563eb 100%);color:#fff;padding:80px 5%;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.1rem;opacity:.95;margin-bottom:2rem;line-height:1.7}.cta-note{margin-top:2rem;font-size:.9rem;opacity:.8;font-style:italic}.btn-primary{background:#fff;color:#2563eb}.btn-primary:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}footer{background:#111827;color:#9ca3af;padding:2rem 5%;text-align:center}footer a{color:#2563eb;text-decoration:none}footer a:hover{text-decoration:underline}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;margin-top:3rem}@media(max-width: 768px){.gallery-grid{grid-template-columns:1fr}}.gallery-item{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15);border-color:#2563eb}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:hover::after{opacity:1}.gallery-item img{width:100%;height:auto;display:block;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.gallery-item::after{content:"🔍";position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);padding:.5rem;border-radius:50%;font-size:1.2rem;opacity:0;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.gallery-caption{padding:1.5rem;background:#fff}.gallery-caption-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.gallery-caption-text{font-size:.9rem;color:#6b7280;line-height:1.5}.fullscreen-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:10000;cursor:pointer;opacity:0;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1)}.fullscreen-modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.fullscreen-modal img{max-width:95%;max-height:95%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.fullscreen-close,.fullscreen-nav{position:absolute;background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.3);width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:10001}.fullscreen-close:hover,.fullscreen-nav:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}@media(max-width: 768px){.fullscreen-close,.fullscreen-nav{width:40px;height:40px;font-size:1.2rem}}.fullscreen-close{top:2rem;right:2rem}.fullscreen-close:hover{transform:rotate(90deg)}@media(max-width: 768px){.fullscreen-close{top:1rem;right:1rem}}.fullscreen-nav{top:50%;transform:translateY(-50%)}.fullscreen-prev{left:2rem}@media(max-width: 768px){.fullscreen-prev{left:1rem}}.fullscreen-next{right:2rem}@media(max-width: 768px){.fullscreen-next{right:1rem}}.fullscreen-counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.5);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;z-index:10001}/*# sourceMappingURL=aktina.css.map */
