.ge-wrap {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
max-width: 680px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
padding: 36px 40px;
box-shadow: 0 4px 32px rgba(0,0,0,.10);
box-sizing: border-box;
} .ge-steps {
display: flex;
align-items: center;
margin-bottom: 36px;
}
.ge-step {
display: flex;
align-items: center;
gap: 8px;
flex-shrink: 0;
}
.ge-num {
width: 34px;
height: 34px;
border-radius: 50%;
border: 2px solid #d0d0d0;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
color: #aaa;
background: #fff;
transition: background .25s, border-color .25s, color .25s;
}
.ge-slabel {
font-size: 14px;
color: #aaa;
font-weight: 500;
transition: color .25s;
}
.ge-line {
flex: 1;
height: 2px;
background: #e0e0e0;
margin: 0 10px;
transition: background .25s;
} .ge-step.ge-active .ge-num   { background: #3d9e96; border-color: #3d9e96; color: #fff; }
.ge-step.ge-active .ge-slabel{ color: #3d9e96; font-weight: 700; } .ge-step.ge-done .ge-num     { background: #3d9e96; border-color: #3d9e96; color: #fff; }
.ge-step.ge-done .ge-slabel  { color: #3d9e96; font-weight: 600; }
.ge-line.ge-done-line         { background: #3d9e96; } .ge-label {
display: block;
font-size: 15px;
font-weight: 700;
color: #1a1a1a;
margin: 22px 0 10px;
}
.ge-label:first-child { margin-top: 0; }
.ge-hint { font-weight: 400; color: #3d9e96; font-size: 14px; } .ge-input {
width: 100%;
box-sizing: border-box;
border: 1.5px solid #e0e0e0;
border-radius: 100px;
padding: 13px 20px;
font-size: 15px;
color: #1a1a1a !important;
outline: none;
font-family: inherit;
transition: border-color .2s;
background: #fff;
}
.ge-input:focus { border-color: #3d9e96; }
#ge-quote-form .ge-input,
#ge-quote-form input[type="text"],
#ge-quote-form input[type="email"],
#ge-quote-form input[type="tel"] {
color: #1a1a1a !important;
}
.ge-textarea {
width: 100%;
box-sizing: border-box;
border: 1.5px solid #e0e0e0;
border-radius: 14px;
padding: 13px 18px;
font-size: 15px;
color: #1a1a1a !important;
outline: none;
font-family: inherit;
resize: vertical;
transition: border-color .2s;
background: #fff;
}
.ge-textarea:focus { border-color: #3d9e96; }
#ge-quote-form .ge-textarea,
#ge-quote-form textarea {
color: #1a1a1a !important;
}
.ge-textarea::placeholder, .ge-input::placeholder { color: #bbb; } .ge-grid { display: grid; gap: 10px; margin-bottom: 4px; }
.ge-grid2 { grid-template-columns: repeat(2, 1fr); }
.ge-grid3 { grid-template-columns: repeat(3, 1fr); } .ge-opt {
display: flex;
align-items: center;
gap: 9px;
border: 1.5px solid #e0e0e0;
border-radius: 100px;
padding: 11px 18px;
font-size: 14px;
color: #333;
background: #fff;
cursor: pointer;
text-align: left;
font-family: inherit;
transition: border-color .15s, background .15s, color .15s;
line-height: 1.3;
}
.ge-opt:hover { border-color: #3d9e96; }
.ge-opt.ge-sel {
border-color: #1e6b65;
border-width: 2px;
background: #f0faf9;
color: #1e6b65;
font-weight: 600;
}
.ge-full { grid-column: 1 / -1; max-width: calc(50% - 5px); } .ge-cb {
width: 18px;
height: 18px;
border: 1.5px solid #ccc;
border-radius: 4px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
transition: background .15s, border-color .15s;
}
.ge-opt.ge-sel .ge-cb {
background: #1e6b65;
border-color: #1e6b65;
color: #fff;
}
.ge-opt.ge-sel .ge-cb::after { content: '✓'; } .ge-btn-primary {
display: block;
width: 100%;
background: #3d9e96;
color: #fff;
border: none;
border-radius: 100px;
padding: 16px;
font-size: 16px;
font-weight: 700;
cursor: pointer;
margin-top: 24px;
font-family: inherit;
transition: background .2s;
}
.ge-btn-primary:hover { background: #2d8880; }
.ge-btn-submit {
flex: 1;
background: #f0b429;
color: #fff;
border: none;
border-radius: 100px;
padding: 16px 20px;
font-size: 16px;
font-weight: 700;
cursor: pointer;
font-family: inherit;
transition: background .2s, opacity .2s;
}
.ge-btn-submit:hover    { background: #d9a020; }
.ge-btn-submit:disabled { opacity: .6; cursor: not-allowed; }
.ge-btn-back {
flex-shrink: 0;
background: #fff;
border: 1.5px solid #d0d0d0;
border-radius: 100px;
padding: 14px 24px;
font-size: 15px;
font-weight: 500;
color: #444;
cursor: pointer;
font-family: inherit;
transition: border-color .2s;
}
.ge-btn-back:hover { border-color: #888; }
.ge-row {
display: flex;
gap: 12px;
align-items: center;
margin-top: 24px;
}
.ge-flex1 { flex: 1; margin-top: 0; width: auto; display: block; } .ge-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .ge-summary {
display: none;
background: #f0faf9;
border-radius: 12px;
padding: 12px 18px;
font-size: 14px;
color: #1e6b65;
margin-top: 20px;
line-height: 1.5;
}
.ge-summary.ge-vis { display: block; }
.ge-summary strong { font-weight: 600; } .ge-err {
color: #e53e3e;
font-size: 13px;
margin-top: 10px;
min-height: 18px;
} .ge-spam {
text-align: center;
font-size: 13px;
color: #999;
margin: 12px 0 0;
} .ge-success-wrap {
text-align: center;
padding: 48px 20px;
}
.ge-tick {
width: 68px;
height: 68px;
background: #3d9e96;
color: #fff;
border-radius: 50%;
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}
.ge-success-wrap h2 { color: #1e6b65; margin: 0 0 8px; font-size: 24px; }
.ge-success-wrap p  { color: #555; margin: 0; font-size: 16px; } @media (max-width: 540px) {
.ge-wrap   { padding: 24px 20px; border-radius: 14px; }
.ge-grid3  { grid-template-columns: repeat(2, 1fr); }
.ge-grid2  { grid-template-columns: 1fr; }
.ge-2col   { grid-template-columns: 1fr; }
.ge-full   { max-width: 100%; }
}
@media (max-width: 360px) {
.ge-grid3  { grid-template-columns: 1fr; }
.ge-slabel { display: none; }
}