body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8f9fa;color:#333;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}header{background:#fff;box-shadow:0 2px 10px #0000000d;position:fixed;top:0;width:100%;z-index:1000}nav{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.logo,nav{align-items:center;display:flex}.logo{color:#2563eb;font-size:1.8rem;font-weight:700;gap:.5rem;text-decoration:none;white-space:nowrap}.header-search{align-items:center;background:#f3f4f6;border-radius:50px;display:flex;flex:1 1;max-width:400px;padding:.5rem 1rem;transition:all .3s}.header-search:focus-within{background:#fff;border:2px solid #3b82f6;box-shadow:0 0 0 3px #3b82f61a;padding:calc(.5rem - 2px) calc(1rem - 2px)}.header-search .search-input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:1rem;outline:none;padding:.25rem .5rem}.header-search .search-input::placeholder{color:#9ca3af}.header-search .search-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.25rem .5rem;transition:all .2s}.header-search .search-button:hover{transform:scale(1.1)}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#2563eb}.cta-button{background:#2563eb;border-radius:8px;color:#fff;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s}.cta-button:hover{background:#1d4ed8;transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:80px;padding:4rem 2rem;text-align:center}.hero h1{animation:fadeInUp .8s ease;font-size:2.5rem;margin-bottom:1rem}.hero p{animation:fadeInUp .8s ease .2s backwards;font-size:1.2rem;margin-bottom:2rem;opacity:.95}.quick-quote{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;margin:-3rem auto 3rem;max-width:800px;padding:2rem;position:relative;z-index:10}.quick-quote h2{color:#333;margin-bottom:2rem;text-align:center}.quote-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.quote-option{background:#f8f9fa;border:2px solid #0000;border-radius:12px;cursor:default;padding:1.5rem 1rem;text-align:center;transition:all .3s}.quote-option.clickable{cursor:pointer}.quote-option.clickable:hover{background:#eff6ff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33;transform:translateY(-3px)}.quote-option:hover{opacity:.9}.quote-option i{color:#2563eb;display:block;font-size:2rem;margin-bottom:.5rem}.favorite-btn{align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s ease;width:40px;z-index:10}.favorite-btn:hover{border-color:#ff6b6b;box-shadow:0 4px 12px #00000026;transform:scale(1.15)}.favorite-btn:active{transform:scale(.95)}.favorite-btn:disabled{cursor:not-allowed;opacity:.6}.favorite-btn.favorited{animation:heartBeat .4s ease;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-color:#ff6b6b}.favorite-btn.favorited:hover{background:linear-gradient(135deg,#ff5252,#e04856);border-color:#ff5252}@keyframes heartBeat{0%,to{transform:scale(1)}15%{transform:scale(1.25)}30%{transform:scale(1.1)}45%{transform:scale(1.2)}60%{transform:scale(1.15)}}.info-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.info-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.section-title{color:#333}.btn-view-all{background:#3b82f6;border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.btn-view-all:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.info-section-footer{margin-top:3rem;text-align:center}.btn-view-all-large{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50px;box-shadow:0 4px 15px #3b82f64d;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.btn-view-all-large:hover{box-shadow:0 8px 25px #3b82f666;transform:translateY(-3px)}.info-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;color:inherit;cursor:pointer;display:block;padding:2rem;text-decoration:none;transition:transform .3s}.info-card:hover{transform:translateY(-5px)}.info-card h3{color:#2563eb;font-size:1.3rem;margin-bottom:1rem}.info-card p{color:#666;margin-bottom:.5rem}.info-card .meta{color:#999;font-size:.9rem;margin-top:1rem}.comparison-section{background:#f1f5f9;padding:4rem 2rem}.comparison-tool{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:1000px;padding:2rem}.comparison-filters{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#555;font-weight:600;margin-bottom:.5rem}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem}.comparison-results{margin-top:2rem}.result-card{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .3s}.result-card:hover{background:#e2e8f0;transform:translateX(5px)}.insurance-company{align-items:center;display:flex;gap:1rem}.company-logo{align-items:center;background:#fff;border-radius:8px;color:#2563eb;display:flex;font-weight:700;height:60px;justify-content:center;width:60px}.price-info{text-align:right}.price{color:#2563eb;font-size:1.5rem;font-weight:700}.price-label{color:#666;font-size:.9rem}.consultation-section{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:4rem 2rem}.consultation-content{margin:0 auto;max-width:800px}.consultation-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2rem}.form-group input,.form-group select,.form-group textarea{background:#ffffffe6;border:1px solid #ffffff4d;border-radius:8px;font-size:1rem;padding:.8rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}.submit-button{background:#fff;border:none;border-radius:8px;color:#3b82f6;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s;width:100%}.submit-button:hover{box-shadow:0 10px 20px #0003;transform:scale(1.02)}footer{background:#1f2937;color:#fff;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-section h4{color:#f3f4f6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section a{color:#9ca3af;line-height:2;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px;z-index:1001}.hamburger span{background:#2563eb;border-radius:3px;height:3px;transition:all .3s;width:25px}.mobile-cta{display:none}@media (max-width:768px){nav{padding:1rem}.logo{font-size:1.5rem}.header-search{box-shadow:0 2px 8px #0000001a;left:1rem;max-width:none;position:absolute;right:1rem;top:70px}.hamburger{display:flex}.desktop-cta{display:none}.nav-menu{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:0;height:calc(100vh - 70px);left:-100%;padding:2rem;position:fixed;top:70px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}.nav-menu li{border-bottom:1px solid #f0f0f0;padding:1rem 0;width:100%}.nav-menu a{display:block;font-size:1.1rem;width:100%}.mobile-cta{border-bottom:none;display:block;padding:1.5rem 0}.mobile-cta .cta-button{display:block;font-size:1.1rem;padding:1rem;text-align:center;width:100%}.hero h1{font-size:1.8rem}.quote-options{grid-template-columns:repeat(2,1fr)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading{color:#666;padding:2rem}.popular-posts-section{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:4rem 2rem;position:relative}.popular-posts-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.popular-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.popular-header{margin-bottom:3rem;text-align:center}.popular-title{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}.popular-subtitle{color:#ffffffe6;font-size:1.1rem}.popular-loading{color:#fff;font-size:1.2rem;padding:2rem;text-align:center}.popular-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.popular-item{align-items:center;background:#fffffff2;border-radius:16px;box-shadow:0 4px 15px #0000001a;display:flex;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s}.popular-item:hover{background:#fff;box-shadow:0 8px 25px #0003;transform:translateX(10px)}.popular-rank{flex-shrink:0}.rank-number{align-items:center;border-radius:50%;box-shadow:0 4px 10px #00000026;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.rank-1{background:linear-gradient(135deg,gold,#ffed4e);color:#1f2937}.rank-2{background:linear-gradient(135deg,silver,#e8e8e8);color:#1f2937}.rank-3{background:linear-gradient(135deg,#cd7f32,#e89b6d);color:#fff}.rank-4,.rank-5{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.popular-content{flex:1 1}.popular-item-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.featured-badge{font-size:1.2rem}.popular-category{background:#3b82f6;border-radius:12px;color:#fff;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.popular-item-title{color:#1f2937;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.popular-meta{color:#6b7280;display:flex;font-size:.9rem;gap:1rem}.popular-views{color:#3b82f6;font-weight:500}.popular-arrow{color:#3b82f6;flex-shrink:0;font-size:1.5rem;opacity:0;transform:translateX(-10px);transition:all .3s}.popular-item:hover .popular-arrow{opacity:1;transform:translateX(0)}.popular-footer{margin-top:2rem;text-align:center}.btn-view-all-posts{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.btn-view-all-posts:hover{background:#f8f9fa;box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.popular-posts-section{padding:3rem 1rem}.popular-title{font-size:2rem}.popular-item{gap:1rem;padding:1rem}.rank-number{font-size:1.2rem;height:40px;width:40px}.popular-item-title{font-size:1rem}.popular-meta{flex-direction:column;gap:.25rem}}.recently-viewed-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:80px 20px}.recently-viewed-container{margin:0 auto;max-width:1200px}.recently-viewed-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:40px}.header-left{flex:1 1}.recently-viewed-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:10px}.recently-viewed-subtitle{color:#7f8c8d;font-size:1rem;margin:0}.btn-clear-recent{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-clear-recent:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.recently-viewed-list{grid-gap:20px;display:grid;gap:20px}.recently-viewed-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:inherit;display:flex;gap:20px;padding:24px;text-decoration:none;transition:all .3s ease}.recently-viewed-item:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.recently-viewed-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.recently-viewed-content{flex:1 1;min-width:0}.recently-viewed-item-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.recently-viewed-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 12px}.recently-viewed-time{color:#3498db;font-size:.85rem;font-weight:600}.recently-viewed-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis}.recently-viewed-meta{align-items:center;color:#7f8c8d;display:flex;font-size:.85rem;gap:12px}.recently-viewed-date{align-items:center;display:flex;gap:4px}.recently-viewed-arrow{color:#bdc3c7;flex-shrink:0;font-size:1.5rem;transition:all .3s ease}.recently-viewed-item:hover .recently-viewed-arrow{color:#667eea;transform:translateX(5px)}@media (max-width:768px){.recently-viewed-section{padding:60px 16px}.recently-viewed-title{font-size:1.5rem}.recently-viewed-subtitle{font-size:.9rem}.btn-clear-recent{font-size:.85rem;padding:8px 16px}.recently-viewed-item{gap:12px;padding:16px}.recently-viewed-number{font-size:1rem;height:32px;width:32px}.recently-viewed-item-title{font-size:1rem}.recently-viewed-arrow{display:none}}@media (max-width:480px){.recently-viewed-header{align-items:flex-start;flex-direction:column}.btn-clear-recent{align-self:flex-end}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-box{animation:slideUp .5s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:420px;padding:2.5rem;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:1rem}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.login-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem;text-align:center}.login-footer p{color:#6b7280;font-size:.875rem}@media (max-width:480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}.password-change-container{margin:0 auto;max-width:600px}.password-change-box{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem 1rem;transition:all .3s;width:100%}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.error-message{background:#fee2e2;border-left:4px solid #dc2626;color:#dc2626}.error-message,.success-message{border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;padding:.875rem}.success-message{animation:slideDown .3s ease-out;background:#d1fae5;border-left:4px solid #10b981;color:#065f46}.btn-change{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.btn-change:hover:not(:disabled){box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.btn-change:active:not(:disabled){transform:translateY(0)}.btn-change:disabled{cursor:not-allowed;opacity:.7}.password-tips{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin-top:2rem;padding:1.5rem}.password-tips h3{color:#1f2937;font-size:1rem;margin-bottom:1rem}.password-tips ul{list-style:none;margin:0;padding:0}.password-tips li{color:#6b7280;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.password-tips li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.password-change-box{padding:1.5rem}}.admin-container{background:#f3f4f6;display:flex;min-height:100vh}.tiptap-editor-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.editor-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:4px;padding:8px}.editor-toolbar button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;min-width:32px;padding:6px 10px;transition:all .2s}.editor-toolbar button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.editor-toolbar button:disabled{cursor:not-allowed;opacity:.4}.editor-toolbar button.is-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.toolbar-divider{align-self:center;color:#d1d5db;margin:0 4px}.tiptap-editor-content{min-height:400px;padding:16px}.tiptap-editor-content .ProseMirror{min-height:400px;outline:none}.tiptap-editor-content .ProseMirror:focus{outline:none}.tiptap-editor-content h1{font-size:2em;font-weight:700;margin:.67em 0}.tiptap-editor-content h2{font-size:1.5em;font-weight:700;margin:.75em 0}.tiptap-editor-content h3{font-size:1.17em;font-weight:700;margin:.83em 0}.tiptap-editor-content ol,.tiptap-editor-content ul{margin:1em 0;padding-left:2em}.tiptap-editor-content li{margin:.25em 0}.tiptap-editor-content blockquote{border-left:3px solid #d1d5db;color:#6b7280;font-style:italic;margin-left:0;padding-left:1em}.tiptap-editor-content pre{background:#1f2937;border-radius:6px;color:#f3f4f6;font-family:Courier New,monospace;overflow-x:auto;padding:12px}.tiptap-editor-content code{background:#f3f4f6;border-radius:3px;font-family:Courier New,monospace;padding:2px 4px}.tiptap-editor-content img{height:auto;margin:1em 0;max-width:100%}.tiptap-editor-content a{color:#3b82f6;text-decoration:underline}.tiptap-editor-content a:hover{color:#2563eb}.tiptap-editor-content table{border-collapse:collapse;margin:1em 0;width:100%}.tiptap-editor-content table td,.tiptap-editor-content table th{border:1px solid #d1d5db;padding:8px}.tiptap-editor-content table th{background:#f3f4f6;font-weight:700}.tiptap-editor-content table tr:nth-child(2n){background:#f9fafb}.tiptap-editor-content img.image-align-left,.tiptap-editor-content img[data-align=left]{clear:left;float:left;margin-bottom:.5rem;margin-right:1rem}.tiptap-editor-content img.image-align-center,.tiptap-editor-content img[data-align=center]{display:block;margin-bottom:1rem;margin-left:auto;margin-right:auto}.tiptap-editor-content img.image-align-right,.tiptap-editor-content img[data-align=right]{clear:right;float:right;margin-bottom:.5rem;margin-left:1rem}.tiptap-editor-content img.ProseMirror-selectednode{border-radius:4px;cursor:pointer;outline:3px solid #3b82f6;outline-offset:2px}.sidebar{background:#1f2937;color:#fff;height:100vh;overflow-y:auto;padding:2rem 0;position:fixed;width:250px}.sidebar h2{color:#3b82f6;margin-bottom:2rem;padding:0 1.5rem}.menu-item{align-items:center;cursor:pointer;display:flex;gap:.8rem;padding:1rem 1.5rem;transition:background .3s}.menu-item:hover{background:#374151}.menu-item.active{background:#3b82f6}.menu-item.logout-item{border-top:1px solid #374151;color:#f87171;margin-top:auto}.menu-item.logout-item:hover{background:#7f1d1d;color:#fff}.main-content{flex:1 1;margin-left:250px;min-height:100vh;padding:2rem}.content-header{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:1.5rem}.content-header h1{color:#1f2937;font-size:1.8rem;margin-bottom:.5rem}.content-header p{color:#6b7280}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.stat-card h3{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.stat-number{color:#1f2937;font-size:2rem;font-weight:700}.stat-change{color:#10b981;font-size:.9rem;margin-top:.5rem}.editor-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.editor-section h2{color:#1f2937;margin-bottom:1.5rem}.content-list{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.list-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.list-header h3{color:#1f2937}.list-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem;transition:background .2s}.list-item:last-child{border-bottom:none}.list-item:hover{background:#f9fafb}.item-info h3{color:#1f2937;font-size:1.1rem;margin-bottom:.3rem}.item-meta{color:#6b7280;font-size:.9rem}.item-actions{display:flex;gap:.5rem}.action-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.action-btn:hover{background:#f3f4f6}.action-btn.edit{color:#3b82f6}.action-btn.edit:hover{background:#eff6ff}.action-btn.delete{color:#ef4444}.action-btn.delete:hover{background:#fee2e2}.edit-notice{align-items:center;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;color:#92400e;display:flex;font-weight:500;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.btn-cancel-edit{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.btn-cancel-edit:hover{background:#dc2626}.form-row{grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.btn-group{display:flex;gap:1rem;margin-top:2rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.content-textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;min-height:300px;resize:vertical}@media (max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.stats-grid{grid-template-columns:1fr}}.comments-section{background:#fff;border-top:1px solid #e5e7eb;padding:3rem}.comments-title{color:#1f2937;font-size:1.5rem;margin-bottom:2rem}.comment-form{background:#f9fafb;border-radius:12px;margin-bottom:2rem;padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.comment-form input,.comment-form textarea{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem;transition:all .3s;width:100%}.comment-form input:focus,.comment-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.comment-form textarea{font-family:inherit;resize:vertical}.btn-submit-comment{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.btn-submit-comment:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment-loading,.no-comments{color:#6b7280;font-size:1rem;padding:3rem;text-align:center}.comment-item{background:#f9fafb;border-left:4px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.comment-item:hover{border-left-color:#3b82f6;box-shadow:0 2px 8px #0000000d}.comment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.comment-author{color:#1f2937;font-size:1rem;font-weight:600}.comment-date{color:#9ca3af;font-size:.85rem}.comment-content{color:#374151;line-height:1.6;margin-bottom:1rem;white-space:pre-wrap}.comment-actions{display:flex;justify-content:flex-end}.btn-delete-toggle{background:#0000;border:1px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .3s}.btn-delete-toggle:hover{background:#ef4444;color:#fff}.delete-input-group{align-items:center;display:flex;gap:.5rem}.delete-input-group input{border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;padding:.5rem;width:150px}.btn-cancel-delete,.btn-confirm-delete{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .3s}.btn-confirm-delete{background:#ef4444;color:#fff}.btn-confirm-delete:hover{background:#dc2626}.btn-cancel-delete{background:#6b7280;color:#fff}.btn-cancel-delete:hover{background:#4b5563}@media (max-width:768px){.comments-section{padding:2rem 1.5rem}.comment-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.comment-item{padding:1rem}.comment-header{align-items:flex-start;flex-direction:column;gap:.25rem}.delete-input-group{flex-direction:column;width:100%}.delete-input-group input{width:100%}}.toc-section{max-height:calc(100vh - 80px - 4rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:calc(80px + 2rem)}.toc-empty{color:#9ca3af;padding:1rem;text-align:center}.toc-empty p{font-size:.9rem;margin-bottom:.5rem}.toc-empty small{display:block;font-size:.8rem;line-height:1.6}.toc-section::-webkit-scrollbar{width:6px}.toc-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.toc-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.toc-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.toc-list{display:flex;flex-direction:column;gap:.25rem}.toc-item{-webkit-line-clamp:2;-webkit-box-orient:vertical;border-left:3px solid #0000;border-radius:6px;color:#4b5563;display:-webkit-box;font-size:.9rem;line-height:1.4;overflow:hidden;padding:.65rem 1rem;position:relative;text-decoration:none;text-overflow:ellipsis;transition:all .2s}.toc-item:hover{background:#f3f4f6;transform:translateX(3px)}.toc-item.active,.toc-item:hover{border-left-color:#3b82f6;color:#3b82f6}.toc-item.active{background:#eff6ff;font-weight:600}.toc-level-2{font-size:.95rem;font-weight:600;padding-left:1rem}.toc-level-3{font-size:.875rem;padding-left:2rem}.toc-level-4{color:#6b7280;font-size:.85rem;padding-left:3rem}@media (max-width:1024px){.toc-section{max-height:none;position:static}}@media (max-width:768px){.toc-item{font-size:.85rem;padding:.5rem .75rem}.toc-level-2{padding-left:.75rem}.toc-level-3{padding-left:1.5rem}.toc-level-4{padding-left:2.25rem}}.share-buttons{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;margin:3rem 0;padding:2rem;text-align:center}.share-title{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.share-button-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.share-btn{align-items:center;border:none;border-radius:50px;box-shadow:0 4px 10px #0000001a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.share-btn:hover{box-shadow:0 8px 20px #0003;transform:translateY(-3px)}.share-btn:active{transform:translateY(-1px)}.share-btn svg{flex-shrink:0}.share-btn.kakao{background:#fee500;color:#3c1e1e}.share-btn.kakao:hover{background:#fada0a}.share-btn.url{background:#3b82f6;color:#fff}.share-btn.url:hover{background:#2563eb}.copy-toast,.share-btn.url.copied{background:#10b981;color:#fff}.copy-toast{animation:slideIn .3s ease-out;border-radius:8px;display:inline-block;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.share-buttons{padding:1.5rem 1rem}.share-button-group{flex-direction:column}.share-btn{justify-content:center;width:100%}}.post-detail-container{background:#f9fafb;margin-top:80px;min-height:80vh;padding:2rem 0}.post-detail-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:220px 1fr 280px;margin:0 auto;max-width:1600px;padding:0 2rem}.post-sidebar{height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 80px - 4rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:calc(80px + 2rem)}.sidebar-section{margin-bottom:2rem}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-item{align-items:center;border-radius:8px;color:#4b5563;display:flex;justify-content:space-between;padding:.75rem 1rem;text-decoration:none;transition:all .3s}.category-item:hover{background:#f3f4f6;color:#3b82f6;transform:translateX(5px)}.category-item.active{background:#3b82f6;color:#fff}.category-item.all{background:#f3f4f6;font-weight:600}.category-item .count{font-size:.85rem;opacity:.7}.recent-posts{display:flex;flex-direction:column;gap:.75rem}.recent-post-item{border-left:3px solid #0000;border-radius:8px;padding:.75rem;text-decoration:none;transition:all .3s}.recent-post-item:hover{background:#f3f4f6;border-left-color:#3b82f6}.recent-post-item.active{background:#eff6ff;border-left-color:#3b82f6}.recent-post-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:.9rem;font-weight:500;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis}.recent-post-date{color:#9ca3af;font-size:.75rem}.post-main{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.post-content{padding:3rem}.post-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.post-category{border-radius:20px;cursor:pointer;margin-bottom:1rem;padding:.4rem 1rem;text-decoration:none;transition:all .3s}.post-category:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-2px)}.post-title{font-size:2.5rem;line-height:1.3;margin-bottom:1rem}.post-meta{color:#6b7280;display:flex;font-size:.9rem;gap:1.5rem}.post-body{color:#374151;font-size:1.1rem;line-height:1.8}.post-body h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:2rem;margin:3rem 0 1.5rem;padding-bottom:.75rem;scroll-margin-top:100px}.post-body h3{color:#374151;font-size:1.6rem;margin:2.5rem 0 1.25rem;scroll-margin-top:100px}.post-body h4{color:#4b5563;font-size:1.3rem;margin:2rem 0 1rem;scroll-margin-top:100px}.post-body p{margin-bottom:1.5rem}.post-body p:last-child{margin-bottom:0}.post-body ol,.post-body ul{margin:1.5rem 0;padding-left:2rem}.post-body li{line-height:1.8;margin-bottom:.75rem}.post-body ul li{list-style-type:disc}.post-body ol li{list-style-type:decimal}.post-body b,.post-body strong{color:#1f2937;font-weight:700}.post-body em,.post-body i{color:#4b5563;font-style:italic}.post-body a{color:#3b82f6;text-decoration:underline}.post-body a:hover{color:#2563eb}.post-body code{background:#f3f4f6;border-radius:4px;color:#ef4444;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.post-body pre{background:#1f2937;border-radius:8px;color:#f9fafb;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.post-body pre code{background:none;color:inherit;padding:0}.post-body blockquote{border-left:4px solid #3b82f6;color:#6b7280;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}.post-body img{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:auto;margin:2rem 0;max-width:100%}.post-body img.image-align-left,.post-body img[data-align=left]{clear:left;float:left;margin-bottom:.5rem;margin-right:1rem;max-width:50%}.post-body img.image-align-center,.post-body img[data-align=center]{display:block;margin-bottom:1rem;margin-left:auto;margin-right:auto}.post-body img.image-align-right,.post-body img[data-align=right]{clear:right;float:right;margin-bottom:.5rem;margin-left:1rem;max-width:50%}.post-body table{border-collapse:collapse;margin:1.5rem 0;width:100%}.post-body table td,.post-body table th{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.post-body table th{background:#f9fafb;color:#1f2937;font-weight:600}.post-body table tr:hover{background:#f9fafb}.post-body hr{border:none;border-top:2px solid #e5e7eb;margin:3rem 0}.post-navigation{grid-gap:1rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:2rem 3rem}.nav-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-decoration:none;transition:all .3s}.nav-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.nav-item.prev{text-align:left}.nav-item.next{text-align:right}.nav-label{color:#6b7280;font-size:.85rem;font-weight:600}.nav-title{color:#1f2937;font-size:1rem;font-weight:500}.back-to-list{padding:2rem 3rem;text-align:center}.btn-back{background:#3b82f6;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-back:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.loading{color:#6b7280;font-size:1.2rem;padding:4rem;text-align:center}.post-sidebar-right{height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 80px - 4rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:calc(80px + 2rem)}@media (max-width:1400px){.post-detail-layout{grid-template-columns:200px 1fr 250px}}@media (max-width:1200px){.post-detail-layout{gap:2rem;grid-template-columns:200px 1fr}.post-sidebar-right{display:none}}@media (max-width:1024px){.post-detail-layout{gap:2rem;grid-template-columns:1fr}.post-sidebar-left{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);position:static}}@media (max-width:768px){.post-detail-layout{padding:0 1rem}.post-sidebar-left{grid-template-columns:1fr}.post-content{padding:2rem 1.5rem}.post-title{font-size:1.8rem}.post-body{font-size:1rem}.post-body h2{font-size:1.6rem;margin:2rem 0 1rem}.post-body h3{font-size:1.3rem;margin:1.5rem 0 .75rem}.post-body h4{font-size:1.1rem;margin:1.25rem 0 .5rem}.post-navigation{grid-template-columns:1fr;padding:1.5rem}.back-to-list{padding:1.5rem}}.post-list-container{background:#f9fafb;margin-top:80px;min-height:100vh;padding:2rem 0}.post-list-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1400px;padding:0 2rem}.post-list-sidebar{height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 80px - 4rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:calc(80px + 2rem)}.sidebar-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.sidebar-section h3{border-bottom:2px solid #3b82f6;color:#1f2937;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem}.category-filter{display:flex;flex-direction:column;gap:.5rem}.category-btn{align-items:center;background:#f9fafb;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:all .3s}.category-btn:hover{background:#f3f4f6;transform:translateX(5px)}.category-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.category-name{font-weight:500}.category-count{background:#0000001a;border-radius:12px;font-size:.85rem;padding:.25rem .5rem}.category-btn.active .category-count{background:#ffffff4d}.search-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-input::placeholder{color:#9ca3af}.post-list-main{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.post-list-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.header-left h1{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.post-count{color:#6b7280;font-size:.95rem}.post-count strong{color:#3b82f6;font-weight:600}.sort-buttons{display:flex;gap:.5rem}.sort-btn{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s}.sort-btn:hover{background:#f3f4f6;border-color:#d1d5db}.sort-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#1f2937;font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.btn-reset{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-reset:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.post-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:3rem}.post-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:1.5rem;text-decoration:none;transition:all .3s}.post-card:hover{border-color:#3b82f6;box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.post-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.post-category{background:#3b82f6;border-radius:12px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.post-date{color:#9ca3af;font-size:.85rem}.post-title{-webkit-line-clamp:2;color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.post-excerpt,.post-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.post-excerpt{-webkit-line-clamp:3;color:#6b7280;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.post-card-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:1rem}.post-views{color:#9ca3af;font-size:.9rem}.pagination{align-items:center;border-top:2px solid #e5e7eb;display:flex;gap:.5rem;justify-content:center;margin-top:3rem;padding-top:2rem}.pagination-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-numbers{align-items:center;display:flex;gap:.5rem}.pagination-number{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;transition:all .3s;width:40px}.pagination-number:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.pagination-number.active{background:#3b82f6;border-color:#3b82f6;color:#fff}@media (max-width:1200px){.post-list-layout{grid-template-columns:1fr}.post-list-sidebar{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-height:none;position:static}}@media (max-width:768px){.post-list-container{padding:1rem 0}.post-list-layout{padding:0 1rem}.post-list-sidebar{grid-template-columns:1fr}.post-list-main{padding:1.5rem}.post-list-header{align-items:flex-start;flex-direction:column;gap:1rem}.header-left h1{font-size:1.5rem}.post-grid{grid-template-columns:1fr}.pagination{flex-wrap:wrap}.pagination-numbers{justify-content:center;margin-top:.5rem;order:3;width:100%}}.compare-auto-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#fff4e6,#ffe5cc);color:#1f2937;overflow:hidden;padding:80px 20px 100px;position:relative}.hero-label{color:#f96;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.hero-title{color:#1f2937;margin:0 0 8px}.hero-subtitle,.hero-title{font-size:2.8rem;font-weight:700}.hero-subtitle{color:#f96;margin:0 0 40px}.hero-car-illustration{animation:float 3s ease-in-out infinite;font-size:8rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.comparison-grid{align-items:stretch;justify-content:center}.insurance-card{display:flex;flex-direction:column;height:100%}.premium-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;padding:24px;text-align:center}.premium-label{color:#6b7280;font-size:.9rem;margin-bottom:8px}.premium-amount{color:#1e40af;font-size:2rem;font-weight:700;margin-bottom:8px}.premium-note{color:#9ca3af;font-size:.8rem}.discount-section{flex-grow:1}.consult-button{align-self:center;margin:0 24px 24px;width:calc(100% - 48px)}.cta-button{color:#2563eb}.section-title{color:#1f2937;font-size:2rem;line-height:1.5;margin-bottom:40px;text-align:center}.section-label{color:#f96;font-size:1.2rem;font-weight:600;text-transform:capitalize}.why-section{margin-bottom:80px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{border-radius:16px;color:#fff;overflow:hidden;padding:50px 40px;position:relative}.feature-number{font-size:3rem;font-weight:700;opacity:.3;position:absolute;right:30px;top:20px}.feature-title{font-size:2rem;font-weight:700;margin-bottom:20px}.feature-subtitle{font-size:1.3rem;font-weight:600;line-height:1.6;margin-bottom:16px;white-space:pre-line}.feature-description{font-size:1rem;line-height:1.6;opacity:.9}.rider-section{margin-bottom:80px}.riders-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.rider-item{align-items:center;background:#f9fafb;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:150px;justify-content:center;margin:0 auto;transition:all .3s ease;width:150px}.rider-item:hover{background:#fff4e6;box-shadow:0 8px 20px #f963;transform:translateY(-5px)}.rider-icon{font-size:3rem;margin-bottom:10px}.rider-name{color:#1f2937;font-size:.9rem;font-weight:600;line-height:1.4;text-align:center;white-space:pre-line}.step-section{margin-bottom:80px}.steps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.step-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:30px;transition:all .3s ease}.step-card:hover{border-color:#f96;box-shadow:0 8px 24px #f963;transform:translateY(-5px)}.step-icon{font-size:3.5rem;margin-bottom:20px}.step-header{margin-bottom:16px}.step-label{color:#f96;display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.step-title{color:#1f2937;font-size:1.4rem;font-weight:700;margin:0}.step-description{color:#6b7280;font-size:.95rem;line-height:1.7;white-space:pre-line}.review-section{background:#fff4e6;border-radius:24px;margin-bottom:80px;padding:60px 40px}.reviews-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.review-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:30px;transition:all .3s ease}.review-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.review-header{gap:12px;margin-bottom:16px}.review-avatar,.review-header{align-items:center;display:flex}.review-avatar{background:#f3f4f6;border-radius:50%;font-size:1.5rem;height:50px;justify-content:center;width:50px}.review-info{flex:1 1}.review-author{color:#1f2937;font-weight:700;margin:0 0 4px}.review-meta{color:#6b7280;font-size:.85rem;margin:0}.review-rating{font-size:1.2rem;margin-bottom:12px}.review-comment{color:#4b5563;font-size:.95rem;font-style:italic;line-height:1.7}.faq-section{margin-bottom:80px}.faq-list{margin:0 auto;max-width:900px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 16px #0000001f}.faq-item.open{box-shadow:0 4px 16px #f963}.faq-question{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:24px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#fff4e6}.faq-q{color:#f96;flex-shrink:0;font-size:1.2rem;font-weight:700}.faq-text{color:#1f2937;flex:1 1;font-size:1.05rem;font-weight:600}.faq-arrow{color:#f96;flex-shrink:0;font-size:.9rem;transition:transform .3s ease}.faq-answer{animation:slideDown .3s ease;background:#fff9f5;color:#4b5563;font-size:.95rem;line-height:1.7;padding:0 24px 24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-a{color:#f96;font-weight:700;margin-right:8px}.cta-banner{background:linear-gradient(135deg,#fff4e6,#ffe5cc);border-radius:24px;margin-bottom:40px;overflow:hidden;padding:80px 40px;position:relative;text-align:center}.cta-banner:before{bottom:20%;content:"🚗";font-size:8rem;opacity:.1;position:absolute;right:10%;transform:rotate(-15deg)}.cta-banner h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-banner p{color:#4b5563;font-size:1.2rem;line-height:1.8;margin-bottom:40px}.cta-banner-button{background:linear-gradient(135deg,#f96,#ff5e62);border:none;border-radius:50px;box-shadow:0 4px 16px #f966;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:18px 48px;transition:all .3s ease}.cta-banner-button:hover{box-shadow:0 8px 24px #f969;transform:translateY(-3px)}@media (max-width:768px){.hero-subtitle,.hero-title{font-size:2rem}.hero-car-illustration{font-size:5rem}.comparison-grid{grid-template-columns:1fr}.filter-section{padding:20px}.features-grid,.info-grid,.reviews-grid,.steps-grid{grid-template-columns:1fr}.riders-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.rider-item{height:120px;width:120px}.rider-icon{font-size:2.5rem}.section-title{font-size:1.5rem}.feature-card{padding:40px 30px}.review-section{padding:40px 20px}.cta-banner{padding:60px 20px}.cta-banner h2{font-size:1.8rem}.cta-section{padding:40px 20px}.cta-section h2{font-size:1.5rem}.cta-benefits{flex-direction:column;gap:12px}}.compare-health-page{background:linear-gradient(135deg,#dc2626,#ef4444);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#991b1b,#dc2626)}.filter-chip:hover{border-color:#dc2626;color:#dc2626}.filter-chip.active{border-color:#dc2626;box-shadow:0 4px 12px #dc262666}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#dc2626,#b91c1c)}.cta-button{color:#dc2626}.compare-family-page{background:linear-gradient(135deg,#7c3aed,#a855f7);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#5b21b6,#7c3aed)}.filter-chip:hover{border-color:#7c3aed;color:#7c3aed}.filter-chip.active{border-color:#7c3aed;box-shadow:0 4px 12px #7c3aed66}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.cta-button{color:#7c3aed}.compare-cancer-page{background:linear-gradient(135deg,#059669,#10b981);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#047857,#059669)}.filter-chip:hover{border-color:#059669;color:#059669}.filter-chip.active{border-color:#059669;box-shadow:0 4px 12px #05966966}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#059669,#047857)}.cta-button{color:#059669}.compare-fire-page{background:linear-gradient(135deg,#f59e0b,#f97316);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#d97706,#f59e0b)}.filter-chip:hover{border-color:#f59e0b;color:#f59e0b}.filter-chip.active{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b66}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#f59e0b,#d97706)}.cta-button{color:#f59e0b}.compare-child-page{background:linear-gradient(135deg,#ec4899,#f472b6);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#db2777,#ec4899)}.filter-chip:hover{border-color:#ec4899;color:#ec4899}.filter-chip.active{border-color:#ec4899;box-shadow:0 4px 12px #ec489966}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#ec4899,#db2777)}.cta-button{color:#ec4899}.compare-pet-page{background:linear-gradient(135deg,#8b5cf6,#a78bfa);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.filter-chip:hover{border-color:#8b5cf6;color:#8b5cf6}.filter-chip.active{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf666}.cta-section,.filter-chip.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.cta-button{color:#8b5cf6}.compare-driver-page{background:linear-gradient(135deg,#3b82f6,#60a5fa);min-height:100vh;padding-bottom:60px}.compare-hero{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 6px #0000001a;color:#fff;padding:80px 20px 60px;text-align:center}.compare-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px #0003}.compare-hero-content p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.compare-container{margin:0 auto;max-width:1400px;padding:40px 20px}.filter-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;margin-bottom:40px;padding:30px}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-group h3{color:#1f2937;font-size:1.3rem;margin-bottom:16px}.filter-chips{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{background:#fff;border:2px solid #e5e7eb;border-radius:50px;color:#4b5563;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.filter-chip:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px)}.filter-chip.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f666;color:#fff}.comparison-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:40px}.insurance-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease}.insurance-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.card-header{background:linear-gradient(180deg,#f9fafb,#fff);border-top:4px solid;padding:24px}.company-info{align-items:center;display:flex;gap:12px;margin-bottom:12px}.company-logo{font-size:2.5rem}.company-info h2{color:#1f2937;font-size:1.5rem;margin:0}.rating{align-items:center;display:flex;gap:8px}.stars{font-size:1rem}.rating-text{color:#6b7280;font-size:.9rem}.coverage-section{border-top:1px solid #e5e7eb;padding:24px}.coverage-section h3,.discount-section h3,.specialty-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:16px}.coverage-list{list-style:none;margin:0;padding:0}.coverage-list li{border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:10px 0}.coverage-list li:last-child{border-bottom:none}.coverage-name{color:#4b5563;font-size:.95rem}.coverage-amount{color:#1f2937;font-size:.95rem;font-weight:600}.specialty-section{background:#f9fafb;border-top:1px solid #e5e7eb;padding:24px}.specialty-list{list-style:none;margin:0;padding:0}.specialty-list li{color:#4b5563;font-size:.95rem;padding:8px 0 8px 24px;position:relative}.specialty-list li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.discount-section{border-top:1px solid #e5e7eb;padding:24px}.discount-tags{display:flex;flex-wrap:wrap;gap:8px}.discount-tag{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50px;color:#92400e;font-size:.85rem;font-weight:500;padding:6px 12px}.consult-button{border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:24px;padding:16px;transition:all .3s ease;width:100%}.consult-button:hover{box-shadow:0 8px 16px #0003;transform:scale(1.02)}.info-notice{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;margin-bottom:40px;padding:40px}.info-notice h3{color:#1f2937;font-size:1.5rem;margin-bottom:24px;text-align:center}.info-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{align-items:flex-start;display:flex;gap:12px}.info-icon{flex-shrink:0;font-size:2rem}.info-item strong{color:#1f2937;display:block;font-size:1rem;margin-bottom:4px}.info-item p{color:#6b7280;font-size:.9rem;margin:0}.cta-section{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;box-shadow:0 8px 16px #0003;color:#fff;padding:60px 40px;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:12px}.cta-section p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.cta-button{background:#fff;border:none;border-radius:50px;box-shadow:0 4px 12px #0003;color:#3b82f6;cursor:pointer;font-size:1.2rem;font-weight:700;padding:18px 48px;transition:all .3s ease}.cta-button:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-3px)}.cta-benefits{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.cta-benefits span{font-size:1rem;font-weight:500}@media (max-width:768px){.compare-hero-content h1{font-size:1.8rem}.compare-hero-content p{font-size:1rem}.comparison-grid{grid-template-columns:1fr}.filter-section{padding:20px}.info-grid{grid-template-columns:1fr}.cta-section{padding:40px 20px}.cta-section h2{font-size:1.5rem}.cta-benefits{flex-direction:column;gap:12px}}
/*# sourceMappingURL=main.56ff5a0e.css.map*/