:root{--bg:#fbf6f2;--surface:#fffaf7;--surface-strong:#ffffff;--ink:#13263f;--muted:#627084;--accent:#dd4f59;--accent-dark:#bf3f49;--line:rgba(19,38,63,0.13);--navy:#09233a;--green:#116b55;--shadow:0 18px 60px rgba(42,32,28,0.16);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{color:inherit}button,input,select,textarea{font:inherit}.public-site{background:var(--bg);min-height:100vh}.hero{min-height:100svh;position:relative;display:grid;align-items:center;padding:28px clamp(22px,6vw,76px);color:white;overflow:hidden}.hero__image,.hero__shade{position:absolute;inset:0}.hero__image{background-position:46%;background-size:cover}.hero__shade{background:radial-gradient(circle at 50% 30%,rgba(0,0,0,0) 0 28%,rgba(0,0,0,.32) 72%),linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.45))}.hero__nav{position:absolute;top:0;left:0;right:0;z-index:2;display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:20px clamp(18px,5vw,56px)}.brand{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,5vw,2rem);font-weight:700;letter-spacing:0;text-decoration:none}.brand--light{justify-self:center;color:white}.icon-button,.menu-button{display:inline-grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:inherit;cursor:pointer}.menu-button{justify-content:start;gap:5px}.menu-button span{display:block;width:24px;height:2px;background:currentColor}.nav-link{color:white;font-weight:700;text-decoration:none}.hero__content{position:relative;z-index:1;width:min(1080px,100%);margin:clamp(92px,12vh,150px) auto 0;text-align:center}.hero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,8.1vw,6.55rem);line-height:1;text-wrap:balance;letter-spacing:0;text-shadow:0 4px 28px rgba(0,0,0,.32)}.hero p{max-width:760px;margin:24px auto 0;font-size:clamp(1.08rem,2.3vw,1.42rem);line-height:1.5;font-weight:650;text-shadow:0 3px 18px rgba(0,0,0,.45)}.final-cta,.hero__actions{display:grid;justify-items:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;border:1px solid transparent;border-radius:8px;font-weight:750;line-height:1;text-decoration:none;cursor:pointer}.button--primary{min-width:174px;background:var(--accent);color:white;box-shadow:0 10px 22px rgba(221,79,89,.26)}.button--primary:hover{background:var(--accent-dark)}.button--ghost{background:white;color:var(--ink);border-color:var(--line)}.button:disabled{cursor:not-allowed;opacity:.64}.hero .button--primary{margin-top:28px;min-height:52px}.store-badges{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.store-badge,.store-badges{align-items:center;justify-content:center}.store-badge{display:inline-flex;min-width:132px;min-height:39px;border:1px solid rgba(255,255,255,.74);border-radius:7px;background:#05070a;color:white;font-size:.84rem;font-weight:800;text-decoration:none}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;width:min(1120px,calc(100% - 32px));margin:-1px auto 0;padding:18px 0;background:var(--surface-strong);border-bottom:1px solid var(--line)}.trust-item{display:grid;grid-template-columns:54px 1fr;grid-gap:14px;gap:14px;padding:8px 24px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item svg{width:46px;height:46px;fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.article-copy h2,.article-copy h3,.site-footer h2,.step-card h3,.trust-item h2,.trust-item p{margin:0}.trust-item h2{font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.trust-item p{margin-top:4px;color:var(--muted);font-size:.84rem;line-height:1.4;font-weight:650}.article-section{padding:clamp(28px,6vw,64px) 20px}.article-layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(360px,1fr);grid-gap:clamp(28px,5vw,52px);gap:clamp(28px,5vw,52px);width:min(1080px,100%);margin:0 auto;align-items:center}.article-media img{width:100%;height:auto;aspect-ratio:4/4.8;object-fit:cover;border-radius:8px;box-shadow:0 18px 46px rgba(19,38,63,.12)}.article-copy h2,.final-cta h2,.steps-section h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4.5vw,3.45rem);line-height:1.02;letter-spacing:0}.article-copy h3{margin-top:24px;font-size:1rem}.rich-text{margin-top:18px}.article-copy li,.rich-text p{color:#233a55;font-size:1.02rem;line-height:1.62;font-weight:550}.article-copy a,.rich-text a{color:var(--accent);font-weight:800}.article-copy ul{display:grid;grid-gap:9px;gap:9px;padding:0;margin:12px 0 0;list-style:none}.article-copy li{position:relative;padding-left:24px}.article-copy li:before{position:absolute;left:0;content:"✓";color:var(--accent);font-weight:900}.steps-section{padding:clamp(34px,6vw,70px) 20px;background:#fffaf7;border-top:1px solid rgba(19,38,63,.08);border-bottom:1px solid rgba(19,38,63,.08);text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(16px,3vw,30px);gap:clamp(16px,3vw,30px);width:min(1040px,100%);margin:28px auto 0}.step-card{position:relative;display:grid;grid-gap:9px;gap:9px;justify-items:center}.step-card span{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--accent);color:white;font-weight:850}.step-card h3{font-size:1rem}.step-card p{max-width:190px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.45;font-weight:650}.final-cta{padding:clamp(36px,6vw,70px) 20px;text-align:center;background:linear-gradient(180deg,#fffaf7,#ffece8)}.final-cta .button{margin-top:20px}.store-badges--dark .store-badge{border-color:transparent}.site-footer{display:grid;grid-template-columns:minmax(240px,.7fr) 1fr;grid-gap:clamp(28px,7vw,96px);gap:clamp(28px,7vw,96px);padding:clamp(38px,7vw,76px) clamp(24px,8vw,120px);background:var(--navy);color:white}.footer-brand p{max-width:320px;margin:18px 0 0;color:rgba(255,255,255,.72);line-height:1.55}.footer-groups{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-gap:28px;gap:28px}.site-footer h2{margin-bottom:14px;color:rgba(255,255,255,.62);font-size:.77rem;letter-spacing:.1em;text-transform:uppercase}.site-footer nav{display:grid;grid-gap:10px;gap:10px}.site-footer a{text-decoration:none}.site-footer nav a{color:rgba(255,255,255,.84);font-weight:650}.cms-shell{grid-template-columns:260px 1fr;background:#f6f1ec}.cms-shell,.login-page{display:grid;min-height:100vh}.login-page{place-items:center;padding:24px;background:linear-gradient(rgba(9,35,58,.34),rgba(9,35,58,.52)),url(/images/hero-couple.jpg) 45% /cover}.login-card{display:grid;grid-gap:24px;gap:24px;width:min(460px,100%);padding:clamp(28px,5vw,44px);border:1px solid rgba(255,255,255,.72);border-radius:10px;background:rgba(255,250,247,.96);box-shadow:var(--shadow)}.login-card h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,8vw,3.2rem);line-height:1}.login-card p{margin:10px 0 0;color:var(--muted);line-height:1.55;font-weight:650}.login-card form{display:grid;grid-gap:14px;gap:14px}.login-card .button{width:100%}.login-note{padding:12px 14px;border:1px solid rgba(17,107,85,.22);border-radius:8px;background:#e8f5ef;color:#0d5f48;font-size:.9rem;font-weight:750}.login-message{color:var(--accent-dark);font-weight:750}.cms-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 18px;border-right:1px solid var(--line);background:#fffaf7}.cms-sidebar h1{margin:0 0 34px;font-family:Georgia,Times New Roman,serif;font-size:2.25rem;line-height:.98}.cms-sidebar nav,.field-stack,.footer-editor,.image-card,.section-list,.seo-check{display:grid;grid-gap:12px;gap:12px}.cms-sidebar a,.cms-sidebar button{display:flex;width:100%;align-items:center;min-height:44px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:var(--ink);font-weight:800;text-align:left;text-decoration:none;cursor:pointer}.cms-sidebar .is-active,.cms-sidebar a:hover,.cms-sidebar button:hover{background:#fbe0df;color:var(--accent-dark)}.cms-main{padding:28px}.cms-topbar{display:grid;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;align-items:center;margin-bottom:24px}.cms-kicker{color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cms-topbar h2{margin:4px 0 8px;font-size:clamp(2rem,3vw,3.1rem);line-height:1}.status-pill{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:999px;background:#dff2e9;color:#0d5f48;font-size:.82rem;font-weight:900}.cms-actions{display:flex;gap:12px}.cms-grid{display:grid;grid-template-columns:260px minmax(430px,1fr) 330px;grid-gap:18px;gap:18px;align-items:start}.panel{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffefc;box-shadow:0 15px 40px rgba(19,38,63,.06)}.panel-body,.panel-header{padding:18px}.panel-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-header h3{margin:0;font-size:1rem}.panel-subtitle{margin:6px 0 0;color:var(--muted);font-size:.9rem;font-weight:650}.pages-manager{width:min(1160px,100%)}.pages-row,.pages-table{display:grid}.pages-row{grid-template-columns:minmax(220px,1.25fr) 150px 210px minmax(170px,1fr) 120px 80px;grid-gap:16px;gap:16px;align-items:center;min-height:72px;padding:12px 18px;border-bottom:1px solid var(--line)}.pages-row:last-child{border-bottom:0}.pages-row--head{min-height:48px;background:#fff8f5;color:var(--muted);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pages-row small,.pages-row strong{display:block}.pages-row small{margin-top:5px;color:var(--muted);font-size:.82rem;font-weight:700}.mini-status{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eef7f3;color:#0d5f48;font-size:.8rem;font-weight:900}.create-page-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.create-page-form .button,.create-page-form .field:has(textarea){grid-column:1/-1}.section-row{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;min-height:52px;padding:0 16px;border-bottom:1px solid var(--line);font-weight:850}.section-row:last-child{border-bottom:0}.section-row span:before{margin-right:10px;color:var(--muted);content:"::"}.editor-toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line)}.small-button,.toolbar-button{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:7px;background:white;color:var(--ink);font-size:.86rem;font-weight:850;cursor:pointer}.content-editor{padding:18px}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.field label{color:var(--muted);font-size:.82rem;font-weight:850}.field input,.field select,.field textarea,.rich-editor{width:100%;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);font-weight:650}.field input,.field select{min-height:46px;padding:0 14px}.field textarea{min-height:118px;padding:12px 14px;resize:vertical}.rich-editor{min-height:190px;padding:14px;line-height:1.6;outline:none}.rich-editor img{max-width:min(100%,720px);height:auto;border-radius:8px}.image-card{grid-template-columns:120px 1fr;padding:14px;border:1px solid var(--line);border-radius:8px;background:white}.image-card--wide{grid-template-columns:180px 1fr;margin-bottom:16px}.image-card img{width:120px;height:104px;object-fit:cover;border-radius:7px}.image-card--wide img{width:180px}.image-placeholder{display:grid;width:120px;height:104px;place-items:center;border:1px dashed var(--line);border-radius:7px;background:#fff8f5;color:var(--muted);font-size:.82rem;font-weight:850;text-align:center}.image-card--wide .image-placeholder{width:180px}.drop-zone{display:grid;min-height:84px;place-items:center;border:1px dashed rgba(221,79,89,.55);border-radius:8px;background:#fff6f6;color:var(--accent-dark);font-weight:850;text-align:center;cursor:pointer}.side-panel{display:grid;grid-gap:0;gap:0}.side-section{padding:18px;border-bottom:1px solid var(--line)}.side-section:last-child{border-bottom:0}.side-section h3{margin:0 0 16px}.seo-check{color:#0d6a51;font-weight:850}.notice{margin-top:12px;color:var(--muted);font-size:.88rem;line-height:1.5}.modal-backdrop{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:20px;background:rgba(9,35,58,.42)}.modal{width:min(760px,100%);border-radius:10px;background:white;box-shadow:var(--shadow)}.modal textarea{min-height:280px}@media (max-width:980px){.article-layout,.cms-grid,.cms-shell,.site-footer{grid-template-columns:1fr}.cms-sidebar{position:static;height:auto}.footer-groups,.steps-grid,.trust-strip{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.cms-topbar{grid-template-columns:1fr}.cms-actions{flex-wrap:wrap}.pages-row{grid-template-columns:1fr}.pages-row--head{display:none}.create-page-form{grid-template-columns:1fr}}@media (max-width:620px){.hero__nav{grid-template-columns:36px 1fr auto;padding:16px}.hero__content{margin-top:10vh}.hero h1{font-size:clamp(3rem,14vw,4.25rem);line-height:1.02}.article-section{padding-inline:16px}.image-card{grid-template-columns:1fr}}