*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f0f4f1;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root{min-height:100vh}:root{--green:#1a5c38;--green-dark:#0d3520;--green-mid:#2a7a50;--navy:#1a3a5c;--white:#fff;--bg:#f0f4f1;--border:#ddeae2;--text:#1a1a1a;--muted:#777}.header{background:var(--white);z-index:200;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000017}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo img{object-fit:contain;width:44px;height:44px}.logo-text{flex-direction:column;line-height:1.25;display:flex}.logo-text strong{color:var(--green);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:800}.logo-text span{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px}.lang-switcher{position:relative}.lang-trigger{background:var(--white);cursor:pointer;color:#333;border:1.5px solid #ddd;border-radius:30px;align-items:center;gap:7px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:border-color .2s;display:flex}.lang-trigger:hover{border-color:#aaa}.lang-trigger svg{color:#555;flex-shrink:0}.lang-dropdown{z-index:300;background:#1a1a1a;border-radius:14px;flex-direction:column;min-width:148px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000038}.lang-option{color:#fff;text-align:center;cursor:pointer;background:0 0;border:none;padding:14px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.lang-option:hover{background:#2a2a2a}.lang-option.active{font-weight:700}.hero{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);justify-content:space-between;align-items:flex-end;min-height:200px;padding:36px 24px 0;display:flex;overflow:hidden}.hero-text{padding-bottom:32px}.hero-text h1{color:var(--white);text-transform:uppercase;letter-spacing:.5px;font-size:26px;font-weight:900;line-height:1.15}.hero-text p{color:#fff;max-width:240px;margin-top:10px;font-size:13.5px;line-height:1.55}.hero-image{align-items:flex-end;display:flex}.doc-stack{width:120px;height:145px;position:relative}.doc-sheet{border-radius:9px 9px 3px 3px;position:absolute;box-shadow:0 4px 20px #00000038}.doc-sheet:first-child{background:var(--white);transform-origin:100% 100%;width:84px;height:110px;bottom:0;right:0;transform:rotate(7deg)}.doc-sheet:nth-child(2){transform-origin:100% 100%;background:#f0f7f3;width:84px;height:110px;bottom:0;right:13px;transform:rotate(-3deg)}.doc-sheet:nth-child(3){z-index:1;background:#e3f0e9;justify-content:center;align-items:center;width:84px;height:110px;display:flex;bottom:0;right:26px}.doc-logo{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.doc-logo img{object-fit:contain;width:36px;height:36px}.page-body{flex-direction:column;gap:14px;padding:16px 12px 32px;display:flex}.section-card{background:var(--white);border-radius:16px;box-shadow:0 2px 14px #0000000f}.section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.section-header-left{align-items:center;gap:12px;display:flex}.section-icon{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.section-icon svg{color:#fff;width:16px;height:16px}.section-icon.navy{background:var(--navy)}.section-title{color:var(--text);letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:800}.chevron{color:#888;transition:transform .25s}.chevron.open{transform:rotate(180deg)}.section-body{flex-direction:column;gap:10px;padding:0 14px 16px;display:flex}.field-wrapper{flex-direction:column;gap:5px;display:flex}.field-row{border:1.5px solid var(--border);background:var(--white);border-radius:10px;align-items:center;gap:8px;padding:9px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.field-row:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #1a5c3814}.field-row--error{border-color:#e05252;box-shadow:0 0 0 3px #e0525214}.field-row--valid{border-color:var(--green);box-shadow:0 0 0 3px #1a5c3814}.field-icon{width:20px;height:20px;color:var(--green);flex-shrink:0;justify-content:center;align-items:center;display:flex}.field-icon svg{width:18px;height:18px}.field-label{color:#444;font-size:12px;font-weight:600}.field-label:after{content:" *";color:#e05252}.field-input{color:#333;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.field-input::placeholder{color:#bbb}.phone-prefix{color:var(--green);flex-shrink:0;font-size:13px;font-weight:700}.csel{flex:1;position:relative}.csel-trigger{cursor:pointer;color:#bbb;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:0;font-family:inherit;font-size:13px;display:flex}.csel-trigger.filled{color:#333}.csel-trigger:disabled{cursor:not-allowed}.csel-chevron{color:#ccc;flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.csel-chevron.open{transform:rotate(180deg)}.csel-disabled .csel-trigger{opacity:.45}.csel-dropdown{z-index:400;background:#fff;border:1px solid #ebebeb;border-radius:14px;flex-direction:column;max-height:240px;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 32px #00000021,0 1px 4px #00000012}.csel-option{cursor:pointer;color:#222;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:13.5px;transition:background .12s;display:flex}.csel-option:hover{background:#f5f9f6}.csel-option.selected{color:var(--green);background:#f0f9f4;font-weight:600}.csel-option.selected svg{color:var(--green)}.csel-empty{color:#bbb;text-align:center;padding:14px 16px;font-size:13px}.bosqich-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.bosqich-card{border:2px solid var(--border);cursor:pointer;background:var(--white);border-radius:12px;flex-direction:column;align-items:center;gap:7px;padding:12px 8px 14px;transition:all .2s;display:flex;position:relative}.bosqich-card:hover{border-color:var(--green)}.bosqich-card.selected{border-color:var(--green);background:#f3fbf6}.radio-dot{border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;transition:border-color .2s;display:flex;position:absolute;top:10px;left:10px}.bosqich-card.selected .radio-dot{border-color:var(--green)}.radio-inner{background:var(--green);opacity:0;border-radius:50%;width:7px;height:7px;transition:opacity .2s}.bosqich-card.selected .radio-inner{opacity:1}.bosqich-card svg{color:#bbb;width:34px;height:34px;margin-top:4px}.bosqich-card.selected svg{color:var(--green)}.bosqich-label{color:#666;text-align:center;font-size:12px;font-weight:700}.bosqich-card.selected .bosqich-label{color:var(--green)}.section-locked{opacity:.7}.section-locked .section-icon.icon-locked{background:#b0b8b3}.section-locked .title-locked{color:#999}.lock-icon{color:#aaa;align-items:center;display:flex}.locked-body{color:#aaa;align-items:center;gap:8px;padding:12px 18px 16px;font-size:13px;font-style:italic;display:flex}.submit-bar{background:0 0;padding:4px 0 0}.submit-btn{background:var(--green);width:100%;color:var(--white);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:15px;font-family:inherit;font-size:14.5px;font-weight:800;transition:background .2s,transform .1s;display:flex}.submit-btn:hover{background:var(--green-dark)}.submit-btn:active{transform:scale(.98)}.submit-btn svg{width:20px;height:20px}.privacy-note{text-align:center;color:#999;justify-content:center;align-items:center;gap:5px;margin-top:7px;font-size:11px;display:flex}.toast{background:var(--green);color:var(--white);z-index:999;white-space:nowrap;border-radius:12px;padding:13px 22px;font-size:13.5px;font-weight:600;animation:3s forwards fadeInOut;position:fixed;top:76px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0003}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%)translateY(-10px)}15%{opacity:1;transform:translate(-50%)translateY(0)}75%{opacity:1}to{opacity:0}}.success-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.25s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.success-card{text-align:center;background:#fff;border-radius:28px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:400px;padding:44px 32px 36px;animation:.35s cubic-bezier(.34,1.56,.64,1) cardIn;display:flex;box-shadow:0 24px 64px #0000002e}@keyframes cardIn{0%{opacity:0;transform:scale(.85)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}.success-icon-wrap{justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:4px;display:flex;position:relative}.success-icon{width:72px;height:72px;color:var(--green);z-index:1;position:relative}.success-icon svg{width:100%;height:100%}.success-circle{stroke-dasharray:160;stroke-dashoffset:160px;animation:.6s .1s forwards drawCircle}.success-check{stroke-dasharray:40;stroke-dashoffset:40px;animation:.4s .65s forwards drawCheck}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.success-rings{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.success-rings span{border:2px solid #1a5c381f;border-radius:50%;animation:2s ease-in-out infinite ringPulse;position:absolute}.success-rings span:first-child{width:80px;height:80px;animation-delay:0s}.success-rings span:nth-child(2){width:96px;height:96px;animation-delay:.3s}.success-rings span:nth-child(3){width:112px;height:112px;animation-delay:.6s}@keyframes ringPulse{0%,to{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}.success-tag{color:var(--green);letter-spacing:.6px;text-transform:uppercase;background:#e8f7ee;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700}.success-title{color:#111;margin:0;font-size:22px;font-weight:900;line-height:1.25}.success-sub{color:#777;max-width:300px;margin:0;font-size:14px;line-height:1.6}.success-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;margin-top:8px;padding:15px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,transform .1s}.success-btn:hover{background:var(--green-dark)}.success-btn:active{transform:scale(.98)}@media (width>=900px){.header{height:68px;padding:0 40px}.hero{min-height:240px;padding:48px 80px 0}.hero-text h1{font-size:38px}.hero-text p{max-width:320px;font-size:15px}.hero-text{padding-bottom:44px}.doc-stack{width:180px;height:210px}.doc-sheet:first-child{width:130px;height:165px}.doc-sheet:nth-child(2){width:130px;height:165px;right:20px}.doc-sheet:nth-child(3){width:130px;height:165px;right:40px}.doc-logo{width:58px;height:58px}.doc-logo img{width:52px;height:52px}.page-body{flex-direction:column;gap:20px;max-width:720px;margin:0 auto;padding:28px 40px 60px;display:flex}.section-title{font-size:14px}.field-label{min-width:unset;font-size:12px}.field-input,.field-select{font-size:14px}.submit-btn{border-radius:16px;padding:18px;font-size:15px}}@media (width<=899px){#root{background:var(--bg);max-width:480px;margin:0 auto}}
