body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:999;border-bottom:3px solid #3C5D44}.navbar-brand{font-family:Arial,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1;-webkit-user-select:none;user-select:none}.brand-green{color:#3c5d44}.brand-gold{color:#c9a227}.navbar-brand{text-decoration:none}.hero{background:#f5f5f5;min-height:100vh;padding:7rem 2rem 4rem;box-sizing:border-box;display:grid;place-items:center}.hero-inner{max-width:1200px;width:100%;text-align:center;margin:0 auto}.hero-title{color:#3c5d44;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.8rem);margin:0 0 1.2rem;text-wrap:balance}.hero-title .accent{position:relative;display:inline-block}.hero-title .accent:after{content:"";position:absolute;left:0;right:0;bottom:-.06em;height:.13em;background:linear-gradient(90deg,#c9a227,#e7ce72);border-radius:999px;transform:rotate(-1.2deg);opacity:.95}.hero-lead{color:#3c5d44;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.75;margin:0 auto 1.5rem;max-width:85ch;opacity:.92}.hero-lead strong{font-weight:700;color:#3c5d44}.hero-feature-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:0 auto 2rem;max-width:900px}.hero-chip{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:500;color:#3c5d44;background:#fff;border:1px solid rgba(60,93,68,.2);padding:.5rem .9rem;border-radius:999px;line-height:1;transition:border-color .2s ease,box-shadow .2s ease}.hero-chip:hover{border-color:#3c5d4466;box-shadow:0 2px 8px #3c5d4414}.hero-badges{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.5rem}.badge-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .25s ease,opacity .2s ease;border-radius:12px}.badge-link:hover{transform:translateY(-4px) scale(1.02);opacity:.9}.badge-link:active{transform:translateY(-2px) scale(1.01)}.hero-badges img{height:56px;width:auto;display:block;border-radius:10px}.hero-subnote{margin-top:1.1rem;color:#3c5d44;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;opacity:.65;font-size:.9rem;letter-spacing:.01em}@media (max-width: 900px){.hero{padding:6rem 1.5rem 3rem}.hero-title{font-size:clamp(1.9rem,5vw,2.8rem)}.hero-lead{max-width:70ch;font-size:1rem;line-height:1.7}.hero-feature-row{gap:.5rem}.hero-chip{font-size:.85rem;padding:.45rem .75rem}}@media (max-width: 600px){.hero{padding:5rem 1.25rem 3rem;min-height:100svh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.hero-title{font-size:1.8rem;margin-bottom:1rem}.hero-lead{font-size:.95rem;line-height:1.65;margin-bottom:1.25rem}.hero-feature-row{margin-bottom:1.5rem}.hero-chip{font-size:.8rem;padding:.4rem .7rem}.hero-badges{gap:1rem}.hero-badges img{height:48px}.badge-link:hover{transform:translateY(-2px) scale(1.01)}.hero-subnote{font-size:.85rem;margin-top:.9rem}}.offerings{background:#3c5d44;padding:4rem 2rem;display:grid;place-items:center;box-sizing:border-box}.offerings-inner{max-width:1200px;width:100%;margin:0 auto;text-align:center}.offerings-eyebrow{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#c9a227;margin:0 0 1rem}.offerings-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin:0 0 .85rem;text-wrap:balance}.offerings-lead{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#ffffffb3;font-size:1rem;line-height:1.6;max-width:62ch;margin:0 auto 2.25rem}.offerings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.offering-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem 1.4rem 1.4rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column}.offering-card:hover{transform:translateY(-4px);border-color:#c9a22766;box-shadow:0 16px 40px #00000040}.offering-card-num{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c9a227;margin:0 0 .9rem;display:block}.offering-card h3{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2;margin:0 0 .5rem}.offering-card p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#ffffffb3;font-size:.92rem;line-height:1.55;margin:0}.offering-card p strong{color:#fff;font-weight:600}@media (max-width: 1000px){.offerings-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.offerings{padding:4rem 1.25rem}.offerings-grid{grid-template-columns:1fr;gap:1rem}.offering-card{padding:1.75rem 1.5rem 1.5rem}.offering-card-num{margin-bottom:1.1rem}.offering-card h3{font-size:1.3rem}.offerings-lead{margin-bottom:2.5rem}}.shots{background:#fff;padding:4rem 2rem;display:grid;place-items:center;box-sizing:border-box}.shots-inner{max-width:900px;width:100%;margin:0 auto}.shots-header{text-align:center;margin-bottom:2.5rem}.shots-eyebrow{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#c9a227;margin:0 0 1rem}.shots-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;color:#3c5d44;letter-spacing:-.02em;line-height:1.1;margin:0 0 .85rem;text-wrap:balance}.shots-lead{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#3c5d44;opacity:.7;font-size:1rem;line-height:1.6;max-width:60ch;margin:0 auto}.shots-stage{display:grid;grid-template-columns:auto auto;gap:3rem;align-items:center;justify-content:center}.shots-caption{text-align:left;min-height:220px;max-width:380px;display:flex;flex-direction:column;justify-content:center}.shots-caption-num{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c9a227;margin:0 0 .9rem}.shots-caption-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.35rem,2.2vw,1.7rem);font-weight:700;color:#3c5d44;letter-spacing:-.015em;line-height:1.2;margin:0 0 .85rem}.shots-caption-text{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#3c5d44;opacity:.75;font-size:.95rem;line-height:1.6;margin:0;max-width:44ch}.shots-phone-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.shots-arrow{position:absolute;top:calc(50% - 14px);transform:translateY(-50%);height:48px;width:48px;border-radius:999px;border:1px solid rgba(60,93,68,.2);background:#fff;color:#3c5d44;font-size:1.8rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:border-color .2s,box-shadow .2s,transform .15s;box-shadow:0 2px 8px #3c5d440f;z-index:2;padding:0}.shots-arrow:hover{border-color:#3c5d4466;box-shadow:0 4px 12px #3c5d441a}.shots-arrow:active{transform:translateY(-50%) scale(.95)}.shots-arrow-left{left:-60px}.shots-arrow-right{right:-60px}.shots-phone{width:200px;background:#0a0a0a;border-radius:32px;border:2px solid rgba(0,0,0,.12);padding:12px 8px 16px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:7px;box-shadow:0 0 0 1px #0000000f,0 24px 60px #0000002e;flex-shrink:0}.shots-phone-notch{width:54px;height:9px;background:#ffffff26;border-radius:999px;flex-shrink:0}.shots-phone-screen{width:100%;border-radius:20px;overflow:hidden;background:#111;aspect-ratio:9 / 19.5}.shots-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.shots-phone-home{width:42px;height:4px;background:#fff3;border-radius:999px;flex-shrink:0}.shots-dots{display:flex;gap:8px;justify-content:center}.shots-dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(60,93,68,.3);background:transparent;cursor:pointer;transition:background .2s,border-color .2s;padding:0}.shots-dot:hover{border-color:#3c5d4480}.shots-dot.is-active{background:#c9a227;border-color:#c9a227}@media (max-width: 900px){.shots-stage{grid-template-columns:1fr;gap:3rem}.shots-caption{text-align:left;min-height:180px;max-width:380px;display:flex;flex-direction:column;justify-content:center}.shots-caption-text{max-width:52ch}.shots-phone-wrap{padding:0 4rem;order:1}.shots-arrow-left{left:-56px}.shots-arrow-right{right:-56px}}@media (max-width: 600px){.shots{padding:4rem 1.25rem}.shots-header{margin-bottom:2.5rem}.shots-title{font-size:1.7rem}.shots-lead{font-size:.95rem}.shots-caption-title{font-size:1.35rem}.shots-caption-text{font-size:.95rem}.shots-phone{width:200px}.shots-arrow{height:40px;width:40px;font-size:1.5rem}.shots-phone-wrap{padding:0 3rem}}@media (max-width: 400px){.shots-phone{width:180px}.shots-arrow{height:36px;width:36px;font-size:1.3rem}.shots-phone-wrap{padding:0 2.5rem}}.shots-lightbox-overlay{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.shots-lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.2rem;width:40px;height:40px;border-radius:999px;cursor:pointer;display:grid;place-items:center;transition:background .2s}.shots-lightbox-close:hover{background:#fff3}.shots-lightbox-phone{width:min(320px,80vw);background:#0a0a0a;border-radius:44px;border:2px solid rgba(255,255,255,.12);padding:18px 12px 22px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 32px 80px #0009}.shots-lightbox-notch{width:72px;height:11px;background:#ffffff26;border-radius:999px;flex-shrink:0}.shots-lightbox-screen{width:100%;border-radius:28px;overflow:hidden;aspect-ratio:9 / 19.5;background:#111}.shots-lightbox-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.shots-lightbox-home{width:56px;height:6px;background:#fff3;border-radius:999px;flex-shrink:0}.shots-lightbox-arrow{position:absolute;height:52px;width:52px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s;z-index:2}.shots-lightbox-arrow:hover{background:#fff3}.shots-lightbox-arrow--left{left:2rem}.shots-lightbox-arrow--right{right:2rem}.final-cta{background:#111;padding:5rem 2rem;box-sizing:border-box;text-align:center;color:#fff}.final-cta-inner{max-width:600px;margin:0 auto}.final-cta-eyebrow{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#c9a227;margin:0 0 1rem}.final-cta-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem;text-wrap:balance}.final-cta-lead{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#ffffffbf;margin:0 auto 2rem;max-width:52ch}.final-cta-form{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:.75rem}.final-cta-input{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;padding:.85rem 1.1rem;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;width:280px;max-width:100%;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box}.final-cta-input::placeholder{color:#fff6}.final-cta-input:focus{border-color:#c9a227;background:#ffffff17}.final-cta-button{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;color:#111;background:#c9a227;border:none;padding:.85rem 1.6rem;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .15s ease;white-space:nowrap;letter-spacing:.01em}.final-cta-button:hover:not(:disabled){background:#d9b03c;transform:translateY(-2px)}.final-cta-button:disabled{opacity:.6;cursor:not-allowed}.final-cta-success{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.05rem;font-weight:500;color:#fff;margin:0 0 1.5rem;padding:.85rem 1.25rem;background:#c9a22726;border:1px solid rgba(201,162,39,.4);border-radius:8px;display:inline-block}.final-cta-error{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;color:#ff9a9a;margin:.5rem 0 0}.final-cta-subnote{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.82rem;color:#ffffff80;margin:0 0 2rem;letter-spacing:.01em}.final-cta-divider{display:flex;align-items:center;gap:1rem;margin:2rem auto 1.5rem;max-width:320px}.final-cta-divider:before,.final-cta-divider:after{content:"";flex:1;height:1px;background:#ffffff26}.final-cta-divider span{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80}.final-cta-badges{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap}.final-cta-badge-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .25s ease,opacity .2s ease;border-radius:12px}.final-cta-badge-link:hover{transform:translateY(-4px) scale(1.02);opacity:.9}.final-cta-badge-link:active{transform:translateY(-2px) scale(1.01)}.final-cta-badges img{height:56px;width:auto;display:block;border-radius:10px}.coming-soon{position:relative;cursor:default;opacity:.7}.coming-soon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;pointer-events:none}@media (max-width: 600px){.final-cta{padding:4rem 1.25rem}.final-cta-title{font-size:1.6rem}.final-cta-lead{font-size:.95rem}.final-cta-form{flex-direction:column;align-items:center}.final-cta-input,.final-cta-button{width:100%}.final-cta-badges{gap:1rem}.final-cta-badges img{height:48px}.final-cta-badge-link:hover{transform:translateY(-2px) scale(1.01)}}.footer{background:#3c5d44;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:3rem 5rem;font-family:Arial,sans-serif}.footer-section{flex:1 1 180px;margin:1rem}.footer-section h4{margin-bottom:1rem;font-size:1.1rem;border-bottom:2px solid #C9A227;display:inline-block;padding-bottom:.3rem}.footer-section p{color:#ffffffd9;font-size:.9rem;line-height:1.6;margin:0 0 .5rem}.footer-section .footer-email{color:#c9a227;margin-top:.75rem}.footer-section a{color:#ffffffd9;font-size:.9rem;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#c9a227;text-decoration:none}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.6rem}.footer-bottom{flex-basis:100%;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:.8rem;color:#ffffff80;text-align:center;font-family:Arial,sans-serif;margin:0}@media (max-width: 900px){.footer{padding:2.5rem 3rem}}@media (max-width: 600px){.footer{flex-direction:column;text-align:center;padding:2.5rem 1.5rem}.footer-section{margin:1rem 0}.footer-section h4{margin-bottom:.75rem}.footer-bottom{margin-top:1.5rem;padding-top:1.5rem}}.legal-page{background:#f5f5f5;min-height:100vh;padding:6rem 2rem 4rem;box-sizing:border-box}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px #3c5d4414}.legal-page h1{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:#3c5d44;letter-spacing:-.02em;margin:0 0 .5rem;text-align:center}.legal-updated{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;color:#888;text-align:center;margin:0 0 2.5rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:700;color:#3c5d44;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #C9A227;display:inline-block}.legal-page p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;line-height:1.7;color:#444;margin:0 0 1rem}.legal-page ul{margin:0 0 1rem;padding-left:1.5rem}.legal-page li{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;line-height:1.7;color:#444;margin-bottom:.4rem}.legal-page a{color:#3c5d44;text-decoration:none;font-weight:600;transition:color .2s ease}.legal-page a:hover{color:#c9a227}.legal-contact{background:#f9f9f9;border-radius:12px;padding:1.5rem;margin-top:2.5rem;border:1px solid rgba(60,93,68,.1)}.legal-contact h2{margin-bottom:.5rem}.legal-contact p{margin:0}.legal-footer{font-size:.85rem;color:#999;text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #eee}.faq-list{margin-top:1rem}.faq-item{border-bottom:1px solid #eee}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#3c5d44;transition:color .2s ease}.faq-question:hover{color:#c9a227}.faq-icon{font-size:1.4rem;font-weight:300;color:#c9a227;flex-shrink:0;margin-left:1rem}.faq-answer{padding:0 0 1.25rem}.faq-answer p{margin:0;color:#555}@media (max-width: 768px){.legal-page{padding:5rem 1rem 3rem}.legal-container{padding:2rem 1.5rem;border-radius:12px}.legal-page h1{font-size:1.6rem}.legal-page h2{font-size:1.1rem}.legal-page p,.legal-page li{font-size:.9rem}}
