@import"https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap";:root{--ccib-green: #176b4a;--ccib-green-soft: #1f8a5d;--ccib-gold: #c9a14a;--ccib-gold-soft: #e1bf63;--ccib-bg: #f8f7f2;--ccib-bg-alt: #f2efe6;--ccib-text: #1e1e1e;--ccib-text-muted: #666666;--ccib-border: #e2dfd4;--ccib-radius-lg: 16px;--ccib-radius-md: 10px;--ccib-radius-sm: 8px;--ccib-shadow-soft: 0 12px 30px rgba(0, 0, 0, .06)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--ccib-bg);color:var(--ccib-text)}body{min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.ccib-main{flex:1;padding-top:72px}.ccib-container{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}@media (min-width: 768px){.ccib-container{padding:2rem}}a{color:var(--ccib-green-soft);text-decoration:none}a:hover{text-decoration:underline}.ccib-header{position:fixed;inset-inline:0;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--ccib-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ccib-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.85rem 2.75rem}.ccib-logo{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--ccib-green)}.ccib-logo:hover{text-decoration:none}.ccib-logo-main{font-size:1rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.ccib-logo-sub{font-size:1rem;font-weight:600;color:var(--ccib-gold);letter-spacing:.03em;text-transform:uppercase}.ccib-logo-text-full,.ccib-logo-text-compact{display:inline-flex;align-items:baseline;gap:0rem}.ccib-logo-text-compact{display:none}.ccib-logo-mark{width:30px;height:30px;flex:0 0 auto;display:block;transform:translateY(1px)}@media (max-width: 640px){.ccib-logo-mark{width:46px;height:46px}}@media (max-width: 640px){.ccib-header-inner{padding:.7rem 1.4rem}.ccib-logo-text-full,.ccib-logo-main,.ccib-logo-sub{display:none}.ccib-logo-text-compact{display:inline-flex}}.ccib-nav{display:none}.ccib-nav-list,.ccib-nav-list-mobile{list-style:none;padding:0;margin:0}.ccib-nav-link{font-size:.9rem;font-weight:500;color:var(--ccib-text);position:relative}.ccib-nav-link:after{content:"";position:absolute;left:0;bottom:-.25rem;width:0%;height:2px;background:linear-gradient(90deg,var(--ccib-green-soft),var(--ccib-gold-soft));transition:width .2s ease-out}.ccib-nav-link:hover:after{width:100%}.ccib-nav-link-active{color:var(--ccib-green-soft)}.ccib-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--ccib-border);background-color:#fff;cursor:pointer}.ccib-nav-toggle-line{width:18px;height:2px;background-color:var(--ccib-text);border-radius:999px;position:relative}.ccib-nav-toggle-line:before,.ccib-nav-toggle-line:after{content:"";position:absolute;left:0;width:18px;height:2px;background-color:var(--ccib-text);border-radius:999px}.ccib-nav-toggle-line:before{top:-6px}.ccib-nav-toggle-line:after{top:6px}.ccib-nav-mobile{padding-top:.5rem}.ccib-nav-list-mobile li+li{margin-top:.5rem}.ccib-nav-list-mobile li:last-child{margin-top:1rem;padding-top:.75rem;border-top:1px solid #ece7dd;display:flex;gap:.5rem;flex-direction:column}.ccib-nav-list-mobile li:last-child>button.ccib-nav-link{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;border:1px solid #d9e7dd;background:#fff;font-size:.86rem;font-weight:600;text-decoration:none}.ccib-nav-list-mobile li:last-child>button.ccib-nav-link:after{display:none}.ccib-nav-list-mobile li:last-child>button.ccib-nav-link:first-of-type{background:linear-gradient(135deg,var(--ccib-green-soft),var(--ccib-green));border-color:transparent;color:#fff}.ccib-nav-list-mobile li:last-child>button.ccib-nav-link:last-of-type{border-color:#f2b0b0;color:#b91c1c;background:#fff5f5}@media (min-width: 900px){.ccib-nav-toggle{display:none}.ccib-nav{display:block}.ccib-nav-list{display:flex;align-items:center;gap:1.25rem}.ccib-nav-list-mobile{display:none}}.ccib-footer{margin-top:3rem;padding:1.5rem 0 2rem;text-align:center;background:var(--ccib-green);color:#fff;border-top:none}.ccib-footer .ccib-container{max-width:1120px;margin:0 auto;font-size:.8rem}.ccib-footer p{margin:.2rem 0;color:#fff}.ccib-footer-inner{max-width:1120px;margin:0 auto;font-size:.8rem;color:var(--ccib-text-soft)}.ccib-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out,background-color .12s ease-out,border-color .12s ease-out,color .12s ease-out}.ccib-btn-primary{background:linear-gradient(135deg,var(--ccib-green-soft),var(--ccib-green));color:#fff;box-shadow:var(--ccib-shadow-soft)}.ccib-btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0000001a}.ccib-btn-outline{background-color:transparent;color:var(--ccib-green);border-color:#176b4a4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ccib-btn-outline:hover{background-color:#176b4a0a}.ccib-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c161073;display:flex;align-items:center;justify-content:center;z-index:9998;padding:1.5rem}.ccib-modal{background:#fff;border-radius:24px;max-width:960px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 24px 55px #00000059}.ccib-modal-header{padding:1.2rem 1.5rem .8rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;border-bottom:1px solid #f0eee4}.ccib-modal-title{font-size:1.1rem;color:var(--ccib-green-deep);margin-bottom:.2rem}.ccib-modal-subtitle{font-size:.82rem;color:var(--ccib-text-soft)}.ccib-modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--ccib-text-soft)}.ccib-modal-body{padding:.9rem 1.5rem .8rem;overflow:auto}.ccib-modal-footer{padding:.75rem 1.5rem 1.1rem;border-top:1px solid #f0eee4}.ccib-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.ccib-modal-btn{border-radius:999px;border:1px solid rgba(23,107,74,.18);padding:.45rem .95rem;font-size:.82rem;background:#f3f9f6;cursor:pointer;font-weight:500;transition:background .15s ease,transform .1s ease}.ccib-modal-btn:hover{background:#e7f4ed;transform:translateY(-1px)}.ccib-modal-btn--ghost{background:#fff}.ccib-prayer-calendar-toggle{display:inline-flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#f3efe4,#ebe3d1);padding:.12rem;margin-bottom:.85rem;box-shadow:0 6px 14px #2a220d1f}.ccib-prayer-calendar-toggle-btn{border:none;background:transparent;padding:.32rem .85rem;font-size:.78rem;border-radius:999px;cursor:pointer;color:var(--ccib-text-soft);position:relative;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .12s ease}.ccib-prayer-calendar-toggle-btn--active{background:#fff;color:var(--ccib-green-deep);box-shadow:0 4px 10px #0c28182e;transform:translateY(-1px)}.ccib-prayer-calendar-toggle-label{display:inline-flex;align-items:center;gap:.35rem}.ccib-prayer-calendar-toggle-btn--active:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--ccib-gold);margin-right:3px}.ccib-calendar-date-concrete{font-size:.8rem;color:var(--ccib-text-soft);margin-bottom:.5rem}.ccib-hero{padding:2.5rem 0 3.5rem;background:radial-gradient(circle at top left,#f8f4ea 0,#f3ecdd,#ede2cf 70%,#e7dbc7)}.ccib-hero-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:2.5rem;align-items:center}@media (max-width: 992px){.ccib-hero-inner{grid-template-columns:1fr}}.ccib-hero-text{max-width:540px}.ccib-hero-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--ccib-text-soft);margin-bottom:.4rem}.ccib-hero-title{font-size:2.2rem;line-height:1.15;margin-bottom:.7rem;color:var(--ccib-green-deep)}.ccib-hero-subtitle{font-size:.98rem;color:var(--ccib-text);margin-bottom:1.2rem}.ccib-hero-note{font-size:.8rem;color:var(--ccib-text-soft);margin-top:.7rem}.ccib-hero-media{display:flex;justify-content:flex-end}.ccib-hero-video-stack{position:relative;width:100%;max-width:540px;aspect-ratio:4 / 3;border-radius:32px;overflow:hidden;box-shadow:0 18px 45px #17332159}.ccib-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .9s ease-in-out}.ccib-hero-video--active{opacity:1}.ccib-hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000042,#0000000d),radial-gradient(circle at top,rgba(255,255,255,.3),transparent 60%);pointer-events:none}.ccib-section{padding:1.5rem 0 2rem}@media (min-width: 900px){.ccib-section{padding:2rem 0 2.5rem}}.ccib-section-header{margin-bottom:1.4rem}.ccib-section-title{margin:0;font-size:1.4rem;color:var(--ccib-green)}.ccib-section-description{margin-top:.35rem;margin-bottom:0;font-size:.95rem;color:var(--ccib-text-muted)}.ccib-card{background-color:#fff;border-radius:var(--ccib-radius-lg);border:1px solid rgba(226,223,212,.9);box-shadow:0 6px 20px #00000008;padding:1.1rem 1.1rem .9rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .12s ease-out,box-shadow .12s ease-out,border-color .12s ease-out}.ccib-card:hover{transform:translateY(-2px);box-shadow:0 14px 26px #0000000f;border-color:#176b4a29}.ccib-card-body{margin-bottom:.8rem}.ccib-card-title{margin:0 0 .4rem;font-size:1rem;color:var(--ccib-text)}.ccib-card-description{margin:0;font-size:.9rem;color:var(--ccib-text-muted)}.ccib-card-footer{display:flex;justify-content:flex-start}.ccib-card-link{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ccib-green-soft)}.ccib-card-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 700px){.ccib-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.ccib-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ccib-page{padding-top:1.5rem}.ccib-page-title{margin:0 0 .5rem;font-size:1.6rem;color:var(--ccib-green)}.ccib-page-intro{margin:0;font-size:.95rem;color:var(--ccib-text-muted)}.ccib-page-video-hero{position:relative;overflow:hidden}.ccib-page-video-hero-inner{position:relative}.ccib-page-video-media{position:relative;width:100%;height:min(55vh,420px);max-height:420px;overflow:hidden}.ccib-page-video-video{width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.ccib-page-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.3),transparent 55%)}.ccib-page-video-text{max-width:780px;padding:2rem 0 2.3rem}.ccib-page-video-title{color:#fff;font-size:1.8rem;margin:0 0 .45rem}.ccib-page-video-subtitle{color:#f2f2f2;margin:0;font-size:.95rem;line-height:1.5;max-width:740px}@media (min-width: 900px){.ccib-page-video-media{height:min(60vh,460px);max-height:460px}.ccib-page-video-text{padding:2.6rem 0 2.8rem}.ccib-page-video-title{font-size:2.3rem}}.ccib-page-chip-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.2rem 0 .4rem}.ccib-chip-link{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;border:1px solid rgba(23,107,74,.18);background-color:#fff;font-size:.8rem;font-weight:500;color:var(--ccib-text);text-decoration:none;transition:background-color .12s ease-out,transform .12s ease-out,box-shadow .12s ease-out}.ccib-chip-link:hover{background-color:#176b4a0a;transform:translateY(-1px);box-shadow:0 10px 20px #0000000d}.ccib-two-column{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:flex-start}@media (min-width: 900px){.ccib-two-column{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}}.ccib-alt-section .ccib-two-column{align-items:center}.ccib-alt-inner.ccib-alt-reverse{direction:rtl}.ccib-alt-inner.ccib-alt-reverse>*{direction:ltr}.ccib-alt-text{opacity:0}.ccib-alt-body p{margin-top:.4rem;margin-bottom:.4rem;font-size:.93rem;color:var(--ccib-text-muted)}.ccib-alt-media{display:flex;align-items:center;justify-content:center}.ccib-arabic-frame{position:relative;width:100%;min-height:360px;border-radius:25px;background-size:cover;background-position:center;background-color:#f4efe3;overflow:hidden;box-shadow:var(--ccib-shadow-soft);border:2px solid rgba(201,161,74,.85)}@media (min-width: 900px){.ccib-arabic-frame{min-height:420px}}.ccib-arabic-frame:before,.ccib-arabic-frame:after{content:"";position:absolute;width:140%;height:140%;border-radius:0;border:1px solid rgba(255,255,255,.35);top:-20%;left:-20%;transform:rotate(3deg);pointer-events:none}.ccib-arabic-frame:after{border-color:#176b4a40;transform:rotate(-3deg)}.ccib-arabic-frame-badge{position:absolute;left:1rem;bottom:1rem;padding:.3rem .9rem;border-radius:999px;background:#0009;color:#fff;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}@keyframes ccibSlideLeft{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes ccibSlideRight{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.ccib-alt-from-left{animation:ccibSlideLeft .6s ease-out forwards}.ccib-alt-from-right{animation:ccibSlideRight .6s ease-out forwards}.ccib-parallax-slice{position:relative;min-height:260px;background-image:url(https://images.pexels.com/photos/5973518/pexels-photo-5973518.jpeg);background-size:cover;background-position:center;background-attachment:fixed;margin:1rem 0 2rem}.ccib-parallax-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000a6,#00000059,#000000bf);display:flex;align-items:center}.ccib-parallax-text{color:#fff;max-width:640px}.ccib-parallax-text h2{margin:0 0 .5rem;font-size:1.5rem}.ccib-parallax-text p{margin:0;font-size:.95rem}.ccib-verse-callout{margin-top:1rem;margin-bottom:1.4rem;padding:1.1rem 1.2rem;border-radius:var(--ccib-radius-lg);background:#fff;border:1px solid rgba(226,223,212,.9);box-shadow:0 8px 20px #0000000a}.ccib-verse-ar{margin:0 0 .4rem;font-family:Amiri,Scheherazade New,Traditional Arabic,serif;font-size:1.35rem;line-height:2;direction:rtl;text-align:right;-webkit-font-smoothing:antialiased}.ccib-verse-tr{margin:0 0 .3rem;font-size:.9rem;color:var(--ccib-text-muted)}.ccib-verse-ref{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--ccib-green-soft)}.ccib-timeline{position:relative;margin-top:2.4rem;padding-top:.6rem}.ccib-timeline-track{position:relative;display:flex;gap:1.1rem;padding:4.5rem 0 1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.ccib-timeline-track::-webkit-scrollbar{height:5px}.ccib-timeline-track::-webkit-scrollbar-thumb{background:#176b4a59;border-radius:999px}.ccib-timeline-item{position:relative;flex:0 0 230px;scroll-snap-align:start}.ccib-timeline-card-hit{position:relative;width:100%;padding:0;border:none;background:none;cursor:pointer;outline:none}.ccib-timeline-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-60%);width:110px;height:110px;border-radius:999px;border:none;background:radial-gradient(circle at 30% 20%,#fff,#eaf4f0);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #0000001f}.ccib-timeline-badge-img{width:100%;height:100%;object-fit:contain;border-radius:999px}.ccib-timeline-card-inner{position:relative;width:100%;margin-top:56px;transform-style:preserve-3d;perspective:1000px;transition:transform .6s cubic-bezier(.21,.7,.3,1),box-shadow .25s ease-out,border-color .25s ease-out}.ccib-timeline-card-face{position:relative;backface-visibility:hidden;border-radius:var(--ccib-radius-lg);border:1px solid rgba(226,223,212,.9);box-shadow:0 8px 20px #0000000a;padding:.9rem .9rem .85rem;background-color:#fff;min-height:132px}.ccib-timeline-card-back{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateY(180deg);background:radial-gradient(circle at top left,#176b4a1f,#fff)}.ccib-timeline-item--active .ccib-timeline-card-inner{transform:translateY(-6px) rotateY(180deg)}.ccib-timeline-card-hit:hover .ccib-timeline-card-inner{box-shadow:0 14px 24px #00000014}.ccib-timeline-order{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:.1rem .4rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;background-color:#176b4a12;color:var(--ccib-green-soft);margin-bottom:.45rem}.ccib-timeline-name-main{margin:0;font-size:1rem;color:var(--ccib-green)}.ccib-timeline-name-secondary{margin:.2rem 0 0;font-size:.85rem;color:var(--ccib-text-muted)}.ccib-timeline-text{margin:0;font-size:.84rem;color:var(--ccib-text-muted)}.ccib-timeline-hint{margin:.4rem 0 0;font-size:.8rem;color:var(--ccib-text-muted)}.ccib-timeline-nav{position:absolute;top:1.4rem;transform:none;width:36px;height:36px;border-radius:999px;border:1px solid rgba(226,223,212,.9);background-color:#fff;box-shadow:0 10px 20px #00000014;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--ccib-green);cursor:pointer;z-index:2}.ccib-timeline-nav--left{left:6px}.ccib-timeline-nav--right{right:6px}.ccib-timeline-nav:hover{background-color:#f5f3eb}.ccib-flip-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 800px){.ccib-flip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ccib-pillar-layout,.ccib-pillar-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 800px){.ccib-pillar-row{flex-direction:row}.ccib-pillar-row--bottom{justify-content:center}}.ccib-flip-card{perspective:1200px;outline:none}.ccib-flip-card:focus-visible{box-shadow:0 0 0 2px #176b4a66}.ccib-flip-inner{position:relative;width:100%;transform-style:preserve-3d;transition:transform .55s ease}.ccib-flip-card:hover .ccib-flip-inner,.ccib-flip-card:focus-within .ccib-flip-inner{transform:rotateY(180deg)}.ccib-flip-front,.ccib-flip-back{position:relative;backface-visibility:hidden;border-radius:var(--ccib-radius-lg);border:1px solid rgba(226,223,212,.9);box-shadow:0 6px 18px #0000000a;padding:1rem 1rem .9rem;background-color:#fff;min-height:190px}.ccib-flip-back{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateY(180deg);background:radial-gradient(circle at top left,#176b4a1a,#fff)}.ccib-pillar-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ccib-gold);margin-bottom:.3rem}.ccib-pillar-title{margin:0;font-size:1rem;color:var(--ccib-green)}.ccib-pillar-highlight{margin:.3rem 0 .4rem;font-size:.86rem;font-weight:500;color:var(--ccib-text-muted)}.ccib-pillar-text{margin:0;font-size:.86rem;color:var(--ccib-text-muted)}.ccib-news-list{display:grid;grid-template-columns:1fr;gap:.9rem}@media (min-width: 800px){.ccib-news-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes ccibFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ccib-animate-in{animation:ccibFadeUp .6s ease-out both}.ccib-nav-item--has-dropdown{position:relative}.ccib-dropdown-toggle{display:inline-flex;align-items:center;gap:.25rem}.ccib-dropdown-caret-button{border:none;background:transparent;padding:0;margin:0;cursor:pointer;display:flex;align-items:center}.ccib-dropdown-caret-icon{width:8px;height:8px;border-right:1.5px solid var(--ccib-text-muted);border-bottom:1.5px solid var(--ccib-text-muted);transform:rotate(45deg);transition:transform .18s ease-out,border-color .18s ease-out;margin-top:2px}.ccib-dropdown-caret-icon--active{border-color:var(--ccib-green-soft);transform:rotate(-135deg)}.ccib-nav-dropdown{position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%) translateY(4px);min-width:220px;padding:.55rem;border-radius:14px;background-color:#fff;border:1px solid rgba(226,223,212,.95);box-shadow:0 16px 32px #00000014;opacity:0;pointer-events:none;transition:opacity .18s ease-out,transform .18s ease-out;z-index:30}.ccib-nav-dropdown--open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.ccib-nav-dropdown-link{display:block;padding:.4rem .55rem;border-radius:10px;font-size:.86rem;color:var(--ccib-text);text-decoration:none;white-space:nowrap}.ccib-nav-dropdown-link+.ccib-nav-dropdown-link{margin-top:.1rem}.ccib-nav-dropdown-link:hover{background-color:#176b4a0f;color:var(--ccib-green-soft)}.ccib-nav-mobile-sub-list{list-style:none;padding:.2rem 0 .3rem .75rem;margin:.2rem 0 .4rem;border-left:1px solid rgba(23,107,74,.14)}.ccib-nav-mobile-sub-list li+li{margin-top:.15rem}.ccib-nav-mobile-sub-link{font-size:.85rem;color:var(--ccib-text-muted);text-decoration:none}.ccib-nav-mobile-sub-link:hover{color:var(--ccib-green-soft)}.ccib-loader-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 55%),radial-gradient(circle at bottom right,rgba(201,176,113,.25),transparent 60%),#f5f0e4;animation:ccib-loader-bg 18s ease-in-out infinite alternate}.ccib-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(0,0,0,.08),transparent 65%);pointer-events:none}.ccib-loader-content{position:relative;max-width:480px;width:92%;padding:2.6rem 2.75rem 2.3rem;border-radius:24px;background:#fdf9ef00;box-shadow:none;text-align:center;border:none;animation:ccib-loader-card-in .7s cubic-bezier(.22,.8,.25,1) both}.ccib-loader-logo{margin-bottom:1.25rem}.ccib-loader-logo img{width:220px;max-width:100%;display:block;margin:0 auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.16));animation:ccib-loader-breath 3.2s ease-in-out infinite}.ccib-loader-arabic{font-size:1.4rem;line-height:1.6;margin:0 0 .4rem;color:#b1891f;letter-spacing:.03em}.ccib-loader-text{margin:0 0 1.8rem;font-size:.98rem;color:#5b5543}.ccib-loader-progress{position:relative;width:100%;max-width:260px;margin:0 auto;height:4px;border-radius:999px;background:#0000000f;overflow:hidden}.ccib-loader-progress span{display:block;height:100%;width:40%;border-radius:inherit;background:linear-gradient(90deg,#11603f40,#11603f,#11603fd9);animation:ccib-loader-bar 1.4s ease-in-out infinite}@keyframes ccib-loader-bg{0%{background-position:0% 0%,100% 100%,center}to{background-position:15% 5%,85% 95%,center}}@keyframes ccib-loader-card-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ccib-loader-breath{0%,to{transform:scale(1);filter:drop-shadow(0 10px 20px rgba(0,0,0,.16))}50%{transform:scale(1.03);filter:drop-shadow(0 16px 26px rgba(0,0,0,.2))}}@keyframes ccib-loader-bar{0%{transform:translate(-60%)}to{transform:translate(160%)}}.ccib-loader-root.ccib-loader-fade-out{animation:ccib-loader-root-out .42s ease forwards}@keyframes ccib-loader-root-out{to{opacity:0;visibility:hidden}}@media (max-width: 480px){.ccib-loader-content{padding:2.2rem 1.8rem 2rem;border-radius:20px}.ccib-loader-logo img{width:190px}.ccib-loader-arabic{font-size:1.25rem}.ccib-loader-text{font-size:.92rem}}.ccib-prayer-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:2rem;align-items:flex-start}@media (max-width: 960px){.ccib-prayer-layout{grid-template-columns:1fr}}.ccib-prayer-card-main{background:#fff;border-radius:24px;padding:1.5rem 1.9rem;box-shadow:var(--ccib-shadow-soft)}.ccib-prayer-status{font-size:.95rem;color:var(--ccib-text-soft)}.ccib-prayer-status--error{color:#c0392b}.ccib-prayer-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1.1rem}@media (max-width: 600px){.ccib-prayer-header{flex-direction:column;align-items:flex-start}}.ccib-prayer-date-label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ccib-text-soft);margin-bottom:.2rem}.ccib-prayer-date-main{font-size:1.2rem;font-weight:600;color:var(--ccib-green-deep);margin-bottom:.15rem}.ccib-prayer-date-sub{font-size:.85rem;color:var(--ccib-text-soft)}.ccib-prayer-toggle{border-radius:999px;border:1px solid rgba(23,107,74,.2);padding:.4rem .9rem;font-size:.8rem;font-weight:500;background:#f3f9f6;cursor:pointer;transition:background .15s ease,transform .1s ease}.ccib-prayer-toggle:hover{background:#e8f4ed;transform:translateY(-1px)}.ccib-prayer-table{width:100%;border-collapse:collapse;font-size:.9rem}.ccib-prayer-table td{padding:.4rem 0;border-bottom:1px solid #f0eee4}.ccib-prayer-table tr:last-child td{border-bottom:none}.ccib-prayer-label{color:var(--ccib-text)}.ccib-prayer-time{text-align:right;font-weight:600;color:var(--ccib-green-deep)}.ccib-prayer-note{margin-top:.9rem;font-size:.8rem;color:var(--ccib-text-soft)}.ccib-prayer-calendar{background:#faf8f1;border-radius:24px;padding:1.1rem 1.3rem;box-shadow:var(--ccib-shadow-subtle);font-size:.85rem;max-height:420px;display:flex;flex-direction:column}.ccib-prayer-calendar-title{font-size:.96rem;font-weight:600;color:var(--ccib-green-deep);margin-bottom:.2rem}.ccib-prayer-calendar-text{font-size:.8rem;color:var(--ccib-text-soft);margin-bottom:.7rem}.ccib-prayer-calendar-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.32rem;margin-bottom:.75rem}@media (max-width: 768px){.ccib-prayer-calendar-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.ccib-prayer-calendar-day{border-radius:12px;padding:.35rem .25rem;border:1px solid #e4dece;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:.1rem;align-items:center;justify-content:center;transition:all .15s ease}.ccib-prayer-calendar-day-number{font-size:.8rem;font-weight:600;color:var(--ccib-green-deep)}.ccib-prayer-calendar-day-label{font-size:.7rem;color:var(--ccib-text-soft)}.ccib-prayer-calendar-day--active{border-color:var(--ccib-green);background:#f4faf6;box-shadow:0 0 0 1px #09664124}.ccib-prayer-month-table-wrapper{border-radius:18px;background:#fff;padding:.6rem .3rem .7rem;box-shadow:inset 0 0 0 1px #f0eee4;overflow:auto;margin-top:.35rem}.ccib-prayer-month-table{width:100%;border-collapse:collapse;font-size:.78rem}.ccib-prayer-month-table th,.ccib-prayer-month-table td{padding:.25rem .4rem;border-bottom:1px solid #f2efe5;text-align:center}.ccib-prayer-month-table th{font-weight:600;color:var(--ccib-text-soft)}.ccib-prayer-month-table tr:last-child td{border-bottom:none}.ccib-calendar-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:1.75rem;margin-top:1.5rem}@media (max-width: 1100px){.ccib-calendar-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width: 700px){.ccib-calendar-grid{grid-template-columns:1fr}}.ccib-calendar-card{background:#fff;border-radius:18px;box-shadow:0 18px 40px #0f28140f;padding:1.25rem 1.4rem 1rem;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .25s ease,transform .25s ease,background-color .25s ease}.ccib-calendar-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px #0f281417;background-color:#fdfdfb}.ccib-calendar-card-header{margin-bottom:.7rem}.ccib-card-title{font-size:1.02rem;font-weight:700;color:#18452e;margin:0 0 .75rem}.ccib-calendar-date-block{margin-bottom:.55rem}.ccib-calendar-date-label{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#777;margin-bottom:.2rem}.ccib-calendar-date-main{font-size:.96rem;font-weight:700;color:#145b3a;margin-bottom:.05rem}.ccib-calendar-date-sub{font-size:.82rem;color:#666}.ccib-calendar-tagline{font-size:.86rem;color:#424242}.ccib-calendar-toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid rgba(22,138,85,.2);padding:.25rem .8rem;background:#fff;font-size:.8rem;color:#145b3a;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.ccib-calendar-toggle:hover{background-color:#145b3a;color:#fff;border-color:#145b3a;transform:translateY(-1px)}.ccib-calendar-toggle-icon{display:inline-block;font-size:.7rem}.ccib-calendar-image-card{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0f28140f;min-height:205px;background-image:url(https://images.pexels.com/photos/12777419/pexels-photo-12777419.jpeg?auto=compress&cs=tinysrgb&w=1200);background-size:cover;background-position:center;background-repeat:no-repeat;grid-column:1/-1}.ccib-calendar-image-overlay{position:relative;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:1.15rem 1.35rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,rgba(6,25,16,.85),rgba(6,25,16,.35),transparent);color:#fdfdf6}.ccib-calendar-image-title{font-size:1rem;font-weight:700;margin:0 0 .35rem}.ccib-calendar-image-text{font-size:.86rem;line-height:1.5;max-width:18rem}.ccib-calendar-loading{font-size:.95rem;color:#555}.ccib-calendar-disclaimer{margin-top:1.75rem;font-size:.85rem;color:#777;max-width:920px}.ccib-calendar-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0619108c;display:flex;align-items:flex-start;justify-content:center;z-index:999;animation:ccib-fade-in .25s ease-out;overflow-y:auto;padding:2rem 1rem}.ccib-calendar-modal{position:relative;max-width:520px;width:92%;background:#fff;border-radius:20px;padding:1.5rem 1.7rem 1.4rem;box-shadow:0 32px 80px #06191066;animation:ccib-modal-pop .25s ease-out}.ccib-calendar-modal-close{position:absolute;top:.9rem;right:.95rem;border:none;background:transparent;cursor:pointer;font-size:1rem;color:#777;transition:color .2s ease,transform .2s ease}.ccib-calendar-modal-close:hover{color:#145b3a;transform:scale(1.05)}.ccib-calendar-modal-title{font-size:1.15rem;font-weight:700;color:#18452e;margin:0 0 .6rem}.ccib-calendar-modal-dates{margin-bottom:.5rem}.ccib-calendar-modal-tagline{font-size:.88rem;font-weight:500;color:#145b3a;margin-bottom:.7rem}.ccib-calendar-modal-description{font-size:.9rem;color:#333;line-height:1.6}@keyframes ccib-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ccib-modal-pop{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.ccib-calendar-card{padding:1.1rem 1.15rem .9rem}.ccib-calendar-image-card{min-height:180px}.ccib-calendar-modal{padding:1.3rem 1.25rem 1.2rem}}.ccib-about-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr);gap:1.5rem}@media (max-width: 960px){.ccib-about-grid{grid-template-columns:1fr}}.ccib-about-main .ccib-card-description{margin-bottom:.9rem}.ccib-about-list{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.45rem;font-size:.9rem;color:var(--ccib-text)}.ccib-about-list li strong{color:var(--ccib-green-deep)}.ccib-about-stats{display:flex;flex-direction:column;gap:.7rem}.ccib-about-stat{background:#faf8f1;border-radius:18px;padding:.7rem .9rem;box-shadow:var(--ccib-shadow-subtle);font-size:.86rem}.ccib-about-stat strong{display:block;font-size:.9rem;color:var(--ccib-green-deep);margin-bottom:.1rem}.ccib-hero.ccib-hero--video{position:relative;padding:3.2rem 0 3.8rem;color:#fff;overflow:hidden}.ccib-hero-inner{position:relative;z-index:1;min-height:60vh;display:flex;align-items:center}.ccib-hero-text-panel{max-width:560px;background:#05180f94;border-radius:24px;padding:1.9rem 2.1rem 2.2rem;box-shadow:0 20px 45px #030c078c;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ccib-hero-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:#e8eeead9;margin-bottom:.45rem}.ccib-hero-title{font-size:2.25rem;line-height:1.18;margin-bottom:.75rem;color:#fff}.ccib-hero-subtitle{font-size:.98rem;color:#eff4f1e6;margin-bottom:1.25rem}.ccib-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.ccib-hero-note{font-size:.8rem;color:#e8eeeacc;margin-top:.8rem}.ccib-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.ccib-hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.ccib-hero-bg-video--active{opacity:1}.ccib-hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,#04140ced,#04140cc7 34%,#04140c8a 58%,#04140c59),radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 55%);pointer-events:none}@media (max-width: 992px){.ccib-hero.ccib-hero--video{padding-top:4rem}.ccib-hero-inner{min-height:70vh;justify-content:center}.ccib-hero-text-panel{max-width:100%}.ccib-hero-title{font-size:1.9rem}}.ccib-prayer-calendar-toggle{display:inline-flex;align-items:center;border-radius:999px;padding:3px;background:linear-gradient(90deg,#be994f1f,#1a6b3b0f);box-shadow:0 0 0 1px #00000008;gap:4px;margin-bottom:1.25rem}.ccib-prayer-calendar-toggle-btn{position:relative;flex:1;border-radius:999px;border:none;background:transparent;color:#4b5563;font-size:.82rem;font-weight:500;padding:.45rem .9rem;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;letter-spacing:.01em}.ccib-prayer-calendar-toggle-btn:hover{transform:translateY(-.5px);background:#fff6}.ccib-prayer-calendar-toggle-btn--active{background:#fff;color:#1a6b3b;box-shadow:0 8px 18px #00000014,0 0 0 1px #1a6b3b14}.ccib-prayer-calendar-toggle-label{position:relative;z-index:1}.ccib-section-divider{margin:3rem auto 2.5rem;max-width:960px;display:flex;align-items:center;justify-content:center;gap:1.75rem}.ccib-section-divider:before,.ccib-section-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#0000,#c9b07199 40%,#c9b07199 60%,#0000)}.ccib-section-divider-icon{width:30px;height:30px;border-radius:100%;background-color:none;border:none;box-shadow:none;background-image:url(/images/div/div.png);background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block}.ccib-calendar-disclaimer{margin-top:1.75rem;max-width:640px;font-size:.86rem;line-height:1.5;color:#6b7280}.ccib-auth-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2.5rem;align-items:stretch;padding-block:2.5rem}.ccib-auth-card{background:#fff;border-radius:24px;padding:2rem 2.25rem;box-shadow:var(--ccib-shadow-soft)}.ccib-auth-title{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.ccib-auth-subtitle{font-size:.95rem;color:#6b6b6b;margin-bottom:1.5rem}.ccib-auth-form{display:flex;flex-direction:column;gap:1rem}.ccib-form-group{display:flex;flex-direction:column;gap:.35rem}.ccib-form-group-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.ccib-form-label{font-size:.85rem;font-weight:500;color:#444}.ccib-form-input,.ccib-form-textarea,.ccib-form-select{border-radius:12px;border:1px solid #ded7c5;padding:.6rem .75rem;font-size:.95rem;outline:none;background:#faf7f0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ccib-form-input:focus,.ccib-form-textarea:focus,.ccib-form-select:focus{border-color:#c9a14a;box-shadow:0 0 0 1px #c9a14a59;background:#fff}.ccib-form-textarea{resize:vertical}.ccib-auth-actions,.ccib-news-form-actions{display:flex;gap:.75rem;align-items:center;margin-top:.5rem;flex-wrap:wrap}.ccib-auth-button,.ccib-modal-btn{border-radius:999px;padding:.6rem 1.4rem;border:none;cursor:pointer;font-size:.95rem;font-weight:600;background:#c9a14a;color:#fff;box-shadow:0 8px 24px #c9a14a40;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ccib-auth-button:hover,.ccib-modal-btn:hover{background:#b08933;transform:translateY(-1px);box-shadow:0 10px 28px #c9a14a4d}.ccib-auth-link-button{border:none;background:none;padding:0;color:#b08933;font-size:.9rem;cursor:pointer;text-decoration:underline}.ccib-auth-status{margin-top:.25rem;font-size:.85rem}.ccib-auth-status--error{color:#c0392b}.ccib-auth-status--success{color:#1e8449}.ccib-auth-info{background:radial-gradient(circle at top left,#fff7df 0,#f4efe3 36%,#fdfbf5);border-radius:24px;padding:1.75rem 2rem;box-shadow:var(--ccib-shadow-soft)}.ccib-auth-info h2{font-size:1.2rem;margin-bottom:.75rem}.ccib-auth-info p{font-size:.9rem;color:#555;margin-bottom:.75rem}.ccib-auth-link-inline{color:#b08933;text-decoration:underline}.ccib-news-item-actions{display:flex;gap:.5rem;margin-top:.75rem}.ccib-news-btn{border-radius:999px;padding:.35rem .9rem;font-size:.8rem;border:1px solid #d1c3a8;background:#fdfbf5;cursor:pointer}@media (max-width: 900px){.ccib-auth-layout,.ccib-form-group-row{grid-template-columns:minmax(0,1fr)}}.ccib-nav-auth{display:flex;align-items:center}.ccib-nav-user{display:inline-flex;align-items:center;gap:.75rem}.ccib-avatar{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.9);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 10px #0000002e}.ccib-avatar--lg{width:64px;height:64px;font-size:1.2rem}.ccib-nav-user-logout{border:none;background:transparent;font-size:.85rem;cursor:pointer;color:var(--ccib-text-muted);padding:.25rem .75rem;border-radius:999px;transition:background .15s ease,color .15s ease}.ccib-nav-user-logout:hover{background:#0000000a;color:var(--ccib-text)}.ccib-news-item-title{font-size:1.05rem;font-weight:700;margin-bottom:.25rem}.ccib-news-item-meta{font-size:.8rem;color:var(--ccib-text-muted);margin-bottom:.65rem}.ccib-news-item-summary{font-size:.9rem;color:var(--ccib-text);margin-bottom:.75rem}.ccib-news-item-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.ccib-news-item-actions{display:inline-flex;gap:.35rem}.ccib-news-btn{border-radius:999px;padding:.35rem .9rem;font-size:.8rem;border:1px solid #d1c3a8;background:#fdfbf5;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.ccib-news-btn:hover{background:#f3ebdd;transform:translateY(-1px)}.ccib-news-btn--ghost{color:#7b652e}.ccib-news-btn--danger{color:#a32929;border-color:#e6b5b5}.ccib-news-skeleton-list{display:grid;gap:1rem}.ccib-skeleton-card{position:relative;overflow:hidden;border-radius:20px;padding:1.25rem 1.5rem;background:#f5f1e5}.ccib-skeleton-line{height:12px;border-radius:999px;background:#e1d9c7;margin-bottom:.6rem}.ccib-skeleton-line--small{width:20%}.ccib-skeleton-line--title{width:70%;height:15px}.ccib-skeleton-line--short{width:40%}.ccib-skeleton-shimmer{position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,#fff0 0,#ffffffb3,#fff0);animation:ccib-shimmer 1.2s ease-in-out infinite}@keyframes ccib-shimmer{0%{transform:translate(0)}to{transform:translate(250%)}}.ccib-news-intro{max-width:720px;font-size:.95rem;color:var(--ccib-text-muted);display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}.ccib-news-actions{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.5rem;flex-wrap:wrap}.ccib-news-actions-info{max-width:520px;font-size:.85rem;color:var(--ccib-text-muted)}.ccib-pillar-label--soft{background:#c9a14a1f}.ccib-news-card-media img{width:100%;height:180px;object-fit:cover;border-radius:16px 16px 0 0}.ccib-news-card-video iframe{width:100%;margin-top:.75rem;border-radius:12px;border:none;min-height:220px}.ccib-news-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:999}.ccib-news-modal{max-width:720px;width:100%;background:#fdfbf5;border-radius:20px;box-shadow:var(--ccib-shadow-soft);padding:1.75rem 1.9rem;position:relative;max-height:80vh;overflow-y:auto}.ccib-news-modal-close{position:absolute;top:.85rem;right:1rem;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:var(--ccib-text-muted)}.ccib-news-modal-title{font-size:1.3rem;margin:.25rem 0 .35rem}.ccib-news-modal-text{font-size:.95rem;color:var(--ccib-text);margin-top:.75rem}.ccib-news-modal-media img{width:100%;border-radius:14px;margin-top:.85rem}.ccib-news-modal-video iframe{width:100%;min-height:260px;border-radius:14px;border:none;margin-top:1rem}@media (max-width: 800px){.ccib-news-modal{padding:1.25rem 1.35rem}}.ccib-library{display:flex;flex-direction:column;gap:2.75rem}.ccib-library-feature{position:relative;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,3fr);gap:2.25rem;padding:2.25rem 2rem;border-radius:24px;background:radial-gradient(circle at top left,#fdf9f0,#f6f5f1 40%,#f3f1eb);box-shadow:0 22px 60px #0e23172e,0 0 0 1px #c9b07126;overflow:hidden}.ccib-library-feature-visual{position:relative;display:flex;align-items:center;justify-content:center}.ccib-library-orbit-circle{position:absolute;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(190,153,79,.22),transparent 65%);filter:blur(.5px);opacity:.9}.ccib-library-feature-cover-wrapper{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.ccib-library-feature-cover{width:230px;max-width:100%;aspect-ratio:3 / 4;border-radius:24px;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 20px 40px #0f171459,0 0 0 1px #ffffff80;transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease}.ccib-library-feature-cover:hover{transform:translateY(-4px);box-shadow:0 28px 70px #0f171466,0 0 0 1px #ffffffb3}.ccib-library-feature-cover--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2d2aa,#c9b071);color:#fffdf4;font-weight:700;font-size:1.4rem;letter-spacing:.12em}.ccib-library-feature-content{display:flex;flex-direction:column;justify-content:center;gap:.85rem}.ccib-library-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .7rem;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:#1a6b3b14;color:#145032}.ccib-library-feature-title{margin:0;font-size:1.55rem;font-weight:700;color:#163226}.ccib-library-feature-subtitle{margin:0;font-size:.96rem;font-weight:600;color:#8a6a32}.ccib-library-feature-description{margin:.2rem 0 .4rem;font-size:.95rem;line-height:1.6;color:#444}.ccib-library-feature-actions{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.65rem}.ccib-library-feature-meta{margin-top:.9rem;font-size:.82rem;color:#6b7280}.ccib-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem 1.4rem;border:none;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease}.ccib-btn-primary{background:linear-gradient(135deg,#1a6b3b,#145032);color:#fff;box-shadow:0 10px 25px #14503259,0 0 0 1px #fff9}.ccib-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 32px #14503266,0 0 0 1px #ffffffb3}.ccib-btn-ghost{background:#ffffff80;color:#145032;box-shadow:0 4px 12px #00000008,0 0 0 1px #be994f40}.ccib-btn-ghost:hover{background:#fff}.ccib-library-carousel{display:flex;gap:1rem;padding:.5rem 0 .2rem;overflow-x:auto;scroll-snap-type:x mandatory}.ccib-library-carousel::-webkit-scrollbar{height:6px}.ccib-library-carousel::-webkit-scrollbar-track{background:transparent}.ccib-library-carousel::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.ccib-library-item{position:relative;scroll-snap-align:start;min-width:300px;padding:.7rem .85rem;border-radius:999px;background:#f6f3eb;border:1px solid rgba(190,153,79,.35);display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .1s ease,border-color .2s ease}.ccib-library-item:hover{transform:translateY(-1px);box-shadow:0 12px 24px #10181429}.ccib-library-item--active{background:#fff;border-color:#c9b071;box-shadow:0 14px 32px #12251a2e,0 0 0 1px #fffc}.ccib-library-item-thumb-wrapper{flex-shrink:0}.ccib-library-item-thumb{width:52px;height:52px;border-radius:999px;background:#d4c19c;background-size:cover;background-position:center;box-shadow:0 6px 12px #0000002e,0 0 0 2px #ffffffb3;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:#fdfaf3;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ccib-library-item-thumb-label{transform:translateY(1px)}.ccib-library-item-text{display:flex;flex-direction:column;align-items:flex-start}.ccib-library-item-title{font-size:.9rem;font-weight:600;color:#1f2933}.ccib-library-item-subtitle{font-size:.78rem;color:#6b5a36}@media (max-width: 960px){.ccib-library-feature{grid-template-columns:minmax(0,1fr);padding:1.75rem 1.4rem}.ccib-library-feature-visual{order:-1}.ccib-library-feature-cover{width:190px}}@media (max-width: 640px){.ccib-library-item{min-width:290px}}.ccib-library-carousel-wrapper{position:relative;padding:.5rem 2.75rem .2rem}.ccib-library-carousel-wrapper .ccib-timeline-nav{top:50%;transform:translateY(-50%)}.ccib-library-carousel-wrapper .ccib-timeline-nav--left{left:0}.ccib-library-carousel-wrapper .ccib-timeline-nav--right{right:0}.ccib-quran-audio{display:flex;flex-direction:column;gap:2.75rem}.ccib-quran-audio-player{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,3fr);gap:2.25rem;padding:2.3rem 2.1rem;border-radius:24px;background:radial-gradient(circle at top left,#fdf9f0,#f6f5f0 45%,#f1efe7);box-shadow:0 22px 60px #0e23172e,0 0 0 1px #c9b07129}.ccib-quran-audio-player-left{display:flex;align-items:center;justify-content:center}.ccib-quran-audio-disc{width:220px;height:220px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#fefaf1,#e3d3af);box-shadow:0 20px 40px #0f171459,0 0 0 1px #ffffffb3;display:flex;align-items:center;justify-content:center}.ccib-quran-audio-disc-inner{width:72%;height:72%;border-radius:999px;background:radial-gradient(circle,#e7d3a0,#c4a05b);display:flex;align-items:center;justify-content:center;color:#fffdf5;font-weight:700;letter-spacing:.12em;font-size:1.1rem;text-transform:uppercase}.ccib-quran-audio-disc-number{transform:translateY(1px)}.ccib-quran-audio-player-right{display:flex;flex-direction:column;gap:.85rem;justify-content:center}.ccib-quran-audio-badge{display:inline-flex;align-items:center;padding:.24rem .8rem;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:#1a6b3b17;color:#145032}.ccib-quran-audio-title{margin:0;font-size:1.6rem;font-weight:700;color:#163226}.ccib-quran-audio-subtitle{display:flex;flex-wrap:wrap;gap:.65rem;align-items:baseline}.ccib-quran-audio-arabic{font-family:Amiri,serif;font-size:1.5rem;color:#176b4a}.ccib-quran-audio-translit{font-size:.95rem;color:#8a6a32}.ccib-quran-audio-helper{margin:.2rem 0 .5rem;font-size:.9rem;color:#4b5563}.ccib-quran-audio-controls{display:flex;align-items:center;gap:.75rem;margin-top:.35rem}.ccib-quran-audio-ctrl{border-radius:999px;border:none;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease}.ccib-quran-audio-ctrl--primary{background:linear-gradient(135deg,#1a6b3b,#145032);color:#fff;box-shadow:0 10px 25px #14503259,0 0 0 1px #ffffff80}.ccib-quran-audio-ctrl--primary:hover{transform:translateY(-1px);box-shadow:0 14px 34px #14503266,0 0 0 1px #ffffffa6}.ccib-quran-audio-ctrl--secondary{min-width:2.4rem;padding-inline:.8rem;background:#ffffffb3;color:#145032;box-shadow:0 4px 12px #0000000a,0 0 0 1px #be994f4d}.ccib-quran-audio-ctrl--secondary:hover{background:#fff}.ccib-quran-audio-progress{display:flex;align-items:center;gap:.75rem;margin-top:.8rem}.ccib-quran-audio-time{font-size:.78rem;color:#6b7280;min-width:2.8rem;text-align:center}.ccib-quran-audio-progress-bar{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:999px;background:#e5dfcf;outline:none}.ccib-quran-audio-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:999px;background:#176b4a;box-shadow:0 0 0 3px #176b4a26;cursor:pointer}.ccib-quran-audio-progress-bar::-moz-range-thumb{width:12px;height:12px;border-radius:999px;background:#176b4a;border:none;box-shadow:0 0 0 3px #176b4a26;cursor:pointer}.ccib-quran-audio-grid-wrapper{display:flex;flex-direction:column;gap:1.4rem}.ccib-quran-audio-grid-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#163226}.ccib-quran-audio-grid-header p{margin:.3rem 0 0;font-size:.9rem;color:#4b5563}.ccib-quran-audio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem}.ccib-quran-audio-card{position:relative;border-radius:18px;padding:.85rem .85rem .95rem;background:#f6f3eb;border:1px solid rgba(190,153,79,.4);display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .1s ease,border-color .2s ease}.ccib-quran-audio-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #1018142e}.ccib-quran-audio-card--active{background:#fff;border-color:#c9b071;box-shadow:0 18px 40px #12251a38,0 0 0 1px #ffffffd9}.ccib-quran-audio-card-badge{align-self:flex-start;padding:.18rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:#1a6b3b17;color:#145032}.ccib-quran-audio-card-body{display:flex;flex-direction:column;gap:.1rem;align-items:flex-start}.ccib-quran-audio-card-arabic{font-family:Amiri,serif;font-size:1.2rem;color:#176b4a}.ccib-quran-audio-card-portuguese{font-size:.92rem;font-weight:600;color:#1f2937}.ccib-quran-audio-card-translit{font-size:.78rem;color:#6b5a36}@media (max-width: 960px){.ccib-quran-audio-player{grid-template-columns:minmax(0,1fr);padding:1.9rem 1.4rem}.ccib-quran-audio-player-left{order:-1}.ccib-quran-audio-disc{width:190px;height:190px}}@media (max-width: 640px){.ccib-quran-audio-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.ccib-quran-read{display:flex;flex-direction:column;gap:2.4rem}.ccib-quran-read-header-card{padding:2.1rem 2rem;border-radius:24px;background:radial-gradient(circle at top left,#fdf9f0,#f6f5f0 45%,#f1efe7);box-shadow:0 22px 60px #0e23172e,0 0 0 1px #c9b07129}.ccib-quran-read-header-main{max-width:720px}.ccib-quran-read-badge{display:inline-flex;align-items:center;padding:.22rem .8rem;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:#1a6b3b17;color:#145032}.ccib-quran-read-title{margin:.6rem 0 .2rem;font-size:1.55rem;font-weight:700;color:#163226}.ccib-quran-read-title-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline;margin-bottom:.4rem}.ccib-quran-read-title-arabic{font-family:Amiri,serif;font-size:1.9rem;color:#176b4a}.ccib-quran-read-title-translit{font-size:.94rem;color:#8a6a32}.ccib-quran-read-helper{margin:.2rem 0 .75rem;font-size:.9rem;color:#4b5563}.ccib-quran-read-header-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.4rem}.ccib-quran-read-ctrl{border-radius:999px;border:none;padding:.55rem 1.3rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease}.ccib-quran-read-ctrl--secondary{background:#fffc;color:#145032;box-shadow:0 4px 12px #0000000a,0 0 0 1px #be994f4d}.ccib-quran-read-ctrl--secondary:hover{background:#fff}.ccib-quran-read-ctrl--primary{background:linear-gradient(135deg,#1a6b3b,#145032);color:#fff;box-shadow:0 10px 25px #14503259,0 0 0 1px #fff9}.ccib-quran-read-ctrl--primary-on{background:linear-gradient(135deg,#c9b071,#b4924f);box-shadow:0 10px 25px #94743459,0 0 0 1px #fff9}.ccib-quran-read-surah-strip-wrapper{padding:.5rem 0 .1rem}.ccib-quran-read-surah-strip{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.4rem}.ccib-quran-read-surah-strip::-webkit-scrollbar{height:6px}.ccib-quran-read-surah-strip::-webkit-scrollbar-track{background:transparent}.ccib-quran-read-surah-strip::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.ccib-quran-read-chip{scroll-snap-align:start;min-width:150px;padding:.45rem .75rem;border-radius:999px;border:1px solid rgba(190,153,79,.4);background:#f6f3eb;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.82rem;transition:background .2s ease,box-shadow .2s ease,transform .1s ease,border-color .2s ease}.ccib-quran-read-chip:hover{transform:translateY(-1px);box-shadow:0 10px 22px #10181429}.ccib-quran-read-chip--active{background:#fff;border-color:#c9b071;box-shadow:0 14px 30px #12251a38,0 0 0 1px #ffffffd9}.ccib-quran-read-chip-number{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;background:#1a6b3b26;color:#145032;font-size:.8rem;font-weight:600}.ccib-quran-read-chip-portuguese{white-space:nowrap}.ccib-quran-read-body{padding-bottom:.5rem}.ccib-quran-read-state{text-align:center;font-size:.9rem;color:#4b5563}.ccib-quran-read-state--error{color:#b91c1c}.ccib-quran-read-loader{width:36px;height:36px;border-radius:999px;border:3px solid rgba(26,107,59,.18);border-top-color:#1a6b3b;margin:0 auto .6rem;animation:ccib-quran-read-spin .9s linear infinite}@keyframes ccib-quran-read-spin{to{transform:rotate(360deg)}}.ccib-quran-read-ayah-list{display:flex;flex-direction:column;gap:.7rem}.ccib-quran-read-ayah-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:.85rem 1rem;border-radius:18px;background:#f9f6ee;border:1px solid rgba(190,153,79,.45)}.ccib-quran-read-ayah-number{width:2.2rem;height:2.2rem;border-radius:999px;background:#fffdf8;border:1px solid rgba(190,153,79,.7);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#8a6a32}.ccib-quran-read-ayah-content{display:flex;flex-direction:column;gap:.25rem}.ccib-quran-read-ayah-translation{margin:0;font-size:.95rem;line-height:1.7;color:#1f2933}.ccib-quran-read-ayah-footnote{margin:.1rem 0 0;font-size:.82rem;line-height:1.6;color:#6b5a36}@media (max-width: 960px){.ccib-quran-read-header-card{padding:1.7rem 1.4rem}}@media (max-width: 640px){.ccib-quran-read-ayah-card{grid-template-columns:minmax(0,1fr)}.ccib-quran-read-ayah-number{width:1.9rem;height:1.9rem;font-size:.8rem}}.ccib-quran-read-mode-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem .9rem;margin-top:.9rem}.ccib-quran-read-mode-label{font-size:.82rem;color:#4b5563}.ccib-quran-read-mode-buttons{display:flex;flex-wrap:wrap;gap:.4rem}.ccib-quran-read-mode-btn{border-radius:999px;border:1px solid rgba(190,153,79,.45);background:#ffffffe6;padding:.35rem .9rem;font-size:.8rem;cursor:pointer;color:#374151;transition:background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease,transform .08s ease}.ccib-quran-read-mode-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f171433}.ccib-quran-read-mode-btn--active{background:#1a6b3b;border-color:#1a6b3b;color:#fff;box-shadow:0 10px 24px #14503259,0 0 0 1px #ffffffb3}.ccib-quran-read-ayah-arabic{margin:0 0 .25rem;font-family:Amiri,serif;font-size:1.45rem;line-height:2.1;color:#176b4a;direction:rtl;text-align:right}.ccib-quran-read-layout{display:flex;gap:2rem;align-items:flex-start}.ccib-quran-read-sidebar{flex-shrink:0;width:280px;border-radius:24px;background:#fff;padding:1.5rem 1.4rem;box-shadow:0 18px 45px #1733212e;position:sticky;top:5.5rem;max-height:calc(100vh - 6rem);display:flex;flex-direction:column;gap:1rem}.ccib-quran-read-main{flex:1;min-width:0}.ccib-quran-read-sidebar-header{display:flex;flex-direction:column;gap:.2rem}.ccib-quran-read-sidebar-title{font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ccib-text)}.ccib-quran-read-sidebar-subtitle{font-size:.85rem;color:var(--ccib-text-muted)}.ccib-quran-read-sidebar-search input{width:100%;border-radius:999px;border:1px solid var(--ccib-border);padding:.45rem .9rem;font-size:.9rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.ccib-quran-read-sidebar-search input:focus{border-color:var(--ccib-green-soft);box-shadow:0 0 0 2px #176b4a1f}.ccib-quran-read-sidebar-list{margin-top:.35rem;display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;padding-right:.2rem}.ccib-quran-read-sidebar-item{width:100%;border-radius:999px;border:1px solid transparent;background:transparent;padding:.4rem .55rem;display:flex;align-items:center;gap:.55rem;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .12s ease,box-shadow .16s ease}.ccib-quran-read-sidebar-item:hover{background:linear-gradient(135deg,#1a6b3b,#145032)}.ccib-quran-read-sidebar-item--active{background:linear-gradient(135deg,#1a6b3b,#145032);border-color:#ffffff80;box-shadow:0 8px 20px #14503266;transform:translateY(-1px)}.ccib-quran-read-sidebar-item--active .ccib-quran-read-sidebar-number,.ccib-quran-read-sidebar-item:hover .ccib-quran-read-sidebar-number{background:#ffffff26;color:#fff}.ccib-quran-read-sidebar-item--active .ccib-quran-read-sidebar-name-pt{color:#fff}.ccib-quran-read-sidebar-item--active .ccib-quran-read-sidebar-name-ar{color:#ffffffe6}.ccib-quran-read-sidebar-item:hover .ccib-quran-read-sidebar-name-pt{color:#fff}.ccib-quran-read-sidebar-item:hover .ccib-quran-read-sidebar-name-ar{color:#ffffffe6}.ccib-quran-read-sidebar-number{width:1.9rem;height:1.9rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#73552a;background:#f1e6cf}.ccib-quran-read-sidebar-texts{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.ccib-quran-read-sidebar-name-pt{font-size:.9rem;font-weight:600;color:var(--ccib-text)}.ccib-quran-read-sidebar-name-ar{font-family:Amiri,serif;font-size:1.1rem;line-height:1.4;color:var(--ccib-green)}.ccib-quran-read-sidebar-ayahs{margin-top:.7rem;padding-top:.7rem;border-top:1px dashed rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.4rem}.ccib-quran-read-sidebar-ayahs-header{display:flex;justify-content:space-between;align-items:baseline}.ccib-quran-read-sidebar-ayahs-title{font-size:.85rem;font-weight:600;color:var(--ccib-text)}.ccib-quran-read-sidebar-ayahs-count{font-size:.78rem;color:var(--ccib-text-muted)}.ccib-quran-read-sidebar-ayahs-list{display:flex;flex-wrap:wrap;gap:.35rem;max-height:110px;overflow-y:auto}.ccib-quran-read-sidebar-ayah-chip{min-width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid #e4dfd0;background:#faf7ef;font-size:.8rem;font-weight:600;color:#7a5b2a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .12s ease}.ccib-quran-read-sidebar-ayah-chip:hover{background:#f1e6cf}.ccib-quran-read-sidebar-ayah-chip--active{background:linear-gradient(135deg,#1a6b3b,#145032);color:#fff;border-color:#fff9;box-shadow:0 8px 20px #14503259;transform:translateY(-1px)}.ccib-quran-read-ayah-card--highlight{box-shadow:0 0 0 1px #176b4a40,0 18px 40px #176b4a40;transform:translateY(-1px)}@media (max-width: 960px){.ccib-quran-read-layout{flex-direction:column}.ccib-quran-read-sidebar{position:static;max-height:none;width:100%}.ccib-quran-read-sidebar-ayahs-list{max-height:none}}.ccib-contact-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2rem;align-items:flex-start}.ccib-contact-card{border-radius:24px;background:#fff;padding:1.75rem 1.75rem 1.9rem;box-shadow:0 18px 45px #17332129;border:1px solid rgba(0,0,0,.02)}.ccib-contact-card-title{font-size:1.25rem;font-weight:700;color:var(--ccib-text, #1f2933);margin:0 0 .35rem}.ccib-contact-card-subtitle{font-size:.9rem;color:var(--ccib-text-muted, #6b7280);margin:0 0 1.25rem}.ccib-contact-form{margin-top:.25rem;display:flex;flex-direction:column;gap:1.2rem}.ccib-contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.1rem}.ccib-contact-form-group{display:flex;flex-direction:column;gap:.35rem}.ccib-contact-form-group--full{grid-column:1 / -1}.ccib-contact-form-group label{font-size:.85rem;font-weight:600;color:var(--ccib-text, #1f2933)}.ccib-contact-form-group input,.ccib-contact-form-group select,.ccib-contact-form-group textarea{border-radius:12px;border:1px solid var(--ccib-border, #e5e7eb);padding:.55rem .75rem;font-size:.9rem;outline:none;background:#fdfdfc;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .08s ease}.ccib-contact-form-group textarea{resize:vertical;min-height:120px}.ccib-contact-form-group input::placeholder,.ccib-contact-form-group textarea::placeholder{color:#9ca3af}.ccib-contact-form-group input:focus,.ccib-contact-form-group select:focus,.ccib-contact-form-group textarea:focus{border-color:var(--ccib-green-soft, #176b4a);box-shadow:0 0 0 2px #176b4a1f;background:#fff;transform:translateY(-1px)}.ccib-contact-submit-btn{align-self:flex-start;margin-top:.25rem;padding:.7rem 1.4rem;border-radius:999px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#176b4a,#124533);box-shadow:0 12px 30px #12453373;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:transform .12s ease,box-shadow .16s ease,opacity .12s ease}.ccib-contact-submit-btn:hover{transform:translateY(-1px);box-shadow:0 16px 40px #1245338c}.ccib-contact-submit-btn:active{transform:translateY(0);box-shadow:0 8px 18px #12453366}.ccib-contact-privacy{margin-top:.6rem;font-size:.8rem;color:var(--ccib-text-muted, #6b7280)}.ccib-contact-map-wrapper{margin-top:.75rem;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#f5f5f0}.ccib-contact-map-wrapper iframe{width:100%;height:260px;display:block}.ccib-contact-social{margin-top:1.5rem;padding-top:1.1rem;border-top:1px dashed rgba(0,0,0,.08);text-align:center}.ccib-contact-social-title{font-size:1rem;font-weight:600;color:var(--ccib-text, #1f2933);margin:0 0 .25rem}.ccib-contact-social-subtitle{font-size:.85rem;color:var(--ccib-text-muted, #6b7280);margin:0 0 .8rem}.ccib-contact-social-icons{display:flex;flex-wrap:wrap;gap:.7rem}.ccib-contact-social-icon{flex:1 1 auto;min-width:140px;border-radius:999px;padding:.5rem .75rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:#fff;text-decoration:none;box-shadow:0 12px 30px #0f172a40;transition:transform .12s ease,box-shadow .16s ease,opacity .12s ease}.ccib-contact-social-icon i{font-size:1.5rem}.ccib-contact-social-icon--youtube{background:red}.ccib-contact-social-icon--whatsapp{background:#25d366}.ccib-contact-social-icon--instagram{background:radial-gradient(circle at 30% 110%,#ffdb8b,#ee653d,#d42e81,#8435cc,#515bd4)}.ccib-contact-social-icon:hover{transform:translateY(-1px);box-shadow:0 16px 38px #0f172a52}.ccib-contact-social-icon:active{transform:translateY(0);box-shadow:0 10px 22px #0f172a40}@media (max-width: 992px){.ccib-contact-layout{grid-template-columns:minmax(0,1fr)}.ccib-contact-card{padding:1.5rem 1.35rem 1.7rem}.ccib-contact-form-grid{grid-template-columns:minmax(0,1fr)}.ccib-contact-map-wrapper iframe{height:220px}}@media (max-width: 640px){.ccib-contact-social-icons{flex-direction:column}.ccib-contact-social-icon{width:100%}}.ccib-contact-social-icons{display:flex;align-items:center;gap:.75rem;justify-content:center}.ccib-contact-social-icon-circle{width:55px;height:55px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px #0f172a2e;transition:transform .12s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease;font-size:1.9rem}.ccib-contact-social-icon-circle--youtube{color:red}.ccib-contact-social-icon-circle--whatsapp{color:#25d366}.ccib-contact-social-icon-circle--instagram{color:#d62976}.ccib-contact-social-icon-circle:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a42;border-color:#0000001f}.ccib-contact-social-icon-circle:active{transform:translateY(0);box-shadow:0 8px 18px #0f172a38}@media (max-width: 640px){.ccib-contact-social-icons{justify-content:flex-start}}.ccib-logo-text-full{display:inline-flex;align-items:baseline;gap:.35rem}.ccib-logo-text-compact{font-size:1.1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.ccib-logo-ccib-cci{color:var(--ccib-green)}.ccib-logo-ccib-b{color:var(--ccib-gold)}.ccib-news-search{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.35rem}.ccib-news-search-label{font-size:.85rem;font-weight:600;color:#5b6b63}.ccib-news-search-input{border-radius:999px;border:1px solid #d8ddda;padding:.65rem 1rem;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ccib-news-search-input:focus{border-color:#2f855a;box-shadow:0 0 0 3px #2f855a26}.ccib-pagination{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ccib-pagination-btn{border-radius:999px;border:1px solid #cbd5d0;background:#fff;padding:.4rem .85rem;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.ccib-pagination-btn:hover:not(:disabled){background:#edf7f2;border-color:#2f855a}.ccib-pagination-btn--active{background:#2f855a;border-color:#2f855a;color:#fff;box-shadow:0 4px 10px #1d4e3940}.ccib-pagination-btn:disabled{opacity:.5;cursor:default}.ccib-rich-editor{border:1px solid #ded7c5;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px #00000005}.ccib-rich-toolbar{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;padding:.55rem .6rem;background:linear-gradient(180deg,#fff,#fbf8f1);border-bottom:1px solid rgba(222,215,197,.9)}.ccib-rich-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(222,215,197,1);background:#fff;border-radius:10px;padding:.35rem .55rem;font-size:.9rem;line-height:1;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.ccib-rich-btn:hover{border-color:#c9a14a;box-shadow:0 0 0 3px #c9a14a24}.ccib-rich-btn:active{transform:translateY(1px)}.ccib-rich-btn.is-active{background:#c9a14a1f;border-color:#c9a14a}.ccib-rich-label{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#555;margin-left:.2rem}.ccib-rich-select{border:1px solid #ded7c5;border-radius:10px;padding:.35rem .5rem;background:#fff;font-size:.85rem}.ccib-rich-color{width:36px;height:32px;padding:0;border:1px solid #ded7c5;border-radius:10px;background:#fff;cursor:pointer}.ccib-rich-sep{width:1px;height:26px;background:#ded7c5e6;margin:0 .15rem}.ccib-rich-surface{padding:.65rem .75rem}.ccib-rich-editor-content{min-height:140px;outline:none;font-size:.95rem;line-height:1.55;color:#1a1a1a}.ccib-rich-editor-content p{margin:0 0 .65rem}.ccib-rich-editor-content p:last-child{margin-bottom:0}.ccib-form-hint{margin-top:.45rem;font-size:.8rem;color:#666}.ccib-news-modal-content{font-size:.95rem;line-height:1.65;color:#222}.ccib-news-modal-content p{margin:0 0 .85rem}.ccib-news-modal-content ul,.ccib-news-modal-content ol{padding-left:1.15rem;margin:.6rem 0 1rem}.ccib-news-modal-content a{color:#0b57d0;text-decoration:underline}.ccib-quran-audio-disc{--wave: 0}.ccib-quran-audio-disc-inner{position:relative;overflow:hidden}.ccib-quran-audio-disc-number{position:relative;z-index:2}.ccib-quran-audio-disc-inner:before{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:999px;pointer-events:none;z-index:1;background:radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 4% 50% / 4% 18% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 8.5% 50% / 4% 26% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 13% 50% / 4% 40% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 17.5% 50% / 4% 28% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 22% 50% / 4% 52% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 26.5% 50% / 4% 58% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 31% 50% / 4% 42% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 35.5% 50% / 4% 66% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 40% 50% / 4% 80% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 44.5% 50% / 4% 60% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 49% 50% / 4% 92% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 53.5% 50% / 4% 60% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 58% 50% / 4% 80% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 62.5% 50% / 4% 66% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 67% 50% / 4% 42% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 71.5% 50% / 4% 58% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 76% 50% / 4% 52% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 80.5% 50% / 4% 28% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 85% 50% / 4% 40% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 89.5% 50% / 4% 26% no-repeat,radial-gradient(closest-side,rgba(255,255,255,.55) 98%,transparent 100%) 94% 50% / 4% 18% no-repeat;transform-origin:50% 50%;transform:scaleY(calc(.12 + (var(--wave) * 1.1)));opacity:calc(.08 + (var(--wave) * .62));filter:blur(.12px);will-change:transform,opacity;transition:transform .12s linear,opacity .12s linear;animation:none}@keyframes ccibWaveformDrift{0%{transform:translateY(1%) scaleY(calc(.55 + (var(--wave) * .75)))}50%{transform:translateY(-1%) scaleY(calc(.6 + (var(--wave) * .8)))}to{transform:translateY(1%) scaleY(calc(.55 + (var(--wave) * .75)))}}@media (max-width: 960px){.ccib-quran-read-layout{flex-direction:column;gap:1.2rem}.ccib-quran-read-main{order:1}.ccib-quran-read-sidebar{order:2;width:100%;position:relative;top:auto}.ccib-quran-read-sidebar-list{max-height:min(52vh,520px);overflow:auto;-webkit-overflow-scrolling:touch}.ccib-quran-read-sidebar-ayahs-list{max-height:180px}}.ccib-board-avatar-wrapper{--avatar-size: clamp(92px, 9vw, 128px);--ring: 4px;width:var(--avatar-size);height:var(--avatar-size);border-radius:999px;padding:var(--ring);background:radial-gradient(circle at 30% 20%,#c9b071eb,#11603fb8 45%,#c9b0718c 82%);box-shadow:0 18px 40px #0e231729,0 0 0 1px #c9b07138;display:grid;place-items:center;position:relative;overflow:hidden;flex:0 0 auto}.ccib-board-avatar-wrapper:after{content:"";position:absolute;inset:var(--ring);border-radius:999px;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffffd1}.ccib-board-avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block;background:#f3f1eb;box-shadow:0 10px 18px #00000024;transform:translateZ(0)}.ccib-board-card:hover .ccib-board-avatar-wrapper{transform:translateY(-1px);box-shadow:0 22px 52px #0e23172e,0 0 0 1px #c9b07147}
