:root{--primary:#1677ff;--primary-hover:#4194ff;--accent:#ef2b9d;--primary-fg:#fff;--bg:#05080e;--fg:#f5f8fc;--card:#0b111c;--surface:#101a29;--border:#1d2b3e;--muted:#9daabd;--glow:#1677ff3d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% 0,#0d213f 0,#060b14 28rem,#05080e 62rem) fixed;color:var(--fg);font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3{font-family:'Playfair Display',serif}a{color:inherit}.container{width:100%;margin:auto;padding:0 1rem}header{position:sticky;top:0;z-index:50;background:#05080eef;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 10px 35px #0008}.header-inner{padding-top:1rem;padding-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo img{width:3rem;height:3rem;object-fit:contain}.logo strong{font-size:1.5rem;background:linear-gradient(90deg,#fff 0 50%,var(--primary) 72%,var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}nav{display:none;gap:2rem}nav a{text-decoration:none;transition:.15s}nav a:hover{color:var(--primary)}.lang{padding:.25rem .75rem;border:1px solid var(--border);border-radius:.375rem;background:var(--surface);text-decoration:none}.lang:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-fg)}.hero{position:relative;overflow:hidden}.hero-photo{display:block;width:100%;height:auto;object-fit:cover}.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(to right,#05080ef7,#07101bd9 48%,#05080e2e)}.hero-copy{padding-top:2.5rem;padding-bottom:2.5rem}.hero-copy h1{font-size:3rem;line-height:1;margin:0 0 1rem;color:var(--primary);text-shadow:0 0 28px var(--glow)}.hero-copy h2{font-size:1.5rem;font-weight:400;margin:0 0 1.5rem}.hero-copy p{font-size:1.125rem;color:var(--muted);max-width:80rem;margin:0 0 2rem}.primary-button,.outline-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.75rem 2rem;text-decoration:none;font-size:1.125rem;transition:.15s}.primary-button{background:linear-gradient(135deg,var(--primary),#0058e8);color:var(--primary-fg);box-shadow:0 12px 28px var(--glow)}.primary-button:hover{background:linear-gradient(135deg,var(--primary-hover),var(--primary));transform:translateY(-2px)}.divider{height:5rem;position:relative;overflow:hidden}.divider svg{position:absolute;width:100%;height:100%}.divider path{fill:var(--card)}.divider .line{fill:none;stroke:var(--primary);stroke-width:2;opacity:.55}.divider.up{background:linear-gradient(var(--card),var(--bg))}.divider.up path:first-child{fill:var(--bg)}.divider.down{background:linear-gradient(var(--bg),var(--card))}.section{padding:5rem 0}.card-section{background:linear-gradient(180deg,var(--card),#080e17)}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.25rem;line-height:1.15;color:var(--primary);margin:0 0 1rem}.section-title h2:after{content:"";display:block;width:5rem;height:3px;margin:.8rem auto 0;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent))}.section-title p{font-size:1.125rem;color:var(--muted);margin:0}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.services-grid article,.why-grid article{padding:2rem;background:linear-gradient(145deg,var(--surface),#0a101a);border:1px solid var(--border);border-radius:.5rem;transition:.3s}.services-grid article:hover{border-color:var(--primary);box-shadow:0 16px 36px #0009,0 0 24px var(--glow);transform:translateY(-.25rem)}.service-icon{display:block;width:3rem;height:3rem;color:var(--primary);font-size:2.5rem;line-height:3rem;margin-bottom:1rem;text-shadow:0 0 20px var(--glow)}.services-grid h3,.why-grid h3{font-size:1.25rem;font-family:Inter,sans-serif;margin:0 0 .5rem}.services-grid p,.why-grid p{color:var(--muted);margin:0}.why-grid{display:grid;grid-template-columns:1fr;gap:2rem}.why-grid article{text-align:center;background:linear-gradient(145deg,#0e1827,#080d16)}.why-grid article:hover{border-color:var(--primary)}.why-grid article>div{font-size:3rem;margin-bottom:1rem}.contact-wrap{max-width:42rem}.contact-subtitle{font-size:1.25rem!important}.contact-card{background:linear-gradient(145deg,var(--surface),#080d16);border:1px solid var(--border);border-radius:.5rem;padding:3rem;margin-bottom:3rem;box-shadow:0 20px 48px #0007}.phone-row{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;color:var(--primary)}.phone-row span{font-size:2rem}.phone-row a{font-size:1.875rem;font-weight:700;text-decoration:none}.contact-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;flex-wrap:wrap}.outline-button{background:var(--surface);border:1px solid var(--primary);color:#cfe2ff;font-size:1rem}.outline-button:hover{background:#1677ff1f;box-shadow:0 0 22px var(--glow)}.quality{text-align:center;color:var(--muted);font-size:.875rem}footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;color:var(--muted)}[dir=rtl]{font-family:Arial,sans-serif}[dir=rtl] .hero-shade{background:linear-gradient(to left,#05080ef7,#07101bd9 48%,#05080e2e)}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}.contact-buttons{flex-direction:row}}@media(min-width:768px){nav{display:flex}.hero-copy h1{font-size:3.75rem}.hero-copy h2{font-size:1.875rem}.section{padding:8rem 0}.section-title h2{font-size:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.container{max-width:1280px;padding-left:2rem;padding-right:2rem}.services-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(4,1fr)}}
