:root{--ink: #171a1f;--muted: #667085;--line: #d9dee7;--soft: #f5f7fb;--soft-strong: #eef3f8;--paper: #ffffff;--green: #18a06a;--green-dark: #08724b;--blue: #2457d6;--coral: #ff6b4a;--gold: #f4b740;--radius: 8px;--shadow: 0 18px 42px rgba(23, 26, 31, .1);--shadow-soft: 0 14px 32px rgba(17, 24, 39, .08);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}section[id]{scroll-margin-top:72px}body{margin:0;background:#f8fafc;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}a,button,input,select,textarea{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(36,87,214,.28);outline-offset:3px}img{display:block;width:100%}.skip-link{position:fixed;left:1rem;top:1rem;z-index:50;transform:translateY(-140%);padding:.65rem .9rem;border-radius:var(--radius);background:var(--ink);color:#fff;font-weight:850}.skip-link:focus{transform:translateY(0)}.notice{background:#111827;color:#fff;font-size:.82rem;padding:.62rem 1rem;text-align:center}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;padding:.85rem clamp(1rem,4vw,3.5rem);background:#fffffff0;border-bottom:1px solid var(--line);box-shadow:0 1px #11182705;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.nav-links,.intro-actions,.project-meta,.tag-row,.policy-list,.site-footer{display:flex;align-items:center}.brand{gap:.65rem;font-weight:800;letter-spacing:0}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:var(--radius);background:var(--ink);color:#fff}.nav-links{gap:clamp(.75rem,3vw,2rem);color:#394150;font-size:.95rem}.nav-links a:hover{color:var(--green-dark)}.header-action,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:var(--radius);font-weight:750}.header-action,.primary-button{background:var(--green);color:#fff;border:1px solid var(--green)}.header-action{padding:0 1rem;white-space:nowrap}.primary-button{padding:0 1.2rem}.secondary-button{padding:0 1.2rem;background:#fff;color:var(--ink);border:1px solid var(--line)}.header-action:hover,.primary-button:hover,.project-body a:hover,.package-action:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}.secondary-button:hover{border-color:#aeb8c8;box-shadow:var(--shadow-soft);transform:translateY(-1px)}main{overflow:hidden}.intro-section{position:relative;isolation:isolate;display:grid;align-items:center;grid-template-columns:minmax(0,1.28fr) minmax(290px,.72fr);gap:clamp(1.75rem,5vw,4.5rem);min-height:560px;padding:clamp(2.7rem,7vw,5.8rem) clamp(1rem,4vw,3.5rem) clamp(2.4rem,5vw,3.8rem);background:linear-gradient(90deg,rgba(36,87,214,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(24,160,106,.045) 1px,transparent 1px),linear-gradient(115deg,#fffffffa,#fffffff0,#eaf8f1eb),linear-gradient(145deg,#fff,#f3f7fb 54%,#e9f8f1);background-size:96px 96px,96px 96px,auto,auto;border-bottom:1px solid var(--line)}.intro-copy{max-width:720px}.eyebrow{margin:0 0 .6rem;color:var(--green-dark);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:11.5ch;margin-bottom:1rem;font-size:clamp(3.15rem,7.3vw,5.95rem);line-height:.96;letter-spacing:0}.intro-copy p:not(.eyebrow){max-width:650px;color:#3b4453;font-size:clamp(1.02rem,1.8vw,1.18rem);line-height:1.55}.intro-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.55rem}.trust-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.trust-row span{padding:.45rem .65rem;border:1px solid rgba(24,160,106,.2);border-radius:999px;background:#ffffffbd;color:#234138;font-size:.84rem;font-weight:780}.intro-panel{align-self:center;display:grid;gap:.95rem;transform:translateY(-1.5rem)}.intro-panel-head{max-width:300px;padding-left:.95rem;border-left:3px solid var(--green)}.intro-panel-head span{display:block;margin-bottom:.28rem;color:var(--green-dark);font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.intro-panel-head strong{display:block;color:var(--ink);font-size:1.12rem;line-height:1.18}.intro-metrics{display:grid;gap:.75rem}.intro-metrics div{position:relative;min-height:104px;padding:1.1rem 1.15rem;background:linear-gradient(180deg,#fffffff5,#f7fafceb);border:1px solid rgba(196,206,220,.92);border-radius:var(--radius);box-shadow:0 18px 44px #1118271a}.intro-metrics div:first-child{background:var(--ink);border-color:var(--ink)}.intro-metrics div:before{content:"";position:absolute;inset:1rem auto 1rem 0;width:3px;border-radius:999px;background:var(--green)}.intro-metrics strong{display:block;color:var(--blue);font-size:clamp(2.05rem,4vw,2.55rem);line-height:1}.intro-metrics div:first-child strong{color:#fff}.intro-metrics span{display:block;max-width:13ch;margin-top:.42rem;color:var(--muted);font-size:.88rem;font-weight:760;line-height:1.25}.intro-metrics div:first-child span{color:#ffffffb8}.featured-strip{display:grid;grid-template-columns:minmax(0,.58fr) minmax(260px,.42fr);min-height:310px;background:#172026;color:#fff}.featured-media{min-height:310px}.featured-media img{height:100%;object-fit:cover}.featured-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,5vw,3.5rem)}.pill{width:fit-content;margin-bottom:1rem;padding:.35rem .65rem;border-radius:999px;background:var(--gold);color:#2b1c00;font-size:.78rem;font-weight:850}.featured-content h2,.section-heading h2,.submit-copy h2,.newsletter-section h2{margin-bottom:.65rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:0}.featured-content p{color:#ffffffc7;font-size:1.05rem}.featured-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:.3rem 0 1rem}.featured-stats span{min-height:68px;padding:.75rem;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);background:#ffffff0f;color:#ffffffb8;font-size:.78rem;font-weight:760}.featured-stats strong{display:block;color:#fff;font-size:1.16rem;line-height:1.1}.text-link{width:fit-content;color:#7ff2bd;font-weight:800}.text-link:hover{color:#fff}.projects-section,.blog-section,.packages-section,.submit-section,.faq-section,.newsletter-section{padding:clamp(2.5rem,7vw,5.5rem) clamp(1rem,4vw,3.5rem)}.projects-section,.faq-section{background:var(--soft)}.blog-section{background:#fff}.blog-hero,.blog-list-section,.article-page,.related-section{padding:clamp(2.5rem,7vw,5.5rem) clamp(1rem,4vw,3.5rem)}.blog-hero{background:linear-gradient(115deg,#fffffffa,#fffffff0 48%,#eaf8f1e6),linear-gradient(145deg,#fff,#f3f7fb 54%,#e9f8f1);border-bottom:1px solid var(--line)}.blog-hero h1,.article-page h1{max-width:920px}.blog-hero p:not(.eyebrow),.article-dek{max-width:760px;color:#3b4453;font-size:clamp(1rem,2vw,1.18rem)}.blog-list-section,.related-section{background:var(--soft)}.article-page{max-width:960px;margin:0 auto;background:#fff}.back-link{display:inline-flex;margin-bottom:1rem;color:var(--green-dark);font-weight:850}.article-page-meta{margin-bottom:1rem}.article-content{display:grid;gap:1.4rem;margin-top:2rem}.article-content section{padding-top:1.25rem;border-top:1px solid var(--line)}.article-content h2{margin-bottom:.5rem;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.1}.article-content p{color:#394150;font-size:1.02rem}.article-content ul{display:grid;gap:.55rem;margin:.8rem 0 0;padding-left:1.2rem;color:#394150}.article-content li{padding-left:.15rem}.section-subtitle{max-width:660px;margin-bottom:0;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:1.5rem}.section-heading.compact{align-items:start}.section-heading.compact>p{max-width:540px;color:var(--muted)}.section-footer-action{display:flex;justify-content:center;margin-top:1.25rem}.filters{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.filter-button{min-height:38px;padding:0 .85rem;color:#4a5568;background:#fff;border:1px solid var(--line);border-radius:999px;cursor:pointer;font:inherit;font-weight:750}.filter-button.is-active{color:#fff;background:var(--ink);border-color:var(--ink)}.filter-button:hover{border-color:#aeb8c8;color:var(--ink)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.article-grid.article-grid-large,.article-grid.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card,.article-card,.package-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.article-card{display:flex;flex-direction:column;gap:.85rem;min-height:260px;padding:1rem;background:linear-gradient(135deg,#f5f7fbf2,#fffffff2)}.article-link-card{color:inherit;text-decoration:none}.project-card:hover,.article-card:hover,.package-card:hover{border-color:#c3ccd9;box-shadow:var(--shadow-soft);transform:translateY(-2px)}.article-card.is-featured{grid-column:span 2;background:#172026;color:#fff}.article-meta{display:flex;flex-wrap:wrap;gap:.4rem}.article-meta span{padding:.25rem .5rem;border-radius:999px;background:#e9f8f0;color:var(--green-dark);font-size:.72rem;font-weight:850}.article-card.is-featured .article-meta span{background:#7ff2bd24;color:#7ff2bd}.article-card h3{margin:0;font-size:1.28rem;line-height:1.16}.article-card p{margin:0;color:var(--muted);font-size:.95rem}.article-card.is-featured p{color:#ffffffc2}.article-card .read-more{width:fit-content;margin-top:auto;color:var(--green-dark);font-weight:850}.article-card.is-featured .read-more{color:#7ff2bd}.project-card{display:flex;flex-direction:column;min-height:100%;box-shadow:0 12px 34px #1118270f}.project-card.is-hidden{display:none}.project-card img{aspect-ratio:1.35 / 1;object-fit:cover;background:#e9edf5}.project-body{display:flex;flex:1;flex-direction:column;gap:.8rem;padding:1rem}.tag-row{flex-wrap:wrap;gap:.35rem}.tag-row span{padding:.25rem .5rem;border-radius:999px;background:#eef4ff;color:#2554b8;font-size:.72rem;font-weight:850}.project-body h3{margin-bottom:-.35rem;font-size:1.28rem;line-height:1.18}.project-body p{color:var(--muted);font-size:.95rem}.project-meta{justify-content:space-between;gap:.75rem;margin-top:auto;color:#394150;font-size:.86rem;font-weight:750}.project-body a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:var(--radius);color:#fff;background:var(--ink);font-weight:800}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.package-card{display:flex;flex-direction:column;min-height:100%;padding:1.25rem}.package-card.is-featured{border-color:var(--green);box-shadow:var(--shadow)}.package-card>span:not(.package-badge){color:var(--coral);font-size:.8rem;font-weight:850;text-transform:uppercase}.package-badge{width:fit-content;margin-bottom:.75rem;padding:.28rem .55rem;border-radius:999px;background:#e9f8f0;color:var(--green-dark);font-size:.72rem;font-weight:850}.package-card h3{margin:.4rem 0;font-size:2.4rem;letter-spacing:0}.package-card p,.submit-copy p,.faq-list p{color:var(--muted)}.package-card ul{margin:1rem 0 0;padding-left:1.15rem;color:#394150}.package-card li+li{margin-top:.45rem}.package-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;padding:0 .9rem;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:#fff;font-weight:830}.submit-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:clamp(1.25rem,5vw,4rem);background:#fff}.submit-copy{max-width:600px}.policy-list{flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}.policy-list span{padding:.5rem .7rem;border:1px solid var(--line);border-radius:999px;color:#334155;font-size:.85rem;font-weight:760}.policy-list span:hover{border-color:#18a06a52;background:#f0fbf6}.submit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1rem;background:var(--soft);border:1px solid var(--line);border-radius:8px}label{color:#394150;font-size:.85rem;font-weight:800}input,select,textarea{width:100%;min-height:44px;margin-top:.35rem;padding:.75rem .8rem;color:var(--ink);background:#fff;border:1px solid #cbd3df;border-radius:var(--radius);font:inherit}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #2457d614}textarea{resize:vertical}.full-field{grid-column:1 / -1}.form-status{grid-column:1 / -1;margin:0;color:var(--green-dark);font-weight:800}.faq-list{display:grid;gap:.75rem;max-width:980px}details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem}summary{cursor:pointer;font-weight:850}details p{margin:.75rem 0 0}.newsletter-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);align-items:center;justify-content:space-between;gap:1rem;background:#172026;color:#fff}.newsletter-section .eyebrow{color:#7ff2bd}.newsletter-section p:not(.eyebrow){margin-bottom:0;color:#ffffffb8}.newsletter-form{display:flex;width:min(100%,430px);background:#fff;border-radius:var(--radius);overflow:hidden}.newsletter-form input{min-height:52px;margin:0;border:0;border-radius:0}.newsletter-form button{width:58px;color:#fff;background:var(--green);border:0;cursor:pointer;font-size:1.4rem}.newsletter-form button:hover{background:var(--green-dark)}.newsletter-status{grid-column:1 / -1;min-height:1.2rem;color:#7ff2bd;font-size:.9rem;font-weight:800}.site-footer{justify-content:center;flex-wrap:wrap;gap:1rem 1.5rem;padding:1.3rem;color:#4a5568;border-top:1px solid var(--line);font-size:.92rem}.site-footer span{color:var(--ink);font-weight:800}@media(max-width:960px){.intro-section,.featured-strip,.submit-section{grid-template-columns:1fr}.intro-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-panel{max-width:720px;transform:none}.intro-panel-head{max-width:none}.project-grid,.article-grid,.article-grid-large,.related-grid,.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card.is-featured{grid-column:span 2}.article-grid.article-grid-large,.article-grid.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:750px){section[id]{scroll-margin-top:112px}.site-header{align-items:stretch;flex-wrap:wrap;min-height:auto}.brand{flex:1}.nav-links{order:3;width:100%;justify-content:space-between;padding-top:.45rem;border-top:1px solid var(--line)}.header-action{min-height:38px;padding-inline:.75rem;font-size:.88rem}.intro-section{min-height:auto;gap:1.35rem;padding-top:1.7rem;padding-bottom:1.7rem}h1{max-width:10.6ch;margin-bottom:.8rem;font-size:clamp(2.75rem,12vw,3.9rem);line-height:.98}.intro-copy p:not(.eyebrow){font-size:.98rem;line-height:1.45}.intro-actions{margin-top:1rem}.intro-panel{gap:.7rem}.intro-panel-head strong{font-size:1rem}.intro-metrics,.project-grid,.article-grid,.article-grid-large,.related-grid,.package-grid{grid-template-columns:1fr}.article-card.is-featured{grid-column:auto}.intro-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-metrics div{min-height:88px;padding:.9rem .95rem}.intro-metrics span{max-width:none;font-size:.8rem}.article-grid.article-grid-large,.article-grid.related-grid{grid-template-columns:1fr}.section-heading,.newsletter-section{display:grid;grid-template-columns:1fr;align-items:start}.filters{justify-content:flex-start}.submit-form{grid-template-columns:1fr}.newsletter-form{width:100%}}@media(max-width:420px){.notice{font-size:.75rem}.brand span:last-child{font-size:.94rem}.nav-links{font-size:.86rem}.project-meta{align-items:start;flex-direction:column}}[hidden],.article-page[hidden],.blog-list-section[hidden],.related-section[hidden]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/styles.css.map */
