﻿
:root{--primary:#142849;--accent:#e35d4f;--teal:#0f9f9a;--gold:#d7a84a;--bg:#fffdf9;--muted:#f4f6f8;--text:#172033;--sub:#667085}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #e8edf3}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--primary);font-size:20px}.logo img{height:46px;width:auto}.menu{display:flex;gap:18px;align-items:center;font-weight:700;color:#334155}.menu a:hover{color:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 22px;font-weight:800;border:0;transition:.25s}.btn-primary{background:linear-gradient(135deg,var(--teal),#1265a8);color:white;box-shadow:0 10px 25px rgba(15,159,154,.25)}.btn-gold{background:linear-gradient(135deg,var(--gold),#f0c56d);color:#261b04}.btn-outline{border:1px solid #d8dee7;color:var(--primary);background:#fff}.btn:hover{transform:translateY(-2px)}.hero{position:relative;min-height:520px;display:flex;align-items:center;color:white;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,31,58,.92),rgba(14,31,58,.55),rgba(14,31,58,.15));z-index:1}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;max-width:760px;padding:80px 0}.eyebrow{display:inline-block;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);padding:7px 14px;border-radius:99px;font-weight:700;font-size:14px}.hero h1{font-size:56px;line-height:1.15;margin:22px 0 16px}.hero p{font-size:20px;color:rgba(255,255,255,.9);max-width:680px}.section{padding:82px 0}.section.alt{background:var(--muted)}.section-title{text-align:center;margin-bottom:38px}.section-title span{color:var(--teal);font-weight:800}.section-title h2{font-size:40px;margin:8px 0;color:var(--primary);line-height:1.25}.section-title p{color:var(--sub);max-width:720px;margin:auto}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:white;border:1px solid #e8edf3;border-radius:26px;overflow:hidden;box-shadow:0 14px 40px rgba(20,40,73,.08);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 55px rgba(20,40,73,.13)}.card-img{height:240px;width:100%;object-fit:cover}.card-body{padding:24px}.card h3{font-size:23px;margin:0 0 8px;color:var(--primary)}.card p{color:var(--sub);margin:0 0 16px}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.badge{background:#e8f8f7;color:#087672;border-radius:99px;padding:5px 10px;font-weight:800;font-size:13px}.badge.gold{background:#fff3d7;color:#77530b}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.service{display:flex;align-items:center;gap:14px;padding:22px;border-radius:22px;background:white;box-shadow:0 10px 26px rgba(20,40,73,.07);font-weight:800;color:var(--primary)}.icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--gold),#f5d682);display:flex;align-items:center;justify-content:center}.breadcrumb{padding:18px 0;color:var(--sub);font-weight:700}.article{display:grid;grid-template-columns:1fr 320px;gap:34px;align-items:start}.content-box{background:#fff;border:1px solid #e8edf3;border-radius:28px;padding:34px;box-shadow:0 14px 40px rgba(20,40,73,.07)}.content-box h2{color:var(--primary);font-size:30px;margin:20px 0 14px}.content-box h3{color:var(--primary)}.list{padding:0;margin:0;list-style:none}.list li{position:relative;padding:9px 30px 9px 0;border-bottom:1px dashed #e3e9f0}.list li:before{content:"✓";position:absolute;right:0;color:var(--teal);font-weight:900}.timeline{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;background:#f9fbfd;border:1px solid #e8edf3;border-radius:18px;padding:16px 58px 16px 18px;position:relative}.step:before{content:counter(step);position:absolute;right:16px;top:16px;width:30px;height:30px;border-radius:50%;background:var(--primary);color:white;display:flex;align-items:center;justify-content:center;font-weight:800}.note{background:#fff7e2;border:1px solid #f4d586;border-radius:20px;padding:18px;color:#5f4305;font-weight:700}.sidebar{position:sticky;top:100px;display:grid;gap:18px}.cta-box{background:linear-gradient(135deg,var(--primary),#0b607b);color:white;border-radius:26px;padding:26px;box-shadow:0 15px 40px rgba(20,40,73,.18)}.faq details{background:#fff;border:1px solid #e8edf3;border-radius:18px;margin-bottom:10px;padding:16px}.faq summary{cursor:pointer;font-weight:800;color:var(--primary)}.footer{background:#0f1f37;color:white;padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer a{color:#dce7f3}.fab{position:fixed;left:20px;bottom:20px;z-index:60;background:#25d366;color:white;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 12px 30px rgba(37,211,102,.35);animation:pulse 2s infinite}@keyframes pulse{50%{transform:scale(1.08)}}@media(max-width:900px){.menu{display:none}.grid-2,.grid-3,.article,.footer-grid{grid-template-columns:1fr}.hero{min-height:560px}.section{padding:58px 0}.card-img{height:210px}.sidebar{position:static}.nav{height:68px}.logo span{font-size:16px}.hero:before{background:rgba(14,31,58,.72)}}


/* Turarap Hostinger SEO polish */
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;color:#b7c6d8}.logo img{height:44px;max-width:54px;object-fit:contain}.header .btn.nav-cta{white-space:nowrap}.hero:before{background:linear-gradient(90deg,rgba(10,25,48,.9),rgba(10,25,48,.62),rgba(10,25,48,.28))}.hero h1{font-size:56px;line-height:1.16;letter-spacing:0;text-wrap:balance}.hero h1 span{display:block}.hero p{text-shadow:0 2px 12px rgba(0,0,0,.28)}.section-title .title-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:#e8f8f7;color:var(--teal);margin-bottom:8px}.section-title .title-icon svg{width:24px;height:24px;fill:currentColor}.card{border-radius:8px;border-color:#e4eaf1;box-shadow:0 10px 28px rgba(20,40,73,.08)}.card-img{height:225px}.card-body{padding:22px}.service,.content-box,.cta-box,.faq details,.step,.note{border-radius:8px}.icon{border-radius:8px}.article-card .card-body{min-height:260px;display:flex;flex-direction:column;align-items:flex-start}.article-card .btn{margin-top:auto}.article-suggestions{padding-top:64px}.hero-article{min-height:430px}.article-content h1{font-size:36px;line-height:1.3;color:var(--primary);margin:0 0 18px}.toc{background:#f8fbfc;border:1px solid #e4eaf1;border-radius:8px;padding:20px;margin:24px 0}.toc h2{font-size:24px;margin-top:0}.article-content a:not(.btn){color:#087672;font-weight:800}.related-grid{margin-top:10px}.fab{font-family:Arial,sans-serif}.menu a{position:relative}.menu a:after{content:"";position:absolute;right:0;bottom:-8px;width:0;height:2px;background:var(--teal);transition:.25s}.menu a:hover:after{width:100%}
@media(max-width:900px){html,body{max-width:100%;overflow-x:hidden}.container{width:min(1180px,calc(100% - 28px));max-width:100%}.header{background:rgba(255,255,255,.96)}.nav{height:62px;gap:10px;min-width:0;direction:ltr;flex-direction:row-reverse}.logo{gap:8px;min-width:0;max-width:calc(100% - 92px);direction:ltr;flex-direction:row-reverse;overflow:hidden}.logo img{height:38px;max-width:46px;flex:0 0 auto}.logo span{font-size:15px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:ltr}.header .btn.nav-cta{width:auto;min-width:48px;height:40px;padding:8px 12px;font-size:0;box-shadow:0 8px 18px rgba(15,159,154,.22);flex-shrink:0}.header .btn.nav-cta:before{content:"واتساب";font-size:12px;line-height:1}.hero{min-height:510px;align-items:center}.hero:before{background:linear-gradient(180deg,rgba(9,21,39,.76),rgba(9,21,39,.62))}.hero-content{padding:62px 0 54px;max-width:100%;text-align:center}.eyebrow{font-size:13px;padding:6px 12px}.hero h1{font-size:34px;line-height:1.22;margin:16px auto 12px;max-width:100%;overflow-wrap:break-word}.hero p{font-size:17px;line-height:1.75;max-width:95%;margin-inline:auto}.actions{gap:9px}.btn{padding:11px 17px}.section{padding:54px 0}.section-title{margin-bottom:28px}.section-title h2{font-size:30px;line-height:1.28}.section-title p{font-size:16px}.grid{gap:18px}.card-img{height:200px}.card-body{padding:20px}.card h3{font-size:21px}.article-content h1{font-size:28px}.content-box{padding:24px}.footer{padding-top:44px}.fab{width:52px;height:52px;font-size:24px;left:14px;bottom:14px}}
@media(max-width:520px){.nav{height:58px}.container{width:min(1180px,calc(100% - 22px));max-width:100%}.logo{max-width:calc(100% - 72px)}.logo img{height:34px;max-width:42px}.logo span{font-size:14px}.header .btn.nav-cta{height:36px;min-width:44px;padding:7px 10px}.header .btn.nav-cta:before{font-size:11px}.hero{min-height:488px}.hero-content{padding:48px 0}.hero h1{font-size:29px;line-height:1.25}.hero p{font-size:16px;line-height:1.72}.hero .actions{width:100%;max-width:100%}.hero .actions .btn{flex:1 1 100%;min-height:44px}.section-title h2{font-size:26px}.card-img{height:184px}.service{padding:18px}.article{gap:22px}.content-box{padding:20px}.btn{width:auto;max-width:100%;text-align:center}.card .actions .btn{flex:1 1 100%}}

/* Turarap social links */
.header{z-index:1000;overflow:visible}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.header .social-links,.header .nav-social,.site-header .social-links,.mobile-header .social-links{display:none!important}.social-links{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.social-link{box-sizing:border-box;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;overflow:hidden;line-height:1;flex:0 0 40px!important;border:0;color:#fff!important;font-size:0;transition:.25s}.social-link.instagram{background:linear-gradient(135deg,#f59e0b,#ef4444,#8b5cf6)!important;color:#fff!important}.social-link.facebook{background:#1877f2!important;color:#fff!important}.social-link svg,.social-links svg{box-sizing:border-box;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;display:block!important;flex:0 0 20px!important;fill:currentColor!important;color:inherit!important;overflow:hidden!important}.social-link svg *{fill:currentColor!important;stroke:none!important}.social-link:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 8px 20px rgba(20,40,73,.16)}.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1fr}.footer-social .social-links{justify-content:flex-start;margin:10px 0 12px}.social-note{color:#c7d6e5;margin:0;font-size:15px;line-height:1.7}.cta-social{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18)}.cta-social p{margin:0;color:rgba(255,255,255,.88);font-size:15px;line-height:1.7}.cta-social .social-links{justify-content:flex-start}
@media(max-width:900px){.nav-actions{gap:8px}.footer-grid{grid-template-columns:1fr}.footer-social .social-links{justify-content:flex-start}.cta-social{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.social-link{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;flex-basis:36px!important}.social-link svg,.social-links svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;flex-basis:18px!important}}
/* End Turarap social links */
