@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--navy:#17324d;--deep-navy:#0f2235;--teal:#2f6f73;--gold:#c9a24d;--cream:#f7f3ea;--soft-blue:#edf5f6;--white:#fff;--text:#24313f;--muted:#667085;--primary-color:var(--navy);--primary-dark:var(--deep-navy);--accent-color:var(--teal);--accent-light:var(--gold);--text-color:var(--text);--text-light:var(--muted);--bg-color:var(--white);--bg-light:var(--cream);--border-color:#e5e7eb;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-color);background-color:var(--bg-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--bg-color);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.header .container{justify-content:space-between;align-items:center;height:80px;padding:1rem 20px;display:flex}.logo h1{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav{gap:2rem;display:flex}.nav a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:var(--primary-color)}.hero{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);color:#fff;text-align:center;padding:4rem 0}.hero-content{max-width:800px;margin:0 auto}.hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-stats{justify-content:center;gap:3rem;margin-top:2rem;display:flex}.stat{text-align:center}.stat-number{color:var(--accent-color);font-size:2.5rem;font-weight:700;display:block}.stat-label{opacity:.9;margin-top:.5rem;font-size:.875rem;display:block}.what-we-do{background:var(--bg-light);padding:5rem 0}.what-we-do h2{text-align:center;color:var(--text-color);margin-bottom:3rem;font-size:2.5rem}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:3rem;display:grid}.service-card{box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-icon{margin-bottom:.75rem;font-size:2.2rem}.service-card h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.05rem}.service-card p{color:var(--text-light);font-size:.98rem;line-height:1.5}@media (max-width:1100px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about{background:#fff;padding:5rem 0}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text h2{color:var(--text-color);margin-bottom:2rem;font-size:2.5rem}.about-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.placeholder-image{background:linear-gradient(135deg, var(--accent-light) 0%, var(--accent-color) 100%);height:300px;color:var(--primary-dark);text-align:center;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.contact{background:var(--bg-light);padding:5rem 0}.contact h2{text-align:center;color:var(--text-color);margin-bottom:3rem;font-size:2.5rem}.contact-content{justify-content:center;align-items:flex-start;display:flex}.contact-info p{color:var(--text-light);text-align:center;margin-bottom:2rem;font-size:1.1rem}.contact-details{flex-direction:column;align-items:center;gap:1rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-icon{font-size:1.5rem}.contact-item a{color:var(--primary-color);font-weight:500;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid var(--border-color);border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.btn-primary{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background .3s}.btn-primary:hover{background:var(--primary-dark)}.footer{background:var(--primary-color);color:#fff;padding:3rem 0 1rem}.footer-content{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.footer-logo h3{margin-bottom:.5rem;font-size:1.25rem}.footer-logo p{opacity:.8}.footer-links{gap:2rem;display:flex}.footer-links a{color:#fff;opacity:.8;text-decoration:none;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-bottom{text-align:center;opacity:.8;border-top:1px solid #ffffff1a;padding-top:2rem}@media (max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-direction:column;gap:1.5rem}.services-grid{grid-template-columns:1fr}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{text-align:center;flex-direction:column;gap:2rem}.nav{gap:1rem}.what-we-do h2,.contact h2,.about-text h2{font-size:2rem}}@media (max-width:480px){.container{padding:0 15px}.hero,.what-we-do,.about,.contact{padding:3rem 0}.service-card{padding:1.5rem}}.bl-nav{background:var(--deep-navy);z-index:100;position:sticky;top:0;box-shadow:0 2px 16px #0000002e}.bl-nav__inner{justify-content:space-between;align-items:center;height:68px;padding-inline:20px;display:flex}.bl-nav__brand{color:var(--white);align-items:center;gap:.6rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.bl-nav__logo-mark{background:var(--gold);width:32px;height:32px;color:var(--deep-navy);border-radius:50%;flex-shrink:0;place-items:center;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;display:grid}.bl-nav__links{gap:1.8rem;display:flex}.bl-nav__links a{color:#ffffffb3;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.bl-nav__links a:hover,.bl-nav__active{color:var(--gold)!important}.bl-shell{background:var(--cream);flex-direction:column;min-height:100vh;display:flex}.bl-hero{background:var(--deep-navy);text-align:center;padding:4rem 0 5rem;position:relative;overflow:hidden}.bl-hero__overlay{background:radial-gradient(at 50% 80%,#2f6f7366 0%,#0000 65%);position:absolute;inset:0}.bl-hero__inner{z-index:1;position:relative}.bl-hero__inner h1{color:var(--white);margin:.7rem 0 1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:1.2}.bl-hero__inner p{color:#ffffffb3;max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.bl-hero__wave{width:100%;position:absolute;bottom:-1px;left:0}.bl-hero__wave svg{width:100%;height:60px;display:block}.bl-pill{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border:1px solid #c9a24d66;border-radius:99px;margin-bottom:.5rem;padding:.28rem .85rem;font-size:.72rem;font-weight:600;display:inline-block}.bl-main{flex:1;padding:3.5rem 0 5rem}.bl-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.bl-card--featured{border-radius:20px;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.bl-card--featured .bl-card__img-wrap{aspect-ratio:16/9;border-radius:0;height:auto}.bl-card--featured .bl-card__body{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.bl-card--featured h2{font-size:1.6rem!important}.bl-card{background:var(--white);border:1px solid #17324d0f;border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 2px 16px #17324d12}.bl-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #17324d21}.bl-card__img-wrap{background:var(--soft-blue);height:210px;display:block;overflow:hidden}.bl-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.bl-card:hover .bl-card__img-wrap img{transform:scale(1.04)}.bl-card__img-fallback{background:var(--soft-blue);width:100%;height:100%;color:var(--teal);opacity:.5;place-items:center;display:grid}.bl-card__img-fallback svg{width:48px;height:48px}.bl-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.4rem 1.6rem 1.6rem;display:flex}.bl-card__meta{color:var(--muted);letter-spacing:.03em;font-size:.78rem;font-weight:500}.bl-card h2{color:var(--navy);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;line-height:1.35}.bl-card h2 a{color:inherit;text-decoration:none;transition:color .2s}.bl-card h2 a:hover{color:var(--teal)}.bl-card__excerpt{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.bl-card__cta{color:var(--teal);align-items:center;gap:.35rem;margin-top:.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.bl-card__cta:hover{color:var(--navy);gap:.6rem}.bl-card__cta svg{width:14px;height:14px}.bl-loading{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.bl-skeleton{background:var(--white);border-radius:16px;animation:1.6s ease-in-out infinite blPulse;overflow:hidden}@keyframes blPulse{0%,to{opacity:1}50%{opacity:.55}}.bl-skeleton__img{background:#e2e8f0;height:210px}.bl-skeleton__body{flex-direction:column;gap:.75rem;padding:1.4rem;display:flex}.bl-skeleton__line{background:#e2e8f0;border-radius:8px;width:100%;height:14px}.bl-skeleton__line--wide{width:90%}.bl-skeleton__line--short{width:50%}.bl-empty{text-align:center;color:var(--muted);padding:5rem 0}.bl-empty svg{width:56px;height:56px;color:var(--teal);opacity:.5;margin:0 auto 1rem}.bp-shell{background:var(--cream);flex-direction:column;min-height:100vh;display:flex}.bp-article-header{background:var(--deep-navy);padding:4rem 0 3.5rem;position:relative;overflow:hidden}.bp-article-header__bg{object-fit:cover;opacity:.18;filter:blur(2px);width:100%;height:100%;position:absolute;inset:0}.bp-article-header__overlay{background:linear-gradient(160deg,#0f2235e6 0%,#2f6f7380 100%);position:absolute;inset:0}.bp-article-header__inner{z-index:1;max-width:760px;position:relative}.bp-back{color:#fff9;letter-spacing:.04em;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.bp-back svg{width:14px;height:14px}.bp-back:hover{color:var(--gold)}.bp-article-header h1{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.2}.bp-article-header__meta{color:#fff9;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.bp-meta-sep{opacity:.4}.bp-cover-wrap{margin-top:2rem;margin-bottom:2.5rem}.bp-cover{aspect-ratio:16/9;object-fit:cover;border-radius:16px;width:100%;display:block;box-shadow:0 16px 48px #17324d33}.bp-body-wrap{grid-template-columns:1fr 280px;align-items:start;gap:2.5rem;padding-bottom:4rem;display:grid}.bp-body{background:var(--white);color:var(--text);overflow-wrap:anywhere;border-radius:16px;min-width:0;padding:2.5rem;font-size:1.05rem;line-height:1.85;box-shadow:0 2px 20px #17324d12;text-align:left!important}.bp-body *{max-width:100%;text-align:left!important}.bp-body pre{white-space:pre-wrap;word-break:break-all;overflow-x:auto}.bp-body h2,.bp-body h3{color:var(--navy);margin:2rem 0 .8rem;font-family:Playfair Display,serif;line-height:1.3}.bp-body h2{font-size:1.6rem}.bp-body h3{font-size:1.25rem}.bp-body p{margin-bottom:1.2rem}.bp-body strong,.bp-body b{color:var(--navy);font-weight:700}.bp-body em,.bp-body i{font-style:italic}.bp-body .ql-align-center{text-align:center!important}.bp-body .ql-align-right{text-align:right!important}.bp-body .ql-align-justify{text-align:justify!important}.bp-body .ql-direction-rtl{direction:rtl;text-align:right!important}.bp-body a{color:var(--teal);overflow-wrap:anywhere;-webkit-text-decoration:underline #2f6f7359;text-decoration:underline #2f6f7359;transition:text-decoration-color .2s}.bp-body a:hover{-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.bp-body ul,.bp-body ol{margin-bottom:1.2rem;padding-left:1.5rem}.bp-body li{margin-bottom:.4rem}.bp-body img{border-radius:10px;max-width:100%;margin:1.2rem 0;display:block;height:auto!important}.bp-body blockquote{border-left:3px solid var(--gold);color:var(--muted);background:#c9a24d12;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.8rem 1.2rem;font-style:italic}.bp-sidebar{flex-direction:column;gap:1.2rem;display:flex;position:sticky;top:88px}.bp-sidebar__card{background:var(--white);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.4rem;display:flex;box-shadow:0 2px 16px #17324d12}.bp-sidebar__logo-mark{background:var(--gold);width:38px;height:38px;color:var(--deep-navy);border-radius:50%;place-items:center;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;display:grid}.bp-sidebar__card strong{color:var(--navy);font-size:.92rem;font-weight:700}.bp-sidebar__card p{color:var(--muted);font-size:.85rem;line-height:1.6}.bp-share{justify-content:center;gap:.7rem;margin-top:.2rem;display:flex}.bp-share a{background:var(--soft-blue);width:36px;height:36px;color:var(--navy);border-radius:8px;place-items:center;transition:background .2s,color .2s;display:grid}.bp-share a:hover{background:var(--navy);color:var(--white)}.bp-share svg{width:16px;height:16px}.bp-btn{background:var(--navy);color:var(--white);border-radius:99px;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.bp-btn:hover{background:var(--teal);transform:translateY(-1px)}.bp-btn--sm{align-self:flex-start;padding:.45rem 1rem;font-size:.82rem}.bp-back-wrap{padding-bottom:4rem}.bp-loading{flex-direction:column;gap:1rem;max-width:720px;padding:4rem 0;display:flex}.bp-skeleton{background:#e2e8f0;border-radius:8px;animation:1.6s ease-in-out infinite blPulse}.bp-skeleton--title{width:70%;height:40px}.bp-skeleton--meta{width:35%;height:18px}.bp-skeleton--cover{border-radius:14px;height:320px}.bp-skeleton--line{height:16px}.bp-skeleton--short{width:55%}.bp-not-found{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 0;display:flex}.bp-not-found svg{width:60px;height:60px;color:var(--teal);opacity:.5}.bp-not-found h1{color:var(--navy);font-family:Playfair Display,serif;font-size:2rem}.bp-not-found p{color:var(--muted)}.bl-footer{background:var(--deep-navy);margin-top:auto}.bl-footer__inner{color:#fff6;justify-content:space-between;align-items:center;padding:1.2rem 20px;font-size:.83rem;display:flex}.bl-footer__inner nav{gap:1.5rem;display:flex}.bl-footer__inner a{color:#ffffff80;text-decoration:none;transition:color .2s}.bl-footer__inner a:hover{color:var(--gold)}@media (max-width:1000px){.bl-grid{grid-template-columns:repeat(2,1fr)}.bl-card--featured{grid-column:1/-1;grid-template-columns:1fr}.bl-card--featured .bl-card__img-wrap{aspect-ratio:16/9;height:auto}.bp-body-wrap{grid-template-columns:1fr}.bp-sidebar{flex-flow:wrap;position:static}.bp-sidebar__card{flex:1;min-width:200px}}@media (max-width:640px){.bl-grid,.bl-loading{grid-template-columns:1fr}.bl-card--featured{grid-column:auto}.bl-nav__links{gap:1rem}.bp-body{padding:1.4rem}}.admin-shell{background:#eef2f6;min-height:100vh}.admin-page{padding:2rem 20px 4rem}.admin-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-title-row h1{font-size:2rem}.editor-panel,.posts-panel{box-shadow:var(--shadow);background:#fff;border-radius:14px;margin-bottom:1.2rem;padding:1.2rem}.editor-panel__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.editor-panel__header h2{margin:0;font-size:1.1rem}.editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.editor-fields label{color:#334155;flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.editor-fields textarea,.editor-fields input{border:1px solid #d6dee8;border-radius:8px;padding:.6rem .7rem;font-size:.95rem}.editor-fields label:nth-of-type(6){grid-column:1/-1}.editor-fields label:has(textarea){grid-column:1/-1}.cover-preview{border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:460px}.cover-preview-wrap{flex-direction:column;grid-column:1/-1;gap:.3rem;display:flex}.post-row--active{background:#2f6f730a;border-color:var(--teal)!important}.preview-link{color:var(--text-light);grid-column:1/-1;font-size:.9rem}.editor-toolbar{flex-wrap:wrap;gap:.55rem;margin:1rem 0;display:flex}.editor-toolbar button{cursor:pointer;background:#f8fafc;border:1px solid #d4dce8;border-radius:8px;padding:.45rem .7rem}.rich-editor{background:#fff;border:1px solid #d6dee8;border-radius:10px;min-height:320px;padding:.9rem;font-size:1rem;line-height:1.7}.rich-editor:empty:before{content:attr(data-placeholder);color:#94a3b8}.editor-actions{gap:.8rem;margin-top:1rem;display:flex}.admin-btn{color:#fff;cursor:pointer;background:#1f7a3f;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600}.admin-btn.secondary{color:#0f172a;background:#e2e8f0}.status-message{color:#0f5132;margin-top:.75rem;font-size:.92rem}.post-table{flex-direction:column;gap:.65rem;display:flex}.post-row{border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem;display:flex}.post-title{font-weight:600}.post-meta{color:#64748b;font-size:.86rem}.post-row-actions{align-items:center;gap:.6rem;display:flex}.post-row-actions a,.post-row-actions button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .65rem;text-decoration:none}.auth-modal-overlay{z-index:1200;background:#020617ad;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border-radius:12px;width:min(460px,100% - 2rem);padding:1.3rem;box-shadow:0 20px 35px -15px #02061766}.auth-modal h2{margin-bottom:.35rem}.auth-modal p{color:#475569;margin-bottom:.95rem}.auth-modal form{flex-direction:column;gap:.75rem;margin-bottom:.8rem;display:flex}.auth-modal label{color:#334155;flex-direction:column;gap:.35rem;font-size:.92rem;display:flex}.auth-modal input{border:1px solid #d4dce8;border-radius:8px;padding:.6rem .7rem}.text-btn{color:#0f766e;cursor:pointer;background:0 0;border:none;margin-top:.8rem;text-decoration:underline}@media (max-width:880px){.editor-fields{grid-template-columns:1fr}.post-row{flex-direction:column;align-items:flex-start}}.lp-root{color:var(--text);background:var(--white);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.lp-nav{z-index:200;transition:background .35s,box-shadow .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;inset-block-start:0;inset-inline:0}.lp-nav--scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f2235eb;box-shadow:0 2px 24px #00000040}.lp-nav__inner{justify-content:space-between;align-items:center;height:76px;padding-inline:20px;display:flex}.lp-nav__brand{color:var(--white);letter-spacing:.01em;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.lp-nav__logo-mark{background:var(--gold);width:36px;height:36px;color:var(--deep-navy);border-radius:50%;flex-shrink:0;place-items:center;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;display:grid}.lp-nav__links{align-items:center;gap:2rem;display:flex}.lp-nav__links a{color:#ffffffd9;letter-spacing:.02em;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav__links a:hover{color:var(--gold)}.lp-nav__cta{border-radius:99px;padding:.5rem 1.2rem;background:var(--gold)!important;color:var(--deep-navy)!important;font-weight:600!important;transition:opacity .2s,transform .2s!important}.lp-nav__cta:hover{opacity:.88;transform:translateY(-1px);color:var(--deep-navy)!important}.lp-nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.lp-nav__hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:transform .3s;display:block}.lp-hero{flex-direction:column;justify-content:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.lp-hero__bg{background-image:url(/hero-texture.png);background-position:50%;background-size:cover;transition:transform 12s;animation:18s infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.lp-hero__overlay{background:linear-gradient(160deg,#0f2235d9 0%,#17324dc7 50%,#2f6f738c 100%);position:absolute;inset:0}.lp-hero__inner{z-index:2;max-width:820px;padding-block:8rem 5rem;position:relative}.lp-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid #c9a24d73;border-radius:99px;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-block}.lp-hero__headline{color:var(--white);margin-bottom:1.4rem;font-family:Playfair Display,serif;font-size:clamp(2.6rem,6vw,4.6rem);font-weight:700;line-height:1.12}.lp-hero__headline em{color:var(--gold);font-style:italic}.lp-hero__sub{color:#ffffffd1;max-width:600px;margin-bottom:2.4rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.lp-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.lp-hero__wave{z-index:3;width:100%;position:absolute;bottom:-1px;left:0}.lp-hero__wave svg{width:100%;height:80px;display:block}.lp-btn{cursor:pointer;border:2px solid #0000;border-radius:99px;align-items:center;gap:.5rem;padding:.78rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.lp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000002e}.lp-btn--gold{background:var(--gold);color:var(--deep-navy)}.lp-btn--navy{background:var(--navy);color:var(--white)}.lp-btn--outline{color:var(--white);background:0 0;border-color:#ffffff8c}.lp-btn--outline:hover{border-color:var(--white);background:#ffffff14}.lp-stats{background:var(--cream);z-index:4;padding:2.8rem 0;position:relative}.lp-stats__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.lp-stat{text-align:center;border-right:1px solid #17324d1f;flex-direction:column;align-items:center;padding:1.2rem;display:flex}.lp-stat:last-child{border-right:none}.lp-stat__num{color:var(--navy);font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;line-height:1}.lp-stat__label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:.4rem;font-size:.82rem;font-weight:500}.lp-section{padding:6rem 0}.lp-section--cream{background:var(--cream)}.lp-section--white{background:var(--white)}.lp-section__header{text-align:center;max-width:640px;margin:0 auto 4rem}.lp-section__header h2{color:var(--navy);margin:.6rem 0 1rem;font-family:Playfair Display,serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;line-height:1.2}.lp-section__header p{color:var(--muted);font-size:1.05rem;line-height:1.75}.lp-pill{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#2f6f731a;border-radius:99px;padding:.28rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.lp-cards{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.lp-card{background:var(--white);border:1px solid #17324d0f;border-radius:16px;padding:2rem 1.6rem;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 16px #17324d12}.lp-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #17324d21}.lp-card__icon{width:48px;height:48px;color:var(--teal);background:#2f6f731a;border-radius:12px;place-items:center;margin-bottom:1.2rem;display:grid}.lp-card__icon svg{width:24px;height:24px}.lp-card h3{color:var(--navy);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.lp-card p{color:var(--muted);font-size:.93rem;line-height:1.7}.lp-about{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.lp-about__visual{height:420px;position:relative}.lp-about__blob{background:linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);border-radius:40% 60% 55% 45%/45% 50% 55%;animation:9s ease-in-out infinite blobMorph;position:absolute;inset:0}@keyframes blobMorph{0%,to{border-radius:40% 60% 55% 45%/45% 50% 55%}33%{border-radius:55% 45% 40% 60%/60% 40% 55% 45%}66%{border-radius:45% 55% 60% 40%/50% 60% 40% 55%}}.lp-about__card-float{background:var(--white);color:var(--navy);border-radius:14px;align-items:center;gap:.75rem;max-width:220px;padding:1rem 1.2rem;font-size:.88rem;font-weight:600;animation:4s ease-in-out infinite floatCard;display:flex;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 8px 32px #17324d24}.lp-about__card-float svg{background:var(--teal);border-radius:8px;flex-shrink:0;width:32px;height:32px;padding:5px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-about__text{flex-direction:column;gap:1rem;display:flex}.lp-about__text h2{color:var(--navy);font-family:Playfair Display,serif;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:700;line-height:1.2}.lp-about__text p{color:var(--muted);font-size:1rem;line-height:1.8}.lp-impact{background:var(--deep-navy);padding:7rem 0;position:relative;overflow:hidden}.lp-impact__overlay{background:radial-gradient(at 60%,#2f6f7359 0%,#0000 70%);position:absolute;inset:0}.lp-impact__inner{z-index:1;text-align:center;position:relative}.lp-impact__inner blockquote{color:var(--white);max-width:740px;margin:0 auto 1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.4rem);font-style:italic;line-height:1.4}.lp-impact__mark{vertical-align:-1.2rem;color:var(--gold);margin-right:.2rem;font-family:Georgia,serif;font-size:5rem;line-height:.5}.lp-impact__inner cite{color:#ffffff80;letter-spacing:.06em;font-size:.9rem}.lp-contact{justify-content:center;display:flex}.lp-contact__card{background:var(--white);color:var(--navy);border:1px solid #17324d14;border-radius:16px;align-items:center;gap:1.2rem;padding:1.8rem 2.4rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 32px #17324d1a}.lp-contact__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #17324d26}.lp-contact__icon{width:52px;height:52px;color:var(--teal);background:#2f6f731a;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.lp-contact__icon svg{width:26px;height:26px}.lp-contact__card strong{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:block}.lp-contact__card span{color:var(--navy);font-size:1.1rem;font-weight:700}.lp-footer{background:var(--deep-navy);color:var(--white);padding:3rem 0 0}.lp-footer__inner{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:2.5rem;display:flex}.lp-footer__brand{align-items:center;gap:.9rem;display:flex}.lp-footer__brand strong{font-size:1rem;font-weight:700;display:block}.lp-footer__brand p{color:#ffffff80;margin-top:.15rem;font-size:.85rem}.lp-footer__links{gap:2rem;display:flex}.lp-footer__links a{color:#fff9;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-footer__links a:hover{color:var(--gold)}.lp-footer__bottom{color:#ffffff59;text-align:center;padding:1.2rem 0;font-size:.82rem}@media (max-width:1100px){.lp-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.lp-about{grid-template-columns:1fr;gap:3rem}.lp-about__visual{max-width:400px;height:300px;margin:0 auto}.lp-stats__grid{grid-template-columns:repeat(2,1fr)}.lp-stat{border-bottom:1px solid #17324d1f;border-right:none}.lp-stat:nth-child(3),.lp-stat:last-child{border-bottom:none}}@media (max-width:768px){.lp-nav__links{background:var(--deep-navy);z-index:199;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.lp-nav__links--open{display:flex}.lp-nav__links a{font-size:1.3rem}.lp-nav__hamburger{z-index:201;display:flex;position:relative}.lp-cards{grid-template-columns:1fr}.lp-hero__inner{padding-block:7rem 4rem}.lp-footer__inner{text-align:center;flex-direction:column;gap:2rem}.lp-footer__links{flex-wrap:wrap;justify-content:center;gap:1rem}.lp-section{padding:4rem 0}}@media (max-width:480px){.lp-stats__grid{grid-template-columns:1fr 1fr}.lp-hero__actions{flex-direction:column}.lp-btn{text-align:center;justify-content:center}}
.dlp-root{--bg:#09090b;--bg-surface:#18181b;--bg-surface-glass:#18181b99;--border:#ffffff1a;--text:#f4f4f5;--text-muted:#a1a1aa;--accent:#6366f1;--accent-glow:#6366f14d;--accent-secondary:#ec4899;background-color:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.dlp-root h1,.dlp-root h2,.dlp-root h3,.dlp-root .font-heading{font-family:Outfit,sans-serif}@keyframes dlpFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dlpPulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}.dlp-btn{cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.dlp-btn--primary{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.dlp-btn--primary:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.dlp-btn--outline{background:var(--bg-surface-glass);border-color:var(--border);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dlp-btn--outline:hover{background:var(--border);transform:translateY(-2px)}.dlp-nav{z-index:50;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0}.dlp-nav--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#09090bcc;padding:1rem 0}.dlp-nav__inner{justify-content:space-between;align-items:center;display:flex}.dlp-nav__brand{color:var(--text);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.dlp-nav__logo-mark{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));color:#fff;border-radius:8px;place-items:center;width:32px;height:32px;font-size:1.25rem;display:grid}.dlp-nav__links{align-items:center;gap:2rem;display:flex}.dlp-nav__links a{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.dlp-nav__links a:hover{color:var(--text)}@media (max-width:768px){.dlp-nav__links{display:none}}.dlp-hero{text-align:center;padding:12rem 0 6rem;position:relative;overflow:hidden}.dlp-hero__bg{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);z-index:0;pointer-events:none;border-radius:50%;width:80vw;max-width:800px;height:80vw;max-height:800px;animation:8s ease-in-out infinite dlpPulse;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.dlp-hero__inner{z-index:1;max-width:800px;margin:0 auto;position:relative}.dlp-hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.dlp-hero h1 span{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.dlp-hero__sub{color:var(--text-muted);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.dlp-hero__actions{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.dlp-trust{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-top:3rem;display:flex}.dlp-trust-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.dlp-trust-item svg{color:var(--accent);width:18px;height:18px}.dlp-section{padding:6rem 0;position:relative}.dlp-section--alt{background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.dlp-section__header{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.dlp-pill{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:#6366f11a;border:1px solid #6366f133;border-radius:99px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.dlp-section__header h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.dlp-section__header p{color:var(--text-muted);font-size:1.15rem;line-height:1.6}.dlp-grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.dlp-grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.dlp-card{background:var(--bg-surface-glass);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.dlp-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.dlp-card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 40px #00000080}.dlp-card:hover:before{opacity:1}.dlp-card__icon{border:1px solid var(--border);width:56px;height:56px;color:var(--accent);background:#ffffff0d;border-radius:16px;place-items:center;margin-bottom:1.5rem;display:grid}.dlp-card h3{margin-bottom:1rem;font-size:1.25rem}.dlp-card p{color:var(--text-muted);line-height:1.6}.dlp-feature-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.dlp-feature-list li{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:1.05rem;display:flex}.dlp-feature-list svg{color:var(--accent);flex-shrink:0;width:24px;height:24px;margin-top:.15rem}.dlp-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:900px){.dlp-split{grid-template-columns:1fr}}.dlp-split__visual{aspect-ratio:1;background:linear-gradient(135deg, var(--bg-surface), #000);border:1px solid var(--border);border-radius:24px;place-items:center;display:grid;position:relative;overflow:hidden}.dlp-split__visual:after{content:"";background:radial-gradient(circle at center, var(--accent-glow) 0%, transparent 70%);position:absolute;inset:0}.dlp-split__content h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.dlp-split__content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.dlp-cta{text-align:center;padding:8rem 0;position:relative;overflow:hidden}.dlp-cta__inner{z-index:1;max-width:600px;margin:0 auto;position:relative}.dlp-cta h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem)}.dlp-cta p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem}.dlp-footer{border-top:1px solid var(--border);background:var(--bg-surface);padding:4rem 0 2rem}.dlp-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.dlp-footer__brand{align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.dlp-footer__nav{gap:1.5rem;display:flex}.dlp-footer__nav a{color:var(--text-muted);font-size:.95rem;text-decoration:none;transition:color .2s}.dlp-footer__nav a:hover{color:var(--text)}.dlp-footer__bottom{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding-top:2rem;font-size:.9rem}@media (max-width:768px){.dlp-hero__actions{flex-direction:column}.dlp-btn{width:100%}}
