:root{--primary:#1e5483;--primary-dark:#1b365d;--accent:#d4af37;--accent-light:#e5c45c;--light:#f4f4f4;--light-gray:#f8f9fa;--gray:#6b7a8d;--white:#fff;--black:#1a1a1a;--shadow-sm:0 5px 20px #0000000d;--shadow-md:0 10px 30px #0000001a;--shadow-lg:0 20px 40px #00000026;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-secondary:"Playfair Display",Georgia,serif}*{box-sizing:border-box;margin:0;padding:0}.res-arch-page{width:100%;font-family:var(--font-primary);color:var(--black);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-secondary);font-weight:600;line-height:1.2}.res-container{max-width:1200px;margin:0 auto;padding:0 20px}.res-section{padding:80px 0}.res-section-dark{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:var(--white)}.res-section-light{background:var(--light)}.res-section-header{text-align:center;max-width:700px;margin:0 auto 50px}.res-section-tag{letter-spacing:3px;color:var(--accent);text-transform:uppercase;margin-bottom:15px;font-size:14px;font-weight:600;display:inline-block}.res-section-tag-light{color:#fffc}.res-section-header h2{color:var(--primary-dark);margin-bottom:15px;font-size:38px}.res-section-title-light{color:var(--white)!important}.res-section-desc-light{color:#ffffffe6;font-size:16px}.res-btn{cursor:pointer;border:2px solid #0000;border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.res-btn-primary{background:var(--accent);color:var(--primary-dark)}.res-btn-primary:hover{color:var(--accent);border-color:var(--accent);background:0 0;transform:translateY(-2px)}.res-btn-outline{color:var(--white);border:2px solid #ffffff4d}.res-btn-outline:hover{background:var(--white);color:var(--primary-dark);border-color:var(--white);transform:translateY(-2px)}.res-btn-large{padding:15px 35px;font-size:16px}.res-hero{justify-content:center;align-items:center;min-height:100vh;padding:100px 20px 50px;display:flex;position:relative;overflow:hidden}.res-hero-bg{filter:brightness(.4);z-index:-2;background:url(https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.res-hero-overlay{z-index:-1;background:linear-gradient(135deg,#1b365de6 0%,#1e5483d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.res-hero-content{text-align:center;max-width:1200px;color:var(--white);z-index:1;margin:0 auto;position:relative}.res-hero-text{max-width:800px;margin:0 auto 50px}.res-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:1px;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:8px;margin-bottom:30px;padding:8px 20px;font-size:14px;display:inline-flex}.res-badge-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.res-hero-text h1{margin-bottom:20px;font-size:52px;line-height:1.2}.res-highlight{color:var(--accent);display:inline-block;position:relative}.res-highlight:after{content:"";z-index:-1;background:#d4af374d;width:100%;height:8px;position:absolute;bottom:5px;left:0}.res-subtitle{opacity:.9;max-width:700px;margin:0 auto 35px;font-size:18px;line-height:1.8}.res-hero-btns{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.res-hero-stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:50px;padding:40px 0 0;display:flex}.res-stat{text-align:center}.res-stat-number{color:var(--accent);font-size:36px;font-weight:700;font-family:var(--font-secondary);margin-bottom:5px;display:block}.res-stat-label{opacity:.8;letter-spacing:1px;font-size:14px}.res-scroll{color:var(--white);letter-spacing:2px;opacity:.7;flex-direction:column;align-items:center;gap:10px;font-size:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.res-scroll-line{background:linear-gradient(to bottom,var(--accent),transparent);width:1px;height:50px}.res-intro{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.res-intro-content h2{color:var(--primary-dark);margin:15px 0 20px;font-size:38px}.res-intro-text{color:var(--gray);margin-bottom:20px;font-size:16px;line-height:1.8}.res-features-mini{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:30px;display:grid}.res-feature-mini{align-items:center;gap:10px;font-size:14px;display:flex}.res-feature-mini-icon{background:var(--accent);width:20px;height:20px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.res-intro-image{position:relative}.res-image-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.res-image-grid img{object-fit:cover;width:100%;height:200px;box-shadow:var(--shadow-md);border-radius:15px;transition:transform .3s}.res-image-grid img:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.res-image-grid img:first-child{grid-column:span 2;height:250px}.res-services{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.res-service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:30px;transition:all .3s}.res-service-card:hover{border-color:var(--accent);background:#ffffff26;transform:translateY(-8px)}.res-service-icon{margin-bottom:20px;font-size:42px}.res-service-card h3{color:var(--white);margin-bottom:15px;font-size:20px}.res-service-card p{color:#fffc;margin-bottom:20px;font-size:14px;line-height:1.7}.res-service-list{padding:0;list-style:none}.res-service-list li{color:#ffffffb3;padding:5px 0 5px 20px;font-size:13px;position:relative}.res-service-list li:before{content:"•";color:var(--accent);position:absolute;left:0}.res-process{max-width:900px;margin:0 auto;position:relative}.res-process-item{gap:30px;margin-bottom:30px;display:flex;position:relative}.res-process-item:last-child{margin-bottom:0}.res-process-number{background:var(--accent);width:60px;height:60px;color:var(--primary-dark);font-size:24px;font-weight:700;font-family:var(--font-secondary);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.res-process-content{padding:10px 0}.res-process-content h3{color:var(--primary-dark);margin-bottom:8px;font-size:20px}.res-process-content p{color:var(--gray);line-height:1.7}.res-why{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.res-why-content h2{color:var(--primary-dark);margin:15px 0 30px;font-size:38px}.res-why-list{gap:25px;display:grid}.res-why-item{gap:15px;display:flex}.res-why-icon{background:var(--accent);width:30px;height:30px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.res-why-item h3{color:var(--primary-dark);margin-bottom:5px;font-size:18px}.res-why-item p{color:var(--gray);font-size:14px;line-height:1.6}.res-why-stats{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.res-why-stat-card{background:var(--white);text-align:center;box-shadow:var(--shadow-md);border-radius:15px;padding:30px 20px;transition:transform .3s}.res-why-stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.res-why-stat-number{color:var(--accent);font-size:36px;font-weight:700;font-family:var(--font-secondary);margin-bottom:5px;display:block}.res-why-stat-label{color:var(--gray);font-size:14px}.res-faq{max-width:800px;margin:0 auto}.res-faq-item{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #0000000d;border-radius:12px;margin-bottom:15px;overflow:hidden}.res-faq-toggle{display:none}.res-faq-question{cursor:pointer;color:var(--primary-dark);justify-content:space-between;align-items:center;padding:20px 25px;font-weight:600;transition:background .3s;display:flex}.res-faq-question:hover{background:#d4af370d}.res-faq-icon{width:24px;height:24px;position:relative}.res-faq-icon:before,.res-faq-icon:after{content:"";background:var(--accent);transition:transform .3s;position:absolute}.res-faq-icon:before{width:2px;height:100%;left:50%;transform:translate(-50%)}.res-faq-icon:after{width:100%;height:2px;top:50%;transform:translateY(-50%)}.res-faq-toggle:checked+.res-faq-question .res-faq-icon:before{transform:translate(-50%)rotate(90deg)}.res-faq-answer{background:var(--light-gray);max-height:0;padding:0 25px;transition:all .3s;overflow:hidden}.res-faq-toggle:checked~.res-faq-answer{max-height:200px;padding:20px 25px}.res-faq-answer p{color:var(--gray);line-height:1.7}.res-cta{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:var(--white);text-align:center;padding:80px 20px}.res-cta-content{max-width:700px;margin:0 auto}.res-cta-content h2{color:var(--white);margin-bottom:15px;font-size:42px}.res-cta-content p{opacity:.9;margin-bottom:35px;font-size:18px}.res-cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (max-width:1200px){.res-hero-text h1{font-size:46px}.res-intro-content h2,.res-why-content h2{font-size:34px}}@media (max-width:1024px){.res-section{padding:70px 0}.res-section-header h2{font-size:34px}.res-services{grid-template-columns:repeat(2,1fr)}.res-intro{grid-template-columns:1fr;gap:40px}.res-intro-content{text-align:center}.res-features-mini{max-width:500px;margin:30px auto 0}.res-why{grid-template-columns:1fr;gap:40px}.res-why-content{text-align:center}.res-why-stats{max-width:600px;margin:0 auto}.res-hero-stats{gap:30px}}@media (max-width:768px){.res-section{padding:60px 0}.res-section-header h2{font-size:30px}.res-hero-text h1{font-size:38px}.res-subtitle{font-size:16px}.res-hero-stats{flex-direction:column;gap:20px;padding-top:30px}.res-services{grid-template-columns:1fr}.res-service-card{max-width:500px;margin:0 auto}.res-process-item{text-align:center;flex-direction:column;gap:15px}.res-process-number{margin:0 auto}.res-why-stats{grid-template-columns:1fr;max-width:400px}.res-cta-content h2{font-size:34px}.res-cta-buttons{flex-direction:column;align-items:center}.res-btn{justify-content:center;width:100%;max-width:300px}.res-scroll{display:none}}@media (max-width:576px){.res-section{padding:50px 0}.res-section-header h2{font-size:26px}.res-hero-text h1{font-size:32px}.res-badge{padding:6px 16px;font-size:12px}.res-hero-btns{flex-direction:column}.res-btn{width:100%}.res-features-mini,.res-image-grid{grid-template-columns:1fr}.res-image-grid img:first-child{grid-column:auto;height:200px}.res-why-item{text-align:left}.res-cta-content h2{font-size:28px}.res-cta-content p{font-size:16px}}@media (max-width:375px){.res-hero-text h1{font-size:28px}.res-subtitle{font-size:14px}.res-stat-number{font-size:30px}.res-section-header h2{font-size:24px}.res-why-stat-number{font-size:30px}.res-faq-question{padding:15px 20px;font-size:14px}}@media (hover:none){.res-service-card:hover{background:#ffffff1a;border-color:#ffffff1a;transform:none}.res-why-stat-card:hover{box-shadow:var(--shadow-md);transform:none}.res-image-grid img:hover{transform:none}}
