.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #efefef;justify-content:flex-end;padding:24px 7%;display:flex;position:sticky;top:0}.nav-links{gap:50px;display:flex}.nav-links a{color:#111;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:#2563eb}.nav-links a:after{content:"";background:linear-gradient(90deg,#2563eb,#16a34a);width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}*{box-sizing:border-box;margin:0;padding:0}body{color:#111;background:#fff;font-family:Arial,Helvetica,sans-serif}.hero-section{background:linear-gradient(#fff 0%,#fbfbfb 100%);justify-content:space-between;align-items:center;gap:70px;min-height:88vh;padding:80px 7%;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";background:#2563eb14;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-80px;left:-90px}.hero-left,.hero-right{z-index:2;flex:1;position:relative}.hero-label{color:#111;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:14px;margin-bottom:25px;font-size:14px;font-weight:700;display:flex}.hero-label span,.accent-line{background:linear-gradient(90deg,#2563eb,#16a34a);border-radius:20px;width:56px;height:3px}.hero-left h1{max-width:650px;margin-bottom:28px;font-size:64px;line-height:1.08}.hero-description{color:#444;max-width:560px;margin-bottom:34px;font-size:19px;line-height:1.8}.hero-buttons{gap:22px;display:flex}.btn{border-radius:8px;padding:15px 28px;font-weight:700;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:#111;box-shadow:0 10px 25px #00000024}.btn-primary:hover,.btn-secondary:hover,.website-card:hover,.benefit-item:hover,.logo-card:hover{transform:translateY(-6px)}.btn-secondary{color:#111;background:#fff;border:1px solid #111}.hero-right{justify-content:center;display:flex}.logo-card{background:#fff;border-radius:30px;justify-content:center;align-items:center;width:460px;height:460px;transition:all .3s;display:flex;box-shadow:0 28px 60px #0000001f}.hero-logo{width:360px;max-width:100%;display:block}.why-website-section{background:#f7f7f7;padding:75px 7% 85px}.section-header{text-align:center;max-width:850px;margin:0 auto 45px}.section-header .accent-line{margin:0 auto 22px}.section-header h2{margin-bottom:16px;font-size:38px}.section-header p{color:#555;font-size:17px;line-height:1.8}.website-cards{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.website-card{text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:18px;min-height:285px;padding:34px 26px;transition:all .3s;box-shadow:0 10px 30px #0000000a}.icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 22px;font-size:32px;display:flex}.icon.blue{background:#2563eb17}.icon.green{background:#16a34a17}.website-card h3{margin-bottom:16px;font-size:21px}.website-card p{color:#555;font-size:16px;line-height:1.7}.mini-line{border-radius:20px;width:42px;height:3px;margin:24px auto 0}.blue-line{background:#2563eb}.green-line{background:#16a34a}.why-yl-section{background:#fff;grid-template-columns:.85fr 1.7fr;gap:60px;padding:75px 7% 85px;display:grid}.why-yl-left{align-self:center}.accent-line.left{margin-bottom:25px}.why-yl-left h2{margin-bottom:24px;font-size:38px}.why-yl-left p{color:#555;font-size:17px;line-height:1.9}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.benefit-item{background:#fff;border:1px solid #e8e8e8;border-radius:14px;gap:16px;padding:24px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000009}.benefit-item span{font-size:28px}.benefit-item h3{margin-bottom:10px;font-size:16px}.benefit-item p{color:#555;font-size:14px;line-height:1.7}.footer{color:#fff;background:#111;padding:50px 7% 25px}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.footer-brand h3{margin-bottom:10px}.footer-brand p{color:#aaa}.footer-links{gap:24px;display:flex}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{color:#4ade80}.footer-contact p{color:#aaa;margin-bottom:8px}.footer-bottom{text-align:center;color:#777;border-top:1px solid #333;margin-top:30px;padding-top:20px}.process-section{background:#f7f7f7;padding:75px 7% 85px}.process-timeline{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:50px;display:grid}.process-step{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:30px;transition:all .3s}.process-step:hover{transform:translateY(-6px);box-shadow:0 12px 35px #0000000f}.step-number{color:#2563eb;margin-bottom:15px;font-size:14px;font-weight:700}.process-step h3{margin-bottom:14px;font-size:22px}.process-step p{color:#555;line-height:1.7}.cta-section{background:#fff;padding:80px 7%}.cta-card{text-align:center;background:linear-gradient(#fff,#fafafa);border:1px solid #ececec;border-radius:24px;max-width:1000px;margin:auto;padding:70px;box-shadow:0 15px 40px #0000000d}.cta-card .accent-line{margin:0 auto 25px}.cta-card h2{margin-bottom:20px;font-size:42px}.cta-card p{color:#555;max-width:700px;margin:auto auto 35px;line-height:1.8}.cta-buttons{justify-content:center;gap:20px;display:flex}html{scroll-behavior:smooth}.page-hero{background:#fff;padding:95px 7% 60px}.page-hero h1{max-width:780px;margin-bottom:24px;font-size:54px;line-height:1.1}.page-hero p{color:#555;max-width:700px;font-size:18px;line-height:1.8}.services-section{background:#fff;grid-template-columns:repeat(3,1fr);gap:22px;padding:40px 7% 80px;display:grid}.service-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:32px;transition:all .3s}.service-card:hover{border-color:#2563eb59;transform:translateY(-6px);box-shadow:0 12px 35px #0000000f}.service-card h3{margin-bottom:14px;font-size:22px}.service-card p{color:#555;line-height:1.7}@media (width<=950px){.services-section{grid-template-columns:1fr}.page-hero h1{font-size:40px}}.contact-section{grid-template-columns:1.1fr .9fr;gap:40px;padding:50px 7% 90px;display:grid}.contact-form-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:40px}.contact-form-card h2{margin-bottom:30px}.contact-form-card form{flex-direction:column;gap:18px;display:flex}.contact-form-card input,.contact-form-card textarea{border:1px solid #ddd;border-radius:10px;padding:16px;font-size:15px}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#2563eb;outline:none}.contact-info{padding:20px}.contact-info h2{margin-bottom:30px}.contact-step{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:20px}.contact-step h3{margin-bottom:10px}.contact-step p{color:#555;line-height:1.7}@media (width<=950px){.contact-section{grid-template-columns:1fr}}.pricing-section{padding:20px 7% 70px}.pricing-card{text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:20px;max-width:500px;margin:40px auto 0;padding:40px;box-shadow:0 12px 35px #0000000d}.price{margin-bottom:30px;font-size:22px}.price span{color:#111;font-size:48px;font-weight:700}.pricing-card ul{padding:0;list-style:none}.pricing-card li{color:#555;border-bottom:1px solid #f1f1f1;padding:12px 0}.pricing-card li:last-child{border-bottom:none}@media (width<=950px){.hero-section,.why-yl-section{grid-template-columns:1fr;display:block}.hero-section{min-height:auto;padding:80px 6%}.hero-left h1{font-size:44px}.hero-right{margin-top:50px}.logo-card{width:100%;height:auto;padding:50px}.website-cards,.benefits-grid,.process-timeline{grid-template-columns:1fr}.why-yl-left{margin-bottom:40px}.process-step{text-align:left;width:100%}}
