:root{--primary-green: #2d5016;--soft-cream: #f8f6f3;--text-dark: #2c2c2c;--text-light: #666666}.custom-page{max-width:1200px;margin:0 auto;padding:60px 20px}.custom-page__hero{text-align:center;margin-bottom:80px}.custom-page__hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--text-dark);margin-bottom:20px;line-height:1.2}.custom-page__hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text-light);max-width:700px;margin:0 auto;line-height:1.6}.content-section{margin-bottom:100px}.content-section:last-of-type{margin-bottom:60px}.content-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--text-dark);margin-bottom:30px;line-height:1.3}.content-section__text{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:20px}.content-section__text p{margin-bottom:20px}.content-section__text strong{font-weight:600;color:var(--primary-green)}.blueprint-intro,.section-custom-about .content-section.text-center{text-align:center;margin-bottom:80px}.blueprint-intro__text,.section-custom-about .content-section.text-center .content-section__text{max-width:800px;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8;color:var(--text-dark)}.section-custom-about .content-section.text-center .content-section__text p{margin-bottom:0}.image-content-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.image-content-row--reverse{direction:rtl}.image-content-row--reverse>*{direction:ltr}.image-content-row__image{width:100%;height:500px;object-fit:cover;border-radius:8px}.image-content-row__content{padding:20px 0}.full-width-image{width:100%;max-height:600px;object-fit:cover;border-radius:8px;margin:60px 0}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:60px 0}.image-grid__item{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.highlight-box{background:var(--soft-cream);padding:50px 60px;border-radius:8px;margin:60px 0;border-left:4px solid var(--primary-green)}.highlight-box__text{font-size:1.3rem;line-height:1.7;color:var(--text-dark);font-style:italic}.cta-section{text-align:center;background:#e6eddf;border:none;padding:50px 40px;border-radius:14px;margin-top:60px;box-shadow:0 4px 18px #0000000f}.cta-section__title{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;margin-bottom:20px;color:var(--text-dark)}.cta-section__text{font-size:1.2rem;color:var(--text-light);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.btn-primary{display:inline-block;background:var(--primary-green);color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.btn-primary:hover{background:#1f3810;transform:translateY(-2px);box-shadow:0 4px 12px #2d501640}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin:60px 0}.feature-card{background:#fff;padding:40px 30px;border-radius:8px;border:1px solid #e5e5e5;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.feature-card:hover{border-color:var(--primary-green);box-shadow:0 4px 20px #2d50161a;transform:translateY(-5px)}.feature-card__icon{font-size:2.5rem;margin-bottom:20px;display:block}.feature-card__title{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:15px}.feature-card__text{font-size:1rem;line-height:1.7;color:var(--text-light)}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin:60px 0}.two-column__item h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:20px}.two-column__item ul{list-style:none;padding:0}.two-column__item li{padding:12px 0 12px 30px;position:relative;font-size:1.05rem;line-height:1.6;color:var(--text-dark)}.two-column__item li:before{content:"\2713";position:absolute;left:0;color:var(--primary-green);font-weight:700;font-size:1.2rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin:60px 0;text-align:center}.stat-item{padding:30px 20px}.stat-item__number{font-size:3rem;font-weight:700;color:var(--primary-green);display:block;margin-bottom:10px}.stat-item__label{font-size:1.1rem;color:var(--text-light)}.process-steps{margin:60px 0}.process-step{display:grid;grid-template-columns:80px 1fr;gap:30px;margin-bottom:50px;align-items:start}.process-step__number{width:80px;height:80px;background:var(--primary-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0}.process-step__content h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:15px}.process-step__content p{font-size:1.05rem;line-height:1.7;color:var(--text-light)}.price-box{background:var(--soft-cream);padding:60px 50px;border-radius:8px;text-align:center;margin:80px auto;max-width:600px;border:2px solid var(--primary-green)}.price-box__title{font-size:1.8rem;font-weight:600;color:var(--text-dark);margin-bottom:20px}.price-box__amount{font-size:4rem;font-weight:700;color:var(--primary-green);margin-bottom:10px}.price-box__subtitle{font-size:1.1rem;color:var(--text-light);margin-bottom:30px}.faq-item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e5e5}.faq-item:last-child{border-bottom:none}.faq-item__question{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:15px}.faq-item__answer{font-size:1.05rem;line-height:1.7;color:var(--text-light)}@media (max-width: 768px){.custom-page{padding:40px 20px}.image-content-row{grid-template-columns:1fr;gap:30px}.image-content-row--reverse{direction:ltr}.image-content-row__image{height:350px}.image-grid{grid-template-columns:repeat(2,1fr);gap:15px}.highlight-box{padding:30px 25px}.highlight-box__text{font-size:1.1rem}.cta-section{padding:42px 24px}.two-column{grid-template-columns:1fr;gap:40px}.process-step{grid-template-columns:60px 1fr;gap:20px;margin-bottom:40px}.process-step__number{width:60px;height:60px;font-size:1.5rem}.price-box{padding:40px 30px}.price-box__amount{font-size:3rem}.stat-item__number{font-size:2.5rem}.feature-grid{grid-template-columns:1fr}}.container-narrow{max-width:920px;margin:0 auto;padding:0 20px}.blog-article__header{text-align:center;margin:24px auto 28px}.blog-article__lead{max-width:720px;margin:8px auto 0;font-size:1.075rem;line-height:1.7;color:var(--text-light, #6a6a6a)}.blog-article__meta{margin-top:10px;color:var(--text-light, #6a6a6a);display:flex;gap:8px;justify-content:center;font-size:.95rem}.blog-article__hero{margin:22px auto 6px}.blog-article__hero img{width:100%;height:auto;border-radius:10px;display:block}.blog-article__hero figcaption{text-align:center;color:var(--text-light, #7a7a7a);font-size:.95rem;margin-top:6px}.article-blocks{margin:26px 0 6px}.article-h2{font-size:1.6rem;line-height:1.3;margin:2.1rem 0 .9rem;letter-spacing:.1px}.article-h3{font-size:1.28rem;line-height:1.35;margin:1.5rem 0 .6rem}.article-p.rte,.article-blocks .rte{font-size:1.08rem;line-height:1.85;color:var(--text-dark, #222)}.article-list{margin:16px 0 22px;padding-left:1.2rem}.article-list li+li{margin-top:.25rem}.highlight-box{background:#f7f9f5;border-left:4px solid var(--primary-green, #2d5016);padding:18px 20px;border-radius:8px;margin:24px 0}.highlight-box__text{margin:0 0 8px;font-size:1.05rem;line-height:1.7}.article-image{margin:30px 0}.article-image--full img{width:100%;display:block}.image-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:24px 0}.image-grid__item{width:100%;border-radius:8px;display:block}.article-note{background:#f4f6f3;border-left:4px solid var(--primary-green, #2d5016);padding:14px 16px;border-radius:8px;margin:16px 0}.article-note--warning{background:#fff5f2;border-left-color:#d65c3b}.faq-item{border:1px solid #e8e8e8;border-radius:10px;padding:12px 14px;margin:10px 0}.faq-item__question{cursor:pointer;font-weight:600}.faq-item__answer{margin-top:8px}.article-embed iframe,.article-video iframe{width:100%;height:100%;border:0}.article-video{margin:28px 0;position:relative;padding-bottom:56.25%;height:0}.article-video iframe{position:absolute;top:0;right:0;bottom:0;left:0}.article-divider{margin:36px 0;border:0;border-top:1px solid #e7e7e7}.article-cta-inline{margin:22px 0;text-align:center}.custom-page.blog-article .cta-section{max-width:880px;margin:50px auto 0}.related-posts__list a{display:inline-block;font-size:1.08rem;font-weight:600;color:var(--primary-green, #2d5016);text-decoration:none;line-height:1.5;border-bottom:2px solid transparent;transition:all .25s ease}.related-posts__list a:hover{color:#1f3810;border-bottom-color:var(--primary-green, #2d5016);transform:translateY(-2px)}.article-body{margin:26px 0}.article-body h2{font-size:1.6rem;line-height:1.3;margin:2rem 0 .9rem}.article-body h3{font-size:1.28rem;line-height:1.35;margin:1.4rem 0 .6rem}.article-body p{font-size:1.08rem;line-height:1.85;color:#222}.article-body ul,.article-body ol{margin:16px 0 22px;padding-left:1.2rem}.article-body img{max-width:100%;height:auto;border-radius:8px}.article-body blockquote{background:#f7f9f5;border-left:4px solid #2d5016;padding:18px 20px;border-radius:8px;margin:24px 0}.article-body a.btn-primary{display:inline-block;background:#2d5016;color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600}.custom-page.blog-article .container-narrow{max-width:800px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.custom-page.blog-article .article-body.rte{max-width:800px;margin-left:auto;margin-right:auto}.custom-page.blog-article .article-blocks,.custom-page.blog-article .cta-section,.custom-page.blog-article .related-posts{max-width:800px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.custom-page.blog-article .article-body.rte *{float:none}@media (max-width: 768px){.blog-article__meta{flex-wrap:wrap}.article-h2{font-size:1.44rem}.article-h3{font-size:1.16rem}.article-p.rte,.article-blocks .rte{font-size:1.02rem}.related-posts{padding:40px 24px}.related-posts__list{flex-direction:column;gap:14px}.related-posts__list li{max-width:none}}.faq{margin-top:80px;margin-bottom:100px}.faq__header{text-align:center;margin-bottom:40px}.faq__title{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;color:var(--text-dark);margin:0}.faq .accordion__item{border-bottom:1px solid #e6e6e6;padding:18px 0}.faq .accordion__toggle{position:relative;font-size:1.15rem;font-weight:600;color:var(--text-dark);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color .3s ease}.faq .accordion__toggle:after{content:"+";font-size:1.4rem;font-weight:500;color:var(--primary-green);transition:transform .3s ease,color .3s ease}.faq details[open] .accordion__toggle:after{content:"\2013";transform:rotate(180deg);color:var(--primary-green)}.faq .accordion__content{margin-top:12px;padding-right:8px;color:var(--text-light);font-size:1.05rem;line-height:1.7}.faq .accordion__toggle:hover{color:var(--primary-green)}.custom-page.blog-article .faq{max-width:800px;margin:60px auto 100px;display:block}.custom-page.blog-article .faq.grid,.custom-page.blog-article .faq .grid{display:block!important}.custom-page.blog-article .faq__header,.custom-page.blog-article .faq__content{width:100%;margin-left:auto;margin-right:auto}.custom-page.blog-article .faq__header{text-align:center;margin-bottom:28px}.custom-page.blog-article .faq__title{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;margin:0}.custom-page.blog-article .faq__content .accordion{max-width:760px;margin:0 auto}.custom-page.blog-article .faq:before{content:"";display:block;height:1px;background:#e6e6e6;margin:20px auto 24px;max-width:760px}html,body{background-color:#f7f6f2!important}#MainContent,#MainContent .shopify-section,#MainContent .page-width,.custom-page,.blog-article,.container-narrow{background:transparent!important}.custom-page.blog-article .cta-section{background:#e6eddf!important;border:none!important;box-shadow:0 4px 18px #0000000f;border-radius:14px;max-width:800px;margin:56px auto 0;padding:44px 32px;text-align:center}.custom-page.blog-article .cta-section__title{margin:0 0 16px!important;line-height:1.25;font-size:clamp(1.9rem,4vw,2.6rem)}.custom-page.blog-article .cta-section .btn-primary{display:inline-flex;align-items:center;justify-content:center;margin:8px auto 0;padding:14px 32px;border-radius:10px;background:var(--primary-green);transition:background-color .25s ease,transform .25s ease}.custom-page.blog-article .cta-section .btn-primary:hover{background:#1f3810;transform:translateY(-2px)}.related-posts{margin-top:60px;padding:50px 40px;background:var(--soft-cream);border-radius:10px;text-align:center}.related-posts .content-section__title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;color:var(--text-dark);margin-bottom:28px;line-height:1.3}.related-posts__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:18px 40px;padding:0;margin:0}.related-posts__list li{max-width:360px}.related-posts__list a{display:inline-block;font-size:1.08rem;font-weight:600;color:var(--primary-green);text-decoration:none;line-height:1.5;border-bottom:2px solid transparent;transition:all .25s ease}.related-posts__list a:hover{color:#1f3810;border-bottom-color:var(--primary-green);transform:translateY(-2px)}@media (max-width: 768px){.related-posts{padding:40px 24px}.related-posts__list{flex-direction:column;gap:14px}.related-posts__list li{max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-pages.css.map */
