:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-form{max-width:420px;margin:50px auto;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000026;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.login-form h2{text-align:center;color:#333;margin-bottom:1rem;font-size:1.5rem}.login-form .label{display:block;font-weight:600;margin-bottom:6px;color:#444}.login-form input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.login-form input:focus{border-color:#007bff}.login-form .error{color:#d00;font-size:.85rem;margin-top:4px}.login-form .btn.submit{background:#007bff;color:#fff;padding:10px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.login-form .btn.submit:hover{background:#005dc1}.login-form .btn.submit:disabled{background:#999;cursor:not-allowed}.login-form .btn.submit,.login-form a.btn.submit{display:block;width:100%;text-align:center;background:#007bff;color:#fff;padding:10px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s;text-decoration:none}.login-form a.btn.submit:hover{background:#005dc1}.dashboard{display:flex;min-height:calc(100vh - 160px);background:#f5f7fb}.dashboard__sidebar{width:260px;padding:2rem 1.5rem;background:#0b5673;color:#fff}.dashboard__title{font-size:1.4rem;margin-bottom:1.5rem}.dashboard__menu{display:flex;flex-direction:column;gap:.5rem}.dashboard__item{width:100%;text-align:left;padding:.6rem .8rem;border-radius:8px;border:none;background:transparent;color:#e2eff7;cursor:pointer;font-size:.95rem;transition:background .2s,color .2s}.dashboard__item:hover{background:#ffffff1f}.dashboard__item--active{background:#fff;color:#0b5673;font-weight:600}.dashboard__main{flex:1;padding:2rem 2.5rem}.dashboard__main h2{font-size:1.5rem;margin-bottom:.3rem}.dash__subtitle{color:#666;margin-bottom:1.2rem}.dash__actions{display:flex;gap:.8rem;margin-bottom:1.5rem}.dash__placeholder{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 10px #0000000f;color:#555}.table-devos th{background:#f3f6fa;color:#0b5673;font-weight:600;font-size:.9rem}.table-devos td{color:#333;font-size:.9rem;vertical-align:middle}.table-devos th:nth-child(1),.table-devos td:nth-child(1){width:22%}.table-devos th:nth-child(2),.table-devos td:nth-child(2){width:30%}.table-devos th:nth-child(3),.table-devos td:nth-child(3){width:14%}.table-devos th:nth-child(4),.table-devos td:nth-child(4){width:10%}.table-devos th:nth-child(5),.table-devos td:nth-child(5){width:8%;text-align:center}.table-devos th:nth-child(6),.table-devos td:nth-child(6){width:6%;text-align:center}.table-devos th:nth-child(7),.table-devos td:nth-child(7){width:6%;text-align:center}.table-devos th:nth-child(8),.table-devos td:nth-child(8){width:14%;text-align:center}.table-devos th[title="Puntuación promedio"],.table-devos th[title=Vistas]{font-size:1.1rem}.views-cell{text-align:center;font-weight:600;color:#0b5673}.dash__placeholder.scrollable{max-height:420px;overflow-y:auto}.devday{display:flex;gap:1.5rem;align-items:flex-start}.devday__info,.devday__viewer{flex:1}.devday__viewer iframe{width:100%;height:420px;border:1px solid #e2e8f0;border-radius:8px}@media (max-width: 900px){.devday{flex-direction:column}}.table-devos{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;table-layout:fixed}.table-devos th,.table-devos td{padding:12px 14px;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-pagination{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.75rem;font-size:.9rem}.table-pagination button{padding:4px 10px;border-radius:999px;border:1px solid #0b5673;background:#0b5673;color:#fff;cursor:pointer;font-size:.85rem}.table-pagination button:disabled{opacity:.5;cursor:default}.dashboard__userbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.badge-role{display:inline-block;margin-left:.4rem;padding:2px 8px;border-radius:999px;background:#0b5673;color:#fff;font-size:.75rem;text-transform:capitalize}.devocional-header{text-align:center;margin-bottom:2.5rem;padding-top:1rem}.dev-title{font-size:2rem;font-weight:700;margin-bottom:.3rem;color:#0b5673}.dev-desc{font-size:1.2rem;color:#444;margin-bottom:1rem}.dev-meta{font-size:1rem;color:#333;line-height:1.6}.devday{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:1.5rem;align-items:flex-start}.devday__info h4{margin-bottom:.4rem}.devday__viewer iframe{width:100%;height:380px;border-radius:8px;border:1px solid #e2e8f0}.table-devos th:nth-child(8),.table-devos td:nth-child(8){width:16%;text-align:center;white-space:normal;overflow:visible;text-overflow:clip}.table-devos th:nth-child(7),.table-devos td:nth-child(7){width:16%;text-align:center;white-space:normal;overflow:visible;text-overflow:clip}.table-devos td:nth-child(6){text-align:center}.table-devos td:nth-child(7) .btn{padding:4px 8px;font-size:.8rem;margin-right:6px}.table-devos td:nth-child(8) .btn{padding:4px 8px;font-size:.8rem}.badge-estado{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;text-transform:capitalize}.badge-estado--publicado{background:#2ecc71;color:#fff}.badge-estado--borrador{background:#f1c40f;color:#000}.badge-estado--archivado{background:#e74c3c;color:#fff}.edit-user-card{margin-top:1.5rem;padding:1.5rem 1.8rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000f;border:1px solid #e6e9ef;max-width:480px}.edit-user-card h3{margin-bottom:1rem;font-size:1.2rem;item color: #0b5673;font-weight:600}.edit-user-card .edit-input{width:100%;padding:10px 12px;margin-bottom:1rem;border-radius:8px;border:1px solid #cfd8e3;background:#f8fafc;font-size:.95rem;transition:border .2s,background .2s}.edit-user-card .edit-input:focus{outline:none;border-color:#0b5673;background:#fff;box-shadow:0 0 0 2px #0b567326}.edit-user-card select.edit-input{cursor:pointer}.edit-user-card .edit-actions{display:flex;justify-content:flex-start;gap:.8rem;margin-top:.5rem}.btn-save{background:#0b5673;color:#fff;border:none;padding:8px 14px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s}.btn-save:hover{background:#09495f}.btn-cancel{background:transparent;border:none;color:#0b5673;padding:8px 12px;cursor:pointer;font-size:.9rem;transition:color .2s}.btn-cancel:hover{color:#083b4a}.devday__rating-block{margin-top:.75rem;padding:.8rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;max-width:380px;font-size:.9rem}.rating-summary{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem;color:#334155}.rating-summary span{font-size:.8rem;color:#6b7280}.rating-stars-readonly,.rating-stars-interactive{display:flex;gap:.1rem}.star-readonly{font-size:1.1rem;color:#e5e7eb}.rating-stars-readonly .star-readonly{color:#f59e0b}.star-btn{border:none;background:transparent;font-size:1.2rem;cursor:pointer;padding:0;color:#cbd5f5;transition:transform .1s,color .1s}.star-btn:hover,.star-btn:focus{transform:scale(1.15);color:#fbbf24}.rating-input-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.5rem}.rating-input-row span{font-weight:500;color:#111827}.rating-textarea{width:100%;min-height:70px;padding:.5rem .6rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:.9rem;resize:vertical}.rating-textarea:focus{outline:none;border-color:#0b5673;box-shadow:0 0 0 1px #0b56732e}.comments-list{margin-top:.8rem;padding-top:.6rem;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:.55rem}.comment-card{padding:.55rem .7rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0f172a08}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.comment-header strong{font-size:.85rem;color:#0f172a}.comment-rating{display:flex;gap:.05rem;font-size:1rem;color:#f59e0b}.comment-body{margin:0;font-size:.85rem;color:#4b5563}.comment-meta{margin-top:.2rem;font-size:.75rem;color:#9ca3af}.muted{font-size:.85rem;color:#6b7280}.rating-form+.btn,.devday__rating-block+.btn{margin-top:1rem!important}.rating-actions-row{display:flex;gap:.5rem;margin-top:.5rem;align-items:center;flex-wrap:wrap}@page{size:Letter portrait;margin:0}@media print{html,body,#root{width:216mm;min-height:279mm;margin:0!important;padding:0!important;background:#fff!important;overflow:visible!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.dashboard,.dashboard__main{margin:0!important;padding:0!important;min-height:auto!important;background:#fff!important}.dashboard__main>*:not(.certificado-print){display:none!important}.certificado-print{display:flex!important;flex-direction:column;justify-content:center;width:184mm!important;min-height:255mm!important;margin:12mm auto!important;padding:16mm 18mm!important;border:4px solid #0b5f84!important;box-sizing:border-box!important;background:#fff!important;overflow:hidden!important;break-inside:avoid-page!important;page-break-inside:avoid!important}}:root{--brand-navy:#0a2b66;--brand-blue:#1f57c3;--brand-yellow:#ffc857;--text:#0e1a35;--bg:#ffffff;--panel:#f4f7fc;--surface:#fff}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}h1,h2,h3{font-family:Poppins,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 16px}.section{padding:56px 0}.section .muted{color:#4a5a7a}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e7eef7;z-index:40}.site-header.scrolled{box-shadow:0 8px 16px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700}.brand-text{display:none}.menu-btn{display:none;font-size:22px;background:transparent;border:0;cursor:pointer}.nav a{margin:0 8px;padding:8px;text-decoration:none;color:var(--text)}.nav .btn{margin-left:8px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:14px;padding:12px 20px;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000024}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,#12a8a6,#1fb7b5 45%,#38c9c6);color:#fff;box-shadow:0 6px 18px #1fb7b547}.btn-ghost{background:#ffffff14;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--brand-blue)}.hero--slider{position:relative;overflow:clip}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;filter:contrast(1.05) saturate(1.05);position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;opacity:0;transition:opacity .6s ease}.hero-slide-bg.is-active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#03122ad1,#03122a9e 32%,#03122a47 58%,#03122a1a),linear-gradient(180deg,#0000001f,#00000061);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:24px;align-items:center;min-height:520px;padding:72px 16px 56px}.hero-copy h1{font-size:44px;line-height:1.1;color:#fff;margin:0 0 10px}.hero-copy p{font-size:18px;color:#e9f1ff;margin:0 0 18px}.hero-copy .cta .btn-primary{background:var(--brand-yellow);border-color:var(--brand-yellow);color:#1d1d1d}.hero-badge{display:inline-block;height:52px;margin:0 0 12px;padding:6px 10px;background:#fff;border-radius:14px;box-shadow:0 8px 22px #0000001a,0 1px 2px #0000000f}.hero-controls{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-top:8px}.hero-controls>button{border:0;background:#ffffffd0;width:42px;height:42px;border-radius:50%;font-size:20px;cursor:pointer}.dots{display:flex;gap:8px;align-items:center;justify-content:center;flex:1}.dots button{width:10px;height:10px;border-radius:50%;border:0;background:#fff8;cursor:pointer}.dots button.active{background:#fff}.site-footer{border-top:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#0b1f4a,#102a5f 55%,#153875);color:#e9f1ff}.site-footer .foot{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:18px 16px}.site-footer img{filter:none}.toast{position:fixed;bottom:20px;right:20px;z-index:1000;max-width:300px;width:calc(100vw - 40px);background:#fff;color:var(--text);border:1px solid #e7eef7;border-radius:12px;box-shadow:0 12px 30px #0000001f,0 2px 8px #0000000f;padding:12px 14px;display:flex;gap:12px;align-items:flex-start}.toast--left{left:20px;right:auto}.toast__title{font-weight:700;color:var(--brand-navy);font-size:15px}.toast__text{margin:.25rem 0 0;font-size:13px;color:#31415a}.toast__close{margin-left:auto;border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:#2c3a55;opacity:.6}.toast__close:hover{opacity:1}.toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:14px 0 0 14px}.toast--subscribe:before{background:var(--brand-yellow)}.toast--prayer:before{background:var(--brand-blue)}html{scroll-behavior:smooth}:target{scroll-margin-top:84px}a:focus-visible,.btn:focus-visible{outline:3px solid var(--brand-blue);outline-offset:2px}.site-header{background:linear-gradient(135deg,#005479,#06658d 45%,#0876a3);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 4px 18px #00000024}.site-header.scrolled{box-shadow:0 8px 16px #00000026}.site-header .brand,.site-header .brand-text,.site-header .nav a{color:#fff}.site-header .nav .btn.btn-primary{background:#fff;border-color:#fff;color:#005479}.site-header .nav .btn.btn-primary:hover{filter:brightness(.95)}.site-header .nav a:hover{opacity:.9;text-decoration:underline}.site-header .nav a:focus-visible{outline:3px solid #ffd36e;outline-offset:2px}.menu-btn{color:#fff}.section{padding:64px 0;background:#fff}.section.alt{background:radial-gradient(circle at top left,rgba(31,183,181,.1),transparent 35%),radial-gradient(circle at bottom right,rgba(37,99,235,.08),transparent 35%),linear-gradient(180deg,#f4f7fb,#eef3f8)}.section h2{color:#0a2b66;margin:0 0 8px}.muted{color:#516285}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.card{position:relative;min-height:170px;overflow:hidden;border:1px solid rgba(12,42,102,.1);border-radius:18px;padding:24px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 10px 28px #0c2a6614;transition:all .25s ease}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(31,183,181,.16),transparent 35%),linear-gradient(135deg,#fffffff2,#f4f8fcf5);z-index:0}.card>*{position:relative;z-index:1}.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0c2a6624;border-color:#1fb7b559}.card h3{margin:0 0 8px;font-size:20px;color:#0a2b66;font-weight:700}.card p{color:#23324a;line-height:1.55}.card-cover{width:100%;height:190px;object-fit:cover;border-radius:16px;margin-bottom:18px;display:block;box-shadow:0 10px 24px #0000001f;transition:transform .35s ease}.card-body{display:flex;flex-direction:column;gap:10px;text-align:left}.card-body strong{font-size:20px;line-height:1.3;color:#0a2b66;font-weight:700}.card-body p{margin:0;color:#32435f;line-height:1.6}.card:hover .card-cover,.list-item:hover .card-cover{transform:scale(1.02)}.list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.list-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(12,42,102,.1);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:170px;border-radius:18px;padding:24px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 10px 28px #0c2a6614;transition:all .25s ease;color:#0a2b66;text-decoration:none;font-family:inherit;font-size:18px;cursor:pointer;text-align:left}.list-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(31,183,181,.16),transparent 35%),linear-gradient(135deg,#fffffff2,#f4f8fcf5);z-index:0}.list-item>*{position:relative;z-index:1}.list-item:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0c2a6624;border-color:#1fb7b559}.list-item strong{font-size:20px;font-weight:700;color:#0a2b66;line-height:1.3}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}.video-thumb{display:flex;flex-direction:column;gap:8px}.video-thumb .thumb{width:100%;aspect-ratio:16/9;border-radius:12px;background:linear-gradient(135deg,#1f57c3,#90b6ff);opacity:.85}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:12px}.gallery .ph{aspect-ratio:1/1;border-radius:10px;background:linear-gradient(135deg,#fff,#e6efff);border:1px solid #e4eefb}.section--tight{padding:36px 0 28px}.video-placeholder{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:radial-gradient(1200px 600px at 80% 20%,rgba(255,255,255,.18),transparent 60%),linear-gradient(135deg,#1f57c3,#90b6ff);box-shadow:0 12px 28px #0000001f,0 2px 8px #0000000f;margin-top:12px}.video-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 60% at 50% 50%,transparent 55%,rgba(0,0,0,.15))}.play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:9999px;background:#ffffffe6;display:grid;place-items:center;box-shadow:0 10px 24px #0000002e;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.play-btn:before{content:"";display:block;border-style:solid;border-width:16px 0 16px 24px;border-color:transparent transparent transparent #005479;margin-left:4px}.play-btn:hover{transform:translate(-50%,-50%) scale(1.04);box-shadow:0 14px 30px #00000038;background:#fff}.center{text-align:center;margin-top:12px}.hero .cta{display:flex;gap:12px;flex-wrap:wrap}.hero .cta .btn{margin:0}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:960px;margin-top:12px}.contact-form input,.contact-form textarea{padding:14px 16px;border:1px solid #d6e0f0;border-radius:12px;font-size:16px;background:#fff}.contact-form textarea{min-height:160px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#005479;box-shadow:0 0 0 3px #0054792e}.contact-form>input:nth-of-type(1){grid-column:1}.contact-form>input:nth-of-type(2){grid-column:2}.contact-form>textarea{grid-column:1 / -1}.contact-form>.btn{grid-column:1 / -1;width:100%;margin-top:2px}.site-map{background:linear-gradient(135deg,#005479,#06658d,#0876a3);color:#fff;padding:40px 0;box-shadow:inset 0 1px #ffffff14}.site-map .map-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:20px;align-items:start}.site-map h4{margin:0 0 10px;font-size:16px;font-weight:700}.site-map a{display:block;color:#fff;text-decoration:none;opacity:.95;padding:4px 0}.site-map a:hover{text-decoration:underline;opacity:1}.site-map .muted-light{color:#ffffffd9;margin-top:8px}.site-map .brand-col img{display:block;margin-bottom:6px}.register-form input,.register-form select,.register-form textarea{padding:14px 16px;border:1px solid #d6e0f0;border-radius:12px;font-size:16px;background:#fff;width:100%}.register-form input:focus,.register-form select:focus,.register-form textarea:focus{outline:none;border-color:#005479;box-shadow:0 0 0 3px #0054792e}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:12px}.form-grid .full{grid-column:1 / -1}.register-form .label{display:block;font-weight:600;margin:0 0 6px;color:var(--brand-navy)}.register-form .error{display:block;margin-top:6px;font-size:13px;color:#c13d3d}.register-form .submit{width:100%;margin-top:18px;padding:14px 16px}@media (max-width:900px){.menu-btn{display:block}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#005479;border-bottom:none;padding:12px 16px}.nav.open{display:flex;flex-wrap:wrap;gap:8px}.nav.open a{color:#fff}.cards,.video-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(3,1fr)}.site-map .map-grid{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:1fr;min-height:460px}.hero-overlay{background:linear-gradient(180deg,#0a2b668c,#0a2b662e 60%,#0000)}.form-grid{grid-template-columns:1fr}}@media (max-width:720px){.cards,.video-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.toast{bottom:12px;right:12px;left:12px;max-width:none}.toast--left{left:14px;right:14px}.contact-form{grid-template-columns:1fr}.contact-form>input:nth-of-type(1),.contact-form>input:nth-of-type(2),.contact-form>textarea,.contact-form>.btn{grid-column:1}}@media (max-width:640px){.hero .cta{gap:10px}.site-map .map-grid{grid-template-columns:1fr}}
