.create-container{max-width:900px;margin:0 auto;padding:40px 24px}.create-header{text-align:center;margin-bottom:60px}.create-header h1{font-size:48px;font-weight:300;letter-spacing:-.5px;margin-bottom:16px;color:var(--text)}.create-subtitle{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.6}.progress-steps{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:48px;padding:0 24px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;max-width:120px;position:relative}.progress-step:before{content:"";position:absolute;top:18px;left:50%;width:calc(100% + 12px);height:2px;background:var(--border);z-index:-1}.progress-step:last-child:before{display:none}.step-circle{width:36px;height:36px;border-radius:50%;background:var(--soft-gray);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text-muted);transition:all .3s ease}.progress-step.active .step-circle{background:var(--accent);border-color:var(--accent);color:#fff}.progress-step.completed .step-circle{background:var(--forest);border-color:var(--forest);color:#fff}.step-label{font-size:12px;color:var(--text-muted);text-align:center;font-weight:500}.progress-step.active .step-label{color:var(--accent);font-weight:600}.form-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:48px;box-shadow:0 2px 8px #00000008}.form-step{min-height:400px}.form-step h2{font-size:32px;font-weight:300;margin-bottom:12px;color:var(--text)}.form-step-subtitle{font-size:16px;color:var(--text-light);margin-bottom:40px;line-height:1.6}.form-group{margin-bottom:28px}.form-group label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px}.form-group label .required{color:var(--error);margin-left:4px}.form-group .helper-text{font-size:13px;color:var(--text-muted);margin-top:6px;line-height:1.5}.form-group input[type=text],.form-group input[type=date],.form-group input[type=number],.form-group textarea{width:100%;padding:12px 16px;font-size:15px;border:1px solid var(--border);border-radius:8px;background:var(--white);color:var(--text);font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-pale)}.form-group input.error,.form-group textarea.error{border-color:var(--error)}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.error-message{font-size:13px;color:var(--error);margin-top:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tag-input-wrapper{border:1px solid var(--border);border-radius:8px;padding:8px;background:var(--white);min-height:48px;display:flex;flex-wrap:wrap;gap:6px;transition:all .2s ease}.tag-input-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-pale)}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--accent-pale);color:var(--accent);border-radius:6px;font-size:14px;font-weight:500}.tag-remove{background:none;border:none;color:var(--accent);cursor:pointer;font-size:16px;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.tag-remove:hover{background:var(--accent-light);color:#fff}.tag-input{border:none;outline:none;padding:6px;font-size:15px;flex:1;min-width:120px;font-family:inherit}.tone-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.tone-option{border:2px solid var(--border);border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;background:var(--white);text-align:left}.tone-option:hover{border-color:var(--accent-light);background:var(--accent-pale)}.tone-option.selected{border-color:var(--accent);background:var(--accent-pale)}.tone-option-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tone-icon{font-size:28px}.tone-title{font-size:18px;font-weight:600;color:var(--text)}.tone-description{font-size:14px;color:var(--text-light);line-height:1.5}.length-options{display:flex;gap:12px;margin-bottom:32px}.length-option{flex:1;border:2px solid var(--border);border-radius:10px;padding:20px;cursor:pointer;transition:all .2s ease;text-align:center;background:var(--white)}.length-option:hover{border-color:var(--accent-light);background:var(--accent-pale)}.length-option.selected{border-color:var(--accent);background:var(--accent-pale)}.length-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:6px}.length-description{font-size:13px;color:var(--text-light)}.review-summary{background:var(--soft-gray);border-radius:10px;padding:32px;margin-bottom:32px}.review-section{margin-bottom:28px}.review-section:last-child{margin-bottom:0}.review-section h3{font-size:16px;font-weight:600;color:var(--accent);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.review-section p,.review-section ul{font-size:15px;color:var(--text);line-height:1.6;margin:0}.review-section ul{list-style:none;padding:0}.review-section li{padding:4px 0;display:flex;align-items:baseline}.review-section li:before{content:"•";color:var(--accent);font-weight:700;margin-right:10px}.generated-content{background:var(--soft-gray);border-radius:10px;padding:40px;margin-bottom:32px}.obituary-text{font-family:Crimson Pro,Georgia,serif;font-size:18px;line-height:1.8;color:var(--text);white-space:pre-wrap}.obituary-text[contenteditable=true]{outline:none;padding:16px;background:var(--white);border-radius:8px;border:2px solid var(--accent)}.edit-notice{font-size:13px;color:var(--text-muted);font-style:italic;margin-top:12px}.form-actions{display:flex;gap:12px;justify-content:space-between;margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.btn{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 4px 12px #8b6f4733}.btn-primary:disabled{background:var(--text-muted);cursor:not-allowed;transform:none}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--soft-gray);border-color:var(--text-light)}.btn-ghost{background:transparent;color:var(--text-light);padding:14px 24px}.btn-ghost:hover{color:var(--text);background:var(--soft-gray)}.btn-success{background:var(--forest);color:#fff}.btn-success:hover{background:var(--sage);transform:translateY(-1px);box-shadow:0 4px 12px #4a5f4f33}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.error-banner{background:#fee;border:1px solid var(--error);border-radius:8px;padding:16px 20px;margin-bottom:24px;display:flex;align-items:center;gap:12px}.error-banner span{font-size:20px}.error-banner p{flex:1;margin:0;color:var(--error);font-size:15px}.error-close{background:none;border:none;color:var(--error);cursor:pointer;font-size:18px;padding:4px 8px}.resume-banner{background:linear-gradient(135deg,var(--soft-gold) 0%,rgba(255,248,235,.8) 100%);border:2px solid var(--accent-light);border-radius:8px;padding:20px 24px;margin-bottom:32px;animation:slideDown .3s ease}.resume-banner-content{display:flex;align-items:center;gap:16px;font-size:16px;color:var(--text)}.resume-banner-content>span{font-size:28px;flex-shrink:0}.resume-banner-content>div{flex:1}.resume-banner-content p{margin:0;line-height:1.4}.resume-banner-subtext{color:var(--text-light);font-size:14px;margin-top:4px!important}.resume-banner-actions{display:flex;gap:12px;margin-left:auto}.followup-prompt{background:#f0f8ff;border:1px solid var(--accent-light);border-radius:6px;padding:12px;margin-top:8px;animation:slideDown .2s ease}.followup-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.followup-text{margin:0;font-size:14px;color:var(--text);flex:1}.followup-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-light);padding:0;margin:-4px -4px 0 8px;flex-shrink:0}.followup-close:hover{color:var(--text)}.followup-input-group{display:flex;gap:8px}.followup-input{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:14px;font-family:inherit}.followup-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.1)}.followup-submit{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.followup-submit:hover{background:var(--accent-dark)}.length-tooltip{font-size:12px;color:var(--text-light);margin-top:6px;font-weight:400;font-style:italic}.obituary-textarea{width:100%;min-height:400px;padding:24px;border:2px solid var(--border);border-radius:8px;font-family:Georgia,serif;font-size:16px;line-height:1.8;color:var(--text);background:#faf8f3;resize:vertical;transition:all .2s ease}.obituary-textarea:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.obituary-textarea:read-only{background:#faf8f3;cursor:pointer}.edit-notice{text-align:center;color:var(--text-light);font-size:13px;margin-top:12px;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s ease}.edit-notice:hover{background:var(--soft-gray);color:var(--text)}.try-another-style{margin-top:32px;padding-top:32px;border-top:1px solid var(--border)}.try-another-style h3{margin-top:0;margin-bottom:8px}.style-buttons{display:flex;gap:12px;flex-wrap:wrap}.style-buttons .btn{flex:1;min-width:120px;display:flex;align-items:center;justify-content:center;gap:8px}.share-export-section{margin-top:32px;padding-top:32px;border-top:1px solid var(--border)}.share-export-section h3{margin-top:0;margin-bottom:8px}.export-buttons{display:flex;gap:12px;flex-wrap:wrap}.export-buttons .btn{flex:1;min-width:140px;display:flex;align-items:center;justify-content:center}.btn-copied{background:var(--forest)!important;color:#fff!important}.btn-copied:hover{background:var(--forest)!important}.edit-token-section{margin-top:24px;animation:slideUp .3s ease}.btn-small{padding:8px 16px;font-size:14px}.published-success-step{display:flex;flex-direction:column;gap:24px}.published-hero{display:flex;align-items:center;gap:24px;padding:32px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at top left,rgba(255,248,235,.95),transparent 50%),linear-gradient(180deg,#fff,#fcfaf6);box-shadow:0 8px 24px #35291a0f}.published-hero-icon{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:40px;background:#e6c4732e;border:1px solid rgba(139,111,71,.12)}.published-hero-copy{flex:1}.published-kicker{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.published-subtitle{margin:0;font-size:17px;line-height:1.7;color:var(--text-light);max-width:620px}.published-hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.publish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.publish-card{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:0 4px 20px #35291a0d}.publish-card-highlight{background:linear-gradient(180deg,#fffdf9,#fff)}.publish-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.publish-card-header h3{margin:0 0 8px;font-size:28px;font-weight:400;color:var(--text)}.publish-card-header p{margin:0;color:var(--text-light);line-height:1.6}.publish-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#e6c47338;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.publish-chip-soft{background:#8b6f4714}.publish-share-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px}.publish-share-button{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);cursor:pointer;font:inherit;font-weight:600;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.publish-share-button:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 8px 18px #35291a14}.publish-share-mark{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--soft-gray);color:var(--accent);font-size:14px;font-weight:700;flex-shrink:0}.publish-link-row{display:flex;gap:12px;align-items:center}.publish-link-field{width:100%;min-width:0;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#faf8f3;color:var(--text);font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.publish-upload-grid{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:24px;align-items:flex-start}.publish-main-photo-frame{aspect-ratio:4 / 5;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(180deg,#fff8ebbf,#f5f0e8e6);display:flex;align-items:center;justify-content:center}.publish-main-photo-image{width:100%;height:100%;object-fit:cover}.publish-photo-placeholder{display:flex;flex-direction:column;gap:8px;padding:24px;text-align:center;color:var(--text-light);line-height:1.6}.publish-photo-placeholder strong{color:var(--text);font-size:18px;font-weight:600}.publish-file-picker{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border:1px dashed var(--accent);border-radius:14px;background:#8b6f470a;color:var(--accent);font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.publish-file-picker:hover{background:#8b6f4714;border-color:var(--accent-light)}.publish-file-picker input{display:none}.publish-file-picker-wide{width:100%;min-height:80px;justify-content:center}.publish-field-hint{margin:12px 0 0;font-size:14px;color:var(--text-light);line-height:1.6}.publish-mini-field{margin-top:20px;margin-bottom:0}.publish-inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.publish-status{margin-top:16px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.6}.publish-status-success{background:#4a5f4f1a;border:1px solid rgba(74,95,79,.18);color:#23442a}.publish-status-error{background:#ef444414;border:1px solid rgba(239,68,68,.18);color:#b42318}.publish-photo-queue{display:grid;gap:12px;margin-top:20px}.publish-photo-queue-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:16px;background:#fcfbf8}.publish-photo-thumb{width:80px;height:80px;border-radius:14px;overflow:hidden;background:var(--soft-gray);flex-shrink:0}.publish-photo-thumb img{width:100%;height:100%;object-fit:cover}.publish-photo-meta{min-width:0}.publish-photo-meta h4{margin:0 0 6px;font-size:16px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-photo-meta p{margin:0;font-size:13px;color:var(--text-light);line-height:1.5}.publish-photo-meta p+p{margin-top:4px}.publish-photo-actions{display:flex;align-items:center;gap:10px}.publish-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.publish-status-pill-ready{background:#8b6f471a;color:var(--accent)}.publish-status-pill-uploading{background:#3b82f61f;color:#1d4ed8}.publish-status-pill-uploaded{background:#4a5f4f24;color:#23442a}.publish-status-pill-waiting{background:#f59e0b24;color:#b45309}.publish-status-pill-error{background:#ef44441f;color:#b42318}.publish-remove-button{background:transparent;border:none;color:var(--text-light);cursor:pointer;font:inherit;font-weight:600;padding:0}.publish-remove-button:hover{color:var(--text)}.publish-empty-state{margin-top:20px;padding:24px;border-radius:16px;border:1px dashed var(--border);background:#fcfbf8;color:var(--text-light);text-align:center;line-height:1.7}.publish-footer-actions{display:flex;justify-content:center}.loading-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{.create-container,.create-header,.progress-steps,.form-actions,.btn,.edit-notice,.try-another-style,.share-export-section,.resume-banner,.trust-indicators,.followup-prompt,.published-success-step{display:none!important}.obituary-textarea{border:none;background:#fff;box-shadow:none;min-height:auto}body{background:#fff}}.trust-indicators{display:flex;justify-content:center;gap:40px;margin-top:60px;padding:32px 24px;border-top:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-light)}.trust-icon{font-size:20px}@media(max-width:768px){.create-container{padding:24px 16px}.create-header h1{font-size:36px}.create-subtitle{font-size:16px}.form-card{padding:32px 24px}.form-step h2{font-size:28px}.form-row,.tone-options{grid-template-columns:1fr}.length-options,.form-actions{flex-direction:column}.btn{width:100%;justify-content:center}.trust-indicators{flex-direction:column;align-items:center;gap:20px}.progress-steps{gap:8px;padding:0 8px}.progress-step{max-width:80px}.step-label{font-size:10px}.step-circle{width:32px;height:32px;font-size:12px}.published-hero{flex-direction:column;align-items:flex-start;padding:24px}.published-hero-actions{width:100%;justify-content:stretch}.publish-grid{grid-template-columns:1fr}.publish-card{padding:24px 20px}.publish-card-header{flex-direction:column}.publish-share-grid{grid-template-columns:1fr}.publish-link-row{flex-direction:column;align-items:stretch}.publish-upload-grid{grid-template-columns:1fr}.publish-main-photo-frame{max-width:280px}.publish-photo-queue-item{grid-template-columns:72px minmax(0,1fr)}.publish-photo-actions{grid-column:1 / -1;justify-content:space-between}}@media(max-width:480px){.review-summary,.generated-content{padding:24px 20px}.obituary-text{font-size:16px}}.lead-capture-header{margin-bottom:32px;text-align:center}.lead-capture-form{max-width:500px;margin:0 auto}.lead-checkboxes{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:16px;line-height:1.5;user-select:none}.checkbox-label input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:var(--accent)}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checkbox-label a{color:var(--accent);text-decoration:underline;transition:color .2s}.checkbox-label a:hover{color:var(--primary)}.lead-privacy-notice{text-align:center;font-size:14px;color:var(--text-light);margin-bottom:24px;padding:12px;background:var(--soft-gray);border-radius:6px}.lead-error{margin-bottom:20px}@media(max-width:768px){.checkbox-label{font-size:15px}.checkbox-label input[type=checkbox]{width:18px;height:18px}}.tree-modal-backdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b121a94;backdrop-filter:blur(6px)}.tree-modal-panel{width:min(1040px,100%);max-height:min(90vh,980px);overflow:auto;border-radius:8px;background:#fffdf9;box-shadow:0 28px 80px #0b121a52}.tree-modal-header{position:sticky;top:0;z-index:1;padding:22px 26px;color:#fff;background:#245f3d}.tree-modal-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.tree-modal-header h2{margin:0 0 6px;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.55rem;line-height:1.15}.tree-modal-header p{margin:0;color:#dbeee1;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tree-modal-close{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;background:transparent;cursor:pointer}.tree-modal-close svg{width:20px;height:20px}.tree-modal-content{padding:22px}.tree-modal-intro-block,.tree-modal-form,.tree-payment-form{display:grid;gap:24px}.tree-modal-hero{position:relative;display:flex;min-height:330px;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:32px;border-radius:8px;color:#fff;background:linear-gradient(90deg,#0c2117e0,#0c21178f 42%,#0c21171f),linear-gradient(0deg,#08140ea3,#08140e05 56%),url(/images/memorial-tree-planting-workers-86a1ef8.webp) center center / cover no-repeat}.tree-modal-hero-copy{width:min(520px,100%);position:relative;z-index:1}.tree-modal-kicker{margin:0 0 8px;color:#d8f4df;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.tree-modal-hero h3{margin:0;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.tree-modal-hero p{margin:12px 0 0;color:#ffffffe6;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.08rem;line-height:1.45}.tree-modal-hero-chips{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tree-modal-hero-chips span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;color:#effff3;background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff38;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;font-weight:800}.tree-modal-field{display:grid;gap:8px}.tree-modal-fields{display:grid;gap:16px}.tree-modal-field label{color:#34413a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;font-weight:800}.tree-modal-field input,.tree-modal-field select,.tree-modal-field textarea{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #cfd8d1;border-radius:6px;color:#17202a;background:#fff;font:inherit}.tree-modal-field input:focus,.tree-modal-field select:focus,.tree-modal-field textarea:focus{outline:2px solid rgba(47,122,79,.32);border-color:#2f7a4f}.tree-modal-help,.tree-secure-note{margin:0;color:#65726c;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem}.tree-tier-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.tree-tier-card{position:relative;min-height:168px;padding:16px;border:2px solid #e0e6df;border-radius:8px;color:inherit;font:inherit;text-align:left;background:#fff;appearance:none;cursor:pointer;touch-action:manipulation;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.tree-tier-card-selected{border-color:#2f7a4f;background:#f4fbf6;box-shadow:0 0 0 1px #2f7a4f1f,inset 5px 0 #2f7a4f}.tree-tier-card:focus-visible{outline:3px solid rgba(47,122,79,.24);outline-offset:3px}@media(hover:hover)and (pointer:fine){.tree-tier-card:hover{border-color:#2f7a4f;background:#f4fbf6}}.tree-tier-badge{display:inline-flex;margin-bottom:10px;padding:4px 8px;border-radius:999px;color:#7a4e1d;background:#f7ead8;font-size:.74rem;font-weight:850}.tree-tier-name,.tree-tier-count,.tree-tier-price,.tree-tier-description{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tree-tier-name{color:#17202a;font-size:1rem;font-weight:850}.tree-tier-price{margin-top:6px;color:#2f7a4f;font-size:1.45rem;font-weight:850}.tree-tier-count{margin-top:8px;color:#34413a;font-size:.9rem;font-weight:800}.tree-tier-description{margin-top:8px;color:#65726c;font-size:.82rem;line-height:1.45}.tree-modal-checkbox{display:flex;gap:10px;align-items:center;color:#34413a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem}.tree-modal-checkbox input{width:18px;height:18px;accent-color:#2f7a4f}.tree-modal-error{padding:13px 15px;border:1px solid #f1b6bd;border-radius:8px;color:#8c1f2c;background:#fff1f3;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem}.tree-modal-submit,.tree-modal-secondary{display:inline-flex;width:100%;min-height:46px;align-items:center;justify-content:center;padding:12px 16px;border:0;border-radius:6px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:850;text-decoration:none;cursor:pointer}.tree-modal-submit{color:#fff;background:#2f7a4f}.tree-modal-submit:hover{background:#245f3d}.tree-modal-submit:disabled{background:#b8c2bb;cursor:not-allowed}.tree-modal-secondary{color:#34413a;background:#eef3ef}.tree-payment-form{padding-top:4px}.tree-secure-note{text-align:center}.tree-success{display:grid;gap:18px;justify-items:center;padding:34px 0;text-align:center}.tree-success svg{width:80px;height:80px;color:#2f7a4f}.tree-success h3{margin:0;color:#17202a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem}.tree-success p{margin:0;color:#51605a;line-height:1.6}.tree-certificate-preview{display:block;width:min(100%,520px);height:auto;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 14px 30px #11182724}.tree-success-actions{display:grid;width:min(360px,100%);gap:10px}@media(max-width:760px){.tree-modal-backdrop{align-items:flex-end;padding:0}.tree-modal-panel{width:100%;max-height:92vh;border-radius:8px 8px 0 0}.tree-modal-header{position:static}.tree-modal-header,.tree-modal-content{padding:18px}.tree-modal-hero{min-height:260px;padding:24px;background:linear-gradient(90deg,#0c2117e6,#0c21179e 70%,#0c211757),linear-gradient(0deg,#08140eb3,#08140e14 58%),url(/images/memorial-tree-planting-workers-86a1ef8.webp) center center / cover no-repeat}.tree-tier-grid{grid-template-columns:1fr;gap:10px}.tree-tier-card{min-height:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 14px;padding:14px}.tree-tier-card-selected{box-shadow:inset 5px 0 #2f7a4f}.tree-tier-badge,.tree-tier-description{grid-column:1 / -1}.tree-tier-badge{margin-bottom:2px}.tree-tier-name{grid-column:1;min-width:0}.tree-tier-price{grid-column:2;margin-top:0;text-align:right;white-space:nowrap}.tree-tier-count{grid-column:1;margin-top:0}.tree-tier-description{margin-top:2px}}
