.page-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center}.card{background:var(--card);border-radius:0;box-shadow:none;width:100%;max-width:1080px;overflow:hidden}.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;position:relative}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-text{font-size:18px;font-weight:800;color:var(--navy);letter-spacing:-.3px}.nav-links{display:flex;gap:28px}.nav-links a{font-size:14px;font-weight:500;color:var(--ink);transition:color .15s}.nav-links a:hover{color:var(--navy)}.nav-cta{font-size:14px;font-weight:700;color:var(--orange);transition:opacity .15s;white-space:nowrap}.nav-cta:hover{opacity:.8}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:6px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .2s,opacity .2s}.nav-mobile-menu{display:none;flex-direction:column;gap:4px;padding:8px 32px 20px;border-top:1px solid rgba(35,34,104,.06)}.nav-mobile-menu a{font-size:15px;font-weight:500;color:var(--ink);padding:10px 0;border-bottom:1px solid rgba(35,34,104,.05)}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-menu .nav-cta-mobile{color:var(--orange);font-weight:700;padding-top:14px}.nav-mobile-menu.open{display:flex}.hero{padding:56px 32px 48px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-h1{font-size:56px;font-weight:800;color:var(--navy);line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px}.hero-sub{font-size:18px;color:var(--ink);max-width:520px;line-height:1.6;margin-bottom:36px}.search-wrap{width:100%;max-width:580px;margin-bottom:20px}.location-search{position:relative;width:100%}.search-ring{position:relative;border-radius:14px;padding:3px;background:linear-gradient(135deg,var(--orange) 0%,#f89060 50%,var(--orange) 100%);background-size:200% 200%;animation:shimmer 3s ease infinite}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.search-inner{display:flex;align-items:center;background:var(--card);border-radius:12px;overflow:hidden}.search-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--font);font-size:16px;color:var(--ink);padding:16px 20px}.search-input::-moz-placeholder{color:var(--muted)}.search-input::placeholder{color:var(--muted)}.search-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--orange);border:none;cursor:pointer;padding:12px 18px;margin:4px;border-radius:9px;transition:background .15s,transform .1s}.search-btn:hover{background:#e04e27}.search-btn:active{transform:scale(.97)}.search-btn svg{display:block}.search-wrap:focus-within .search-ring{box-shadow:0 0 0 4px #f4633a2e,0 4px 24px #f4633a38}.example-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:18px}.example-chip{font-family:var(--font);font-size:13px;font-weight:500;color:var(--navy);border:1px solid rgba(35,34,104,.22);border-radius:100px;padding:7px 16px;background:transparent;cursor:pointer;transition:border-color .15s,background .15s}.example-chip:hover{border-color:var(--navy);background:#2322680a}.trust-line{font-size:13px;color:var(--muted);margin-bottom:48px}.hero-illustration{width:100%;max-width:560px;height:auto;opacity:.9}.section-why{padding:64px 32px;border-top:1px solid rgba(35,34,104,.06)}.section-label{font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--orange);margin-bottom:12px;text-align:center}.section-heading{font-size:34px;font-weight:800;color:var(--navy);line-height:1.2;letter-spacing:-.6px;text-align:center;margin-bottom:48px;max-width:580px;margin-left:auto;margin-right:auto}.why-cards{display:grid;grid-template-columns:1fr;gap:20px}.why-card{background:var(--cream);border-radius:18px;padding:28px 28px 24px}.why-icon{width:44px;height:44px;margin-bottom:16px;color:var(--navy)}.why-card h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}.why-card p{font-size:15px;color:var(--ink);line-height:1.65}.section-how{padding:64px 32px;border-top:1px solid rgba(35,34,104,.06)}.how-steps{display:flex;flex-direction:column;gap:0;max-width:720px;margin:0 auto}.how-step{display:flex;align-items:flex-start;gap:20px;padding:24px 0;position:relative}.how-step:not(:last-child):after{content:"";position:absolute;left:18px;top:62px;bottom:0;width:1px;background:#f4633a33}.how-number{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.how-step-content h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:4px}.how-step-content p{font-size:15px;color:var(--ink);line-height:1.6}.section-sample{padding:64px 32px;border-top:1px solid rgba(35,34,104,.06)}.sample-card{max-width:540px;margin:0 auto;background:var(--cream);border-radius:20px;overflow:hidden;box-shadow:0 2px 16px #23226812}.sample-map{width:100%;height:160px;background:var(--navy);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.sample-map-svg{width:100%;height:100%;position:absolute;top:0;left:0}.zone-pills{position:absolute;bottom:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap}.zone-pill{font-size:11px;font-weight:700;letter-spacing:.3px;border-radius:100px;padding:4px 12px}.zone-pill.safe{background:#2a9d6a2e;color:#1f7a4f;border:1px solid rgba(42,157,106,.35)}.zone-pill.caution{background:#d4810a26;color:#a0620a;border:1px solid rgba(212,129,10,.3)}.sample-body{padding:24px;display:flex;align-items:flex-start;gap:24px}.score-dial{flex-shrink:0}.sample-info{flex:1}.sample-info h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.sample-info p{font-size:13px;color:var(--muted);margin-bottom:16px}.locked-row{display:flex;align-items:center;gap:10px;background:#2322680a;border-radius:10px;padding:12px 16px;filter:blur(0)}.locked-row-inner{flex:1;display:flex;flex-direction:column;gap:5px;filter:blur(3px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.locked-bar{height:10px;border-radius:5px;background:#2322681f}.locked-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--muted);flex-shrink:0}.sample-caption{text-align:center;font-size:12px;color:var(--muted);padding:0 24px 16px}.section-faq{padding:64px 32px;border-top:1px solid rgba(35,34,104,.06)}.faq-list{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(35,34,104,.08)}.faq-item:first-child{border-top:1px solid rgba(35,34,104,.08)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:15px;font-weight:600;color:var(--navy);text-align:left;gap:16px;cursor:pointer;background:none;border:none}.faq-chevron{flex-shrink:0;width:20px;height:20px;color:var(--muted);transition:transform .2s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{font-size:15px;color:var(--ink);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-bottom:0}.faq-item.open .faq-answer{max-height:300px;padding-bottom:20px}.section-cta{padding:64px 32px;border-top:1px solid rgba(35,34,104,.06);text-align:center}.section-cta h2{font-size:32px;font-weight:800;color:var(--navy);letter-spacing:-.5px;margin-bottom:12px}.section-cta p{font-size:16px;color:var(--ink);margin-bottom:28px}.footer{width:100%;background:var(--navy);border-radius:0;padding:40px 32px 32px}.footer-inner{display:flex;flex-direction:column;gap:24px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo-text{font-size:16px;font-weight:800;color:var(--cream)}.footer-mission{font-size:14px;color:#fbf3e899;max-width:380px;line-height:1.6}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{font-size:13px;color:#fbf3e88c;transition:color .15s}.footer-links a:hover{color:var(--cream)}.footer-copy{font-size:13px;color:#fbf3e859;border-top:1px solid rgba(251,243,232,.1);padding-top:20px;margin-top:4px}.page-bottom{height:0;width:100%}@media (min-width: 640px){.why-cards{grid-template-columns:repeat(3,1fr)}.how-steps{flex-direction:row;gap:0;align-items:flex-start}.how-step{flex:1;flex-direction:column;align-items:center;text-align:center;padding:0 16px}.how-step:not(:last-child):after{left:auto;right:-1px;top:18px;bottom:auto;width:100%;height:1px;background:#f4633a33}.how-step-content{text-align:center}.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}}@media (min-width: 768px){.nav-links{display:flex}.nav-cta{display:block}.nav-hamburger{display:none}}@media (max-width: 767px){.nav{padding:16px 20px}.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:40px 20px 36px}.hero-h1{font-size:34px;letter-spacing:-.8px}.hero-sub{font-size:16px}.section-why,.section-how,.section-sample,.section-faq,.section-cta{padding:48px 20px}.section-heading{font-size:26px}.sample-body{flex-direction:column;align-items:center}.footer{padding:32px 20px 28px}.nav-mobile-menu{padding:8px 20px 16px}}.precheck-page{min-height:100vh;background:var(--cream);display:flex;align-items:center;justify-content:center;padding:32px 16px}.precheck-card{background:var(--card);border-radius:24px;box-shadow:0 4px 32px #23226814;padding:40px 40px 36px;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.precheck-place{display:flex;align-items:center;gap:16px;width:100%;text-align:left;margin-bottom:14px}.precheck-place-photo{width:96px;height:72px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--cream);border:1px solid rgba(35,34,104,.08)}.precheck-place-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;animation:photoFade .4s ease}@keyframes photoFade{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.precheck-place-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f4633a14}.precheck-place-meta{min-width:0}.precheck-heading{font-size:20px;font-weight:800;color:var(--navy);margin:0 0 2px;line-height:1.25;overflow-wrap:break-word}.precheck-address{font-size:13px;color:var(--muted);margin:0 0 4px;line-height:1.4}.precheck-rating{font-size:13px;font-weight:600;color:var(--navy);margin:0}.precheck-rating span{font-weight:400;color:var(--muted)}.precheck-sub{font-size:15px;color:var(--muted);margin-bottom:28px}.precheck-error{font-size:13px;color:var(--amber-zone);background:#d4810a14;border-radius:8px;padding:10px 16px;margin-bottom:20px;width:100%}.precheck-checklist{width:100%;display:flex;flex-direction:column;gap:0;margin-bottom:28px;text-align:left}.precheck-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(35,34,104,.06);font-size:14px;font-weight:500;color:var(--ink);transition:color .2s}.precheck-item:last-child{border-bottom:none}.precheck-item--done{color:var(--ink)}.precheck-item--running{color:var(--navy);font-weight:600}.precheck-item--pending{color:var(--muted)}.precheck-item-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.spin{animation:spin .8s linear infinite;transform-origin:center}@keyframes spin{to{transform:rotate(360deg)}}.precheck-done{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding-top:8px}.precheck-done-text{font-size:15px;font-weight:600;color:var(--green-zone)}.precheck-back{margin-top:20px;font-size:13px;color:var(--muted);transition:color .15s}.precheck-back:hover{color:var(--navy)}@media (max-width: 480px){.precheck-card{padding:32px 24px 28px}.precheck-place{gap:12px}.precheck-place-photo{width:80px;height:60px}.precheck-heading{font-size:17px}.precheck-address{font-size:12px}}@media (prefers-reduced-motion: reduce){.precheck-place-photo img{animation:none}.spin{animation-duration:1.6s}}.report-page{min-height:100vh;background:var(--cream);padding:48px 16px 80px}.report-wrap{max-width:720px;margin:0 auto}.report-loading-page,.report-error-page{min-height:100vh;background:var(--cream);display:flex;align-items:center;justify-content:center;padding:32px 16px}.report-loading-card,.report-error-card{background:var(--card);border-radius:24px;box-shadow:0 4px 32px #23226814;padding:52px 44px 44px;width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;text-align:center}.report-loading-icon{width:64px;height:64px;background:#f4633a14;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.report-loading-title{font-size:20px;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:8px}.report-loading-name{color:var(--orange)}.report-loading-sub{font-size:14px;color:var(--muted);margin-bottom:32px}.report-checklist{width:100%;list-style:none;display:flex;flex-direction:column;text-align:left;margin-bottom:20px}.report-check-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(35,34,104,.06);font-size:14px;font-weight:500;transition:color .2s}.report-check-item:last-child{border-bottom:none}.report-check-item--done{color:var(--ink)}.report-check-item--running{color:var(--navy);font-weight:600}.report-check-item--pending{color:var(--muted)}.report-check-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.report-spin{animation:report-spin .8s linear infinite;transform-origin:center}@keyframes report-spin{to{transform:rotate(360deg)}}.report-smallprint{font-size:12px;color:var(--muted);margin-top:4px}.report-error-icon{width:64px;height:64px;background:#d4810a14;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.report-error-title{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:8px}.report-error-body{font-size:14px;color:var(--muted);margin-bottom:28px;line-height:1.6}.report-error-body a{color:var(--orange);font-weight:600}.report-retry-btn{background:var(--navy);color:#fff;font-size:14px;font-weight:700;padding:12px 28px;border-radius:10px;border:none;cursor:pointer;transition:opacity .15s;margin-bottom:16px}.report-retry-btn:hover{opacity:.85}.report-card{background:var(--card);border-radius:24px;box-shadow:0 4px 32px #23226812;overflow:hidden;margin-bottom:16px}.report-header{padding:36px 40px 28px;border-bottom:1px solid rgba(35,34,104,.07)}.report-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--orange);margin-bottom:20px;transition:opacity .15s}.report-back:hover{opacity:.75}.report-header-top{display:flex;align-items:flex-start;gap:14px}.report-hotel-name{font-size:26px;font-weight:800;color:var(--navy);line-height:1.2;letter-spacing:-.4px;margin-bottom:6px}.report-hotel-address{font-size:14px;color:var(--muted);margin-bottom:0}.report-meta{font-size:12px;color:#8b8ba3b3;margin-top:12px}.report-advisory-banner{background:#d4810a14;border-left:3px solid #D4810A;padding:16px 40px;display:flex;gap:12px;align-items:flex-start}.report-advisory-icon{flex-shrink:0;margin-top:2px}.report-advisory-level{font-size:14px;font-weight:700;color:#8c5200;margin-bottom:4px}.report-advisory-body{font-size:14px;color:var(--ink);line-height:1.6;margin-bottom:6px}.report-advisory-link{font-size:13px;font-weight:600;color:#8c5200;text-decoration:underline}.report-gate-card{background:var(--navy);border-radius:14px;padding:28px 32px;margin:32px 40px}.report-gate-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px}.report-gate-body{font-size:14px;color:#ffffffbf;line-height:1.65}.report-scores{padding:32px 40px;border-bottom:1px solid rgba(35,34,104,.07);display:flex;gap:0;justify-content:space-around}.report-score-item{display:flex;flex-direction:column;align-items:center;gap:10px}.report-score-label{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.report-zones{padding:28px 40px;border-bottom:1px solid rgba(35,34,104,.07)}.report-section-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.report-zone-list{list-style:none;display:flex;flex-direction:column;gap:12px}.report-zone-card{background:var(--cream);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.report-zone-header{display:flex;align-items:center;gap:10px}.report-zone-desc{font-size:13px;color:var(--muted);line-height:1.55}.report-summary{padding:28px 40px;border-bottom:1px solid rgba(35,34,104,.07)}.report-summary-text{font-size:16px;color:var(--ink);line-height:1.75}.report-highlights{padding:28px 40px;border-bottom:1px solid rgba(35,34,104,.07)}.report-highlight-list{list-style:none;display:flex;flex-direction:column;gap:10px}.report-highlight-item{font-size:15px;color:var(--ink);line-height:1.6;padding-left:20px;position:relative}.report-highlight-item:before{content:"✓";position:absolute;left:0;color:var(--green-zone, #2A9D6A);font-weight:800;font-size:12px;top:3px}.report-emergency{padding:28px 40px;border-bottom:1px solid rgba(35,34,104,.07)}.report-emergency-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px}.report-emergency-item{background:var(--cream);border-radius:10px;padding:12px 14px}.report-emergency-type{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:4px}.report-emergency-number{font-size:20px;font-weight:800;color:var(--navy);letter-spacing:-.3px}.report-disclaimer{padding:20px 40px;background:var(--cream)}.report-disclaimer-text{font-size:12px;color:var(--muted);line-height:1.65;text-align:center}@media (max-width: 600px){.report-page{padding:24px 12px 60px}.report-header,.report-scores,.report-zones,.report-summary,.report-highlights,.report-emergency,.report-disclaimer,.report-advisory-banner{padding-left:24px;padding-right:24px}.report-gate-card{margin-left:24px;margin-right:24px}.report-hotel-name{font-size:20px}.report-scores{flex-direction:column;align-items:center;gap:20px}.report-loading-card,.report-error-card{padding:36px 24px 32px}}.legal-page{min-height:100vh;background:var(--cream);padding:48px 16px 80px}.legal-card{background:var(--card);border-radius:24px;box-shadow:0 4px 32px #23226812;max-width:720px;margin:0 auto;padding:56px 64px 64px}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--orange);margin-bottom:40px;transition:opacity .15s}.legal-back:hover{opacity:.75}.legal-h1{font-size:40px;font-weight:800;color:var(--navy);line-height:1.15;letter-spacing:-.8px;margin-bottom:10px}.legal-updated{font-size:14px;color:var(--muted);margin-bottom:40px}.legal-toc{background:var(--cream);border-radius:14px;padding:24px 28px;margin-bottom:56px}.legal-toc-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.legal-toc-list{list-style:none;display:flex;flex-direction:column;gap:6px;counter-reset:toc-counter}.legal-toc-list li{counter-increment:toc-counter}.legal-toc-list a{font-size:14px;font-weight:500;color:var(--navy);transition:color .15s}.legal-toc-list a:hover{color:var(--orange)}.legal-section{margin-bottom:48px;padding-top:8px;border-top:1px solid rgba(35,34,104,.07)}.legal-section:first-of-type{border-top:none}.legal-h2{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:14px;line-height:1.25;letter-spacing:-.2px}.legal-p{font-size:16px;color:var(--ink);line-height:1.75;margin-bottom:12px}.legal-p:last-child{margin-bottom:0}.legal-list{list-style:none;margin:10px 0 14px;display:flex;flex-direction:column;gap:10px}.legal-list li{font-size:16px;color:var(--ink);line-height:1.65;padding-left:20px;position:relative}.legal-list li:before{content:"–";position:absolute;left:0;color:var(--orange);font-weight:700}.legal-disclaimer-list{list-style:none;margin:12px 0 16px;display:flex;flex-direction:column;gap:10px;background:#f4633a0d;border-left:3px solid var(--orange);border-radius:0 10px 10px 0;padding:16px 20px}.legal-disclaimer-list li{font-size:16px;color:var(--ink);line-height:1.65;padding-left:22px;position:relative;font-weight:500}.legal-disclaimer-list li:before{content:"✕";position:absolute;left:0;color:var(--orange);font-weight:800;font-size:13px;top:3px}.legal-table-wrap{overflow-x:auto;margin:14px 0;border-radius:10px;border:1px solid rgba(35,34,104,.1)}.legal-table{width:100%;border-collapse:collapse;font-size:14px}.legal-table th{background:var(--cream);color:var(--navy);font-weight:700;padding:12px 16px;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(35,34,104,.1)}.legal-table td{padding:11px 16px;color:var(--ink);line-height:1.55;border-bottom:1px solid rgba(35,34,104,.06);vertical-align:top}.legal-table tr:last-child td{border-bottom:none}.legal-table tr:nth-child(2n) td{background:#fbf3e866}.legal-footer-note{margin-top:56px;padding-top:24px;border-top:1px solid rgba(35,34,104,.08);font-size:14px;color:var(--muted);text-align:center}.legal-footer-note a{color:var(--orange);font-weight:600;transition:opacity .15s}.legal-footer-note a:hover{opacity:.75}@media (max-width: 767px){.legal-card{padding:36px 24px 48px;border-radius:16px}.legal-h1{font-size:28px}.legal-h2{font-size:18px}.legal-toc{padding:18px 20px}}:root{--cream: #FBF3E8;--card: #FFFDF9;--navy: #232268;--ink: #3D3D52;--orange: #F4633A;--muted: #8B8BA3;--green-zone: #2A9D6A;--amber-zone: #D4810A;--font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--shadow-card: 0 4px 32px rgba(35,34,104,.08), 0 1px 4px rgba(35,34,104,.04);--shadow-search: 0 0 0 2px var(--orange), 0 4px 24px rgba(244,99,58,.18);--radius-card: 28px;--radius-btn: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}ul{list-style:none}.btn-orange{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;font-family:var(--font);font-size:15px;font-weight:700;padding:14px 28px;border-radius:var(--radius-btn);border:none;cursor:pointer;transition:background .15s,transform .1s}.btn-orange:hover{background:#e04e27}.btn-orange:active{transform:scale(.98)}
