/*
Theme Name: Rowina Law Firm
Author: Rowina Law Firm
Description: قالب WordPress لموقع روينا عبدالفتاح رحالي للمحاماة والاستشارات القانونية.
Version: 1.0.0
Text Domain: rowina-law
*/
:root{--bg:#07110d;--gold:#c89b3c;--gold-light:#e4c66d;--white:#f5f2e9;--text:#ddd9cf;--muted:#8f9992;--shadow:0 25px 70px rgba(0,0,0,.3);--container:1180px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Cairo,sans-serif;color:var(--text);background:radial-gradient(circle at 50% -10%,rgba(201,157,61,.08),transparent 35%),linear-gradient(180deg,#07110d,#08130f 45%,#06100c);line-height:1.8;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(rgba(225,194,106,.08) 1px,transparent 1px);background-size:55px 55px;opacity:.12;z-index:-1}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 40px),var(--container));margin:auto}
header{position:fixed;top:0;left:0;right:0;height:78px;z-index:1000;background:rgba(5,13,10,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(213,172,73,.1);transition:.35s}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:47px;height:47px;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(215,174,71,.16))}.brand-text{white-space:nowrap;line-height:1.25}.brand-text strong{display:block;color:var(--white);font-size:14px}.brand-text span{display:block;color:var(--gold-light);font-size:9px}.phone-top{display:flex;align-items:center;gap:8px;direction:ltr;padding:9px 15px;border:1px solid rgba(213,173,74,.22);border-radius:12px;color:var(--gold-light);background:rgba(213,173,74,.055);font-size:12px;font-weight:700}.phone-top svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7}
.hero{min-height:100vh;padding-top:78px;display:flex;align-items:center;position:relative}.hero:before{content:"";position:absolute;width:650px;height:650px;right:50%;top:45%;transform:translate(50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(211,169,66,.09),transparent 68%);filter:blur(10px)}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero-text{z-index:2}.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--gold-light);font-size:12px;font-weight:700;margin-bottom:15px}.kicker:before{content:"";width:27px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}.hero h1{color:var(--white);font-family:Amiri,serif;font-size:clamp(38px,5vw,68px);line-height:1.15;margin-bottom:12px;white-space:nowrap}.hero-subtitle{color:#d8d4ca;font-size:clamp(15px,1.5vw,18px);max-width:610px;margin-bottom:24px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:10px 20px;border-radius:12px;font-size:12px;font-weight:700;transition:.35s}.btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7}.btn-primary{color:#08110c;background:linear-gradient(135deg,#e3c46a,#bd8f32);box-shadow:0 12px 35px rgba(194,147,51,.17)}.btn-outline{color:var(--gold-light);border:1px solid rgba(212,173,73,.28);background:rgba(212,173,73,.04)}
.logo-wrap{display:flex;align-items:center;justify-content:center;min-height:500px}.logo-stage{width:390px;height:390px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle,rgba(228,198,109,.055),rgba(200,155,60,.025) 42%,transparent 70%);box-shadow:inset 0 0 45px rgba(228,198,109,.035),0 0 55px rgba(200,155,60,.045)}.logo-stage:before{content:"";position:absolute;inset:28px;border-radius:50%;border:1px solid rgba(220,181,83,.26);box-shadow:0 0 35px rgba(212,169,67,.06),inset 0 0 25px rgba(212,169,67,.025);animation:pulse 4.5s ease-in-out infinite}.logo-stage:after{content:"";position:absolute;inset:5px;border-radius:50%;border:1px dashed rgba(215,175,75,.2);animation:rot 22s linear infinite}.logo-orbit{position:absolute;inset:0;border-radius:50%;animation:rot 18s linear infinite}.logo-orbit:before,.logo-orbit:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:radial-gradient(circle,#fff4bb 0%,var(--gold-light) 40%,#a87522);box-shadow:0 0 12px rgba(228,198,109,.9),0 0 25px rgba(205,157,50,.45)}.logo-orbit:before{top:3px;left:50%}.logo-orbit:after{bottom:42px;right:9px}.logo-orbit-2{position:absolute;inset:43px;border-radius:50%;border:1px solid rgba(217,176,75,.09);animation:rotr 13s linear infinite}.logo-orbit-2:before{content:"";position:absolute;top:20px;right:12px;width:5px;height:5px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 16px var(--gold-light)}.logo-main{position:relative;z-index:5;width:205px;height:205px;object-fit:contain;object-position:center;border-radius:50%;filter:drop-shadow(0 18px 35px rgba(0,0,0,.34)) drop-shadow(0 0 25px rgba(212,170,75,.11));animation:float 5s ease-in-out infinite}.reveal{opacity:0;transform:translateY(28px);transition:.75s}.reveal.show{opacity:1;transform:none}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes rot{to{transform:rotate(360deg)}}@keyframes rotr{to{transform:rotate(-360deg)}}@keyframes pulse{0%,100%{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.015)}}
section{padding:62px 0}.section-head{max-width:720px;margin:0 auto 28px;text-align:center}.section-label{color:var(--gold-light);font-size:11px;font-weight:700;margin-bottom:6px}.section-head h2{color:var(--white);font-family:Amiri,serif;font-size:clamp(30px,4vw,42px);line-height:1.25;margin-bottom:8px}.section-head p{color:var(--muted);font-size:13px}.about{background:linear-gradient(180deg,transparent,rgba(255,255,255,.012),transparent)}.about-content{max-width:900px;margin:auto;text-align:center}.about-content h3{color:var(--white);font-family:Amiri,serif;font-size:30px;margin-bottom:12px}.about-content p{color:#aeb5af;font-size:13px;line-height:2;margin-bottom:14px}.about-points{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.about-point{display:flex;align-items:center;justify-content:center;gap:9px;padding:12px;border:1px solid rgba(213,173,72,.1);background:rgba(255,255,255,.025);border-radius:12px;font-size:11px}.about-point span{width:8px;height:8px;border-radius:50%;background:var(--gold-light)}
.services-grid,.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.service-card,.case-card,.why-card,.social-card,.client-card,.faq-item{border:1px solid rgba(213,173,72,.1);background:rgba(255,255,255,.025);border-radius:16px}.service-card{position:relative;padding:22px;min-height:190px;overflow:hidden}.service-card:before{content:"";position:absolute;right:0;top:0;width:3px;height:0;background:linear-gradient(180deg,var(--gold-light),transparent);transition:.5s}.service-card:hover:before{height:100%}.service-card:hover,.case-card:hover,.why-card:hover,.social-card:hover,.client-card:hover{transform:translateY(-6px);border-color:rgba(213,173,72,.28);box-shadow:0 20px 45px rgba(0,0,0,.2)}.service-card h3{color:var(--white);font-family:Amiri,serif;font-size:23px;margin-bottom:7px}.service-card p,.case-card p,.why-card p{color:#929c95;font-size:11px;line-height:1.9}.cases{background:rgba(0,0,0,.08)}.case-card{padding:20px;transition:.4s}.case-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:var(--gold-light);background:rgba(213,173,72,.065);border:1px solid rgba(213,173,72,.14);margin-bottom:12px}.case-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.5}.case-card h3{color:#f0eee7;font-size:15px;margin-bottom:6px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-card{text-align:center;padding:23px 15px;transition:.4s}.why-card h3{color:#eeeae0;font-size:13px;margin-bottom:5px}
.faq-list{max-width:900px;margin:auto;display:flex;flex-direction:column;gap:9px}.faq-item{overflow:hidden;transition:.35s}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 19px;background:none;border:0;color:#eeeae0;text-align:right;cursor:pointer;font-size:13px;font-weight:700}.faq-plus{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;color:var(--gold-light);border:1px solid rgba(213,173,72,.14);transition:.35s}.faq-answer{max-height:0;overflow:hidden;transition:.45s}.faq-answer p{color:#969f99;font-size:11px;line-height:2;padding:0 19px}.faq-item.active .faq-answer{max-height:250px;padding-bottom:16px}.faq-item.active .faq-plus{transform:rotate(45deg);background:rgba(213,173,72,.1)}
.clients{padding-top:55px}.clients-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.client-card{height:125px;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;transition:.4s}.client-card img{width:100%;height:100%;object-fit:contain;border-radius:10px}.social-section{padding-top:55px}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;max-width:1050px;margin:auto}.social-card{position:relative;min-height:86px;display:flex;align-items:center;gap:14px;padding:15px 16px;overflow:hidden;transition:.4s}.social-icon{width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;border:1px solid rgba(213,173,72,.19);background:rgba(213,173,72,.055);color:var(--gold-light);border-radius:11px}.social-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.social-info strong{display:block;color:#eeeae1;font-size:11px}.social-info span{display:block;color:#78827c;font-size:8.5px}.contact{padding-bottom:50px}.contact-box{max-width:900px;margin:auto;padding:32px 25px;border:1px solid rgba(213,173,72,.17);background:radial-gradient(circle at 80% 20%,rgba(213,173,72,.08),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.012));border-radius:22px;text-align:center;box-shadow:var(--shadow)}.contact-box h2{color:#f5f1e7;font-family:Amiri,serif;font-size:32px;margin-bottom:7px}.contact-box p{color:#929b95;font-size:12px;margin-bottom:18px}.contact-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
footer{border-top:1px solid rgba(213,173,72,.1);padding:27px 0 23px;background:rgba(0,0,0,.12)}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:40px;height:40px;object-fit:contain}.footer-brand-text strong{display:block;color:#eeeae1;font-size:12px}.footer-brand-text span{color:var(--gold-light);font-size:8px}.footer-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.footer-links a{color:#7e8982;font-size:9px}.copyright{text-align:center;color:#69736d;font-size:8.5px;margin-top:17px;padding-top:14px;border-top:1px solid rgba(255,255,255,.035)}.whatsapp{position:fixed;left:22px;bottom:22px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e9c96c,#c69a38);color:#07150e;z-index:999;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 30px rgba(0,0,0,.35)}.whatsapp svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}
@media(max-width:1000px){.hero-content{grid-template-columns:1fr;text-align:center;gap:15px}.hero-text{order:1}.logo-wrap{order:0;min-height:390px}.hero-subtitle{margin:auto}.hero-buttons{justify-content:center}.logo-stage{width:340px;height:340px}.services-grid,.cases-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.social-grid{grid-template-columns:repeat(2,1fr)}.clients-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.container{width:calc(100% - 28px)}header{height:70px}.brand-text{display:none}.brand img{width:43px;height:43px}.phone-top span{display:none}.hero{padding-top:70px}.hero h1{font-size:40px;white-space:normal}.hero-subtitle{font-size:13px}.logo-wrap{min-height:320px}.logo-stage{width:290px;height:290px}.logo-stage:before{inset:22px}.logo-main{width:165px;height:165px}section{padding:50px 0}.services-grid,.cases-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}.about-points{grid-template-columns:1fr}.clients-grid{grid-template-columns:repeat(2,1fr)}.client-card{height:110px}.social-grid{grid-template-columns:repeat(2,1fr)}.social-card{min-height:72px;padding:10px}.social-icon{width:35px;height:35px}.contact-box{padding:27px 18px}.contact-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.contact-actions .btn{min-width:0;padding:8px 5px;font-size:9px}.footer-main{justify-content:center;text-align:center}.footer-brand,.footer-links{justify-content:center;width:100%}.whatsapp{width:54px;height:54px;left:15px;bottom:15px}}
@media(max-width:380px){.hero h1{font-size:34px}.logo-stage{width:260px;height:260px}.logo-main{width:145px;height:145px}.why-grid{grid-template-columns:1fr}.phone-top{display:none}.contact-actions{grid-template-columns:1fr}}
