:root{--ara-bg:#f7f8fb;--ara-dark:#2f3238;--ara-green:#1c6d4e;--ara-blue-dark:#22457f;--ara-blue:#416598;--ara-blue-light:#6d96b9;--ara-grey:#56565b;--ara-grey-light:#6e88aa;--ara-white:#ffffff;--ara-border:rgba(34,69,127,0.14);--ara-border-strong:rgba(34,69,127,0.24);--ara-shadow:0 18px 45px rgba(47,50,56,0.10);--ara-shadow-hover:0 26px 65px rgba(34,69,127,0.18);--ara-gradient:linear-gradient(90deg,var(--ara-green),var(--ara-blue-dark));--ara-gradient-soft:linear-gradient(135deg,rgba(28,109,78,0.08),rgba(34,69,127,0.08))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Heebo",sans-serif;background:var(--ara-bg);color:var(--ara-dark);overflow-x:hidden}.ara-site{direction:rtl;text-align:right;background:var(--ara-bg)}.ara-site a{color:inherit;text-decoration:none}.ara-site img{display:block;max-width:100%}.ara-container{width:min(1200px,calc(100% - 40px));margin:0 auto}.ara-section{padding:96px 0}.ara-section h2,.ara-process h2,.ara-contact-form h2{margin:0 0 14px;font-size:clamp(32px,4vw,46px);font-weight:700;line-height:1.15;background:var(--ara-gradient);-webkit-background-clip:text;background-clip:text;color:transparent !important}.ara-section h2{text-align:center}.ara-subtitle{max-width:760px;margin:0 auto 44px;color:rgba(47,50,56,0.74);font-size:19px;line-height:1.75;text-align:center}.ara-section-label{display:inline-flex;margin-bottom:12px;color:var(--ara-green);font-size:15px;font-weight:700;letter-spacing:0.3px}.ara-section-label.center{display:flex;justify-content:center}.ara-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,0.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(34,69,127,0.12)}.ara-header-inner{direction:ltr;width:min(1280px,calc(100% - 44px));height:88px;margin:0 auto;display:grid;grid-template-columns:180px 1fr 230px;align-items:center;gap:28px}.ara-logo{grid-column:3;justify-self:end;display:flex;align-items:center}.ara-logo img{width:230px;max-height:68px;object-fit:contain}.ara-nav{direction:rtl;grid-column:2;display:flex;align-items:center;justify-content:center;gap:26px}.ara-nav a{position:relative;color:var(--ara-dark);font-size:16px;font-weight:600;padding:8px 0;white-space:nowrap;transition:color 0.3s ease}.ara-nav a::after{content:"";position:absolute;right:0;bottom:0;width:0;height:2px;background:var(--ara-gradient);transition:width 0.3s ease}.ara-nav a:hover{color:var(--ara-blue-dark)}.ara-nav a:hover::after{width:100%}.ara-call{grid-column:1;justify-self:start;min-width:158px;height:48px;border-radius:999px;background:var(--ara-blue-dark);color:var(--ara-white) !important;direction:ltr;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;transition:0.3s ease;box-shadow:0 10px 24px rgba(34,69,127,0.20)}.ara-call:hover{background:var(--ara-green);transform:translateY(-2px)}.ara-call svg,.ara-contact-item svg,.ara-footer svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ara-call svg{width:20px;height:20px}.ara-menu-toggle{display:none}.ara-hero{position:relative;min-height:700px;display:flex;align-items:flex-start;overflow:hidden;color:var(--ara-white);padding:70px 0 115px}.ara-hero-bg{position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");background-size:cover;background-position:center;transform:scale(1.03)}.ara-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(47,50,56,0.88),rgba(34,69,127,0.76)),radial-gradient(circle at 25% 40%,rgba(28,109,78,0.22),transparent 34%)}.ara-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr 0.85fr;gap:44px;align-items:center}.ara-hero-content{text-align:right;justify-self:end;padding-top:0}.ara-kicker{display:inline-flex;margin-bottom:22px;padding:8px 18px;border-radius:999px;border:1px solid rgba(255,255,255,0.34);background:rgba(255,255,255,0.09);color:var(--ara-white);direction:ltr;font-weight:700;letter-spacing:1.4px;opacity:0;transform:translateY(18px);animation:araHeroFadeUp 0.75s ease forwards}.ara-hero h1{margin:0;color:var(--ara-white);font-size:clamp(40px,5.8vw,68px);line-height:1.08;font-weight:800;max-width:900px;text-align:right;opacity:0;transform:translateY(22px);animation:araHeroFadeUp 0.85s ease forwards;animation-delay:0.14s}.ara-hero p{max-width:790px;margin:26px 0 36px auto;color:rgba(255,255,255,0.92);font-size:clamp(18px,2vw,23px);line-height:1.75;text-align:right;opacity:0;transform:translateY(22px);animation:araHeroFadeUp 0.85s ease forwards;animation-delay:0.28s}.ara-hero-actions{display:flex;justify-content:flex-start;gap:16px;flex-wrap:wrap;opacity:0;transform:translateY(22px);animation:araHeroFadeUp 0.85s ease forwards;animation-delay:0.42s}@keyframes araHeroFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ara-btn{display:inline-flex;min-height:52px;padding:0 30px;border-radius:999px;align-items:center;justify-content:center;font-weight:700;border:2px solid transparent;transition:0.3s ease;cursor:pointer;font-family:inherit;font-size:17px}.ara-btn-primary{background:var(--ara-blue-dark);color:var(--ara-white) !important;box-shadow:0 12px 28px rgba(34,69,127,0.22)}.ara-btn-primary:hover{background:var(--ara-green);transform:translateY(-3px)}.ara-btn-outline{color:var(--ara-white) !important;border-color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.08)}.ara-btn-outline:hover{background:var(--ara-white);color:var(--ara-dark) !important;transform:translateY(-3px)}.ara-hero-panel{padding:32px;border-radius:28px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.20);backdrop-filter:blur(12px);box-shadow:0 20px 60px rgba(0,0,0,0.18);opacity:0;transform:translateY(28px) scale(0.98);animation:araPanelIn 0.9s ease forwards;animation-delay:0.24s}@keyframes araPanelIn{from{opacity:0;transform:translateY(28px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ara-hero-panel h3{margin:0 0 20px;color:var(--ara-white);font-size:24px;font-weight:700}.ara-hero-service-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ara-hero-service-list span{position:relative;overflow:hidden;padding:11px 13px;border-radius:12px;background:rgba(255,255,255,0.13);border:1px solid rgba(255,255,255,0.06);color:var(--ara-white);font-size:15px;font-weight:600;transition:0.3s ease}.ara-hero-service-list span::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,109,78,0.42),rgba(34,69,127,0.42));opacity:0;transition:opacity 0.3s ease}.ara-hero-service-list span:hover{transform:translateY(-3px);border-color:rgba(255,255,255,0.24);box-shadow:0 10px 22px rgba(0,0,0,0.14)}.ara-hero-service-list span:hover::before{opacity:1}.ara-hero-note{display:flex;gap:12px;margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,0.18)}.ara-hero-note svg{width:28px;min-width:28px;height:28px;fill:none;stroke:var(--ara-white);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ara-hero-note p{margin:0;color:rgba(255,255,255,0.88);font-size:16px;line-height:1.6;animation:none;opacity:1;transform:none}.ara-intro-strip{position:relative;z-index:3;margin-top:-46px}.ara-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ara-white);border-radius:28px;border:1px solid var(--ara-border);box-shadow:var(--ara-shadow);overflow:hidden}.ara-intro-item{position:relative;padding:32px 30px;border-left:1px solid var(--ara-border);overflow:hidden;opacity:0;transform:translateY(24px);animation:araIntroIn 0.75s ease forwards;transition:background 0.35s ease,transform 0.35s ease,box-shadow 0.35s ease}.ara-intro-item:nth-child(1){animation-delay:0.54s}.ara-intro-item:nth-child(2){animation-delay:0.68s}.ara-intro-item:nth-child(3){animation-delay:0.82s}@keyframes araIntroIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ara-intro-item::before{content:"";position:absolute;inset:0;background:var(--ara-gradient-soft);opacity:0;transition:opacity 0.35s ease}.ara-intro-item::after{content:"";position:absolute;right:0;left:0;bottom:0;height:4px;background:var(--ara-gradient);transform:scaleX(0);transform-origin:right;transition:transform 0.35s ease}.ara-intro-item:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(34,69,127,0.12)}.ara-intro-item:hover::before{opacity:1}.ara-intro-item:hover::after{transform:scaleX(1)}.ara-intro-item:last-child{border-left:none}.ara-intro-icon{position:relative;z-index:1;width:54px;height:54px;margin-bottom:16px;border-radius:16px;border:1px solid rgba(34,69,127,0.18);display:flex;align-items:center;justify-content:center;transition:0.35s ease}.ara-intro-icon svg{width:29px;height:29px;fill:none;stroke:var(--ara-blue-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:0.35s ease}.ara-intro-item:hover .ara-intro-icon{background:var(--ara-blue-dark);border-color:var(--ara-blue-dark)}.ara-intro-item:hover .ara-intro-icon svg{stroke:var(--ara-white)}.ara-intro-item strong{position:relative;z-index:1;display:inline-block;margin-bottom:8px;font-size:21px;font-weight:700;background:var(--ara-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.ara-intro-item span{position:relative;z-index:1;display:block;color:rgba(47,50,56,0.72);font-size:16px;line-height:1.55}.ara-about{background:var(--ara-white)}.ara-about-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:58px;align-items:center}.ara-about-text h2{text-align:right}.ara-about-text p{margin:0 0 18px;color:rgba(47,50,56,0.82);font-size:18px;line-height:1.9}.ara-about-card{position:relative;min-height:470px;border-radius:30px;overflow:hidden;box-shadow:var(--ara-shadow)}.ara-about-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ara-about-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(47,50,56,0.84))}.ara-about-card-content{position:absolute;right:0;left:0;bottom:0;z-index:2;padding:30px;color:var(--ara-white)}.ara-about-card-content strong{display:block;font-size:25px;margin-bottom:8px}.ara-about-card-content span{font-size:17px;line-height:1.6;color:rgba(255,255,255,0.88)}.ara-services{background:linear-gradient(180deg,#ffffff 0%,var(--ara-bg) 100%)}.ara-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.ara-service-card{position:relative;min-height:360px;background:var(--ara-white);border:1px solid var(--ara-border);border-radius:26px;padding:0 0 22px;box-shadow:0 10px 30px rgba(47,50,56,0.06);transition:transform 0.35s ease,border-color 0.35s ease,box-shadow 0.35s ease;overflow:hidden}.ara-service-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,109,78,0.05),rgba(34,69,127,0.04));opacity:0;transition:opacity 0.35s ease;pointer-events:none;z-index:1}.ara-service-card::after{content:"";position:absolute;right:0;left:0;bottom:0;height:5px;background:var(--ara-gradient);transform:scaleX(0);transform-origin:right;transition:transform 0.35s ease;z-index:3}.ara-service-card:hover{transform:translateY(-8px);border-color:rgba(28,109,78,0.34);box-shadow:var(--ara-shadow-hover)}.ara-service-card:hover::before{opacity:1}.ara-service-card:hover::after{transform:scaleX(1)}.ara-service-image{width:100%;height:230px;overflow:hidden;background:#e8edf3}.ara-service-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease,filter 0.6s ease}.ara-service-card:hover .ara-service-image img{transform:scale(1.06);filter:saturate(1.05) contrast(1.03)}.ara-service-content{position:relative;z-index:2;padding:18px 28px 0}.ara-service-card h3{margin:0 0 8px;color:var(--ara-dark);font-size:22px;font-weight:700;transition:color 0.3s ease}.ara-service-card:hover h3{color:var(--ara-blue-dark)}.ara-service-card p{margin:0;color:rgba(47,50,56,0.76);font-size:16px;line-height:1.6}.ara-process{padding:96px 0;background:radial-gradient(circle at 18% 12%,rgba(109,150,185,0.16),transparent 34%),linear-gradient(135deg,var(--ara-dark),#222833 65%,var(--ara-blue-dark));color:var(--ara-white);overflow:hidden}.ara-process-grid{display:grid;grid-template-columns:0.8fr 1.2fr;gap:48px;align-items:start}.ara-process h2{background:linear-gradient(90deg,var(--ara-blue-light),#ffffff);-webkit-background-clip:text;background-clip:text;color:transparent !important}.ara-process .ara-section-label{color:var(--ara-blue-light)}.ara-process-steps{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ara-step{position:relative;overflow:hidden;padding:26px;border-radius:22px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);opacity:0;transform:translateY(34px);animation:araStepLoad 0.9s ease forwards;transition:transform 0.35s ease,border-color 0.35s ease,background 0.35s ease,box-shadow 0.35s ease}.ara-step:nth-child(1){animation-delay:0.1s}.ara-step:nth-child(2){animation-delay:0.2s}.ara-step:nth-child(3){animation-delay:0.3s}.ara-step:nth-child(4){animation-delay:0.4s}@keyframes araStepLoad{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}.ara-step::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(109,150,185,0.14),rgba(28,109,78,0.16));opacity:0;transition:opacity 0.35s ease}.ara-step::after{content:"";position:absolute;right:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,var(--ara-blue-light),var(--ara-green));transform:scaleY(0);transform-origin:top;transition:transform 0.35s ease}.ara-step:hover{transform:translateY(-7px);background:rgba(255,255,255,0.10);border-color:rgba(255,255,255,0.25);box-shadow:0 20px 50px rgba(0,0,0,0.20)}.ara-step:hover::before{opacity:1}.ara-step:hover::after{transform:scaleY(1)}.ara-step strong,.ara-step h3,.ara-step p{position:relative;z-index:1}.ara-step strong{display:block;direction:ltr;margin-bottom:16px;color:var(--ara-blue-light);font-size:28px;font-weight:800}.ara-step h3{margin:0 0 9px;color:var(--ara-white);font-size:21px}.ara-step p{margin:0;color:rgba(255,255,255,0.76);font-size:16px;line-height:1.7}@supports (animation-timeline:view()){.ara-step{animation-name:araStepScroll;animation-timeline:view();animation-range:entry 0% cover 32%;animation-fill-mode:both}@keyframes araStepScroll{from{opacity:0;transform:translateY(38px)}to{opacity:1;transform:translateY(0)}}}.ara-clients{background:var(--ara-white);overflow:hidden}.ara-marquee{width:100%;overflow-x:hidden;overflow-y:visible;padding:38px 0 52px}.ara-marquee-track{display:flex;width:max-content;gap:22px;animation:ara-marquee 95s linear infinite;will-change:transform}.ara-marquee:hover .ara-marquee-track{animation-play-state:paused}.ara-client{flex:0 0 210px;height:128px;border-radius:20px;border:1px solid var(--ara-border);background:var(--ara-white);box-shadow:0 12px 30px rgba(47,50,56,0.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:16px;transition:0.3s ease}.ara-client:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(34,69,127,0.15)}.ara-client img{max-width:88px;max-height:44px;object-fit:contain}.ara-client span{direction:rtl;text-align:center;color:var(--ara-dark);font-size:15px;font-weight:600;line-height:1.25}@keyframes ara-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.ara-projects{background:var(--ara-bg)}.ara-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.ara-project{position:relative;min-height:300px;border-radius:26px;overflow:hidden;box-shadow:var(--ara-shadow);background:var(--ara-dark)}.ara-project img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:0.55s ease}.ara-project::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(47,50,56,0.08),rgba(47,50,56,0.82))}.ara-project:hover img{transform:scale(1.06)}.ara-project h3{position:absolute;right:24px;left:24px;bottom:24px;z-index:2;margin:0;color:var(--ara-white);font-size:24px;font-weight:700;line-height:1.25}.ara-contact{background:var(--ara-white)}.ara-contact-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:40px;padding:54px;border-radius:30px;background:var(--ara-bg);box-shadow:var(--ara-shadow)}.ara-contact-form h2{text-align:right}.ara-contact-form p{margin:0 0 26px;color:rgba(47,50,56,0.76);font-size:18px}.ara-contact form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ara-contact input,.ara-contact textarea{width:100%;border:1px solid rgba(34,69,127,0.18);border-radius:14px;padding:15px 18px;font-family:inherit;font-size:16px;background:var(--ara-white);color:var(--ara-dark)}.ara-contact textarea{grid-column:1 / -1;min-height:130px;resize:vertical}.ara-contact button{grid-column:1 / -1;min-height:52px;border:none;border-radius:999px;background:var(--ara-blue-dark);color:var(--ara-white);font-family:inherit;font-size:17px;font-weight:700;cursor:pointer;transition:0.3s ease}.ara-contact button:hover{background:var(--ara-green);transform:translateY(-2px)}.ara-contact-info{border-radius:26px;padding:34px;background:linear-gradient(135deg,var(--ara-dark),var(--ara-blue-dark));color:var(--ara-white)}.ara-contact-info h3{margin:0 0 26px;color:var(--ara-white);font-size:30px;font-weight:700}.ara-contact-item{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.ara-contact-item svg{width:24px;height:24px;min-width:24px;margin-top:4px;fill:none;stroke:var(--ara-white);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ara-contact-item a,.ara-contact-item span{color:var(--ara-white);font-size:18px;line-height:1.5}.ara-footer{background:var(--ara-dark);color:rgba(255,255,255,0.78);padding:70px 0 40px}.ara-footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:44px}.ara-footer-logo{width:210px;max-height:76px;object-fit:contain;margin-bottom:18px;background:transparent !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}.ara-footer p{margin:0 0 12px;font-size:16px;line-height:1.75}.ara-footer h4{margin:0 0 18px;color:var(--ara-white);font-size:22px;font-weight:700}.ara-footer a{display:block;margin-bottom:10px;color:rgba(255,255,255,0.78)}.ara-footer a:hover{color:var(--ara-blue-light)}.ara-footer svg{width:18px;height:18px;margin-left:8px;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media (max-width:1120px){.ara-header-inner{grid-template-columns:160px 1fr 200px;gap:18px}.ara-nav{gap:18px}.ara-nav a{font-size:15px}}@media (max-width:1024px){.ara-header-inner{width:calc(100% - 20px);height:74px;grid-template-columns:52px 1fr 52px;gap:0}.ara-call{grid-column:1;min-width:48px;width:48px;height:48px;padding:0;border-radius:50%}.ara-call span{display:none}.ara-call svg{width:22px;height:22px;stroke:var(--ara-white)}.ara-logo{grid-column:2;justify-self:center}.ara-logo img{width:150px;max-height:54px}.ara-menu-toggle{grid-column:3;justify-self:end;display:flex;width:48px;height:48px;border:none;background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.ara-menu-toggle span{width:27px;height:3px;background:var(--ara-blue-dark);border-radius:999px;transition:0.25s ease}.ara-menu-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.ara-menu-toggle.is-active span:nth-child(2){opacity:0}.ara-menu-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.ara-nav{position:absolute;top:74px;right:0;left:auto;width:min(320px,calc(100vw - 20px));height:auto;padding:16px;border-radius:22px;background:var(--ara-white);box-shadow:var(--ara-shadow);display:none;flex-direction:column;align-items:stretch;gap:0}.ara-nav.is-open{display:flex}.ara-nav a{display:block;padding:14px 16px;border-radius:12px;text-align:right;font-size:16px}.ara-nav a::after{display:none}.ara-nav a:hover{background:var(--ara-bg)}.ara-hero{min-height:auto;padding:56px 0 96px}.ara-hero-grid,.ara-about-grid,.ara-process-grid,.ara-contact-grid,.ara-footer-grid{grid-template-columns:1fr}.ara-hero-grid{gap:28px}.ara-hero-content{justify-self:stretch}.ara-hero-panel{margin-top:8px}.ara-intro-strip{margin-top:0;padding-top:34px}.ara-intro-grid{grid-template-columns:1fr}.ara-intro-item{border-left:none;border-bottom:1px solid var(--ara-border)}.ara-intro-item:last-child{border-bottom:none}.ara-services-grid,.ara-projects-grid,.ara-process-steps{grid-template-columns:repeat(2,1fr)}.ara-service-image{height:220px}.ara-service-card{min-height:350px}}@media (max-width:768px){.ara-container{width:calc(100% - 28px)}.ara-section,.ara-process{padding:68px 0}.ara-hero{min-height:auto;padding:44px 0 90px}.ara-hero h1{font-size:36px}.ara-hero p{font-size:18px}.ara-hero-actions{flex-direction:column}.ara-hero-actions .ara-btn{width:min(280px,100%)}.ara-hero-panel{padding:24px 22px;margin-top:4px}.ara-hero-service-list{grid-template-columns:1fr}.ara-hero-note{align-items:flex-start;margin-top:22px;padding-top:20px}.ara-hero-note p{font-size:15px;line-height:1.7}.ara-intro-strip{margin-top:0;padding-top:30px}.ara-services-grid,.ara-projects-grid,.ara-process-steps,.ara-contact form{grid-template-columns:1fr}.ara-service-card{min-height:auto;padding-bottom:22px}.ara-service-image{height:230px}.ara-service-content{padding:18px 24px 0}.ara-about-card{min-height:330px}.ara-contact-grid{padding:28px}.ara-client{flex-basis:175px;height:118px}.ara-footer-logo{width:185px}}@media (max-width:420px){.ara-hero{padding:38px 0 84px}.ara-hero-panel{padding:22px 18px}.ara-hero-service-list span{padding:10px 12px;font-size:15px}.ara-hero-note p{font-size:14px}.ara-intro-strip{padding-top:28px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}}.ara-about-more{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:18px;padding:0 30px;border-radius:999px;background:var(--ara-blue-dark);color:var(--ara-white) !important;font-size:17px;font-weight:700;line-height:1;box-shadow:0 12px 28px rgba(34,69,127,0.18);transition:0.3s ease}.ara-about-more:hover{background:var(--ara-green);transform:translateY(-3px);box-shadow:0 18px 42px rgba(28,109,78,0.22)}@media (max-width:768px){.ara-about-more{width:100%;max-width:260px;margin-top:16px}}.ara-section h2,.ara-contact-form h2,.ara-about-text h2{background:linear-gradient( 90deg,#1C6D4E 0%,#1C6D4E 28%,#22457F 62%,#22457F 100% ) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important;letter-spacing:0.2px}.ara-section h2{background-size:100% 100% !important}.ara-process h2{background:linear-gradient( 90deg,#6D96B9 0%,#ffffff 45%,#6D96B9 100% ) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important}.ara-service-card{box-shadow:0 14px 32px rgba(47,50,56,0.10),0 4px 12px rgba(34,69,127,0.06) !important}.ara-service-card:hover{box-shadow:0 26px 60px rgba(34,69,127,0.18),0 8px 18px rgba(28,109,78,0.08) !important}.ara-client{padding:10px 12px !important;gap:6px !important}.ara-client img{max-width:150px !important;max-height:76px !important;width:auto !important;height:auto !important;object-fit:contain !important}.ara-client span{font-size:14px !important;line-height:1.2 !important}