:root{--green:#0b6e4f;--green-dark:#07563e;--green-deep:#073d2e;--green-soft:#e8f2ee;--green-pale:#f0f7f4;--ink:#0b1814;--ink-soft:#243b33;--muted:#586b64;--muted-light:#82928c;--white:#fff;--surface:#f5f7f6;--surface-strong:#edf1ef;--border:#dfe6e2;--border-dark:#cad5d0;--error:#a53030;--error-soft:#fff2f2;--shadow-sm:0 8px 24px #08271d12;--shadow-md:0 20px 55px #08271d1f;--shadow-lg:0 32px 80px #08271d2b;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--max-width:1200px;--font-sans:"Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--white);min-width:320px;color:var(--ink);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6;overflow-x:hidden}main{min-height:60vh}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.08}h1,h2{font-weight:800}h3{font-weight:750}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img,svg{max-width:100%;display:block}ul,ol{margin:0;padding:0}::selection{color:var(--ink);background:#b9ddcf}:focus-visible{outline-offset:3px;outline:3px solid #16996f}.container{width:min(calc(100% - 48px), var(--max-width));margin-inline:auto}.narrow-container{width:min(100% - 48px,760px)}.section-shell{padding:112px 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:9999;background:var(--ink);color:var(--white);border-radius:6px;padding:10px 16px;font-weight:700;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--green);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:18px;font-size:.75rem;font-weight:800;line-height:1.3;display:flex}.eyebrow>span{background:currentColor;width:24px;height:2px;display:inline-block}.eyebrow-light{color:#9bd5bf}.section-heading{max-width:690px;margin-bottom:52px}.section-heading-center{text-align:center;margin-inline:auto}.section-heading-center .eyebrow{justify-content:center}.section-heading h2,.section-heading-inverse h2{color:var(--ink);margin-bottom:19px;font-size:clamp(2.15rem,4.2vw,3.55rem)}.section-heading-inverse h2{color:var(--white)}.section-description{color:var(--muted);margin-bottom:0;font-size:clamp(1.03rem,1.5vw,1.16rem);line-height:1.72}.button{cursor:pointer;letter-spacing:.015em;text-align:center;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:13px 20px;font-size:.9rem;font-weight:800;line-height:1.2;transition:background-color .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.button svg{flex:none;width:19px;height:19px;transition:transform .16s}.button:hover:not(:disabled){transform:translateY(-2px)}.button:hover:not(:disabled) svg{transform:translate(3px)}.button-primary{background:var(--green);color:var(--white);box-shadow:0 8px 20px #0b6e4f33}.button-primary:hover:not(:disabled){background:var(--green-dark);box-shadow:0 10px 27px #0b6e4f45}.button-secondary{border-color:var(--ink);background:var(--white);color:var(--ink);box-shadow:none}.button-secondary:hover:not(:disabled){border-color:var(--green);color:var(--green)}.button-light{background:var(--white);color:var(--green-deep);box-shadow:var(--shadow-md)}.button-light:hover:not(:disabled){background:var(--green-pale)}.button-text{min-height:40px;color:var(--green);border-radius:0;padding-inline:0}.button-text:hover:not(:disabled){color:var(--green-dark);transform:none}.button-small{min-height:42px;padding:10px 17px;font-size:.82rem}.button-large{min-height:58px;padding:17px 24px;font-size:.94rem}.button-full{width:100%}.button:disabled{cursor:not-allowed;box-shadow:none;color:var(--white);background:#9aaba5}.text-link{color:var(--green);align-items:center;gap:9px;font-size:.9rem;font-weight:800;display:inline-flex}.text-link svg{width:19px}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #cad5d0b8;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:78px;display:flex}.brand{flex:none;align-items:center;gap:10px;display:inline-flex}.brand-mark{background:var(--green);width:36px;height:36px;color:var(--white);border-radius:8px;place-items:center;display:grid}.brand-mark svg{width:27px;height:27px;overflow:visible}.brand-word{color:var(--ink);letter-spacing:-.045em;font-size:1.18rem;font-weight:900;line-height:1}.brand-word span{color:var(--green)}.desktop-nav{align-items:center;gap:clamp(18px,2.4vw,34px);margin-left:auto;display:flex}.desktop-nav a{color:var(--ink-soft);padding:6px 0;font-size:.87rem;font-weight:700;position:relative}.desktop-nav a:after{background:var(--green);content:"";transform-origin:100%;height:2px;transition:transform .16s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-actions{align-items:center;gap:10px;display:flex}.menu-button{border:1px solid var(--border-dark);background:var(--white);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:none}.menu-button svg{width:23px;height:23px}.mobile-nav{display:none}.hero{background:var(--surface);padding:80px 0 92px;position:relative;overflow:hidden}.hero:before{content:"";border:95px solid #e1ede8;border-radius:50%;width:570px;height:570px;position:absolute;top:-140px;right:-100px}.hero:after{content:"";border:16px solid #d8e9e2;border-radius:50%;width:86px;height:86px;position:absolute;bottom:-45px;left:5%}.hero-pattern{border:1px solid #d8e1dd;width:170px;height:280px;position:absolute;top:10%;left:-70px;transform:rotate(18deg)}.hero-grid{z-index:1;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);align-items:center;gap:62px;display:grid;position:relative}.hero-copy{padding:24px 0}.hero-copy h1{letter-spacing:-.075em;max-width:650px;margin-bottom:23px;font-size:clamp(3.35rem,6.7vw,6.35rem);line-height:.88}.hero-copy h1 span{color:var(--green)}.hero-lead{color:var(--ink);letter-spacing:-.03em;margin-bottom:9px;font-size:clamp(1.35rem,2.3vw,1.75rem);font-weight:750}.hero-description{max-width:585px;color:var(--muted);margin-bottom:31px;font-size:clamp(1.03rem,1.6vw,1.17rem);line-height:1.7}.hero-actions{align-items:center;gap:19px;display:flex}.instant-note{color:var(--muted);align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:inline-flex}.instant-note svg{width:18px;color:var(--green)}.hero-trust{flex-wrap:wrap;gap:11px 22px;margin-top:27px;list-style:none;display:flex}.hero-trust li{color:var(--ink-soft);align-items:center;gap:7px;font-size:.8rem;font-weight:700;display:flex}.hero-trust svg{width:15px;height:15px;color:var(--green);stroke-width:2.5px}.hero-visual-wrap{justify-content:center;min-width:0;display:flex}.product-visual{aspect-ratio:1/1.02;width:min(100%,560px);position:relative}.visual-dot{border-radius:50%;position:absolute}.visual-dot-one{background:#d8ebe3;width:68%;height:68%;top:2%;right:2%}.visual-dot-two{border:22px solid #c8e2d8;width:27%;height:27%;bottom:5%;left:5%}.visual-sheet{background:var(--white);width:49%;height:66%;box-shadow:var(--shadow-md);border:1px solid #d4ddd9;padding:5.5% 4.8%;position:absolute}.visual-sheet>span{color:var(--green);letter-spacing:.13em;font-size:clamp(.45rem,.75vw,.67rem);font-weight:850}.visual-sheet-back{top:9%;right:5%;transform:rotate(10deg)}.visual-sheet-middle{bottom:5%;left:8%;transform:rotate(-9deg)}.visual-sheet-front{z-index:2;width:51%;height:70%;box-shadow:var(--shadow-lg);border:1px solid #bdcbc5;flex-direction:column;padding:5% 5.5%;display:flex;top:11%;left:27%;transform:rotate(1.5deg)}.sheet-brand{color:var(--ink);letter-spacing:-.04em;font-size:clamp(.7rem,1.15vw,1rem);font-weight:900}.sheet-brand span{color:var(--green)}.file-pill{background:var(--green-soft);color:var(--green);letter-spacing:.08em;align-self:flex-start;margin-top:20%;padding:3% 5%;font-size:clamp(.42rem,.64vw,.58rem);font-weight:850}.visual-sheet-front h2{color:var(--ink);margin:7% 0 6%;font-size:clamp(1.35rem,3vw,2.45rem);line-height:.97}.visual-sheet-front p{color:var(--muted);font-size:clamp(.52rem,.92vw,.76rem);line-height:1.5}.sheet-footer{color:var(--green);letter-spacing:.07em;align-items:center;gap:4%;margin-top:auto;font-size:clamp(.38rem,.58vw,.5rem);font-weight:850;display:flex}.sheet-footer i{background:var(--border-dark);border-radius:50%;width:3px;height:3px}.mini-heading{background:var(--ink);width:44%;height:4%;margin:22% 0 12%}.mini-line{background:#d9e0dd;width:100%;height:2%;margin-bottom:8%}.mini-line.short{width:61%}.mini-line.medium{width:81%}.mini-table{border-top:1px solid #b9c8c1;border-left:1px solid #b9c8c1;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr);height:56%;margin-top:18%;display:grid}.mini-table i{border-bottom:1px solid #b9c8c1;border-right:1px solid #b9c8c1}.mini-table i:nth-child(-n+3){background:var(--green-soft)}.visual-badge{z-index:3;background:var(--white);min-width:39%;box-shadow:var(--shadow-md);color:var(--muted);border:1px solid #d4ded9;border-radius:9px;align-items:center;gap:10px;padding:3.3% 4%;font-size:clamp(.52rem,.84vw,.72rem);line-height:1.25;display:flex;position:absolute;bottom:13%;right:1%}.visual-badge svg{width:24px;height:24px;color:var(--green);flex:none}.visual-badge strong{color:var(--ink);font-size:1.07em;display:block}.signal-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white)}.signal-grid{grid-template-columns:repeat(3,1fr);display:grid}.signal-grid>div{border-right:1px solid var(--border);flex-direction:column;justify-content:center;min-height:112px;padding:25px 48px;display:flex;position:relative}.signal-grid>div:first-child{padding-left:0}.signal-grid>div:last-child{border-right:0}.signal-grid>div:before{border:3px solid var(--green);content:"";border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.signal-grid>div:first-child:before{left:0}.signal-grid strong{color:var(--ink);font-size:.95rem}.signal-grid span{color:var(--muted);font-size:.8rem}.contents-section{background:var(--white)}.kit-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.kit-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);min-height:300px;padding:27px 25px 25px;transition:border-color .16s,box-shadow .16s,transform .16s}.kit-card:hover{box-shadow:var(--shadow-sm);border-color:#b6cfc5;transform:translateY(-4px)}.kit-card-top{justify-content:space-between;align-items:flex-start;display:flex}.kit-icon{background:var(--green-soft);width:49px;height:49px;color:var(--green);border-radius:8px;place-items:center;display:grid}.kit-icon svg{width:24px;height:24px}.file-type{background:var(--surface);color:var(--muted);letter-spacing:.1em;border-radius:4px;padding:4px 8px;font-size:.61rem;font-weight:850}.file-type-docx{color:#315a87;background:#edf4fb}.file-type-xlsx{color:var(--green);background:var(--green-soft)}.item-number{color:#90a099;letter-spacing:.13em;margin:28px 0 8px;font-size:.68rem;font-weight:800}.kit-card h3{letter-spacing:-.025em;margin-bottom:10px;font-size:1.16rem}.kit-card>p:last-child{color:var(--muted);margin:0;font-size:.9rem;line-height:1.62}.section-cta{align-items:center;gap:25px;margin-top:42px;display:flex}.section-cta p{color:var(--muted);margin:0;font-size:.84rem}.how-section{background:var(--surface)}.steps-grid{grid-template-columns:repeat(3,1fr);list-style:none;display:grid}.steps-grid li{border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);border-left:1px solid var(--border-dark);min-height:300px;padding:36px 42px;position:relative}.steps-grid li:last-child{border-right:1px solid var(--border-dark)}.step-number{color:#9aaaa4;letter-spacing:.12em;font-size:.69rem;font-weight:800;position:absolute;top:25px;right:25px}.step-icon{background:var(--white);width:58px;height:58px;color:var(--green);box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;margin-bottom:50px;display:grid}.step-icon svg{width:25px}.steps-grid h3{margin-bottom:10px;font-size:1.45rem}.steps-grid p{max-width:270px;color:var(--muted);margin:0;font-size:.92rem}.trust-section{background:var(--ink);color:var(--white);padding:104px 0}.trust-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:90px;display:grid}.trust-grid h2{margin:0;font-size:clamp(2.5rem,5vw,4.6rem);line-height:.98}.trust-grid h2 span{color:#8fcab4}.trust-panel{border-radius:var(--radius-md);background:#132720;border:1px solid #33473f;padding:41px 43px}.trust-panel ul,.purchase-facts,.service-card ul,.compact-check-grid{gap:12px;list-style:none;display:grid}.check-item{color:inherit;align-items:flex-start;gap:11px;font-size:.93rem;display:flex}.check-icon{background:var(--green-soft);width:20px;height:20px;color:var(--green);border-radius:50%;flex:none;place-items:center;display:grid}.check-icon svg{stroke-width:2.6px;width:13px;height:13px}.trust-panel .check-icon{color:#b8e1d1;background:#1c5b46}.trust-panel>p{color:#aebcb7;border-top:1px solid #33473f;margin:27px 0 0;padding-top:24px;font-size:.91rem}.cv-home-section{background:var(--white)}.cv-home-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:95px;display:grid}.cv-review-visual{border-radius:var(--radius-lg);background:var(--green-pale);place-items:center;min-height:500px;display:grid;position:relative;overflow:hidden}.cv-review-visual:before,.cv-review-visual:after{content:"";border-radius:50%;position:absolute}.cv-review-visual:before{border:38px solid #d8ebe3;width:220px;height:220px;top:-80px;left:-50px}.cv-review-visual:after{background:#d7eae2;width:150px;height:150px;bottom:-50px;right:-40px}.review-paper{z-index:1;background:var(--white);width:62%;min-height:385px;box-shadow:var(--shadow-lg);border:1px solid #ccd8d3;padding:37px 33px;position:relative;transform:rotate(-2deg)}.review-paper-head{justify-content:space-between;align-items:center;margin-bottom:45px;display:flex}.review-paper-head span{font-size:.8rem;font-weight:850}.review-paper-head i{color:var(--green);letter-spacing:.1em;font-size:.55rem;font-style:normal;font-weight:850}.review-line{background:#dde4e1;border-radius:6px;height:6px;margin-bottom:15px}.review-line.long{width:100%}.review-line.medium{width:76%}.review-line.short{width:55%}.review-divider{background:#e3e8e6;width:100%;height:1px;margin:30px 0}.review-note{color:#665615;background:#fff3ba;border-radius:5px;padding:7px 10px;font-size:.56rem;font-weight:750;position:absolute;box-shadow:0 5px 14px #282f2c1a}.review-note-one{top:48%;right:-19%;transform:rotate(3deg)}.review-note-two{color:var(--green-deep);background:#dff2e9;bottom:13%;left:-15%;transform:rotate(-3deg)}.cv-home-copy h2{max-width:570px;margin-bottom:18px;font-size:clamp(2.25rem,4.3vw,3.65rem)}.cv-home-copy .section-description{max-width:610px;margin-bottom:26px}.price-line{align-items:center;gap:13px;margin-bottom:27px;display:flex}.price-line strong{letter-spacing:-.05em;font-size:2rem}.price-line span{border-left:1px solid var(--border-dark);color:var(--muted);padding-left:13px;font-size:.77rem}.compact-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 16px;margin-bottom:28px}.compact-check-grid .check-item{color:var(--ink-soft);font-size:.85rem}.fine-print{color:var(--muted-light);margin:18px 0 0;font-size:.75rem}.jobs-home-section{background:var(--green-pale);border-top:1px solid #dce8e3;border-bottom:1px solid #dce8e3;padding:56px 0}.jobs-home-grid{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;display:grid}.jobs-channel-icon{background:var(--green);width:70px;height:70px;color:var(--white);border-radius:18px;place-items:center;display:grid}.jobs-channel-icon svg{width:34px}.jobs-home-grid .eyebrow{margin-bottom:8px}.jobs-home-grid h2{margin-bottom:7px;font-size:clamp(1.55rem,2.8vw,2.2rem)}.jobs-home-grid p:last-child{color:var(--muted);margin:0;font-size:.9rem}.final-cta-section{background:var(--green);color:var(--white);padding:90px 0}.final-cta-inner{justify-content:space-between;align-items:center;gap:50px;display:flex}.final-cta-inner h2{margin-bottom:9px;font-size:clamp(2.25rem,4vw,3.5rem)}.final-cta-inner>div>p:last-child{color:#c8e3d9;margin:0}.final-cta-action{flex-direction:column;flex:none;align-items:center;gap:13px;display:flex}.final-cta-action>span{color:#d1e8df;align-items:center;gap:7px;font-size:.72rem;display:flex}.final-cta-action>span svg{width:14px}.site-footer{color:var(--white);background:#08130f;padding:72px 0 25px}.footer-grid{grid-template-columns:1.65fr .85fr .75fr .9fr;gap:58px;padding-bottom:60px;display:grid}.site-footer .brand-word{color:var(--white)}.footer-brand>p{color:#92a59e;max-width:320px;margin:22px 0 0;font-size:.85rem;line-height:1.65}.footer-brand .parent-brand{color:#73867f;margin-top:17px;font-size:.72rem}.footer-heading{color:#dbe5e1;letter-spacing:.12em;text-transform:uppercase;margin:4px 0 20px;font-size:.75rem;font-weight:800}.footer-links,.social-links{gap:11px;list-style:none;display:grid}.footer-links a,.social-links a{color:#91a49d;font-size:.83rem;transition:color .14s}.footer-links a:hover,.social-links a:hover{color:var(--white)}.social-links a{align-items:center;gap:9px;display:flex}.social-links svg{width:16px;height:16px}.footer-bottom{color:#667a72;border-top:1px solid #26342f;justify-content:space-between;align-items:center;padding-top:22px;font-size:.7rem;display:flex}.footer-bottom p{margin:0}.purchase-hero{background:var(--surface);padding:82px 0 94px}.purchase-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);align-items:center;gap:82px;display:grid}.product-visual-compact{width:min(100%,535px);margin-inline:auto}.purchase-confidence{border:1px solid var(--border);background:#fffc;border-radius:9px;align-items:center;gap:14px;max-width:415px;margin:12px auto 0;padding:15px 18px;display:flex}.purchase-confidence>span{background:var(--green-soft);width:37px;height:37px;color:var(--green);border-radius:50%;flex:none;place-items:center;display:grid}.purchase-confidence svg{width:18px}.purchase-confidence p{color:var(--muted);margin:0;font-size:.72rem;line-height:1.4}.purchase-confidence strong{color:var(--ink);font-size:.78rem;display:block}.purchase-card{border:1px solid var(--border-dark);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-md);padding:45px 45px 39px}.purchase-card h1{margin-bottom:16px;font-size:clamp(2.4rem,4.7vw,4rem)}.purchase-intro{color:var(--muted);margin-bottom:23px;font-size:1rem;line-height:1.68}.purchase-price{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:17px;margin-bottom:26px;padding:18px 0;display:flex}.purchase-price strong{color:var(--green);letter-spacing:-.07em;font-size:2.8rem;line-height:1}.purchase-price span{border-left:1px solid var(--border-dark);color:var(--muted);text-transform:uppercase;padding-left:17px;font-size:.68rem;font-weight:700;line-height:1.45}.purchase-facts{margin-bottom:28px}.purchase-facts .check-item{color:var(--ink-soft)}.checkout-action form{margin:0}.checkout-note{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin:12px 0 0;font-size:.72rem;display:flex}.checkout-note svg{width:14px}.form-message{color:var(--muted);text-align:center;margin:12px 0 0;font-size:.78rem;line-height:1.5}.payment-explainer{color:var(--muted-light);text-align:center;margin:21px 0 0;font-size:.7rem;line-height:1.55}.notice{border:1px solid var(--border-dark);border-radius:7px;margin:0 0 18px;padding:12px 14px;font-size:.79rem;line-height:1.5}.notice-error{background:var(--error-soft);color:var(--error);border-color:#efc2c2}.buy-contents-section{background:var(--white)}.buy-contents-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:90px;display:grid}.buy-contents-grid h2{margin-bottom:18px;font-size:clamp(2rem,3.8vw,3.2rem)}.buy-file-list{border-top:1px solid var(--border-dark);list-style:none}.buy-file-list li{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:17px;padding:17px 4px;display:grid}.buy-file-icon{background:var(--green-soft);width:39px;height:39px;color:var(--green);border-radius:7px;place-items:center;display:grid}.buy-file-icon svg{width:19px}.buy-file-list strong{margin-bottom:2px;font-size:.89rem;display:block}.buy-file-list div span{color:var(--muted);font-size:.75rem;line-height:1.4;display:block}.buy-file-list small{color:var(--muted-light);letter-spacing:.09em;font-size:.59rem;font-weight:850}.faq-section{background:var(--surface)}.faq-section h2{margin-bottom:35px;font-size:clamp(2rem,4vw,3.2rem)}.faq-list{border-top:1px solid var(--border-dark)}.faq-list details{border-bottom:1px solid var(--border-dark)}.faq-list summary{cursor:pointer;padding:23px 45px 23px 0;font-size:1rem;font-weight:750;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:var(--green);content:"+";font-size:1.45rem;font-weight:400;position:absolute;top:20px;right:5px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:650px;color:var(--muted);margin:-4px 0 24px;font-size:.9rem;line-height:1.7}.service-hero{background:var(--surface);padding:92px 0}.service-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);align-items:center;gap:95px;display:grid}.service-copy h1{max-width:690px;margin-bottom:21px;font-size:clamp(3.1rem,6.4vw,5.8rem);line-height:.94}.service-lead{max-width:660px;color:var(--muted);margin-bottom:27px;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.7}.service-price{align-items:center;gap:17px;margin-bottom:29px;display:flex}.service-price strong{color:var(--green);letter-spacing:-.06em;font-size:2.8rem}.service-price span{border-left:1px solid var(--border-dark);color:var(--muted);text-transform:uppercase;padding-left:17px;font-size:.73rem}.service-copy .checkout-action{max-width:430px}.service-copy .notice{max-width:430px;margin-top:16px}.service-card{border-radius:var(--radius-md);background:var(--ink);box-shadow:var(--shadow-lg);color:var(--white);padding:40px 39px}.service-card-label{color:#b8d9cc;letter-spacing:.05em;text-transform:uppercase;background:#152a22;border:1px solid #365048;border-radius:6px;align-items:center;gap:8px;margin-bottom:25px;padding:7px 10px;font-size:.68rem;font-weight:750;display:inline-flex}.service-card-label svg{width:15px}.service-card h2{margin-bottom:25px;font-size:1.8rem}.service-card .check-icon{color:#b8e1d1;background:#1c5b46}.service-card-note{color:#aebdb7;background:#152a22;border-radius:9px;gap:13px;margin-top:29px;padding:19px;display:flex}.service-card-note>svg{color:#83c9ae;flex:none;width:22px}.service-card-note p{margin:0;font-size:.76rem;line-height:1.55}.service-card-note strong{color:var(--white);margin-bottom:3px;font-size:.82rem;display:block}.service-process{background:var(--white)}.service-process-heading{grid-template-columns:1fr .8fr;align-items:end;gap:70px;margin-bottom:55px;display:grid}.service-process-heading h2{margin:0;font-size:clamp(2.1rem,4vw,3.4rem)}.service-process-heading>p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.service-steps{border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);grid-template-columns:repeat(4,1fr);list-style:none;display:grid}.service-steps li{border-right:1px solid var(--border);min-height:210px;padding:30px 27px}.service-steps li:last-child{border-right:0}.service-steps li>span{color:var(--green);letter-spacing:.12em;margin-bottom:42px;font-size:.66rem;font-weight:850;display:block}.service-steps h3{margin-bottom:8px;font-size:1.2rem}.service-steps p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.55}.plain-trust-section{background:var(--green-pale);border-top:1px solid #d8e7e1;padding:61px 0}.plain-trust-grid{grid-template-columns:auto 1fr;align-items:center;gap:24px;max-width:890px;display:grid}.plain-trust-grid>svg{width:50px;height:50px;color:var(--green)}.plain-trust-grid h2{margin-bottom:8px;font-size:1.4rem}.plain-trust-grid p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.65}.jobs-hero{background:var(--green);color:var(--white);padding:88px 0 94px;position:relative;overflow:hidden}.jobs-hero:before{content:"";border:80px solid #1a7b5d;border-radius:50%;width:530px;height:530px;position:absolute;bottom:-180px;right:-110px}.jobs-pattern{border:50px solid #1b7b5e;border-radius:50%;width:290px;height:290px;position:absolute;top:-100px;left:-100px}.jobs-hero-grid{z-index:1;grid-template-columns:1fr minmax(340px,.72fr);align-items:center;gap:110px;display:grid;position:relative}.jobs-hero h1{letter-spacing:-.075em;margin-bottom:22px;font-size:clamp(3.5rem,7vw,6.7rem);line-height:.87}.jobs-lead{color:#d5eae2;max-width:570px;margin-bottom:30px;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.65}.jobs-free-note{color:#c3e0d5;align-items:center;gap:8px;margin:20px 0 0;font-size:.73rem;display:flex}.jobs-free-note svg{width:15px}.phone-mockup{width:min(100%,365px);min-height:600px;color:var(--ink);background:#eef2f0;border:6px solid #13221d;border-radius:37px;justify-self:center;padding:17px 13px 22px;box-shadow:0 32px 75px #00000040}.phone-top{grid-template-columns:1fr auto 1fr;align-items:center;padding:4px 8px 13px;font-size:.66rem;display:grid}.phone-top span{background:#17251f;border-radius:12px;width:50px;height:15px}.phone-top i{color:var(--muted);letter-spacing:2px;justify-self:end;font-style:normal}.channel-card{background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;align-items:center;margin-bottom:13px;padding:20px 16px 17px;display:flex}.channel-logo{background:var(--green);width:48px;height:48px;color:var(--white);border-radius:50%;place-items:center;margin-bottom:9px;display:grid}.channel-logo svg{width:23px}.channel-card strong{font-size:.85rem}.channel-card small{color:var(--muted);margin:1px 0 10px;font-size:.6rem}.channel-follow{background:var(--green);color:var(--white);border-radius:5px;padding:6px 14px;font-size:.6rem;font-weight:750}.message-bubble{background:#d7f2e3;border-radius:11px 3px 11px 11px;max-width:87%;margin:10px 5px 0 auto;padding:13px 14px;font-size:.68rem;box-shadow:0 2px 6px #0c281e0f}.message-bubble small{color:var(--green);letter-spacing:.1em;margin-bottom:6px;font-size:.49rem;font-weight:850;display:block}.message-bubble strong{font-size:.78rem;display:block}.message-bubble span{color:var(--muted);font-size:.59rem}.message-bubble p{color:var(--ink-soft);margin:9px 0;font-size:.61rem;line-height:1.5}.message-bubble i{color:var(--green);font-size:.58rem;font-style:normal;font-weight:800}.short-bubble{background:var(--white);margin-top:12px}.channel-explainer{background:var(--white)}.channel-grid{grid-template-columns:.86fr 1.14fr;align-items:start;gap:100px;display:grid}.channel-grid h2{margin-bottom:18px;font-size:clamp(2.2rem,4.3vw,3.6rem)}.safety-list{border-top:1px solid var(--border-dark);list-style:none}.safety-list li{border-bottom:1px solid var(--border);grid-template-columns:46px 1fr;gap:16px;padding:22px 0;display:grid}.safety-list span{color:var(--green);letter-spacing:.1em;font-size:.66rem;font-weight:850}.safety-list p{color:var(--ink-soft);margin:0;font-size:.93rem}.scam-warning-section{background:var(--surface);border-top:1px solid var(--border);padding:75px 0}.scam-warning-grid{grid-template-columns:auto 1fr;gap:36px;max-width:920px;display:grid}.warning-icon{background:var(--green-soft);width:76px;height:76px;color:var(--green);border-radius:50%;place-items:center;display:grid}.warning-icon svg{width:37px}.scam-warning-grid h2{max-width:760px;margin-bottom:13px;font-size:clamp(1.7rem,3.3vw,2.55rem);line-height:1.15}.scam-warning-grid p:last-child{color:var(--muted);margin:0;font-size:.9rem;line-height:1.7}.success-section{background:var(--surface);padding:88px 0 110px}.success-container{text-align:center;max-width:830px}.success-container>.eyebrow{justify-content:center}.success-mark{background:var(--green);width:72px;height:72px;color:var(--white);border-radius:50%;place-items:center;margin:0 auto 25px;display:grid;box-shadow:0 12px 30px #0b6e4f38}.success-mark svg{stroke-width:2.5px;width:34px}.success-container>h1{margin-bottom:17px;font-size:clamp(2.5rem,5.5vw,4.6rem)}.success-lead{max-width:640px;color:var(--muted);margin:0 auto 28px;font-size:1.1rem;line-height:1.65}.success-email-card{border:1px solid var(--border-dark);background:var(--white);text-align:left;border-radius:10px;align-items:flex-start;gap:17px;max-width:650px;margin:0 auto;padding:22px 24px;display:flex}.success-email-card>svg{width:25px;color:var(--green);flex:none}.success-email-card strong{margin-bottom:3px;font-size:.9rem;display:block}.success-email-card p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.55}.success-trust-note{max-width:650px;color:var(--muted-light);margin:14px auto 55px;font-size:.7rem}.success-next{border-radius:var(--radius-md);background:var(--ink);color:var(--white);text-align:left;grid-template-columns:1fr auto;align-items:center;gap:45px;padding:37px 39px;display:grid}.success-next .eyebrow{color:#94cfb8;margin-bottom:11px}.success-next h2{margin-bottom:9px;font-size:1.8rem}.success-next p:last-child{color:#a7b8b2;margin:0;font-size:.83rem}.success-actions{flex-direction:column;align-items:stretch;display:flex}.success-actions .button-text{color:#a6d8c5}.legal-section{padding:88px 0 120px}.legal-grid{grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);align-items:start;gap:105px;display:grid}.legal-intro{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:32px;position:sticky;top:115px}.legal-intro h1{margin-bottom:17px;font-size:clamp(2.35rem,4.4vw,3.6rem)}.legal-intro>p:not(.eyebrow){color:var(--muted);font-size:.9rem;line-height:1.68}.legal-intro>span{border-top:1px solid var(--border);color:var(--muted-light);padding-top:18px;font-size:.69rem;display:block}.legal-content{max-width:750px}.legal-content h2{letter-spacing:-.02em;margin:44px 0 12px;font-size:1.25rem}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:var(--muted);font-size:.92rem;line-height:1.8}.legal-content p{margin-bottom:15px}.legal-content ul{gap:7px;margin:0 0 17px 19px;padding-left:10px;display:grid}.legal-content a{color:var(--green);text-underline-offset:3px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.status-page{background:var(--surface);align-items:center;min-height:65vh;display:flex}.status-page h1{margin-bottom:17px;font-size:clamp(2.5rem,5vw,4.5rem)}.status-page p:not(.eyebrow){max-width:570px;color:var(--muted);margin-bottom:27px;font-size:1rem}@media (max-width:1080px){.desktop-nav{gap:18px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:28px}.hero-copy h1{font-size:clamp(3.35rem,7.8vw,5.4rem)}.kit-grid{grid-template-columns:repeat(2,1fr)}.kit-card{min-height:265px}.cv-home-grid{gap:60px}.purchase-grid{gap:45px}.jobs-hero-grid{gap:55px}.footer-grid{grid-template-columns:1.35fr repeat(3,.8fr);gap:35px}}@media (max-width:900px){.container{width:min(calc(100% - 40px), var(--max-width))}.section-shell{padding:88px 0}.desktop-nav{display:none}.menu-button{display:inline-flex}.header-buy{display:none}.mobile-nav{visibility:hidden;border-top:0 solid var(--border);background:var(--white);max-height:0;transition:max-height .22s,visibility .22s,border-width .22s;display:block;overflow:hidden}.mobile-nav.is-open{visibility:visible;border-top-width:1px;max-height:430px}.mobile-nav-inner{padding-top:12px;padding-bottom:22px;display:grid}.mobile-nav-inner>a:not(.button){border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:49px;font-size:.9rem;font-weight:700;display:flex}.mobile-nav-inner>a svg{width:18px}.mobile-nav-inner .button{margin-top:17px}.hero{padding:58px 0 70px}.hero-grid{grid-template-columns:1fr;gap:20px}.hero-copy{max-width:690px;padding-bottom:0}.hero-copy h1{font-size:clamp(3.8rem,12vw,6.2rem)}.hero-description{max-width:610px}.hero-visual-wrap{margin-top:5px}.product-visual{max-width:560px}.visual-sheet-front h2{font-size:clamp(1.7rem,6vw,2.55rem)}.visual-sheet-front p{font-size:clamp(.63rem,1.8vw,.78rem)}.sheet-brand{font-size:clamp(.75rem,2.2vw,1rem)}.file-pill{font-size:clamp(.44rem,1.3vw,.6rem)}.sheet-footer{font-size:clamp(.4rem,1.2vw,.52rem)}.visual-sheet>span{font-size:clamp(.48rem,1.4vw,.67rem)}.visual-badge{font-size:clamp(.56rem,1.5vw,.74rem)}.signal-grid>div{padding-inline:38px 20px}.trust-grid{grid-template-columns:1fr;gap:48px}.trust-grid h2{max-width:650px}.cv-home-grid{grid-template-columns:1fr;gap:52px}.cv-review-visual{min-height:480px}.review-paper{width:min(60%,360px)}.jobs-home-grid{grid-template-columns:auto 1fr}.jobs-home-grid .button,.jobs-home-grid .text-link{grid-column:2;justify-self:start}.final-cta-inner{flex-direction:column;align-items:flex-start}.final-cta-action{align-items:flex-start}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.purchase-grid{grid-template-columns:1fr}.purchase-visual-column{order:2}.purchase-card{max-width:650px;margin-inline:auto}.product-visual-compact{max-width:500px}.buy-contents-grid{grid-template-columns:1fr;gap:48px}.service-grid{grid-template-columns:1fr;gap:60px}.service-card{max-width:650px}.service-process-heading{grid-template-columns:1fr;gap:20px}.service-steps{grid-template-columns:repeat(2,1fr)}.service-steps li:nth-child(2){border-right:0}.service-steps li:nth-child(-n+2){border-bottom:1px solid var(--border)}.jobs-hero-grid{grid-template-columns:1fr}.phone-mockup{display:none}.channel-grid{grid-template-columns:1fr;gap:50px}.legal-grid{grid-template-columns:1fr;gap:55px}.legal-intro{position:static}}@media (max-width:640px){.container,.narrow-container{width:min(calc(100% - 32px), var(--max-width))}.section-shell{padding:72px 0}.header-inner{height:68px}.brand-mark{width:33px;height:33px}.brand-word{font-size:1.08rem}.hero{padding:48px 0 57px}.hero:before{border-width:65px;width:390px;height:390px;top:-110px;right:-150px}.hero-copy{padding-top:9px}.hero-copy h1{margin-bottom:19px;font-size:clamp(3.25rem,17vw,4.6rem)}.hero-lead{font-size:1.28rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:15px}.hero-actions .button{width:100%}.instant-note{justify-content:center}.hero-trust{justify-content:space-between;gap:9px}.hero-trust li{font-size:.7rem}.hero-visual-wrap{margin:8px -10px 0}.product-visual{width:100%}.visual-dot-two{border-width:14px}.visual-sheet{box-shadow:0 13px 32px #08271d1f}.visual-badge{right:2%}.signal-grid{grid-template-columns:1fr;padding:10px 0}.signal-grid>div,.signal-grid>div:first-child{border-right:0;border-bottom:1px solid var(--border);min-height:72px;padding:13px 0 13px 32px}.signal-grid>div:last-child{border-bottom:0}.signal-grid>div:before,.signal-grid>div:first-child:before{left:1px}.section-heading{margin-bottom:36px}.section-heading h2{font-size:2.2rem}.kit-grid{grid-template-columns:1fr;gap:13px}.kit-card{min-height:0;padding:23px 21px}.item-number{margin-top:22px}.section-cta{flex-direction:column;align-items:stretch;gap:13px}.section-cta .button{width:100%}.section-cta p{text-align:center}.steps-grid{grid-template-columns:1fr}.steps-grid li{border-right:1px solid var(--border-dark);border-bottom:0;min-height:230px;padding:29px 27px}.steps-grid li:last-child{border-bottom:1px solid var(--border-dark)}.step-icon{margin-bottom:29px}.trust-section{padding:72px 0}.trust-grid{gap:34px}.trust-grid h2{font-size:2.65rem}.trust-panel{padding:28px 24px}.cv-review-visual{min-height:365px}.review-paper{width:66%;min-height:285px;padding:27px 23px}.review-paper-head{margin-bottom:34px}.review-note-one{right:-25%}.review-note-two{left:-19%}.cv-home-copy h2{font-size:2.3rem}.compact-check-grid{grid-template-columns:1fr}.cv-home-copy .button{width:100%}.jobs-home-section{padding:45px 0}.jobs-home-grid{text-align:center;grid-template-columns:1fr}.jobs-channel-icon{margin-inline:auto}.jobs-home-grid .eyebrow{justify-content:center}.jobs-home-grid .button,.jobs-home-grid .text-link{grid-column:1;justify-content:center;justify-self:stretch}.final-cta-section{padding:72px 0}.final-cta-inner{gap:31px}.final-cta-action{align-items:stretch;width:100%}.final-cta-action .button{width:100%}.final-cta-action>span{justify-content:center}.site-footer{padding-top:58px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:42px 28px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:5px}.purchase-hero{padding:51px 0 70px}.purchase-grid{gap:48px}.purchase-card{padding:31px 23px 28px}.purchase-card h1{font-size:2.45rem}.purchase-price strong{font-size:2.4rem}.purchase-confidence{margin-inline:12px}.buy-file-list li{grid-template-columns:auto 1fr}.buy-file-list small{display:none}.faq-list summary{font-size:.93rem}.service-hero{padding:55px 0 70px}.service-copy h1{font-size:3.2rem}.service-copy .checkout-action{max-width:none}.service-card{padding:31px 24px}.service-steps{grid-template-columns:1fr}.service-steps li{border-right:0;border-bottom:1px solid var(--border);min-height:175px}.service-steps li:nth-child(2){border-right:0}.service-steps li:last-child{border-bottom:0}.service-steps li>span{margin-bottom:27px}.plain-trust-grid{grid-template-columns:1fr}.jobs-hero{padding:57px 0 70px}.jobs-hero h1{font-size:clamp(3.25rem,17vw,4.7rem)}.jobs-hero .button{width:100%}.jobs-free-note{align-items:flex-start}.channel-grid h2{font-size:2.35rem}.scam-warning-grid{grid-template-columns:1fr;gap:22px}.success-section{padding:63px 0 80px}.success-container>h1{font-size:2.7rem}.success-email-card{padding:19px}.success-next{grid-template-columns:1fr;gap:27px;padding:30px 24px}.success-actions .button-primary{width:100%}.success-actions .button-text{justify-content:flex-start}.legal-section{padding:55px 0 78px}.legal-grid{gap:42px}.legal-intro{padding:25px 23px}.legal-intro h1{font-size:2.5rem}.legal-content h2{margin-top:36px}}@media (max-width:380px){.hero-copy h1{font-size:3.1rem}.hero-trust{grid-template-columns:repeat(2,1fr);display:grid}.button-large{padding-inline:16px;font-size:.87rem}.review-note{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.site-footer,.button{display:none!important}.legal-grid{display:block}.legal-intro{background:0 0;border:0;margin-bottom:35px;padding:0;position:static}.legal-section{padding:0}}
