:root{--ink:#1d1d1c;--ink-soft:#292927;--orange:#fc5908;--orange-dark:#a93600;--paper:#fbfbf7;--paper-warm:#f2eee7;--line:#d9d2c8;--muted:#68645f;--success:#176b49;--radius:18px;--shadow:0 18px 50px #1d1d1c1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.skip-link{z-index:100;background:var(--paper);border:2px solid var(--ink);padding:.75rem 1rem;position:fixed;top:-6rem;left:1rem}.skip-link:focus{top:1rem}.container{width:min(1160px,100% - 2rem);margin-inline:auto}.narrow{width:min(760px,100% - 2rem);margin-inline:auto}.section{padding:clamp(4.5rem,8vw,8rem) 0}.section--warm{background:var(--paper-warm)}.section--dark{background:var(--ink);color:var(--paper)}.eyebrow{color:var(--orange-dark);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.55rem;margin:0 0 1rem;font-size:.82rem;font-weight:800;display:inline-flex}.section--dark .eyebrow{color:#ff7a38}.eyebrow:before{content:"";background:currentColor;width:2.25rem;height:3px}h1,h2,h3{letter-spacing:-.045em;text-wrap:balance;margin:0;line-height:.98}h1{font-size:clamp(3rem,8vw,6.7rem)}h2{font-size:clamp(2.25rem,5vw,4.4rem)}h3{font-size:clamp(1.4rem,2.6vw,2rem)}p{margin:0 0 1rem}.lead{color:var(--muted);max-width:68ch;font-size:clamp(1.05rem,2vw,1.3rem)}.section--dark .lead{color:#c9c4bb}.accent{color:var(--orange)}.muted{color:var(--muted)}.tiny{font-size:.78rem}.button{border:2px solid var(--orange);background:var(--orange-dark);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;min-height:48px;padding:.75rem 1.2rem;font-weight:800;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.button:hover{background:#7f2800;border-color:#7f2800;transform:translateY(-2px)}.button--outline{color:var(--ink);border-color:var(--ink);background:0 0}.button--outline:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.section--dark .button--outline{color:var(--paper);border-color:#77736c}.section--dark .button--outline:hover{background:var(--paper);color:var(--ink)}.button-row{flex-wrap:wrap;gap:.8rem;margin-top:1.75rem;display:flex}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbfbf7f0;border-bottom:1px solid #1d1d1c1a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:76px;display:flex}.brand{align-items:center;gap:.75rem;font-weight:900;line-height:1;display:flex}.brand img{border-radius:50%;width:52px;height:52px}.brand span{max-width:160px;font-size:.84rem}.nav{align-items:center;gap:clamp(.8rem,2vw,1.5rem);font-size:.9rem;font-weight:700;display:flex}.nav a:not(.button):hover{color:var(--orange-dark)}.mobile-menu{display:none;position:relative}.mobile-menu summary{cursor:pointer;border:2px solid var(--ink);border-radius:999px;padding:.5rem .8rem;font-size:.8rem;font-weight:800;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{border:1px solid var(--line);background:var(--paper);min-width:220px;box-shadow:var(--shadow);border-radius:14px;padding:.65rem;display:grid;position:absolute;top:calc(100% + .7rem);right:0}.mobile-menu nav a{border-radius:8px;padding:.75rem;font-weight:800}.mobile-menu nav a:hover{background:var(--paper-warm);color:var(--orange-dark)}.hero{background:var(--ink);color:var(--paper);position:relative;overflow:hidden}.hero .eyebrow{color:#ff8b52}.hero .lead{color:#d5d0c7}.hero .button--outline{color:var(--paper);border-color:#aaa49b}.hero .button--outline:hover{background:var(--paper);color:var(--ink);border-color:var(--paper)}.hero:after{content:"MRC";color:#ffffff08;letter-spacing:-.1em;pointer-events:none;font-size:min(38vw,32rem);font-weight:900;line-height:.8;position:absolute;bottom:-9vw;right:-2vw}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;min-height:min(820px,100vh - 76px);padding-block:5rem;display:grid}.hero h1{max-width:11ch}.hero-copy{z-index:2;position:relative}.hero-copy .lead{max-width:54ch;margin-top:1.5rem}.hero-media{z-index:2;place-items:center;display:grid;position:relative}.hero-media:before{content:"";border:3px solid var(--orange);border-radius:50%;position:absolute;inset:12%}.hero-media img{filter:drop-shadow(0 24px 50px #00000059);border-radius:50%;width:min(100%,500px);height:auto;position:relative}.trust-strip{background:var(--orange-dark);color:#fff}.trust-grid{grid-template-columns:repeat(3,1fr);display:grid}.trust-item{text-align:center;border-right:1px solid #ffffff59;padding:1.25rem;font-weight:800}.trust-item:last-child{border-right:0}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.section-heading>div{max-width:760px}.section-heading .lead{margin-top:1rem}.grid{gap:1.25rem;display:grid}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.service-card,.article-card,.panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;overflow:hidden}.section--dark .panel{color:var(--ink)}.service-card{flex-direction:column;min-height:100%;display:flex}.card-media{aspect-ratio:16/10;background:var(--ink);position:relative;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.service-card:hover .card-media img,.article-card:hover .card-media img{transform:scale(1.04)}.card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.card-body h3{margin-bottom:.75rem}.card-body p{color:var(--muted)}.card-link{color:var(--orange-dark);align-items:center;gap:.45rem;margin-top:auto;padding-top:1rem;font-weight:800;display:inline-flex}.tag{width:fit-content;color:var(--orange-dark);background:#fff0e8;border-radius:999px;margin-bottom:.9rem;padding:.3rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,7rem);display:grid}.poster-frame{max-width:480px;margin-inline:auto;position:relative}.poster-frame:before{content:"";border:3px solid var(--orange);border-radius:var(--radius);position:absolute;inset:-16px 16px 16px -16px}.poster-frame img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow);display:block;position:relative}.check-list{margin:1.5rem 0 0;padding:0;list-style:none}.check-list li{border-bottom:1px solid var(--line);gap:.8rem;padding:.75rem 0;display:flex}.check-list li:before{content:"✓";color:var(--orange-dark);font-weight:900}.page-hero{background:var(--ink);color:var(--paper);padding:5.5rem 0 4rem}.page-hero h1{max-width:14ch}.page-hero .lead{margin-top:1.25rem}.breadcrumbs{color:#bdb8af;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.breadcrumbs a:hover{color:#fff}.prose{font-size:1.08rem}.prose h2{margin:3rem 0 1rem;font-size:clamp(1.8rem,4vw,2.8rem)}.prose ul{padding-left:1.35rem}.prose li{margin:.5rem 0}.callout{border-left:5px solid var(--orange);border-radius:0 var(--radius) var(--radius) 0;background:#fff0e8;padding:1.25rem 1.5rem}.callout strong{margin-bottom:.35rem;display:block}.form{gap:1rem;display:grid}.field{gap:.45rem;display:grid}.field label{font-weight:800}.field input,.field textarea,.field select{width:100%;min-height:48px;color:var(--ink);background:#fff;border:1px solid #aaa39a;border-radius:10px;padding:.75rem .9rem}.field textarea{resize:vertical;min-height:150px}.field-hint{color:var(--muted);font-size:.8rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkbox{align-items:flex-start;gap:.7rem;font-size:.9rem;display:flex}.checkbox input{width:19px;height:19px;accent-color:var(--orange);margin-top:.2rem}.status{color:var(--success);background:#e9f7ef;border-radius:10px;padding:.8rem 1rem;font-weight:700}.status--error{color:#942e1b;background:#fff0ed}.footer{color:#dedad2;background:#111;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem;display:grid}.footer h2,.footer h3{color:#fff;letter-spacing:0;margin-bottom:1rem;font-size:1rem;line-height:1.3}.footer ul{margin:0;padding:0;list-style:none}.footer li{margin:.45rem 0}.footer a:hover{color:#ff7a38}.footer-bottom{border-top:1px solid #343331;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;font-size:.78rem;display:flex}.cookie-banner{z-index:90;border:2px solid var(--ink);border-radius:var(--radius);background:var(--paper);max-width:920px;margin-inline:auto;padding:1.25rem;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 20px 70px #00000047}.cookie-banner h2{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.25rem}.cookie-actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.floating-whatsapp{z-index:45;color:#062d15;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;font-weight:900;display:grid;position:fixed;bottom:1rem;right:1rem;box-shadow:0 8px 28px #00000040}.cookie-banner~.floating-whatsapp{bottom:1rem}.admin-shell{background:#eceae5;min-height:100vh}.admin-header{z-index:60;background:var(--ink);color:#fff;position:sticky;top:0;box-shadow:0 8px 24px #0000002e}.admin-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.admin-brand{letter-spacing:-.02em;font-weight:900}.admin-brand span{background:var(--orange);text-transform:uppercase;border-radius:999px;margin-left:.5rem;padding:.2rem .5rem;font-size:.68rem}.admin-header__actions{align-items:center;gap:1rem;font-weight:700;display:flex}.admin-header__actions .button{color:#fff;border-color:#77736c;min-height:38px;padding:.35rem .8rem}.admin-nav{scrollbar-width:thin;gap:.25rem;padding-bottom:.6rem;display:flex;overflow-x:auto}.admin-nav a{color:#d6d1c9;border-radius:8px;flex:none;padding:.55rem .75rem;font-size:.82rem;font-weight:800}.admin-nav a:hover{color:#fff;background:#353532}.admin-section{padding-top:clamp(2.5rem,5vw,5rem)}.admin-section h1{font-size:clamp(2.6rem,6vw,5rem)}.admin-list{overflow:hidden}.admin-list__row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.35rem 1.5rem;display:flex}.admin-list__row:last-child{border-bottom:0}a.admin-list__row:hover{background:#fff8f3}.admin-list__row h3{letter-spacing:-.025em;font-size:1.35rem;line-height:1.15}.admin-list__row p{margin:.45rem 0 0}.empty-state{text-align:center;padding:3rem 1.5rem}.admin-columns{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);align-items:start;gap:1.25rem;margin-top:2rem;display:grid}.admin-aside{gap:1rem;display:grid;position:sticky;top:150px}.admin-aside form+form{margin-top:.7rem}.admin-aside .button{width:100%}.admin-form{gap:1.2rem}.channel-editor{margin-top:1rem}.channel-editor summary{cursor:pointer;text-transform:capitalize;padding:1rem 1.25rem;font-weight:900}.channel-editor[open] summary{border-bottom:1px solid var(--line)}.inline-form{align-items:center;gap:.6rem;display:flex}.inline-form select{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:44px;padding:.5rem}.admin-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.25rem}.metric strong{margin-top:.5rem;font-size:2rem;line-height:1;display:block}.steps{counter-reset:guide;gap:1rem;display:grid}.step{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.25rem 1.25rem 1.25rem 4rem;position:relative}.step:before{counter-increment:guide;content:counter(guide);background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid;position:absolute;top:1rem;left:1rem}.admin-form-title{margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem)}.panel-soft{border:1px solid var(--line);background:var(--paper-warm);border-radius:12px;padding:1rem}.product-workflow{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.product-submit{width:100%;min-height:56px}.product-history{position:sticky;top:150px}.review-title{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.review-title h1{max-width:15ch}.review-progress{grid-template-columns:repeat(4,1fr);margin:1.5rem 0;display:grid;overflow:hidden}.review-progress__item{border-right:1px solid var(--line);color:var(--muted);text-align:center;padding:.8rem 1rem;font-size:.78rem;font-weight:800}.review-progress__item:last-child{border-right:0}.review-progress__item--done{color:var(--success);background:#e9f7ef}.review-progress__item--active{color:var(--orange-dark);background:#fff0e8}.review-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.55fr)}.review-summary{margin-bottom:1rem}.review-summary__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.review-summary__head h2,.visual-plan h2,.review-section h2{margin-top:.35rem;font-size:clamp(2rem,4vw,3.25rem)}.review-score{color:var(--orange-dark);letter-spacing:.08em;font-size:1.15rem}.tag--success{color:var(--success);background:#e9f7ef}.review-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.review-check{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:1rem}.review-check h4,.channel-review__field h4{letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;font-size:.82rem}.review-check p,.review-check li{margin:.25rem 0;font-size:.9rem}.review-check ul{margin:0;padding-left:1.2rem}.review-check--danger{color:#7b2516;background:#fff0ed;border-color:#d78370}.review-check--ok{background:#eef8f2;border-color:#8ab9a1}.article-editor{margin-top:0}.affiliate-preview,.affiliate-box{border:2px solid var(--orange);background:#fff8f3;border-radius:14px;margin:1rem 0;padding:1.2rem}.affiliate-box{margin-top:3rem}.affiliate-box h2{margin:.4rem 0 1rem}.affiliate-box .tiny{margin:1rem 0 0}.review-section{margin:3rem 0 1.25rem}.platform-card{margin-bottom:1rem}.platform-card__title{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.4rem 1.4rem 0;display:flex}.platform-card__title h3{text-transform:none}.channel-review{gap:.85rem;padding:1.4rem;display:grid}.channel-review__header{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.channel-review__field{background:var(--paper-warm);overflow-wrap:anywhere;border-radius:12px;padding:1rem}.channel-review__field p{white-space:pre-wrap;margin:0}.channel-review__field ol{margin:0;padding-left:1.35rem}.channel-review__field li+li{margin-top:.5rem}.button--small{min-height:40px;padding:.45rem .8rem;font-size:.78rem}.compact-actions{margin-top:0}.channel-json{border-top:1px solid var(--line);padding:1rem 1.4rem 1.4rem}.channel-json summary{cursor:pointer;color:var(--muted);font-size:.8rem;font-weight:800}.channel-json form,.visual-plan{margin-top:1rem}.visual-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0;display:grid}.visual-plan-grid article{border:1px solid var(--line);background:var(--paper-warm);border-radius:12px;padding:1rem}.visual-plan-grid p{margin:.55rem 0 0}.admin-aside button:disabled{cursor:not-allowed;opacity:.45;transform:none}.approval-form{gap:.8rem;display:grid}@media (max-width:900px){.nav a:not(.button){display:none}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{gap:2rem;min-height:auto}.hero-media img{max-width:360px}.grid--3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:repeat(2,1fr)}.admin-columns{grid-template-columns:1fr}.admin-aside,.product-history{position:static}}@media (max-width:620px){.container,.narrow{width:min(100% - 1.25rem,1160px)}.header-inner{min-height:68px}.brand span{display:none}.nav{margin-left:auto}.nav .button{padding:.6rem .8rem;font-size:.78rem}.mobile-menu{display:block}.hero-grid{padding-block:3.75rem}.trust-grid,.grid--3,.grid--2,.form-grid,.footer-grid,.admin-grid{grid-template-columns:1fr}.trust-item{border-bottom:1px solid #ffffff59;border-right:0}.section-heading{flex-direction:column;align-items:start}.footer-bottom{flex-direction:column}.floating-whatsapp{width:52px;height:52px}.admin-header__actions>a{display:none}.admin-list__row{flex-direction:column;align-items:flex-start}.inline-form{flex-direction:column;align-items:stretch;width:100%}.review-title{flex-direction:column;align-items:flex-start}.review-progress{grid-template-columns:1fr 1fr}.review-progress__item{border-bottom:1px solid var(--line)}.review-summary__head,.channel-review__header{flex-direction:column;align-items:stretch}.review-check-grid,.visual-plan-grid{grid-template-columns:1fr}.channel-review,.platform-card__title{padding-left:1rem;padding-right:1rem}.button--small{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
