:root{--brand:#D71920;--brand-dark:#B9141A;--text:#252525;--muted:#6B7280;--soft:#F8F8F9;--border:#E9E9EC}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Cairo,Arial,sans-serif;color:var(--text);background:#fff;margin:0}.public-header{height:78px;position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.public-nav{height:100%;display:flex;align-items:center;gap:24px}.public-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);min-width:230px}.public-brand img{width:54px;height:54px;object-fit:contain;border-radius:10px}.public-brand strong,.public-brand small{display:block}.public-brand strong{font-size:15px}.public-brand small{font-size:11px;color:var(--muted)}.public-links{display:flex;align-items:center;gap:24px;margin-inline:auto}.public-links a{color:#4b5563;text-decoration:none;font-weight:600;font-size:13px}.public-links a:hover{color:var(--brand)}.public-actions{display:flex;align-items:center;gap:8px}.public-actions .btn{gap:6px;align-items:center}.hero-section{padding:72px 0 64px;background:radial-gradient(circle at 85% 20%,#fff0f1 0,transparent 34%),linear-gradient(180deg,#fff,#fcfcfd)}.hero-kicker,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}.hero-section h1{font-size:clamp(38px,5vw,68px);line-height:1.14;font-weight:800;letter-spacing:-.03em;margin:0 0 20px;max-width:720px}.hero-sub{font-size:18px;line-height:1.9;color:var(--muted);max-width:650px}.hero-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-buttons .btn{border-radius:12px;padding:12px 20px}.hero-contact{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px}.hero-contact a{color:#374151;text-decoration:none;font-weight:700}.hero-contact i{color:var(--brand);margin-inline-end:6px}.hero-card{border-radius:28px;background:var(--brand);padding:14px;box-shadow:0 28px 70px rgba(183,20,26,.18);overflow:hidden}.hero-card>img{width:100%;display:block;border-radius:20px;background:var(--brand);object-fit:contain}.hero-card-meta{background:#fff;margin-top:12px;border-radius:17px;padding:14px 18px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-card-meta strong{font-size:16px}.hero-card-meta span,.hero-card-meta div{color:var(--muted);font-size:12px}.hero-card-meta div{margin-inline-start:auto}.section{padding:80px 0}.section-soft{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section h2{font-size:clamp(28px,3.4vw,44px);font-weight:800;line-height:1.3;margin-bottom:18px}.section-lead{font-size:16px;color:var(--muted);line-height:2}.about-logo{background:#fff7f7;border-radius:30px;padding:30px;display:grid;place-items:center;min-height:390px}.about-logo img{width:min(360px,100%);aspect-ratio:1;object-fit:contain}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.feature-grid>div{border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;align-items:center;gap:12px}.feature-grid i{width:36px;height:36px;border-radius:10px;background:#fff0f1;color:var(--brand);display:grid;place-items:center}.service-card{height:100%;min-height:94px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;text-decoration:none;color:var(--text);transition:.18s}.service-card:hover{transform:translateY(-3px);border-color:#f6c5c8;box-shadow:0 12px 30px rgba(0,0,0,.05);color:var(--text)}.service-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#fff0f1;color:var(--brand);font-size:18px}.service-card strong,.service-card small{display:block}.service-card small{font-size:11px;color:var(--muted);margin-top:4px}.post-card{height:100%;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.025)}.post-card img,.post-placeholder{width:100%;height:220px;object-fit:cover}.post-placeholder{display:grid;place-items:center;background:#fff1f2;color:var(--brand);font-size:40px}.post-body{padding:20px}.post-body small{color:#9ca3af}.post-body h3{font-size:19px;line-height:1.55;margin:8px 0}.post-body h3 a{color:var(--text);text-decoration:none}.post-body p{color:var(--muted);font-size:13px;line-height:1.8;min-height:46px}.post-more{font-weight:700;color:var(--brand);text-decoration:none;font-size:13px}.empty-public{padding:40px;border:1px dashed #d1d5db;border-radius:18px;text-align:center;color:#9ca3af}.register-section{background:#111827}.contact-panel{height:100%;background:linear-gradient(145deg,var(--brand-dark),var(--brand));border-radius:24px;padding:34px;color:#fff}.contact-panel h2{font-size:34px}.contact-panel p{color:rgba(255,255,255,.78);line-height:1.9}.contact-list{display:grid;gap:10px;margin-top:26px}.contact-list a{display:flex;gap:12px;align-items:center;padding:13px 14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:13px;color:#fff;text-decoration:none}.contact-list a>i{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.13);display:grid;place-items:center;font-size:18px}.contact-list small,.contact-list b{display:block}.contact-list small{opacity:.7;font-size:10px}.public-form{background:#fff;border-radius:24px;padding:34px;height:100%}.public-form .form-control,.public-form .form-select{min-height:48px;border-radius:11px;border-color:#e5e7eb}.public-form textarea.form-control{min-height:110px}.public-form .btn{border-radius:12px;padding:12px}.form-note{display:block;color:#9ca3af;text-align:center;margin-top:10px}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important}.public-footer{padding:26px 0;border-top:1px solid var(--border);background:#fff}.public-footer .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.public-footer .container>div{display:flex;align-items:center;gap:10px}.public-footer img{width:48px;height:48px;object-fit:contain}.public-footer strong,.public-footer small{display:block}.public-footer small{color:var(--muted);font-size:11px}.public-footer p{color:var(--muted);margin:0;font-size:12px}.floating-contact{position:fixed;bottom:22px;inset-inline-end:22px;display:grid;gap:10px;z-index:999}.floating-contact a{width:52px;height:52px;border-radius:50%;color:#fff;display:grid;place-items:center;font-size:23px;text-decoration:none;box-shadow:0 10px 28px rgba(0,0,0,.16)}.floating-contact .whatsapp{background:#25D366}.floating-contact .messenger{background:#168AFF}.post-page{padding:62px 0 90px;background:#fafafa;min-height:calc(100vh - 160px)}.post-detail{max-width:900px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:24px;padding:34px}.post-detail-head small{color:#9ca3af}.post-detail-head h1{font-size:clamp(30px,5vw,48px);font-weight:800;line-height:1.4;margin:8px 0 24px}.post-detail-image{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin-bottom:28px}.post-content{font-size:16px;line-height:2.1;color:#374151;white-space:normal}@media(max-width:991px){.public-brand{min-width:auto}.hero-section{padding-top:44px}.hero-section h1{font-size:44px}.section{padding:58px 0}.hero-card-meta div{margin-inline-start:0}.contact-panel,.public-form{padding:26px}}@media(max-width:576px){.public-header{height:68px}.public-brand span{display:none}.public-brand img{width:46px;height:46px}.public-actions .btn{font-size:11px;padding:7px 9px}.hero-section{padding:36px 0 48px}.hero-section h1{font-size:36px}.hero-sub{font-size:15px}.hero-buttons .btn{width:100%}.hero-contact{display:grid;gap:10px}.hero-card{border-radius:20px;padding:9px}.hero-card>img{border-radius:15px}.hero-card-meta{display:grid;gap:4px}.section{padding:48px 0}.section-heading{align-items:flex-start;flex-direction:column}.feature-grid{grid-template-columns:1fr}.about-logo{min-height:auto}.public-footer .container{align-items:flex-start;flex-direction:column}.floating-contact{bottom:16px;inset-inline-end:16px}.floating-contact a{width:48px;height:48px}.post-detail{padding:20px;border-radius:18px}}

/* v9.2 website builder fixes */
html,body{width:100%;max-width:100%;overflow-x:hidden}body{position:relative}.public-main,.public-header,.public-footer,.section,.hero-section{max-width:100%;overflow-x:clip}.container,.row,[class*="col-"]{min-width:0}.public-brand,.public-actions,.hero-card,.post-card,.service-card,.contact-panel,.public-form{max-width:100%}.hero-card img,.about-logo img,.post-card img,.public-footer img{max-width:100%}.section-copy{max-width:720px;color:var(--muted);line-height:1.9;margin:8px 0 0}.service-copy{min-width:0;flex:1}.service-desc{display:block;color:var(--muted);font-size:12px;line-height:1.65;margin-top:4px}.footer-brand{min-width:0}.footer-social{display:flex!important;gap:8px!important;align-items:center}.footer-social a{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--brand);text-decoration:none}.footer-social a:hover{background:#fff1f2}.public-form input,.public-form select,.public-form textarea{max-width:100%}@supports not (overflow:clip){.public-main,.public-header,.public-footer,.section,.hero-section{overflow-x:hidden}}
@media(max-width:767px){.public-footer .container{gap:14px}.footer-social{align-self:flex-start}.service-card{align-items:flex-start}.service-card>.fa-chevron-left{margin-top:12px}}
