@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');
:root{--p:#1a2e1a;--a:#FF8F00;--l:#3d633d;--m:#7F8C8D;--mt-cream:#fdfcf0;--mt-amber:#FF8F00;--font-display:"Outfit",sans-serif;--font-sans:"Inter",ui-sans-serif,system-ui,sans-serif}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;line-height:1.82;color:#333;background:#f5f9fa;-webkit-font-smoothing:antialiased}.accent-bar{height:3px;background:var(--a)}.wrap{max-width:780px;margin:0 auto;padding:0 24px}header{background:#fff;border-bottom:2px solid color-mix(in srgb,var(--p) 12%,#e8e8e8);padding:20px 0}header .wrap{display:flex;align-items:center;justify-content:space-between}header a.logo{color:var(--p);text-decoration:none;font-weight:700;font-size:1.15em;letter-spacing:-.01em;display:flex;align-items:center}header a.logo span{color:var(--a)}nav.site-nav{background:var(--p);padding:0;border-bottom:3px solid var(--a);display:flex;align-items:center}nav.site-nav .nav-inner{flex:1;max-width:780px;margin:0 auto;padding:4px 16px;display:flex;gap:8px;align-items:center;flex-wrap:nowrap}nav.site-nav .nav-link{color:rgba(255,255,255,.9);padding:9px 13px;font-size:.88em;font-weight:500;text-decoration:none;transition:all .15s;display:flex;align-items:center;border-radius:6px;white-space:nowrap}nav.site-nav .nav-link:hover{background:rgba(255,255,255,.15);color:#fff}nav.site-nav .nav-link.active{color:#fff;font-weight:600;background:rgba(255,255,255,.2)}.nav-item{position:relative;display:flex;align-items:stretch;flex-shrink:0}.nav-top{color:rgba(255,255,255,.9);padding:9px 13px;font-size:.88em;font-weight:500;display:flex;align-items:center;transition:all .15s;text-decoration:none;border-radius:6px;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:inherit}.nav-item:hover .nav-top,.nav-item.dd-open .nav-top{background:rgba(255,255,255,.15);color:#fff}.nav-item.active .nav-top{color:#fff;font-weight:600;background:rgba(255,255,255,.2)}.nav-dropdown{display:none;position:absolute;top:calc(100% + 3px);left:0;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.14);min-width:210px;z-index:200}.nav-item:hover .nav-dropdown,.nav-item.dd-open .nav-dropdown{display:block}.nav-dropdown a{display:block;padding:10px 18px;font-size:.88em;color:var(--p);text-decoration:none;white-space:nowrap;transition:background .12s;font-weight:500}.nav-dropdown a:hover{background:rgba(0,0,0,.05);color:var(--p)}.nav-dropdown a:first-child{border-radius:6px 6px 0 0}.nav-dropdown a:last-child{border-radius:0 0 6px 6px}.hamburger{display:none;background:none;border:none;padding:10px 16px;cursor:pointer;margin-left:auto;flex-shrink:0}.hamburger span{display:block;width:22px;height:2px;background:rgba(255,255,255,.9);margin:5px 0;transition:transform .2s}@media(max-width:700px){nav.site-nav{flex-wrap:wrap}.hamburger{display:flex;flex-direction:column;justify-content:center}nav.site-nav .nav-inner{flex-basis:100%;order:2;flex-direction:column;display:none;padding:0 16px 12px;gap:0}nav.site-nav .nav-inner.open{display:flex}.nav-link,.nav-top{padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.1);width:100%;border-radius:0;justify-content:flex-start}.nav-item{flex-direction:column;width:100%;flex-shrink:unset}.nav-dropdown{position:static;box-shadow:none;border:none;border-radius:0;display:none;background:rgba(0,0,0,.18)}.nav-item.mob-open .nav-dropdown{display:block}.nav-dropdown a{padding:10px 0 10px 20px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.85);border-radius:0}}.content-wrap{max-width:700px;margin:0 auto;padding:0 24px}nav.breadcrumb{padding:14px 0;font-size:.84em;color:#999}nav.breadcrumb a{color:var(--l);text-decoration:none}nav.breadcrumb a:hover{color:var(--p);text-decoration:underline}article{padding:36px 0 24px;font-size:1.04em}h1{font-size:1.85em;line-height:1.25;margin-bottom:14px;letter-spacing:-.02em;color:#1a1a1a;font-weight:700}.author{display:flex;align-items:center;gap:12px;margin-bottom:20px}.author-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-info{line-height:1.35}.author-name{font-size:.9em;font-weight:600;color:#1a1a1a}.author-role{font-size:.8em;color:#999}.meta{color:#999;font-size:.84em;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid #e0ebe8}.affiliate-disclosure{background:#f0faf7;border:1px solid #d0e8e0;border-radius:8px;padding:12px 16px;margin-bottom:24px;font-size:.82em;color:#666;line-height:1.55}.affiliate-disclosure strong{color:#555}article h2{font-size:1.35em;margin:44px 0 16px;color:#1a1a1a;letter-spacing:-.01em;font-weight:600}article h3{font-size:1.12em;margin:32px 0 12px;color:#444;font-weight:600}article p{margin-bottom:20px;color:#444}article ul,article ol{margin:0 0 20px 20px}article li{margin-bottom:10px;color:#444}article li::marker{color:#b0b8b0}article a{color:var(--l);text-decoration:underline;text-decoration-color:rgba(0,131,143,.3);text-underline-offset:2px}article a:hover{text-decoration-color:var(--l)}article strong{font-weight:600;color:#1a1a1a}article blockquote{border-left:3px solid var(--a);margin:28px 0;padding:16px 24px;color:#555;background:#f0faf7;border-radius:0 8px 8px 0;font-style:normal}article table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.93em}article th,article td{padding:12px 16px;border-bottom:1px solid #e0ebe8;text-align:left}article th{font-weight:600;background:#eef5f3;color:#1a1a1a}.toc{border-left:3px solid var(--a);background:#f0faf7;padding:20px 26px;margin-bottom:36px;border-radius:0 8px 8px 0}.toc .toc-title{font-size:.9em;font-weight:700;color:#1a1a1a;margin-bottom:10px}.toc ol{margin:0;padding:0 0 0 20px;list-style:decimal}.toc li{margin-bottom:6px;font-size:.88em}.toc a{color:var(--l);text-decoration:none}.toc a:hover{text-decoration:underline}.inline-link{background:#f0faf7;border-left:3px solid var(--a);padding:10px 16px;margin:20px 0;font-size:.93em;border-radius:0 6px 6px 0}.inline-link a{color:var(--l);font-weight:500;text-decoration:none}.inline-link a:hover{text-decoration:underline}.related{background:#fff;border:1px solid #e0ebe8;border-radius:10px;padding:24px 28px;margin:36px 0 24px}.related h2{font-size:1.05em;margin:0 0 14px;color:#2d2d2d;font-weight:600}.related ul{list-style:none;margin:0;padding:0}.related li{margin-bottom:10px;padding-left:20px;position:relative}.related li::before{content:'\2192';position:absolute;left:0;color:var(--m);font-size:.9em}.related a{color:var(--l);text-decoration:none;font-weight:500}.related a:hover{text-decoration:underline}.section-divider{width:60px;height:2px;background:var(--a);margin:40px 0}.next-step{background:var(--p);color:#fff;padding:28px 32px;border-radius:10px;margin:24px 0 32px}.next-step .ns-label{font-size:.78em;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5);margin-bottom:8px}.next-step .ns-title{font-size:1.1em;font-weight:600;margin-bottom:12px}.next-step a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.4);text-underline-offset:2px}.next-step a:hover{text-decoration-color:#fff}.newsletter{background:#fff;border:1px solid #e0ebe8;border-radius:10px;padding:28px 32px;margin:0 0 32px;text-align:center}.newsletter .nl-head{font-size:1.1em;font-weight:600;color:#1a1a1a;margin-bottom:6px}.newsletter .nl-sub{font-size:.9em;color:#777;margin-bottom:18px;line-height:1.55}.newsletter form{display:flex;gap:8px;max-width:400px;margin:0 auto}.newsletter input[type=email]{flex:1;padding:10px 14px;border:1px solid #e0ebe8;border-radius:6px;font-size:.9em;font-family:inherit;outline:none;transition:border-color .15s}.newsletter input[type=email]:focus{border-color:var(--l)}.newsletter button{padding:10px 20px;background:var(--p);color:#fff;border:none;border-radius:6px;font-size:.9em;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}.captcha-row{display:flex;align-items:center;gap:8px;font-size:.84em;color:#666}.captcha-row label{white-space:nowrap}.captcha-input{width:50px;padding:8px 10px;border:1px solid #e0ebe8;border-radius:6px;font-size:.9em;font-family:inherit;text-align:center;outline:none}.captcha-input:focus{border-color:var(--l)}.newsletter .nl-privacy{font-size:.75em;color:#bbb;margin-top:10px}.author-bio{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid #e0ebe8;border-radius:10px;padding:28px 32px;margin:0 0 32px}.author-bio .bio-name{font-size:1em;font-weight:600;color:#1a1a1a;margin-bottom:6px}.author-bio p{font-size:.9em;color:#666;line-height:1.65;margin:0}.pdf-sticky{position:fixed;bottom:24px;right:24px;z-index:50;display:flex;align-items:center;gap:8px;background:#fff;color:#555;border:1px solid #e0ebe8;padding:10px 18px;border-radius:24px;font-size:.84em;cursor:pointer;font-family:inherit;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:box-shadow .2s,transform .15s}.pdf-sticky:hover{box-shadow:0 4px 20px rgba(0,0,0,.15);transform:translateY(-1px)}.pdf-sticky svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:200;align-items:center;justify-content:center}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:12px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.15);position:relative}.modal h3{font-size:1.1em;font-weight:600;margin-bottom:6px;color:#1a1a1a}.modal p{font-size:.9em;color:#777;margin-bottom:18px;line-height:1.5}.modal form{display:flex;flex-direction:column;gap:10px}.modal input[type=email]{padding:10px 14px;border:1px solid #e0ebe8;border-radius:6px;font-size:.9em;font-family:inherit;outline:none;text-align:center}.modal input[type=email]:focus{border-color:var(--l)}.modal button{padding:10px 20px;background:var(--p);color:#fff;border:none;border-radius:6px;font-size:.9em;font-weight:600;cursor:pointer;font-family:inherit}.modal .close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.3em;cursor:pointer;color:#999;padding:4px}.modal .nl-privacy{font-size:.75em;color:#bbb;margin:4px 0 0}.modal .captcha-row{justify-content:center}footer{background:#fff;padding:28px 24px;border-top:1px solid #e0ebe8;color:#b0b8b0;font-size:.8em;text-align:center;margin-top:24px}.footer-inner,footer .wrap{max-width:700px;margin:0 auto}.footer-brand{font-weight:600;color:#999;margin-bottom:4px}.footer-author{color:#bbb;font-size:.9em;margin:4px 0 8px;font-style:italic}.footer-silo-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin:0 auto 16px;max-width:600px}.footer-silo-links a{color:#999;text-decoration:none;font-size:.9em}.footer-silo-links a:hover{color:var(--l)}.footer-links a{color:var(--l);text-decoration:none;margin:0 8px;font-size:.95em}.footer-links a:hover{text-decoration:underline}.footer-links{margin-top:8px}::selection{background:#d0f0ea;color:#1a1a1a}@media print{nav.site-nav,.accent-bar,header,.breadcrumb,.toc,.related,.next-step,.newsletter,.pdf-sticky,.modal-overlay,footer,.author,.affiliate-disclosure{display:none}body{background:#fff;color:#000}article{padding:0}.content-wrap{max-width:none;padding:0}h1{font-size:1.5em}}@media(max-width:480px){h1{font-size:1.5em}article h2{font-size:1.2em}.related{padding:20px}.next-step{padding:22px 20px}.newsletter{padding:22px 20px}.newsletter form{flex-direction:column}.pdf-sticky{bottom:16px;right:16px;padding:8px 14px;font-size:.8em}.author-bio{flex-direction:column;padding:22px 20px;gap:14px;text-align:center}}

.category-header{padding:32px 0 12px}.category-header .cat-intro{font-size:.95em;color:var(--l);font-weight:500;margin-bottom:8px;line-height:1.5}.category-header h1{font-size:1.7em;font-weight:700;color:#1a1a1a;line-height:1.25}.category-header .cat-desc{color:#555;font-size:1em;margin-top:10px;line-height:1.7;max-width:540px}.cat-stats{font-size:.88em;color:#888;margin:10px 0 28px;font-style:italic}.featured{margin-bottom:36px}.featured-label{font-size:.78em;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:12px}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.featured-card{display:block;background:#fff;border:1px solid #e0ebe8;border-radius:10px;padding:22px 24px;color:#2d2d2d;transition:box-shadow .2s,transform .12s;text-decoration:none}.featured-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.06);transform:translateY(-1px)}.featured-card .fc-title{font-size:1em;font-weight:600;color:#1a1a1a;line-height:1.35;margin-bottom:6px}.featured-card .fc-go{font-size:.84em;color:var(--l);font-weight:500}.featured-card:hover .fc-go{text-decoration:underline}.cat-section{margin-bottom:32px}.cat-section-head{font-size:1.05em;font-weight:600;color:#1a1a1a;margin-bottom:4px}.cat-section-sub{font-size:.84em;color:#999;margin-bottom:14px}.s-line-sm{width:36px;height:2px;background:var(--a);border-radius:2px;margin:10px 0 14px}.cat-list{list-style:none;padding:0}.cat-list li{margin-bottom:2px}.cat-list a{display:flex;align-items:center;padding:10px 14px;border-radius:6px;color:#2d2d2d;text-decoration:none;font-size:.94em;transition:background .15s}.cat-list a:hover{background:#eef5f3}.cat-list .cl-title{flex:1;line-height:1.4}.cat-list .cl-arr{color:#ccc;font-size:.85em;flex-shrink:0;margin-left:10px}.cat-list a:hover .cl-arr{color:var(--l)}@media(max-width:480px){.featured-grid{grid-template-columns:1fr}}


/* === maiktuinen.nl BASE OVERRIDES === */
body{background:var(--mt-cream);color:var(--p);font-family:var(--font-sans)}
h1,h2,h3,h4{font-family:var(--font-display)}
header{background:transparent;border-bottom:none;padding:0}
.accent-bar{display:none}
nav.site-nav{display:none}

/* Article page font overrides */
article h1{font-family:var(--font-display);color:var(--p)}
article h2,article h3,article h4{font-family:var(--font-display)}
article a{color:var(--l)}
article a:hover{color:var(--p)}
article blockquote{background:#f0f7f0;border-left-color:var(--l)}

/* Category page approachable style */
.category-header{padding:36px 0 20px;border-bottom:3px solid var(--a)}
.category-header h1{font-family:var(--font-display);font-size:clamp(1.5em,3vw,2em);font-weight:700;color:var(--p);font-style:normal}
.category-header .cat-intro{color:var(--l);font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.05em}
.category-header .cat-desc{color:#555;line-height:1.7}
.cat-list a{background:#fff;border:1px solid #e0ebe8;border-radius:8px;padding:12px 16px;transition:all .2s}
.cat-list a:hover{background:#f0f7f0;border-color:var(--l);text-decoration:none}
.cat-section{background:#fff;border:1px solid #e0ebe8;border-radius:10px;padding:18px 20px;margin-bottom:14px}
.cat-section-head{font-family:var(--font-display);font-weight:700;color:var(--p)}
.s-line-sm{background:var(--a)}

/* === mt- NAV === */
.mt-nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .3s;padding:20px 0}
.mt-nav.mt-scrolled{background:rgba(253,252,240,.95);backdrop-filter:blur(12px);padding:12px 0;box-shadow:0 2px 20px rgba(26,46,26,.08)}
.mt-nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}
.mt-nav__logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.mt-nav__logo-icon{width:44px;height:44px;background:var(--p);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}
.mt-nav__logo-text{display:flex;flex-direction:column;line-height:1}
.mt-nav__logo-name{font-family:var(--font-display);font-size:1.2rem;font-weight:900;color:var(--p);letter-spacing:-.02em}
.mt-nav__logo-sub{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--l);margin-top:2px}
.mt-nav__links{display:flex;align-items:center;gap:32px}
.mt-nav__links a{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--p);text-decoration:none;opacity:.7;transition:opacity .2s}
.mt-nav__links a:hover{opacity:1}
.mt-nav__cta{display:inline-block;padding:10px 22px;background:var(--p);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:12px;text-decoration:none;transition:background .2s}
.mt-nav__cta:hover{background:#2d4a2d;text-decoration:none}
.mt-nav__burger{display:none;background:none;border:none;cursor:pointer;color:var(--p);padding:4px}
.mt-nav__mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--mt-cream);z-index:200;padding:80px 24px 40px;flex-direction:column}
.mt-nav__mobile.open{display:flex}
.mt-nav__mobile ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;flex:1}
.mt-nav__mobile ul a{display:block;font-family:var(--font-display);font-size:2rem;font-weight:900;color:var(--p);text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(26,46,26,.1)}
.mt-nav__mobile-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:var(--p);font-size:1.5rem;line-height:1;padding:8px}
@media(max-width:768px){.mt-nav__links,.mt-nav__cta{display:none}.mt-nav__burger{display:block}}

/* === mt- HERO === */
.mt-hero{background:var(--mt-cream);padding:160px 24px 80px;position:relative;overflow:hidden}
.mt-hero::before{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,rgba(240,247,240,.5),transparent);pointer-events:none}
.mt-hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center;position:relative;z-index:1}
.mt-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#fff;border:1px solid rgba(26,46,26,.12);border-radius:99px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--l);margin-bottom:28px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.mt-hero__badge-dot{width:6px;height:6px;background:#FF8F00;border-radius:50%;animation:mt-pulse 2s infinite}
@keyframes mt-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.mt-hero__title{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:900;color:var(--p);line-height:.95;letter-spacing:-.03em;margin-bottom:24px}
.mt-hero__title em{color:var(--l);font-style:normal}
.mt-hero__sub{font-size:1.15rem;color:rgba(26,46,26,.65);line-height:1.65;margin-bottom:40px;max-width:480px;font-weight:400}
.mt-hero__sub strong{color:var(--p);font-weight:700}
.mt-hero__opts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}
.mt-hero__opt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 12px;background:#fff;border:2px solid rgba(26,46,26,.08);border-radius:24px;cursor:pointer;text-decoration:none;color:var(--p);transition:all .25s;gap:10px}
.mt-hero__opt:hover{background:var(--p);color:#fff;border-color:var(--p);transform:translateY(-4px);box-shadow:0 12px 24px rgba(26,46,26,.2);text-decoration:none}
.mt-hero__opt-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--l);transition:color .25s}
.mt-hero__opt:hover .mt-hero__opt-icon{color:#fff}
.mt-hero__opt-label{font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.mt-hero__hint{display:flex;align-items:center;gap:14px;padding:14px 18px;background:rgba(26,46,26,.04);border-radius:20px;border:1px solid rgba(26,46,26,.08);max-width:380px}
.mt-hero__hint-icon{width:44px;height:44px;background:var(--p);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}
.mt-hero__hint-text p{font-size:.78rem;font-weight:700;color:var(--p);margin:0 0 2px}
.mt-hero__hint-text a{font-size:.72rem;color:var(--l);font-weight:700;text-decoration:none;display:flex;align-items:center;gap:4px}
.mt-hero__hint-text a:hover{color:var(--p)}
.mt-hero__photo{position:relative}
.mt-hero__photo-frame{border-radius:48px;overflow:hidden;aspect-ratio:4/5;border:12px solid #fff;box-shadow:0 24px 60px rgba(26,46,26,.15);position:relative}
.mt-hero__photo-frame img{width:100%;height:100%;object-fit:cover;transition:transform 1s}
.mt-hero__photo-frame:hover img{transform:scale(1.05)}
.mt-hero__photo-badge{position:absolute;top:24px;right:-12px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:8px 16px;border-radius:16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.mt-hero__photo-badge-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:mt-pulse 1.5s infinite}
.mt-hero__photo-badge-text{font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--p)}
.mt-hero__photo-card{position:absolute;bottom:24px;left:-12px;right:24px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:18px 20px}
.mt-hero__photo-card-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#fff;margin-bottom:6px}
.mt-hero__photo-card-stars{display:flex;gap:3px;align-items:center;margin-bottom:4px}
.mt-hero__photo-card-stars span{color:rgba(255,255,255,.6);font-size:.65rem;font-weight:700;margin-left:6px;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:900px){.mt-hero__inner{grid-template-columns:1fr;gap:40px}.mt-hero__photo{display:none}.mt-hero__opts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.mt-hero{padding:120px 16px 60px}.mt-hero__title{font-size:2.5rem}}

/* === mt- QUICK START === */
.mt-qs{padding:80px 24px;background:#fff}
.mt-qs__inner{max-width:1200px;margin:0 auto}
.mt-qs__head{text-align:center;max-width:600px;margin:0 auto 48px}
.mt-qs__head h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900;color:var(--p);margin-bottom:12px;letter-spacing:-.02em}
.mt-qs__head p{font-size:1rem;color:rgba(26,46,26,.6);line-height:1.65}
.mt-qs__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mt-qs-card{padding:36px 32px;background:var(--mt-cream);border:1px solid rgba(26,46,26,.08);border-radius:28px;display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit;transition:all .3s}
.mt-qs-card:hover{background:#fff;box-shadow:0 20px 60px rgba(26,46,26,.08);transform:translateY(-6px);text-decoration:none}
.mt-qs-card__icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;flex-shrink:0}
.mt-qs-card__title{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--p);margin-bottom:12px;line-height:1.2}
.mt-qs-card__desc{font-size:.9rem;color:rgba(26,46,26,.6);line-height:1.65;flex-grow:1;margin-bottom:24px}
.mt-qs-card__link{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--p);transition:gap .2s}
.mt-qs-card:hover .mt-qs-card__link{gap:10px}
@media(max-width:768px){.mt-qs__cards{grid-template-columns:1fr}}

/* === mt- CATEGORIES === */
.mt-cats{padding:80px 24px;background:var(--mt-cream)}
.mt-cats__inner{max-width:1200px;margin:0 auto}
.mt-cats__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:20px;flex-wrap:wrap}
.mt-cats__head-left h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900;color:var(--p);margin-bottom:8px;letter-spacing:-.02em}
.mt-cats__head-left p{font-size:.9rem;color:rgba(26,46,26,.6);max-width:480px;line-height:1.6}
.mt-cats__head-right a{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--l);text-decoration:none;display:flex;align-items:center;gap:6px}
.mt-cats__head-right a:hover{color:var(--p)}
.mt-cats__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.mt-cat-card{padding:24px 16px;background:#fff;border:1px solid rgba(26,46,26,.06);border-radius:24px;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;transition:all .25s;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.mt-cat-card:hover{box-shadow:0 8px 24px rgba(26,46,26,.1);transform:scale(1.03);text-decoration:none}
.mt-cat-card__icon{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.mt-cat-card__name{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:var(--p);margin-bottom:4px;line-height:1.3}
.mt-cat-card__count{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(26,46,26,.35)}
@media(max-width:900px){.mt-cats__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:480px){.mt-cats__grid{grid-template-columns:repeat(2,1fr)}}

/* === mt- EXPERT === */
.mt-expert{padding:80px 24px;background:var(--p);color:#fff;position:relative;overflow:hidden}
.mt-expert::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border:1px solid rgba(255,255,255,.06);border-radius:50%;pointer-events:none}
.mt-expert::after{content:'';position:absolute;bottom:-150px;left:-50px;width:300px;height:300px;border:1px solid rgba(255,255,255,.04);border-radius:50%;pointer-events:none}
.mt-expert__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}
.mt-expert__photo-wrap{position:relative}
.mt-expert__photo-frame{border-radius:36px;overflow:hidden;aspect-ratio:1;border:8px solid rgba(255,255,255,.08);max-width:420px;margin:0 auto}
.mt-expert__photo-frame img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:filter .5s}
.mt-expert__photo-frame:hover img{filter:grayscale(0)}
.mt-expert__badge{position:absolute;bottom:-20px;right:-10px;background:#FF8F00;color:#fff;padding:20px 24px;border-radius:24px;box-shadow:0 8px 24px rgba(255,143,0,.3)}
.mt-expert__badge-num{font-family:var(--font-display);font-size:2.5rem;font-weight:900;line-height:1}
.mt-expert__badge-text{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.9;margin-top:4px}
.mt-expert__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}
.mt-expert__bio{font-size:.95rem;color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:32px}
.mt-expert__checks{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}
.mt-expert__check{display:flex;align-items:center;gap:12px;font-size:.88rem;font-weight:500}
.mt-expert__check-icon{width:24px;height:24px;background:#FF8F00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mt-expert__btn{display:inline-block;padding:14px 28px;background:#fff;color:var(--p);font-family:var(--font-display);font-size:.88rem;font-weight:700;border-radius:14px;text-decoration:none;transition:all .2s}
.mt-expert__btn:hover{background:var(--mt-cream);text-decoration:none}
@media(max-width:900px){.mt-expert__inner{grid-template-columns:1fr;gap:48px}.mt-expert__photo-frame{max-width:320px}.mt-expert__badge{right:auto;left:50%;transform:translateX(-50%)}}

/* === mt- POPULAR ARTICLES === */
.mt-popular{padding:80px 24px;background:#fff}
.mt-popular__inner{max-width:1200px;margin:0 auto}
.mt-popular__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;gap:20px}
.mt-popular__head h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900;color:var(--p);letter-spacing:-.02em}
.mt-popular__head a{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--l);text-decoration:none;display:flex;align-items:center;gap:6px}
.mt-popular__head a:hover{color:var(--p)}
.mt-popular__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mt-art-card{cursor:pointer;text-decoration:none;color:inherit;display:block}
.mt-art-card:hover{text-decoration:none}
.mt-art-card__img{border-radius:24px;overflow:hidden;aspect-ratio:4/3;margin-bottom:20px;position:relative}
.mt-art-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.mt-art-card:hover .mt-art-card__img img{transform:scale(1.08)}
.mt-art-card__cat{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);padding:4px 12px;border-radius:99px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--p)}
.mt-art-card__meta{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--l);margin-bottom:10px;display:flex;align-items:center;gap:6px}
.mt-art-card__title{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--p);line-height:1.25;margin-bottom:10px;transition:color .2s}
.mt-art-card:hover .mt-art-card__title{color:var(--l)}
.mt-art-card__desc{font-size:.85rem;color:rgba(26,46,26,.6);line-height:1.6}
@media(max-width:768px){.mt-popular__grid{grid-template-columns:1fr}}

/* === mt- CTA === */
.mt-cta{padding:80px 24px}
.mt-cta__inner{max-width:1100px;margin:0 auto}
.mt-cta__card{background:var(--mt-cream);border:2px solid rgba(26,46,26,.08);border-radius:48px;padding:72px 60px;text-align:center;position:relative;overflow:hidden}
.mt-cta__card::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:rgba(255,143,0,.12);border-radius:50%;pointer-events:none}
.mt-cta__card::after{content:'';position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:rgba(61,99,61,.08);border-radius:50%;pointer-events:none}
.mt-cta__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--p);margin-bottom:16px;letter-spacing:-.02em;position:relative;z-index:1}
.mt-cta__sub{font-size:1.05rem;color:rgba(26,46,26,.6);max-width:520px;margin:0 auto 36px;line-height:1.7;position:relative;z-index:1}
.mt-cta__btn{display:inline-block;padding:18px 40px;background:var(--p);color:#fff;font-family:var(--font-display);font-size:1rem;font-weight:800;border-radius:20px;text-decoration:none;transition:all .25s;box-shadow:0 8px 24px rgba(26,46,26,.2);position:relative;z-index:1}
.mt-cta__btn:hover{background:#2d4a2d;transform:translateY(-2px);box-shadow:0 12px 32px rgba(26,46,26,.25);text-decoration:none}
.mt-cta__note{font-size:.72rem;color:rgba(26,46,26,.4);margin-top:16px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;position:relative;z-index:1}
@media(max-width:600px){.mt-cta__card{padding:48px 28px;border-radius:32px}}

/* === mt- FOOTER === */
.mt-footer{background:var(--p);padding:64px 24px 32px;color:rgba(255,255,255,.6)}
.mt-footer__inner{max-width:1200px;margin:0 auto}
.mt-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
.mt-footer__brand-logo{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:16px}
.mt-footer__brand-icon{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}
.mt-footer__brand-name{font-family:var(--font-display);font-size:1.2rem;font-weight:900;color:#fff;letter-spacing:-.02em}
.mt-footer__brand-desc{font-size:.8rem;color:rgba(255,255,255,.4);line-height:1.7;max-width:280px;margin-bottom:20px}
.mt-footer__silo{display:flex;flex-wrap:wrap;gap:6px 16px}
.mt-footer__silo a{font-size:.72rem;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s}
.mt-footer__silo a:hover{color:rgba(255,143,0,.8)}
.mt-footer__nav-title{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:rgba(255,143,0,.9);margin-bottom:16px}
.mt-footer__nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.mt-footer__nav ul a{font-size:.78rem;color:rgba(255,255,255,.4);text-decoration:none;transition:color .2s}
.mt-footer__nav ul a:hover{color:#fff}
.mt-footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.mt-footer__bottom p{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.2)}
@media(max-width:900px){.mt-footer__top{grid-template-columns:1fr;gap:32px}}

/* === SHARED BUTTON === */
.mt-btn{display:inline-block;padding:12px 28px;background:var(--p);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:99px;text-decoration:none;transition:all .25s}
.mt-btn:hover{background:#2d4a2d;text-decoration:none}
