:root{
    --silver-white:#ffffff;
    --silver-bg:#eceff1;
    --silver-soft:#f6f7f8;
    --silver-panel:#ffffff;
    --silver-line:#c7ccd1;
    --silver-line-dark:#aeb5bb;
    --silver-ink:#1f272d;
    --silver-muted:#5e6870;
    --silver-accent:#9aa3aa;
    --silver-shine:#eef1f3;
    --gold-1: #124b80;
    --gold-2: #0d4172;
    --blue-op: #eef1f3eb;
    --blue-op-2: #0d4172eb;
    --blue:#124b80;
    --blue-dark:#0d4172;
    --warm:#c0913f;
    --danger:#a92828;
    --shadow:0 16px 38px rgba(31,39,45,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--silver-white);background:#dfe2e5}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
.custom-flex-container{
	display: flex; flex-direction: row; 
}
.table-container{
	
}
@media(max-width:760px){
    .custom-flex-container{
		flex-direction: column;
	}
	
	
	.table-container{
		width: 100% !important;
	}
	
	.old-price-box.responsive-only{
		margin: 20px 0 0 0;
		width: 100% !important;
	}
}

.image-topbar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:36px;padding:12px 14px;background:var(--silver-white);
	margin-top: 10px;
    gap:18px !important;
    padding:8px 12px !important;
    border-radius:14px !important;
    position:sticky;
    top:0;
    z-index:50;
    border-radius:18px !important;
    overflow:hidden;
}
.image-topbar a{
    font-size:12px !important;
    letter-spacing:.09em;
    color:#1d1711 !important;
}

/* Front page - Compro Plata Sevilla */
.silver-site{
    min-height:100vh;
    background:
        radial-gradient(circle at 18% 8%,rgba(255,255,255,.9),transparent 20%),
        linear-gradient(180deg,#424242 0,#424242 30px,#e5e5e5 30px,#e5e5e5 100%);
}
.silver-page{padding-bottom:28px}
.top-strip{
    width:min(950px,calc(100% - 32px));
    margin:0 auto;
    min-height:26px;
    background:#fff;
    color:var(--blue);
    font-size:16px;
    line-height:26px;
    text-align:center;
    font-weight:700;
    letter-spacing:.01em;
    border-bottom:1px solid #d5d5d5;
}
.top-strip strong{font-weight:900}
.top-strip a{font-size:19px;font-weight:900;color:var(--blue-dark)}
.silver-shell{
    width:min(1040px,calc(100% - 28px));
    margin:18px auto 0;
}
.silver-header{
    display:grid;
    grid-template-columns:235px 1fr 380px;
    gap:18px;
    align-items:stretch;
    margin-bottom:10px;
}
.brand-panel,.hero-panel,.price-panel,.content-card,.store-card,.trust-card,.image-stack-card,.page-footer{
    border-radius:18px;
    border:1px solid var(--silver-line);
    background:linear-gradient(180deg,#fff 0%,#f5f6f7 100%);
    box-shadow:var(--shadow);
    overflow:hidden;
}
.brand-panel{
    padding:16px 14px;
    min-height:245px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:center;
}
.brand-logo-text{line-height:1.02;letter-spacing:.02em;text-transform:uppercase;color:#111}
.brand-logo-text span{display:block;font-size:28px;font-weight:300}
.brand-logo-text strong{display:block;font-size:34px;font-weight:900;color:#111}
.brand-logo-text em{display:block;font-style:normal;font-size:31px;font-weight:800;color:var(--blue)}
.brand-silver-img{width:210px;height:125px;object-fit:contain;margin-top:12px;filter:drop-shadow(0 12px 16px rgba(0,0,0,.14))}
.hero-panel{
    min-height:245px;
    padding:28px 26px;
    position:relative;
    background:
        linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.9) 58%,rgba(238,242,244,.88) 100%),
        url('../img/items/plata-1.jpg') right bottom / 250px auto no-repeat;
}
.hero-panel:after{
    content:"";
    position:absolute;
    inset:auto 20px 20px auto;
    width:170px;height:92px;
    background:url('../img/home/lote-plata.jpeg') center/contain no-repeat;
    opacity:.9;
}
.hero-kicker{margin:0 0 10px;font-size:28px;text-transform:uppercase;letter-spacing:.03em;color:#111}
.hero-panel h1{margin:0;max-width:470px;font-size:42px;line-height:1.08;text-transform:uppercase;color:#111}
.hero-promises{display:flex;flex-direction:column;gap:8px;margin-top:20px;position:relative;z-index:1}
.hero-promises span{width:max-content;max-width:100%;padding:4px 10px;border-radius:999px;background:#fff;color:#111;font-size:21px;font-weight:900;text-transform:uppercase;box-shadow:0 4px 10px rgba(0,0,0,.08)}
.hero-promises span:nth-child(1),.hero-promises span:nth-child(3){color:#c28f3a}
.price-panel{
    padding:10px;
    background:linear-gradient(180deg,#d7a84d,#b5812c);
    border-color:#b5812c;
    box-shadow:0 16px 34px rgba(76,57,23,.24);
}
.call-box{
    display:grid;
    grid-template-columns:64px 1fr;
    column-gap:10px;
    align-items:center;
    padding:8px 12px;
    margin-bottom:8px;
    border-radius:8px;
    border:1px solid rgba(129,88,20,.36);
    background:#fff;
    color:#27313a;
}
.call-box:before{content:"☎";grid-row:1/4;font-size:38px;text-align:center;color:#626b72}
.call-box span{font-size:18px;font-weight:700}
.call-box strong{font-size:24px;line-height:1.05;letter-spacing:.03em}
.call-box small{font-size:12px;color:#4a4a4a;font-weight:700}
.price-panel-inner{padding:12px 12px 10px;border-radius:8px;background:#fff}
.price-panel-inner h2{margin:0 0 8px;text-align:center;font-size:23px;color:#26323b;text-transform:uppercase}
.price-panel-inner p{margin:0 0 8px;font-size:12px;line-height:1.4;color:#2f383f}
.old-silver-table{width:100%;border-collapse:collapse;font-size:13px;color:#26323b}
.old-silver-table th{padding:7px 5px;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;color:#b98633;font-size:16px;text-align:left;text-transform:uppercase}
.old-silver-table td{padding:6px 5px;border-bottom:1px solid #ddd;vertical-align:middle}
.old-silver-table .silver-law strong{font-size:17px;color:#b98633}
.old-silver-table .silver-price{text-align:right;white-space:nowrap}
.old-silver-table .silver-price strong{font-size:15px;color:#111}
.old-silver-table .silver-price small{font-size:12px;color:#111}
.guarantee{margin:14px 0 0!important;text-align:center;color:var(--blue)!important;font-size:17px!important;font-weight:900;text-transform:uppercase}
.api-warning,.alert{margin:14px 0;padding:12px 14px;border-radius:12px;border:1px solid #c6a35d;background:#fffdf5;color:#684516;font-weight:700}
.alert.success{border-color:#8ec08b;color:#285e25;background:#f2fff1}
.silver-nav{
    display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;
    margin:0 0 12px;padding:10px 14px;
    background:linear-gradient(180deg,#ffffff,#f0f2f4);
    border:1px solid var(--silver-line);
    border-radius:16px;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.silver-nav a{font-size:13px;font-weight:900;text-transform:uppercase;color:#303942;letter-spacing:.06em}
.silver-nav a:hover{color:var(--blue);text-decoration:none}
.silver-layout-grid{display:grid;grid-template-columns:205px 1fr 310px;gap:18px;align-items:start}
.left-column,.right-column,.main-column{display:flex;flex-direction:column;gap:18px}
.image-stack-card{padding:12px;gap:10px;display:flex;flex-direction:column;background:#f7f8f9}
.image-stack-card img{height:116px;width:100%;object-fit:contain;background:#fff;border-radius:12px;border:1px solid #d9dddf;padding:5px}
.trust-card{padding:14px;font-size:13px;line-height:1.45;color:#1d252a}
.trust-card img{width:100%;height:120px;object-fit:cover;border-radius:12px;margin:10px 0;border:1px solid #d2d6d9}
.content-card{padding:22px;background:#fff}
.content-card h2{margin:0 0 18px;color:var(--blue);font-size:25px;line-height:1.18;text-transform:uppercase;letter-spacing:.02em}
.content-card h3{margin:0 0 12px;color:#c08d3b;font-size:18px;line-height:1.35}
.content-card p{font-size:15px;line-height:1.58;margin:0 0 12px;color:#1d252a}
.example-list{margin-top:20px;border:1px solid #d9dddf;border-radius:14px;overflow:hidden;background:#eef0f1}
.example-row{display:grid;grid-template-columns:170px 1fr;gap:14px;align-items:center;padding:8px 12px;border-bottom:1px solid #d5d9dc;background:#f7f8f9}
.example-row:last-child{border-bottom:0}
.example-row img{width:170px;height:96px;object-fit:contain;background:#fff;border-radius:9px;border:1px solid #e1e4e6}
.example-row p{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--silver-ink)}
.example-row strong{display:block;margin-bottom:4px;color:#c08d3b;font-size:20px}
.example-row small{font-size:12px;color:#4b555d}
.reasons-card ol{margin:0;padding-left:0;list-style:none;counter-reset:reason;display:grid;gap:10px}
.reasons-card li{counter-increment:reason;position:relative;padding:10px 10px 10px 48px;border-radius:12px;background:#f4f6f7;border:1px solid #d9dddf;line-height:1.45}
.reasons-card li:before{content:counter(reason) ".";position:absolute;left:14px;top:8px;color:var(--blue);font-size:22px;font-weight:900}
.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.type-grid div{padding:15px;border-radius:14px;border:1px solid #d9dddf;background:linear-gradient(180deg,#fff,#f1f3f4);text-align:center}
.type-grid span{font-size:28px;display:block;margin-bottom:7px}
.type-grid strong{display:block;margin-bottom:6px;color:#26323b;text-transform:uppercase}
.type-grid p{font-size:13px;margin:0;color:#4d5860}
.highlight-note{padding:12px;border-left:6px solid var(--blue);border-radius:10px;background:#eff9f1;font-weight:900;color:#1b5125!important}
.secondary-gold-card{background:linear-gradient(180deg,#fff,#fbf8f0)}
.compact-table-wrap{overflow:auto;border:1px solid #d9dddf;border-radius:14px}
.compact-metal-table{width:100%;border-collapse:collapse;min-width:480px;font-size:14px;background:#fff}
.compact-metal-table th,.compact-metal-table td{padding:10px;border-bottom:1px solid #e0e2e3;text-align:left}
.compact-metal-table th{background:#f4f6f7;color:#26323b;text-transform:uppercase;font-size:12px;letter-spacing:.05em}
.compact-metal-table tr:last-child td{border-bottom:0}
.compact-metal-table strong{color:#9a6a23}
.compact-metal-table small{display:block;color:#626d75;font-size:12px}
.quote-line{margin-top:10px;padding-top:10px;border-top:1px solid #d9dddf;color:#4c565e!important;font-size:13px!important}
.faq-card details{border:1px solid #d9dddf;border-radius:12px;margin:10px 0;background:#f8f9fa;overflow:hidden}
.faq-card summary{padding:14px 16px;font-weight:900;cursor:pointer;color:#26323b}
.faq-card details p{padding:0 16px 16px;margin:0;color:#4c565e}
.store-card{padding:18px;background:#fff}
.store-card h2{margin:0 0 12px;color:var(--blue);font-size:24px;line-height:1.18}
.store-card h3{margin:16px 0 6px;color:var(--silver-ink);font-size:14px;text-transform:uppercase}
.store-card p{font-size:13px;line-height:1.5;margin:0 0 8px;color:var(--silver-ink)}
.store-card img{width:100%;height:160px;object-fit:cover;border-radius:12px;border:1px solid #d9dddf;margin:10px 0}
.contact-map-frame iframe{width:100%;height:230px;border:0;border-radius:12px;display:block}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--blue-dark);background:linear-gradient(180deg,var(--blue),var(--blue-dark));color:#fff;padding:11px 18px;border-radius:999px;cursor:pointer;font-weight:900;box-shadow:0 8px 18px rgba(17,123,39,.22)}
.btn:hover{text-decoration:none;background:linear-gradient(180deg,var(--blue-op),var(--blue-op-2))}
.btn-secondary{background:#fff;color:var(--blue);border-color:#9acaa4;box-shadow:none}
.btn-secondary:hover{background:#f1fff3;color:var(--blue-dark)}
.contact-section{margin-top:18px}
.contact-section h2{margin:0 0 16px;color:var(--blue);font-size:26px;text-transform:uppercase}
.contact-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.contact-cta-card{padding:16px;border:1px solid #d9dddf;border-radius:16px;background:#f6f8f9}
.contact-cta-card span{display:block;color:#60707b;font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:6px}
.contact-cta-card strong{display:block;font-size:20px;margin-bottom:8px;color:var(--silver-ink)}
.contact-cta-card p{font-size:13px;margin:0;color:#4d5860}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form-grid label{display:block}
.contact-form-grid span{display:block;margin-bottom:6px;font-weight:900;color:#26323b}
.contact-form-grid input,.contact-form-grid textarea,.admin-form input,.admin-form select,.auth-form input{
    width:100%;border:1px solid #cbd0d4;border-radius:12px;background:#fff;padding:11px 12px;font:inherit;color:var(--silver-ink)
}
.contact-form-grid textarea{resize:vertical;min-height:126px}
.full{grid-column:1/-1}
.form-actions{text-align:center}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-alert{margin:0 0 16px;padding:13px 15px;border-radius:14px;font-weight:800;border:1px solid #d7c4a7;background:#fff8ea;color:#664611}
.contact-alert.success{border-color:#9fca9b;background:#f1fff0;color:#245a24}
.contact-alert.error{border-color:#d7a0a0;background:#fff1f1;color:#7a2020}
.page-footer{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;padding:14px 18px;text-align:center;color:#3d464d;background:#fff}
.page-footer img{width:120px;height:auto;object-fit:contain}
.page-footer p{margin:0;font-size:13px}

/* Login and admin */
.admin-auth{min-height:100vh;text-align:left;color:#f7f9fa;background:linear-gradient(135deg,#252b30,#7e878e 52%,#e3e6e8)}
.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}
.auth-card{width:100%;max-width:470px;padding:26px;border:1px solid rgba(255,255,255,.55);border-radius:22px;background:#fff;color:var(--silver-ink);box-shadow:0 24px 80px rgba(0,0,0,.35)}
.auth-brand{display:flex;gap:16px;align-items:center;margin-bottom:20px}
.auth-brand img,.admin-brand img{width:84px;height:64px;object-fit:contain;padding:8px;border-radius:18px;background:#fff;border:1px solid var(--silver-line)}
.auth-brand h1{margin:0 0 6px;font-size:25px;color:var(--silver-ink)}
.auth-brand p:not(.eyebrow){margin:0;color:#62707a}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);font-weight:900;margin:0 0 4px}
.auth-form .form-row{margin-bottom:14px}.form-row label{display:block;font-weight:900;margin-bottom:7px;color:#26323b}.auth-btn{width:100%;margin-top:4px}.auth-foot{margin-top:18px;text-align:center}
.admin-shell{width:1180px;max-width:calc(100% - 28px);margin:24px auto 40px}
.admin-top{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid rgba(255,255,255,.35);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));box-shadow:0 20px 70px rgba(0,0,0,.24);margin-bottom:18px}
.admin-brand{display:flex;align-items:center;gap:16px}.admin-brand h1{margin:0 0 5px;color:#fff;font-size:28px}.admin-brand p:not(.eyebrow){margin:0;color:#e6ecef}.admin-nav{display:flex;gap:10px;flex-wrap:wrap}
.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.admin-stats article{padding:18px;border-radius:18px;border:1px solid var(--silver-line);background:#fff;color:var(--silver-ink);box-shadow:var(--shadow)}.admin-stats span{display:block;color:#65717a;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.admin-stats strong{display:block;margin:4px 0;font-size:27px;color:#26323b}.admin-stats small{color:#65717a}
.admin-panel{background:#fff;color:var(--silver-ink);border:1px solid var(--silver-line);border-radius:22px;padding:22px;box-shadow:var(--shadow);margin-bottom:18px}.panel-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;border-bottom:1px solid #e1e5e8;padding-bottom:14px;margin-bottom:18px}.panel-heading h2,.admin-notes h2{margin:0;color:var(--silver-ink)}.panel-heading p{margin:0;color:#65717a;max-width:660px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-form-grid .form-row{margin:0}
.admin-subpanel{margin-top:22px;margin-bottom:16px;padding:18px;border:1px solid #d8dde0;border-radius:18px;background:#f7f9fa}.table-config-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-table-wrap{overflow:auto;border-radius:14px;border:1px solid #d6dce0}.admin-table{width:100%;border-collapse:separate;border-spacing:0;min-width:920px;background:#fff}.table-editor{min-width:1320px}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #dfe4e7;vertical-align:middle}.admin-table th{background:#f1f4f6;color:#33404a;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.admin-table tr:last-child td{border-bottom:0}.admin-table input[type=text],.admin-table select{width:100%}.admin-table input[type=checkbox]{width:20px;height:20px;accent-color:var(--blue)}.center-cell{text-align:center}.computed-cell{color:#43505a;white-space:nowrap;min-width:180px;line-height:1.35}.computed-cell strong{color:var(--blue);font-size:18px}.computed-cell small{display:block;margin-top:4px;color:#65717a;font-weight:700}.admin-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px}.sticky-actions{position:sticky;bottom:12px;background:#fff;border:1px solid #d6dce0;border-radius:18px;padding:16px 18px;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:20}.muted{color:#65717a;font-size:13px}.table-editor .drag-cell{width:58px;text-align:center;vertical-align:middle}.drag-handle{width:34px;height:34px;border:1px solid #c6d0d7;border-radius:10px;background:linear-gradient(180deg,#fff,#eef2f4);color:#52606b;font-size:18px;font-weight:900;line-height:1;cursor:grab;box-shadow:0 4px 12px rgba(0,0,0,.08)}.drag-handle:active{cursor:grabbing}.sortable-row.is-dragging{opacity:.55;background:#f0f8f2}.sortable-row[draggable="true"]{cursor:grabbing}

@media(max-width:1050px){
    .silver-header,.silver-layout-grid{grid-template-columns:1fr}.brand-panel{min-height:auto}.brand-silver-img{height:150px}.hero-panel{min-height:260px}.left-column{display:grid;grid-template-columns:1fr 1fr}.right-column{display:grid;grid-template-columns:1fr 1fr}.map-card,.cta-card-small{grid-column:auto}.table-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
    .top-strip{width:100%;font-size:13px;padding:0 8px}.silver-shell{width:calc(100% - 18px);margin-top:10px}.hero-panel{padding:22px 18px}.hero-panel h1{font-size:30px}.hero-kicker{font-size:21px}.hero-promises span{font-size:15px}.price-panel{padding:8px}.silver-layout-grid{gap:12px}.left-column,.right-column,.contact-cta-grid,.contact-form-grid,.type-grid,.admin-stats,.admin-form-grid{grid-template-columns:1fr}.example-row{grid-template-columns:1fr}.example-row img{width:100%;height:150px}.content-card{padding:18px}.content-card h2,.store-card h2{font-size:22px}.page-footer{flex-direction:column}.admin-top{flex-direction:column;align-items:flex-start}.panel-heading{flex-direction:column;align-items:flex-start}.table-config-grid{grid-template-columns:1fr}
    .image-topbar{gap:18px;padding:10px}
}

/* -------------------------------------------------------------------------
   Old Compro Plata Sevilla inspired front
   ------------------------------------------------------------------------- */
.old-template{
    background:#fff!important;
    color:#111;
}
.old-template img{max-width:100%;height:auto}
.old-menu-bg{
    width:100%;
    min-height:290px;
    background-repeat:repeat-x;
    background-position:top left;
}
.old-header-wrap{
    width:1040px;
    max-width:calc(100% - 24px);
    margin:0 auto;
    overflow:visible;
}
.old-menu{height:28px;overflow:hidden}
.old-menu-line{
    width:950px;
    max-width:100%;
    margin:0 auto;
    height:26px;
    line-height:26px;
    background:#fff;
    color:var(--blue);
    text-align:center;
    font-size:16px;
    font-weight:700;
    letter-spacing:.01em;
}
.old-menu-line strong{font-weight:900}
.old-menu-line a{color:var(--blue);font-weight:900;font-size:18px;text-decoration:none}
.old-logo-side{
    position: absolute;
	top: 60px;
    left: 30px;
    width: 45px;
}
.old-logo-side > img:first-child{
    width:149px;
    height:94px;
    margin:22px auto 14px;
    object-fit:contain;
}
.old-brand-box{
    min-height:245px;
    padding:14px 12px;
    border:1px solid #d0d0d0;
    border-radius:14px;
    background:linear-gradient(180deg,#fff 0%,#f7f7f7 100%);
    box-shadow:0 8px 18px rgba(0,0,0,.05);
}
.old-brand-copy{
    margin:0;
    color:#4c555c;
    font-size:13px;
    line-height:1.55;
}
.old-brand-copy strong{
    color:var(--blue);
    text-transform:uppercase;
    letter-spacing:.02em;
}
.old-hero-box{

    width: 60% !important;
    padding:14px;
    border:1px solid #d0d0d0;
    border-radius:14px;
    background:linear-gradient(180deg,#fff 0%,#f7f7f7 100%);
    box-shadow:0 8px 18px rgba(0,0,0,.05);
}
.old-price-box{
    width: 40% !important;
    position:relative;
    width:auto;
    margin:0;
    padding:8px 10px 10px;
    border:1px solid #aeb4ba;
    border-radius:6px;
    background:linear-gradient(180deg,#dfe3e6 0%,#bec5ca 100%);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    color:#1f2529;
    overflow:hidden;
}
.old-price-title{
    position:relative;
    z-index:2;
    font-size:25px;
    line-height:1.03;
    font-weight:900;
    text-transform:uppercase;
    color:#111;
    text-shadow:1px 1px 0 #fff;
    margin:0 0 6px 18px;
}
.old-money-corner{
    position:absolute;
    right:-12px;
    top:8px;
    width:100px;
    height:72px;
    object-fit:cover;
    opacity:.82;
    transform:rotate(8deg);
    border-radius:8px;
}
.old-price-box .tilausnosto{
    position:relative;
    display:grid;
    grid-template-columns:58px 1fr;
    align-items:center;
    min-height:54px;
    padding:6px 10px;
    margin-bottom:7px;
    border:1px solid #adb4bb;
    border-radius:5px;
    background:#fff;
}
.old-phone-icon{
    grid-row:1 / 3;
    display:block;
    width:36px;
    height:44px;
    margin:0 auto;
    border-radius:5px;
    background:linear-gradient(180deg,#727980,#3f464d);
    color:transparent;
    position:relative;
}
.old-phone-icon:before{content:"";position:absolute;left:10px;right:10px;top:6px;height:5px;border-radius:3px;background:#fff}
.old-phone-icon:after{content:"";position:absolute;left:11px;right:11px;bottom:7px;height:23px;background:radial-gradient(circle,#fff 2px,transparent 3px) 0 0/8px 8px}
.old-price-box .tilaustapa{
    color:#27313a;
    font-size:22px;
    font-weight:700;
    line-height:1.05;
    text-decoration:none;
}
.old-price-box .tilaustapa span{font-size:25px;font-weight:900;letter-spacing:.03em}
.old-price-box .tilaustapatext{font-size:12px;color:#222;text-decoration:none;font-weight:700}
.old-price-box .tilausnosto-lomake{
    padding:10px 10px 6px;
    border:1px solid #adb4bb;
    border-radius:5px;
    background:#fff;
}
.old-price-box .tilausnosto-lomake h2{
    margin:0 0 6px;
    padding-right:14px;
    text-align:center;
    color:#2d3944;
    font-size:23px;
    line-height:1.1;
    text-transform:uppercase;
}
.old-price-box .tilausnosto-lomake h2:after{content:" »";color:#333}
.old-price-box .tilausnosto-lomake p{
    margin:0 0 4px;
    font-size:12px;
    line-height:1.45;
}
.old-silver-table{
    width:100%;
    border-collapse:collapse;
    font-size:16px;
    color:#1f2529;
}
.old-silver-table th{
    padding:6px 5px;
    border-top:1px solid #cfd3d6;
    border-bottom:1px solid #cfd3d6;
    color:var(--gold-1);
    font-size:17px;
    text-align:left;
    text-transform:uppercase;
}
.old-silver-table td{
    padding:5px 5px;
    border-bottom:1px solid #d8d8d8;
    vertical-align:middle;
}
.karaatitest {font-size:18px;color:var(--gold-2) !important; text-align: center;}
.karaatitest-mod strong{font-size:18px;color:var(--gold-2) !important; text-align: left;}
.old-silver-table td:nth-child(3){white-space:nowrap;text-align:right;color:#000}
.old-silver-table td:nth-child(3) strong{font-size:12px;color:#000}
.old-highlight-row td{font-size:16px;color:var(--gold-2)}
.old-highlight-row td:nth-child(3) strong{font-size:18px;color:var(--gold-2)}
.old-guarantee{
    margin:16px 0 0!important;
    text-align:center;
    color:var(--silver-shine)!important;
    font-size:16px!important;
    line-height:1.35!important;
    font-weight:900;
    text-transform:uppercase;
}
.old-page{
    width:1040px;
    max-width:calc(100% - 24px);
    margin:18px auto 0;
    padding:0 0 48px;
}
.old-content-grid{
    display:grid;
    grid-template-columns:190px minmax(0,1fr) 380px;
    gap:18px;
    align-items:start;
}
.old-left-sidebar{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:18px;
    font-size:13px;
    line-height:1.45;
    color:#111;
    text-align:left;
}
.old-left-sidebar p{margin:0 0 12px}
.old-left-sidebar img{
    width:100%;
    display:block;
    border-radius:10px;
    border:4px solid #f6f6f6;
    box-shadow:0 0 0 1px #c4c4c4;
    margin:8px 0 12px;
}
.old-visual-stack{padding:10px;background:#fff}
.old-long-visual{width:100%;border-radius:10px;border:0!important;box-shadow:none!important;margin:0!important}
.old-trust-box{padding:14px}
.old-trust-extra{margin-top:8px!important}
.old-main-column,.old-right-column{display:flex;flex-direction:column;gap:20px}
.old-box{
    background:#fff;
    border:1px solid #c6c6c6;
    border-radius:14px;
    box-shadow:0 10px 22px rgba(0,0,0,.06);
    color:#111;
}
.upperbox2.old-box{padding:20px 20px 26px}
.upperbox2.old-box h1{
    margin:0 0 22px;
    color:var(--blue);
    font-size:22px;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:.01em;
}
.old-intro-copy{
    font-size:12px;
    line-height:1.58;
    margin-bottom:28px;
}
.Estilo11{color:var(--gold-2);font-size:18px;font-weight:900;line-height:1.4}
.Estilo13{color:var(--gold-2)}
.Estilo14{color:var(--blue);font-weight:900}
.old-example-table{
    margin-top:12px;
    border-collapse:collapse;
    background:#e6e6e6;
    font-size:12px;
}
.old-example-table tr{border-bottom:1px solid #d1d1d1}
.old-example-table tr:last-child{border-bottom:0}
.old-example-table th{
    padding:6px 8px;
    text-align:left;
    vertical-align:middle;
    font-weight:700;
}
.old-example-table th:first-child{width:170px;text-align:center;background:#f5f5f5}
.old-example-table img{
    display:inline-block;
    object-fit:contain;
    background:#fff;
}
.old-example-table .Estilo11{display:inline-block;font-size:18px;color:var(--gold-2);margin:3px 0}
.old-reasons-box{padding:20px}
.old-reasons-box h2{
    margin:0 0 22px;
    color:var(--blue);
    font-size:23px;
    line-height:1.22;
}
.etusivu-ohjeet p{
    margin:0 0 16px;
    padding-left:34px;
    font-size:12px;
    line-height:1.85;
    position:relative;
}
.etusivu-ohjeet p span{
    position:absolute;
    left:0;
    top:0;
    color:var(--blue);
    font-size:20px;
    font-weight:900;
}
.old-store-box,.old-buy-box{padding:20px}
.old-store-box h2,.old-buy-box h2{
    margin:0 0 18px;
    color:var(--blue);
    font-size:22px;
    line-height:1.25;
}
.old-store-box h3{margin:14px 0 4px;font-size:13px;color:#111;text-transform:uppercase}
.old-store-box p,.old-buy-box p{font-size:12px;line-height:1.58;margin:0 0 10px;color:#111}
.old-store-box img{
    width:100%;
    height:230px;
    object-fit:cover;
    border:1px solid #dadada;
    border-radius:8px;
    margin:10px 0 14px;
}
.floatright{float:right;margin:0 0 10px 14px}
.old-buy-box .Estilo11{color:var(--gold-2);font-size:18px;line-height:1.45;margin-top:12px}
.old-buy-box:after{content:"";display:block;clear:both}
.luelisaa{
    display:inline-block;
    margin-top:8px;
    color:var(--blue)!important;
    font-size:14px;
    font-weight:900;
    line-height:1.4;
    text-decoration:none;
}
.luelisaa:hover{text-decoration:underline}
.old-contact-box{
    width:calc(100% - 208px);
    max-width:none;
    margin:22px 0 0 208px;
    border-radius:14px;
    border:1px solid #c6c6c6;
    background:#fff;
    box-shadow:0 10px 22px rgba(0,0,0,.06);
}
.old-contact-box h2{color:var(--blue)}
.old-footer{
    background:#3f3f3f;
    border-top:1px solid #343434;
    color:#fff;
    min-height:100px;
}
.old-footer-inner{
    width:1040px;
    max-width:calc(100% - 24px);
    margin:0 auto;
    min-height:100px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:48px;
}
.old-footer img{width:92px;height:58px;object-fit:contain}
.old-footer p{margin:0;font-size:12px;line-height:1.5;color:#fff}
.old-footer strong{color:#fff}
.old-footer a{color:#fff;text-decoration:underline}

.old-box ul{padding-left:18px}

@media(max-width:1080px){
    .old-header-wrap,.old-page,.old-footer-inner{width:calc(100% - 20px)}
    .old-brand-box{min-height:auto}
    .old-price-box{grid-column:1 / -1;width:100%;max-width:420px;margin:2px auto 0}
    .old-content-grid{grid-template-columns:180px 1fr;gap:14px}
    .old-right-column{grid-column:2}
    .old-contact-box{margin-left:194px;width:auto}
	.old-hero-box{width: 100% !important;}
	.table-container{
		width: 50% !important;
	}
}
.old-example-table img{max-width:100%}

@media(max-width:760px){
    .old-menu-line{font-size:13px;height:auto;line-height:1.35;padding:6px 8px}
    .old-menu-line a{font-size:15px}
    .old-menu{height:auto}
    .old-menu-bg{min-height:0;background:#e2e2e2!important}
    .old-brand-box,.old-hero-box{margin-bottom:12px}
    .old-hero-box{width: 100%;}
    .old-price-box{width: 100%;}
    .old-price-box{width:100%;max-width:none}
    .old-content-grid{display:block}
    .old-left-sidebar{text-align:center}.old-left-sidebar img{margin:8px auto 12px}
    .old-main-column,.old-right-column{display:block}.old-box{margin-bottom:16px}
    .upperbox2.old-box,.old-store-box,.old-buy-box,.old-reasons-box{padding:16px}
    .old-example-table,.old-example-table tbody,.old-example-table tr,.old-example-table th{display:block;width:100%!important;text-align:center!important}
    .old-example-table th:first-child{width:100%!important}
    .old-contact-box{margin:0;width:100%}
    .old-footer-inner{display:block;text-align:center;padding:18px 0}.old-footer img{margin:0 auto 12px}.old-footer-inner{min-height:0}
	.tilausnosto-lomake h2{
		margin-top: 0px;
	}
}


/* Ajuste visual solicitado: fondo real, más densidad visual arriba y uso de imágenes aportadas */
body.old-template{
    background:
        linear-gradient(rgba(245,246,247,.92), rgba(245,246,247,.95)),
        url('../../old-imgs/bg-silver-gold.jpg') center top / cover fixed no-repeat;
}
.old-template .old-header-wrap,
.old-template .old-page,
.old-template .old-footer-inner{position:relative;z-index:1}
.old-header-wrap{width:1080px;max-width:calc(100% - 24px)}
.old-menu-line{width:100%}
.old-header-grid{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:16px;
    padding:16px;
    border-radius:0 0 16px 16px;
    background:
        linear-gradient(var(--blue-op) 0%, var(--blue-op-2) 100%),
        url('../../old-imgs/bg-silver-gold.jpg') center center / cover no-repeat;
    box-shadow:0 12px 28px rgba(0,0,0,.10);
}
.old-brand-box{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
}
.old-brand-copy{
    margin:0 0 14px;
    text-align:center;
}
.old-brand-bullets{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    display:grid;
    gap:10px;
}
.old-brand-bullets li{
    padding:10px 12px;
    border-radius:10px;
    border:1px solid #d8dde1;
    background:linear-gradient(180deg,#ffffff 0%,#f2f4f6 100%);
    color:#3a434b;
    font-size:12px;
    font-weight:700;
    text-align:center;
}
.old-hero-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    width:100%;
    margin-top:12px;
}
.old-hero-points span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:8px 10px;
    border-radius:12px;
    background:linear-gradient(180deg,#fefefe 0%,var(--silver-shine) 100%);
    border:1px solid #d7dde1;
    color:#5a6670;
    text-align:center;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    line-height:1.35;
}
.old-price-box{
    border-radius:14px;
    background:linear-gradient(180deg,rgba(223,227,230,.96) 0%, rgba(190,197,202,.96) 100%);
}
.old-page{width:1080px}
.old-content-grid{
    grid-template-columns:210px minmax(0,1fr) 390px;
    align-items:stretch;
}
.old-left-sidebar{gap:16px}
.old-visual-stack,
.old-trust-box{background:rgba(255,255,255,.95)}
.old-visual-stack{padding:14px}
.old-long-visual{
    width:100%;
    max-height:760px;
    object-fit:contain;
    object-position:top center;
}
.old-trust-box p{font-size:13px;line-height:1.55}
.old-main-column,.old-right-column{gap:18px}
.upperbox2.old-box,
.old-reasons-box,
.old-store-box,
.old-buy-box,
.old-contact-box{
    background:rgba(255,255,255,.95);
}
.old-example-table th:first-child{background:#fafafa}
.old-store-box img{height:250px}
.old-contact-box{width:calc(100% - 228px);margin-left:228px}
.old-footer{background:rgba(63,63,63,.95)}
.old-footer-inner{width:1080px}

@media(max-width:1080px){
    .old-header-wrap,.old-page,.old-footer-inner{width:calc(100% - 20px)}
    .old-price-box{grid-column:1/-1;max-width:none}
    .old-content-grid{grid-template-columns:210px 1fr}
    .old-contact-box{margin-left:0;width:100%}
    .old-logo-side{
        position: absolute;
        top: 60px;
        left: 50px;
        width: 40px !important;
    }
}
@media(max-width:760px){
    body.old-template{background:linear-gradient(var(--blue-op) 0%, var(--blue-op-2) 100%), url('../../old-imgs/bg-silver-gold.jpg') center top / cover no-repeat}
    .old-header-grid{display:block}
    .old-brand-box,.old-hero-box,.old-price-box{min-height:0;margin-bottom:12px}
    .old-hero-points{grid-template-columns:1fr}
    .old-content-grid{display:block}
    .old-logo-side{
        position: absolute;
        top: 60px;
        left: 20px;
        width: 30px !important;
    }
}
@media(max-width:414px){
    .old-logo-side{
        position: absolute;
        top: 117px;
        left: 10px;
        width: 30px !important;
    }
}


/* Hero personalizado para sustituir el GIF defectuoso */
.old-hero-custom{
    width:100%;
    min-height:212px;
    display:grid;
    grid-template-columns:minmax(230px, 290px) minmax(220px, 1fr);
    align-items:center;
    gap:22px;
}
.old-hero-visual{
    width: 100%;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    min-height:190px;
    padding:8px 0 0;
}
.old-hero-visual img{
    width:100%;
    max-width:290px;
    height:auto;
    object-fit:contain;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.14));
}
.old-hero-copy{
    width: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:12px;
    min-height:190px;
}
.old-hero-title{
    color:#151515;
    font-size:28px;
    line-height:1;
    letter-spacing:-.02em;
    white-space:nowrap;
}
.old-hero-title span{
    font-weight:900;
}
.old-hero-line{
    line-height:1;
    text-transform:uppercase;
    letter-spacing:-.02em;
}
.old-hero-line--gold{
    color:var(--blue);
    font-size:27px;
    font-weight:500;
}
.old-hero-line--gold strong{
    color:#111;
    font-weight:900;
}
.old-hero-line--black{
    color:#111;
    font-size:26px;
    font-weight:900;
    white-space:nowrap;
}

@media(max-width:1080px){
	.old-hero-visual{width: 100%;}
    .old-hero-title{font-size:25px}
    .old-hero-line--gold{font-size:24px}
    .old-hero-line--black{font-size:24px}
}
@media(max-width:760px){
    .old-hero-custom{grid-template-columns:1fr;min-height:0;gap:12px;text-align:center}
    .old-hero-visual{min-height:0}
    .old-hero-copy{min-height:0;align-items:center}
    .old-hero-title{white-space:normal;font-size:24px}
    .old-hero-line--black{white-space:normal}
}


/* Ajustes finos: hero superior sin cortes y bloque horario estable */
.old-money-corner{
    right: -10px;
    top: -2px;
    width:122px;
    height:auto;
    max-height:90px;
    object-fit:contain;
    opacity:1;
    transform:none;
    border-radius:0;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.10));
}
.old-price-title{
    margin:0 100px 8px 10px;
    font-size:23px;
    line-height:1.02;
}
.old-price-box .tilausnosto{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    grid-template-rows:auto auto;
    column-gap:12px;
    row-gap:4px;
    align-items:start;
    min-height:0;
    padding:10px 12px 8px;
}
.old-phone-icon{
    grid-column:1;
    grid-row:1 / span 2;
    width:38px;
    height:52px;
    margin:0;
    align-self:start;
}
.old-price-box .tilaustapa{
    grid-column:2;
    grid-row:1;
    display:block;
    font-size:18px;
    line-height:1.08;
    white-space:nowrap;
}
.old-price-box .tilaustapa span{
    font-size:26px;
    line-height:1;
}
.old-price-box .tilaustapatext{
    grid-column:2;
    grid-row:2;
    display:block;
    font-size:12px;
    line-height:1.25;
    white-space:normal;
}
.old-hero-custom{
    grid-template-columns:minmax(180px, 220px) minmax(240px, 1fr);
    gap:18px;
    min-height:196px;
}
.old-hero-visual{min-height:160px;padding-top:2px}
.old-hero-visual img{max-width:220px}
.old-hero-title{
    font-size:20px;
    line-height:1.02;
    letter-spacing:-.01em;
    white-space:normal;
}
.old-hero-title span{
    display:block;
    margin-top:2px;
    font-size:24px;
    line-height:1.02;
}
.old-hero-line--gold{font-size:21px}
.old-hero-line--black{font-size:20px;white-space:normal}
@media(max-width:1080px){
    .old-hero-custom{grid-template-columns:minmax(160px,200px) 1fr;gap:14px}
    .old-hero-visual img{max-width:190px}
    .old-hero-title{font-size:18px}
    .old-hero-title span{font-size:21px}
    .old-hero-line--gold{font-size:18px}
    .old-hero-line--black{font-size:18px}
    .old-price-box .tilaustapa{white-space:normal}
}
@media(max-width:760px){
    .old-price-title{margin-right:90px;font-size:22px}
    .old-money-corner{width:92px;max-height:84px}
    .old-price-box .tilausnosto{grid-template-columns:38px minmax(0,1fr)}
    .old-price-box .tilaustapa{font-size:16px;white-space:normal}
    .old-price-box .tilaustapa span{font-size:22px}
    .old-hero-visual img{max-width:200px}
    .old-hero-title span{display:inline;margin-top:0;font-size:24px}
}

/* Refinado visual: pesos, balanceado de texto y fondo visible */
.old-template,
.old-template * {
    font-weight: 300;
    text-wrap: balance;
}

.old-template h1,
.old-template h2,
.old-template h3,
.old-price-title,
.old-hero-title,
.old-hero-title span,
.old-hero-line,
.old-hero-line--black,
.old-hero-line--gold strong,
.old-hero-points span,
.old-brand-copy strong,
.old-brand-bullets li,
.old-silver-table th,
.old-silver-table .karaatitest strong,
.old-silver-table td:nth-child(3) strong,
.old-guarantee,
.luelisaa,
.old-menu-line strong,
.old-menu-line a,
.old-price-box .tilaustapa,
.old-price-box .tilaustapa span,
.btn {
    font-weight: 600 !important;
}

/* Banner principal alineado abajo */
.old-hero-custom {
    align-items: end !important;
}
.old-hero-visual {
    align-items: center !important;
    min-height: 0 !important;
}

/* Quitar contenedores pesados que tapan el fondo */
.old-header-grid {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/* Mantener llamadas ligeras sin tapar el fondo */
.old-brand-bullets li,
.old-hero-points span {
    background: rgba(255, 255, 255, .58) !important;
    border-color: rgba(198, 205, 211, .72) !important;
    box-shadow: none !important;
}
.old-brand-copy {
    background: transparent !important;
}

.old-header-grid > *{
    height:100%;
    margin:0 !important;
    align-self:stretch;
}
.old-hero-custom{
    flex:1 1 auto;
    width:100%;
    align-items:end !important;
}
.old-hero-points{
    margin-top:14px;
}

.old-content-grid{
    align-items:start !important;
    gap:22px !important;
}
.old-left-sidebar,
.old-main-column,
.old-right-column{
    display:flex;
    flex-direction:column;
    align-self:start;
    gap:22px !important;
}
.old-left-sidebar > .old-box,
.old-main-column > .old-box,
.old-right-column > .old-box{
    margin:0 !important;
}

.old-contact-box{
    width:100% !important;
    margin:22px 0 0 !important;
}

@media (max-width: 760px){
    .old-hero-box{
        padding: 0px 14px 14px 14px !important;
        background:
            linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.86)),
            url('../../old-imgs/bg-silver-gold.jpg') center center / cover no-repeat !important;
    }
}


/* Hero unificado + Montserrat para textos no titulares */
.old-template,
.old-template :where(p, a, span, li, td, th, label, input, textarea, button, small, strong, div){
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
    font-weight:500;
    text-wrap:balance;
}
.old-template :where(h1, h2, h3),
.old-price-title,
.old-hero-title,
.old-hero-title span,
.old-hero-line,
.old-silver-table th,
.old-guarantee{
    font-weight:600 !important;
    text-wrap:balance;
}
.old-menu-line,
.old-menu-line *,
.old-brand-copy,
.old-brand-bullets li,
.old-hero-points span,
.old-price-box .tilaustapa,
.old-price-box .tilaustapatext,
.old-price-box .tilausnosto-lomake p,
.old-silver-table td,
.old-intro-copy,
.etusivu-ohjeet p,
.old-store-box p,
.old-buy-box p{
    font-family:'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
}


/* Un solo contenedor visual para todo el hero */
.old-menu-bg{
    min-height:0 !important;
    background-image:none !important;
    padding-bottom:22px;
}
.old-header-wrap,
.old-page,
.old-footer-inner{
    width:1080px !important;
    max-width:calc(100% - 24px) !important;
}
.old-header-grid{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    border:1px solid rgba(172,181,188,.86) !important;
    border-radius:22px !important;
    background:
        linear-gradient(var(--blue-op) 0%, var(--blue-op-2) 100%),
        url('../../old-imgs/bg-silver-gold.jpg') center center / cover no-repeat !important;
    box-shadow:0 18px 42px rgba(0,0,0,.13) !important;
    overflow:hidden !important;
    padding: 22px 50px !important;
}
.old-header-grid > *{
    height:auto !important;
    min-height:0 !important;
    align-self:stretch !important;
    margin:0 !important;
}
.old-brand-box,
.old-hero-box{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    backdrop-filter:none !important;
}
.old-brand-box{
    padding:0 0 !important;
    justify-content: space-between !important;
}
.old-hero-custom{
    display: flex !important;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: center;
}
.old-hero-visual{
    align-items:end !important;
    padding:0 !important;
}
.old-hero-visual img{
    max-width:215px !important;
}
.old-hero-copy{
    align-items:flex-start !important;
    padding-bottom:8px;
}
.old-hero-title{font-size:21px !important;line-height:1.08 !important;}
.old-hero-title span{font-size:25px !important;line-height:1.08 !important;}
.old-hero-line--gold{font-size:22px !important;}
.old-hero-line--black{font-size:21px !important;}
.old-hero-points{
    margin-top:16px !important;
}
.old-hero-points span,
.old-brand-bullets li{
    background:rgba(255,255,255,.90) !important;
    border:1px solid rgba(188,198,206,.82) !important;
    border-radius:12px !important;
}
.old-price-box{
    align-self:stretch !important;
    background:linear-gradient(180deg,rgba(224,229,233,.90),rgba(193,202,209,.92)) !important;
    border:1px solid rgba(160,171,180,.92) !important;
    border-radius:16px !important;
    box-shadow:0 14px 34px rgba(0,0,0,.14) !important;
}
.old-price-box .tilausnosto,
.old-price-box .tilausnosto-lomake{
    background:rgba(255,255,255,.90) !important;
}
.old-content-grid{
    grid-template-columns:210px minmax(0,1fr) 390px !important;
    gap:22px !important;
    align-items:start !important;
}
.old-left-sidebar,
.old-main-column,
.old-right-column{
    gap:22px !important;
}

.responsive-only{
    display:none !important;
}

.mobile-only{
    display:none !important;
}

@media(max-width:1080px){
    .old-header-grid,
    .old-content-grid{
        grid-template-columns:210px minmax(0,1fr) !important;
    }
    .old-price-box{
        grid-column:1/-1;
    }

    .desktop-only{
        display:none !important;
    }

    .responsive-only{
        display:block !important;
    }

    .mobile-only{
        display:none !important;
    }

    .old-header-grid{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 16px !important;
    }

    .old-header-grid > *:not(:first-child){
        width: 100% !important;
    }
	
}
@media(max-width:760px){
    .old-header-grid{
        display:block !important;
        padding:16px !important;
    }
    .old-brand-box,
    .old-hero-box,
    .old-price-box{
        margin-bottom:14px !important;
    }
    .old-hero-custom{
        grid-template-columns:1fr !important;
        text-align:center;
    }
    .old-content-grid{
        display:block !important;
    }

    .desktop-only{
        display:none !important;
    }
    .responsive-only{
        display:block !important;
    }
    .tablet-desktop-only{
        display:none !important;
    }

    .mobile-only{
        display:block !important;
    }
}


/* Tabla de oro equilibrada en columna derecha */
.old-gold-price-box.old-gold-box{
    padding:20px 20px 22px !important;
    overflow:hidden !important;
}

.old-gold-box h2{
    margin-bottom:12px !important;
}

.old-gold-box > p{
    max-width:100%;
    margin-bottom:18px !important;
    line-height:1.55 !important;
}

.old-gold-table{
    width:100% !important;
    max-width:100% !important;
    table-layout:fixed !important;
    border-collapse:separate !important;
    border-spacing:0 !important;
    margin:0 !important;
    border:1px solid rgba(196,154,83,.32) !important;
    border-radius:14px !important;
    overflow:hidden !important;
    ##background:rgba(255,255,255,.94) !important;
	background-color: #ffd879 !important;
	background: linear-gradient(45deg, #00000063, #ffffff3b);
}

.old-gold-table.gold-no-sub .gold-col-karat{width:24% !important;}
.old-gold-table.gold-no-sub .gold-col-price{width:38% !important;}
.old-gold-table.gold-has-sub .gold-col-karat{width:21% !important;}
.old-gold-table.gold-has-sub .gold-col-grams{width:19% !important;}
.old-gold-table.gold-has-sub .gold-col-price{width:30% !important;}

.old-gold-table th,
.old-gold-table td{
    box-sizing:border-box !important;
    vertical-align:middle !important;
    border:0 !important;
    border-bottom:1px solid rgba(0,0,0,.10) !important;
    text-align:center !important;
    overflow:hidden !important;
}

.old-gold-table thead th{
    padding:11px 6px 10px !important;
    ##background:linear-gradient(180deg,rgba(250,246,237,.96),rgba(244,236,221,.96)) !important;
    ##color:#9a6b2c !important;
    color:#000 !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    letter-spacing:.015em !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
}

.old-gold-table tbody td{
    padding:12px 6px !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:13px !important;
    line-height:1.2 !important;
    font-weight:300 !important;
    color:#1f2933 !important;
}

.old-gold-table tbody tr:nth-child(even) td{
    background:rgba(190,128,48,.045) !important;
}

.old-gold-table tbody tr:last-child td{
    border-bottom:0 !important;
}

.old-gold-table .gold-karat{
    text-align:center !important;
    padding-left:10px !important;
}

.old-gold-table .gold-karat strong{
    display:inline-block !important;
    color:#000 !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:22px !important;
    line-height:1 !important;
    font-weight:500 !important;
    white-space:nowrap !important;
}

.old-gold-table .gold-grams{
    color:#3b454f !important;
    font-size:12px !important;
}

.old-gold-table .gold-price-cell{
    text-align:center !important;
    padding-inline:4px !important;
}

.old-gold-table .gold-price-cell span{
    display:block !important;
    text-wrap:balance !important;
}

.old-gold-table .gold-price-currency{
    color:#111 !important;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:500 !important;
    letter-spacing:.02em !important;
}

.old-gold-table .gold-price-number{
    color:#111 !important;
    font-size:20px !important;
    line-height:1.08 !important;
    font-weight:500 !important;
    white-space:nowrap !important;
}

.old-gold-table .gold-price-unit{
    color:#111 !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:300 !important;
    white-space:nowrap !important;
}

@media(max-width:1080px){
    .old-gold-table thead th{font-size:18px !important;}
    .old-gold-table .gold-price-number{font-size:20px !important;}
}

@media(max-width:760px){
    .old-gold-price-box.old-gold-box{padding:16px !important;}
    .old-gold-table thead th{font-size:11px !important;padding-inline:4px !important;}
    .old-gold-table tbody td{padding:10px 4px !important;}
    .old-gold-table .gold-karat strong{font-size:20px !important;}
    .old-gold-table .gold-price-number{font-size:21px !important; font-weight: 500;}
}


/* Tabla de plata con dos columnas de precios, sin columna de gramos cuando no hay notas */
.old-silver-table.silver-no-sub{
    width:100% !important;
    table-layout:fixed !important;
    border-collapse:separate !important;
    border-spacing:0 !important;
    margin:0 !important;
    border:1px solid rgba(171,181,188,.72) !important;
    border-radius:12px !important;
    overflow:hidden !important;
    background:rgba(255,255,255,.96) !important;
}
.old-silver-table.silver-no-sub .silver-col-law{width:24% !important;}
.old-silver-table.silver-no-sub .silver-col-price{width:38% !important;}
.old-silver-table.silver-has-sub .silver-col-law{width:21% !important;}
.old-silver-table.silver-has-sub .silver-col-grams{width:21% !important;}
.old-silver-table.silver-has-sub .silver-col-price{width:29% !important;}

.old-silver-table.silver-no-sub th,
.old-silver-table.silver-no-sub td{
    box-sizing:border-box !important;
    vertical-align:middle !important;
    text-align:center !important;
    border:0 !important;
    border-bottom:1px solid rgba(0,0,0,.10) !important;
    overflow:hidden !important;
}
.old-silver-table.silver-no-sub thead th{
    padding:9px 5px 8px !important;
    background:linear-gradient(180deg,rgba(247,248,249,.98),rgba(233,237,240,.98)) !important;
    color:var(--gold-1) !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:16px !important;
    line-height:1.15 !important;
    text-transform:uppercase !important;
    letter-spacing:.01em !important;
    white-space:normal !important;
}
.old-silver-table.silver-no-sub tbody td{
    padding:10px 4px !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:18px !important;
    line-height:1.15 !important;
    color:#1f2933 !important;
}
.old-silver-table.silver-no-sub tbody tr:nth-child(even) td{
    background:rgba(157,116,65,.045) !important;
}
.old-silver-table.silver-no-sub tbody tr:last-child td{
    border-bottom:0 !important;
}
.old-silver-table.silver-no-sub .silver-law{
    text-align: center !important;
    padding-left:9px !important;
}
.old-silver-table.silver-no-sub .silver-law strong{
    display:inline-block !important;
    color:var(--gold-2) !important;
    font-family:'Montserrat', Arial, sans-serif !important;
    font-size:18px !important;
    line-height:1 !important;
    font-weight:600 !important;
    white-space:nowrap !important;
}
.old-silver-table.silver-no-sub .silver-price-cell{
    text-align:center !important;
    padding-inline:3px !important;
    white-space:normal !important;
}
.old-silver-table.silver-no-sub .silver-price-cell span{
    display:block !important;
}
.old-silver-table.silver-no-sub .silver-price-currency{
    color:#111 !important;
    font-size:9px !important;
    line-height:1 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
}
.old-silver-table.silver-no-sub .silver-price-number{
    color:#111 !important;
    font-size:18px !important;
    line-height:1.08 !important;
    font-weight:600 !important;
    white-space:nowrap !important;
}
.old-silver-table.silver-no-sub .silver-price-unit{
    color:#111 !important;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:500 !important;
    white-space:nowrap !important;
}
.old-silver-table.silver-no-sub td:nth-child(2),
.old-silver-table.silver-no-sub td:nth-child(3),
.old-silver-table.silver-no-sub td:nth-child(4){
    text-align:center !important;
    white-space:normal !important;
}
.old-silver-table.silver-no-sub td:nth-child(2) strong,
.old-silver-table.silver-no-sub td:nth-child(3) strong,
.old-silver-table.silver-no-sub td:nth-child(4) strong{
    font-size:inherit !important;
    color:inherit !important;
}

@media(max-width:760px){
    .old-silver-table.silver-no-sub thead th{font-size:14px !important;padding-inline:3px !important;}
    .old-silver-table.silver-no-sub tbody td{padding:9px 3px !important;}
    .old-silver-table.silver-no-sub .silver-law strong{font-size:22px !important;}
    .old-silver-table.silver-no-sub .silver-price-number{font-size:20px !important;}
}


#######################################--nuevoheader--#################################################
/* ======================================== */
/* AJUSTE VISUAL CORRECTO DEL HEADER */
/* SIN GRID - SOLO FLEX */
/* ======================================== */

.jm-header-section,
.jm-header-section * {
  box-sizing: border-box !important;
}

.jm-header-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.jm-container {
  width: min(100% - 32px, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========================= */
/* TOPBAR */
/* ========================= */

.jm-topbar {
  width: 100% !important;
  min-height: 35px !important;
  background: #14253b !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

.jm-topbar__inner {
  min-height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

.jm-payments {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.jm-payments img {
  display: block !important;
  height: 35px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.jm-topbar__claim {
  ##flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.jm-topbar__claim strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* ========================= */
/* BLOQUE CENTRAL BLANCO */
/* ========================= */

.jm-utility {
  width: 100% !important;
  background: #ffffff !important;
}

.jm-utility__inner {
  min-height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
}

.jm-logo {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.jm-logo img {
  display: block !important;
  width: 500px !important;
  max-width: 500px !important;
  height: auto !important;
  ##filter: drop-shadow(0.9px 0px 0px #145890);
}

.jm-contact {
  flex: 0 0 auto !important;
  text-align: right !important;
  color: #000000 !important;
}

.jm-contact__hours {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.jm-contact__phone {
  display: inline-block !important;
  color: #000000 !important;
  font-size: 40px !important;
  padding-top: 10px !important;
  font-weight: 700 !important;
  line-height: 29px !important;
  text-decoration: none !important;
}

.jm-contact__phone:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

/* ========================= */
/* BARRA DE NAVEGACIÓN */
/* ========================= */

.jm-nav-wrap {
  width: 100% !important;
  background: linear-gradient(#19699d, #145891 48%, #0e4f81 100%) !important;
}

.jm-nav {
  height: 50px !important;
  color: #ffffff !important;
}

.jm-nav__inner {
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.jm-nav__list {
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;
  width: auto !important;
}

.jm-nav__list li {
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex: 0 0 auto !important;
}

/* NO TOCO el estilo de .jm-nav__list a para respetar tu diseño actual */

/* ========================= */
/* MOBILE TOGGLE */
/* ========================= */

.jm-menu-toggle,
.jm-mobile-row {
  display: none !important;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1100px) {
  .jm-logo img {
    width: 500px !important;
    max-width: 500px !important;
  }

  .jm-utility__inner {
    gap: 24px !important;
  }

  .jm-topbar__claim {
    font-size: 13px !important;
  }
}

@media (max-width: 980px) {
  .jm-topbar {
    min-height: auto !important;
  }

  .jm-topbar__inner {
    min-height: 35px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    gap: 10px !important;
  }

  .jm-payments img {
    max-width: 420px !important;
    height: auto !important;
    max-height: 30px !important;
  }

  .jm-topbar__claim {
    font-size: 12px !important;
  }

  .jm-utility__inner {
    min-height: 90px !important;
    gap: 20px !important;
  }

  .jm-logo img {
    width: 500px !important;
    max-width: 500px !important;
  }

  .jm-contact__phone {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 720px) {	
	.table-container{
		width: 100% !important;
	}
	
  .jm-container {
    	width: min(100% - 24px, 1200px) !important;
  }

  .jm-topbar__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .jm-payments {
    justify-content: center !important;
    max-width: 100% !important;
  }

  .jm-payments img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 28px !important;
  }

  .jm-topbar__claim {
    white-space: normal !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  .jm-utility__inner {
    min-height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 8px !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0px !important;
  }

  .jm-logo {
    justify-content: center !important;
  }

  .jm-logo img {
    width: 330px!important;
    max-width: 330px !important;
  }

  .jm-contact {
    text-align: center !important;
  }

  .jm-contact__phone {
    font-size: 22px !important;
  }

  .jm-mobile-row {
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .jm-menu-button {
    width: auto !important;
    min-width: 126px !important;
    height: 38px !important;
    padding: 0 15px !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .jm-menu-button span {
    width: 19px !important;
    height: 2px !important;
    background: #ffffff !important;
    display: block !important;
    border-radius: 99px !important;
    box-shadow: 0 6px 0 #ffffff, 0 -6px 0 #ffffff !important;
  }

  .jm-menu-button b {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .jm-nav {
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    transition: max-height .28s ease !important;
    border-top: 1px solid rgba(255, 255, 255, .15) !important;
  }

  .jm-menu-toggle:checked ~ .jm-nav {
    max-height: 260px !important;
  }

  .jm-nav__inner {
    width: 100% !important;
    height: auto !important;
  }

  .jm-nav__list {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .jm-nav__list li {
    ##width: 100% !important;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15) !important;
  }
}

.jm-nav__inner {
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.jm-nav__list {
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

.jm-nav__list li {
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
}

.jm-nav__list li a {
  height: 50px !important;
  padding: 0 24.6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  white-space: nowrap !important;
}

.jm-nav__list li a:hover {
  background: #eebd5d !important;
  color: #7a4e00 !important;
  text-decoration: none !important;
}