:root{--rates-bg:#f8fafc;--rates-card-bg:#fff;--rates-border:#e2e8f0;--rates-border-hover:#cbd5e1;--rates-text-main:#0f172a;--rates-text-muted:#64748b;--rates-text-sub:#475569;--gold-primary:#b45309;--gold-accent:#f59e0b;--gold-bg-subtle:#fffbeb;--gold-border:#fde68a;--forex-primary:#047857;--forex-accent:#10b981;--forex-bg-subtle:#ecfdf5;--forex-border:#a7f3d0;--sky-primary:#0369a1;--sky-accent:#0ea5e9;--sky-bg-subtle:#f0f9ff;--sky-border:#bae6fd}*,:before,:after{box-sizing:border-box}.rates-page-container{background-color:var(--rates-bg);min-height:100vh;color:var(--rates-text-main);background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:24px 24px;width:100%;max-width:100vw;padding-bottom:6rem;font-family:inherit;overflow-x:hidden}.rates-masthead{text-align:center;box-sizing:border-box;width:100%;max-width:1800px;margin:0 auto;padding:3.5rem 1.5rem 2rem}@media (max-width:640px){.rates-masthead{padding:2rem 1rem 1.25rem}}.rates-live-badge{color:#047857;letter-spacing:.05em;text-transform:uppercase;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #0000000a}.rates-pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s infinite ratesPulse;box-shadow:0 0 8px #10b981}@keyframes ratesPulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1.15);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.rates-title{letter-spacing:-.03em;color:#0f172a;margin-bottom:.85rem;font-size:2.75rem;font-weight:900;line-height:1.15}@media (max-width:768px){.rates-title{font-size:1.85rem;line-height:1.2}}.rates-subtitle{color:#475569;max-width:980px;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.6}@media (max-width:768px){.rates-subtitle{font-size:.9rem;line-height:1.5}}.rates-interactive-wrapper{box-sizing:border-box;flex-direction:column;gap:2.25rem;width:100%;min-width:0;max-width:1800px;margin:0 auto;padding:0 1.5rem;display:flex}@media (max-width:640px){.rates-interactive-wrapper{gap:1.5rem;padding:0 .75rem}}.rates-channels-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;min-width:0;display:grid}@media (max-width:992px){.rates-channels-grid{grid-template-columns:1fr;gap:1rem}}.rates-channel-card{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1.25rem;flex-direction:column;justify-content:space-between;gap:1rem;width:100%;min-width:0;padding:1.35rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px -2px #0000000a}@media (max-width:640px){.rates-channel-card{border-radius:1rem;padding:1.15rem}}.rates-channel-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -4px #00000014}.rates-channel-gold{border-top:4px solid var(--gold-accent)}.rates-channel-forex{border-top:4px solid var(--forex-accent)}.rates-channel-facebook{border-top:4px solid #1877f2}.rates-channel-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .65rem;font-size:.725rem;font-weight:700;display:inline-flex}.gold-badge{background:var(--gold-bg-subtle);color:var(--gold-primary);border:1px solid var(--gold-border)}.forex-badge{background:var(--forex-bg-subtle);color:var(--forex-primary);border:1px solid var(--forex-border)}.fb-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.channel-dot{border-radius:50%;width:6px;height:6px}.gold-dot{background-color:var(--gold-accent)}.forex-dot{background-color:var(--forex-accent)}.fb-dot{background-color:#1877f2}.rates-channel-meta h3{color:#0f172a;margin-bottom:.35rem;font-size:1.05rem;font-weight:800}.rates-channel-meta p{color:#64748b;font-size:.85rem;line-height:1.45}.rates-channel-btn{border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.7rem 1.15rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-gold{color:#052e16;background:#25d366}.btn-gold:hover{background:#22c55e}.btn-forex{color:#052e16;background:#25d366}.btn-forex:hover{background:#22c55e}.btn-facebook{color:#fff;background:#1877f2}.btn-facebook:hover{background:#166fe5}.rates-section{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1.5rem;flex-direction:column;gap:1.75rem;width:100%;min-width:0;max-width:100%;padding:2.25rem;display:flex;overflow:hidden;box-shadow:0 4px 20px -2px #0000000d}@media (max-width:768px){.rates-section{border-radius:1.15rem;gap:1.25rem;padding:1rem}}.rates-section-header{border-bottom:1.5px solid var(--rates-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0;padding-bottom:1.25rem;display:flex}.rates-section-title-wrap{min-width:0;max-width:100%}.rates-icon-box{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.gold-icon-box{background:var(--gold-bg-subtle);border:1.5px solid var(--gold-border)}.forex-icon-box{background:var(--forex-bg-subtle);border:1.5px solid var(--forex-border)}.rates-section-title{color:#0f172a;letter-spacing:-.02em;font-size:1.5rem;font-weight:900;line-height:1.25}@media (max-width:640px){.rates-section-title{font-size:1.2rem}}.rates-section-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem;font-size:.85rem;display:flex}@media (max-width:640px){.rates-section-meta{flex-direction:column;align-items:flex-start;gap:.2rem}.meta-sep{display:none}}.meta-sep{color:#cbd5e1}.rates-refresh-btn{color:#334155;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.6rem;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.825rem;font-weight:700;transition:all .2s;display:inline-flex}.rates-refresh-btn:hover{color:#0f172a;background:#e2e8f0}.gold-hero-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;width:100%;min-width:0;display:grid}.gold-hero-grid>*{min-width:0;max-width:100%}@media (max-width:1280px){.gold-hero-grid{grid-template-columns:repeat(2,1fr)}.gold-hero-card{grid-column:span 2}}@media (max-width:640px){.gold-hero-grid{grid-template-columns:1fr}.gold-hero-card{grid-column:span 1}}.gold-hero-card{border:2px solid var(--gold-accent);box-sizing:border-box;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-radius:1.25rem;flex-direction:column;justify-content:space-between;padding:1.5rem 1.75rem;display:flex;box-shadow:0 6px 20px -3px #f59e0b26}@media (max-width:640px){.gold-hero-card{padding:1.2rem}}.gold-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem;margin-bottom:.5rem;display:flex}.gold-hero-tag{color:#b45309;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:800}.gold-hero-purity{color:#78350f;background:#f59e0b33;border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.gold-hero-name{color:#78350f;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.gold-hero-price{letter-spacing:-.03em;color:#92400e;font-variant-numeric:tabular-nums;word-break:break-word;margin:.4rem 0;font-size:2.75rem;font-weight:900;line-height:1.1}@media (max-width:640px){.gold-hero-price{font-size:2.15rem}}.gold-currency{color:#b45309;margin-right:.35rem;font-size:1.5rem;font-weight:800}@media (max-width:640px){.gold-currency{font-size:1.2rem}}.gold-hero-footer{border-top:1px solid #f59e0b40;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.gold-delta-pill{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.825rem;font-weight:800;display:inline-flex}.gold-weight-note{color:#92400e;font-size:.8rem;font-weight:600}.gold-subhero-card{border:1.5px solid var(--rates-border);box-sizing:border-box;background:#f8fafc;border-radius:1.15rem;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:all .2s;display:flex}@media (max-width:640px){.gold-subhero-card{padding:1rem}}.gold-subhero-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 14px #0000000d}.subhero-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.725rem;font-weight:800}.subhero-title{color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.25}.subhero-price{letter-spacing:-.02em;color:#0f172a;font-variant-numeric:tabular-nums;word-break:break-word;margin:.5rem 0 .25rem;font-size:1.65rem;font-weight:900;line-height:1.1}@media (max-width:640px){.subhero-price{font-size:1.45rem}}.subhero-rs{color:#64748b;margin-right:.25rem;font-size:1rem;font-weight:700}.subhero-unit{color:#64748b;margin-left:.25rem;font-size:.85rem;font-weight:700}.subhero-sub{color:#64748b;font-size:.75rem;font-weight:500}.gold-subhero-22k{background:#fffdf5;border-color:#fde68a}.silver-subhero{background:#f8fafc;border-color:#e2e8f0}.global-subhero{background:#f0fdf4;border-color:#a7f3d0}.rates-subgrid-2{grid-template-columns:1.4fr 1fr;gap:1.75rem;width:100%;min-width:0;display:grid}.rates-subgrid-2>*{min-width:0;max-width:100%}@media (max-width:1024px){.rates-subgrid-2{grid-template-columns:1fr;gap:1.25rem}}.rates-table-container{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1.25rem;width:100%;min-width:0;max-width:100%;overflow:hidden;box-shadow:0 2px 10px #00000005}.rates-table-heading{color:#0f172a;border-bottom:1.5px solid var(--rates-border);background:#f8fafc;padding:1.1rem 1.35rem;font-size:1.05rem;font-weight:800}@media (max-width:640px){.rates-table-heading{padding:.85rem 1rem;font-size:.95rem}}.overflow-x-auto{-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow-x:auto}.rates-table-light{border-collapse:collapse;text-align:left;width:100%;min-width:480px;font-size:.9rem}.rates-table-mobile-meta{display:none}@media (max-width:640px){.rates-table-light{font-size:.825rem;min-width:100%!important}.rates-table-light thead th{letter-spacing:.02em;white-space:normal;padding:.65rem .6rem!important;font-size:.68rem!important}.rates-table-light tbody td{white-space:normal!important;padding:.65rem .6rem!important}.rates-col-weight,.rates-col-purity,.rates-col-interbank,.rates-col-spread{display:none!important}.rates-table-mobile-meta{color:#64748b;margin-top:.2rem;font-size:.72rem;font-weight:500;line-height:1.3;display:block!important}.price-bold{font-size:.9rem}}.rates-table-light thead th{color:#475569;text-transform:uppercase;letter-spacing:.05em;border-bottom:1.5px solid var(--rates-border);white-space:nowrap;background:#f1f5f9;padding:.85rem 1.25rem;font-size:.75rem;font-weight:800}.rates-table-light tbody td{color:#334155;font-variant-numeric:tabular-nums;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:.9rem 1.25rem}.rates-table-light tbody tr:hover{background:#f8fafc}.rates-table-light tbody tr:last-child td{border-bottom:none}.price-bold{font-size:1rem;font-weight:900}.purity-badge{text-transform:uppercase;white-space:nowrap;border-radius:.4rem;padding:.2rem .55rem;font-size:.725rem;font-weight:700;display:inline-block}.badge-24k{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.badge-22k{color:#b45309;background:#fffbeb;border:1px solid #fef08a}.badge-21k{color:#854d0e;background:#fef9c3;border:1px solid #fef08a}.badge-18k{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.badge-silver{color:#334155;background:#f8fafc;border:1px solid #cbd5e1}.badge-global{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.sbp-benchmark-banner{border:1.5px solid var(--sky-border);box-sizing:border-box;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:1.25rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;min-width:0;max-width:100%;padding:1.4rem 1.75rem;display:flex;box-shadow:0 4px 14px #0ea5e914}@media (max-width:640px){.sbp-benchmark-banner{padding:1.15rem}}.sbp-banner-left{align-items:center;gap:1.15rem;min-width:0;max-width:100%;display:flex}.sbp-crest-badge{border:1.5px solid var(--sky-border);background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 2px 6px #0000000a}.sbp-banner-title{color:#0369a1;font-size:1.15rem;font-weight:800;line-height:1.3}@media (max-width:640px){.sbp-banner-title{font-size:1rem}}.sbp-banner-sub{color:#475569;max-width:680px;margin-top:.2rem;font-size:.85rem;line-height:1.4}@media (max-width:640px){.sbp-banner-sub{font-size:.8rem}}.sbp-banner-right{text-align:right;flex-shrink:0}@media (max-width:768px){.sbp-banner-right{text-align:left;border-top:1px solid #0ea5e940;width:100%;padding-top:.75rem}}.sbp-banner-label{color:#0284c7;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:800}.sbp-banner-price{color:#0369a1;letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:2.35rem;font-weight:900;line-height:1.1}@media (max-width:640px){.sbp-banner-price{font-size:1.85rem}}.sbp-rs{color:#0284c7;margin-right:.3rem;font-size:1.35rem;font-weight:800}.currency-row-cell{align-items:center;gap:.85rem;display:flex}.currency-flag-emoji{font-size:1.5rem;line-height:1}.currency-code-text{color:#0f172a;font-size:.95rem;font-weight:800}.currency-name-text{color:#64748b;font-size:.75rem;font-weight:500}.spread-badge{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.rates-calc-card{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1.25rem;flex-direction:column;justify-content:space-between;width:100%;min-width:0;max-width:100%;padding:1.5rem;display:flex;box-shadow:0 2px 10px #00000005}@media (max-width:640px){.rates-calc-card{padding:1.15rem}}.rates-calc-header{border-bottom:1.5px solid var(--rates-border);align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.rates-calc-title{color:#0f172a;font-size:1.05rem;font-weight:800}.rates-calc-sub{color:#64748b;margin-top:.15rem;font-size:.8rem;line-height:1.4}.rates-calc-body{flex-direction:column;gap:1.15rem;display:flex}.calc-form-group{flex-direction:column;gap:.35rem;display:flex}.calc-label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:800}.calc-input-pair{gap:.5rem;width:100%;min-width:0;display:flex}@media (max-width:480px){.calc-input-pair{flex-direction:column}}.calc-input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:.65rem;outline:none;flex:1;width:100%;min-width:0;padding:.65rem .9rem;font-size:.95rem;font-weight:700;transition:all .2s}.calc-input:focus{border-color:var(--gold-accent);background:#fff;box-shadow:0 0 0 3px #f59e0b26}.calc-select{color:#0f172a;cursor:pointer;box-sizing:border-box;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:.65rem;outline:none;min-width:0;padding:.65rem .9rem;font-size:.85rem;font-weight:700;transition:all .2s}.calc-select:focus{border-color:var(--gold-accent);background:#fff}.karat-btn{color:#475569;cursor:pointer;text-align:center;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:.6rem;min-width:0;padding:.55rem;font-size:.85rem;font-weight:800;transition:all .15s}.karat-btn:hover{background:#e2e8f0}.karat-active{background:var(--gold-bg-subtle);border-color:var(--gold-accent);color:var(--gold-primary);box-shadow:0 1px 4px #f59e0b33}.calc-result-box{border:1.5px solid var(--rates-border);box-sizing:border-box;background:#f8fafc;border-radius:.85rem;flex-direction:column;gap:.5rem;width:100%;min-width:0;padding:1.15rem;display:flex}.result-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.result-label{color:#64748b;font-weight:500}.result-val{color:#0f172a;font-variant-numeric:tabular-nums;font-weight:700}.result-total-row{border-top:1.5px solid var(--rates-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.total-label{color:#0f172a;font-size:.875rem;font-weight:800}.total-sub{color:#64748b;font-size:.725rem}.total-amount{color:var(--gold-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;word-break:break-word;font-size:1.5rem;font-weight:900}@media (max-width:480px){.total-amount{font-size:1.25rem}}.forex-total-row .total-amount{color:var(--forex-primary)}.rates-chart-card{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1.5rem;flex-direction:column;gap:1.5rem;width:100%;min-width:0;max-width:100%;padding:2.25rem;display:flex;overflow:hidden;box-shadow:0 4px 20px -2px #0000000d}@media (max-width:768px){.rates-chart-card{border-radius:1.15rem;gap:1.15rem;padding:1rem}}.rates-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0;display:flex}.rates-chart-title-wrap{min-width:0;max-width:100%}.rates-chart-title{color:#0f172a;letter-spacing:-.02em;font-size:1.5rem;font-weight:900;line-height:1.25}@media (max-width:640px){.rates-chart-title{font-size:1.2rem}}.rates-chart-subtitle{color:#64748b;margin-top:.2rem;font-size:.85rem}.rates-period-pills{-webkit-overflow-scrolling:touch;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;gap:.2rem;max-width:100%;padding:.25rem;display:inline-flex;overflow-x:auto}.rates-period-btn{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;padding:.35rem .65rem;font-size:.75rem;font-weight:800;transition:all .15s}.rates-period-btn:hover{color:#0f172a}.rates-period-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000001a}.rates-asset-tabs{border-bottom:1.5px solid var(--rates-border);flex-wrap:wrap;gap:.5rem;width:100%;min-width:0;padding-bottom:.75rem;display:flex}.rates-asset-tab{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.65rem;padding:.55rem 1rem;font-size:.85rem;font-weight:800;transition:all .15s}@media (max-width:640px){.rates-asset-tab{text-align:center;white-space:normal;flex:calc(50% - .5rem);padding:.5rem;font-size:.75rem}}.rates-asset-tab:hover{color:#0f172a;background:#f1f5f9}.active-gold{background:var(--gold-bg-subtle);border-color:var(--gold-accent);color:var(--gold-primary);box-shadow:0 2px 6px #f59e0b26}.active-forex{background:var(--forex-bg-subtle);border-color:var(--forex-accent);color:var(--forex-primary);box-shadow:0 2px 6px #10b98126}.rates-stats-strip{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;min-width:0;display:grid}@media (max-width:768px){.rates-stats-strip{grid-template-columns:repeat(2,1fr);gap:.65rem}}.rates-stat-item{border:1px solid var(--rates-border);box-sizing:border-box;background:#f8fafc;border-radius:.85rem;flex-direction:column;gap:.2rem;min-width:0;padding:.85rem 1rem;display:flex}@media (max-width:640px){.rates-stat-item{padding:.65rem .75rem}}.rates-stat-name{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.725rem;font-weight:800}.rates-stat-val{color:#0f172a;font-variant-numeric:tabular-nums;word-break:break-word;font-size:1.15rem;font-weight:900}@media (max-width:640px){.rates-stat-val{font-size:.95rem}}.val-up{color:#059669}.val-down{color:#dc2626}.rates-svg-container{border:1px solid var(--rates-border);box-sizing:border-box;background:#fff;border-radius:1rem;width:100%;min-width:0;max-width:100%;padding:1rem 0;position:relative;overflow:hidden}.rates-svg-chart{cursor:crosshair;width:100%;height:auto;display:block}.rates-axis-text{fill:#64748b;font-family:inherit;font-size:11px;font-weight:700}.rates-tooltip-box{pointer-events:none;border:1.5px solid var(--rates-border);white-space:nowrap;z-index:10;background:#fff;border-radius:.65rem;padding:.5rem .85rem;transition:left 50ms ease-out;position:absolute;top:18px;box-shadow:0 8px 20px #0000001f}.rates-commercial-banner{width:100%;min-width:0;margin-top:1rem}.rates-commercial-card-light{border:1.5px solid var(--gold-border);box-sizing:border-box;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-radius:1.5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;min-width:0;max-width:100%;padding:2.25rem;display:flex;box-shadow:0 4px 20px #f59e0b14}@media (max-width:768px){.rates-commercial-card-light{border-radius:1rem;padding:1.25rem}}.rates-commercial-text h3{color:#78350f;margin-bottom:.5rem;font-size:1.35rem;font-weight:800}@media (max-width:640px){.rates-commercial-text h3{font-size:1.15rem}}.rates-commercial-text p{color:#92400e;max-width:880px;font-size:.95rem;line-height:1.6}@media (max-width:640px){.rates-commercial-text p{font-size:.85rem;line-height:1.5}}.rates-commercial-btn-light{color:#fff;white-space:nowrap;background:#78350f;border-radius:.85rem;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #78350f40}@media (max-width:640px){.rates-commercial-btn-light{justify-content:center;width:100%}}.rates-commercial-btn-light:hover{background:#92400e;transform:translateY(-1px)}
