:root{--primary-color:#2563eb;--secondary-color:#0ea5e9;--accent-color:#f97316;--text-dark:#1e293b;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--gradient-primary:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);--gradient-accent:linear-gradient(135deg,var(--accent-color)0%,#ea580c 100%)}.about-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:120px 0;position:relative;overflow:hidden}.about-hero .hero-overlay{background:radial-gradient(circle at 20% 80%,#2563eb26 0%,#0000 50%),radial-gradient(circle at 80% 20%,#0ea5e926 0%,#0000 50%),radial-gradient(circle at 40% 40%,#f973161a 0%,#0000 60%);position:absolute;inset:0}.about-hero .hero-container{z-index:2;position:relative}.about-hero .hero-badge{background:linear-gradient(135deg,var(--accent-color)0%,#ea580c 100%);letter-spacing:1.5px;border-radius:30px;margin-bottom:30px;padding:10px 25px;font-size:.9rem;font-weight:600;animation:2s infinite pulse-glow;display:inline-block;box-shadow:0 5px 20px #f9731666}.about-hero .hero-title{background:linear-gradient(45deg,#fff 0%,#e2e8f0 50%,#94a3b8 100%);-webkit-text-fill-color:#0000;text-shadow:0 2px 10px #0003;-webkit-background-clip:text;background-clip:text;margin-bottom:35px;font-size:4rem;font-weight:800;line-height:1.1}.about-hero .hero-title .highlight{background:linear-gradient(45deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.about-hero .hero-description{max-width:850px;margin:0 auto 50px}.about-hero .hero-description p{color:#cbd5e1;text-align:center;font-size:1.3rem;font-weight:300;line-height:1.8}.about-hero .hero-stats{justify-content:center;gap:50px;margin-top:50px;display:flex}.about-hero .hero-stats .stat-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:20px;transition:all .3s}.about-hero .hero-stats .stat-item:hover{background:#ffffff1a;transform:translateY(-5px);box-shadow:0 10px 25px #0003}.about-hero .hero-stats .stat-item .stat-number{color:#fff;background:linear-gradient(45deg,var(--accent-color),#ea580c);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:800;display:block}.about-hero .hero-stats .stat-item .stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:500}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 5px 20px #f9731666}50%{transform:scale(1.05);box-shadow:0 8px 30px #f9731699}}.journey-section{padding:120px 0;position:relative;overflow:hidden}.journey-section:nth-child(2n){background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.journey-section:nth-child(2n) .text-content-card{background:linear-gradient(145deg,#fff 0%,#f1f5f9 100%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 1px #fffc}.journey-section:nth-child(odd){background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%)}.journey-section:nth-child(odd) .text-content-card{background:linear-gradient(145deg,#f8fafc 0%,#e2e8f0 100%);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005,inset 0 1px #ffffffe6}.journey-section.reverse .journey-content-wrapper{flex-direction:row-reverse}.journey-section .journey-content-wrapper{z-index:2;align-items:center;gap:80px;display:flex;position:relative}.journey-section .journey-image-wrapper{flex:1;justify-content:center;display:flex}.journey-section .journey-image-wrapper .image-card{width:100%;max-width:500px;position:relative}.journey-section .journey-image-wrapper .image-card .image-container{border-radius:24px;transition:all .6s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-8deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000040,0 10px 20px -5px #0000001a}.journey-section .journey-image-wrapper .image-card .image-container:hover{transform:perspective(1000px)rotateY(0)rotateX(0)scale(1.03);box-shadow:0 35px 60px -12px #0000004d,0 15px 25px -5px #00000026}.journey-section .journey-image-wrapper .image-card .image-container .about-image{width:100%;height:auto;transition:transform .6s;display:block}.journey-section .journey-image-wrapper .image-card .image-container .image-gradient-overlay{opacity:0;background:linear-gradient(45deg,#2563eb33 0%,#0ea5e933 50%,#f9731633 100%);transition:opacity .4s;position:absolute;inset:0}.journey-section .journey-image-wrapper .image-card .image-container:hover .image-gradient-overlay{opacity:1}.journey-section .journey-image-wrapper .image-card .image-decoration-corner{background:linear-gradient(135deg,var(--accent-color),#ea580c);clip-path:polygon(100% 0,0 0,100% 100%);z-index:-1;border-radius:20px;width:80px;height:80px;position:absolute;top:-20px;right:-20px;box-shadow:0 10px 20px #f973164d}.journey-section .journey-text-wrapper{flex:1}.journey-section .journey-text-wrapper .text-content-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e2e8f0cc;border-radius:24px;padding:50px 40px;transition:all .4s;position:relative;transform:translateY(0)}.journey-section .journey-text-wrapper .text-content-card:hover{transform:translateY(-5px)}.journey-section .journey-text-wrapper .text-content-card .section-badge{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:30px;margin-bottom:25px;padding:8px 20px;display:inline-block;box-shadow:0 4px 15px #2563eb4d}.journey-section .journey-text-wrapper .text-content-card .section-badge .badge-text{color:#fff;letter-spacing:1px;font-size:.8rem;font-weight:600}.journey-section .journey-text-wrapper .text-content-card .section-heading{color:var(--text-dark);margin-bottom:30px;font-family:Faustina,sans-serif;font-size:2.8rem;font-weight:800;line-height:1.2}.journey-section .journey-text-wrapper .text-content-card .section-heading .first-word{color:var(--primary-color);position:relative}.journey-section .journey-text-wrapper .text-content-card .section-heading .first-word:after{content:"";background:linear-gradient(90deg,var(--accent-color),#ea580c);border-radius:2px;width:100%;height:4px;position:absolute;bottom:-8px;left:0}.journey-section .journey-text-wrapper .text-content-card .section-heading .rest-words{color:var(--text-dark)}.journey-section .journey-text-wrapper .text-content-card .content-wrapper{margin-bottom:35px}.journey-section .journey-text-wrapper .text-content-card .content-wrapper .section-description{color:var(--text-light);margin:0;font-size:1.15rem;font-weight:400;line-height:1.8}.journey-section .journey-text-wrapper .text-content-card .section-accent-bar .accent-element{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:3px;width:100px;height:5px;box-shadow:0 2px 10px #2563eb4d}.journey-section .journey-text-wrapper .text-content-card .floating-elements{position:absolute;top:30px;right:30px}.journey-section .journey-text-wrapper .text-content-card .floating-elements .floating-dot{background:linear-gradient(135deg,var(--accent-color),#ea580c);border-radius:50%;width:12px;height:12px;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 2px 10px #f9731666}.journey-section .journey-text-wrapper .text-content-card .floating-elements .floating-dot.dot-1{animation-delay:0s;top:0;right:0}.journey-section .journey-text-wrapper .text-content-card .floating-elements .floating-dot.dot-2{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));animation-delay:.5s;top:30px;right:40px;box-shadow:0 2px 10px #2563eb66}.journey-section .journey-text-wrapper .text-content-card .floating-elements .floating-dot.dot-3{background:linear-gradient(135deg,#10b981,#059669);animation-delay:1s;top:60px;right:20px;box-shadow:0 2px 10px #10b98166}.journey-section .section-background-elements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.journey-section .section-background-elements .bg-circle{background:linear-gradient(135deg,#2563eb0d,#0ea5e90d);border-radius:50%;position:absolute}.journey-section .section-background-elements .bg-circle.circle-1{width:300px;height:300px;top:10%;left:5%}.journey-section .section-background-elements .bg-circle.circle-2{background:linear-gradient(135deg,#f973160d,#ea580c0d);width:200px;height:200px;bottom:15%;right:8%}.journey-section .section-background-elements .bg-triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:linear-gradient(135deg,#10b9810d,#0596690d);width:100px;height:100px;position:absolute}.journey-section .section-background-elements .bg-triangle.triangle-1{top:20%;right:15%;transform:rotate(25deg)}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}@media (min-width:1400px){.hero-title{font-size:4.5rem}.section-heading{font-size:3rem}.journey-content-wrapper{gap:100px}.hero-stats{gap:60px}}@media (max-width:1199px){.journey-content-wrapper{gap:70px}.hero-title{font-size:3.5rem}.section-heading{font-size:2.6rem}.hero-stats{gap:40px}.stat-item{padding:15px}.stat-number{font-size:2.5rem}}@media (max-width:991px){.about-hero{padding:100px 0}.hero-title{font-size:3rem}.hero-description p{font-size:1.2rem}.hero-stats{flex-wrap:wrap;gap:30px}.stat-item{flex:calc(33.333% - 20px);min-width:150px}.journey-section{padding:90px 0}.journey-content-wrapper{flex-direction:column;gap:60px}.journey-content-wrapper.reverse{flex-direction:column}.text-content-card{padding:40px 35px}.section-heading{text-align:center;font-size:2.3rem}.section-description{text-align:center;font-size:1.1rem}.image-card{max-width:100%}.image-decoration-corner{width:70px;height:70px;top:-18px;right:-18px}.story-section{padding:100px 0}.story-title{font-size:2.8rem}.story-description{font-size:1.25rem}.bridge-illustration{flex-direction:column;gap:40px;padding:30px 0}.bridge-illustration:before{width:4px;height:300px;left:50%;right:auto;transform:translate(-50%)}.bridge-illustration .bridge-element{min-width:180px;padding:20px 25px}}@media (max-width:767px){.about-hero{padding:80px 0}.hero-badge{margin-bottom:25px;padding:8px 20px;font-size:.8rem}.hero-title{margin-bottom:30px;font-size:2.5rem}.hero-description{margin-bottom:40px}.hero-description p{font-size:1.1rem}.hero-stats{gap:20px;margin-top:40px}.stat-item{flex:calc(50% - 10px);min-width:120px;padding:12px}.stat-number{margin-bottom:8px;font-size:2rem}.stat-label{font-size:.9rem}.journey-section{padding:70px 0}.text-content-card{margin:0 10px;padding:30px 25px}.section-badge{margin-bottom:20px;padding:6px 16px}.badge-text{font-size:.75rem}.section-heading{margin-bottom:25px;font-size:2rem}.first-word:after{height:3px;bottom:-6px}.content-wrapper{margin-bottom:25px}.section-description{font-size:1rem;line-height:1.7}.section-accent-bar .accent-element{width:80px;height:4px}.image-card{margin:0 15px}.image-container{transform:perspective(800px)rotateY(-5deg)rotateX(3deg)}.image-decoration-corner{width:50px;height:50px;top:-12px;right:-12px}.floating-elements,.section-background-elements .bg-circle,.section-background-elements .bg-triangle{display:none}.story-section{padding:80px 0}.story-header{margin-bottom:40px}.story-title{margin-bottom:20px;font-size:2.2rem}.title-underline{width:100px;height:4px;margin:20px auto}.story-body{margin-bottom:50px}.story-description{padding:0 15px;font-size:1.1rem}.bridge-illustration{gap:30px;padding:25px 0}.bridge-illustration:before{height:250px}.bridge-illustration .bridge-element{min-width:150px;padding:18px 20px;font-size:1rem}}@media (max-width:575px){.about-hero{padding:60px 0}.hero-badge{letter-spacing:1px;margin-bottom:20px;padding:6px 15px;font-size:.7rem}.hero-title{margin-bottom:25px;font-size:2rem;line-height:1.2}.hero-description{margin-bottom:30px}.hero-description p{padding:0 10px;font-size:1rem;line-height:1.6}.hero-stats{gap:15px;margin-top:30px}.stat-item{flex:100%;min-width:100px;margin:5px;padding:10px}.stat-number{margin-bottom:6px;font-size:1.8rem}.stat-label{letter-spacing:.5px;font-size:.8rem}.journey-section{padding:50px 0}.text-content-card{border-radius:18px;margin:0 5px;padding:25px 20px}.section-badge{margin-bottom:15px;padding:5px 12px}.badge-text{letter-spacing:.8px;font-size:.7rem}.section-heading{margin-bottom:20px;font-size:1.7rem;line-height:1.3}.first-word:after{height:2px;bottom:-4px}.content-wrapper{margin-bottom:20px}.section-description{padding:0 5px;font-size:.95rem;line-height:1.6}.section-accent-bar .accent-element{width:60px;height:3px}.image-card{margin:0 10px}.image-container{border-radius:18px;transform:perspective(600px)rotateY(-3deg)rotateX(2deg)}.image-decoration-corner{width:40px;height:40px;top:-8px;right:-8px}.story-section{padding:60px 0}.story-header{margin-bottom:30px}.story-title{margin-bottom:15px;font-size:1.8rem;line-height:1.2}.title-underline{width:80px;height:3px;margin:15px auto}.story-body{margin-bottom:40px}.story-description{padding:0 10px;font-size:1rem;line-height:1.7}.bridge-illustration{gap:25px;padding:20px 0}.bridge-illustration:before{width:3px;height:200px}.bridge-illustration .bridge-element{border-radius:15px;min-width:130px;padding:15px 18px;font-size:.9rem}}@media (max-width:400px){.hero-title{font-size:1.8rem}.section-heading{font-size:1.5rem}.stat-number{font-size:1.6rem}.text-content-card{padding:20px 15px}.section-description{font-size:.9rem}.story-title{font-size:1.6rem}.bridge-element{min-width:110px;padding:12px 15px;font-size:.85rem}}@media (max-width:767px) and (orientation:landscape){.about-hero{padding:50px 0}.journey-section{padding:40px 0}.story-section{padding:50px 0}.hero-title{font-size:2.2rem}.section-heading{font-size:1.8rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.about-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.story-section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:140px 0;position:relative;overflow:hidden}.story-section:before{content:"";background:radial-gradient(circle at 30% 20%,#2563eb26 0%,#0000 60%),radial-gradient(circle at 70% 80%,#0ea5e926 0%,#0000 60%),radial-gradient(circle,#f973161a 0%,#0000 70%);position:absolute;inset:0}.story-section .story-content{z-index:2;text-align:center;position:relative}.story-section .story-content .story-header{margin-bottom:60px}.story-section .story-content .story-header .story-title{background:linear-gradient(45deg,#fff 0%,#e2e8f0 50%,#94a3b8 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:25px;font-size:3.2rem;font-weight:800;line-height:1.2}.story-section .story-content .story-header .story-title .highlight{background:linear-gradient(45deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.story-section .story-content .story-header .title-underline{background:linear-gradient(90deg,var(--accent-color),#ea580c);border-radius:3px;width:120px;height:5px;margin:25px auto;box-shadow:0 3px 15px #f9731666}.story-section .story-content .story-body{max-width:950px;margin:0 auto 70px}.story-section .story-content .story-body .story-description{color:#cbd5e1;text-align:center;font-size:1.35rem;font-weight:300;line-height:1.9}.story-section .story-content .story-visual .bridge-illustration{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:40px 0;display:flex;position:relative}.story-section .story-content .story-visual .bridge-illustration:before{content:"";background:linear-gradient(90deg,#f97316 0%,#ea580c 25%,#0ea5e9 50%,#2563eb 75%,#1d4ed8 100%);border-radius:2px;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:0 2px 15px #2563eb4d}.story-section .story-content .story-visual .bridge-illustration .bridge-element{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;z-index:2;text-align:center;border-radius:20px;min-width:200px;padding:25px 35px;font-size:1.2rem;font-weight:600;transition:all .3s;position:relative;box-shadow:0 10px 25px #2563eb4d,0 5px 15px #0000001a}.story-section .story-content .story-visual .bridge-illustration .bridge-element:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 35px #2563eb66,0 8px 20px #00000026}.story-section .story-content .story-visual .bridge-illustration .bridge-element.center{background:linear-gradient(135deg,var(--accent-color),#ea580c);z-index:3;transform:scale(1.15);box-shadow:0 15px 35px #f9731666,0 8px 20px #0003}.story-section .story-content .story-visual .bridge-illustration .bridge-element.center:hover{transform:translateY(-8px)scale(1.2);box-shadow:0 20px 45px #f9731680,0 10px 25px #00000040}.story-section .story-content .story-visual .bridge-illustration .bridge-element.left{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 25px #10b9814d,0 5px 15px #0000001a}.story-section .story-content .story-visual .bridge-illustration .bridge-element.left:hover{box-shadow:0 15px 35px #10b98166,0 8px 20px #00000026}.story-section .story-content .story-visual .bridge-illustration .bridge-element.right{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 10px 25px #8b5cf64d,0 5px 15px #0000001a}.story-section .story-content .story-visual .bridge-illustration .bridge-element.right:hover{box-shadow:0 15px 35px #8b5cf666,0 8px 20px #00000026}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media (max-width:1200px){.about-content-wrapper{gap:40px}.hero-title{font-size:3rem}}@media (max-width:1199px){.about-hero{padding:100px 0}.hero-title{font-size:3.5rem}.hero-description p{font-size:1.2rem}.hero-stats{gap:40px}.stat-item{padding:15px}.stat-number{font-size:2.5rem}}@media (max-width:991px){.about-hero{padding:80px 0}.hero-title{font-size:3rem}.hero-description{max-width:90%}.hero-description p{font-size:1.15rem}.hero-stats{flex-wrap:wrap;gap:30px}.stat-item{flex:calc(33.333% - 20px);min-width:150px}}@media (max-width:767px){.about-hero{padding:70px 0}.hero-badge{margin-bottom:25px;padding:8px 20px;font-size:.8rem}.hero-title{margin-bottom:30px;font-size:2.5rem}.hero-description{margin-bottom:40px}.hero-description p{padding:0 15px;font-size:1.1rem}.hero-stats{gap:20px;margin-top:40px}.stat-item{flex:calc(50% - 10px);min-width:120px;padding:12px}.stat-number{margin-bottom:8px;font-size:2rem}.stat-label{font-size:.9rem}}@media (max-width:575px){.about-hero{padding:60px 0}.hero-badge{letter-spacing:1px;margin-bottom:20px;padding:6px 15px;font-size:.7rem}.hero-title{margin-bottom:25px;font-size:2rem;line-height:1.2}.hero-description{margin-bottom:30px}.hero-description p{padding:0 10px;font-size:1rem;line-height:1.6}.hero-stats{gap:15px;margin-top:30px}.stat-item{flex:100%;min-width:100px;margin:5px;padding:10px}.stat-number{margin-bottom:6px;font-size:1.8rem}.stat-label{letter-spacing:.5px;font-size:.8rem}}@media (max-width:400px){.hero-title{font-size:1.8rem}.stat-number{font-size:1.6rem}}@media (max-width:767px) and (orientation:landscape){.about-hero{padding:50px 0}.hero-title{font-size:2.2rem}}
