:root{--orange: #ff6b4a;--orange-dark: #e85a38;--navy: #0f2748;--navy-deep: #0d1f3c;--navy-soft: #1a3a5c;--page: #fbfbf9;--soft: #f6f6f3;--muted: #e5e5e0;--text: #33332e;--brown: #736352;--white: #ffffff;--border: rgba(15, 39, 72, .09);--shadow-card: 0 2px 16px rgba(15, 39, 72, .07);--shadow-strong: 0 24px 60px rgba(0, 0, 0, .34);--radius: 24px;--container: 1180px;font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--page)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.app{min-height:100vh;background:var(--page)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 clamp(20px,4vw,48px);background:#ffffffe0;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.footer-brand{display:flex;align-items:center;gap:12px}.brand img,.footer-brand img{width:40px;height:40px;object-fit:contain}.brand span,.footer-brand div{display:grid;gap:2px}.brand strong,.footer-brand strong{color:var(--navy);font-size:15px;font-weight:800;line-height:1.2}.brand small{color:var(--brown);font-size:10px}.site-nav{display:flex;align-items:center;gap:28px;color:var(--navy);font-size:14px;font-weight:700}.site-nav a:hover{color:var(--orange)}.site-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.header-ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid var(--border);border-radius:16px;background:var(--white);color:var(--navy);font-size:14px;font-weight:800;font-family:inherit;cursor:pointer;white-space:nowrap}.header-ghost-btn:hover{border-color:#ff6b4a59;color:var(--orange-dark);background:#fff7f4}.footer-link-btn{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.footer-link-btn:hover{color:var(--orange)}.cta-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:16px;font-size:14px;font-weight:800;white-space:nowrap}.cta-button{border:0;cursor:pointer;font-family:inherit;text-decoration:none;background:var(--orange);color:var(--white);box-shadow:0 4px 20px #ff6b4a59}.cta-button:hover{background:var(--orange-dark)}.secondary-button{border:1px solid rgba(255,255,255,.24);color:var(--white)}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(40px,6vw,76px);align-items:center;min-height:calc(100vh - 72px);padding:clamp(56px,8vw,96px) clamp(20px,6vw,72px);overflow:hidden;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 60%,var(--navy-soft) 100%)}.hero:before,.hero:after{position:absolute;content:"";border-radius:999px;pointer-events:none}.hero:before{top:60px;right:-120px;width:520px;height:520px;background:var(--orange);filter:blur(130px);opacity:.1}.hero:after{left:-120px;bottom:-120px;width:380px;height:380px;background:#4a90d9;filter:blur(110px);opacity:.12}.hero-copy,.hero-card-stack{position:relative;z-index:1}.eyebrow,.section-label{display:inline-flex;width:fit-content;margin:0 0 16px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow{padding:7px 12px;border:1px solid rgba(255,107,74,.3);border-radius:999px;background:#ff6b4a24}h1,h2,h3,p{margin-top:0}h1{max-width:660px;margin-bottom:20px;color:var(--white);font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.12;letter-spacing:-.04em}h1 span{display:block;color:var(--orange)}.hero-copy>p{max-width:560px;margin-bottom:32px;color:#ffffffbd;font-size:17px;line-height:1.75}.hero-actions,.stat-row{display:flex;flex-wrap:wrap;gap:16px}.stat-row{margin-top:40px;gap:32px}.stat-row strong{display:grid;gap:4px;color:var(--orange);font-size:24px;line-height:1}.stat-row span{color:#ffffff94;font-size:12px;font-weight:500}.hero-card-stack{display:grid;gap:12px}.hero-mini-card{display:grid;grid-template-columns:32px minmax(0,1fr);gap:16px;align-items:center;padding:18px 20px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#ffffff0b;color:var(--white)}.hero-mini-card.dark{background:#ffffff16;border-color:#ffffff26}.hero-mini-card>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--orange);font-size:12px;font-weight:800}.hero-mini-card h2{margin:0 0 3px;color:var(--white);font-size:15px}.hero-mini-card p{margin-bottom:0;color:#ffffff94;font-size:12px;line-height:1.45}.section,.results-section,.request-section,.site-footer{width:min(100%,var(--container));margin:0 auto;padding:96px clamp(20px,4vw,32px)}.white-section{width:100%;max-width:none;padding-left:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px));padding-right:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px));background:var(--white)}.hero-story-banner{width:100%;margin:0;padding:0;background:linear-gradient(180deg,var(--navy-soft) 0%,var(--page) 100%);aspect-ratio:1024 / 403.2;overflow:hidden}.hero-story-banner img{display:block;width:100%;height:100%;border-radius:0;box-shadow:none;object-fit:cover;object-position:center}.about-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.65fr);gap:40px;align-items:end}.copy-block{max-width:760px}.section h2,.results-section h2,.request-section h2{max-width:760px;margin-bottom:18px;color:var(--navy);font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.16;letter-spacing:-.035em}.section p,.section-lead,.copy-block p,.request-section p{max-width:720px;color:var(--text);font-size:16px;line-height:1.76}.principles{display:grid;gap:14px}.principles article,.feature-card,.process-card,.hot-grid article{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-card)}.principles article{display:grid;min-height:92px;place-items:center;color:var(--navy);font-size:18px;font-weight:800}.hot-grid,.feature-grid,.process-grid,.quality-grid{display:grid;gap:20px;margin-top:40px}.hot-grid,.feature-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(5,1fr)}.hot-grid article{padding:28px;background:var(--soft)}.hot-grid article.dark{background:var(--navy);color:var(--white)}.hot-grid span,.feature-card span{display:inline-flex;margin-bottom:18px;padding:5px 13px;border-radius:999px;background:var(--orange);color:var(--white);font-size:10px;font-weight:900;letter-spacing:.06em}.hot-grid h3,.feature-card h3{margin-bottom:10px;color:inherit;font-size:19px;line-height:1.35}.hot-grid p,.feature-card p,.process-card p{margin-bottom:0;color:inherit;font-size:14px;line-height:1.65;opacity:.76}.feature-card{position:relative;min-height:260px;overflow:hidden;padding:28px}.feature-card:nth-child(2){background:var(--soft)}.feature-card img{position:absolute;right:24px;bottom:22px;width:78px;height:78px;object-fit:contain}.process-section{width:100%;max-width:none;padding-left:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px));padding-right:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px))}.process-card{display:grid;gap:12px;align-content:start;min-height:230px;padding:22px;background:var(--soft)}.process-icon{position:relative;width:62px;height:62px;margin-bottom:6px}.process-icon img{width:62px;height:62px;object-fit:contain}.process-icon span{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--orange);color:var(--white);font-size:11px;font-weight:900}.process-card strong{color:var(--navy);font-size:16px;line-height:1.4}.quality-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:56px;align-items:start}.quality-grid{grid-template-columns:repeat(3,1fr);margin-top:0}.quality-card{position:relative;min-height:220px;overflow:hidden;padding:24px;border-radius:var(--radius);background:var(--muted);color:var(--navy)}.quality-card.dark{background:var(--navy);color:var(--white)}.quality-card span{display:block;margin-bottom:10px;color:inherit;font-size:13px;font-weight:700;opacity:.72}.quality-card strong{position:relative;z-index:1;display:block;font-size:18px;line-height:1.35}.quality-card img{position:absolute;right:18px;bottom:18px;width:58px;opacity:.66}.results-section{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.9fr);gap:56px;align-items:center;width:100%;max-width:none;padding-left:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px));padding-right:max(clamp(20px,4vw,32px),calc((100vw - var(--container)) / 2 + 32px));overflow:hidden;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 60%,var(--navy-soft) 100%);color:var(--white)}.results-section h2,.results-section p{color:var(--white)}.results-section p{opacity:.72;line-height:1.7}.results-section ul{display:grid;gap:12px;padding:0;margin:28px 0 0;list-style:none}.results-section li{display:flex;align-items:center;gap:12px;font-weight:800}.results-section li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange)}.pdf-sample{width:100%;border-radius:28px;background:var(--white);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-strong);overflow:hidden}.pdf-sample__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.85rem 1rem;border-bottom:1px solid var(--muted);background:var(--soft)}.pdf-sample__label{font-size:.95rem;font-weight:800;color:var(--text)}.pdf-sample__open{font-size:.82rem;font-weight:600;color:var(--navy);text-decoration:none}.pdf-sample__open:hover{text-decoration:underline}.pdf-sample__frame{display:block;width:100%;height:min(72vh,640px);min-height:420px;border:0;background:var(--white)}.pdf-sample__fallback{display:grid;gap:.75rem;justify-items:start;padding:1.5rem 1.25rem;background:var(--white)}.pdf-sample__fallback-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--text)}.pdf-sample__fallback-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--text);opacity:.75}.pdf-sample__fallback-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.15rem;border-radius:999px;background:var(--navy);color:var(--white);font-size:.9rem;font-weight:700;text-decoration:none}.request-section{display:grid;justify-items:center;text-align:center}.request-section img{width:64px;margin-bottom:18px}.request-section p{margin-bottom:32px}.cta-button.large{min-height:54px;padding:0 40px;font-size:16px}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;border-top:1px solid var(--border);background:var(--white)}.footer-brand p{max-width:360px;margin:0;color:var(--text);font-size:13px;line-height:1.55}.footer-links{display:flex;flex-wrap:wrap;gap:18px;color:var(--text);font-size:14px}@media(max-width:1060px){.site-header{align-items:flex-start;flex-wrap:wrap;padding-top:16px;padding-bottom:16px}.site-nav{order:3;width:100%;gap:8px;overflow-x:auto}.site-nav a{flex:0 0 auto;padding:9px 12px;border-radius:12px;background:var(--soft)}.hero,.about-section,.quality-section,.results-section,.hot-grid,.feature-grid,.quality-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.site-header-actions{width:100%}.site-header-actions .header-ghost-btn,.site-header-actions>.cta-button{flex:1 1 calc(50% - 5px)}.site-header>.cta-button{width:100%}.hero,.section,.results-section,.request-section,.site-footer{padding-top:56px;padding-bottom:56px}.hero{min-height:auto}h1{font-size:34px}.hero-actions{display:grid}.hero-actions a,.process-grid{width:100%}.process-grid{grid-template-columns:1fr}.feature-card{min-height:230px}.site-footer{display:grid}}body.terms-modal-open{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.terms-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:clamp(16px,4vw,28px)}.terms-modal__backdrop{position:absolute;inset:0;border:0;padding:0;background:#0f274885;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.terms-modal__panel{position:relative;z-index:1;width:min(440px,100%);max-height:min(90vh,760px);overflow:auto;padding:28px 24px 24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow-strong);color:var(--text);scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.signup-modal__panel{width:min(480px,100%)}.signup-modal__eyebrow{display:block;width:fit-content;margin:0 auto 12px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.08em}.terms-modal__title{margin:0;text-align:center;color:var(--navy);font-size:clamp(22px,4vw,28px);font-weight:900;line-height:1.2;letter-spacing:-.03em}.terms-modal__desc{margin:10px 0 22px;text-align:center;color:var(--brown);font-size:14px;line-height:1.6}.terms-list{display:grid;gap:0;border:1px solid var(--border);border-radius:18px;background:var(--soft);overflow:hidden}.terms-item{position:relative;border-top:1px solid var(--border)}.terms-item:first-of-type{border-top:0}.terms-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:8px 44px 8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.terms-row--all{background:var(--white);border-bottom:1px solid var(--border);font-weight:800}.terms-row__label{flex:1;color:var(--navy);font-size:14px;font-weight:700;line-height:1.45}.terms-row--all .terms-row__label{font-size:15px}.terms-check{width:18px;height:18px;margin:0;accent-color:var(--orange);flex-shrink:0;cursor:pointer}.terms-toggle{position:absolute;top:10px;right:8px;width:32px;height:32px;border:0;border-radius:10px;background:transparent;cursor:pointer;transition:background .15s ease}.terms-toggle:hover{background:#0f27480f}.terms-toggle:before{content:"";display:block;width:7px;height:7px;margin:11px auto 0;border-right:2px solid var(--brown);border-bottom:2px solid var(--brown);transform:rotate(45deg);transition:transform .2s ease}.terms-toggle.is-open:before{transform:rotate(-135deg);margin-top:14px}.terms-body{margin:0 16px 14px 46px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:var(--white)}.terms-body p{margin:0;color:var(--text);font-size:13px;line-height:1.65}.terms-body--long{max-height:min(38vh,280px);overflow-y:auto}.terms-body--long p{margin:6px 0}.terms-loading{color:var(--brown);font-style:italic}.terms-body .terms-doc-title{margin:0 0 10px;color:var(--navy);font-size:15px;font-weight:800}.terms-body .terms-chapter{margin:14px 0 6px;color:var(--orange);font-size:13px;font-weight:800}.terms-body .terms-article{margin:10px 0 4px;color:var(--navy);font-size:13px;font-weight:700}.terms-modal__actions{display:grid;gap:10px;margin-top:22px}.terms-btn{width:100%;min-height:48px;border-radius:16px;font-size:15px;font-weight:800;font-family:inherit;cursor:pointer;transition:background .15s ease,opacity .15s ease,border-color .15s ease,box-shadow .15s ease}.terms-btn--primary{border:0;background:var(--orange);color:var(--white);box-shadow:0 4px 20px #ff6b4a59}.terms-btn--primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.terms-btn--primary:not(:disabled):hover{background:var(--orange-dark)}.terms-btn--ghost{border:1px solid var(--border);background:var(--page);color:var(--navy)}.terms-btn--ghost:hover{background:var(--soft);border-color:#0f274824}.modal-close-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;border:1px solid var(--border);border-radius:12px;background:var(--page);color:var(--brown);font-size:22px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.modal-close-btn:hover{background:var(--soft);color:var(--navy);border-color:#0f274824}.signup-modal__actions{margin-top:4px}.signup-form{display:grid;gap:12px}.signup-field{position:relative;display:block}.signup-field input{width:100%;min-height:48px;padding:12px 44px 12px 16px;border:1px solid var(--border);border-radius:16px;background:var(--page);color:var(--text);font-size:15px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.signup-field input::placeholder{color:var(--brown);opacity:.72}.signup-field input:focus{outline:none;border-color:#ff6b4a8c;background:var(--white);box-shadow:0 0 0 3px #ff6b4a24}.signup-clear,.signup-toggle-pw{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:999px;background:transparent;color:var(--brown);font-size:16px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.signup-clear:hover,.signup-toggle-pw:hover{background:#0f27480f;color:var(--navy)}.signup-split{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.signup-field--grow{min-width:0}.signup-side-btn{min-height:48px;padding:0 14px;border:0;border-radius:16px;background:var(--navy);color:var(--white);font-size:13px;font-weight:800;font-family:inherit;white-space:nowrap;cursor:pointer;transition:background .15s ease,opacity .15s ease}.signup-side-btn:disabled{opacity:.5;cursor:not-allowed}.signup-side-btn:not(:disabled):hover{background:var(--navy-soft)}.signup-rule{margin:-4px 0 0;color:var(--orange);font-size:12px;font-weight:700}.signup-hint{margin:-6px 0 0;font-size:12px;font-weight:700}.signup-hint--ok{color:#2f9e44}.signup-hint--error{color:#d64545}.signup-error{margin:0;padding:12px 14px;border-radius:14px;border:1px solid rgba(214,69,69,.22);background:#d6454514;color:#b42318;font-size:13px;font-weight:700;line-height:1.5}.signup-identity{padding-top:4px}.signup-identity .signup-side-btn{width:100%}@media(max-width:520px){.terms-modal__panel{padding:24px 18px 18px}.terms-row{padding-right:40px}.signup-split{grid-template-columns:1fr}.signup-side-btn{width:100%}}.quote-modal__panel{width:min(760px,100%);max-height:min(92vh,920px);overflow:hidden;display:flex;flex-direction:column;padding:0}.quote-modal__topbar{position:relative;flex:0 0 auto;height:2.75rem}.quote-modal__close{position:absolute;top:.65rem;right:.85rem;z-index:2}.quote-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 1.25rem 1.25rem;display:grid;gap:1rem;scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.quote-modal__footer{flex:0 0 auto;display:flex;justify-content:flex-end;padding:.75rem 1.25rem 1.15rem;border-top:1px solid var(--border)}.quote-modal__cancel{border:1px solid rgba(15,39,72,.14);border-radius:12px;background:var(--soft);color:var(--navy);padding:.65rem 1.15rem;font-size:.88rem;font-weight:700;font-family:inherit;cursor:pointer}.quote-modal__cancel:hover{background:var(--muted)}.quote-modal__head{display:grid;gap:.35rem;justify-items:start;padding-right:2.75rem}.quote-modal__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;width:100%}.quote-modal__eyebrow{margin:0;font-size:.85rem;font-weight:800;color:var(--orange);letter-spacing:.06em}.quote-modal__title{margin:.35rem 0 0;font-size:1.35rem;color:var(--navy);line-height:1.3}.quote-modal__desc{margin:.45rem 0 0;font-size:.92rem;line-height:1.55;color:var(--brown)}.quote-reset-btn{margin-top:.35rem;flex-shrink:0;border:1px solid var(--border);border-radius:12px;background:var(--white);color:var(--navy);padding:.55rem .85rem;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer}.quote-reset-btn:disabled{opacity:.4;cursor:not-allowed}.quote-reset-btn:not(:disabled):hover{background:var(--soft)}.quote-dropzone{width:100%;border:2px dashed rgba(15,39,72,.16);border-radius:16px;background:var(--soft);padding:1.5rem 1rem;text-align:center;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease}.quote-dropzone.is-drag,.quote-dropzone:hover{border-color:#ff6b4a8c;background:#fff4f1}.quote-dropzone__icon{display:block;font-size:2rem}.quote-dropzone__title{display:block;margin-top:.55rem;font-size:.98rem;font-weight:700;color:var(--navy)}.quote-dropzone__desc{display:block;margin-top:.35rem;font-size:.82rem;color:var(--brown)}.quote-files,.quote-segment-panel{border:1px solid var(--border);border-radius:16px;background:var(--soft);padding:1rem}.quote-files__title,.quote-segment-panel__title{margin:0;font-size:.92rem;font-weight:700;color:var(--navy)}.quote-files__sub,.quote-segment-panel__desc{margin:.35rem 0 0;font-size:.8rem;color:var(--brown)}.quote-files__list,.quote-segment-list{display:grid;gap:.55rem;margin-top:.75rem}.quote-file-item{display:flex;align-items:center;gap:.55rem;border:1px solid var(--border);border-radius:12px;background:var(--white);padding:.55rem .65rem}.quote-file-item.is-active{border-color:#ff6b4a73;background:#fff7f4}.quote-file-item__main{flex:1;min-width:0;border:0;background:transparent;text-align:left;font-family:inherit;cursor:pointer}.quote-file-item__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:700;color:var(--navy)}.quote-file-item__meta{display:block;margin-top:.2rem;font-size:.76rem;color:var(--brown)}.quote-file-item__remove,.quote-chip-btn{border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--navy);padding:.4rem .65rem;font-size:.76rem;font-weight:700;font-family:inherit;cursor:pointer}.quote-file-item__remove{border-color:#e85a3847;color:var(--orange-dark)}.quote-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;padding:.25rem;border:1px solid var(--border);border-radius:14px;background:var(--soft)}.quote-mode-btn{border:0;border-radius:10px;background:transparent;color:var(--brown);padding:.65rem .75rem;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer}.quote-mode-btn.is-active{background:var(--white);color:var(--navy);box-shadow:var(--shadow-card)}.quote-mode-note{margin:0;font-size:.82rem;line-height:1.55;color:var(--brown)}.quote-segment-panel__file{margin:.75rem 0 0;font-size:.84rem;color:var(--navy)}.quote-audio{width:100%;margin-top:.75rem}.quote-hms-field{margin-top:.75rem}.quote-hms-label{display:block;margin-bottom:.35rem;font-size:.78rem;font-weight:700;color:var(--brown)}.quote-hms-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.quote-hms-select{min-width:3.5rem;border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--navy);padding:.45rem .35rem;font-size:.82rem;font-family:inherit}.quote-hms-unit{font-size:.78rem;color:var(--brown)}.quote-segment-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.quote-chip-btn--primary{border-color:#ff6b4a59;background:#ff6b4a1a;color:var(--orange-dark)}.quote-chip-btn--danger{border-color:#e85a3847;color:var(--orange-dark)}.quote-error{margin:.55rem 0 0;font-size:.82rem;color:#c2410c}.quote-segment-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:.45rem;align-items:center;border:1px solid var(--border);border-radius:12px;background:var(--white);padding:.55rem .65rem}.quote-segment-item__body{min-width:0}.quote-segment-item__range{margin:0;font-size:.84rem;font-weight:700;color:var(--navy)}.quote-segment-item__meta{margin:.2rem 0 0;font-size:.76rem;color:var(--brown)}.quote-segment-empty{margin:0;padding:.75rem;border-radius:12px;background:var(--white);font-size:.82rem;color:var(--brown);text-align:center}.quote-segment-sum{margin:.75rem 0 0;font-size:.84rem;font-weight:700;color:var(--navy)}.quote-summary{border:1px solid rgba(255,107,74,.22);border-radius:16px;background:#fff7f4;padding:1rem}.quote-summary__label{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}.quote-summary__meta{margin:.45rem 0 0;font-size:.86rem;color:var(--brown)}.quote-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.85rem}.quote-summary__box{border-radius:14px;background:var(--white);padding:.85rem;border:1px solid var(--border)}.quote-summary__box--accent{border-color:#ff6b4a47;background:var(--white)}.quote-summary__box-label{margin:0;font-size:.76rem;color:var(--brown)}.quote-summary__box-value{margin:.35rem 0 0;font-size:1rem;font-weight:800;color:var(--navy)}.quote-summary__box-value--lg{font-size:1.2rem;color:var(--orange-dark)}.quote-summary__note{margin:.75rem 0 0;font-size:.76rem;line-height:1.5;color:var(--brown)}.quote-notice{border-radius:14px;padding:.85rem 1rem;font-size:.86rem;line-height:1.55}.quote-notice--warn{border:1px solid rgba(255,107,74,.24);background:#fff4f1;color:var(--navy)}@media(max-width:640px){.quote-summary__grid{grid-template-columns:1fr}.quote-segment-item{grid-template-columns:auto 1fr}.quote-segment-item .quote-chip-btn{grid-column:2}}
