@font-face{font-family:Tanker;src:url(../fonts/Tanker-Regular.woff2) format("woff2"),url(../fonts/Tanker-Regular.woff) format("woff"),url(../fonts/Tanker-Regular.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}*{padding:0;margin:0;box-sizing:border-box;font-family:Tanker,sans-serif}.feature-wrapper{overflow:hidden;width:100%;background:#f5f5f5;padding:clamp(3rem,10vw,4.5rem) 0;display:flex;flex-direction:column;align-items:center}.feature-section{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:0 4rem;text-align:center}.feature-section .text{font-size:clamp(1rem,2vw,1.25rem);color:#666;font-weight:500;letter-spacing:1px}.feature-title{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:1rem 0 2rem}.feature-title h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#222}.service-icon{color:#333;font-size:clamp(2.2rem,4vw,3rem)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(260px,auto);gap:1.8rem;width:100%;max-width:1200px;margin-top:3rem;justify-items:stretch;align-items:stretch;position:relative}.span-vertical{grid-row:span 2;grid-column:1 / 2}.span-horizontal{grid-column:2 / 4;grid-row:1 / 2;justify-self:center;align-self:center;width:95%}.service-card{background:#fff;border-radius:22px;padding:2rem 1.8rem;box-shadow:0 6px 16px #00000014;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;transition:all .3s ease;position:relative}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 22px #00000026}.service-card-icon{font-size:2.8rem;color:#222;background:#eee;border-radius:50%;padding:.9rem;margin-bottom:1rem;transition:all .3s ease}.service-card:hover .service-card-icon{background:#222;color:#fff}.service-card h3{font-size:1.5rem;font-weight:600;color:#222;margin-bottom:.6rem}.service-card p{font-size:1.05rem;color:#555;line-height:1.6}.bottom-text{margin-top:3rem;font-size:1.1rem;color:#777;letter-spacing:1px}.chat-cta{margin-top:2.5rem}.chat-cta a{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;background:#222;color:#f1f1f1;text-decoration:none;padding:1rem 2.4rem;border-radius:40px;font-weight:600;letter-spacing:.5px;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 14px #00000026}.chat-cta a:hover{background:#333;transform:scale(1.05);box-shadow:0 6px 18px #00000040}.chat-icon{font-size:1.4rem;color:#2ecc71;transition:color .3s ease}.chat-cta a:hover .chat-icon{color:#fff}@media(max-width:1000px){.service-grid{grid-template-columns:1fr}.span-vertical,.span-horizontal{grid-column:auto;grid-row:auto;width:100%}.feature-section{padding:0 2rem}.service-card{text-align:center;align-items:center}.service-card p{text-align:center}.chat-cta{margin-top:2rem}}.hero-wrapper{overflow:hidden;width:100%;background:#f5f5f5;padding:clamp(3.5rem,10vw,5rem) 0}.hero-section{display:flex;justify-content:center;align-items:center;text-align:left;gap:clamp(2rem,5vw,2.5rem);width:100%;padding:0 4rem}.hero-content{flex-basis:65%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}.intro-wrapper{overflow:hidden}.intro-wrapper h1{font-family:Tanker,sans-serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;color:#444;line-height:1.2;letter-spacing:1px}.intro-wrapper h1 span{color:#222;font-weight:700;font-family:Courier New,Courier,monospace}.dev-icon{display:inline-flex;align-items:center;justify-content:center;margin:0 .3rem;color:#666;font-size:clamp(1.8rem,3vw,2.4rem);transition:transform .3s ease,color .3s ease}.dev-icon:hover{transform:rotate(20deg) scale(1.1);color:#333}.intro-wrapper p{font-size:clamp(1rem,2vw,1.25rem);color:#555;line-height:1.7;max-width:700px;margin-top:1rem;font-weight:400}.cta-row{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.availability{font-size:1rem;font-weight:600;color:#2ecc71;background:#2ecc711a;padding:.6rem 1.4rem;border-radius:20px;border:1px solid rgba(46,204,113,.4);display:inline-flex;align-items:center;gap:.6rem;letter-spacing:.5px;transition:all .3s ease}.available-icon{font-size:1.1rem;color:#2ecc71}.availability:hover{background:#2ecc7133;transform:scale(1.05)}.chat-div{display:inline-block;background:#222;padding:clamp(1rem,5vw,1.1rem) clamp(2rem,5vw,2.4rem);border-radius:30px;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.chat-div a{color:#f1f1f1;text-decoration:none;font-size:1.05rem;font-weight:600;letter-spacing:.5px}.chat-div.alt{background:#fff;border:1px solid #222}.chat-div.alt a{color:#222}.chat-div.alt:hover{background:#222}.chat-div.alt:hover a{color:#fff}.intro-wrapper h1{opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-image{overflow:hidden;flex-basis:35%;max-width:500px;max-height:500px;border-radius:30px}.hero-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1000px){.hero-section{flex-direction:column-reverse;text-align:center;padding:0 2rem;gap:2rem}.hero-content{flex-basis:100%;align-items:center;text-align:center}.intro-wrapper h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.3}.intro-wrapper p{font-size:1rem;max-width:90%;margin:0 auto}.cta-row{flex-direction:column;align-items:center;justify-content:center;gap:1rem}.availability{font-size:.95rem}.chat-div{padding:.9rem 2rem}.hero-image{flex-basis:auto;max-width:90%;max-height:380px}}.nav-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:clamp(2rem,6vw,3rem) 0;background:#f5f5f5;gap:clamp(2rem,6vw,2.5rem);flex-wrap:wrap}.nav-bar{display:flex;gap:2rem;align-items:center;justify-content:center;max-width:1000px;-webkit-backdrop-filter:blur 1.5px;backdrop-filter:blur 1.5px;border-radius:30px}.nav-bar a{font-size:2.6rem;color:#333;transition:all .3s ease}.nav-bar a:hover{color:#0077b5;transform:scale(1.15) rotate(45deg)}.chat-div{display:inline-flex;align-items:center;justify-content:center;background:#222;padding:clamp(.9rem,5vw,1.2rem) clamp(2.5rem,6vw,3rem);border-radius:30px;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026;white-space:nowrap}.chat-div a{color:#f1f1f1;text-decoration:none;font-size:1.1rem;font-weight:600;letter-spacing:.5px}.chat-div:hover{background:#333;transform:scale(1.05);box-shadow:0 6px 18px #00000040}@media(max-width:1000px){.nav-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:clamp(2rem,6vw,2.5rem)}.chat-div{margin-top:1rem}}.project-wrapper{overflow:hidden;width:100%;background:#f5f5f5;padding:clamp(3rem,10vw,4.5rem) 0;display:flex;justify-content:center}.project-section{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:0 2rem}.project-intro{text-align:center;margin-bottom:2rem}.project-intro .text{font-size:clamp(1rem,2vw,1.25rem);color:#666;font-weight:500;letter-spacing:1px}.project-intro h2{display:flex;align-items:center;gap:.8rem;justify-content:center;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#222}.project-icon{color:#222;font-size:2.3rem}.project-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;margin-top:2rem}.card{background:#fff;overflow:hidden;box-shadow:0 6px 18px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;padding-bottom:1.5rem}.card picture img{width:100%;height:200px;object-fit:cover;opacity:1.4}.card h3{margin-top:1rem;font-size:1.4rem;color:#222}.card p{color:#555;font-size:1rem;line-height:1.6;padding:.5rem 1.5rem;margin-bottom:1rem}.view-btn{display:inline-flex;align-items:center;gap:.4rem;background:#222;color:#fff;padding:.6rem 1.4rem;border-radius:30px;font-weight:600;text-decoration:none;transition:all .3s ease}.view-btn:hover{background:#444;transform:scale(1.05)}.view-btn svg{font-size:1.1rem}@media(max-width:1000px){.project-section{padding:0 1.5rem}.project-intro h2{font-size:2rem}.project-cards{grid-template-columns:1fr;gap:2.5rem}.card{width:100%;max-width:500px;margin:0 auto;border-radius:16px}.card picture img{height:220px}.card p{font-size:.95rem;line-height:1.5;padding:.5rem 1rem}.view-btn{font-size:.95rem;padding:.6rem 1.2rem}}@media(max-width:600px){.project-wrapper{padding:2.5rem 0}.project-intro .text{font-size:.9rem}.project-intro h2{font-size:1.7rem;flex-direction:column;gap:.3rem}.project-icon{font-size:1.8rem}.card picture img{height:180px}.card h3{font-size:1.2rem}.card p{font-size:.9rem;padding:.4rem 1rem}.view-btn{font-size:.85rem;padding:.5rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}.reason-wrapper{width:100%;background:#f5f5f5;padding:clamp(3rem,8vw,5rem) 0;display:flex;justify-content:center}.reason-section{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:3rem 2rem}.reason-intro{text-align:center;margin-bottom:2.5rem}.reason-intro h2{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;color:#111;line-height:1.3;max-width:800px}.reason-pinterest{column-count:3;column-gap:1.5rem;width:100%}.reason-pin{background:#fff;display:inline-block;margin-bottom:1.5rem;padding:1.8rem 1.4rem;border-radius:18px;box-shadow:0 6px 18px #00000014;break-inside:avoid;transition:all .3s ease}.reason-pin:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.reason-icon{font-size:2.4rem;color:#111;margin-bottom:1rem}.reason-pin h3{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:.6rem}.reason-pin p{color:#555;font-size:1rem;line-height:1.6}@media(max-width:1000px){.reason-pinterest{column-count:2}}@media(max-width:650px){.reason-pinterest{column-count:1}.reason-pin{margin-bottom:1rem}}.testimonial-wrapper{width:100%;overflow:hidden;background-color:#f5f5f5;padding:3rem 0;box-sizing:border-box}.testimonial-header{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2.5rem}.testimonial-header h2{font-family:Arial,sans-serif;font-size:1.8rem;font-weight:700;color:#222}.testimonial-icon{font-size:2.3rem;color:#4caf50;transition:transform .3s ease}.testimonial-icon:hover{transform:scale(1.2)}.testimonial-marquee{display:flex;align-items:center}.testimonial-track{display:flex;animation:scroll 30s linear infinite}.testimonial-card{min-width:400px;max-width:450px;min-height:220px;margin:0 1.8rem;background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 6px 18px #0000001f;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026}.testimonial-text{font-style:normal;font-family:Georgia,serif;font-size:1.1rem;line-height:1.5;margin-bottom:1.2rem;color:#333}.testimonial-name{font-weight:700;text-align:right;margin-bottom:.3rem;color:#222}.testimonial-position{text-align:right;font-size:.95rem;color:#666;font-style:italic}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-wrapper:hover .testimonial-track{animation-play-state:paused}@media(max-width:1024px){.testimonial-card{min-width:320px;max-width:350px;padding:1.5rem;min-height:200px}.testimonial-text{font-size:1rem}.testimonial-header h2{font-size:1.5rem}.testimonial-icon{font-size:1.8rem}}@media(max-width:600px){.testimonial-wrapper{padding:2rem 0}.testimonial-track{animation:none;flex-wrap:nowrap;overflow-x:auto}.testimonial-card{min-width:280px;max-width:300px;padding:1.2rem;min-height:180px}}@media(max-width:1024px){.testimonial-card{min-width:300px;max-width:350px;padding:1.5rem;min-height:200px}.testimonial-text{font-size:1rem}.testimonial-header h2{font-size:1.5rem}.testimonial-icon{font-size:1.8rem}.testimonial-track{animation:scroll 25s linear infinite}}@media(max-width:600px){.testimonial-wrapper{padding:2rem 0}.testimonial-track{display:flex;animation:scroll 20s linear infinite}.testimonial-card{min-width:260px;max-width:280px;padding:1.2rem;min-height:160px}.testimonial-text{font-size:.95rem}.testimonial-header h2{font-size:1.3rem}.testimonial-icon{font-size:1.5rem}}*{padding:0;margin:0;box-sizing:border-box}.process-section{background-color:#f5f5f5}.process-wrapper{width:100%;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative}.process-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#222;text-align:center;margin-bottom:clamp(2rem,6vw,3rem)}.process-line-container{width:80%;position:relative}.process-line{width:100%;height:13px;background:#291e1e;border-radius:15px;transform:scaleX(0);transform-origin:left center}.process-icons{position:absolute;top:50%;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;transform:translateY(-50%)}.icon-container{display:flex;flex-direction:column;align-items:center}.process-icon{font-size:3.5rem;color:#111;background:#fff;border-radius:20%;padding:.5rem;box-shadow:0 4px 10px #00000014;transition:transform .3s ease,color .3s ease;margin-top:.8rem}.process-icon:hover{transform:scale(1.15);color:#000}@media(max-width:1000px){.process-icon{font-size:clamp(2rem,5vw,2.5rem)}.process-title{font-size:2rem;margin-bottom:clamp(2rem,6vw,3rem)}.process-line-container{width:90%}.process-line{height:6px}}.cta-footer-wrapper{width:100%;background-color:#1a1a1a;color:#fff;padding:3rem 1rem;text-align:center;box-sizing:border-box}.cta-footer-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.8rem}.cta-text h2{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-text p{font-size:1.1rem;line-height:1.6;max-width:650px;margin:.5rem 0;color:#e0e0e0}.cta-button{background-color:#fff;color:#1a1a1a;padding:.8rem 2rem;border-radius:8px;font-weight:700;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#e0e0e0;transform:translateY(-3px)}.cta-socials{display:flex;gap:1.5rem;font-size:1.5rem;margin-top:1rem}.cta-socials a{color:#fff;transition:transform .3s ease,color .3s ease}.cta-socials a:hover{color:#b0b0b0;transform:scale(1.2)}.cta-footer-copy{margin-top:2rem;font-size:.9rem;color:#999}@media(max-width:768px){.cta-footer-content{gap:1.2rem}.cta-text h2{font-size:1.5rem}.cta-text p{font-size:1rem}.cta-button{padding:.7rem 1.8rem}.cta-socials{gap:1rem;font-size:1.3rem}}
