.CustomSelect_selectContainer___YTWx{position:relative;width:100%}.CustomSelect_selectTrigger__e9szb{position:relative;width:100%;padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;color:#5f5d5d;display:flex;align-items:center;height:38px;box-sizing:border-box}.CustomSelect_selectTrigger__e9szb:hover{border-color:#ad360c;background-color:#fff}.CustomSelect_selectTrigger__e9szb.CustomSelect_focus__7mEw1,.CustomSelect_selectTrigger__e9szb:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 2px rgba(173,54,12,.1)}.CustomSelect_selectTrigger__e9szb.CustomSelect_disabled__AULAa{background-color:#f9fafb;color:#999;cursor:not-allowed;border-color:#e5e7eb}.CustomSelect_selectTrigger__e9szb.CustomSelect_disabled__AULAa:hover{border-color:#e5e7eb;background-color:#f9fafb}.CustomSelect_selectTrigger__e9szb .CustomSelect_placeholder__fN2FJ{color:#999}.CustomSelect_selectTrigger__e9szb .CustomSelect_selectedValue__GZ3ne{color:#5f5d5d;font-weight:500}.CustomSelect_selectTrigger__e9szb .CustomSelect_arrow__8lWDP{position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .3s ease;color:#999;font-size:12px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid}.CustomSelect_selectTrigger__e9szb .CustomSelect_arrow__8lWDP.CustomSelect_open__gyLz2{transform:translateY(-50%) rotate(180deg)}.CustomSelect_selectDropdown__OhfU7{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.15);z-index:1000;max-height:240px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.CustomSelect_selectDropdown__OhfU7.CustomSelect_open__gyLz2{opacity:1;visibility:visible;transform:translateY(0)}.CustomSelect_selectDropdown__OhfU7.CustomSelect_top__GTRa_{top:auto;bottom:calc(100% + 4px);transform:translateY(10px)}.CustomSelect_selectDropdown__OhfU7.CustomSelect_top__GTRa_.CustomSelect_open__gyLz2{transform:translateY(0)}.CustomSelect_selectOption___VCFF{padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0;color:#5f5d5d;font-size:14px;display:flex;align-items:center}.CustomSelect_selectOption___VCFF:last-child{border-bottom:none}.CustomSelect_selectOption___VCFF:hover{background-color:#f4e3d5;color:#ad360c}.CustomSelect_selectOption___VCFF.CustomSelect_selected__tV6nJ{background-color:#f4e3d5;color:#ad360c;font-weight:600}.CustomSelect_selectOption___VCFF.CustomSelect_selected__tV6nJ:after{content:"✓";margin-left:auto;color:#ad360c;font-weight:700}.CustomSelect_selectOption___VCFF.CustomSelect_disabled__AULAa{color:#ccc;cursor:not-allowed;background-color:#f9fafb}.CustomSelect_selectOption___VCFF.CustomSelect_disabled__AULAa:hover{background-color:#f9fafb;color:#ccc}.CustomSelect_selectOption___VCFF.CustomSelect_noOptions__q6HNh{text-align:center;color:#999;cursor:default;padding:20px 16px;font-style:italic}.CustomSelect_selectOption___VCFF.CustomSelect_noOptions__q6HNh:hover{background-color:transparent;color:#999}.CustomSelect_loading__EmkYo{padding:20px;text-align:center;color:#999;font-size:14px}.CustomSelect_error__ED3_S{border-color:#ef4444!important}.CustomSelect_error__ED3_S.CustomSelect_focus__7mEw1,.CustomSelect_error__ED3_S:focus{box-shadow:0 0 0 2px rgba(239,68,68,.1)!important}.CustomSelect_errorMessage__t6cWn{color:#ef4444;font-size:12px;margin-top:3px}.CustomSelect_selectDropdown__OhfU7::-webkit-scrollbar{width:6px}.CustomSelect_selectDropdown__OhfU7::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.CustomSelect_selectDropdown__OhfU7::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.CustomSelect_selectDropdown__OhfU7::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:768px){.CustomSelect_selectDropdown__OhfU7{max-height:200px}.CustomSelect_selectOption___VCFF{padding:14px 16px;font-size:16px}}@keyframes CustomSelect_fadeIn__75h0C{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.CustomSelect_selectDropdown__OhfU7.CustomSelect_open__gyLz2{animation:CustomSelect_fadeIn__75h0C .2s ease-out}.Message_messageContainer__5UG0Z{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:9999;pointer-events:none}.Message_messageWrapper__pmDwP{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.Message_messageItem__hobZ_{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--antd-message-border-radius,6px);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #f0f0f0;min-width:180px;max-width:500px;pointer-events:auto;transition:all var(--antd-message-duration,.3s) cubic-bezier(.645,.045,.355,1);transform:translateY(-100%);opacity:0}.Message_messageItem__hobZ_.Message_show__qxPsh{transform:translateY(0);opacity:1}.Message_messageItem__hobZ_.Message_hide__t_pX2{transform:translateY(-100%);opacity:0}.Message_messageItem__hobZ_ .Message_icon__vZBCl{font-size:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.Message_messageItem__hobZ_ .Message_content__0wLMm{font-size:14px;line-height:1.5715;word-break:break-word;color:#333}.Message_messageItem__hobZ_.Message_success__8yHwF .Message_icon__vZBCl{color:var(--antd-success,#52c41a)}.Message_messageItem__hobZ_.Message_error__J1hw2 .Message_icon__vZBCl{color:var(--antd-error,#ff4d4f)}.Message_messageItem__hobZ_.Message_warning__70BSM .Message_icon__vZBCl{color:var(--antd-warning,#faad14)}.Message_messageItem__hobZ_.Message_info__Fd5zc .Message_icon__vZBCl{color:var(--antd-info,#1890ff)}.BottomQuote_bottomQuote__M5Oqb{height:405px;position:fixed;bottom:-385px;left:0;right:0;z-index:2000;width:100%;transition:bottom .3s ease-out}.BottomQuote_bottomQuote__M5Oqb.BottomQuote_active__ky47k{bottom:0}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_shade__7wjBZ{height:405px;background:#8c8c8c;position:absolute;bottom:0;z-index:5;width:100%;opacity:.78}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_clickArea__DjhGr{position:relative;cursor:pointer;width:100%;height:84px;top:-63px;left:0;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_clickArea__DjhGr:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/_next/static/media/new_bottom_slide_bj.75ec4c92.png) hsla(0,0%,69%,.1) no-repeat 50%;backdrop-filter:blur(10px);z-index:-1}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_closeBtn__4l4hH{display:flex;z-index:21;border:none;border-radius:50%;cursor:pointer;position:absolute;right:140px;top:42px;transform:translateY(-50%);color:#fff;transition:all .2s ease;align-items:center;justify-content:center}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_closeBtn__4l4hH .BottomQuote_anticon__U_XD6{color:#c7c7c7}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_closeBtn__4l4hH:hover{background:#f4e3d5;color:#ad360c;transform:translateY(-50%) scale(1.1)}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_closeBtn__4l4hH:hover .BottomQuote_anticon__U_XD6{color:#ad360c}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_closeBtn__4l4hH:active{transform:translateY(-50%) scale(.95)}.BottomQuote_bottomQuote__M5Oqb .BottomQuote_content__zv9uH{z-index:7;position:absolute;left:50%;margin-left:-490px;top:20px;width:1000px;display:grid;grid-template-columns:1fr 1fr;align-items:start;background-color:#fff;border-radius:12px 12px 0 0;padding:0 40px;height:405px}.BottomQuote_form__OHBw7{padding:20px 80px 20px 0;color:#5f5d5d;border-right:1px solid #ccc;height:100%}.BottomQuote_form__OHBw7 .BottomQuote_formTitle__q86HE{font-size:16px;font-weight:600;margin-bottom:16px}.BottomQuote_form__OHBw7 .BottomQuote_formTitle__q86HE span{display:block;font-size:12px;font-weight:400;color:hsla(0,0%,100%,.7);margin-top:4px}.BottomQuote_form__OHBw7 .BottomQuote_formTitle__q86HE .BottomQuote_highlightNumber__VivMX{color:#ad360c;font-weight:600}.BottomQuote_form__OHBw7 .BottomQuote_formRow__gpK9_{display:flex;gap:12px;margin-bottom:18px}.BottomQuote_form__OHBw7 .BottomQuote_formRow__gpK9_.BottomQuote_single__nOC4P .BottomQuote_formGroup__xzFWt,.BottomQuote_form__OHBw7 .BottomQuote_formRow__gpK9_.BottomQuote_threeColumns__jkp78 .BottomQuote_formGroup__xzFWt,.BottomQuote_form__OHBw7 .BottomQuote_formRow__gpK9_.BottomQuote_twoColumns__tuYwh .BottomQuote_formGroup__xzFWt{flex:1}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt{position:relative}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_label__meZFs{display:block;font-size:12px;margin-bottom:4px;color:#5f5d5d}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_label__meZFs .BottomQuote_required__aKWMj{color:#ef4444;margin-right:2px}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;font-size:13px;transition:all .3s ease}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff::-moz-placeholder{color:#999}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff::placeholder{color:#999}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 2px rgba(173,54,12,.1)}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff:-moz-read-only{cursor:not-allowed;background:#f5f5f5}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_input__ZBqff:read-only{cursor:not-allowed;background:#f5f5f5}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_inputWithUnit__au_4v{display:flex;align-items:center}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_inputWithUnit__au_4v .BottomQuote_input__ZBqff{flex:1}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_inputWithUnit__au_4v .BottomQuote_unit__hJsd7{margin-left:8px;color:#333;font-size:14px;font-weight:500}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_tip__adYlL{font-size:11px;color:hsla(0,0%,100%,.6);margin-top:4px;line-height:1.4}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_error__on_Z_{position:absolute;bottom:-18px;left:0;font-size:11px;color:#ef4444;line-height:1}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH{display:flex;gap:6px}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH .BottomQuote_codeInput__DJyfI{flex:1;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:13px}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH .BottomQuote_codeButton__84AJ1{padding:6px 12px;background:#ad360c;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;white-space:nowrap;transition:all .3s ease}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH .BottomQuote_codeButton__84AJ1:hover:not(:disabled){background:#8e2b0a}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH .BottomQuote_codeButton__84AJ1:disabled{background:#ccc;cursor:not-allowed}.BottomQuote_form__OHBw7 .BottomQuote_formGroup__xzFWt .BottomQuote_codeInputGroup__Xf_AH .BottomQuote_codeButton__84AJ1.BottomQuote_counting__qWNCo{background:#999}.BottomQuote_form__OHBw7 .BottomQuote_formTip__AVI4z{font-size:11px;color:rgba(95,93,93,.7);margin-top:8px;line-height:1.4;text-align:center}.BottomQuote_form__OHBw7 .BottomQuote_successMessage__gTOir{text-align:center;padding:40px 20px;font-size:16px;color:#ad360c;font-weight:600}.BottomQuote_animation__vBGuN{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);width:140px;height:140px}.BottomQuote_animation__vBGuN .BottomQuote_formLine__ISk4r{position:relative;zoom:1}.BottomQuote_animation__vBGuN .BottomQuote_icoLineBtn__quZFB{position:absolute;width:140px;height:140px;top:0;left:0;background:url(/_next/static/media/ico-line-btn.0e19e508.png) no-repeat;z-index:9}.BottomQuote_animation__vBGuN .BottomQuote_calcBtnStart___xAqi{position:absolute;top:25px;right:24px;width:90px;height:90px;background:#ff6d15;border-radius:50%;z-index:15;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.BottomQuote_animation__vBGuN .BottomQuote_calcBtnStart___xAqi:hover{transform:scale(1.05);box-shadow:0 4px 20px rgba(255,109,21,.4)}.BottomQuote_animation__vBGuN .BottomQuote_calcBtnStart___xAqi:active{transform:scale(.95)}.BottomQuote_animation__vBGuN .BottomQuote_calcstart__ncY3K{display:inline-block;font-size:16px;color:#fff;width:44px;height:44px;margin:0 auto;text-align:center;cursor:pointer;font-weight:600}.BottomQuote_animation__vBGuN .BottomQuote_circleAnimate__tATdY{position:absolute;top:16px;right:16px;width:110px;height:110px;border-radius:50%;background:#fdcc9a;z-index:12;animation:BottomQuote_scale-three2__rzkgm 1.5s ease infinite;animation-fill-mode:both}.BottomQuote_budget__Iu7tP .BottomQuote_budgetContent__53HAi{padding:30px 0 30px 80px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.BottomQuote_budget__Iu7tP .BottomQuote_budgetTitle__gEA_e{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.BottomQuote_budget__Iu7tP .BottomQuote_budgetTitle__gEA_e .BottomQuote_budgetIcon__3PAX9{font-size:22px}.BottomQuote_budget__Iu7tP .BottomQuote_budgetAmount__BavxZ{text-align:center;margin-bottom:25px;padding:15px 0;background:linear-gradient(135deg,rgba(173,54,12,.05),rgba(136,82,60,.05));border-radius:8px;border:1px solid rgba(173,54,12,.1)}.BottomQuote_budget__Iu7tP .BottomQuote_budgetAmount__BavxZ .BottomQuote_currency__hPN3W{font-size:20px;color:#ad360c;font-weight:600}.BottomQuote_budget__Iu7tP .BottomQuote_budgetAmount__BavxZ .BottomQuote_amount__Qw9Aa{font-size:36px;font-weight:700;color:#ad360c;margin-left:4px}.BottomQuote_budget__Iu7tP .BottomQuote_budgetBreakdown__9JUY4{margin-bottom:20px;background:hsla(27,58%,90%,.3);border-radius:8px;padding:15px}.BottomQuote_budget__Iu7tP .BottomQuote_budgetBreakdown__9JUY4 .BottomQuote_breakdownItem__9aNVi{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:4px;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.BottomQuote_budget__Iu7tP .BottomQuote_budgetBreakdown__9JUY4 .BottomQuote_breakdownItem__9aNVi span{color:#5f5d5d;font-size:14px;font-weight:500}.BottomQuote_budget__Iu7tP .BottomQuote_budgetBreakdown__9JUY4 .BottomQuote_breakdownItem__9aNVi strong{color:#ad360c;font-size:16px;font-weight:600}.BottomQuote_budget__Iu7tP .BottomQuote_budgetBreakdown__9JUY4 .BottomQuote_breakdownItem__9aNVi:last-child{margin-bottom:0}.BottomQuote_budget__Iu7tP .BottomQuote_budgetNote__U0fmT p{font-size:12px;color:#5f5d5d;line-height:1.5;margin:8px 0;padding:10px;background:rgba(173,54,12,.05);border-radius:6px;border-left:3px solid #ad360c}@keyframes BottomQuote_slideUp__wzhIA{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes BottomQuote_slideDown__AQVAI{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes BottomQuote_pulse__fEJKE{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes BottomQuote_scale-three2__rzkgm{0%{transform:scale(1);opacity:.8}to{transform:scale(1.3);opacity:0}}.BottomQuote_restoreButton__V5dri{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:150px;height:36px;background:hsla(0,0%,100%,.3);backdrop-filter:blur(10px);border:1px solid rgba(173,54,12,.2);border-radius:18px 18px 0 0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1999;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.BottomQuote_restoreButton__V5dri .anticon{font-size:16px;color:var(--primary-color,#ad360c)}.BottomQuote_restoreButton__V5dri:hover{background:hsla(0,0%,100%,.5);transform:translateX(-50%) translateY(-2px);box-shadow:0 -4px 12px rgba(173,54,12,.2);border-color:var(--primary-color,#ad360c)}.BottomQuote_restoreButton__V5dri:active{transform:translateX(-50%) translateY(0);box-shadow:0 -2px 6px rgba(0,0,0,.1)}.FreeQuote_quoteButton__dPo2S{position:fixed;right:30px;top:50%;margin-top:-60px;z-index:1000;animation:FreeQuote_pulse__ZRc7_ 2s infinite;background:#ff6b35;color:#fff;border:none;border-radius:50px;padding:20px 18px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(238,90,36,.3);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;width:60px}.FreeQuote_quoteButton__dPo2S:hover{animation:none;margin-top:-60px;box-shadow:0 6px 30px rgba(238,90,36,.4);transform:translateY(-50%) scale(1.05)}.FreeQuote_quoteButton__dPo2S:active{margin-top:-60px;transform:translateY(-50%) scale(.98)}.FreeQuote_quoteButton__dPo2S .FreeQuote_icon__XHOy_{font-size:24px;margin-bottom:8px;line-height:1;display:block}.FreeQuote_quoteButton__dPo2S .FreeQuote_text__TR78Y{font-size:14px;font-weight:700;line-height:1.2;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:1px;display:block;max-height:60px;overflow:hidden}@keyframes FreeQuote_pulse__ZRc7_{0%{transform:translateY(-50%) scale(1);box-shadow:0 4px 20px rgba(238,90,36,.3)}50%{transform:translateY(-50%) scale(1.08);box-shadow:0 8px 30px rgba(238,90,36,.5)}to{transform:translateY(-50%) scale(1);box-shadow:0 4px 20px rgba(238,90,36,.3)}}.FreeQuote_modalOverlay__Qbh0I{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1500;padding:20px}.FreeQuote_modal__qyuvm{background:#fff;border-radius:10px;max-width:600px;width:100%;max-height:calc(90vh + 20px);overflow-y:auto;position:relative;animation:FreeQuote_modalSlideIn__1WCHn .3s ease-out;box-shadow:0 8px 40px rgba(0,0,0,.15)}@keyframes FreeQuote_modalSlideIn__1WCHn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.FreeQuote_modalHeader__tyWwP{padding:20px 20px 15px;border-bottom:1px solid #f0f0f0}.FreeQuote_modalTitle__yvjo7{font-size:20px;font-weight:700;color:#5f5d5d;margin:0}.FreeQuote_modalSubtitle__d_1Jc{font-size:13px;color:#999;margin-top:6px}.FreeQuote_closeButton__1HPha{position:absolute;top:15px;right:15px;background:none;border:none;font-size:22px;color:#999;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.FreeQuote_closeButton__1HPha:hover{background-color:#f4e3d5;color:#ad360c}.FreeQuote_modalBody__o66Vw{padding:20px}.FreeQuote_form__P7x_B{display:flex;flex-direction:column;gap:16px}.FreeQuote_formRow__zlRNA{display:grid;grid-template-columns:1fr 1fr;gap:12px}.FreeQuote_formRow__zlRNA.FreeQuote_single___qET8{grid-template-columns:1fr}.FreeQuote_formRow__zlRNA.FreeQuote_threeColumns__6jG4k{grid-template-columns:1fr 1fr 1fr;gap:10px}.FreeQuote_formGroup__eskaI{display:flex;flex-direction:column;gap:6px}.FreeQuote_formGroup__eskaI.FreeQuote_fullWidth__aRtzk{grid-column:1/-1}.FreeQuote_label__zRU11{font-size:13px;font-weight:500;color:#5f5d5d}.FreeQuote_label__zRU11 .FreeQuote_required__aaYB7{color:#ef4444;margin-left:2px}.FreeQuote_codeInput__5EsaY,.FreeQuote_input__ItyfW,.FreeQuote_select__RZPi2{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:all .3s ease;height:38px;box-sizing:border-box}.FreeQuote_codeInput__5EsaY:focus,.FreeQuote_input__ItyfW:focus,.FreeQuote_select__RZPi2:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 2px rgba(173,54,12,.1)}.FreeQuote_codeInput__5EsaY:disabled,.FreeQuote_input__ItyfW:disabled,.FreeQuote_select__RZPi2:disabled{background-color:#f9fafb;color:#999;cursor:not-allowed}.FreeQuote_select__RZPi2{cursor:pointer}.FreeQuote_codeInputGroup__K3GzZ{display:grid;grid-template-columns:2fr 1fr;gap:12px;align-items:end}.FreeQuote_codeButton__4Sbn5{padding:8px 14px;background:#ad360c;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;height:38px;box-sizing:border-box}.FreeQuote_codeButton__4Sbn5:hover:not(:disabled){background:#88523c;transform:translateY(-1px)}.FreeQuote_codeButton__4Sbn5:disabled{background:#ccc;cursor:not-allowed}.FreeQuote_codeButton__4Sbn5.FreeQuote_counting__D7_r0{background:#999}.FreeQuote_submitButton__otlKv{padding:12px 24px;background:linear-gradient(135deg,#ad360c,#88523c);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.FreeQuote_submitButton__otlKv:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(173,54,12,.4)}.FreeQuote_submitButton__otlKv:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.FreeQuote_error__F4bx_{color:#ef4444;font-size:12px;margin-top:3px}.FreeQuote_successMessage__8WMWa{padding:14px;background:#ecfdf5;border:1px solid #d1fae5;border-radius:6px;color:#065f46;text-align:center;font-weight:500;font-size:14px}.FreeQuote_loading__QJok3{display:flex;align-items:center;justify-content:center;padding:40px}.FreeQuote_spinner__40Trx{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:FreeQuote_spin__1H_wf 1s linear infinite}@keyframes FreeQuote_spin__1H_wf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.FreeQuote_modal__qyuvm{max-width:95vw;margin:10px}.FreeQuote_formRow__zlRNA{grid-template-columns:1fr;gap:15px}.FreeQuote_formRow__zlRNA.FreeQuote_single___qET8{grid-template-columns:1fr}.FreeQuote_formRow__zlRNA.FreeQuote_threeColumns__6jG4k{grid-template-columns:1fr 1fr;gap:12px}.FreeQuote_codeInputGroup__K3GzZ{grid-template-columns:1fr;gap:10px}.FreeQuote_codeButton__4Sbn5{height:auto;padding:12px 16px}.FreeQuote_modalBody__o66Vw,.FreeQuote_modalHeader__tyWwP{padding:20px}}@media(max-width:480px){.FreeQuote_quoteButton__dPo2S{right:15px;width:50px;min-height:100px;padding:15px 12px}.FreeQuote_quoteButton__dPo2S .FreeQuote_icon__XHOy_{font-size:20px}.FreeQuote_quoteButton__dPo2S .FreeQuote_text__TR78Y{font-size:12px}.FreeQuote_formRow__zlRNA.FreeQuote_threeColumns__6jG4k{grid-template-columns:1fr}}.BreadCrumb_breadcrumb__xpjG3{padding:1rem 0;background-color:#fff;border-bottom:1px solid #e5e7eb}.BreadCrumb_container__GxegC{max-width:1200px;margin:0 auto;padding:0 1.5rem}.BreadCrumb_breadcrumbList__01W4w{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.BreadCrumb_breadcrumbItem__axQ9s{display:flex;align-items:center;color:#6b7280;text-decoration:none;transition:color .3s ease}.BreadCrumb_breadcrumbItem__axQ9s:hover{color:var(--jiapu-primary,#ad360c)}.BreadCrumb_breadcrumbItemActive__VaWT_{color:#374151;font-weight:500}.BreadCrumb_icon__qm4Or{margin-right:.25rem;font-size:.875rem}.BreadCrumb_separator__MUMoD{color:#9ca3af}@media(max-width:767px){.BreadCrumb_container__GxegC{padding:0 1rem}}.ReadingProgress_readingProgress__D0QjB{position:fixed;top:70px;left:0;right:0;height:3px;background-color:var(--jiapu-primary,#ad360c);transform-origin:left;transition:transform .1s ease;z-index:999}@media(max-width:767px){.ReadingProgress_readingProgress__D0QjB{top:50px}}.BackToTop_backToTop__8sz_7{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background-color:var(--jiapu-primary,#ad360c);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:1000}.BackToTop_backToTop__8sz_7.BackToTop_show__rAmXY{opacity:1;visibility:visible;transform:translateY(0)}.BackToTop_backToTop__8sz_7:hover{background-color:#8e2b0a;transform:translateY(-3px)}.BackToTop_backToTop__8sz_7:active{transform:translateY(-1px)}@media(max-width:767px){.BackToTop_backToTop__8sz_7{width:42px;height:42px;bottom:16px;right:16px}}.CaseDetailHeader_caseDetailHeader__rAhVn{padding:2rem;border-bottom:1px solid #e5e7eb}.CaseDetailHeader_category__iVYqO{margin-bottom:1rem}.CaseDetailHeader_categoryTag__hXMz9{padding:.25rem .75rem;background-color:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:500;border-radius:9999px}.CaseDetailHeader_title__r1M3Y{font-size:1.875rem;font-weight:700;color:#1f2937;line-height:1.3;margin:0 0 1.5rem}.CaseDetailHeader_metaInfo__xewX8{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.CaseDetailHeader_metaLeft__T_Mfe{flex-wrap:wrap}.CaseDetailHeader_metaLeft__T_Mfe,.CaseDetailHeader_metaRight__ULg0k{display:flex;align-items:center;gap:1.5rem}.CaseDetailHeader_authorInfo__KYyb_,.CaseDetailHeader_likeCount___QaOb,.CaseDetailHeader_publishInfo__OOjWJ,.CaseDetailHeader_readTime__AILOg,.CaseDetailHeader_viewCount__jTh2D{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.CaseDetailHeader_metaIcon__G0Lbs{font-size:.875rem}@media(max-width:767px){.CaseDetailHeader_caseDetailHeader__rAhVn{padding:1.25rem}.CaseDetailHeader_title__r1M3Y{font-size:1.25rem}.CaseDetailHeader_metaInfo__xewX8{gap:.5rem}.CaseDetailHeader_metaLeft__T_Mfe{gap:.75rem}}.CaseContent_caseContent__wJUcK{padding:2rem}.CaseContent_content__xAeCu{line-height:1.8;font-size:1rem;color:#374151}.CaseContent_content__xAeCu h1{color:var(--jiapu-primary,#ad360c);font-size:2rem;font-weight:800;margin:2rem 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--jiapu-secondary,#f4e3d5);line-height:1.3}.CaseContent_content__xAeCu h2{color:var(--jiapu-primary,#ad360c);font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--jiapu-secondary,#f4e3d5)}.CaseContent_content__xAeCu h3{color:var(--jiapu-accent,#88523c);font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.CaseContent_content__xAeCu p{margin-bottom:1rem;text-align:justify}.CaseContent_content__xAeCu ul{margin:1rem 0;padding-left:2rem;list-style-type:disc}.CaseContent_content__xAeCu ul li{margin-bottom:.5rem;line-height:1.6}.CaseContent_content__xAeCu ul ul{list-style-type:circle;margin-top:.5rem;margin-bottom:.5rem}.CaseContent_content__xAeCu ul ol{list-style-type:lower-alpha;margin-top:.5rem;margin-bottom:.5rem}.CaseContent_content__xAeCu ol{margin:1rem 0;padding-left:2rem;list-style-type:decimal}.CaseContent_content__xAeCu ol li{margin-bottom:.5rem;line-height:1.6}.CaseContent_content__xAeCu ol ol{list-style-type:lower-roman;margin-top:.5rem;margin-bottom:.5rem}.CaseContent_content__xAeCu ol ul{list-style-type:disc;margin-top:.5rem;margin-bottom:.5rem}.CaseContent_content__xAeCu li{margin-bottom:.5rem;line-height:1.6}.CaseContent_content__xAeCu blockquote{border-left:4px solid var(--jiapu-primary,#ad360c);margin:1.5rem 0;background-color:var(--jiapu-secondary,#f4e3d5);padding:1rem;border-radius:0 .5rem .5rem 0}.CaseContent_content__xAeCu img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.CaseContent_content__xAeCu a{color:var(--jiapu-primary,#ad360c);text-decoration:none}.CaseContent_content__xAeCu a:hover{text-decoration:underline}.CaseContent_content__xAeCu code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.CaseContent_content__xAeCu pre{background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.CaseContent_content__xAeCu pre code{background:none;padding:0}.CaseContent_content__xAeCu table{width:100%;border-collapse:collapse;margin:1rem 0}.CaseContent_content__xAeCu table td,.CaseContent_content__xAeCu table th{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.CaseContent_content__xAeCu table th{background-color:#f9fafb;font-weight:600}@media(max-width:767px){.CaseContent_caseContent__wJUcK{padding:1rem}.CaseContent_content__xAeCu h1{font-size:1.5rem}.CaseContent_content__xAeCu h2{font-size:1.25rem}}.CaseActions_actions__CbGEB{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.CaseActions_leftActions__t_B08{display:flex;align-items:center;gap:1rem}.CaseActions_actionBtn__ynukG{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;color:#6b7280}.CaseActions_actionBtn__ynukG:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.CaseActions_actionBtn__ynukG:disabled{opacity:.5;cursor:not-allowed}.CaseActions_actionBtn__ynukG.CaseActions_liked__h8N4W{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.CaseActions_icon__XRP6K{font-size:1rem}.CaseActions_count__L0IPC{color:#9ca3af}.CaseActions_rightActions__nrR_E,.CaseActions_viewCount__6xZRO{display:flex;align-items:center}.CaseActions_viewCount__6xZRO{gap:.25rem;color:#6b7280;font-size:.875rem}@media(max-width:767px){.CaseActions_actions__CbGEB{padding:1rem}.CaseActions_actionBtn__ynukG:hover{transform:none}}.CitySelection_container__i1KxK{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.CitySelection_pageHeader__95bty{margin-bottom:3rem;text-align:center}.CitySelection_mainTitle__pN8f2{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;color:var(--primary-color,#ad360c)}.CitySelection_subTitle__feOQK{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.BackToTop_backToTop__D1TTp{position:fixed;bottom:40px;width:48px;height:48px;border-radius:50%;background:var(--primary-color,#ad360c);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease;z-index:40}.BackToTop_backToTop__D1TTp:hover{background:var(--jiapu-primary-dark,#8e2b0a);transform:translateY(-2px);box-shadow:0 4px 12px rgba(173,54,12,.3)}.BackToTop_backToTop__D1TTp:active{transform:translateY(0)}.BackToTop_backToTop__D1TTp.BackToTop_right__PqubY{right:40px}.BackToTop_backToTop__D1TTp.BackToTop_left__FPqe0{left:40px}.ArticleDetailHeader_header__AAF1k{padding:2rem;border-bottom:1px solid #e5e7eb}.ArticleDetailHeader_meta__5tWal{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.ArticleDetailHeader_category__6eauu{padding:.25rem .75rem;background-color:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:500;border-radius:9999px}.ArticleDetailHeader_metaItem__uj5rm{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.ArticleDetailHeader_icon__5XhDc{font-size:.875rem}.ArticleDetailHeader_title__0KLUA{font-size:1.875rem;font-weight:700;color:#1f2937;line-height:1.3;margin:0}@media(max-width:767px){.ArticleDetailHeader_header__AAF1k{padding:1.25rem}.ArticleDetailHeader_title__0KLUA{font-size:1.25rem}.ArticleDetailHeader_meta__5tWal{gap:.5rem}}.ArticleContent_content__dXkWi{padding:2rem}.ArticleContent_articleContent__Tjcee{line-height:1.8;font-size:1rem;color:#374151}.ArticleContent_articleContent__Tjcee h1{color:var(--jiapu-primary,#ad360c);font-size:2rem;font-weight:800;margin:2rem 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--jiapu-secondary,#f4e3d5);line-height:1.3}.ArticleContent_articleContent__Tjcee h2{color:var(--jiapu-primary,#ad360c);font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--jiapu-secondary,#f4e3d5)}.ArticleContent_articleContent__Tjcee h3{color:var(--jiapu-accent,#88523c);font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.ArticleContent_articleContent__Tjcee p{margin-bottom:1rem;text-align:justify}.ArticleContent_articleContent__Tjcee ul{margin:1rem 0;padding-left:2rem;list-style-type:disc}.ArticleContent_articleContent__Tjcee ul li{margin-bottom:.5rem;line-height:1.6}.ArticleContent_articleContent__Tjcee ul ul{list-style-type:circle;margin-top:.5rem;margin-bottom:.5rem}.ArticleContent_articleContent__Tjcee ul ol{list-style-type:lower-alpha;margin-top:.5rem;margin-bottom:.5rem}.ArticleContent_articleContent__Tjcee ol{margin:1rem 0;padding-left:2rem;list-style-type:decimal}.ArticleContent_articleContent__Tjcee ol li{margin-bottom:.5rem;line-height:1.6}.ArticleContent_articleContent__Tjcee ol ol{list-style-type:lower-roman;margin-top:.5rem;margin-bottom:.5rem}.ArticleContent_articleContent__Tjcee ol ul{list-style-type:disc;margin-top:.5rem;margin-bottom:.5rem}.ArticleContent_articleContent__Tjcee li{margin-bottom:.5rem;line-height:1.6}.ArticleContent_articleContent__Tjcee blockquote{border-left:4px solid var(--jiapu-primary,#ad360c);margin:1.5rem 0;background-color:var(--jiapu-secondary,#f4e3d5);padding:1rem;border-radius:0 .5rem .5rem 0}.ArticleContent_articleContent__Tjcee img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.ArticleContent_articleContent__Tjcee a{color:var(--jiapu-primary,#ad360c);text-decoration:none}.ArticleContent_articleContent__Tjcee a:hover{text-decoration:underline}.ArticleContent_articleContent__Tjcee code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.ArticleContent_articleContent__Tjcee pre{background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.ArticleContent_articleContent__Tjcee pre code{background:none;padding:0}.ArticleContent_articleContent__Tjcee table{width:100%;border-collapse:collapse;margin:1rem 0}.ArticleContent_articleContent__Tjcee table td,.ArticleContent_articleContent__Tjcee table th{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.ArticleContent_articleContent__Tjcee table th{background-color:#f9fafb;font-weight:600}@media(max-width:767px){.ArticleContent_content__dXkWi{padding:1rem}.ArticleContent_articleContent__Tjcee h1{font-size:1.5rem}.ArticleContent_articleContent__Tjcee h2{font-size:1.25rem}}.ArticleActions_actions__Xtsz2{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.ArticleActions_leftActions__haWIn{display:flex;align-items:center;gap:1rem}.ArticleActions_actionBtn__IizZN{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;color:#6b7280}.ArticleActions_actionBtn__IizZN:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ArticleActions_actionBtn__IizZN:disabled{opacity:.5;cursor:not-allowed}.ArticleActions_actionBtn__IizZN.ArticleActions_liked__QeUMk{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.ArticleActions_icon__9_Ly1{font-size:1rem}.ArticleActions_count__tcxw3{color:#9ca3af}.ArticleActions_rightActions__S4KpQ{display:flex;align-items:center}.ArticleActions_viewCount__w9nOm{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}@media(max-width:767px){.ArticleActions_actions__Xtsz2{padding:1rem}.ArticleActions_actionBtn__IizZN:hover{transform:none}}.TableOfContents_toc__3QWtl{position:sticky;top:100px;background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.TableOfContents_title__rZPSH{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;font-size:1.125rem}.TableOfContents_icon__qXUrM{flex-shrink:0}.TableOfContents_tocList__Q2Tql{display:flex;flex-direction:column;gap:.5rem}.TableOfContents_contentPreview__lkw6M{color:#6b7280;font-size:.875rem;line-height:1.6;padding:.5rem 0;text-align:justify}.TableOfContents_tocItem__5rcWM{padding:.5rem 0;border-left:3px solid transparent;transition:all .3s ease;cursor:pointer;color:#6b7280;font-size:.875rem;line-height:1.5}.TableOfContents_tocItem__5rcWM.TableOfContents_active__92yJB,.TableOfContents_tocItem__5rcWM:hover{border-left-color:var(--jiapu-primary,#ad360c);background-color:var(--jiapu-secondary,#f4e3d5);padding-left:1rem;color:var(--jiapu-primary,#ad360c)}.TableOfContents_tocItem__5rcWM.TableOfContents_active__92yJB{font-weight:600}.TableOfContents_tocItem__5rcWM.TableOfContents_subItem__7L9K_{padding-left:1rem;font-size:.8rem}.TableOfContents_tocItem__5rcWM.TableOfContents_subItem__7L9K_.TableOfContents_active__92yJB,.TableOfContents_tocItem__5rcWM.TableOfContents_subItem__7L9K_:hover{padding-left:1.5rem}.ServicePromotion_promotion__ao_pm{background:linear-gradient(135deg,var(--jiapu-primary,#ad360c),#dc2626);border-radius:.75rem;padding:1.5rem;color:#fff;margin-bottom:1.5rem}.ServicePromotion_title__fB1Na{display:flex;align-items:center;gap:.5rem;font-weight:700;margin-bottom:1rem;font-size:1.125rem}.ServicePromotion_icon__JHVIF{flex-shrink:0}.ServicePromotion_serviceList__JyeVV{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.ServicePromotion_serviceItem__EaWLA{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.ServicePromotion_checkIcon__z6LJW{flex-shrink:0;color:#10b981}.ServicePromotion_consultBtn__vf3HI{width:100%;background-color:#fff;color:var(--jiapu-primary,#ad360c);padding:.5rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.ServicePromotion_consultBtn__vf3HI:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ServicePromotion_consultBtn__vf3HI:active{transform:translateY(0)}.RelatedCases_relatedCases__2h_tO{background:#fff;border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.RelatedCases_title__Y8x8X{padding:1.5rem 2rem;font-size:1.25rem;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb;margin:0}.RelatedCases_loading__Jd8Rc{padding:2rem;text-align:center;color:#6b7280}.RelatedCases_caseList__KrhOs{padding:1.5rem 2rem}.RelatedCases_caseItem__AsbBl{padding:1rem 0;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:all .3s ease}.RelatedCases_caseItem__AsbBl:last-child{border-bottom:none}.RelatedCases_caseItem__AsbBl:hover{background-color:#fef2f2;margin:0 -1rem;padding-left:1rem;padding-right:1rem;border-radius:.5rem}.RelatedCases_caseTitle__nie9v{font-size:1rem;font-weight:500;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.RelatedCases_caseTitle__nie9v :hover{color:var(--jiapu-primary,#ad360c)}.RelatedCases_caseMeta__Jp7sF{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.RelatedCases_category__Ha5XJ{background-color:#fef2f2;color:#dc2626;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem}.RelatedCases_views__r_U0p{color:#6b7280}@media(max-width:767px){.RelatedCases_caseList__KrhOs,.RelatedCases_title__Y8x8X{padding:1rem}.RelatedCases_caseItem__AsbBl:hover{transform:none}}.CaseDetailContent_loadingContainer__Q_zIa{padding-top:3rem;padding-bottom:3rem}.CaseDetailContent_loadingContent__0nLqx{text-align:center}.CaseDetailContent_mainContainer__axQ8e{margin-top:2rem;padding-top:3rem;padding-bottom:3rem}.CaseDetailContent_contentGrid__Bq1Zj{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.CaseDetailContent_leftSidebar__3cvmY{margin-top:-4rem;display:flex;flex-direction:column;gap:2rem}.CaseDetailContent_rightContent__2_Jom{grid-column:span 1}.CaseDetailContent_articleCard__LQlDR{position:relative;z-index:10;overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);margin-top:-4rem}.CaseDetailContent_relatedSection__hxvt4{margin-top:2rem}.CaseDetailContent_containerPadding__LQjG2{padding-left:1.5rem;padding-right:1.5rem}@media(max-width:767px){.CaseDetailContent_containerPadding__LQjG2{padding-left:1rem;padding-right:1rem}.CaseDetailContent_mainContainer__axQ8e{margin-top:1rem;padding-top:1.5rem;padding-bottom:1.5rem}.CaseDetailContent_contentGrid__Bq1Zj{grid-template-columns:1fr;gap:1rem}.CaseDetailContent_leftSidebar__3cvmY{display:none}.CaseDetailContent_articleCard__LQlDR{margin-top:-2rem;border-radius:.5rem}.CaseDetailContent_relatedSection__hxvt4{margin-top:1rem}}.RelatedArticles_container__ZpBAT{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.RelatedArticles_title__MzBvx{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;font-size:1.25rem}.RelatedArticles_icon__gFCzs{flex-shrink:0}.RelatedArticles_loading__9ZKHY{text-align:center;color:#6b7280;padding:2rem}.RelatedArticles_articleList__GTU45{display:flex;flex-direction:column;gap:1rem}.RelatedArticles_articleCard__yAB4t{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease}.RelatedArticles_articleCard__yAB4t:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.15);border-color:var(--jiapu-primary,#ad360c)}.RelatedArticles_articleCard__yAB4t:hover .RelatedArticles_articleTitle__t28qr{color:var(--jiapu-primary,#ad360c)}.RelatedArticles_imageContainer__Ko8X7{position:relative;width:100%;height:128px;overflow:hidden}.RelatedArticles_image__agSAg{-o-object-fit:cover;object-fit:cover}.RelatedArticles_placeholderImage__YGUYT{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af}.RelatedArticles_content__hZAjU{padding:1rem}.RelatedArticles_articleTitle__t28qr{font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4;transition:color .3s ease}.RelatedArticles_excerpt__qtOAL{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.RelatedArticles_meta__ndA1n{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#9ca3af}.RelatedArticles_date__LlXsR{color:#6b7280}.RelatedArticles_views__lEo8_{display:flex;align-items:center;gap:.25rem}.RelatedArticles_icon__gFCzs{font-size:.75rem}@media(max-width:767px){.RelatedArticles_container__ZpBAT{padding:1rem}.RelatedArticles_articleCard__yAB4t:hover{transform:none}}.ArticleDetailContent_loadingContainer__nzab1{padding-top:3rem;padding-bottom:3rem}.ArticleDetailContent_loadingContent__NinL2{text-align:center}.ArticleDetailContent_mainContainer__m10kn{margin-top:2rem;padding-top:3rem;padding-bottom:3rem}.ArticleDetailContent_contentGrid__NQur4{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.ArticleDetailContent_leftSidebar__h8yPY{margin-top:-4rem;display:flex;flex-direction:column;gap:2rem}.ArticleDetailContent_rightContent__uAXxq{grid-column:span 1}.ArticleDetailContent_articleCard__hYIAC{position:relative;z-index:10;overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);margin-top:-4rem}.ArticleDetailContent_relatedSection__K_aQS{margin-top:2rem}.ArticleDetailContent_containerPadding__FFCZa{padding-left:1.5rem;padding-right:1.5rem}@media(max-width:767px){.ArticleDetailContent_containerPadding__FFCZa{padding-left:1rem;padding-right:1rem}.ArticleDetailContent_mainContainer__m10kn{margin-top:1rem;padding-top:1.5rem;padding-bottom:1.5rem}.ArticleDetailContent_contentGrid__NQur4{grid-template-columns:1fr;gap:1rem}.ArticleDetailContent_leftSidebar__h8yPY{display:none}.ArticleDetailContent_articleCard__hYIAC{margin-top:-2rem;border-radius:.5rem}.ArticleDetailContent_relatedSection__K_aQS{margin-top:1rem}}.ContactInfo_contactInfo__0Ieij{display:flex;flex-direction:column;gap:16px}.ContactInfo_sectionTitle__i3v18{display:flex;align-items:center;font-size:18px;font-weight:600;color:#111827}.ContactInfo_stepNumber__PY26h{width:24px;height:24px;background:#ad360c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;margin-right:8px;flex-shrink:0}.ContactInfo_fieldsContainer___YusX{display:flex;flex-direction:column;gap:16px}.ContactInfo_field__L2Gsu{display:flex;flex-direction:column;gap:8px}.ContactInfo_label__PJxRQ{font-size:14px;font-weight:500;color:#374151}.ContactInfo_required__AlE0W{color:#ef4444;margin-left:2px}.ContactInfo_input__jm6_d{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ContactInfo_input__jm6_d:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 3px rgba(173,54,12,.1);transform:translateY(-2px)}.ContactInfo_input__jm6_d:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.ContactInfo_input__jm6_d.ContactInfo_error__2KA_T{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.ContactInfo_input__jm6_d::-moz-placeholder{color:#9ca3af}.ContactInfo_input__jm6_d::placeholder{color:#9ca3af}.ContactInfo_input__jm6_d:active{transform:scale(.98)}.ContactInfo_hint__hHa2R{font-size:12px;color:#6b7280;margin-top:4px}.ContactInfo_verificationRow__JuOqz{display:flex;gap:12px;align-items:flex-start}.ContactInfo_verificationInput__HkFDO{flex:1}.ContactInfo_verifyButton__lTyWr{padding:12px 16px;background:#ad360c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .3s ease;min-height:48px;flex-shrink:0}.ContactInfo_verifyButton__lTyWr:hover:not(:disabled){background:#8e2b0a;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(173,54,12,.2)}.ContactInfo_verifyButton__lTyWr:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.ContactInfo_verifyButton__lTyWr:active:not(:disabled){transform:translateY(0)}.ContactInfo_verifyButton__lTyWr{-webkit-tap-highlight-color:rgba(0,0,0,0)}.ContactInfo_verifyButton__lTyWr:active{transform:scale(.98)}.ContactInfo_errorMessage__GUUM6{font-size:12px;color:#ef4444;margin-top:4px}@media(max-width:414px){.ContactInfo_contactInfo__0Ieij{gap:14px}.ContactInfo_sectionTitle__i3v18{font-size:16px}.ContactInfo_stepNumber__PY26h{width:22px;height:22px;font-size:11px;margin-right:6px}.ContactInfo_fieldsContainer___YusX{gap:14px}.ContactInfo_field__L2Gsu{gap:6px}.ContactInfo_label__PJxRQ{font-size:13px}.ContactInfo_input__jm6_d{padding:10px 14px;font-size:13px}.ContactInfo_verifyButton__lTyWr{padding:10px 14px;font-size:13px;min-height:44px}}@media(max-width:375px){.ContactInfo_verificationRow__JuOqz{flex-direction:column;gap:12px}.ContactInfo_verifyButton__lTyWr{width:100%;padding:12px 16px;font-size:14px;min-height:48px}.ContactInfo_input__jm6_d{padding:8px 12px;font-size:12px}.ContactInfo_errorMessage__GUUM6{font-size:11px}}.FamilyInfo_familyInfo__v0VHh{display:flex;flex-direction:column;gap:16px}.FamilyInfo_sectionTitle__k4NCQ{display:flex;align-items:center;font-size:18px;font-weight:600;color:#111827}.FamilyInfo_stepNumber__LHbyL{width:24px;height:24px;background:#ad360c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;margin-right:8px;flex-shrink:0}.FamilyInfo_fieldsContainer__z6A2E{display:flex;flex-direction:column;gap:16px}.FamilyInfo_row__fOYED{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:414px){.FamilyInfo_row__fOYED{grid-template-columns:1fr;gap:16px}}.FamilyInfo_field__Rw5jj{display:flex;flex-direction:column;gap:8px}.FamilyInfo_label___FGbA{font-size:14px;font-weight:500;color:#374151}.FamilyInfo_required__BdAy1{color:#ef4444;margin-left:2px}.FamilyInfo_input__HW7zb{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.FamilyInfo_input__HW7zb:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 3px rgba(173,54,12,.1);transform:translateY(-2px)}.FamilyInfo_input__HW7zb:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.FamilyInfo_input__HW7zb.FamilyInfo_error__O_Mt2{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.FamilyInfo_input__HW7zb::-moz-placeholder{color:#9ca3af}.FamilyInfo_input__HW7zb::placeholder{color:#9ca3af}.FamilyInfo_input__HW7zb:active{transform:scale(.98)}.FamilyInfo_selectWrapper__4Yzlj{position:relative}.FamilyInfo_select__HjhKI{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:all .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.FamilyInfo_select__HjhKI:focus{outline:none;border-color:#ad360c;box-shadow:0 0 0 3px rgba(173,54,12,.1);transform:translateY(-2px)}.FamilyInfo_select__HjhKI.FamilyInfo_error__O_Mt2{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.FamilyInfo_select__HjhKI:active{transform:scale(.98)}.FamilyInfo_selectArrow__OTzi4{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af;pointer-events:none;display:flex;align-items:center;justify-content:center}.FamilyInfo_errorMessage__3JTL4{font-size:12px;color:#ef4444;margin-top:4px}.FamilyInfo_versionInfo__ItAWl{background:#f9fafb;border-radius:8px;padding:16px;margin-top:8px}.FamilyInfo_infoItem__BWK6R{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.FamilyInfo_infoItem__BWK6R:last-child{margin-bottom:0}.FamilyInfo_versionName__ntoHt{font-size:13px;font-weight:500;color:#374151}.FamilyInfo_versionDesc__LeEXm{font-size:12px;color:#6b7280;line-height:1.4}@media(max-width:414px){.FamilyInfo_familyInfo__v0VHh{gap:14px}.FamilyInfo_sectionTitle__k4NCQ{font-size:16px}.FamilyInfo_stepNumber__LHbyL{width:22px;height:22px;font-size:11px;margin-right:6px}.FamilyInfo_fieldsContainer__z6A2E{gap:14px}.FamilyInfo_field__Rw5jj{gap:6px}.FamilyInfo_label___FGbA{font-size:13px}.FamilyInfo_input__HW7zb,.FamilyInfo_select__HjhKI{padding:10px 14px;font-size:13px}.FamilyInfo_selectArrow__OTzi4{right:10px;width:14px;height:14px}.FamilyInfo_versionInfo__ItAWl{padding:14px}.FamilyInfo_versionName__ntoHt{font-size:12px}.FamilyInfo_versionDesc__LeEXm{font-size:11px}}@media(max-width:375px){.FamilyInfo_input__HW7zb,.FamilyInfo_select__HjhKI{padding:8px 12px;font-size:12px}.FamilyInfo_errorMessage__3JTL4{font-size:11px}.FamilyInfo_versionInfo__ItAWl{padding:12px}}.QuoteForm_quoteFormSection__aRvz0{padding:0 16px;margin-top:-120px;position:relative;z-index:20}.QuoteForm_formContainer__Ll9IR{background:hsla(0,0%,100%,.92);backdrop-filter:blur(30px) saturate(1.2);border:1px solid hsla(0,0%,100%,.6);border-radius:20px;box-shadow:0 30px 60px -15px rgba(0,0,0,.15),0 0 0 1px hsla(0,0%,100%,.8);padding:28px 24px;animation:QuoteForm_slideInUp__GnAcl .3s ease-out}@media(max-width:414px){.QuoteForm_formContainer__Ll9IR{padding:24px 16px;border-radius:16px}}.QuoteForm_form__Z_JxV{display:flex;flex-direction:column;gap:20px}.QuoteForm_stepNavigation__ZgTnf{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}.QuoteForm_stepNavigation__ZgTnf:has(button:only-child){justify-content:center}.QuoteForm_nextButton__TplSN,.QuoteForm_prevButton__b3BON,.QuoteForm_submitButton__UKtM_{padding:16px 24px;border-radius:8px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:all .3s ease;min-height:52px;flex:1;-webkit-tap-highlight-color:rgba(0,0,0,0)}.QuoteForm_nextButton__TplSN:active,.QuoteForm_prevButton__b3BON:active,.QuoteForm_submitButton__UKtM_:active{transform:scale(.98)}.QuoteForm_prevButton__b3BON{background:#f3f4f6;color:#374151}.QuoteForm_prevButton__b3BON:hover{background:#e5e7eb}.QuoteForm_nextButton__TplSN,.QuoteForm_submitButton__UKtM_{background:linear-gradient(135deg,#ad360c,#d9653a);color:#fff;box-shadow:0 4px 6px -1px rgba(173,54,12,.1)}.QuoteForm_nextButton__TplSN:hover,.QuoteForm_submitButton__UKtM_:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(173,54,12,.2)}.QuoteForm_nextButton__TplSN:active,.QuoteForm_submitButton__UKtM_:active{transform:translateY(0)}.QuoteForm_submitButton__UKtM_{font-size:18px;font-weight:700;box-shadow:0 10px 15px -3px rgba(173,54,12,.2)}.QuoteForm_submitButton__UKtM_:hover:not(:disabled){box-shadow:0 20px 25px -5px rgba(173,54,12,.3)}.QuoteForm_submitButton__UKtM_:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.QuoteForm_serviceNotice__tVXPb{background:#f9fafb;border-radius:8px;padding:16px;margin-top:16px}.QuoteForm_noticeItem__f4Q1h{display:flex;align-items:flex-start;font-size:12px;color:#6b7280;line-height:1.5;margin-bottom:8px}.QuoteForm_noticeItem__f4Q1h:last-child{margin-bottom:0}.QuoteForm_noticeBullet__wg5_O{color:#ad360c;margin-right:8px;font-weight:700;flex-shrink:0;margin-top:2px}@keyframes QuoteForm_slideInUp__GnAcl{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:414px){.QuoteForm_quoteFormSection__aRvz0{padding:0 12px;margin-top:-100px}.QuoteForm_stepNavigation__ZgTnf{flex-direction:column;gap:12px}.QuoteForm_stepNavigation__ZgTnf .QuoteForm_nextButton__TplSN,.QuoteForm_stepNavigation__ZgTnf .QuoteForm_prevButton__b3BON,.QuoteForm_stepNavigation__ZgTnf .QuoteForm_submitButton__UKtM_{width:100%}}@media(max-width:375px){.QuoteForm_form__Z_JxV{gap:20px}.QuoteForm_nextButton__TplSN,.QuoteForm_prevButton__b3BON,.QuoteForm_submitButton__UKtM_{padding:14px 20px;font-size:15px;min-height:48px}.QuoteForm_submitButton__UKtM_{font-size:16px}}.QuoteForm_successState__LMRPa{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px 20px;animation:QuoteForm_fadeIn__zZbTS .5s ease-out}@media(max-width:414px){.QuoteForm_successState__LMRPa{min-height:350px;padding:30px 16px}}.QuoteForm_successIcon__DZK3R{font-size:64px;color:#52c41a;margin-bottom:24px}@media(max-width:414px){.QuoteForm_successIcon__DZK3R{font-size:56px;margin-bottom:20px}}.QuoteForm_successTitle__D736a{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}@media(max-width:414px){.QuoteForm_successTitle__D736a{font-size:20px;margin-bottom:10px}}.QuoteForm_successDescription__LPpAO{font-size:16px;color:#666;line-height:1.5;margin:0 0 32px;max-width:280px}@media(max-width:414px){.QuoteForm_successDescription__LPpAO{font-size:14px;margin-bottom:28px}}.QuoteForm_restartButton__xl_IG{padding:16px 32px;background:linear-gradient(135deg,#ad360c,#d9653a);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:16px}.QuoteForm_restartButton__xl_IG:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(173,54,12,.3)}.QuoteForm_restartButton__xl_IG:active{transform:translateY(0)}@media(max-width:414px){.QuoteForm_restartButton__xl_IG{padding:14px 28px;font-size:15px}}.QuoteForm_autoResetHint__9T0oO{font-size:14px;color:#999;margin:0;animation:QuoteForm_pulse__RV5BL 2s infinite}@media(max-width:414px){.QuoteForm_autoResetHint__9T0oO{font-size:13px}}.ServiceFeatures_serviceFeatures__XdRLu{padding:0 16px;margin-top:32px}.ServiceFeatures_featuresContainer__O1OJd{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.ServiceFeatures_title__rESnQ{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}.ServiceFeatures_featuresGrid__NEptq{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ServiceFeatures_featureCard__rFEyE{text-align:center;padding:16px;background:hsla(27,58%,90%,.5);border-radius:8px;transition:transform .3s ease}.ServiceFeatures_featureCard__rFEyE:active{transform:scale(.98)}.ServiceFeatures_imageContainer__2WHcB{width:64px;height:64px;margin:0 auto 12px;border-radius:50%;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ServiceFeatures_featureImage__XNqwy{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ServiceFeatures_featureTitle__xmDVg{font-size:14px;font-weight:500;color:#111827;margin:0 0 4px}.ServiceFeatures_featureDescription__07mn6{font-size:12px;color:#6b7280;margin:0;line-height:1.3}@media(max-width:414px){.ServiceFeatures_serviceFeatures__XdRLu{padding:0 12px;margin-top:24px}.ServiceFeatures_featuresContainer__O1OJd{padding:20px 16px;border-radius:12px}.ServiceFeatures_title__rESnQ{font-size:16px;margin-bottom:14px}.ServiceFeatures_featuresGrid__NEptq{gap:12px}.ServiceFeatures_featureCard__rFEyE{padding:14px}.ServiceFeatures_imageContainer__2WHcB{width:56px;height:56px;margin-bottom:10px}.ServiceFeatures_featureTitle__xmDVg{font-size:13px}.ServiceFeatures_featureDescription__07mn6{font-size:11px}}@media(max-width:375px){.ServiceFeatures_featuresGrid__NEptq{grid-template-columns:1fr;gap:12px}.ServiceFeatures_featureCard__rFEyE{display:flex;align-items:center;text-align:left;padding:12px}.ServiceFeatures_imageContainer__2WHcB{width:48px;height:48px;margin:0 12px 0 0}}.Footer_footer__nKSTp{background:#fff;border-top:1px solid #e5e7eb;margin-top:48px}.Footer_footerContent__8H29h{padding:24px 16px}.Footer_contactSection__f7vYt{text-align:center;margin-bottom:24px}.Footer_contactTitle__75_IX{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}.Footer_contactMethods__wn6VW{display:flex;flex-direction:column;gap:8px;align-items:center}.Footer_contactItem__CHtLd{display:flex;align-items:center;justify-content:center;gap:8px}.Footer_contactIcon__hYWjJ{width:16px;height:16px;color:#ad360c;flex-shrink:0}.Footer_contactLink__ey72m{font-size:14px;font-weight:500;color:#ad360c;text-decoration:none;transition:color .3s ease}.Footer_contactLink__ey72m:hover{color:#8e2b0a}.Footer_emailLink__xRCli{font-size:14px;color:#6b7280;text-decoration:none;transition:color .3s ease}.Footer_emailLink__xRCli:hover{color:#374151}.Footer_copyrightSection__JEc_A{text-align:center}.Footer_copyrightBorder__w5HY_{padding-top:16px;border-top:1px solid #f3f4f6}.Footer_copyright__WWHh_{font-size:12px;color:#6b7280;margin:0 0 4px}.Footer_icp__NlHK_{margin:0}.Footer_icpLink__Bv7Gs{font-size:12px;color:#9ca3af;text-decoration:none;transition:color .3s ease}.Footer_icpLink__Bv7Gs:hover{color:#6b7280}@media(max-width:414px){.Footer_footerContent__8H29h{padding:20px 12px}.Footer_contactTitle__75_IX{font-size:13px;margin-bottom:10px}.Footer_contactMethods__wn6VW{gap:6px}.Footer_contactIcon__hYWjJ{width:14px;height:14px}.Footer_contactLink__ey72m,.Footer_emailLink__xRCli{font-size:13px}.Footer_copyrightBorder__w5HY_{padding-top:14px}.Footer_copyright__WWHh_,.Footer_icpLink__Bv7Gs{font-size:11px}}@media(max-width:375px){.Footer_contactMethods__wn6VW{flex-direction:column;gap:10px}}.QuotePage_mobileHomePage__Qhm_j{min-height:100vh;background-color:#f4e3d5}@media(max-width:767px){.QuotePage_mobileHomePage__Qhm_j{min-height:100vh;min-height:100dvh}}.QuotePage_mainContent__Imgfp{position:relative;z-index:1}.SearchBar_searchBar__n9_8S{width:100%}.SearchBar_searchContainer__ma4Tk{margin-left:auto;margin-right:auto;display:flex;max-width:42rem;align-items:center}.SearchBar_searchBox__H1btV{position:relative;flex:1 1 0%}.SearchBar_searchInput__mJ0aK{width:100%;border-radius:9999px;border-width:2px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));padding:.75rem 3.5rem .75rem 1.25rem;font-size:1rem;line-height:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.SearchBar_searchInput__mJ0aK:focus{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px}.SearchBar_searchInput__mJ0aK{border-color:#e5e7eb;height:48px}.SearchBar_searchInput__mJ0aK:focus{border-color:var(--primary-color)}.SearchBar_searchInput__mJ0aK::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.SearchBar_searchInput__mJ0aK::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.SearchBar_searchButton__sbahA{position:absolute;right:.5rem;top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:var(--primary-color);width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px}.SearchBar_searchButton__sbahA:hover{background-color:#b84015}@media(max-width:767px){.SearchBar_searchContainer__ma4Tk{max-width:100%}.SearchBar_searchInput__mJ0aK{height:42px;padding:.5rem 3rem .5rem 1rem;font-size:.875rem;line-height:1.25rem}.SearchBar_searchButton__sbahA{width:34px;height:34px;font-size:16px}}.CaseCard_caseCard__kPYvb{cursor:pointer;overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;border:1px solid transparent}.CaseCard_caseCard__kPYvb:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:var(--primary-color)}.CaseCard_caseCard__kPYvb:hover .CaseCard_coverImage__4F1FU img{transform:scale(1.05)}.CaseCard_cardContent__eIG52{display:flex;flex-direction:column}.CaseCard_coverWrapper__cKaWD{position:relative;overflow:hidden}.CaseCard_coverImage__4F1FU{position:relative;width:100%;aspect-ratio:4/3}.CaseCard_coverImage__4F1FU img{transition:transform .4s ease}.CaseCard_coverPlaceholder__LhFU3{display:flex;width:100%;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));aspect-ratio:4/3}.CaseCard_placeholderIcon__ArRYV{font-size:2.25rem;line-height:2.5rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.CaseCard_categoryTag__PwfbC{position:absolute;top:.75rem;left:.75rem;z-index:10;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.CaseCard_caseContent__D06Yh{flex:1 1 0%;padding:1rem;display:flex;flex-direction:column}.CaseCard_title__lLBSd{margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.CaseCard_title__lLBSd:hover{color:var(--primary-color)}.CaseCard_summary__iS7y7{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.CaseCard_footer__93ARE{justify-content:space-between;margin-top:auto}.CaseCard_authorInfo__nouep,.CaseCard_footer__93ARE{display:flex;align-items:center}.CaseCard_authorInfo__nouep>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.CaseCard_authorAvatar__cgel_{display:flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background-color:var(--primary-color)}.CaseCard_authorName___P5WB{font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.CaseCard_statsInfo__JJy9u{display:flex;align-items:center}.CaseCard_statsInfo__JJy9u>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.CaseCard_statsInfo__JJy9u{font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.CaseCard_statItem__BDFuT{display:flex;align-items:center}.CaseCard_statIcon__Uihew{margin-right:.25rem;font-size:12px}@media(max-width:767px){.CaseCard_caseCard__kPYvb:hover{transform:none}}.SkeletonCard_skeletonCard__VsHYI{overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.SkeletonCard_imagePlaceholder__6POdE{width:100%;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));aspect-ratio:4/3;animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite}.SkeletonCard_contentArea__FEzKI>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.SkeletonCard_contentArea__FEzKI{padding:1rem}.SkeletonCard_titleLine__gHuFo{height:1.25rem;width:75%;animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite;animation-delay:.1s}.SkeletonCard_summaryLine__5FYpi,.SkeletonCard_titleLine__gHuFo{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_summaryLine__5FYpi{height:1rem;animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite;animation-delay:.2s}.SkeletonCard_summaryLine__5FYpi:last-of-type{width:66.666667%}.SkeletonCard_footerLine__BXNXr{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between}.SkeletonCard_avatarPlaceholder__zIsmD{height:1.75rem;width:1.75rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite;animation-delay:.3s}.SkeletonCard_namePlaceholder__YJee_{margin-left:.5rem;width:4rem;animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite;animation-delay:.35s}.SkeletonCard_namePlaceholder__YJee_,.SkeletonCard_statsPlaceholder__cNIB0{height:.75rem;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_statsPlaceholder__cNIB0{width:5rem;animation:SkeletonCard_pulse__SIwvC 1.5s ease-in-out infinite;animation-delay:.4s}@keyframes SkeletonCard_pulse__SIwvC{0%,to{opacity:1}50%{opacity:.4}}.Navbar_navbar__dIQS_{position:fixed;top:0;left:0;right:0;z-index:50;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);width:100%}.Navbar_navbarContainer___WWKq{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:1200px;margin:0 auto;padding:0 20px}.Navbar_navbarBrand__FUHdx{display:flex;align-items:center;justify-content:center;height:70px;transition:all .3s ease}.Navbar_navbarBrand__FUHdx:hover img{transform:scale(1.05);transition:transform .3s ease}.Navbar_navbarBrand__FUHdx img{max-height:50px;width:auto}.Navbar_navbarNav__0l5hf{display:flex;align-items:center}.Navbar_navbarNav__0l5hf>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.Navbar_navbarItem__YezHU{display:flex;align-items:center;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.Navbar_navbarItem__YezHU:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.Navbar_navbarItem__YezHU{text-decoration:none;font-size:16px}.Navbar_navbarItem__YezHU.Navbar_active__Bh1OJ{font-weight:500;--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.Navbar_navbarButton__Z9QfY{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(173 54 12/var(--tw-bg-opacity,1));padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.Navbar_navbarButton__Z9QfY:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.Navbar_citySelector__mU5e3,.Navbar_navbarButton__Z9QfY{display:flex;align-items:center}.Navbar_citySelector__mU5e3{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.Navbar_citySelector__mU5e3:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.Navbar_citySelector__mU5e3{cursor:pointer}.Navbar_menuToggle__NhtY7{display:none;align-items:center;justify-content:center;width:36px;height:36px;color:#5f5d5d;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width:767px){.Navbar_navbar__dIQS_{position:fixed}.Navbar_navbarContainer___WWKq{height:50px;padding:0 12px}.Navbar_navbarBrand__FUHdx{height:50px}.Navbar_navbarBrand__FUHdx img{max-height:34px}.Navbar_navbarNav__0l5hf{display:none}.Navbar_menuToggle__NhtY7{display:flex}.Navbar_citySelector__mU5e3{font-size:12px}}.Navbar_mobileOverlay__F_o_K{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998}.Navbar_mobileMenu__0TJaG{position:fixed;top:0;right:0;bottom:0;width:70vw;max-width:280px;background:#fff;z-index:999;box-shadow:-2px 0 8px rgba(0,0,0,.15);animation:Navbar_slideInRight__XUN_N .25s ease-out}@keyframes Navbar_slideInRight__XUN_N{0%{transform:translateX(100%)}to{transform:translateX(0)}}.Navbar_mobileMenuHeader__07Wkr{display:flex;align-items:center;justify-content:flex-end;height:50px;padding:0 16px;border-bottom:1px solid #f0f0f0}.Navbar_mobileMenuHeader__07Wkr button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#5f5d5d;background:none;border:none;cursor:pointer}.Navbar_mobileMenuBody__57HU3{padding:8px 0}.Navbar_mobileMenuItem__jMM0u{display:flex;align-items:center;padding:14px 20px;font-size:15px;color:#5f5d5d;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:color .2s}.Navbar_mobileMenuItem__jMM0u.Navbar_active__Bh1OJ{color:#ad360c;border-left:3px solid #ad360c;padding-left:17px;font-weight:500}.Footer_footer__tpYv3{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1));padding-top:3rem;padding-bottom:3rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.Footer_footerContainer__aahE3{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width:1008px){.Footer_footerContainer__aahE3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1330px){.Footer_footerContainer__aahE3{grid-template-columns:repeat(3,minmax(0,1fr))}}.Footer_footerSection__F3znp>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.Footer_footerSection__F3znp h4{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(173 54 12/var(--tw-text-opacity,1))}.Footer_footerSection__F3znp p{line-height:1.625;--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.Footer_footerSection__F3znp ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.Footer_footerSection__F3znp ul li{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.Footer_footerSection__F3znp ul li:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.Footer_footerSection__F3znp ul li a{color:inherit;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.Footer_footerSection__F3znp ul li a:hover{--tw-text-opacity:1;color:rgb(173 54 12/var(--tw-text-opacity,1))}.Footer_icpModalOverlay__9J3Z2{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}.Footer_icpModal__URhQt{background:#fff;border-radius:12px;padding:24px 20px;width:300px;text-align:center}.Footer_icpModalTitle__udXfj{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.Footer_icpModalDesc__sxzgR{font-size:13px;color:#888;margin-bottom:12px}.Footer_icpModalUrl__9Ll1A{font-size:13px;color:var(--jiapu-primary,#ad360c);word-break:break-all;background:#f5f5f5;border-radius:6px;padding:10px 12px;margin-bottom:16px}.Footer_icpModalActions__pb9pO{display:flex;gap:12px}.Footer_icpModalCopyBtn__4P0YV{flex:1;padding:10px 0;border:none;border-radius:8px;font-size:14px;cursor:pointer;background:var(--jiapu-primary,#ad360c);color:#fff}.Footer_icpModalCloseBtn__yc7dQ{flex:1;padding:10px 0;border:1px solid #ddd;border-radius:8px;font-size:14px;cursor:pointer;background:#fff;color:#666}@media(max-width:767px){.Footer_footer__tpYv3{padding:20px 0}.Footer_footerContainer__aahE3{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.Footer_footerSection__F3znp h4{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem}.Footer_footerSection__F3znp p{font-size:13px}.Footer_footerSection__F3znp ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.Footer_footerSection__F3znp ul li{font-size:13px}}.PageLayout_content__UlwXg{padding-top:70px}@media(max-width:767px){.PageLayout_content__UlwXg{padding-top:50px}}.ArticleCard_articleCard__kD9Kn{cursor:pointer;overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;border:1px solid transparent}.ArticleCard_articleCard__kD9Kn:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:var(--primary-color)}.ArticleCard_cardContent__S5bmH{display:flex}.ArticleCard_coverImage__NUxV8{position:relative;height:12rem;width:12rem;flex-shrink:0;overflow:hidden}.ArticleCard_coverPlaceholder__md23N{display:flex;height:12rem;width:12rem;flex-shrink:0;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.ArticleCard_placeholderIcon__289_w{font-size:2.25rem;line-height:2.5rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.ArticleCard_articleContent__lB_U7{flex:1 1 0%;padding:1.5rem;display:flex;flex-direction:column}.ArticleCard_metaInfo__roIFM{margin-bottom:.75rem;display:flex;flex-wrap:wrap;align-items:center}.ArticleCard_metaInfo__roIFM>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.ArticleCard_categoryTag__fE_sa{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.ArticleCard_metaItem__f688_{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.ArticleCard_metaIcon__EuUda{margin-right:.25rem;font-size:14px}.ArticleCard_title__AwyKM{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.ArticleCard_title__AwyKM:hover{color:var(--primary-color)}.ArticleCard_summary__MSbzl{margin-bottom:1rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ArticleCard_footer__8_2_x{justify-content:space-between;margin-top:auto}.ArticleCard_authorInfo__brbR0,.ArticleCard_footer__8_2_x{display:flex;align-items:center}.ArticleCard_authorInfo__brbR0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.ArticleCard_authorAvatar__R27PY{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));background-color:var(--primary-color)}.ArticleCard_authorName__PCXgE{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.ArticleCard_readMore__z_isp{display:flex;align-items:center;font-weight:500;--tw-text-opacity:1;color:rgb(173 54 12/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.ArticleCard_readMore__z_isp:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.ArticleCard_readMore__z_isp{color:var(--primary-color)}.ArticleCard_readMore__z_isp:hover{color:#b84015}.ArticleCard_arrowIcon__M_Ye8{margin-left:.25rem;font-size:14px}@media(max-width:767px){.ArticleCard_articleCard__kD9Kn:hover{transform:none}.ArticleCard_cardContent__S5bmH{flex-direction:column}.ArticleCard_coverImage__NUxV8,.ArticleCard_coverPlaceholder__md23N{width:100%;height:180px}.ArticleCard_articleContent__lB_U7{padding:1rem}.ArticleCard_title__AwyKM{font-size:1.125rem;line-height:1.75rem}.ArticleCard_summary__MSbzl{-webkit-line-clamp:2}}.SkeletonCard_skeletonCard__9kgOa{overflow:hidden;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);animation:SkeletonCard_pulse__kztVu 2s cubic-bezier(.4,0,.6,1) infinite}.SkeletonCard_cardContent__8jBb_{display:flex}.SkeletonCard_coverSkeleton__Xto2n{height:12rem;width:12rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_contentSkeleton__Ot_0U{flex:1 1 0%;padding:1.5rem}.SkeletonCard_metaSkeleton__QtzBp{margin-bottom:.75rem;display:flex;align-items:center}.SkeletonCard_metaSkeleton__QtzBp>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.SkeletonCard_categorySkeleton__PC8Hj{height:1.5rem;width:4rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_dateSkeleton__w4tQX{width:6rem}.SkeletonCard_dateSkeleton__w4tQX,.SkeletonCard_statsSkeleton__9iRii{height:1rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_statsSkeleton__9iRii{margin-left:.5rem;width:4rem}.SkeletonCard_titleSkeleton__jM6MU{margin-bottom:.75rem;height:2rem;width:100%;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_summarySkeleton__eFaj9{margin-bottom:1rem}.SkeletonCard_summarySkeleton__eFaj9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.SkeletonCard_line__BvOY7{height:1rem;width:100%;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_line__BvOY7:last-child{width:80%}.SkeletonCard_footerSkeleton__A_tHa{display:flex;align-items:center;justify-content:space-between}.SkeletonCard_authorSkeleton__vUtuW{display:flex;align-items:center}.SkeletonCard_authorSkeleton__vUtuW>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.SkeletonCard_avatarSkeleton__Rch8h{height:2rem;width:2rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_nameSkeleton__Ay8wZ{width:6rem}.SkeletonCard_nameSkeleton__Ay8wZ,.SkeletonCard_readMoreSkeleton__qhM3y{height:1rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.SkeletonCard_readMoreSkeleton__qhM3y{width:5rem}@keyframes SkeletonCard_pulse__kztVu{0%,to{opacity:1}50%{opacity:.5}}.ArticleList_articleList__x8lKA>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.ArticleList_emptyState__ZQm2m{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:4rem;padding-bottom:4rem;text-align:center}.ArticleList_emptyIcon__uXhYZ{margin-bottom:1rem;font-size:3.75rem;line-height:1;--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.ArticleList_emptyTitle__YSSbN{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.ArticleList_emptyDescription___i6Wr{max-width:28rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.ArticleList_loadingMore__qbCoZ{margin-top:1.5rem}.CategoryFilter_categoryFilter__PDxDk{margin-left:auto;margin-right:auto;display:flex;max-width:56rem;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.CategoryFilter_header__N0987{margin-right:.5rem;display:flex;align-items:center}.CategoryFilter_label__sim_t{white-space:nowrap;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.CategoryFilter_tagsContainer__Ka89M{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.CategoryFilter_categoryTag__O5HZu{cursor:pointer;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));padding:.375rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:60px}.CategoryFilter_categoryTag__O5HZu:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(173,54,12,.2)}.CategoryFilter_categoryTag__O5HZu.CategoryFilter_active__VukMK{background-color:var(--primary-color);color:#fff}@media(max-width:767px){.CategoryFilter_categoryFilter__PDxDk{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;gap:.5rem;padding-bottom:4px}.CategoryFilter_categoryFilter__PDxDk::-webkit-scrollbar{display:none}.CategoryFilter_tagsContainer__Ka89M{flex-wrap:nowrap;gap:.5rem}.CategoryFilter_categoryTag__O5HZu{padding:.25rem .75rem;font-size:.75rem;line-height:1rem;min-width:auto;white-space:nowrap;flex-shrink:0}}.Pagination_pagination__BRP5_{margin-top:2rem;display:flex;align-items:center;justify-content:center}.Pagination_pagination__BRP5_>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.Pagination_pageButton__cTuOf{min-width:2.5rem;border-radius:var(--radius);padding:.5rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;border:1px solid transparent}.Pagination_pageButton__cTuOf:not(.Pagination_navButton__dRxSk):not(.Pagination_disabled__RCGzu):not(.Pagination_active__gVXrx):hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));color:var(--primary-color)}.Pagination_pageButton__cTuOf.Pagination_active__gVXrx{background-color:var(--primary-color);color:#fff}.Pagination_pageButton__cTuOf.Pagination_navButton__dRxSk{display:flex;align-items:center;justify-content:center}.Pagination_pageButton__cTuOf.Pagination_disabled__RCGzu{cursor:not-allowed;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.Pagination_ellipsis__1ttH1{padding-left:.5rem;padding-right:.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}@media(max-width:767px){.Pagination_pagination__BRP5_{margin-top:1.5rem}.Pagination_pagination__BRP5_>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.Pagination_pageButton__cTuOf{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;min-width:2rem}}.CasePageContainer_casePageContainer__4ZIHb{width:100%}.CasePageContainer_containerPadding__2bplA{padding-left:1.5rem;padding-right:1.5rem}.CasePageContainer_heroSection__YW0Tm{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#991b1b var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#dc2626 var(--tw-gradient-to-position);padding-top:4rem;padding-bottom:4rem}.CasePageContainer_heroTitle__PZD_Z{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.CasePageContainer_heroDescription__C_2SI{margin-left:auto;margin-right:auto;max-width:42rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.CasePageContainer_searchSection__y3LIp{border-bottom-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-top:2.5rem;padding-bottom:2.5rem;border-bottom-color:#e5e7eb}.CasePageContainer_mainSection__03hno{padding-top:3rem;padding-bottom:3rem}@media(max-width:767px){.CasePageContainer_containerPadding__2bplA{padding-left:1rem;padding-right:1rem}.CasePageContainer_heroSection__YW0Tm{padding-top:2.5rem;padding-bottom:2.5rem}.CasePageContainer_heroTitle__PZD_Z{font-size:1.5rem;line-height:2rem}.CasePageContainer_heroDescription__C_2SI{font-size:1rem;line-height:1.5rem}.CasePageContainer_mainSection__03hno,.CasePageContainer_searchSection__y3LIp{padding-top:1.5rem;padding-bottom:1.5rem}}.CasePageContainer_errorContainer__bGsAX{display:flex;min-height:100vh;align-items:center;justify-content:center}.CasePageContainer_errorContent__yRZwf{padding:2rem;text-align:center;color:var(--text-color)}.CasePageContainer_errorContent__yRZwf i{margin-bottom:1rem;display:block;font-size:3.75rem;line-height:1;--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.CasePageContainer_errorContent__yRZwf h3{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.CasePageContainer_errorContent__yRZwf p{margin-bottom:1rem}.CasePageContainer_retryButton___jJGJ{border-radius:var(--radius);padding:.5rem 1.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;background-color:var(--primary-color)}.CasePageContainer_retryButton___jJGJ:hover{background-color:#b84015}.NewsPageContainer_newsPageContainer__0vl6c{width:100%}.NewsPageContainer_containerPadding__w7yZB{padding-left:1.5rem;padding-right:1.5rem}.NewsPageContainer_heroSection__td1_j{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#991b1b var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,27,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#dc2626 var(--tw-gradient-to-position);padding-top:4rem;padding-bottom:4rem}.NewsPageContainer_heroTitle__rr_VF{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.NewsPageContainer_heroDescription__8MBFv{margin-left:auto;margin-right:auto;max-width:42rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.NewsPageContainer_searchSection__GT7s_{border-bottom-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-top:2.5rem;padding-bottom:2.5rem;border-bottom-color:#e5e7eb}.NewsPageContainer_mainSection__B5J76{padding-top:3rem;padding-bottom:3rem}.NewsPageContainer_contentGrid__wxzA6{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.NewsPageContainer_mainContent__ix3Er{grid-column:span 3}.NewsPageContainer_sidebarCol__lugtH{grid-column:span 1}@media(max-width:767px){.NewsPageContainer_containerPadding__w7yZB{padding-left:1rem;padding-right:1rem}.NewsPageContainer_heroSection__td1_j{padding-top:2.5rem;padding-bottom:2.5rem}.NewsPageContainer_heroTitle__rr_VF{font-size:1.5rem;line-height:2rem}.NewsPageContainer_heroDescription__8MBFv{font-size:1rem;line-height:1.5rem}.NewsPageContainer_mainSection__B5J76,.NewsPageContainer_searchSection__GT7s_{padding-top:1.5rem;padding-bottom:1.5rem}.NewsPageContainer_contentGrid__wxzA6{grid-template-columns:1fr;gap:1.5rem}.NewsPageContainer_mainContent__ix3Er,.NewsPageContainer_sidebarCol__lugtH{grid-column:span 1}}.NewsPageContainer_errorContainer__JjjdT{display:flex;min-height:100vh;align-items:center;justify-content:center}.NewsPageContainer_errorContent__piwh0{padding:2rem;text-align:center;color:var(--text-color)}.NewsPageContainer_errorContent__piwh0 i{margin-bottom:1rem;display:block;font-size:3.75rem;line-height:1;--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.NewsPageContainer_errorContent__piwh0 h3{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.NewsPageContainer_errorContent__piwh0 p{margin-bottom:1rem}.NewsPageContainer_retryButton__pEjXF{border-radius:var(--radius);padding:.5rem 1.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;background-color:var(--primary-color)}.NewsPageContainer_retryButton__pEjXF:hover{background-color:#b84015}.SmallQuoteForm_smallQuoteForm__VsJeP{position:absolute;left:18%;top:50%;transform:translateY(-50%);width:360px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px) saturate(1.2);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 1px hsla(0,0%,100%,.1);padding:20px 28px;z-index:10}.SmallQuoteForm_smallQuoteForm__VsJeP:before{content:"";position:absolute;top:0;left:24px;right:24px;height:3px;background:linear-gradient(to right,var(--primary-color),var(--gold-accent),var(--primary-color));border-radius:0 0 2px 2px}@media(max-width:1440px){.SmallQuoteForm_smallQuoteForm__VsJeP{left:8%}}@media(max-width:1200px){.SmallQuoteForm_smallQuoteForm__VsJeP{position:static;margin:20px auto;transform:none}}@media(max-width:767px){.SmallQuoteForm_smallQuoteForm__VsJeP{position:static;order:2;width:calc(100% - 24px);height:auto;margin:12px auto;padding:20px 16px;transform:none;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.12)}}.SmallQuoteForm_badge__Lw72r{display:block;text-align:center;font-size:12px;font-weight:500;color:var(--gold-accent,#c9a96e);letter-spacing:4px;margin-bottom:4px}.SmallQuoteForm_title__hbnFm{font-family:var(--heading-font);font-size:22px;font-weight:600;color:var(--bg-charcoal);margin-bottom:14px;text-align:center;letter-spacing:2px}@media(max-width:767px){.SmallQuoteForm_title__hbnFm{font-size:17px;margin-bottom:14px;font-weight:700;letter-spacing:.5px}}.SmallQuoteForm_form__D_dmE{display:flex;flex-direction:column;gap:10px}@media(max-width:767px){.SmallQuoteForm_form__D_dmE{gap:12px}}.SmallQuoteForm_formGroup__oBTRw{display:flex;flex-direction:column;gap:4px}.SmallQuoteForm_input__ARHsi{width:100%;height:40px;padding:0 14px;border:1px solid #e0d5c8;border-radius:8px;font-size:14px;background:#faf8f5;transition:all .25s ease}@media(max-width:767px){.SmallQuoteForm_input__ARHsi{height:42px;font-size:14px;border-radius:8px}}.SmallQuoteForm_input__ARHsi:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px rgba(173,54,12,.08)}.SmallQuoteForm_input__ARHsi.SmallQuoteForm_error__jOdIO{border-color:#ff4d4f}.SmallQuoteForm_input__ARHsi::-moz-placeholder{color:#b0a89e}.SmallQuoteForm_input__ARHsi::placeholder{color:#b0a89e}.SmallQuoteForm_codeInputWrapper__CMKSU{display:flex;gap:8px}.SmallQuoteForm_codeInput__1X0GP{flex:1}.SmallQuoteForm_codeButton__xJY3n{width:100px;height:40px;background:var(--bg-charcoal);color:#fff;border:none;border-radius:8px;font-size:12px;cursor:pointer;transition:all .25s ease;white-space:nowrap;letter-spacing:.5px}.SmallQuoteForm_codeButton__xJY3n:hover:not(:disabled){background:#1a1410}.SmallQuoteForm_codeButton__xJY3n:disabled{background:#ccc;cursor:not-allowed}.SmallQuoteForm_errorText__FGqB_{font-size:12px;color:#ff4d4f;margin-top:2px}.SmallQuoteForm_submitButton__9WAIU{width:100%;height:42px;background:linear-gradient(135deg,var(--primary-color) 0,#c84a1e 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:3px;margin-top:2px;position:relative;overflow:hidden}.SmallQuoteForm_submitButton__9WAIU:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:SmallQuoteForm_shimmerSweep__BFwzs 3s ease-in-out infinite}@media(max-width:767px){.SmallQuoteForm_submitButton__9WAIU{height:46px;border-radius:8px;font-size:16px;letter-spacing:2px;box-shadow:0 4px 12px rgba(173,54,12,.3)}}.SmallQuoteForm_submitButton__9WAIU:hover:not(:disabled){background:linear-gradient(135deg,#c84a1e 0,var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(173,54,12,.35)}.SmallQuoteForm_submitButton__9WAIU:active:not(:disabled){transform:translateY(0)}.SmallQuoteForm_submitButton__9WAIU:disabled{background:#ccc;cursor:not-allowed;transform:none}.SmallQuoteForm_submitButton__9WAIU:disabled:after{display:none}@keyframes SmallQuoteForm_shimmerSweep__BFwzs{0%{left:-100%}50%{left:100%}to{left:100%}}.SmallQuoteForm_hint__Zoz5s{text-align:center;font-size:12px;color:#b0a89e;margin-top:4px;letter-spacing:.5px}.SmallQuoteForm_successState__KtEL3{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.SmallQuoteForm_successIcon__G_JEb{width:60px;height:60px;background:#52c41a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:16px}.SmallQuoteForm_successState__KtEL3 h3{font-size:18px;font-weight:700;color:#333;margin-bottom:8px}.SmallQuoteForm_successState__KtEL3 p{font-size:14px;color:#666}.HeroBanner_carouselContainer__c__lo{position:relative;overflow:hidden;height:400px;background:linear-gradient(135deg,#1a0a04,#4a1a08 40%,#7a2a0c)}.HeroBanner_carouselContainer__c__lo:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(173,54,12,.15) 0,transparent 70%),radial-gradient(ellipse at 70% 80%,hsla(39,46%,61%,.08) 0,transparent 50%);z-index:1;pointer-events:none}@media(max-width:767px){.HeroBanner_carouselContainer__c__lo{display:flex;flex-direction:column;height:auto;min-height:200px}}.HeroBanner_swiperWrapper__gHLsZ{width:100%;height:100%}@media(max-width:767px){.HeroBanner_swiperWrapper__gHLsZ{order:1;height:230px;flex-shrink:0}}.HeroBanner_swiperWrapper__gHLsZ .swiper-pagination{bottom:24px!important;right:24px!important;left:auto!important;width:auto!important;text-align:right}.HeroBanner_swiperSlide__xPcXc{width:100%;height:100%;display:flex;align-items:center}.HeroBanner_slideContent__AsuDD{width:100%;height:100%;cursor:pointer}.HeroBanner_container__Zl7R8{width:100vw;height:100%}.HeroBanner_gridLayout____IsA{display:grid;grid-template-columns:1fr;align-items:center;height:100%}.HeroBanner_overlay__Y5iQF{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0,transparent 30%,transparent 60%,rgba(0,0,0,.3)),radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none;z-index:1}.HeroBanner_imageContainer__EbtHE{position:relative;width:100%;height:100%;text-align:center}.HeroBanner_slideImage__PFGep{-o-object-fit:contain;object-fit:contain;animation:HeroBanner_kenBurns__zlWn7 10s ease-out forwards}@media(max-width:767px){.HeroBanner_slideImage__PFGep{animation:unset}}@keyframes HeroBanner_kenBurns__zlWn7{0%{transform:scale(1)}to{transform:scale(1.08)}}.HeroBanner_paginationBullet__7kKzf{display:inline-block;width:12px;height:4px;border-radius:2px;background:hsla(0,0%,100%,.4);margin:0 4px!important;cursor:pointer;transition:all .3s ease}.HeroBanner_paginationBulletActive__NJz6x{width:28px;background:var(--gold-accent,#c9a96e)}