.pricing-section{align-items:center;padding:4rem 0;display:flex}.pricing-section .container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.pricing-section .pricing-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (width<=968px){.pricing-section .pricing-grid{grid-template-columns:1fr;gap:3rem}}.pricing-section .hero-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.pricing-section .pricing-content{flex-direction:column;gap:3rem;display:flex}.pricing-section .main-title{color:#000;letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:.9}@media (width<=768px){.pricing-section .main-title{text-align:center}}.pricing-section .pricing-list{border-right:2px solid #4e4e4e;flex-direction:column;gap:2.5rem;padding:1rem 2rem 1rem 0;display:flex}.pricing-section .pricing-item{border-bottom:1px solid #e0e0e0;padding-bottom:2rem}.pricing-section .pricing-item:last-child{border-bottom:none;padding-bottom:0}.pricing-section .pricing-header{justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:1rem;display:flex}@media (width<=568px){.pricing-section .pricing-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.pricing-section .service-title{color:#000;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:600}@media (width<=768px){.pricing-section .service-title{font-size:1.3rem}}.pricing-section .price{color:#000;letter-spacing:-.01em;flex-shrink:0;font-size:1.5rem;font-weight:700}@media (width<=768px){.pricing-section .price{font-size:1.3rem}}.pricing-section .service-description{color:#555;letter-spacing:.2px;margin:0;font-size:1rem;font-weight:300;line-height:1.6}@media (width<=768px){.pricing-section .service-description{font-size:.95rem;line-height:1.5}}.pricing-section .order-section{justify-content:flex-end;margin-top:2rem;display:flex}@media (width<=768px){.pricing-section .order-section{justify-content:center}}.pricing-section .order-button{color:#333;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;align-items:center;gap:1.5rem;padding:.75rem 0;font-size:1.1rem;font-weight:400;transition:all .3s;display:flex}.pricing-section .order-button:hover{color:#000}.pricing-section .order-button:hover .arrow{transform:translate(6px)}.pricing-section .order-button:hover .arrow line,.pricing-section .order-button:hover .arrow path{stroke:#000}.pricing-section .order-button .arrow{flex-shrink:0;transition:transform .3s}.pricing-section .order-button .arrow line,.pricing-section .order-button .arrow path{transition:stroke .3s}@media (width<=568px){.pricing-section .order-button{gap:1rem;font-size:1rem}.pricing-section .order-button .arrow{width:50px;height:18px}}@media (width<=1200px){.pricing-section .container{padding:0 1.5rem}.pricing-section .pricing-grid{gap:4rem}}@media (width<=768px){.pricing-section{padding:2rem 0}.pricing-section .container{padding:0 1rem}.pricing-section .pricing-content,.pricing-section .pricing-list{gap:2rem}.pricing-section .pricing-item{padding-bottom:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-image,.main-title,.pricing-item{animation:.6s ease-out forwards fadeInUp}.main-title{animation-delay:.1s}.pricing-item:first-child{animation-delay:.2s}.pricing-item:nth-child(2){animation-delay:.3s}.pricing-item:nth-child(3){animation-delay:.4s}.order-section{animation:.6s ease-out .5s forwards fadeInUp}.latest-works{flex-direction:row;margin:0;padding:4rem 2rem 4rem 0;display:flex}@media (width<=968px){.latest-works{margin:0;padding:0;display:block}}.latest-works .vertical-line{background-color:#00000083;width:2px;height:300px}@media (width<=968px){.latest-works .vertical-line{display:none}}.latest-works .container{width:100%;max-width:1400px;margin:0;padding:0 2rem}@media (width<=768px){.latest-works .container{padding:0}}.latest-works .header-section{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}@media (width<=768px){.latest-works .header-section{text-align:center;flex-direction:column;align-items:center;gap:0;margin-bottom:0}}.latest-works .main-title{color:#000;letter-spacing:-.02em;text-transform:uppercase;flex:1;margin:0;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:.9}@media (width<=568px){.latest-works .main-title{font-size:clamp(2.5rem,10vw,4rem)}}.latest-works .see-more-button{color:#333;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;flex-shrink:0;align-items:center;gap:1.5rem;margin-top:1rem;padding:.5rem 0;font-size:1rem;font-weight:400;transition:all .3s;display:flex}.latest-works .see-more-button:hover{color:#000}.latest-works .see-more-button:hover .arrow{transform:translate(6px)}.latest-works .see-more-button .arrow{transition:transform .3s}@media (width<=568px){.latest-works .see-more-button .arrow{width:50px;height:18px}}.latest-works .gallery-container{height:600px;margin-bottom:2rem;position:relative;overflow:hidden}@media (width<=768px){.latest-works .gallery-container{aspect-ratio:4/5;height:auto}}.latest-works .gallery-grid{width:100%;height:100%;position:relative}.latest-works .slide{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:grid;position:absolute;top:0;left:0}.latest-works .slide.active{transform:translate(0)}@media (width<=768px){.latest-works .slide{grid-template-columns:1fr;place-items:center;gap:1rem}}@media (width<=480px){.latest-works .slide{gap:.75rem}}.latest-works .gallery-item{aspect-ratio:1;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.latest-works .gallery-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.latest-works .gallery-item:hover img{transform:scale(1.05)}@media (width<=768px){.latest-works .gallery-item{aspect-ratio:4/5;width:auto;max-width:98%;height:auto;margin:0 auto}}.latest-works .navigation{justify-content:center;align-items:center;gap:2rem;display:flex}.latest-works .navigation .nav-dots{align-items:center;gap:.5rem;display:flex}.latest-works .navigation .nav-dot{cursor:pointer;background:#ddd;border:none;border-radius:100px;width:32px;height:8px;transition:all .3s}.latest-works .navigation .nav-dot.active{background:#333;transform:scale(1.2)}.latest-works .navigation .nav-dot:hover{background:#666}@media (width<=768px){.latest-works{padding:3rem 0}.latest-works .navigation{gap:1.5rem}.latest-works .gallery-container{margin-bottom:1.5rem}}@media (width<=480px){.latest-works .main-title{font-size:2rem;line-height:1}.latest-works .see-more-button{gap:1rem;margin-top:.5rem;font-size:.9rem}.latest-works .see-more-button .arrow{width:40px;height:16px}.latest-works .gallery-container{margin-bottom:1rem}.latest-works .navigation{gap:1rem}.latest-works .navigation .nav-dots{gap:.4rem}.latest-works .navigation .nav-dot{width:28px;height:6px}}.gallery-item,.header-section{animation:.6s ease-out forwards fadeInUp}.gallery-item:first-child{animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.navigation{animation:.6s ease-out .5s forwards fadeInUp}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
