.mtd-hero{--mtd-gold:#D8B36A;--mtd-gold-light:#E7C889;--mtd-dark:#151515;--mtd-white:#FFFFFF;--mtd-gray:#D7D7D7;--mtd-hero-ink:rgba(255, 255, 255, .92);--mtd-hero-ink-soft:rgba(255, 255, 255, .74);--mtd-hero-ink-faint:rgba(255, 255, 255, .58);--mtd-hero-line:rgba(216, 179, 106, .28);--mtd-hero-hairline:rgba(255, 255, 255, .10);--mtd-hero-scrim:21, 21, 21;--mtd-hero-pad-x:clamp(1.25rem, 4.5vw, 4.5rem);--mtd-hero-pad-top:clamp(5.5rem, 8vw, 7rem);--mtd-hero-pad-bottom:clamp(3rem, 7vw, 5.5rem);--mtd-hero-max:1440px;--mtd-hero-tall:clamp(620px, 78vh, 820px);--mtd-hero-ease:cubic-bezier(.22, .61, .36, 1);--mtd-hero-dur:.25s;position:relative;isolation:isolate;display:flex;align-items:center;min-height:var(--mtd-hero-tall);margin:0;padding:0;overflow:hidden;background:var(--mtd-dark);color:var(--mtd-hero-ink);font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mtd-hero__media{position:absolute;inset:0;z-index:-2;overflow:hidden}.mtd-hero__img{display:block;width:100%;height:100%;object-fit:cover;object-position:72% center;transform:translateZ(0)}.mtd-hero__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--mtd-hero-scrim),.95) 0%,rgba(var(--mtd-hero-scrim),.90) 22%,rgba(var(--mtd-hero-scrim),.68) 44%,rgba(var(--mtd-hero-scrim),.34) 62%,rgba(var(--mtd-hero-scrim),.10) 80%,rgba(var(--mtd-hero-scrim),.04) 100%),linear-gradient(180deg,rgba(var(--mtd-hero-scrim),.78) 0%,rgba(var(--mtd-hero-scrim),.22) 26%,rgba(var(--mtd-hero-scrim),.18) 58%,rgba(var(--mtd-hero-scrim),.72) 100%),radial-gradient(120% 90% at 78% 42%,rgba(216,179,106,.10),transparent 62%)}.mtd-hero__ornament{position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' stroke='%23D8B36A' stroke-opacity='.16' stroke-width='.75'%3E%3Cpath d='M44 6 82 44 44 82 6 44z'/%3E%3Cpath d='M44 28 60 44 44 60 28 44z'/%3E%3Ccircle cx='44' cy='44' r='3.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-image:radial-gradient(70% 60% at 88% 18%,#000 0%,transparent 72%);mask-image:radial-gradient(70% 60% at 88% 18%,#000 0%,transparent 72%)}.mtd-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:48% 52%;align-items:center;width:100%;max-width:var(--mtd-hero-max);margin:0 auto;padding:var(--mtd-hero-pad-top) var(--mtd-hero-pad-x) var(--mtd-hero-pad-bottom)}.mtd-hero__content{max-width:46rem}.mtd-hero__eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin:0 0 1.25rem;color:var(--mtd-gold);font-size:.74rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase}.mtd-hero__eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--mtd-gold),transparent)}.mtd-hero__title{margin:0 0 1.5rem;color:var(--mtd-white);font-size:clamp(2.6rem, 5.1vw, 4.5rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-wrap:balance}.mtd-hero__title-line{display:block}.mtd-hero__title-line--gold{margin-top:.18em;color:var(--mtd-gold);font-weight:700;font-size:.62em;line-height:1.14;letter-spacing:-.015em}.mtd-hero__desc{margin:0 0 2rem;max-width:600px;color:var(--mtd-gray);font-size:clamp(1rem, 1.15vw, 1.18rem);line-height:1.65}.mtd-hero__features{display:flex;flex-wrap:wrap;gap:.9rem clamp(1.25rem, 2.6vw, 2.5rem);margin:0 0 2.25rem;padding:0;list-style:none}.mtd-hero__feature{display:inline-flex;align-items:center;gap:.6rem;color:var(--mtd-hero-ink-soft);font-size:.85rem;font-weight:500;line-height:1.4}.mtd-hero__feature-icon{display:grid;place-items:center;width:30px;height:30px;flex:none;border:1px solid var(--mtd-hero-line);border-radius:8px;background:rgba(216,179,106,.08);color:var(--mtd-gold);font-size:.85rem;line-height:1}.mtd-hero__feature-icon svg{width:15px;height:15px}.mtd-hero__cta{display:flex;flex-wrap:wrap;gap:.85rem;margin:0 0 2.25rem}.mtd-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:15px 30px;border:1px solid var(--mtd-gold);border-radius:999px;background:transparent;color:var(--mtd-white)!important;font-family:inherit;font-size:.92rem;font-weight:600;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background-color var(--mtd-hero-dur) ease,color var(--mtd-hero-dur) ease,border-color var(--mtd-hero-dur) ease,transform var(--mtd-hero-dur) var(--mtd-hero-ease)}.mtd-hero__btn svg{width:15px;height:15px;transition:transform var(--mtd-hero-dur) var(--mtd-hero-ease)}.mtd-hero__btn--primary{background:var(--mtd-gold);border-color:var(--mtd-gold);color:var(--mtd-dark)}.mtd-hero__btn--primary:hover,.mtd-hero__btn--primary:focus-visible{background:var(--mtd-gold-light);border-color:var(--mtd-gold-light)}.mtd-hero__btn--ghost:hover,.mtd-hero__btn--ghost:focus-visible{background:var(--mtd-gold);color:var(--mtd-dark)}.mtd-hero__btn:hover,.mtd-hero__btn:focus-visible{transform:translateY(-2px)}.mtd-hero__btn:hover svg{transform:translateX(3px)}.mtd-hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1rem, 2.2vw, 1.75rem);margin:0;padding:1.25rem 0 0;border-top:1px solid var(--mtd-hero-hairline);list-style:none}.mtd-hero__trust-item{display:inline-flex;align-items:center;gap:.7rem;color:var(--mtd-hero-ink-soft);font-size:.84rem;font-weight:500}.mtd-hero__trust-g{display:grid;place-items:center;width:30px;height:30px;flex:none;color:var(--mtd-white);font-size:1.05rem;font-weight:700;letter-spacing:-.06em}.mtd-hero__trust-score{color:var(--mtd-white);font-size:.92rem;font-weight:700}.mtd-hero__trust-stars{display:inline-flex;gap:2px;color:var(--mtd-gold)}.mtd-hero__trust-stars svg{width:12px;height:12px}.mtd-hero__trust-count{color:var(--mtd-hero-ink-faint);font-size:.78rem}.mtd-hero__trust-dot{color:var(--mtd-gold)}.mtd-hero__trust-sep{width:1px;height:30px;background:var(--mtd-hero-hairline)}.mtd-hero__corner{position:absolute;right:var(--mtd-hero-pad-x);bottom:clamp(2rem, 5vw, 3.5rem);width:92px;height:92px;pointer-events:none;opacity:.32;border-right:1px solid var(--mtd-gold);border-bottom:1px solid var(--mtd-gold);-webkit-mask-image:linear-gradient(315deg,#000 0%,transparent 62%);mask-image:linear-gradient(315deg,#000 0%,transparent 62%)}.mtd-hero a:focus-visible{outline:2px solid var(--mtd-gold);outline-offset:3px;border-radius:4px}.mtd-hero__eyebrow,.mtd-hero__title,.mtd-hero__desc,.mtd-hero__features,.mtd-hero__cta,.mtd-hero__trust{animation:mtd-hero-rise .8s var(--mtd-hero-ease) both}.mtd-hero__title{animation-delay:.09s}.mtd-hero__desc{animation-delay:.18s}.mtd-hero__features{animation-delay:.27s}.mtd-hero__cta{animation-delay:.36s}.mtd-hero__trust{animation-delay:.45s}@keyframes mtd-hero-rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@media (max-width:1180px){.mtd-hero__inner{grid-template-columns:54% 46%}.mtd-hero__corner{display:none}}@media (max-width:900px){.mtd-hero{min-height:auto;--mtd-hero-pad-top:4.5rem}.mtd-hero__img{object-position:68% center}.mtd-hero__scrim{background:linear-gradient(180deg,rgba(var(--mtd-hero-scrim),.88) 0%,rgba(var(--mtd-hero-scrim),.80) 42%,rgba(var(--mtd-hero-scrim),.90) 100%),linear-gradient(90deg,rgba(var(--mtd-hero-scrim),.62) 0%,rgba(var(--mtd-hero-scrim),.26) 100%)}.mtd-hero__ornament{opacity:.3}.mtd-hero__inner{grid-template-columns:1fr}.mtd-hero__content{max-width:40rem}.mtd-hero__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.mtd-hero__trust-sep{display:none}}@media (max-width:600px){.mtd-hero{--mtd-hero-pad-top:4rem;--mtd-hero-pad-bottom:3.25rem}.mtd-hero__title{font-size:clamp(2.25rem, 8.4vw, 2.75rem);line-height:1.04}.mtd-hero__title-line--gold{font-size:.68em}.mtd-hero__desc{font-size:.95rem;line-height:1.6;margin-bottom:1.75rem}.mtd-hero__cta{flex-direction:column;align-items:stretch;gap:.7rem}.mtd-hero__btn{width:100%;padding:15px 24px}.mtd-hero__features{grid-template-columns:1fr;gap:.8rem}.mtd-hero__trust{flex-direction:column;align-items:flex-start;gap:.9rem}}@media (prefers-reduced-motion:reduce){.mtd-hero__eyebrow,.mtd-hero__title,.mtd-hero__desc,.mtd-hero__features,.mtd-hero__cta,.mtd-hero__trust{animation:none;opacity:1;transform:none}.mtd-hero *,.mtd-hero *::before,.mtd-hero *::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}