@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--color-bg:#050505;--color-surface:#0f172a;--color-surface-light:#111827;--color-text:#fff;--color-text-muted:#9ca3af;--color-blue:#2563eb;--color-orange:#f97316;--font-inter:"Inter", sans-serif;--font-space:"Space Grotesk", sans-serif;--spacing-section:180px;--spacing-container:5%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--color-bg);color:var(--color-text);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-space);color:var(--color-text);letter-spacing:-.03em;font-weight:500;line-height:1.1}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}button{cursor:pointer;font-family:var(--font-inter);background:0 0;border:none;outline:none}.skeleton-placeholder{border-radius:inherit;background:linear-gradient(135deg,#0f172a,#111827);width:100%;height:100%;position:relative;overflow:hidden}.skeleton-glow{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);width:50%;height:100%;animation:1.5s infinite loading;position:absolute;top:0;left:-100%}@keyframes loading{to{left:200%}}.text-gradient{background:linear-gradient(135deg,#fff,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg, var(--color-blue), var(--color-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:var(--spacing-section) var(--spacing-container);max-width:1600px;margin:0 auto}.section-header{max-width:800px;margin-bottom:80px}.section-title{margin-bottom:24px;font-size:4rem}.section-subtitle{color:var(--color-text-muted);font-size:1.25rem}@media (width<=768px){:root{--spacing-section:100px}.section-title{font-size:2.5rem}}.showcase-section{color:#fff;background:radial-gradient(circle at top,#110d14 0%,#050505 100%);padding:6rem 0;position:relative;overflow:hidden}.showcase-container{max-width:1400px;margin:0 auto;padding:0 2rem}.showcase-title-wrapper{text-align:center;max-width:900px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.showcase-title{background:linear-gradient(135deg,#fff 0%,#ffd085 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #ffa60033;-webkit-background-clip:text;min-height:3.2rem;margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.4;animation:.4s ease-in-out showcaseFadeIn}@keyframes showcaseFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.showcase-title{min-height:4.2rem;font-size:1.5rem}.showcase-section{padding:4rem 0}}.showcase-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.showcase-tab{cursor:pointer;color:#000;white-space:nowrap;background:#fff;border:1px solid #ccc;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.showcase-tab:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.showcase-tab.active{color:#fff;background:#000;border:1px solid #ffffff4d}@media (width<=768px){.showcase-tabs{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;margin-left:-2rem;margin-right:-2rem;padding-bottom:1rem;padding-left:2rem;padding-right:2rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000);mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000)}.showcase-tabs::-webkit-scrollbar{display:none}.showcase-tab{flex-shrink:0;padding:.6rem 1.2rem;font-size:.9rem}}.showcase-carousel-wrapper{width:100%;position:relative}.showcase-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:2rem;margin:-2rem;padding:2rem;display:flex;overflow-x:auto}.showcase-carousel:active{cursor:grabbing}.showcase-carousel::-webkit-scrollbar{display:none}.showcase-card{scroll-snap-align:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#111;border-radius:24px;flex-direction:column;flex:none;justify-content:flex-end;width:280px;height:420px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff1a,0 10px 30px #00000080}.showcase-card:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#4287f580,#9932cc80,#ff8c0080);border-radius:26px;transition:opacity .4s;position:absolute;inset:-2px}.showcase-card:hover{transform:translateY(-15px)scale(1.02);box-shadow:0 20px 40px #9932cc4d,0 0 0 1px #fff3}.showcase-card:hover:before{opacity:1}@media (width<=768px){.showcase-card{border-radius:20px;width:220px;height:330px}}.showcase-image-container{z-index:0;background:linear-gradient(135deg,#1f1b2e 0%,#0d0c12 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.showcase-image{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .7s}.showcase-card:hover .showcase-image{transform:scale(1.08)}.showcase-placeholder-icon{color:#fff3;width:48px;height:48px}.image-only-card{padding:0;text-decoration:none;display:block;overflow:hidden}.image-only-card .showcase-image{object-fit:cover;width:100%;height:100%;display:block}.image-only-card:hover .showcase-image{transform:scale(1.04)}.featured-section{color:#fff;background:#050505;padding:5rem 0;position:relative;overflow:hidden}.featured-container{max-width:1400px;margin:0 auto;padding:0 2rem}.featured-title{text-align:center;background:linear-gradient(135deg,#fff 0%,#ffd085 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #ffa60033;-webkit-background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.featured-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.featured-card{aspect-ratio:16/9;cursor:pointer;-webkit-user-drag:none;background:#111;border-radius:20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 10px 30px #00000080}.featured-card:after{content:"";pointer-events:none;z-index:2;border-radius:20px;transition:box-shadow .4s;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #fff0}.featured-card:hover{transform:translateY(-6px);box-shadow:0 24px 80px #a855f740}.featured-card:hover:after{box-shadow:inset 0 0 0 2px #fff3}.featured-media-container{z-index:0;background:#1a1a1a;width:100%;height:100%;position:relative}.featured-media{object-fit:contain;width:100%;height:100%;display:block}@media (width<=992px){.featured-title{font-size:2rem}}@media (width<=768px){.featured-section{padding:3rem 0}.featured-title{margin-bottom:2rem;font-size:1.8rem}.featured-grid{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:1.5rem;margin:0 -2rem;padding-bottom:1.5rem;padding-left:2rem;padding-right:2rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000);mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000)}.featured-grid::-webkit-scrollbar{display:none}.featured-card{scroll-snap-align:center;border-radius:16px;flex:0 0 calc(100vw - 5rem)}.featured-card:after{border-radius:16px}}.featured-card:before,.featured-card:after,.featured-media:before,.featured-media:after,.featured-video-wrap:before,.featured-video-wrap:after{content:none!important;display:none!important}.featured-card{background:0 0!important}.featured-card img,.featured-card video{opacity:1!important;filter:none!important}.header{z-index:1000;justify-content:space-between;align-items:center;width:100%;padding:30px 5%;transition:all .4s;display:flex;position:fixed;top:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);background:#050505e6;border-bottom:1px solid #ffffff0d;padding:20px 5%}.header-logo{font-family:var(--font-space);letter-spacing:-.05em;color:#fff;font-size:1.6rem;font-weight:700}.header-nav{gap:40px;display:flex}.header-nav a{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.header-nav a:hover{color:#fff}.btn-primary{color:#050505;background:#fff;border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:600;transition:transform .3s,background .3s}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}.btn-outline{color:#fff;border:1px solid #fff3;border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:500;transition:all .3s}.btn-outline:hover{background:#ffffff0d;border-color:#fff}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:150px 5% 100px;display:flex;position:relative;overflow:hidden}.hero-visual-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-gradient-overlay{z-index:2;background:linear-gradient(90deg,#050505 40%,#0000 100%),linear-gradient(#0000 60%,#050505 100%);position:absolute;inset:0}.hero-video,.hero-image,.hero-skeleton{object-fit:cover;opacity:.6;width:100%;height:100%}.hero-image,.desktop-only{display:block}.mobile-only{display:none}.hero-content{z-index:3;max-width:1000px;position:relative}.hero-title{margin-bottom:30px;font-size:6vw;font-weight:500;line-height:1.05}.hero-subtitle{color:var(--color-text-muted);max-width:700px;margin-bottom:50px;font-size:1.5rem;font-weight:300}.hero-actions{gap:20px;display:flex}.about-section{text-align:center;max-width:1000px;margin:0 auto}.about-title h2{text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue);margin-bottom:30px;font-size:1.2rem}.about-content-text p{font-size:2.5rem;font-weight:400;line-height:1.4;font-family:var(--font-space)}.services-section{background:var(--color-surface)}.services-tabs-container{gap:60px;margin-top:60px;display:flex}.services-sidebar{flex-direction:column;flex:0 0 320px;gap:10px;display:flex}.services-tab-btn{text-align:left;color:var(--color-text-muted);font-size:1.15rem;font-weight:500;font-family:var(--font-space);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border-left:3px solid #0000;border-radius:0 8px 8px 0;padding:20px 24px;transition:all .3s}.services-tab-btn:hover{color:#fff;background:#ffffff05}.services-tab-btn.active{border-left-color:var(--color-blue);color:#fff;background:#2563eb14;font-weight:700}.services-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#0f172acc,#11182766);border:1px solid #ffffff0d;border-radius:16px;flex:1;min-height:450px;padding:60px;position:relative;box-shadow:0 20px 40px #00000080}.service-tab-pane{justify-content:space-between;align-items:center;gap:40px;height:100%;display:flex}.service-tab-info{flex:1;max-width:500px}.service-tab-title{color:#fff;margin-bottom:24px;font-size:3rem}.service-tab-desc{color:var(--color-text-muted);font-size:1.25rem;line-height:1.7}.service-tab-visual{border-radius:12px;flex:0 0 400px;height:300px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.service-tab-visual img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.service-tab-pane:hover .service-tab-visual img{transform:scale(1.05)}.service-tab-glow{pointer-events:none;background:linear-gradient(#0000 50%,#0f172acc 100%);position:absolute;inset:0}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:320px;gap:24px;display:grid}.ohi-slider-container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.ohi-slider-track{scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;gap:30px;padding:20px 0;display:flex;overflow-x:auto}.ohi-slider-track::-webkit-scrollbar{display:none}.ohi-project-item{scroll-snap-align:start;background:var(--color-bg);border:1px solid #ffffff0d;border-radius:20px;flex:0 0 400px;transition:all .3s;overflow:hidden}.ohi-project-item:hover{border-color:#2563eb4d;transform:translateY(-5px);box-shadow:0 15px 30px #0006}.ohi-wrap{display:block}.ohi-image-wrap{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.ohi-main-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ohi-project-item:hover .ohi-main-img{transform:scale(1.05)}.ohi-overlay-wrap{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ohi-project-item:hover .ohi-overlay-wrap{opacity:1}.ohi-play-btn{background:var(--color-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.8)}.ohi-project-item:hover .ohi-play-btn{transform:scale(1)}.ohi-logo-badge{z-index:2;background:#fff;border-radius:12px;width:60px;height:60px;padding:5px;position:absolute;bottom:20px;left:20px;box-shadow:0 10px 20px #0000004d}.ohi-mini-logo{object-fit:contain;width:100%;height:100%}.ohi-content{padding:25px 20px}.ohi-title{color:#fff;text-transform:uppercase;margin-bottom:5px;font-size:1.25rem;font-weight:700}.ohi-category{color:var(--color-text-muted);font-size:.9rem}.ohi-slider-arrows{justify-content:center;gap:15px;margin-top:30px;display:flex}.ohi-arrow{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.ohi-arrow:hover{background:var(--color-blue);border-color:var(--color-blue)}.portfolio-card{cursor:pointer;background:var(--color-surface);border:1px solid #ffffff0d;border-radius:16px;position:relative;overflow:hidden}.portfolio-image-wrapper{width:100%;height:100%;position:absolute;inset:0}.portfolio-image-wrapper img{object-fit:cover;filter:brightness(.85);width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.portfolio-overlay{background:linear-gradient(#0000 0%,#05050566 50%,#050505f2 100%);justify-content:space-between;align-items:flex-end;padding:40px 30px;transition:all .4s;display:flex;position:absolute;inset:0}.portfolio-content{flex-direction:column;gap:12px;transition:transform .4s;display:flex;transform:translateY(10px)}.portfolio-category{font-family:var(--font-space);text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue);font-size:.85rem;font-weight:600}.portfolio-title{color:#fff;margin:0;font-size:1.8rem;line-height:1.2}.bento-large .portfolio-title{font-size:2.8rem}.portfolio-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;opacity:0;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;transform:translate(-10px)rotate(-45deg)}.portfolio-card:hover .portfolio-image-wrapper img{filter:brightness(.6);transform:scale(1.05)}.portfolio-card:hover .portfolio-content{transform:translateY(0)}.portfolio-card:hover .portfolio-arrow{opacity:1;background:var(--color-blue);transform:translate(0)rotate(0)}.why-choose-section{background:var(--color-surface-light)}.timeline-grid{grid-template-columns:repeat(2,1fr);gap:60px;display:grid}.timeline-item{gap:30px;display:flex}.timeline-number{font-family:var(--font-space);color:var(--color-blue);border-top:2px solid var(--color-blue);width:40px;padding-top:10px;font-size:1.5rem;font-weight:700}.timeline-content h3{margin-bottom:15px;font-size:1.8rem}.timeline-content p{color:var(--color-text-muted);font-size:1.1rem}.stats-grid{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);gap:40px;padding:100px 0;display:grid}.stat-item{text-align:center}.stat-number{font-size:5rem;font-family:var(--font-space);margin-bottom:10px;font-weight:500;line-height:1}.stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem}.ai-assistant-section{text-align:center;padding:150px 5%}.ai-icon-large{color:var(--color-blue);margin-bottom:40px;font-size:5rem;animation:3s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.cta-section{text-align:center;background:var(--color-surface);padding:150px 5% 200px}.cta-section .section-title{margin-bottom:60px;font-size:6vw}.cta-buttons{justify-content:center;gap:20px;display:flex}.footer{border-top:1px solid #ffffff0d;padding:100px 5% 40px;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:80px;margin-bottom:100px;display:grid}.footer-brand{font-size:2rem;font-family:var(--font-space);font-weight:700}.footer-link-group h4{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:30px;font-size:.9rem}.footer-link-group ul li{margin-bottom:16px}.footer-link-group a{color:#fff;font-size:1.1rem}.footer-link-group a:hover{color:var(--color-blue)}.footer-bottom{color:var(--color-text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;padding-top:40px;font-size:1rem;display:flex}.privacy-policy-page{max-width:900px;margin:0 auto;padding:150px 5% 100px}.privacy-policy-container{background:var(--color-surface);border:1px solid #ffffff0d;border-radius:8px;padding:60px}.privacy-back-btn{color:var(--color-blue);font-size:.95rem;font-family:var(--font-inter);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:40px;padding:8px 0;transition:color .3s;display:inline-flex}.privacy-back-btn:hover{color:#fff}.privacy-title{margin-bottom:16px;font-size:3rem;font-weight:600}.privacy-update{color:var(--color-text-muted);margin-bottom:40px;font-size:.95rem}.privacy-intro{color:var(--color-text);border-bottom:1px solid #ffffff0d;margin-bottom:60px;padding-bottom:40px;font-size:1.15rem;line-height:1.8}.privacy-section{margin-bottom:50px}.privacy-section-title{color:var(--color-blue);margin-bottom:20px;font-size:1.4rem;font-weight:600}.privacy-text{color:var(--color-text-muted);margin-bottom:12px;font-size:1.05rem;line-height:1.8}.privacy-text:last-child{margin-bottom:0}@media (width<=768px){.privacy-policy-page{padding:120px 5% 80px}.privacy-policy-container{padding:30px 24px}.privacy-title{font-size:2rem}.privacy-section-title{font-size:1.2rem}.privacy-text{font-size:.95rem}}.floating-ai{background:var(--color-blue);color:#fff;z-index:1000;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:-40px;right:5%;box-shadow:0 10px 40px #2563eb66}.floating-ai:hover{transform:scale(1.15)}@media (width>=1920px){.hero-title{font-size:7vw}.about-content-text p{font-size:3rem}.service-title{font-size:4.5rem}}@media (width<=1440px){.hero-title{font-size:5.5vw}}@media (width<=1366px){.header-nav{gap:30px}.hero-title{font-size:6vw}.service-title{font-size:3rem}.about-content-text p{font-size:2.2rem}}@media (width<=1024px){.header-nav{gap:20px}.hero-title{font-size:4.5rem}.about-content-text p{font-size:2rem}.services-tabs-container{flex-direction:column;gap:30px}.services-sidebar{border-bottom:1px solid #ffffff0d;flex-direction:row;flex:none;gap:5px;padding-bottom:10px;overflow-x:auto}.services-sidebar::-webkit-scrollbar{display:none}.services-tab-btn{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;border-radius:8px 8px 0 0;padding:15px 20px;font-size:1rem}.services-tab-btn.active{border-bottom-color:var(--color-blue)}.service-tab-pane{text-align:left;flex-direction:column;align-items:flex-start;gap:30px}.service-tab-visual{flex:none;width:100%;height:350px}.services-content{min-height:auto;padding:40px 30px}.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px}.bento-large{grid-area:span 2/span 2}.bento-tall,.bento-small{grid-area:span 1/span 1}.bento-large .portfolio-title{font-size:2.2rem}.timeline-grid{grid-template-columns:1fr;gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.footer-grid{grid-template-columns:1fr;gap:60px}.cta-section .section-title{font-size:4rem}}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:block}.hero-gradient-overlay{background:linear-gradient(#0000 0%,#050505 80%)}.hero-title{font-size:3.5rem}.hero-subtitle{margin-bottom:30px;font-size:1.1rem}.header-nav{display:none}.cta-section .section-title{font-size:3rem}.about-content-text p{font-size:1.5rem}.service-tab-title{font-size:2.5rem}.stat-number{font-size:3.5rem}.service-item{padding:60px 0}.hero{padding:120px 5% 80px}.floating-ai{width:60px;height:60px;font-size:1.5rem;top:-30px}.hero-video{display:none}.stats-grid{grid-template-columns:1fr}.bento-grid{grid-template-columns:1fr;grid-auto-rows:300px}.bento-large,.bento-tall,.bento-small{grid-area:span 1/span 1}.portfolio-overlay{padding:30px 20px}.portfolio-arrow{opacity:1;background:#ffffff1a;transform:translate(0)rotate(0)}.bento-large .portfolio-title{font-size:1.8rem}}@media (width<=430px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1rem}.btn-primary,.btn-outline{padding:12px 24px;font-size:.9rem}.hero-actions{flex-direction:column;width:100%}.hero-actions button,.hero-actions .btn-primary,.hero-actions .btn-outline{width:100%}.service-title{font-size:2.2rem}.about-content-text p{font-size:1.3rem}.stat-number{font-size:2.8rem}.stats-grid{grid-template-columns:1fr;gap:40px}.cta-section .section-title{font-size:2.5rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons button{width:100%}.footer-brand{font-size:1.6rem}.service-visual{height:300px}}@media (width<=390px){.hero-title{font-size:2.5rem}.about-content-text p{font-size:1.2rem}.service-title{font-size:2rem}.stat-number{font-size:2.5rem}.service-desc{font-size:1rem}.timeline-number{width:30px;font-size:1.2rem}.timeline-content h3{font-size:1.5rem}.cta-section .section-title{font-size:2.2rem}.service-visual{height:260px}}@media (width<=360px){.header{padding:20px 5%}.header-logo{font-size:1.3rem}.hero-title{font-size:2.2rem}.about-content-text p{font-size:1.1rem}.service-title{font-size:1.8rem}.stat-number{font-size:2.2rem}.cta-section .section-title{font-size:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:15px}.footer-bottom div{flex-direction:column;align-items:center;gap:10px;display:flex}.footer-bottom a{margin-right:0!important}}
