:root{--cf-theme-bg:#f2f2f2;--cf-theme-navy:#08445c;--cf-theme-navy-dark:#08445c;--cf-theme-teal:#0bafaf;--cf-theme-teal-dark:#199ca0;--cf-theme-orange:#ff7b0f;--cf-theme-orange-dark:#e56d0c;--cf-theme-green:#15bb6a;--cf-theme-text:#1f2a37;--cf-theme-muted:#607080;--cf-theme-card:#fff;--cf-theme-border:#dde5ea;--cf-theme-radius:22px;--cf-theme-shadow:0 14px 34px rgba(12,51,73,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.cf-theme-body{background:var(--cf-theme-bg);color:var(--cf-theme-text);font-family:Montserrat,Roboto,sans-serif;margin:0}.cf-theme-app{overflow-x:clip}.cf-theme-container{margin:0 auto;width:min(1180px,calc(100% - 32px))}.cf-theme-header{backdrop-filter:blur(14px);background:hsla(0,0%,95%,.9);border-bottom:1px solid hsla(0,0%,91%,.08);padding:14px 0;top:0;width:100%;z-index:999999}.cf-theme-header__inner{align-items:center;display:flex;gap:20px;justify-content:space-between}.cf-theme-brand{align-items:center;color:var(--cf-theme-navy);display:inline-flex;font-weight:800;gap:10px;text-decoration:none;text-transform:lowercase}.cf-theme-brand__icon{background:linear-gradient(135deg,#ffb14b,var(--cf-theme-orange));border-radius:50%;color:#fff;display:grid;font-weight:900;height:48px;place-items:center;width:48px}.cf-theme-brand__text{font-size:1.05rem;line-height:.85}.cf-theme-nav{align-items:center;display:flex;gap:10px}.cf-theme-nav__pill{background:linear-gradient(180deg,#6a8190,#526b7b);border-radius:999px;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.02em;padding:12px 18px;text-decoration:none}.cf-theme-menu-toggle{background:#fff;border:1px solid var(--cf-theme-border);border-radius:14px;cursor:pointer;display:none;height:48px;width:48px}.cf-theme-menu-toggle span{background:var(--cf-theme-navy);display:block;height:2px;margin:5px auto;width:20px}.cf-theme-hero{padding:18px 0 40px}.cf-theme-hero__grid{align-items:center;display:grid;gap:36px;grid-template-columns:1.15fr .85fr}.cf-theme-hero__title-box{background:var(--cf-theme-navy);border-radius:18px;box-shadow:var(--cf-theme-shadow);padding:clamp(24px,5vw,40px)}.cf-theme-hero__title{color:#fff;font-size:clamp(2rem,4.5vw,4.35rem);font-weight:900;letter-spacing:-.04em;line-height:.96;margin:0}.cf-theme-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:22px}.cf-theme-btn{align-items:center;border:0;border-radius:14px;box-shadow:0 10px 20px rgba(18,65,84,.12);cursor:pointer;display:inline-flex;font:inherit;font-weight:700;justify-content:center;min-height:52px;padding:14px 24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:45%}.cf-theme-btn:hover{transform:translateY(-2px)}.cf-theme-btn--teal{background:var(--cf-theme-teal);color:#fff}.cf-theme-btn--orange{background:var(--cf-theme-orange);color:#fff}.cf-theme-btn--green{background:var(--cf-theme-green);color:#fff}.cf-theme-btn--ghost{background:#63c6c4;box-shadow:none;color:#fff}.cf-theme-btn--compact{min-height:44px;padding:12px 18px}.cf-theme-btn--full{width:100%}.cf-theme-hero__visual{display:flex;justify-content:center}.cf-theme-hero__visual img{width:100%}.cf-theme-keyhole-card{aspect-ratio:.9;background:linear-gradient(135deg,#ff8a2b,#f26d21 55%,#f58526);border-radius:36px 36px 72px 36px;box-shadow:var(--cf-theme-shadow);overflow:hidden;position:relative;width:min(100%,420px)}.cf-theme-keyhole-card:before{background:radial-gradient(circle at 62% 26%,rgba(255,211,171,.75),transparent 22%),radial-gradient(circle at 58% 28%,#f5f2ef 0 16%,transparent 17%),linear-gradient(180deg,hsla(0,0%,100%,.05),transparent 50%);content:"";inset:0;position:absolute}.cf-theme-keyhole-card__city{background:linear-gradient(180deg,#cbb59e,#b79169 35%,#87d4ef 36%,#5db7db);clip-path:polygon(28% 0,73% 0,85% 28%,82% 57%,62% 83%,50% 100%,38% 83%,18% 57%,15% 28%);height:38%;left:50%;position:absolute;top:18%;transform:translateX(-10%);width:40%}.cf-theme-keyhole-card__city:before{background:linear-gradient(90deg,#8d7967 0 18%,#b49b84 18% 42%,#7d6955 42% 58%,#b49b84 58% 82%,#8c7866 82%);content:"";inset:9% 18% 36% 18%;position:absolute}.cf-theme-keyhole-card__family{background:radial-gradient(circle at 20% 20%,#101b30 0 9%,transparent 10%),radial-gradient(circle at 54% 18%,#101b30 0 9%,transparent 10%),radial-gradient(circle at 82% 22%,#101b30 0 9%,transparent 10%),linear-gradient(#101b30,#101b30) 15% 35% /12% 40% no-repeat,linear-gradient(#182d46,#182d46) 46% 34% /16% 48% no-repeat,linear-gradient(#d86232,#d86232) 76% 39% /13% 38% no-repeat,radial-gradient(circle at 50% 100%,rgba(0,0,0,.2),transparent 52%);bottom:13%;height:38%;left:20%;position:absolute;width:42%}.cf-theme-section-pill{background:var(--cf-theme-navy);border-radius:14px;color:#fff;font-weight:700;margin:0 auto 28px;padding:16px 34px;width:fit-content}.cf-theme-simulator{padding:18px 0 70px}.cf-theme-simulator__layout{align-items:start;display:grid;gap:28px;grid-template-columns:1fr 1.1fr}.cf-theme-development-card,.cf-theme-form-card,.cf-theme-product-card,.cf-theme-stat-card,.cf-theme-step-card,.cf-theme-story-card{background:var(--cf-theme-card);box-shadow:var(--cf-theme-shadow)}.cf-theme-form-card{border-radius:var(--cf-theme-radius);padding:28px}.cf-theme-form-card__row+.cf-theme-form-card__row{margin-top:18px}.cf-theme-label{color:var(--cf-theme-text);display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.cf-theme-input{background:#f7fafe;border:1px solid #d7e1e7;border-radius:10px;font:inherit;height:52px;padding:0 16px;width:100%}.cf-theme-results__cards{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px}.cf-theme-stat-card{border-radius:18px;padding:26px 22px;text-align:center}.cf-theme-stat-card__value{color:var(--cf-theme-orange);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin:0 0 10px}.cf-theme-stat-card__value--teal{color:var(--cf-theme-teal)}.cf-theme-stat-card__label{color:var(--cf-theme-text);font-size:1.1rem;margin:0}.cf-theme-developments{background:transparent;border-radius:20px}.cf-theme-block-title{font-size:.95rem;letter-spacing:.04em;margin:0 0 14px;text-transform:uppercase}.cf-theme-development-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.cf-theme-development-card{border-radius:16px;overflow:hidden;padding:0 18px 18px}.cf-theme-development-card__bar{background:linear-gradient(90deg,var(--cf-theme-teal),#13ba72);height:18px;margin:0 -18px 16px}.cf-theme-development-card small,.cf-theme-development-card span,.cf-theme-development-card strong{display:block}.cf-theme-development-card span{color:var(--cf-theme-navy);margin-top:4px}.cf-theme-development-card small{color:var(--cf-theme-muted);margin-top:6px}.cf-theme-steps{padding:40px 0 70px}.cf-theme-steps__icon{height:76px;margin:0 auto 16px;position:relative;width:48px}.cf-theme-steps__icon:before{border-left:5px solid #d7d0c7;border-top:5px solid #d7d0c7;content:"";height:32px;left:50%;position:absolute;top:0;transform:translateX(-50%) rotate(45deg);width:32px}.cf-theme-steps__icon:after{background:linear-gradient(180deg,#f2a347 0,var(--cf-theme-orange) 55%,#ffa666 100%);border-radius:999px;bottom:0;content:"";height:42px;left:50%;position:absolute;transform:translateX(-50%);width:10px}.cf-theme-title{color:var(--cf-theme-navy);font-size:clamp(2rem,4vw,3.3rem);font-weight:800;line-height:1.06;margin:0;text-align:center}.cf-theme-title--small{font-size:clamp(1.7rem,3vw,2.6rem)}.cf-theme-title--orange{color:var(--cf-theme-orange)}.cf-theme-subtitle{color:var(--cf-theme-muted);margin:12px auto 28px;max-width:760px;text-align:center}.cf-theme-steps__line{background:linear-gradient(90deg,#f7af63,#2ab8b5,#0d4f69,#f7af63);border-radius:999px;height:4px;margin:38px auto -24px;width:min(960px,100%)}.cf-theme-steps__grid{display:grid;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr))}.cf-theme-step-card{border-radius:18px;min-height:210px;padding:54px 16px 18px;position:relative;text-align:center}.cf-theme-step-card--peach{background:#ffe5d4}.cf-theme-step-card--aqua{background:#d8f2f1}.cf-theme-step-card--sky{background:#d4edf5}.cf-theme-step-card__icon{background:#fff;border-radius:50%;box-shadow:0 8px 18px rgba(0,0,0,.12);display:grid;font-size:1.3rem;height:50px;left:50%;place-items:center;position:absolute;top:-20px;transform:translateX(-50%);width:50px}.cf-theme-step-card h3{color:var(--cf-theme-navy);font-size:1rem;margin:0 0 10px}.cf-theme-step-card p{color:#536372;font-size:.9rem;margin:0}.cf-theme-center-action{margin-top:28px;text-align:center}.cf-theme-products{padding:36px 0 72px}.cf-theme-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:22px 0 26px}.cf-theme-tab{background:#fff;border:1px solid var(--cf-theme-border);border-radius:999px;color:var(--cf-theme-text);cursor:pointer;font:inherit;font-weight:700;padding:12px 18px}.cf-theme-tab.is-active{background:linear-gradient(90deg,#2b57b3,#7350d9,#a648ea);border-color:transparent;color:#fff}.cf-theme-panel{display:none}.cf-theme-panel.is-active{display:block}.cf-theme-product-card{border-radius:24px;display:grid;gap:18px;grid-template-columns:1.05fr .55fr .85fr;padding:22px}.cf-theme-product-card--lavender{background:#f5f0ff}.cf-theme-product-card--mint{background:#edf9ef}.cf-theme-product-card__info h3{color:var(--cf-theme-navy);font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.05;margin:12px 0}.cf-theme-product-card__info p{color:#4c5f70}.cf-theme-product-card__info ul{color:var(--cf-theme-text);display:grid;gap:8px 20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px;padding-left:18px}.cf-theme-mini-badge{background:#fff;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.08);display:grid;height:48px;place-items:center;width:48px}.cf-theme-product-card__media{border-radius:18px;min-height:320px;overflow:hidden;position:relative}.cf-theme-product-card__media:before{background:radial-gradient(circle at 56% 20%,#fff3dc 0 10%,transparent 11%),radial-gradient(circle at 56% 20%,hsla(0,0%,100%,.5),transparent 26%),linear-gradient(135deg,#ff8a2b,#f26d21 52%,#f58526);content:"";inset:0;position:absolute}.cf-theme-product-card__media:after{background:linear-gradient(180deg,rgba(12,34,56,.95),rgba(12,34,56,.92));bottom:10%;clip-path:polygon(16% 0,34% 0,34% 54%,46% 54%,46% 0,64% 0,64% 76%,78% 76%,78% 0,90% 0,90% 100%,16% 100%);content:"";left:18%;position:absolute;right:18%;top:34%}.cf-theme-product-card__media--sunset:before{background:linear-gradient(135deg,#f5993d,#f26d21 56%,#f58526)}.cf-theme-product-card__media--gold:before{background:linear-gradient(135deg,#ffc55a,#ff8c1d 56%,#f59f3b)}.cf-theme-product-card__form{align-items:center;display:flex}.cf-theme-mock-form{background:#fff;border-radius:18px;box-shadow:inset 0 0 0 1px #edf1f4;min-height:320px;padding:24px 20px;width:100%}.cf-theme-mock-form span{background:#edf2f7;border-radius:999px;display:block;height:14px;margin-bottom:16px}.cf-theme-mock-form span:first-child{width:68%}.cf-theme-mock-form span:nth-child(2),.cf-theme-mock-form span:nth-child(3){width:100%}.cf-theme-mock-form span:nth-child(4){border-radius:16px;height:66px;width:86%}.cf-theme-mock-form__line{background:linear-gradient(90deg,#0d4f69 45%,#4dc6ee 0);border-radius:999px;height:6px;margin:24px 0;width:100%}.cf-theme-mock-form button{background:var(--cf-theme-orange);border:0;border-radius:12px;color:#fff;display:block;font-weight:700;height:38px;margin-left:auto;width:96px}.cf-theme-stories{padding:12px 0 70px}.cf-theme-kicker{color:var(--cf-theme-muted);font-size:.78rem;letter-spacing:.14em;margin:0 0 8px;text-align:left;text-transform:uppercase}.cf-theme-story-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.cf-theme-story-card{border-radius:18px;overflow:hidden}.cf-theme-story-card__photo{background-position:50%;background-size:cover;height:250px;position:relative}.cf-theme-story-card__photo:after{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.45));content:"";inset:0;position:absolute}.cf-theme-story-card__photo--one{background:linear-gradient(135deg,#b7cdd6,#5b6d80)}.cf-theme-story-card__photo--two{background:linear-gradient(135deg,#cadce4,#8187b9)}.cf-theme-story-card__photo--three{background:linear-gradient(135deg,#cfb293,#8e735d)}.cf-theme-story-card__body{padding:18px}.cf-theme-story-card__body h3{font-size:1.35rem;margin:0 0 10px}.cf-theme-story-card__body p{color:#5b6a78;margin:0}.cf-theme-cta-band{padding:24px 0 48px}.cf-theme-cta-band__content{background:var(--cf-theme-orange);border-radius:44px;overflow:hidden;padding:28px 26px 34px;position:relative}.cf-theme-cta-band__content:before{border:12px solid hsla(0,0%,100%,.22);border-radius:50%;content:"";height:220px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:220px}.cf-theme-cta-band__symbol{color:#fff;font-size:clamp(3.6rem,10vw,8rem);font-weight:900;position:relative;text-align:center}.cf-theme-cta-band__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:20px;position:relative}.cf-theme-footer{background:var(--cf-theme-navy);color:#fff;padding:34px 0 42px}.cf-theme-footer__logos,.cf-theme-footer__socials{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cf-theme-footer__logos{margin-bottom:20px}.cf-theme-footer__logo{font-weight:700;opacity:.95}.cf-theme-footer__logo--word{font-size:1.3rem}.cf-theme-footer__socials a{background:hsla(0,0%,100%,.13);border-radius:50%;color:#fff;display:grid;font-size:.82rem;font-weight:700;height:36px;place-items:center;text-decoration:none;width:36px}@media (max-width:1080px){.cf-theme-hero__grid,.cf-theme-product-card,.cf-theme-product-card__info ul,.cf-theme-simulator__layout{grid-template-columns:1fr}.cf-theme-steps__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.cf-theme-menu-toggle{display:inline-block}.cf-theme-nav{align-items:stretch;background:hsla(0,0%,100%,.98);border-radius:18px;box-shadow:var(--cf-theme-shadow);flex-direction:column;min-width:240px;opacity:0;padding:14px;pointer-events:none;position:absolute;right:16px;top:calc(100% + 10px);transform:translateY(-8px);transition:.2s ease}.cf-theme-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.cf-theme-nav__pill{text-align:center}.cf-theme-development-grid,.cf-theme-results__cards,.cf-theme-steps__grid,.cf-theme-story-grid{grid-template-columns:1fr}.cf-theme-step-card{min-height:auto}.cf-theme-title{font-size:2.2rem}}@media (max-width:560px){.cf-theme-container{width:min(100% - 20px,1180px)}.cf-theme-header{padding:10px 0}.cf-theme-brand__icon{height:40px;width:40px}.cf-theme-brand__text{font-size:.92rem}.cf-theme-hero__title-box{padding:20px}.cf-theme-hero__title{font-size:2.4rem}.cf-theme-btn{width:100%}.cf-theme-section-pill{padding-inline:20px;text-align:center;width:100%}.cf-theme-form-card,.cf-theme-mock-form,.cf-theme-product-card,.cf-theme-stat-card{padding:18px}.cf-theme-mock-form,.cf-theme-product-card__media{min-height:230px}.cf-theme-product-card__info h3{font-size:1.8rem}.cf-theme-cta-band__content{border-radius:26px}}