*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d1b2a;--white: #ffffff;--off: #f4f7fb;--grey: #6b7a8d;--light: #dce3ea;--accent: #1a6fc4;--accent2: #0f4c8a;--red: #c0392b;--green: #27ae60}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden}.btn-primary{background:var(--accent);color:#fff;padding:.85rem 2rem;border:none;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #1a6fc44d;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--accent2);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--navy);padding:.85rem 2rem;border:1.5px solid var(--light);border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color .2s,transform .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-outline:hover{border-color:var(--navy);transform:translateY(-1px)}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;display:block}.section-title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--navy);margin-bottom:1rem}.section-desc{font-size:.95rem;line-height:1.75;color:var(--grey);max-width:520px}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:96px;background:var(--off)}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#1a6fc41a;color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .9rem;border-radius:20px;margin-bottom:1.5rem;width:fit-content}.hero-badge:before{content:"";width:7px;height:7px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero h1{font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.hero h1 .hl{color:var(--accent)}.hero-sub{font-size:1rem;line-height:1.75;color:var(--grey);max-width:460px;margin-bottom:1.8rem}.hero-trust{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.trust-item{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:500;color:var(--navy)}.ck{width:20px;height:20px;background:#1a6fc41f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:.62rem;flex-shrink:0}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--light)}.stat{flex:1;padding-right:1.5rem}.stat+.stat{padding-left:1.5rem;border-left:1px solid var(--light)}.stat-num{font-size:1.8rem;font-weight:700;color:var(--navy);letter-spacing:-.03em}.stat-num span{color:var(--accent)}.stat-label{font-size:.75rem;color:var(--grey);margin-top:.2rem}.hero-right{position:relative;overflow:hidden}.hero-right img{width:100%;height:100%;object-fit:cover}.hero-right-ov{position:absolute;inset:0;background:linear-gradient(135deg,#0d1b2a66,#1a6fc426)}.hero-card{position:absolute;bottom:2rem;left:2rem;right:2rem;background:#fffffff7;backdrop-filter:blur(12px);border-radius:12px;padding:1.2rem 1.4rem;box-shadow:0 8px 32px #00000026;display:flex;align-items:center;gap:1rem}.hci{width:40px;height:40px;background:#1a6fc41a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.hct strong{display:block;font-size:.88rem;font-weight:700;color:var(--navy)}.hct span{font-size:.75rem;color:var(--grey)}.hcb{margin-left:auto;background:var(--green);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .65rem;border-radius:20px;white-space:nowrap}.ticker{background:var(--navy);padding:.75rem 0;overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-flex;animation:ticker 35s linear infinite;gap:3rem}.ticker-inner span{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#fff9}.ticker-inner .dot{color:var(--accent)}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.why{padding:6rem 4rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.why-card{background:var(--off);border-radius:12px;padding:1.4rem;border:1px solid var(--light);transition:box-shadow .2s,transform .2s}.why-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.why-card .icon{font-size:1.4rem;margin-bottom:.65rem}.why-card h4{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.why-card p{font-size:.78rem;line-height:1.6;color:var(--grey)}.uk-badge-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.uk-badge{display:flex;align-items:center;gap:.5rem;background:#27ae6014;border:1px solid rgba(39,174,96,.2);color:var(--green);font-size:.78rem;font-weight:600;padding:.45rem .9rem;border-radius:20px}.pricing-section{background:var(--navy);padding:6rem 4rem;color:#fff}.pricing-inner{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:3.5rem}.pricing-header .section-label{color:#fff6}.pricing-header .section-title{color:#fff}.pricing-header .section-desc{color:#ffffff8c;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.price-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:2rem;transition:background .25s,transform .25s;position:relative}.price-card:hover{background:#ffffff1a;transform:translateY(-3px)}.price-card.featured{background:var(--accent);border-color:var(--accent)}.price-card.featured:hover{background:var(--accent2)}.price-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#ffffff26;color:#fffc;padding:.2rem .6rem;border-radius:4px;margin-bottom:1rem}.price-card h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.price-amount{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.25rem;letter-spacing:-.03em}.price-amount span{font-size:1rem;font-weight:400;opacity:.7}.price-note{font-size:.75rem;color:#ffffff8c;margin-bottom:1.5rem}.price-features{list-style:none;display:flex;flex-direction:column;gap:.6rem}.price-features li{font-size:.82rem;color:#fffc;display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.price-features li:before{content:"✓";color:#7ed9a7;font-weight:700;flex-shrink:0}.pricing-note{text-align:center;font-size:.82rem;color:#fff6}.services-section{background:var(--off);padding:6rem 4rem}.services-inner{max-width:1200px;margin:0 auto}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:12px;padding:1.8rem;border:1px solid var(--light);transition:box-shadow .25s,transform .25s,border-color .25s}.service-card:hover{box-shadow:0 8px 30px #1a6fc41f;transform:translateY(-3px);border-color:#1a6fc440}.sicon{width:44px;height:44px;background:#1a6fc41a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem}.service-card h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.service-card p{font-size:.8rem;line-height:1.65;color:var(--grey)}.process-section{padding:6rem 4rem;max-width:1200px;margin:0 auto}.process-header{text-align:center;margin-bottom:4rem}.process-header .section-desc{margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.process-steps:before{content:"";position:absolute;top:24px;left:calc(12.5% + 12px);right:calc(12.5% + 12px);height:2px;background:repeating-linear-gradient(90deg,var(--light) 0px,var(--light) 8px,transparent 8px,transparent 16px)}.step{text-align:center;padding:0 .5rem}.step-num{width:48px;height:48px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff;margin:0 auto 1rem;position:relative;z-index:1;box-shadow:0 4px 12px #1a6fc44d}.step h3{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.step p{font-size:.78rem;line-height:1.65;color:var(--grey)}.reviews-section{background:var(--off);padding:6rem 4rem}.reviews-inner{max-width:1200px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-stars-summary{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem}.stars-big{font-size:1.8rem}.stars-info strong{display:block;font-size:1.4rem;font-weight:700;color:var(--navy)}.stars-info span{font-size:.78rem;color:var(--grey)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--white);border:1px solid var(--light);border-radius:14px;padding:1.6rem;transition:box-shadow .25s,transform .25s}.review-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.review-stars{color:#f5b50a;font-size:.9rem;margin-bottom:.75rem}.review-text{font-size:.85rem;line-height:1.7;color:#3d4f60;margin-bottom:1.2rem;font-style:italic}.review-author{display:flex;align-items:center;gap:.65rem}.review-avatar{width:36px;height:36px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:#fff;flex-shrink:0}.review-name{font-size:.85rem;font-weight:600;color:var(--navy)}.review-project{font-size:.72rem;color:var(--grey)}.contact-section{background:var(--navy);padding:6rem 4rem;color:#fff}.contact-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-left .section-title{color:#fff}.contact-left .section-desc{color:#fff9;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem}.contact-detail{display:flex;align-items:center;gap:.9rem;font-size:.85rem;color:#ffffffbf}.cd-icon{width:38px;height:38px;background:#ffffff14;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.location-box{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #00000026}.location-map-iframe{width:100%;height:220px;display:block;border:none}.location-info{padding:1.3rem 1.5rem}.location-info h4{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.location-info p{font-size:.8rem;color:var(--grey);line-height:1.6}.location-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.65rem}.location-tag{background:#1a6fc414;color:var(--accent);font-size:.68rem;font-weight:600;padding:.2rem .55rem;border-radius:20px}.blog-section{padding:6rem 4rem;max-width:1200px;margin:0 auto}.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.blog-header a{font-size:.88rem;font-weight:600;color:var(--accent);text-decoration:none}.blog-header a:hover{text-decoration:underline}.blog-card{background:var(--white);border:1px solid var(--light);border-radius:14px;overflow:hidden;transition:box-shadow .25s,transform .25s;display:grid;grid-template-columns:360px 1fr;text-decoration:none;color:inherit}.blog-card:hover{box-shadow:0 8px 30px #1a6fc41f;transform:translateY(-3px)}.blog-card-img{overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-img img{transform:scale(1.03)}.blog-card-body{padding:2rem;display:flex;flex-direction:column;justify-content:center}.blog-tag{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.65rem}.blog-card-body h3{font-size:1.25rem;font-weight:700;color:var(--navy);line-height:1.3;margin-bottom:.65rem}.blog-card-body p{font-size:.85rem;line-height:1.7;color:var(--grey);margin-bottom:1.2rem}.blog-meta{display:flex;gap:1.2rem;font-size:.75rem;color:var(--grey);flex-wrap:wrap}.read-more{font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem}@media (max-width: 1024px){.pricing-grid,.reviews-grid,.services-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:96px}.hero-left{padding:3rem 1.5rem 2.5rem}.hero-right{height:260px}.hero-stats{gap:0}.stat{padding-right:1rem}.stat+.stat{padding-left:1rem}.stat-num{font-size:1.5rem}.why{grid-template-columns:1fr;padding:4rem 1.5rem;gap:2.5rem}.why-cards{grid-template-columns:1fr 1fr}.pricing-section{padding:4rem 1.5rem}.pricing-grid{grid-template-columns:1fr;gap:1rem}.services-section{padding:4rem 1.5rem}.services-header{flex-direction:column;align-items:flex-start}.services-grid{grid-template-columns:1fr}.process-section{padding:4rem 1.5rem}.process-steps{grid-template-columns:1fr 1fr;gap:2rem}.process-steps:before{display:none}.reviews-section{padding:4rem 1.5rem}.reviews-grid{grid-template-columns:1fr}.contact-section{padding:4rem 1.5rem}.contact-inner{grid-template-columns:1fr;gap:2.5rem}.blog-section{padding:4rem 1.5rem}.blog-header{flex-direction:column;align-items:flex-start}.blog-card{grid-template-columns:1fr}.blog-card-img{height:200px}.blog-card-body{padding:1.5rem}.hero-card{bottom:1rem;left:1rem;right:1rem;padding:1rem}.hcb{display:none}}@media (max-width: 480px){.hero h1{font-size:1.9rem}.hero-badge{font-size:.68rem}.hero-trust{gap:.6rem}.trust-item{font-size:.75rem}.hero-buttons{flex-direction:column}.hero-buttons .btn-primary,.hero-buttons .btn-outline{width:100%;justify-content:center}.why-cards,.process-steps{grid-template-columns:1fr}.uk-badge-row{flex-direction:column}.reviews-stars-summary{flex-direction:column;text-align:center}.pricing-grid{grid-template-columns:1fr}}
